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