diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2015-01-03 15:46:01 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2015-01-03 15:46:01 +0000 |
commit | 999e05f13c11e2ab215b352b1236772eb0da40b0 (patch) | |
tree | 2d1201599881669a0143b68d8866c25ae27bff49 /app/fslsfonts/configure.ac | |
parent | f18b82448792f786f9db2f5e362df1d865b25dc0 (diff) |
Update to fslfonts version 1.0.5
Diffstat (limited to 'app/fslsfonts/configure.ac')
-rw-r--r-- | app/fslsfonts/configure.ac | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/app/fslsfonts/configure.ac b/app/fslsfonts/configure.ac index e828085da..547ca8141 100644 --- a/app/fslsfonts/configure.ac +++ b/app/fslsfonts/configure.ac @@ -21,11 +21,15 @@ dnl PERFORMANCE OF THIS SOFTWARE. dnl dnl Process this file with autoconf to create configure. +# Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([fslsfonts], [1.0.4], +AC_INIT([fslsfonts], [1.0.5], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [fslsfonts]) +AC_CONFIG_SRCDIR([Makefile.am]) +AC_CONFIG_HEADERS([config.h]) + +# Initialize Automake AM_INIT_AUTOMAKE([foreign dist-bzip2]) -AM_MAINTAINER_MODE # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS m4_ifndef([XORG_MACROS_VERSION], @@ -33,10 +37,8 @@ m4_ifndef([XORG_MACROS_VERSION], XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS -AC_CONFIG_HEADERS([config.h]) - # Checks for pkg-config packages -PKG_CHECK_MODULES(FSLSFONTS, [xproto >= 7.0.17 libfs]) +PKG_CHECK_MODULES(FSLSFONTS, [xproto >= 7.0.25 libfs]) AC_CONFIG_FILES([ Makefile |