bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libvirt] [PATCH] build: Fix version of gettext macros


From: Eric Blake
Subject: Re: [libvirt] [PATCH] build: Fix version of gettext macros
Date: Wed, 25 Apr 2012 15:21:50 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

On 04/25/2012 12:33 PM, Jim Meyering wrote:

>> In other words, I'm thinking this patch is appropriate (I've tested it
>> on libvirt, which uses gettext-h, and on bison which uses gettext).
> 
> That looks good, and your testing seems to cover all bases.
> Thanks for dealing with this.
> 
>> diff --git i/build-aux/bootstrap w/build-aux/bootstrap
> ...
>> @@ -873,7 +873,15 @@ if test $with_gettext = yes; then
>>      }
>>    ' po/Makevars.template >po/Makevars || exit 1
>>
>> -  cat $GNULIB_SRCDIR/build-aux/po/Makefile.in.in > po/Makefile.in.in ||
>> exit 1
>> +  # If the 'gettext' module is in use, grab the latest Makefile.in.in.
>> +  # If only the 'gettext-h' module is in use, assume autopoint already
>> +  # put the correct version of this file into place.
>> +  case $gnulib_modules in
>> +  *gettext-h*) ;;
>> +  *gettext*)
>> +    cp $GNULIB_SRCDIR/build-aux/po/Makefile.in.in po/Makefile.in.in ||
>> exit 1
>> +    ;;
>> +  esac

I've pushed this now.

-- 
Eric Blake   address@hidden    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]