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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/configure.in
Date: Tue, 26 Feb 2002 22:53:04 -0500

Index: emacs/configure.in
diff -c emacs/configure.in:1.284 emacs/configure.in:1.285
*** emacs/configure.in:1.284    Sun Jan 27 05:03:14 2002
--- emacs/configure.in  Tue Feb 26 22:53:03 2002
***************
*** 114,120 ****
    . )
      ## We may be able to use the $PWD environment variable to make this
      ## absolute.  But sometimes PWD is inaccurate.
!     if test ".${PWD}" != "." && test ".`(cd ${PWD} ; sh -c pwd)`" = ".${PWD}" 
 ;
      then
        srcdir="$PWD"
      else
--- 114,123 ----
    . )
      ## We may be able to use the $PWD environment variable to make this
      ## absolute.  But sometimes PWD is inaccurate.
!     ## Note: we used to use ${PWD} at the end instead of `pwd`,
!     ## but that tested only for a well-formed and valid PWD,
!     ## it did not object when PWD was well-formed and valid but just wrong.
!     if test ".${PWD}" != "." && test ".`(cd ${PWD} ; sh -c pwd)`" = ".`pwd`"  
;
      then
        srcdir="$PWD"
      else
***************
*** 354,359 ****
--- 357,367 ----
      ## We'll use the catch-all code at the bottom to guess the
      ## operating system.
    ;;
+ 
+   ## Compaq Nonstop
+   mips-compaq-nonstopux* )
+     machine=nonstopux opsys=nonstopux
+     ;;
  
    ## Convex
    *-convex-bsd* | *-convex-convexos* )



reply via email to

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