This commit is contained in:
Dave Goodwin 2006-05-17 17:43:53 +00:00
parent c8b253e240
commit d2c8924533
4 changed files with 6 additions and 5 deletions

View file

@ -821,6 +821,8 @@ HAVE_STRIPSYMBOLS='yes'
case $ac_sys_system in
SunOS* )
HAVE_STRIPSYMBOLS='no';;
Darwin* )
HAVE_STRIPSYMBOLS='no';;
esac
echo 'checking for a strip symbol command ... ' $HAVE_STRIPSYMBOLS
AC_SUBST(HAVE_STRIPSYMBOLS)

View file

@ -92,7 +92,7 @@ OFILES = $(MISC) $(POW) $(CX) $(DCX) $(REAL) $(DBL) $(INT) \
all: f2c.h signal1.h sysdep1.h $(F2C_LIB) $(F2C_H)
$(F2C_LIB): $(OFILES)
ar r $(F2C_LIB) $?
@ARCHIVE@ $(F2C_LIB) $?
ifeq ($(do_ranlib),1)
@RANLIB@ $(F2C_LIB)
endif

View file

@ -1,4 +1,3 @@
#define IEEE_MC68k
#define Arith_Kind_ASL 2
#define Double_Align
#define IEEE_8087
#define Arith_Kind_ASL 1
#define NANCHECK

View file

@ -243,7 +243,7 @@ ENABLE_TPX='y'
#
# See: http://www.llnl.gov/CASC/sundials
#
USE_SUNDIALS=${USE_SUNDIALS:='y'}
USE_SUNDIALS=${USE_SUNDIALS:='n'}
SUNDIALS_HOME=${SUNDIALS_HOME:=/usr/local/sundials}
#-----------------------------------------------------------------