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
commita09401affaf007aef2585711cd5eb499f554be9b (patch)
tree82d756e24c3e7ea1b856459559385b670542c15e
parent0dd89a9e7ba09ed0c3f90a415b506a4ed89b91bb (diff)
downloadxorg-lib-libXft-a09401affaf007aef2585711cd5eb499f554be9b.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 08b467a..96e9576 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ dnl Yes, it is a pain to synchronize version numbers. Unfortunately, it's
dnl not possible to extract the version number here from Xft.h
dnl Please bump the minor library number at each release as well.
dnl
-AC_INIT(libXft, 2.1.7, [keithp@keithp.com], libXft)
+AC_INIT(libXft, 2.1.7, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXft)
AC_CONFIG_AUX_DIR(.)
AM_INIT_AUTOMAKE([dist-bzip2])
@@ -125,6 +125,8 @@ if test "x$GCC" = "xyes"; then
fi
AC_SUBST(WARN_CFLAGS)
+XORG_RELEASE_VERSION
+
AC_OUTPUT([Makefile
xft.pc
xft-config