NameDateSize

..23-Jun-202415

acfunctionsH A D14-Nov-20012.9 KiB

acfunctions.m4H A D14-Nov-200149.7 KiB

acgeneral.m4H A D14-Nov-2001142.5 KiB

acheadersH A D14-Nov-20012 KiB

acheaders.m4H A D14-Nov-200114.7 KiB

acidentifiersH A D14-Nov-20011.6 KiB

aclang.m4H A D14-Nov-200167.2 KiB

aclibrariesH A D14-Nov-2001929

aclocal.m4H A D14-Nov-2001132

acmakevarsH A D14-Nov-20011.1 KiB

acoldnames.m4H A D14-Nov-20013.5 KiB

acprogramsH A D14-Nov-20011.2 KiB

acspecific.m4H A D14-Nov-200132 KiB

actypes.m4H A D14-Nov-200119.3 KiB

acversion.inH A D14-Nov-2001201

acversion.m4H A D14-Nov-2001196

AUTHORSH A D14-Nov-2001590

autoconf.inH A D14-Nov-200121.6 KiB

autoconf.m4H A D14-Nov-20012.2 KiB

autoheader.inH A D14-Nov-200110.3 KiB

autoreconf.inH A D14-Nov-200112.1 KiB

autoscan.inH A D14-Nov-200115.9 KiB

autoupdate.inH A D14-Nov-200133.1 KiB

BUGSH A D14-Nov-2001597

ChangeLogH A D14-Nov-200123 KiB

ChangeLog.0H A D14-Nov-200112 KiB

ChangeLog.1H A D14-Nov-200166.5 KiB

ChangeLog.2H A D14-Nov-2001419.3 KiB

config/H12-Oct-201514

configureH A D14-Nov-200164.2 KiB

configure.acH A D14-Nov-20012.1 KiB

COPYINGH A D14-Nov-200117.6 KiB

doc/H12-Oct-20154

GNUmakefileH A D14-Nov-20011,003

ifnames.inH A D14-Nov-20013.3 KiB

INSTALLH A D14-Nov-20019 KiB

INSTALL.txtH A D14-Nov-20019 KiB

m4/H12-Oct-201510

m4sh.m4H A D14-Nov-200121.4 KiB

m4sugar.m4H A D14-Nov-200152.9 KiB

Makefile.amH A D14-Nov-20017.4 KiB

Makefile.inH A D15-Jul-201117.1 KiB

Makefile.maintH A D14-Nov-20018.7 KiB

man/H12-Oct-201522

NEWSH A D14-Nov-200126 KiB

READMEH A D14-Nov-20011.9 KiB

tests/H12-Oct-201526

THANKSH A D14-Nov-20017.6 KiB

TODOH A D14-Nov-200122.7 KiB

README

1-*- text -*-
2
3Autoconf
4
5Autoconf is an extensible package of M4 macros that produce shell
6scripts to automatically configure software source code packages.
7These scripts can adapt the packages to many kinds of UNIX-like
8systems without manual user intervention.  Autoconf creates a
9configuration script for a package from a template file that lists the
10operating system features that the package can use, in the form of M4
11macro calls.
12
13Producing configuration scripts using Autoconf requires GNU M4.  You
14must install GNU M4 (version 1.4 or later) before configuring
15Autoconf, so that Autoconf's configure script can find it.  The
16configuration scripts produced by Autoconf are self-contained, so
17their users do not need to have Autoconf (or GNU M4).
18
19Some optional utilities that come with Autoconf, autoscan and
20autoupdate, use Perl 5.5.  However, it is not required in order to use
21the main Autoconf programs.  If it is not present, the affected
22Autoconf utilities will not be installed.
23
24The file INSTALL should be distributed with packages that use
25Autoconf-generated configure scripts and Makefiles that conform to the
26GNU coding standards.  The package's README can just give an overview
27of the package, where to report bugs, and a pointer to INSTALL for
28instructions on compilation and installation.  This removes the need
29to maintain many similar sets of installation instructions.
30
31Be sure to read BUGS (especially if this Autoconf is not an official
32release) and INSTALL.
33
34This version of the package Autoconf uses a fixed version of Automake
351.4.  If ever you alter some Makefile.am (i.e., if you hack Autoconf
36itself), you'll have to use either a more recent release of Automake,
37or download the patch from
38
39   http://packages.debian.org/stable/devel/automake.html
40
41Mail suggestions to autoconf@gnu.org, bug reports to
42autoconf-bugs@gnu.org, and patches to autoconf-patches@gnu.org.
43Please include the Autoconf version number, which you can get by
44running `autoconf --version'.
45