summaryrefslogtreecommitdiffabout
path: root/autogen.sh
Unidiff
Diffstat (limited to 'autogen.sh') (more/less context) (ignore whitespace changes)
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index ba27501..52b32cc 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,7 +2,7 @@
2WANT_AUTOMAKE=1.8 2WANT_AUTOMAKE=1.8
3export WANT_AUTOMAKE 3export WANT_AUTOMAKE
4libtoolize -f \ 4libtoolize -f \
5&& aclocal \ 5&& aclocal -I aclocal.d \
6&& autoheader \ 6&& autoheader \
7&& automake -a \ 7&& automake -a \
8&& autoconf \ 8&& autoconf \