diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-17 13:50:35 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-17 13:50:35 +0000 |
commit | 6d67af9e24b4174360fe65937d7157911a560c03 (patch) | |
tree | 079b50f506c6823d2a6a6b9c5038aa54c67c9a8c /aclocal.m4 | |
parent | fe46059f3e55460b47768c3a22ab9aa3551ce1c7 (diff) | |
download | haskell-6d67af9e24b4174360fe65937d7157911a560c03.tar.gz |
Whitespace only
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index ad07e5053b..607363e92c 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1902,31 +1902,31 @@ case "$1-$2" in $3="ios" ;; *) - case "$1" in - linux-android*) - $3="linux-android" - ;; - linux-*|linux) - $3="linux" - ;; - # As far as I'm aware, none of these have relevant variants - freebsd|netbsd|openbsd|dragonfly|osf1|osf3|hpux|linuxaout|kfreebsdgnu|freebsd2|solaris2|cygwin32|mingw32|darwin|gnu|nextstep2|nextstep3|sunos4|ultrix|irix|aix|haiku) - $3="$1" - ;; - freebsd*) # like i686-gentoo-freebsd7 - # i686-gentoo-freebsd8 - # i686-gentoo-freebsd8.2 - $3="freebsd" - ;; - nto-qnx*) - $3="nto-qnx" - ;; - *) - echo "Unknown OS $1" - exit 1 - ;; - esac - ;; + case "$1" in + linux-android*) + $3="linux-android" + ;; + linux-*|linux) + $3="linux" + ;; + # As far as I'm aware, none of these have relevant variants + freebsd|netbsd|openbsd|dragonfly|osf1|osf3|hpux|linuxaout|kfreebsdgnu|freebsd2|solaris2|cygwin32|mingw32|darwin|gnu|nextstep2|nextstep3|sunos4|ultrix|irix|aix|haiku) + $3="$1" + ;; + freebsd*) # like i686-gentoo-freebsd7 + # i686-gentoo-freebsd8 + # i686-gentoo-freebsd8.2 + $3="freebsd" + ;; + nto-qnx*) + $3="nto-qnx" + ;; + *) + echo "Unknown OS $1" + exit 1 + ;; + esac + ;; esac ]) |