Home | History | Annotate | Download | only in jpeg

Lines Matching full:host

86 host=
120 Usage: $progname [OPTION]... LTMAIN [HOST]
127 --no-verify do not verify that HOST is a valid host type
138 HOST is the canonical host system name [default=guessed].
168 elif test -z "$host"; then
171 # echo "$progname: warning \`$option' is not a valid host type" 1>&2
173 host="$option"
274 echo $ac_n "checking host system type""... $ac_c" 1>&6
276 host_alias=$host
281 echo "$progname: cannot guess host type; you must specify one" 1>&2
286 host=`$ac_config_sub $host_alias`
287 echo "$ac_t$host" 1>&6
289 # Make sure the host verified.
290 test -z "$host" && exit 1
292 elif test -z "$host"; then
293 echo "$progname: you must specify a host type if you use \`--no-verify'" 1>&2
297 host_alias=$host
303 linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
306 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
307 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
308 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1344 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1375 # The host system.
1377 host="$host"