summaryrefslogtreecommitdiffstats
path: root/configure_log.awk
diff options
context:
space:
mode:
Diffstat (limited to 'configure_log.awk')
-rw-r--r--configure_log.awk7
1 files changed, 2 insertions, 5 deletions
diff --git a/configure_log.awk b/configure_log.awk
index b305f71..099e5c4 100644
--- a/configure_log.awk
+++ b/configure_log.awk
@@ -27,10 +27,7 @@
# ./config.log.
#
-BEGIN {
- printf ("#define CONFIGURE_CALL \"")
-}
-/\$ .\/configure/ {
- print $0,"\""
+/\$ (.*)\/configure/ {
+ printf ("#define CONFIGURE_CALL \"%s\"\n", $0)
exit 0
}