| 19 |
dnl (don't we all *love* M4?)... |
dnl (don't we all *love* M4?)... |
| 20 |
|
|
| 21 |
GINACLIB_MAJOR_VERSION=1 |
GINACLIB_MAJOR_VERSION=1 |
| 22 |
GINACLIB_MINOR_VERSION=0 |
GINACLIB_MINOR_VERSION=2 |
| 23 |
GINACLIB_MICRO_VERSION=14 |
GINACLIB_MICRO_VERSION=0 |
| 24 |
GINACLIB_INTERFACE_AGE=1 |
GINACLIB_INTERFACE_AGE=0 |
| 25 |
GINACLIB_BINARY_AGE=14 |
GINACLIB_BINARY_AGE=0 |
| 26 |
GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION |
GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION |
| 27 |
|
|
| 28 |
AC_SUBST(GINACLIB_MAJOR_VERSION) |
AC_SUBST(GINACLIB_MAJOR_VERSION) |
| 115 |
AC_CHECK_HEADER(typeinfo, , GINAC_ERROR([The standard <typeinfo> header file could not be found.])) |
AC_CHECK_HEADER(typeinfo, , GINAC_ERROR([The standard <typeinfo> header file could not be found.])) |
| 116 |
AC_CHECK_HEADER(stdexcept, , GINAC_ERROR([The standard <stdexcept> header file could not be found.])) |
AC_CHECK_HEADER(stdexcept, , GINAC_ERROR([The standard <stdexcept> header file could not be found.])) |
| 117 |
AC_CHECK_HEADER(algorithm, , GINAC_ERROR([The standard <algorithm> header file could not be found.])) |
AC_CHECK_HEADER(algorithm, , GINAC_ERROR([The standard <algorithm> header file could not be found.])) |
| 118 |
|
AC_CHECK_HEADER(limits, , GINAC_ERROR([The standard <limits> header file could not be found.])) |
| 119 |
|
|
| 120 |
dnl We need to have Bruno Haible's CLN installed. |
dnl We need to have Bruno Haible's CLN installed. |
| 121 |
dnl (CLN versions >= 1.1.0 must have installed cln.m4 at a visible place, |
dnl (CLN versions >= 1.1.0 must have installed cln.m4 at a visible place, |