diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-15 23:52:39 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-15 23:56:52 +0200 |
commit | a20a2fda1f7c39dafcc0ea56d8cf713f8502853d (patch) | |
tree | 34081b2ec6d84a8f25a7a524ff967492d5c6bd2b /configure.in | |
parent | ad87a4747c1ba7bdb73e9e748fa20d275b85d670 (diff) |
Save the config.log for the build platform as config.Build.log
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |