> From: "Tim Van Holder" <[EMAIL PROTECTED]>
> Date: Fri, 21 Sep 2001 18:44:43 +0200
>
> bash's behaviour with regards to the 'set' builtin has changed in 2.05....
> This apparently lead to a broken config.cache when using bash 2.05....
> > ! ac_cv_path_install=${ac_cv_path_install='ginstall -c'}
> > --- 115 ----
> > ! ac_cv_path_install=${ac_cv_path_install=$'ginstall -c'}
Why is this broken? The two lines have the same behavior with Bash 2.05.
It's true that you can't parse the latter line with other shells.
So perhaps what you're saying is that, if you use Bash 2.05 to
run 'configure', you're stuck with using Bash 2.05 to do everything
else, too?
> it is probably still worth mentioning in the autoconf manual's
> section on portable shell programming.
Yes, that makes sense.