summaryrefslogtreecommitdiff
path: root/docs/curl-config.1
diff options
context:
space:
mode:
authorRamakrishnan Muthukrishnan <vu3rdd@gmail.com>2010-04-15 09:55:34 +0530
committerRamakrishnan Muthukrishnan <vu3rdd@gmail.com>2010-04-15 09:55:34 +0530
commit0213572493e41375ec2fc6ca863e3ec91d3699c1 (patch)
treeee1956696e4af44a23066a95fd51925e574a2b82 /docs/curl-config.1
parent53cb199bdf55de6023e0b69832901d8286bf0594 (diff)
Imported Upstream version 7.20.1
Diffstat (limited to 'docs/curl-config.1')
-rw-r--r--docs/curl-config.19
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/curl-config.1 b/docs/curl-config.1
index 5471c1b1..c4f4e2b1 100644
--- a/docs/curl-config.1
+++ b/docs/curl-config.1
@@ -5,7 +5,7 @@
.\" * | (__| |_| | _ <| |___
.\" * \___|\___/|_| \_\_____|
.\" *
-.\" * Copyright (C) 1998 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2010, Daniel Stenberg, <daniel@haxx.se>, et al.
.\" *
.\" * This software is licensed as described in the file COPYING, which
.\" * you should have received as part of this distribution. The terms
@@ -18,7 +18,6 @@
.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
.\" * KIND, either express or implied.
.\" *
-.\" * $Id: curl-config.1,v 1.18 2009-11-14 19:23:26 claesjac Exp $
.\" **************************************************************************
.\"
.TH curl-config 1 "25 Oct 2007" "Curl 7.17.1" "curl-config manual"
@@ -38,9 +37,9 @@ Displays the compiler used to build libcurl.
Set of compiler options (CFLAGS) to use when compiling files that use
libcurl. Currently that is only the include path to the curl include files.
.IP "--checkfor [version]"
-Specify the oldest possible libcurl version string you want, and this
-script will return 0 if the current installation is new enough or it
-returns 1 and outputs a text saying that the current version is not new
+Specify the oldest possible libcurl version string you want, and this
+script will return 0 if the current installation is new enough or it
+returns 1 and outputs a text saying that the current version is not new
enough. (Added in 7.15.4)
.IP "--configure"
Displays the arguments given to configure when building curl.