RE: [PATCH] libgcobol: Add configure checks for iconv.

2025-03-20 Thread Robert Dubner
> -Original Message- > From: Iain Sandoe > Sent: Thursday, March 20, 2025 08:20 > To: rdub...@symas.com; gcc-patches@gcc.gnu.org > Subject: [PATCH] libgcobol: Add configure checks for iconv. > > Tested on x86_64 Linux, Darwin, OK for trunk? > thanks > Iai

[PATCH] libgcobol: Add configure checks for iconv.

2025-03-20 Thread Iain Sandoe
Tested on x86_64 Linux, Darwin, OK for trunk? thanks Iain --- 8< --- Some targets might need to add libraries to get iconv support. libgcobol/ChangeLog: * Makefile.am: Use LIBICONV. * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * config.h.in: Regenerate.