Age | Commit message (Collapse) | Author |
|
On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
> On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
> > I noticed an INSTALL file in xlsclients and libXvMC today, and it
> > was quite annoying to work around since 'autoreconf -fvi' replaces
> > it and git wants to commit it. Should these files even be in git?
> > Can I nuke them for the betterment of humanity and since they get
> > created by autoreconf anyways?
>
> See https://bugs.freedesktop.org/show_bug.cgi?id=24206
As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
of the INSTALL file. It is also part of the 24206 solution.
Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
|
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
|
|
|
|
Includes adding many $(AM_V_GEN) calls for the AM_SILENT_RULES included
by XORG_DEFAULT_OPTIONS when automake-1.11 or newer is used
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
|
|
libXt uses IceConnectionNumber() and IceProcessMessages(), so make sure
we link against -lICE.
Signed-off-by: Julien Cristau <jcristau@debian.org>
|
|
At 36e9f0d351afbf7fd2595990b2d39e7c551f6420, a fix was added to use
the host gcc instead of the target gcc when cross-compiling
libXt. This fix works, but is not solve the whole problem: the CFLAGS
and LDFLAGS used with the host compilers are the one defined for the
target compiler (and the flags for both compilers might be very
different).
This new fix let libXt obey to CFLAGS_FOR_BUILD and LDFLAGS_FOR_BUILD
environment variables, and use them to compile the host tools in
util/.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
|
|
|
|
|
Most "compiler" warnings were actually sparse warnings, due to
assigning a integer to a pointer, or an external symbol without
a previous declaration.
|
|
|
|
makestrs is used during the build, so use the native compiler (either
gcc or cc in $PATH, can be overridden as $CC_FOR_BUILD) instead of the
(possibly cross-) compiler.
|
|
|
|
|
|
For some reason, when Solaris moved to X11R6.0, the intelabi version
of StringDefs.c/.h was used on SPARC, so now we're stuck with 10+ years
of binaries built to use it.
|
|
|
|
|
|
|
|
With autoconf 2.60, $datadir now expands to use $datarootdir rather than just
$prefix, so the .pc referenced the undefined $datarootdir. AC_DEFINE_DIR
expands it all out for us.
|
|
|
|
|
|
|
|
|
|
Add makestrs man page.
|
|
in the xt.pc file for applications to use.
|
|
|
|
|
|
|
|
|
|
|
|
XFileSearchPathDefault in Imake (including extra directories used in
Debian section of linux.cf.)
|
|
for man pages that document multiple functions.
|
|
usage in Xt unless --disable-xkb is specified Set STRINGSABIOPTIONS for
building StringDefs files on Solaris, SCO, and SVR4 systems.
|
|
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version
|
|
<Xalloca.h> requires it.
|
|
|
|
|
|
- add build system for lib/Xt
|