CONFIGURE: Log cmdline and envvars to config.log
This commit is contained in:
parent
f6c9cffa26
commit
f460b09da5
1 changed files with 6 additions and 0 deletions
6
configure
vendored
6
configure
vendored
|
@ -809,6 +809,12 @@ get_subengines_build_string() {
|
|||
#
|
||||
echo "Running ScummVM configure..."
|
||||
echo "Configure run on" `date` > $TMPLOG
|
||||
cat >> $TMPLOG <<EOF
|
||||
Invocation command line was:
|
||||
$0 $@
|
||||
Saved environment variables:
|
||||
LDFLAGS="$SAVED_LDFLAGS" CXX="$SAVED_CXX" CXXFLAGS="$SAVED_CXXFLAGS" CPPFLAGS="$SAVED_CPPFLAGS" ASFLAGS="$SAVED_ASFLAGS" WINDRESFLAGS="$SAVED_WINDRESFLAGS" SDL_CONFIG="$SAVED_SDL_CONFIG"
|
||||
EOF
|
||||
|
||||
#
|
||||
# Check any parameters we received
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue