From a20a2fda1f7c39dafcc0ea56d8cf713f8502853d Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 15 Dec 2011 23:52:39 +0200 Subject: Save the config.log for the build platform as config.Build.log --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 7f366cf2e51d..44a5af375fc4 100644 --- a/configure.in +++ b/configure.in @@ -2280,6 +2280,7 @@ if test "$cross_compiling" = "yes"; then 2>&1 | sed -e 's/^/ /' test -f ./Env.Host.sh 2>/dev/null || exit cp Env.Host.sh ../Env.Build.sh + cp config.log ../config.Build.log . ./Env.Host.sh for V in COM GUI GUIBASE OS CPU CPUNAME CC CXX GXX_INCLUDE_PATH MACOSX_DEPLOYMENT_TARGET INPATH OUTPATH \ SYSTEM_LIBXSLT; do -- cgit