aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-25 14:03:13 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-25 14:03:13 +0100
commitfff38c7f0b1bee8302b4e5689c77412d28542398 (patch)
tree4f892bac6cf0cf51b86c11bd6aa65305dd89f877 /configure.ac
parentb9644ee3066924eefa8ea2b75fbd20538ad7ce03 (diff)
parentbb8093fd76120ba34f5e36370f9ad6bceb4afe7c (diff)
downloadgnunet-fff38c7f0b1bee8302b4e5689c77412d28542398.tar.gz
gnunet-fff38c7f0b1bee8302b4e5689c77412d28542398.zip
Merge branch 'master' of git+ssh://git.gnunet.org/gnunet
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 8a3574118..f0db752c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -102,7 +102,7 @@ CC_CHECK_CFLAG_APPEND([tautological-constant-out-of-range-compare])
102# Use Linux interface name unless the OS has a different preference 102# Use Linux interface name unless the OS has a different preference
103DEFAULT_INTERFACE="\"eth0\"" 103DEFAULT_INTERFACE="\"eth0\""
104 104
105funcstocheck="getnameinfo gethostname gethostbyname gethostbyaddr getaddrinfo getaddrinfo_a" 105AC_CHECK_FUNCS(getnameinfo gethostname gethostbyname gethostbyaddr getaddrinfo getaddrinfo_a)
106 106
107# Srcdir in a form that native compiler understands (i.e. DOS path on W32) 107# Srcdir in a form that native compiler understands (i.e. DOS path on W32)
108native_srcdir=$srcdir 108native_srcdir=$srcdir
@@ -1576,7 +1576,7 @@ AC_FUNC_VPRINTF
1576AC_HEADER_SYS_WAIT 1576AC_HEADER_SYS_WAIT
1577AC_TYPE_OFF_T 1577AC_TYPE_OFF_T
1578AC_TYPE_UID_T 1578AC_TYPE_UID_T
1579AC_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]) 1579AC_CHECK_FUNCS(atoll stat64 strnlen mremap getrlimit setrlimit sysconf initgroups strndup gethostbyname2 getpeerucred getpeereid setresuid getifaddrs freeifaddrs getresgid mallinfo malloc_size malloc_usable_size getrusage random srandom stat statfs statvfs wait4 timegm)
1580 1580
1581# restore LIBS 1581# restore LIBS
1582LIBS=$SAVE_LIBS 1582LIBS=$SAVE_LIBS
@@ -2217,7 +2217,7 @@ AS_IF([test x$MSG_USER_SETUP != xfalse],
2217 AS_IF([test x$HAVE_GNUNET_USER != 0], 2217 AS_IF([test x$HAVE_GNUNET_USER != 0],
2218 [AC_MSG_NOTICE([To do this on this system, run: 2218 [AC_MSG_NOTICE([To do this on this system, run:
2219# adduser USERNAME gnunet 2219# adduser USERNAME gnunet
2220 for each of your users, replacing \"USERNAME\" with the respective login name. Users may have to login again for the changes to take effect. 2220 for each of your users, replacing "USERNAME" with the respective login name. Users may have to login again for the changes to take effect.
2221])])]) 2221])])])
2222 2222
2223AC_MSG_NOTICE([For detailed setup instructions, type 'info gnunet' after the installation or visit https://docs.gnunet.org/]) 2223AC_MSG_NOTICE([For detailed setup instructions, type 'info gnunet' after the installation or visit https://docs.gnunet.org/])