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 Gary V. Vaughan <gary@gnu.org>
+
+ * 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 <Ralf.Wildenhues@gmx.de>
* tests/stresstest.at [ aix3, beos, os2 ]: Always use
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,
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,
[],
[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: