summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* libdmx 1.1.0libdmx-1.1.0Peter Hutterer2009-10-051-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Require macros 1.3 for XORG_DEFAULT_OPTIONSPeter Hutterer2009-10-051-7/+4
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* libdmx 1.0.99.1libdmx-1.0.99.1Peter Hutterer2009-08-281-1/+1
|
* Move dmxext.h from dmxproto to here.Peter Hutterer2009-08-271-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Janitor: correct make distcheck.Paulo Cesar Pereira de Andrade2009-01-281-1/+6
|
* Bump to 1.0.2libdmx-1_0_2libdmx-1.0.2XORG-7_1Adam Jackson2006-04-261-1/+1
|
* Update package version for X11R7 release.XORG-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_903Kevin E Martin2005-12-031-1/+1
|
* Add check and cflags for malloc(0) returning NULL.Kevin E Martin2005-12-031-0/+1
|
* Use $(LIB_MAN_SUFFIX) instead of forcing man pages into section 3. Use sedAlan Coopersmith2005-11-131-1/+2
| | | | to substitute variables in man pages.
* Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901Kevin E Martin2005-10-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
* 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
* Really add the dmx build system.Søren Sandmann Pedersen2005-06-131-0/+45
Also, in some ways CVS is not an optimal version control system.