Diff for /XML/configure.in between versions 1.44 and 1.45

version 1.44, 2000/10/12 12:26:34 version 1.45, 2000/10/21 08:11:28
Line 380  then Line 380  then
     rm -f $srcdir/libxml      rm -f $srcdir/libxml
     (cd $srcdir/include ; ln -s .. libxml)      (cd $srcdir/include ; ln -s .. libxml)
 fi  fi
 if test ! -e $srcdir/libxml  if test ! -h $srcdir/libxml
 then  then
     (cd $srcdir ; ln -s include/libxml libxml)      (cd $srcdir ; ln -s include/libxml libxml)
 fi  fi
 if test ! -e include/libxml  if test ! -h include/libxml
 then  then
     if test ! -d include      if test ! -d include
     then      then
Line 393  then Line 393  then
     fi      fi
     (cd include ; ln -s ../libxml libxml)      (cd include ; ln -s ../libxml libxml)
 fi  fi
 if test ! -e libxml  if test ! -f libxml
 then  then
     rm -rf libxml      rm -rf libxml
     ln -s $srcdir/include/libxml libxml      ln -s $srcdir/include/libxml libxml

Removed from v.1.44  
changed lines
  Added in v.1.45


Webmaster