summaryrefslogtreecommitdiff
path: root/m4/libfame.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/libfame.m4')
-rw-r--r--m4/libfame.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/libfame.m4 b/m4/libfame.m4
index b6a14ed34..5fc34cc56 100644
--- a/m4/libfame.m4
+++ b/m4/libfame.m4
@@ -7,11 +7,11 @@ AC_DEFUN([AM_PATH_LIBFAME],
[dnl
dnl Get the cflags and libraries from the libfame-config script
dnl
-AC_ARG_WITH(libfame-prefix, AC_HELP_STRING([--with-libfame-prefix=DIR], [prefix where libfame is installed (optional)]),
+AC_ARG_WITH(libfame-prefix, AS_HELP_STRING([--with-libfame-prefix=DIR], [prefix where libfame is installed (optional)]),
libfame_config_prefix="$withval", libfame_config_prefix="")
-AC_ARG_WITH(libfame-exec-prefix, AC_HELP_STRING([--with-libfame-exec-prefix=DIR], [exec prefix where libfame is installed (optional)]),
+AC_ARG_WITH(libfame-exec-prefix, AS_HELP_STRING([--with-libfame-exec-prefix=DIR], [exec prefix where libfame is installed (optional)]),
libfame_config_exec_prefix="$withval", libfame_config_exec_prefix="")
-AC_ARG_ENABLE(libfametest, AC_HELP_STRING([--disable-libfametest], [do not try to compile and run a test libfame program]),
+AC_ARG_ENABLE(libfametest, AS_HELP_STRING([--disable-libfametest], [do not try to compile and run a test libfame program]),
enable_libfametest=$enableval, enable_libfametest=yes)
if test x$libfame_config_exec_prefix != x ; then