Check for ranlib utility and strtod function.

Suggested by: autoscan.
This commit is contained in:
Bård Skaflestad 2012-01-03 20:38:31 +01:00
parent b48a4d6f27
commit 65ee11ea69

View File

@ -18,6 +18,7 @@ AC_CONFIG_HEADERS([config.h])
AC_PROG_CXX
AC_PROG_CC
m4_ifdef([LT_INIT], [], [AC_PROG_LIBTOOL])
AC_PROG_RANLIB
# AX_LAPACK requires a working F77 compiler or, rather, its runtime
# support libraries.
@ -48,6 +49,7 @@ AC_CHECK_TYPES([ptrdiff_t])
# Checks for library functions.
AC_CHECK_FUNCS([floor memmove pow sqrt strchr strtol])
AC_FUNC_STRTOD
AC_SEARCH_LIBS([amd_free], [amd],
[amd_lib=yes], [amd_lib=no], [-lm])