From a085470365dc3a356c5e36167189ef0e450e23b0 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 16 Jan 2013 08:41:49 +0100 Subject: Switched to bdftopcf-1.0.4 --- bdftopcf/configure.ac | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'bdftopcf/configure.ac') diff --git a/bdftopcf/configure.ac b/bdftopcf/configure.ac index 1f00ef7fb..8de519111 100644 --- a/bdftopcf/configure.ac +++ b/bdftopcf/configure.ac @@ -21,12 +21,12 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.60]) -AC_INIT([bdftopcf], [1.0.3], +AC_INIT([bdftopcf], [1.0.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [bdftopcf]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS([config.h]) # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS m4_ifndef([XORG_MACROS_VERSION], @@ -34,11 +34,13 @@ m4_ifndef([XORG_MACROS_VERSION], XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS -AC_PROG_INSTALL # Checks for pkg-config packages PKG_CHECK_MODULES(BDFTOPCF, xfont) XORG_WITH_LINT -AC_OUTPUT([Makefile]) +AC_CONFIG_FILES([ + Makefile + man/Makefile]) +AC_OUTPUT -- cgit v1.2.3