This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: ALL_LINGUAS checking
- To: Bruno Haible <haible at ilog dot fr>
- Subject: Re: ALL_LINGUAS checking
- From: Tom Tromey <tromey at redhat dot com>
- Date: 26 Jul 2001 18:53:49 -0600
- Cc: automake at gnu dot org
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <15196.21371.556878.499323@honolulu.ilog.fr>
- Reply-To: tromey at redhat dot com
>>>>> "Bruno" == Bruno Haible <haible@ilog.fr> writes:
Bruno> 1) Signalling an error if there is no ALL_LINGUAS assignment in
Bruno> configure.in is not appropriate any more. This is mandatory
Bruno> for being able to use gettext-0.11. Can you incorporate
Bruno> something like this in automake-1.4-p6 ?
Yes. I think I'll just remove the checking altogether. It was never
very robust. If it is really required perhaps the gettext autoconf
macro could do the checking. That would probably be better than
having automake do it.
Tom