From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- 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 <