[BACK]Return to configure CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000

Diff for /OpenXM_contrib2/asir2000/configure between version 1.27 and 1.30

version 1.27, 2004/01/25 11:54:09 version 1.30, 2004/06/25 09:37:19
Line 4129  if test "${ac_test_CFLAGS}" != set -a "${GCC}" = yes ;
Line 4129  if test "${ac_test_CFLAGS}" != set -a "${GCC}" = yes ;
     else      else
         CFLAGS="-O"          CFLAGS="-O"
     fi      fi
   elif test `basename ./"${CC}"` = "icc" ; then
       CFLAGS="-g -O"
 fi  fi
   
 # Check whether --enable-gc-zeropage or --disable-gc-zeropage was given.  # Check whether --enable-gc-zeropage or --disable-gc-zeropage was given.
Line 4908  fi
Line 4910  fi
 i386_elf_obj=asmi_l.o  i386_elf_obj=asmi_l.o
 i386_aout_obj=asmi.o  i386_aout_obj=asmi.o
 sparc_v8_obj="sparc-2.o asm4-2.o edr-2.o"  sparc_v8_obj="sparc-2.o asm4-2.o edr-2.o"
 sparc_v9_obj="sparc-2.o asm5-2.o edr-2.o"  sparc_v9_obj=asmalpha.o
 generic_obj=asmalpha.o  generic_obj=asmalpha.o
   
 case "${host}" in  case "${host}" in
Line 4926  _ACEOF
Line 4928  _ACEOF
     asm_obj="${i386_aout_obj}"      asm_obj="${i386_aout_obj}"
     ;;      ;;
 i[3-6]86-*-interix*)  i[3-6]86-*-interix*)
     asm_obj="${generic_obj}"      asm_obj="${i386_aout_obj}"
       USE_GC_INTERIX="yes"
   
     cat >>confdefs.h <<\_ACEOF      cat >>confdefs.h <<\_ACEOF
 #define _ALL_SOURCE 1  #define _ALL_SOURCE 1
 _ACEOF  _ACEOF
Line 5897  s,@MPIINC@,$MPIINC,;t t
Line 5901  s,@MPIINC@,$MPIINC,;t t
 s,@MPILIB@,$MPILIB,;t t  s,@MPILIB@,$MPILIB,;t t
 s,@LAPACKLIB@,$LAPACKLIB,;t t  s,@LAPACKLIB@,$LAPACKLIB,;t t
 s,@libasir_postfix@,$libasir_postfix,;t t  s,@libasir_postfix@,$libasir_postfix,;t t
   s,@USE_GC_INTERIX@,$USE_GC_INTERIX,;t t
 s,@asm_obj@,$asm_obj,;t t  s,@asm_obj@,$asm_obj,;t t
 CEOF  CEOF
   

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.30

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>