From bd4c671f0a842309d17eb4579847b6fd1169ce5f Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Mon, 21 Dec 2009 22:54:02 +0000 Subject: auto(re)gen.(ba)sh: renamed scripts to .bash for this is what they are Signed-off-by: Michael Krelin --- (limited to 'autogen.bash') diff --git a/autogen.bash b/autogen.bash new file mode 100755 index 0000000..691173c --- a/dev/null +++ b/autogen.bash @@ -0,0 +1,13 @@ +#!/bin/sh +tool_libtoolize="$(type -P glibtoolize || type -P libtoolize)" +if test -z "$tool_libtoolize" ; then + echo "Failed to find libtoolize." ; exit 1; +fi + (test -d aux.d || mkdir aux.d) \ +&& (test -d aclocal.d || mkdir aclocal.d) \ +&& "$tool_libtoolize" -f \ +&& aclocal -I aclocal.d \ +&& autoheader \ +&& automake -a \ +&& (autoconf || autoconf) \ +&& ./configure "$@" -- cgit v0.9.0.2