Diff for /parser3/Attic/buildall-with-xml between versions 1.16 and 1.19

version 1.16, 2007/08/08 08:30:31 version 1.19, 2007/10/25 13:38:43
Line 42  fi Line 42  fi
   
 if test ! -f "$project_directory/gnome/lib/libxml2.a"; then  if test ! -f "$project_directory/gnome/lib/libxml2.a"; then
   cd $project_directory/src    cd $project_directory/src
   libxml2="libxml2-2.6.29"    libxml2="libxml2-2.6.30"
   if test ! -f "$libxml2.tar.gz"; then    if test ! -f "$libxml2.tar.gz"; then
     echo "Downloading libxml [2 lib of 3]..."      echo "Downloading libxml [2 lib of 3]..."
     wget -c --passive-ftp ftp://xmlsoft.org/libxml2/$libxml2.tar.gz      wget -c --passive-ftp ftp://xmlsoft.org/libxml2/$libxml2.tar.gz
Line 85  fi Line 85  fi
   
 if test ! -f "$project_directory/gnome/lib/libxslt.a"; then  if test ! -f "$project_directory/gnome/lib/libxslt.a"; then
   cd $project_directory/src    cd $project_directory/src
   libxslt="libxslt-1.1.21"    libxslt="libxslt-1.1.22"
   if test ! -f "$libxslt.tar.gz"; then    if test ! -f "$libxslt.tar.gz"; then
     echo "Downloading libxslt [3 lib of 3]..."      echo "Downloading libxslt [3 lib of 3]..."
     wget -c --passive-ftp ftp://xmlsoft.org/libxslt/$libxslt.tar.gz      wget -c --passive-ftp ftp://xmlsoft.org/libxslt/$libxslt.tar.gz
Line 112  fi Line 112  fi
   
 cd $parser3_directory  cd $parser3_directory
   
   
 if test ! -f "Makefile"; then  if test ! -f "Makefile"; then
     options=""
     options="$options --with-static-gc=$project_directory/gc/lib"
     options="$options --with-static-xml=$project_directory/gnome"
   #  options="$options --disable-safe-mode"
   #  options="$options --with-dynamic-stdcpp"
     options="$options --silent"
   
   echo "Configuring parser3..."    echo "Configuring parser3..."
   ./configure --prefix=$install_directory \    ./configure --prefix=$install_directory "--with-sendmail=$sendmail_command" $options
      "--with-sendmail=$sendmail_command" \  
      --with-static-gc=$project_directory/gc/lib \  
      --with-static-xml=$project_directory/gnome \  
 #     --disable-safe-mode \  
 #     --with-dynamic-stdcpp \  
      --silent  
 fi  fi
 echo "Building parser3..."  echo "Building parser3..."
 make install  make install
   
   # remove debug info
   # strip ${install_directory}/bin/parser3
   
 echo "DONE"  echo "DONE"
   
 echo  echo

Removed from v.1.16  
changed lines
  Added in v.1.19


E-mail: