]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
more info
authorDavid J. MacKenzie <djm@gnu.org>
Tue, 20 Sep 1994 02:18:29 +0000 (02:18 +0000)
committerDavid J. MacKenzie <djm@gnu.org>
Tue, 20 Sep 1994 02:18:29 +0000 (02:18 +0000)
README

diff --git a/README b/README
index 636bf84daa244142cc185fbce9bd69afde37e841..de48090483ba8a83f95bb19a2c79cad4f301a888 100644 (file)
--- a/README
+++ b/README
@@ -9,4 +9,11 @@ suitable for use with Autoconf.
 Variable assignment lines in the input Makefile.am pull in defaults
 from various little *.am files.
 
+To use AutoMake, replace your Makefile.in files with Makefile.am
+files.  Since there's no documentation, look at the automake script
+and the examples provided for GNU m4 1.3 and fileutils 3.9 (along with
+patches you need to apply to those packages).
+
+AutoMake is just a prototype at this point -- expect omissions and bugs.
+
 - David MacKenzie <djm@gnu.ai.mit.edu>