From: Thomas Tanner Date: Tue, 16 Nov 1999 15:20:50 +0000 (+0000) Subject: * configure.in: generate ltconfig and ltmain.sh before configuring X-Git-Tag: multi-language-fork~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=42e7f9317b060fe31e80f1c419ea74f2bfc1b692;p=thirdparty%2Flibtool.git * configure.in: generate ltconfig and ltmain.sh before configuring libltdl --- diff --git a/ChangeLog b/ChangeLog index 2b612d60b..e4e66d11e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-11-16 Thomas Tanner + + * configure.in: generate ltconfig and ltmain.sh before configuring + libltdl + 1999-11-04 Alexandre Oliva * tests/sh.test: New test to detect uses of quotes within diff --git a/configure.in b/configure.in index 7a131f7a9..e084d9c75 100644 --- a/configure.in +++ b/configure.in @@ -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: