* 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-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
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