]> ncurses.scripts.mit.edu Git - ncurses.git/blob - man/MKncu_config.in
ncurses 6.4 - patch 20240420
[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.23 2024/04/20 21:13:38 tom Exp $
31 .TH @LIB_NAME@@DFT_ARG_SUFFIX@@cf_cv_abi_version@-config 1 2024-04-20 "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\-\-abi\-version\fP
61 reports the ABI version of \fI\%ncurses\fP.
62 .TP
63 \fB\-\-mouse\-version\fP
64 reports the mouse\-interface version of \fI\%ncurses\fP.
65 .TP
66 \fB\-\-bindir\fP
67 reports the directory containing \fI\%ncurses\fP programs.
68 .TP
69 \fB\-\-datadir\fP
70 reports the directory containing \fI\%ncurses\fP data.
71 .TP
72 \fB\-\-includedir\fP
73 reports the directory containing \fI\%ncurses\fP header files.
74 .TP
75 \fB\-\-libdir\fP
76 reports the directory containing \fI\%ncurses\fP libraries.
77 .TP
78 \fB\-\-mandir\fP
79 reports the directory containing \fI\%ncurses\fP man pages.
80 .TP
81 \fB\-\-terminfo\fP
82 reports the \fI\%TERMINFO\fP \fIterminfo\fP database path,
83 for example \fI\%@TERMINFO@\fP.
84 .TP
85 \fB\-\-terminfo\-dirs\fP
86 reports the \fI\%TERMINFO_DIRS\fP supplemental search path for the
87 \fIterminfo\fP database,
88 for example \fI\%@TERMINFO_DIRS@\fP.
89 .TP
90 \fB\-\-termpath\fP
91 reports the \fI\%TERMPATH\fP supplemental search path for the
92 \fItermcap\fP database,
93 if support for \fItermcap\fP is configured.
94 .PP
95 The following options cause all others to be ignored.
96 .TP 11 .\" "--version" + 2n
97 \fB\-\-help\fP
98 issues a usage message and exits successfully.
99 .TP
100 \fB\-\-version\fP
101 issues the release and patch date information of \fI\%ncurses\fP and
102 exits successfully.
103 .SH "SEE ALSO"
104 \fB\%curses\fP(3X)