diff options
| author | Arnold D. Robbins <arnold@skeeve.com> | 2015-03-17 22:59:28 +0200 |
|---|---|---|
| committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-03-17 22:59:28 +0200 |
| commit | a1b68a54a8fdd7a61ab9aaf19a5ada599cfb08e7 (patch) | |
| tree | 639d0ffbb2c36b982c42b144087e57e857bafe64 /INSTALL | |
| parent | 17e974bac1ab2b101cc3ba5fcef61725b7469c7b (diff) | |
| parent | cd2ff61aaf4938092517880ad7655828d99a3cb9 (diff) | |
| download | gawk-memory-work.tar.gz | |
Merge branch 'master' into memory-workmemory-work
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ Installation Instructions ************************* -Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation, +Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, @@ -12,8 +12,8 @@ without warranty of any kind. Basic Installation ================== - Briefly, the shell commands `./configure; make; make install' should -configure, build, and install this package. The following + Briefly, the shell command `./configure && make && make install' +should configure, build, and install this package. The following more-detailed instructions are generic; see the `README' file for instructions specific to this package. Some packages provide this `INSTALL' file but do not implement all of the features documented |
