From: Tom Tromey Date: Sun, 7 Jul 2002 21:40:43 +0000 (+0000) Subject: * automake.texi (Optional): AM_MAINTAINER_MODE is ok in Gnits mode X-Git-Tag: Release-1-6b~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69dcbaaff489ae4e7455992ff9d76c435e69c331;p=thirdparty%2Fautomake.git * automake.texi (Optional): AM_MAINTAINER_MODE is ok in Gnits mode now. Fixes PR automake/332. --- diff --git a/ChangeLog b/ChangeLog index 3d273b363..1433aa146 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-07-07 Tom Tromey + + * automake.texi (Optional): AM_MAINTAINER_MODE is ok in Gnits mode + now. Fixes PR automake/332. + 2002-07-06 Alexandre Duret-Lutz * tests/nobase.test (test-install-exec): Move all the `test -f' diff --git a/automake.texi b/automake.texi index 8666489b9..bf280c7ff 100644 --- a/automake.texi +++ b/automake.texi @@ -1284,9 +1284,9 @@ requirements. This macro adds a @samp{--enable-maintainer-mode} option to @code{configure}. If this is used, @code{automake} will cause @samp{maintainer-only} rules to be turned off by default in the -generated @file{Makefile.in}s. This macro is disallowed in @samp{Gnits} -mode (@pxref{Gnits}). This macro defines the @samp{MAINTAINER_MODE} -conditional, which you can use in your own @file{Makefile.am}. +generated @file{Makefile.in}s. This macro defines the +@samp{MAINTAINER_MODE} conditional, which you can use in your own +@file{Makefile.am}. @cvindex AM_MAINTAINER_MODE @item AC_SUBST