summaryrefslogtreecommitdiff
path: root/reconf
diff options
context:
space:
mode:
Diffstat (limited to 'reconf')
-rwxr-xr-xreconf11
1 files changed, 11 insertions, 0 deletions
diff --git a/reconf b/reconf
new file mode 100755
index 0000000..3976e3e
--- /dev/null
+++ b/reconf
@@ -0,0 +1,11 @@
+#!/bin/sh
+rm -f config.cache
+echo "- aclocal."
+aclocal
+echo "- autoconf."
+autoconf
+echo "- autoheader."
+autoheader
+echo "- automake."
+automake -a
+exit