summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2017-11-08 14:17:01 +0100
committerFrediano Ziglio <fziglio@redhat.com>2017-11-08 13:57:11 +0000
commit3602e2e04f338c712aa6f3a59449771257db0981 (patch)
treec5e725af1b61af43c1dda49bd8e733b3f6adaea7
parentc065bbc1ebd94afd098ced6a7e5b20babfe4c3ba (diff)
build: Remove AM_MAINTAINER_MODE
For once, the default automake behaviour is better than the one this macro adds... See https://blogs.gnome.org/desrt/2011/09/08/am_maintainer_mode-is-not-cool/ for details: « what this macro means is that changes to your Makefile.am will not automatically result in the Makefile being regenerated unless –enable-maintainer-mode is given to ./configure » Acked-by: Frediano Ziglio <fziglio@redhat.com>
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c3467cb..a21832b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,6 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip subdir-objects])
-AM_MAINTAINER_MODE
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])