Return to configure CVS log | Up to [local] / OpenXM_contrib2 / asir2000 |
version 1.40, 2008/08/08 05:47:21 | version 1.42, 2008/08/11 16:58:30 | ||
---|---|---|---|
|
|
||
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 |