man autoopts-config (Commandes) - script to get information about installed version of autoopts
NAME
autoopts-config - script to get information about installed version of autoopts
SYNOPSIS
autoopts-config [<value-name> [...]] | everything
DESCRIPTION
autoopts-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 autoopts. value-names may be preceeded by one or more hyphens. They are silently ignored.
VALUE NAMES
- autogen
- Print the full path name of the autogen executable.
- bindir
- The destination directory for executable scripts and programs installed by the autogen package.
- cflags
- Print the compiler flags that are necessary to compile an autoopts 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 autoopts program in the default installation mode (static or dynamic).
- libs
- an alternate spelling of "ldflags".
- package
- The name of the package that provides autoopts. This is always "autogen".
- pkgdatadir
- Print the directory containing support files used by autogen.
- prefix
- The autogen package installation prefix.
- static-libs
- Print the linker flags that are necessary to link an autoopts program in static mode.
- version
- Print the currently installed version of autoopts.
SEE ALSO
Autogen Info system documentation.
AUTHORS
autogen is the work of Bruce Korb <bkorb@gnu.org>.
Bruce Korb <bkorb@gnu.org> and
Luca Filipozzi <lfilipoz@debian.org>
wrote this manpage.
AutoOpts is released under the GNU General Public License with the Library exception.