summaryrefslogtreecommitdiffabout
path: root/autogen.sh
Side-by-side diff
Diffstat (limited to 'autogen.sh') (more/less context) (ignore whitespace changes)
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 3b0e3f8..691173c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,8 +6,8 @@ fi
(test -d aux.d || mkdir aux.d) \
&& (test -d aclocal.d || mkdir aclocal.d) \
&& "$tool_libtoolize" -f \
&& aclocal -I aclocal.d \
&& autoheader \
&& automake -a \
-&& autoconf \
+&& (autoconf || autoconf) \
&& ./configure "$@"