-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,10 +4,10 @@ if test -z "$tool_libtoolize" ; then echo "Failed to find libtoolize." ; exit 1; 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 "$@" |