This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: 0.11.5: gettextize with external
- From: Akim Demaille <akim at epita dot fr>
- To: Bruno Haible <bruno at clisp dot org>
- Cc: Gettext Bugs <bug-gnu-gettext at gnu dot org>, Automake List <automake at gnu dot org>
- Date: 04 Sep 2002 17:09:46 +0200
- Subject: Re: 0.11.5: gettextize with external
- References: <mv4ptvu57a3.fsf@nostromo.lrde.epita.fr><15734.3558.172448.655942@honolulu.ilog.fr><mv48z2h6bu1.fsf@nostromo.lrde.epita.fr>
| It is correct. If gettextize did not copy these files, the subsequent
| 'aclocal' invocation would fail. I consider this a bug in the
| 'aclocal' program version 1.5.
Ah, I now understand (I think). In the ``default'' environment,
gettext macro files are installed where aclocal will find them anyway,
so it does not fail, as you describe it does.
But if you consider the case where gettext macros are not installed,
then I understand the problem you are referring to. Sorry.