From 16cc42eba073a7b7418a55d4527f16946fd1a6bd Mon Sep 17 00:00:00 2001 From: point <point> Date: Thu, 4 Feb 2010 14:38:18 +0000 Subject: [PATCH] talalib 1.0 --- configure.ac | 4 ++-- tests/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index c1cf320..43f779d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl dnl Process this file with autoconf in order to generate the configure script dnl used by clients. dnl -dnl $Revision: 1.1 $ +dnl $Revision: 1.2 $ dnl AC_PREREQ(2.59) @@ -50,7 +50,7 @@ export PKG_CONFIG_PATH AC_MSG_NOTICE([setting PKG_CONFIG_PATH to '${PKG_CONFIG_PATH}']) -PKG_CHECK_MODULES([CCL],[ccl]) +PKG_CHECK_MODULES([CCL],[ccl >= 1.5]) AX_CCL_ENABLE_ASSERTIONS CPPFLAGS="${CPPFLAGS} ${CCL_CFLAGS}" LDFLAGS="${LDFLAGS} ${CCL_LIBS}" diff --git a/tests/Makefile.am b/tests/Makefile.am index 2fa0ebc..c66be2d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,7 +1,7 @@ ## ## Makefile.am for the TaLALib test-suite ## -## $Revision: 1.1 $ +## $Revision: 1.2 $ ## ## Process this file with automake in order to generate Makefile.in processed ## by the configure script @@ -12,7 +12,7 @@ EXTRA_DIST = INCLUDES = -I$(top_srcdir) -TESTS = hnf +TESTS = #hnf check_PROGRAMS = hnf hnf_SOURCES = hnf.c -- GitLab