version 1.18, 2003/03/09 14:12:03 |
version 1.21, 2003/03/16 18:37:56 |
|
|
|
|
fi |
fi |
if test "${no_x}" != yes ; then |
if test "${no_x}" != yes ; then |
|
if test -f "${x_libraries}/libXpm.a" ; then |
|
XPMLIB="-lXpm" |
|
fi |
# Check whether --enable-plot or --disable-plot was given. |
# Check whether --enable-plot or --disable-plot was given. |
if test "${enable_plot+set}" = set; then |
if test "${enable_plot+set}" = set; then |
enableval="$enable_plot" |
enableval="$enable_plot" |
|
|
fi; |
fi; |
fi |
fi |
|
|
|
|
if test ${enable_plot:=no} != no ; then |
if test ${enable_plot:=no} != no ; then |
libasir_postfix=${libasir_postfix}_X |
libasir_postfix=${libasir_postfix}_X |
cat >>confdefs.h <<\_ACEOF |
cat >>confdefs.h <<\_ACEOF |
Line 4869 sparc_v9_obj="sparc-2.o asm5-2.o edr-2.o" |
|
Line 4873 sparc_v9_obj="sparc-2.o asm5-2.o edr-2.o" |
|
generic_obj=asmalpha.o |
generic_obj=asmalpha.o |
|
|
case "${host}" in |
case "${host}" in |
i[3-6]86-*-freebsd[3-9].*|i[3-6]86-*-linux*) |
i[3-6]86-*-freebsd[3-9].*) |
asm_obj="${i386_elf_obj}" |
asm_obj="${i386_elf_obj}" |
;; |
;; |
|
i[3-6]86-*-linux*|x86-*-linux*) |
|
asm_obj="${i386_elf_obj}" |
|
cat >>confdefs.h <<\_ACEOF |
|
#define BSD_SOURCE 1 |
|
_ACEOF |
|
|
|
;; |
*-*-cygwin*) |
*-*-cygwin*) |
asm_obj="${i386_aout_obj}" |
asm_obj="${i386_aout_obj}" |
;; |
;; |
Line 4893 powerpc-apple-darwin*) |
|
Line 4904 powerpc-apple-darwin*) |
|
_ACEOF |
_ACEOF |
|
|
;; |
;; |
|
arm*-*-linux*) |
|
asm_obj="${generic_obj}" |
|
if test "${ac_test_CFLAGS}" != set -a "${GCC}" = yes ; then |
|
CFLAGS="${CFLAGS} -fsigned-char" |
|
fi |
|
;; |
*) |
*) |
asm_obj="${generic_obj}" |
asm_obj="${generic_obj}" |
;; |
;; |
Line 5822 s,@X_LIBS@,$X_LIBS,;t t |
|
Line 5839 s,@X_LIBS@,$X_LIBS,;t t |
|
s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t |
s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t |
s,@PARIINC@,$PARIINC,;t t |
s,@PARIINC@,$PARIINC,;t t |
s,@PARILIB@,$PARILIB,;t t |
s,@PARILIB@,$PARILIB,;t t |
|
s,@XPMLIB@,$XPMLIB,;t t |
s,@USE_PLOT_TRUE@,$USE_PLOT_TRUE,;t t |
s,@USE_PLOT_TRUE@,$USE_PLOT_TRUE,;t t |
s,@USE_PLOT_FALSE@,$USE_PLOT_FALSE,;t t |
s,@USE_PLOT_FALSE@,$USE_PLOT_FALSE,;t t |
s,@FEPLIB@,$FEPLIB,;t t |
s,@FEPLIB@,$FEPLIB,;t t |