Home | History | Annotate | Download | only in m4

Lines Matching full:posixly_correct

32 # Run the Autoconf CODE with POSIXLY_CORRECT set to 1, and restored to
35 [gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }'
36 case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in
41 POSIXLY_CORRECT=1
42 export POSIXLY_CORRECT
46 yes) AS_UNSET([POSIXLY_CORRECT]); POSIXLY_CORRECT=1 ;;
47 *) AS_UNSET([POSIXLY_CORRECT]) ;;
54 # POSIXLY_CORRECT mode. clang-2.9 on OS X does not, because
60 [AC_CACHE_CHECK([whether $_AC_CC supports POSIXLY_CORRECT=1],
74 # Whether the C compiler supports -g in POSIXLY_CORRECT mode.