From f4fc29a67f7998b497b6b2546d1a928515804466 Mon Sep 17 00:00:00 2001 From: Christian Thalinger Date: Wed, 25 Jun 2008 15:35:10 +0200 Subject: [PATCH] * m4/java-runtime-library.m4 (java-runtime-library-classes): Added missing ]). (build-java-runtime-library-classes): Added missing ], removed duplicate ]). --- m4/java-runtime-library.m4 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/m4/java-runtime-library.m4 b/m4/java-runtime-library.m4 index 102a35e41..41ec709fd 100644 --- a/m4/java-runtime-library.m4 +++ b/m4/java-runtime-library.m4 @@ -92,6 +92,8 @@ AC_ARG_WITH([java-runtime-library-classes], AC_MSG_RESULT(${JAVA_RUNTIME_LIBRARY_CLASSES}) AC_DEFINE_UNQUOTED([JAVA_RUNTIME_LIBRARY_CLASSES], "${JAVA_RUNTIME_LIBRARY_CLASSES}", [Java runtime library classes]) AC_SUBST(JAVA_RUNTIME_LIBRARY_CLASSES) +]) + dnl where are Java core library classes located at compilation time @@ -100,11 +102,10 @@ AC_MSG_CHECKING(where Java core library classes are located at compile time) AC_ARG_WITH([build-java-runtime-library-classes], [AS_HELP_STRING(--with-build-java-runtime-library-classes=,path to Java core library classes (includes the name of the file and may be flat) [[default=${JAVA_RUNTIME_LIBRARY_CLASSES}]])], [BUILD_JAVA_RUNTIME_LIBRARY_CLASSES=${withval}], - [BUILD_JAVA_RUNTIME_LIBRARY_CLASSES=${JAVA_RUNTIME_LIBRARY_CLASSES}) + [BUILD_JAVA_RUNTIME_LIBRARY_CLASSES=${JAVA_RUNTIME_LIBRARY_CLASSES}]) AC_MSG_RESULT(${BUILD_JAVA_RUNTIME_LIBRARY_CLASSES}) AC_DEFINE_UNQUOTED([BUILD_JAVA_RUNTIME_LIBRARY_CLASSES], "${BUILD_JAVA_RUNTIME_LIBRARY_CLASSES}", [Java core library classes at compile time]) AC_SUBST(BUILD_JAVA_RUNTIME_LIBRARY_CLASSES) -]) dnl define BOOTCLASSPATH for Makefiles case "${WITH_JAVA_RUNTIME_LIBRARY}" in @@ -118,6 +119,7 @@ esac AC_SUBST(BOOTCLASSPATH) ]) + dnl where are Java runtime library native libraries installed AC_DEFUN([AC_CHECK_WITH_JAVA_RUNTIME_LIBRARY_LIBDIR],[ -- 2.25.1