diff options
-rwxr-xr-x | autogen.sh | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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 |