summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755
index 82cc273..0000000
--- a/autogen.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-if [ ! -d m4 ]; then mkdir m4; fi
-aclocal -I m4 || exit 1
-libtoolize || exit 1
-autoheader || exit 1
-automake --add-missing || exit 1
-autoconf || exit 1
-echo
-echo Executing ./configure $@
-echo
-./configure "$@"