summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-06 17:22:24 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-15 15:19:22 -0800
commitb0b5d11db0dc13d4999021d936c3036479dbba64 (patch)
tree4a59eecd18a68d017aa8cbdf751e8446c1822fb6
parentfb44b3f7caa440cee9bafb505ee4719c946a93d7 (diff)
configure: replace deprecated AC_HELP_STRING with AS_HELP_STRING
This silences an autoconf warning: configure.ac:43: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:43: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:43: the top level Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bc4749c..0f6ce69 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,7 +42,7 @@ XORG_FONT_MACROS_VERSION(1.2)
XORG_FONTROOTDIR
-AC_ARG_WITH(top-fontdir, AC_HELP_STRING([--with-top-fontdir=<pathname>],
+AC_ARG_WITH(top-fontdir, AS_HELP_STRING([--with-top-fontdir=<pathname>],
[Obsolete: use --with-fontrootdir instead]),
[AC_MSG_ERROR([--with-top-fontdir is obsolete, use --with-fontrootdir instead])])