aboutsummaryrefslogtreecommitdiff
path: root/buildconf
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 /buildconf
parent100f6b7703ff9a45340c0b27122806952f243ab8 (diff)
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 'buildconf')
-rwxr-xr-xbuildconf8
1 files changed, 4 insertions, 4 deletions
diff --git a/buildconf b/buildconf
index f86048d42..a4889065e 100755
--- a/buildconf
+++ b/buildconf
@@ -270,8 +270,8 @@ for fname in .deps \
autom4te.cache \
compile \
config.guess \
- config.h \
- config.h.in \
+ curl_config.h \
+ curl_config.h.in \
config.log \
config.lt \
config.status \
@@ -321,8 +321,8 @@ fi
echo "buildconf: running autoheader"
${AUTOHEADER:-autoheader} || die "The autoheader command failed"
-echo "buildconf: cp lib/config.h.in src/config.h.in"
-cp lib/config.h.in src/config.h.in
+echo "buildconf: cp lib/curl_config.h.in src/curl_config.h.in"
+cp lib/curl_config.h.in src/curl_config.h.in
echo "buildconf: running autoconf"
${AUTOCONF:-autoconf} || die "The autoconf command failed"