Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 93d31b9

Browse files
author
Matthias Koeppe
committed
Remove use of unicode superscripts in configure --help
1 parent 74a83fc commit 93d31b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

m4/sage_spkg_configure.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ echo "Checking whether SageMath should install SPKG $1..." >& AS_MESSAGE_FD
6363
AS_BOX([Checking whether SageMath should install SPKG $1...]) >& AS_MESSAGE_LOG_FD
6464
6565
AC_ARG_WITH([system-]SPKG_NAME,
66-
AS_HELP_STRING(--with-system-SPKG_NAME={no|yes⁽ᵈᵉᶠᵃᵘˡᵗ⁾|force (error if no usable version is found)},
66+
AS_HELP_STRING(--with-system-SPKG_NAME={no|yes (default)|force (exit with an error if no usable version is found)},
6767
[detect and use an existing system SPKG_NAME]),
6868
[AS_VAR_SET(SPKG_USE_SYSTEM, [$withval])],
6969
[AS_VAR_SET(SPKG_USE_SYSTEM, [yes])]

m4/sage_spkg_enable.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ AC_DEFUN([SAGE_SPKG_ENABLE], [dnl
1212
], [dnl
1313
dnl optional/experimental packages
1414
AC_ARG_ENABLE(SPKG_NAME,
15-
AS_HELP_STRING([--enable-]SPKG_NAME={no|if_installed⁽ᵈᵉᶠᵃᵘˡᵗ⁾|yes},
15+
AS_HELP_STRING([--enable-]SPKG_NAME={no|if_installed (default)|yes},
1616
[enable build and use of the SPKG_TYPE package $3], [26], [100])
1717
AS_HELP_STRING([], [* package info: ./sage -info SPKG_NAME])
1818
AS_HELP_STRING([--disable-]SPKG_NAME,

0 commit comments

Comments
 (0)