From: Stefano Lattarini Date: Mon, 17 Oct 2011 09:17:23 +0000 (+0200) Subject: cosmetics: remove obsolete comment X-Git-Tag: ng-0.5a~89^2~27^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b99f7a6a3a364c9db282468ee10baeb072ff1579;p=thirdparty%2Fautomake.git 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'). --- diff --git a/ChangeLog b/ChangeLog index f294dadb1..d88b1426d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-10-17 Stefano Lattarini + + 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 tests: fix spurious failure with Solaris /bin/sh diff --git a/automake.in b/automake.in index 68a16daac..b3a454fb5 100644 --- a/automake.in +++ b/automake.in @@ -7602,7 +7602,6 @@ sub push_required_file # 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.