From 7c78c582ab6ae86bb261743494cc4257fb1fea0d Mon Sep 17 00:00:00 2001 From: Ian Silvester Date: Tue, 19 Jan 2016 02:54:43 +0000 Subject: [PATCH] Removed explicit explicit paths from autoconf and autoheader to allow them to be found wherever located in PATH --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 447b48d..2b0b72e 100755 --- 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} -- 2.39.2