summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2003-09-24 21:20:06 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2003-09-24 21:20:06 +0000
commit18d5b4821f87f7948a3495d2388b04aa60cc1216 (patch)
tree66b1e12b91c249b4da81023d9d676cb6db6228d5 /README
parent608f5adbefd1796e541e93e59a46ec44269a9de5 (diff)
downloadautomake-18d5b4821f87f7948a3495d2388b04aa60cc1216.tar.gz
* configure.in: Rename as ...
* configure.ac: ... this. * README: s/configure.in/configure.ac/.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index dae32ab5c..c6fc5bcfb 100644
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
This is Automake, a Makefile generator. It was inspired by the 4.4BSD
make and include files, but aims to be portable and to conform to the
-GNU standards for Makefile variables and targets.
+GNU Coding Standards for Makefile variables and targets.
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.in.
+configure.ac.
Variable assignment lines in Makefile.am pull in defaults from various
little *.am files.
@@ -15,7 +15,7 @@ files. Read the documentation to see what to do.
This package also includes the "aclocal" program. aclocal is a
program to generate an `aclocal.m4' based on the contents of
-`configure.in'. It is useful as an extensible, maintainable mechanism
+`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.
@@ -32,7 +32,7 @@ Mail suggestions and bug reports to bug-automake@gnu.org.
-----
-Copyright 1994, 1995, 1996, 1997, 1998, 2001 Free Software Foundation,
+Copyright 1994, 1995, 1996, 1997, 1998, 2001, 2003 Free Software Foundation,
Inc.
This file is part of GNU Automake.