From c7aa351b84b7d1a5329a377e68cc52a9ae94d1c2 Mon Sep 17 00:00:00 2001 From: tromey Date: Tue, 18 Jan 2000 05:33:35 +0000 Subject: * configure: Rebuilt. * configure.in: Fixed typo in AC_CONFIG_SUBDIRS call. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31482 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/ChangeLog | 5 ++++- libjava/configure | 4 ++-- libjava/configure.in | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) (limited to 'libjava') diff --git a/libjava/ChangeLog b/libjava/ChangeLog index f145d6838a2..151269e8da1 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,5 +1,8 @@ 2000-01-17 Tom Tromey + * 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. diff --git a/libjava/configure b/libjava/configure index 9555540ff4c..da77a0b4409 100755 --- a/libjava/configure +++ b/libjava/configure @@ -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. diff --git a/libjava/configure.in b/libjava/configure.in index 1994d2e831b..7f60b8d3f90 100644 --- a/libjava/configure.in +++ b/libjava/configure.in @@ -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=. -- cgit v1.2.3