代码搜索:Autoconf
找到约 8,642 项符合「Autoconf」的源代码
代码结果 8,642
www.eeworm.com/read/121651/14745123
in makefile.in
# ./Makefile.in -*- Makefile -*-
# $Id: Makefile.in,v 1.16 2003/03/07 02:24:18 gcw Exp $
@MCOMMON@
srcdir = @srcdir@
VPATH = @srcdir@
.PATH: @srcdir@
first_rule: all
dummy:
subdirs = src doc rc
www.eeworm.com/read/218565/14915244
sh bootstrap.sh
#! /bin/sh
# Regenerate the files autoconf / automake
rm -rf autom4te.cache
rm -f config.cache config.log configure config.guess config.sub aclocal.m4 config.h.in
rm -f Makefile.in config.h.in src/M
www.eeworm.com/read/205734/15308505
sh autogen.sh
#!/bin/bash
# Run this to generate configure, Makefile.in's, etc
(autoreconf --version) < /dev/null > /dev/null 2>&1 || {
(autoconf --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "*
www.eeworm.com/read/169190/5427069
dev readme.dev
Apache Portable Runtime
=======================
If you are building APR from SVN, you need to use a slightly non-standard
build process. You must have autoconf and libtool installed for this to
work
www.eeworm.com/read/154890/5632181
authors
Matthias Kalle Dalheimer :
classes KConfig, KTextStream, KColorSet, KApplication
automake, autoconf, maintenance
Richard Moore :
KLedLamp class
Martynas Kunigelis
www.eeworm.com/read/194598/8189425
sh autogen.sh
#!/bin/sh
#
echo "Generating build information using autoconf"
echo "This may take a while ..."
# Regenerate configuration files
cp acinclude.m4 aclocal.m4
found=false
for autoconf in autoconf autoco
www.eeworm.com/read/193315/8239828
news
25 Oct 2001
Autoconf no longer used; it was causing more problems than it was worth.
11 Mar 2002
1.0 released.
www.eeworm.com/read/292796/8332856
am makefile.am
## Process this file with automake to create Makefile.in
## Copyright 2001, 2002 Free Software Foundation, Inc.
##
## This program is free software; you can redistribute it and/or modify
## it under
www.eeworm.com/read/292796/8332924
m4 autoscan.m4
# This file is part of Autoconf. -*- Autoconf -*-
# Interface with autoscan.
# Copyright (C) 2002 Free Software Foundation, Inc.
# This program is free software; you can redist
www.eeworm.com/read/292796/8333166
changelog
2002-12-03 Paul Eggert
Version 2.57.
* NEWS, configure.ac: Update version.
* doc/fdl.texi: Upgrade to FDL version 1.2.
* lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Us