From c6915d034fa3f72a9724816d2e3f5e8432ef9321 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Thu, 14 Oct 2010 20:33:40 -0400 Subject: config: AC_HELP_STRING is deprecated, use AS_HELP_STRING Signed-off-by: Gaetan Nadon --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 81e408f..2916d7c 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_CHECK_FUNCS([strlcat]) # Internationalization & localization support AC_SEARCH_LIBS([gettext], [intl], [USE_GETTEXT="yes"], [USE_GETTEXT="no"]) AC_MSG_CHECKING([where to install localized messages]) -AC_ARG_WITH([localedir], AC_HELP_STRING([--with-localedir=], +AC_ARG_WITH([localedir], AS_HELP_STRING([--with-localedir=], [Path to install message files in (default: datadir/locale)]), [LOCALEDIR=${withval}], [LOCALEDIR=${datadir}/locale]) AX_DEFINE_DIR([LOCALEDIR], [LOCALEDIR], [Location of translated messages]) @@ -45,7 +45,7 @@ AM_CONDITIONAL(USE_GETTEXT, test "x$USE_GETTEXT" = "xyes") # Optional feature: When ___.xpm is requested, also look for ___.xpm.Z & .gz # Replaces ZFILEDEF = -DSTAT_ZFILE in old Imakefile AC_ARG_ENABLE(stat-zfile, - AC_HELP_STRING([--enable-stat-zfile], + AS_HELP_STRING([--enable-stat-zfile], [Search for files with .Z & .gz extensions automatically @<:@default=yes@:>@]), [STAT_ZFILE=$enableval], [STAT_ZFILE=yes]) if test x$STAT_ZFILE = xyes ; then -- cgit v1.2.1