From: Warren Young Date: December 28 2007 9:38am Subject: Re: patch for bootstrap script List-Archive: http://lists.mysql.com/plusplus/7317 Message-Id: <4774C3FE.40304@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Jonathan Wakely wrote: > Now I get this output: > > + bakefilize > ./bootstrap: line 48: bakefilize: command not found > + '[' -n '' ']' > + '[' -z '' ']' > + echo BOOTSTRAP 'FAILED!' > BOOTSTRAP FAILED! > + echo > > + exit 1 > > which is better, but I think the placement of the set +/-x commands is > still off. Its death rattle is less noisy now. > (not sure about the warnings, but the aclocal error is because I have > no /usr/local/share/aclocal directory, bakefile isn't installed under > /usr/local, so I've modified bootstrap to use a BAKEFILE_ROOT dir, > which I can override: > BAKEFILE_ROOT=${BAKEFILE_ROOT:-/usr/local} I've chosen instead to make bootstrap search in likely places for bakefile.m4. If it still doesn't work for you, let me know where you have it installed and I'll add that to the list of places it looks.