Merge pull request #2 from WIZARDISHUNGRY/master

Fix bootstrap on OSX
This commit is contained in:
Steve Markgraf 2013-12-14 19:14:58 -08:00
commit aae11c8a8d

View file

@ -1,7 +1,8 @@
rm -rf config.cache autom4te*.cache rm -rf config.cache autom4te*.cache
#autoreconf --install #autoreconf --install
libtoolize --automake case `uname` in Darwin*) glibtoolize --automake ;;
*) libtoolize --automake ;; esac
aclocal aclocal
autoconf autoconf
autoheader autoheader