代码搜索:AC分析
找到约 10,000 项符合「AC分析」的源代码
代码结果 10,000
www.eeworm.com/read/382497/9024259
m4 acinclude.m4
AC_DEFUN([AX_IS_GXX], [
AC_REQUIRE([AC_PROG_CXX])
# see if this is g++
cat >conftest.c
www.eeworm.com/read/380486/9145244
scan configure.scan
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRES
www.eeworm.com/read/377447/9275899
in configure.in
# Process this file with autoconf to produce a configure script.
AC_INIT(async, 0.4, olsner@users.sf.net)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src])
AM_CONFIG_HEADER(config.h)
# Checks for programs.
AC
www.eeworm.com/read/181046/9276468
m4 linger.m4
dnl
dnl Check for struct linger
dnl
AC_DEFUN(AC_STRUCT_LINGER, [
av_struct_linger=no
AC_MSG_CHECKING(struct linger is available)
AC_TRY_RUN([
#include
#include
struct lin
www.eeworm.com/read/179898/9331877
m4 mni_require_mnilibs.m4
AC_DEFUN([mni_REQUIRE_MINC],
[
AC_ARG_WITH([minc2],
[ --with-minc2 build using minc 2.0 libraries],
[
])
mni_REQUIRE_LIB(m,[#include ],[double x = sqrt(3.);])
www.eeworm.com/read/179898/9331879
m4 mni_require_lib.m4
dnl @synopsis mni_REQUIRE_LIB(LIBRARY,INCLUDES,BODY)
dnl
dnl @version $Id: mni_REQUIRE_LIB.m4,v 1.1 2001/08/20 16:51:50 stever Exp $
dnl @author Steve M. Robbins
AC_DEFUN([mni_REQUI
www.eeworm.com/read/178204/9414949
m4 linger.m4
dnl
dnl Check for struct linger
dnl
AC_DEFUN([AC_STRUCT_LINGER], [
av_struct_linger=no
AC_MSG_CHECKING(struct linger is available)
AC_TRY_RUN([
#include
#include
struct l
www.eeworm.com/read/363317/9959746
m4 acinclude.m4
AC_DEFUN([AX_IS_GXX], [
AC_REQUIRE([AC_PROG_CXX])
# see if this is g++
cat >conftest.c
www.eeworm.com/read/161316/10425268
in configure.in
dnl
dnl $Id: configure.in,v 1.1 2004/07/26 20:45:56 holtmann Exp $
dnl
AC_PREREQ(2.50)
AC_INIT()
AM_INIT_AUTOMAKE(bluez-firmware, 1.0)
AM_MAINTAINER_MODE
AC_PREFIX_DEFAULT(/usr)
AC_PROG_INSTALL
www.eeworm.com/read/423577/10546569
m4 extensions.m4
# Enable extensions on systems that normally disable them.
# Copyright (C) 2003, 2006 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permi