diff -r 69315e61a221 -r 187aa0541610 components/curl/Solaris/curl-config-64 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/curl/Solaris/curl-config-64 Mon Apr 11 08:35:06 2011 -0700 @@ -0,0 +1,159 @@ +#! /bin/sh +#*************************************************************************** +# _ _ ____ _ +# Project ___| | | | _ \| | +# / __| | | | |_) | | +# | (__| |_| | _ <| |___ +# \___|\___/|_| \_\_____| +# +# Copyright (C) 2001 - 2010, Daniel Stenberg, , et al. +# +# This software is licensed as described in the file COPYING, which +# you should have received as part of this distribution. The terms +# are also available at http://curl.haxx.se/docs/copyright.html. +# +# You may opt to use, copy, modify, merge, publish, distribute and/or sell +# copies of the Software, and permit persons to whom the Software is +# furnished to do so, under the terms of the COPYING file. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +# Modified to conform to Solaris standards. +# +# ident "@(#)curl-config-64 1.8 10/10/18 SMI" +# +########################################################################### + +prefix=/usr +exec_prefix=${prefix} +includedir=${prefix}/include + +usage() +{ + cat <