Re: [PATCH] bootstrap: work with pkg-config

2010-10-05 Thread Pádraig Brady
On 05/10/10 16:48, Eric Blake wrote: > On 10/05/2010 09:41 AM, Pádraig Brady wrote: >> Another unrelated thing before I forget. >> I didn't notice in the shellology part of the manual >> that the default almquist /bin/sh on FreeBSD is noisy when using >> a standard idiom for testing the presence of

Re: [PATCH] bootstrap: work with pkg-config

2010-10-05 Thread Pádraig Brady
On 05/10/10 16:33, Eric Blake wrote: > On 10/05/2010 09:28 AM, Pádraig Brady wrote: >> On 05/10/10 15:22, Eric Blake wrote: >>> On 10/05/2010 08:13 AM, Eric Blake wrote: @@ -351,7 +351,7 @@ check_versions() { app=libtoolize fi # Honor $APP variables ($TAR,

Re: [PATCH] bootstrap: work with pkg-config

2010-10-05 Thread Eric Blake
On 10/05/2010 09:41 AM, Pádraig Brady wrote: Another unrelated thing before I forget. I didn't notice in the shellology part of the manual that the default almquist /bin/sh on FreeBSD is noisy when using a standard idiom for testing the presence of a program. I'm pretty sure it's in there. Yep

Re: [PATCH] bootstrap: work with pkg-config

2010-10-05 Thread Eric Blake
On 10/05/2010 09:28 AM, Pádraig Brady wrote: On 05/10/10 15:22, Eric Blake wrote: On 10/05/2010 08:13 AM, Eric Blake wrote: @@ -351,7 +351,7 @@ check_versions() { app=libtoolize fi # Honor $APP variables ($TAR, $AUTOCONF, etc.) -appvar=`echo $app | tr '[a-z]' '[A-Z]'`