changeset 8312:474650692fe2

Minimize dependencies of 'relocatable-script'.
author Bruno Haible <bruno@clisp.org>
date Sat, 03 Mar 2007 20:24:55 +0000
parents d223ed8c6cd3
children bc237f82eb36
files ChangeLog modules/relocatable-script
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-03-03  Bruno Haible  <bruno@clisp.org>
+
+	* modules/relocatable-script (Files): Add doc/relocatable.texi,
+	m4/relocatable-lib.m4.
+	(Depends-on): Remove 'relocatable'.
+	(configure.ac): Add gl_RELOCATABLE_NOP.
+
 2007-03-03  Bruno Haible  <bruno@clisp.org>
 
 	* modules/relocatable-prog-wrapper: New file.
--- a/modules/relocatable-script
+++ b/modules/relocatable-script
@@ -3,12 +3,14 @@
 function properly when copied to an arbitrary directory.
 
 Files:
+doc/relocatable.texi
 build-aux/relocatable.sh.in
+m4/relocatable-lib.m4
 
 Depends-on:
-relocatable
 
 configure.ac:
+AC_REQUIRE([gl_RELOCATABLE_NOP])
 relocatable_sh=$ac_aux_dir/relocatable.sh.in
 AC_SUBST_FILE([relocatable_sh])