aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-05-20 17:51:50 -0700
committerGlenn Morris2010-05-20 17:51:50 -0700
commit298b8a34d17e2f749486a32cd23c44d762f40d5b (patch)
treea0fbea16bf815773fe278e4d494c4984777ac971
parent66dbf213eabcba05f54ff85e79ae44bbbeae4386 (diff)
downloademacs-298b8a34d17e2f749486a32cd23c44d762f40d5b.tar.gz
emacs-298b8a34d17e2f749486a32cd23c44d762f40d5b.zip
Regenerate configure.
-rwxr-xr-xconfigure39
1 files changed, 33 insertions, 6 deletions
diff --git a/configure b/configure
index 7435d3d059b..1050b17e873 100755
--- a/configure
+++ b/configure
@@ -701,6 +701,7 @@ RANLIB
701INSTALL_INFO 701INSTALL_INFO
702GZIP_PROG 702GZIP_PROG
703MAKEINFO 703MAKEINFO
704cannot_dump
704LD_SWITCH_SYSTEM 705LD_SWITCH_SYSTEM
705C_SWITCH_MACHINE 706C_SWITCH_MACHINE
706C_SWITCH_SYSTEM 707C_SWITCH_SYSTEM
@@ -827,7 +828,8 @@ MOUSE_SUPPORT
827TOOLTIP_SUPPORT 828TOOLTIP_SUPPORT
828WINDOW_SUPPORT 829WINDOW_SUPPORT
829LTLIBOBJS' 830LTLIBOBJS'
830ac_subst_files='deps_frag' 831ac_subst_files='deps_frag
832ns_frag'
831ac_user_opts=' 833ac_user_opts='
832enable_option_checking 834enable_option_checking
833with_pop 835with_pop
@@ -5830,6 +5832,12 @@ configure___ LIBX=-lX11
5830 5832
5831configure___ unexec=UNEXEC 5833configure___ unexec=UNEXEC
5832 5834
5835#ifdef CANNOT_DUMP
5836configure___ cannot_dump=yes
5837#else
5838configure___ cannot_dump=no
5839#endif
5840
5833#ifdef SYSTEM_MALLOC 5841#ifdef SYSTEM_MALLOC
5834configure___ system_malloc=yes 5842configure___ system_malloc=yes
5835#else 5843#else
@@ -5891,6 +5899,9 @@ fi
5891rm ${tempcname} 5899rm ${tempcname}
5892 5900
5893 5901
5902
5903
5904
5894LD_SWITCH_SYSTEM= 5905LD_SWITCH_SYSTEM=
5895case "$opsys" in 5906case "$opsys" in
5896 freebsd) 5907 freebsd)
@@ -9945,6 +9956,7 @@ if test "${with_ns}" != no; then
9945 GNUSTEP_SYSTEM_HEADERS="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_HEADERS)" 9956 GNUSTEP_SYSTEM_HEADERS="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_HEADERS)"
9946 GNUSTEP_SYSTEM_LIBRARIES="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_LIBRARIES)" 9957 GNUSTEP_SYSTEM_LIBRARIES="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_LIBRARIES)"
9947 ## Pull in stuff from GNUstep-make. 9958 ## Pull in stuff from GNUstep-make.
9959 ## FIXME? Cleaner to use AC_SUBST_FILE for this?
9948 NS_IMPL_GNUSTEP_INC="FOUNDATION_LIB=gnu 9960 NS_IMPL_GNUSTEP_INC="FOUNDATION_LIB=gnu
9949GUI_LIB=gnu 9961GUI_LIB=gnu
9950include $GNUSTEP_MAKEFILES/Additional/base.make 9962include $GNUSTEP_MAKEFILES/Additional/base.make
@@ -10149,6 +10161,7 @@ fi
10149 10161
10150 10162
10151 10163
10164ns_frag=/dev/null
10152NS_OBJ= 10165NS_OBJ=
10153NS_SUPPORT= 10166NS_SUPPORT=
10154if test "${HAVE_NS}" = yes; then 10167if test "${HAVE_NS}" = yes; then
@@ -10160,6 +10173,7 @@ if test "${HAVE_NS}" = yes; then
10160 if test "${EN_NS_SELF_CONTAINED}" = yes; then 10173 if test "${EN_NS_SELF_CONTAINED}" = yes; then
10161 prefix=${ns_appresdir} 10174 prefix=${ns_appresdir}
10162 fi 10175 fi
10176 ns_frag=$srcdir/src/ns.mk
10163 NS_OBJ="nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o fontset.o fringe.o image.o" 10177 NS_OBJ="nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o fontset.o fringe.o image.o"
10164 NS_SUPPORT="\${lispsource}emacs-lisp/easymenu.elc \${lispsource}term/ns-win.elc" 10178 NS_SUPPORT="\${lispsource}emacs-lisp/easymenu.elc \${lispsource}term/ns-win.elc"
10165fi 10179fi
@@ -10169,6 +10183,7 @@ CPPFLAGS="$tmp_CPPFLAGS"
10169 10183
10170 10184
10171 10185
10186
10172case "${window_system}" in 10187case "${window_system}" in
10173 x11 ) 10188 x11 )
10174 HAVE_X_WINDOWS=yes 10189 HAVE_X_WINDOWS=yes
@@ -21607,7 +21622,7 @@ HAVE_LIBNCURSES=yes
21607 21622
21608## Use terminfo instead of termcap? 21623## Use terminfo instead of termcap?
21609## Note only system files NOT using terminfo are: 21624## Note only system files NOT using terminfo are:
21610## freebsd < 40000, ms-w32, msdos, netbsd, and 21625## freebsd < 40000, ms-w32, msdos, netbsd < 599002500, and
21611## darwin|gnu without ncurses. 21626## darwin|gnu without ncurses.
21612TERMINFO=no 21627TERMINFO=no
21613LIBS_TERMCAP= 21628LIBS_TERMCAP=
@@ -21700,13 +21715,22 @@ $as_echo "$emacs_cv_freebsd_terminfo" >&6; }
21700 fi 21715 fi
21701 ;; 21716 ;;
21702 21717
21718 netbsd)
21719 if test $ac_cv_search_tputs = -lterminfo; then
21720 TERMINFO=yes
21721 LIBS_TERMCAP="-lterminfo"
21722 else
21723 LIBS_TERMCAP="-ltermcap"
21724 fi
21725 ;;
21726
21703esac 21727esac
21704 21728
21705case "$opsys" in 21729case "$opsys" in
21706 ## hpux: Make sure we get select from libc rather than from libcurses 21730 ## hpux: Make sure we get select from libc rather than from libcurses
21707 ## because libcurses on HPUX 10.10 has a broken version of select. 21731 ## because libcurses on HPUX 10.10 has a broken version of select.
21708 ## We used to use -lc -lcurses, but this may be cleaner. 21732 ## We used to use -lc -lcurses, but this may be cleaner.
21709 hpux*|netbsd) LIBS_TERMCAP="-ltermcap" ;; 21733 hpux*) LIBS_TERMCAP="-ltermcap" ;;
21710 21734
21711 openbsd) LIBS_TERMCAP="-lncurses" ;; 21735 openbsd) LIBS_TERMCAP="-lncurses" ;;
21712 21736
@@ -26476,7 +26500,6 @@ else
26476fi 26500fi
26477 26501
26478 26502
26479
26480## The X Menu stuff is present in the X10 distribution, but missing 26503## The X Menu stuff is present in the X10 distribution, but missing
26481## from X11. If we have X10, just use the installed library; 26504## from X11. If we have X10, just use the installed library;
26482## otherwise, use our own copy. 26505## otherwise, use our own copy.
@@ -26496,7 +26519,9 @@ _ACEOF
26496 LIBX_OTHER="\$(LIBXT) \$(LIBX_EXTRA)" 26519 LIBX_OTHER="\$(LIBXT) \$(LIBX_EXTRA)"
26497 OLDXMENU_DEPS="\${OLDXMENU} ../src/\${OLDXMENU}" 26520 OLDXMENU_DEPS="\${OLDXMENU} ../src/\${OLDXMENU}"
26498else 26521else
26499 OLDXMENU= 26522 ## For a syntactically valid Makefile; not actually used for anything.
26523 ## See comments in src/Makefile.in.
26524 OLDXMENU=nothing
26500 ## FIXME This case (!HAVE_X11 && HAVE_X_WINDOWS) is no longer possible(?). 26525 ## FIXME This case (!HAVE_X11 && HAVE_X_WINDOWS) is no longer possible(?).
26501 if test "${HAVE_X_WINDOWS}" = "yes"; then 26526 if test "${HAVE_X_WINDOWS}" = "yes"; then
26502 LIBXMENU="-lXMenu" 26527 LIBXMENU="-lXMenu"
@@ -26508,7 +26533,8 @@ else
26508fi 26533fi
26509 26534
26510if test "$HAVE_GTK" = "yes" || test "$HAVE_MENUS" != "yes"; then 26535if test "$HAVE_GTK" = "yes" || test "$HAVE_MENUS" != "yes"; then
26511 OLDXMENU= 26536 OLDXMENU_TARGET=
26537 OLDXMENU=nothing
26512 LIBXMENU= 26538 LIBXMENU=
26513 OLDXMENU_DEPS= 26539 OLDXMENU_DEPS=
26514fi 26540fi
@@ -26518,6 +26544,7 @@ fi
26518 26544
26519 26545
26520 26546
26547
26521if test "${HAVE_MENUS}" = "yes" ; then 26548if test "${HAVE_MENUS}" = "yes" ; then
26522 26549
26523cat >>confdefs.h <<\_ACEOF 26550cat >>confdefs.h <<\_ACEOF