From 285e1774f4df1b1e9bae62139d56dee7a7ba5f59 Mon Sep 17 00:00:00 2001 From: hp Date: Sat, 10 Feb 2007 00:30:46 +0000 Subject: [PATCH] * 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 --- contrib/ChangeLog | 5 +++++ contrib/test_summary | 2 ++ 2 files changed, 7 insertions(+) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 3a7709a..7405f44 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 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); -- 2.7.4