diff options
| author | Glenn Morris | 2010-05-13 20:17:27 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-13 20:17:27 -0700 |
| commit | 372b409053486a836a02572bfd467e3cae08ee09 (patch) | |
| tree | 771ae3854c3364f4f2e58bf36792e043cac16729 | |
| parent | f14d1dfda15717473601225ac8cca404ae789552 (diff) | |
| download | emacs-372b409053486a836a02572bfd467e3cae08ee09.tar.gz emacs-372b409053486a836a02572bfd467e3cae08ee09.zip | |
Regenerate configure, src/config.in.
| -rwxr-xr-x | configure | 49 | ||||
| -rw-r--r-- | src/config.in | 18 |
2 files changed, 52 insertions, 15 deletions
| @@ -717,6 +717,7 @@ SET_MAKE | |||
| 717 | XMKMF | 717 | XMKMF |
| 718 | LD_SWITCH_X_SITE_AUX | 718 | LD_SWITCH_X_SITE_AUX |
| 719 | LD_SWITCH_X_SITE_AUX_RPATH | 719 | LD_SWITCH_X_SITE_AUX_RPATH |
| 720 | NS_IMPL_GNUSTEP_INC | ||
| 720 | NS_OBJ | 721 | NS_OBJ |
| 721 | NS_SUPPORT | 722 | NS_SUPPORT |
| 722 | LIB_STANDARD | 723 | LIB_STANDARD |
| @@ -751,7 +752,6 @@ LIBPNG | |||
| 751 | LIBTIFF | 752 | LIBTIFF |
| 752 | LIBGIF | 753 | LIBGIF |
| 753 | LIBGPM | 754 | LIBGPM |
| 754 | GPM_MOUSE_SUPPORT | ||
| 755 | LIBXSM | 755 | LIBXSM |
| 756 | ALLOCA | 756 | ALLOCA |
| 757 | liblockfile | 757 | liblockfile |
| @@ -796,7 +796,6 @@ ns_appdir | |||
| 796 | ns_appbindir | 796 | ns_appbindir |
| 797 | ns_appresdir | 797 | ns_appresdir |
| 798 | ns_appsrc | 798 | ns_appsrc |
| 799 | GNUSTEP_MAKEFILES | ||
| 800 | GNUSTEP_SYSTEM_HEADERS | 799 | GNUSTEP_SYSTEM_HEADERS |
| 801 | GNUSTEP_SYSTEM_LIBRARIES | 800 | GNUSTEP_SYSTEM_LIBRARIES |
| 802 | GNU_OBJC_CFLAGS | 801 | GNU_OBJC_CFLAGS |
| @@ -815,6 +814,9 @@ POST_ALLOC_OBJ | |||
| 815 | LD_SWITCH_SYSTEM_TEMACS | 814 | LD_SWITCH_SYSTEM_TEMACS |
| 816 | LD_SWITCH_SYSTEM_EXTRA | 815 | LD_SWITCH_SYSTEM_EXTRA |
| 817 | LIB_GCC | 816 | LIB_GCC |
| 817 | MOUSE_SUPPORT | ||
| 818 | TOOLTIP_SUPPORT | ||
| 819 | WINDOW_SUPPORT | ||
| 818 | LTLIBOBJS' | 820 | LTLIBOBJS' |
| 819 | ac_subst_files='' | 821 | ac_subst_files='' |
| 820 | ac_user_opts=' | 822 | ac_user_opts=' |
| @@ -9929,6 +9931,7 @@ fi | |||
| 9929 | HAVE_NS=no | 9931 | HAVE_NS=no |
| 9930 | NS_IMPL_COCOA=no | 9932 | NS_IMPL_COCOA=no |
| 9931 | NS_IMPL_GNUSTEP=no | 9933 | NS_IMPL_GNUSTEP=no |
| 9934 | NS_IMPL_GNUSTEP_INC= | ||
| 9932 | tmp_CPPFLAGS="$CPPFLAGS" | 9935 | tmp_CPPFLAGS="$CPPFLAGS" |
| 9933 | tmp_CFLAGS="$CFLAGS" | 9936 | tmp_CFLAGS="$CFLAGS" |
| 9934 | CPPFLAGS="$CPPFLAGS -x objective-c" | 9937 | CPPFLAGS="$CPPFLAGS -x objective-c" |
| @@ -9949,6 +9952,13 @@ if test "${with_ns}" != no; then | |||
| 9949 | GNUSTEP_MAKEFILES="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_MAKEFILES)" | 9952 | GNUSTEP_MAKEFILES="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_MAKEFILES)" |
| 9950 | GNUSTEP_SYSTEM_HEADERS="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_HEADERS)" | 9953 | GNUSTEP_SYSTEM_HEADERS="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_HEADERS)" |
| 9951 | GNUSTEP_SYSTEM_LIBRARIES="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_LIBRARIES)" | 9954 | GNUSTEP_SYSTEM_LIBRARIES="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_LIBRARIES)" |
| 9955 | ## Pull in stuff from GNUstep-make. | ||
| 9956 | NS_IMPL_GNUSTEP_INC="FOUNDATION_LIB=gnu | ||
| 9957 | GUI_LIB=gnu | ||
| 9958 | include $GNUSTEP_MAKEFILES/Additional/base.make | ||
| 9959 | include $GNUSTEP_MAKEFILES/Additional/gui.make | ||
| 9960 | shared=no | ||
| 9961 | " | ||
| 9952 | CPPFLAGS="$CPPFLAGS -I${GNUSTEP_SYSTEM_HEADERS}" | 9962 | CPPFLAGS="$CPPFLAGS -I${GNUSTEP_SYSTEM_HEADERS}" |
| 9953 | CFLAGS="$CFLAGS -I${GNUSTEP_SYSTEM_HEADERS}" | 9963 | CFLAGS="$CFLAGS -I${GNUSTEP_SYSTEM_HEADERS}" |
| 9954 | REAL_CFLAGS="$REAL_CFLAGS -I${GNUSTEP_SYSTEM_HEADERS}" | 9964 | REAL_CFLAGS="$REAL_CFLAGS -I${GNUSTEP_SYSTEM_HEADERS}" |
| @@ -10141,6 +10151,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |||
| 10141 | fi | 10151 | fi |
| 10142 | fi | 10152 | fi |
| 10143 | 10153 | ||
| 10154 | |||
| 10144 | NS_OBJ= | 10155 | NS_OBJ= |
| 10145 | NS_SUPPORT= | 10156 | NS_SUPPORT= |
| 10146 | if test "${HAVE_NS}" = yes; then | 10157 | if test "${HAVE_NS}" = yes; then |
| @@ -15991,7 +16002,7 @@ fi | |||
| 15991 | ### Use -lgpm if available, unless `--with-gpm=no'. | 16002 | ### Use -lgpm if available, unless `--with-gpm=no'. |
| 15992 | HAVE_GPM=no | 16003 | HAVE_GPM=no |
| 15993 | LIBGPM= | 16004 | LIBGPM= |
| 15994 | GPM_MOUSE_SUPPORT= | 16005 | MOUSE_SUPPORT= |
| 15995 | if test "${with_gpm}" != "no"; then | 16006 | if test "${with_gpm}" != "no"; then |
| 15996 | if test "${ac_cv_header_gpm_h+set}" = set; then | 16007 | if test "${ac_cv_header_gpm_h+set}" = set; then |
| 15997 | { $as_echo "$as_me:$LINENO: checking for gpm.h" >&5 | 16008 | { $as_echo "$as_me:$LINENO: checking for gpm.h" >&5 |
| @@ -16201,12 +16212,12 @@ cat >>confdefs.h <<\_ACEOF | |||
| 16201 | _ACEOF | 16212 | _ACEOF |
| 16202 | 16213 | ||
| 16203 | LIBGPM=-lgpm | 16214 | LIBGPM=-lgpm |
| 16204 | GPM_MOUSE_SUPPORT="\${lispsource}mouse.elc" | 16215 | ## May be reset below. |
| 16216 | MOUSE_SUPPORT="\$(GPM_MOUSE_SUPPORT)" | ||
| 16205 | fi | 16217 | fi |
| 16206 | fi | 16218 | fi |
| 16207 | 16219 | ||
| 16208 | 16220 | ||
| 16209 | |||
| 16210 | if test "${ac_cv_header_malloc_malloc_h+set}" = set; then | 16221 | if test "${ac_cv_header_malloc_malloc_h+set}" = set; then |
| 16211 | { $as_echo "$as_me:$LINENO: checking for malloc/malloc.h" >&5 | 16222 | { $as_echo "$as_me:$LINENO: checking for malloc/malloc.h" >&5 |
| 16212 | $as_echo_n "checking for malloc/malloc.h... " >&6; } | 16223 | $as_echo_n "checking for malloc/malloc.h... " >&6; } |
| @@ -26357,7 +26368,6 @@ fi | |||
| 26357 | 26368 | ||
| 26358 | 26369 | ||
| 26359 | 26370 | ||
| 26360 | |||
| 26361 | cat >>confdefs.h <<_ACEOF | 26371 | cat >>confdefs.h <<_ACEOF |
| 26362 | #define EMACS_CONFIGURATION "${canonical}" | 26372 | #define EMACS_CONFIGURATION "${canonical}" |
| 26363 | _ACEOF | 26373 | _ACEOF |
| @@ -26589,6 +26599,33 @@ if test "x$GCC" = "xyes"; then | |||
| 26589 | fi | 26599 | fi |
| 26590 | 26600 | ||
| 26591 | 26601 | ||
| 26602 | TOOLTIP_SUPPORT= | ||
| 26603 | WINDOW_SUPPORT= | ||
| 26604 | ## If we're using X11/GNUstep, define some consequences. | ||
| 26605 | if test "$HAVE_X_WINDOWS" = "yes" || test "$HAVE_NS" = "yes"; then | ||
| 26606 | |||
| 26607 | cat >>confdefs.h <<\_ACEOF | ||
| 26608 | #define HAVE_WINDOW_SYSTEM 1 | ||
| 26609 | _ACEOF | ||
| 26610 | |||
| 26611 | |||
| 26612 | cat >>confdefs.h <<\_ACEOF | ||
| 26613 | #define HAVE_MOUSE 1 | ||
| 26614 | _ACEOF | ||
| 26615 | |||
| 26616 | MOUSE_SUPPORT="\$(REAL_MOUSE_SUPPORT)" | ||
| 26617 | TOOLTIP_SUPPORT="\${lispsource}mouse.elc" | ||
| 26618 | |||
| 26619 | WINDOW_SUPPORT="\$(BASE_WINDOW_SUPPORT)" | ||
| 26620 | test "$HAVE_X_WINDOWS" = "yes" && \ | ||
| 26621 | WINDOW_SUPPORT="$WINDOW_SUPPORT \$(X_WINDOW_SUPPORT)" | ||
| 26622 | |||
| 26623 | fi | ||
| 26624 | |||
| 26625 | |||
| 26626 | |||
| 26627 | |||
| 26628 | |||
| 26592 | 26629 | ||
| 26593 | 26630 | ||
| 26594 | 26631 | ||
diff --git a/src/config.in b/src/config.in index a2eb09f8321..35530943682 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -482,6 +482,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 482 | /* Define to 1 if you have a working `mmap' system call. */ | 482 | /* Define to 1 if you have a working `mmap' system call. */ |
| 483 | #undef HAVE_MMAP | 483 | #undef HAVE_MMAP |
| 484 | 484 | ||
| 485 | /* Define if you have mouse support. */ | ||
| 486 | #undef HAVE_MOUSE | ||
| 487 | |||
| 485 | /* Define to 1 if you have the `mremap' function. */ | 488 | /* Define to 1 if you have the `mremap' function. */ |
| 486 | #undef HAVE_MREMAP | 489 | #undef HAVE_MREMAP |
| 487 | 490 | ||
| @@ -737,6 +740,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 737 | /* Define to 1 if you have the <vfork.h> header file. */ | 740 | /* Define to 1 if you have the <vfork.h> header file. */ |
| 738 | #undef HAVE_VFORK_H | 741 | #undef HAVE_VFORK_H |
| 739 | 742 | ||
| 743 | /* Define if you have a window system. */ | ||
| 744 | #undef HAVE_WINDOW_SYSTEM | ||
| 745 | |||
| 740 | /* Define to 1 if `fork' works. */ | 746 | /* Define to 1 if `fork' works. */ |
| 741 | #undef HAVE_WORKING_FORK | 747 | #undef HAVE_WORKING_FORK |
| 742 | 748 | ||
| @@ -1004,12 +1010,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1004 | #undef volatile | 1010 | #undef volatile |
| 1005 | 1011 | ||
| 1006 | 1012 | ||
| 1007 | /* If we're using X11/Carbon/GNUstep, define some consequences. */ | ||
| 1008 | #if defined(HAVE_X_WINDOWS) || defined(HAVE_NS) | ||
| 1009 | #define HAVE_WINDOW_SYSTEM | ||
| 1010 | #define HAVE_MOUSE | ||
| 1011 | #endif | ||
| 1012 | |||
| 1013 | /* Define AMPERSAND_FULL_NAME if you use the convention | 1013 | /* Define AMPERSAND_FULL_NAME if you use the convention |
| 1014 | that & in the full name stands for the login id. */ | 1014 | that & in the full name stands for the login id. */ |
| 1015 | /* Turned on June 1996 supposing nobody will mind it. */ | 1015 | /* Turned on June 1996 supposing nobody will mind it. */ |
| @@ -1034,7 +1034,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1034 | #endif | 1034 | #endif |
| 1035 | #endif /* __FreeBSD__ || __NetBSD__ || __linux__ */ | 1035 | #endif /* __FreeBSD__ || __NetBSD__ || __linux__ */ |
| 1036 | 1036 | ||
| 1037 | /* If using GNU, then support inline function declarations. */ | 1037 | /* If using GNU, then support inline function declarations. */ |
| 1038 | /* Don't try to switch on inline handling as detected by AC_C_INLINE | 1038 | /* Don't try to switch on inline handling as detected by AC_C_INLINE |
| 1039 | generally, because even if non-gcc compilers accept `inline', they | 1039 | generally, because even if non-gcc compilers accept `inline', they |
| 1040 | may reject `extern inline'. */ | 1040 | may reject `extern inline'. */ |
| @@ -1059,7 +1059,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1059 | /* Set up some defines, C and LD flags for NeXTstep interface on GNUstep. | 1059 | /* Set up some defines, C and LD flags for NeXTstep interface on GNUstep. |
| 1060 | (There is probably a better place to do this, but right now the Cocoa | 1060 | (There is probably a better place to do this, but right now the Cocoa |
| 1061 | side does this in s/darwin.h and we cannot | 1061 | side does this in s/darwin.h and we cannot |
| 1062 | parallel this exactly since GNUstep is multi-OS. */ | 1062 | parallel this exactly since GNUstep is multi-OS. */ |
| 1063 | #ifdef HAVE_NS | 1063 | #ifdef HAVE_NS |
| 1064 | # ifdef NS_IMPL_GNUSTEP | 1064 | # ifdef NS_IMPL_GNUSTEP |
| 1065 | /* GNUstep needs a bit more pure memory. Of the existing knobs, | 1065 | /* GNUstep needs a bit more pure memory. Of the existing knobs, |
| @@ -1156,7 +1156,7 @@ extern char *getenv (); | |||
| 1156 | #include "string.h" | 1156 | #include "string.h" |
| 1157 | #endif | 1157 | #endif |
| 1158 | #ifdef HAVE_STRINGS_H | 1158 | #ifdef HAVE_STRINGS_H |
| 1159 | #include "strings.h" /* May be needed for bcopy & al. */ | 1159 | #include "strings.h" /* May be needed for bcopy & al. */ |
| 1160 | #endif | 1160 | #endif |
| 1161 | #ifdef HAVE_STDLIB_H | 1161 | #ifdef HAVE_STDLIB_H |
| 1162 | #include <stdlib.h> | 1162 | #include <stdlib.h> |