Index: ossp-pkg/var/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/var/ChangeLog,v rcsdiff -q -kk '-r1.12' '-r1.13' -u '/v/ossp/cvs/ossp-pkg/var/ChangeLog,v' 2>/dev/null --- ChangeLog 2004/10/29 20:40:18 1.12 +++ ChangeLog 2004/10/29 20:57:23 1.13 @@ -13,7 +13,7 @@ Changes between 1.1.1 and 1.1.2 (12-Sep-2004 to xx-Oct-2004) - o Cleanup and extend the Unix manual page var(3). + o Cleanup and extend the Unix manual pages var(3) and var-config(1). [Ralf S. Engelschall ] o Added minimum C++ support by enclosing API declaration Index: ossp-pkg/var/var-config.pod RCS File: /v/ossp/cvs/ossp-pkg/var/var-config.pod,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/var/var-config.pod,v' 2>/dev/null --- 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 library build utility +B - B 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 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 program is a little helper utility for easy +configuring and building applications based on the B 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 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 library. =item B<--all> Forces the output of all flags, that is, including extra flags which are not -B specific. +B specific. =item B<--prefix> @@ -111,33 +112,23 @@ Prints the installation directory of shared data. -=item B<--acdir> - -Prints the installation directory of B 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 based application. The output is usually added to the C variable of the applications C. =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 variable of +the B library. The output is usually added to the C variable of the applications C. =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 variable of the -applications C. - -=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 variable of the applications C. +application with the C B library. The output is usually added +to the C variable of the applications C. =back