* acinclude.m4: Renamed AS_HELP_STRING to AC_HELP_STRING for

compatibility with autoconf-2.57.
This commit is contained in:
Roland Illig 2005-04-26 17:29:58 +00:00
parent 2404c633d0
commit 957f3d180d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-04-26 Roland Illig <roland.illig@gmx.de>
* acinclude.m4: Renamed AS_HELP_STRING to AC_HELP_STRING for
compatibility with autoconf-2.57.
2005-04-22 Roland Illig <roland.illig@gmx.de>
* acinclude.m4: Added macro MC_ARG_ENABLE_DEVELOPER_MODE.

View File

@ -960,7 +960,7 @@ fi
AC_DEFUN([MC_ARG_ENABLE_DEVELOPER_MODE],
[AC_ARG_ENABLE([developer-mode],
AS_HELP_STRING([--enable-developer-mode], [Enable debugging help]))
AC_HELP_STRING([--enable-developer-mode], [Enable debugging help]))
AM_CONDITIONAL([DEVELOPER], [test x"$enable_developer_mode" = x"yes"])
if test x"$enable_developer_mode" = x"yes"; then
AC_DEFINE([MC_ENABLE_DEBUGGING_CODE], [1], [Enable debugging code])