]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* automake.in (handle_libraries): Use $configure_ac; typo fix.
authorTom Tromey <tromey@redhat.com>
Thu, 25 Jan 2001 03:28:51 +0000 (03:28 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 25 Jan 2001 03:28:51 +0000 (03:28 +0000)
ChangeLog
automake.in

index 1190926a2bc3a195b0dcd369f589ab6e39621312..a7ea532ad8d4656132cea8637dae78433aece00b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2001-01-24  Tom Tromey  <tromey@redhat.com>
 
+       * automake.in (handle_libraries): Use $configure_ac; typo fix.
+
        * automake.in (transform): Quote substitution.
 
 2001-01-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
index 0c1a8f0de98a86a18e55f2e12d13ffa92588f978..8bbfc665dba2e8ad93f474991359e3fa6224655c 100755 (executable)
@@ -1858,7 +1858,7 @@ sub handle_libraries
        {
            if (&variable_defined ($key . '_LIBRARIES'))
            {
-               &am_line_error ($key . '_LIBRARIES', "library used but \`RANLIB' not defined in \`$configure_am'");
+               &am_line_error ($key . '_LIBRARIES', "library used but \`RANLIB' not defined in \`$configure_ac'");
                # Only get this error once.  If this is ever printed,
                # we have a bug.
                $configure_vars{'RANLIB'} = 'BUG';