Lines Matching refs:in

41       dnl GCC. -W option has been renamed in -wextra in latest gcc versions.
54 dnl an error, resulting in a false positive. Also, compilers may do
148 dnl This macro is modeled after _AC_LANG_COMPILER_GNU in the GNU
180 dnl compiler and linker flags are included in the output variables
197 dnl This program is distributed in the hope that it will be useful, but
210 dnl Macro appear in them. The GNU General Public License (GPL) does govern
261 case $host_cpu in
270 for ax_lib in ${ax_check_libs}; do
314 dnl flags are included in the output variables "GLU_CFLAGS" and "GLU_LIBS",
322 dnl Some implementations (in particular, some versions of Mac OS X) are
336 dnl This program is distributed in the hope that it will be useful, but
349 dnl Macro appear in them. The GNU General Public License (GPL) does govern
388 dnl First, check for the possibility that everything we need is already in
406 for ax_lib in ${ax_check_libs}; do
467 dnl are included in the output variables "GLUT_CFLAGS" and "GLUT_LIBS",
483 dnl This program is distributed in the hope that it will be useful, but
496 dnl Macro appear in them. The GNU General Public License (GPL) does govern
544 for ax_lib in ${ax_check_libs}; do
596 dnl variables in your default LIBS, CFLAGS, and CC:
627 dnl This program is distributed in the hope that it will be useful, but
640 dnl Macro appear in them. The GNU General Public License (GPL) does govern
657 dnl It gets checked for in the link test anyway.
667 AC_MSG_CHECKING([for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS])
694 dnl none: in case threads are in libc; should be tried before -Kthread and
696 dnl -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h)
710 case "${host_cpu}-${host_os}" in
718 dnl who knows whether they'll stub that too in a future libc.) So,
730 for flag in $ax_pthread_flags; do
732 case $flag in
763 dnl We check for pthread_join because it is in -lpthread on IRIX
764 dnl while pthread_create is in libc. We check for pthread_attr_init
803 for attr in PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_UNDETACHED; do
816 case "${host_cpu}-${host_os}" in