OSDN Git Service

* configure.in (baseargs): Remove all supported forms of
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Jan 2003 16:31:49 +0000 (16:31 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Jan 2003 16:31:49 +0000 (16:31 +0000)
--cache-file, --srcdir, --host, --build and --target options
from argument lists.
* configure: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61397 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure
configure.in

index ce5e9b2..f645b20 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-01-16  Jakub Jelinek  <jakub@redhat.com>
+
+       * configure.in (baseargs): Remove all supported forms of
+       --cache-file, --srcdir, --host, --build and --target options
+       from argument lists.
+       * configure: Rebuilt.
+
 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
 
        * MAINTAINERS: Add myself to write-after-approval list.
index 92473d7..b44d1a8 100755 (executable)
--- a/configure
+++ b/configure
@@ -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/ *$//'`
 
index 27c2732..39554a5 100644 (file)
@@ -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/ *$//'`