aboutsummaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-11-19 14:55:55 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-11-19 14:55:55 +0000
commita54d77908064d87a7e9439445baff7dfa17b1e79 (patch)
treee86386508dc135d479ff7313aed3505d9946b91c /acinclude.m4
parent719964de49d9a50b63b006bcf64e632c2503327a (diff)
downloadmailfromd-a54d77908064d87a7e9439445baff7dfa17b1e79.tar.gz
mailfromd-a54d77908064d87a7e9439445baff7dfa17b1e79.tar.bz2
* README-alpha: Update
* configure.ac: Use AM_GNU_MAILUTILS. * acinclude.m4: Minor fix. git-svn-id: file:///svnroot/mailfromd/trunk@1529 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 840f88be..21bf3d50 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -15,7 +15,7 @@ dnl
AC_DEFUN([MU_DEBUG_MODE],
[AC_ARG_ENABLE(debug,
- [ --enable-debug enable debugging mode],
+ AC_HELP_STRING([--enable-debug], [enable debugging mode]),
[if test x"$enableval" = xyes; then
if test x"$GCC" = xyes; then
AC_MSG_CHECKING(whether gcc accepts -ggdb)
@@ -32,3 +32,4 @@ AC_DEFUN([MU_DEBUG_MODE],
CFLAGS="`echo $save_CFLAGS | sed 's/-O[[0-9]]//g'` $CFLAGS"
fi
fi])])
+

Return to:

Send suggestions and report system problems to the System administrator.