1
0
Fork 0
mirror of git://git.savannah.gnu.org/automake.git synced 2026-09-19 20:34:32 +00:00
No description
  • Shell 65.9%
  • Perl 18.7%
  • TeX 9.9%
  • M4 2.8%
  • Makefile 2.5%
  • Other 0.2%
Find a file
Kamila Szewczyk bfda3e1368
contrib/checklinx: /usr/local/bin/perl -> env
* contrib/checklinx: /usr/local/bin/perl -> /usr/bin/env perl
2026-09-10 07:10:28 +02:00
bin maint: fix automake.in comment 2026-08-25 12:09:49 -07:00
contrib contrib/checklinx: /usr/local/bin/perl -> env 2026-09-10 07:10:28 +02:00
doc doc: tiny wording tweaks of new distribution text. 2026-09-02 17:50:15 -07:00
lib lib/am/distdir.am: fix a latent recursive make distcheck bug. 2026-09-02 17:04:05 +02:00
m4 m4/amversion: update the AM_AUTOMAKE_VERSION conditional 2026-09-10 06:59:55 +02:00
maintainer maint.mk: move over DEVEL_SNAPSHOT 2026-08-25 13:56:56 +02:00
old Spelling fixes 2026-08-25 12:09:49 -07:00
PLANS maint: spelling and whitespace fixes 2024-06-07 08:43:33 -07:00
t lib/am/distdir.am: fix a latent recursive make distcheck bug. 2026-09-02 17:04:05 +02: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 ./bootstrap abort if no .git/ directory is present. 2026-06-19 15:30:49 -07:00
configure.ac chore: roll over to new version 2026-09-10 07:04:05 +02:00
COPYING update-copyright: don't touch COPYING and INSTALL 2012-02-16 18:53:09 +01:00
gen-testsuite-part update-copyright 2026-04-13 07:10:09 -07:00
GNUmakefile update-copyright 2026-04-13 07:10:09 -07:00
HACKING doc: mention xz -8. 2026-08-30 09:19:00 -07:00
INSTALL chore: retarget to v1.19 (pre-release v1.18.92), re-fetch scripts. 2026-08-25 09:23:08 +02:00
Makefile.am update-copyright 2026-04-13 07:10:09 -07:00
NEWS maint: prepare for 1.19 2026-09-10 06:57:07 +02:00
NEWS-future update-copyright 2026-04-13 07:10:09 -07:00
pre-inst-env.in update-copyright 2026-04-13 07:10:09 -07:00
README doc: wording. 2021-05-18 18:34:56 -07:00
THANKS doc: Update THANKS e-mail to mirror Savannah. 2026-08-23 22:13:51 +02: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/>.