OSDN Git Service

* aclocal.m4: (AM_WITH_NLS): Don't look at ALL_LINGUAS.
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Nov 2001 02:39:47 +0000 (02:39 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Nov 2001 02:39:47 +0000 (02:39 +0000)
commit48c772de110e9a7bc04a6027ac9e1c5ca8a2cec1
tree10c336cfd154317c7901b926e962ab7da7388639
parent05f61e416e375eff6fb70a4ed8508222bc8e9fb3
* aclocal.m4: (AM_WITH_NLS): Don't look at ALL_LINGUAS.
(AM_GNU_GETTEXT): Set CATALOGS to a list of .gmo files
corresponding to the complete set of .po and .gmo files in
the source directory's po subdir, modified by LINGUAS.  Don't
look at ALL_LINGUAS.
* configure.in: Don't set ALL_LINGUAS.
* configure: Regenerate.

* Makefile.in (.po.gmo): Don't move into source directory.
(.po.pox): Clarify comments.
(install-po): Look for .gmo files in both srcdir and objdir;
don't fail if a file is totally missing.
(distclean): rmdir ada subdirectory too.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46800 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/aclocal.m4
gcc/configure
gcc/configure.in