代码搜索:Autoconf
找到约 8,642 项符合「Autoconf」的源代码
代码结果 8,642
www.eeworm.com/read/253219/12239606
authors
Autoconf was originally written by David MacKenzie, with help from
Franc,ois Pinard, Karl Berry, Richard Pixley, Ian Lance Taylor, Roland
McGrath, Noah Friedman, david d zuhn, and many others.
Ben El
www.eeworm.com/read/253219/12239610
am makefile.am
## Process this file with automake to create Makefile.in. -*-Makefile-*-
## Makefile for Autoconf.
## Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software
## Foundation, Inc.
## Thi
www.eeworm.com/read/253219/12239636
bugs
-*- outline -*-
This file lists the bugs you must be aware of. Be sure to check this
file before using Autoconf, and especially CVS versions of Autoconf.
Copyright 2000, 2001, 2002 Free Software F
www.eeworm.com/read/252976/12252070
bootstrap
rm -f config.cache
rm -f acconfig.h
aclocal
autoconf
#acconfig
#autoheader
automake -a
www.eeworm.com/read/132338/14097236
sh autogen.sh
#!/bin/sh
aclocal && automake --add-missing && autoconf
www.eeworm.com/read/225655/14527158
readme
LibBT 1.01
Description:
LibBT is a C reimplementation of the BitTorrent core protocols. Our
goal for the project is to develop a low overhead library version of
the protocols so that BitTorrent tr
www.eeworm.com/read/171081/5398709
svn-base acinit.sh.svn-base
#!/bin/sh
aclocal
autoheader
autoconf
automake -a --foreign
./configure
www.eeworm.com/read/154890/5632646
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