Commit cf781203 by Joseph Myers Committed by Joseph Myers

exgettext: Also look for */*/config-lang.in to find language subdirectories.

	* exgettext: Also look for */*/config-lang.in to find language
	subdirectories.

From-SVN: r146596
parent 6e782a29
2009-04-22 Joseph Myers <joseph@codesourcery.com>
* exgettext: Also look for */*/config-lang.in to find language
subdirectories.
2009-04-21 Joseph Myers <joseph@codesourcery.com>
* ChangeLog, EXCLUDES: Add copyright and license notices.
......
......@@ -83,7 +83,7 @@ pottmp=$pwd/$T/tmp.pot
echo "scanning for keywords and %e strings..." >&2
( cd $srcdir
lang_subdirs=`echo */config-lang.in | sed -e 's|config-lang\.in||g'`
lang_subdirs=`echo */config-lang.in */*/config-lang.in | sed -e 's|config-lang\.in||g'`
{ for dir in "" config/ config/*/ $lang_subdirs
do for glob in '*.c' '*.h' '*.def'
do eval echo $dir$glob
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment