From 14ade55b83aa72240a555b3b9def9f40a6a38cd9 Mon Sep 17 00:00:00 2001 From: Kevin E Martin Date: Fri, 29 Jul 2005 21:22:58 +0000 Subject: [PATCH] Various changes preparing packages for RC0: - 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a0c553f76..546dd7f25 100644 --- a/configure.ac +++ b/configure.ac @@ -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