Update and polish the documentation.

* doc/autoconf.texi: Use @sc where upper case names were used.
Remove a few useless `dnl'.
Convert some `dnl' into comments.
Promote `$(foo)' in Makefiles, not `${foo}'.
Promote `$foo' in shell scripts, not `${foo}'.
Promote `foo = bar' in Makefiles, not `foo=bar'.
(Language Choice): Document `AC_LANG', move `AC_LANG_C',
`AC_LANG_CPLUSPLUS' and `AC_LANG_FORTRAN77' to
(Old Macros): here.
* doc/install.texi: Fix a typo in the specification of the system
quadruples.
This commit is contained in:
Akim Demaille 2000-05-10 16:52:35 +00:00
parent 87c43d275c
commit 0d167edfd6
3 changed files with 301 additions and 258 deletions

View File

@ -1,3 +1,19 @@
2000-05-10 Akim Demaille <akim@epita.fr>
Update and polish the documentation.
* doc/autoconf.texi: Use @sc where upper case names were used.
Remove a few useless `dnl'.
Convert some `dnl' into comments.
Promote `$(foo)' in Makefiles, not `${foo}'.
Promote `$foo' in shell scripts, not `${foo}'.
Promote `foo = bar' in Makefiles, not `foo=bar'.
(Language Choice): Document `AC_LANG', move `AC_LANG_C',
`AC_LANG_CPLUSPLUS' and `AC_LANG_FORTRAN77' to
(Old Macros): here.
* doc/install.texi: Fix a typo in the specification of the system
quadruples.
2000-05-10 Akim Demaille <akim@epita.fr>
* libm4.m4 (m4_foreach): Rewritten so that it does not require

File diff suppressed because it is too large Load Diff

View File

@ -152,6 +152,7 @@ for the system type, such as @samp{sun4}, or a canonical name with three
fields:
@example
@var{cpu}-@var{company}-@var{system}
@var{cpu}-@var{company}-@var{kernel}-@var{system}
@end example
@noindent
See the file @file{config.sub} for the possible values of each field.