1cln-config(1) GNU cln-config(1)
2
3
4
6 cln-config - script to get information about the installed version of
7 the CLN library
8
10 [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs]
11 [--cppflags]
12
14 cln-config is a tool that is used to determine the compiler and linker
15 flags that should be used to compile and link programs that use CLN.
16
18 --version
19 Print the currently installed version of CLN on the standard
20 output.
21
22 --libs Print the linker flags that are necessary to link a CLN program.
23
24 --cppflags
25 Print the compiler flags that are necessary to compile a CLN
26 program.
27
28 --prefix=PREFIX
29 If specified, use PREFIX instead of the installation prefix that
30 CLN was built with when computing the output for the --cppflags
31 and --libs options. This option is also used for the exec prefix
32 if --exec-prefix was not specified. This option must be speci‐
33 fied before any --libs or --cppflags options.
34
35 --exec-prefix=PREFIX
36 If specified, use PREFIX instead of the installation exec prefix
37 that CLN was built with when computing the output for the
38 --cppflags and --libs options. This option must be specified
39 before any --libs or --cppflags options.
40
42 Richard Kreckel <kreckel@ginac.de>
43 Bruno Haible <haible@clisp.cons.org>
44
46 CLN is Copyright © Bruno Haible 1988-2002
47
48 This program is free software; you can redistribute it and/or modify it
49 under the terms of the GNU General Public License as published by the
50 Free Software Foundation; either version 2 of the License, or (at your
51 option) any later version.
52
53 This program is distributed in the hope that it will be useful, but
54 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
55 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
56 Public License for more details.
57
58 You should have received a copy of the GNU General Public License along
59 with this program; if not, write to the Free Software Foundation, Inc.,
60 675 Mass Ave, Cambridge, MA 02139, USA.
61
62
63
64CLN 1.1.13 November, 2000 cln-config(1)