* configure.in: Strip any --no option from CONFIG_ARGUMENTS, to

avoid confusion with --no-recursion.
This commit is contained in:
Ian Lance Taylor
1998-07-15 03:42:02 +00:00
parent ead0877781
commit 72743e377d
2 changed files with 12 additions and 1 deletions

View File

@ -1132,7 +1132,7 @@ fi
# Record target_configdirs and the configure arguments in Makefile.
target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
targargs=`echo "${arguments}" | \
sed -e 's/--norecursion//' \
sed -e 's/--no[^ ]*//' \
-e 's/--cache[a-z-]*=[^ ]*//' \
-e 's/--ho[a-z-]*=[^ ]*//' \
-e 's/--bu[a-z-]*=[^ ]*//' \