代码搜索:Autoconf
找到约 8,642 项符合「Autoconf」的源代码
代码结果 8,642
www.eeworm.com/read/457841/7316971
sh autogen.sh
#!/bin/sh
#
aclocal
automake --foreign
autoconf
./configure $*
www.eeworm.com/read/245004/12826574
readme
To build
aclocal
autoheader
autoconf
automake
./configure
make
www.eeworm.com/read/329502/12951452
sh autogen.sh
#!/bin/sh
#
aclocal
automake --foreign
autoconf
# ./configure $*
www.eeworm.com/read/127438/6006080
makeconfigure
#! /bin/sh
# runs autoheader and autoconf with local macros
autoheader
autoconf
www.eeworm.com/read/126641/6015782
sh autogunk.sh
#!/bin/sh
# This script tries to follow the "GNU way" w.r.t. the autobits.
# This does of course generate a number of irritating files.
# Try to get over it (I am getting there myself).
# This shoul
www.eeworm.com/read/405540/11460751
cvs readme.cvs
Important note:
To reduce bandwidth and needless updates, the CVS tree does not
contain automatically-generated files, even when those files are
normally present in the distribution tarballs.
Theref
www.eeworm.com/read/261194/11660071
sh autogen.sh
#!/bin/sh
aclocal
libtoolize --force
automake -a
autoconf
www.eeworm.com/read/346479/11742439
readme
Check is a unit test framework for C. It features a simple interface
for defining unit tests, putting little in the way of the
developer. Tests are run in a separate address space, so Check can
catch