* configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
From-SVN: r35402
This commit is contained in:
parent
f9f45ccb5f
commit
606ce3919d
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2000-08-01 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
|
* configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
|
||||||
|
|
||||||
2000-07-31 Alexandre Oliva <aoliva@redhat.com>
|
2000-07-31 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
* configure.in (qCXX_FOR_TARGET): Quote `&' characters in
|
* configure.in (qCXX_FOR_TARGET): Quote `&' characters in
|
||||||
|
|
|
@ -1314,7 +1314,7 @@ case $CXX_FOR_TARGET in
|
||||||
*' $(FLAGS_FOR_TARGET)') ;;
|
*' $(FLAGS_FOR_TARGET)') ;;
|
||||||
*) CXX_FOR_TARGET=$CXX_FOR_TARGET' $(FLAGS_FOR_TARGET)' ;;
|
*) CXX_FOR_TARGET=$CXX_FOR_TARGET' $(FLAGS_FOR_TARGET)' ;;
|
||||||
esac
|
esac
|
||||||
qCXX_FOR_TARGET=`expr "x$CXX_FOR_TARGET" : 'x\(.*\)' | sed 's,&,\\\&,g'`
|
qCXX_FOR_TARGET=`echo "$CXX_FOR_TARGET" | sed 's,&,\\\&,g'`
|
||||||
|
|
||||||
targargs="--cache-file=../config.cache --host=${target_alias} --build=${build_alias} ${targargs}"
|
targargs="--cache-file=../config.cache --host=${target_alias} --build=${build_alias} ${targargs}"
|
||||||
sed -e "s:^TARGET_CONFIGDIRS[ ]*=.*$:TARGET_CONFIGDIRS = ${target_configdirs}:" \
|
sed -e "s:^TARGET_CONFIGDIRS[ ]*=.*$:TARGET_CONFIGDIRS = ${target_configdirs}:" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue