diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2012-02-05 13:45:35 +1100 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2012-02-05 13:45:35 +1100 |
commit | 79828211edd0b1da103ebad06a449e46c573c513 (patch) | |
tree | a165db365463e8f0b7828efc538140dd3dcd6631 | |
parent | a5d1d4f0c520529c9c49bb3d2e82232144ca2f6d (diff) | |
download | flac-79828211edd0b1da103ebad06a449e46c573c513.tar.gz |
Remove configure maintainer mode.
It doesn't play nicely with git and multiple branches.
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 1 insertions, 5 deletions
@@ -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 |