[netcf-devel] [PATCH] build: ensure gnulib usage works with libtool

Eric Blake eblake at redhat.com
Thu Sep 9 20:23:12 UTC 2010


On 09/09/2010 02:10 PM, Laine Stump wrote:
>    On 09/09/2010 03:12 PM, Eric Blake wrote:
>> * bootstrap (gnulib_tool): Add --libtool.
>> * autogen.sh (bootstrap): Add --gnulib-srcdir when needed.  Touch
>> ChangeLog.

>> +++ b/autogen.sh
>> @@ -85,7 +85,7 @@ fi
>>    mkdir -p $BUILD_AUX
>>
>>    $LIBTOOLIZE --copy --force
>> -./bootstrap $GNULIB_SRCDIR
>> +./bootstrap ${GNULIB_SRCDIR:+--gnulib-srcdir="$GNULIB_SRCDIR"}
>>    aclocal -I gnulib/m4
>>    autoheader
>>    automake --add-missing

Whoops - the commit message stated one thing, but I forgot to save 
before sending the email so the patch does another.  Follow-up patch 
coming soon.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org


More information about the netcf-devel mailing list