autogen.sh: set -e separately, rather than putting -e in the shebang line Otherwise, if someone uses "sh autogen.sh", the -e will get ignored.