diff options
author | Willem Jan Palenstijn | 2016-02-03 23:22:21 +0100 |
---|---|---|
committer | Willem Jan Palenstijn | 2016-02-03 23:23:20 +0100 |
commit | f460b09da5784732a84010c0544655e0c33cf974 (patch) | |
tree | 0aff1ecef19644dc12c360a96c225184f8805f35 | |
parent | f6c9cffa26e500fa25dfbbfba2ce6ab72b8507a7 (diff) | |
download | scummvm-rg350-f460b09da5784732a84010c0544655e0c33cf974.tar.gz scummvm-rg350-f460b09da5784732a84010c0544655e0c33cf974.tar.bz2 scummvm-rg350-f460b09da5784732a84010c0544655e0c33cf974.zip |
CONFIGURE: Log cmdline and envvars to config.log
-rwxr-xr-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |