Commit ce0d943a by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

test_summary (configflags): Adjust for changes in the config.status format due…

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
parent 088d95f1
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.
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment