]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
autopoint: fix copying intl/ directory
authorDaiki Ueno <ueno@gnu.org>
Sat, 20 Jul 2013 23:18:01 +0000 (08:18 +0900)
committerDaiki Ueno <ueno@gnu.org>
Mon, 12 Aug 2013 11:34:13 +0000 (13:34 +0200)
* autopoint.in (omitintl): Don't set it 'no' when no
AM_GNU_GETTEXT call is found.
Reported by Sebastien Helleu in <http://savannah.gnu.org/bugs/?39536>.

gettext-tools/misc/ChangeLog
gettext-tools/misc/autopoint.in

index d31f45bf52cc5f53f32ba53564f4147236748aca..bd4de9adc900c3d1b1b882b54a4e270e65970513 100644 (file)
@@ -1,3 +1,9 @@
+2013-07-21  Daiki Ueno  <ueno@gnu.org>
+
+       * autopoint.in (omitintl): Don't set it 'no' when no
+       AM_GNU_GETTEXT call is found.
+       Reported by Sebastien Helleu in <http://savannah.gnu.org/bugs/?39536>.
+
 2013-05-02  Daiki Ueno  <ueno@gnu.org>
 
        * autopoint.in (func_trace): New function; use it all in places
index 6c03e7584a44eace6022cade0b56f4e58520c103..1ea960a7cca5616885a79c4d0ff962424b8ef630 100644 (file)
@@ -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