Changeset 80c102 in git
- Timestamp:
- Nov 19, 2011, 2:56:37 AM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 6d672b429af6b88ca00278d9a9794e55d4ed1c3a
- Parents:
- eb070851d6400fd61a79cd17498882927ecb83df
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-19 02:56:37+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-19 03:27:47+01:00
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
reb0708 r80c102 35 35 fi 36 36 37 LT_INIT([shared])38 39 40 37 AC_PROG_CPP 41 38 AC_PROG_CXXCPP … … 43 40 AC_PROG_LN_S 44 41 AC_PROG_INSTALL 45 # AC_PROG_RANLIB46 42 47 43 LT_INIT 44 48 45 # Checks for libraries. 49 46 LB_CHECK_GMP(3.1.1,,AC_MSG_ERROR([Unable to find GMP on your machine: please use --with-gmp=PATH_TO_DIR_CONTAINING_LIB_AND_INCLUDE (see also ./configure --help if you do not understand what we are talking about)])) -
factory/configure.ac
reb0708 r80c102 26 26 27 27 AC_PROG_YACC 28 29 LT_INIT 28 30 29 31 # -
libpolys/configure.ac
reb0708 r80c102 34 34 # Turn off shared libraries during beta-testing, since they 35 35 # make the build process take too long. 36 LT_INIT([shared]) 37 # LT_INIT(dlopen disable-static) # doesn't work on PowerPc! 36 LT_INIT 37 # ([shared]) 38 # LT_INIT(dlopen disable-static) # doesn't work on PowerPC! 38 39 39 40 AM_PROG_CC_C_O -
omalloc/configure.ac
reb0708 r80c102 95 95 AC_PROG_CC 96 96 AC_PROG_CPP 97 AC_PROG_RANLIB 97 98 98 AC_PROG_LN_S 99 99 AC_PROG_INSTALL … … 101 101 AC_C_CONST 102 102 AC_C_INLINE 103 104 LT_INIT 105 103 106 104 107 dnl lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
Note: See TracChangeset
for help on using the changeset viewer.