From 4c8cf822ddb3355dae6c4386dff46d629d4826e1 Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Thu, 19 Jul 2007 21:28:33 +0300 Subject: [PATCH] autogen.sh: Also remove autom4te.cache. To stop it from getting in elinks-*.tar.gz. --- autogen.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index f1e9f900..d87f884d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -21,7 +21,8 @@ echo timestamp > stamp-h.in echo autoconf... autoconf -echo config.cache... +echo config.cache, autom4te.cache... rm -f config.cache +rm -rf autom4te.cache echo done