aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/m4
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2006-06-14 13:56:22 +0000
committerTom Tromey <tromey@gcc.gnu.org>2006-06-14 13:56:22 +0000
commit34e598d832055c787462d2f5c5b3983e9c16bff7 (patch)
treea64814404a7ebe128349e99697ff5458ce2e0089 /libjava/classpath/m4
parentba1304a3dce495313b7c6a201fded9d0acd8e560 (diff)
downloadgcc-34e598d832055c787462d2f5c5b3983e9c16bff7.zip
gcc-34e598d832055c787462d2f5c5b3983e9c16bff7.tar.gz
gcc-34e598d832055c787462d2f5c5b3983e9c16bff7.tar.bz2
re PR java/28024 (libjava build failure on Solaris 2.8 (sun4u))
PR java/28024: * aclocal.m4, configure: Rebuilt. * m4/acinclude.m4 (REGEN_WITH_JAY): Use backquote, not $(...). * configure.ac (QT_INCLUDE_DIR): Use backquote, not $(...). From-SVN: r114639
Diffstat (limited to 'libjava/classpath/m4')
-rw-r--r--libjava/classpath/m4/acinclude.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/m4/acinclude.m4 b/libjava/classpath/m4/acinclude.m4
index 30ae333..ead0090 100644
--- a/libjava/classpath/m4/acinclude.m4
+++ b/libjava/classpath/m4/acinclude.m4
@@ -409,13 +409,13 @@ AC_DEFUN([REGEN_WITH_JAY],
AC_MSG_ERROR("jay executable not found");
fi
else
- JAY_DIR_PATH=$(dirname "${withval}")
+ JAY_DIR_PATH=`dirname "${withval}"`
JAY="${withval}"
AC_SUBST(JAY)
fi
JAY_SKELETON="${JAY_DIR_PATH}/skeleton"
AC_CHECK_FILE(${JAY_SKELETON}, AC_SUBST(JAY_SKELETON),
- AC_MSG_ERROR("Expected skeleton file in $(dirname ${withval})"))
+ AC_MSG_ERROR("Expected skeleton file in `dirname ${withval}`"))
JAY_FOUND=yes
],
[