summaryrefslogtreecommitdiff
path: root/autoopts/autoopts-config.1
blob: f600e3f797839e6a94d8ecbb7ccec9997e1138ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
\"  -*- buffer-read-only: t -*- vi: set ro:
\" 
\" DO NOT EDIT THIS FILE   (autoopts-config.1)
\" 
\" It has been AutoGen-ed  August 11, 2012 at 09:41:23 AM by AutoGen 5.16.2pre7
\" From the definitions    aoconf.def
\" and the template file   aoconf.tpl
\"
.TH autoopts-config 1 2012-08-11 "" "Programmer's Manual"
.SH NAME
autoopts-config \- script to get information about installed version of
autoopts
.SH SYNOPSIS
.B autoopts-config
.B { <value-name> [...] | everything }
.PP
.SH DESCRIPTION
\fBautoopts-config\fP 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.  \fIvalue-name\fPs may be preceeded by
one or more hyphens.  They are silently ignored.
.SH "VALUE NAMES"
.TP
.BR autogen
.sp
Print the full path name of the autogen executable.
.br
The unconfigured value is:  ${bindir}/autogen${exeext}
.TP
.BR bindir
.sp
The destination directory for executable scripts and programs
installed by the \fIautogen\fP package.
.br
The unconfigured value is:  @bindir@
.TP
.BR cflags
.sp
Print the compiler flags that are necessary to compile an autoopts program.
.br
The unconfigured value is:  -I${includedir}
.TP
.BR datadir
.sp
The directory for various data directories.
.br
The unconfigured value is:  @datadir@
.TP
.BR datarootdir
.sp
The root directory for various data directories.
In this case, there is only one, "datadir".
.br
The unconfigured value is:  @datarootdir@
.TP
.BR dotver
.sp
Print the currently installed version of autoopts, in dotted format.
.br
The unconfigured value is:  @AO_CURRENT@.@AO_REVISION@.@AO_AGE@
.TP
.BR everything
.sp
Print the list of all names and values, one per line.
.TP
.BR exec_prefix
.sp
The installation root for libraries and executables.
.br
The unconfigured value is:  @exec_prefix@
.TP
.BR exeext
.sp
The executable file extension used for the autogen executable.
.br
The unconfigured value is:  @EXEEXT@
.TP
.BR includedir
.sp
The directory where the AutoOpts headers are stored.
This does not include the "-I" prefix gotten by specifying "cflags".
.br
The unconfigured value is:  @includedir@
.TP
.BR ldflags
.sp
Print the linker flags that are necessary to link an autoopts program
in the default installation mode (static or dynamic).
.br
The unconfigured value is:  -L${libdir} -lopts
.TP
.BR ldopts
.sp
The linker options to use when linking a program to libopts.
.br
The unconfigured value is:  @AG_LDFLAGS@
.TP
.BR libdir
.sp
The libopts installation directory.
.br
The unconfigured value is:  @libdir@
.TP
.BR libs
.sp
an alternate spelling of "\fIldflags\fP".
.br
The unconfigured value is:  ${ldflags}
.TP
.BR libsrc
.sp
The full path of the redistributable, tear-off libopts library source.
This file is in gzipped-tarball format.
.br
The unconfigured value is:  ${pkgdatadir}/libopts-${dotver}.tar.gz
.TP
.BR package
.sp
The name of the package that provides \fBautoopts\fP.  This is always
"\fIautogen\fP".
.br
The unconfigured value is:  @PACKAGE@
.TP
.BR pkgdatadir
.sp
The directory containing support files used by autogen.
.br
The unconfigured value is:  ${datadir}/${package}
.TP
.BR prefix
.sp
The \fIautogen\fP package installation prefix.
.br
The unconfigured value is:  @prefix@
.TP
.BR static_libs
.sp
The name of the AR archive of the libopts object code.
.br
The unconfigured value is:  ${libdir}/libopts.a
.TP
.BR version
.sp
Print the currently installed version of autoopts.
.br
The unconfigured value is:  @AO_CURRENT@:@AO_REVISION@:@AO_AGE@
.SH "SEE ALSO"
.IR Autogen
Info system documentation.
.SH AUTHORS
AutoGen is the work of Bruce Korb <bkorb@gnu.org>.
.br
Bruce Korb <bkorb@gnu.org> and
.br
Luca Filipozzi <lfilipoz@debian.org>
created this manpage.
.PP
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.
\" end of autoopts-config.1