summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-18 05:33:35 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-18 05:33:35 +0000
commitc7aa351b84b7d1a5329a377e68cc52a9ae94d1c2 (patch)
treece72f08ddb2aa50071a2e2124231c627ee2f2d2b
parent87019dfb712ee46490599f03b698dfc4c69052b3 (diff)
downloadppe42-gcc-c7aa351b84b7d1a5329a377e68cc52a9ae94d1c2.tar.gz
ppe42-gcc-c7aa351b84b7d1a5329a377e68cc52a9ae94d1c2.zip
* 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
-rw-r--r--libjava/ChangeLog5
-rwxr-xr-xlibjava/configure4
-rw-r--r--libjava/configure.in2
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=.
OpenPOWER on IntegriCloud