Ralf Wildenhues wrote:
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.

Yes it did.

When i do "make distcheck", is there a way to get a list of where all
the files get installed?


Reply via email to