1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-12 12:59:30 +00:00

For python package in mac

This commit is contained in:
poet
2012-06-10 00:26:31 +08:00
parent a1628f7055
commit 4b51d49593
2 changed files with 6 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ fi
if test x"$MSYSTEM" = x"MINGW32"; then
autoreconf --install -I/local/share/aclocal
elif test "${TERM_PROGRAM}" = "Apple_Terminal" ; then
autoreconf --install -I/usr/local/share/aclocal
autoreconf --install -I/opt/local/share/aclocal
else
autoreconf --install
fi