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

Commit

Permalink
m4/sage_spkg_enable.m4: Cosmetic change to help strings
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Mar 8, 2021
1 parent fee8379 commit 82d8030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/sage_spkg_enable.m4
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ AC_DEFUN([SAGE_SPKG_ENABLE], [dnl
AC_ARG_ENABLE(SPKG_NAME,
AS_HELP_STRING([--enable-]SPKG_NAME={no|if_installed⁽ᵈᵉᶠᵃᵘˡᵗ⁾|yes},
[enable build and use of the SPKG_TYPE package $3], [26], [100])
AS_HELP_STRING([], [package info: ./sage -info SPKG_NAME])
AS_HELP_STRING([], [* package info: ./sage -info SPKG_NAME])
AS_HELP_STRING([--disable-]SPKG_NAME,
[disable build and uninstall if previously installed by Sage in PREFIX; same as --enable-]SPKG_NAME[=no], [26], [100]),
AS_VAR_SET([SAGE_ENABLE_]SPKG_NAME, [$enableval])
Expand Down

0 comments on commit 82d8030

Please sign in to comment.