summaryrefslogtreecommitdiff
path: root/maketgz
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2009-07-14 13:25:14 +0000
committerGunter Knauf <gk@gknw.de>2009-07-14 13:25:14 +0000
commitf671d0513ccc9cdcd7516c732c719b2f31a9578e (patch)
treee419c483393ab20caaf0e93f1d236edb08743670 /maketgz
parent100f6b7703ff9a45340c0b27122806952f243ab8 (diff)
downloadcurl-f671d0513ccc9cdcd7516c732c719b2f31a9578e.tar.gz
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.
Diffstat (limited to 'maketgz')
-rwxr-xr-xmaketgz4
1 files changed, 2 insertions, 2 deletions
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
############################################################################
#