OSDN Git Service

* configure: Rebuilt.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Jan 2000 05:33:35 +0000 (05:33 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Jan 2000 05:33:35 +0000 (05:33 +0000)
* 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
libjava/configure
libjava/configure.in

index f145d68..151269e 100644 (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.
index 9555540..da77a0b 100755 (executable)
@@ -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.
index 1994d2e..7f60b8d 100644 (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=.