Home
last modified time | relevance | path

Searched refs:system_name (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/
Daclocal.m41372 system_name="$host_os"
1374 system_name="`(uname -s -r) 2>/dev/null`"
1375 if test -z "$system_name" ; then
1376 system_name="`(hostname) 2>/dev/null`"
1379 test -n "$system_name" && AC_DEFINE_UNQUOTED(SYSTEM_NAME,"$system_name",[Define to the system name.…
1380 AC_CACHE_VAL(cf_cv_system_name,[cf_cv_system_name="$system_name"])
1382 test -z "$system_name" && system_name="$cf_cv_system_name"
1385 if test ".$system_name" != ".$cf_cv_system_name" ; then
1386 AC_MSG_RESULT(Cached system name ($system_name) does not agree with actual ($cf_cv_system_name))
Dconfigure873 system_name="$host_os"
875 system_name="`(uname -s -r) 2>/dev/null`"
876 if test -z "$system_name" ; then
877 system_name="`(hostname) 2>/dev/null`"
880 test -n "$system_name" && cat >> confdefs.h <<EOF
887 cf_cv_system_name="$system_name"
891 test -z "$system_name" && system_name="$cf_cv_system_name"
894 if test ".$system_name" != ".$cf_cv_system_name" ; then
895 …echo "$ac_t""Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" 1>…