Use AM_MAINTAINER_MODE

This commit is contained in:
Matt Zimmerman
2002-10-05 14:41:19 +00:00
parent c9c0d130c5
commit 057b53262e

View File

@@ -21,6 +21,10 @@
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.