Blame autoopts/autoopts-config.1

Packit Service 96b5d3
\"  -*- buffer-read-only: t -*- vi: set ro:
Packit Service 96b5d3
\"
Packit Service 96b5d3
\" DO NOT EDIT THIS FILE   (autoopts-config.1)
Packit Service 96b5d3
\"
Packit Service 96b5d3
\" It has been AutoGen-ed
Packit Service 96b5d3
\" From the definitions    aoconf.def
Packit Service 96b5d3
\" and the template file   aoconf.tpl
Packit Service 96b5d3
\"
Packit Service 96b5d3
.TH autoopts-config 1 2016-08-29 "" "Programmer's Manual"
Packit Service 96b5d3
.SH NAME
Packit Service 96b5d3
autoopts-config \- script to get information about installed version of
Packit Service 96b5d3
autoopts
Packit Service 96b5d3
.SH SYNOPSIS
Packit Service 96b5d3
.B autoopts-config
Packit Service 96b5d3
.B { <value-name> [...] | everything }
Packit Service 96b5d3
.PP
Packit Service 96b5d3
.SH DESCRIPTION
Packit Service 96b5d3
\fBautoopts-config\fP is a tool that is used by configure to determine
Packit Service 96b5d3
the compile and linker flags that should be used to compile and link
Packit Service 96b5d3
programs that use autoopts.  \fIvalue-name\fPs may be preceded by
Packit Service 96b5d3
one or more hyphens.  They are silently ignored.
Packit Service 96b5d3
.SH "VALUE NAMES"
Packit Service 96b5d3
.TP
Packit Service 96b5d3
.BR autogen
Packit Service 96b5d3
.sp
Packit Service 96b5d3
Print the full path name of the autogen executable.
Packit Service 96b5d3
.br
Packit Service 96b5d3
The unconfigured value is:  ${bindir}/autogen${exeext}
Packit Service 96b5d3
.TP
Packit Service 96b5d3
.BR bindir
Packit Service 96b5d3
.sp
Packit Service 96b5d3
The destination directory for executable scripts and programs
Packit Service 96b5d3
installed by the \fIautogen\fP package.
Packit Service 96b5d3
.br
Packit Service 96b5d3
The unconfigured value is:  @bindir@
Packit Service 96b5d3
.TP
Packit Service 96b5d3
.BR cflags
Packit Service 96b5d3
.sp
Packit Service 96b5d3
Print the compiler flags that are necessary to compile an autoopts program.
Packit Service 96b5d3
.br
Packit Service 96b5d3
The unconfigured value is:  -I${includedir}
Packit Service 96b5d3
.TP
Packit Service 96b5d3
.BR datadir
Packit Service 96b5d3
.sp
Packit Service 96b5d3
The directory for various data directories.
Packit Service 96b5d3
.br
Packit Service 96b5d3
The unconfigured value is:  @datadir@
Packit Service 96b5d3
.TP
Packit Service 96b5d3
.BR datarootdir
Packit Service 96b5d3
.sp
Packit Service 96b5d3
The root directory for various data directories.
Packit Service 96b5d3
In this case, there is only one, "datadir".
Packit Service 96b5d3
.br
Packit Service 96b5d3
The unconfigured value is:  @datarootdir@
Packit Service 96b5d3
.TP
Packit Service 96b5d3
.BR dotver
Packit Service 96b5d3
.sp
Packit Service 96b5d3
Print the currently installed version of autoopts, in dotted format.
Packit Service 96b5d3
.br
Packit Service 96b5d3
The unconfigured value is:  @AO_CURRENT@.@AO_REVISION@.@AO_AGE@
Packit Service 96b5d3
.TP
Packit Service 96b5d3
.BR everything
Packit Service 96b5d3
.sp
Packit Service 96b5d3
Print the list of all names and values, one per line.
Packit Service 96b5d3
.TP
Packit Service 96b5d3
.BR exec_prefix
Packit Service 96b5d3
.sp
Packit Service 96b5d3
The installation root for libraries and executables.
Packit Service 96b5d3
.br
Packit Service 96b5d3
The unconfigured value is:  @exec_prefix@
Packit Service 96b5d3
.TP
Packit Service 96b5d3
.BR exeext
Packit Service 96b5d3
.sp
Packit Service 96b5d3
The executable file extension used for the autogen executable.
Packit Service 96b5d3
.br
Packit Service 96b5d3
The unconfigured value is:  @EXEEXT@
Packit Service 96b5d3
.TP
Packit Service 96b5d3
.BR includedir
Packit Service 96b5d3
.sp
Packit Service 96b5d3
The directory where the AutoOpts headers are stored.
Packit Service 96b5d3
This does not include the "-I" prefix gotten by specifying "cflags".
Packit Service 96b5d3
.br
Packit Service 96b5d3
The unconfigured value is:  @includedir@
Packit Service 96b5d3
.TP
Packit Service 96b5d3
.BR ldflags
Packit Service 96b5d3
.sp
Packit Service 96b5d3
Print the linker flags that are necessary to link an autoopts program
Packit Service 96b5d3
in the default installation mode (static or dynamic).
Packit Service 96b5d3
.br
Packit Service 96b5d3
The unconfigured value is:  -L${libdir} -lopts
Packit Service 96b5d3
.TP
Packit Service 96b5d3
.BR ldopts
Packit Service 96b5d3
.sp
Packit Service 96b5d3
The linker options to use when linking a program to libopts.
Packit Service 96b5d3
.br
Packit Service 96b5d3
The unconfigured value is:  @AG_LDFLAGS@
Packit Service 96b5d3
.TP
Packit Service 96b5d3
.BR libdir
Packit Service 96b5d3
.sp
Packit Service 96b5d3
The libopts installation directory.
Packit Service 96b5d3
.br
Packit Service 96b5d3
The unconfigured value is:  @libdir@
Packit Service 96b5d3
.TP
Packit Service 96b5d3
.BR libs
Packit Service 96b5d3
.sp
Packit Service 96b5d3
an alternate spelling of "\fIldflags\fP".
Packit Service 96b5d3
.br
Packit Service 96b5d3
The unconfigured value is:  ${ldflags}
Packit Service 96b5d3
.TP
Packit Service 96b5d3
.BR libsrc
Packit Service 96b5d3
.sp
Packit Service 96b5d3
The full path of the redistributable, tear-off libopts library source.
Packit Service 96b5d3
This file is in gzipped-tarball format.
Packit Service 96b5d3
.br
Packit Service 96b5d3
The unconfigured value is:  ${pkgdatadir}/libopts-${dotver}.tar.gz
Packit Service 96b5d3
.TP
Packit Service 96b5d3
.BR package
Packit Service 96b5d3
.sp
Packit Service 96b5d3
The name of the package that provides \fBautoopts\fP.  This is always
Packit Service 96b5d3
"\fIautogen\fP".
Packit Service 96b5d3
.br
Packit Service 96b5d3
The unconfigured value is:  @PACKAGE@
Packit Service 96b5d3
.TP
Packit Service 96b5d3
.BR pkgdatadir
Packit Service 96b5d3
.sp
Packit Service 96b5d3
The directory containing support files used by autogen.
Packit Service 96b5d3
.br
Packit Service 96b5d3
The unconfigured value is:  ${datadir}/${package}
Packit Service 96b5d3
.TP
Packit Service 96b5d3
.BR prefix
Packit Service 96b5d3
.sp
Packit Service 96b5d3
The \fIautogen\fP package installation prefix.
Packit Service 96b5d3
.br
Packit Service 96b5d3
The unconfigured value is:  @prefix@
Packit Service 96b5d3
.TP
Packit Service 96b5d3
.BR static_libs
Packit Service 96b5d3
.sp
Packit Service 96b5d3
The name of the AR archive of the libopts object code.
Packit Service 96b5d3
.br
Packit Service 96b5d3
The unconfigured value is:  ${libdir}/libopts.a
Packit Service 96b5d3
.TP
Packit Service 96b5d3
.BR version
Packit Service 96b5d3
.sp
Packit Service 96b5d3
Print the currently installed version of autoopts.
Packit Service 96b5d3
.br
Packit Service 96b5d3
The unconfigured value is:  @AO_CURRENT@:@AO_REVISION@:@AO_AGE@
Packit Service 96b5d3
.SH "SEE ALSO"
Packit Service 96b5d3
.IR Autogen
Packit Service 96b5d3
Info system documentation.
Packit Service 96b5d3
.SH AUTHORS
Packit Service 96b5d3
AutoGen is the work of Bruce Korb <bkorb@gnu.org>.
Packit Service 96b5d3
.br
Packit Service 96b5d3
Bruce Korb <bkorb@gnu.org> and
Packit Service 96b5d3
.br
Packit Service 96b5d3
Luca Filipozzi <lfilipoz@debian.org>
Packit Service 96b5d3
created this manpage.
Packit Service 96b5d3
.PP
Packit Service 96b5d3
AutoOpts is released under either the GNU General Public License with the
Packit Service 96b5d3
Library exception (LGPL), or else the advertising clause free BSD license.
Packit Service 96b5d3
Which license used is at the discretion of the licensee.
Packit Service 96b5d3
\" end of autoopts-config.1