Skip to content

Commit

Permalink
macos: Using glibtoolize instead of libtoolize
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Zimmerle committed Dec 12, 2013
1 parent 6fc4cac commit 751a9f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

rm -rf autom4te.cache
rm -f aclocal.m4
libtoolize --force --copy
case `uname` in Darwin*) glibtoolize --force --copy ;;
*) libtoolize --force --copy ;; esac
autoreconf --install
autoheader
automake --add-missing --foreign --copy --force-missing
Expand Down

0 comments on commit 751a9f4

Please sign in to comment.