Commit 7b38a91b authored by Geoff Simmons's avatar Geoff Simmons

remove some unnecessary code from configure.ac, and add some checks

recommended by autoscan
parent 2d9b49ff
...@@ -39,11 +39,14 @@ if test "x$RST2MAN" = "xno"; then ...@@ -39,11 +39,14 @@ if test "x$RST2MAN" = "xno"; then
fi fi
AM_CONDITIONAL(HAVE_RST2MAN, [test "x$RST2MAN" != "xno"]) AM_CONDITIONAL(HAVE_RST2MAN, [test "x$RST2MAN" != "xno"])
# Checks for header files. # Checks for C sources
AC_HEADER_STDC AC_CHECK_FUNCS([strdup])
#AC_CHECK_HEADERS([sys/types.h]) AC_C_INLINE
#AC_CHECK_HEADERS([stdint.h]) AC_C_RESTRICT
#AC_CHECK_HEADERS([unistd.h]) AC_TYPE_SIZE_T
# Checks for C++ sources
AC_FUNC_ERROR_AT_LINE
# backwards compat with older pkg-config # backwards compat with older pkg-config
# - pull in AC_DEFUN from pkg.m4 # - pull in AC_DEFUN from pkg.m4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment