summaryrefslogtreecommitdiffabout
path: root/autogen.sh
Side-by-side diff
Diffstat (limited to 'autogen.sh') (more/less context) (ignore whitespace changes)
-rw-r--r--autogen.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100644
index 86d2d88..0000000
--- a/autogen.sh
+++ b/dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-WANT_AUTOMAKE=1.8
-export WANT_AUTOMAKE
- aclocal \
-&& autoheader \
-&& automake -a \
-&& autoconf \
-&& ./configure "$@"