Re: make AC_PROG_OBJC work out-of-the-box on RHEL 9 and compatible systems

2024-07-16 Thread Paul Eggert
Thanks, I installed that.

make AC_PROG_OBJC work out-of-the-box on RHEL 9 and compatible systems

2024-07-15 Thread Bruno Haible
Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 16 Jul 2024 04:59:23 +0200 Subject: [PATCH] Make AC_PROG_OBJC work out-of-the-box on RHEL 9 and compatible systems. * lib/autoconf/c.m4 (AC_PROG_OBJC): Search for gobjc before gcc. * NEWS: Mention the change. --- NEWS | 3 +++ lib/au