Bruno Haible 0e709dbdee gettext.m4: Fix build on Cygwin with gcc 13 or newer.
This gcc version links with -lintl -liconv by default, making it appear as if
gettext() et al. were defined in libc. But GNU gettext still needs to build a
new libintl.

* gettext-runtime/m4/gettext.m4 (AM_GNU_GETTEXT): On Cygwin, set
USE_INCLUDED_LIBINTL=yes regardless of the gcc version.
2025-08-01 22:23:22 +02:00
..
2015-10-14 15:00:09 +09:00
2023-06-19 13:22:19 +02:00
2025-02-25 11:04:01 +01:00
2025-06-12 19:12:19 +02:00

These files are used by a program called aclocal (part of the GNU automake
package).  aclocal uses these files to create aclocal.m4 which is in turn
used by autoconf to create the configure script at the the top level in
this distribution.