aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index d802484..2c98963 100755
--- a/configure
+++ b/configure
@@ -68,6 +68,9 @@ if [ "$(uname || true)" = OpenBSD ]; then
LIBTLS=system
fi
+# save the raw flags for later logging
+configure_args="$@"
+
while [ $# -gt 0 ]; do
key="${1%%=*}"
val="${1#*=}"
@@ -141,7 +144,7 @@ done
exec 3> config.log
echo "file config.log: writing..."
-echo "running as ./configure $@" >&3
+echo "running as ./configure $configure_args" >&3
echo "on $(uname -a)" >&3
echo "" >&3