.\"*************************************************************************** .\" Copyright 2020-2021,2023 Thomas E. Dickey * .\" Copyright 2010 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * .\" copy of this software and associated documentation files (the * .\" "Software"), to deal in the Software without restriction, including * .\" without limitation the rights to use, copy, modify, merge, publish, * .\" distribute, distribute with modifications, sublicense, and/or sell * .\" copies of the Software, and to permit persons to whom the Software is * .\" furnished to do so, subject to the following conditions: * .\" * .\" The above copyright notice and this permission notice shall be included * .\" in all copies or substantial portions of the Software. * .\" * .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * .\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. * .\" IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, * .\" DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR * .\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR * .\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. * .\" * .\" Except as contained in this notice, the name(s) of the above copyright * .\" holders shall not be used in advertising or otherwise to promote the * .\" sale, use or other dealings in this Software without prior written * .\" authorization. * .\"*************************************************************************** .\" .\" $Id: MKncu_config.in,v 1.19 2023/12/02 21:37:31 tom Exp $ .TH @LIB_NAME@@DFT_ARG_SUFFIX@@cf_cv_abi_version@-config 1 2023-12-02 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "User commands" .SH NAME \fB\%@LIB_NAME@@DFT_ARG_SUFFIX@@cf_cv_abi_version@-config\fP \- configuration helper for \fIncurses\fR libraries .SH SYNOPSIS .B @LIB_NAME@@DFT_ARG_SUFFIX@@cf_cv_abi_version@-config .I option \&.\|.\|. .PP .B "@LIB_NAME@@DFT_ARG_SUFFIX@@cf_cv_abi_version@-config \-\-version" .PP .B "@LIB_NAME@@DFT_ARG_SUFFIX@@cf_cv_abi_version@-config \-\-help" .SH DESCRIPTION This program development aid simplifies the process of configuring applications against a particular set of \fIncurses\fP libraries. .SH OPTIONS .TP 18 \" "--mouse-version" + 2n + adjustment for PDF \fB\-\-prefix\fP reports the package prefix of \fIncurses\fP. .TP \fB\-\-exec\-prefix\fP reports the executable prefix of \fIncurses\fP. .TP \fB\-\-cflags\fP reports the C compiler flags needed to compile with \fIncurses\fP. .TP \fB\-\-libs\fP reports the libraries needed to link with \fIncurses\fP. .TP \fB\-\-version\fP reports the release and patch date information of \fIncurses\fP and exits successfully. .TP \fB\-\-abi\-version\fP reports the ABI version of \fIncurses\fP. .TP \fB\-\-mouse\-version\fP reports the mouse\-interface version of \fIncurses\fP. .TP \fB\-\-bindir\fP reports the directory containing \fIncurses\fP programs. .TP \fB\-\-datadir\fP reports the directory containing \fIncurses\fP data. .TP \fB\-\-includedir\fP reports the directory containing \fIncurses\fP header files. .TP \fB\-\-libdir\fP reports the directory containing \fIncurses\fP libraries. .TP \fB\-\-mandir\fP reports the directory containing \fIncurses\fP man pages. .TP \fB\-\-terminfo\fP reports the \fI\%TERMINFO\fP \fIterminfo\fP database path, for example \fI\%@TERMINFO@\fP. .TP \fB\-\-terminfo\-dirs\fP reports the \fI\%TERMINFO_DIRS\fP supplemental search path for the \fIterminfo\fP database, for example \fI\%@TERMINFO_DIRS@\fP. .TP \fB\-\-termpath\fP reports the \fI\%TERMPATH\fP supplemental search path for the \fItermcap\fP database, if support for \fItermcap\fP is configured. .TP \fB\-\-help\fP issues a usage message and exits successfully. .SH "SEE ALSO" \fB\%curses\fP(3X)