mirror of
https://github.com/haiwen/seafile.git
synced 2025-01-05 10:26:43 +08:00
fix autogen.sh in MSYS2
This commit is contained in:
parent
b3af295e21
commit
9785e315f6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user