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/configure | |
parent | 97d953bb76cb7c3c8d2765c262eee2bd10faa0a1 (diff) | |
download | gcc-4f5a5d5cdb423a22d0e1f993ba8c51773222c35a.zip gcc-4f5a5d5cdb423a22d0e1f993ba8c51773222c35a.tar.gz gcc-4f5a5d5cdb423a22d0e1f993ba8c51773222c35a.tar.bz2 |
configure: Rebuilt.
* configure: Rebuilt.
* configure.in: Fixed typo in AC_CONFIG_SUBDIRS call.
From-SVN: r31482
Diffstat (limited to 'libjava/configure')
-rwxr-xr-x | libjava/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/configure b/libjava/configure index 9555540..da77a0b 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. |