From 82e9455a35fc32ae37a4055a70fe7a8ce643b370 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 3 Mar 2007 20:24:55 +0000 Subject: [PATCH] Minimize dependencies of 'relocatable-script'. --- ChangeLog | 7 +++++++ modules/relocatable-script | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 16ab9426a..dc2545ebb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2007-03-03 Bruno Haible + * 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 + * modules/relocatable-prog-wrapper: New file. * modules/relocatable (Depends-on): Add it. Remove all other dependencies except progname. diff --git a/modules/relocatable-script b/modules/relocatable-script index c661aeaec..2cdd6ae25 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]) -- 2.11.0