summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac17
1 files changed, 17 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8a24a5cf0c7..67769d8a437 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,22 @@
1# -*- Autoconf -*- 1# -*- Autoconf -*-
2# Process this file with autoconf to produce a configure script. 2# Process this file with autoconf to produce a configure script.
3#
4# GNU Guix --- Functional package management for GNU
5# Copyright © 2012-2021, 2022-2023 Ludovic Courtès <ludo@gnu.org>
6# Copyright © 2013, 2016 Mark H Weaver <mhw@netris.org>
7# Copyright © 2014-2016 Alex Kost <alezost@gmail.com>
8# Copyright © 2014-2016 David Thompson <davet@gnu.org>
9# Copyright © 2015-2016, 2018 Mathieu Lirzin <mthl@gnu.org>
10# Copyright © 2015-2020 Mathieu Othacehe <m.othacehe@gmail.com>
11# Copyright © 2016 Eric Le Bihan <eric.le.bihan.dev@free.fr>
12# Copyright © 2016, 2018, 2020, 2022 Ricardo Wurmus <rekado@elephly.net>
13# Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
14# Copyright © 2018 nikita <nikita@n0.is>
15# Copyright © 2018, 2021 Julien Lepiller <julien@lepiller.eu>
16# Copyright © 2017-2018 Eric Bavier <bavier@posteo.net>
17# Copyright © 2020-2021, 2023-204 Maxim Cournoyer <maxim.cournoyer@gmail.com>
18# Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
19# Copyright © 2024 gemmaro <gemmaro.dev@gmail.com>
3 20
4AC_PREREQ([2.69]) 21AC_PREREQ([2.69])
5AC_INIT([GNU Guix], 22AC_INIT([GNU Guix],