Daniel Stenberg
1b6d18fcb0
removed useless comment
2009-03-20 12:42:29 +00:00
Dan Fandrich
9813cea1d0
Fixed curl-config when no features are enabled.
2008-09-03 19:10:48 +00:00
Yang Tse
cc0054a4d5
remove extra semicolon from curl-config.in
2008-09-03 11:17:20 +00:00
Daniel Stenberg
bbc002a505
- 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.
2008-09-02 12:07:08 +00:00
Daniel Stenberg
8df7e0bdba
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.
2008-01-10 22:14:02 +00:00
Daniel Stenberg
57d2fb41d0
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.
2007-10-29 22:13:00 +00:00
Dan Fandrich
faaaf62655
Added the --static-libs option to curl-config
2007-10-25 22:30:35 +00:00
Dan Fandrich
9b23b31071
Added LDAPS, SCP and SFTP to curl-config --protocols.
...
Removed and fixed some AC_SUBST configure entries.
2007-09-14 01:24:59 +00:00
Dan Fandrich
2691f1efc8
Use configure's new LIBCURL_LIBS variable
2007-02-17 17:55:19 +00:00
Dan Fandrich
c5e7d839d5
Don't bother adding a library path of /usr/lib in curl-config --libs
2007-02-14 18:13:16 +00:00
Dan Fandrich
9de4e5ebe4
Fixed the problem of curl-config --libs specifying unneeded libraries
...
dependencies to applications.
2007-02-14 03:00:08 +00:00
Daniel Stenberg
6ca627ae74
curl-config got a --checkfor option
2006-05-02 22:48:22 +00:00
Daniel Stenberg
67a83c1b34
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.
2006-01-16 22:14:37 +00:00
Daniel Stenberg
e55f502e2f
--protocols now supports TFTP
2005-09-04 18:15:24 +00:00
Daniel Stenberg
8f219af884
When curl is built with GnuTLS, curl-config didn't include "SSL" when
...
--features was used
2005-08-07 21:45:59 +00:00
Daniel Stenberg
d6460aff36
added missing features to curl-config
2005-03-15 07:49:47 +00:00
Daniel Stenberg
2a6ea6d7a7
David Shaw added --protocols, and thus the --feature no longer mentions what
...
protocols that are disabled.
2004-12-24 08:59:44 +00:00
Daniel Stenberg
df3ca59116
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.
2004-12-11 18:47:22 +00:00
Daniel Stenberg
437afe0767
curl-config now shows asyncdns if built with ares enabled
2003-12-08 10:00:21 +00:00
Daniel Stenberg
b0fbb98f41
Markus Oberhumer fixed the -cflags option
2003-01-16 10:58:49 +00:00
Daniel Stenberg
f68505ee23
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.
2002-11-20 19:04:34 +00:00
Daniel Stenberg
f8e0b18439
AC_SUBST HAVE_LIBZ for curl-config.in
2002-09-02 22:45:46 +00:00
Daniel Stenberg
98e1605b17
--ca shows ca bundle path
2002-08-30 11:00:54 +00:00
Daniel Stenberg
fd3881eaa6
added --disable-[protocol] support
2002-06-11 11:13:29 +00:00
Daniel Stenberg
6e9d1617c6
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
2002-01-16 14:20:06 +00:00
Daniel Stenberg
47ff6f29f4
hm, --cflags should only show the flags a 3rd party program would need
2001-08-16 13:09:20 +00:00
Daniel Stenberg
861ca06f11
removed --include again and stuffed the libcurl's include path in --cflags
2001-08-16 13:05:00 +00:00
Daniel Stenberg
d9e54a3cdf
Added --include to set the compiler include flag for libcurl
2001-08-16 13:02:46 +00:00
Daniel Stenberg
32eaf9e83a
Added -lcurl for --libs so that single option should now suffice to use
...
when building anything with libcurl
2001-08-16 12:58:53 +00:00
Daniel Stenberg
d60cd937b7
Heikki Korpela posted a patch that makes --libs include the directory in
...
which libcurl itself is installed in.
2001-08-06 13:35:58 +00:00
Sterling Hughes
268867311e
Add documentation for the --vernum attribute
2001-06-01 21:56:58 +00:00
Daniel Stenberg
1e5e0f9a26
added 'curl-config --vernum' for hardcore hex version output
2001-05-28 14:58:07 +00:00
Daniel Stenberg
1ee7f92ce4
configure sets variables that curl-config uses to display what features
...
that have been built-in
2001-04-18 09:28:55 +00:00
Daniel Stenberg
28a9108257
more intial fixes
2001-04-17 12:37:38 +00:00
Daniel Stenberg
cc7fc20251
libcurl version, not curl version
2001-04-17 12:32:37 +00:00
Daniel Stenberg
fb1ce5fd5b
tiny tool for outputting curl config variables
2001-04-17 12:23:06 +00:00