version 1.9, 2003/03/16 17:43:47 |
version 1.13, 2003/03/19 08:27:47 |
|
|
dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.8 2003/03/11 09:42:19 ohara Exp $ |
dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.12 2003/03/19 00:52:27 ohara Exp $ |
|
|
AC_INIT([LICENSE]) |
AC_INIT([LICENSE]) |
AC_PREREQ(2.53) |
AC_PREREQ(2.53) |
AM_INIT_AUTOMAKE(asir, 20030307) |
AM_INIT_AUTOMAKE(asir, 20030307) |
|
AM_MAINTAINER_MODE |
|
|
AC_CANONICAL_SYSTEM |
AC_CANONICAL_SYSTEM |
|
|
Line 33 if test "${ac_test_CFLAGS}" != set -a "${GCC}" = yes ; |
|
Line 34 if test "${ac_test_CFLAGS}" != set -a "${GCC}" = yes ; |
|
fi |
fi |
fi |
fi |
|
|
|
AC_ARG_ENABLE([gc-zeropage], |
|
[ --enable-gc-zeropage enable to avoid the kernel zeropage bug. [[no]]], |
|
[enable_gc_zeropage=yes],[enable_gc_zeropage=no]) |
|
|
|
if test "${enable_gc_zeropage:=no}" != no ; then |
|
USE_GC_ZEROPAGE="yes" |
|
fi |
|
AC_SUBST([USE_GC_ZEROPAGE]) |
|
|
libasir_postfix="" |
libasir_postfix="" |
AC_ARG_WITH([pari], |
AC_ARG_WITH([pari], |
[ --with-pari use the PARI library. [[no]]], |
[ --with-pari use the PARI library. [[no]]], |
|
|
AC_DEFINE([LONG_IS_32BIT]) |
AC_DEFINE([LONG_IS_32BIT]) |
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 |
AC_ARG_ENABLE([plot], |
AC_ARG_ENABLE([plot], |
[ --enable-plot enable plot feature. [[no]]], |
[ --enable-plot enable plot feature. [[no]]], |
[enable_plot=yes],[enable_plot=no]) |
[enable_plot=yes],[enable_plot=no]) |
fi |
fi |
|
AC_SUBST([XPMLIB]) |
|
|
if test ${enable_plot:=no} != no ; then |
if test ${enable_plot:=no} != no ; then |
libasir_postfix=${libasir_postfix}_X |
libasir_postfix=${libasir_postfix}_X |
Line 148 case "${host}" in |
|
Line 162 case "${host}" in |
|
;; |
;; |
[i[3-6]86-*-linux*]|x86-*-linux*) |
[i[3-6]86-*-linux*]|x86-*-linux*) |
asm_obj="${i386_elf_obj}" |
asm_obj="${i386_elf_obj}" |
AC_DEFINE([BSD_SOURCE]) |
AC_DEFINE([_BSD_SOURCE]) |
;; |
;; |
*-*-cygwin*) |
*-*-cygwin*) |
asm_obj="${i386_aout_obj}" |
asm_obj="${i386_aout_obj}" |