gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: fix configure.ac issues with autoconf 2.


From: gnunet
Subject: [gnunet] branch master updated: fix configure.ac issues with autoconf 2.69
Date: Thu, 25 Nov 2021 23:50:15 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 04166afcb fix configure.ac issues with autoconf 2.69
04166afcb is described below

commit 04166afcb4ed833056355e1fdf793055f3a65d44
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Nov 25 23:50:13 2021 +0100

    fix configure.ac issues with autoconf 2.69
---
 configure.ac   | 16 +++-------------
 po/POTFILES.in |  1 +
 2 files changed, 4 insertions(+), 13 deletions(-)

diff --git a/configure.ac b/configure.ac
index 840bc48d3..f5feae72c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -994,7 +994,7 @@ AS_IF([test "x$mysql" = "xtrue"],
      [mysql=false])
    AS_IF([test "x$mysql" = "xfalse"],
      [AC_MSG_RESULT([< 4.1])
-      AC_MSG_ERROR([mysql version >= 4.1 required])])
+      AC_MSG_RESULT([mysql version >= 4.1 required. Will not use MySQL])])
    AC_COMPILE_IFELSE([AC_LANG_PROGRAM(
      [[#include <mysql/mysql_version.h>]],
      [[#if (MYSQL_VERSION_ID < 80000)
@@ -1098,13 +1098,7 @@ AC_CHECK_HEADERS([fcntl.h math.h errno.h ctype.h 
limits.h stdarg.h signal.h loca
   [AC_MSG_ERROR([Compiling GNUnet requires standard UNIX header files])])
 
 # Check for headers required only on some systems or which are optional
-AC_CHECK_HEADERS([stdatomic.h malloc.h malloc/malloc.h malloc/malloc_np.h
-                  langinfo.h sys/param.h sys/mount.h sys/statvfs.h sys/select.h
-                  sockLib.h sys/mman.h sys/msg.h sys/vfs.h arpa/inet.h
-                  libintl.h netdb.h netinet/in.h sys/ioctl.h sys/socket.h
-                  sys/time.h sys/sysinfo.h sys/file.h sys/resource.h
-                  ifaddrs.h mach/mach.h sys/timeb.h argz.h ucred.h
-                  sys/ucred.h endian.h sys/endian.h execinfo.h byteswap.h])
+AC_CHECK_HEADERS([stdatomic.h malloc.h malloc/malloc.h malloc/malloc_np.h 
langinfo.h sys/param.h sys/mount.h sys/statvfs.h sys/select.h sockLib.h 
sys/mman.h sys/msg.h sys/vfs.h arpa/inet.h libintl.h netdb.h netinet/in.h 
sys/ioctl.h sys/socket.h sys/time.h sys/sysinfo.h sys/file.h sys/resource.h 
ifaddrs.h mach/mach.h sys/timeb.h argz.h ucred.h sys/ucred.h endian.h 
sys/endian.h execinfo.h byteswap.h])
 
 # Required for FreeBSD's netinet/in_systm.h and netinet/ip.h
 AS_IF([test "x$build_target" = "xfreebsd"],
@@ -1156,11 +1150,7 @@ AC_TYPE_UID_T
 # check for library functions
 AC_FUNC_FORK
 AC_FUNC_CHOWN
-AC_CHECK_FUNCS([atoll stat64 strnlen mremap getrlimit setrlimit sysconf
-                initgroups strndup gethostbyname2 getpeerucred getpeereid
-                setresuid getifaddrs freeifaddrs getresgid mallinfo2 
malloc_size
-                malloc_usable_size getrusage random srandom stat statfs statvfs
-                wait4 timegm])
+AC_CHECK_FUNCS([atoll stat64 strnlen mremap getrlimit setrlimit sysconf 
initgroups strndup gethostbyname2 getpeerucred getpeereid setresuid getifaddrs 
freeifaddrs getresgid mallinfo2 malloc_size malloc_usable_size getrusage random 
srandom stat statfs statvfs wait4 timegm])
 
 GN_INTLINCL=""
 GN_LIBINTL="$LTLIBINTL"
diff --git a/po/POTFILES.in b/po/POTFILES.in
index ef74c2472..469b19219 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -230,6 +230,7 @@ src/messenger/messenger_api_list_tunnels.c
 src/messenger/messenger_api_message.c
 src/messenger/messenger_api_room.c
 src/messenger/messenger_api_util.c
+src/messenger/plugin_gnsrecord_messenger.c
 src/messenger/testing_messenger_barrier.c
 src/messenger/testing_messenger_setup.c
 src/my/my.c

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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