X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Configure;h=45c47617b7156f6a4f52f6162a87f1bcb439a5de;hb=8f1f23e8b15dc90b39e5be39711437f27f72b526;hp=669cc73aa53711ba15a7d4f994b0ee342554ee3e;hpb=40ff80b2d4aff4df2eda7ee2fd46ea30c84b7ae3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Configure b/Configure index 669cc73..45c4761 100755 --- a/Configure +++ b/Configure @@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Thu Mar 4 10:08:40 EET 1999 [metaconfig 3.0 PL70] +# Generated on Mon Mar 15 18:36:13 EET 1999 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <&4 d_gethname="$define" call=gethostname -elif set uname val -f d_uname; eval $csym; $val; then +fi +if set uname val -f d_uname; eval $csym; $val; then if ./xenix; then $cat <<'EOM' uname() was found, but you're running xenix, and older versions of xenix @@ -8085,7 +8086,9 @@ EOM else echo 'uname() found.' >&4 d_uname="$define" - call=uname + case "$call" in + '') call=uname ;; + esac fi fi case "$d_gethname" in @@ -10300,7 +10303,7 @@ case "$crosscompile" in esac case "$osname" in -next) multiarch="$define" ;; +next|rhapsody) multiarch="$define" ;; esac case "$multiarch" in ''|[nN]*) multiarch="$undef" ;;