From 10005137cb0511a7792fd4686e39b206f99fb8e0 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 5 Oct 2010 08:36:38 +0200 Subject: Autotoolize. --- lib/autogen.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lib/autogen.sh (limited to 'lib/autogen.sh') 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 -- cgit v1.1