Mercurial > hg > octave-jordi > gnulib-hg
changeset 15197:bcfa50eea71d
filemode: Move AC_LIBOBJ invocations to module description.
* m4/filemode.m4 (gl_FILEMODE): Remove AC_LIBOBJ invocation.
* modules/filemode (Makefile.am): Augment lib_SOURCES.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 23 May 2011 23:19:32 +0200 |
parents | 0f448a2da900 |
children | 84e95b30c2dc |
files | ChangeLog m4/filemode.m4 modules/filemode |
diffstat | 3 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-23 Bruno Haible <bruno@clisp.org> + + filemode: Move AC_LIBOBJ invocations to module description. + * m4/filemode.m4 (gl_FILEMODE): Remove AC_LIBOBJ invocation. + * modules/filemode (Makefile.am): Augment lib_SOURCES. + 2011-05-23 Bruno Haible <bruno@clisp.org> openat-safer: Move AC_LIBOBJ invocations to module description.
--- a/m4/filemode.m4 +++ b/m4/filemode.m4 @@ -1,4 +1,4 @@ -# filemode.m4 serial 7 +# filemode.m4 serial 8 dnl Copyright (C) 2002, 2005-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, @@ -7,6 +7,5 @@ AC_DEFUN([gl_FILEMODE], [ AC_REQUIRE([AC_STRUCT_ST_DM_MODE]) - AC_LIBOBJ([filemode]) AC_CHECK_DECLS_ONCE([strmode]) ])