# HG changeset patch # User Paul Eggert # Date 1357401790 28800 # Node ID c9d7491e3e78561fdac732eecd8b2136bc7e0b56 # Parent a9accc6ede499576aac4e0251fab8570caf76336 gnulib-tool: fix incompatibility with autopoint 0.18.2 * gnulib-tool: Don't indent AM_GNU_GETTEXT_VERSION line. Problem reported by Tom G. Christensen in . diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2013-01-05 Paul Eggert + + gnulib-tool: fix incompatibility with autopoint 0.18.2 + * gnulib-tool: Don't indent AM_GNU_GETTEXT_VERSION line. + Problem reported by Tom G. Christensen in + . + 2013-01-04 Paul Eggert fprintftime: bring back and reword fwrite comment diff --git a/gnulib-tool b/gnulib-tool --- a/gnulib-tool +++ b/gnulib-tool @@ -3930,7 +3930,9 @@ | { if $disable_gettext; then sed -e 's/AM_GNU_GETTEXT(\[external\])/dnl you must add AM_GNU_GETTEXT([external]) or similar to configure.ac./' else - cat + # Don't indent AM_GNU_GETTEXT_VERSION line, as that confuses + # autopoint through at least GNU gettext version 0.18.2. + sed -e 's/^ *AM_GNU_GETTEXT_VERSION/AM_GNU_GETTEXT_VERSION/' fi } if test "$module" = 'alloca' && test "$libtool" = true && ! $disable_libtool; then