代码搜索:Autoconf
找到约 8,642 项符合「Autoconf」的源代码
代码结果 8,642
www.eeworm.com/read/292796/8333243
2 changelog.2
2001-05-21 Akim Demaille
Version 2.50.
2001-05-19 Akim Demaille
* tests/tools.at: s/undefined macro/possibly undefined macro/.
2001-05-19 Akim Demaille
www.eeworm.com/read/292796/8333323
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/292796/8333334
in autoreconf.in
#! @PERL@ -w
# -*- perl -*-
# @configure_input@
eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
if 0;
# autoreconf - install the GNU Build System in a directory tre
www.eeworm.com/read/292796/8333352
bugs
-*- outline -*-
This file lists the bugs you must be aware of. Be sure to check this
file before using Autoconf, and especially CVS versions of Autoconf.
Copyright 2000, 2001, 2002 Free Software F
www.eeworm.com/read/269573/11091500
sh autogen.sh
#!/bin/sh
# Run this to set up the build system: configure, makefiles, etc.
# (based on the version in enlightenment's cvs)
package="vorbisidec"
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
cd
www.eeworm.com/read/237003/13984209
ac configure.ac
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT(blitz, 0.8, blitz-bugs@oonumerics.org)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_SRCDIR(blitz/blitz.h)
AC_CONFIG_H
www.eeworm.com/read/202755/15374518
sh autogen.sh
#!/bin/sh
#
aclocal
automake --foreign
autoconf
echo "Now you are ready to run ./configure"
www.eeworm.com/read/202754/15374545
sh autogen.sh
#!/bin/sh
#
aclocal
automake --foreign
autoconf
echo "Now you are ready to run ./configure"
www.eeworm.com/read/113583/15452942
authors
$Id: AUTHORS,v 1.5 2001/03/25 10:43:33 walker Exp $
Miquel van Smoorenburg , ,
,
- author
www.eeworm.com/read/110173/15540786
sh autogen.sh
#!/bin/sh
#
aclocal
automake --foreign
autoconf
#./configure $*
echo "Now you are ready to run ./configure"