1 ## ------------------------------- ##
2 ## Check for function prototypes. ##
3 ## From Franc,ois Pinard ##
4 ## ------------------------------- ##
8 AC_DEFUN(AM_C_PROTOTYPES,
9 [AC_REQUIRE([AM_PROG_CC_STDC])
10 AC_MSG_CHECKING([for function prototypes])
11 if test "$am_cv_prog_cc_stdc" != no; then
17 U=_ ANSI2KNR=./ansi2knr
18 # Ensure some checks needed by ansi2knr itself.
20 AC_CHECK_HEADERS(string.h)