configure: fix --collectsdir and --appsdir handling
Thanks to @tgbugs for the report an initial repair. Closes #3692
This commit is contained in:
parent
eaeb49d0d1
commit
19c3ee456b
|
@ -50,8 +50,9 @@ exit 0
|
|||
runstatedir
|
||||
infodir
|
||||
htmldir
|
||||
;; dvidir - converted to "collectsdir"
|
||||
;; pdfdir - converted to "appsdir"
|
||||
;; Note: any arguments converted this way need to be excluded in "rktio_keep.m4"
|
||||
;; dvidir - converted to "collectsdir"
|
||||
;; pdfdir - converted to "appsdir"
|
||||
psdir
|
||||
localedir)))
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ for fixup_arg
|
|||
do
|
||||
case $fixup_arg in
|
||||
# Strip away all feature choices
|
||||
-enable* | --enable* | -disable* | --disable*)
|
||||
-enable* | --enable* | -disable* | --disable* | -collects* | --collects* | -apps* | --apps*)
|
||||
;;
|
||||
*)
|
||||
case $fixup_arg in
|
||||
|
|
2
racket/src/bc/configure
vendored
2
racket/src/bc/configure
vendored
|
@ -7283,7 +7283,7 @@ for fixup_arg
|
|||
do
|
||||
case $fixup_arg in
|
||||
# Strip away all feature choices
|
||||
-enable* | --enable* | -disable* | --disable*)
|
||||
-enable* | --enable* | -disable* | --disable* | -collects* | --collects* | -apps* | --apps*)
|
||||
;;
|
||||
*)
|
||||
case $fixup_arg in
|
||||
|
|
2
racket/src/cs/c/configure
vendored
2
racket/src/cs/c/configure
vendored
|
@ -5643,7 +5643,7 @@ for fixup_arg
|
|||
do
|
||||
case $fixup_arg in
|
||||
# Strip away all feature choices
|
||||
-enable* | --enable* | -disable* | --disable*)
|
||||
-enable* | --enable* | -disable* | --disable* | -collects* | --collects* | -apps* | --apps*)
|
||||
;;
|
||||
*)
|
||||
case $fixup_arg in
|
||||
|
|
Loading…
Reference in New Issue
Block a user