Re: reconfigured configure arg

2018-09-03 Thread Joseph Myers
On Sat, 1 Sep 2018, Jakub Jelinek wrote: > Couldn't we do something smarter than this? > Noticed while debugging why our bisect seed machine spends over 2 minutes in > sed when handling config.status, and the reason apparently was that it has > " : (reconfigured) " string in it 37753 times, so alm

reconfigured configure arg

2018-09-01 Thread Jakub Jelinek
Hi! In gcc/configure.ac, we have: changequote(,)dnl # Compile in configure arguments. if test -f configargs.h ; then # Being re-configured. gcc_config_arguments=`grep configuration_arguments configargs.h | sed -e 's/.*"\([^"]*\)".*/\1/'` gcc_config_arguments="$gcc_config_a