--- parser3/Attic/buildall-with-xml 2012/06/09 07:58:49 1.45 +++ parser3/Attic/buildall-with-xml 2012/06/11 22:21:19 1.47 @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: buildall-with-xml,v 1.45 2012/06/09 07:58:49 moko Exp $ +# $Id: buildall-with-xml,v 1.47 2012/06/11 22:21:19 moko Exp $ install_directory=$HOME/parser3install sendmail_command="/usr/sbin/sendmail -i -t -f postmaster" @@ -66,8 +66,6 @@ if test ! -f "$project_directory/pcre/li --silent echo "Building pcre..." make - make install - echo "Copying required files (Parser3 uses some PCRE internals)..." cp pcre_internal.h ucp.h $project_directory/pcre/include cd .. rm -rf $libpcre @@ -157,7 +155,6 @@ if test ! -f "Makefile"; then options="$options --with-static-xml=$project_directory/gnome" # options="$options --with-apache" # options="$options --disable-safe-mode" -# options="$options --with-dynamic-stdcpp" # options="$options --disable-stringstream" options="$options --silent"