From b07baf719cecc331b1b27cf80681edcae239be7d Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Wed, 10 Mar 1999 18:12:02 +0000 Subject: [PATCH] * 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 --- ChangeLog | 6 ++++++ configure.in | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index f3a50d4c5..83ed7cdbb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-03-10 Alexandre Oliva + + * 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 + 1999-03-10 Thomas Tanner * NEWS: sorted by importance diff --git a/configure.in b/configure.in index 04347905e..297db27c3 100644 --- a/configure.in +++ b/configure.in @@ -68,6 +68,8 @@ done 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: -- 2.47.3