summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-12-03 17:08:51 +0000
committerKevin E Martin <kem@kem.org>2005-12-03 17:08:51 +0000
commit9d7064887dbeacb3cca569444e4e5125d71aa0f4 (patch)
tree0755c0b7ef2527993b3bf95709699346eb90fb4b
parent865237158ef97d03eadfeeca788b71bfe9552a4c (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--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c4353cf..42e2011 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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-15 Kevin E. Martin <kem-at-freedesktop-dot-org>
diff --git a/configure.ac b/configure.ac
index 405b7cf..2905c9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,6 +32,8 @@ AC_PATH_PROG(MKFONTSCALE, mkfontscale)
AC_PATH_PROG(MKFONTDIR, mkfontdir)
AC_PATH_PROG(FCCACHE, fc-cache)
+m4_ifdef([AS_HELP_STRING], , [m4_define([AS_HELP_STRING], m4_defn([AC_HELP_STRING]))])
+
DEFAULT_FONTDIR=${libdir}/X11/fonts/TTF
AC_ARG_WITH(fontdir,
AS_HELP_STRING([--with-fontdir=FONTDIR], [Path to install fonts]),