summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 000000000..90c840a10
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+# "autoreconf -f" will clobber our INSTALL file with a generic one if we
+# don't move it out of the way
+
+mv -f INSTALL INSTALL.$$.tmp
+
+autoreconf -v -f -i -W all
+
+rm -f INSTALL
+mv -f INSTALL.$$.tmp INSTALL
+
+rm -rf autom4te.cache