174N/A#*************************************************************************** 174N/A# Project ___| | | | _ \| | 174N/A# | (__| |_| | _ <| |___ 174N/A# \___|\___/|_| \_\_____| 174N/A# Copyright (C) 2001 - 2010, Daniel Stenberg, <daniel@haxx.se>, et al. 174N/A# This software is licensed as described in the file COPYING, which 174N/A# you should have received as part of this distribution. The terms 174N/A# You may opt to use, copy, modify, merge, publish, distribute and/or sell 174N/A# copies of the Software, and permit persons to whom the Software is 174N/A# furnished to do so, under the terms of the COPYING file. 174N/A# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 174N/A# KIND, either express or implied. 174N/A# Modified to conform to Solaris standards. 174N/A########################################################################### 174N/AUsage: curl-config [OPTION] 174N/AAvailable values for OPTION include: 174N/A --built-shared says 'yes' if libcurl was built shared 174N/A --ca ca bundle install path 174N/A --cflags pre-processor and compiler flags 174N/A --checkfor [version] check for (lib)curl of the specified version 174N/A --configure the arguments given to configure when building curl 174N/A --features newline separated list of enabled features 174N/A --help display this help and exit 174N/A --libs library linking information 174N/A --prefix curl install prefix 174N/A --protocols newline separated list of enabled protocols 174N/A --static-libs static libcurl library linking information 174N/A --version output version information 174N/A --vernum output the version information as a number (hexadecimal) 174N/A # this deals with options in the style 174N/A # --option=value and extracts the value part 174N/A # when extracting the patch part we strip off everything after a 174N/A # dash as that's used for things like version 1.2.3-CVS 174N/A echo "Static libcurl 7.21.2 is not available." 2379N/A echo " '--prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--enable-shared' '--disable-static' '--enable-http' '--enable-ftp' '--enable-file' '--enable-dict' '--enable-manual' '--disable-libgcc' '--enable-rtsp' '--enable-proxy' '--enable-telnet' '--enable-tftp' '--enable-pop3' '--enable-imap' '--enable-smtp' '--enable-ipv6' '--enable-nonblocking' '--enable-thread' '--enable-verbose' '--disable-sspi' '--enable-crypto-auth' '--enable-cookies' '--disable-hidden-symbols' '--disable-soname-bump' '--enable-ldap' '--with-random=/dev/urandom' '--with-ssl' '--with-ldap-lib=ldap_r-2.4' '--with-lber-lib=lber-2.4' '--with-gssapi-includes=/usr/include/gssapi' '--with-gssapi-libs=/usr/lib' '--with-gssapi=/usr' '--with-ca-bundle=/etc/certs/CA' '--with-zlib=/usr' '--with-libidn=/usr' '--with-pic' 'curl_disallow_getifaddrs=yes'" 174N/A echo "unknown option: $1"