代码搜索:AC分析
找到约 10,000 项符合「AC分析」的源代码
代码结果 10,000
www.eeworm.com/read/117181/6110957
in configure.in
dnl Process this file file with autoconf to produce a configure script.
dnl This file is a shell script fragment that supplies the information
dnl necessary to tailor a template configure script into
www.eeworm.com/read/117181/6111005
in configure.in
dnl Process this file file with autoconf to produce a configure script.
dnl This file is a shell script fragment that supplies the information
dnl necessary to tailor a template configure script into
www.eeworm.com/read/154972/11908925
at c.at
# -*- Autotest -*-
AT_BANNER([C low level compiling/preprocessing macros.])
# Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
#
# This program is free software; you can red
www.eeworm.com/read/153259/12045880
status config.status
#! /bin/sh
# Generated by configure.
# Run this file to recreate the current configuration.
# Compiler output produced by configure, useful for debugging
# configure, is in config.log if it exists.
d
www.eeworm.com/read/253222/12238688
m4 ltdl.m4
## ltdl.m4 - Configure ltdl for the target system. -*-Autoconf-*-
## Copyright (C) 1999-2006 Free Software Foundation, Inc.
##
## This file is free software; the Free Software Foundation gives
## unli
www.eeworm.com/read/253219/12239373
at c.at
# -*- Autotest -*-
AT_BANNER([C low level compiling/preprocessing macros.])
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software
# Foundation, Inc.
#
# This program is free s
www.eeworm.com/read/229410/14339897
in configure.in
AC_INIT([pavuk],[0.9.35])
AC_CONFIG_SRCDIR([src/pavuk.c])
AC_CONFIG_HEADERS([ac-config.h])
AM_INIT_AUTOMAKE
ALL_LINGUAS="cs de es fr it ja pl sk uk"
REVISION=`date +%Y-%m-%dT%H:%M`
AC_DEFINE_UNQUOTE
www.eeworm.com/read/218331/14926143
in configure.in
dnl $Id: configure.in,v 1.14 2003/04/29 21:08:25 al-guest Exp $
dnl configure.in autoconf/automake input script
dnl for minicom
dnl
AC_INIT(src/minicom.c)
AC_CONFIG_AUX_DIR(aux)
AC_PREREQ(2.12)
AM_CO
www.eeworm.com/read/216898/14988185
m4 ac_cxx_explicit.m4
dnl Available from the GNU Autoconf Macro Archive at:
dnl http://www.gnu.org/software/ac-archive/htmldoc/ac_cxx_explicit.html
dnl
AC_DEFUN([AC_CXX_EXPLICIT],
[AC_CACHE_CHECK(whether the compiler suppo
www.eeworm.com/read/216898/14988265
m4 ac_check_cxx_features.m4
AC_DEFUN([AC_CHECK_CXX_FEATURES],[
AC_MSG_NOTICE([
C++ compiler ($CXX $CXXFLAGS $LDFLAGS) characteristics
])
OS=`uname -a`
AC_SUBST(OS)
DATE=`date`
AC_SUBST(DATE)
AH_TOP([
/*********************