diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2016-10-09 16:09:42 +0200 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2016-10-09 20:30:12 +0300 |
| commit | b78575f418c21728c41315246d112a46970df895 (patch) | |
| tree | 90d24c15882b6b1416a8d9ac05f37c427e5b5192 /INSTALL | |
| parent | doc/guile-ssh.texi (Acknowledgments): Update (diff) | |
| download | guile-ssh-b78575f418c21728c41315246d112a46970df895.tar.gz | |
build: Update Guile's and Gettext's Autoconf macros.
* m4/guile.m4, m4/lib-link.m4, m4/lib-ld.m4, m4/lib-prefix.m4: Update
from Guile 2.0.12 and Gettext 0.19.8.
* build-aux/compile, build-aux/config.rpath: New files, imported from
Gettext.
* Makefile.am (EXTRA_DIST): Add them.
* INSTALL: Update.
Signed-off-by: Artyom V. Poptsov <poptsov.artyom@gmail.com>
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
