diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -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... |