bug-gnulib
[Top][All Lists]
Advanced

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

Re: gnulib and autopoint


From: Bruno Haible
Subject: Re: gnulib and autopoint
Date: Sun, 7 Dec 2008 17:36:16 +0100
User-agent: KMail/1.9.9

Hi Sylvain,

> Currently I'm breaking the egg and killing the chicken by using:
> 
>   # Install gettext 0.17 files
>   autopoint -f
>   # Update gettext files with newer gnulib versions
>   gnulib-tool --update -S
>   # Rerun the autotools but skip autopoint which would fail
>   AUTOPOINT=/bin/true autoreconf -ifs
> 
> 
> Is there a nicer way to do the job? :)

With the next gettext release, you will be able to do

    gnulib-tool --update -S
    autoreconf -ifs

Bruno




reply via email to

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