From: Daiki Ueno Date: Sat, 20 Jul 2013 23:18:01 +0000 (+0900) Subject: autopoint: fix copying intl/ directory X-Git-Tag: v0.18.3.1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9c8df85f2dbf2a642573f835a3d3b17af94fcf5;p=thirdparty%2Fgettext.git 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 . --- 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