summaryrefslogtreecommitdiff
path: root/lib/libXfontcache/configure.ac
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-10-31 17:58:22 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-10-31 17:58:22 +0000
commit1767608620ad90b9b419a49afc48b354542653f7 (patch)
treeb750c3e577eb8b99856f16f8b619d3899a5b883c /lib/libXfontcache/configure.ac
parent2c25b805f5ece73cb8ea248177211266510b4b7d (diff)
Update to libXfontcache 1.0.5
Diffstat (limited to 'lib/libXfontcache/configure.ac')
-rw-r--r--lib/libXfontcache/configure.ac11
1 files changed, 7 insertions, 4 deletions
diff --git a/lib/libXfontcache/configure.ac b/lib/libXfontcache/configure.ac
index 5c26e4ef2..2ff21a1dc 100644
--- a/lib/libXfontcache/configure.ac
+++ b/lib/libXfontcache/configure.ac
@@ -23,25 +23,28 @@ dnl Process this file with autoconf to create configure.
AC_PREREQ([2.57])
-AC_INIT(libXfontcache, 1.0.3, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXfontcache)
+AC_INIT(libXfontcache, 1.0.5, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXfontcache)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE
+# Require xorg-macros 1.3 or later: XORG_DEFAULT_OPTIONS
+m4_ifndef([XORG_MACROS_VERSION],
+ [m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])])
+XORG_MACROS_VERSION(1.3)
AM_CONFIG_HEADER(config.h)
# Check for progs
AC_PROG_CC
AC_PROG_LIBTOOL
+XORG_DEFAULT_OPTIONS
+
# Check for dependencies
PKG_CHECK_MODULES(XFONTCACHE, x11 xext xextproto fontcacheproto)
-
AC_SUBST(XFONTCACHE_CFLAGS)
AC_SUBST(XFONTCACHE_LIBS)
XORG_CHECK_MALLOC_ZERO
-XORG_MANPAGE_SECTIONS
-XORG_RELEASE_VERSION
AC_OUTPUT([Makefile
src/Makefile