Re: making a package install in a nonconventional dir

2002-11-07 Thread Alexandre Duret-Lutz
>>> "miki" == miki shapiro <[EMAIL PROTECTED]> writes: [...] miki> How do I kindly ask automake (in Makefile.am) to install miki> mypackage_PROGRAMS, mypackage_LIBRARIES, et cetra - into one directory - miki> /opt/mypackage for instance mypackagedir = /opt/mypackage It's probably best that

making a package install in a nonconventional dir

2002-11-03 Thread miki . shapiro
Hi all I'm converting homemade makes into autotools, and am doing so without actually touching code. The code needs a define of the project's installation directory, and today has it manually assigned. How do I kindly ask automake (in Makefile.am) to install mypackage_PROGRAMS, mypackage_LIBRARIE