gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] branch master updated: Make the warning in buildcon


From: gnunet
Subject: [GNUnet-SVN] [gnurl] branch master updated: Make the warning in buildconf more clear, months after noting that the hardfailure was not necessary. I should probably upstream this one day.
Date: Thu, 15 Aug 2019 12:03:36 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

The following commit(s) were added to refs/heads/master by this push:
     new d78b8a6cc Make the warning in buildconf more clear, months after 
noting that the hardfailure was not necessary. I should probably upstream this 
one day.
d78b8a6cc is described below

commit d78b8a6ccb10aac70c773f1b7b924dccc7afa9c7
Author: ng0 <address@hidden>
AuthorDate: Thu Aug 15 10:02:48 2019 +0000

    Make the warning in buildconf more clear, months after noting that the 
hardfailure was not necessary.
    I should probably upstream this one day.
---
 buildconf | 4 ++--
 1 file 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.

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]