代码搜索:AC分析
找到约 10,000 项符合「AC分析」的源代码
代码结果 10,000
www.eeworm.com/read/187102/8855797
test remake2.test
#! /bin/sh
# Make sure remaking rules in subdir are correct.
. $srcdir/defs || exit 1
cat > configure.in
www.eeworm.com/read/187102/8855824
test acouttbs.test
#!/bin/sh
# Test for bug reported by Fran鏾is Pinard.
# If \ is in AC_OUTPUT, automake barfs.
. $srcdir/defs || exit 1
cat > configure.in
www.eeworm.com/read/187102/8855878
test acoutput.test
#!/bin/sh
# Test for bug when AC_OUTPUT has 2 args on the same line, eg:
# AC_OUTPUT([Makefile automake tests/Makefile],[chmod +x automake])
. $srcdir/defs || exit 1
cat > configure.in
www.eeworm.com/read/187102/8855937
test colon7.test
#! /bin/sh
# Another test for a failing ":" in AC_OUTPUT. Report from Maciej
# Stachowiak.
. $srcdir/defs || exit 1
cat > configure.in
www.eeworm.com/read/187102/8855944
test acoutqnl.test
#! /bin/sh
# Test for bug reported by Fran鏾is Pinard.
. $srcdir/defs || exit 1
cat > configure.in
www.eeworm.com/read/187102/8855946
test output3.test
#! /bin/sh
# Yet another AC_OUTPUT test.
. $srcdir/defs || exit 1
cat > configure.in
www.eeworm.com/read/187102/8856103
test output5.test
#! /bin/sh
# Test for AC_OUTPUT(). From Mark Galassi.
. $srcdir/defs || exit 1
cat > configure.in Mak
www.eeworm.com/read/187102/8856137
test acoutnoq.test
#!/bin/sh
# Test for bug reported by Jerome Santini.
# If I put this line in my configure.in:
# AC_OUTPUT(Makefile src/Makefile tests/Makefile, echo timestamp > stamp-h)dnl
# automake is not happy:
#
www.eeworm.com/read/187102/8856204
test colon6.test
#! /bin/sh
# Yet another multi-":" test, this time from Ken Pizzini.
. $srcdir/defs || exit 1
cat > configure.in
www.eeworm.com/read/378952/9211935
in configure.in
dnl Process this file with autoconf to produce a configure script.
AC_INIT(fping.c)
AM_INIT_AUTOMAKE(fping, 2.4b2_to)
AM_CONFIG_HEADER(config.h)
#VERSION=2.4b2
#PACKAGE=fping
AC_SUBST(PACKAGE)
AC_SUB