From: Jens Vollinga Date: Wed, 10 Jun 2009 09:28:34 +0000 (+0200) Subject: Raised required version of CLN to 1.2.2. X-Git-Tag: release_1-6-0~79 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=71803f13294618ddd3f19fd0d9871cc44023c155 Raised required version of CLN to 1.2.2. --- diff --git a/INSTALL b/INSTALL index de7ba244..3be16c1f 100644 --- a/INSTALL +++ b/INSTALL @@ -116,7 +116,7 @@ COMMON PROBLEMS Problems with CLN ----------------- -You should use at least CLN-1.1, since during the development of GiNaC +You should use at least CLN-1.2.2, since during the development of GiNaC various bugs have been discovered and fixed in earlier versions. Please install CLN properly on your system before continuing with GiNaC. diff --git a/configure.ac b/configure.ac index 7e0f9b2f..551f4f95 100644 --- a/configure.ac +++ b/configure.ac @@ -84,7 +84,7 @@ dnl We need to have Bruno Haible's CLN installed. dnl (pkg-config must have installed pkg.m4 at a visible place, which provides dnl this macro. CLN >= 1.1.6 must have installed cln.pc at a visible place, dnl which provides the actual dependency information.) -PKG_CHECK_MODULES(CLN, cln >= 1.1.6) +PKG_CHECK_MODULES(CLN, cln >= 1.2.2) AC_LIB_LINKFLAGS_FROM_LIBS([CLN_RPATH], [$CLN_LIBS], [1]) LIBS="$LIBS $CLN_LIBS $CLN_RPATH" CPPFLAGS="$CPPFLAGS $CLN_CFLAGS"