A package that needs relocatable-script does not need the gl_RELOCATABLE
machinery for relocatable _programs_, nor does it need any AC_DEFINEs.
Therefore I'm simplifying the dependencies like this:
2007-03-03 Bruno Haible <[EMAIL PROTECTED]>
* modules/relocatable-script (Files): Add doc/relocatable.texi,
m4/relocatable-lib.m4.
(Depends-on): Remove 'relocatable'.
(configure.ac): Add gl_RELOCATABLE_NOP.
--- modules/relocatable-script 1 Mar 2007 02:09:07 -0000 1.1
+++ modules/relocatable-script 3 Mar 2007 20:22:30 -0000
@@ -3,12 +3,14 @@
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])