Use AM_MAINTAINER_MODE
authorMatt Zimmerman <mzimmerman@users.sourceforce.net>
Sat, 5 Oct 2002 14:41:19 +0000 (14:41 +0000)
committerMatt Zimmerman <mzimmerman@users.sourceforce.net>
Sat, 5 Oct 2002 14:41:19 +0000 (14:41 +0000)
configure.in

index a6d41b7..5fb2c58 100644 (file)
 AC_INIT(src/flac/main.c)
 AM_INIT_AUTOMAKE(flac, 1.0.4)
 
+# Don't automagically regenerate autoconf/automake generated files unless
+# explicitly requested.  Eases autobuilding -mdz
+AM_MAINTAINER_MODE
+
 # Function to configure paths for id3lib; search for 'meat' to get to the end.
 # adapted from ogg.m4
 # This is here until id3lib comes with an equivalent.