diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 05:06:11 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 05:06:11 +0000 |
commit | 287887ae1eaaa75243f2adbff20b816b8fc7a381 (patch) | |
tree | 0b08eefdcd7bb8040d948877c6322397ff8f840e /INSTALL | |
parent | Adding debian version 1.5~rc2-2. (diff) | |
download | lunzip-287887ae1eaaa75243f2adbff20b816b8fc7a381.tar.xz lunzip-287887ae1eaaa75243f2adbff20b816b8fc7a381.zip |
Merging upstream version 1.5.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -43,12 +43,12 @@ the main archive. Another way ----------- -You can also compile lunzip into a separate directory. To do this, you -must use a version of 'make' that supports the 'VPATH' variable, such -as GNU 'make'. 'cd' to the directory where you want the object files -and executables to go and run the 'configure' script. 'configure' -automatically checks for the source code in '.', in '..' and in the -directory that 'configure' is in. +You can also compile lunzip into a separate directory. +To do this, you must use a version of 'make' that supports the 'VPATH' +variable, such as GNU 'make'. 'cd' to the directory where you want the +object files and executables to go and run the 'configure' script. +'configure' automatically checks for the source code in '.', in '..' and +in the directory that 'configure' is in. 'configure' recognizes the option '--srcdir=DIR' to control where to look for the sources. Usually 'configure' can determine that directory |