]> granicus.if.org Git - curl/commitdiff
clarify: building outside of the source tree is not special for the
authorDaniel Stenberg <daniel@haxx.se>
Tue, 1 Sep 2009 07:02:37 +0000 (07:02 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 1 Sep 2009 07:02:37 +0000 (07:02 +0000)
test script

include/curl/curl.h

index 77e95c55508ad9cb1c7c9b88cfaacd1bf7cf0257..34da873b68c103a96338dde9d6628c325ee8c9bf 100644 (file)
  */
 
 #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 */