********>Bugfix 39:
Authors: Dave Case and Scott Brozell (reported by Joe Nolan)
Date: 02/28/2005
Programs: xleap
Description: the configure sparc and SunOS compiler/architectures do not
produce a functional xleap because the m4 macro processor
push-back buffer is too small.
Fix: apply the following patch to amber8/src/configure
------------------------------------------------------------------------------
*** configure 21 Apr 2004 18:38:41 -0000 1.226
--- configure 2 Mar 2005 07:19:15 -0000
***************
*** 913,918 ****
--- 913,919 ----
loadcc="$cc $static_flag"
cflags="$cflags -DSYSV "
freeformat_flag='-free'
+ m4='m4 -B50000'
loadptraj="$load"
;;
------------------------------------------------------------------------------
Temporary workarounds: use tleap.