configure.in (baseargs): Remove all supported forms of --cache-file...
* configure.in (baseargs): Remove all supported forms of --cache-file, --srcdir, --host, --build and --target options from argument lists. * configure: Rebuilt. From-SVN: r61397
This commit is contained in:
parent
0334ef47d9
commit
73f849244a
@ -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.
|
||||
|
10
configure
vendored
10
configure
vendored
@ -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/ *$//'`
|
||||
|
||||
|
10
configure.in
10
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/ *$//'`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user