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_LIBRARIES, et cetra - into one directory - /opt/mypackage for instance - (as in the way the developers of autotools intended this sort of thing to be done) >From what I figure, I should use "prefix" and somehow make libdir, datadir, etc. reference that. Later, what #define should I reference in the C sources to get a const char* string of that directory? Thanks! -- Miki Shapiro <[EMAIL PROTECTED]> Coder - Unixophile - Boarder - Quake God Aladdin Knowledge Systems --------------------------------------------- Tel: +972-(4)-8811403 ICQ: 3EE853 --------------------------------------------- C++ Berkeley Burton Tribes Have board. Will ride. ******************************* IMPORTANT ! ********************************** The content of this email and any attachments are confidential and intended for the named recipient(s) only. If you have received this email in error please notify the sender immediately. Do not disclose the content of this message or make copies. This email was scanned by eSafe Mail for viruses, vandals and other malicious content. ******************************************************************************
