From 51fde16666a3402959cab77cd0313c9ff4b4c66a Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Wed, 22 Nov 2006 04:35:56 +0000 Subject: forgot to add this svn:r272 --- autogen.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 autogen.sh (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh new file mode 100644 index 00000000..5c04a217 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,10 @@ +#!/bin/sh +LIBTOOLIZE=libtoolize +if [ "$(uname)" == "Darwin" ] ; then + LIBTOOLIZE=glibtoolize +fi +aclocal && \ + autoheader && \ + $LIBTOOLIZE && \ + autoconf && \ + automake --add-missing --copy -- cgit v1.2.1