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>
{
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';