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
commit999bc86206564f0adda375076e834465ef97e5f5 (patch)
tree840552ebeaffbc24c8eb5fdb71adce81ab10b03a
parentf00dc71c280699e7f08b72b59ee74b84afa32956 (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 9ed4aa9..ba58747 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,7 @@ dnl protocol, so Xcomposite version l.n.m corresponds to protocol version l.n
dnl that 'revision' number appears in Xcomposite.h and has to be manually
dnl synchronized.
dnl
-AC_INIT(libXcomposite, 0.2.0, [keithp@keithp.com], libXcomposite)
+AC_INIT(libXcomposite, 0.2.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXcomposite)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE
@@ -55,6 +55,8 @@ PKG_CHECK_MODULES(DEP, [compositeproto >= $COMPOSITEEXT_VERSION] x11 xfixes xext
AC_SUBST(DEP_CFLAGS)
AC_SUBST(DEP_LIBS)
+XORG_RELEASE_VERSION
+
AC_OUTPUT([Makefile
src/Makefile
xcomposite.pc])