Author: jfrederic.clere(a)jboss.com
Date: 2008-04-22 11:39:37 -0400 (Tue, 22 Apr 2008)
New Revision: 1553
Added:
sandbox/httpd_filters/buildconf
Log:
Just a forgotten file.
Added: sandbox/httpd_filters/buildconf
===================================================================
--- sandbox/httpd_filters/buildconf (rev 0)
+++ sandbox/httpd_filters/buildconf 2008-04-22 15:39:37 UTC (rev 1553)
@@ -0,0 +1,11 @@
+# Remove aclocal.m4 as it'll break some builds...
+rm -rf aclocal.m4 autom4te*.cache
+
+echo "Creating configure ..."
+### do some work to toss config.cache?
+if ${AUTOCONF:-autoconf}; then
+ :
+else
+ echo "autoconf failed"
+ exit 1
+fi
Show replies by date