+2013-09-24 Daiki Ueno <ueno@gnu.org>
+
+ * autopoint.in: Recognize multiple arguments of AM_GNU_GETTEXT
+ when tracing.
+ * gettextize.in: Likewise.
+ Reported by Gary V. Vaughan in
+ <http://savannah.gnu.org/bugs/?40082>.
+
2013-08-12 Daiki Ueno <ueno@gnu.org>
autopoint: make macro trace in autom4te robuster
# Check whether to omit the intl/ directory.
omitintl=
xargs=`func_trace AM_GNU_GETTEXT "$configure_in"`
+save_IFS="$IFS"; IFS=:
for arg in $xargs; do
if test 'external' = "$arg"; then
omitintl=yes
break
fi
done
+IFS="$save_IFS"
# Check in which directory or directories the po/* infrastructure belongs.
configfiles=`func_trace AC_CONFIG_FILES "$configure_in"`
# Tell the user what to put into configure.ac, if it is not already there.
external=
xargs=`func_trace AM_GNU_GETTEXT "$srcdir/$configure_in"`
+ save_IFS="$IFS"; IFS=:
for arg in $xargs; do
if test 'external' = "$arg"; then
external=yes
break
fi
done
+ IFS="$save_IFS"
if test -z "$external"; then
please="$please
Please use AM_GNU_GETTEXT([external]) in order to cause autoconfiguration