2005-07-28 Stepan Kasal * po.m4 (AM_PO_SUBDIRS, AM_POSTPROCESS_PO_MAKEFILE): Mention that only Automake <= 1.4 scans for ALL_LINGUAS. Index: gettext-runtime/m4/po.m4 =================================================================== RCS file: /cvs/gettext/gettext/gettext-runtime/m4/po.m4,v retrieving revision 1.13 diff -u -r1.13 po.m4 --- gettext-runtime/m4/po.m4 4 May 2005 10:56:47 -0000 1.13 +++ gettext-runtime/m4/po.m4 28 Jul 2005 11:56:49 -0000 @@ -122,12 +122,13 @@ if test -n "$OBSOLETE_ALL_LINGUAS"; then test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" fi + # Hide the ALL_LINGUAS assigment from Automake <= 1.4. ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` - # Hide the ALL_LINGUAS assigment from automake. eval 'ALL_LINGUAS''=$ALL_LINGUAS_' POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" else # The set of available languages was given in configure.in. + # Hide the ALL_LINGUAS assigment from Automake <= 1.4. eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' fi # Compute POFILES @@ -308,7 +309,7 @@ sed_x_LINGUAS="`$gt_echo \"$sed_x_variable\" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`" ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"` fi - # Hide the ALL_LINGUAS assigment from automake. + # Hide the ALL_LINGUAS assigment from Automake <= 1.4. eval 'ALL_LINGUAS''=$ALL_LINGUAS_' # Compute POFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)