Skip to content

Commit

Permalink
Fix libtoolize on OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
forslund committed Aug 9, 2016
1 parent 5e5002c commit f9da8ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions autogen.sh
@@ -1,7 +1,8 @@
#!/bin/sh
mkdir -p "m4" "config"
libtoolize --copy \
&& aclocal \
case `uname` in Darwin*) glibtoolize --copy ;;
*) libtoolize --copy ;; esac
aclocal \
&& autoheader \
&& automake --add-missing \
&& autoconf

0 comments on commit f9da8ba

Please sign in to comment.