From b66ea8300f7c8ef4bb9fb7995b6968dbb396ec72 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 26 Feb 2012 18:13:40 +0100 Subject: [PATCH] bootstrap: cleanup A bit of re-organisation in bootstrap. Signed-off-by: "Yann E. MORIN" --- bootstrap | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 0042020..b9dcbaf 100755 --- a/bootstrap +++ b/bootstrap @@ -14,7 +14,9 @@ printf "Running autoheader...\n" autoheader -Wall --force printf "Running automake...\n" -mkdir -p scripts automake --foreign --add-missing --copy -Wall --force +# Cleanup the mess... :-( +rm -rf autom4te.cache + printf "Done. You may now run:\n ./configure\n" -- 2.39.5