Mercurial > hg > xemacs-beta
comparison configure @ 4865:6c0bb4d2c23a
Always use our rint(), for rounding consistency with the bignum code.
ChangeLog addition:
2010-01-16 Aidan Kehoe <kehoea@parhasard.net>
* configure: Regenerate, now we no longer look for rint().
src/ChangeLog addition:
2010-01-16 Aidan Kehoe <kehoea@parhasard.net>
* config.h.in:
* floatfns.c (emacs_rint):
Don't look for rint in configure, always use our own
implementation that rounds to the even number in the case of
ambiguity, for consistency with the bignum code.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 16 Jan 2010 19:04:52 +0000 |
parents | 1d775c6304d1 |
children | a6c778975d7d 8b63e21b0436 |
comparison
equal
deleted
inserted
replaced
4864:a03421eb562b | 4865:6c0bb4d2c23a |
---|---|
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.65 for XEmacs 21.5. | 3 # Generated by GNU Autoconf 2.64 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 # | |
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | 8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software |
10 # Inc. | 9 # Foundation, Inc. |
11 # | |
12 # | 10 # |
13 # This configure script is free software; the Free Software Foundation | 11 # This configure script is free software; the Free Software Foundation |
14 # gives unlimited permission to copy, distribute and modify it. | 12 # gives unlimited permission to copy, distribute and modify it. |
15 # | 13 # |
16 # Configuration script for XEmacs. Largely divergent from FSF. | 14 # Configuration script for XEmacs. Largely divergent from FSF. |
573 | 571 |
574 # Sed expression to map a string onto a valid variable name. | 572 # Sed expression to map a string onto a valid variable name. |
575 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" | 573 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
576 | 574 |
577 | 575 |
578 test -n "$DJDIR" || exec 7<&0 </dev/null | 576 exec 7<&0 </dev/null 6>&1 |
579 exec 6>&1 | |
580 | 577 |
581 # Name of the host. | 578 # Name of the host. |
582 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, | 579 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, |
583 # so uname gets run too. | 580 # so uname gets run too. |
584 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` | 581 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` |
1987 CC C compiler command | 1984 CC C compiler command |
1988 CFLAGS C compiler flags | 1985 CFLAGS C compiler flags |
1989 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a | 1986 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a |
1990 nonstandard directory <lib dir> | 1987 nonstandard directory <lib dir> |
1991 LIBS libraries to pass to the linker, e.g. -l<library> | 1988 LIBS libraries to pass to the linker, e.g. -l<library> |
1992 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if | 1989 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if |
1993 you have headers in a nonstandard directory <include dir> | 1990 you have headers in a nonstandard directory <include dir> |
1994 CPP C preprocessor | 1991 CPP C preprocessor |
1995 YACC The `Yet Another C Compiler' implementation to use. Defaults to | 1992 YACC The `Yet Another C Compiler' implementation to use. Defaults to |
1996 the first program found out of: `bison -y', `byacc', `yacc'. | 1993 the first program found out of: `bison -y', `byacc', `yacc'. |
1997 YFLAGS The list of arguments that will be passed by default to $YACC. | 1994 YFLAGS The list of arguments that will be passed by default to $YACC. |
2064 | 2061 |
2065 test -n "$ac_init_help" && exit $ac_status | 2062 test -n "$ac_init_help" && exit $ac_status |
2066 if $ac_init_version; then | 2063 if $ac_init_version; then |
2067 cat <<\_ACEOF | 2064 cat <<\_ACEOF |
2068 XEmacs configure 21.5 | 2065 XEmacs configure 21.5 |
2069 generated by GNU Autoconf 2.65 | 2066 generated by GNU Autoconf 2.64 |
2070 | 2067 |
2071 Copyright (C) 2009 Free Software Foundation, Inc. | 2068 Copyright (C) 2009 Free Software Foundation, Inc. |
2072 This configure script is free software; the Free Software Foundation | 2069 This configure script is free software; the Free Software Foundation |
2073 gives unlimited permission to copy, distribute and modify it. | 2070 gives unlimited permission to copy, distribute and modify it. |
2074 | 2071 |
2157 sed 's/^/| /' conftest.$ac_ext >&5 | 2154 sed 's/^/| /' conftest.$ac_ext >&5 |
2158 | 2155 |
2159 ac_retval=1 | 2156 ac_retval=1 |
2160 fi | 2157 fi |
2161 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 2158 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
2162 as_fn_set_status $ac_retval | 2159 return $ac_retval |
2163 | 2160 |
2164 } # ac_fn_c_try_compile | 2161 } # ac_fn_c_try_compile |
2165 | 2162 |
2166 # ac_fn_c_try_cpp LINENO | 2163 # ac_fn_c_try_cpp LINENO |
2167 # ---------------------- | 2164 # ---------------------- |
2194 sed 's/^/| /' conftest.$ac_ext >&5 | 2191 sed 's/^/| /' conftest.$ac_ext >&5 |
2195 | 2192 |
2196 ac_retval=1 | 2193 ac_retval=1 |
2197 fi | 2194 fi |
2198 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 2195 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
2199 as_fn_set_status $ac_retval | 2196 return $ac_retval |
2200 | 2197 |
2201 } # ac_fn_c_try_cpp | 2198 } # ac_fn_c_try_cpp |
2202 | 2199 |
2203 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES | 2200 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES |
2204 # ------------------------------------------------------- | 2201 # ------------------------------------------------------- |
2329 | 2326 |
2330 ac_retval=$ac_status | 2327 ac_retval=$ac_status |
2331 fi | 2328 fi |
2332 rm -rf conftest.dSYM conftest_ipa8_conftest.oo | 2329 rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
2333 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 2330 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
2334 as_fn_set_status $ac_retval | 2331 return $ac_retval |
2335 | 2332 |
2336 } # ac_fn_c_try_run | 2333 } # ac_fn_c_try_run |
2337 | 2334 |
2338 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES | 2335 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES |
2339 # ------------------------------------------------------- | 2336 # ------------------------------------------------------- |
2406 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would | 2403 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would |
2407 # interfere with the next link command; also delete a directory that is | 2404 # interfere with the next link command; also delete a directory that is |
2408 # left behind by Apple's compiler. We do this before executing the actions. | 2405 # left behind by Apple's compiler. We do this before executing the actions. |
2409 rm -rf conftest.dSYM conftest_ipa8_conftest.oo | 2406 rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
2410 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 2407 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
2411 as_fn_set_status $ac_retval | 2408 return $ac_retval |
2412 | 2409 |
2413 } # ac_fn_c_try_link | 2410 } # ac_fn_c_try_link |
2414 | 2411 |
2415 # ac_fn_c_check_func LINENO FUNC VAR | 2412 # ac_fn_c_check_func LINENO FUNC VAR |
2416 # ---------------------------------- | 2413 # ---------------------------------- |
2801 conftest.$ac_objext conftest.beam conftest.$ac_ext | 2798 conftest.$ac_objext conftest.beam conftest.$ac_ext |
2802 rm -f conftest.val | 2799 rm -f conftest.val |
2803 | 2800 |
2804 fi | 2801 fi |
2805 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 2802 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
2806 as_fn_set_status $ac_retval | 2803 return $ac_retval |
2807 | 2804 |
2808 } # ac_fn_c_compute_int | 2805 } # ac_fn_c_compute_int |
2809 cat >config.log <<_ACEOF | 2806 cat >config.log <<_ACEOF |
2810 This file contains any messages produced by compilers while | 2807 This file contains any messages produced by compilers while |
2811 running configure, to aid debugging if configure makes a mistake. | 2808 running configure, to aid debugging if configure makes a mistake. |
2812 | 2809 |
2813 It was created by XEmacs $as_me 21.5, which was | 2810 It was created by XEmacs $as_me 21.5, which was |
2814 generated by GNU Autoconf 2.65. Invocation command line was | 2811 generated by GNU Autoconf 2.64. Invocation command line was |
2815 | 2812 |
2816 $ $0 $@ | 2813 $ $0 $@ |
2817 | 2814 |
2818 _ACEOF | 2815 _ACEOF |
2819 exec 5>>config.log | 2816 exec 5>>config.log |
3062 ac_site_file2=$ac_default_prefix/etc/config.site | 3059 ac_site_file2=$ac_default_prefix/etc/config.site |
3063 fi | 3060 fi |
3064 for ac_site_file in "$ac_site_file1" "$ac_site_file2" | 3061 for ac_site_file in "$ac_site_file1" "$ac_site_file2" |
3065 do | 3062 do |
3066 test "x$ac_site_file" = xNONE && continue | 3063 test "x$ac_site_file" = xNONE && continue |
3067 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then | 3064 if test -r "$ac_site_file"; then |
3068 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 | 3065 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 |
3069 $as_echo "$as_me: loading site script $ac_site_file" >&6;} | 3066 $as_echo "$as_me: loading site script $ac_site_file" >&6;} |
3070 sed 's/^/| /' "$ac_site_file" >&5 | 3067 sed 's/^/| /' "$ac_site_file" >&5 |
3071 . "$ac_site_file" | 3068 . "$ac_site_file" |
3072 fi | 3069 fi |
3073 done | 3070 done |
3074 | 3071 |
3075 if test -r "$cache_file"; then | 3072 if test -r "$cache_file"; then |
3076 # Some versions of bash will fail to source /dev/null (special files | 3073 # Some versions of bash will fail to source /dev/null (special |
3077 # actually), so we avoid doing that. DJGPP emulates it as a regular file. | 3074 # files actually), so we avoid doing that. |
3078 if test /dev/null != "$cache_file" && test -f "$cache_file"; then | 3075 if test -f "$cache_file"; then |
3079 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 | 3076 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 |
3080 $as_echo "$as_me: loading cache $cache_file" >&6;} | 3077 $as_echo "$as_me: loading cache $cache_file" >&6;} |
3081 case $cache_file in | 3078 case $cache_file in |
3082 [\\/]* | ?:[\\/]* ) . "$cache_file";; | 3079 [\\/]* | ?:[\\/]* ) . "$cache_file";; |
3083 *) . "./$cache_file";; | 3080 *) . "./$cache_file";; |
6296 if test -s conftest.err; then | 6293 if test -s conftest.err; then |
6297 sed '10a\ | 6294 sed '10a\ |
6298 ... rest of stderr output deleted ... | 6295 ... rest of stderr output deleted ... |
6299 10q' conftest.err >conftest.er1 | 6296 10q' conftest.err >conftest.er1 |
6300 cat conftest.er1 >&5 | 6297 cat conftest.er1 >&5 |
6298 rm -f conftest.er1 conftest.err | |
6301 fi | 6299 fi |
6302 rm -f conftest.er1 conftest.err | |
6303 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6300 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
6304 test $ac_status = 0; } | 6301 test $ac_status = 0; } |
6305 done | 6302 done |
6306 | 6303 |
6307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
6308 /* end confdefs.h. */ | 6305 /* end confdefs.h. */ |
6309 | 6306 #include <stdio.h> |
6310 int | 6307 int |
6311 main () | 6308 main () |
6312 { | 6309 { |
6310 FILE *f = fopen ("conftest.out", "w"); | |
6311 return ferror (f) || fclose (f) != 0; | |
6313 | 6312 |
6314 ; | 6313 ; |
6315 return 0; | 6314 return 0; |
6316 } | 6315 } |
6317 _ACEOF | 6316 _ACEOF |
6318 ac_clean_files_save=$ac_clean_files | 6317 ac_clean_files_save=$ac_clean_files |
6319 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" | 6318 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out" |
6320 # Try to create an executable without -o first, disregard a.out. | 6319 # Try to create an executable without -o first, disregard a.out. |
6321 # It will help us diagnose broken compilers, and finding out an intuition | 6320 # It will help us diagnose broken compilers, and finding out an intuition |
6322 # of exeext. | 6321 # of exeext. |
6323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 | 6322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 |
6324 $as_echo_n "checking whether the C compiler works... " >&6; } | 6323 $as_echo_n "checking for C compiler default output file name... " >&6; } |
6325 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` | 6324 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` |
6326 | 6325 |
6327 # The possible output files: | 6326 # The possible output files: |
6328 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" | 6327 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" |
6329 | 6328 |
6381 test "$ac_cv_exeext" = no && ac_cv_exeext= | 6380 test "$ac_cv_exeext" = no && ac_cv_exeext= |
6382 | 6381 |
6383 else | 6382 else |
6384 ac_file='' | 6383 ac_file='' |
6385 fi | 6384 fi |
6385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 | |
6386 $as_echo "$ac_file" >&6; } | |
6386 if test -z "$ac_file"; then : | 6387 if test -z "$ac_file"; then : |
6387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 6388 $as_echo "$as_me: failed program was:" >&5 |
6388 $as_echo "no" >&6; } | |
6389 $as_echo "$as_me: failed program was:" >&5 | |
6390 sed 's/^/| /' conftest.$ac_ext >&5 | 6389 sed 's/^/| /' conftest.$ac_ext >&5 |
6391 | 6390 |
6392 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 6391 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
6393 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 6392 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
6394 { as_fn_set_status 77 | 6393 { as_fn_set_status 77 |
6395 as_fn_error "C compiler cannot create executables | 6394 as_fn_error "C compiler cannot create executables |
6396 See \`config.log' for more details." "$LINENO" 5; }; } | 6395 See \`config.log' for more details." "$LINENO" 5; }; } |
6397 else | 6396 fi |
6398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 6397 ac_exeext=$ac_cv_exeext |
6398 | |
6399 # Check that the compiler produces executables we can run. If not, either | |
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 | |
6399 $as_echo "yes" >&6; } | 6430 $as_echo "yes" >&6; } |
6400 fi | 6431 |
6401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 | 6432 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out |
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; } | |
6405 ac_exeext=$ac_cv_exeext | |
6406 | |
6407 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out | |
6408 ac_clean_files=$ac_clean_files_save | 6433 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 | |
6409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 | 6441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 |
6410 $as_echo_n "checking for suffix of executables... " >&6; } | 6442 $as_echo_n "checking for suffix of executables... " >&6; } |
6411 if { { ac_try="$ac_link" | 6443 if { { ac_try="$ac_link" |
6412 case "(($ac_try" in | 6444 case "(($ac_try" in |
6413 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 6445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6436 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 6468 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
6437 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 6469 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
6438 as_fn_error "cannot compute suffix of executables: cannot compile and link | 6470 as_fn_error "cannot compute suffix of executables: cannot compile and link |
6439 See \`config.log' for more details." "$LINENO" 5; } | 6471 See \`config.log' for more details." "$LINENO" 5; } |
6440 fi | 6472 fi |
6441 rm -f conftest conftest$ac_cv_exeext | 6473 rm -f conftest$ac_cv_exeext |
6442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 | 6474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
6443 $as_echo "$ac_cv_exeext" >&6; } | 6475 $as_echo "$ac_cv_exeext" >&6; } |
6444 | 6476 |
6445 rm -f conftest.$ac_ext | 6477 rm -f conftest.$ac_ext |
6446 EXEEXT=$ac_cv_exeext | 6478 EXEEXT=$ac_cv_exeext |
6447 ac_exeext=$EXEEXT | 6479 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 | |
6507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 | 6480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 |
6508 $as_echo_n "checking for suffix of object files... " >&6; } | 6481 $as_echo_n "checking for suffix of object files... " >&6; } |
6509 if test "${ac_cv_objext+set}" = set; then : | 6482 if test "${ac_cv_objext+set}" = set; then : |
6510 $as_echo_n "(cached) " >&6 | 6483 $as_echo_n "(cached) " >&6 |
6511 else | 6484 else |
7560 if test -s conftest.err; then | 7533 if test -s conftest.err; then |
7561 sed '10a\ | 7534 sed '10a\ |
7562 ... rest of stderr output deleted ... | 7535 ... rest of stderr output deleted ... |
7563 10q' conftest.err >conftest.er1 | 7536 10q' conftest.err >conftest.er1 |
7564 cat conftest.er1 >&5 | 7537 cat conftest.er1 >&5 |
7538 rm -f conftest.er1 conftest.err | |
7565 fi | 7539 fi |
7566 rm -f conftest.er1 conftest.err | |
7567 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 7540 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
7568 test $ac_status = 0; } | 7541 test $ac_status = 0; } |
7569 done | 7542 done |
7570 | 7543 |
7571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 | 7544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
8108 if test -s conftest.err; then | 8081 if test -s conftest.err; then |
8109 sed '10a\ | 8082 sed '10a\ |
8110 ... rest of stderr output deleted ... | 8083 ... rest of stderr output deleted ... |
8111 10q' conftest.err >conftest.er1 | 8084 10q' conftest.err >conftest.er1 |
8112 cat conftest.er1 >&5 | 8085 cat conftest.er1 >&5 |
8086 rm -f conftest.er1 conftest.err | |
8113 fi | 8087 fi |
8114 rm -f conftest.er1 conftest.err | |
8115 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 8088 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
8116 test $ac_status = 0; } | 8089 test $ac_status = 0; } |
8117 done | 8090 done |
8118 | 8091 |
8119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 | 8092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
8656 if test -s conftest.err; then | 8629 if test -s conftest.err; then |
8657 sed '10a\ | 8630 sed '10a\ |
8658 ... rest of stderr output deleted ... | 8631 ... rest of stderr output deleted ... |
8659 10q' conftest.err >conftest.er1 | 8632 10q' conftest.err >conftest.er1 |
8660 cat conftest.er1 >&5 | 8633 cat conftest.er1 >&5 |
8634 rm -f conftest.er1 conftest.err | |
8661 fi | 8635 fi |
8662 rm -f conftest.er1 conftest.err | |
8663 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 8636 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
8664 test $ac_status = 0; } | 8637 test $ac_status = 0; } |
8665 done | 8638 done |
8666 | 8639 |
8667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 | 8640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
21556 # Save the log message, to keep $0 and so on meaningful, and to | 21529 # Save the log message, to keep $0 and so on meaningful, and to |
21557 # report actual input values of CONFIG_FILES etc. instead of their | 21530 # report actual input values of CONFIG_FILES etc. instead of their |
21558 # values after options handling. | 21531 # values after options handling. |
21559 ac_log=" | 21532 ac_log=" |
21560 This file was extended by XEmacs $as_me 21.5, which was | 21533 This file was extended by XEmacs $as_me 21.5, which was |
21561 generated by GNU Autoconf 2.65. Invocation command line was | 21534 generated by GNU Autoconf 2.64. Invocation command line was |
21562 | 21535 |
21563 CONFIG_FILES = $CONFIG_FILES | 21536 CONFIG_FILES = $CONFIG_FILES |
21564 CONFIG_HEADERS = $CONFIG_HEADERS | 21537 CONFIG_HEADERS = $CONFIG_HEADERS |
21565 CONFIG_LINKS = $CONFIG_LINKS | 21538 CONFIG_LINKS = $CONFIG_LINKS |
21566 CONFIG_COMMANDS = $CONFIG_COMMANDS | 21539 CONFIG_COMMANDS = $CONFIG_COMMANDS |
21596 | 21569 |
21597 Usage: $0 [OPTION]... [TAG]... | 21570 Usage: $0 [OPTION]... [TAG]... |
21598 | 21571 |
21599 -h, --help print this help, then exit | 21572 -h, --help print this help, then exit |
21600 -V, --version print version number and configuration settings, then exit | 21573 -V, --version print version number and configuration settings, then exit |
21601 --config print configuration, then exit | |
21602 -q, --quiet, --silent | 21574 -q, --quiet, --silent |
21603 do not print progress messages | 21575 do not print progress messages |
21604 -d, --debug don't remove temporary files | 21576 -d, --debug don't remove temporary files |
21605 --recheck update $as_me by reconfiguring in the same conditions | 21577 --recheck update $as_me by reconfiguring in the same conditions |
21606 --file=FILE[:TEMPLATE] | 21578 --file=FILE[:TEMPLATE] |
21619 | 21591 |
21620 Report bugs to <xemacs-beta@xemacs.org>." | 21592 Report bugs to <xemacs-beta@xemacs.org>." |
21621 | 21593 |
21622 _ACEOF | 21594 _ACEOF |
21623 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 21595 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
21624 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | |
21625 ac_cs_version="\\ | 21596 ac_cs_version="\\ |
21626 XEmacs config.status 21.5 | 21597 XEmacs config.status 21.5 |
21627 configured by $0, generated by GNU Autoconf 2.65, | 21598 configured by $0, generated by GNU Autoconf 2.64, |
21628 with options \\"\$ac_cs_config\\" | 21599 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" |
21629 | 21600 |
21630 Copyright (C) 2009 Free Software Foundation, Inc. | 21601 Copyright (C) 2009 Free Software Foundation, Inc. |
21631 This config.status script is free software; the Free Software Foundation | 21602 This config.status script is free software; the Free Software Foundation |
21632 gives unlimited permission to copy, distribute and modify it." | 21603 gives unlimited permission to copy, distribute and modify it." |
21633 | 21604 |
21659 # Handling of the options. | 21630 # Handling of the options. |
21660 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) | 21631 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
21661 ac_cs_recheck=: ;; | 21632 ac_cs_recheck=: ;; |
21662 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) | 21633 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) |
21663 $as_echo "$ac_cs_version"; exit ;; | 21634 $as_echo "$ac_cs_version"; exit ;; |
21664 --config | --confi | --conf | --con | --co | --c ) | |
21665 $as_echo "$ac_cs_config"; exit ;; | |
21666 --debug | --debu | --deb | --de | --d | -d ) | 21635 --debug | --debu | --deb | --de | --d | -d ) |
21667 debug=: ;; | 21636 debug=: ;; |
21668 --file | --fil | --fi | --f ) | 21637 --file | --fil | --fi | --f ) |
21669 $ac_shift | 21638 $ac_shift |
21670 case $ac_optarg in | 21639 case $ac_optarg in |
21855 t repl | 21824 t repl |
21856 s/'"$ac_delim"'$// | 21825 s/'"$ac_delim"'$// |
21857 t delim | 21826 t delim |
21858 :nl | 21827 :nl |
21859 h | 21828 h |
21860 s/\(.\{148\}\)..*/\1/ | 21829 s/\(.\{148\}\).*/\1/ |
21861 t more1 | 21830 t more1 |
21862 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ | 21831 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ |
21863 p | 21832 p |
21864 n | 21833 n |
21865 b repl | 21834 b repl |
21869 g | 21838 g |
21870 s/.\{148\}// | 21839 s/.\{148\}// |
21871 t nl | 21840 t nl |
21872 :delim | 21841 :delim |
21873 h | 21842 h |
21874 s/\(.\{148\}\)..*/\1/ | 21843 s/\(.\{148\}\).*/\1/ |
21875 t more2 | 21844 t more2 |
21876 s/["\\]/\\&/g; s/^/"/; s/$/"/ | 21845 s/["\\]/\\&/g; s/^/"/; s/$/"/ |
21877 p | 21846 p |
21878 b | 21847 b |
21879 :more2 | 21848 :more2 |