* lib/am/libs.am (RANLIB): Don't define.
2001-06-28 Alexandre Duret-Lutz <duret_g@epita.fr>
* automake.in (am_install_var): Assign 1 to $first on
first interation.
+2001-06-28 Tom Tromey <tromey@redhat.com>
+
+ * lib/am/libs.am (RANLIB): Don't define.
+
+2001-06-28 Alexandre Duret-Lutz <duret_g@epita.fr>
+
+ * automake.in (am_install_var): Assign 1 to $first on
+ first interation.
+
2001-06-23 Tom Tromey <tromey@redhat.com>
Fix for yacc5.test:
# True if the iteration is the first one. Used for instance to
# output parts of the associated file only once.
- my $first = 0;
+ my $first = 1;
foreach my $X (sort keys %valid)
{
my $one_name = $X . '_' . $primary;
'INSTALL' => $install_p,
'DIST' => $dist_p));
- $first = '';
+ $first = 0;
}
# The JAVA variable is used as the name of the Java interpreter.
if %?FIRST%
AR = ar
-RANLIB = @RANLIB@
+## For now this is detected when we see AC_PROG_RANLIB
+## RANLIB = @RANLIB@
endif %?FIRST%
## ------------ ##