ossp-pkg/mm/mm-config.pod 1.6 -> 1.7
--- mm-config.pod 2002/07/26 13:04:40 1.6
+++ mm-config.pod 2002/12/19 09:14:58 1.7
@@ -6,7 +6,7 @@
## are met:
##
## 1. Redistributions of source code must retain the above copyright
-## notice, this list of conditions and the following disclaimer.
+## notice, this list of conditions and the following disclaimer.
##
## 2. Redistributions in binary form must reproduce the above copyright
## notice, this list of conditions and the following disclaimer in
@@ -53,7 +53,7 @@
=head1 SYNOPSIS
-B<mm-config>
+B<mm-config>
[B<--help>]
[B<--version>]
[B<--cflags>]
@@ -65,7 +65,7 @@
The B<mm-config> program is a little helper utility for easy configuring and
building applications based on the mm(3) library. It can be used to query the
C compiler and linker flags which are required to correctly compile and link
-the application against the mm(3) library.
+the application against the mm(3) library.
=head1 OPTIONS
@@ -107,7 +107,7 @@
CFLAGS=-O `mm-config --cflags`
LDFLAGS=`mm-config --ldflags`
LIBS=-lm `mm-config --libs`
-
+
all: foo
foo: foo.o
$(CC) $(LDFLAGS) -o foo foo.o $(LIBS)
|
|