Mercurial > hg > octave-jordi > gnulib-hg
annotate m4/freadseek.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 |
---|---|
17185
dd46d4e6beea
dup, execute, fatal-signal, etc.: no 'static inline'
Paul Eggert <eggert@cs.ucla.edu>
parents:
16916
diff
changeset
|
1 # freadseek.m4 serial 2 |
17848 | 2 dnl Copyright (C) 2012-2015 Free Software Foundation, Inc. |
16916
3d02d25fa13d
stdioext: Add support for musl libc.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 dnl This file is free software; the Free Software Foundation |
3d02d25fa13d
stdioext: Add support for musl libc.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 dnl gives unlimited permission to copy and/or distribute it, |
3d02d25fa13d
stdioext: Add support for musl libc.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 dnl with or without modifications, as long as this notice is preserved. |
3d02d25fa13d
stdioext: Add support for musl libc.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 |
3d02d25fa13d
stdioext: Add support for musl libc.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 AC_DEFUN([gl_FUNC_FREADSEEK], |
3d02d25fa13d
stdioext: Add support for musl libc.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 [ |
3d02d25fa13d
stdioext: Add support for musl libc.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 AC_CHECK_FUNCS_ONCE([__freadptrinc]) |
3d02d25fa13d
stdioext: Add support for musl libc.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 ]) |