summaryrefslogtreecommitdiffabout
path: root/autogen.sh
Side-by-side diff
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 @@
#!/bin/sh
WANT_AUTOMAKE=1.8
export WANT_AUTOMAKE
+test -d aux || mkdir aux || ( echo "failed to create aux directory" ; exit 1 )
aclocal \
&& autoheader \
&& automake -a \