Changeset 0485bd in git for MP


Ignore:
Timestamp:
Jun 28, 1997, 3:29:59 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
Children:
9b453de33e447e3c9dc17a8f68e1ffa0217634cc
Parents:
4c1e398a31ecf50237cc51e58d777c94780758a4
Message:
Tue Jun 24 11:54:31 1997  Olaf Bachmann
<obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>

	* configure.in (BUILD_SUBDIRS): took out condition that
default
	  ap_int format is gmp for building MPT lib
	  (BUILD_SUBDIRS): added some defines which are needed for
	  --with-pari compilation


git-svn-id: file:///usr/local/Singular/svn/trunk@437 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
MP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • MP/ChangeLog

    r4c1e398 r0485bd  
     1Tue 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
    18Tue May  6 09:30:51 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
    29
  • MP/configure.in

    r4c1e398 r0485bd  
    116116
    117117if test "$enable_MPT" != no && test -d MPT; then
    118   if test "$with_default_apint" = saclib; then
    119     AC_MSG_WARN(Can not build MPT library with saclib ApInt)
    120   elif test "$with_default_apint" = pari; then
    121     AC_MSG_WARN(Can not build MPT library with pari ApInt)
    122   else
    123118    BUILD_SUBDIRS="${BUILD_SUBDIRS} MPT"
    124   fi
    125119fi
    126120
     
    336330  else
    337331    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
     338fi
     339
     340   
    340341
    341342if test "$with_tb" = yes; then
     
    370371fi
    371372
     373dnl add some defines for if pari is used
     374
    372375CLEAN="rm -f *~ a.out core *.o .log"
    373376AC_SUBST(CLEAN)
Note: See TracChangeset for help on using the changeset viewer.