AboutSummaryRefsLogTreeCommitDiffStats
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2017-02-23 01:52:32 +0100
committerMathieu Lirzin <mthl@gnu.org>2017-09-28 14:50:05 +0200
commit02d67e7f0ec67708f9c96466c63aacf921c6577f (patch)
treeaef30de43faf3ccc05476412e95b80b34752e284
parent245f1ae3380330e31bfdcb7f4fe17698a2fa021d (diff)
downloadmcron-02d67e7f0ec67708f9c96466c63aacf921c6577f.tar.gz
mcron-02d67e7f0ec67708f9c96466c63aacf921c6577f.tar.bz2
mcron-02d67e7f0ec67708f9c96466c63aacf921c6577f.zip
build: Remove "maintainer-mode" configure option.
* configure.ac: Remove "maintainer-mode" configure option.
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 363a74f..e7ff80c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,10 +43,6 @@ else
fi
AC_SUBST(CONFIG_DEBUG)
-
-# We have no interest (hence a no-op), but Debian wants this.
-AC_ARG_ENABLE(maintainer-mode)
-
AC_CANONICAL_HOST
AC_PROG_AWK
AC_PROG_EGREP