From 28e0ee3591f8f1248109cc43f0b4a4effd0cb712 Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Tue, 9 May 2017 21:22:52 +0300 Subject: configure.ac: Bugfix: Don't make symlinks to 'sssh{,d}.scm' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 0e67ace..4be2b02 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,14 @@ Copyright (C) Artyom V. Poptsov 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 -- cgit v1.2.3