bug-gnulib
[Top][All Lists]
Advanced

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

Re: [bug-gnulib] Minor patch for modules/gettime


From: Paul Eggert
Subject: Re: [bug-gnulib] Minor patch for modules/gettime
Date: Tue, 01 Mar 2005 13:24:16 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

Derek Price <address@hidden> writes:

> The Makefile.am snippet for gettime was wrong and has been ever since
> m4/gettime.m4 was updated to call LIBSOURCES(gettime.c).

Thanks.  I also noticed the "include" section was missing timespec.h,
which declares gettime.  I installed this:

2005-03-01  Paul Eggert  <address@hidden>

        * modules/gettime (Makefile.am): Remove lib_SOURCES line.
        Reported by Derek Price.
        (Include): Add "timespec.h".

--- gettime.~1.4.~      2004-09-22 08:11:04 -0700
+++ gettime     2005-03-01 13:21:07 -0800
@@ -14,13 +14,12 @@ configure.ac:
 gl_GETTIME
 
 Makefile.am:
-lib_SOURCES += gettime.c
 
 Include:
+#include "timespec.h"
 
 License:
 GPL
 
 Maintainer:
 Paul Eggert, Jim Meyering
-




reply via email to

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