|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 08-May-2022 | - |
| bin/ | H | 08-May-2022 | - | 4,953 | 2,728 |
| build-aux/ | H | 08-May-2022 | - | 16,436 | 14,473 |
| doc/ | H | 08-May-2022 | - | 65,357 | 53,781 |
| lib/ | H | 08-May-2022 | - | 32,229 | 26,340 |
| m4/ | H | 08-May-2022 | - | 153 | 136 |
| man/ | H | 08-May-2022 | - | 1,470 | 1,319 |
| tests/ | H | 08-May-2022 | - | 15,286 | 12,426 |
| .prev-version | H A D | 08-May-2022 | 6 | 2 | 1 |
| .tarball-version | H A D | 08-May-2022 | 5 | 2 | 1 |
| .version | H A D | 08-May-2022 | 6 | 2 | 1 |
| AUTHORS | H A D | 08-May-2022 | 7.9 KiB | 128 | 116 |
| BUGS | H A D | 08-May-2022 | 1.6 KiB | 38 | 29 |
| COPYING | H A D | 08-May-2022 | 17.6 KiB | 340 | 281 |
| COPYING.EXCEPTION | H A D | 08-May-2022 | 1.8 KiB | 44 | 32 |
| COPYINGv3 | H A D | 08-May-2022 | 34.3 KiB | 675 | 553 |
| ChangeLog | H A D | 08-May-2022 | 21.1 KiB | 563 | 432 |
| ChangeLog.0 | H A D | 08-May-2022 | 12.6 KiB | 363 | 244 |
| ChangeLog.1 | H A D | 08-May-2022 | 67.2 KiB | 1,940 | 1,221 |
| ChangeLog.2 | H A D | 08-May-2022 | 420 KiB | 12,869 | 9,090 |
| ChangeLog.3 | H A D | 08-May-2022 | 835 KiB | 23,225 | 17,570 |
| GNUmakefile | H A D | 08-May-2022 | 4.5 KiB | 128 | 64 |
| INSTALL | H A D | 08-May-2022 | 15.4 KiB | 371 | 289 |
| Makefile.am | H A D | 08-May-2022 | 5.1 KiB | 135 | 65 |
| Makefile.in | H A D | 08-May-2022 | 28.8 KiB | 856 | 708 |
| NEWS | H A D | 08-May-2022 | 79.7 KiB | 2,115 | 1,578 |
| README | H A D | 08-May-2022 | 2.7 KiB | 66 | 50 |
| THANKS | H A D | 08-May-2022 | 21 KiB | 465 | 455 |
| TODO | H A D | 08-May-2022 | 23 KiB | 602 | 443 |
| aclocal.m4 | H A D | 08-May-2022 | 24.6 KiB | 692 | 618 |
| cfg.mk | H A D | 08-May-2022 | 5.3 KiB | 142 | 91 |
| configure | H A D | 08-May-2022 | 128.9 KiB | 4,391 | 3,500 |
| configure.ac | H A D | 08-May-2022 | 7.2 KiB | 242 | 200 |
| maint.mk | H A D | 08-May-2022 | 57.1 KiB | 1,542 | 990 |
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 and
14Perl. You should install GNU M4 (version 1.4.6 or later is required;
151.4.14 or later is recommended) and Perl (5.006 or later) before
16configuring Autoconf, so that Autoconf's configure script can find
17them. The configuration scripts produced by Autoconf are
18self-contained, so their users do not need to have Autoconf (or GNU
19M4, Perl, etc.).
20
21You can get GNU M4 here:
22
23ftp://ftp.gnu.org/gnu/m4/
24
25The file INSTALL should be distributed with packages that use
26Autoconf-generated configure scripts and Makefiles that conform to the
27GNU coding standards. The package's README can just give an overview
28of the package, where to report bugs, and a pointer to INSTALL for
29instructions on compilation and installation. This removes the need
30to maintain many similar sets of installation instructions.
31
32Be sure to read BUGS and INSTALL.
33
34Mail suggestions to autoconf@gnu.org, report bugs to
35bug-autoconf@gnu.org, and submit patches to autoconf-patches@gnu.org.
36All changes can be tracked at the read-only autoconf-commit@gnu.org.
37Always include the Autoconf version number, which you can get by
38running `autoconf --version'. Archives of bug-autoconf@gnu.org can be
39found in <http://lists.gnu.org/archive/html/bug-autoconf/>, and
40similarly for the other mailing lists.
41
42Licensing
43
44Autoconf is released under the General Public License version 3 (GPLv3+).
45Additionally, Autoconf includes a licensing exception in some of its
46source files; see the respective copyright notices for how your
47project is impacted by including scripts generated by Autoconf, and the
48COPYING.EXCEPTION file for the exception in terms of the Additional
49Permissions as described in section 7 of GPLv3.
50
51For more licensing information, see
52<http://www.gnu.org/licenses/gpl-faq.html> and
53<http://www.gnu.org/licenses/exceptions.html>.
54
55For any copyright year range specified as YYYY-ZZZZ in this package
56note that the range specifies every single year in that closed interval.
57
58-----
59
60Copyright (C) 1992-1994, 1998, 2000-2012 Free Software Foundation, Inc.
61
62Copying and distribution of this file, with or without modification,
63are permitted in any medium without royalty provided the copyright
64notice and this notice are preserved. This file is offered as-is,
65without warranty of any kind.
66