代码搜索:AC分析
找到约 10,000 项符合「AC分析」的源代码
代码结果 10,000
www.eeworm.com/read/259422/11794978
in configure.in
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/nap.c)
AM_INIT_AUTOMAKE(nap, 1.5.3)
DATE="May 2004"
AM_CONFIG_HEADER(config.h)
dnl Check for programs.
AC_PROG_CC
AC_PR
www.eeworm.com/read/225739/14518410
m4 aclocal.m4
dnl $Id$
dnl -----------------------------------------------------------------------
dnl
dnl Copyright 1999-2002 H. Peter Anvin - All Rights Reserved
dnl
dnl This program is free software;
www.eeworm.com/read/223321/14645987
m4 glibc21.m4
#serial 2
# Test for the GNU C Library, version 2.1 or newer.
# From Bruno Haible.
AC_DEFUN([jm_GLIBC21],
[
AC_CACHE_CHECK(whether we are using the GNU C Library 2.1 or newer,
ac_cv_gnu_
www.eeworm.com/read/120261/14808660
m4 aclocal.m4
dnl *******************************************************************
dnl
dnl File: aclocal.m4
dnl Rev: a-2
dnl Date: 02/28/2001
dnl
dnl Copyright (c) 1998, 2001 by David M. Warme
dnl
dnl **********
www.eeworm.com/read/216898/14988275
m4 ac_cxx_have_std.m4
dnl Available from the GNU Autoconf Macro Archive at:
dnl http://www.gnu.org/software/ac-archive/htmldoc/ac_cxx_have_std.html
dnl
AC_DEFUN([AC_CXX_HAVE_STD],
[AC_CACHE_CHECK(whether the compiler suppo
www.eeworm.com/read/169697/5412081
in configure.in
AC_PREREQ(2.59)
AC_INIT(configure.in)
dnl
dnl Set the directory that contains support scripts such as install-sh and
dnl config.guess
dnl
AC_CONFIG_AUX_DIR(../../../../../confdb)
dnl
dnl Definitions
www.eeworm.com/read/160611/5569421
m4 acinclude.m4
dnl By default, many hosts won't let programs access large files;
dnl one must use special compiler options to get large-file access to work.
dnl For more details about this brain damage please see:
d
www.eeworm.com/read/292797/8332116
test confh3.test
#! /bin/sh
# Another test to make sure stamp files created correctly.
# Report from Erez Zadok.
. $srcdir/defs || exit 1
cat > configure.in
www.eeworm.com/read/292797/8332194
test stamph.test
#! /bin/sh
# Error if stamp-h appears in AC_OUTPUT line.
. $srcdir/defs || exit 1
cat > configure.in
www.eeworm.com/read/292797/8332241
test defun2.test
#! /bin/sh
# Make sure we don't mistake a macro definition for an invocation.
# From Jim Meyering.
. $srcdir/defs || exit 1
cat >> configure.in