Re: [PATCH] use AS_HELP_STRING throughout gcc/configure.ac

2011-05-13 Thread Andreas Schwab
"Ralf Wildenhues" writes: > Yes, if you visually compared the diff of configure and of './configure > --help' before and after the change, to only contain intended changes. Yes, I did. The help texts are now nicely aligned and folded, except for a few which come from outside (more to follow).

Re: [PATCH] use AS_HELP_STRING throughout gcc/configure.ac

2011-05-12 Thread Ralf Wildenhues
* Andreas Schwab wrote on Thu, May 12, 2011 at 11:22:12AM CEST: > This changes all uses of AC_ARG_(WITH|ENABLE) to use AS_HELP_STRING, > fixing a few quoting bugs on the way. > > OK for trunk? Yes, if you visually compared the diff of configure and of './configure --help' before and after the cha

[PATCH] use AS_HELP_STRING throughout gcc/configure.ac

2011-05-12 Thread Andreas Schwab
This changes all uses of AC_ARG_(WITH|ENABLE) to use AS_HELP_STRING, fixing a few quoting bugs on the way. OK for trunk? Andreas. 2011-05-12 Andreas Schwab * configure.ac: Use AS_HELP_STRING throughout. * configure: Regenerate. diff --git a/gcc/configure.ac b/gcc/configure.a