NAME 

libopts-config - script to get information about installed version of libopts

SYNOPSIS 

libopts-config [<value-name> [...]] | everything

DESCRIPTION 

libopts-config is a tool that is used by configure to determine the compile and linker flags that should be used to compile and link programs that use libopts. value-names may be preceeded by one or more hyphens. They are silently ignored.

VALUE NAMES 

cflags

Print the compiler flags that are necessary to compile an libopts program.

everything

All of the configuration values are printed, along with their names.

exec-prefix

This is usually the same as the base prefix, but may have been configured differently.

ldflags

Print the linker flags that are necessary to link an libopts program in the default installation mode (static or dynamic).

libs

an alternate spelling of "ldflags".

package

The name of the package that provides libopts. This is always "autogen".

prefix

The autogen package installation prefix.

static-libs

Print the linker flags that are necessary to link an libopts program in static mode.

version

Print the currently installed version of libopts.

SEE ALSO 

Autogen Info system documentation.

AUTHORS 

autogen is the work of Bruce Korb <bkorb@gnu.org>. Bruce Korb <bkorb@gnu.org>

Libopts is released under the GNU General Public License with the Library exception.