Check for `realpath' function, used by the new "output" command. If

it's not available, filename matching must be exact.
This commit is contained in:
John Wiegley 2005-02-09 04:55:27 +00:00
parent 23f8faad13
commit b5a6384d8d

View file

@ -173,11 +173,7 @@ AC_STRUCT_TM
# Checks for library functions.
#AC_FUNC_ERROR_AT_LINE
AC_HEADER_STDC
#AC_FUNC_MALLOC
#AC_FUNC_MKTIME
#AC_FUNC_STAT
#AC_FUNC_STRFTIME
AC_CHECK_FUNCS([memset strchr strstr access mktime stat strftime strptime])
AC_CHECK_FUNCS([access mktime realpath stat strftime strptime])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT