]> ncurses.scripts.mit.edu Git - ncurses.git/blob - man/MKncu_config.in
ncurses 6.4 - patch 20230917
[ncurses.git] / man / MKncu_config.in
1 .\"***************************************************************************
2 .\" Copyright 2020-2021,2023 Thomas E. Dickey                                *
3 .\" Copyright 2010 Free Software Foundation, Inc.                            *
4 .\"                                                                          *
5 .\" Permission is hereby granted, free of charge, to any person obtaining a  *
6 .\" copy of this software and associated documentation files (the            *
7 .\" "Software"), to deal in the Software without restriction, including      *
8 .\" without limitation the rights to use, copy, modify, merge, publish,      *
9 .\" distribute, distribute with modifications, sublicense, and/or sell       *
10 .\" copies of the Software, and to permit persons to whom the Software is    *
11 .\" furnished to do so, subject to the following conditions:                 *
12 .\"                                                                          *
13 .\" The above copyright notice and this permission notice shall be included  *
14 .\" in all copies or substantial portions of the Software.                   *
15 .\"                                                                          *
16 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS  *
17 .\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF               *
18 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.   *
19 .\" IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,   *
20 .\" DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR    *
21 .\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR    *
22 .\" THE USE OR OTHER DEALINGS IN THE SOFTWARE.                               *
23 .\"                                                                          *
24 .\" Except as contained in this notice, the name(s) of the above copyright   *
25 .\" holders shall not be used in advertising or otherwise to promote the     *
26 .\" sale, use or other dealings in this Software without prior written       *
27 .\" authorization.                                                           *
28 .\"***************************************************************************
29 .\"
30 .\" $Id: MKncu_config.in,v 1.12 2023/09/17 08:29:56 tom Exp $
31 .TH @LIB_NAME@@DFT_ARG_SUFFIX@@cf_cv_abi_version@-config 1 2023-09-17 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "User commands"
32 .SH NAME
33 \fB\%@LIB_NAME@@DFT_ARG_SUFFIX@@cf_cv_abi_version@-config\fP \-
34 helper script for \fIncurses\fR libraries
35 .SH SYNOPSIS
36 .B @LIB_NAME@@DFT_ARG_SUFFIX@@cf_cv_abi_version@-config
37 [\fIoptions\fP]
38 .SH DESCRIPTION
39 This is a shell script which simplifies configuring applications against
40 a particular set of ncurses libraries.
41 .SH OPTIONS
42 .TP
43 \fB\-\-prefix\fP
44 echos the package\-prefix of ncurses
45 .TP
46 \fB\-\-exec\-prefix\fP
47 echos the executable\-prefix of ncurses
48 .TP
49 \fB\-\-cflags\fP
50 echos the C compiler flags needed to compile with ncurses
51 .TP
52 \fB\-\-libs\fP
53 echos the libraries needed to link with ncurses
54 .TP
55 \fB\-\-version\fP
56 echos the release+patchdate version of ncurses
57 .TP
58 \fB\-\-abi\-version\fP
59 echos the ABI version of ncurses
60 .TP
61 \fB\-\-mouse\-version\fP
62 echos the mouse\-interface version of ncurses
63 .TP
64 \fB\-\-bindir\fP
65 echos the directory containing ncurses programs
66 .TP
67 \fB\-\-datadir\fP
68 echos the directory containing ncurses data
69 .TP
70 \fB\-\-includedir\fP
71 echos the directory containing ncurses header files
72 .TP
73 \fB\-\-libdir\fP
74 echos the directory containing ncurses libraries
75 .TP
76 \fB\-\-mandir\fP
77 echos the directory containing ncurses manpages
78 .TP
79 \fB\-\-terminfo\fP
80 echos the $TERMINFO terminfo database path, e.g.,
81 .RS
82 @TERMINFO@
83 .RE
84 .TP
85 \fB\-\-terminfo\-dirs\fP
86 echos the $TERMINFO_DIRS directory list, e.g.,
87 .RS
88 @TERMINFO_DIRS@
89 .RE
90 .TP
91 \fB\-\-termpath\fP
92 echos the $TERMPATH termcap list, if support for termcap is configured.
93 .TP
94 \fB\-\-help\fP
95 prints this message
96 .SH "SEE ALSO"
97 \fBcurses\fP(3X)
98 .PP
99 This describes \fBncurses\fP
100 version @NCURSES_MAJOR@.@NCURSES_MINOR@ (patch @NCURSES_PATCH@).