autoopts-config
(1)
Name
autoopts-config - script to get information about installed
version of autoopts
Synopsis
autoopts-config { <value-name> [...] | everything }
Description
SunOS 5.11 1
User Commands autoopts-config(1)
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.
The unconfigured value is: ${bindir}/autogen${exeext}
bindir
The destination directory for executable scripts and
programs installed by the autogen package.
The unconfigured value is: @bindir@
cflags
Print the compiler flags that are necessary to compile
an autoopts program.
The unconfigured value is: -I${includedir}
datadir
The directory for various data directories.
The unconfigured value is: @datadir@
datarootdir
The root directory for various data directories. In
this case, there is only one, "datadir".
The unconfigured value is: @datarootdir@
dotver
Print the currently installed version of autoopts, in
dotted format.
The unconfigured value is: @AO_CURRENT@.@AO_REVI-
SION@.@AO_AGE@
everything
SunOS 5.11 Last change: 2007-02-17 1
User Commands autoopts-config(1)
Print the list of all names and values, one per line.
exec_prefix
The installation root for libraries and executables.
The unconfigured value is: @exec_prefix@
exeext
The executable file extension used for the autogen exe-
cutable.
The unconfigured value is: @EXEEXT@
includedir
The directory where the AutoOpts headers are stored.
This does not include the "-I" prefix gotten by speci-
fying "cflags".
The unconfigured value is: @includedir@
ldflags
Print the linker flags that are necessary to link an
autoopts program in the default installation mode
(static or dynamic).
The unconfigured value is: -L${libdir} -lopts
ldopts
The linker options to use when linking a program to
libopts.
The unconfigured value is: @AG_LDFLAGS@
libdir
The libopts installation directory.
The unconfigured value is: @libdir@
libs
an alternate spelling of "ldflags".
The unconfigured value is: ${ldflags}
libsrc
The full path of the redistributable, tear-off libopts
library source. This file is in gzipped-tarball for-
mat.
The unconfigured value is: ${pkg-
datadir}/libopts-${dotver}.tar.gz
package
SunOS 5.11 Last change: 2007-02-17 2
User Commands autoopts-config(1)
The name of the package that provides autoopts. This
is always "autogen".
The unconfigured value is: @PACKAGE@
pkgdatadir
The directory containing support files used by autogen.
The unconfigured value is: ${datadir}/${package}
prefix
The autogen package installation prefix.
The unconfigured value is: @prefix@
static_libs
The name of the AR archive of the libopts object code.
The unconfigured value is: ${libdir}/libopts.a
version
Print the currently installed version of autoopts.
The unconfigured value is: @AO_CURRENT@:@AO_REVI-
SION@:@AO_AGE@
ATTRIBUTES
See attributes(5) for descriptions of the following
attributes:
+---------------+-------------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+-------------------------+
|Availability | developer/build/autogen |
+---------------+-------------------------+
|Stability | Uncommitted |
+---------------+-------------------------+
SEE ALSO
Autogen Info system documentation.
AUTHORS
AutoGen is the work of Bruce Korb <[email protected]>.
Bruce Korb <[email protected]> and
Luca Filipozzi <[email protected]> created this manpage.
AutoOpts is released under either the GNU General Public
License with the Library exception (LGPL), or else the
advertising clause free BSD license. Which license used is
at the discretion of the licensee.
SunOS 5.11 Last change: 2007-02-17 3
User Commands autoopts-config(1)
NOTES
This software was built from source available at
https://java.net/projects/solaris-userland. The original
community source was downloaded from
http://ftp.gnu.org/gnu/autogen/rel5.9/autogen-5.9.tar.gz
Further information about this software can be found on the
open source community website at http://www.gnu.org/soft-
ware/autogen/.
SunOS 5.11 Last change: 2007-02-17 4