include all AC_PROG_* macros
authorTom Tromey <tromey@redhat.com>
Fri, 25 Apr 1997 18:42:41 +0000 (18:42 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 25 Apr 1997 18:42:41 +0000 (18:42 +0000)
ChangeLog
THANKS
automake.in

index 52e99a8..c044860 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Apr 25 12:33:23 1997  Tom Tromey  <tromey@cygnus.com>
+
+       * automake.in (scan_one_configure_file): Recognize AC_PROG_AWK,
+       _CPP, _CXCPP, _LN_S.  From Ralph Schleicher.
+
 Mon Apr 21 12:35:57 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        * automake.in (@config_fullnames): New array.
diff --git a/THANKS b/THANKS
index 7996b6b..9226c9c 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -35,6 +35,7 @@ Michael Brantley <Michael-Brantley@deshaw.com>
 Noah Friedman <friedman@gnu.ai.mit.edu>
 Nyul Laszlo <nyul@sol.cc.u-szeged.hu>
 Per Bothner <bothner@cygnus.com>
+Ralph Schleicher <rs@purple.UL.BaWue.DE>
 Ramón García Fernández <ramon@jl1.quim.ucm.es>
 Steve M. Robbins <steve@nyongwa.montreal.qc.ca>
 Tatu Ylonen <ylo@ssh.fi>
index 0960e8d..f9a14ca 100755 (executable)
@@ -3868,7 +3868,7 @@ sub scan_one_configure_file
        $seen_make_set = 1 if /AC_PROG_MAKE_SET/;
        $seen_arg_prog = 1 if /AC_ARG_PROGRAM/;
 
-       if (/AC_PROG_(YACC|RANLIB|CC|CXX|LEX)/)
+       if (/AC_PROG_(YACC|RANLIB|CC|CXX|LEX|AWK|CPP|CXXCPP|LN_S)/)
        {
            $configure_vars{$1} = 1;
        }