You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
2.1 KiB

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