Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2007-03-07 17:02:20 +0300
committerAndreas Schwab <schwab@linux-m68k.org>2007-03-07 17:02:20 +0300
commit7a81a7174189734d1ecfc51367a92a9177799d02 (patch)
tree065a5412abb9e2888a4ba0c602eb9b043af95457 /config/acx.m4
parent2a2128cad1279480508abfb895a24ba8c76550d3 (diff)
* configure: Regenerate.
config/: * acx.m4 (GCC_TARGET_TOOL): Expand backquotes outside AC_MSG_RESULT.
Diffstat (limited to 'config/acx.m4')
-rw-r--r--config/acx.m46
1 files changed, 4 insertions, 2 deletions
diff --git a/config/acx.m4 b/config/acx.m4
index d2d227d2d..a8970759f 100644
--- a/config/acx.m4
+++ b/config/acx.m4
@@ -485,7 +485,8 @@ AC_DEFUN([GCC_TARGET_TOOL],
if test "x${build}" != "x${host}" ; then
if expr "x[$]$2" : "x/" > /dev/null; then
# We already found the complete path
- AC_MSG_RESULT(pre-installed in `dirname [$]$2`)
+ ac_dir=`dirname [$]$2`
+ AC_MSG_RESULT(pre-installed in $ac_dir)
else
# Canadian cross, just use what we found
AC_MSG_RESULT(pre-installed)
@@ -508,7 +509,8 @@ else
AC_MSG_RESULT(just compiled)
el])if expr "x[$]$2" : "x/" > /dev/null; then
# We already found the complete path
- AC_MSG_RESULT(pre-installed in `dirname [$]$2`)
+ ac_dir=`dirname [$]$2`
+ AC_MSG_RESULT(pre-installed in $ac_dir)
elif test "x$target" = "x$host"; then
# We can use an host tool
$2='$($3)'