lets remove cache files on autogen.
authorCarsten Haitzler <raster@rasterman.com>
Mon, 12 Nov 2012 14:44:30 +0000 (14:44 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Mon, 12 Nov 2012 14:44:30 +0000 (14:44 +0000)
SVN revision: 79166

autogen.sh

index 63a5383..d265ba5 100755 (executable)
@@ -1,10 +1,10 @@
 #!/bin/sh
 
 rm -rf autom4te.cache
-rm -f aclocal.m4 ltmain.sh
+rm -f aclocal.m4 ltmain.sh config.cache
 
 autoreconf -vif
 
 if [ -z "$NOCONFIGURE" ]; then
-       ./configure -C "$@"
+  exec ./configure -C "$@"
 fi