summaryrefslogtreecommitdiff
path: root/lib/libXt/configure.ac
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-10-31 16:05:21 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-10-31 16:05:21 +0000
commit4c017dbd90e6d50408e49757fcb3cb4d655a178e (patch)
treeef2a79cd0cc4c871e952ce769fc319ab1a89b5d7 /lib/libXt/configure.ac
parentdaa7fb7bc665c007414861e208be8c254971349e (diff)
Update to libXt 1.0.9. No functional change.
Diffstat (limited to 'lib/libXt/configure.ac')
-rw-r--r--lib/libXt/configure.ac16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/libXt/configure.ac b/lib/libXt/configure.ac
index ebda9f654..ae3db02f9 100644
--- a/lib/libXt/configure.ac
+++ b/lib/libXt/configure.ac
@@ -21,18 +21,20 @@ dnl PERFORMANCE OF THIS SOFTWARE.
dnl
dnl Process this file with autoconf to create configure.
-AC_PREREQ([2.57])
+AC_PREREQ([2.60])
dnl
dnl
-AC_INIT(libXt, 1.0.8, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXt)
+AC_INIT([libXt], [1.0.9],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXt])
+AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
-# Require xorg-macros: XORG_DEFAULT_OPTIONS
+# Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS
m4_ifndef([XORG_MACROS_VERSION],
- [m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])])
-XORG_MACROS_VERSION(1.3)
+ [m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])])
+XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
AM_CONFIG_HEADER(config.h)
@@ -123,9 +125,6 @@ esac
XT_CFLAGS="$XT_CFLAGS $OS_CFLAGS"
-# Man page processing requirements
-XORG_PROG_RAWCPP
-
XORG_CHECK_MALLOC_ZERO
AC_OUTPUT([Makefile
@@ -133,4 +132,5 @@ AC_OUTPUT([Makefile
util/Makefile
include/Makefile
man/Makefile
+ specs/Makefile
xt.pc])