configure: Rebuilt.

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

From-SVN: r31482
This commit is contained in:
Tom Tromey 2000-01-18 05:33:35 +00:00 committed by Tom Tromey
parent 97d953bb76
commit 4f5a5d5cdb
3 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,8 @@
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/natClassLoader.cc (_Jv_FindClass): Removed dead copy.
(_Jv_FindClassInCache): Likewise.
@ -13,7 +16,7 @@
* include/config.h.in: Rebuilt.
* acconfig.h (USE_LTDL): Added.
* Makefile.am (SUBDIRS): Added $(DIRLTDL).
(INCLUDES): Added $(INCLTDL).b
(INCLUDES): Added $(INCLTDL).
(libgcj_la_DEPENDENCIES): Added $(LIBLTDL).
(libgcj_la_LIBADD): Likewise.
* aclocal.m4, configure: Rebuilt.

4
libjava/configure vendored
View File

@ -2036,7 +2036,7 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# clobbered by the next message.
exec 5>>./config.log
subdirs="$DIRLDL"
subdirs="$DIRLTDL"
if test -z "$with_target_subdir" || test "$with_target_subdir" = "."; then
@ -5485,7 +5485,7 @@ if test "$no_recursion" != yes; then
esac
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
# parts of a large source tree are present.

View File

@ -30,7 +30,7 @@ AC_SUBST(INCLTDL)
AC_SUBST(LIBLTDL)
AC_SUBST(DIRLTDL)
AM_PROG_LIBTOOL
AC_CONFIG_SUBDIRS($DIRLDL)
AC_CONFIG_SUBDIRS($DIRLTDL)
if test -z "$with_target_subdir" || test "$with_target_subdir" = "."; then
COMPPATH=.