From 98b8a37be835d50b71416acd6d285e1eb525b2a1 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sat, 26 Jan 2013 12:00:37 +0000 Subject: slightly reworked autotools introduced aux.d directory and prettified and improved autogen.bash to run from the build directory in case it differs from source. Signed-off-by: Michael Krelin --- (limited to 'autogen.bash') diff --git a/autogen.bash b/autogen.bash new file mode 100644 index 0000000..a798fad --- a/dev/null +++ b/autogen.bash @@ -0,0 +1,9 @@ +#!/bin/bash +( cd "$(dirname "$0")" \ +&& mkdir -p aux.d \ +&& aclocal \ +&& autoheader \ +&& automake -a \ +&& autoconf \ +&& "$(dirname "$0")"/configure "$@" \ +) -- cgit v0.9.0.2