From 8e858e6d77dd239e9102626b292519eae170679a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 5 Jan 2013 08:03:10 -0800 Subject: [PATCH] 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 . --- ChangeLog | 7 +++++++ gnulib-tool | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f036ac11ae..42952cfe5b 100644 --- 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 index 2e7f1da9c0..c5ab13b387 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -3930,7 +3930,9 @@ func_emit_autoconf_snippet () | { 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 -- 2.39.5