summaryrefslogtreecommitdiff
path: root/m4/utf-ucs4.m4
blob: f648577576da400792f046f159ea73acf0e269b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
# utf-ucs4.m4 serial 1
dnl Copyright (C) 2003 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.

AC_DEFUN([gl_UTF_UCS4],
[
  dnl Prerequisites of lib/utf8-ucs4.h, lib/utf16-ucs4.h.
  AC_REQUIRE([AC_C_INLINE])
])