代码搜索:Autoconf
找到约 8,642 项符合「Autoconf」的源代码
代码结果 8,642
www.eeworm.com/read/134073/14010550
changelog
*******************************************************************************
What's new in this version (1.6.2, 2005/02/18):
01/31: More samples.
01/31: English and Chinese UI. Please use the fol
www.eeworm.com/read/109811/15547798
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/109477/15556649
h config.h
#ifndef _LINUX_CONFIG_H
#define _LINUX_CONFIG_H
#include
#endif
www.eeworm.com/read/108494/15585329
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 tftp tftpd
%.build: MCONFIG aconfig.h version.h
$(MAKE)
www.eeworm.com/read/108423/15586290
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/105158/15676983
configure
#!/bin/sh
# Lua does not use GNU autoconf; just edit ./config if needed to suit your
# platform and then run make.
# This shows the parameters currently set in ./config:
make echo
# If you want con
www.eeworm.com/read/104056/15711399
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/103200/15740783
cvsbuild
#! /bin/sh
PROJECT=strace
DIE=0
(autoconf --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "You must have autoconf installed to compile $PROJECT."
echo "Download the appropriate package fo
www.eeworm.com/read/100606/15869592
bat build.bat
rem Sample build script (using Microsoft Visual C++)
cl search.c keyblock.c chipio.c des.c
cl initsrch.c keyblock.c
cl autoconf.c chipio.c
cl testvec.c sim.c des.c