diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-04-25 17:05:43 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-04-25 17:05:43 -0700 |
commit | d6286044123ff787acf494a376dc22b2265623e2 (patch) | |
tree | 446895625d521faefbeb3011f03e1f068a10674d /configure.ac | |
parent | 963c88d67500b581fd4d44d4f561089c66bf7c56 (diff) |
Version bump: 1.0.1bdftopcf-1.0.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 5 insertions, 1 deletions
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 |