From: Bryce McKinlay Date: Mon, 16 Aug 2004 18:59:57 +0000 (+0000) Subject: configure.in (AC_CONF_SUBDIRS): Use literal for ltdl directory to avoid autoconf... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7614fd2824b7c7479f4f03fabbd2f8d04abbd057;p=gcc.git configure.in (AC_CONF_SUBDIRS): Use literal for ltdl directory to avoid autoconf warning. 2004-08-16 Bryce McKinlay * configure.in (AC_CONF_SUBDIRS): Use literal for ltdl directory to avoid autoconf warning. * configure: Rebuilt. From-SVN: r86072 --- diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 1a935bb8ff7..4e93146c72c 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,9 @@ +2004-08-16 Bryce McKinlay + + * configure.in (AC_CONF_SUBDIRS): Use literal for ltdl directory + to avoid autoconf warning. + * configure: Rebuilt. + 2004-08-14 Andreas Tobler * java/net/natInetAddressPosix.cc (lookup): Reflect rename of diff --git a/libjava/configure b/libjava/configure index 79926dd4737..1e4b0d3f97e 100755 --- a/libjava/configure +++ b/libjava/configure @@ -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 @@ -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 diff --git a/libjava/configure.in b/libjava/configure.in index fcc7094128c..d291d075ff0 100644 --- a/libjava/configure.in +++ b/libjava/configure.in @@ -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=.