Commit 2d01ac38 authored by jsm28's avatar jsm28

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

	subdirectories.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146596 138bc75d-0d04-0410-961f-82ee72b054a4
parent 922878f2
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