--- parser3/Attic/buildall-without-xml 2012/06/09 07:58:49 1.28 +++ parser3/Attic/buildall-without-xml 2012/06/12 20:20:18 1.30 @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: buildall-without-xml,v 1.28 2012/06/09 07:58:49 moko Exp $ +# $Id: buildall-without-xml,v 1.30 2012/06/12 20:20:18 moko Exp $ install_directory=$HOME/parser3install sendmail_command="/usr/sbin/sendmail -i -t -f postmaster" @@ -67,8 +67,6 @@ if test ! -f "$project_directory/pcre/li 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 fi @@ -81,7 +79,6 @@ if test ! -f "Makefile"; then options="$options --with-static-gc=$project_directory/gc/lib" options="$options --with-static-pcre=$project_directory/pcre" # options="$options --disable-safe-mode" -# options="$options --with-dynamic-stdcpp" # options="$options --disable-stringstream" options="$options --silent"