summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 578206d..10a07ae 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,3 +5,4 @@ if test -z "$tool_libtoolize" ; then
fi
- "$tool_libtoolize" -f \
+test -d aux.d || mkdir aux.d \
+&& "$tool_libtoolize" -f \
&& aclocal -I aclocal.d \