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

Commit dcb4a08

Browse files
author
Matthias Koeppe
committed
configure.ac: Indicate default in help string for --with-sage-venv
1 parent 8bcbf1d commit dcb4a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ SAGE_SRC="$SAGE_ROOT/src"
8484
SAGE_SPKG_INST="$SAGE_LOCAL/var/lib/sage/installed"
8585

8686
AC_ARG_WITH([sage-venv],
87-
[AS_HELP_STRING([--with-sage-venv={auto,yes,no,SAGE_VENV}],
87+
[AS_HELP_STRING([--with-sage-venv={auto (default),yes,no,SAGE_VENV}],
8888
[put Python packages into an installation hierarchy separate from prefix])],
8989
[SAGE_VENV="$withval"],
9090
[SAGE_VENV="auto"])

0 commit comments

Comments
 (0)