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 @@
1#!/bin/sh
2if [ ! -d m4 ]; then mkdir m4; fi
3aclocal -I m4 || exit 1
4libtoolize || exit 1
5autoheader || exit 1
6automake --add-missing || exit 1
7autoconf || exit 1
8echo
9echo Executing ./configure $@
10echo
11./configure "$@"