X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure.ac;h=af186fe797d1b0c3c1df701a11335f91c18c77b7;hb=baa55df33c507f4278074481e5347d5216e137db;hp=4fba67e680cdf0c013cb511541d2e17507b39fa3;hpb=31c6daf4ead30035b8b7c88d1e999888327bbc18;p=mmh diff --git a/configure.ac b/configure.ac index 4fba67e..af186fe 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ dnl Do you want to disable use of locale functions AH_TEMPLATE([LOCALE], [Undefine if you don't want locale features. By default this is defined.]) AC_ARG_ENABLE([locale], - [AC_HELP_STRING([--disable-locale], [turn off locale features])], + [AS_HELP_STRING([--disable-locale], [turn off locale features])], [AS_IF([test x$enableval = xyes], [AC_DEFINE(LOCALE)])], [AC_DEFINE(LOCALE)]) @@ -93,8 +93,8 @@ else fi dnl Should we use a locking directory? -AC_ARG_ENABLE([lockdir], [ - AS_HELP_STRING([--enable-lockdir=dir], [Store dot-lock files in "dir"])], [ +AC_ARG_ENABLE([lockdir], + [AS_HELP_STRING([--enable-lockdir=dir], [Store dot-lock files in "dir"])], [ AS_IF([test "x$enableval" = xyes],[ AC_MSG_ERROR([--enable-lockdir requires an argument])]) AS_IF([test "x$LOCKTYPE" != xdot],[