Mercurial > hg > xemacs-beta
comparison configure @ 4834:b3ea9c582280
Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Tue, 12 Jan 2010 01:38:04 -0600 |
parents | 4dd2389173fc |
children | 1d775c6304d1 |
comparison
equal
deleted
inserted
replaced
4833:4dd2389173fc | 4834:b3ea9c582280 |
---|---|
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` |
1987 CC C compiler command | 1990 CC C compiler command |
1988 CFLAGS C compiler flags | 1991 CFLAGS C compiler flags |
1989 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a | 1992 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a |
1990 nonstandard directory <lib dir> | 1993 nonstandard directory <lib dir> |
1991 LIBS libraries to pass to the linker, e.g. -l<library> | 1994 LIBS libraries to pass to the linker, e.g. -l<library> |
1992 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if | 1995 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if |
1993 you have headers in a nonstandard directory <include dir> | 1996 you have headers in a nonstandard directory <include dir> |
1994 CPP C preprocessor | 1997 CPP C preprocessor |
1995 YACC The `Yet Another C Compiler' implementation to use. Defaults to | 1998 YACC The `Yet Another C Compiler' implementation to use. Defaults to |
1996 the first program found out of: `bison -y', `byacc', `yacc'. | 1999 the first program found out of: `bison -y', `byacc', `yacc'. |
1997 YFLAGS The list of arguments that will be passed by default to $YACC. | 2000 YFLAGS The list of arguments that will be passed by default to $YACC. |
2064 | 2067 |
2065 test -n "$ac_init_help" && exit $ac_status | 2068 test -n "$ac_init_help" && exit $ac_status |
2066 if $ac_init_version; then | 2069 if $ac_init_version; then |
2067 cat <<\_ACEOF | 2070 cat <<\_ACEOF |
2068 XEmacs configure 21.5 | 2071 XEmacs configure 21.5 |
2069 generated by GNU Autoconf 2.64 | 2072 generated by GNU Autoconf 2.65 |
2070 | 2073 |
2071 Copyright (C) 2009 Free Software Foundation, Inc. | 2074 Copyright (C) 2009 Free Software Foundation, Inc. |
2072 This configure script is free software; the Free Software Foundation | 2075 This configure script is free software; the Free Software Foundation |
2073 gives unlimited permission to copy, distribute and modify it. | 2076 gives unlimited permission to copy, distribute and modify it. |
2074 | 2077 |
2157 sed 's/^/| /' conftest.$ac_ext >&5 | 2160 sed 's/^/| /' conftest.$ac_ext >&5 |
2158 | 2161 |
2159 ac_retval=1 | 2162 ac_retval=1 |
2160 fi | 2163 fi |
2161 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 2164 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
2162 return $ac_retval | 2165 as_fn_set_status $ac_retval |
2163 | 2166 |
2164 } # ac_fn_c_try_compile | 2167 } # ac_fn_c_try_compile |
2165 | 2168 |
2166 # ac_fn_c_try_cpp LINENO | 2169 # ac_fn_c_try_cpp LINENO |
2167 # ---------------------- | 2170 # ---------------------- |
2194 sed 's/^/| /' conftest.$ac_ext >&5 | 2197 sed 's/^/| /' conftest.$ac_ext >&5 |
2195 | 2198 |
2196 ac_retval=1 | 2199 ac_retval=1 |
2197 fi | 2200 fi |
2198 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 2201 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
2199 return $ac_retval | 2202 as_fn_set_status $ac_retval |
2200 | 2203 |
2201 } # ac_fn_c_try_cpp | 2204 } # ac_fn_c_try_cpp |
2202 | 2205 |
2203 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES | 2206 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES |
2204 # ------------------------------------------------------- | 2207 # ------------------------------------------------------- |
2329 | 2332 |
2330 ac_retval=$ac_status | 2333 ac_retval=$ac_status |
2331 fi | 2334 fi |
2332 rm -rf conftest.dSYM conftest_ipa8_conftest.oo | 2335 rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
2333 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 2336 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
2334 return $ac_retval | 2337 as_fn_set_status $ac_retval |
2335 | 2338 |
2336 } # ac_fn_c_try_run | 2339 } # ac_fn_c_try_run |
2337 | 2340 |
2338 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES | 2341 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES |
2339 # ------------------------------------------------------- | 2342 # ------------------------------------------------------- |
2406 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would | 2409 # 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 | 2410 # 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. | 2411 # left behind by Apple's compiler. We do this before executing the actions. |
2409 rm -rf conftest.dSYM conftest_ipa8_conftest.oo | 2412 rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
2410 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 2413 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
2411 return $ac_retval | 2414 as_fn_set_status $ac_retval |
2412 | 2415 |
2413 } # ac_fn_c_try_link | 2416 } # ac_fn_c_try_link |
2414 | 2417 |
2415 # ac_fn_c_check_func LINENO FUNC VAR | 2418 # ac_fn_c_check_func LINENO FUNC VAR |
2416 # ---------------------------------- | 2419 # ---------------------------------- |
2801 conftest.$ac_objext conftest.beam conftest.$ac_ext | 2804 conftest.$ac_objext conftest.beam conftest.$ac_ext |
2802 rm -f conftest.val | 2805 rm -f conftest.val |
2803 | 2806 |
2804 fi | 2807 fi |
2805 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 2808 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
2806 return $ac_retval | 2809 as_fn_set_status $ac_retval |
2807 | 2810 |
2808 } # ac_fn_c_compute_int | 2811 } # ac_fn_c_compute_int |
2809 cat >config.log <<_ACEOF | 2812 cat >config.log <<_ACEOF |
2810 This file contains any messages produced by compilers while | 2813 This file contains any messages produced by compilers while |
2811 running configure, to aid debugging if configure makes a mistake. | 2814 running configure, to aid debugging if configure makes a mistake. |
2812 | 2815 |
2813 It was created by XEmacs $as_me 21.5, which was | 2816 It was created by XEmacs $as_me 21.5, which was |
2814 generated by GNU Autoconf 2.64. Invocation command line was | 2817 generated by GNU Autoconf 2.65. Invocation command line was |
2815 | 2818 |
2816 $ $0 $@ | 2819 $ $0 $@ |
2817 | 2820 |
2818 _ACEOF | 2821 _ACEOF |
2819 exec 5>>config.log | 2822 exec 5>>config.log |
3062 ac_site_file2=$ac_default_prefix/etc/config.site | 3065 ac_site_file2=$ac_default_prefix/etc/config.site |
3063 fi | 3066 fi |
3064 for ac_site_file in "$ac_site_file1" "$ac_site_file2" | 3067 for ac_site_file in "$ac_site_file1" "$ac_site_file2" |
3065 do | 3068 do |
3066 test "x$ac_site_file" = xNONE && continue | 3069 test "x$ac_site_file" = xNONE && continue |
3067 if test -r "$ac_site_file"; then | 3070 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then |
3068 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 | 3071 { $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;} | 3072 $as_echo "$as_me: loading site script $ac_site_file" >&6;} |
3070 sed 's/^/| /' "$ac_site_file" >&5 | 3073 sed 's/^/| /' "$ac_site_file" >&5 |
3071 . "$ac_site_file" | 3074 . "$ac_site_file" |
3072 fi | 3075 fi |
3073 done | 3076 done |
3074 | 3077 |
3075 if test -r "$cache_file"; then | 3078 if test -r "$cache_file"; then |
3076 # Some versions of bash will fail to source /dev/null (special | 3079 # Some versions of bash will fail to source /dev/null (special files |
3077 # files actually), so we avoid doing that. | 3080 # actually), so we avoid doing that. DJGPP emulates it as a regular file. |
3078 if test -f "$cache_file"; then | 3081 if test /dev/null != "$cache_file" && test -f "$cache_file"; then |
3079 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 | 3082 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 |
3080 $as_echo "$as_me: loading cache $cache_file" >&6;} | 3083 $as_echo "$as_me: loading cache $cache_file" >&6;} |
3081 case $cache_file in | 3084 case $cache_file in |
3082 [\\/]* | ?:[\\/]* ) . "$cache_file";; | 3085 [\\/]* | ?:[\\/]* ) . "$cache_file";; |
3083 *) . "./$cache_file";; | 3086 *) . "./$cache_file";; |
6296 if test -s conftest.err; then | 6299 if test -s conftest.err; then |
6297 sed '10a\ | 6300 sed '10a\ |
6298 ... rest of stderr output deleted ... | 6301 ... rest of stderr output deleted ... |
6299 10q' conftest.err >conftest.er1 | 6302 10q' conftest.err >conftest.er1 |
6300 cat conftest.er1 >&5 | 6303 cat conftest.er1 >&5 |
6301 rm -f conftest.er1 conftest.err | |
6302 fi | 6304 fi |
6305 rm -f conftest.er1 conftest.err | |
6303 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6306 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
6304 test $ac_status = 0; } | 6307 test $ac_status = 0; } |
6305 done | 6308 done |
6306 | 6309 |
6307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
6308 /* end confdefs.h. */ | 6311 /* end confdefs.h. */ |
6309 #include <stdio.h> | 6312 |
6310 int | 6313 int |
6311 main () | 6314 main () |
6312 { | 6315 { |
6313 FILE *f = fopen ("conftest.out", "w"); | |
6314 return ferror (f) || fclose (f) != 0; | |
6315 | 6316 |
6316 ; | 6317 ; |
6317 return 0; | 6318 return 0; |
6318 } | 6319 } |
6319 _ACEOF | 6320 _ACEOF |
6320 ac_clean_files_save=$ac_clean_files | 6321 ac_clean_files_save=$ac_clean_files |
6321 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out" | 6322 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" |
6322 # Try to create an executable without -o first, disregard a.out. | 6323 # Try to create an executable without -o first, disregard a.out. |
6323 # It will help us diagnose broken compilers, and finding out an intuition | 6324 # It will help us diagnose broken compilers, and finding out an intuition |
6324 # of exeext. | 6325 # of exeext. |
6325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 | 6326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 |
6326 $as_echo_n "checking for C compiler default output file name... " >&6; } | 6327 $as_echo_n "checking whether the C compiler works... " >&6; } |
6327 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` | 6328 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` |
6328 | 6329 |
6329 # The possible output files: | 6330 # The possible output files: |
6330 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" | 6331 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" |
6331 | 6332 |
6383 test "$ac_cv_exeext" = no && ac_cv_exeext= | 6384 test "$ac_cv_exeext" = no && ac_cv_exeext= |
6384 | 6385 |
6385 else | 6386 else |
6386 ac_file='' | 6387 ac_file='' |
6387 fi | 6388 fi |
6388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 | |
6389 $as_echo "$ac_file" >&6; } | |
6390 if test -z "$ac_file"; then : | 6389 if test -z "$ac_file"; then : |
6391 $as_echo "$as_me: failed program was:" >&5 | 6390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6391 $as_echo "no" >&6; } | |
6392 $as_echo "$as_me: failed program was:" >&5 | |
6392 sed 's/^/| /' conftest.$ac_ext >&5 | 6393 sed 's/^/| /' conftest.$ac_ext >&5 |
6393 | 6394 |
6394 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 6395 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
6395 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 6396 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
6396 { as_fn_set_status 77 | 6397 { as_fn_set_status 77 |
6397 as_fn_error "C compiler cannot create executables | 6398 as_fn_error "C compiler cannot create executables |
6398 See \`config.log' for more details." "$LINENO" 5; }; } | 6399 See \`config.log' for more details." "$LINENO" 5; }; } |
6399 fi | 6400 else |
6401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |
6402 $as_echo "yes" >&6; } | |
6403 fi | |
6404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 | |
6405 $as_echo_n "checking for C compiler default output file name... " >&6; } | |
6406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 | |
6407 $as_echo "$ac_file" >&6; } | |
6400 ac_exeext=$ac_cv_exeext | 6408 ac_exeext=$ac_cv_exeext |
6401 | 6409 |
6402 # Check that the compiler produces executables we can run. If not, either | 6410 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out |
6403 # the compiler is broken, or we cross compile. | |
6404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 | |
6405 $as_echo_n "checking whether the C compiler works... " >&6; } | |
6406 # If not cross compiling, check that we can run a simple program. | |
6407 if test "$cross_compiling" != yes; then | |
6408 if { ac_try='./$ac_file' | |
6409 { { case "(($ac_try" in | |
6410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
6411 *) ac_try_echo=$ac_try;; | |
6412 esac | |
6413 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
6414 $as_echo "$ac_try_echo"; } >&5 | |
6415 (eval "$ac_try") 2>&5 | |
6416 ac_status=$? | |
6417 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
6418 test $ac_status = 0; }; }; then | |
6419 cross_compiling=no | |
6420 else | |
6421 if test "$cross_compiling" = maybe; then | |
6422 cross_compiling=yes | |
6423 else | |
6424 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
6425 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
6426 as_fn_error "cannot run C compiled programs. | |
6427 If you meant to cross compile, use \`--host'. | |
6428 See \`config.log' for more details." "$LINENO" 5; } | |
6429 fi | |
6430 fi | |
6431 fi | |
6432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |
6433 $as_echo "yes" >&6; } | |
6434 | |
6435 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out | |
6436 ac_clean_files=$ac_clean_files_save | 6411 ac_clean_files=$ac_clean_files_save |
6437 # Check that the compiler produces executables we can run. If not, either | |
6438 # the compiler is broken, or we cross compile. | |
6439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 | |
6440 $as_echo_n "checking whether we are cross compiling... " >&6; } | |
6441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 | |
6442 $as_echo "$cross_compiling" >&6; } | |
6443 | |
6444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 | 6412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 |
6445 $as_echo_n "checking for suffix of executables... " >&6; } | 6413 $as_echo_n "checking for suffix of executables... " >&6; } |
6446 if { { ac_try="$ac_link" | 6414 if { { ac_try="$ac_link" |
6447 case "(($ac_try" in | 6415 case "(($ac_try" in |
6448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 6416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6471 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 6439 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
6472 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 6440 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
6473 as_fn_error "cannot compute suffix of executables: cannot compile and link | 6441 as_fn_error "cannot compute suffix of executables: cannot compile and link |
6474 See \`config.log' for more details." "$LINENO" 5; } | 6442 See \`config.log' for more details." "$LINENO" 5; } |
6475 fi | 6443 fi |
6476 rm -f conftest$ac_cv_exeext | 6444 rm -f conftest conftest$ac_cv_exeext |
6477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 | 6445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
6478 $as_echo "$ac_cv_exeext" >&6; } | 6446 $as_echo "$ac_cv_exeext" >&6; } |
6479 | 6447 |
6480 rm -f conftest.$ac_ext | 6448 rm -f conftest.$ac_ext |
6481 EXEEXT=$ac_cv_exeext | 6449 EXEEXT=$ac_cv_exeext |
6482 ac_exeext=$EXEEXT | 6450 ac_exeext=$EXEEXT |
6451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
6452 /* end confdefs.h. */ | |
6453 #include <stdio.h> | |
6454 int | |
6455 main () | |
6456 { | |
6457 FILE *f = fopen ("conftest.out", "w"); | |
6458 return ferror (f) || fclose (f) != 0; | |
6459 | |
6460 ; | |
6461 return 0; | |
6462 } | |
6463 _ACEOF | |
6464 ac_clean_files="$ac_clean_files conftest.out" | |
6465 # Check that the compiler produces executables we can run. If not, either | |
6466 # the compiler is broken, or we cross compile. | |
6467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 | |
6468 $as_echo_n "checking whether we are cross compiling... " >&6; } | |
6469 if test "$cross_compiling" != yes; then | |
6470 { { ac_try="$ac_link" | |
6471 case "(($ac_try" in | |
6472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
6473 *) ac_try_echo=$ac_try;; | |
6474 esac | |
6475 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
6476 $as_echo "$ac_try_echo"; } >&5 | |
6477 (eval "$ac_link") 2>&5 | |
6478 ac_status=$? | |
6479 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
6480 test $ac_status = 0; } | |
6481 if { ac_try='./conftest$ac_cv_exeext' | |
6482 { { case "(($ac_try" in | |
6483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
6484 *) ac_try_echo=$ac_try;; | |
6485 esac | |
6486 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
6487 $as_echo "$ac_try_echo"; } >&5 | |
6488 (eval "$ac_try") 2>&5 | |
6489 ac_status=$? | |
6490 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
6491 test $ac_status = 0; }; }; then | |
6492 cross_compiling=no | |
6493 else | |
6494 if test "$cross_compiling" = maybe; then | |
6495 cross_compiling=yes | |
6496 else | |
6497 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
6498 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
6499 as_fn_error "cannot run C compiled programs. | |
6500 If you meant to cross compile, use \`--host'. | |
6501 See \`config.log' for more details." "$LINENO" 5; } | |
6502 fi | |
6503 fi | |
6504 fi | |
6505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 | |
6506 $as_echo "$cross_compiling" >&6; } | |
6507 | |
6508 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out | |
6509 ac_clean_files=$ac_clean_files_save | |
6483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 | 6510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 |
6484 $as_echo_n "checking for suffix of object files... " >&6; } | 6511 $as_echo_n "checking for suffix of object files... " >&6; } |
6485 if test "${ac_cv_objext+set}" = set; then : | 6512 if test "${ac_cv_objext+set}" = set; then : |
6486 $as_echo_n "(cached) " >&6 | 6513 $as_echo_n "(cached) " >&6 |
6487 else | 6514 else |
7536 if test -s conftest.err; then | 7563 if test -s conftest.err; then |
7537 sed '10a\ | 7564 sed '10a\ |
7538 ... rest of stderr output deleted ... | 7565 ... rest of stderr output deleted ... |
7539 10q' conftest.err >conftest.er1 | 7566 10q' conftest.err >conftest.er1 |
7540 cat conftest.er1 >&5 | 7567 cat conftest.er1 >&5 |
7541 rm -f conftest.er1 conftest.err | |
7542 fi | 7568 fi |
7569 rm -f conftest.er1 conftest.err | |
7543 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 7570 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
7544 test $ac_status = 0; } | 7571 test $ac_status = 0; } |
7545 done | 7572 done |
7546 | 7573 |
7547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 | 7574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
8084 if test -s conftest.err; then | 8111 if test -s conftest.err; then |
8085 sed '10a\ | 8112 sed '10a\ |
8086 ... rest of stderr output deleted ... | 8113 ... rest of stderr output deleted ... |
8087 10q' conftest.err >conftest.er1 | 8114 10q' conftest.err >conftest.er1 |
8088 cat conftest.er1 >&5 | 8115 cat conftest.er1 >&5 |
8089 rm -f conftest.er1 conftest.err | |
8090 fi | 8116 fi |
8117 rm -f conftest.er1 conftest.err | |
8091 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 8118 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
8092 test $ac_status = 0; } | 8119 test $ac_status = 0; } |
8093 done | 8120 done |
8094 | 8121 |
8095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 | 8122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
8632 if test -s conftest.err; then | 8659 if test -s conftest.err; then |
8633 sed '10a\ | 8660 sed '10a\ |
8634 ... rest of stderr output deleted ... | 8661 ... rest of stderr output deleted ... |
8635 10q' conftest.err >conftest.er1 | 8662 10q' conftest.err >conftest.er1 |
8636 cat conftest.er1 >&5 | 8663 cat conftest.er1 >&5 |
8637 rm -f conftest.er1 conftest.err | |
8638 fi | 8664 fi |
8665 rm -f conftest.er1 conftest.err | |
8639 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 8666 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
8640 test $ac_status = 0; } | 8667 test $ac_status = 0; } |
8641 done | 8668 done |
8642 | 8669 |
8643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 | 8670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
17453 fi | 17480 fi |
17454 fi | 17481 fi |
17455 | 17482 |
17456 fi | 17483 fi |
17457 | 17484 |
17485 case "$opsys" in | |
17486 *cygwin* ) for ac_func in cygwin_conv_path | |
17487 do : | |
17488 ac_fn_c_check_func "$LINENO" "cygwin_conv_path" "ac_cv_func_cygwin_conv_path" | |
17489 if test "x$ac_cv_func_cygwin_conv_path" = x""yes; then : | |
17490 cat >>confdefs.h <<_ACEOF | |
17491 #define HAVE_CYGWIN_CONV_PATH 1 | |
17492 _ACEOF | |
17493 | |
17494 fi | |
17495 done | |
17496 | |
17497 ;; | |
17498 esac | |
17499 | |
17458 | 17500 |
17459 for ac_func in cbrt closedir dup2 eaccess fmod fpathconf frexp fsync ftime ftruncate getaddrinfo gethostname getnameinfo getpagesize getrlimit gettimeofday getcwd link logb lrand48 matherr mkdir mktime perror poll random readlink rename res_init rint rmdir select setitimer setpgid setsid sigblock sighold sigprocmask snprintf strerror strlwr strupr symlink tzset ulimit umask usleep vlimit vsnprintf waitpid wcscmp wcslen | 17501 for ac_func in cbrt closedir dup2 eaccess fmod fpathconf frexp fsync ftime ftruncate getaddrinfo gethostname getnameinfo getpagesize getrlimit gettimeofday getcwd link logb lrand48 matherr mkdir mktime perror poll random readlink rename res_init rint rmdir select setitimer setpgid setsid sigblock sighold sigprocmask snprintf strerror strlwr strupr symlink tzset ulimit umask usleep vlimit vsnprintf waitpid wcscmp wcslen |
17460 do : | 17502 do : |
17461 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 17503 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
17462 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 17504 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
21517 # Save the log message, to keep $0 and so on meaningful, and to | 21559 # Save the log message, to keep $0 and so on meaningful, and to |
21518 # report actual input values of CONFIG_FILES etc. instead of their | 21560 # report actual input values of CONFIG_FILES etc. instead of their |
21519 # values after options handling. | 21561 # values after options handling. |
21520 ac_log=" | 21562 ac_log=" |
21521 This file was extended by XEmacs $as_me 21.5, which was | 21563 This file was extended by XEmacs $as_me 21.5, which was |
21522 generated by GNU Autoconf 2.64. Invocation command line was | 21564 generated by GNU Autoconf 2.65. Invocation command line was |
21523 | 21565 |
21524 CONFIG_FILES = $CONFIG_FILES | 21566 CONFIG_FILES = $CONFIG_FILES |
21525 CONFIG_HEADERS = $CONFIG_HEADERS | 21567 CONFIG_HEADERS = $CONFIG_HEADERS |
21526 CONFIG_LINKS = $CONFIG_LINKS | 21568 CONFIG_LINKS = $CONFIG_LINKS |
21527 CONFIG_COMMANDS = $CONFIG_COMMANDS | 21569 CONFIG_COMMANDS = $CONFIG_COMMANDS |
21557 | 21599 |
21558 Usage: $0 [OPTION]... [TAG]... | 21600 Usage: $0 [OPTION]... [TAG]... |
21559 | 21601 |
21560 -h, --help print this help, then exit | 21602 -h, --help print this help, then exit |
21561 -V, --version print version number and configuration settings, then exit | 21603 -V, --version print version number and configuration settings, then exit |
21604 --config print configuration, then exit | |
21562 -q, --quiet, --silent | 21605 -q, --quiet, --silent |
21563 do not print progress messages | 21606 do not print progress messages |
21564 -d, --debug don't remove temporary files | 21607 -d, --debug don't remove temporary files |
21565 --recheck update $as_me by reconfiguring in the same conditions | 21608 --recheck update $as_me by reconfiguring in the same conditions |
21566 --file=FILE[:TEMPLATE] | 21609 --file=FILE[:TEMPLATE] |
21579 | 21622 |
21580 Report bugs to <xemacs-beta@xemacs.org>." | 21623 Report bugs to <xemacs-beta@xemacs.org>." |
21581 | 21624 |
21582 _ACEOF | 21625 _ACEOF |
21583 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 21626 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
21627 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | |
21584 ac_cs_version="\\ | 21628 ac_cs_version="\\ |
21585 XEmacs config.status 21.5 | 21629 XEmacs config.status 21.5 |
21586 configured by $0, generated by GNU Autoconf 2.64, | 21630 configured by $0, generated by GNU Autoconf 2.65, |
21587 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" | 21631 with options \\"\$ac_cs_config\\" |
21588 | 21632 |
21589 Copyright (C) 2009 Free Software Foundation, Inc. | 21633 Copyright (C) 2009 Free Software Foundation, Inc. |
21590 This config.status script is free software; the Free Software Foundation | 21634 This config.status script is free software; the Free Software Foundation |
21591 gives unlimited permission to copy, distribute and modify it." | 21635 gives unlimited permission to copy, distribute and modify it." |
21592 | 21636 |
21618 # Handling of the options. | 21662 # Handling of the options. |
21619 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) | 21663 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
21620 ac_cs_recheck=: ;; | 21664 ac_cs_recheck=: ;; |
21621 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) | 21665 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) |
21622 $as_echo "$ac_cs_version"; exit ;; | 21666 $as_echo "$ac_cs_version"; exit ;; |
21667 --config | --confi | --conf | --con | --co | --c ) | |
21668 $as_echo "$ac_cs_config"; exit ;; | |
21623 --debug | --debu | --deb | --de | --d | -d ) | 21669 --debug | --debu | --deb | --de | --d | -d ) |
21624 debug=: ;; | 21670 debug=: ;; |
21625 --file | --fil | --fi | --f ) | 21671 --file | --fil | --fi | --f ) |
21626 $ac_shift | 21672 $ac_shift |
21627 case $ac_optarg in | 21673 case $ac_optarg in |
21812 t repl | 21858 t repl |
21813 s/'"$ac_delim"'$// | 21859 s/'"$ac_delim"'$// |
21814 t delim | 21860 t delim |
21815 :nl | 21861 :nl |
21816 h | 21862 h |
21817 s/\(.\{148\}\).*/\1/ | 21863 s/\(.\{148\}\)..*/\1/ |
21818 t more1 | 21864 t more1 |
21819 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ | 21865 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ |
21820 p | 21866 p |
21821 n | 21867 n |
21822 b repl | 21868 b repl |
21826 g | 21872 g |
21827 s/.\{148\}// | 21873 s/.\{148\}// |
21828 t nl | 21874 t nl |
21829 :delim | 21875 :delim |
21830 h | 21876 h |
21831 s/\(.\{148\}\).*/\1/ | 21877 s/\(.\{148\}\)..*/\1/ |
21832 t more2 | 21878 t more2 |
21833 s/["\\]/\\&/g; s/^/"/; s/$/"/ | 21879 s/["\\]/\\&/g; s/^/"/; s/$/"/ |
21834 p | 21880 p |
21835 b | 21881 b |
21836 :more2 | 21882 :more2 |