From f671d0513ccc9cdcd7516c732c719b2f31a9578e Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Tue, 14 Jul 2009 13:25:14 +0000 Subject: renamed generated config.h to curl_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h. --- maketgz | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'maketgz') diff --git a/maketgz b/maketgz index 9e3e37350..7480bb1fe 100755 --- a/maketgz +++ b/maketgz @@ -92,8 +92,8 @@ findprog() return 0 } -echo "maketgz: cp lib/config.h.in src/config.h.in" -cp lib/config.h.in src/config.h.in +echo "maketgz: cp lib/curl_config.h.in src/curl_config.h.in" +cp lib/curl_config.h.in src/curl_config.h.in ############################################################################ # -- cgit v1.2.3