summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDavid J. MacKenzie <djm@gnu.org>1994-09-05 23:18:00 +0000
committerDavid J. MacKenzie <djm@gnu.org>1994-09-05 23:18:00 +0000
commit263e77aecb25e99f3763539ce1099bdcaa05f954 (patch)
treeaad810fd6d86069512f15be25084b8b16c515f25 /configure.in
parent9333b8d4fc3677d5b722a87bf2f549bd7d15f4be (diff)
downloademacs-263e77aecb25e99f3763539ce1099bdcaa05f954.tar.gz
keep up to date with configure.in
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index e3ff1cd4d42..11d7ad0451a 100644
--- a/configure.in
+++ b/configure.in
@@ -381,13 +381,13 @@ case "${canonical}" in
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 @@ AC_ALLOCA
# 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