X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=configure.ac;h=af1b549644843c2c73217f8e71aee908ae18107b;hp=9f85d7bf554e3af5d3d67cbb2334fb253a4eeb75;hb=1b48bfdf43c8d104cb8b06147f27cb9efe42cb16;hpb=1f5afe37b4c079821de9810435fa9fa11e4ea17b diff --git a/configure.ac b/configure.ac index 9f85d7bf..af1b5496 100644 --- a/configure.ac +++ b/configure.ac @@ -19,10 +19,10 @@ dnl autoconf sees "AC_MAJOR_VERSION" and complains about an undefined macro dnl (don't we all *love* M4?)... GINACLIB_MAJOR_VERSION=1 -GINACLIB_MINOR_VERSION=0 -GINACLIB_MICRO_VERSION=13 +GINACLIB_MINOR_VERSION=2 +GINACLIB_MICRO_VERSION=0 GINACLIB_INTERFACE_AGE=0 -GINACLIB_BINARY_AGE=13 +GINACLIB_BINARY_AGE=0 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION AC_SUBST(GINACLIB_MAJOR_VERSION) @@ -115,6 +115,7 @@ AC_CHECK_HEADER(sstream, , GINAC_ERROR([The standard header file could AC_CHECK_HEADER(typeinfo, , GINAC_ERROR([The standard header file could not be found.])) AC_CHECK_HEADER(stdexcept, , GINAC_ERROR([The standard header file could not be found.])) AC_CHECK_HEADER(algorithm, , GINAC_ERROR([The standard header file could not be found.])) +AC_CHECK_HEADER(limits, , GINAC_ERROR([The standard header file could not be found.])) 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,