summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (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
@@ -9,5 +9,5 @@ fi
&& aclocal -I aclocal.d \
&& autoheader \
&& automake -a \
-&& autoconf \
+&& (autoconf || autoconf) \
&& ./configure "$@"