* configure.in (baseargs): Remove all supported forms of

--cache-file, --srcdir, --host, --build and --target options
	from argument lists.
	* configure: Rebuilt.
This commit is contained in:
Jakub Jelinek
2003-01-16 16:27:51 +00:00
parent 41429bc99b
commit 92febe6b7a
3 changed files with 17 additions and 10 deletions

10
configure vendored
View File

@@ -2452,11 +2452,11 @@ serialization_dependencies=serdep.tmp
# down to subconfigures.
baseargs=`echo " ${ac_configure_args} " | \
sed -e 's/ --no[^ ]* / /' \
-e 's/ --cache[a-z-]*=[^ ]* / /' \
-e 's/ --sr[a-z-]*=[^ ]* / /' \
-e 's/ --ho[a-z-]*=[^ ]* / /' \
-e 's/ --bu[a-z-]*=[^ ]* / /' \
-e 's/ --ta[a-z-]*=[^ ]* / /' \
-e 's/ \(--c[a-z-]*\|-cache-file\)[= ][^ ]* / /' \
-e 's/ \(--sr[a-z-]*\|-srcdir\)[= ][^ ]* / /' \
-e 's/ \(--ho[a-z-]*\|-host\)[= ][^ ]* / /' \
-e 's/ \(--bu[a-z-]*\|-build\)[= ][^ ]* / /' \
-e 's/ \(--t[a-z-]*\|-target\)[= ][^ ]* / /' \
-e 's/ [^ -][^ ]* / /' \
-e 's/^ *//;s/ *$//'`