comparison configure @ 28377:089df060f944

Set a sane default path on Solaris.
author diego
date Sat, 31 Jan 2009 23:19:16 +0000
parents 93137d61fdc9
children 5d5b22f80e55
comparison
equal deleted inserted replaced
28376:93137d61fdc9 28377:089df060f944
187 echo "" >> "$TMPLOG" 187 echo "" >> "$TMPLOG"
188 echo "$@ $_res_comment" 188 echo "$@ $_res_comment"
189 _res_comment="" 189 _res_comment=""
190 } 190 }
191 ############################################################################# 191 #############################################################################
192
193 # Solaris has broken stone-age tools in the standard locations
194 sunos && test -d /usr/xpg4/bin && PATH=/usr/xpg4/bin:$PATH
192 195
193 # Check how echo works in this /bin/sh 196 # Check how echo works in this /bin/sh
194 case `echo -n` in 197 case `echo -n` in
195 -n) _echo_n= _echo_c='\c' ;; # SysV echo 198 -n) _echo_n= _echo_c='\c' ;; # SysV echo
196 *) _echo_n='-n ' _echo_c= ;; # BSD echo 199 *) _echo_n='-n ' _echo_c= ;; # BSD echo