Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wzd-config(1) [debian man page]

WZD-CONFIG(1)						    wzdftpd Client Applications 					     WZD-CONFIG(1)

NAME
wzd-config - retrieve information about the installed version of wzdftpd SYNOPSIS
wzd-config { --prefix | --exec-prefix | --data-dir | --libs | --cflags | --version }... DESCRIPTION
The wzd-config utility prints configuration parameters of the currently installed version of wzdftpd. It is intended, for example, to be used by software packages that want to interface to wzdftpd to facilitate finding the required header files and libraries. OPTIONS
To use wzd-config, supply one or more of the following options: --prefix Print the installation prefix, as specified in configure script. --exec-prefix Print the installation prefix for executables, usually the same as prefix. This is where you will find server ($eprefix/sbin) or tools ($eprefix/bin). --data-dir Print installation dir for data, modules and backends. --libs Print the location of object code libraries (use to develop new extensions). --cflags Print the location of include headers (use to develop new extensions). --version Print the version of wzdftpd and exit. If more than one option (except for --version) is given, the information is printed in that order, one item per line. NOTES
In releases prior to wzdftpd 0.4, before the wzd-config came to be, a method for finding the equivalent configuration information did not exist. HISTORY
The wzd-config utility first appeared in wzdftpd 0.4. Application 2003-11-02 WZD-CONFIG(1)

Check Out this Related Man Page

libtasn1-config(1)						   User Commands						libtasn1-config(1)

NAME
libtasn1-config - helper script for building with libtasn1 SYNOPSIS
libtasn1-config [--version] [--prefix=dir] [--cflags] [--libs] [--exec-prefix=dir] DESCRIPTION
The libtasn1-config tool is used to determine the compiler and linker flags that should be used to compile and link programs that use the libtasn1 library. OPTIONS
The following options are supported: --cflags Print the compiler flags that are necessary to compile a program using the specified library. --exec-prefix=dir If specified, use dir instead of the exec installation prefix that the library was built with, when computing the output for the --cflags and --libs options. This option must be specified before any --libs or --cflags options. --libs Print the linker flags that are necessary to link with the specified library. --prefix=dir If specified, use dir instead of the installation prefix that the library was built with, when computing the output for the --cflags and --libs options. This option must be specified before any --libs or --cflags options. This option is also used for the exec prefix if the --exec-prefix option is not specified. --version Print the currently installed version of the library on the standard output. EXAMPLES
Example 1: Getting the libtasn1 library version example% libtasn1-config --version Example 2: Determining the libraries required to link with the libtasn1 library example% libtasn1-config --libs EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/libtasn1-config Executable for libtasn1 helper script ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWlibtasn1 | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
libtasn1(3), pkg-config(1), attributes(5) Written by Jeff Cai, Sun Microsystems Inc., 2008. SunOS 5.11 10 Jan 2008 libtasn1-config(1)
Man Page