*** empty log message ***
[dana/urxvt.git] / genac
diff --git a/genac b/genac
index b23cadf..5817320 100644 (file)
--- a/genac
+++ b/genac
@@ -1,5 +1,6 @@
-#!/bin/sh
-
-autoheader autoconf/configure.in >autoconf/config.h.in
-autoconf -I autoconf autoconf/configure.in >configure
+#! /bin/sh
 
+if autoheader && autoconf; then
+       rm -rf autom4te.cache
+       echo "Now run ./configure"
+fi