diff --git a/iosbuild.sh b/iosbuild.sh index 888219f3..3dee936e 100755 --- a/iosbuild.sh +++ b/iosbuild.sh @@ -47,7 +47,17 @@ rm -rf ${TARGETDIR} mkdir -p ${BUILDDIR} mkdir -p ${TARGETDIR}/Headers/ -[[ -e ${SRCDIR}/configure ]] || (cd ${SRCDIR} && sh autogen.sh) +if [[ ! -e ${SRCDIR}/configure ]]; then + if ! (cd ${SRCDIR} && sh autogen.sh); then + cat <