代码搜索:Autoconf
找到约 8,642 项符合「Autoconf」的源代码
代码结果 8,642
www.eeworm.com/read/417108/11003269
mak prepare-source.mak
conf: configure.sh config.h.in
configure.sh: configure.in aclocal.m4
autoconf -o configure.sh
config.h.in: configure.in aclocal.m4
autoheader && touch config.h.in
www.eeworm.com/read/138121/13258379
readme
This is the README file for LIRC, the Linux Infrared Remote Control
package. The main documentation of this package is available in HTML
format. Please refer to the file doc/html/index.html for more
www.eeworm.com/read/321157/13411637
txt automake.txt
automake
作为Linux下的程序开发人员,大家一定都遇到过Makefile,用make命令来编译自己写的程序确实是很方便。一般情况下,大家都是手工写一个简单Makefile,如果要想写出一个符合自由软件惯例的Makefile就不那么容易了。
在本文中,将给大家介绍如何使用<mark>autoconf</mark>和automake两个工具来帮助我们自动地生成符合自由软件惯例的Makefi ...
www.eeworm.com/read/135582/5885420
sh autogen.sh
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd $srcdir
PROJECT="The LibVideoGFX Library"
TEST_TYPE=-f
FILE=libvid
www.eeworm.com/read/135582/5885590
sh autogen.sh
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd $srcdir
PROJECT="The LibVideoGFX Library"
TEST_TYPE=-f
FILE=libvid