]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* configure.in (baseargs): Remove all supported forms of
authorJakub Jelinek <jakub@redhat.com>
Thu, 16 Jan 2003 16:27:51 +0000 (16:27 +0000)
committerJakub Jelinek <jakub@redhat.com>
Thu, 16 Jan 2003 16:27:51 +0000 (16:27 +0000)
--cache-file, --srcdir, --host, --build and --target options
from argument lists.
* configure: Rebuilt.

ChangeLog
configure
configure.in

index fb1c7a9022805dc7a1f6dbec57512cbad5d08a70..ac29f917889431466d698dbe17756f453a075eb7 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  Alexandre Oliva  <aoliva@redhat.com>
 
        * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
index 92473d7682cd9286931ea7abeb4cfd7f33aa2bed..b44d1a849a1944dc98728193f83713ab27bd9ce2 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 27c27328b3b3076aa994a25789bc0a8109d04706..39554a5c835bd8912422050aebf3d53fb172d730 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/ *$//'`