mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-06 05:20:26 +08:00
configure: Rebuilt.
* configure: Rebuilt. * configure.in: Fixed typo in AC_CONFIG_SUBDIRS call. From-SVN: r31482
This commit is contained in:
parent
97d953bb76
commit
4f5a5d5cdb
@ -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
4
libjava/configure
vendored
@ -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.
|
||||
|
@ -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=.
|
||||
|
Loading…
x
Reference in New Issue
Block a user