Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: remove support for autoconf before 2.50
- X-seq: zsh-workers 19341
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx (Zsh hackers list)
- Subject: Re: PATCH: remove support for autoconf before 2.50
- Date: Tue, 6 Jan 2004 16:11:22 +0000
- In-reply-to: <25992.1073391202@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <25992.1073391202@xxxxxxx>
On Jan 6, 12:13pm, Peter Stephenson wrote:
} Subject: PATCH: remove support for autoconf before 2.50
}
} Can someone confirm this is a suitable patch for removing support for
} old versions of autoconf, together with deleting configure.in which I
} will commit at the same time?
I'm not sure why you think these three lines have anything to do with
autoconf 2.13 specifically.
} -AC_OUTPUT_COMMANDS(,[if test -z "\$CONFIG_FILES\$CONFIG_HEADERS"; then
} -`cat ./${CONFIG_MODULES}.sh && rm -f ./${CONFIG_MODULES}.sh`
} -fi])
IIRC those lines are there so that the commands in ./${CONFIG_MODULES}.sh
get re-run when config.status is run. That was not *intended* as a fix
only for autoconf 2.13; why is it not needed in 2.50?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author