wsdlpull-config - Man Page
script to get version number and compiler flags of the installed WSDLPull library
Synopsis
Description
wsdlpull-config is a tool that is used by configure to determine the compiler and linker flags that should be used to compile and link programs that use WSDLPull. It is also used internally by the GNU autoconf .m4 macros that are included with WSDLPull.
Options
wsdlpull-config accepts the following options:
- --version
Print the currently installed version of WSDLPull on the standard output.
- --libs
Print the linker flags that are necessary to link a WSDLPull program
- --cflags
Print the compiler flags that are necessary to compile a WSDLPull program.
- --prefix
Show the WSDLPull installation prefix.
See Also
Copyright
Copyright © 2010 Vivek Krishna
Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation.