bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

time_r usage of AC_LIBSOURCES


From: Paul Eggert
Subject: time_r usage of AC_LIBSOURCES
Date: Wed, 12 Apr 2006 00:13:53 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

coreutils "make dist" omitted lib/time_r.h in the tarball so I
installed this into both gnulib and coreutils:

2006-04-11  Paul Eggert  <address@hidden>

        * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
        time_r.h.

--- m4/time_r.m4        12 Mar 2006 08:04:42 -0000      1.1
+++ m4/time_r.m4        12 Apr 2006 06:54:35 -0000
@@ -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 @@ dnl Written by Paul Eggert.
 
 AC_DEFUN([gl_TIME_R],
 [
+  AC_LIBSOURCES([time_r.c, time_r.h])
   AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
   AC_REQUIRE([gl_C_RESTRICT])
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]