emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/configure.in


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/configure.in
Date: Tue, 20 May 2003 12:32:17 -0400

Index: emacs/configure.in
diff -c emacs/configure.in:1.333 emacs/configure.in:1.334
*** emacs/configure.in:1.333    Wed Apr 30 05:23:02 2003
--- emacs/configure.in  Tue May 20 12:32:16 2003
***************
*** 618,624 ****
    i370-ibm-aix*)
      machine=ibm370aix opsys=usg5-3
    ;;
!   s390-*-linux-gnu)
      machine=ibms390 opsys=gnu-linux
    ;;
    rs6000-ibm-aix3.1* | powerpc-ibm-aix3.1*  )
--- 618,624 ----
    i370-ibm-aix*)
      machine=ibm370aix opsys=usg5-3
    ;;
!   s390-*-linux-gnu* )
      machine=ibms390 opsys=gnu-linux
    ;;
    rs6000-ibm-aix3.1* | powerpc-ibm-aix3.1*  )
***************
*** 2198,2207 ****
  # On HPUX 9.01, -lm does not contain logb, so check for sqrt.
  AC_CHECK_LIB(m, sqrt)
  
! # Check for mail-locking functions in a "mail" library
  AC_CHECK_LIB(mail, maillock)
  dnl Debian, at least:
- dnl AC_CHECK_LIB(lockfile, maillock, [AC_DEFINE(HAVE_LIBMAIL)])
  AC_CHECK_LIB(lockfile, maillock)
  # If we have the shared liblockfile, assume we must use it for mail
  # locking (e.g. Debian).  If we couldn't link against liblockfile
--- 2198,2207 ----
  # On HPUX 9.01, -lm does not contain logb, so check for sqrt.
  AC_CHECK_LIB(m, sqrt)
  
! # Check for mail-locking functions in a "mail" library.  Probably this should
! # have the same check as for liblockfile below.
  AC_CHECK_LIB(mail, maillock)
  dnl Debian, at least:
  AC_CHECK_LIB(lockfile, maillock)
  # If we have the shared liblockfile, assume we must use it for mail
  # locking (e.g. Debian).  If we couldn't link against liblockfile
***************
*** 2215,2223 ****
      AC_MSG_ERROR([Shared liblockfile found but can't link against it.
  This probably means that movemail could lose mail.
  There may be a `development' package to install containing liblockfile.])
-   else AC_DEFINE(LIBMAIL, -llockfile, [Define to -llockfile if it is usable.])
-   fi
    else :
  fi
  AC_CHECK_FUNCS(touchlock)
  AC_CHECK_HEADERS(maillock.h)
--- 2215,2222 ----
      AC_MSG_ERROR([Shared liblockfile found but can't link against it.
  This probably means that movemail could lose mail.
  There may be a `development' package to install containing liblockfile.])
    else :
+   fi
  fi
  AC_CHECK_FUNCS(touchlock)
  AC_CHECK_HEADERS(maillock.h)
***************
*** 2483,2488 ****
--- 2482,2495 ----
  
  dnl Fixme: AC_SYS_POSIX_TERMIOS should probably be used, but it's not clear
  dnl how the tty code is related to POSIX and/or other versions of termios.
+ dnl The following looks like a useful start.
+ dnl
+ dnl AC_SYS_POSIX_TERMIOS
+ dnl if test $ac_cv_sys_posix_termios = yes; then
+ dnl    AC_DEFINE(HAVE_TERMIOS, 1, [Define to 1 if you have POSIX-style 
functions 
+ dnl                                and macros for terminal control.])
+ dnl    AC_DEFINE(HAVE_TCATTR, 1, [Define to 1 if you have tcgetattr and 
tcsetattr.])
+ dnl fi
  
  dnl Fixme: Use AC_FUNC_MEMCMP since memcmp is used.  (Needs libobj 
replacement.)
  




reply via email to

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