Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 06cea6ee99e6985778e90916db17862d > files > 2

lsb-build-c++-3.1.1-1mdv2007.0.src.rpm

This patch is to correct a problem where configure cannot find the
install-sh script in the parent directory correctly. It may be a 
problem only for the LSB since we go directly to the libstdc++-v3
directory to build instead of starting in the parent directory.

diff -Naur gcc-3.4.3.orig/libstdc++-v3/configure gcc-3.4.3/libstdc++-v3/configure
--- gcc-3.4.4.orig/libstdc++-v3/configure	2004-10-28 16:52:02.000000000 -0500
+++ gcc-3.4.4/libstdc++-v3/configure	2005-02-14 11:14:24.215202696 -0600
@@ -1420,6 +1420,7 @@
   else
     # this is for autoconf
     ac_aux_dir=
+    multi_basedir=..
 for ac_dir in ${multi_basedir}; do
   if test -f $ac_dir/install-sh; then
     ac_aux_dir=$ac_dir