summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2012-02-05 13:45:35 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2012-02-05 13:45:35 +1100
commit79828211edd0b1da103ebad06a449e46c573c513 (patch)
treea165db365463e8f0b7828efc538140dd3dcd6631
parenta5d1d4f0c520529c9c49bb3d2e82232144ca2f6d (diff)
downloadflac-79828211edd0b1da103ebad06a449e46c573c513.tar.gz
Remove configure maintainer mode.
It doesn't play nicely with git and multiple branches.
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac4
2 files changed, 1 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh
index e93b5b17..3290f2e3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -163,4 +163,4 @@ echo " autoconf"
autoconf || exit 1
cd $olddir
-$srcdir/configure --enable-maintainer-mode "$@" && echo
+$srcdir/configure "$@" && echo
diff --git a/configure.ac b/configure.ac
index 9daa52ca..3d875c19 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,10 +22,6 @@ AC_INIT(src/flac/main.c)
AM_INIT_AUTOMAKE(flac, 1.2.1)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-# Don't automagically regenerate autoconf/automake generated files unless
-# explicitly requested. Eases autobuilding -mdz
-AM_MAINTAINER_MODE
-
# Enable the generation of shared libraries under Win32
AC_LIBTOOL_WIN32_DLL