X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=configure.in;h=b43428bcefa22c11fe59b2776fa0cad7b8b0fc49;hp=1f49f2d4d31a130f767f37944c36b0aca3605d9e;hb=ad5dd77c6b19c4c7b8cda7f95584f02c01d17896;hpb=a76731b9a2b37d93a692e9a8aa0f6727bed44c17 diff --git a/configure.in b/configure.in index 1f49f2d4..b43428bc 100644 --- a/configure.in +++ b/configure.in @@ -19,7 +19,7 @@ dnl (don't we all *love* M4?)... GINACLIB_MAJOR_VERSION=0 GINACLIB_MINOR_VERSION=7 -GINACLIB_MICRO_VERSION=0 +GINACLIB_MICRO_VERSION=3 GINACLIB_INTERFACE_AGE=0 GINACLIB_BINARY_AGE=0 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION @@ -111,7 +111,7 @@ AC_CHECK_HEADERS(sstream strstream) dnl We need to have Bruno Haible's CLN installed. dnl (CLN versions >= 1.1.0 must have installed cln.m4 at a visible place, dnl which provides this macro): -AC_PATH_LIBCLN(1.1.0, [ +AC_PATH_CLN(1.1.0, [ LIBS="$LIBS $CLN_LIBS" CPPFLAGS="$CPPFLAGS $CLN_CPPFLAGS" ], GINAC_ERROR([No suitable installed version of CLN could be found.])) @@ -171,11 +171,11 @@ if test "x$with_cint" != "xno"; then -I .. -I $CINTSYSDIR -m -H ../ginac/ginac.h \ -C++ ginaccint.bin.cpp \ -l -L../ginac/.libs -lginac -lcln \ - -cint -M0x10; \ + -cint -M0x110; \ cd ..) GINACCINTDIR="cint" else - AC_MSG_ERROR([Cannot configure GiNaC-cint]) + GINAC_WARNING([I could not find cint and makecint (needed for building GiNaC-cint).]) fi fi AC_SUBST(CINTSYSDIR)