From 3a19f33097add79f28462da8cf610ece75f22f63 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Tue, 10 Jan 2017 21:22:08 +0000 Subject: [PATCH] [#1520] Add AM_MAINTAINER_MODE macro to configure.ac * '--disable-maintainer-mode' option is now available for configure. * This fixes the warning 'unrecognized options: --disable-maintainer-mode' from debian pkg builds. * Setting the macro to 'enable' as default is equivalent to no macro call so no change in default functionality. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index c729d1447..6ee6eb369 100644 --- a/configure.ac +++ b/configure.ac @@ -79,7 +79,7 @@ AC_CANONICAL_TARGET AS_ECHO AS_ECHO "Initializing Automake:" AM_INIT_AUTOMAKE([1.11 foreign]) - +AM_MAINTAINER_MODE([enable]) AS_ECHO AS_ECHO "Initializing Libtool:" @@ -653,7 +653,7 @@ OpenSSL library: OpenSSL Libs: ${OPENSSL_LIBS} OpenSSL LDFlags: ${OPENSSL_LDFLAGS} OpenSSL Includes: ${OPENSSL_INCLUDES} -END +END ]) cat config.report