| # |
| # set +o errexit -o noglob -o nounset is assumed. |
| # |
| |
| : ${PKG_EMACS_CONFIG_CACHE_EXTRA:=" |
| ac_cv_func_mmap_fixed_mapped=yes |
| gl_cv_func_fdopendir_works=yes |
| gl_cv_func_lstat_dereferences_slashed_symlink=yes |
| gl_cv_func_readlink_works=yes |
| gl_cv_func_working_mktime=yes |
| gl_cv_func_working_utimes=yes"}; |
| |
| # vim:filetype=sh textwidth=0 |