From 56206ccb80e0956f53cee8d72e65ada583c87b45 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 14 Nov 2006 14:09:34 +0100 Subject: * gl/m4/root-dev-ino.m4: Now that this is part of a real "module", remove the now-unnecessary use of AC_LIBSOURCES. --- ChangeLog | 4 ++++ gl/m4/root-dev-ino.m4 | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bdd9662dc..7c7d7fa82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,15 @@ 2006-11-14 Jim Meyering + * gl/m4/root-dev-ino.m4: Now that this is part of a real "module", + remove the now-unnecessary use of AC_LIBSOURCES. + Adapt to new version of gnulib-tool. * gl/modules/root-dev-ino: New file. * lib/root-dev-ino.c, lib/root-dev-ino.h: Move these files ... * gl/lib/root-dev-ino.c, gl/lib/root-dev-ino.h: ... to here. * m4/root-dev-ino.m4: Move this file ... * gl/m4/root-dev-ino.m4: ... to here. + * bootstrap.conf (gnulib_modules): Add root-dev-ino. 2006-11-13 Jim Meyering diff --git a/gl/m4/root-dev-ino.m4 b/gl/m4/root-dev-ino.m4 index cebc0faf7..9de9c51b2 100644 --- a/gl/m4/root-dev-ino.m4 +++ b/gl/m4/root-dev-ino.m4 @@ -1,4 +1,4 @@ -#serial 2 +#serial 3 dnl Copyright (C) 2005, 2006 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,7 +6,6 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_ROOT_DEV_INO], [ - AC_LIBSOURCES([root-dev-ino.c, root-dev-ino.h, dev-ino.h, same-inode.h]) AC_LIBOBJ([root-dev-ino]) dnl Prerequisites -- cgit v1.2.3-54-g00ecf