Hi Roland, This mailing list is dead, but I am also not sure if m4 is effectively supported for non-GNU platforms, as I had a problem on FreeBSD and got no replies.
Regards, Janus 2016-01-16 23:54 GMT+01:00 Roland Illig <roland.il...@gmx.de>: > Building m4 ends with this: > > test-localename.c: In function 'test_locale_name': > test-localename.c:74:3: warning: implicit declaration of function > 'uselocale' [-Wimplicit-function-declaration] > uselocale (LC_GLOBAL_LOCALE); > ^ > > And later an undefined reference to uselocale. > > The code already contains #ifdefs for HAVE_NEWLOCALE, but that seems to > be different from HAVE_USELOCALE, which also exists. > > Roland > >