+1999-02-01 Thomas Tanner <tanner@gmx.de>
+
+ * automake.in: accept both A(C|M)_PROG_LIBTOOL, print a
+ warning when AM_PROG_LIBTOOL was found
+ * automake.texi: renamed AM_PROG_LIBTOOL to AC_PROG_LIBTOOL
+
1999-03-22 Tom Tromey <tromey@cygnus.com>
Made `+=' more robust. Fixes pluseq6.test and pluseq7.test.
* CFLAGS only defined if C source seen
but really it should be a configure variable, shouldn't it?
+ There are other examples of this
* Get rid of .s.o and .S.o rules unless assembly source is seen.
# TRUE if we've seen AC_ARG_PROGRAM.
$seen_arg_prog = 0;
-# TRUE if we've seen AM_PROG_LIBTOOL.
+# TRUE if we've seen AC_PROG_LIBTOOL.
$seen_libtool = 0;
$libtool_line = 0;
$seen_prog_install = 1 if /AC_PROG_INSTALL/;
$seen_lispdir = 1 if /AM_PATH_LISPDIR/;
- if (/AM_PROG_LIBTOOL/)
+ if (/A(C|M)_PROG_LIBTOOL/)
{
+ if (/AM_PROG_LIBTOOL/)
+ {
+ &am_conf_line_warning ($filename, $., "\`AM_PROG_LIBTOOL' is obsolete, use \`AC_PROG_LIBTOOL' instead");
+ }
$seen_libtool = 1;
$libtool_line = $.;
$configure_vars{'LIBTOOL'} = $filename . ':' . $.;
$configure_vars{'RANLIB'} = $filename . ':' . $.;
$configure_vars{'CC'} = $filename . ':' . $.;
- # AM_PROG_LIBTOOL runs AC_CANONICAL_HOST. Make sure we
+ # AC_PROG_LIBTOOL runs AC_CANONICAL_HOST. Make sure we
# never downgrade (if we've seen AC_CANONICAL_SYSTEM).
$seen_canonical = $AC_CANONICAL_HOST if ! $seen_canonical;
}
C++}). @xref{Macros, , Autoconf macros supplied with Automake}.
@cvindex AC_F77_LIBRARY_LDFLAGS
-@item AM_PROG_LIBTOOL
+@item AC_PROG_LIBTOOL
Automake will turn on processing for @code{libtool} (@pxref{Top, ,
Introduction, libtool, The Libtool Manual}).
-@cvindex AM_PROG_LIBTOOL
+@cvindex AC_PROG_LIBTOOL
@item AC_PROG_YACC
If a Yacc source file is seen, then you must either use this macro or
-@set UPDATED 22 January 1999
+@set UPDATED 22 March 1999
@set EDITION 1.4a
@set VERSION 1.4a
-@set UPDATED 22 January 1999
+@set UPDATED 22 March 1999
@set EDITION 1.4a
@set VERSION 1.4a