From bc38f2add23919573438b4642fb143428ce05927 Mon Sep 17 00:00:00 2001 From: Dale Mellor Date: Sun, 25 May 2014 17:21:00 +0100 Subject: Add maintainer-mode option to configure, to pacify Debian. --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') 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 -- cgit v1.2.3