diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-09-01 07:02:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-09-01 07:02:37 +0000 |
commit | ea2754e0289d6714c37569da0bd14917cbdd0196 (patch) | |
tree | e8e4d3deda24b71fe95894c3f151d3bded89642c | |
parent | ceda7e98f8f8d04b26ce0e0ea2f800dcdf966b79 (diff) |
clarify: building outside of the source tree is not special for the
test script
-rw-r--r-- | include/curl/curl.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index 77e95c555..34da873b6 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -32,11 +32,10 @@ */ #include "curlver.h" /* libcurl version defines */ -/* The leading path on the following include statement is required by the - autobuild system (tests/testcurl.pl) because curlbuild.h is not generated - in the same directory as curl.h in this special case. As long as the - autobuild system works that way, do not remove it, unless you know what - you're doing. */ +/* The leading path on the following include statement is required to properly + allow building outside of the source tree, because then curlbuild.h is not + generated in the same directory as curl.h. Do not remove it, unless you + know what you're doing. */ #include "curl/curlbuild.h" /* libcurl build definitions */ #include "curlrules.h" /* libcurl rules enforcement */ |