log configure invocation and uname in config.log

This commit is contained in:
Omar Polo 2024-06-17 07:01:15 +00:00
parent 77cf3acfad
commit b9318a7cdc

4
configure vendored
View File

@ -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