diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-10-10 23:58:28 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-10-10 23:58:28 +0000 |
commit | e5fedef6e7a2c26e0c8a51d1b65481b385e8fc77 (patch) | |
tree | 4c981fb6277a470193981b1329fd992eba5dd558 | |
parent | 6c3ea2103bf12bd8fbc51a23ab050c096c0bee9f (diff) |
Get rid of the boasting about compilers.
-rw-r--r-- | distrib/notes/m4.common | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/distrib/notes/m4.common b/distrib/notes/m4.common index 79cc359f707..76250158f1d 100644 --- a/distrib/notes/m4.common +++ b/distrib/notes/m4.common @@ -1,5 +1,5 @@ dnl -dnl $OpenBSD: m4.common,v 1.24 2001/10/10 22:15:03 miod Exp $ +dnl $OpenBSD: m4.common,v 1.25 2001/10/10 23:58:27 miod Exp $ dnl dnl simulate an include path with a macro 'includeit'. define(`includeit',`sinclude('INCLUDE/`$1)sinclude('INCLUDE/../`$1)')dnl @@ -84,10 +84,10 @@ dnl are available. dnl define({:-OpenBSDcomp-:}, {:- comp{:--:}OSrev The OpenBSD/MACHINE Compiler tools. All of the tools - relating to C, C++, and FORTRAN (yes, there are two!) are - supported. This set includes the system {:-include-:} files - (/usr/{:-include-:}), the linker, the compiler tool chain, - and the various system libraries{:--:}ifelse(X$3,Xshared,{:- (except the shared + relating to C, C++, and fortran are supported. This set + includes the system {:-include-:} files (/usr/{:-include-:}), the + linker, the compiler tool chain, and the various system + libraries{:--:}ifelse(X$3,Xshared,{:- (except the shared libraries, which are included as part of the base set).-:},.) This set also includes the manual pages for all of the utilities it contains, as well as the system |