X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=config%2Fbootstrap;h=74d9fa1d8491507c15e3b4f836a0413f9664c89f;hb=c62f7a6ae820d1edf39e72176a08999b8e6d33a5;hp=ab2e114af2502545012c588ca6ca7db4d8c32827;hpb=ea84a5797f4d2e5964bf193b2fa72abdefc1ae32;p=m6w6%2Flibmemcached diff --git a/config/bootstrap b/config/bootstrap index ab2e114a..74d9fa1d 100755 --- a/config/bootstrap +++ b/config/bootstrap @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # Taken from lighthttpd server (BSD). Thanks Jan! # Run this to generate all the initial makefiles, etc. @@ -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