diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2017-05-09 21:22:52 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2017-05-09 21:22:52 +0300 |
| commit | 28e0ee3591f8f1248109cc43f0b4a4effd0cb712 (patch) | |
| tree | b5f7e1de2c7fbaf5ea0b8e1022dbd68aec5f0277 /NEWS | |
| parent | README (Requirements): Update (diff) | |
| download | guile-ssh-28e0ee3591f8f1248109cc43f0b4a4effd0cb712.tar.gz | |
configure.ac: Bugfix: Don't make symlinks to 'sssh{,d}.scm'
The building process would always fail on fresh source tree because
'configure' tried to make a symlink or a copy of files that were not
present yet. This patch fixes the building process.
Reported by Ludovic Courtès, on #guix IRC channel.
* configure.ac: Don't make symlinks to 'sssh.scm' and 'ssshd.scm'.
* examples/Makefile.am: Consider 'sssh.scm' and 'ssshd.scm' as generated
scripts to ensure that they are present in the build directory so
'sssh-ssshd.scm' test suite will not fail.
* NEWS: Update.
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -7,6 +7,14 @@ Copyright (C) Artyom V. Poptsov <poptsov.artyom@gmail.com> are permitted in any medium without royalty provided the copyright notice and this notice are preserved. +* Unreleased +** Bugfixes +*** Fix building scripts + The building process would always fail on fresh source tree because + 'configure' tried to make a symlink or a copy of files that were not + present yet. This should be fixed by now. + + Reported by Ludovic Courtès, on #guix IRC channel. * Changes in version 0.11.0 (2017-05-09) ** Add support of Guile 2.2 Tested with GNU Guile version 2.0.14 (on Gentoo GNU/Linux) and |
