diff options
author | Gunter Knauf <gk@gknw.de> | 2009-07-14 13:25:14 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2009-07-14 13:25:14 +0000 |
commit | f671d0513ccc9cdcd7516c732c719b2f31a9578e (patch) | |
tree | e419c483393ab20caaf0e93f1d236edb08743670 /missing | |
parent | 100f6b7703ff9a45340c0b27122806952f243ab8 (diff) | |
download | curl-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 'missing')
-rwxr-xr-x | missing | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -66,7 +66,7 @@ Options: Supported PROGRAM values: aclocal touch file \`aclocal.m4' autoconf touch file \`configure' - autoheader touch file \`config.h.in' + autoheader touch file \`curl_config.h.in' automake touch all \`Makefile.in' files bison create \`y.tab.[ch]', if possible, from existing .[ch] flex create \`lex.yy.c', if possible, from existing .c @@ -112,7 +112,7 @@ WARNING: \`$1' is missing on your system. You should only need it if to install the \`Autoconf' and \`GNU m4' packages. Grab them from any GNU archive site." files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` - test -z "$files" && files="config.h" + test -z "$files" && files="curl_config.h" touch_files= for f in $files; do case "$f" in |