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