diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-01-16 14:20:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-01-16 14:20:06 +0000 |
commit | 6e9d1617c665dd49b2e46979e59b76363b89ecf3 (patch) | |
tree | 56975928ac3d920e8c55ff02084edbaac799fc0b /lib/getinfo.h | |
parent | ea811fee5202ee506b22470eae5111e6d99ea1e7 (diff) |
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
Diffstat (limited to 'lib/getinfo.h')
0 files changed, 0 insertions, 0 deletions