fix bootstrap.sh OK message printing upon error condition

git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/trunk@33 4c5cb64f-9889-4596-9799-84b02dc3effa
This commit is contained in:
Jeff Ahrenholz 2009-10-05 15:02:42 +00:00
parent 5cd14cab2e
commit 78e25d54f2
1 changed files with 3 additions and 4 deletions

View File

@ -36,8 +36,7 @@ fi;
echo "Running aclocal..." && aclocal $EXTRA_INC \
&& $LIBTOOLIZE_MSG && $LIBTOOLIZE \
&& echo "Running automake..." && automake --add-missing --copy --foreign \
&& echo "Running autoconf..." && autoconf
echo ""
echo "You are now ready to run \"./configure\"$CONFOPTS."
&& echo "Running autoconf..." && autoconf \
&& echo "" \
&& echo "You are now ready to run \"./configure\"$CONFOPTS."