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
