From: hp Date: Sat, 10 Feb 2007 00:30:46 +0000 (+0000) Subject: * test_summary (configflags): Adjust for changes in the X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=285e1774f4df1b1e9bae62139d56dee7a7ba5f59;p=thirdparty%2Fgcc.git * test_summary (configflags): Adjust for changes in the 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 --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 3a7709a8148c..7405f44e569a 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2007-02-10 Hans-Peter Nilsson + + * test_summary (configflags): Adjust for changes in the + config.status format due to update to autoconf 2.59. + 2007-02-09 Daniel Jacobowitz * gcc_update: Update for configure.in -> configure.ac. diff --git a/contrib/test_summary b/contrib/test_summary index a959078f1e18..98664359bc2e 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);