Commit 7614fd28 by Bryce McKinlay Committed by Bryce McKinlay

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

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
parent 13b040f1
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> 2004-08-14 Andreas Tobler <a.tobler@schweiz.ch>
* java/net/natInetAddressPosix.cc (lookup): Reflect rename of * java/net/natInetAddressPosix.cc (lookup): Reflect rename of
......
...@@ -272,7 +272,7 @@ PACKAGE_STRING= ...@@ -272,7 +272,7 @@ PACKAGE_STRING=
PACKAGE_BUGREPORT= PACKAGE_BUGREPORT=
ac_unique_file="java/lang/System.java" 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. # Factoring default headers for most tests.
ac_includes_default="\ ac_includes_default="\
#include <stdio.h> #include <stdio.h>
...@@ -4881,7 +4881,7 @@ exec 5>>./config.log ...@@ -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 if test -z "$with_target_subdir" || test "$with_target_subdir" = "."; then
......
...@@ -163,7 +163,7 @@ AC_SUBST(INCLTDL) ...@@ -163,7 +163,7 @@ AC_SUBST(INCLTDL)
AC_SUBST(LIBLTDL) AC_SUBST(LIBLTDL)
AC_SUBST(DIRLTDL) AC_SUBST(DIRLTDL)
AM_PROG_LIBTOOL AM_PROG_LIBTOOL
AC_CONFIG_SUBDIRS($DIRLTDL) AC_CONFIG_SUBDIRS(libltdl)
if test -z "$with_target_subdir" || test "$with_target_subdir" = "."; then if test -z "$with_target_subdir" || test "$with_target_subdir" = "."; then
COMPPATH=. COMPPATH=.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment