* configure.ac: Adjust for loop syntax.
* configure: Regenerate.
This commit is contained in:
parent
6bfdb61b0c
commit
a4708fba59
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-02-19 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* configure.ac: Adjust for loop syntax.
|
||||
* configure: Regenerate.
|
||||
|
||||
2007-02-18 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* configure: Rebuilt.
|
||||
|
|
3
configure
vendored
3
configure
vendored
|
@ -1764,7 +1764,8 @@ if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
|
|||
# Quote arguments with shell meta charatcers.
|
||||
TOPLEVEL_CONFIGURE_ARGUMENTS=
|
||||
set -- "$progname" "$@"
|
||||
for ac_arg; do
|
||||
for ac_arg
|
||||
do
|
||||
case "$ac_arg" in
|
||||
*" "*|*" "*|*\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?*)
|
||||
ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
|
||||
|
|
|
@ -89,7 +89,8 @@ if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
|
|||
# Quote arguments with shell meta charatcers.
|
||||
TOPLEVEL_CONFIGURE_ARGUMENTS=
|
||||
set -- "$progname" "$@"
|
||||
for ac_arg; do
|
||||
for ac_arg
|
||||
do
|
||||
case "$ac_arg" in
|
||||
*" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
|
||||
ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
|
||||
|
|
Loading…
Add table
Reference in a new issue