From: Bruno Haible Date: Mon, 23 May 2011 21:37:39 +0000 (+0200) Subject: gettime: Move AC_LIBOBJ invocations to module description. X-Git-Tag: v0.1~2323 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=cc5274549a01a5d0e29fc4bfc5dec6449da43493;p=gnulib.git gettime: Move AC_LIBOBJ invocations to module description. * m4/gettime.m4 (gl_GETTIME): Remove AC_LIBOBJ invocation. * modules/gettime (Makefile.am): Augment lib_SOURCES. --- diff --git a/ChangeLog b/ChangeLog index 4ca49ae7a..1df5013fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-23 Bruno Haible + gettime: Move AC_LIBOBJ invocations to module description. + * m4/gettime.m4 (gl_GETTIME): Remove AC_LIBOBJ invocation. + * modules/gettime (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + getndelim2: Move AC_LIBOBJ invocations to module description. * m4/getndelim2.m4 (gl_GETNDELIM2): Remove AC_LIBOBJ invocation. * modules/getndelim2 (Makefile.am): Augment lib_SOURCES. diff --git a/m4/gettime.m4 b/m4/gettime.m4 index 2b148abb5..f2122dccd 100644 --- a/m4/gettime.m4 +++ b/m4/gettime.m4 @@ -1,4 +1,4 @@ -# gettime.m4 serial 7 +# gettime.m4 serial 8 dnl Copyright (C) 2002, 2004-2006, 2009-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -6,8 +6,6 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_GETTIME], [ - AC_LIBOBJ([gettime]) - dnl Prerequisites of lib/gettime.c. AC_REQUIRE([gl_CLOCK_TIME]) AC_REQUIRE([gl_TIMESPEC]) diff --git a/modules/gettime b/modules/gettime index 988d2933c..e1efe76db 100644 --- a/modules/gettime +++ b/modules/gettime @@ -16,6 +16,7 @@ configure.ac: gl_GETTIME Makefile.am: +lib_SOURCES += gettime.c Include: "timespec.h"