# HG changeset patch # User David J. MacKenzie # Date 778807080 0 # Node ID 6fef8c63f2006c101853842fc2375f0a6149105a # Parent 13c00f5a63459bb87d082936643e56127c9b5a72 keep up to date with configure.in diff -r 13c00f5a6345 -r 6fef8c63f200 configure.in --- a/configure.in Mon Sep 05 21:29:37 1994 +0000 +++ b/configure.in Mon Sep 05 23:18:00 1994 +0000 @@ -381,13 +381,13 @@ i370-ibm-aix*) machine=ibm370aix opsys=usg5-3 ;; - rs6000-ibm-aix3.1* ) + rs6000-ibm-aix3.1* | powerpc-ibm-aix3.1* ) machine=ibmrs6000 opsys=aix3-1 ;; - rs6000-ibm-aix3.2.5) + rs6000-ibm-aix3.2.5 | powerpc-ibm-aix3.2.5 ) machine=ibmrs6000 opsys=aix3-2-5 ;; - rs6000-ibm-aix3.2* | rs6000-ibm-aix* ) + rs6000-ibm-aix* | powerpc-ibm-aix* ) machine=ibmrs6000 opsys=aix3-2 ;; romp-ibm-bsd4.3* ) @@ -1060,7 +1060,7 @@ # logb and frexp are found in -lm on most systems. AC_CHECK_LIB(m, logb) AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ -random rand48 bcopy bcmp logb frexp fmod drem ftime res_init setsid strerror \ +random lrand48 bcopy bcmp logb frexp fmod drem ftime res_init setsid strerror \ fpathconf) ok_so_far=yes