summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-03-24 14:11:25 +0000
committerBruno Haible <bruno@clisp.org>2007-03-24 14:11:25 +0000
commit5973fdf3621d596452f3b9d8af3492ccc530600a (patch)
tree14faa1034ef32d430a3cecf10d4a139fb86e470a /m4
parentd7274260ed4e6d97de6af8a6a3c0740ee6c837a4 (diff)
downloadgnulib-5973fdf3621d596452f3b9d8af3492ccc530600a.tar.gz
Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
utf16-ucs4-unsafe.h, ucs4-utf8.h, ucs4-utf16.h. Use unistr.h instead.
Diffstat (limited to 'm4')
-rw-r--r--m4/ucs4-utf.m411
-rw-r--r--m4/utf-ucs4.m411
2 files changed, 0 insertions, 22 deletions
diff --git a/m4/ucs4-utf.m4 b/m4/ucs4-utf.m4
deleted file mode 100644
index 73a6618644..0000000000
--- a/m4/ucs4-utf.m4
+++ /dev/null
@@ -1,11 +0,0 @@
-# ucs4-utf.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_UCS4_UTF],
-[
- dnl Prerequisites of lib/ucs4-utf8.h, lib/ucs4-utf16.h.
- AC_REQUIRE([AC_C_INLINE])
-])
diff --git a/m4/utf-ucs4.m4 b/m4/utf-ucs4.m4
deleted file mode 100644
index f648577576..0000000000
--- a/m4/utf-ucs4.m4
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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])
-])