emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/configure


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/configure
Date: Fri, 04 Apr 2003 01:21:17 -0500

Index: emacs/configure
diff -c emacs/configure:1.107 emacs/configure:1.108
*** emacs/configure:1.107       Fri Jan 31 10:08:34 2003
--- emacs/configure     Mon Mar  3 13:29:58 2003
***************
*** 2010,2015 ****
--- 2010,2018 ----
    hppa*-hp-hpux9* )
      machine=hp800 opsys=hpux9
    ;;
+   hppa*-hp-hpux10.2* )
+     machine=hp800 opsys=hpux10-20
+   ;;
    hppa*-hp-hpux10* )
      machine=hp800 opsys=hpux10
    ;;
***************
*** 11207,11212 ****
--- 11210,11217 ----
  
  
  
+ 
+ 
  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,11220 ****
  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
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  echo "$as_me:$LINENO: checking for $ac_func" >&5
--- 11219,11226 ----
  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 memcmp memmove
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  echo "$as_me:$LINENO: checking for $ac_func" >&5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]