summaryrefslogtreecommitdiffabout
path: root/autogen.sh
Side-by-side diff
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 @@
WANT_AUTOMAKE=1.8
export WANT_AUTOMAKE
libtoolize -f \
-&& aclocal \
+&& aclocal -I aclocal.d \
&& autoheader \
&& automake -a \
&& autoconf \