| version 1.23, 2003/03/19 00:52:26 |
version 1.28, 2004/02/27 18:32:21 |
| Line 4791 cat >>confdefs.h <<_ACEOF |
|
| Line 4791 cat >>confdefs.h <<_ACEOF |
|
| _ACEOF |
_ACEOF |
| |
|
| |
|
| if test SIZEOF_LONG = 8; then |
if test "${ac_cv_sizeof_long}" = 8; then |
| cat >>confdefs.h <<\_ACEOF |
cat >>confdefs.h <<\_ACEOF |
| #define LONG_IS_64BIT 1 |
#define LONG_IS_64BIT 1 |
| _ACEOF |
_ACEOF |
|
|
| |
|
| fi |
fi |
| if test "${no_x}" != yes ; then |
if test "${no_x}" != yes ; then |
| if test -f "${x_libraries}/libXpm.a" ; then |
if test -f "${x_libraries}/libXpm.a" -o -f "${x_libraries}/libXpm.dll.a" ; then |
| XPMLIB="-lXpm" |
XPMLIB="-lXpm" |
| fi |
fi |
| # Check whether --enable-plot or --disable-plot was given. |
# Check whether --enable-plot or --disable-plot was given. |
| Line 4918 i[3-6]86-*-freebsd[3-9].*) |
|
| Line 4918 i[3-6]86-*-freebsd[3-9].*) |
|
| i[3-6]86-*-linux*|x86-*-linux*) |
i[3-6]86-*-linux*|x86-*-linux*) |
| asm_obj="${i386_elf_obj}" |
asm_obj="${i386_elf_obj}" |
| cat >>confdefs.h <<\_ACEOF |
cat >>confdefs.h <<\_ACEOF |
| #define BSD_SOURCE 1 |
#define _BSD_SOURCE 1 |
| _ACEOF |
_ACEOF |
| |
|
| ;; |
;; |
| *-*-cygwin*) |
*-*-cygwin*) |
| asm_obj="${i386_aout_obj}" |
asm_obj="${i386_aout_obj}" |
| ;; |
;; |
| |
i[3-6]86-*-interix*) |
| |
asm_obj="${i386_aout_obj}" |
| |
USE_GC_INTERIX="yes" |
| |
|
| |
cat >>confdefs.h <<\_ACEOF |
| |
#define _ALL_SOURCE 1 |
| |
_ACEOF |
| |
|
| |
;; |
| sparc-sun-solaris2.*) |
sparc-sun-solaris2.*) |
| case "`uname -m`" in |
case "`uname -m`" in |
| sun4[dm]) asm_obj="${sparc_v8_obj}" ;; |
sun4[dm]) asm_obj="${sparc_v8_obj}" ;; |
| Line 5890 s,@MPIINC@,$MPIINC,;t t |
|
| Line 5899 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 |
| |
|