1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 05:50:26 +02:00

* Insert missing `of' in autoconf.texi.

This commit is contained in:
Neil Jerram 2002-03-08 13:18:00 +00:00
parent ecfeac8c95
commit a3f0622d5d
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2002-03-03 Neil Jerram <neil@ossau.uklinux.net>
* autoconf.texi (Autoconf Background): Insert missing `of'.
2002-03-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
* api.txt, data-rep.texi: Renamed the struct scm_cell to

View file

@ -30,9 +30,10 @@ by the @file{configure} script, typically by adding the tests to
Users of your package then run @file{configure} in the normal way.
Macros are a way to make common feature tests easy to express. Autoconf
provides a wide range macros (@pxref{Existing Tests,,,autoconf}), and Guile
installation provides Guile-specific tests in the areas of: program detection,
compilation flags reporting, and Scheme module checks.
provides a wide range of macros (@pxref{Existing Tests,,,autoconf}), and
Guile installation provides Guile-specific tests in the areas of:
program detection, compilation flags reporting, and Scheme module
checks.
@node Autoconf Macros