+1999-11-16 Thomas Tanner <tanner@ffii.org>
+
+ * configure.in: generate ltconfig and ltmain.sh before configuring
+ libltdl
+
1999-11-04 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* tests/sh.test: New test to detect uses of quotes within
AC_SUBST(ACINCLUDE_M4_LIST)
AC_SUBST(DIST_MAKEFILE_LIST)
+AC_OUTPUT_COMMANDS([
+ test -f ${saved_top_srcdir}/ltconfig || ${MAKE-make} ${saved_top_srcdir}/ltconfig
+ test -f ${saved_top_srcdir}/ltmain.sh || ${MAKE-make} ${saved_top_srcdir}/ltmain.sh
+], [saved_top_srcdir=${srcdir}])
AC_OUTPUT([Makefile doc/Makefile tests/Makefile])
# Local Variables: