Changes in configure [44f44617:2b7afbd]
Legend:
- Unmodified
- Added
- Removed
-
configure
r44f44617 r2b7afbd 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 9for cfa-cc 1.0.0.0.3 # Generated by GNU Autoconf 2.68 for cfa-cc 1.0.0.0. 4 4 # 5 5 # Report bugs to <cforall@plg.uwaterloo.ca>. 6 6 # 7 7 # 8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software 10 # Foundation, Inc. 9 11 # 10 12 # … … 135 137 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 136 138 137 # Use a proper internal environment variable to ensure we don't fall138 # into an infinite loop, continuously re-executing ourselves.139 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then140 _as_can_reexec=no; export _as_can_reexec;141 # We cannot yet assume a decent shell, so we have to provide a142 # neutralization value for shells without unset; and this also143 # works around shells that cannot unset nonexistent variables.144 # Preserve -v and -x to the replacement shell.145 BASH_ENV=/dev/null146 ENV=/dev/null147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV148 case $- in # ((((149 *v*x* | *x*v* ) as_opts=-vx ;;150 *v* ) as_opts=-v ;;151 *x* ) as_opts=-x ;;152 * ) as_opts= ;;153 esac154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}155 # Admittedly, this is quite paranoid, since all the known shells bail156 # out after a failed `exec'.157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2158 as_fn_exit 255159 fi160 # We don't want this to propagate to other subprocesses.161 { _as_can_reexec=; unset _as_can_reexec;}162 139 if test "x$CONFIG_SHELL" = x; then 163 140 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : … … 193 170 exitcode=1; echo positional parameters were not saved. 194 171 fi 195 test x\$exitcode = x0 || exit 1 196 test -x / || exit 1" 172 test x\$exitcode = x0 || exit 1" 197 173 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 198 174 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO … … 239 215 240 216 if test "x$CONFIG_SHELL" != x; then : 241 export CONFIG_SHELL 242 # We cannot yet assume a decent shell, so we have to provide a 243 # neutralization value for shells without unset; and this also 244 # works around shells that cannot unset nonexistent variables. 245 # Preserve -v and -x to the replacement shell. 246 BASH_ENV=/dev/null 247 ENV=/dev/null 248 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 249 case $- in # (((( 250 *v*x* | *x*v* ) as_opts=-vx ;; 251 *v* ) as_opts=-v ;; 252 *x* ) as_opts=-x ;; 253 * ) as_opts= ;; 254 esac 255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 256 # Admittedly, this is quite paranoid, since all the known shells bail 257 # out after a failed `exec'. 258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 259 exit 255 217 # We cannot yet assume a decent shell, so we have to provide a 218 # neutralization value for shells without unset; and this also 219 # works around shells that cannot unset nonexistent variables. 220 # Preserve -v and -x to the replacement shell. 221 BASH_ENV=/dev/null 222 ENV=/dev/null 223 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 224 export CONFIG_SHELL 225 case $- in # (((( 226 *v*x* | *x*v* ) as_opts=-vx ;; 227 *v* ) as_opts=-v ;; 228 *x* ) as_opts=-x ;; 229 * ) as_opts= ;; 230 esac 231 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} 260 232 fi 261 233 … … 360 332 361 333 } # as_fn_mkdir_p 362 363 # as_fn_executable_p FILE364 # -----------------------365 # Test if FILE is an executable regular file.366 as_fn_executable_p ()367 {368 test -f "$1" && test -x "$1"369 } # as_fn_executable_p370 334 # as_fn_append VAR VALUE 371 335 # ---------------------- … … 489 453 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 490 454 491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have492 # already done that, so ensure we don't try to do so again and fall493 # in an infinite loop. This has already happened in practice.494 _as_can_reexec=no; export _as_can_reexec495 455 # Don't try to exec as it changes $[0], causing all sort of problems 496 456 # (the dirname of $[0] is not the place where we might find the … … 527 487 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 528 488 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 529 # In both cases, we have to default to `cp -p R'.489 # In both cases, we have to default to `cp -p'. 530 490 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 531 as_ln_s='cp -p R'491 as_ln_s='cp -p' 532 492 elif ln conf$$.file conf$$ 2>/dev/null; then 533 493 as_ln_s=ln 534 494 else 535 as_ln_s='cp -p R'495 as_ln_s='cp -p' 536 496 fi 537 497 else 538 as_ln_s='cp -p R'498 as_ln_s='cp -p' 539 499 fi 540 500 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file … … 548 508 fi 549 509 550 as_test_x='test -x' 551 as_executable_p=as_fn_executable_p 510 if test -x / >/dev/null 2>&1; then 511 as_test_x='test -x' 512 else 513 if ls -dL / >/dev/null 2>&1; then 514 as_ls_L_option=L 515 else 516 as_ls_L_option= 517 fi 518 as_test_x=' 519 eval sh -c '\'' 520 if test -d "$1"; then 521 test -d "$1/."; 522 else 523 case $1 in #( 524 -*)set "./$1";; 525 esac; 526 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 527 ???[sx]*):;;*)false;;esac;fi 528 '\'' sh 529 ' 530 fi 531 as_executable_p=$as_test_x 552 532 553 533 # Sed expression to map a string onto a valid CPP name. … … 738 718 oldincludedir 739 719 includedir 740 runstatedir741 720 localstatedir 742 721 sharedstatedir … … 824 803 sharedstatedir='${prefix}/com' 825 804 localstatedir='${prefix}/var' 826 runstatedir='${localstatedir}/run'827 805 includedir='${prefix}/include' 828 806 oldincludedir='/usr/include' … … 1077 1055 silent=yes ;; 1078 1056 1079 -runstatedir | --runstatedir | --runstatedi | --runstated \1080 | --runstate | --runstat | --runsta | --runst | --runs \1081 | --run | --ru | --r)1082 ac_prev=runstatedir ;;1083 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \1084 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \1085 | --run=* | --ru=* | --r=*)1086 runstatedir=$ac_optarg ;;1087 1088 1057 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 1089 1058 ac_prev=sbindir ;; … … 1223 1192 datadir sysconfdir sharedstatedir localstatedir includedir \ 1224 1193 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1225 libdir localedir mandir runstatedir1194 libdir localedir mandir 1226 1195 do 1227 1196 eval ac_val=\$$ac_var … … 1251 1220 if test "x$build_alias" = x; then 1252 1221 cross_compiling=maybe 1222 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. 1223 If a cross compiler is detected then cross compile mode will be used" >&2 1253 1224 elif test "x$build_alias" != "x$host_alias"; then 1254 1225 cross_compiling=yes … … 1376 1347 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1377 1348 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1378 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]1379 1349 --libdir=DIR object code libraries [EPREFIX/lib] 1380 1350 --includedir=DIR C header files [PREFIX/include] … … 1415 1385 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1416 1386 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1417 --enable-silent-rules less verbose build output (undo: "make V=1") 1418 --disable-silent-rules verbose build output (undo: "make V=0") 1419 --disable-maintainer-mode 1420 disable make rules and dependencies not useful (and 1421 sometimes confusing) to the casual installer 1387 --enable-silent-rules less verbose build output (undo: `make V=1') 1388 --disable-silent-rules verbose build output (undo: `make V=0') 1389 --disable-maintainer-mode disable make rules and dependencies not useful 1390 (and sometimes confusing) to the casual installer 1422 1391 --enable-target-release Build and install the release target 1423 1392 --enable-target-debug Build and install the debug target 1424 1393 --enable-threading Build and install libcfa with threading support 1425 1394 (Enabled by default) 1426 --enable-dependency-tracking 1427 do not reject slow dependency extractors 1428 --disable-dependency-tracking 1429 speeds up one-time build 1395 --disable-dependency-tracking speeds up one-time build 1396 --enable-dependency-tracking do not reject slow dependency extractors 1430 1397 1431 1398 Optional Packages: … … 1522 1489 cat <<\_ACEOF 1523 1490 cfa-cc configure 1.0.0.0 1524 generated by GNU Autoconf 2.6 91525 1526 Copyright (C) 201 2Free Software Foundation, Inc.1491 generated by GNU Autoconf 2.68 1492 1493 Copyright (C) 2010 Free Software Foundation, Inc. 1527 1494 This configure script is free software; the Free Software Foundation 1528 1495 gives unlimited permission to copy, distribute and modify it. … … 1638 1605 } && test -s conftest$ac_exeext && { 1639 1606 test "$cross_compiling" = yes || 1640 test -x conftest$ac_exeext1607 $as_test_x conftest$ac_exeext 1641 1608 }; then : 1642 1609 ac_retval=0 … … 2004 1971 { 2005 1972 static int test_array [1 - 2 * !(0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1))]; 2006 test_array [0] = 0; 2007 return test_array [0]; 1973 test_array [0] = 0 2008 1974 2009 1975 ; … … 2021 1987 static int test_array [1 - 2 * !(($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1) 2022 1988 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 2))]; 2023 test_array [0] = 0; 2024 return test_array [0]; 1989 test_array [0] = 0 2025 1990 2026 1991 ; … … 2079 2044 { 2080 2045 static int test_array [1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)]; 2081 test_array [0] = 0; 2082 return test_array [0]; 2046 test_array [0] = 0 2083 2047 2084 2048 ; … … 2113 2077 2114 2078 It was created by cfa-cc $as_me 1.0.0.0, which was 2115 generated by GNU Autoconf 2.6 9. Invocation command line was2079 generated by GNU Autoconf 2.68. Invocation command line was 2116 2080 2117 2081 $ $0 $@ … … 2497 2461 fi 2498 2462 2499 case $enable_silent_rules in # (((2500 yes) AM_DEFAULT_VERBOSITY=0;;2501 no)AM_DEFAULT_VERBOSITY=1;;2502 *)AM_DEFAULT_VERBOSITY=1;;2463 case $enable_silent_rules in 2464 yes) AM_DEFAULT_VERBOSITY=0;; 2465 no) AM_DEFAULT_VERBOSITY=1;; 2466 *) AM_DEFAULT_VERBOSITY=1;; 2503 2467 esac 2504 2468 am_make=${MAKE-make} … … 2532 2496 2533 2497 2534 am__api_version='1.1 5'2498 am__api_version='1.11' 2535 2499 2536 2500 # Find a good install program. We prefer a C program (faster), … … 2571 2535 for ac_prog in ginstall scoinst install; do 2572 2536 for ac_exec_ext in '' $ac_executable_extensions; do 2573 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then2537 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 2574 2538 if test $ac_prog = install && 2575 2539 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then … … 2629 2593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 2630 2594 $as_echo_n "checking whether build environment is sane... " >&6; } 2595 # Just in case 2596 sleep 1 2597 echo timestamp > conftest.file 2631 2598 # Reject unsafe characters in $srcdir or the absolute working directory 2632 2599 # name. Accept space and tab only in the latter. … … 2639 2606 case $srcdir in 2640 2607 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 2641 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;2608 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; 2642 2609 esac 2643 2610 2644 # Do 'set' in a subshell so we don't clobber the current shell's2611 # Do `set' in a subshell so we don't clobber the current shell's 2645 2612 # arguments. Must try -L first in case configure is actually a 2646 2613 # symlink; some systems play weird games with the mod time of symlinks … … 2648 2615 # directory). 2649 2616 if ( 2650 am_has_slept=no 2651 for am_try in 1 2; do 2652 echo "timestamp, slept: $am_has_slept" > conftest.file 2653 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` 2654 if test "$*" = "X"; then 2655 # -L didn't work. 2656 set X `ls -t "$srcdir/configure" conftest.file` 2657 fi 2658 if test "$*" != "X $srcdir/configure conftest.file" \ 2659 && test "$*" != "X conftest.file $srcdir/configure"; then 2660 2661 # If neither matched, then we have a broken ls. This can happen 2662 # if, for instance, CONFIG_SHELL is bash and it inherits a 2663 # broken ls alias from the environment. This has actually 2664 # happened. Such a system could not be considered "sane". 2665 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken 2666 alias in your environment" "$LINENO" 5 2667 fi 2668 if test "$2" = conftest.file || test $am_try -eq 2; then 2669 break 2670 fi 2671 # Just in case. 2672 sleep 1 2673 am_has_slept=yes 2674 done 2617 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` 2618 if test "$*" = "X"; then 2619 # -L didn't work. 2620 set X `ls -t "$srcdir/configure" conftest.file` 2621 fi 2622 rm -f conftest.file 2623 if test "$*" != "X $srcdir/configure conftest.file" \ 2624 && test "$*" != "X conftest.file $srcdir/configure"; then 2625 2626 # If neither matched, then we have a broken ls. This can happen 2627 # if, for instance, CONFIG_SHELL is bash and it inherits a 2628 # broken ls alias from the environment. This has actually 2629 # happened. Such a system could not be considered "sane". 2630 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken 2631 alias in your environment" "$LINENO" 5 2632 fi 2633 2675 2634 test "$2" = conftest.file 2676 2635 ) … … 2684 2643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2685 2644 $as_echo "yes" >&6; } 2686 # If we didn't sleep, we still need to ensure time stamps of config.status and2687 # generated files are strictly newer.2688 am_sleep_pid=2689 if grep 'slept: no' conftest.file >/dev/null 2>&1; then2690 ( sleep 1 ) &2691 am_sleep_pid=$!2692 fi2693 2694 rm -f conftest.file2695 2696 2645 test "$program_prefix" != NONE && 2697 2646 program_transform_name="s&^&$program_prefix&;$program_transform_name" … … 2704 2653 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 2705 2654 2706 # Expand $ac_aux_dir to an absolute path.2707 am_aux_dir=`cd "$ac_aux_dir"&& pwd`2655 # expand $ac_aux_dir to an absolute path 2656 am_aux_dir=`cd $ac_aux_dir && pwd` 2708 2657 2709 2658 if test x"${MISSING+set}" != xset; then … … 2716 2665 fi 2717 2666 # Use eval to expand $SHELL 2718 if eval "$MISSING -- is-lightweight"; then2719 am_missing_run="$MISSING "2667 if eval "$MISSING --run true"; then 2668 am_missing_run="$MISSING --run " 2720 2669 else 2721 2670 am_missing_run= 2722 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&52723 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}2724 fi 2725 2726 if test x"${install_sh +set}" != xset; then2671 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 2672 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 2673 fi 2674 2675 if test x"${install_sh}" != xset; then 2727 2676 case $am_aux_dir in 2728 2677 *\ * | *\ *) … … 2733 2682 fi 2734 2683 2735 # Installed binaries are usually stripped using 'strip' when the user2736 # run "make install-strip". However 'strip' might not be the right2684 # Installed binaries are usually stripped using `strip' when the user 2685 # run `make install-strip'. However `strip' might not be the right 2737 2686 # tool to use in cross-compilation environments, therefore Automake 2738 # will honor the 'STRIP' environment variable to overrule this program.2687 # will honor the `STRIP' environment variable to overrule this program. 2739 2688 if test "$cross_compiling" != no; then 2740 2689 if test -n "$ac_tool_prefix"; then … … 2755 2704 test -z "$as_dir" && as_dir=. 2756 2705 for ac_exec_ext in '' $ac_executable_extensions; do 2757 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2706 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2758 2707 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 2759 2708 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2795 2744 test -z "$as_dir" && as_dir=. 2796 2745 for ac_exec_ext in '' $ac_executable_extensions; do 2797 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2746 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2798 2747 ac_cv_prog_ac_ct_STRIP="strip" 2799 2748 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2846 2795 for ac_prog in mkdir gmkdir; do 2847 2796 for ac_exec_ext in '' $ac_executable_extensions; do 2848 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"|| continue2797 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue 2849 2798 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 2850 2799 'mkdir (GNU coreutils) '* | \ … … 2875 2824 $as_echo "$MKDIR_P" >&6; } 2876 2825 2826 mkdir_p="$MKDIR_P" 2827 case $mkdir_p in 2828 [\\/$]* | ?:[\\/]*) ;; 2829 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; 2830 esac 2831 2877 2832 for ac_prog in gawk mawk nawk awk 2878 2833 do … … 2893 2848 test -z "$as_dir" && as_dir=. 2894 2849 for ac_exec_ext in '' $ac_executable_extensions; do 2895 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2850 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2896 2851 ac_cv_prog_AWK="$ac_prog" 2897 2852 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3007 2962 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 3008 2963 3009 # For better backward compatibility. To be removed once Automake 1.9.x 3010 # dies out for good. For more background, see: 3011 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> 3012 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> 3013 mkdir_p='$(MKDIR_P)' 3014 3015 # We need awk for the "check" target (and possibly the TAP driver). The 3016 # system "awk" is bad on some platforms. 2964 # We need awk for the "check" target. The system "awk" is bad on 2965 # some platforms. 3017 2966 # Always define AMTAR for backward compatibility. Yes, it's still used 3018 2967 # in the wild :-( We should find a proper way to deprecate it ... 3019 2968 AMTAR='$${TAR-tar}' 3020 2969 3021 3022 # We'll loop over all known methods to create a tar archive until one works.3023 _am_tools='gnutar pax cpio none'3024 3025 2970 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' 3026 2971 … … 3028 2973 3029 2974 3030 3031 3032 # POSIX will say in a future version that running "rm -f" with no argument3033 # is OK; and we want to be able to make that assumption in our Makefile3034 # recipes. So use an aggressive probe to check that the usage we want is3035 # actually supported "in the wild" to an acceptable degree.3036 # See automake bug#10828.3037 # To make any issue more visible, cause the running configure to be aborted3038 # by default if the 'rm' program in use doesn't match our expectations; the3039 # user can still override this though.3040 if rm -f && rm -fr && rm -rf; then : OK; else3041 cat >&2 <<'END'3042 Oops!3043 3044 Your 'rm' program seems unable to run without file operands specified3045 on the command line, even when the '-f' option is present. This is contrary3046 to the behaviour of most rm programs out there, and not conforming with3047 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>3048 3049 Please tell bug-automake@gnu.org about your system, including the value3050 of your $PATH and any error possibly output before this message. This3051 can help us improve future automake versions.3052 3053 END3054 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then3055 echo 'Configuration will proceed anyway, since you have set the' >&23056 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&23057 echo >&23058 else3059 cat >&2 <<'END'3060 Aborting the configuration process, to ensure you take notice of the issue.3061 3062 You can download and install GNU coreutils to get an 'rm' implementation3063 that behaves properly: <http://www.gnu.org/software/coreutils/>.3064 3065 If you want to complete the configuration process using your problematic3066 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM3067 to "yes", and re-run configure.3068 3069 END3070 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 53071 fi3072 fi3073 2975 3074 2976 … … 3200 3102 test -z "$as_dir" && as_dir=. 3201 3103 for ac_exec_ext in '' $ac_executable_extensions; do 3202 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then3104 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3203 3105 ac_cv_path_BACKEND_CC="$as_dir/$ac_word$ac_exec_ext" 3204 3106 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3528 3430 test -z "$as_dir" && as_dir=. 3529 3431 for ac_exec_ext in '' $ac_executable_extensions; do 3530 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then3432 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3531 3433 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 3532 3434 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3572 3474 test -z "$as_dir" && as_dir=. 3573 3475 for ac_exec_ext in '' $ac_executable_extensions; do 3574 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then3476 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3575 3477 ac_cv_prog_ac_ct_CXX="$ac_prog" 3576 3478 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4025 3927 # First try GNU make style include. 4026 3928 echo "include confinc" > confmf 4027 # Ignore all kinds of additional output from 'make'.3929 # Ignore all kinds of additional output from `make'. 4028 3930 case `$am_make -s -f confmf 2> /dev/null` in #( 4029 3931 *the\ am__doit\ target*) … … 4081 3983 # making bogus files that we don't know about and never remove. For 4082 3984 # instance it was reported that on HP-UX the gcc test will end up 4083 # making a dummy file named 'D' -- because '-MD' means "put the output4084 # in D ".3985 # making a dummy file named `D' -- because `-MD' means `put the output 3986 # in D'. 4085 3987 rm -rf conftest.dir 4086 3988 mkdir conftest.dir … … 4117 4019 for i in 1 2 3 4 5 6; do 4118 4020 echo '#include "conftst'$i'.h"' >> sub/conftest.c 4119 # Using ": > sub/conftst$i.h"creates only sub/conftst1.h with4120 # Solaris 10/bin/sh.4121 echo '/* dummy */' >sub/conftst$i.h4021 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 4022 # Solaris 8's {/usr,}/bin/sh. 4023 touch sub/conftst$i.h 4122 4024 done 4123 4025 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 4124 4026 4125 # We check with '-c' and '-o' for the sake of the "dashmstdout"4027 # We check with `-c' and `-o' for the sake of the "dashmstdout" 4126 4028 # mode. It turns out that the SunPro C++ compiler does not properly 4127 # handle '-M -o', and we need to detect this. Also, some Intel4128 # versions had trouble with output in subdirs .4029 # handle `-M -o', and we need to detect this. Also, some Intel 4030 # versions had trouble with output in subdirs 4129 4031 am__obj=sub/conftest.${OBJEXT-o} 4130 4032 am__minus_obj="-o $am__obj" … … 4135 4037 ;; 4136 4038 nosideeffect) 4137 # After this tag, mechanisms are not by side-effect, so they'll4138 # only be used when explicitly requested .4039 # after this tag, mechanisms are not by side-effect, so they'll 4040 # only be used when explicitly requested 4139 4041 if test "x$enable_dependency_tracking" = xyes; then 4140 4042 continue … … 4144 4046 ;; 4145 4047 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 4146 # This compiler won't grok '-c -o', but also, the minuso test has4048 # This compiler won't grok `-c -o', but also, the minuso test has 4147 4049 # not run yet. These depmodes are late enough in the game, and 4148 4050 # so weak that their functioning should not be impacted. … … 4220 4122 test -z "$as_dir" && as_dir=. 4221 4123 for ac_exec_ext in '' $ac_executable_extensions; do 4222 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then4124 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4223 4125 ac_cv_prog_CC="${ac_tool_prefix}gcc" 4224 4126 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4260 4162 test -z "$as_dir" && as_dir=. 4261 4163 for ac_exec_ext in '' $ac_executable_extensions; do 4262 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then4164 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4263 4165 ac_cv_prog_ac_ct_CC="gcc" 4264 4166 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4313 4215 test -z "$as_dir" && as_dir=. 4314 4216 for ac_exec_ext in '' $ac_executable_extensions; do 4315 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then4217 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4316 4218 ac_cv_prog_CC="${ac_tool_prefix}cc" 4317 4219 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4354 4256 test -z "$as_dir" && as_dir=. 4355 4257 for ac_exec_ext in '' $ac_executable_extensions; do 4356 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then4258 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4357 4259 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 4358 4260 ac_prog_rejected=yes … … 4412 4314 test -z "$as_dir" && as_dir=. 4413 4315 for ac_exec_ext in '' $ac_executable_extensions; do 4414 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then4316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4415 4317 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 4416 4318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4456 4358 test -z "$as_dir" && as_dir=. 4457 4359 for ac_exec_ext in '' $ac_executable_extensions; do 4458 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then4360 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4459 4361 ac_cv_prog_ac_ct_CC="$ac_prog" 4460 4362 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4652 4554 #include <stdarg.h> 4653 4555 #include <stdio.h> 4654 struct stat; 4556 #include <sys/types.h> 4557 #include <sys/stat.h> 4655 4558 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 4656 4559 struct buf { int x; }; … … 4737 4640 ac_compiler_gnu=$ac_cv_c_compiler_gnu 4738 4641 4739 ac_ext=c4740 ac_cpp='$CPP $CPPFLAGS'4741 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'4742 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'4743 ac_compiler_gnu=$ac_cv_c_compiler_gnu4744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&54745 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }4746 if ${am_cv_prog_cc_c_o+:} false; then :4747 $as_echo_n "(cached) " >&64748 else4749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext4750 /* end confdefs.h. */4751 4752 int4753 main ()4754 {4755 4756 ;4757 return 0;4758 }4759 _ACEOF4760 # Make sure it works both with $CC and with simple cc.4761 # Following AC_PROG_CC_C_O, we do the test twice because some4762 # compilers refuse to overwrite an existing .o file with -o,4763 # though they will create one.4764 am_cv_prog_cc_c_o=yes4765 for am_i in 1 2; do4766 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&54767 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&54768 ac_status=$?4769 echo "$as_me:$LINENO: \$? = $ac_status" >&54770 (exit $ac_status); } \4771 && test -f conftest2.$ac_objext; then4772 : OK4773 else4774 am_cv_prog_cc_c_o=no4775 break4776 fi4777 done4778 rm -f core conftest*4779 unset am_i4780 fi4781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&54782 $as_echo "$am_cv_prog_cc_c_o" >&6; }4783 if test "$am_cv_prog_cc_c_o" != yes; then4784 # Losing compiler, so override with the script.4785 # FIXME: It is wrong to rewrite CC.4786 # But if we don't then we get into trouble of one sort or another.4787 # A longer-term fix would be to have automake use am__CC in this case,4788 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"4789 CC="$am_aux_dir/compile $CC"4790 fi4791 ac_ext=c4792 ac_cpp='$CPP $CPPFLAGS'4793 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'4794 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'4795 ac_compiler_gnu=$ac_cv_c_compiler_gnu4796 4797 4798 4642 depcc="$CC" am_compiler_list= 4799 4643 … … 4807 4651 # making bogus files that we don't know about and never remove. For 4808 4652 # instance it was reported that on HP-UX the gcc test will end up 4809 # making a dummy file named 'D' -- because '-MD' means "put the output4810 # in D ".4653 # making a dummy file named `D' -- because `-MD' means `put the output 4654 # in D'. 4811 4655 rm -rf conftest.dir 4812 4656 mkdir conftest.dir … … 4843 4687 for i in 1 2 3 4 5 6; do 4844 4688 echo '#include "conftst'$i'.h"' >> sub/conftest.c 4845 # Using ": > sub/conftst$i.h"creates only sub/conftst1.h with4846 # Solaris 10/bin/sh.4847 echo '/* dummy */' >sub/conftst$i.h4689 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 4690 # Solaris 8's {/usr,}/bin/sh. 4691 touch sub/conftst$i.h 4848 4692 done 4849 4693 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 4850 4694 4851 # We check with '-c' and '-o' for the sake of the "dashmstdout"4695 # We check with `-c' and `-o' for the sake of the "dashmstdout" 4852 4696 # mode. It turns out that the SunPro C++ compiler does not properly 4853 # handle '-M -o', and we need to detect this. Also, some Intel4854 # versions had trouble with output in subdirs .4697 # handle `-M -o', and we need to detect this. Also, some Intel 4698 # versions had trouble with output in subdirs 4855 4699 am__obj=sub/conftest.${OBJEXT-o} 4856 4700 am__minus_obj="-o $am__obj" … … 4861 4705 ;; 4862 4706 nosideeffect) 4863 # After this tag, mechanisms are not by side-effect, so they'll4864 # only be used when explicitly requested .4707 # after this tag, mechanisms are not by side-effect, so they'll 4708 # only be used when explicitly requested 4865 4709 if test "x$enable_dependency_tracking" = xyes; then 4866 4710 continue … … 4870 4714 ;; 4871 4715 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 4872 # This compiler won't grok '-c -o', but also, the minuso test has4716 # This compiler won't grok `-c -o', but also, the minuso test has 4873 4717 # not run yet. These depmodes are late enough in the game, and 4874 4718 # so weak that their functioning should not be impacted. … … 4942 4786 # making bogus files that we don't know about and never remove. For 4943 4787 # instance it was reported that on HP-UX the gcc test will end up 4944 # making a dummy file named 'D' -- because '-MD' means "put the output4945 # in D ".4788 # making a dummy file named `D' -- because `-MD' means `put the output 4789 # in D'. 4946 4790 rm -rf conftest.dir 4947 4791 mkdir conftest.dir … … 4976 4820 for i in 1 2 3 4 5 6; do 4977 4821 echo '#include "conftst'$i'.h"' >> sub/conftest.c 4978 # Using ": > sub/conftst$i.h"creates only sub/conftst1.h with4979 # Solaris 10/bin/sh.4980 echo '/* dummy */' >sub/conftst$i.h4822 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 4823 # Solaris 8's {/usr,}/bin/sh. 4824 touch sub/conftst$i.h 4981 4825 done 4982 4826 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 4983 4827 4984 # We check with '-c' and '-o' for the sake of the "dashmstdout"4828 # We check with `-c' and `-o' for the sake of the "dashmstdout" 4985 4829 # mode. It turns out that the SunPro C++ compiler does not properly 4986 # handle '-M -o', and we need to detect this. Also, some Intel4987 # versions had trouble with output in subdirs .4830 # handle `-M -o', and we need to detect this. Also, some Intel 4831 # versions had trouble with output in subdirs 4988 4832 am__obj=sub/conftest.${OBJEXT-o} 4989 4833 am__minus_obj="-o $am__obj" … … 4994 4838 ;; 4995 4839 nosideeffect) 4996 # After this tag, mechanisms are not by side-effect, so they'll4997 # only be used when explicitly requested .4840 # after this tag, mechanisms are not by side-effect, so they'll 4841 # only be used when explicitly requested 4998 4842 if test "x$enable_dependency_tracking" = xyes; then 4999 4843 continue … … 5003 4847 ;; 5004 4848 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 5005 # This compiler won't grok '-c -o', but also, the minuso test has4849 # This compiler won't grok `-c -o', but also, the minuso test has 5006 4850 # not run yet. These depmodes are late enough in the game, and 5007 4851 # so weak that their functioning should not be impacted. … … 5057 4901 5058 4902 4903 if test "x$CC" != xcc; then 4904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5 4905 $as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; } 4906 else 4907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5 4908 $as_echo_n "checking whether cc understands -c and -o together... " >&6; } 4909 fi 4910 set dummy $CC; ac_cc=`$as_echo "$2" | 4911 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` 4912 if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then : 4913 $as_echo_n "(cached) " >&6 4914 else 4915 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4916 /* end confdefs.h. */ 4917 4918 int 4919 main () 4920 { 4921 4922 ; 4923 return 0; 4924 } 4925 _ACEOF 4926 # Make sure it works both with $CC and with simple cc. 4927 # We do the test twice because some compilers refuse to overwrite an 4928 # existing .o file with -o, though they will create one. 4929 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5' 4930 rm -f conftest2.* 4931 if { { case "(($ac_try" in 4932 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4933 *) ac_try_echo=$ac_try;; 4934 esac 4935 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 4936 $as_echo "$ac_try_echo"; } >&5 4937 (eval "$ac_try") 2>&5 4938 ac_status=$? 4939 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4940 test $ac_status = 0; } && 4941 test -f conftest2.$ac_objext && { { case "(($ac_try" in 4942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4943 *) ac_try_echo=$ac_try;; 4944 esac 4945 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 4946 $as_echo "$ac_try_echo"; } >&5 4947 (eval "$ac_try") 2>&5 4948 ac_status=$? 4949 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4950 test $ac_status = 0; }; 4951 then 4952 eval ac_cv_prog_cc_${ac_cc}_c_o=yes 4953 if test "x$CC" != xcc; then 4954 # Test first that cc exists at all. 4955 if { ac_try='cc -c conftest.$ac_ext >&5' 4956 { { case "(($ac_try" in 4957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4958 *) ac_try_echo=$ac_try;; 4959 esac 4960 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 4961 $as_echo "$ac_try_echo"; } >&5 4962 (eval "$ac_try") 2>&5 4963 ac_status=$? 4964 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4965 test $ac_status = 0; }; }; then 4966 ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5' 4967 rm -f conftest2.* 4968 if { { case "(($ac_try" in 4969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4970 *) ac_try_echo=$ac_try;; 4971 esac 4972 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 4973 $as_echo "$ac_try_echo"; } >&5 4974 (eval "$ac_try") 2>&5 4975 ac_status=$? 4976 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4977 test $ac_status = 0; } && 4978 test -f conftest2.$ac_objext && { { case "(($ac_try" in 4979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4980 *) ac_try_echo=$ac_try;; 4981 esac 4982 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 4983 $as_echo "$ac_try_echo"; } >&5 4984 (eval "$ac_try") 2>&5 4985 ac_status=$? 4986 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4987 test $ac_status = 0; }; 4988 then 4989 # cc works too. 4990 : 4991 else 4992 # cc exists but doesn't like -o. 4993 eval ac_cv_prog_cc_${ac_cc}_c_o=no 4994 fi 4995 fi 4996 fi 4997 else 4998 eval ac_cv_prog_cc_${ac_cc}_c_o=no 4999 fi 5000 rm -f core conftest* 5001 5002 fi 5003 if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then 5004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 5005 $as_echo "yes" >&6; } 5006 else 5007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5008 $as_echo "no" >&6; } 5009 5010 $as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h 5011 5012 fi 5013 5014 # FIXME: we rely on the cache variable name because 5015 # there is no other way. 5016 set dummy $CC 5017 am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` 5018 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o 5019 if test "$am_t" != yes; then 5020 # Losing compiler, so override with the script. 5021 # FIXME: It is wrong to rewrite CC. 5022 # But if we don't then we get into trouble of one sort or another. 5023 # A longer-term fix would be to have automake use am__CC in this case, 5024 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" 5025 CC="$am_aux_dir/compile $CC" 5026 fi 5027 5059 5028 # deprecated 5060 5029 # These are often not installed and people miss seeing the "no", so stop the configure. … … 5077 5046 test -z "$as_dir" && as_dir=. 5078 5047 for ac_exec_ext in '' $ac_executable_extensions; do 5079 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then5048 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5080 5049 ac_cv_prog_YACC="$ac_prog" 5081 5050 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 5122 5091 test -z "$as_dir" && as_dir=. 5123 5092 for ac_exec_ext in '' $ac_executable_extensions; do 5124 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then5093 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5125 5094 ac_cv_prog_LEX="$ac_prog" 5126 5095 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 5154 5123 c { yymore (); } 5155 5124 d { yyless (1); } 5156 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */ 5157 yyless ((input () != 0)); } 5125 e { yyless (input () != 0); } 5158 5126 f { unput (yytext[0]); } 5159 5127 . { BEGIN INITIAL; } … … 5313 5281 test -z "$as_dir" && as_dir=. 5314 5282 for ac_exec_ext in '' $ac_executable_extensions; do 5315 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then5283 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5316 5284 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 5317 5285 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 5353 5321 test -z "$as_dir" && as_dir=. 5354 5322 for ac_exec_ext in '' $ac_executable_extensions; do 5355 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then5323 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5356 5324 ac_cv_prog_ac_ct_RANLIB="ranlib" 5357 5325 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 5546 5514 for ac_exec_ext in '' $ac_executable_extensions; do 5547 5515 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 5548 as_fn_executable_p "$ac_path_GREP"|| continue5516 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 5549 5517 # Check for GNU ac_path_GREP and select it if it is found. 5550 5518 # Check for GNU $ac_path_GREP … … 5612 5580 for ac_exec_ext in '' $ac_executable_extensions; do 5613 5581 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 5614 as_fn_executable_p "$ac_path_EGREP"|| continue5582 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 5615 5583 # Check for GNU ac_path_EGREP and select it if it is found. 5616 5584 # Check for GNU $ac_path_EGREP … … 5951 5919 $ac_includes_default 5952 5920 int 5953 find_stack_direction ( int *addr, int depth)5921 find_stack_direction () 5954 5922 { 5955 int dir, dummy = 0; 5956 if (! addr) 5957 addr = &dummy; 5958 *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1; 5959 dir = depth ? find_stack_direction (addr, depth - 1) : 0; 5960 return dir + dummy; 5923 static char *addr = 0; 5924 auto char dummy; 5925 if (addr == 0) 5926 { 5927 addr = &dummy; 5928 return find_stack_direction (); 5929 } 5930 else 5931 return (&dummy > addr) ? 1 : -1; 5961 5932 } 5962 5933 5963 5934 int 5964 main ( int argc, char **argv)5935 main () 5965 5936 { 5966 return find_stack_direction ( 0, argc + !argv + 20) < 0;5937 return find_stack_direction () < 0; 5967 5938 } 5968 5939 _ACEOF … … 6009 5980 /* end confdefs.h. */ 6010 5981 6011 #include <stdbool.h>6012 #ifndef bool6013 "error: bool is not defined"6014 #endif6015 #ifndef false6016 "error: false is not defined"6017 #endif6018 #if false6019 "error: false is not 0"6020 #endif6021 #ifndef true6022 "error: true is not defined"6023 #endif6024 #if true != 16025 "error: true is not 1"6026 #endif6027 #ifndef __bool_true_false_are_defined6028 "error: __bool_true_false_are_defined is not defined"6029 #endif6030 6031 struct s { _Bool s: 1; _Bool t; } s;6032 6033 char a[true == 1 ? 1 : -1];6034 char b[false == 0 ? 1 : -1];6035 char c[__bool_true_false_are_defined == 1 ? 1 : -1];6036 char d[(bool) 0.5 == true ? 1 : -1];6037 /* See body of main program for 'e'. */6038 char f[(_Bool) 0.0 == false ? 1 : -1];6039 char g[true];6040 char h[sizeof (_Bool)];6041 char i[sizeof s.t];6042 enum { j = false, k = true, l = false * true, m = true * 256 };6043 /* The following fails for6044 HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */6045 _Bool n[m];6046 char o[sizeof n == m * sizeof n[0] ? 1 : -1];6047 char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];6048 /* Catch a bug in an HP-UX C compiler. See6049 http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html6050 http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html6051 */6052 _Bool q = true;6053 _Bool *pq = &q;5982 #include <stdbool.h> 5983 #ifndef bool 5984 "error: bool is not defined" 5985 #endif 5986 #ifndef false 5987 "error: false is not defined" 5988 #endif 5989 #if false 5990 "error: false is not 0" 5991 #endif 5992 #ifndef true 5993 "error: true is not defined" 5994 #endif 5995 #if true != 1 5996 "error: true is not 1" 5997 #endif 5998 #ifndef __bool_true_false_are_defined 5999 "error: __bool_true_false_are_defined is not defined" 6000 #endif 6001 6002 struct s { _Bool s: 1; _Bool t; } s; 6003 6004 char a[true == 1 ? 1 : -1]; 6005 char b[false == 0 ? 1 : -1]; 6006 char c[__bool_true_false_are_defined == 1 ? 1 : -1]; 6007 char d[(bool) 0.5 == true ? 1 : -1]; 6008 /* See body of main program for 'e'. */ 6009 char f[(_Bool) 0.0 == false ? 1 : -1]; 6010 char g[true]; 6011 char h[sizeof (_Bool)]; 6012 char i[sizeof s.t]; 6013 enum { j = false, k = true, l = false * true, m = true * 256 }; 6014 /* The following fails for 6015 HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */ 6016 _Bool n[m]; 6017 char o[sizeof n == m * sizeof n[0] ? 1 : -1]; 6018 char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1]; 6019 /* Catch a bug in an HP-UX C compiler. See 6020 http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html 6021 http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html 6022 */ 6023 _Bool q = true; 6024 _Bool *pq = &q; 6054 6025 6055 6026 int … … 6057 6028 { 6058 6029 6059 bool e = &s;6060 *pq |= q;6061 *pq |= ! q;6062 /* Refer to every declared value, to avoid compiler optimizations. */6063 return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l6064 + !m + !n + !o + !p + !q + !pq);6030 bool e = &s; 6031 *pq |= q; 6032 *pq |= ! q; 6033 /* Refer to every declared value, to avoid compiler optimizations. */ 6034 return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l 6035 + !m + !n + !o + !p + !q + !pq); 6065 6036 6066 6037 ; … … 6077 6048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5 6078 6049 $as_echo "$ac_cv_header_stdbool_h" >&6; } 6079 ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"6050 ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default" 6080 6051 if test "x$ac_cv_type__Bool" = xyes; then : 6081 6052 … … 6086 6057 6087 6058 fi 6088 6089 6059 6090 6060 if test $ac_cv_header_stdbool_h = yes; then … … 6393 6363 6394 6364 6395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&56396 $as_echo_n "checking that generated files are newer than configure... " >&6; }6397 if test -n "$am_sleep_pid"; then6398 # Hide warnings about reused PIDs.6399 wait $am_sleep_pid 2>/dev/null6400 fi6401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&56402 $as_echo "done" >&6; }6403 6365 if test -n "$EXEEXT"; then 6404 6366 am__EXEEXT_TRUE= … … 6743 6705 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 6744 6706 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 6745 # In both cases, we have to default to `cp -p R'.6707 # In both cases, we have to default to `cp -p'. 6746 6708 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 6747 as_ln_s='cp -p R'6709 as_ln_s='cp -p' 6748 6710 elif ln conf$$.file conf$$ 2>/dev/null; then 6749 6711 as_ln_s=ln 6750 6712 else 6751 as_ln_s='cp -p R'6713 as_ln_s='cp -p' 6752 6714 fi 6753 6715 else 6754 as_ln_s='cp -p R'6716 as_ln_s='cp -p' 6755 6717 fi 6756 6718 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file … … 6812 6774 fi 6813 6775 6814 6815 # as_fn_executable_p FILE 6816 # ----------------------- 6817 # Test if FILE is an executable regular file. 6818 as_fn_executable_p () 6819 { 6820 test -f "$1" && test -x "$1" 6821 } # as_fn_executable_p 6822 as_test_x='test -x' 6823 as_executable_p=as_fn_executable_p 6776 if test -x / >/dev/null 2>&1; then 6777 as_test_x='test -x' 6778 else 6779 if ls -dL / >/dev/null 2>&1; then 6780 as_ls_L_option=L 6781 else 6782 as_ls_L_option= 6783 fi 6784 as_test_x=' 6785 eval sh -c '\'' 6786 if test -d "$1"; then 6787 test -d "$1/."; 6788 else 6789 case $1 in #( 6790 -*)set "./$1";; 6791 esac; 6792 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 6793 ???[sx]*):;;*)false;;esac;fi 6794 '\'' sh 6795 ' 6796 fi 6797 as_executable_p=$as_test_x 6824 6798 6825 6799 # Sed expression to map a string onto a valid CPP name. … … 6843 6817 ac_log=" 6844 6818 This file was extended by cfa-cc $as_me 1.0.0.0, which was 6845 generated by GNU Autoconf 2.6 9. Invocation command line was6819 generated by GNU Autoconf 2.68. Invocation command line was 6846 6820 6847 6821 CONFIG_FILES = $CONFIG_FILES … … 6909 6883 ac_cs_version="\\ 6910 6884 cfa-cc config.status 1.0.0.0 6911 configured by $0, generated by GNU Autoconf 2.6 9,6885 configured by $0, generated by GNU Autoconf 2.68, 6912 6886 with options \\"\$ac_cs_config\\" 6913 6887 6914 Copyright (C) 201 2Free Software Foundation, Inc.6888 Copyright (C) 2010 Free Software Foundation, Inc. 6915 6889 This config.status script is free software; the Free Software Foundation 6916 6890 gives unlimited permission to copy, distribute and modify it." … … 7003 6977 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 7004 6978 if \$ac_cs_recheck; then 7005 set X $SHELL'$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion6979 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 7006 6980 shift 7007 6981 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 … … 7645 7619 case $ac_file$ac_mode in 7646 7620 "depfiles":C) test x"$AMDEP_TRUE" != x"" || { 7647 # Older Autoconfquotes --file arguments for eval, but not when files7621 # Autoconf 2.62 quotes --file arguments for eval, but not when files 7648 7622 # are listed without --file. Let's play safe and only enable the eval 7649 7623 # if we detect the quoting. … … 7658 7632 mf=`echo "$mf" | sed -e 's/:.*$//'` 7659 7633 # Check whether this is an Automake generated Makefile or not. 7660 # We used to match only the files named 'Makefile.in', but7634 # We used to match only the files named `Makefile.in', but 7661 7635 # some people rename them; so instead we look at the file content. 7662 7636 # Grep'ing the first line is not enough: some people post-process … … 7692 7666 fi 7693 7667 # Extract the definition of DEPDIR, am__include, and am__quote 7694 # from the Makefile without running 'make'.7668 # from the Makefile without running `make'. 7695 7669 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 7696 7670 test -z "$DEPDIR" && continue 7697 7671 am__include=`sed -n 's/^am__include = //p' < "$mf"` 7698 test -z " $am__include" && continue7672 test -z "am__include" && continue 7699 7673 am__quote=`sed -n 's/^am__quote = //p' < "$mf"` 7674 # When using ansi2knr, U may be empty or an underscore; expand it 7675 U=`sed -n 's/^U = //p' < "$mf"` 7700 7676 # Find all dependency output files, they are included files with 7701 7677 # $(DEPDIR) in their names. We invoke sed twice because it is the … … 7704 7680 for file in `sed -n " 7705 7681 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ 7706 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' `; do7682 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 7707 7683 # Make sure the directory exists. 7708 7684 test -f "$dirpart/$file" && continue
Note:
See TracChangeset
for help on using the changeset viewer.