Add bootstrap support for Mac

This commit is contained in:
Sergey Kleymenov 2015-03-19 08:31:53 +03:00 committed by Alexander Amelkin
parent 5db314f694
commit e45dc6234b

View File

@ -31,7 +31,15 @@
# EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. # EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
aclocal aclocal
libtoolize --automake --copy
case `uname` in
Darwin*)
glibtoolize --automake --copy
;;
*)
libtoolize --automake --copy
;;
esac
autoheader autoheader
automake --foreign --add-missing --copy automake --foreign --add-missing --copy