1
2
3
4
5
6
7
8
9autoopts-config(1)            Programmer's Manual           autoopts-config(1)
10
11
12

NAME

14       autoopts-config  - script to get information about installed version of
15       autoopts
16

SYNOPSIS

18       autoopts-config { <value-name> [...] | everything }
19

DESCRIPTION

21       autoopts-config is a tool that is used by configure  to  determine  the
22       compile  and  linker flags that should be used to compile and link pro‐
23       grams that use autoopts.  value-names may be preceded by  one  or  more
24       hyphens.  They are silently ignored.
25

VALUE NAMES

27       autogen
28
29              Print the full path name of the autogen executable.
30              The unconfigured value is:  ${bindir}/autogen${exeext}
31
32       bindir
33
34              The  destination  directory  for executable scripts and programs
35              installed by the autogen package.
36              The unconfigured value is:  @bindir@
37
38       cflags
39
40              Print the compiler  flags  that  are  necessary  to  compile  an
41              autoopts program.
42              The unconfigured value is:  -I${includedir}
43
44       datadir
45
46              The directory for various data directories.
47              The unconfigured value is:  @datadir@
48
49       datarootdir
50
51              The  root directory for various data directories.  In this case,
52              there is only one, "datadir".
53              The unconfigured value is:  @datarootdir@
54
55       dotver
56
57              Print the currently installed version  of  autoopts,  in  dotted
58              format.
59              The unconfigured value is:  @AO_CURRENT@.@AO_REVISION@.@AO_AGE@
60
61       everything
62
63              Print the list of all names and values, one per line.
64
65       exec_prefix
66
67              The installation root for libraries and executables.
68              The unconfigured value is:  @exec_prefix@
69
70       exeext
71
72              The executable file extension used for the autogen executable.
73              The unconfigured value is:  @EXEEXT@
74
75       includedir
76
77              The  directory where the AutoOpts headers are stored.  This does
78              not include the "-I" prefix gotten by specifying "cflags".
79              The unconfigured value is:  @includedir@
80
81       ldflags
82
83              Print the linker flags that are necessary to  link  an  autoopts
84              program in the default installation mode (static or dynamic).
85              The unconfigured value is:  -L${libdir} -lopts
86
87       ldopts
88
89              The linker options to use when linking a program to libopts.
90              The unconfigured value is:  @AG_LDFLAGS@
91
92       libdir
93
94              The libopts installation directory.
95              The unconfigured value is:  @libdir@
96
97       libs
98
99              an alternate spelling of "ldflags".
100              The unconfigured value is:  ${ldflags}
101
102       libsrc
103
104              The  full  path of the redistributable, tear-off libopts library
105              source.  This file is in gzipped-tarball format.
106              The        unconfigured        value         is:          ${pkg‐
107              datadir}/libopts-${dotver}.tar.gz
108
109       package
110
111              The  name of the package that provides autoopts.  This is always
112              "autogen".
113              The unconfigured value is:  @PACKAGE@
114
115       pkgdatadir
116
117              The directory containing support files used by autogen.
118              The unconfigured value is:  ${datadir}/${package}
119
120       prefix
121
122              The autogen package installation prefix.
123              The unconfigured value is:  @prefix@
124
125       static_libs
126
127              The name of the AR archive of the libopts object code.
128              The unconfigured value is:  ${libdir}/libopts.a
129
130       version
131
132              Print the currently installed version of autoopts.
133              The unconfigured value is:  @AO_CURRENT@:@AO_REVISION@:@AO_AGE@
134

SEE ALSO

136       Autogen Info system documentation.
137

AUTHORS

139       AutoGen is the work of Bruce Korb <bkorb@gnu.org>.
140       Bruce Korb <bkorb@gnu.org> and
141       Luca Filipozzi <lfilipoz@debian.org> created this manpage.
142
143       AutoOpts is released under either the GNU General Public  License  with
144       the  Library  exception (LGPL), or else the advertising clause free BSD
145       license.  Which license used is at the discretion of the licensee.
146
147
148
149
150                                  2018-08-26                autoopts-config(1)
Impressum