From f58accefb4668edf0200843919c6921c30a62fd7 Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Wed, 19 Mar 2003 21:26:10 +0000 Subject: [PATCH] documentation update --- INSTALL | 2 +- configure.ac | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index c6b97520..e1881a35 100644 --- a/INSTALL +++ b/INSTALL @@ -25,7 +25,7 @@ As with any autoconfiguring GNU software, installation is as easy as this: # make install Known to work with: - - Linux on x86, Alpha and Sparc using 3.0.x, 3.1 and 3.2. + - Linux on x86, Alpha and Sparc using GCC 3.0.x, 3.1 and 3.2. Known not to work with: - GCC 2.96 or earlier because proper exception and standard library support is missing there. diff --git a/configure.ac b/configure.ac index 0c74e5db..46d636ef 100644 --- a/configure.ac +++ b/configure.ac @@ -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, -- 2.49.0