X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=config%2Fbootstrap;h=cc463d86d6abbf5ab36688ac8a88461a5940c05f;hb=5ac7a579e9f59f40c7f8417a75fdf0df7761de21;hp=ab2e114af2502545012c588ca6ca7db4d8c32827;hpb=ea84a5797f4d2e5964bf193b2fa72abdefc1ae32;p=awesomized%2Flibmemcached diff --git a/config/bootstrap b/config/bootstrap index ab2e114a..cc463d86 100755 --- a/config/bootstrap +++ b/config/bootstrap @@ -24,11 +24,11 @@ run() { ## jump out if one of the programs returns 'false' set -e -## on macosx glibtoolize, others have libtool +## We do not currently support glibtoolize if test x$LIBTOOLIZE = x; then - if test \! "x`which glibtoolize 2> /dev/null | grep -v '^no'`" = x; then - LIBTOOLIZE=glibtoolize - elif test \! "x`which libtoolize-1.5 2> /dev/null | grep -v '^no'`" = x; then +# if test \! "x`which glibtoolize 2> /dev/null | grep -v '^no'`" = x; then +# LIBTOOLIZE=glibtoolize + if test \! "x`which libtoolize-1.5 2> /dev/null | grep -v '^no'`" = x; then LIBTOOLIZE=libtoolize-1.5 elif test \! "x`which libtoolize 2> /dev/null | grep -v '^no'`" = x; then LIBTOOLIZE=libtoolize