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

Commit 82d8030

Browse files
author
Matthias Koeppe
committed
m4/sage_spkg_enable.m4: Cosmetic change to help strings
1 parent fee8379 commit 82d8030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

m4/sage_spkg_enable.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ AC_DEFUN([SAGE_SPKG_ENABLE], [dnl
1414
AC_ARG_ENABLE(SPKG_NAME,
1515
AS_HELP_STRING([--enable-]SPKG_NAME={no|if_installed⁽ᵈᵉᶠᵃᵘˡᵗ⁾|yes},
1616
[enable build and use of the SPKG_TYPE package $3], [26], [100])
17-
AS_HELP_STRING([], [package info: ./sage -info SPKG_NAME])
17+
AS_HELP_STRING([], [* package info: ./sage -info SPKG_NAME])
1818
AS_HELP_STRING([--disable-]SPKG_NAME,
1919
[disable build and uninstall if previously installed by Sage in PREFIX; same as --enable-]SPKG_NAME[=no], [26], [100]),
2020
AS_VAR_SET([SAGE_ENABLE_]SPKG_NAME, [$enableval])

0 commit comments

Comments
 (0)