gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-gtk] branch master updated: -autoupdate


From: gnunet
Subject: [gnunet-gtk] branch master updated: -autoupdate
Date: Tue, 28 Jun 2022 16:34:20 +0200

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

grothoff pushed a commit to branch master
in repository gnunet-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new af5f9447 -autoupdate
af5f9447 is described below

commit af5f9447938a45c07353b81b7f19538a6c56dc4e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jun 28 16:34:17 2022 +0200

    -autoupdate
---
 configure.ac | 21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

diff --git a/configure.ac b/configure.ac
index ed5e2492..12333db5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,30 +19,27 @@
 #
 # Process this file with autoconf to produce a configure script.
 #
-AC_PREREQ(2.61)
-AC_INIT([GNUnet GTK],0.17.0,[bug-gnunet@gnu.org],[gnunet-gtk])
+AC_PREREQ([2.69])
+AC_INIT([GNUnet GTK],[0.17.0],[bug-gnunet@gnu.org],[gnunet-gtk])
 AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE([silent-rules])
 AC_CONFIG_HEADERS([gnunet_gtk_config.h])
 
 AH_TOP([#define _GNU_SOURCE  1])
 
-AC_ISC_POSIX
 AC_PROG_AWK
 AM_PROG_CC_C_O
 AC_PROG_MKDIR_P
 AC_PROG_CPP
-AC_PROG_CC_C99
+AC_PROG_CC
 AC_PROG_INSTALL
 AC_PROG_LN_S
 AC_PROG_MAKE_SET
-AC_LIBTOOL_WIN32_DLL
-AC_HEADER_STDC
 AC_CANONICAL_HOST
 
 # dynamic libraries/plugins
 AC_DISABLE_STATIC
-AC_PROG_LIBTOOL
+LT_INIT
 
 AC_SYS_LARGEFILE
 AC_FUNC_FSEEKO
@@ -236,12 +233,9 @@ AC_SUBST(QR_LIBS)
 
 AC_MSG_CHECKING(for gtk)
 without_gtk=true
-PKG_CHECK_MODULES([GTK], [gtk+-3.0])
-
-AM_PATH_GTK_3_0([3.22.0],,AC_MSG_ERROR([gnunet-gtk requires GTK 3.22]))
-
+PKG_CHECK_MODULES([GTK], [gtk+-3.22])
 # test for libunique
-AC_ARG_WITH([libunique], AC_HELP_STRING([--without-libunique], [disable 
libunique]))
+AC_ARG_WITH([libunique], AS_HELP_STRING([--without-libunique],[disable 
libunique]))
 have_libunique=no
 AS_IF([test x$with_libunique != xno],
 [
@@ -511,7 +505,7 @@ AC_SUBST(GNUNET_PEERINFO_GTK_YEARTO, ${thisyear}, [year of 
the most current rele
 AC_SUBST(GNUNET_STATISTICS_GTK_YEARTO, ${thisyear}, [year of the most current 
release])
 AC_SUBST(GNUNET_SETUP_GTK_YEARTO, ${thisyear}, [year of the most current 
release])
 
-AC_OUTPUT([
+AC_CONFIG_FILES([
 Makefile
 contrib/Makefile
 doc/Makefile
@@ -540,6 +534,7 @@ contrib/gnunet_statistics_gtk_about_window.glade
 contrib/gnunet_setup_about_window.glade
 contrib/gnunet_conversation_gtk_about_window.glade
 ])
+AC_OUTPUT
 
 if test "$qrencode" != 1
 then

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