Changeset 4ffb46 in git
- Timestamp:
- May 3, 2011, 10:03:32 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 6d0563e99698a63b26dc8a73020ec11b7a1f07e0
- Parents:
- 26c66ae1eb4aae7306e1bc0d84767907cd95452e
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-03 22:03:32+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:33+01:00
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/tests/Makefile.am
r26c66ae r4ffb46 27 27 ### TODO -> ${LD_LIBS} ??? instead of -ldl, 28 28 ### add it to AM_LDFLAGS? 29 # '-ldl' wouldn't work on FreeBSD!!!??? 29 30 USEPPROCSDYNAMICLD = -ldl 30 31 USEPPROCSDYNAMICLDFLAGS = -rdynamic … … 47 48 48 49 # How to generate the test simple_test_runner 50 ###### $^ needs GNU make : use gmake! 49 51 simple_test_runner.cpp: simple_test.h 50 52 ${srcdir}/cxxtestgen.pl --no-eh -o $@ --error-printer $^ -
m4/p-procs.m4
r26c66ae r4ffb46 11 11 AS_CASE([$host], 12 12 [*linux-gnu], [SUPPORTS_DYNAMIC_MODULES=yes], 13 [*freebsd*], [SUPPORTS_DYNAMIC_MODULES=yes], 13 14 [*-sun-solaris2*], [SUPPORTS_DYNAMIC_MODULES=yes], 14 15 [*-apple-darwin*], [SUPPORTS_DYNAMIC_MODULES=yes],
Note: See TracChangeset
for help on using the changeset viewer.