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

Commit a9bd145

Browse files
author
Matthias Koeppe
committed
m4/sage_spkg_collect.m4: Remove _recommended etc. from the configure package summary
1 parent fae4bd0 commit a9bd145

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

m4/sage_spkg_collect.m4

+8
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,16 @@ for DIR in $SAGE_ROOT/build/pkgs/*; do
230230
message="does not support check for system package; $message"
231231
])
232232
])
233+
234+
dnl Trac #29124: Do not talk about underscore club
235+
case "$SPKG_NAME" in
236+
_*)
237+
;;
238+
*)
233239
formatted_message=$(printf '%-45s%s' "$SPKG_NAME-$SPKG_VERSION:" "$message")
234240
AC_MSG_RESULT([$formatted_message])
241+
;;
242+
esac
235243
236244
AS_VAR_POPDEF([sage_use_system])dnl
237245
AS_VAR_POPDEF([sage_require])dnl

0 commit comments

Comments
 (0)