Skip to content

Commit 1b0c06a

Browse files
committed
install: add indesym to --with-avail{-terse,}-output opt
1 parent 0461f12 commit 1b0c06a

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

configure

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -371,15 +371,17 @@ Optional Packages:
371371
--with-avail-output=LIST
372372
specify content to report on avail sub-command
373373
regular output. elements accepted in LIST are:
374-
\`modulepath', \`alias', \`dirwsym', \`sym', \`tag',
375-
\`key', \`variant' and \`variantifspec' (elements in
376-
LIST are separated by \`:') [$availoutput]
374+
\`modulepath', \`alias', \`dirwsym', \`indesym',
375+
\`sym', \`tag', \`key', \`variant' and
376+
\`variantifspec' (elements in LIST are separated by
377+
\`:') [$availoutput]
377378
--with-avail-terse-output=LIST
378379
specify content to report on avail sub-command
379380
terse output. elements accepted in LIST are:
380-
\`modulepath', \`alias', \`dirwsym', \`sym', \`tag',
381-
\`key', \`variant' and \`variantifspec' (elements in
382-
LIST are separated by \`:') [$availterseoutput]
381+
\`modulepath', \`alias', \`dirwsym', \`indesym',
382+
\`sym', \`tag', \`key', \`variant' and
383+
\`variantifspec' (elements in LIST are separated by
384+
\`:') [$availterseoutput]
383385
--with-list-output=LIST
384386
specify content to report on list sub-command
385387
regular output. elements accepted in LIST are:
@@ -747,7 +749,7 @@ for arg in "$@"; do
747749
tagcolorname=$(get_package_value "$arg") ;;
748750
--with-avail-output*|--without-avail-output)
749751
availoutput=$(get_package_value "$arg" "$availoutput") ;
750-
allowedval=" modulepath alias dirwsym sym tag key variant variantifspec " ;
752+
allowedval=" modulepath alias dirwsym indesym sym tag key variant variantifspec " ;
751753
ORIG_IFS=$IFS ;
752754
IFS=: ;
753755
for val in $availoutput; do
@@ -759,7 +761,7 @@ for arg in "$@"; do
759761
IFS=$ORIG_IFS ;;
760762
--with-avail-terse-output*|--without-avail-terse-output)
761763
availterseoutput=$(get_package_value "$arg" "$availterseoutput") ;
762-
allowedval=" modulepath alias dirwsym sym tag key variant variantifspec " ;
764+
allowedval=" modulepath alias dirwsym indesym sym tag key variant variantifspec " ;
763765
ORIG_IFS=$IFS ;
764766
IFS=: ;
765767
for val in $availterseoutput; do

0 commit comments

Comments
 (0)