Commit 4f5a5d5c by Tom Tromey Committed by Tom Tromey

configure: Rebuilt.

	* configure: Rebuilt.
	* configure.in: Fixed typo in AC_CONFIG_SUBDIRS call.

From-SVN: r31482
parent 97d953bb
2000-01-17 Tom Tromey <tromey@cygnus.com> 2000-01-17 Tom Tromey <tromey@cygnus.com>
* configure: Rebuilt.
* configure.in: Fixed typo in AC_CONFIG_SUBDIRS call.
* java/lang/Runtime.java (loadLibraryInternal): Declare. * java/lang/Runtime.java (loadLibraryInternal): Declare.
* java/lang/natClassLoader.cc (_Jv_FindClass): Removed dead copy. * java/lang/natClassLoader.cc (_Jv_FindClass): Removed dead copy.
(_Jv_FindClassInCache): Likewise. (_Jv_FindClassInCache): Likewise.
...@@ -13,7 +16,7 @@ ...@@ -13,7 +16,7 @@
* include/config.h.in: Rebuilt. * include/config.h.in: Rebuilt.
* acconfig.h (USE_LTDL): Added. * acconfig.h (USE_LTDL): Added.
* Makefile.am (SUBDIRS): Added $(DIRLTDL). * Makefile.am (SUBDIRS): Added $(DIRLTDL).
(INCLUDES): Added $(INCLTDL).b (INCLUDES): Added $(INCLTDL).
(libgcj_la_DEPENDENCIES): Added $(LIBLTDL). (libgcj_la_DEPENDENCIES): Added $(LIBLTDL).
(libgcj_la_LIBADD): Likewise. (libgcj_la_LIBADD): Likewise.
* aclocal.m4, configure: Rebuilt. * aclocal.m4, configure: Rebuilt.
......
...@@ -2036,7 +2036,7 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool' ...@@ -2036,7 +2036,7 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# clobbered by the next message. # clobbered by the next message.
exec 5>>./config.log exec 5>>./config.log
subdirs="$DIRLDL" subdirs="$DIRLTDL"
if test -z "$with_target_subdir" || test "$with_target_subdir" = "."; then if test -z "$with_target_subdir" || test "$with_target_subdir" = "."; then
...@@ -5485,7 +5485,7 @@ if test "$no_recursion" != yes; then ...@@ -5485,7 +5485,7 @@ if test "$no_recursion" != yes; then
esac esac
done done
for ac_config_dir in $DIRLDL; do for ac_config_dir in $DIRLTDL; do
# Do not complain, so a configure script can configure whichever # Do not complain, so a configure script can configure whichever
# parts of a large source tree are present. # parts of a large source tree are present.
......
...@@ -30,7 +30,7 @@ AC_SUBST(INCLTDL) ...@@ -30,7 +30,7 @@ AC_SUBST(INCLTDL)
AC_SUBST(LIBLTDL) AC_SUBST(LIBLTDL)
AC_SUBST(DIRLTDL) AC_SUBST(DIRLTDL)
AM_PROG_LIBTOOL AM_PROG_LIBTOOL
AC_CONFIG_SUBDIRS($DIRLDL) AC_CONFIG_SUBDIRS($DIRLTDL)
if test -z "$with_target_subdir" || test "$with_target_subdir" = "."; then if test -z "$with_target_subdir" || test "$with_target_subdir" = "."; then
COMPPATH=. COMPPATH=.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment