From: Bruno Haible 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: http://erislabs.net/gitweb/?a=commitdiff_plain;h=82e9455a35fc32ae37a4055a70fe7a8ce643b370;p=gnulib.git Minimize dependencies of 'relocatable-script'. --- 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])