From fa93222df0f10c3c8d715ab87cf104f0f6160956 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 2 Aug 2011 04:13:33 +0000 Subject: [PATCH] that's it - remove autom4te.cache dirs again... - keep having to many problems about it storing invalid config when the same build trees are shared between multiple architectures and machines. :( better we build right than build fast. SVN revision: 61974 --- autogen.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autogen.sh b/autogen.sh index 60fd3f0..b814903 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,8 @@ #!/bin/sh +rm -rf autom4te.cache +rm -f aclocal.m4 ltmain.sh + touch README touch ABOUT-NLS