ossp-pkg/var/var-config.pod 1.7 -> 1.8
--- var-config.pod 2004/04/04 08:07:34 1.7
+++ var-config.pod 2004/10/29 20:57:23 1.8
@@ -32,11 +32,11 @@
=head1 NAME
-B<var-config> - VAR library build utility
+B<var-config> - B<OSSP var> library build utility
=head1 VERSION
-OSSP VAR VAR_VERSION_STR
+OSSP var VAR_VERSION_STR
=head1 SYNOPSIS
@@ -59,10 +59,11 @@
=head1 DESCRIPTION
-The B<var-config> program is a little helper utility for easy configuring and
-building applications based on the var(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 var(3) library.
+The B<var-config> program is a little helper utility for easy
+configuring and building applications based on the B<OSSP var> 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
+B<OSSP var> library.
=head1 OPTIONS
@@ -76,12 +77,12 @@
=item B<--version>
-Prints the version number and date of the installed var(3) library.
+Prints the version number and date of the installed B<OSSP var> library.
=item B<--all>
Forces the output of all flags, that is, including extra flags which are not
-B<VAR> specific.
+B<OSSP var> specific.
=item B<--prefix>
@@ -111,33 +112,23 @@
Prints the installation directory of shared data.
-=item B<--acdir>
-
-Prints the installation directory of B<autoconf> data.
-
=item B<--cflags>
-Prints the C compiler flags which are needed to compile the var(3)-based
+Prints the C compiler flags which are needed to compile the B<OSSP var> based
application. The output is usually added to the C<CFLAGS> variable of the
applications C<Makefile>.
=item B<--ldflags>
Prints the linker flags (C<-L>) which are needed to link the application with
-the var(3) library. The output is usually added to the C<LDFLAGS> variable of
+the B<OSSP var> library. The output is usually added to the C<LDFLAGS> variable of
the applications C<Makefile>.
=item B<--libs>
-Prints the library flags (C<-l>) which are needed to link the application with
-the C var(3) library. The output is usually added to the C<LIBS> variable of the
-applications C<Makefile>.
-
-=item B<--libs++>
-
Prints the library flags (C<-l>) which are needed to link the
-application with the C++ var(3) library. The output is usually added to
-the C<LIBS> variable of the applications C<Makefile>.
+application with the C B<OSSP var> library. The output is usually added
+to the C<LIBS> variable of the applications C<Makefile>.
=back
|
|