changeset 34244:dba295324f32

relocatable-prog-wrapper: Update after module 'areadlink' changed. * lib/relocwrapper.c: Update dependencies hierarchy. * modules/relocatable-prog-wrapper (Files): Add lib/careadlinkat.[hc], lib/allocator.[hc].
author Bruno Haible <bruno@clisp.org>
date Sat, 09 Apr 2011 18:05:54 +0200
parents f2a526de1c02
children 0646b93a95c7
files ChangeLog lib/relocwrapper.c modules/relocatable-prog-wrapper
diffstat 3 files changed, 14 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Apr 08 20:10:13 2011 -0600
+++ b/ChangeLog	Sat Apr 09 18:05:54 2011 +0200
@@ -1,3 +1,10 @@
+2011-04-09  Bruno Haible  <bruno@clisp.org>
+
+	relocatable-prog-wrapper: Update after module 'areadlink' changed.
+	* lib/relocwrapper.c: Update dependencies hierarchy.
+	* modules/relocatable-prog-wrapper (Files): Add lib/careadlinkat.[hc],
+	lib/allocator.[hc].
+
 2011-04-08  Eric Blake  <eblake@redhat.com>
 
 	strftime: silence gnulib-tool warning
--- a/lib/relocwrapper.c	Fri Apr 08 20:10:13 2011 -0600
+++ b/lib/relocwrapper.c	Sat Apr 09 18:05:54 2011 +0200
@@ -20,7 +20,9 @@
     -> progname
     -> progreloc
         -> areadlink
-           -> readlink
+           -> careadlinkat
+             -> allocator
+             -> readlink
         -> canonicalize-lgpl
            -> malloca
            -> readlink
--- a/modules/relocatable-prog-wrapper	Fri Apr 08 20:10:13 2011 -0600
+++ b/modules/relocatable-prog-wrapper	Sat Apr 09 18:05:54 2011 +0200
@@ -10,6 +10,10 @@
 lib/progreloc.c
 lib/areadlink.h
 lib/areadlink.c
+lib/careadlinkat.h
+lib/careadlinkat.c
+lib/allocator.h
+lib/allocator.c
 lib/readlink.c
 lib/canonicalize-lgpl.c
 lib/malloca.h