Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!decwrl!deccrl!news.crl.dec.com!treese From: treese@crl.dec.com (Win Treese) Newsgroups: comp.windows.x Subject: Re: Problems with installation scripts Message-ID: <1991Mar16.160200.4498@crl.dec.com> Date: 16 Mar 91 16:02:00 GMT References: <13460@darkstar.ucsc.edu> <1274@attc.UUCP> Sender: news@crl.dec.com (USENET News System) Organization: DEC Cambridge Research Lab Lines: 36 In-Reply-To: marbru@attc.UUCP's message of 16 Mar 91 03:18:06 GMT From my X11R4/mit/config/site.def: /* * Installation directories for use at CRL. */ #ifndef BinDir #define BinDir $(DESTDIR)/usr/local/bin/X11 #endif #ifndef UsrLibDir #define UsrLibDir $(DESTDIR)/usr/local/lib #endif #ifndef ManDirectoryRoot #define ManDirectoryRoot /usr/local/man #endif #ifndef ManSuffix #define ManSuffix 1 #endif #ifndef IncRoot #define IncRoot $(DESTDIR)/usr/local/include #endif Yes, we use /usr, but that's not required. You can pretty much put things anywhere you want. Then we can use xmkmf to generate makefiles for random utilities with Imakefiles and all the right things happen, including running down the right include files. Win Treese Cambridge Research Lab treese@crl.dec.com Digital Equipment Corp.