Mercurial > hg > octave-jordi > gnulib-hg
annotate m4/xvasprintf.m4 @ 17954:65f6122c1b68
sync gettext .m4 files from gettext
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Tue, 07 Apr 2015 09:46:17 -0700 |
parents | ab58d4870664 |
children |
rev | line source |
---|---|
17191
d27d22e71282
xvasprintf: no 'static inline'
Paul Eggert <eggert@cs.ucla.edu>
parents:
16201
diff
changeset
|
1 # xvasprintf.m4 serial 2 |
17848 | 2 dnl Copyright (C) 2006, 2009-2015 Free Software Foundation, Inc. |
6779
1807d27bf1ec
Recognize the special case of a string concatenation in xvasprintf.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 dnl This file is free software; the Free Software Foundation |
1807d27bf1ec
Recognize the special case of a string concatenation in xvasprintf.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 dnl gives unlimited permission to copy and/or distribute it, |
1807d27bf1ec
Recognize the special case of a string concatenation in xvasprintf.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 dnl with or without modifications, as long as this notice is preserved. |
1807d27bf1ec
Recognize the special case of a string concatenation in xvasprintf.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 |
17191
d27d22e71282
xvasprintf: no 'static inline'
Paul Eggert <eggert@cs.ucla.edu>
parents:
16201
diff
changeset
|
7 dnl Prerequisites of lib/xvasprintf.c. |
d27d22e71282
xvasprintf: no 'static inline'
Paul Eggert <eggert@cs.ucla.edu>
parents:
16201
diff
changeset
|
8 AC_DEFUN([gl_XVASPRINTF], [:]) |