On Sun, Dec 07, 2008 at 05:36:16PM +0100, Bruno Haible wrote: > > 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
Neat, thanks :) -- Sylvain