diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-09-01 00:05:06 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-09-01 00:05:06 +0000 |
commit | 36e889afae8a4ac4a01474cf6ab09d1891674ebf (patch) | |
tree | 13b56b4b473cd9e6de89584df330e8688e7f98db | |
parent | 1bc37618f072fe33d4ba7d013918b64c0f25fcbc (diff) | |
download | gdb-36e889afae8a4ac4a01474cf6ab09d1891674ebf.zip gdb-36e889afae8a4ac4a01474cf6ab09d1891674ebf.tar.gz gdb-36e889afae8a4ac4a01474cf6ab09d1891674ebf.tar.bz2 |
autoconf bug fix -- config.status exit status should be 0
-rwxr-xr-x | gas/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/configure b/gas/configure index 6fb03dd..36f69bc 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} |