summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--autogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index c3313be..0e2c825 100644
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,7 @@
#!/bin/sh
test -d aux.d || mkdir aux.d
- aclocal \
+ libtoolize -f \
+&& aclocal \
&& autoheader \
&& automake -a \
&& autoconf \