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 16ab942..dc2545e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 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.
        * modules/relocatable (Depends-on): Add it. Remove all other
        dependencies except progname.
index c661aea..2cdd6ae 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])