]> saetta.ns0.it Git - msys2/commitdiff
Escluso MSYSTEM=MSYS dall'ACLOCAL.
authorAndrea Zagli <azagli@libero.it>
Tue, 9 Sep 2014 08:33:31 +0000 (10:33 +0200)
committerAndrea Zagli <azagli@libero.it>
Tue, 9 Sep 2014 08:33:31 +0000 (10:33 +0200)
tools/bashrc

index b4616c8098967b3ec8681fa226b848859b177d11..74d968ceaffdaa18751f00713766aa212bfa45be 100644 (file)
@@ -201,7 +201,7 @@ if [[ $MSYSTEM == "MINGW32" ]]; then
 export ACLOCAL_PATH="-I /mingw32/share/aclocal"
 export ACLOCAL_FLAGS="-I /mingw32/share/aclocal"
 export ACLOCAL='aclocal -I /mingw32/share/aclocal' 
-else
+elif [[ $MSYSTEM == "MINGW64" ]]; then
 export ACLOCAL_PATH="-I /mingw64/share/aclocal"
 export ACLOCAL_FLAGS="-I /mingw64/share/aclocal"
 export ACLOCAL='aclocal -I /mingw64/share/aclocal'