Skip to content

Commit 751a9f4

Browse files
author
Felipe Zimmerle
committed
macos: Using glibtoolize instead of libtoolize
1 parent 6fc4cac commit 751a9f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

autogen.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
rm -rf autom4te.cache
99
rm -f aclocal.m4
10-
libtoolize --force --copy
10+
case `uname` in Darwin*) glibtoolize --force --copy ;;
11+
*) libtoolize --force --copy ;; esac
1112
autoreconf --install
1213
autoheader
1314
automake --add-missing --foreign --copy --force-missing

0 commit comments

Comments
 (0)