From a9c8df85f2dbf2a642573f835a3d3b17af94fcf5 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sun, 21 Jul 2013 08:18:01 +0900 Subject: [PATCH] autopoint: fix copying intl/ directory * autopoint.in (omitintl): Don't set it 'no' when no AM_GNU_GETTEXT call is found. Reported by Sebastien Helleu in . --- gettext-tools/misc/ChangeLog | 6 ++++++ gettext-tools/misc/autopoint.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog index d31f45bf5..bd4de9adc 100644 --- a/gettext-tools/misc/ChangeLog +++ b/gettext-tools/misc/ChangeLog @@ -1,3 +1,9 @@ +2013-07-21 Daiki Ueno + + * autopoint.in (omitintl): Don't set it 'no' when no + AM_GNU_GETTEXT call is found. + Reported by Sebastien Helleu in . + 2013-05-02 Daiki Ueno * autopoint.in (func_trace): New function; use it all in places diff --git a/gettext-tools/misc/autopoint.in b/gettext-tools/misc/autopoint.in index 6c03e7584..1ea960a7c 100644 --- a/gettext-tools/misc/autopoint.in +++ b/gettext-tools/misc/autopoint.in @@ -361,7 +361,7 @@ if test -z "$m4dir" && test -f Makefile.am; then fi # Check whether to omit the intl/ directory. -omitintl=no +omitintl= xargs=`func_trace AM_GNU_GETTEXT` for arg in $xargs; do if test 'external' = "$arg"; then -- 2.47.2