From 36e889afae8a4ac4a01474cf6ab09d1891674ebf Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 1 Sep 1994 00:05:06 +0000 Subject: [PATCH] autoconf bug fix -- config.status exit status should be 0 --- gas/configure | 1 + 1 file changed, 1 insertion(+) 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}