diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-24 19:51:55 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-24 19:51:55 +0200 |
commit | eccbbe18b119f60bcb4e33259f43f6f3cc0d2581 (patch) | |
tree | 7e58ca3870159423b0a9349fd27819337e96c884 /extension/INSTALL | |
parent | 48f9d87c455f0804424977e2a2185de94bc2b0a3 (diff) | |
download | egawk-eccbbe18b119f60bcb4e33259f43f6f3cc0d2581.tar.gz egawk-eccbbe18b119f60bcb4e33259f43f6f3cc0d2581.tar.bz2 egawk-eccbbe18b119f60bcb4e33259f43f6f3cc0d2581.zip |
Move to Automake 1.15.
Diffstat (limited to 'extension/INSTALL')
-rw-r--r-- | extension/INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extension/INSTALL b/extension/INSTALL index 6e90e07d..20998407 100644 --- a/extension/INSTALL +++ b/extension/INSTALL @@ -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 |