diff m4/fbufmode.m4 @ 8691:fe35a667f2c8

New module 'fbufmode'.
author Bruno Haible <bruno@clisp.org>
date Sat, 14 Apr 2007 00:20:08 +0000
parents
children b5e42ef33b49
line wrap: on
line diff
new file mode 100644
--- /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])
+])