--- parser3/Attic/buildall-without-xml 2009/12/04 04:20:45 1.22 +++ parser3/Attic/buildall-without-xml 2010/11/27 06:36:55 1.24 @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: buildall-without-xml,v 1.22 2009/12/04 04:20:45 misha Exp $ +# $Id: buildall-without-xml,v 1.24 2010/11/27 06:36:55 misha Exp $ install_directory=$HOME/parser3install sendmail_command="/usr/sbin/sendmail -i -t -f postmaster" @@ -43,7 +43,7 @@ fi if test ! -f "$project_directory/pcre/lib/libpcre.a"; then cd $project_directory/src - libpcre="pcre-7.9" + libpcre="pcre-8.10" if test ! -f "$libpcre.tar.gz"; then echo "Downloading pcre [2 lib of 2]..." wget -c --passive-ftp ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$libpcre.tar.gz @@ -60,7 +60,7 @@ if test ! -f "$project_directory/pcre/li --disable-shared \ --disable-cpp \ --disable-pcregrep-libz \ - --disable-pcregrep-libz2 \ + --disable-pcregrep-libbz2 \ --silent echo "Building pcre..." make