aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-05-13 20:17:27 -0700
committerGlenn Morris2010-05-13 20:17:27 -0700
commit372b409053486a836a02572bfd467e3cae08ee09 (patch)
tree771ae3854c3364f4f2e58bf36792e043cac16729
parentf14d1dfda15717473601225ac8cca404ae789552 (diff)
downloademacs-372b409053486a836a02572bfd467e3cae08ee09.tar.gz
emacs-372b409053486a836a02572bfd467e3cae08ee09.zip
Regenerate configure, src/config.in.
-rwxr-xr-xconfigure49
-rw-r--r--src/config.in18
2 files changed, 52 insertions, 15 deletions
diff --git a/configure b/configure
index 540f6fa91df..d86b52d1eb4 100755
--- a/configure
+++ b/configure
@@ -717,6 +717,7 @@ SET_MAKE
717XMKMF 717XMKMF
718LD_SWITCH_X_SITE_AUX 718LD_SWITCH_X_SITE_AUX
719LD_SWITCH_X_SITE_AUX_RPATH 719LD_SWITCH_X_SITE_AUX_RPATH
720NS_IMPL_GNUSTEP_INC
720NS_OBJ 721NS_OBJ
721NS_SUPPORT 722NS_SUPPORT
722LIB_STANDARD 723LIB_STANDARD
@@ -751,7 +752,6 @@ LIBPNG
751LIBTIFF 752LIBTIFF
752LIBGIF 753LIBGIF
753LIBGPM 754LIBGPM
754GPM_MOUSE_SUPPORT
755LIBXSM 755LIBXSM
756ALLOCA 756ALLOCA
757liblockfile 757liblockfile
@@ -796,7 +796,6 @@ ns_appdir
796ns_appbindir 796ns_appbindir
797ns_appresdir 797ns_appresdir
798ns_appsrc 798ns_appsrc
799GNUSTEP_MAKEFILES
800GNUSTEP_SYSTEM_HEADERS 799GNUSTEP_SYSTEM_HEADERS
801GNUSTEP_SYSTEM_LIBRARIES 800GNUSTEP_SYSTEM_LIBRARIES
802GNU_OBJC_CFLAGS 801GNU_OBJC_CFLAGS
@@ -815,6 +814,9 @@ POST_ALLOC_OBJ
815LD_SWITCH_SYSTEM_TEMACS 814LD_SWITCH_SYSTEM_TEMACS
816LD_SWITCH_SYSTEM_EXTRA 815LD_SWITCH_SYSTEM_EXTRA
817LIB_GCC 816LIB_GCC
817MOUSE_SUPPORT
818TOOLTIP_SUPPORT
819WINDOW_SUPPORT
818LTLIBOBJS' 820LTLIBOBJS'
819ac_subst_files='' 821ac_subst_files=''
820ac_user_opts=' 822ac_user_opts='
@@ -9929,6 +9931,7 @@ fi
9929HAVE_NS=no 9931HAVE_NS=no
9930NS_IMPL_COCOA=no 9932NS_IMPL_COCOA=no
9931NS_IMPL_GNUSTEP=no 9933NS_IMPL_GNUSTEP=no
9934NS_IMPL_GNUSTEP_INC=
9932tmp_CPPFLAGS="$CPPFLAGS" 9935tmp_CPPFLAGS="$CPPFLAGS"
9933tmp_CFLAGS="$CFLAGS" 9936tmp_CFLAGS="$CFLAGS"
9934CPPFLAGS="$CPPFLAGS -x objective-c" 9937CPPFLAGS="$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
9957GUI_LIB=gnu
9958include $GNUSTEP_MAKEFILES/Additional/base.make
9959include $GNUSTEP_MAKEFILES/Additional/gui.make
9960shared=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
10142fi 10152fi
10143 10153
10154
10144NS_OBJ= 10155NS_OBJ=
10145NS_SUPPORT= 10156NS_SUPPORT=
10146if test "${HAVE_NS}" = yes; then 10157if 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'.
15992HAVE_GPM=no 16003HAVE_GPM=no
15993LIBGPM= 16004LIBGPM=
15994GPM_MOUSE_SUPPORT= 16005MOUSE_SUPPORT=
15995if test "${with_gpm}" != "no"; then 16006if 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
16206fi 16218fi
16207 16219
16208 16220
16209
16210if test "${ac_cv_header_malloc_malloc_h+set}" = set; then 16221if 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
26361cat >>confdefs.h <<_ACEOF 26371cat >>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
26589fi 26599fi
26590 26600
26591 26601
26602TOOLTIP_SUPPORT=
26603WINDOW_SUPPORT=
26604## If we're using X11/GNUstep, define some consequences.
26605if test "$HAVE_X_WINDOWS" = "yes" || test "$HAVE_NS" = "yes"; then
26606
26607cat >>confdefs.h <<\_ACEOF
26608#define HAVE_WINDOW_SYSTEM 1
26609_ACEOF
26610
26611
26612cat >>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
26623fi
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>