Skip to content

Commit

Permalink
log configure invocation and uname in config.log
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-polo committed Jun 17, 2024
1 parent 77cf3ac commit b9318a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b9318a7

Please sign in to comment.