2000-05-11-03:13:38 Thomas Roessler:
> I'd suggest you use the DESTDIR mechanism. That is, you
> ./configure mutt with the directories you want on the
> target system. Then, when it comes to installing things,
> you type:
>
> make DESTDIR=/what/ever/path/you/want install
Thanks; that's n
Thomas Roessler <[EMAIL PROTECTED]> wrote:
> I'd suggest you use the DESTDIR mechanism. That is, you
> ./configure mutt with the directories you want on the
> target system. Then, when it comes to installing things,
> you type:
>
> make DESTDIR=/what/ever/path/you/want install
>
> (At le