1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00

Cache a bit more function for autoconf based on texlive config.logs

This commit is contained in:
Baptiste Daroussin 2014-03-26 11:16:42 +00:00
parent 601f35f240
commit d1edf7a1b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349240

View File

@ -262,9 +262,11 @@
: ${ac_cv_func_arc4random_uniform=yes}
: ${ac_cv_func_asprintf=yes}
: ${ac_cv_func_atexit=yes}
: ${ac_cv_func_bcmp=yes}
: ${ac_cv_func_bcopy=yes}
: ${ac_cv_func_bindresvport_sa=yes}
: ${ac_cv_func_btowc=yes}
: ${ac_cv_func_bzero=yes}
: ${ac_cv_func_chown=yes}
: ${ac_cv_func_clock=yes}
: ${ac_cv_func_clock_gettime=yes}
@ -278,6 +280,7 @@
: ${ac_cv_func_fchmod=yes}
: ${ac_cv_func_fchown=yes}
: ${ac_cv_func_fcntl=yes}
: ${ac_cv_func_fileno=yes}
: ${ac_cv_func_fork=yes}
: ${ac_cv_func_fpurge=yes}
: ${ac_cv_func_freeaddrinfo=yes}
@ -311,6 +314,7 @@
: ${ac_cv_func_gettimeofday=yes}
: ${ac_cv_func_getttyent=yes}
: ${ac_cv_func_getuid=yes}
: ${ac_cv_func_getwd=yes}
: ${ac_cv_func_glob=yes}
: ${ac_cv_func_group_from_gid=yes}
: ${ac_cv_func_inet_aton=yes}
@ -341,6 +345,7 @@
: ${ac_cv_func_memset=yes}
: ${ac_cv_func_mkdtemp=yes}
: ${ac_cv_func_mkstemp=yes}
: ${ac_cv_func_mktemp=yes}
: ${ac_cv_func_mlock=yes}
: ${ac_cv_func_mmap=yes}
: ${ac_cv_func_mmap_fixed_mapped=yes}