From e8fee3a50011a4644de4bbb64b6ba72905b4e4b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 5 Oct 2011 07:59:15 +0000 Subject: fix PATH before calculating fqpn of autoreconf svn path=/trunk/externals/zexy/; revision=15508 --- autogen.sh | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/autogen.sh b/autogen.sh index 19d1361..8ecea6b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,16 +3,6 @@ package=zexy -AUTORECONF=$(which autoreconf) - -AUTOHEADER=$(which autoheader) -AUTOMAKE=$(which automake) -ACLOCAL=$(which aclocal) -LIBTOOL=$(which libtool) -LIBTOOLIZE=$(which libtoolize) -AUTOCONF=$(which autoconf) - - KERN=$(uname -s) case "${KERN}" in Darwin) @@ -29,6 +19,16 @@ esac echo PATH: $PATH +AUTORECONF=$(which autoreconf) + +AUTOHEADER=$(which autoheader) +AUTOMAKE=$(which automake) +ACLOCAL=$(which aclocal) +LIBTOOL=$(which libtool) +LIBTOOLIZE=$(which libtoolize) +AUTOCONF=$(which autoconf) + + #check whether the system supports pushd/popd if pushd . > /dev/null 2>&1 then @@ -148,7 +148,7 @@ done if test x$AUTORECONF != x; then - echo running autoreconf + echo running autoreconf ${AUTORECONF} $AUTORECONF --force --verbose --install else echo not running autoreconf... -- cgit v1.2.1