[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: use AS_VERSION_COMPARE instead of AX_COM
From: |
gnunet |
Subject: |
[gnunet] branch master updated: use AS_VERSION_COMPARE instead of AX_COMPARE_VERSION |
Date: |
Sat, 30 Jan 2021 22:40:28 +0100 |
This is an automated email from the git hooks/post-receive script.
ttn pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 5b152adc0 use AS_VERSION_COMPARE instead of AX_COMPARE_VERSION
5b152adc0 is described below
commit 5b152adc0ba80dd6432827f04c9c7ec735623e83
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Sat Jan 30 16:36:14 2021 -0500
use AS_VERSION_COMPARE instead of AX_COMPARE_VERSION
(since the former is part of Autoconf proper)
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 2f1184296..68cae8c0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1261,7 +1261,7 @@ gl_LIBUNISTRING
AS_IF([test $HAVE_LIBUNISTRING != yes],
[AC_MSG_ERROR([GNUnet requires libunistring])])
-AX_COMPARE_VERSION([$LIBUNISTRING_VERSION],[le],[0.9.1.1],
+AS_VERSION_COMPARE([$LIBUNISTRING_VERSION],[0.9.1.1],
[AC_MSG_ERROR([GNUnet requires libunistring >= 0.9.1.1])])
AC_CHECK_HEADERS([unistr.h],
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnunet] branch master updated: use AS_VERSION_COMPARE instead of AX_COMPARE_VERSION,
gnunet <=