# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../texinfo/crossbuild-env.patch # Copyright (C) 2006 - 2007 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.11/configure.vanilla 2007-09-14 16:10:50.000000000 +0200 +++ texinfo-4.11/configure 2007-09-14 16:12:13.000000000 +0200 @@ -15943,7 +15943,7 @@ # it gets the wrong CC etc. # env -i gives this build host configure a clean environment; # consequently, we have to re-initialize $PATH. - 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} \