mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-17 14:01:27 +08:00
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:
parent
87c43d275c
commit
0d167edfd6
16
ChangeLog
16
ChangeLog
@ -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
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user