代码搜索:Autoconf
找到约 8,642 项符合「Autoconf」的源代码
代码结果 8,642
www.eeworm.com/read/286796/8741283
sh autogen.sh
# i made this myself. its probably all wrong
aclocal
autoconf
automake -a
echo now run ./configure and make
www.eeworm.com/read/187101/8856491
in makefile.in
# Makefile for Autoconf test suite.
# Copyright (C) 1994 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General
www.eeworm.com/read/185213/9049889
bootstrap
#!/bin/sh -e
aclocal -I .
automake --add-missing --copy
autoconf
www.eeworm.com/read/176998/9477770
authors
$Id: AUTHORS,v 1.5 2001/03/25 10:43:33 walker Exp $
Miquel van Smoorenburg , ,
,
- author
www.eeworm.com/read/175483/9545085
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/278336/10544373
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/275970/10780398
readme-cvs
If you use the CVS version of strace there will be some files missing
that you need to build strace. These files are generated by tools from
the GNU autoconf package.
In order to generate the missin
www.eeworm.com/read/273826/10899693
sh autogen.sh
#!/bin/sh
# 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 "**E
www.eeworm.com/read/435728/7786324
sh autogen.sh
#! /bin/sh
# Copyright (C) 2000, 2001 by Martin Pool
# $Id: autogen.sh,v 1.18 2003/06/12 05:50:00 wayned Exp $
# This program is free software; you can redistribute it and/or
# modify it under the t
www.eeworm.com/read/434049/7893925
sh autogen.sh
#!/bin/sh
aclocal-1.7
automake-1.7 --add-missing
autoconf