From patchwork Mon Nov 28 13:29:23 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: 6196 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 4NLRCD0dwhz3xfS for ; Mon, 28 Nov 2022 13:29:28 +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 4NLRCC2fl8z2Jy; Mon, 28 Nov 2022 13:29:27 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NLRCC1fWZz2xgt; Mon, 28 Nov 2022 13:29:27 +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 4NLRC954qhz2xNV for ; Mon, 28 Nov 2022 13:29:25 +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 4NLRC84fN6z2Jy for ; Mon, 28 Nov 2022 13:29:24 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1669642164; 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=H88hg0TRL/rHJglUlFqaSx06T2/jzUNLXZBYtxBe47RHyZKZ+xuw18Uu7pPqvaBkCcVVDS bxiwKM6XtiCwZxAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1669642164; 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=uLP3EMiSspYyW7E2lXsMzu4VFvMWnj2tR4Qj4CNwVsOE35LFvHGE7tgxir3KmglqfRXkED 8SlqGCWSQwgG8EG/N+h/N/4emaJv2pyh5r+y191Yr06k4JANfoXUj9yKf4NBdYf+e4eEXe mQmB6c/CXaoIu1ImpR41gAOtmWSBqmWlhBhxjFrkV1U7x8P8kxuUOi/gepbj9Db5thL+pk 0Rpeh+tRFmVL6LhWJn32q03o2KyX5r0geSTCf0FODt/oB/KoQU5VUJoZJY/F6dp84EhAhm wDkpbcm0fn6QKLgKSzeb4hS41/XTmCdXzb+wjcO35z1+dAk8UZtvOQt/Axkm/w== Message-ID: <281d6ba2-1d4e-0051-c890-bb578bff9f62@ipfire.org> Date: Mon, 28 Nov 2022 14:29:23 +0100 MIME-Version: 1.0 From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] configure.ac: Do not use AC_PROG_CC_STDC anymore To: pakfire@lists.ipfire.org Content-Language: en-US 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 \