代码搜索:Autoconf
找到约 8,642 项符合「Autoconf」的源代码
代码结果 8,642
www.eeworm.com/read/168763/5436721
h config.h
#ifndef _LINUX_CONFIG_H
#define _LINUX_CONFIG_H
/* #include */
#endif
www.eeworm.com/read/163186/5511242
changelog
--0.3
Autoconf
Solaris getopt.h
mscompress and msexpand should be now sparc ready.
format.txt from ffe
Detection of V6.22
`make binary'
--0.2
mscompress -V bug fixed
manual pages
/u
www.eeworm.com/read/159825/5580575
h config.h
#ifndef _LINUX_CONFIG_H
#define _LINUX_CONFIG_H
/* #include */
#endif
www.eeworm.com/read/155374/5624214
h config.h
#ifndef _LINUX_CONFIG_H
#define _LINUX_CONFIG_H
/* #include */
#endif
www.eeworm.com/read/292796/8332942
m4 oldnames.m4
# This file is part of Autoconf. -*- Autoconf -*-
# Support old macros, and provide automated updates.
# Copyright 1994, 1999, 2000, 2001 Free Software Foundation, Inc.
#
# T
www.eeworm.com/read/292796/8333177
x common.x
[see also]
.BR autoconf (1),
.BR automake (1),
.BR autoreconf (1),
.BR autoupdate (1),
.BR autoheader (1),
.BR autoscan (1),
.BR config.guess (1),
.BR config.sub (1),
.BR ifnames (1),
.BR libtool (1).
www.eeworm.com/read/367274/9763183
sh autogen.sh
#!/bin/sh -xe
#
# Simple script to run the appropriate autotools from a repository.
#
autoheader
autoconf
rm -rf autom4te.cache config.log config.status
www.eeworm.com/read/411028/11260656
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/247568/12641035
sh autogen.sh
#!/bin/sh
echo "
checking basic compilation tools ...
"
for tool in pkg-config aclocal autoheader autoconf automake gettext msgfmt iconv
do
echo -n "$tool... "
if which $tool >/dev/null 2>&1
www.eeworm.com/read/134198/14001938
sh autogen.sh
set -x
aclocal
autoheader
automake --add-missing --copy
autoconf
#./configure $*