diff options
-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 |