tag 294621 patch
thanks

An earlier maintainer of this package overrode the default location of
xwhois.servers, defined by the XWHOIS_SERVERS macro, by editing the
confgiure script.  Re-running autoconf erased that change, since
configure.in had the original default.  I think a reasonable way to
override XWHOIS_SERVERS would be to make this change to debian/rules:

--- xwhois-0.4.2/debian/rules~  2005-02-13 01:04:45.000000000 +0000
+++ xwhois-0.4.2/debian/rules   2005-02-13 01:04:45.000000000 +0000
@@ -29,7 +29,7 @@

 build:
        test -f config.cache || ./configure --prefix=/usr
-       $(MAKE)
+       $(MAKE) XWHOIS_SERVERS=/etc/X11/xwhois/servers
        touch stamp-build

 clean: debclean

-- 
Ben Hutchings
Theory and practice are closer in theory than in practice.
                                - John Levine, moderator of comp.compilers


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to