Mercurial > hg > octave-nkf > gnulib-hg
comparison modules/times @ 12543:62393c457544
times: Update after sys_times changed.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 31 Dec 2009 21:31:35 +0100 |
parents | 18ea6ab4e81d |
children | dc03b3279cc1 |
comparison
equal
deleted
inserted
replaced
12542:ea823743f290 | 12543:62393c457544 |
---|---|
1 Description: | 1 Description: |
2 times() function: get process times | 2 times() function: get process times |
3 | 3 |
4 Files: | 4 Files: |
5 lib/times.c | 5 lib/times.c |
6 m4/times.m4 | |
6 | 7 |
7 Depends-on: | 8 Depends-on: |
8 sys_times | 9 sys_times |
9 | 10 |
10 configure.ac: | 11 configure.ac: |
11 AC_CHECK_FUNCS_ONCE([times]) | 12 gl_FUNC_TIMES |
12 if test $ac_cv_func_times = no; then | |
13 AC_LIBOBJ([times]) | |
14 fi | |
15 gl_SYS_TIMES_MODULE_INDICATOR([times]) | 13 gl_SYS_TIMES_MODULE_INDICATOR([times]) |
16 | 14 |
17 Makefile.am: | 15 Makefile.am: |
18 | 16 |
19 Include: | 17 Include: |