代码搜索:Autoconf
找到约 8,642 项符合「Autoconf」的源代码
代码结果 8,642
www.eeworm.com/read/157515/11697569
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/346479/11742502
sh autogen.sh
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd $srcdir
PROJECT="the Check unit test framework"
TEST_TYPE=-f
FILE=
www.eeworm.com/read/259900/11758324
sh autogen.sh
#!/bin/sh
srcdir="`dirname $0`"
test -z "$srcdir" && srcdir=.
THEDIR="`pwd`"
cd "$srcdir"
libtoolize --copy --force
aclocal
autoheader
automake -a -c
autoconf
if [ "$1" = "--noconfigure" ]; then
www.eeworm.com/read/258337/11869325
authors
Matthias Kalle Dalheimer :
classes KConfig, KTextStream, KColorSet, KApplication
automake, autoconf, maintenance
Richard Moore :
KLedLamp class
Martynas Kunigelis
www.eeworm.com/read/154972/11908711
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/154972/11908778
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/154972/11908996
changelog
2003-11-06 Akim Demaille
Version 2.59.
2003-11-05 Alexandre Duret-Lutz
* lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
so that ac_abs_builddi
www.eeworm.com/read/154972/11909061
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/154972/11909098
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/154972/11909119
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