代码搜索:AC分析

找到约 10,000 项符合「AC分析」的源代码

代码结果 10,000
www.eeworm.com/read/292797/8332256

test colon.test

#! /bin/sh # Test for bug reported by Nyul Laszlo. When using the ":" syntax in # AC_OUTPUT, Automake fails to find the correct file. . $srcdir/defs || exit 1 cat > configure.in
www.eeworm.com/read/292797/8332501

test colon2.test

#! /bin/sh # Make sure ":" works with files automake generates. . $srcdir/defs || exit 1 cat > configure.in
www.eeworm.com/read/171718/9740137

m4 progtest.m4

# progtest.m4 serial 4 (gettext-0.14.2) dnl Copyright (C) 1996-2003, 2005 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to
www.eeworm.com/read/414972/11088928

status config.status

#! /bin/sh # Generated automatically by configure. # Run this file to recreate the current configuration. # This directory was configured as follows, # on host dtv.marusys.com: # # ./configure --host
www.eeworm.com/read/334162/12628664

in configure.in

dnl Process this file with autoconf to produce a configure script. AC_INIT(fftw/planner.c) AM_INIT_AUTOMAKE(fftw, 2.1.5) dnl This is the version info according to the libtool versioning system. dnl I
www.eeworm.com/read/237004/13981890

m4 acinclude.m4

dnl AC_MTL_TRY_COMPILE(INCLUDES, FUNCTION-BODY, dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]) dnl dnl Just like AC_TRY_COMPILE except it does not #include "confdefs.h" dnl which is n
www.eeworm.com/read/132667/14079191

in configure.in

dnl /* ==================================================================== dnl * The Kannel Software License, Version 1.0 dnl * dnl * Copyright (c) 2001-2004 Kannel Group dnl * Copyright (c)
www.eeworm.com/read/204136/15344060

in configure.in

# Process this file with autoconf to produce a configure script. AC_INIT # Checks for programs. AC_PROG_CC AC_PROG_INSTALL # Checks for header files. AC_CHECK_HEADERS(string.h strings.h unistd.h) #
www.eeworm.com/read/112300/15489852

in configure.in

# -*- Autoconf -*- script for CIPE dnl Process this file with autoconf to produce a configure script. # # Copyright 1999 Olaf Titz # # This program is free software; yo
www.eeworm.com/read/108430/15586026

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