[Scummvm-cvs-logs] scummvm master -> f460b09da5784732a84010c0544655e0c33cf974
wjp
wjp at usecode.org
Wed Feb 3 23:41:03 CET 2016
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
f460b09da5 CONFIGURE: Log cmdline and envvars to config.log
Commit: f460b09da5784732a84010c0544655e0c33cf974
https://github.com/scummvm/scummvm/commit/f460b09da5784732a84010c0544655e0c33cf974
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2016-02-03T23:23:20+01:00
Commit Message:
CONFIGURE: Log cmdline and envvars to config.log
Changed paths:
configure
diff --git a/configure b/configure
index 24449d6..2a2357c 100755
--- a/configure
+++ b/configure
@@ -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
More information about the Scummvm-git-logs
mailing list