From: David J. MacKenzie Date: Tue, 20 Sep 1994 02:18:29 +0000 (+0000) Subject: more info X-Git-Tag: Release-0-25~462 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b98d604cd5be2dd8e23976c67c81c270bcebda0a;p=thirdparty%2Fautomake.git more info --- diff --git a/README b/README index 636bf84da..de4809048 100644 --- 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