代码搜索:AC分析
找到约 10,000 项符合「AC分析」的源代码
代码结果 10,000
www.eeworm.com/read/391966/8370785
in configure.in
dnl Initialize automake
AC_INIT(src/aide.c)
AM_INIT_AUTOMAKE(aide, 0.9)
dnl The name of the configure h-file.
AM_CONFIG_HEADER(config.h)
# We want an absolute path to the source-dir.
case "$srcdir"
www.eeworm.com/read/187102/8856078
test scripts.test
#! /bin/sh
# Test for bug reported by Jim Meyering.
# AC_PROG_INSTALL was required when only noinst_SCRIPTS was defined.
. $srcdir/defs || exit 1
cat > configure.in
www.eeworm.com/read/384361/8875944
traces.0
m4trace:aclocal.m4:43: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
m4trace:configure.ac:2: -1- AC_INIT([trilearn__base_sources], [3.3], [jellekok@science.uva.nl])
m4trace:configure.ac:2: -1- m4_pattern_f
www.eeworm.com/read/181573/9245620
in configure.in
dnl
dnl configure.in for libnids.
dnl
dnl Dug Song
dnl ... mantained by Nergal
AC_INIT(src/libnids.c)
AC_CANONICAL_SYSTEM
AC_CONFIG_HEADER(src/config.h)
dnl Initialize prefix
www.eeworm.com/read/176998/9477513
in configure.in
dnl $Id: configure.in,v 1.14 2001/09/30 13:10:33 walker 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_CONF
www.eeworm.com/read/168534/9908159
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/161312/10426460
m4 acinclude.m4
dnl
dnl $Id: acinclude.m4,v 1.44 2005/07/03 10:42:56 holtmann Exp $
dnl
AC_DEFUN([AC_PROG_CC_PIE], [
AC_CACHE_CHECK([whether ${CC-cc} accepts -fPIE], ac_cv_prog_cc_pie, [
echo 'void f(){}' > conf
www.eeworm.com/read/353619/10434694
in configure.in
dnl Init.
AC_INIT(FripTV,0.18)
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(README)
dnl Detect the canonical host and target build environment
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
dnl Setup for automake
AM_INI
www.eeworm.com/read/348705/10872337
in configure.in
# Process this file with autoconf to produce a configure script.
AC_INIT(gdk/gdktypes.h)
# In the following, there are a the following variants
# of GLib cflags and libs variables
#
# GLIB_CFLAGS: c
www.eeworm.com/read/270994/11013348
in configure.in
dnl Process this file with autoconf to produce a configure script.
AC_INIT(Makefile.am)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(amygdala,0.3)
dnl Checks for programs.
AC_CHECK_COMPILERS
dnl AC_