From d6286044123ff787acf494a376dc22b2265623e2 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 25 Apr 2007 17:05:43 -0700 Subject: Version bump: 1.0.1 --- configure.ac | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 99789b3..9031672 100644 --- a/configure.ac +++ b/configure.ac @@ -21,12 +21,16 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT(bdftopcf, [1.0.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], bdftopcf) +AC_INIT(bdftopcf, [1.0.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], bdftopcf) AM_INIT_AUTOMAKE([dist-bzip2 foreign]) AM_MAINTAINER_MODE AM_CONFIG_HEADER(config.h) +# Require xorg-macros version 1.1.0 or newer for XORG_WITH_LINT macro +m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.1 or later before running autoconf/autogen])]) +XORG_MACROS_VERSION(1.1) + AC_PROG_CC AC_PROG_INSTALL -- cgit v1.2.3