summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-07-29 21:22:54 +0000
committerKevin E Martin <kem@kem.org>2005-07-29 21:22:54 +0000
commitb9e3ce8e6bfc63da09f78487452105265a5eb07d (patch)
treea1e2f4c51709e8fc623b20c8ca8dc81c1267bb99
parentdf44616e5b3b10d739b556c3e11e019a7732553e (diff)
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
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2c5309c..85dc25f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,7 @@ dnl protocol, so Xfixes version l.n.m corresponds to protocol version l.n,
dnl that 'revision' number appears in Xfixes.h and has to be manually
dnl synchronized.
dnl
-AC_INIT(lbxutil, 1.0.0, [sandmann@redhat.com], liblbxutil)
+AC_INIT(lbxutil, 0.99.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], liblbxutil)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE
@@ -53,6 +53,8 @@ AC_SUBST(DEP_LIBS)
# Check fixesext configuration, strip extra digits from package version to
# find the required protocol version
+XORG_RELEASE_VERSION
+
AC_OUTPUT([Makefile
src/Makefile
lbxutil.pc])