OSDN Git Service

* test_summary (configflags): Adjust for changes in the
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 10 Feb 2007 00:30:46 +0000 (00:30 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 10 Feb 2007 00:30:46 +0000 (00:30 +0000)
config.status format due to update to autoconf 2.59.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121787 138bc75d-0d04-0410-961f-82ee72b054a4

contrib/ChangeLog
contrib/test_summary

index 3a7709a..7405f44 100644 (file)
@@ -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.
index a959078..9866435 100755 (executable)
@@ -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);