summaryrefslogtreecommitdiffabout
path: root/autogen.sh
Unidiff
Diffstat (limited to 'autogen.sh') (more/less context) (ignore whitespace changes)
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index bfd0e8f..7e172bf 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2WANT_AUTOMAKE=1.8 2WANT_AUTOMAKE=1.8
3export WANT_AUTOMAKE 3export WANT_AUTOMAKE
4test -d aux || mkdir aux || ( echo "failed to create aux directory" ; exit 1 )
4aclocal \ 5aclocal \
5&& autoheader \ 6&& autoheader \
6&& automake -a \ 7&& automake -a \