summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2014-02-02 14:28:16 -0500
committerShaun McCance <shaunm@gnome.org>2014-02-02 14:28:16 -0500
commit960e74869e67ec49d6c8fc3d12635e8906205172 (patch)
tree2c41539282e30981952bb74152d1b09412f45be1 /tools
parent6a26ba9b486a0dfb86afdcb6e8a450ee8dc3dd06 (diff)
downloadyelp-tools-960e74869e67ec49d6c8fc3d12635e8906205172.tar.gz
yelp.m4: Use AS_HELP_STRING instead of AC_HELP_STRING, #709657
Diffstat (limited to 'tools')
-rw-r--r--tools/yelp.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/yelp.m4 b/tools/yelp.m4
index cfb07e1..96acadb 100644
--- a/tools/yelp.m4
+++ b/tools/yelp.m4
@@ -21,7 +21,7 @@ AC_SUBST([YELP_LC_MEDIA_LINKS])
AC_SUBST([YELP_LC_DIST])
AC_ARG_WITH([help-dir],
- AC_HELP_STRING([--with-help-dir=DIR],
+ AS_HELP_STRING([--with-help-dir=DIR],
[path where help files are installed]),,
[with_help_dir='${datadir}/help'])
HELP_DIR="$with_help_dir"