/[GiNaC]/configure.ac
ViewVC logotype

Diff of /configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by cbauer, Sat Mar 1 18:05:26 2003 UTC revision 1.17 by cbauer, Wed Jul 2 16:46:56 2003 UTC
# Line 19  dnl autoconf sees "AC_MAJOR_VERSION" and Line 19  dnl autoconf sees "AC_MAJOR_VERSION" and
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)
# Line 115  AC_CHECK_HEADER(sstream, , GINAC_ERROR([ Line 115  AC_CHECK_HEADER(sstream, , GINAC_ERROR([
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,

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15