+2002-04-03 Andreas Schwab <schwab@suse.de>
+
+ * bin/autoreconf.in (autoreconf): Run automake after rerunning
+ aclocal.
+
2002-04-03 Akim Demaille <akim@epita.fr>
* lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
}
- # ------------------ #
- # Running automake. #
- # ------------------ #
-
- # Assumes that there is a Makefile.am in the topmost directory.
- if (!-f 'Makefile.am')
- {
- verbose "$configure_ac: not using Automake";
- }
- else
- {
- # We should always run automake, and let it decide whether it shall
- # update the file or not. In fact, the effect of `$force' is already
- # included in `$automake' via `--no-force'.
- xsystem ($automake);
- }
-
-
# ------------------- #
# Rerunning aclocal. #
# ------------------- #
# If we re-installed Libtool or Gettext, the macros might have changed.
+ # Automake also needs an up-to-date aclocal.m4.
if ($rerun_alocal)
{
if (!$uses_aclocal)
}
+ # ------------------ #
+ # Running automake. #
+ # ------------------ #
+
+ # Assumes that there is a Makefile.am in the topmost directory.
+ if (!-f 'Makefile.am')
+ {
+ verbose "$configure_ac: not using Automake";
+ }
+ else
+ {
+ # We should always run automake, and let it decide whether it shall
+ # update the file or not. In fact, the effect of `$force' is already
+ # included in `$automake' via `--no-force'.
+ xsystem ($automake);
+ }
+
+
# ------------------ #
# Running autoconf. #
# ------------------ #