2N/A# localcharset.m4 serial 7
2N/Adnl Copyright (C) 2002, 2004, 2006, 2009, 2010 Free Software Foundation, Inc.
2N/Adnl This file is free software; the Free Software Foundation
2N/Adnl gives unlimited permission to copy and/or distribute it,
2N/Adnl with or without modifications, as long as this notice is preserved.
2N/A
2N/AAC_DEFUN([gl_LOCALCHARSET],
2N/A[
2N/A dnl Prerequisites of lib/localcharset.c.
2N/A AC_REQUIRE([AM_LANGINFO_CODESET])
2N/A AC_REQUIRE([gl_FCNTL_O_FLAGS])
2N/A AC_CHECK_DECLS_ONCE([getc_unlocked])
2N/A
2N/A dnl Prerequisites of the lib/Makefile.am snippet.
2N/A AC_REQUIRE([AC_CANONICAL_HOST])
2N/A AC_REQUIRE([gl_GLIBC21])
2N/A])