autoconf
[Top][All Lists]
Advanced

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

Re: AFS installs


From: Russ Allbery
Subject: Re: AFS installs
Date: 31 Jul 2001 19:07:18 -0700
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

Grosch, Scott <address@hidden> writes:

> Has anyone written some type of AFS awareness macro for the install
> piece of autoconf?  AFS uses a different path to install into.  For
> example, if I say to use /usr/local/bin, it really means:

> (pdxss020, sunos 5.6) % cd /usr/local/bin
> (pdxss020, sunos 5.6) % pwd
> /afs/pdx.intel.com/local/sun4x_56/97r1/phase1
> (pdxss020, sunos 5.6) % go2rw
> /afs/.pdx.intel.com/local/sun4x_56/97r1/phase1

Generally all one has to do is:

    ./configure
    make
    make install prefix=/afs/.pdx.intel.com/local/@sys/97r1/phase1

and with a properly written package and paths that mirror the standard
prefix-rooted file layout this will just work.

-- 
Russ Allbery (address@hidden)             <http://www.eyrie.org/~eagle/>



reply via email to

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