summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2009-10-21This is not a GNU project, so declare it foreign.Jeremy Huddleston
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>
2009-10-08libXt 1.0.7libXt-1.0.7Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-08Replace AC_DEFINE_DIR with AX_DEFINE_DIR from Autoconf ArchiveAlan Coopersmith
2009-10-06Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith
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>
2009-08-25Link against libICEJulien Cristau
libXt uses IceConnectionNumber() and IceProcessMessages(), so make sure we link against -lICE. Signed-off-by: Julien Cristau <jcristau@debian.org>
2009-08-03Fix compilation of host tools in cross-compilation caseThomas Petazzoni
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>
2009-07-02libXt 1.0.6libXt-1.0.6Adam Jackson
2009-03-12darwin: Don't use poll() on versions of darwin before darwin10Jeremy Huddleston
2009-01-30Janitor: ansification, make distcheck, compiler warnings, .gitignore.Paulo Cesar Pereira de Andrade
Most "compiler" warnings were actually sparse warnings, due to assigning a integer to a pointer, or an external symbol without a previous declaration.
2008-09-23configure.ac: Minor thinkoDaniel Stone
2008-09-23configure.ac: Use native compiler for build toolsJohn Tapsell
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.
2008-04-29Link with winsock for WIN32 platformsAlan Hourihane
2008-03-09nuke RCS IdsMatthieu Herrb
2008-03-07Solaris builds need to pass -intelabi to makestrs, even on SPARCAlan Coopersmith
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.
2007-02-20added -flat_namespace to CFLAGS for DarwinBen Byer
2007-01-27Version bump: 1.0.5libXt-1.0.5Alan Coopersmith
2006-11-08bump to 1.0.4libXt-1.0.4Daniel Stone
2006-10-27Fix .pc file with new autotools by using AC_DEFINE_DIR.Eric Anholt
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.
2006-10-13Bump to 1.0.3libXt-1.0.3Adam Jackson
2006-05-12Bump to 1.0.2libXt-1_0_2XORG-7_1Adam Jackson
2006-04-27Bump to 1.0.1libXt-1_0_1Adam Jackson
2005-12-15Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904Kevin E Martin
2005-12-10Add configure option to install makestrs and its manpage.MODULAR_COPYKevin E Martin
Add makestrs man page.
2005-12-07Add configure option to set the build's app-default dir, and put the resultKevin E Martin
in the xt.pc file for applications to use.
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin
2005-12-03Add check and cflags for malloc(0) returning NULL.Kevin E Martin
2005-11-09Update package version number for X11R7 RC2 release.XORG-6_99_99_902Kevin E Martin
2005-11-01Update pkgcheck dependencies to work with separate build roots.Kevin E Martin
2005-10-19Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin
2005-10-18Add --with-xfile-search-path=<path> and default setting to match monolithAlan Coopersmith
XFileSearchPathDefault in Imake (including extra directories used in Debian section of linux.cf.)
2005-10-12configure.ac Set up cpp pre-processing of man pages Add shadow man pagesAlan Coopersmith
for man pages that document multiple functions.
2005-09-21Add checks for poll & snprintf & define old Imake names if found Enable XKBAlan Coopersmith
usage in Xt unless --disable-xkb is specified Set STRINGSABIOPTIONS for building StringDefs files on Solaris, SCO, and SVR4 systems.
2005-07-29Various changes preparing packages for RC0:Kevin E Martin
- 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
2005-05-22Check for <alloca.h> and define INCLUDE_ALLOCA_H if found, sinceAlan Coopersmith
<Xalloca.h> requires it.
2005-05-19revert last change, didn't do right thing at all, sorry for the noiseAdam Jackson
2005-05-19Require automake 1.7 in AM_INIT_AUTOMAKEAdam Jackson
2005-05-18- conditionally include config.h in xc/lib/Xt sourcesXORG-6_8_99_8Søren Sandmann Pedersen
- add build system for lib/Xt