This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Automake and GNU Gettext?
- To: Ganesan Rajagopal <rganesan@novell.com>
- Subject: Re: Automake and GNU Gettext?
- From: Tom Tromey <tromey@cygnus.com>
- Date: 27 May 1999 20:13:44 -0600
- Cc: automake@gnu.org
- References: <uead7zmiuvm.fsf@sonali.blr.novell.com>
- Reply-To: tromey@cygnus.com
>>>>> ">" == Ganesan Rajagopal <rganesan@novell.com> writes:
>> Is there any plans to enhance Automake to support message
>> extraction, compiling message files etc for GNU gettext. gettextize
>> only supports one text domain and I need multiple text domains for
>> messages.
There's no current plan to change how automake and gettext interface.
You're the first person to ever mention this.
It's might be possible to do it by hand in your Makefile.am somehow.
I don't know for certain.
Tom