From f3bd0c3fc3a69843f5f67f61c6a75fc705fe5078 Mon Sep 17 00:00:00 2001
From: Patrick Monnerat <Patrick.Monnerat@datasphere.ch>
Date: Mon, 31 Aug 2009 15:48:52 +0000
Subject: [PATCH] Added a warning comment about curlbuild.h inclusion leading
 path.

---
 include/curl/curl.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/curl/curl.h b/include/curl/curl.h
index 116ba50f79..77e95c5550 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -32,6 +32,11 @@
  */
 
 #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. */
 #include "curl/curlbuild.h"  /* libcurl build definitions */
 #include "curlrules.h"       /* libcurl rules enforcement */
 
-- 
GitLab