bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

relocatable-script: minimize dependencies


From: Bruno Haible
Subject: relocatable-script: minimize dependencies
Date: Sat, 3 Mar 2007 21:26:25 +0100
User-agent: KMail/1.5.4

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  <address@hidden>

        * 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])
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]