代码搜索:AC分析

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

代码结果 10,000
www.eeworm.com/read/473772/6840041

in configure.in

dnl ************************************************************************* dnl * GSM TA/ME library dnl * dnl * File: configure.in dnl * dnl * Purpose: autoconf configure script template dnl * dn
www.eeworm.com/read/292797/8332130

test output.test

#! /bin/sh # Test to make sure files listed in AC_OUTPUT are found. . $srcdir/defs || exit 1 cat > configure.in
www.eeworm.com/read/292797/8332133

test remake.test

#! /bin/sh # Make sure remaking rules in subdir are correctly generated. . $srcdir/defs || exit 1 cat > configure.in
www.eeworm.com/read/292797/8332178

test remake2.test

#! /bin/sh # Make sure remaking rules in subdir are correct. . $srcdir/defs || exit 1 cat > configure.in
www.eeworm.com/read/292797/8332198

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/292797/8332239

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/292797/8332292

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/292797/8332302

test acoutqnl.test

#! /bin/sh # Test for bug reported by Fran鏾is Pinard. . $srcdir/defs || exit 1 cat > configure.in
www.eeworm.com/read/292797/8332304

test output3.test

#! /bin/sh # Yet another AC_OUTPUT test. . $srcdir/defs || exit 1 cat > configure.in
www.eeworm.com/read/292797/8332471

test output5.test

#! /bin/sh # Test for AC_OUTPUT(). From Mark Galassi. . $srcdir/defs || exit 1 cat > configure.in Mak