From 7c11455bf43289199b293a24f2f8fb55bc3b09c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 12 Aug 2014 21:08:20 +0200 Subject: Initial import of libonig version 5.9.5-2 --- debian/onig-config.1 | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 debian/onig-config.1 (limited to 'debian/onig-config.1') diff --git a/debian/onig-config.1 b/debian/onig-config.1 new file mode 100644 index 0000000..5916c18 --- /dev/null +++ b/debian/onig-config.1 @@ -0,0 +1,50 @@ +.TH ONIG-CONFIG 1 +.SH NAME +onig\(hyconfig - provide information about the installed version of libonig +.SH SYNOPSIS + +\fBonig\(hyconfig\fR [ \fB \-\-prefix\fI[=DIR]\fB \fR ] [ \fB \-\-exec-prefix\fI[=DIR]\fB \fR ] [ \fB \-\-libs \fR ] [ \fB \-\-cflags \fR ] [ \fB \-\-version \fR ] + +.SH DESCRIPTION +\fBonig-config\fR returns the configuration of the installed Oniguruma +library: the options required to compile a program which uses the +library. + + +.SH OPTIONS +.TP 10 +\fB--prefix=PREFIX\fR +If specified, use \fIPREFIX\fR instead +of the installation prefix that +\fIlibonig\fR was built with when computing +the output for the \fB--cflags\fR and +\fB--libs\fR options. This option is also used for +the exec prefix if \fB--exec-prefix\fR was +not specified. This option must be specified before any +\fB--libs\fR or \fB--cflags\fR options. +.TP +\fB--exec-prefix=PREFIX\fR +If specified, use \fIPREFIX\fR instead +of the installation exec prefix that +\fIlibonig\fR was built with when computing +the output for the \fB--cflags\fR and +\fB--libs\fR options. This option must be specified +before any \fB--libs\fR or \fB--cflags\fR options. +.TP +\fB--libs\fR +Print the linker flags that are necessary to link a +\fIlibonig\fR program. +.TP +\fB--cflags\fR +Print the compiler flags that are necessary to compile a +\fIlibonig\fR program. +.TP +\fB--version\fR +Print the currently installed version of +\fIlibonig\fR on the standard output. + + +.SH AUTHOR +This manual page was written by Max Kellermann for +the Debian GNU/Linux system (but may be used by others), based on +other Debian manual pages. -- cgit v1.2.3