summaryrefslogtreecommitdiff
path: root/app/mkfontdir/configure.ac
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-11-11 11:00:07 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-11-11 11:00:07 +0000
commitb32252ac1d50a6f33afb4917cab1104319b12f6a (patch)
tree2ef8d91ee6ad7eb64326c9cb4062ce3841d004ca /app/mkfontdir/configure.ac
parent2c939f49c64947fc952bc16bf4afae32c1fefcc8 (diff)
Update to mkfontdir 1.0.6
Diffstat (limited to 'app/mkfontdir/configure.ac')
-rw-r--r--app/mkfontdir/configure.ac20
1 files changed, 11 insertions, 9 deletions
diff --git a/app/mkfontdir/configure.ac b/app/mkfontdir/configure.ac
index 1e25882e6..49acfd1f1 100644
--- a/app/mkfontdir/configure.ac
+++ b/app/mkfontdir/configure.ac
@@ -20,20 +20,22 @@ dnl USE OR PERFORMANCE OF THIS SOFTWARE.
dnl
dnl Process this file with autoconf to create configure.
-AC_PREREQ([2.57])
-AC_INIT(mkfontdir, [1.0.5], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], mkfontdir)
-AM_INIT_AUTOMAKE([dist-bzip2 foreign])
+# Initialize Autoconf
+AC_PREREQ([2.60])
+AC_INIT([mkfontdir], [1.0.6],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [mkfontdir])
+AC_CONFIG_SRCDIR([Makefile.am])
+
+# Initialize Automake
+AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
-# Require xorg-macros 1.3 or later: 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
-AC_PROG_INSTALL
-
-AC_PATH_PROG(SED, sed)
AC_SUBST([bindir])
AC_OUTPUT([Makefile])