Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!elroy.jpl.nasa.gov!decwrl!deccrl!news.crl.dec.com!treese From: treese@crl.dec.com (Win Treese) Newsgroups: comp.windows.x Subject: Re: R5 wish Message-ID: <1991May31.032826.24760@crl.dec.com> Date: 31 May 91 03:28:26 GMT References: <30242@hydra.gatech.EDU> Sender: news@crl.dec.com (USENET News System) Organization: DEC Cambridge Research Lab Lines: 88 In-Reply-To: gt1111a@prism.gatech.EDU's message of 31 May 91 01:44:46 GMT In article <30242@hydra.gatech.EDU> gt1111a@prism.gatech.EDU (Vincent Fox) writes: Couldn't the distribution be unified under one tree? It currently wants to write into /usr/bin/X11, /usr/lib/X11, /usr/include/X11, etc. It would be easier on those of us who NFS mount things if the whole things was under /usr/X11. I know R4 can be modified to do this, but it's a real pain. This is easy to do by putting the appropriate definitions in mit/config/site.def: XCOMM site: $XConsortium: site.def,v 1.26 91/03/23 14:11:08 rws Exp $ /***************************************************************************** * * * SITE-SPECIFIC DEFINITIONS * * * * Override any of the defaults in *.tmpl here. Use ifndef so that servers * * can override you if necessary: * * * * #ifndef ABuildParameter * * #define ABuildParameter myvalue * * #endif * * * * Note on using DESTDIR: If you want to install into a scratch directory * * but will eventually move the tree back to the root, install with * * "make install DESTDIR=directory". DESTDIR should not affect compiles. * * * *****************************************************************************/ /***************************************************************************** * * * Build Parameters * * * *****************************************************************************/ #ifdef ATHENA #ifndef DoInstallExtensionsIntoXlib #define DoInstallExtensionsIntoXlib YES /* for Makefile hosers */ #endif #endif #ifndef HasDESLibrary #define HasDESLibrary YES /* DES code is built into libXdmcp.a */ #endif /* * Installation directories for use at CRL. */ #ifndef BinDir #define BinDir $(DESTDIR)/usr/local/X11/bin #endif #ifndef UsrLibDir #define UsrLibDir $(DESTDIR)/usr/local/X11/lib #endif #ifndef ManDirectoryRoot #define ManDirectoryRoot /usr/local/X11/man #endif #ifndef ManSuffix #define ManSuffix 1 #endif #ifndef IncRoot #define IncRoot $(DESTDIR)/usr/local/X11/include #endif #ifndef LibraryDefines #define LibraryDefines -DXFILESEARCHPATHDEFAULT=\"/usr/local/X11/lib/X11/%L/%T/%N%S:/usr/local/X11/lib/X11/%l/%T/%N%S:/usr/local/X11/lib/X11/%T/%N%S:/usr/lib/X11/%L/%T/%N%S:/usr/lib/X11/%l/%T/%N%S:/usr/lib/X11/%T/%N%S\" #endif #ifndef ErrorDB #define ErrorDB "/usr/local/X11/lib/X11/XtErrorDB" #endif #ifndef ExtraLoadFlags #define ExtraLoadFlags -L/usr/local/X11/lib #endif #ifndef InstKmemFlags #define InstKmemFlags -g kmem -m 2755 #endif Win Treese Cambridge Research Lab treese@crl.dec.com Digital Equipment Corp.