summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2013-12-29 11:21:35 -0800
committerEric Anholt <eric@anholt.net>2014-08-21 15:26:07 -0700
commit6c85414b21c6efc5b6a38f16c7ee39ed8359757a (patch)
tree08e718a44ffbb0ae9a149cc3e8b18d20fc4eed6b
parent1e4cb922617990a3005ac23b0c90f89147c3564b (diff)
Drop AM_MAINTAINER_MODE.
I don't know who ever thought that having automake not rebuild Makefiles when you touch a Makefile.am was a good idea.
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1c1a36d..3dfcb4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,6 @@ AC_SYS_LARGEFILE
# Initialize Automake
AM_INIT_AUTOMAKE([foreign dist-bzip2])
-AM_MAINTAINER_MODE
# Initialize libtool
AC_DISABLE_STATIC