Make temporary directory safely when ~/.w3m is unwritable

This commit is contained in:
Tatsuya Kinoshita
2018-01-21 01:29:10 +09:00
parent b592dac63b
commit 18dcbadf27
6 changed files with 16 additions and 2 deletions

2
configure vendored
View File

@@ -8767,7 +8767,7 @@ _ACEOF
for ac_func in strcasecmp strcasestr strchr memcpy strerror bcopy setpgrp chdir getcwd getwd readlink setenv putenv strtoll stroq atoll atoq symlink readlink lstat srand48 srandom getpassphrase waitpid setlocale
for ac_func in strcasecmp strcasestr strchr memcpy strerror bcopy setpgrp chdir mkdtemp getcwd getwd readlink setenv putenv strtoll stroq atoll atoq symlink readlink lstat srand48 srandom getpassphrase waitpid setlocale
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"