changeset 8311:d223ed8c6cd3

Depend on relocatable-prog-wrapper.
author Bruno Haible <bruno@clisp.org>
date Sat, 03 Mar 2007 20:14:30 +0000
parents b61c5defad7c
children 474650692fe2
files ChangeLog modules/relocatable
diffstat 2 files changed, 6 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/modules/relocatable
+++ b/modules/relocatable
@@ -4,24 +4,17 @@
 
 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])