Remove configure maintainer mode.

It doesn't play nicely with git and multiple branches.
This commit is contained in:
Erik de Castro Lopo 2012-02-05 13:45:35 +11:00
parent a5d1d4f0c5
commit 79828211ed
2 changed files with 1 additions and 5 deletions

View File

@ -163,4 +163,4 @@ echo " autoconf"
autoconf || exit 1
cd $olddir
$srcdir/configure --enable-maintainer-mode "$@" && echo
$srcdir/configure "$@" && echo

View 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