]> sourceware.org Git - automake.git/commitdiff
* automake.texi (Macros): Warn about upgrading.
authorTom Tromey <tromey@redhat.com>
Sat, 2 Feb 2002 07:18:47 +0000 (07:18 +0000)
committerTom Tromey <tromey@redhat.com>
Sat, 2 Feb 2002 07:18:47 +0000 (07:18 +0000)
ChangeLog
automake.texi

index adbf9234a8fe282889e299c3be129d0fe4352fc9..7d124f6b8b570385c2f93420f22c15fe499b28f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-02  Tom Tromey  <tromey@redhat.com>
+
+       * automake.texi (Macros): Warn about upgrading.
+
 2002-02-01  Tom Tromey  <tromey@redhat.com>
 
        Change per GNU coding standards:
index 61105de60ba7d1461257fccdd6a528f852661e0e..f082333b1cdcbd235e49111db47303f8ce6e310b 100644 (file)
@@ -1385,6 +1385,13 @@ or by passing a third non-empty argument to the obsolete form.
 @cvindex PACKAGE, prevent definition
 @cvindex VERSION, prevent definition
 
+Note that if you're upgrading your @file{configure.in} from an earlier
+version of Automake, it is not always correct to simply move the package
+and version arguments from @code{AM_INIT_AUTOMAKE} directly to
+@code{AC_INIT}.  If your package name is not all lower case, you will
+have to use the four-argument form of @code{AC_INIT}.
+
+
 @item AM_MAKE_INCLUDE
 This macro is used to discover how the user's @code{make} handles
 @code{include} statements.  This macro is automatically invoked when
This page took 0.034957 seconds and 5 git commands to generate.