version 1.39, 2008/03/19 07:05:55 |
version 1.41, 2008/08/11 16:51:30 |
|
|
|
|
|
|
if test ${with_pari:=no} != no ; then |
if test ${with_pari:=no} != no ; then |
libasir_postfix=${libasir_postfix}_pari |
if test "${with_pari}" = new -o "${with_pari}" = 2.3 ; then |
if test ${with_pari} = new ; then |
cat >>confdefs.h <<\_ACEOF |
libpari=pari-2.2 |
#define PARI23 1 |
else |
_ACEOF |
libpari=pari |
|
fi |
fi |
|
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 |
PARILIB='${prefix}'"/lib/lib${libpari}.a" |
PARILIB='${prefix}'"/lib/libpari.a" |
else |
else |
PARILIB='-L${prefix}/lib'" -l${libpari}" |
PARILIB='-L${prefix}/lib'" -lpari" |
fi |
fi |
cat >>confdefs.h <<\_ACEOF |
cat >>confdefs.h <<\_ACEOF |
#define PARI 1 |
#define PARI 1 |