summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2007-02-10 00:30:46 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2007-02-10 00:30:46 +0000
commitce0d943af4ad8984082e37594b38cdd66e71d98a (patch)
tree588a08f52ceec0be083d6f352458f652c61d67b9 /contrib
parent088d95f1a01328d9d3b8fbcfb20caa80ed0b2a24 (diff)
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')
-rw-r--r--contrib/ChangeLog5
-rwxr-xr-xcontrib/test_summary2
2 files changed, 7 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 3a7709a8148..7405f44e569 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,8 @@
+2007-02-10 Hans-Peter Nilsson <hp@axis.com>
+
+ * test_summary (configflags): Adjust for changes in the
+ config.status format due to update to autoconf 2.59.
+
2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
* gcc_update: Update for configure.in -> configure.ac.
diff --git a/contrib/test_summary b/contrib/test_summary
index a959078f1e1..98664359bc2 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);