summaryrefslogtreecommitdiff
path: root/m4/xvasprintf.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-05-09 17:26:15 +0000
committerBruno Haible <bruno@clisp.org>2006-05-09 17:26:15 +0000
commitf46a1e87e0533bfb1801edf0465c45f7fe574f5c (patch)
treedf21f43cac35fd601ef8ee0ef1adaf45de42ca61 /m4/xvasprintf.m4
parent53de50e139f6c6ac0e5fb448b84d216aeece602e (diff)
downloadgnulib-f46a1e87e0533bfb1801edf0465c45f7fe574f5c.tar.gz
Recognize the special case of a string concatenation in xvasprintf.
Diffstat (limited to 'm4/xvasprintf.m4')
-rw-r--r--m4/xvasprintf.m411
1 files changed, 11 insertions, 0 deletions
diff --git a/m4/xvasprintf.m4 b/m4/xvasprintf.m4
new file mode 100644
index 0000000000..215631c454
--- /dev/null
+++ b/m4/xvasprintf.m4
@@ -0,0 +1,11 @@
+# xvasprintf.m4 serial 1
+dnl Copyright (C) 2006 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_XASPRINTF],
+[
+ dnl Prerequisites of lib/xvasprintf.c.
+ AC_REQUIRE([AC_C_INLINE])
+])