comparison configure @ 108153:533b15049ee7

Regenerate configure.
author Glenn Morris <rgm@gnu.org>
date Wed, 28 Apr 2010 00:33:48 -0700
parents 4e52ea307c2d
children d85e87455963
comparison
equal deleted inserted replaced
108152:ad916afa5bdd 108153:533b15049ee7
709 ALSA_CFLAGS 709 ALSA_CFLAGS
710 ALSA_LIBS 710 ALSA_LIBS
711 CFLAGS_SOUND 711 CFLAGS_SOUND
712 SET_MAKE 712 SET_MAKE
713 XMKMF 713 XMKMF
714 NS_OBJ
715 NS_SUPPORT
714 HAVE_XSERVER 716 HAVE_XSERVER
715 RSVG_CFLAGS 717 RSVG_CFLAGS
716 RSVG_LIBS 718 RSVG_LIBS
717 GTK_CFLAGS 719 GTK_CFLAGS
718 GTK_LIBS 720 GTK_LIBS
722 DBUS_OBJ 724 DBUS_OBJ
723 GCONF_CFLAGS 725 GCONF_CFLAGS
724 GCONF_LIBS 726 GCONF_LIBS
725 LIBSELINUX_LIBS 727 LIBSELINUX_LIBS
726 LIBXTR6 728 LIBXTR6
729 LIBXMU
727 FONTCONFIG_CFLAGS 730 FONTCONFIG_CFLAGS
728 FONTCONFIG_LIBS 731 FONTCONFIG_LIBS
729 XFT_CFLAGS 732 XFT_CFLAGS
730 XFT_LIBS 733 XFT_LIBS
731 LIBOTF_CFLAGS 734 LIBOTF_CFLAGS
732 LIBOTF_LIBS 735 LIBOTF_LIBS
733 M17N_FLT_CFLAGS 736 M17N_FLT_CFLAGS
734 M17N_FLT_LIBS 737 M17N_FLT_LIBS
738 FONT_OBJ
735 FREETYPE_CFLAGS 739 FREETYPE_CFLAGS
736 FREETYPE_LIBS 740 FREETYPE_LIBS
737 LIBXPM 741 LIBXPM
738 LIBJPEG 742 LIBJPEG
739 LIBPNG 743 LIBPNG
740 LIBTIFF 744 LIBTIFF
741 LIBGIF 745 LIBGIF
742 LIBGPM 746 LIBGPM
747 GPM_MOUSE_SUPPORT
743 LIBXSM 748 LIBXSM
744 ALLOCA 749 ALLOCA
745 liblockfile 750 liblockfile
746 LIBS_MAIL 751 LIBS_MAIL
747 LIBOBJS 752 LIBOBJS
792 OTHER_FILES 797 OTHER_FILES
793 XMENU_OBJ 798 XMENU_OBJ
794 XOBJ 799 XOBJ
795 WIDGET_OBJ 800 WIDGET_OBJ
796 TOOLKIT_LIBW 801 TOOLKIT_LIBW
802 CYGWIN_OBJ
797 LTLIBOBJS' 803 LTLIBOBJS'
798 ac_subst_files='' 804 ac_subst_files=''
799 ac_user_opts=' 805 ac_user_opts='
800 enable_option_checking 806 enable_option_checking
801 with_pop 807 with_pop
5446 else 5452 else
5447 RANLIB="$ac_cv_prog_RANLIB" 5453 RANLIB="$ac_cv_prog_RANLIB"
5448 fi 5454 fi
5449 5455
5450 fi 5456 fi
5457
5458 ## Although we're running on an amd64 kernel, we're actually compiling for
5459 ## the x86 architecture. The user should probably have provided an
5460 ## explicit --build to `configure', but if everything else than the kernel
5461 ## is running in i386 mode, we can help them out.
5462 if test "$machine" = "amdx86-64"; then
5463 { $as_echo "$as_me:$LINENO: checking whether i386 is declared" >&5
5464 $as_echo_n "checking whether i386 is declared... " >&6; }
5465 if test "${ac_cv_have_decl_i386+set}" = set; then
5466 $as_echo_n "(cached) " >&6
5467 else
5468 cat >conftest.$ac_ext <<_ACEOF
5469 /* confdefs.h. */
5470 _ACEOF
5471 cat confdefs.h >>conftest.$ac_ext
5472 cat >>conftest.$ac_ext <<_ACEOF
5473 /* end confdefs.h. */
5474 $ac_includes_default
5475 int
5476 main ()
5477 {
5478 #ifndef i386
5479 (void) i386;
5480 #endif
5481
5482 ;
5483 return 0;
5484 }
5485 _ACEOF
5486 rm -f conftest.$ac_objext
5487 if { (ac_try="$ac_compile"
5488 case "(($ac_try" in
5489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5490 *) ac_try_echo=$ac_try;;
5491 esac
5492 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5493 $as_echo "$ac_try_echo") >&5
5494 (eval "$ac_compile") 2>conftest.er1
5495 ac_status=$?
5496 grep -v '^ *+' conftest.er1 >conftest.err
5497 rm -f conftest.er1
5498 cat conftest.err >&5
5499 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5500 (exit $ac_status); } && {
5501 test -z "$ac_c_werror_flag" ||
5502 test ! -s conftest.err
5503 } && test -s conftest.$ac_objext; then
5504 ac_cv_have_decl_i386=yes
5505 else
5506 $as_echo "$as_me: failed program was:" >&5
5507 sed 's/^/| /' conftest.$ac_ext >&5
5508
5509 ac_cv_have_decl_i386=no
5510 fi
5511
5512 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5513 fi
5514 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_i386" >&5
5515 $as_echo "$ac_cv_have_decl_i386" >&6; }
5516
5517 if test "$ac_cv_have_decl_i386" = "yes"; then
5518 canonical=`echo "$canonical" | sed -e 's/^amd64/i386/' -e 's/^x86_64/i386/'`
5519 machine=intel386
5520 machfile="m/${machine}.h"
5521 fi
5522 fi
5523
5451 # Extract the first word of "install-info", so it can be a program name with args. 5524 # Extract the first word of "install-info", so it can be a program name with args.
5452 set dummy install-info; ac_word=$2 5525 set dummy install-info; ac_word=$2
5453 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 5526 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5454 $as_echo_n "checking for $ac_word... " >&6; } 5527 $as_echo_n "checking for $ac_word... " >&6; }
5455 if test "${ac_cv_path_INSTALL_INFO+set}" = set; then 5528 if test "${ac_cv_path_INSTALL_INFO+set}" = set; then
9920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9993 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9921 if test $ns_have_nsinteger = no; then 9994 if test $ns_have_nsinteger = no; then
9922 NS_HAVE_NSINTEGER=no 9995 NS_HAVE_NSINTEGER=no
9923 fi 9996 fi
9924 fi 9997 fi
9998
9999 NS_OBJ=
10000 NS_SUPPORT=
9925 if test "${HAVE_NS}" = yes; then 10001 if test "${HAVE_NS}" = yes; then
9926 window_system=nextstep 10002 window_system=nextstep
9927 with_xft=no 10003 with_xft=no
9928 # set up packaging dirs 10004 # set up packaging dirs
9929 exec_prefix=${ns_appbindir} 10005 exec_prefix=${ns_appbindir}
9930 libexecdir=${ns_appbindir}/libexec 10006 libexecdir=${ns_appbindir}/libexec
9931 if test "${EN_NS_SELF_CONTAINED}" = yes; then 10007 if test "${EN_NS_SELF_CONTAINED}" = yes; then
9932 prefix=${ns_appresdir} 10008 prefix=${ns_appresdir}
9933 fi 10009 fi
10010 NS_OBJ="nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o fontset.o fringe.o image.o"
10011 NS_SUPPORT="\${lispsource}emacs-lisp/easymenu.elc \${lispsource}term/ns-win.elc"
9934 fi 10012 fi
9935 CFLAGS="$tmp_CFLAGS" 10013 CFLAGS="$tmp_CFLAGS"
9936 CPPFLAGS="$tmp_CPPFLAGS" 10014 CPPFLAGS="$tmp_CPPFLAGS"
10015
10016
9937 10017
9938 case "${window_system}" in 10018 case "${window_system}" in
9939 x11 ) 10019 x11 )
9940 HAVE_X_WINDOWS=yes 10020 HAVE_X_WINDOWS=yes
9941 HAVE_X11=yes 10021 HAVE_X11=yes
13174 13254
13175 test $ac_cv_lib_Xmu_XmuConvertStandardSelection = no && LIBS="$OLDLIBS" 13255 test $ac_cv_lib_Xmu_XmuConvertStandardSelection = no && LIBS="$OLDLIBS"
13176 fi 13256 fi
13177 13257
13178 13258
13259 LIBXMU=-lXmu
13260 case "$machine" in
13261 ## These machines don't supply Xmu.
13262 hpux* | aix4-2 )
13263 test "X$ac_cv_lib_Xmu_XmuConvertStandardSelection" = "Xno" && LIBXMU=
13264 ;;
13265 esac
13266
13267
13179 # On Irix 6.5, at least, we need XShapeQueryExtension from -lXext for Xaw3D. 13268 # On Irix 6.5, at least, we need XShapeQueryExtension from -lXext for Xaw3D.
13180 if test "${HAVE_X11}" = "yes"; then 13269 if test "${HAVE_X11}" = "yes"; then
13181 if test "${USE_X_TOOLKIT}" != "none"; then 13270 if test "${USE_X_TOOLKIT}" != "none"; then
13182 13271
13183 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5 13272 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
14440 HAVE_XFT=no 14529 HAVE_XFT=no
14441 HAVE_FREETYPE=no 14530 HAVE_FREETYPE=no
14442 HAVE_LIBOTF=no 14531 HAVE_LIBOTF=no
14443 HAVE_M17N_FLT=no 14532 HAVE_M17N_FLT=no
14444 fi 14533 fi
14534
14535 FONT_OBJ=xfont.o
14536 if test "$HAVE_XFT" = "yes"; then
14537 FONT_OBJ="$FONT_OBJ ftfont.o xftfont.o ftxfont.o"
14538 elif test "$HAVE_FREETYPE" = "yes"; then
14539 FONT_OBJ="$FONT_OBJ ftfont.o ftxfont.o"
14540 fi
14541
14542
14445 ### End of font-backend (under X11) section. 14543 ### End of font-backend (under X11) section.
14446 14544
14447 14545
14448 14546
14449 14547
15733 fi 15831 fi
15734 15832
15735 ### Use -lgpm if available, unless `--with-gpm=no'. 15833 ### Use -lgpm if available, unless `--with-gpm=no'.
15736 HAVE_GPM=no 15834 HAVE_GPM=no
15737 LIBGPM= 15835 LIBGPM=
15836 GPM_MOUSE_SUPPORT=
15738 if test "${with_gpm}" != "no"; then 15837 if test "${with_gpm}" != "no"; then
15739 if test "${ac_cv_header_gpm_h+set}" = set; then 15838 if test "${ac_cv_header_gpm_h+set}" = set; then
15740 { $as_echo "$as_me:$LINENO: checking for gpm.h" >&5 15839 { $as_echo "$as_me:$LINENO: checking for gpm.h" >&5
15741 $as_echo_n "checking for gpm.h... " >&6; } 15840 $as_echo_n "checking for gpm.h... " >&6; }
15742 if test "${ac_cv_header_gpm_h+set}" = set; then 15841 if test "${ac_cv_header_gpm_h+set}" = set; then
15942 cat >>confdefs.h <<\_ACEOF 16041 cat >>confdefs.h <<\_ACEOF
15943 #define HAVE_GPM 1 16042 #define HAVE_GPM 1
15944 _ACEOF 16043 _ACEOF
15945 16044
15946 LIBGPM=-lgpm 16045 LIBGPM=-lgpm
16046 GPM_MOUSE_SUPPORT="\${lispsource}mouse.elc"
15947 fi 16047 fi
15948 fi 16048 fi
16049
15949 16050
15950 16051
15951 if test "${ac_cv_header_malloc_malloc_h+set}" = set; then 16052 if test "${ac_cv_header_malloc_malloc_h+set}" = set; then
15952 { $as_echo "$as_me:$LINENO: checking for malloc/malloc.h" >&5 16053 { $as_echo "$as_me:$LINENO: checking for malloc/malloc.h" >&5
15953 $as_echo_n "checking for malloc/malloc.h... " >&6; } 16054 $as_echo_n "checking for malloc/malloc.h... " >&6; }
26035 cat >>confdefs.h <<\_ACEOF 26136 cat >>confdefs.h <<\_ACEOF
26036 #define REL_ALLOC 1 26137 #define REL_ALLOC 1
26037 _ACEOF 26138 _ACEOF
26038 26139
26039 fi 26140 fi
26141
26142 CYGWIN_OBJ=
26143 test "$opsys" = "cygwin" && CYGWIN_OBJ="sheap.o"
26040 26144
26041 26145
26042 26146
26043 26147
26044 26148