------- Comment #4 from hjl dot tools at gmail dot com 2009-09-05 18:25 ------- I am testing this patch:
Index: configure.ac =================================================================== --- configure.ac (revision 151352) +++ configure.ac (working copy) @@ -404,9 +404,10 @@ AC_CONFIG_FILES(AC_FOREACH([DIR], glibcx s!`test -f '$<' || echo '$(srcdir)/'`!! _EOF sed -f vpsed$$ $ac_file > tmp$$ - grep '^MULTISUBDIR =' Makefile >> tmp$$ mv tmp$$ $ac_file rm vpsed$$ + echo 'MULTISUBDIR =' >> $ac_file + . ${multi_basedir}/config-ml.in ]) AC_CONFIG_COMMANDS([generate-headers], -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41280