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