pike.git
/
src
/
configure.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/configure.in:2170:
for dd in \ `echo "${with_site_prefixes}"|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/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/sfw $with_root/opt/sfw $with_root/opt/csw \
-
$with_root/usr/ccs
+
$with_root/usr/ccs
$with_root/opt/homebrew
do if test "$dd" = "/"; then continue; fi #if test "$dd" = "/usr"; then continue; fi AC_MSG_CHECKING($dd) if test -d "$dd/."; then :; else AC_MSG_RESULT(no) continue fi real_dir=`cd "$dd/." && /bin/pwd 2>/dev/null` if test "x$real_dir" = "x"; then