[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated (a5f200d53 -> a8e50ec68)
From: |
gnunet |
Subject: |
[gnunet] branch master updated (a5f200d53 -> a8e50ec68) |
Date: |
Sat, 30 Jan 2021 14:42:24 +0100 |
This is an automated email from the git hooks/post-receive script.
ttn pushed a change to branch master
in repository gnunet.
from a5f200d53 fix #6690
new de1b87ea3 fix #6722: use AX_COMPARE_VERSION
new a8e50ec68 update .gitignore
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 1 +
configure.ac | 5 +++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index b337cc058..b076501bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,6 +19,7 @@ Makefile.in
aclocal.m4
autom4te.cache/
compile
+config.cache
config.guess
config.log
config.status
diff --git a/configure.ac b/configure.ac
index eca988bb3..2f1184296 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1261,8 +1261,9 @@ gl_LIBUNISTRING
AS_IF([test $HAVE_LIBUNISTRING != yes],
[AC_MSG_ERROR([GNUnet requires libunistring])])
-AS_IF([test "x$gl_libunistring_hexversion" = "x" || test
"$gl_libunistring_hexversion" -le 2305],
- [AC_MSG_ERROR([GNUnet requires libunistring >= 0.9.1.1])])
+AX_COMPARE_VERSION([$LIBUNISTRING_VERSION],[le],[0.9.1.1],
+ [AC_MSG_ERROR([GNUnet requires libunistring >= 0.9.1.1])])
+
AC_CHECK_HEADERS([unistr.h],
,
AC_MSG_ERROR([Compiling GNUnet requires unistr.h (from
libunistring) to be installed]))
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [gnunet] branch master updated (a5f200d53 -> a8e50ec68),
gnunet <=