Skip to content

Commit

Permalink
m4/sage_spkg_collect.m4: Suppress 'version none'
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Aug 3, 2024
1 parent 81d3ea3 commit 2a26ea5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion m4/sage_spkg_collect.m4
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,9 @@ AC_DEFUN([SAGE_SPKG_FINALIZE], [dnl
message="SPKG_TYPE"
m4_case(SPKG_SOURCE, [none], [], [dnl
dnl Non-dummy optional/experimental package, advertise how to install
message="$message, use \"$srcdir/configure --enable-SPKG_NAME\" to install SPKG version $SPKG_VERSION"
AS_CASE(["$SPKG_VERSION"],
[none], [message="$message, use \"$srcdir/configure --enable-SPKG_NAME\" to install SPKG"],
[message="$message, use \"$srcdir/configure --enable-SPKG_NAME\" to install SPKG version $SPKG_VERSION"])
])
])
])
Expand Down

0 comments on commit 2a26ea5

Please sign in to comment.