Mercurial > emacs
diff configure @ 50012:088ec1541d38
* configure.in: add AC_CHECK_FUNCS for memcmp and memmove.
(AH_BOTTOM): switch tests to prefer memcmp, memset, and memmove
over bzero, bcmp, and bcopy.
author | Rob Browning <rlb@defaultvalue.org> |
---|---|
date | Mon, 03 Mar 2003 18:29:58 +0000 |
parents | 99be3a1e2589 |
children | deff9a0011bc |
line wrap: on
line diff
--- a/configure Mon Mar 03 15:13:01 2003 +0000 +++ b/configure Mon Mar 03 18:29:58 2003 +0000 @@ -2010,6 +2010,9 @@ hppa*-hp-hpux9* ) machine=hp800 opsys=hpux9 ;; + hppa*-hp-hpux10.2* ) + machine=hp800 opsys=hpux10-20 + ;; hppa*-hp-hpux10* ) machine=hp800 opsys=hpux10 ;; @@ -11207,6 +11210,8 @@ + + for ac_func in gethostname getdomainname dup2 \ rename closedir mkdir rmdir sysinfo \ random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ @@ -11214,7 +11219,8 @@ utimes setrlimit setpgid getcwd getwd shutdown strftime getaddrinfo \ __fpending mblen mbrlen mbsinit strsignal setitimer ualarm index rindex \ sendto recvfrom getsockopt setsockopt getsockname getpeername \ -gai_strerror mkstemp getline getdelim mremap memmove fsync bzero memset +gai_strerror mkstemp getline getdelim mremap memmove fsync bzero \ +memset memcmp memmove do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` echo "$as_me:$LINENO: checking for $ac_func" >&5