diff options
| author | Glenn Morris | 2010-05-20 17:51:50 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-20 17:51:50 -0700 |
| commit | 298b8a34d17e2f749486a32cd23c44d762f40d5b (patch) | |
| tree | a0fbea16bf815773fe278e4d494c4984777ac971 | |
| parent | 66dbf213eabcba05f54ff85e79ae44bbbeae4386 (diff) | |
| download | emacs-298b8a34d17e2f749486a32cd23c44d762f40d5b.tar.gz emacs-298b8a34d17e2f749486a32cd23c44d762f40d5b.zip | |
Regenerate configure.
| -rwxr-xr-x | configure | 39 |
1 files changed, 33 insertions, 6 deletions
| @@ -701,6 +701,7 @@ RANLIB | |||
| 701 | INSTALL_INFO | 701 | INSTALL_INFO |
| 702 | GZIP_PROG | 702 | GZIP_PROG |
| 703 | MAKEINFO | 703 | MAKEINFO |
| 704 | cannot_dump | ||
| 704 | LD_SWITCH_SYSTEM | 705 | LD_SWITCH_SYSTEM |
| 705 | C_SWITCH_MACHINE | 706 | C_SWITCH_MACHINE |
| 706 | C_SWITCH_SYSTEM | 707 | C_SWITCH_SYSTEM |
| @@ -827,7 +828,8 @@ MOUSE_SUPPORT | |||
| 827 | TOOLTIP_SUPPORT | 828 | TOOLTIP_SUPPORT |
| 828 | WINDOW_SUPPORT | 829 | WINDOW_SUPPORT |
| 829 | LTLIBOBJS' | 830 | LTLIBOBJS' |
| 830 | ac_subst_files='deps_frag' | 831 | ac_subst_files='deps_frag |
| 832 | ns_frag' | ||
| 831 | ac_user_opts=' | 833 | ac_user_opts=' |
| 832 | enable_option_checking | 834 | enable_option_checking |
| 833 | with_pop | 835 | with_pop |
| @@ -5830,6 +5832,12 @@ configure___ LIBX=-lX11 | |||
| 5830 | 5832 | ||
| 5831 | configure___ unexec=UNEXEC | 5833 | configure___ unexec=UNEXEC |
| 5832 | 5834 | ||
| 5835 | #ifdef CANNOT_DUMP | ||
| 5836 | configure___ cannot_dump=yes | ||
| 5837 | #else | ||
| 5838 | configure___ cannot_dump=no | ||
| 5839 | #endif | ||
| 5840 | |||
| 5833 | #ifdef SYSTEM_MALLOC | 5841 | #ifdef SYSTEM_MALLOC |
| 5834 | configure___ system_malloc=yes | 5842 | configure___ system_malloc=yes |
| 5835 | #else | 5843 | #else |
| @@ -5891,6 +5899,9 @@ fi | |||
| 5891 | rm ${tempcname} | 5899 | rm ${tempcname} |
| 5892 | 5900 | ||
| 5893 | 5901 | ||
| 5902 | |||
| 5903 | |||
| 5904 | |||
| 5894 | LD_SWITCH_SYSTEM= | 5905 | LD_SWITCH_SYSTEM= |
| 5895 | case "$opsys" in | 5906 | case "$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 |
| 9949 | GUI_LIB=gnu | 9961 | GUI_LIB=gnu |
| 9950 | include $GNUSTEP_MAKEFILES/Additional/base.make | 9962 | include $GNUSTEP_MAKEFILES/Additional/base.make |
| @@ -10149,6 +10161,7 @@ fi | |||
| 10149 | 10161 | ||
| 10150 | 10162 | ||
| 10151 | 10163 | ||
| 10164 | ns_frag=/dev/null | ||
| 10152 | NS_OBJ= | 10165 | NS_OBJ= |
| 10153 | NS_SUPPORT= | 10166 | NS_SUPPORT= |
| 10154 | if test "${HAVE_NS}" = yes; then | 10167 | if 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" |
| 10165 | fi | 10179 | fi |
| @@ -10169,6 +10183,7 @@ CPPFLAGS="$tmp_CPPFLAGS" | |||
| 10169 | 10183 | ||
| 10170 | 10184 | ||
| 10171 | 10185 | ||
| 10186 | |||
| 10172 | case "${window_system}" in | 10187 | case "${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. |
| 21612 | TERMINFO=no | 21627 | TERMINFO=no |
| 21613 | LIBS_TERMCAP= | 21628 | LIBS_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 | |||
| 21703 | esac | 21727 | esac |
| 21704 | 21728 | ||
| 21705 | case "$opsys" in | 21729 | case "$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 | |||
| 26476 | fi | 26500 | fi |
| 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}" |
| 26498 | else | 26521 | else |
| 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 | |||
| 26508 | fi | 26533 | fi |
| 26509 | 26534 | ||
| 26510 | if test "$HAVE_GTK" = "yes" || test "$HAVE_MENUS" != "yes"; then | 26535 | if 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= |
| 26514 | fi | 26540 | fi |
| @@ -26518,6 +26544,7 @@ fi | |||
| 26518 | 26544 | ||
| 26519 | 26545 | ||
| 26520 | 26546 | ||
| 26547 | |||
| 26521 | if test "${HAVE_MENUS}" = "yes" ; then | 26548 | if test "${HAVE_MENUS}" = "yes" ; then |
| 26522 | 26549 | ||
| 26523 | cat >>confdefs.h <<\_ACEOF | 26550 | cat >>confdefs.h <<\_ACEOF |