--- parser3/Attic/buildall-without-xml 2010/11/27 06:36:55 1.24 +++ parser3/Attic/buildall-without-xml 2011/02/01 05:04:19 1.25 @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: buildall-without-xml,v 1.24 2010/11/27 06:36:55 misha Exp $ +# $Id: buildall-without-xml,v 1.25 2011/02/01 05:04:19 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-8.10" + libpcre="pcre-8.12" 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