------- Comment #1 from rwild at gcc dot gnu dot org 2009-08-25 15:57 ------- AFACIS, the bug is in the test_summary script, it tries to "parse" the internals of a config.status file. To extract values from config.status portably (across both systems and Autoconf versions), use either an AC_CONFIG_FILES instance, or just invoke it ad-hoc, for example:
value_of_substed=`echo @substed@ | ./config.status --file=-` -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41166