代码搜索:Autoconf
找到约 8,642 项符合「Autoconf」的源代码
代码结果 8,642
www.eeworm.com/read/169190/5427343
buildconf
#!/bin/sh
# Default place to look for apr source. Can be overridden with
# --with-apr=[directory]
apr_src_dir=../apr
while test $# -gt 0
do
# Normalize
case "$1" in
-*=*) optarg=`echo "$1
www.eeworm.com/read/162614/5530997
c 19921210-1.c
/* Test for proper disabling of macros within their own expansions. */
/* { dg-do compile } */
/* The following is a trick to evaluate a complex boolean expression
at compile time, inspired by au
www.eeworm.com/read/292796/8332886
m4 autoheader.m4
# This file is part of Autoconf. -*- Autoconf -*-
# Interface with autoheader.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002 Free Software Foundat
www.eeworm.com/read/292796/8333308
in makefile.in
# Makefile.in generated by automake 1.7.1 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This Makefile.in is
www.eeworm.com/read/415809/11052305
h config.h
/* rough config.h */
/*
* History
*
* 2002-01-16: Nandy Lyu
* - Initial code
*
*/
#ifndef _CONFIG_H_
#define _CONFIG_H_
#include "autoconf.h"
#endif /* _CONFIG_H_ */
www.eeworm.com/read/334955/12557805
bootstrap
#!/bin/sh
set -x
aclocal -I config
libtoolize --force --copy
autoheader
automake --gnu --add-missing --copy
autoconf
www.eeworm.com/read/204255/15342886
h setnonblock.h
#ifndef SETNONBLOCK_H
#define SETNONBLOCK_H
#include "./def.h"
#include
#ifdef WINDOWS
#include
#else
#include // autoconf manual: Darwin + others prereq for s