From 3aab1cafc5c6531e34bc8c3601e566335f125d5c Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 7 Apr 2019 10:41:49 +0200 Subject: [PATCH] Disabled autotools macro AM_MAINTAINER_MODE on advise of Ross Burton --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d81aed1..3e3628c 100644 --- a/configure.ac +++ b/configure.ac @@ -67,7 +67,8 @@ AC_SUBST(LT_CURRENT_MINUS_AGE) AC_PREFIX_DEFAULT([/usr/local]) test "$prefix" = "NONE" && prefix=$ac_default_prefix -AM_MAINTAINER_MODE +dnl ts B90405 : Disabled on advise of Ross Burton +dnl AM_MAINTAINER_MODE AM_PROG_CC_C_O AC_C_CONST