diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-03 17:08:52 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-03 17:08:52 +0000 |
commit | 41a183189ad9b7dbb8fad34b539c2e2fcef24035 (patch) | |
tree | 3d1e05a7c79dd72fbad2da89f36054e8767d1d05 | |
parent | 64ace18e436d6b2c4339c38e5346681ff5e02951 (diff) |
Add m4 magic to allow AS_HELP_STRING to work with older versions ofXORG-6_99_99_903MODULAR_COPY
autoconf 2.57.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 0 deletions
@@ -1,6 +1,12 @@ 2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org> * configure.ac: + Add m4 magic to allow AS_HELP_STRING to work with older versions + of autoconf 2.57. + +2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * configure.ac: Update package version number for X11R7 RC3 release. 2005-11-23 Eric Anholt <anholt@FreeBSD.org> diff --git a/configure.ac b/configure.ac index 7f7ac4c..a2e1e4a 100644 --- a/configure.ac +++ b/configure.ac @@ -32,6 +32,8 @@ AC_PATH_PROG(BDFTOPCF, bdftopcf) AC_PATH_PROG(MKFONTSCALE, mkfontscale) AC_PATH_PROG(MKFONTDIR, mkfontdir) +m4_ifdef([AS_HELP_STRING], , [m4_define([AS_HELP_STRING], m4_defn([AC_HELP_STRING]))]) + DEFAULT_FONTDIR=${libdir}/X11/fonts/cyrillic AC_ARG_WITH(fontdir, AS_HELP_STRING([--with-fontdir=FONTDIR], [Path to install fonts]), |