Updated to include new template file client-tags and source PCRE library files from...
[OSXPackageBuilder.git] / build.sh
index 9644b47..2b0b72e 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -36,7 +36,7 @@
 # must provide target
 #
 if [ $# -eq 0 -o $# -gt 2 ]; then
-  echo "Usage: $0 lion | snowleopardx64 | snowleopard | snowleopardi386 | leopardupwards | leopard | leopardi386 | leopardppc | tiger | panther  [-pcre]"
+  echo "Usage: $0 lion | snowleopardx64 | snowleopard | snowleopardi386 | leopardupwards | leopard | leopardi386 | leopardppc | tiger | tigeri386 | tigerppc | panther  [-pcre]"
   exit 1
 fi
 
@@ -84,8 +84,8 @@ fi
 echo ""
 echo "Notice: configuring the privoxy software."
 cd ../${SOURCE_DIR}
-/usr/bin/autoheader
-/usr/bin/autoconf
+autoheader
+autoconf
 
 /usr/bin/env CFLAGS="${CFLAGS} ${SYSROOT} ${ARCH} ${MACOSX_VERSION}" LDFLAGS="${LDFLAGS} ${SYSROOT} ${ARCH} ${MACOSX_VERSION}" ./configure ${OPTS}