aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2010-05-15 22:58:55 -0700
committerDan Nicolaescu2010-05-15 22:58:55 -0700
commit35a20d6ca38bc68cfe8794defc6b2a6454df47b9 (patch)
tree87e6463b53e78f813d4fc239972dc4af216eaa7b
parent95adb4b161764fa6c9d46da52165852929a34e45 (diff)
downloademacs-35a20d6ca38bc68cfe8794defc6b2a6454df47b9.tar.gz
emacs-35a20d6ca38bc68cfe8794defc6b2a6454df47b9.zip
* configure.in: Remove references to usg5-4 and bsd-common, $opsys
does not use them. (X11R5_INHIBIT_I18N): Remove, unused.
-rw-r--r--ChangeLog6
-rwxr-xr-xconfigure2
-rw-r--r--configure.in12
-rw-r--r--src/config.in8
4 files changed, 11 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ebc0988a02..9ade0f1ce0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
12010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
4 does not use them.
5 (X11R5_INHIBIT_I18N): Remove, unused.
6
12010-05-15 Glenn Morris <rgm@gnu.org> 72010-05-15 Glenn Morris <rgm@gnu.org>
2 8
3 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS. 9 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
diff --git a/configure b/configure
index a661f4a4210..5f97e64a014 100755
--- a/configure
+++ b/configure
@@ -21603,7 +21603,7 @@ case "$opsys" in
21603 ## hpux10-20: Use the system provided termcap(3) library. 21603 ## hpux10-20: Use the system provided termcap(3) library.
21604 ## openbsd: David Mazieres <dm@reeducation-labor.lcs.mit.edu> says this 21604 ## openbsd: David Mazieres <dm@reeducation-labor.lcs.mit.edu> says this
21605 ## is necessary. Otherwise Emacs dumps core when run -nw. 21605 ## is necessary. Otherwise Emacs dumps core when run -nw.
21606 aix4-2|cygwin|hpux*|irix6-5|openbsd|usg5-4|sol2*|unixware) TERMINFO=yes ;; 21606 aix4-2|cygwin|hpux*|irix6-5|openbsd|sol2*|unixware) TERMINFO=yes ;;
21607 21607
21608 ## darwin: Prevents crashes when running Emacs in Terminal.app under 10.2. 21608 ## darwin: Prevents crashes when running Emacs in Terminal.app under 10.2.
21609 ## The ncurses library has been moved out of the System framework in 21609 ## The ncurses library has been moved out of the System framework in
diff --git a/configure.in b/configure.in
index eb15b2204b3..a3ce2b3af4a 100644
--- a/configure.in
+++ b/configure.in
@@ -2612,7 +2612,7 @@ HAVE_LIBNCURSES=yes
2612 2612
2613## Use terminfo instead of termcap? 2613## Use terminfo instead of termcap?
2614## Note only system files NOT using terminfo are: 2614## Note only system files NOT using terminfo are:
2615## bsd-common, freebsd < 40000, ms-w32, msdos, netbsd, and 2615## freebsd < 40000, ms-w32, msdos, netbsd, and
2616## darwin|gnu without ncurses. 2616## darwin|gnu without ncurses.
2617TERMINFO=no 2617TERMINFO=no
2618LIBS_TERMCAP= 2618LIBS_TERMCAP=
@@ -2621,7 +2621,7 @@ case "$opsys" in
2621 ## hpux10-20: Use the system provided termcap(3) library. 2621 ## hpux10-20: Use the system provided termcap(3) library.
2622 ## openbsd: David Mazieres <dm@reeducation-labor.lcs.mit.edu> says this 2622 ## openbsd: David Mazieres <dm@reeducation-labor.lcs.mit.edu> says this
2623 ## is necessary. Otherwise Emacs dumps core when run -nw. 2623 ## is necessary. Otherwise Emacs dumps core when run -nw.
2624 aix4-2|cygwin|hpux*|irix6-5|openbsd|usg5-4|sol2*|unixware) TERMINFO=yes ;; 2624 aix4-2|cygwin|hpux*|irix6-5|openbsd|sol2*|unixware) TERMINFO=yes ;;
2625 2625
2626 ## darwin: Prevents crashes when running Emacs in Terminal.app under 10.2. 2626 ## darwin: Prevents crashes when running Emacs in Terminal.app under 10.2.
2627 ## The ncurses library has been moved out of the System framework in 2627 ## The ncurses library has been moved out of the System framework in
@@ -3487,8 +3487,6 @@ typedef unsigned size_t;
3487 3487
3488#ifdef HAVE_X11R6 3488#ifdef HAVE_X11R6
3489#define HAVE_X_I18N 3489#define HAVE_X_I18N
3490#elif !defined X11R5_INHIBIT_I18N
3491#define HAVE_X_I18N
3492#endif 3490#endif
3493 3491
3494/* Define HAVE_X11R6_XIM if we have usable X11R6-style XIM support. */ 3492/* Define HAVE_X11R6_XIM if we have usable X11R6-style XIM support. */
@@ -3508,11 +3506,7 @@ typedef unsigned size_t;
3508 that the stack is continuous. */ 3506 that the stack is continuous. */
3509#ifdef __GNUC__ 3507#ifdef __GNUC__
3510# ifndef GC_SETJMP_WORKS 3508# ifndef GC_SETJMP_WORKS
3511 /* GC_SETJMP_WORKS is nearly always appropriate for GCC -- 3509 /* GC_SETJMP_WORKS is nearly always appropriate for GCC. */
3512 see NON_SAVING_SETJMP in the target descriptions. */
3513 /* Exceptions (see NON_SAVING_SETJMP in target description) are
3514 SCO5 non-ELF (but Emacs specifies ELF) and SVR3 on x86.
3515 Fixme: Deal with SVR3. */
3516# define GC_SETJMP_WORKS 1 3510# define GC_SETJMP_WORKS 1
3517# endif 3511# endif
3518# ifndef GC_LISP_OBJECT_ALIGNMENT 3512# ifndef GC_LISP_OBJECT_ALIGNMENT
diff --git a/src/config.in b/src/config.in
index 35530943682..99a95d7f15d 100644
--- a/src/config.in
+++ b/src/config.in
@@ -1179,8 +1179,6 @@ typedef unsigned size_t;
1179 1179
1180#ifdef HAVE_X11R6 1180#ifdef HAVE_X11R6
1181#define HAVE_X_I18N 1181#define HAVE_X_I18N
1182#elif !defined X11R5_INHIBIT_I18N
1183#define HAVE_X_I18N
1184#endif 1182#endif
1185 1183
1186/* Define HAVE_X11R6_XIM if we have usable X11R6-style XIM support. */ 1184/* Define HAVE_X11R6_XIM if we have usable X11R6-style XIM support. */
@@ -1200,11 +1198,7 @@ typedef unsigned size_t;
1200 that the stack is continuous. */ 1198 that the stack is continuous. */
1201#ifdef __GNUC__ 1199#ifdef __GNUC__
1202# ifndef GC_SETJMP_WORKS 1200# ifndef GC_SETJMP_WORKS
1203 /* GC_SETJMP_WORKS is nearly always appropriate for GCC -- 1201 /* GC_SETJMP_WORKS is nearly always appropriate for GCC. */
1204 see NON_SAVING_SETJMP in the target descriptions. */
1205 /* Exceptions (see NON_SAVING_SETJMP in target description) are
1206 SCO5 non-ELF (but Emacs specifies ELF) and SVR3 on x86.
1207 Fixme: Deal with SVR3. */
1208# define GC_SETJMP_WORKS 1 1202# define GC_SETJMP_WORKS 1
1209# endif 1203# endif
1210# ifndef GC_LISP_OBJECT_ALIGNMENT 1204# ifndef GC_LISP_OBJECT_ALIGNMENT