- Timestamp:
- Jun 28, 1997, 3:29:59 PM (26 years ago)
- Branches:
- (u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
- Children:
- 9b453de33e447e3c9dc17a8f68e1ffa0217634cc
- Parents:
- 4c1e398a31ecf50237cc51e58d777c94780758a4
- Location:
- MP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
MP/ChangeLog
r4c1e398 r0485bd 1 Tue Jun 24 11:54:31 1997 Olaf Bachmann <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)> 2 3 * configure.in (BUILD_SUBDIRS): took out condition that default 4 ap_int format is gmp for building MPT lib 5 (BUILD_SUBDIRS): added some defines which are needed for 6 --with-pari compilation 7 1 8 Tue May 6 09:30:51 1997 Olaf Bachmann <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)> 2 9 -
MP/configure.in
r4c1e398 r0485bd 116 116 117 117 if test "$enable_MPT" != no && test -d MPT; then 118 if test "$with_default_apint" = saclib; then119 AC_MSG_WARN(Can not build MPT library with saclib ApInt)120 elif test "$with_default_apint" = pari; then121 AC_MSG_WARN(Can not build MPT library with pari ApInt)122 else123 118 BUILD_SUBDIRS="${BUILD_SUBDIRS} MPT" 124 fi125 119 fi 126 120 … … 336 330 else 337 331 AC_DEFINE(MP_HAVE_PARI) 338 fi 339 fi 332 AC_DEFINE(LONG_IS_32BIT) 333 AC_CHECK_TYPE(ulong, no) 334 if test "$ac_cv_type_ulong" = no; then 335 AC_DEFINE(ULONG_NOT_DEFINED) 336 fi 337 fi 338 fi 339 340 340 341 341 342 if test "$with_tb" = yes; then … … 370 371 fi 371 372 373 dnl add some defines for if pari is used 374 372 375 CLEAN="rm -f *~ a.out core *.o .log" 373 376 AC_SUBST(CLEAN)
Note: See TracChangeset
for help on using the changeset viewer.