代码搜索:Autoconf
找到约 8,642 项符合「Autoconf」的源代码
代码结果 8,642
www.eeworm.com/read/100218/6273232
makefile
NODOCS = true
BASE = $(shell pwd | sed 's@\(.*\)/ninja2.*$$@\1/ninja2@' )
all: Makefile.here here
Makefile.here: configure Makefile.here.in
./configure
configure: configure.in
autoconf
here:
$
www.eeworm.com/read/157396/11711778
changelog
2005-05-19 Anna Langley
* Autoconf now handles 32 bit compilation on x86_64
2005-04-22 Anna Langley
* README updated with revised installation instructions
www.eeworm.com/read/154972/11908790
m4 oldnames.m4
# This file is part of Autoconf. -*- Autoconf -*-
# Support old macros, and provide automated updates.
# Copyright (C) 1994, 1999, 2000, 2001, 2003 Free Software Foundation,
www.eeworm.com/read/154972/11909014
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/154972/11909088
am makefile.am
## Process this file with automake to create Makefile.in. -*-Makefile-*-
## Makefile for Autoconf.
## Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
## This program is free soft
www.eeworm.com/read/154878/11920985
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/154775/11927144
sh autogen.sh
#!/bin/sh
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
pushd $srcdir
autoheader
autoconf
popd
$srcdir/configure "$@"
www.eeworm.com/read/253219/12239220
m4 oldnames.m4
# This file is part of Autoconf. -*- Autoconf -*-
# Support old macros, and provide automated updates.
# Copyright (C) 1994, 1999, 2000, 2001, 2003 Free Software Foundation,
www.eeworm.com/read/253219/12239475
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/252834/12261526
bootstrap
#! /bin/sh
aclocal
autoheader
libtoolize --force --copy
automake --foreign --copy
autoconf