代码搜索:AC分析
找到约 10,000 项符合「AC分析」的源代码
代码结果 10,000
www.eeworm.com/read/108430/15586039
m4 aclocal.m4
dnl Check files in directory
AC_DEFUN( AC_TEST_FILES,
[
ac_file_found=yes
for f in $1; do
if test ! -f $2/$f; then
ac_file_found=no
break;
fi
done
if test "$ac_file_foun
www.eeworm.com/read/107223/15611574
m4 aclocal.m4
dnl
dnl Improved version of AC_CHECK_LIB
dnl
dnl Thanks to John Hawkinson (jhawk@mit.edu)
dnl
dnl usage:
dnl
dnl AC_LBL_CHECK_LIB(LIBRARY, FUNCTION [, ACTION-IF-FOUND [,
dnl ACTION-IF-NOT-FOUND [,
www.eeworm.com/read/103666/15726887
in configure.in
dnl
dnl configure.in for libnids.
dnl
dnl Dug Song
AC_INIT(src/libnids.c)
AC_CONFIG_HEADER(src/config.h)
dnl Initialize prefix.
if test "$prefix" = "NONE" ; then
prefix="/us
www.eeworm.com/read/100415/15874080
pl conf.change.pl
#!/usr/bin/perl -w
# this script patches a config.status file, to use our own perl script
# in the main loop
# we do it this way to circumvent hacking (and thereby including)
# autoconf function (whi
www.eeworm.com/read/391748/8381672
m4 getpagesize.m4
# getpagesize.m4 serial 7
dnl Copyright (C) 2002, 2004-2005, 2007 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and
www.eeworm.com/read/432021/8637867
m4 functions.m4
# $Id: functions.m4 1339 2006-09-21 19:46:28Z tbailey $
#
# $Log$
# Revision 1.1 2005/10/06 20:06:01 nadya
# add definitions for configure macros that are missing from autoconf v < 2.54
# will need
www.eeworm.com/read/286090/8790110
m4 alloca.m4
# alloca.m4 serial 3
dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special excepti
www.eeworm.com/read/187102/8855989
test conf2.test
#! /bin/sh
# Test to make sure several config headers are allowed.
. $srcdir/defs || exit 1
cat > configure.in
www.eeworm.com/read/181778/9237202
in configure.in
AC_INIT
AM_INIT_AUTOMAKE(gpsd, 2.3)
AC_PREFIX_PROGRAM(gcc)
AM_CONFIG_HEADER(config.h)
AC_LANG([C])
AC_PROG_LN_S
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_PROG_LIBTOOL
AC_C_BIGENDIAN
CFLAGS="$CFLAGS -Wall
www.eeworm.com/read/374506/9401587
in configure.in
dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which tries to guess your system
dnl configuration so that no manual editing of the Makefile sho