diff options
Diffstat (limited to 'm4')
| -rw-r--r-- | m4/guix.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/guix.m4 b/m4/guix.m4 index 4fa7cdf7374..f8eb5aaf517 100644 --- a/m4/guix.m4 +++ b/m4/guix.m4 | |||
| @@ -26,7 +26,7 @@ AC_DEFUN([GUIX_SYSTEM_TYPE], [ | |||
| 26 | AC_REQUIRE([AC_CANONICAL_HOST]) | 26 | AC_REQUIRE([AC_CANONICAL_HOST]) |
| 27 | AC_PATH_PROG([SED], [sed]) | 27 | AC_PATH_PROG([SED], [sed]) |
| 28 | 28 | ||
| 29 | AC_ARG_WITH(system, AC_HELP_STRING([--with-system=SYSTEM], | 29 | AC_ARG_WITH(system, AS_HELP_STRING([--with-system=SYSTEM], |
| 30 | [Platform identifier (e.g., `i686-linux').]), | 30 | [Platform identifier (e.g., `i686-linux').]), |
| 31 | [guix_system="$withval"], | 31 | [guix_system="$withval"], |
| 32 | [case "$host_cpu" in | 32 | [case "$host_cpu" in |
| @@ -78,7 +78,7 @@ dnl Assert that this is a system to which the distro is ported. | |||
| 78 | AC_DEFUN([GUIX_ASSERT_SUPPORTED_SYSTEM], [ | 78 | AC_DEFUN([GUIX_ASSERT_SUPPORTED_SYSTEM], [ |
| 79 | AC_REQUIRE([GUIX_SYSTEM_TYPE]) | 79 | AC_REQUIRE([GUIX_SYSTEM_TYPE]) |
| 80 | 80 | ||
| 81 | AC_ARG_WITH([courage], [AC_HELP_STRING([--with-courage], | 81 | AC_ARG_WITH([courage], [AS_HELP_STRING([--with-courage], |
| 82 | [Assert that even if this platform is unsupported, you will be | 82 | [Assert that even if this platform is unsupported, you will be |
| 83 | courageous and port the GNU System distribution to it (see | 83 | courageous and port the GNU System distribution to it (see |
| 84 | "GNU Distribution" in the manual.)])], | 84 | "GNU Distribution" in the manual.)])], |
