summaryrefslogtreecommitdiff
path: root/m4/xsize.m4
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-07-05 23:57:37 +0200
committerLudovic Courtès <ludo@gnu.org>2009-07-05 23:57:37 +0200
commitc4b681fdacc57de0b2a9584c1f6a195cf2629b32 (patch)
tree6314adbbde6f9e64282120ad1d43db9034f41034 /m4/xsize.m4
parent5374ec9c281c2e77c283f60afd55e47d86e3b898 (diff)
downloadguile-c4b681fdacc57de0b2a9584c1f6a195cf2629b32.tar.gz
Use Gnulib's `vsnprintf' module.
* m4/gnulib-cache.m4: Use `vsnprintf', needed by `deprecation.c'.
Diffstat (limited to 'm4/xsize.m4')
-rw-r--r--m4/xsize.m413
1 files changed, 13 insertions, 0 deletions
diff --git a/m4/xsize.m4 b/m4/xsize.m4
new file mode 100644
index 000000000..631893cf5
--- /dev/null
+++ b/m4/xsize.m4
@@ -0,0 +1,13 @@
+# xsize.m4 serial 4
+dnl Copyright (C) 2003-2004, 2008 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_XSIZE],
+[
+ dnl Prerequisites of lib/xsize.h.
+ AC_REQUIRE([gl_SIZE_MAX])
+ AC_REQUIRE([AC_C_INLINE])
+ AC_CHECK_HEADERS([stdint.h])
+])