summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-08-16 12:09:52 +0000
committerBruno Haible <bruno@clisp.org>2005-08-16 12:09:52 +0000
commit07ca91adc3957e0066d8813468a71047b5bc1db0 (patch)
tree0cece0bebb2a30cdb77135969c28457704f3e626 /m4
parent695ad9289e1b0cf5db2afafcb8461f4ae9e0bfa0 (diff)
downloadgnulib-07ca91adc3957e0066d8813468a71047b5bc1db0.tar.gz
New module 'mbfile'.
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog4
-rw-r--r--m4/mbfile.m414
2 files changed, 18 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 7443bdc6af..d5df181d0d 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,5 +1,9 @@
2005-08-16 Bruno Haible <bruno@clisp.org>
+ * mbfile.m4: New file.
+
+2005-08-16 Bruno Haible <bruno@clisp.org>
+
* mbiter.m4: New file.
2005-08-16 Bruno Haible <bruno@clisp.org>
diff --git a/m4/mbfile.m4 b/m4/mbfile.m4
new file mode 100644
index 0000000000..5ea492dd1b
--- /dev/null
+++ b/m4/mbfile.m4
@@ -0,0 +1,14 @@
+# mbfile.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 mbfile.h
+dnl From Bruno Haible.
+
+AC_DEFUN([gl_MBFILE],
+[
+ AC_REQUIRE([AC_TYPE_MBSTATE_T])
+ :
+])