Mercurial > hg > xemacs-beta
comparison configure @ 4916:a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
-------------------- ChangeLog entries follow: --------------------
ChangeLog addition:
2010-02-01 Ben Wing <ben@xemacs.org>
* configure:
* configure.ac (TAB):
USE_XFT* -> HAVE_XFT*.
lwlib/ChangeLog addition:
2010-02-01 Ben Wing <ben@xemacs.org>
* lwlib-colors.c:
* lwlib-colors.h:
* lwlib-fonts.c:
* lwlib-fonts.h:
* xlwmenu.c:
* xlwmenu.c (xlwMenuResources):
* xlwmenu.c (x_xft_text_width):
* xlwmenu.c (label_button_draw):
* xlwmenu.c (push_button_size):
* xlwmenu.c (push_button_draw):
* xlwmenu.c (make_drawing_gcs):
* xlwmenu.c (extract_font_extents):
* xlwmenu.c (default_font_of_font_list):
* xlwmenu.c (XlwMenuInitialize):
* xlwmenu.c (XlwMenuDestroy):
* xlwmenu.c (XlwMenuSetValues):
* xlwmenuP.h:
* xlwmenuP.h (_XlwMenu_part):
* xlwtabs.c:
* xlwtabs.c (TabsInit):
* xlwtabs.c (TabsDestroy):
* xlwtabs.c (TabsSetValues):
* xlwtabs.c (DrawTab):
* xlwtabs.c (TabWidth):
* xlwtabs.c (TabsAllocFgGC):
* xlwtabs.c (TabsAllocGreyGC):
* xlwtabsP.h:
USE_XFT* -> HAVE_XFT*.
src/ChangeLog addition:
2010-02-01 Ben Wing <ben@xemacs.org>
* Makefile.in.in:
* compiler.h:
* config.h.in:
* console-x-impl.h:
* console-x-impl.h (struct x_frame):
* console-x-impl.h (FRAME_X_TOTALLY_VISIBLE_P):
* console-x.h:
* console-xlike-inc.h:
* emacs.c (main_1):
* faces.c (complex_vars_of_faces):
* font-mgr.h:
* frame-x.c (x_delete_frame):
* frame-x.c (x_update_frame_external_traits):
* glyphs-x.c (update_widget_face):
* inline.c:
* objects-x-impl.h:
* objects-x-impl.h (struct x_color_instance_data):
* objects-x-impl.h (struct x_font_instance_data):
* objects-x.c:
* objects-x.c (x_initialize_color_instance):
* objects-x.c (x_initialize_font_instance):
* objects-x.c (x_print_font_instance):
* objects-x.c (x_finalize_font_instance):
* objects-x.c (x_font_instance_truename):
* objects-x.c (vars_of_objects_x):
* objects-x.h:
USE_XFT* -> HAVE_XFT*. But in objects-xlike-inc.c and
redisplay-xlike-inc.c, continue to use USE_XFT, and define
it appropriately in console-xlike-inc.h when both HAVE_XFT
and THIS_IS_X -- even if HAVE_XFT, we don't want to enable
XFT code when included in a *-gtk.c file.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 01 Feb 2010 22:00:29 -0600 |
parents | 6c0bb4d2c23a |
children | cbe181529c34 |
comparison
equal
deleted
inserted
replaced
4909:87175eb65ff4 | 4916:a6c778975d7d |
---|---|
1 #! /bin/sh | 1 #! /bin/sh |
2 # Guess values for system-dependent variables and create Makefiles. | 2 # Guess values for system-dependent variables and create Makefiles. |
3 # Generated by GNU Autoconf 2.64 for XEmacs 21.5. | 3 # Generated by GNU Autoconf 2.65 for XEmacs 21.5. |
4 # | 4 # |
5 # Report bugs to <xemacs-beta@xemacs.org>. | 5 # Report bugs to <xemacs-beta@xemacs.org>. |
6 # | 6 # |
7 # | |
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software | 9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, |
9 # Foundation, Inc. | 10 # Inc. |
11 # | |
10 # | 12 # |
11 # This configure script is free software; the Free Software Foundation | 13 # This configure script is free software; the Free Software Foundation |
12 # gives unlimited permission to copy, distribute and modify it. | 14 # gives unlimited permission to copy, distribute and modify it. |
13 # | 15 # |
14 # Configuration script for XEmacs. Largely divergent from FSF. | 16 # Configuration script for XEmacs. Largely divergent from FSF. |
571 | 573 |
572 # Sed expression to map a string onto a valid variable name. | 574 # Sed expression to map a string onto a valid variable name. |
573 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" | 575 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
574 | 576 |
575 | 577 |
576 exec 7<&0 </dev/null 6>&1 | 578 test -n "$DJDIR" || exec 7<&0 </dev/null |
579 exec 6>&1 | |
577 | 580 |
578 # Name of the host. | 581 # Name of the host. |
579 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, | 582 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, |
580 # so uname gets run too. | 583 # so uname gets run too. |
581 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` | 584 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` |
1984 CC C compiler command | 1987 CC C compiler command |
1985 CFLAGS C compiler flags | 1988 CFLAGS C compiler flags |
1986 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a | 1989 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a |
1987 nonstandard directory <lib dir> | 1990 nonstandard directory <lib dir> |
1988 LIBS libraries to pass to the linker, e.g. -l<library> | 1991 LIBS libraries to pass to the linker, e.g. -l<library> |
1989 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if | 1992 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if |
1990 you have headers in a nonstandard directory <include dir> | 1993 you have headers in a nonstandard directory <include dir> |
1991 CPP C preprocessor | 1994 CPP C preprocessor |
1992 YACC The `Yet Another C Compiler' implementation to use. Defaults to | 1995 YACC The `Yet Another C Compiler' implementation to use. Defaults to |
1993 the first program found out of: `bison -y', `byacc', `yacc'. | 1996 the first program found out of: `bison -y', `byacc', `yacc'. |
1994 YFLAGS The list of arguments that will be passed by default to $YACC. | 1997 YFLAGS The list of arguments that will be passed by default to $YACC. |
2061 | 2064 |
2062 test -n "$ac_init_help" && exit $ac_status | 2065 test -n "$ac_init_help" && exit $ac_status |
2063 if $ac_init_version; then | 2066 if $ac_init_version; then |
2064 cat <<\_ACEOF | 2067 cat <<\_ACEOF |
2065 XEmacs configure 21.5 | 2068 XEmacs configure 21.5 |
2066 generated by GNU Autoconf 2.64 | 2069 generated by GNU Autoconf 2.65 |
2067 | 2070 |
2068 Copyright (C) 2009 Free Software Foundation, Inc. | 2071 Copyright (C) 2009 Free Software Foundation, Inc. |
2069 This configure script is free software; the Free Software Foundation | 2072 This configure script is free software; the Free Software Foundation |
2070 gives unlimited permission to copy, distribute and modify it. | 2073 gives unlimited permission to copy, distribute and modify it. |
2071 | 2074 |
2154 sed 's/^/| /' conftest.$ac_ext >&5 | 2157 sed 's/^/| /' conftest.$ac_ext >&5 |
2155 | 2158 |
2156 ac_retval=1 | 2159 ac_retval=1 |
2157 fi | 2160 fi |
2158 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 2161 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
2159 return $ac_retval | 2162 as_fn_set_status $ac_retval |
2160 | 2163 |
2161 } # ac_fn_c_try_compile | 2164 } # ac_fn_c_try_compile |
2162 | 2165 |
2163 # ac_fn_c_try_cpp LINENO | 2166 # ac_fn_c_try_cpp LINENO |
2164 # ---------------------- | 2167 # ---------------------- |
2191 sed 's/^/| /' conftest.$ac_ext >&5 | 2194 sed 's/^/| /' conftest.$ac_ext >&5 |
2192 | 2195 |
2193 ac_retval=1 | 2196 ac_retval=1 |
2194 fi | 2197 fi |
2195 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 2198 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
2196 return $ac_retval | 2199 as_fn_set_status $ac_retval |
2197 | 2200 |
2198 } # ac_fn_c_try_cpp | 2201 } # ac_fn_c_try_cpp |
2199 | 2202 |
2200 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES | 2203 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES |
2201 # ------------------------------------------------------- | 2204 # ------------------------------------------------------- |
2326 | 2329 |
2327 ac_retval=$ac_status | 2330 ac_retval=$ac_status |
2328 fi | 2331 fi |
2329 rm -rf conftest.dSYM conftest_ipa8_conftest.oo | 2332 rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
2330 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 2333 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
2331 return $ac_retval | 2334 as_fn_set_status $ac_retval |
2332 | 2335 |
2333 } # ac_fn_c_try_run | 2336 } # ac_fn_c_try_run |
2334 | 2337 |
2335 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES | 2338 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES |
2336 # ------------------------------------------------------- | 2339 # ------------------------------------------------------- |
2403 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would | 2406 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would |
2404 # interfere with the next link command; also delete a directory that is | 2407 # interfere with the next link command; also delete a directory that is |
2405 # left behind by Apple's compiler. We do this before executing the actions. | 2408 # left behind by Apple's compiler. We do this before executing the actions. |
2406 rm -rf conftest.dSYM conftest_ipa8_conftest.oo | 2409 rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
2407 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 2410 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
2408 return $ac_retval | 2411 as_fn_set_status $ac_retval |
2409 | 2412 |
2410 } # ac_fn_c_try_link | 2413 } # ac_fn_c_try_link |
2411 | 2414 |
2412 # ac_fn_c_check_func LINENO FUNC VAR | 2415 # ac_fn_c_check_func LINENO FUNC VAR |
2413 # ---------------------------------- | 2416 # ---------------------------------- |
2798 conftest.$ac_objext conftest.beam conftest.$ac_ext | 2801 conftest.$ac_objext conftest.beam conftest.$ac_ext |
2799 rm -f conftest.val | 2802 rm -f conftest.val |
2800 | 2803 |
2801 fi | 2804 fi |
2802 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 2805 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
2803 return $ac_retval | 2806 as_fn_set_status $ac_retval |
2804 | 2807 |
2805 } # ac_fn_c_compute_int | 2808 } # ac_fn_c_compute_int |
2806 cat >config.log <<_ACEOF | 2809 cat >config.log <<_ACEOF |
2807 This file contains any messages produced by compilers while | 2810 This file contains any messages produced by compilers while |
2808 running configure, to aid debugging if configure makes a mistake. | 2811 running configure, to aid debugging if configure makes a mistake. |
2809 | 2812 |
2810 It was created by XEmacs $as_me 21.5, which was | 2813 It was created by XEmacs $as_me 21.5, which was |
2811 generated by GNU Autoconf 2.64. Invocation command line was | 2814 generated by GNU Autoconf 2.65. Invocation command line was |
2812 | 2815 |
2813 $ $0 $@ | 2816 $ $0 $@ |
2814 | 2817 |
2815 _ACEOF | 2818 _ACEOF |
2816 exec 5>>config.log | 2819 exec 5>>config.log |
3059 ac_site_file2=$ac_default_prefix/etc/config.site | 3062 ac_site_file2=$ac_default_prefix/etc/config.site |
3060 fi | 3063 fi |
3061 for ac_site_file in "$ac_site_file1" "$ac_site_file2" | 3064 for ac_site_file in "$ac_site_file1" "$ac_site_file2" |
3062 do | 3065 do |
3063 test "x$ac_site_file" = xNONE && continue | 3066 test "x$ac_site_file" = xNONE && continue |
3064 if test -r "$ac_site_file"; then | 3067 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then |
3065 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 | 3068 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 |
3066 $as_echo "$as_me: loading site script $ac_site_file" >&6;} | 3069 $as_echo "$as_me: loading site script $ac_site_file" >&6;} |
3067 sed 's/^/| /' "$ac_site_file" >&5 | 3070 sed 's/^/| /' "$ac_site_file" >&5 |
3068 . "$ac_site_file" | 3071 . "$ac_site_file" |
3069 fi | 3072 fi |
3070 done | 3073 done |
3071 | 3074 |
3072 if test -r "$cache_file"; then | 3075 if test -r "$cache_file"; then |
3073 # Some versions of bash will fail to source /dev/null (special | 3076 # Some versions of bash will fail to source /dev/null (special files |
3074 # files actually), so we avoid doing that. | 3077 # actually), so we avoid doing that. DJGPP emulates it as a regular file. |
3075 if test -f "$cache_file"; then | 3078 if test /dev/null != "$cache_file" && test -f "$cache_file"; then |
3076 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 | 3079 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 |
3077 $as_echo "$as_me: loading cache $cache_file" >&6;} | 3080 $as_echo "$as_me: loading cache $cache_file" >&6;} |
3078 case $cache_file in | 3081 case $cache_file in |
3079 [\\/]* | ?:[\\/]* ) . "$cache_file";; | 3082 [\\/]* | ?:[\\/]* ) . "$cache_file";; |
3080 *) . "./$cache_file";; | 3083 *) . "./$cache_file";; |
6293 if test -s conftest.err; then | 6296 if test -s conftest.err; then |
6294 sed '10a\ | 6297 sed '10a\ |
6295 ... rest of stderr output deleted ... | 6298 ... rest of stderr output deleted ... |
6296 10q' conftest.err >conftest.er1 | 6299 10q' conftest.err >conftest.er1 |
6297 cat conftest.er1 >&5 | 6300 cat conftest.er1 >&5 |
6298 rm -f conftest.er1 conftest.err | |
6299 fi | 6301 fi |
6302 rm -f conftest.er1 conftest.err | |
6300 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6303 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
6301 test $ac_status = 0; } | 6304 test $ac_status = 0; } |
6302 done | 6305 done |
6303 | 6306 |
6304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
6305 /* end confdefs.h. */ | 6308 /* end confdefs.h. */ |
6306 #include <stdio.h> | 6309 |
6307 int | 6310 int |
6308 main () | 6311 main () |
6309 { | 6312 { |
6310 FILE *f = fopen ("conftest.out", "w"); | |
6311 return ferror (f) || fclose (f) != 0; | |
6312 | 6313 |
6313 ; | 6314 ; |
6314 return 0; | 6315 return 0; |
6315 } | 6316 } |
6316 _ACEOF | 6317 _ACEOF |
6317 ac_clean_files_save=$ac_clean_files | 6318 ac_clean_files_save=$ac_clean_files |
6318 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out" | 6319 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" |
6319 # Try to create an executable without -o first, disregard a.out. | 6320 # Try to create an executable without -o first, disregard a.out. |
6320 # It will help us diagnose broken compilers, and finding out an intuition | 6321 # It will help us diagnose broken compilers, and finding out an intuition |
6321 # of exeext. | 6322 # of exeext. |
6322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 | 6323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 |
6323 $as_echo_n "checking for C compiler default output file name... " >&6; } | 6324 $as_echo_n "checking whether the C compiler works... " >&6; } |
6324 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` | 6325 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` |
6325 | 6326 |
6326 # The possible output files: | 6327 # The possible output files: |
6327 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" | 6328 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" |
6328 | 6329 |
6380 test "$ac_cv_exeext" = no && ac_cv_exeext= | 6381 test "$ac_cv_exeext" = no && ac_cv_exeext= |
6381 | 6382 |
6382 else | 6383 else |
6383 ac_file='' | 6384 ac_file='' |
6384 fi | 6385 fi |
6385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 | |
6386 $as_echo "$ac_file" >&6; } | |
6387 if test -z "$ac_file"; then : | 6386 if test -z "$ac_file"; then : |
6388 $as_echo "$as_me: failed program was:" >&5 | 6387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6388 $as_echo "no" >&6; } | |
6389 $as_echo "$as_me: failed program was:" >&5 | |
6389 sed 's/^/| /' conftest.$ac_ext >&5 | 6390 sed 's/^/| /' conftest.$ac_ext >&5 |
6390 | 6391 |
6391 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 6392 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
6392 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 6393 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
6393 { as_fn_set_status 77 | 6394 { as_fn_set_status 77 |
6394 as_fn_error "C compiler cannot create executables | 6395 as_fn_error "C compiler cannot create executables |
6395 See \`config.log' for more details." "$LINENO" 5; }; } | 6396 See \`config.log' for more details." "$LINENO" 5; }; } |
6396 fi | 6397 else |
6398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |
6399 $as_echo "yes" >&6; } | |
6400 fi | |
6401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 | |
6402 $as_echo_n "checking for C compiler default output file name... " >&6; } | |
6403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 | |
6404 $as_echo "$ac_file" >&6; } | |
6397 ac_exeext=$ac_cv_exeext | 6405 ac_exeext=$ac_cv_exeext |
6398 | 6406 |
6399 # Check that the compiler produces executables we can run. If not, either | 6407 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out |
6400 # the compiler is broken, or we cross compile. | |
6401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 | |
6402 $as_echo_n "checking whether the C compiler works... " >&6; } | |
6403 # If not cross compiling, check that we can run a simple program. | |
6404 if test "$cross_compiling" != yes; then | |
6405 if { ac_try='./$ac_file' | |
6406 { { case "(($ac_try" in | |
6407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
6408 *) ac_try_echo=$ac_try;; | |
6409 esac | |
6410 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
6411 $as_echo "$ac_try_echo"; } >&5 | |
6412 (eval "$ac_try") 2>&5 | |
6413 ac_status=$? | |
6414 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
6415 test $ac_status = 0; }; }; then | |
6416 cross_compiling=no | |
6417 else | |
6418 if test "$cross_compiling" = maybe; then | |
6419 cross_compiling=yes | |
6420 else | |
6421 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
6422 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
6423 as_fn_error "cannot run C compiled programs. | |
6424 If you meant to cross compile, use \`--host'. | |
6425 See \`config.log' for more details." "$LINENO" 5; } | |
6426 fi | |
6427 fi | |
6428 fi | |
6429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |
6430 $as_echo "yes" >&6; } | |
6431 | |
6432 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out | |
6433 ac_clean_files=$ac_clean_files_save | 6408 ac_clean_files=$ac_clean_files_save |
6434 # Check that the compiler produces executables we can run. If not, either | |
6435 # the compiler is broken, or we cross compile. | |
6436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 | |
6437 $as_echo_n "checking whether we are cross compiling... " >&6; } | |
6438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 | |
6439 $as_echo "$cross_compiling" >&6; } | |
6440 | |
6441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 | 6409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 |
6442 $as_echo_n "checking for suffix of executables... " >&6; } | 6410 $as_echo_n "checking for suffix of executables... " >&6; } |
6443 if { { ac_try="$ac_link" | 6411 if { { ac_try="$ac_link" |
6444 case "(($ac_try" in | 6412 case "(($ac_try" in |
6445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 6413 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6468 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 6436 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
6469 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 6437 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
6470 as_fn_error "cannot compute suffix of executables: cannot compile and link | 6438 as_fn_error "cannot compute suffix of executables: cannot compile and link |
6471 See \`config.log' for more details." "$LINENO" 5; } | 6439 See \`config.log' for more details." "$LINENO" 5; } |
6472 fi | 6440 fi |
6473 rm -f conftest$ac_cv_exeext | 6441 rm -f conftest conftest$ac_cv_exeext |
6474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 | 6442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
6475 $as_echo "$ac_cv_exeext" >&6; } | 6443 $as_echo "$ac_cv_exeext" >&6; } |
6476 | 6444 |
6477 rm -f conftest.$ac_ext | 6445 rm -f conftest.$ac_ext |
6478 EXEEXT=$ac_cv_exeext | 6446 EXEEXT=$ac_cv_exeext |
6479 ac_exeext=$EXEEXT | 6447 ac_exeext=$EXEEXT |
6448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
6449 /* end confdefs.h. */ | |
6450 #include <stdio.h> | |
6451 int | |
6452 main () | |
6453 { | |
6454 FILE *f = fopen ("conftest.out", "w"); | |
6455 return ferror (f) || fclose (f) != 0; | |
6456 | |
6457 ; | |
6458 return 0; | |
6459 } | |
6460 _ACEOF | |
6461 ac_clean_files="$ac_clean_files conftest.out" | |
6462 # Check that the compiler produces executables we can run. If not, either | |
6463 # the compiler is broken, or we cross compile. | |
6464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 | |
6465 $as_echo_n "checking whether we are cross compiling... " >&6; } | |
6466 if test "$cross_compiling" != yes; then | |
6467 { { ac_try="$ac_link" | |
6468 case "(($ac_try" in | |
6469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
6470 *) ac_try_echo=$ac_try;; | |
6471 esac | |
6472 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
6473 $as_echo "$ac_try_echo"; } >&5 | |
6474 (eval "$ac_link") 2>&5 | |
6475 ac_status=$? | |
6476 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
6477 test $ac_status = 0; } | |
6478 if { ac_try='./conftest$ac_cv_exeext' | |
6479 { { case "(($ac_try" in | |
6480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
6481 *) ac_try_echo=$ac_try;; | |
6482 esac | |
6483 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
6484 $as_echo "$ac_try_echo"; } >&5 | |
6485 (eval "$ac_try") 2>&5 | |
6486 ac_status=$? | |
6487 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
6488 test $ac_status = 0; }; }; then | |
6489 cross_compiling=no | |
6490 else | |
6491 if test "$cross_compiling" = maybe; then | |
6492 cross_compiling=yes | |
6493 else | |
6494 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
6495 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
6496 as_fn_error "cannot run C compiled programs. | |
6497 If you meant to cross compile, use \`--host'. | |
6498 See \`config.log' for more details." "$LINENO" 5; } | |
6499 fi | |
6500 fi | |
6501 fi | |
6502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 | |
6503 $as_echo "$cross_compiling" >&6; } | |
6504 | |
6505 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out | |
6506 ac_clean_files=$ac_clean_files_save | |
6480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 | 6507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 |
6481 $as_echo_n "checking for suffix of object files... " >&6; } | 6508 $as_echo_n "checking for suffix of object files... " >&6; } |
6482 if test "${ac_cv_objext+set}" = set; then : | 6509 if test "${ac_cv_objext+set}" = set; then : |
6483 $as_echo_n "(cached) " >&6 | 6510 $as_echo_n "(cached) " >&6 |
6484 else | 6511 else |
7533 if test -s conftest.err; then | 7560 if test -s conftest.err; then |
7534 sed '10a\ | 7561 sed '10a\ |
7535 ... rest of stderr output deleted ... | 7562 ... rest of stderr output deleted ... |
7536 10q' conftest.err >conftest.er1 | 7563 10q' conftest.err >conftest.er1 |
7537 cat conftest.er1 >&5 | 7564 cat conftest.er1 >&5 |
7538 rm -f conftest.er1 conftest.err | |
7539 fi | 7565 fi |
7566 rm -f conftest.er1 conftest.err | |
7540 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 7567 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
7541 test $ac_status = 0; } | 7568 test $ac_status = 0; } |
7542 done | 7569 done |
7543 | 7570 |
7544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 | 7571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
8081 if test -s conftest.err; then | 8108 if test -s conftest.err; then |
8082 sed '10a\ | 8109 sed '10a\ |
8083 ... rest of stderr output deleted ... | 8110 ... rest of stderr output deleted ... |
8084 10q' conftest.err >conftest.er1 | 8111 10q' conftest.err >conftest.er1 |
8085 cat conftest.er1 >&5 | 8112 cat conftest.er1 >&5 |
8086 rm -f conftest.er1 conftest.err | |
8087 fi | 8113 fi |
8114 rm -f conftest.er1 conftest.err | |
8088 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 8115 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
8089 test $ac_status = 0; } | 8116 test $ac_status = 0; } |
8090 done | 8117 done |
8091 | 8118 |
8092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 | 8119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
8629 if test -s conftest.err; then | 8656 if test -s conftest.err; then |
8630 sed '10a\ | 8657 sed '10a\ |
8631 ... rest of stderr output deleted ... | 8658 ... rest of stderr output deleted ... |
8632 10q' conftest.err >conftest.er1 | 8659 10q' conftest.err >conftest.er1 |
8633 cat conftest.er1 >&5 | 8660 cat conftest.er1 >&5 |
8634 rm -f conftest.er1 conftest.err | |
8635 fi | 8661 fi |
8662 rm -f conftest.er1 conftest.err | |
8636 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 8663 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
8637 test $ac_status = 0; } | 8664 test $ac_status = 0; } |
8638 done | 8665 done |
8639 | 8666 |
8640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 | 8667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
13639 done | 13666 done |
13640 | 13667 |
13641 with_fontconfig=yes | 13668 with_fontconfig=yes |
13642 $as_echo "#define HAVE_FONTCONFIG 1" >>confdefs.h | 13669 $as_echo "#define HAVE_FONTCONFIG 1" >>confdefs.h |
13643 | 13670 |
13644 $as_echo "#define USE_XFT 1" >>confdefs.h | 13671 $as_echo "#define HAVE_XFT 1" >>confdefs.h |
13645 | 13672 |
13646 unset xft_includes_found | 13673 unset xft_includes_found |
13647 fi | 13674 fi |
13648 fi | 13675 fi |
13649 | 13676 |
16606 test "$with_dialogs" = "motif" && $as_echo "#define LWLIB_DIALOGS_MOTIF 1" >>confdefs.h | 16633 test "$with_dialogs" = "motif" && $as_echo "#define LWLIB_DIALOGS_MOTIF 1" >>confdefs.h |
16607 | 16634 |
16608 test "$with_widgets" = "motif" && $as_echo "#define LWLIB_WIDGETS_MOTIF 1" >>confdefs.h | 16635 test "$with_widgets" = "motif" && $as_echo "#define LWLIB_WIDGETS_MOTIF 1" >>confdefs.h |
16609 | 16636 |
16610 | 16637 |
16611 test "$with_xft_menubars" = "yes" && $as_echo "#define USE_XFT_MENUBARS 1" >>confdefs.h | 16638 test "$with_xft_menubars" = "yes" && $as_echo "#define HAVE_XFT_MENUBARS 1" >>confdefs.h |
16612 | 16639 |
16613 test "$with_xft_tabs" = "yes" && $as_echo "#define USE_XFT_TABS 1" >>confdefs.h | 16640 test "$with_xft_tabs" = "yes" && $as_echo "#define HAVE_XFT_TABS 1" >>confdefs.h |
16614 | 16641 |
16615 test "$with_xft_gauges" = "yes" && $as_echo "#define USE_XFT_GAUGES 1" >>confdefs.h | 16642 test "$with_xft_gauges" = "yes" && $as_echo "#define HAVE_XFT_GAUGES 1" >>confdefs.h |
16616 | 16643 |
16617 | 16644 |
16618 | 16645 |
16619 test -z "$with_mule" && with_mule=no | 16646 test -z "$with_mule" && with_mule=no |
16620 | 16647 |
21529 # Save the log message, to keep $0 and so on meaningful, and to | 21556 # Save the log message, to keep $0 and so on meaningful, and to |
21530 # report actual input values of CONFIG_FILES etc. instead of their | 21557 # report actual input values of CONFIG_FILES etc. instead of their |
21531 # values after options handling. | 21558 # values after options handling. |
21532 ac_log=" | 21559 ac_log=" |
21533 This file was extended by XEmacs $as_me 21.5, which was | 21560 This file was extended by XEmacs $as_me 21.5, which was |
21534 generated by GNU Autoconf 2.64. Invocation command line was | 21561 generated by GNU Autoconf 2.65. Invocation command line was |
21535 | 21562 |
21536 CONFIG_FILES = $CONFIG_FILES | 21563 CONFIG_FILES = $CONFIG_FILES |
21537 CONFIG_HEADERS = $CONFIG_HEADERS | 21564 CONFIG_HEADERS = $CONFIG_HEADERS |
21538 CONFIG_LINKS = $CONFIG_LINKS | 21565 CONFIG_LINKS = $CONFIG_LINKS |
21539 CONFIG_COMMANDS = $CONFIG_COMMANDS | 21566 CONFIG_COMMANDS = $CONFIG_COMMANDS |
21569 | 21596 |
21570 Usage: $0 [OPTION]... [TAG]... | 21597 Usage: $0 [OPTION]... [TAG]... |
21571 | 21598 |
21572 -h, --help print this help, then exit | 21599 -h, --help print this help, then exit |
21573 -V, --version print version number and configuration settings, then exit | 21600 -V, --version print version number and configuration settings, then exit |
21601 --config print configuration, then exit | |
21574 -q, --quiet, --silent | 21602 -q, --quiet, --silent |
21575 do not print progress messages | 21603 do not print progress messages |
21576 -d, --debug don't remove temporary files | 21604 -d, --debug don't remove temporary files |
21577 --recheck update $as_me by reconfiguring in the same conditions | 21605 --recheck update $as_me by reconfiguring in the same conditions |
21578 --file=FILE[:TEMPLATE] | 21606 --file=FILE[:TEMPLATE] |
21591 | 21619 |
21592 Report bugs to <xemacs-beta@xemacs.org>." | 21620 Report bugs to <xemacs-beta@xemacs.org>." |
21593 | 21621 |
21594 _ACEOF | 21622 _ACEOF |
21595 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 21623 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
21624 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | |
21596 ac_cs_version="\\ | 21625 ac_cs_version="\\ |
21597 XEmacs config.status 21.5 | 21626 XEmacs config.status 21.5 |
21598 configured by $0, generated by GNU Autoconf 2.64, | 21627 configured by $0, generated by GNU Autoconf 2.65, |
21599 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" | 21628 with options \\"\$ac_cs_config\\" |
21600 | 21629 |
21601 Copyright (C) 2009 Free Software Foundation, Inc. | 21630 Copyright (C) 2009 Free Software Foundation, Inc. |
21602 This config.status script is free software; the Free Software Foundation | 21631 This config.status script is free software; the Free Software Foundation |
21603 gives unlimited permission to copy, distribute and modify it." | 21632 gives unlimited permission to copy, distribute and modify it." |
21604 | 21633 |
21630 # Handling of the options. | 21659 # Handling of the options. |
21631 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) | 21660 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
21632 ac_cs_recheck=: ;; | 21661 ac_cs_recheck=: ;; |
21633 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) | 21662 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) |
21634 $as_echo "$ac_cs_version"; exit ;; | 21663 $as_echo "$ac_cs_version"; exit ;; |
21664 --config | --confi | --conf | --con | --co | --c ) | |
21665 $as_echo "$ac_cs_config"; exit ;; | |
21635 --debug | --debu | --deb | --de | --d | -d ) | 21666 --debug | --debu | --deb | --de | --d | -d ) |
21636 debug=: ;; | 21667 debug=: ;; |
21637 --file | --fil | --fi | --f ) | 21668 --file | --fil | --fi | --f ) |
21638 $ac_shift | 21669 $ac_shift |
21639 case $ac_optarg in | 21670 case $ac_optarg in |
21824 t repl | 21855 t repl |
21825 s/'"$ac_delim"'$// | 21856 s/'"$ac_delim"'$// |
21826 t delim | 21857 t delim |
21827 :nl | 21858 :nl |
21828 h | 21859 h |
21829 s/\(.\{148\}\).*/\1/ | 21860 s/\(.\{148\}\)..*/\1/ |
21830 t more1 | 21861 t more1 |
21831 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ | 21862 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ |
21832 p | 21863 p |
21833 n | 21864 n |
21834 b repl | 21865 b repl |
21838 g | 21869 g |
21839 s/.\{148\}// | 21870 s/.\{148\}// |
21840 t nl | 21871 t nl |
21841 :delim | 21872 :delim |
21842 h | 21873 h |
21843 s/\(.\{148\}\).*/\1/ | 21874 s/\(.\{148\}\)..*/\1/ |
21844 t more2 | 21875 t more2 |
21845 s/["\\]/\\&/g; s/^/"/; s/$/"/ | 21876 s/["\\]/\\&/g; s/^/"/; s/$/"/ |
21846 p | 21877 p |
21847 b | 21878 b |
21848 :more2 | 21879 :more2 |