summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-07-29 21:22:51 +0000
committerKevin E Martin <kem@kem.org>2005-07-29 21:22:51 +0000
commitbc50fc0cb028ed21f919a55a2f6b82aad38d0e07 (patch)
tree508d981f20920ab174f66be56ab2b5666575691f
parentbeb3c2e2d2122198043034b789c5ea8857fb1c10 (diff)
downloadxorg-lib-libXext-bc50fc0cb028ed21f919a55a2f6b82aad38d0e07.tar.gz
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.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 337b536..6e0d379 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@
AC_PREREQ(2.57)
AC_INIT([libXext],
- 6.4.3,
- [keithp@keithp.com],
+ 0.99.0,
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
libXext)
AC_CONFIG_SRCDIR([Makefile.am])
@@ -38,6 +38,8 @@ AC_SUBST(XEXT_LIBS)
# Checks for header files.
AC_HEADER_STDC
+XORG_RELEASE_VERSION
+
AC_OUTPUT([Makefile
man/Makefile
src/Makefile