summaryrefslogtreecommitdiffabout
path: root/autogen.sh
Unidiff
Diffstat (limited to 'autogen.sh') (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 10a07ae..3b0e3f8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,3 +5,4 @@ if test -z "$tool_libtoolize" ; then
5fi 5fi
6test -d aux.d || mkdir aux.d \ 6 (test -d aux.d || mkdir aux.d) \
7&& (test -d aclocal.d || mkdir aclocal.d) \
7&& "$tool_libtoolize" -f \ 8&& "$tool_libtoolize" -f \