Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/
H A Dconfigure.in864 if test -z "$with_umask" || test yes = "$with_umask"; then
865 with_umask=002
866 elif test no = "$with_umask"; then
867 with_umask=000
871 [UMASK_DFLT], [$with_umask],
H A Dconfigure17837 withval=$with_umask;
17841 if test -z "$with_umask" || test yes = "$with_umask"; then
17842 with_umask=002
17843 elif test no = "$with_umask"; then
17844 with_umask=000