# hints/ultrix_4.sh # Last updated by Andy Dougherty # Fri Feb 10 10:04:51 EST 1995 # # Use Configure -Dcc=gcc to use gcc. # # This used to use -g, but that pulls in -DDEBUGGING by default. case "$optimize" in '') # recent versions have a working compiler. case "$osvers" in *4.[45]*) optimize='-O2' ;; *) optimize='none' ;; esac ;; esac # Some users have reported Configure runs *much* faster if you # replace all occurences of /bin/sh by /bin/sh5 # Something like: # sed 's!/bin/sh!/bin/sh5!g' Configure > Configure.sh5 # Then run "sh5 Configure.sh5 [your options]" case "$myuname" in *risc*) cat <