From 2ec46a08a52dc53056af5abed438b348811c95eb Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Fri, 30 Jul 2004 15:46:01 +0000 Subject: [PATCH] * boostrap: + Remove the autotools directory and recreate it (forgot to commit that file before). --- bootstrap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 6fe1f89e08..f30d3c2b68 100755 --- a/bootstrap +++ b/bootstrap @@ -347,7 +347,8 @@ rm -Rf autom4te.cache # remove old autotools extra cruft rm -f config.guess config.sub missing mkinstalldirs compile depcomp install-sh # remove new autotools extra cruft -(cd autotools && rm -f config.guess config.sub missing mkinstalldirs compile depcomp install-sh) +rm -Rf autotools +mkdir autotools # remove libtool cruft rm -f ltmain.sh libtool ltconfig # remove gettext cruft