diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2023-11-07 16:27:18 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2023-11-07 18:07:11 +0200 |
| commit | 220759226e93d76d8d80058f69f9d8b29714bbde (patch) | |
| tree | c9454ae21ab98faf1c4223ead47bec48e45444bd /m4/guix.m4 | |
| parent | e0f28301f07e55b7acc48fca2e13b588471d0ede (diff) | |
build: Fix spelling in m4 macros.
* m4/guix.m4 (GUIX_CHECK_GUILE_SSH): Fix spelling of parameter.
(GUIX_CHECK_FILE_NAME_LIMITS): Fix spelling of maximum.
Change-Id: I93c80441393622a4bc06daa475eee13874cca527
Diffstat (limited to 'm4/guix.m4')
| -rw-r--r-- | m4/guix.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/guix.m4 b/m4/guix.m4 index 147fcc48f4c..b93daba5c3a 100644 --- a/m4/guix.m4 +++ b/m4/guix.m4 | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | dnl GNU Guix --- Functional package management for GNU | 1 | dnl GNU Guix --- Functional package management for GNU |
| 2 | dnl Copyright © 2012, 2013, 2014, 2015, 2016, 2018, 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org> | 2 | dnl Copyright © 2012, 2013, 2014, 2015, 2016, 2018, 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org> |
| 3 | dnl Copyright © 2014 Mark H Weaver <mhw@netris.org> | 3 | dnl Copyright © 2014 Mark H Weaver <mhw@netris.org> |
| 4 | dnl Copyright © 2017, 2020, 2021 Efraim Flashner <efraim@flashner.co.il> | 4 | dnl Copyright © 2017, 2020, 2021, 2023 Efraim Flashner <efraim@flashner.co.il> |
| 5 | dnl Copyright © 2021 Chris Marusich <cmmarusich@gmail.com> | 5 | dnl Copyright © 2021 Chris Marusich <cmmarusich@gmail.com> |
| 6 | dnl | 6 | dnl |
| 7 | dnl This file is part of GNU Guix. | 7 | dnl This file is part of GNU Guix. |
| @@ -128,7 +128,7 @@ dnl GUIX_CHECK_GUILE_SSH | |||
| 128 | dnl | 128 | dnl |
| 129 | dnl Check whether a recent-enough Guile-SSH is available. | 129 | dnl Check whether a recent-enough Guile-SSH is available. |
| 130 | AC_DEFUN([GUIX_CHECK_GUILE_SSH], [ | 130 | AC_DEFUN([GUIX_CHECK_GUILE_SSH], [ |
| 131 | dnl Check whether '#:nodelay' paramater to 'make-session' (introduced in | 131 | dnl Check whether '#:nodelay' parameter to 'make-session' (introduced in |
| 132 | dnl 0.13.0) is present. | 132 | dnl 0.13.0) is present. |
| 133 | AC_CACHE_CHECK([whether Guile-SSH is available and recent enough], | 133 | AC_CACHE_CHECK([whether Guile-SSH is available and recent enough], |
| 134 | [guix_cv_have_recent_guile_ssh], | 134 | [guix_cv_have_recent_guile_ssh], |
| @@ -306,7 +306,7 @@ AC_DEFUN([GUIX_CHECK_FILE_NAME_LIMITS], [ | |||
| 306 | AC_REQUIRE([GUIX_TEST_HASH_BANG_LENGTH]) | 306 | AC_REQUIRE([GUIX_TEST_HASH_BANG_LENGTH]) |
| 307 | 307 | ||
| 308 | if test "$ac_cv_guix_socket_file_name_length" -ge ]SOCKET_FILE_NAME_LIMIT[; then | 308 | if test "$ac_cv_guix_socket_file_name_length" -ge ]SOCKET_FILE_NAME_LIMIT[; then |
| 309 | AC_MSG_ERROR([socket file name would exceed the maxium allowed length]) | 309 | AC_MSG_ERROR([socket file name would exceed the maximum allowed length]) |
| 310 | fi | 310 | fi |
| 311 | if test "$ac_cv_guix_test_socket_file_name_length" -ge ]SOCKET_FILE_NAME_LIMIT[; then | 311 | if test "$ac_cv_guix_test_socket_file_name_length" -ge ]SOCKET_FILE_NAME_LIMIT[; then |
| 312 | AC_MSG_WARN([socket file name limit may be exceeded when running tests]) | 312 | AC_MSG_WARN([socket file name limit may be exceeded when running tests]) |
