diff options
author | Dale Mellor <dale@rdmp.org> | 2014-05-25 17:21:00 +0100 |
---|---|---|
committer | Dale Mellor <dale@rdmp.org> | 2014-05-25 17:21:00 +0100 |
commit | bc38f2add23919573438b4642fb143428ce05927 (patch) | |
tree | 2e65fa2b91a94bbdf0066b687cbef651e2aa37ba | |
parent | 998f7eeaefa4280aad5d82f37f7bac30229bba40 (diff) | |
download | mcron-bc38f2add23919573438b4642fb143428ce05927.tar.gz mcron-bc38f2add23919573438b4642fb143428ce05927.tar.bz2 mcron-bc38f2add23919573438b4642fb143428ce05927.zip |
Add maintainer-mode option to configure, to pacify Debian.
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c819d4d..764ea03 100644 --- a/configure.ac +++ b/configure.ac @@ -40,6 +40,10 @@ fi AC_SUBST(CONFIG_DEBUG) +# We have no interest (hence a no-op), but Debian wants this. +AC_ARG_ENABLE(maintainer-mode) + + AC_PROG_AWK AC_PROG_EGREP AM_PROG_CC_C_O |