summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-07-29 21:22:52 +0000
committerKevin E Martin <kem@kem.org>2005-07-29 21:22:52 +0000
commit438e7bc5783ae00c200ef239cb0ebbe828cdb900 (patch)
treed155002d3f2a6c62d913247e60f765fd1f1ca852
parentbd4ccfc68aba1bfd75350311b70c0c84c20f3137 (diff)
downloadxorg-lib-libXrender-438e7bc5783ae00c200ef239cb0ebbe828cdb900.tar.gz
Various changes preparing packages for RC0:XORG-6_99_99_902XORG-6_99_99_901XORG-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 04e11ee..970ad2f 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 Xrender version l.n.m corresponds to protocol version l.n
dnl
-AC_INIT(libXrender, 0.9.0, [keithp@keithp.com], libXrender)
+AC_INIT(libXrender, 0.9.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXrender)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE
@@ -64,6 +64,8 @@ PKG_CHECK_MODULES(RENDER, renderproto >= $RENDER_VERSION)
AC_SUBST(RENDER_CFLAGS)
+XORG_RELEASE_VERSION
+
AC_OUTPUT([Makefile
src/Makefile
xrender.pc])