From: Ken Raeburn Date: Thu, 1 Sep 1994 00:05:06 +0000 (+0000) Subject: autoconf bug fix -- config.status exit status should be 0 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=36e889afae8a4ac4a01474cf6ab09d1891674ebf;p=binutils-gdb.git autoconf bug fix -- config.status exit status should be 0 --- diff --git a/gas/configure b/gas/configure index 6fb03dd2998..36f69bc4b2d 100755 --- a/gas/configure +++ b/gas/configure @@ -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}