diff options
author | Tom Tromey <tromey@cygnus.com> | 2000-01-18 05:33:35 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2000-01-18 05:33:35 +0000 |
commit | 4f5a5d5cdb423a22d0e1f993ba8c51773222c35a (patch) | |
tree | ce72f08ddb2aa50071a2e2124231c627ee2f2d2b /libjava | |
parent | 97d953bb76cb7c3c8d2765c262eee2bd10faa0a1 (diff) | |
download | gcc-4f5a5d5cdb423a22d0e1f993ba8c51773222c35a.tar.gz |
configure: Rebuilt.
* configure: Rebuilt.
* configure.in: Fixed typo in AC_CONFIG_SUBDIRS call.
From-SVN: r31482
Diffstat (limited to 'libjava')
-rw-r--r-- | libjava/ChangeLog | 5 | ||||
-rwxr-xr-x | libjava/configure | 4 | ||||
-rw-r--r-- | libjava/configure.in | 2 |
3 files changed, 7 insertions, 4 deletions
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 <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. 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=. |