From: Thomas Tanner Date: Thu, 14 Jan 1999 09:33:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: automake_1-4~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52ea40640a773fb0049a9ef65d208271e5480cd0;p=thirdparty%2Flibtool.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index a9ecb6af4..8518eceeb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-01-14 Thomas Tanner + + * autogen: fake the libtool scripts to help fixing + the bootstrapping problem + 1999-01-13 Alexandre Oliva * mdemo/Makefile.am (../libltdl/libtool): mkdir and configure diff --git a/autogen b/autogen index 15a882cb5..e3b14c8f7 100644 --- a/autogen +++ b/autogen @@ -6,6 +6,10 @@ rm -f acinclude.m4 ln -s libtool.m4 acinclude.m4 +# fake the libtool scripts +touch ltconfig +touch ltmain.sh +touch libtoolize aclocal automake --gnits --add-missing autoconf @@ -19,5 +23,6 @@ for sub in demo depdemo libltdl mdemo cdemo; do autoconf cd .. done +rm -f ltconfig ltmain.sh libtoolize exit 0