1
0
Fork 0
mirror of git://git.savannah.gnu.org/automake.git synced 2025-12-05 22:38:38 +00:00
No description
Find a file
Karl Berry 080b6dbea2 mdate-sh: doc.
* lib/mdate-sh: remove traces of SOURCE_DATE_EPOCH.
2025-12-02 14:56:45 -08:00
bin automake: algol68: rename A68C and A68CFLAGS back to A68 and A68FLAGS. 2025-05-21 09:49:46 -07:00
contrib maint: silence 'time-stamp' warnings with bleeding-edge Emacs. 2025-06-19 14:39:42 -07:00
doc doc: wording. 2025-11-26 07:44:34 -08:00
lib mdate-sh: doc. 2025-12-02 14:56:45 -08:00
m4 doc: tar.m4 commentary. 2025-11-23 13:31:20 -08:00
maintainer maint: more verbose git-tag-release. 2025-05-27 08:35:33 -07:00
old maint: make update-copyright 2025-01-01 14:39:21 -08:00
PLANS maint: spelling and whitespace fixes 2024-06-07 08:43:33 -07:00
t mdate-sh: ignore $SOURCE_DATE_EPOCH (again). 2025-06-25 14:16:03 -07:00
.autom4te.cfg maint: reorganize the source tree and make it less cluttered 2012-03-28 13:30:13 +02:00
.dir-locals.el maint: Configure Emacs automatically with ".dir-locals.el" 2017-09-22 23:06:15 +02:00
.git-log-fix cosmetics: fix commit message typo in previous 2012-02-17 10:23:26 +01:00
.gitattributes maint: don't use "union" merge driver for NEWS anymore 2012-04-26 17:47:14 +02:00
.gitignore maint: ignore all *.out in .gitignore. 2024-07-10 10:39:21 -07:00
AUTHORS authors: add myself 2013-04-25 21:20:11 +02:00
bootstrap maint: make update-copyright 2025-01-01 14:39:21 -08:00
configure.ac maint: 1.18.1 released, version now 1.18.1.91. 2025-06-27 09:54:57 -07:00
COPYING update-copyright: don't touch COPYING and INSTALL 2012-02-16 18:53:09 +01:00
gen-testsuite-part automake: just use warnings, with no => FATAL. 2025-01-31 09:20:47 -08:00
GNUmakefile maint: make update-copyright 2025-01-01 14:39:21 -08:00
HACKING maint: more info about tags in HACKING. 2025-09-21 08:40:44 -07:00
INSTALL maint: prepare for 1.18 release. 2025-05-26 09:10:25 -07:00
Makefile.am Rename file to fix copyright update glitch 2025-01-01 14:39:21 -08:00
NEWS maint: prepare for 1.18.1 release. 2025-06-26 10:26:13 -07:00
NEWS-future doc: Reference POSIX:2024 for rm -f future requirement. 2025-05-31 10:36:16 -07:00
pre-inst-env.in maint: make update-copyright 2025-01-01 14:39:21 -08:00
README doc: wording. 2021-05-18 18:34:56 -07:00
THANKS doc: THANKS email change. 2025-07-12 13:41:09 -07:00

This is Automake, a Makefile generator.  It aims to be portable and
to conform to the GNU Coding Standards for Makefile variables and
targets.

See the INSTALL file for detailed information about how to configure
and install Automake.

Automake is a Perl script.  The input files are called Makefile.am.
The output files are called Makefile.in; they are intended for use
with Autoconf.  Automake requires certain things to be done in your
configure.ac.

Automake comes with extensive documentation; please refer to it for
more details about its purpose, features, and usage patterns.

This package also includes the "aclocal" program, whose purpose is
to generate an 'aclocal.m4' based on the contents of 'configure.ac'.
It is useful as an extensible, maintainable mechanism for augmenting
autoconf.  It is intended that other package authors will write m4
macros which can be automatically used by aclocal.  The documentation
for aclocal is currently found in the Automake manual.

Automake has a test suite.  Use "make check" to run it.  For more
information, see the file t/README.

Automake's home page:

	https://www.gnu.org/software/automake/

Automake has three mailing lists:

  * automake@gnu.org
    For general discussions of Automake and its interactions with other
    configuration/portability tools like Autoconf or Libtool.

  * bug-automake@gnu.org
    Where to send bug reports and feature requests.

  * automake-patches@gnu.org
    Where to send patches, and discuss the automake development process
    and the design of new features.

To see the archives of these lists, or to (un)subscribe to them,
refer to <https://www.gnu.org/software/automake/#mailinglists>.

New releases are announced to autotools-announce@gnu.org.  If you want to
be informed, subscribe to that list by following the instructions at
<https://lists.gnu.org/mailman/listinfo/autotools-announce>.

For any copyright year range specified as YYYY-ZZZZ in this package,
the range specifies every single year in that closed interval.

-----

Copyright (C) 1994-2021 Free Software Foundation, Inc.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.