emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r100322: * configure.in: Remove refer


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100322: * configure.in: Remove references to usg5-4 and bsd-common, $opsys
Date: Sat, 15 May 2010 22:58:55 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100322
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Sat 2010-05-15 22:58:55 -0700
message:
  * configure.in: Remove references to usg5-4 and bsd-common, $opsys
  does not use them.
  (X11R5_INHIBIT_I18N): Remove, unused.
modified:
  ChangeLog
  configure
  configure.in
  src/config.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2010-05-15 22:33:24 +0000
+++ b/ChangeLog 2010-05-16 05:58:55 +0000
@@ -1,3 +1,9 @@
+2010-05-16  Dan Nicolaescu  <address@hidden>
+
+       * configure.in: Remove references to usg5-4 and bsd-common, $opsys
+       does not use them.
+       (X11R5_INHIBIT_I18N): Remove, unused.
+
 2010-05-15  Glenn Morris  <address@hidden>
 
        * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.

=== modified file 'configure'
--- a/configure 2010-05-15 22:36:29 +0000
+++ b/configure 2010-05-16 05:58:55 +0000
@@ -21603,7 +21603,7 @@
   ## hpux10-20: Use the system provided termcap(3) library.
   ## openbsd: David Mazieres <address@hidden> says this
   ##  is necessary.  Otherwise Emacs dumps core when run -nw.
-  aix4-2|cygwin|hpux*|irix6-5|openbsd|usg5-4|sol2*|unixware) TERMINFO=yes ;;
+  aix4-2|cygwin|hpux*|irix6-5|openbsd|sol2*|unixware) TERMINFO=yes ;;
 
   ## darwin: Prevents crashes when running Emacs in Terminal.app under 10.2.
   ##  The ncurses library has been moved out of the System framework in

=== modified file 'configure.in'
--- a/configure.in      2010-05-15 22:33:24 +0000
+++ b/configure.in      2010-05-16 05:58:55 +0000
@@ -2612,7 +2612,7 @@
 
 ## Use terminfo instead of termcap?
 ## Note only system files NOT using terminfo are:
-## bsd-common, freebsd < 40000, ms-w32, msdos, netbsd, and
+## freebsd < 40000, ms-w32, msdos, netbsd, and
 ## darwin|gnu without ncurses.
 TERMINFO=no
 LIBS_TERMCAP=
@@ -2621,7 +2621,7 @@
   ## hpux10-20: Use the system provided termcap(3) library.
   ## openbsd: David Mazieres <address@hidden> says this
   ##  is necessary.  Otherwise Emacs dumps core when run -nw.
-  aix4-2|cygwin|hpux*|irix6-5|openbsd|usg5-4|sol2*|unixware) TERMINFO=yes ;;
+  aix4-2|cygwin|hpux*|irix6-5|openbsd|sol2*|unixware) TERMINFO=yes ;;
 
   ## darwin: Prevents crashes when running Emacs in Terminal.app under 10.2.
   ##  The ncurses library has been moved out of the System framework in
@@ -3487,8 +3487,6 @@
 
 #ifdef HAVE_X11R6
 #define HAVE_X_I18N
-#elif !defined X11R5_INHIBIT_I18N
-#define HAVE_X_I18N
 #endif
 
 /* Define HAVE_X11R6_XIM if we have usable X11R6-style XIM support.  */
@@ -3508,11 +3506,7 @@
    that the stack is continuous.  */
 #ifdef __GNUC__
 #  ifndef GC_SETJMP_WORKS
-  /* GC_SETJMP_WORKS is nearly always appropriate for GCC --
-     see NON_SAVING_SETJMP in the target descriptions.  */
-  /* Exceptions (see NON_SAVING_SETJMP in target description) are
-     SCO5 non-ELF (but Emacs specifies ELF) and SVR3 on x86.
-     Fixme: Deal with SVR3.  */
+  /* GC_SETJMP_WORKS is nearly always appropriate for GCC.  */
 #    define GC_SETJMP_WORKS 1
 #  endif
 #  ifndef GC_LISP_OBJECT_ALIGNMENT

=== modified file 'src/config.in'
--- a/src/config.in     2010-05-15 22:36:29 +0000
+++ b/src/config.in     2010-05-16 05:58:55 +0000
@@ -1179,8 +1179,6 @@
 
 #ifdef HAVE_X11R6
 #define HAVE_X_I18N
-#elif !defined X11R5_INHIBIT_I18N
-#define HAVE_X_I18N
 #endif
 
 /* Define HAVE_X11R6_XIM if we have usable X11R6-style XIM support.  */
@@ -1200,11 +1198,7 @@
    that the stack is continuous.  */
 #ifdef __GNUC__
 #  ifndef GC_SETJMP_WORKS
-  /* GC_SETJMP_WORKS is nearly always appropriate for GCC --
-     see NON_SAVING_SETJMP in the target descriptions.  */
-  /* Exceptions (see NON_SAVING_SETJMP in target description) are
-     SCO5 non-ELF (but Emacs specifies ELF) and SVR3 on x86.
-     Fixme: Deal with SVR3.  */
+  /* GC_SETJMP_WORKS is nearly always appropriate for GCC.  */
 #    define GC_SETJMP_WORKS 1
 #  endif
 #  ifndef GC_LISP_OBJECT_ALIGNMENT


reply via email to

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