aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2024-06-17 07:01:15 +0000
committerOmar Polo <op@omarpolo.com>2024-06-17 07:01:15 +0000
commitb9318a7cdc2442b409709c4e32d49301a8098b95 (patch)
treed37351ab6187b9a3a496b2db553d3bc62ee9a89e
parent77cf3acfad0581652a5d345d01a69adea3f5ae26 (diff)
log configure invocation and uname in config.log
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index b037d67..ec06912 100755
--- a/configure
+++ b/configure
@@ -141,6 +141,10 @@ done
exec 3> config.log
echo "file config.log: writing..."
+echo "running as ./configure $@" >&3
+echo "on $(uname -a)" >&3
+echo "" >&3
+
NEED_GNU_SOURCE=0
NEED_OPENBSD_SOURCE=0