summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-07-29 21:22:50 +0000
committerKevin E Martin <kem@kem.org>2005-07-29 21:22:50 +0000
commit8eb24cbd838af67ffe96b074dc66cfff3f12ada4 (patch)
treefa54efc11e9b3cc9a5153305ef4d37c81b56e090
parent4b937bf0b80d1e7520beda11e5958858c1d8be63 (diff)
downloadxorg-lib-libXRes-8eb24cbd838af67ffe96b074dc66cfff3f12ada4.tar.gz
Various changes preparing packages for RC0:XORG-6_99_99_900
- 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 dea5de8..77b129d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ dnl try to keep these the same. Note that the library has an extra
dnl digit in the version number to track changes which don't affect the
dnl protocol, so XRes version l.n.m corresponds to protocol version l.n
dnl
-AC_INIT(libXres, 1.0.2, [keithp@keithp.com], libXres)
+AC_INIT(libXres, 0.99.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXres)
AC_CONFIG_AUX_DIR(.)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_CONFIG_HEADER(config.h)
@@ -62,6 +62,8 @@ if test "x$GCC" = "xyes"; then
CFLAGS="$GCC_WARNINGS $CFLAGS"
fi
+XORG_RELEASE_VERSION
+
AC_OUTPUT([Makefile
src/Makefile
man/Makefile