[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet-fuse] branch master updated: v0.20.0
From: |
gnunet |
Subject: |
[gnunet-fuse] branch master updated: v0.20.0 |
Date: |
Sun, 24 Sep 2023 10:58:28 +0200 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository gnunet-fuse.
The following commit(s) were added to refs/heads/master by this push:
new 2b151bb v0.20.0
2b151bb is described below
commit 2b151bbf8acfea1d7b684b25f4d82bfe3f7346ab
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sun Sep 24 10:58:22 2023 +0200
v0.20.0
---
configure.ac | 19 ++++++++++++++-----
contrib/build-common | 2 +-
2 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/configure.ac b/configure.ac
index eaa2d6d..8219e7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,14 +19,14 @@
#
# Process this file with autoconf to produce a configure script.
#
-AC_PREREQ(2.61)
-AC_INIT([gnunet-fuse],[0.19.1],[bug-gnunet@gnu.org])
+AC_PREREQ([2.71])
+AC_INIT([gnunet-fuse],[0.20.0],[bug-gnunet@gnu.org])
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(gnunet_fuse_config.h)
AH_TOP([#define _GNU_SOURCE 1])
-AC_ISC_POSIX
+AC_SEARCH_LIBS([strerror],[cposix])
AC_PROG_AWK
AC_PROG_CC
@@ -36,7 +36,15 @@ AC_PROG_LN_S
AC_PROG_MAKE_SET
AC_PROG_CC
AM_PROG_CC_STDC
-AC_HEADER_STDC
+m4_warn([obsolete],
+[The preprocessor macro `STDC_HEADERS' is obsolete.
+ Except in unusual embedded environments, you can safely include all
+ ISO C90 headers unconditionally.])dnl
+# Autoupdate added the next two lines to ensure that your configure
+# script's behavior did not change. They are probably safe to remove.
+AC_CHECK_INCLUDES_DEFAULT
+AC_PROG_EGREP
+
AC_CANONICAL_HOST
AC_SYS_LARGEFILE
AC_FUNC_FSEEKO
@@ -186,10 +194,11 @@ AC_DEFINE_DIR([PACKAGE_DATA], [datarootdir], [The
directory for installing read-
packagesrcdir=`cd $srcdir && pwd`
AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}", [source dir])
-AC_OUTPUT([
+AC_CONFIG_FILES([
Makefile
po/Makefile.in
doc/Makefile
src/Makefile
src/fuse/Makefile
])
+AC_OUTPUT
diff --git a/contrib/build-common b/contrib/build-common
index 38c168b..001f5dd 160000
--- a/contrib/build-common
+++ b/contrib/build-common
@@ -1 +1 @@
-Subproject commit 38c168b11eeeab93562ffa74b3e2aff4b596c77a
+Subproject commit 001f5dd081fc8729ff8def90c4a1c3f93eb8689a
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnunet-fuse] branch master updated: v0.20.0,
gnunet <=