Depend on relocatable-prog-wrapper.
authorBruno Haible <bruno@clisp.org>
Sat, 3 Mar 2007 20:14:30 +0000 (20:14 +0000)
committerBruno Haible <bruno@clisp.org>
Sat, 3 Mar 2007 20:14:30 +0000 (20:14 +0000)
ChangeLog
modules/relocatable

index b06c04d..16ab942 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2007-03-03  Bruno Haible  <bruno@clisp.org>
 
+       * modules/relocatable-prog-wrapper: New file.
+       * modules/relocatable (Depends-on): Add it. Remove all other
+       dependencies except progname.
+       (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
+
        * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
        (gl_FUNC_STRERROR): Nop.
        * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
index 2e9151a..797913f 100644 (file)
@@ -4,24 +4,17 @@ properly when copied to an arbitrary directory.
 
 Files:
 build-aux/config.libpath
-build-aux/install-reloc
 build-aux/reloc-ldflags
 doc/relocatable.texi
 lib/relocatable.h
 lib/relocatable.c
 lib/progreloc.c
-lib/relocwrapper.c
 m4/relocatable.m4
 m4/relocatable-lib.m4
 
 Depends-on:
-canonicalize
-c-ctype
+relocatable-prog-wrapper
 progname
-setenv
-strerror
-unistd
-xalloc
 
 configure.ac:
 gl_RELOCATABLE([$gl_source_base])