Automake versions prior to 1.8.
+2003-08-25 Alexandre Duret-Lutz <adl@gnu.org>
+
+ * bin/autoreconf.in (parse_args): Do not pass --no-force to
+ Automake versions prior to 1.8.
+
2003-08-25 Akim Demaille <akim@epita.fr>
* doc/autoconf.texi (Header Portability): netinet/if_ether.h.
}
else
{
- $automake .= ' --no-force';
+ # The implementation of --no-force is bogus in all implementations
+ # of Automake up to 1.8, so we avoid it in these cases. (Automake
+ # 1.8 is the first version where aclocal supports force, hence
+ # the condition.)
+ $automake .= ' --no-force'
+ if $aclocal_supports_force;
}
# --debug;
if ($debug)