address root cause of compilation failures:
authorJim Meyering <meyering@redhat.com>
Sun, 15 Jun 2008 16:57:13 +0000 (18:57 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 15 Jun 2008 16:57:13 +0000 (18:57 +0200)
commit956abf969ca4e8f01403ae39991e42f0ad3c27cb
tree5f5a28f82fbdb34b72d2a1614841ccde53e194b3
parentb1db942595c77618bf304589c5d8a1283e2ed61b
address root cause of compilation failures:

The affected code wasn't even being compiled on my system,
because HAVE_NL_LANGINFO was not defined.  On other systems, where
vasnprintf.m4 determines it needs %A or %a replacement support, it
_would_ check for nl_langinfo, and expose the compilation failure.
* m4/jm-macros.m4: Check for nl_langinfo, required by sort.c.
m4/jm-macros.m4