代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/429279/8813686
m4 atlas.m4
# $Id: atlas.m4,v 1.2 2004/04/29 08:36:16 cstim Exp $
# (c) 2004 Martin Preuss
# This function checks if ATLAS is wanted and locates it
AC_DEFUN([AQ_CHECK_ATLAS],[
dnl PREREQUI
www.eeworm.com/read/178690/9388418
m4 common.m4
AC_DEFUN([TORRENT_CHECK_CXXFLAGS], [
AC_MSG_CHECKING([for user-defined CXXFLAGS])
if test -n "$CXXFLAGS"; then
AC_MSG_RESULT([user-defined "$CXXFLAGS"])
else
CXXFLAGS="-O2 -Wall"
A
www.eeworm.com/read/177819/9431446
m4 envsep.m4
# Check to see the separator for the environment variables
# and set SEP to ";" or default ":"
dnl AM_SEP()
dnl SEP
AC_DEFUN(AM_SEP,
[AC_REQUIRE([AC_CYGWIN])
AC_REQUIRE([AC_MINGW32])
AC_REQUIRE([AC_D
www.eeworm.com/read/417848/10974238
m4 package_name.m4
dnl ######################################################################
dnl Package name
AC_DEFUN(AMU_PACKAGE_NAME,
[AC_MSG_CHECKING(package name)
AC_DEFINE_UNQUOTED(PACKAGE_NAME, "$1")
AC_MSG_RESU
www.eeworm.com/read/417848/10974240
m4 package_version.m4
dnl ######################################################################
dnl Version of package
AC_DEFUN(AMU_PACKAGE_VERSION,
[AC_MSG_CHECKING(version of package)
AC_DEFINE_UNQUOTED(PACKAGE_VERSION,
www.eeworm.com/read/309287/13675313
m4 atlas.m4
# $Id: atlas.m4,v 1.2 2004/04/29 08:36:16 cstim Exp $
# (c) 2004 Martin Preuss
# This function checks if ATLAS is wanted and locates it
AC_DEFUN([AQ_CHECK_ATLAS],[
dnl PREREQUI
www.eeworm.com/read/169697/5412524
c alloc_mem.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpiimpl.h"
/* -- Begin Profiling Symbol Block
www.eeworm.com/read/169697/5412531
c win_post.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpiimpl.h"
/* -- Begin Profiling Symbol Block
www.eeworm.com/read/169697/5412563
c type_delete_attr.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpiimpl.h"
#include "attr.h"
/* -- Begin Prof
www.eeworm.com/read/169697/5412637
c error_string.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpiimpl.h"
#include "errcodes.h"
/* -- Begin