diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | gl/m4/root-dev-ino.m4 | 3 |
2 files changed, 5 insertions, 2 deletions
@@ -1,11 +1,15 @@ 2006-11-14 Jim Meyering <jim@meyering.net> + * 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 <jim@meyering.net> 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 |