summaryrefslogtreecommitdiff
path: root/curl-config.in
Commit message (Collapse)AuthorAgeFilesLines
* curl-config now shows asyncdns if built with ares enabledDaniel Stenberg2003-12-081-0/+3
|
* Markus Oberhumer fixed the -cflags optionDaniel Stenberg2003-01-161-2/+5
|
* Karol Pietrzak pointed out that simply including the include dir in --cflagsDaniel Stenberg2002-11-201-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.inDaniel Stenberg2002-09-021-0/+3
|
* --ca shows ca bundle pathDaniel Stenberg2002-08-301-0/+5
|
* added --disable-[protocol] supportDaniel Stenberg2002-06-111-0/+21
|
* added support for --cc to output the compiler name. This makes it possibleDaniel Stenberg2002-01-161-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 needDaniel Stenberg2001-08-161-1/+1
|
* removed --include again and stuffed the libcurl's include path in --cflagsDaniel Stenberg2001-08-161-6/+2
|
* Added --include to set the compiler include flag for libcurlDaniel Stenberg2001-08-161-0/+5
|
* Added -lcurl for --libs so that single option should now suffice to useDaniel Stenberg2001-08-161-1/+1
| | | | when building anything with libcurl
* Heikki Korpela posted a patch that makes --libs include the directory inDaniel Stenberg2001-08-061-1/+1
| | | | which libcurl itself is installed in.
* Add documentation for the --vernum attributeSterling Hughes2001-06-011-0/+1
|
* added 'curl-config --vernum' for hardcore hex version outputDaniel Stenberg2001-05-281-0/+5
|
* configure sets variables that curl-config uses to display what featuresDaniel Stenberg2001-04-181-7/+20
| | | | that have been built-in
* more intial fixesDaniel Stenberg2001-04-171-9/+5
|
* libcurl version, not curl versionDaniel Stenberg2001-04-171-1/+1
|
* tiny tool for outputting curl config variablesDaniel Stenberg2001-04-171-0/+76