summaryrefslogtreecommitdiff
path: root/curl-config.in
Commit message (Expand)AuthorAgeFilesLines
* Fixed curl-config when no features are enabled.Dan Fandrich2008-09-031-2/+2
* remove extra semicolon from curl-config.inYang Tse2008-09-031-2/+2
* - Keith Mok added supported_protocols and supported_features to the pkg-configDaniel Stenberg2008-09-021-62/+6
* Michal Marek made curl-config --libs not include /usr/lib64 in the outputDaniel Stenberg2008-01-101-2/+2
* Based on one of those bug reports that are intercepted by a distro's bugDaniel Stenberg2007-10-291-3/+3
* Added the --static-libs option to curl-configDan Fandrich2007-10-251-1/+6
* Added LDAPS, SCP and SFTP to curl-config --protocols.Dan Fandrich2007-09-141-0/+7
* Use configure's new LIBCURL_LIBS variableDan Fandrich2007-02-171-2/+2
* Don't bother adding a library path of /usr/lib in curl-config --libsDan Fandrich2007-02-141-3/+8
* Fixed the problem of curl-config --libs specifying unneeded librariesDan Fandrich2007-02-141-2/+6
* curl-config got a --checkfor optionDaniel Stenberg2006-05-021-2/+43
* David Shaw finally removed all traces of Gopher and we are now officiallyDaniel Stenberg2006-01-161-3/+0
* --protocols now supports TFTPDaniel Stenberg2005-09-041-0/+3
* When curl is built with GnuTLS, curl-config didn't include "SSL" whenDaniel Stenberg2005-08-071-1/+3
* added missing features to curl-configDaniel Stenberg2005-03-151-0/+11
* David Shaw added --protocols, and thus the --feature no longer mentions whatDaniel Stenberg2004-12-241-21/+29
* Dan Fandrich:Daniel Stenberg2004-12-111-4/+4
* 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
* 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
* 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
* Heikki Korpela posted a patch that makes --libs include the directory inDaniel Stenberg2001-08-061-1/+1
* 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
* 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