+2000-01-13 Gary V. Vaughan <gary@oranda.demon.co.uk>
+
+ * libtool.m4 (AC_LIBLTDL_CONVENIENCE): Add -I${top_srcdir}/libltdl
+ to default INCLTDL for VPATH.
+ (AC_LIBLTDL_INSTALLABLE): ditto.
+ Reported by Tom Tromey <tromey@cygnus.com>
+
2000-01-12 Thomas Tanner <tanner@ffii.org>
* update all copyright notices to 2000
ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
esac
LIBLTDL=ifelse($#,1,$1,['${top_builddir}/libltdl'])/libltdlc.la
- INCLTDL=ifelse($#,1,-I$1,['-I${top_builddir}/libltdl'])
+ INCLTDL=ifelse($#,1,-I$1,
+ ['-I${top_builddir}/libltdl -I${top_srcdir}/libltdl'])
])
# AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
if test x"$enable_ltdl_install" = x"yes"; then
ac_configure_args="$ac_configure_args --enable-ltdl-install"
LIBLTDL=ifelse($#,1,$1,['${top_builddir}/libltdl'])/libltdl.la
- INCLTDL=ifelse($#,1,-I$1,['-I${top_builddir}/libltdl'])
+ INCLTDL=ifelse($#,1,-I$1,
+ ['-I${top_builddir}/libltdl -I${top_srcdir}/libltdl'])
else
ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
LIBLTDL="-lltdl"