From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 15 Oct 2025 10:19:49 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v8wjd-00820M-1e for lore@lore.pengutronix.de; Wed, 15 Oct 2025 10:19:49 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1v8wjc-0006t4-Tu; Wed, 15 Oct 2025 10:19:48 +0200 Received: from ptz.office.stw.pengutronix.de ([2a0a:edc0:0:900:1d::77] helo=[127.0.0.1]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1v8wjG-0006sw-Vt for ptxdist@pengutronix.de; Wed, 15 Oct 2025 10:19:27 +0200 Message-ID: <71a9cfe3-d779-4887-aa06-93852c0d40c6@pengutronix.de> Date: Wed, 15 Oct 2025 10:19:26 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: ptxdist@pengutronix.de From: =?UTF-8?Q?Sven_P=C3=BCschel?= Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: [ptxdist] autogen.sh warnings X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Just encountered while using PTXDist with autoreconf (GNU Autoconf) 2.72:   > ./autogen.sh   configure.ac:41: warning: The macro 'AC_HEADER_STDC' is obsolete.   configure.ac:41: You should run autoupdate.   ./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from...   configure.ac:41: the top level   configure.ac:190: warning: AC_PROG_LEX without either yywrap or noyywrap is obsolete   ./lib/autoconf/programs.m4:743: _AC_PROG_LEX is expanded from...   ./lib/autoconf/programs.m4:736: AC_PROG_LEX is expanded from...   configure.ac:190: the top level Do we have to keep these for older systems or can they be improved to avoid the warnings without breaking older systems? Sincerely     Sven