e/autogen.sh: fix exit status when using NOCONFIGURE

Patch from obiwahn on IRC. Thanks!

SVN revision: 79174
devs/princeamd/enlightenment-0.17-elive
Stefan Schmidt 11 years ago
parent 62004a922e
commit a7eb22f38f
  1. 3
      autogen.sh

@ -3,8 +3,9 @@
rm -rf autom4te.cache
rm -f aclocal.m4 ltmain.sh config.cache
autoreconf --symlink --install
autoreconf --symlink --install || exit 1
if [ -z "$NOCONFIGURE" ]; then
exec ./configure -C "$@"
fi
exit 0

Loading…
Cancel
Save