Mercurial > hg > octave-kai > gnulib-hg
changeset 6730:2d38a238c5fd
* time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and time_r.h.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Wed, 12 Apr 2006 07:11:09 +0000 |
parents | c5495b5c3f32 |
children | e249aa11a310 |
files | m4/ChangeLog m4/time_r.m4 |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2006-04-11 Paul Eggert <eggert@cs.ucla.edu> + + * time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and time_r.h. + 2006-04-09 Paul Eggert <eggert@cs.ucla.edu> * regex.m4 (gl_REGEX): Check for new glibc interface to
--- a/m4/time_r.m4 +++ b/m4/time_r.m4 @@ -1,6 +1,6 @@ dnl Reentrant time functions like localtime_r. -dnl Copyright (C) 2003 Free Software Foundation, Inc. +dnl Copyright (C) 2003, 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. @@ -9,6 +9,7 @@ AC_DEFUN([gl_TIME_R], [ + AC_LIBSOURCES([time_r.c, time_r.h]) AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) AC_REQUIRE([gl_C_RESTRICT])