From 5ab7f768d69ced546103fb08a24325b9c6c84aa8 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Mon, 20 Nov 2023 22:18:06 +0100 Subject: [PATCH] audio.experimental.a-lec.org: use Guix for autogen.sh The target server (anthea) where the images will now be deployed doesn't have autoconf, automake and m4 installed. Because of that we work around by using the Guix versions. Signed-off-by: Denis 'GNUtoo' Carikli --- audio.experimental.a-lec.org/autogen.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/audio.experimental.a-lec.org/autogen.sh b/audio.experimental.a-lec.org/autogen.sh index a340f99..562c777 100755 --- a/audio.experimental.a-lec.org/autogen.sh +++ b/audio.experimental.a-lec.org/autogen.sh @@ -8,4 +8,7 @@ # # You should have received a copy of the GNU General Public License # along with this file. If not, see . -autoreconf -fi $@ +guix shell -C \ + autoconf automake coreutils grep m4 sed \ + -- \ + autoreconf -fi $@