aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2003-01-16 16:27:51 +0000
committerJakub Jelinek <jakub@redhat.com>2003-01-16 16:27:51 +0000
commite01f337c0041af1bb05dc5e222cb932b0cc2a619 (patch)
tree93648697131151c823e6110a0c65f5505154e240 /configure.in
parent6f78fb71bbc0c011e6ce847503208c3e67232d82 (diff)
downloadfsf-binutils-gdb-e01f337c0041af1bb05dc5e222cb932b0cc2a619.zip
fsf-binutils-gdb-e01f337c0041af1bb05dc5e222cb932b0cc2a619.tar.gz
fsf-binutils-gdb-e01f337c0041af1bb05dc5e222cb932b0cc2a619.tar.bz2
* configure.in (baseargs): Remove all supported forms of
--cache-file, --srcdir, --host, --build and --target options from argument lists. * configure: Rebuilt.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 27c2732..39554a5 100644
--- a/configure.in
+++ b/configure.in
@@ -1794,11 +1794,11 @@ AC_SUBST_FILE(serialization_dependencies)
# 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/ *$//'`