/[GiNaC]/configure.ac
ViewVC logotype

Diff of /configure.ac

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

revision 1.21.2.6 by vollinga, Wed Apr 12 16:23:01 2006 UTC revision 1.21.2.7 by chrisd, Mon Jul 31 12:46:27 2006 UTC
# Line 82  AC_LANG([C++]) Line 82  AC_LANG([C++])
82    
83  dnl Check for stuff needed for building the GiNaC interactive shell (ginsh).  dnl Check for stuff needed for building the GiNaC interactive shell (ginsh).
84  AC_CHECK_HEADERS(unistd.h)  AC_CHECK_HEADERS(unistd.h)
85    GINAC_HAVE_RUSAGE
86  AC_CHECK_HEADERS(readline/readline.h readline/history.h)  AC_CHECK_HEADERS(readline/readline.h readline/history.h)
87  if test "x${ac_cv_header_readline_readline_h}" != "xyes" -o "x${ac_cv_header_readline_history_h}" != "xyes"; then  if test "x${ac_cv_header_readline_readline_h}" != "xyes" -o "x${ac_cv_header_readline_history_h}" != "xyes"; then
88    GINAC_WARNING([I could not find the headers for libreadline (needed for building ginsh).])    GINAC_WARNING([I could not find the headers for libreadline (needed for building ginsh).])
# Line 111  AC_CHECK_HEADER(typeinfo, , GINAC_ERROR( Line 112  AC_CHECK_HEADER(typeinfo, , GINAC_ERROR(
112  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.]))
113  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.]))
114  AC_CHECK_HEADER(limits, , GINAC_ERROR([The standard <limits> header file could not be found.]))  AC_CHECK_HEADER(limits, , GINAC_ERROR([The standard <limits> header file could not be found.]))
115    if test "x$CONFIG_RUSAGE" = "xno"; then
116        AC_CHECK_HEADER(ctime, , GINAC_ERROR([The standard <ctime> header file could not be found.]))
117    fi
118    
119  dnl We need to have Bruno Haible's CLN installed.  dnl We need to have Bruno Haible's CLN installed.
120  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.21.2.6  
changed lines
  Added in v.1.21.2.7

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