• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

PLANS/H03-May-2022-2620

bin/H04-Oct-2021-9,7716,300

contrib/H04-Oct-2021-5,6464,275

doc/H03-May-2022-31,58225,701

lib/H04-Oct-2021-34,67126,156

m4/H04-Oct-2021-2,0421,837

maintainer/H04-Oct-2021-1,4411,009

old/H04-Oct-2021-41,68032,316

t/H04-Oct-2021-101,21656,007

.git-log-fixH A D01-Jan-2017439 1411

AUTHORSH A D01-Jan-2017553 2821

COPYINGH A D23-Nov-201717.6 KiB340281

ChangeLogH A D04-Oct-2021959.3 KiB26,70618,885

GNUmakefileH A D19-Jul-20213.2 KiB8937

HACKINGH A D20-Sep-202123 KiB538401

INSTALLH A D10-Jul-202115.4 KiB369287

Makefile.amH A D19-Jul-20214.1 KiB13777

Makefile.inH A D03-May-2022132.7 KiB4,2713,913

NEWSH A D04-Oct-2021126.5 KiB3,1192,343

NEWS-2.0H A D04-Oct-20214.7 KiB9877

READMEH A D15-Jul-20212.6 KiB6949

THANKSH A D20-Sep-202123.6 KiB463460

aclocal.m4H A D04-Oct-202130.2 KiB851768

bootstrapH A D19-Jul-20213.7 KiB12262

configureH A D04-Oct-2021251.7 KiB8,8297,285

configure.acH A D04-Oct-202121.9 KiB610531

gen-testsuite-partH A D12-Jul-202113.6 KiB421284

pre-inst-env.inH A D12-Jul-20211.2 KiB4216

README

1This is Automake, a Makefile generator.  It aims to be portable and
2to conform to the GNU Coding Standards for Makefile variables and
3targets.
4
5See the INSTALL file for detailed information about how to configure
6and install Automake.
7
8Automake is a Perl script.  The input files are called Makefile.am.
9The output files are called Makefile.in; they are intended for use
10with Autoconf.  Automake requires certain things to be done in your
11configure.ac.
12
13Automake comes with extensive documentation; please refer to it for
14more details about its purpose, features, and usage patterns.
15
16This package also includes the "aclocal" program, whose purpose is
17to generate an 'aclocal.m4' based on the contents of 'configure.ac'.
18It is useful as an extensible, maintainable mechanism for augmenting
19autoconf.  It is intended that other package authors will write m4
20macros which can be automatically used by aclocal.  The documentation
21for aclocal is currently found in the Automake manual.
22
23Automake has a test suite.  Use "make check" to run it.  For more
24information, see the file t/README.
25
26Automake's home page:
27
28	https://www.gnu.org/software/automake/
29
30Automake has three mailing lists:
31
32  * automake@gnu.org
33    For general discussions of Automake and its interactions with other
34    configuration/portability tools like Autoconf or Libtool.
35
36  * bug-automake@gnu.org
37    Where to send bug reports and feature requests.
38
39  * automake-patches@gnu.org
40    Where to send patches, and discuss the automake development process
41    and the design of new features.
42
43To see the archives of these lists, or to (un)subscribe to them,
44refer to <https://www.gnu.org/software/automake/#mailinglists>.
45
46New releases are announced to autotools-announce@gnu.org.  If you want to
47be informed, subscribe to that list by following the instructions at
48<https://lists.gnu.org/mailman/listinfo/autotools-announce>.
49
50For any copyright year range specified as YYYY-ZZZZ in this package,
51the range specifies every single year in that closed interval.
52
53-----
54
55Copyright (C) 1994-2021 Free Software Foundation, Inc.
56
57This program is free software; you can redistribute it and/or modify
58it under the terms of the GNU General Public License as published by
59the Free Software Foundation; either version 2, or (at your option)
60any later version.
61
62This program is distributed in the hope that it will be useful,
63but WITHOUT ANY WARRANTY; without even the implied warranty of
64MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65GNU General Public License for more details.
66
67You should have received a copy of the GNU General Public License
68along with this program.  If not, see <https://www.gnu.org/licenses/>.
69