]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* configure.in: create ltconfig and ltmain.sh at the end of
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Wed, 10 Mar 1999 18:12:02 +0000 (18:12 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 10 Mar 1999 18:12:02 +0000 (18:12 +0000)
config.status, if they do not exist.  This fixes the bootstrap
problem reported by Erez Zadok <ezk@cs.columbia.edu>

ChangeLog
configure.in

index f3a50d4c5879650280e3643b7abbd8c69c62881f..83ed7cdbbcecd7f8612be9805833cc082f139736 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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
index 04347905ed59091230afe77ab8e42ff884da00ef..297db27c37491aed554608c92949cc39fbdff819 100644 (file)
@@ -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: