Diff for /parser3/Attic/buildall-without-xml between versions 1.32 and 1.33

version 1.32, 2012/06/13 07:42:53 version 1.33, 2012/06/13 21:44:41
Line 6  install_directory=$HOME/parser3install Line 6  install_directory=$HOME/parser3install
 sendmail_command="/usr/sbin/sendmail -i -t -f postmaster"  sendmail_command="/usr/sbin/sendmail -i -t -f postmaster"
 download="wget -c --passive-ftp"  download="wget -c --passive-ftp"
 cflags=""  cflags=""
 cflags="CFLAGS=-fPIC CXXFLAGS=-fPIC" #required for apache module on x64  #cflags="--with-pic" #required for apache module on x64
   
 echo "buildall-without-xml"  echo "buildall-without-xml"
 echo "Script author: Alexander Petrosian <paf@design.ru> (http://paf.design.ru)"  echo "Script author: Alexander Petrosian <paf@design.ru> (http://paf.design.ru)"
Line 77  cd $parser3_directory Line 77  cd $parser3_directory
   
 if test ! -f "Makefile"; then  if test ! -f "Makefile"; then
   options="$@"    options="$@"
   options="$options --with-static-gc=$project_directory/gc/lib"    options="$options --with-gc=$project_directory/gc/lib"
   options="$options --with-static-pcre=$project_directory/pcre"    options="$options --with-pcre=$project_directory/pcre"
 #  options="$options --disable-safe-mode"  #  options="$options --disable-safe-mode"
 #  options="$options --disable-stringstream"  #  options="$options --disable-stringstream"
   options="$options --with-included-ltdl"    options="$options --with-included-ltdl"
Line 100  echo "DONE" Line 100  echo "DONE"
 echo  echo
 echo  echo
 echo "********************************************************************************************************"  echo "********************************************************************************************************"
 echo "Now you can copy $install_directory with subdirectories"  echo "Now you can copy $install_directory/bin to your cgi-bin directory"
 echo "  -Parser3 WITHOUT XML support-"  echo "  -Parser3 WITHOUT XML support-"
 echo "to your cgi-bin directory"  
 echo "Read more about installing Parser here:"  echo "Read more about installing Parser here:"
 echo "  http://www.parser.ru/en/docs/lang/install4apachecgi.htm in English"  echo "  http://www.parser.ru/en/docs/lang/install4apachecgi.htm in English"
 echo "  http://www.parser.ru/docs/lang/install4apachecgi.htm in Russian"  echo "  http://www.parser.ru/docs/lang/install4apachecgi.htm in Russian"

Removed from v.1.32  
changed lines
  Added in v.1.33


E-mail: