summaryrefslogtreecommitdiffabout
Unidiff
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 @@
1#!/bin/sh 1#!/bin/sh
2test -d aux.d || mkdir aux.d 2test -d aux.d || mkdir aux.d
3 aclocal \ 3 libtoolize -f \
4&& aclocal \
4&& autoheader \ 5&& autoheader \
5&& automake -a \ 6&& automake -a \
6&& autoconf \ 7&& autoconf \