]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* configure.in: generate ltconfig and ltmain.sh before configuring
authorThomas Tanner <tanner@ffii.org>
Tue, 16 Nov 1999 15:20:50 +0000 (15:20 +0000)
committerThomas Tanner <tanner@gmx.de>
Tue, 16 Nov 1999 15:20:50 +0000 (15:20 +0000)
  libltdl

ChangeLog
configure.in

index 2b612d60b1d6aa45d0eb5d898ab8ef5dd0a6cc10..e4e66d11eff7838ff1eef98f3d8ea1e8e81ca811 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 7a131f7a9664e52f710610ada57e7a5175c515b5..e084d9c758897290dbbbbfc35a0437d58e046d5d 100644 (file)
@@ -72,6 +72,10 @@ done
 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: