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
--- Matt Zimmerman <mdz@debian.org> wrote:> 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? >...Sounds good, go ahead and commit it to the head. Thanks, Josh __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com
On Mon, Sep 30, 2002 at 10:32:07AM -0700, Josh Coalson wrote:> --- Matt Zimmerman <mdz@debian.org> wrote: > > 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? > >... > > Sounds good, go ahead and commit it to the head.Committed to HEAD. -- - mdz
Possibly Parallel Threads
- [PATCH] opusfile configury fixes.
- [PATCH libguestfs] build: enable automake's color-tests option
- Patch: More of kqueue() support.
- Branch 'as' - 5 commits - configure.ac libswfdec/Makefile.am NEWS
- [PATCH libguestfs] build: daemon/do_debug: parameters aren't always unused