代码搜索:AC分析
找到约 10,000 项符合「AC分析」的源代码
代码结果 10,000
www.eeworm.com/read/366576/9808455
m4 acinclude.m4
AC_DEFUN([AC_PROG_CC_PIE], [
AC_CACHE_CHECK([whether ${CC-cc} accepts -fPIE], ac_cv_prog_cc_pie, [
echo 'void f(){}' > conftest.c
if test -z "`${CC-cc} -fPIE -pie -c conftest.c 2>&1`"; then
ac
www.eeworm.com/read/166778/9999127
m4 error.m4
#serial 11
# Copyright (C) 1996, 1997, 1998, 2001, 2002, 2003, 2004 Free Software
# Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy
www.eeworm.com/read/359019/10170201
in configure.in
dnl @(#)configure.in 1.8 00/06/03 Copyright 1998 J. Schilling
dnl Process this file with autoconf to produce a configure script.
AC_REVISION($Revision$)dnl
AC_INIT(xconfig.h.in)
AC_CONFIG_HEADER(xcon
www.eeworm.com/read/423577/10546378
m4 error.m4
#serial 11
# Copyright (C) 1996, 1997, 1998, 2001, 2002, 2003, 2004 Free Software
# Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy
www.eeworm.com/read/423577/10546508
m4 memchr.m4
# memchr.m4 serial 4
dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distri
www.eeworm.com/read/457303/7328162
pl config.pl
#!/usr/bin/env perl
# a script for use by autoconf to make the Makefiles
# from the Makefile.in's
#
# the original autoconf mechanism first splits all substitutions into groups
# of ca. 90, and than i
www.eeworm.com/read/438437/7731407
traces.0
m4trace:configure.ac:21: -1- AC_INIT([ch_v], [0.9], [mpich-v@mpich-v.net])
m4trace:configure.ac:21: -1- m4_pattern_forbid([^_?A[CHUM]_])
m4trace:configure.ac:21: -1- m4_pattern_forbid([_AC_])
m4trace:
www.eeworm.com/read/296045/8126856
in configure.in
dnl
dnl autoconf input file to generate MCONFIG
dnl
AC_PREREQ(2.52)
AC_REVISION([$Id$])
AC_INIT(MCONFIG.in)
AC_PREFIX_DEFAULT(/usr)
AC_ISC_POSIX
AC_AIX
AC_MINIX
AC_PROG_CC
dnl
dnl Feature-test macr
www.eeworm.com/read/242797/12985025
m4 acinclude.m4
AC_DEFUN([AC_PROG_CC_PIE], [
AC_CACHE_CHECK([whether ${CC-cc} accepts -fPIE], ac_cv_prog_cc_pie, [
echo 'void f(){}' > conftest.c
if test -z "`${CC-cc} -fPIE -pie -c conftest.c 2>&1`"; then
ac
www.eeworm.com/read/100218/6273238
in configure.in
AC_INIT(nbio.c)
AC_CANONICAL_HOST
echo "HOST OS IS $host_os"
echo "HOST CPU IS $host_cpu"
case $host_os in
solaris*) PLATFORM=solaris;;
linux-*) PLATFORM=linux;;
esac
AC_SUBST(PLATFORM)