This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] config-ml.in options with single quotes (PR bootstrap/18033)


David Edelsohn <dje@watson.ibm.com> writes:

> > case $option in
> > \'*\') eval option=$option;;
> > esac
> 
> 	I'm just trying to remove the extra quoting.  If you and DJ agree
> that method is more complete, it's fine with me.  That version also works
> correctly in my tests.

If we go that path, we might as well skip the case, and always do the
eval.  That is most likely to work consistently in the future.  Or at
least as consistently as autoconf itself, anyhow.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]