summaryrefslogtreecommitdiff
path: root/m4/fbufmode.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-04-14 00:20:08 +0000
committerBruno Haible <bruno@clisp.org>2007-04-14 00:20:08 +0000
commitea27c6baf761ef00f1f357b1dbf11782bb7deae2 (patch)
tree14572c52e37276476d4ff827ee961b7dc1ff9de4 /m4/fbufmode.m4
parent384cc9551d11f74b9c642e6ca0dfc586cfafba5f (diff)
downloadgnulib-ea27c6baf761ef00f1f357b1dbf11782bb7deae2.tar.gz
New module 'fbufmode'.
Diffstat (limited to 'm4/fbufmode.m4')
-rw-r--r--m4/fbufmode.m411
1 files changed, 11 insertions, 0 deletions
diff --git a/m4/fbufmode.m4 b/m4/fbufmode.m4
new file mode 100644
index 0000000000..a0e7042a38
--- /dev/null
+++ b/m4/fbufmode.m4
@@ -0,0 +1,11 @@
+# fbufmode.m4 serial 1
+dnl Copyright (C) 2007 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_FUNC_FBUFMODE],
+[
+ dnl Prerequisites of lib/fbufmode.c.
+ AC_CHECK_FUNCS_ONCE([__flbf])
+])