summaryrefslogtreecommitdiff
path: root/lib/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/autogen.sh')
-rw-r--r--lib/autogen.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/autogen.sh b/lib/autogen.sh
deleted file mode 100644
index d9cee9d..0000000
--- a/lib/autogen.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#! /bin/sh
-
-[ -d m4 ] || mkdir m4
-[ -d build-aux ] || mkdir build-aux
-
-if [ -x "`which autoreconf 2>/dev/null`" ] ; then
- exec autoreconf -ivf
-fi
-
-aclocal -I m4 && \
- autoheader && \
- libtoolize --automake -c && \
- autoconf && \
- automake --add-missing --copy