From: Bruno Haible <bruno@clisp.org>
Date: Sat, 3 Mar 2007 20:24:55 +0000 (+0000)
Subject: Minimize dependencies of 'relocatable-script'.
X-Git-Tag: cvs-readonly~906
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=82e9455a35fc32ae37a4055a70fe7a8ce643b370;p=gnulib.git

Minimize dependencies of 'relocatable-script'.
---

diff --git a/ChangeLog b/ChangeLog
index 16ab9426a9..dc2545ebb8 100644
--- 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.
diff --git a/modules/relocatable-script b/modules/relocatable-script
index c661aeaece..2cdd6ae250 100644
--- a/modules/relocatable-script
+++ b/modules/relocatable-script
@@ -3,12 +3,14 @@ Help make shell scripts relocatable, that is, to allow them to
 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])