代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/292335/8360984
ac configure.ac
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRES
www.eeworm.com/read/382512/9023589
in configure.in
AC_INIT()
AC_ISC_POSIX
LDFLAGS="$LDFLAGS -L/usr/local/lib -L/usr/local/X11/lib"
CFLAGS="$CFLAGS -I/usr/local/include"
AC_CHECK_LIB(m, pow)
AC_CHECK_LIB(z, gzopen)
AC_CHECK_LIB(png, png_create_write_
www.eeworm.com/read/179651/9345851
in configure.in
AC_INIT()
AC_ISC_POSIX
LDFLAGS="$LDFLAGS -L/usr/local/lib -L/usr/local/X11/lib"
CFLAGS="$CFLAGS -I/usr/local/include"
AC_CHECK_LIB(m, pow)
AC_CHECK_LIB(z, gzopen)
AC_CHECK_LIB(png, png_create_write_
www.eeworm.com/read/162576/10295334
in configure.in
AC_INIT()
AC_ISC_POSIX
LDFLAGS="$LDFLAGS -L/usr/local/lib -L/usr/local/X11/lib"
CFLAGS="$CFLAGS -I/usr/local/include"
AC_CHECK_LIB(m, pow)
AC_CHECK_LIB(z, gzopen)
AC_CHECK_LIB(png, png_create_write_
www.eeworm.com/read/151716/5679704
m4 gnumake.m4
## --------------------------------------------------------- ##
## Check for GNU make (do not cache this setting) ##
## Adapted from AM_MISSING_PROG and AM_PROG_LD_GNU. ##
## -----
www.eeworm.com/read/151716/5679707
m4 checkergcc.m4
## --------------------------------------------------------- ##
## Check for checkergcc. ##
## Adapted from AC_PROG_CC_GNU. ##
## -----
www.eeworm.com/read/127438/6005734
c comm_free.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpiimpl.h"
#include "mpicomm.h"
/* -- Begin P
www.eeworm.com/read/127438/6005822
c cart_shift.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpiimpl.h"
#include "topo.h"
/* -- Begin Prof
www.eeworm.com/read/127438/6005827
c cart_get.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpiimpl.h"
#include "topo.h"
/* -- Begin Prof