[Bug testsuite/41166] [4.5 Regression] Syntax error: Unterminated quoted string
rwild at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Aug 25 15:57:00 GMT 2009
------- 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
More information about the Gcc-bugs
mailing list