From: Bruno Haible Date: Tue, 24 May 2011 00:21:47 +0000 (+0200) Subject: utimecmp: Move AC_LIBOBJ invocations to module description. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90b6443065094dfbfd8367c154dbd42bc4d215cd;p=pspp 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 9ef7beb69e..9e134f9648 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +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. diff --git a/m4/utimecmp.m4 b/m4/utimecmp.m4 index 5bd0e30d8f..27dd0a5ca5 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 a3160c8d54..398411e53b 100644 --- a/modules/utimecmp +++ b/modules/utimecmp @@ -21,6 +21,7 @@ configure.ac: gl_UTIMECMP Makefile.am: +lib_SOURCES += utimecmp.c Include: "utimecmp.h"