summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf8
1 files changed, 5 insertions, 3 deletions
diff --git a/buildconf b/buildconf
index 509575312..f6460dad9 100755
--- a/buildconf
+++ b/buildconf
@@ -83,7 +83,7 @@ removethis(){
if test ! -f configure.ac ||
test ! -f src/tool_main.c ||
test ! -f lib/urldata.h ||
- test ! -f include/curl/curl.h ||
+ test ! -f include/gnurl/curl.h ||
test ! -f m4/curl-functions.m4; then
echo "Can not run buildconf from outside of curl's source subdirectory!"
echo "Change to the subdirectory where buildconf is found, and try again."
@@ -266,7 +266,9 @@ else
else
echo "buildconf: m4 version $m4 found. You need a GNU m4 installed!"
fi
- exit 1
+ # Early testing on NetBSD 8.0 showed that the hard failure here is
+ # overkill, at least for gnurl.
+ # exit 1
fi
#--------------------------------------------------------------------------
@@ -305,7 +307,7 @@ for fname in .deps \
config.sub \
configure \
configurehelp.pm \
- curl-config \
+ gnurl-config \
depcomp \
libcares.pc \
libcurl.pc \