]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Adapt to new version of gnulib-tool.
authorJim Meyering <jim@meyering.net>
Tue, 14 Nov 2006 13:02:18 +0000 (14:02 +0100)
committerJim Meyering <jim@meyering.net>
Tue, 14 Nov 2006 13:02:18 +0000 (14:02 +0100)
* 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.

ChangeLog
bootstrap.conf
gl/lib/root-dev-ino.c [moved from lib/root-dev-ino.c with 100% similarity]
gl/lib/root-dev-ino.h [moved from lib/root-dev-ino.h with 100% similarity]
gl/m4/root-dev-ino.m4 [moved from m4/root-dev-ino.m4 with 100% similarity]
gl/modules/root-dev-ino [new file with mode: 0644]

index c4e225296c7bad2053423b8da70e1c8e41630ab2..bdd9662dc32542724f1a9a2cddd62adba64e7c23 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-11-14  Jim Meyering  <jim@meyering.net>
+
+       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>
 
        * src/sort.c (insertkey): Use xmemdup, rather than xmalloc+assignment.
index 390d09365f5d367c3e09fc129bd91fbf6f017b70..dcfce05eeed0697992a52333587b4b44c0b6698d 100644 (file)
@@ -53,7 +53,9 @@ gnulib_modules="
        memrchr mkancesdirs mkdir mkdir-p mkstemp mktime modechange
        mountlist obstack pathmax perl physmem posixtm posixver putenv
        quote quotearg raise readlink readtokens readtokens0 readutmp
-       realloc regex rename-dest-slash rmdir rmdir-errno rpmatch
+       realloc regex rename-dest-slash rmdir rmdir-errno
+       root-dev-ino
+       rpmatch
        safe-read same
        save-cwd savedir savewd settime sha1 sig2str ssize_t stat-macros
        stat-time stdbool stdlib-safer stpcpy strcase strftime
similarity index 100%
rename from lib/root-dev-ino.c
rename to gl/lib/root-dev-ino.c
similarity index 100%
rename from lib/root-dev-ino.h
rename to gl/lib/root-dev-ino.h
similarity index 100%
rename from m4/root-dev-ino.m4
rename to gl/m4/root-dev-ino.m4
diff --git a/gl/modules/root-dev-ino b/gl/modules/root-dev-ino
new file mode 100644 (file)
index 0000000..91e2353
--- /dev/null
@@ -0,0 +1,25 @@
+Description:
+Root device and inode number checking.
+
+Files:
+lib/root-dev-ino.h
+lib/root-dev-ino.c
+m4/root-dev-ino.m4
+
+Depends-on:
+dev-ino
+same-inode
+
+configure.ac:
+gl_ROOT_DEV_INO
+
+Makefile.am:
+
+Include:
+"root-dev-ino.h"
+
+License:
+GPL
+
+Maintainer:
+Jim Meyering