From: Alexandre Oliva Date: Wed, 10 Mar 1999 18:12:02 +0000 (+0000) Subject: * configure.in: create ltconfig and ltmain.sh at the end of X-Git-Tag: release-1-2f~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b07baf719cecc331b1b27cf80681edcae239be7d;p=thirdparty%2Flibtool.git * 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 --- 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: