# time-stamp-time-zone: "UTC"
# End:
#! /bin/sh
-## DO NOT EDIT - This file generated from build-aux/options-parser
-## by inline-source v2014-01-03.01
# Set a version string for this script.
scriptversion=2014-01-03.01; # UTC
# time-stamp-time-zone: "UTC"
# End:
#! /bin/sh
-## DO NOT EDIT - This file generated from build-aux/extract-trace
-## by inline-source v2014-01-03.01
# Extract macro arguments from autotools input with GNU M4.
# Written by Gary V. Vaughan, 2010
test -n "$_G_scriptdir" || _G_scriptdir="./"
$AWK '
- BEGIN { magic = 0; }
+ BEGIN { magic = '${_RECURSE_MAGIC-0}'; }
/^#!/ && magic == 0 {
print $0;
/^\. ['\''"].*['\''"]$/ {
file = substr ($2, 2, length ($2) -2);
- system (sprintf ("'$progpath' %s", file));
+ system (sprintf ("env _RECURSE_MAGIC=%d '$progpath' %s", magic, file));
next;
}
/^\. `echo [^`]*`['\''"][^'\''"]*['\''"]$/ {
tail = substr ($0, match ($0, /`['\''"]/));
file = substr (tail, 3, length (tail) -3);
- system (sprintf ("'$progpath' '"$_G_scriptdir"'%s", file));
+ system (sprintf ("env _RECURSE_MAGIC=%d '$progpath' '"$_G_scriptdir"'%s", magic, file));
next;
}