代码搜索:Autoconf
找到约 8,642 项符合「Autoconf」的源代码
代码结果 8,642
www.eeworm.com/read/253219/12239182
m4 autoupdate.m4
# This file is part of Autoconf. -*- Autoconf -*-
# Interface with autoupdate.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2003, 2004, 2006 Free Soft
www.eeworm.com/read/432021/8637762
bootstrap
#!/bin/sh
##
## $Id: bootstrap 1339 2006-09-21 19:46:28Z tbailey $
## $Log$
## Revision 1.5 2005/10/06 20:06:00 nadya
## add definitions for configure macros that are missing from autoconf v < 2.54
www.eeworm.com/read/292796/8333355
ac configure.ac
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
# Copyright (C) 1992, 1993, 1994, 1995, 1999, 2000, 2001, 200
www.eeworm.com/read/223320/14646135
setup
#! /bin/sh -e
# $Id: setup,v 1.2 2004/02/20 14:26:09 dm Exp $
#
# This script builds the files necessary to configure this package for
# development. Once you run this script, you will need GNU make,
www.eeworm.com/read/366147/9827045
news
New in 3.5.8
* update freefem to support g++ up to 4.1
* Debian support is not externalized and provided by pkg-scicomp.alioth.debian.org
New in 3.5.7
* get rid of warning and compilation errors with
www.eeworm.com/read/154972/11908947
news
* Major changes in Autoconf 2.59 -*- outline -*-
Released 2003-11-04, by Akim Demaille
** ac_abs_builddir etc.
Absolute paths were actually relative in 2.58.
* Major chang
www.eeworm.com/read/253219/12239397
news
* Major changes in Autoconf 2.60
Released 2006-06-23, by Ralf Wildenhues.
** Autoconf no longer depends on whether m4wrap is FIFO (as Posix requires)
or LIFO (as in GNU M4 1.4.x). GNU M4 2.0 is
www.eeworm.com/read/207652/15266210
html creating-configuration.html
Creating Your Own Configuration
www.eeworm.com/read/292796/8333109
news
* Major changes in Autoconf 2.57 -*- outline -*-
Released 2002-12-03.
Bug fixes for problems with AIX linker, with freestanding C compilers,
with GNU m4 limitations, and with
www.eeworm.com/read/191298/8431183
sh autogen.sh
#!/bin/sh
#
# $Id: autogen.sh,v 1.4 2005/07/24 00:15:35 aymeric Exp $
#
DIE=0
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
test "$srcdir" = "." && srcdir=`pwd`
PROJECT=src
# failure subroutine.