summaryrefslogtreecommitdiffstats
path: root/replace/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'replace/autogen.sh')
-rwxr-xr-xreplace/autogen.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/replace/autogen.sh b/replace/autogen.sh
deleted file mode 100755
index d46a4279f..000000000
--- a/replace/autogen.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-rm -rf autom4te.cache
-rm -f configure config.h.in
-
-autoheader || exit 1
-autoconf || exit 1
-
-rm -rf autom4te.cache
-
-echo "Now run ./configure and then make."
-exit 0
-