summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-07-29 21:22:39 +0000
committerKevin E Martin <kem@kem.org>2005-07-29 21:22:39 +0000
commit7531a3a643176b99cd9aacd9394e584a81b6cb68 (patch)
tree601b663d32ff09a4347a96476ddda650acdecdc1
parent95697dbcfdbb3f44bc7497a898609ca8b00547be (diff)
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 eebdc7c..9cc1eb4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# $XdotOrg: $
AC_PREREQ([2.57])
-AC_INIT(xcursor-themes, [1.0], [xorg@lists.freedesktop.org], xcursor-themes)
+AC_INIT(xcursor-themes, [0.99.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xcursor-themes)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE
@@ -25,6 +25,8 @@ AM_CONDITIONAL(WHITEGLASS, true)
AM_CONDITIONAL(REDGLASS, true)
AM_CONDITIONAL(HANDHELDS, true)
+XORG_RELEASE_VERSION
+
AC_OUTPUT([
Makefile
handhelds/Makefile