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,6 +50,7 @@ exit 0
|
||||||
runstatedir
|
runstatedir
|
||||||
infodir
|
infodir
|
||||||
htmldir
|
htmldir
|
||||||
|
;; Note: any arguments converted this way need to be excluded in "rktio_keep.m4"
|
||||||
;; dvidir - converted to "collectsdir"
|
;; dvidir - converted to "collectsdir"
|
||||||
;; pdfdir - converted to "appsdir"
|
;; pdfdir - converted to "appsdir"
|
||||||
psdir
|
psdir
|
||||||
|
|
|
@ -7,7 +7,7 @@ for fixup_arg
|
||||||
do
|
do
|
||||||
case $fixup_arg in
|
case $fixup_arg in
|
||||||
# Strip away all feature choices
|
# Strip away all feature choices
|
||||||
-enable* | --enable* | -disable* | --disable*)
|
-enable* | --enable* | -disable* | --disable* | -collects* | --collects* | -apps* | --apps*)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
case $fixup_arg in
|
case $fixup_arg in
|
||||||
|
|
2
racket/src/bc/configure
vendored
2
racket/src/bc/configure
vendored
|
@ -7283,7 +7283,7 @@ for fixup_arg
|
||||||
do
|
do
|
||||||
case $fixup_arg in
|
case $fixup_arg in
|
||||||
# Strip away all feature choices
|
# Strip away all feature choices
|
||||||
-enable* | --enable* | -disable* | --disable*)
|
-enable* | --enable* | -disable* | --disable* | -collects* | --collects* | -apps* | --apps*)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
case $fixup_arg in
|
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
|
do
|
||||||
case $fixup_arg in
|
case $fixup_arg in
|
||||||
# Strip away all feature choices
|
# Strip away all feature choices
|
||||||
-enable* | --enable* | -disable* | --disable*)
|
-enable* | --enable* | -disable* | --disable* | -collects* | --collects* | -apps* | --apps*)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
case $fixup_arg in
|
case $fixup_arg in
|
||||||
|
|
Loading…
Reference in New Issue
Block a user