From: Bruno Haible Date: Tue, 24 May 2011 00:21:47 +0000 (+0200) Subject: utimecmp: Move AC_LIBOBJ invocations to module description. X-Git-Tag: v0.1~2273 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=90b6443065094dfbfd8367c154dbd42bc4d215cd;p=gnulib.git utimecmp: Move AC_LIBOBJ invocations to module description. * m4/utimecmp.m4 (gl_UTIMECMP): Remove AC_LIBOBJ invocation. * modules/utimecmp (Makefile.am): Augment lib_SOURCES. --- diff --git a/ChangeLog b/ChangeLog index 9ef7beb69..9e134f964 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-23 Bruno Haible + utimecmp: Move AC_LIBOBJ invocations to module description. + * m4/utimecmp.m4 (gl_UTIMECMP): Remove AC_LIBOBJ invocation. + * modules/utimecmp (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + userspec: Move AC_LIBOBJ invocations to module description. * m4/userspec.m4 (gl_USERSPEC): Remove AC_LIBOBJ invocation. * modules/userspec (Makefile.am): Augment lib_SOURCES. diff --git a/m4/utimecmp.m4 b/m4/utimecmp.m4 index 5bd0e30d8..27dd0a5ca 100644 --- a/m4/utimecmp.m4 +++ b/m4/utimecmp.m4 @@ -1,4 +1,4 @@ -#serial 3 +#serial 4 dnl Copyright (C) 2004-2007, 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_UTIMECMP], [ - AC_LIBOBJ([utimecmp]) - dnl Prerequisites of lib/utimecmp.c. AC_REQUIRE([gl_FUNC_UTIMES]) : diff --git a/modules/utimecmp b/modules/utimecmp index a3160c8d5..398411e53 100644 --- a/modules/utimecmp +++ b/modules/utimecmp @@ -21,6 +21,7 @@ configure.ac: gl_UTIMECMP Makefile.am: +lib_SOURCES += utimecmp.c Include: "utimecmp.h"