version 1.46, 2009/02/13 13:24:16 |
version 1.50, 2009/03/27 14:42:29 |
|
|
fi |
fi |
|
|
|
|
cat >>confdefs.h <<\_ACEOF |
|
#define HMEXT 1 |
|
_ACEOF |
|
|
|
|
|
# Check whether --enable-shared was given. |
# Check whether --enable-shared was given. |
if test "${enable_shared+set}" = set; then |
if test "${enable_shared+set}" = set; then |
enableval=$enable_shared; enable_shared=yes |
enableval=$enable_shared; enable_shared=yes |
|
|
_ACEOF |
_ACEOF |
|
|
fi |
fi |
GC_CONFIGURE_ARGS=--disable-threads |
GC_CONFIGURE_ARGS="--disable-threads --enable-large-config" |
if test -n "${host_alias}" ; then |
if test -n "${host_alias}" ; then |
GC_CONFIGURE_ARGS="--host=${host_alias} ${GC_CONFIGURE_ARGS}" |
GC_CONFIGURE_ARGS="--host=${host_alias} ${GC_CONFIGURE_ARGS}" |
fi |
fi |
|
|
if test ${with_gc7:=no} != no; then |
if test ${with_gc7:=no} != no; then |
case "${with_gc7}" in |
case "${with_gc7}" in |
7*) GC_VERSION=${with_gc7} ;; |
7*) GC_VERSION=${with_gc7} ;; |
*) GC_VERSION=7.0 ;; |
*) GC_VERSION=7.1 ;; |
esac |
esac |
GC=gc-${GC_VERSION} |
GC=gc-${GC_VERSION} |
cat >>confdefs.h <<\_ACEOF |
cat >>confdefs.h <<\_ACEOF |
|
|
|
|
|
|
if test ${with_pari:=no} != no ; then |
if test ${with_pari:=no} != no ; then |
if test "${with_pari}" = new -o "${with_pari}" = 2.3 ; then |
|
cat >>confdefs.h <<\_ACEOF |
|
#define PARI23 1 |
|
_ACEOF |
|
|
|
fi |
|
libasir_postfix=${libasir_postfix}_pari |
libasir_postfix=${libasir_postfix}_pari |
PARIINC='-I${prefix}/include/pari' |
PARIINC='-I${prefix}/include/pari' |
if test "${enable_shared}" != yes ; then |
if test "${enable_shared}" != yes ; then |