From e8c08f51888c85006c54755e86337a1ddcdc5c42 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Mon, 15 Jan 2018 16:42:09 +0100 Subject: [PATCH] maint: Document how to use Guix for Automake development * HACKING : New part. --- HACKING | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/HACKING b/HACKING index 19e586448..059ef5ab2 100644 --- a/HACKING +++ b/HACKING @@ -145,6 +145,17 @@ * For more information, refer to the extensive discussion associated with automake bug#13578. +=========================================================================== += Setting the development environment + +* The required and optional dependencies used by Automake and its test suite + can be automatically fetched using the GNU Guix package manager with the + following command: + + $ guix environment automake --ad-hoc \ + gettext help2man texinfo libtool flex bison dejagnu zip icedtea \ + python gcc-toolchain gfortran pkg-config vala + ============================================================================ = Working with git -- 2.47.2