parent
fb677d9569
commit
734491b511
|
@ -1,6 +1,6 @@
|
|||
|
||||
unixstyle=no
|
||||
if test "${enable_useprefix}" = "yes" -a "${prefix}" != "NONE" ; then
|
||||
if test "${enable_origtree}" != "yes" -a "${enable_useprefix}" != "no" ; then
|
||||
if test "${prefix}" != "NONE" ; then
|
||||
unixstyle=yes
|
||||
fi
|
||||
|
|
|
@ -2038,7 +2038,7 @@ fi
|
|||
|
||||
|
||||
unixstyle=no
|
||||
if test "${enable_useprefix}" = "yes" -a "${prefix}" != "NONE" ; then
|
||||
if test "${enable_origtree}" != "yes" -a "${enable_useprefix}" != "no" ; then
|
||||
if test "${prefix}" != "NONE" ; then
|
||||
unixstyle=yes
|
||||
fi
|
||||
|
|
|
@ -3019,7 +3019,7 @@ fi
|
|||
|
||||
|
||||
unixstyle=no
|
||||
if test "${enable_useprefix}" = "yes" -a "${prefix}" != "NONE" ; then
|
||||
if test "${enable_origtree}" != "yes" -a "${enable_useprefix}" != "no" ; then
|
||||
if test "${prefix}" != "NONE" ; then
|
||||
unixstyle=yes
|
||||
fi
|
||||
|
|
2
racket/src/cs/c/configure
vendored
2
racket/src/cs/c/configure
vendored
|
@ -2915,7 +2915,7 @@ PREFIX_PATH_RELATIVE=/../..
|
|||
|
||||
|
||||
unixstyle=no
|
||||
if test "${enable_useprefix}" = "yes" -a "${prefix}" != "NONE" ; then
|
||||
if test "${enable_origtree}" != "yes" -a "${enable_useprefix}" != "no" ; then
|
||||
if test "${prefix}" != "NONE" ; then
|
||||
unixstyle=yes
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user