diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2007-02-10 00:30:46 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2007-02-10 00:30:46 +0000 |
commit | ce0d943af4ad8984082e37594b38cdd66e71d98a (patch) | |
tree | 588a08f52ceec0be083d6f352458f652c61d67b9 /contrib/test_summary | |
parent | 088d95f1a01328d9d3b8fbcfb20caa80ed0b2a24 (diff) | |
download | gcc-ce0d943af4ad8984082e37594b38cdd66e71d98a.zip gcc-ce0d943af4ad8984082e37594b38cdd66e71d98a.tar.gz gcc-ce0d943af4ad8984082e37594b38cdd66e71d98a.tar.bz2 |
test_summary (configflags): Adjust for changes in the config.status format due to update to autoconf 2.59.
* test_summary (configflags): Adjust for changes in the
config.status format due to update to autoconf 2.59.
From-SVN: r121787
Diffstat (limited to 'contrib/test_summary')
-rwxr-xr-x | contrib/test_summary | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/test_summary b/contrib/test_summary index a959078..9866435 100755 --- a/contrib/test_summary +++ b/contrib/test_summary @@ -103,6 +103,7 @@ BEGIN { configflags == "" { configflags = $0 " "; sub(/^# /, "", configflags); + sub(/^s,@TOPLEVEL_CONFIGURE_ARGUMENTS@,/, "", configflags); srcdir = configflags; sub(/\/configure .*/, "", srcdir); printf "LAST_UPDATED: "; @@ -110,6 +111,7 @@ configflags == "" { print ""; sub(/^[^ ]*\/configure */, " ", configflags); + sub(/,;t t $/, " ", configflags); sub(/ --with-gcc-version-trigger=[^ ]* /, " ", configflags); sub(/ --norecursion /, " ", configflags); sub(/ $/, "", configflags); |