bootstrap.sh now offers build tips on OS X and defaults to glibtoolize

master
Nathanael Jones 2014-10-02 12:34:50 -04:00
parent 7f735f6458
commit 7f1d183318
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ fi
# allow importing from the environment, e.g.
# "AUTOCONF=autoconf259 ... ./bootstrap.sh"
if echo $OSTYPE | grep -q '^darwin' ; then
echo Having trouble on OS X? Try brew install autoconf libtool automake gettext apple-gcc42 pkg-config cmake
LIBTOOLIZE=${LIBTOOLIZE:-glibtoolize}
fi
ACLOCAL=${ACLOCAL:-aclocal}
AUTOCONF=${AUTOCONF:-autoconf}
AUTOHEADER=${AUTOHEADER:-autoheader}