| 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).]) |
| 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, |