Various changes preparing packages for RC0:
authorKevin E Martin <kem@kem.org>
Fri, 29 Jul 2005 21:22:58 +0000 (21:22 +0000)
committerKevin E Martin <kem@kem.org>
Fri, 29 Jul 2005 21:22:58 +0000 (21:22 +0000)
- 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

configure.ac

index a0c553f..546dd7f 100644 (file)
@@ -26,7 +26,7 @@ dnl Process this file with autoconf to create configure.
 AC_PREREQ(2.53)
 dnl we aren't intelligent about padding the version, so it always has to be four
 dnl digits.  ho hum.
-AC_INIT([xorg-server], 6.9.99.0, [daniel@freedesktop.org], xorg-server)
+AC_INIT([xorg-server], 6.99.99.900, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
 AC_CONFIG_SRCDIR([Makefile.am])
 AM_INIT_AUTOMAKE([dist-bzip2 foreign])
 AM_MAINTAINER_MODE
@@ -777,6 +777,8 @@ int main()
 
 AC_SUBST([libdir exec_prefix prefix])
 
+XORG_RELEASE_VERSION
+
 AC_OUTPUT([
 Makefile
 GL/Makefile