Remove configure maintainer mode.
authorErik de Castro Lopo <erikd@mega-nerd.com>
Sun, 5 Feb 2012 02:45:35 +0000 (13:45 +1100)
committerErik de Castro Lopo <erikd@mega-nerd.com>
Sun, 5 Feb 2012 02:45:35 +0000 (13:45 +1100)
It doesn't play nicely with git and multiple branches.

autogen.sh
configure.ac

index e93b5b1..3290f2e 100755 (executable)
@@ -163,4 +163,4 @@ echo "  autoconf"
 autoconf || exit 1
 
 cd $olddir
-$srcdir/configure --enable-maintainer-mode "$@" && echo
+$srcdir/configure "$@" && echo
index 9daa52c..3d875c1 100644 (file)
@@ -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