代码搜索:Autoconf
找到约 8,642 项符合「Autoconf」的源代码
代码结果 8,642
www.eeworm.com/read/292796/8333080
m4 atspecific.m4
# M4 macros used in building Autoconf test suites. -*- Autotest -*-
# Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
# This program is free software; you can redistribute it an
www.eeworm.com/read/204255/15342848
h connect_nonb.h
#ifndef CONNECT_NONB_H
#define CONNECT_NONB_H
#include "./def.h"
#ifdef WINDOWS
#include
#else
#include // autoconf manual: Darwin + others prereq for stdlib.h
#include
www.eeworm.com/read/204255/15342863
h iplist.h
#ifndef IPLIST_H
#define IPLIST_H
#include "def.h"
#ifdef WINDOWS
#include
#else
#include
#include // autoconf manual: Darwin + others prereq for stdlib.h
#includ
www.eeworm.com/read/189512/8466601
h region.h
/* Copyright (c) 1994 Sun Wu, Udi Manber, Burra Gopal. All Rights Reserved. */
/* Constructed from the mail messages received from Bill Camargo in June 1994 */
#ifndef _REGION_H_
#define _REGION_H_
#
www.eeworm.com/read/187102/8856046
test ansi3.test
#! /bin/sh
# Actual test of ansi2knr functionality. Relies on existence
# of working gcc.
. $srcdir/defs || exit 1
cat > configure.in
www.eeworm.com/read/179705/9341863
sh autogen.sh
#! /bin/sh
# Run this to generate all the auto-generated files needed by the GNU
# configure program
libtoolize --automake
aclocal
automake --add-missing --gnu
autoconf
echo "Now use ./configure --e
www.eeworm.com/read/424281/10467711
sh autogen.sh
#! /bin/sh
# Run this to generate all the auto-generated files needed by the GNU
# configure program
libtoolize --automake
aclocal
autoheader
automake --add-missing --gnu
autoconf
echo "Now use ./co
www.eeworm.com/read/141300/5772925
am makefile.am
## Process this file with automake to produce Makefile.in
#
# JW 3/9/01 - had a go and makeing an autoconf script.
noinst_LIBRARIES = libidnxsp.a
libidnxsp_a_SOURCES = \
idndig.c
INCLUDES = -I$(
www.eeworm.com/read/141300/5772945
am makefile.am
## Process this file with automake to produce Makefile.in
#
# JW 3/9/01 - had a go and makeing an autoconf script.
noinst_LIBRARIES = libcmxsp.a
libcmxsp_a_SOURCES = \
cm.c \
cmevt.c \
cm
www.eeworm.com/read/141300/5772952
am makefile.am
## Process this file with automake to produce Makefile.in
#
# JW 3/9/01 - had a go and makeing an autoconf script.
noinst_LIBRARIES = libenhxsp.a
libenhxsp_a_SOURCES = \
enh.c \
enhtrans.c
INCLU