]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
cosmetics: remove obsolete comment
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 17 Oct 2011 09:17:23 +0000 (11:17 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 17 Oct 2011 09:17:23 +0000 (11:17 +0200)
* 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').

ChangeLog
automake.in

index f294dadb1d5b3aec1e7d3b24a67b38087d28bc4e..d88b1426d6452d75089877fb28a3a3f12fc28fcb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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
index 68a16daac96ea43e7443372a6a3aaf1c7197ebea..b3a454fb5a84136fba227bb82acaffebde062324 100644 (file)
@@ -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.