gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: Remove m4-quoting from AC_CHECK_FUNCS ar


From: gnunet
Subject: [gnunet] branch master updated: Remove m4-quoting from AC_CHECK_FUNCS arg
Date: Sat, 20 Nov 2021 07:25:01 +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 73550ea6e Remove m4-quoting from AC_CHECK_FUNCS arg
73550ea6e is described below

commit 73550ea6e7aeda3aac07a8d7862b6b36de043a89
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Sat Nov 20 01:24:05 2021 -0500

    Remove m4-quoting from AC_CHECK_FUNCS arg
    
    * configure.ac (AC_CHECK_FUNCS): ...here.
    Later versions of Autoconf emit a warning about this.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 8a3574118..25dde23bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1576,7 +1576,7 @@ AC_FUNC_VPRINTF
 AC_HEADER_SYS_WAIT
 AC_TYPE_OFF_T
 AC_TYPE_UID_T
-AC_CHECK_FUNCS([atoll stat64 strnlen mremap getrlimit setrlimit sysconf 
initgroups strndup gethostbyname2 getpeerucred getpeereid setresuid 
$funcstocheck getifaddrs freeifaddrs getresgid mallinfo 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 
$funcstocheck getifaddrs freeifaddrs getresgid mallinfo malloc_size 
malloc_usable_size getrusage random srandom stat statfs statvfs wait4 timegm)
 
 # restore LIBS
 LIBS=$SAVE_LIBS

-- 
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]