On 07/13/2014 09:50 PM, Daiki Ueno wrote: > Pádraig Brady <p...@draigbrady.com> writes: > >> Having realized that this update would break the continuous >> integration server also I've decided to revert for now, >> so that there is a less problematic sync point for the coreutil-8.23 release. >> We can reinstate soon when the gettext 0.19 issues are sorted. > > Sorry for the inconvenience, fine with me. > >>> I tracked this down to autoconf 2.68 being used on this older system. >>> The sequence is: >>> >>> ./bootstrap >>> if gettext --version == 0.18.3 >>> apply autopoint m4 include workaround so compat with 2.68 >>> else >>> rely on autopoint avoiding m4 include errors >>> This autopoint code though relies on autoconf >= 2.69 >>> fi > > I've pushed a fix for this anyway: > http://git.savannah.gnu.org/cgit/gettext.git/commit/?h=maint&id=e1bd11a1
Looks good. thanks