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:
parent
23f8faad13
commit
b5a6384d8d
1 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue