autoconf bug fix -- config.status exit status should be 0

This commit is contained in:
Ken Raeburn
1994-09-01 00:05:06 +00:00
parent 1bc37618f0
commit 36e889afae

1
gas/configure vendored
View File

@ -1801,6 +1801,7 @@ while test -n "${ac_files}"; do
fi
done
exit 0
EOF
chmod +x ${CONFIG_STATUS}
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} ${CONFIG_STATUS}