# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../texinfo/crossbuild-env.patch # Copyright (C) 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- The SDE wrappers take care of the build environment, and the build scripts do not work in a clean environment. --- texinfo-4.8/configure.orig 2004-12-31 19:01:50.000000000 +0100 +++ texinfo-4.8/configure 2006-11-28 14:59:52.000000000 +0100 @@ -6357,7 +6357,7 @@ # Run secondary configure in alternate environment or # it gets the wrong CC etc. env -i gives this build host configure # a clean environment. - env -i CC="${BUILD_CC}" AR="${BUILD_AR}" RANLIB="${BUILD_RANLIB}" \ + CC="${BUILD_CC}" AR="${BUILD_AR}" RANLIB="${BUILD_RANLIB}" \ PATH="${PATH}" \ tools_only=1 \ ${confdir}/configure --build=${build} --host=${build} \