From cc6760d75ccaf9b56600a02d0cd287170f1aa343 Mon Sep 17 00:00:00 2001 From: "David J. MacKenzie" Date: Tue, 20 Sep 1994 02:25:51 +0000 Subject: [PATCH] mention time example --- README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index de48090..4c92c96 100644 --- a/README +++ b/README @@ -2,17 +2,17 @@ This is AutoMake, an experimental 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. -It's a preprocessor shell script. The input files are called -Makefile.am and the output files are called Makefile.in, which are -suitable for use with Autoconf. +automake is a shell script. The input files are called Makefile.am. +The output files are called Makefile.in; they are suitable for use +with Autoconf. -Variable assignment lines in the input Makefile.am pull in defaults -from various little *.am files. +Variable assignment lines in 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). +patches you need to apply to those packages) and time 1.6. AutoMake is just a prototype at this point -- expect omissions and bugs. -- 2.7.4