Minimize dependencies of 'relocatable-script'.
authorBruno Haible <bruno@clisp.org>
Sat, 3 Mar 2007 20:24:55 +0000 (20:24 +0000)
committerBruno Haible <bruno@clisp.org>
Sat, 3 Mar 2007 20:24:55 +0000 (20:24 +0000)
ChangeLog
modules/relocatable-script

index 16ab9426a9c67d2b9743675a21cfe323c9716590..dc2545ebb81d401357b9f3b408e56b7b71724596 100644 (file)
--- 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.
index c661aeaece6e002b9bbc014c7cd20a33bf95c7d0..2cdd6ae250133a1875cedf86b7049dc423368763 100644 (file)
@@ -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])