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