[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Exec install location
From: |
Ralf Wildenhues |
Subject: |
Re: Exec install location |
Date: |
Tue, 5 Sep 2006 16:29:41 +0200 |
User-agent: |
Mutt/1.5.13 (2006-09-01) |
Hello Russel,
* Russell Shaw wrote on Tue, Sep 05, 2006 at 04:21:20PM CEST:
> What do i put into Makefile.am to get a program installed
> into /usr/bin? (I just read the autoconf and automake manuals)
Nothing, you just
./configure --prefix=/usr
or, if you want only /usr/bin but everything else below /usr/local,
./configure --bindir=/usr/bin
Hope that helps.
Cheers,
Ralf