summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 578206d..10a07ae 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,7 +3,8 @@ tool_libtoolize="$(type -P glibtoolize || type -P libtoolize)"
3if test -z "$tool_libtoolize" ; then 3if test -z "$tool_libtoolize" ; then
4 echo "Failed to find libtoolize." ; exit 1; 4 echo "Failed to find libtoolize." ; exit 1;
5fi 5fi
6 "$tool_libtoolize" -f \ 6test -d aux.d || mkdir aux.d \
7&& "$tool_libtoolize" -f \
7&& aclocal -I aclocal.d \ 8&& aclocal -I aclocal.d \
8&& autoheader \ 9&& autoheader \
9&& automake -a \ 10&& automake -a \