From patchwork Mon Nov 28 13:21:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 6188 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4NLR2H1CT3z3xfS for ; Mon, 28 Nov 2022 13:21:43 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4NLR2G0RyRz2BD; Mon, 28 Nov 2022 13:21:42 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NLR2F6cCQz2xgv; Mon, 28 Nov 2022 13:21:41 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4NLR2D2hG6z2xGk for ; Mon, 28 Nov 2022 13:21:40 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4NLR2C2yDbz2BD for ; Mon, 28 Nov 2022 13:21:39 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1669641699; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=KEL88awpNPYu69TagGEZdRXgV2fQ5A1yqZk7HBOTeTI=; b=l+TT+uPgSWGs235k1lOOhPiEt0Ee9viecLuBb5AZIxztOtvVoa0WiR6HPzKvO+MPPlF/tc CJj1+6VNr/aIxdAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1669641699; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=KEL88awpNPYu69TagGEZdRXgV2fQ5A1yqZk7HBOTeTI=; b=Mvhs07hPXeEP9FsFVaJzGIhuHyVmqIJ0eXamy+wsbNPb3Ok/5w5nm2+17ZVfJcB3Mwb263 Tc8HZOenT0sipWn0hP38SaNwg0Kq/CS8b0bN8M2+e8q4hojSW1do0N08scbW2pDVP0rqwF S59TpTU0fV4v3YoSt7k0vVup6Twy1Y6K5+zCc+BWUPA+bvvxd3GEkq7C4Tnjo9Ov9yIYR3 A8B3VC1J9Jy+zpUOoBjwQn+Dj36B1zm4UuJHDP1QQ6wGJm1Y/sc6FdFKd88C/e02I6bsD+ QvTPGylKO7nDUuUZ/fCleYIwylYbmoRApZ/lc1RHMoHiKC0Px9QK7W5m26bWYA== Message-ID: Date: Mon, 28 Nov 2022 14:21:38 +0100 MIME-Version: 1.0 Content-Language: en-US To: pakfire@lists.ipfire.org From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] configure.ac: Do not use AC_PROG_CC_STDC anymore X-BeenThere: pakfire@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Mailinglist for the Pakfire Build System." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: pakfire-bounces@lists.ipfire.org Sender: "Pakfire" On Ubuntu 22.04 LTS, this resolves: > configure.ac:100: warning: The macro `AC_PROG_CC_STDC' is obsolete. Signed-off-by: Peter Müller --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 2289e7d9..ada66edd 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # # ############################################################################### -AC_PREREQ([2.64]) +AC_PREREQ([2.71]) AC_INIT([pakfire], [0.9.27], @@ -97,7 +97,7 @@ PKG_PROG_PKG_CONFIG m4_pattern_forbid([^_?PKG_[A-Z_]+$],[*** pkg.m4 missing, please install pkg-config]) # C Compiler -AC_PROG_CC_STDC +AC_PROG_CC CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\ -Wall \