aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7a3efeb..34a7666 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT(powwow, 1.2.21)
+AC_INIT(powwow, 1.2.23)
AM_INIT_AUTOMAKE
AC_CANONICAL_HOST
@@ -25,6 +25,12 @@ AC_ARG_ENABLE(regex,
[enable_regex="yes"]
)
+AC_ARG_ENABLE(prove,
+ AC_HELP_STRING([--enable-prove],
+ [Enable prove option [[default=no]]]),
+ [AC_DEFINE(ENABLE_PROVE)]
+)
+
AC_ARG_ENABLE(sort,
AC_HELP_STRING([--enable-sort],
[Sort aliases and actions [[default=no]]]),