summaryrefslogtreecommitdiff
path: root/m4/ax_check_enable_debug.m4
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-09-14 00:55:36 +0200
committerPeter Simons <simons@cryp.to>2014-09-14 00:55:36 +0200
commit4e7c50e20a260eb70ebb95783576965546c55e32 (patch)
tree9b6243747d435514bc4cab07000e585471265c80 /m4/ax_check_enable_debug.m4
parenta0ef75b4669fb9b173b1796daf3a72e2195fb1f2 (diff)
downloadautoconf-archive-4e7c50e20a260eb70ebb95783576965546c55e32.tar.gz
AX_CHECK_ENABLE_DEBUG: avoid utf-8 characters in the documentation
Diffstat (limited to 'm4/ax_check_enable_debug.m4')
-rw-r--r--m4/ax_check_enable_debug.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_check_enable_debug.m4 b/m4/ax_check_enable_debug.m4
index e5ece1b..c58f7f2 100644
--- a/m4/ax_check_enable_debug.m4
+++ b/m4/ax_check_enable_debug.m4
@@ -22,7 +22,7 @@
# argument if debug is disabled, defaulting to NDEBUG. All lists of
# variables should be space-separated.
#
-# If debug is not enabled, ensure AC_PROG_* will not add debugging flags.
+# If debug is not enabled, ensure AC_PROG_* will not add debugging flags.
# Should be invoked prior to any AC_PROG_* compiler checks.
#
# LICENSE
@@ -34,7 +34,7 @@
# permitted in any medium without royalty provided the copyright notice
# and this notice are preserved.
-#serial 1
+#serial 2
AC_DEFUN([AX_CHECK_ENABLE_DEBUG],[
AC_BEFORE([$0],[AC_PROG_CC])dnl