Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 23bcbd58d9fc278d76e5c6d86395891f > files > 2

lsb-build-c++-3.1.1-4mdv2010.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