configure.in (AC_CONF_SUBDIRS): Use literal for ltdl directory to avoid autoconf...
authorBryce McKinlay <mckinlay@redhat.com>
Mon, 16 Aug 2004 18:59:57 +0000 (18:59 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Mon, 16 Aug 2004 18:59:57 +0000 (19:59 +0100)
2004-08-16  Bryce McKinlay  <mckinlay@redhat.com>

* configure.in (AC_CONF_SUBDIRS): Use literal for ltdl directory
to avoid autoconf warning.
* configure: Rebuilt.

From-SVN: r86072

libjava/ChangeLog
libjava/configure
libjava/configure.in

index 1a935bb8ff73bb71f638939cdc0aeb64290ec44b..4e93146c72cd3c34a283f0379e1766518e253713 100644 (file)
@@ -1,3 +1,9 @@
+2004-08-16  Bryce McKinlay  <mckinlay@redhat.com>
+
+       * configure.in (AC_CONF_SUBDIRS): Use literal for ltdl directory
+       to avoid autoconf warning.
+       * configure: Rebuilt.
+
 2004-08-14  Andreas Tobler  <a.tobler@schweiz.ch>
 
        * java/net/natInetAddressPosix.cc (lookup): Reflect rename of 
index 79926dd4737095c81d44f84e827108a066dded42..1e4b0d3f97e6b1e803c981fae6481eefc467ca06 100755 (executable)
@@ -272,7 +272,7 @@ PACKAGE_STRING=
 PACKAGE_BUGREPORT=
 
 ac_unique_file="java/lang/System.java"
-ac_subdirs_all="$ac_subdirs_all $DIRLTDL"
+ac_subdirs_all="$ac_subdirs_all libltdl"
 # Factoring default headers for most tests.
 ac_includes_default="\
 #include <stdio.h>
@@ -4881,7 +4881,7 @@ exec 5>>./config.log
 
 
 
-subdirs="$subdirs $DIRLTDL"
+subdirs="$subdirs libltdl"
 
 
 if test -z "$with_target_subdir" || test "$with_target_subdir" = "."; then
index fcc7094128ce5b8e818a2a4e544ae49a8504cac1..d291d075ff02c20fe0d49a9dc6cc25ed2198325b 100644 (file)
@@ -163,7 +163,7 @@ AC_SUBST(INCLTDL)
 AC_SUBST(LIBLTDL)
 AC_SUBST(DIRLTDL)
 AM_PROG_LIBTOOL
-AC_CONFIG_SUBDIRS($DIRLTDL)
+AC_CONFIG_SUBDIRS(libltdl)
 
 if test -z "$with_target_subdir" || test "$with_target_subdir" = "."; then
    COMPPATH=.