* automake.in (push_required_file): Remove "FIXME" comment stating
that the special handling of `$config_aux_dir' breaks threaded
automake: this is not true anymore after the recent commits (see
in particular commit `
v1.11-1225-gf672944').
+2011-10-17 Stefano Lattarini <stefano.lattarini@gmail.com>
+
+ cosmetics: remove obsolete comment
+ * automake.in (push_required_file): Remove "FIXME" comment stating
+ that the special handling of `$config_aux_dir' breaks threaded
+ automake: this is not true anymore after the recent commits (see
+ in particular commit `v1.11-1225-gf672944').
+
2011-10-08 Stefano Lattarini <stefano.lattarini@gmail.com>
tests: fix spurious failure with Solaris /bin/sh
# of $am_config_aux_dir here is deliberate and necessary.
elsif ($dir eq $config_aux_dir)
{
- # FIXME: this breaks serialization of threaded automake :-(
push_dist_common ("$am_config_aux_dir/$file");
}
# FIXME: another spacial case, for AC_LIBOBJ/AC_LIBSOURCE support.