代码搜索:Autoconf
找到约 8,642 项符合「Autoconf」的源代码
代码结果 8,642
www.eeworm.com/read/466466/7035656
install
___________________________________
General FAAC compiling instructions
1. Make sure you have recent versions of autoconf, automake and libtool installed.
For MP4 writing and tagging support, you
www.eeworm.com/read/463724/7176302
m4 isc-posix.m4
# isc-posix.m4 serial 2 (gettext-0.11.2)
dnl Copyright (C) 1995-2002 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License.
www.eeworm.com/read/448648/7528278
update-autotools
#! /bin/sh
#
# When local system does not have the latest autoconf/automake
# -- Kunihiro Ishiguro
#
rm -f config.cache
rm -f Makefile.in
rm -f aclocal.m4
rm -f config.h.in
www.eeworm.com/read/299064/7894574
m4 isc-posix.m4
# isc-posix.m4 serial 2 (gettext-0.11.2)
dnl Copyright (C) 1995-2002 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License.
www.eeworm.com/read/296045/8126787
makefile
# You can do "make SUB=blah" to make only a few, or edit here, or both
# You can also run make directly in the subdirs you want.
SUB = lib common tftp tftpd
%.build: MCONFIG aconfig.h version.h
$
www.eeworm.com/read/145256/12741691
update-autotools
#! /bin/sh
#
# When local system does not have the latest autoconf/automake
# -- Kunihiro Ishiguro
#
rm -f config.cache
rm -f Makefile.in
rm -f aclocal.m4
rm -f config.h.in
www.eeworm.com/read/143595/12856986
changelog
2005-05-19 Anna Langley
* Autoconf now handles 32 bit compilation on x86_64
2005-04-22 Anna Langley
* README updated with revised installation instructions
www.eeworm.com/read/243948/12906151
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=libflash
TEST_TYPE=-f
FILE=lib/flash.h
DIE=0
(au
www.eeworm.com/read/142649/12933784
sh bootstrap.sh
#! /bin/sh
#
# bootstrap.sh created by bmm 0.2.0 Thu Jan 22 23:13:44 2004
rm bmm.status &> /dev/null
echo "* Running GNU auto tools"
echo + aclocal
aclocal -I /usr/local/share/aclocal &> bmm.status
www.eeworm.com/read/329075/12983444
reconf
#!/bin/sh
rm -f config.cache
aclocal -I $PROJECTPATH/aclocal
autoconf
autoheader
automake -a
exit