]> www.ginac.de Git - ginac.git/commitdiff
documentation update
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Wed, 19 Mar 2003 21:26:10 +0000 (21:26 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Wed, 19 Mar 2003 21:26:10 +0000 (21:26 +0000)
INSTALL
configure.ac

diff --git a/INSTALL b/INSTALL
index c6b9752012af49f3c6fb79a6e5d09eb41b51d2cb..e1881a352da25f57fa739eedcc963ce0ef735cc7 100644 (file)
--- 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.
index 0c74e5dbc4efe5022662891699f3e007c981b040..46d636ef4641c05a731f34372eb640c67160022d 100644 (file)
@@ -115,6 +115,7 @@ AC_CHECK_HEADER(sstream, , GINAC_ERROR([The standard <sstream> header file could
 AC_CHECK_HEADER(typeinfo, , GINAC_ERROR([The standard <typeinfo> header file could not be found.]))
 AC_CHECK_HEADER(stdexcept, , GINAC_ERROR([The standard <stdexcept> header file could not be found.]))
 AC_CHECK_HEADER(algorithm, , GINAC_ERROR([The standard <algorithm> header file could not be found.]))
+AC_CHECK_HEADER(limits, , GINAC_ERROR([The standard <limits> 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,