From ac19dd0df7a3ba451bf547971d7e93ca605fa34a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 5 Oct 2011 08:09:51 +0000 Subject: MINGW fixes must come after path evaluation svn path=/trunk/externals/zexy/; revision=15509 --- autogen.sh | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/autogen.sh b/autogen.sh index 8ecea6b..e0fbad4 100755 --- a/autogen.sh +++ b/autogen.sh @@ -8,11 +8,7 @@ case "${KERN}" in Darwin) PATH=/sw/bin:${PATH} ;; - MINGW*) - AUTORECONF="" - ;; *) - echo "kernel $KERN" ;; esac @@ -28,6 +24,14 @@ LIBTOOL=$(which libtool) LIBTOOLIZE=$(which libtoolize) AUTOCONF=$(which autoconf) +case "${KERN}" in + MINGW*) + AUTORECONF="" + ;; + *) + ;; +esac + #check whether the system supports pushd/popd if pushd . > /dev/null 2>&1 -- cgit v1.2.1