History log of /curl/curl-config.in (Results 26 – 50 of 60)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_19_4, curl-7_19_3, curl-7_19_2, curl-7_19_1
# 9813cea1 03-Sep-2008 Dan Fandrich

Fixed curl-config when no features are enabled.


# cc0054a4 03-Sep-2008 Yang Tse

remove extra semicolon from curl-config.in


# bbc002a5 02-Sep-2008 Daniel Stenberg

- Keith Mok added supported_protocols and supported_features to the pkg-config
file for libcurl, and while doing that fix he unified with curl-config.in
how the supported protocols and fe

- Keith Mok added supported_protocols and supported_features to the pkg-config
file for libcurl, and while doing that fix he unified with curl-config.in
how the supported protocols and features are extracted and used, so both those
tools should now always be synced.

show more ...


Revision tags: curl-7_19_0, curl-7_18_2, curl-7_18_1, curl-7_18_0
# 8df7e0bd 10-Jan-2008 Daniel Stenberg

Michal Marek made curl-config --libs not include /usr/lib64 in the output
(it already before skipped /usr/lib). /usr/lib64 is the default library
directory on many 64bit systems and it's unl

Michal Marek made curl-config --libs not include /usr/lib64 in the output
(it already before skipped /usr/lib). /usr/lib64 is the default library
directory on many 64bit systems and it's unlikely that anyone would use the
path privately on systems where it's not.

show more ...


# 57d2fb41 29-Oct-2007 Daniel Stenberg

Based on one of those bug reports that are intercepted by a distro's bug
tracker (https://bugzilla.redhat.com/show_bug.cgi?id=316191), I now made
curl-config --features and --protocols show t

Based on one of those bug reports that are intercepted by a distro's bug
tracker (https://bugzilla.redhat.com/show_bug.cgi?id=316191), I now made
curl-config --features and --protocols show the correct output when built
with NSS.

show more ...


Revision tags: curl-7_17_1
# faaaf626 25-Oct-2007 Dan Fandrich

Added the --static-libs option to curl-config


# 9b23b310 14-Sep-2007 Dan Fandrich

Added LDAPS, SCP and SFTP to curl-config --protocols.
Removed and fixed some AC_SUBST configure entries.


Revision tags: curl-7_17_0, curl-7_17_0-preldapfix, curl-7_16_4, curl-7_16_3, curl-7_16_2
# 2691f1ef 17-Feb-2007 Dan Fandrich

Use configure's new LIBCURL_LIBS variable


# c5e7d839 14-Feb-2007 Dan Fandrich

Don't bother adding a library path of /usr/lib in curl-config --libs


# 9de4e5eb 14-Feb-2007 Dan Fandrich

Fixed the problem of curl-config --libs specifying unneeded libraries
dependencies to applications.


Revision tags: curl-7_16_1, curl-7_16_0, curl-7_15_6-prepipeline, curl-7_15_5, curl-7_15_4
# 6ca627ae 02-May-2006 Daniel Stenberg

curl-config got a --checkfor option


Revision tags: curl-7_15_3, curl-7_15_2
# 67a83c1b 16-Jan-2006 Daniel Stenberg

David Shaw finally removed all traces of Gopher and we are now officially
not supporting it. It hasn't been functioning for years anyway, so this is
just finally stating what already was true

David Shaw finally removed all traces of Gopher and we are now officially
not supporting it. It hasn't been functioning for years anyway, so this is
just finally stating what already was true. And a cleanup at the same time.

show more ...


Revision tags: curl-7_15_1, curl-7_15_0
# e55f502e 04-Sep-2005 Daniel Stenberg

--protocols now supports TFTP


Revision tags: curl-7_14_1, c-ares-1_3_0
# 8f219af8 07-Aug-2005 Daniel Stenberg

When curl is built with GnuTLS, curl-config didn't include "SSL" when
--features was used


Revision tags: curl-7_14_0, curl-7_13_2
# d6460aff 15-Mar-2005 Daniel Stenberg

added missing features to curl-config


Revision tags: curl-7_13_1, before_ftp_statemachine, curl-7_13_0
# 2a6ea6d7 24-Dec-2004 Daniel Stenberg

David Shaw added --protocols, and thus the --feature no longer mentions what
protocols that are disabled.


Revision tags: curl-7_12_3
# df3ca591 11-Dec-2004 Daniel Stenberg

Dan Fandrich:

Here's a stab at a consolidation of the SSL detection heuristics into
configure. Source files aren't changed by this patch, except for setup.h and
the various config*.h

Dan Fandrich:

Here's a stab at a consolidation of the SSL detection heuristics into
configure. Source files aren't changed by this patch, except for setup.h and
the various config*.h files. Within the configure script, OPENSSL_ENABLED is
used to determine if SSL is being used or not, and outside configure,
USE_SSLEAY means the same thing; this could be even further unified some day.

Now, when SSL is not detected, configure skips the various checks that are
dependent on SSL, speeding up the configure process and avoiding complications
with cross compiles. I also updated all the architecture- specific config
files I could see, but I couldn't test them.

show more ...


Revision tags: curl-7_12_2, curl-7_12_1, pre-aifix, curl-7_12_0, curl-7_11_2, c-ares-1_2_0, curl-7_11_1, curl-7_11_0
# 437afe07 08-Dec-2003 Daniel Stenberg

curl-config now shows asyncdns if built with ares enabled


Revision tags: curl-7_10_8, curl-7_10_7, curl-7_10_6, curl-7_10_5, curl-7_10_4
# b0fbb98f 16-Jan-2003 Daniel Stenberg

Markus Oberhumer fixed the -cflags option


Revision tags: curl-7_10_3
# f68505ee 20-Nov-2002 Daniel Stenberg

Karol Pietrzak pointed out that simply including the include dir in --cflags
is not a good thing, as recent gccs for example complain if it is /usr/include

Right now, we just output "" u

Karol Pietrzak pointed out that simply including the include dir in --cflags
is not a good thing, as recent gccs for example complain if it is /usr/include

Right now, we just output "" until we think of something better.

show more ...


Revision tags: curl-7_10_2, curl-7_10_1, curl-7_10
# f8e0b184 02-Sep-2002 Daniel Stenberg

AC_SUBST HAVE_LIBZ for curl-config.in


# 98e1605b 30-Aug-2002 Daniel Stenberg

--ca shows ca bundle path


Revision tags: curl-7_9_8
# fd3881ea 11-Jun-2002 Daniel Stenberg

added --disable-[protocol] support


Revision tags: curl-7_9_7, curl-7_9_7-pre2, curl-7_9_6, curl-7_9_5, curl-7_9_5-pre4, curl-7_9_5-pre2, curl-7_9_4, curl-7_9_3, curl-7_9_3-pre3, curl-7_9_3-pre2
# 6e9d1617 16-Jan-2002 Daniel Stenberg

added support for --cc to output the compiler name. This makes it possible
to compile libcurl stuff without any prior knowledge:

cc=`curl-config --cc`
cflags=`curl-config --cflags`

added support for --cc to output the compiler name. This makes it possible
to compile libcurl stuff without any prior knowledge:

cc=`curl-config --cc`
cflags=`curl-config --cflags`
libs=`curl-config --libs`

$cc $flags $libs -o example example.c

Or if you prefer, the oh-so-cool single-line version:

`curl-config --cc --cflags --libs` -o example example.c

show more ...


Revision tags: curl-7_9_3-pre1, pre-host-cache, curl-7_9_2, curl-7_9_1, curl-7_9, Curl_easy_1-1-8, Curl_easy_1-1-7, before_urldata_rename, curl-7_8_1
# 47ff6f29 16-Aug-2001 Daniel Stenberg

hm, --cflags should only show the flags a 3rd party program would need


123