summaryrefslogtreecommitdiffabout
path: root/autogen.sh
Unidiff
Diffstat (limited to 'autogen.sh') (more/less context) (show whitespace changes)
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index bf32a35..578206d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,7 +4,7 @@ if 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 \ 6 "$tool_libtoolize" -f \
7&& aclocal \ 7&& aclocal -I aclocal.d \
8&& autoheader \ 8&& autoheader \
9&& automake -a \ 9&& automake -a \
10&& autoconf \ 10&& autoconf \