Skip to content

Commit

Permalink
fix autogen.sh in MSYS2
Browse files Browse the repository at this point in the history
  • Loading branch information
lins05 committed Nov 21, 2015
1 parent b3af295 commit 9785e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ echo processing $dr
aclocalinclude="$aclocalinclude -I m4"

if test x"$MSYSTEM" = x"MINGW32"; then
aclocalinclude="$aclocalinclude -I /local/share/aclocal"
aclocalinclude="$aclocalinclude -I /mingw32/share/aclocal"
elif test "$(uname)" = "Darwin"; then
aclocalinclude="$aclocalinclude -I /opt/local/share/aclocal"
fi
Expand Down

0 comments on commit 9785e31

Please sign in to comment.