diff options
author | Kevin E Martin <kem@kem.org> | 2005-07-29 21:22:52 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-07-29 21:22:52 +0000 |
commit | 027977140e19c5622331ac90eeb5e9bb9fe72640 (patch) | |
tree | 48551e7858da5aad5e5c21f76dd86ee5ce2a6b50 /configure.ac | |
parent | 28845cf017b991f7ed2dd23c005ab36ca43b97a5 (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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a44b7d5..3d4dc6b 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ AC_PREREQ([2.57]) dnl dnl -AC_INIT(libXt, 0.1.5, [keithp@keithp.com], libXt) +AC_INIT(libXt, 0.99.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXt) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE @@ -45,6 +45,8 @@ AC_CHECK_HEADER([alloca.h], AC_DEFINE(INCLUDE_ALLOCA_H, 1, [Define to 1 if Xallo # Check render configuration, strip extra digits from package version to # find the required protocol version +XORG_RELEASE_VERSION + AC_OUTPUT([Makefile src/Makefile util/Makefile |