Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-15 | added missing features to curl-config | Daniel Stenberg | |
2004-12-24 | David Shaw added --protocols, and thus the --feature no longer mentions what | Daniel Stenberg | |
protocols that are disabled. | |||
2004-12-11 | Dan Fandrich: | Daniel Stenberg | |
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. | |||
2003-12-08 | curl-config now shows asyncdns if built with ares enabled | Daniel Stenberg | |
2003-01-16 | Markus Oberhumer fixed the -cflags option | Daniel Stenberg | |
2002-11-20 | Karol Pietrzak pointed out that simply including the include dir in --cflags | Daniel Stenberg | |
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-09-02 | AC_SUBST HAVE_LIBZ for curl-config.in | Daniel Stenberg | |
2002-08-30 | --ca shows ca bundle path | Daniel Stenberg | |
2002-06-11 | added --disable-[protocol] support | Daniel Stenberg | |
2002-01-16 | added support for --cc to output the compiler name. This makes it possible | Daniel Stenberg | |
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 | |||
2001-08-16 | hm, --cflags should only show the flags a 3rd party program would need | Daniel Stenberg | |
2001-08-16 | removed --include again and stuffed the libcurl's include path in --cflags | Daniel Stenberg | |
2001-08-16 | Added --include to set the compiler include flag for libcurl | Daniel Stenberg | |
2001-08-16 | Added -lcurl for --libs so that single option should now suffice to use | Daniel Stenberg | |
when building anything with libcurl | |||
2001-08-06 | Heikki Korpela posted a patch that makes --libs include the directory in | Daniel Stenberg | |
which libcurl itself is installed in. | |||
2001-06-01 | Add documentation for the --vernum attribute | Sterling Hughes | |
2001-05-28 | added 'curl-config --vernum' for hardcore hex version output | Daniel Stenberg | |
2001-04-18 | configure sets variables that curl-config uses to display what features | Daniel Stenberg | |
that have been built-in | |||
2001-04-17 | more intial fixes | Daniel Stenberg | |
2001-04-17 | libcurl version, not curl version | Daniel Stenberg | |
2001-04-17 | tiny tool for outputting curl config variables | Daniel Stenberg | |