config.status, if they do not exist. This fixes the bootstrap
problem reported by Erez Zadok <ezk@cs.columbia.edu>
+1999-03-10 Alexandre Oliva <oliva@dcc.unicamp.br>
+
+ * configure.in: create ltconfig and ltmain.sh at the end of
+ config.status, if they do not exist. This fixes the bootstrap
+ problem reported by Erez Zadok <ezk@cs.columbia.edu>
+
1999-03-10 Thomas Tanner <tanner@gmx.de>
* NEWS: sorted by importance
AC_SUBST(ACINCLUDE_M4_LIST)
AC_SUBST(DIST_MAKEFILE_LIST)
+AC_OUTPUT_COMMANDS([test -f ${top_srcdir}/ltconfig || ${MAKE-make} ${top_srcdir}/ltconfig])
+AC_OUTPUT_COMMANDS([test -f ${top_srcdir}/ltmain.sh || ${MAKE-make} ${top_srcdir}/ltmain.sh])
AC_OUTPUT([Makefile doc/Makefile tests/Makefile])
# Local Variables: