bug-gettext
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gettext] not using sub-configure


From: Daiki Ueno
Subject: Re: [bug-gettext] not using sub-configure
Date: Thu, 27 Mar 2014 14:57:46 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Vincent Torri <address@hidden> writes:

> What I did for a large project is
>
> 1) a single configure.ac with a clean layout
> a) first I detect what is common to all the parts of the project
> b) I separate the check of each part cleanly
>
> So, it's in the end the same thing for configuration.
>
> 2) non recursive make with several "Makefile.am" files, so that
> parallal compilation is the fastest

For a typical project (where sub-projects have direct dependencies among
each other), it might make sense.  However, gettext is not;
'gettext-runtime' and 'gettext-tools' can be seen as two independent
projects and can even be separately installed (see PACKAGING).  Given
the isolation is deliberate, merging them doesn't sound right to me.

>>   When `configure' calls `configure' scripts in subdirectories, it uses
>>   the `--cache-file' argument so that they share the same cache.
>
> I know that. Unfortunately :
>
> 1) not everything is cached (i've just checked that) and hence same
> checks are done several times

> 3) I'm on Windows, using MSYS. Each configuration of gettext take
> around 6 minutes

Yeah, I understand.  Perhaps we could do some optimization here.

Regards,
--
Daiki Ueno



reply via email to

[Prev in Thread] Current Thread [Next in Thread]