diff options
author | Tom Tromey <tromey@redhat.com> | 1996-07-28 17:54:08 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1996-07-28 17:54:08 +0000 |
commit | 52aa7739a1fb8eb99f0c58d6f8ced3a4049de43b (patch) | |
tree | 3276ca868168f6758227e6d2f54533b8304595cd /README | |
parent | 4314bddfa0de21e6ab78d629cbb57f3bc1345350 (diff) | |
download | automake-52aa7739a1fb8eb99f0c58d6f8ced3a4049de43b.tar.gz |
Include aclocal
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -13,4 +13,10 @@ little *.am files. To use Automake, replace your Makefile.in files with Makefile.am 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 +for augmenting autoconf. It is intended that other package authors +will write m4 macros which can be automatically used by aclocal. + Mail suggestions and bug reports to tromey@cygnus.com. |