From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- vendor/voclient/common/curl-7.20.1/curl-config.in | 161 ++++++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 vendor/voclient/common/curl-7.20.1/curl-config.in (limited to 'vendor/voclient/common/curl-7.20.1/curl-config.in') diff --git a/vendor/voclient/common/curl-7.20.1/curl-config.in b/vendor/voclient/common/curl-7.20.1/curl-config.in new file mode 100644 index 00000000..ebda1299 --- /dev/null +++ b/vendor/voclient/common/curl-7.20.1/curl-config.in @@ -0,0 +1,161 @@ +#! /bin/sh +#*************************************************************************** +# _ _ ____ _ +# Project ___| | | | _ \| | +# / __| | | | |_) | | +# | (__| |_| | _ <| |___ +# \___|\___/|_| \_\_____| +# +# Copyright (C) 2001 - 2009, 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. +# +########################################################################### + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +includedir=@includedir@ + +usage() +{ + cat <