libtasn1-config

NAME

libtasn1config - Get information about the installed location of libtasn1

SYNOPSIS

libtasn1config libtasn1config [--prefix[=path]] [--execprefix[=path]] [--version] [--cflags] [--libs]

DESCRIPTION

This program provides information about the installed version of libtasn1, it's location and it's compile time options.

OPTIONS

--prefix
If provided with no path then it prints the prefix that libtasn1 was installed to. If a path is provided then this is the prefix that is used in the output.
--execprefix
If provided with no path then it prints the execprefix that libtasn was installed to. If a path is provided then that is the execprefix used in the output.
--cflags
Prints the cflags that libtasn1 was compiled with.
--libs
Prints command line arguments suitable for passing to the compiler for liking against libtasn1
--version
Prints the version of libtasn1 installed.