From 62454bbcea59b2574ac6c8c0fd6db8f94636e7f5 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Tue, 31 Oct 2000 23:30:59 +0000 Subject: [PATCH] * bootstrap: rm Makefiles to prevent infinite loop during configure when libtool.m4 is newer than Makefile. --- ChangeLog | 5 +++++ bootstrap | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index dfb19555d..51b74cc8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-10-31 Gary V. Vaughan + + * bootstrap: rm Makefiles to prevent infinite loop during + configure when libtool.m4 is newer than Makefile. + 2000-10-31 Akim Demaille * libtool.m4: Adjust the copyright notice. diff --git a/bootstrap b/bootstrap index 6a38f717a..97185003b 100755 --- a/bootstrap +++ b/bootstrap @@ -17,7 +17,7 @@ autoconf for sub in libltdl demo depdemo mdemo cdemo; do cd $sub - rm -f acinclude.m4 + rm -f acinclude.m4 Makefile cat ../libtool.m4 > acinclude.m4 test "$sub" = libltdl && cat ../ltdl.m4 >> acinclude.m4 aclocal @@ -27,6 +27,6 @@ for sub in libltdl demo depdemo mdemo cdemo; do cd .. done -rm -f ltmain.sh ltconfig libtoolize +rm -f ltmain.sh ltconfig libtoolize Makefile exit 0 -- 2.47.3