summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2012-05-14 20:55:38 -0400
committerAdrian Thurston <thurston@complang.org>2012-05-14 20:55:38 -0400
commit902e80bf3c5bd3a4955ee8a1fe18fdb7e2326321 (patch)
treec5e74fb3546d528248f1b7d625e7d14cfba9af2e
parenta7e726bb5d93c35fc7d665cb6864c1f0367323b9 (diff)
downloadcolm-902e80bf3c5bd3a4955ee8a1fe18fdb7e2326321.tar.gz
Proper help strings for enable options.
-rw-r--r--configure.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 9a6ecb1b..1b65223f 100644
--- a/configure.in
+++ b/configure.in
@@ -64,10 +64,12 @@ AC_LANG_CPLUSPLUS
dnl Check for definition of MAKE.
AC_PROG_MAKE_SET
-AC_ARG_ENABLE(pool-malloc, "allocate pool objects with malloc",
+AC_ARG_ENABLE(pool-malloc,
+ AC_HELP_STRING([--enable-pool-malloc], [allocate pool objects with malloc]),
AC_DEFINE([POOL_MALLOC], [1], [allocate pool objects with malloc]))
-AC_ARG_ENABLE(debug, "enable debug statements",
+AC_ARG_ENABLE(debug,
+ AC_HELP_STRING([--enable-pool-malloc], [enable debug statements]),
AC_DEFINE([DEBUG], [1], [enable debug statements]))
# Logging features