From: Bruno Haible Date: Mon, 23 May 2011 21:37:39 +0000 (+0200) Subject: gettime: Move AC_LIBOBJ invocations to module description. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc5274549a01a5d0e29fc4bfc5dec6449da43493;p=pspp 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 4ca49ae7a0..1df5013fd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +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. diff --git a/m4/gettime.m4 b/m4/gettime.m4 index 2b148abb5c..f2122dccd9 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 988d2933c6..e1efe76db7 100644 --- a/modules/gettime +++ b/modules/gettime @@ -16,6 +16,7 @@ configure.ac: gl_GETTIME Makefile.am: +lib_SOURCES += gettime.c Include: "timespec.h"