summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-08-15 10:02:48 +0000
committerng0 <ng0@n0.is>2019-08-15 10:02:48 +0000
commitd78b8a6ccb10aac70c773f1b7b924dccc7afa9c7 (patch)
tree7d5a6e3ed820ad7976731fb5e0e68b228b98338e
parentf53197457253038fc64dbc7dcd027ffa7236fa15 (diff)
downloadgnurl-d78b8a6ccb10aac70c773f1b7b924dccc7afa9c7.tar.gz
gnurl-d78b8a6ccb10aac70c773f1b7b924dccc7afa9c7.tar.bz2
gnurl-d78b8a6ccb10aac70c773f1b7b924dccc7afa9c7.zip
Make the warning in buildconf more clear, months after noting that the hardfailure was not necessary.
I should probably upstream this one day.
-rwxr-xr-xbuildconf4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildconf b/buildconf
index f6460dad9..2005383e4 100755
--- a/buildconf
+++ b/buildconf
@@ -262,9 +262,9 @@ if { echo $m4 | grep "GNU" >/dev/null 2>&1; } then
echo "buildconf: GNU m4 version $m4_version (ok)"
else
if test -z "$m4"; then
- echo "buildconf: m4 version not recognized. You need a GNU m4 installed!"
+ echo "buildconf: m4 version not recognized. You need a GNU m4 or compatible installed!"
else
- echo "buildconf: m4 version $m4 found. You need a GNU m4 installed!"
+ echo "buildconf: m4 version $m4 found. You need a GNU m4 or compatible installed!"
fi
# Early testing on NetBSD 8.0 showed that the hard failure here is
# overkill, at least for gnurl.