From 49cf3b5032a7ce40afe514b7092440e3e19e05aa Mon Sep 17 00:00:00 2001 From: Michel Dänzer Date: Thu, 20 Oct 2016 15:33:09 +0900 Subject: Sayōnara, AM_MAINTAINER_MODE! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If --enable-maintainer-mode got lost from config.status for any reason, builds would fail in mysterious ways after changing between different Git commits. There are more reasons for dropping it in the automake manual: https://www.gnu.org/software/automake/manual/html_node/maintainer_002dmode.html I'm not aware of any reason why --disable-maintainer-mode would ever be useful with this project. Reviewed-by: Alex Deucher --- configure.ac | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8dc55d87..3fc967e9 100644 --- a/configure.ac +++ b/configure.ac @@ -36,8 +36,6 @@ AC_CONFIG_AUX_DIR(.) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_SYS_LARGEFILE -AM_MAINTAINER_MODE - # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS m4_ifndef([XORG_MACROS_VERSION], [m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])]) -- cgit v1.2.3