From 2a4a8d20f2573e1f633a3c72f18e6ced9b69fa44 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 2 Feb 2002 07:18:47 +0000 Subject: [PATCH] * automake.texi (Macros): Warn about upgrading. --- ChangeLog | 4 ++++ automake.texi | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index adbf9234a..7d124f6b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-02-02 Tom Tromey + + * automake.texi (Macros): Warn about upgrading. + 2002-02-01 Tom Tromey Change per GNU coding standards: diff --git a/automake.texi b/automake.texi index 61105de60..f082333b1 100644 --- a/automake.texi +++ b/automake.texi @@ -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 -- 2.47.2