Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: config.modules glitch in configure or make dependencies
- X-seq: zsh-workers 17663
- From: Clint Adams <clint@xxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: config.modules glitch in configure or make dependencies
- Date: Fri, 13 Sep 2002 14:31:25 -0400
- Cc: Peter Stephenson <pws@xxxxxxx>, Zsh hackers list <zsh-workers@xxxxxxxxxx>
- In-reply-to: <1020913175317.ZM9183@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <4665.1031932669@xxxxxxx> <1020913175317.ZM9183@xxxxxxxxxxxxxxxxxxxxxxx>
> It's not really two stages; the code still executes at the same time it
> always did, it just happens to be in two files. If you prefer, it could
> be written like this:
>
> AC_OUTPUT_COMMANDS(,[if test -z "\$CONFIG_FILES\$CONFIG_HEADERS"; then
> `cat ./${CONFIG_MODULES}.sh && rm -f ./${CONFIG_MODULES}.sh`
> fi])
> . ./${CONFIG_MODULES}.sh
Maybe this stuff could be handled by a Src/Modules/configure that also
handles the extra lib dependencies.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author