summaryrefslogtreecommitdiffabout
Unidiff
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
9&& aclocal -I aclocal.d \ 9&& aclocal -I aclocal.d \
10&& autoheader \ 10&& autoheader \
11&& automake -a \ 11&& automake -a \
12&& autoconf \ 12&& (autoconf || autoconf) \
13&& ./configure "$@" 13&& ./configure "$@"