diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-10-31 18:00:19 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-10-31 18:00:19 +0000 |
commit | d4fac53d0bf1f9fe59181f13ad248442f5eab3d3 (patch) | |
tree | fa39ae897ffdc6a9e9c549946e5a82e9a7140a86 /app/mkfontscale/configure.ac | |
parent | 3fc647e7b9741a465288a52b24eff76b3d726ef0 (diff) |
Update to mkfontscale 1.0.8. No functional change.
Diffstat (limited to 'app/mkfontscale/configure.ac')
-rw-r--r-- | app/mkfontscale/configure.ac | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/app/mkfontscale/configure.ac b/app/mkfontscale/configure.ac index 490e8cc45..9584ad90a 100644 --- a/app/mkfontscale/configure.ac +++ b/app/mkfontscale/configure.ac @@ -20,21 +20,19 @@ dnl USE OR PERFORMANCE OF THIS SOFTWARE. dnl dnl Process this file with autoconf to create configure. -AC_PREREQ([2.57]) -AC_INIT(mkfontscale, [1.0.7], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], mkfontscale) -AM_INIT_AUTOMAKE([dist-bzip2 foreign]) +AC_PREREQ([2.60]) +AC_INIT([mkfontscale], [1.0.8], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], + [mkfontscale]) +AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE AM_CONFIG_HEADER(config.h) -# 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) - -AC_PROG_CC -AC_PROG_INSTALL - + [m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])]) +XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS AC_CHECK_LIB(z, gzopen, [], @@ -52,11 +50,7 @@ fi # Checks for pkg-config packages PKG_CHECK_MODULES(MKFONTSCALE, fontenc freetype2) -AC_SUBST(MKFONTSCALE_CFLAGS) -AC_SUBST(MKFONTSCALE_LIBS) - PKG_CHECK_MODULES(X11, xproto) -AC_SUBST(X11_CFLAGS) dnl Allow checking code with lint, sparse, etc. XORG_WITH_LINT |