Changeset 80c102 in git


Ignore:
Timestamp:
Nov 19, 2011, 2:56:37 AM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
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
Message:
ADD: libtool initialization!
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    reb0708 r80c102  
    3535fi
    3636
    37 LT_INIT([shared])
    38  
    39    
    4037AC_PROG_CPP
    4138AC_PROG_CXXCPP
     
    4340AC_PROG_LN_S
    4441AC_PROG_INSTALL
    45 # AC_PROG_RANLIB
    4642
    47    
     43LT_INIT
     44   
    4845# Checks for libraries.
    4946LB_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  
    2626
    2727AC_PROG_YACC
     28
     29LT_INIT
    2830
    2931#
  • libpolys/configure.ac

    reb0708 r80c102  
    3434# Turn off shared libraries during beta-testing, since they
    3535# make the build process take too long.
    36 LT_INIT([shared])
    37 # LT_INIT(dlopen disable-static) # doesn't work on PowerPc!
     36LT_INIT
     37# ([shared])
     38# LT_INIT(dlopen disable-static) # doesn't work on PowerPC!
    3839
    3940AM_PROG_CC_C_O
  • omalloc/configure.ac

    reb0708 r80c102  
    9595AC_PROG_CC
    9696AC_PROG_CPP
    97 AC_PROG_RANLIB
     97
    9898AC_PROG_LN_S
    9999AC_PROG_INSTALL
     
    101101AC_C_CONST
    102102AC_C_INLINE
     103
     104LT_INIT
     105
    103106
    104107dnl lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
Note: See TracChangeset for help on using the changeset viewer.