]> ncurses.scripts.mit.edu Git - ncurses.git/blob - man/MKncu_config.in
ncurses 6.4 - patch 20231217
[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.20 2023/12/16 21:43:05 tom Exp $
31 .TH @LIB_NAME@@DFT_ARG_SUFFIX@@cf_cv_abi_version@-config 1 2023-12-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "User commands"
32 .SH NAME
33 \fB\%@LIB_NAME@@DFT_ARG_SUFFIX@@cf_cv_abi_version@-config\fP \-
34 configuration helper for \fI\%ncurses\fP libraries
35 .SH SYNOPSIS
36 .B @LIB_NAME@@DFT_ARG_SUFFIX@@cf_cv_abi_version@-config
37 .I option
38 \&.\|.\|.
39 .PP
40 .B "@LIB_NAME@@DFT_ARG_SUFFIX@@cf_cv_abi_version@-config \-\-version"
41 .PP
42 .B "@LIB_NAME@@DFT_ARG_SUFFIX@@cf_cv_abi_version@-config \-\-help"
43 .SH DESCRIPTION
44 This program development aid simplifies the process of configuring
45 applications against a particular set of \fI\%ncurses\fP libraries.
46 .SH OPTIONS
47 .TP 18 \" "--mouse-version" + 2n + adjustment for PDF
48 \fB\-\-prefix\fP
49 reports the package prefix of \fI\%ncurses\fP.
50 .TP
51 \fB\-\-exec\-prefix\fP
52 reports the executable prefix of \fI\%ncurses\fP.
53 .TP
54 \fB\-\-cflags\fP
55 reports the C compiler flags needed to compile with \fI\%ncurses\fP.
56 .TP
57 \fB\-\-libs\fP
58 reports the libraries needed to link with \fI\%ncurses\fP.
59 .TP
60 \fB\-\-version\fP
61 reports the release and patch date information of \fI\%ncurses\fP and
62 exits successfully.
63 .TP
64 \fB\-\-abi\-version\fP
65 reports the ABI version of \fI\%ncurses\fP.
66 .TP
67 \fB\-\-mouse\-version\fP
68 reports the mouse\-interface version of \fI\%ncurses\fP.
69 .TP
70 \fB\-\-bindir\fP
71 reports the directory containing \fI\%ncurses\fP programs.
72 .TP
73 \fB\-\-datadir\fP
74 reports the directory containing \fI\%ncurses\fP data.
75 .TP
76 \fB\-\-includedir\fP
77 reports the directory containing \fI\%ncurses\fP header files.
78 .TP
79 \fB\-\-libdir\fP
80 reports the directory containing \fI\%ncurses\fP libraries.
81 .TP
82 \fB\-\-mandir\fP
83 reports the directory containing \fI\%ncurses\fP man pages.
84 .TP
85 \fB\-\-terminfo\fP
86 reports the \fI\%TERMINFO\fP \fIterminfo\fP database path,
87 for example \fI\%@TERMINFO@\fP.
88 .TP
89 \fB\-\-terminfo\-dirs\fP
90 reports the \fI\%TERMINFO_DIRS\fP supplemental search path for the
91 \fIterminfo\fP database,
92 for example \fI\%@TERMINFO_DIRS@\fP.
93 .TP
94 \fB\-\-termpath\fP
95 reports the \fI\%TERMPATH\fP supplemental search path for the
96 \fItermcap\fP database,
97 if support for \fItermcap\fP is configured.
98 .TP
99 \fB\-\-help\fP
100 issues a usage message and exits successfully.
101 .SH "SEE ALSO"
102 \fB\%curses\fP(3X)