Mercurial > hg > octave-kai > gnulib-hg
annotate modules/strtok_r @ 15053:d8eeaab555f5
mktime: Respect rules for use of AC_LIBOBJ.
* m4/mktime.m4 (AC_FUNC_MKTIME): Remove macro.
(gl_FUNC_MKTIME): Inline it here. Set gl_cv_func_working_mktime. Move
AC_LIBOBJ and gl_PREREQ_MKTIME invocations from here...
(gl_FUNC_MKTIME_INTERNAL): ... and here...
* modules/mktime (configure.ac): ... to here.
* modules/mktime-internal (configure.ac): ... and here.
* m4/timegm.m4 (gl_FUNC_TIMEGM): Update.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 21 May 2011 16:14:17 +0200 |
parents | efab6978105e |
children | c9ecfab74059 |
rev | line source |
---|---|
5434 | 1 Description: |
2 strtok_r() function: split string into tokens, thread safe. | |
3 | |
4 Files: | |
5 lib/strtok_r.c | |
6 m4/strtok_r.m4 | |
7 | |
8 Depends-on: | |
7944
a1d177cd9523
* doc/gnulib-tool.texi (Initial import): Update to match current
Paul Eggert <eggert@cs.ucla.edu>
parents:
7497
diff
changeset
|
9 string |
14683
efab6978105e
Avoid unnecessary compilation units, through conditional dependencies.
Bruno Haible <bruno@clisp.org>
parents:
13231
diff
changeset
|
10 strpbrk [test $ac_cv_func_strtok_r = no] |
5434 | 11 |
12 configure.ac: | |
13 gl_FUNC_STRTOK_R | |
8054
aa8abb5db935
Enforce the use of gnulib modules for unportable <string.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
7944
diff
changeset
|
14 gl_STRING_MODULE_INDICATOR([strtok_r]) |
5434 | 15 |
16 Makefile.am: | |
17 | |
18 Include: | |
7944
a1d177cd9523
* doc/gnulib-tool.texi (Initial import): Update to match current
Paul Eggert <eggert@cs.ucla.edu>
parents:
7497
diff
changeset
|
19 <string.h> |
5434 | 20 |
21 License: | |
13231
648ae9e5bdda
strtok_r: relax license to LGPLv2+
Eric Blake <eblake@redhat.com>
parents:
10756
diff
changeset
|
22 LGPLv2+ |
5434 | 23 |
24 Maintainer: | |
25 all, glibc |