summaryrefslogtreecommitdiff
path: root/m4/mbchar.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-08-16 12:06:55 +0000
committerBruno Haible <bruno@clisp.org>2005-08-16 12:06:55 +0000
commitfd05523d0e9b5316c022b29fa9f8c6045dfaf59b (patch)
treecfc0332dc3d7f2c854bd9183a27bcac909d6e6f3 /m4/mbchar.m4
parent964b0a8174c985aea0d6a3603fcf49b099a8fcb9 (diff)
downloadgnulib-fd05523d0e9b5316c022b29fa9f8c6045dfaf59b.tar.gz
New module 'mbchar'.
Diffstat (limited to 'm4/mbchar.m4')
-rw-r--r--m4/mbchar.m414
1 files changed, 14 insertions, 0 deletions
diff --git a/m4/mbchar.m4 b/m4/mbchar.m4
new file mode 100644
index 0000000000..dd613cbc69
--- /dev/null
+++ b/m4/mbchar.m4
@@ -0,0 +1,14 @@
+# mbchar.m4 serial 1
+dnl Copyright (C) 2005 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.
+
+dnl autoconf tests required for use of mbchar.m4
+dnl From Bruno Haible.
+
+AC_DEFUN([gl_MBCHAR],
+[
+ AC_REQUIRE([AC_GNU_SOURCE])
+ :
+])