aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh12
1 files 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