[Flac-dev] AM_MAINTAINER_MODE
Matt Zimmerman
mdz at debian.org
Sat Sep 28 12:07:15 PDT 2002
The rules that automake uses to automatically run autoconf/automake/etc. are
handy for development, but the have a way of screwing up automated builds.
AM_MAINTAINER_MODE disables this behaviour by default, but allows for it to
be enabled for development at configure time. How would you feel about
this?
diff -u -r1.11 configure.in
--- configure.in 26 Sep 2002 14:29:56 -0000 1.11
+++ configure.in 28 Sep 2002 19:02:36 -0000
@@ -21,6 +21,8 @@
AC_INIT(src/flac/main.c)
AM_INIT_AUTOMAKE(flac, 1.0.4)
+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.
--
- mdz
More information about the Flac-dev
mailing list