October 2000
Intermediate to advanced
432 pages
9h 9m
English
The second most common way[2]to configure a package is to set prefix and exec-prefix to different values. This way, a system administrator on a heterogeneous network can arrange to have the architecture-independent files shared by all platforms. Typically this doesn't save very much space, but it does make in-place bug fixing or platform-independent runtime configuration a lot easier.
[2] The most common way being to just set prefix.
To this end, Automake provides finer control to the user than a simple make install. The user can strip all the package executables at install time, for instance, by running make install-strip (although we recommend setting the various 'INSTALL' environment variables instead; ...
Read now
Unlock full access