pike.git
/
src
/
configure.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/configure.in:2567:
case "$pike_cv_sys_os" in Solaris*) p_site_prefixes_to_add="$p_site_prefixes_to_add:$with_root/opt/local";; esac if test $ldflags_is_set = yes -a $cppflags_is_set = yes ; then :; else for dd in \ `echo "${p_site_prefixes_to_add}"|sed -e 's/:/ /g'` \ `echo $exec_prefix | sed "s@^NONE@$prefix@g" | sed "s@^NONE@$with_root$ac_default_prefix@g"` \ $with_root/usr \
-
$with_root/usr/local $with_root/sw/local $with_root/sw \
+
$with_root/usr/local $with_root/sw/local $with_root/sw
$with_root/opt/local
\
$with_root/usr/gnu $with_root/opt/gnu $with_root/sw/gnu \ $with_root/usr/freeware $with_root/usr/pkg \ `echo $with_root/opt/gnome* | sort -r` \ `echo $with_root/usr/X* | sort -r` \ $with_root/usr/pkg $with_root/opt/pkg \ $with_root/usr/sfw $with_root/opt/sfw $with_root/opt/csw \ $with_root/usr/ccs do O_IFS=${IFS} IFS=":"