gnunet-svn
[Top][All Lists]
Advanced

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

[taler-twister] branch master updated: remove obsolete c99 check


From: gnunet
Subject: [taler-twister] branch master updated: remove obsolete c99 check
Date: Thu, 05 Oct 2023 09:46:51 +0200

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

grothoff pushed a commit to branch master
in repository twister.

The following commit(s) were added to refs/heads/master by this push:
     new a2bc19c  remove obsolete c99 check
a2bc19c is described below

commit a2bc19c2e8a5a38f19d2c5da649b7ab4fca5162b
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Thu Oct 5 09:46:48 2023 +0200

    remove obsolete c99 check
---
 configure.ac | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1559f26..d34ba30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,8 +16,8 @@
 #  TALER; see the file COPYING.  If not, If not, see 
<http://www.gnu.org/license>
 #
 #
-AC_PREREQ([2.69])
-AC_INIT([taler-twister], [0.9.3], [taler-bug@gnunet.org])
+AC_PREREQ([2.71])
+AC_INIT([taler-twister],[0.9.3],[taler-bug@gnunet.org])
 AC_CONFIG_SRCDIR([src/twister/taler-twister.c])
 AC_CONFIG_HEADERS([twister_config.h])
 # support for non-recursive builds
@@ -46,8 +46,6 @@ then
 # Checks for programs.
 
 AC_PROG_CC
-AC_PROG_CC_C99
-
 
 CFLAGS="-Wall $CFLAGS"
 

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