summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon2009-11-021-3/+4
| | | | | | This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes.
* This is not a GNU project, so declare it foreign.Jeremy Huddleston2009-10-211-1/+1
| | | | | | | | | | | | | | | | | | 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>
* libXinerama 1.1libXinerama-1.1Peter Hutterer2009-10-021-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Require macros 1.3 for XORG_DEFAULT_OPTIONSPeter Hutterer2009-10-021-6/+3
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* libXinerama 1.0.99.1libXinerama-1.0.99.1Peter Hutterer2009-08-271-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Require xineramaproto 1.1.99.1 to avoid header conflicts.Peter Hutterer2009-08-271-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Janitor: ansification, make distcheck, compiler warnings.Paulo Cesar Pereira de Andrade2009-01-291-5/+6
|
* libXinerama 1.0.3libXinerama-1.0.3Adam Jackson2008-03-061-1/+1
|
* Version bump: 1.0.2libXinerama-1.0.2Alan Coopersmith2007-03-161-1/+1
|
* Add man page for Xinerama API functionsAlan Coopersmith2007-03-011-0/+2
|
* Add support for source code checkers such as sparse & lintAlan Coopersmith2007-02-151-0/+8
|
* Update package version for X11R7 release.XORG-7_1XORG-7_0_99_901XORG-7_0Kevin E Martin2005-12-211-1/+1
|
* Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin E Martin2005-12-151-1/+1
|
* Update package version number for X11R7 RC3 release.XORG-6_99_99_903MODULAR_COPYKevin E Martin2005-12-031-1/+1
|
* Add check and cflags for malloc(0) returning NULL.Kevin E Martin2005-12-031-0/+1
|
* Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901Kevin E Martin2005-10-191-1/+1
|
* More updates for Panoramix -> Xinerama renameAlan Coopersmith2005-08-191-1/+1
|
* Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds withAdam Jackson2005-08-031-3/+3
| | | | a global configure cache don't get confused.
* Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin2005-07-291-1/+3
| | | | | | | | | | | - 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
* Change version to 1.1.0 and soversion to 1.0.0.Daniel Stone2005-07-121-2/+1
|
* lib/XScrnSaver/configure.acAlexander Gottwald2005-06-211-1/+1
| | | | | | | | | | | | | lib/XScrnSaver/src/Makefile.am lib/Xfontcache/configure.ac lib/Xfontcache/src/Makefile.am lib/Xinerama/configure.ac lib/Xinerama/src/Makefile.am lib/Xtst/configure.ac lib/Xv/configure.ac lib/XvMC/configure.ac lib/dmx/configure.ac Add missing xext.pc and xextproto.pc Add DEP_CFLAGS to src/Makefile.am
* util/modular/modularizelibrary.sh: use rm -f instead of rm in one placeSøren Sandmann Pedersen2005-06-101-0/+44
util/modular/addbuild.sh: Make it much faster by adding all the files at once lib/Xinerama: check in the build system