home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gnum4.zip / README < prev    next >
Text File  |  1994-11-01  |  2KB  |  32 lines

  1. GNU `m4' is an implementation of the traditional Unix macro
  2. processor.  It is mostly SVR4 compatible, although it has some
  3. extensions (for example, handling more than 9 positional parameters
  4. to macros).  `m4' also has built-in functions for including files,
  5. running shell commands, doing arithmetic, etc.  Autoconf needs GNU
  6. `m4' for generating `configure' scripts, but not for running them.
  7.  
  8. GNU `m4' has been originally written by Rene' Seindal, from Denmark.
  9. This release is to be considered as stable.
  10.  
  11. If GNU `m4' is meant to serve GNU `autoconf', beware that `m4'
  12. should be fully installed *prior to* configuring `autoconf' itself.
  13.  
  14. In the subdirectory `examples' you will find various m4 files, ranging
  15. from trivial test files to rather advanced macros.  If you intend to
  16. use m4 seriously, you might find useful material down there.
  17.  
  18. See file `BACKLOG' for a summary of pending mail and articles.
  19. See file `COPYING' for copying conditions.
  20. See file `INSTALL' for compilation and installation instructions.
  21. See file `NEWS' for a list of major changes in the current release.
  22. See file `THANKS' for a list of contributors.
  23.  
  24. By using `./configure --enable-changeword', you get an experimental
  25. feature which allows for changing the syntax of what is a "word" in
  26. `m4'.  This might go away, so don't count on it yet.
  27.  
  28. Send bug reports to `bug-gnu-utils@prep.ai.mit.edu'.  A bug report is
  29. an adequate description of the problem: your input, what you expected,
  30. what you got, and why this is wrong.  Diffs are welcome, but they only
  31. describe a solution, from which the problem might be uneasy to infer.
  32.