From: Gary V. Vaughan Date: Mon, 10 Oct 2005 17:20:10 +0000 (+0000) Subject: * libltdl/m4/ltdl.m4 (LTDL_CONVENIENCE, LTDL_INSTALLABLE): Remove X-Git-Tag: release-2-1b~467 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db78393b630448c3e3f0fc8fd5495e3a478fb456;p=thirdparty%2Flibtool.git * libltdl/m4/ltdl.m4 (LTDL_CONVENIENCE, LTDL_INSTALLABLE): Remove AC_SUBST of LIBLTDL, LTDLINCL, and all mention of INCLTDL. (LT_WITH_LTDL): Due to order constraints between LTDL_CONVENIENCE, LTDL_INSTALLABLE, LT_WITH_LTDL & LTDL_INIT, we can safely AC_SUBST LIBLTDL and LTDLINCL here. Also, remember to synch INCLTDL. --- diff --git a/ChangeLog b/ChangeLog index 814e23c12..52ac60c86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-10-10 Gary V. Vaughan + + * libltdl/m4/ltdl.m4 (LTDL_CONVENIENCE, LTDL_INSTALLABLE): Remove + AC_SUBST of LIBLTDL, LTDLINCL, and all mention of INCLTDL. + (LT_WITH_LTDL): Due to order constraints between LTDL_CONVENIENCE, + LTDL_INSTALLABLE, LT_WITH_LTDL & LTDL_INIT, we can safely AC_SUBST + LIBLTDL and LTDLINCL here. Also, remember to synch INCLTDL. + 2005-10-10 Ralf Wildenhues * tests/stresstest.at [ aix3, beos, os2 ]: Always use diff --git a/libltdl/m4/ltdl.m4 b/libltdl/m4/ltdl.m4 index de4c655b9..a6063c5e6 100644 --- a/libltdl/m4/ltdl.m4 +++ b/libltdl/m4/ltdl.m4 @@ -63,13 +63,6 @@ case $enable_ltdl_convenience in esac LIBLTDL='${top_builddir}'"${lt_ltdl_dir+/$lt_ltdl_dir}/libltdlc.la" LTDLINCL='-I${top_srcdir}'"${lt_ltdl_dir+/$lt_ltdl_dir}" - -AC_SUBST([LIBLTDL]) -AC_SUBST([LTDLINCL]) - -# For backwards non-gettext consistent compatibility... -INCLTDL="$LTDLINCL" -AC_SUBST([INCLTDL]) ])# LTDL_CONVENIENCE # AC_LIBLTDL_CONVENIENCE accepted a directory argument in older libtools, @@ -119,13 +112,6 @@ else LIBLTDL="-lltdl" LTDLINCL= fi - -AC_SUBST([LIBLTDL]) -AC_SUBST([LTDLINCL]) - -# For backwards non-gettext consistent compatibility... -INCLTDL="$LTDLINCL" -AC_SUBST([INCLTDL]) ])# LTDL_INSTALLABLE # AC_LIBLTDL_INSTALLABLE accepted a directory argument in older libtools, @@ -198,6 +184,11 @@ AC_PROVIDE_IFELSE([LTDL_INIT], [], [LTDL_INIT AC_DEFUN([LTDL_INIT], [])]) + +AC_SUBST([LIBLTDL]) +AC_SUBST([LTDLINCL]) +dnl For backwards non-gettext consistent compatibility... +AC_SUBST([INCLTDL], ["$LTDLINCL"]) ])# LT_WITH_LTDL # Old name: