Removed explicit explicit paths from autoconf and autoheader to allow them to be...
authorIan Silvester <iansilvester@fastmail.fm>
Tue, 19 Jan 2016 02:54:43 +0000 (02:54 +0000)
committerIan Silvester <iansilvester@fastmail.fm>
Tue, 19 Jan 2016 02:54:43 +0000 (02:54 +0000)
build.sh

index 447b48d..2b0b72e 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -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}