From ab706cf94ce3daad2e86e6b7f1ee30a3a8029152 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 2 Aug 2011 04:13:33 +0000 Subject: 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(+) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index b7397d4..00116ea 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 -- cgit v1.2.1