Skip to content
Snippets Groups Projects
configure 351 KiB
Newer Older
  • Learn to ignore specific revisions
  • Kenneth Johansson's avatar
    Kenneth Johansson committed
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
    $as_echo "$ac_header_preproc" >&6; }
    
    # So?  What about this header?
    case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
      yes:no: )
        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
    $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
    $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
        ;;
      no:yes:* )
        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
    $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
    $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
    $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
    $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
    $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
        ;;
    esac
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    $as_echo_n "checking for $2... " >&6; }
    if eval \${$3+:} false; then :
      $as_echo_n "(cached) " >&6
    else
      eval "$3=\$ac_header_compiler"
    fi
    eval ac_res=\$$3
    	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
    $as_echo "$ac_res" >&6; }
    fi
      eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
    
    } # ac_fn_c_check_header_mongrel
    
    # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
    # -------------------------------------------------------
    # Tests whether HEADER exists and can be compiled using the include files in
    # INCLUDES, setting the cache variable VAR accordingly.
    ac_fn_c_check_header_compile ()
    {
      as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    $as_echo_n "checking for $2... " >&6; }
    if eval \${$3+:} false; then :
      $as_echo_n "(cached) " >&6
    else
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    /* end confdefs.h.  */
    $4
    #include <$2>
    _ACEOF
    if ac_fn_c_try_compile "$LINENO"; then :
      eval "$3=yes"
    else
      eval "$3=no"
    fi
    rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    fi
    eval ac_res=\$$3
    	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
    $as_echo "$ac_res" >&6; }
      eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
    
    } # ac_fn_c_check_header_compile
    
    # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
    # -------------------------------------------
    # Tests whether TYPE exists after having included INCLUDES, setting cache
    # variable VAR accordingly.
    ac_fn_c_check_type ()
    {
      as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    $as_echo_n "checking for $2... " >&6; }
    if eval \${$3+:} false; then :
      $as_echo_n "(cached) " >&6
    else
      eval "$3=no"
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    /* end confdefs.h.  */
    $4
    int
    main ()
    {
    if (sizeof ($2))
    	 return 0;
      ;
      return 0;
    }
    _ACEOF
    if ac_fn_c_try_compile "$LINENO"; then :
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    /* end confdefs.h.  */
    $4
    int
    main ()
    {
    if (sizeof (($2)))
    	    return 0;
      ;
      return 0;
    }
    _ACEOF
    if ac_fn_c_try_compile "$LINENO"; then :
    
    else
      eval "$3=yes"
    fi
    rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    fi
    rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    fi
    eval ac_res=\$$3
    	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
    $as_echo "$ac_res" >&6; }
      eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
    
    } # ac_fn_c_check_type
    
    Oussama Ghorbel's avatar
    Oussama Ghorbel committed
    
    # ac_fn_c_try_link LINENO
    # -----------------------
    # Try to link conftest.$ac_ext, and return whether this succeeded.
    ac_fn_c_try_link ()
    {
      as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
      rm -f conftest.$ac_objext conftest$ac_exeext
      if { { ac_try="$ac_link"
    case "(($ac_try" in
      *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
      *) ac_try_echo=$ac_try;;
    esac
    eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
    $as_echo "$ac_try_echo"; } >&5
      (eval "$ac_link") 2>conftest.err
      ac_status=$?
      if test -s conftest.err; then
        grep -v '^ *+' conftest.err >conftest.er1
        cat conftest.er1 >&5
        mv -f conftest.er1 conftest.err
      fi
      $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
      test $ac_status = 0; } && {
    	 test -z "$ac_c_werror_flag" ||
    	 test ! -s conftest.err
           } && test -s conftest$ac_exeext && {
    	 test "$cross_compiling" = yes ||
    	 test -x conftest$ac_exeext
           }; then :
      ac_retval=0
    else
      $as_echo "$as_me: failed program was:" >&5
    sed 's/^/| /' conftest.$ac_ext >&5
    
    	ac_retval=1
    fi
      # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
      # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
      # interfere with the next link command; also delete a directory that is
      # left behind by Apple's compiler.  We do this before executing the actions.
      rm -rf conftest.dSYM conftest_ipa8_conftest.oo
      eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
      as_fn_set_status $ac_retval
    
    } # ac_fn_c_try_link
    
    Kenneth Johansson's avatar
    Kenneth Johansson committed
    cat >config.log <<_ACEOF
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.
    
    
    It was created by DSL CPE Control application $as_me 4.21.6.2, which was
    
    Kenneth Johansson's avatar
    Kenneth Johansson committed
    2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000
    generated by GNU Autoconf 2.69.  Invocation command line was
    
      $ $0 $@
    
    _ACEOF
    exec 5>>config.log
    {
    cat <<_ASUNAME
    ## --------- ##
    ## Platform. ##
    ## --------- ##
    
    hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
    uname -m = `(uname -m) 2>/dev/null || echo unknown`
    uname -r = `(uname -r) 2>/dev/null || echo unknown`
    uname -s = `(uname -s) 2>/dev/null || echo unknown`
    uname -v = `(uname -v) 2>/dev/null || echo unknown`
    
    /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
    /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
    
    /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
    /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
    /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
    /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
    /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
    /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
    /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
    
    _ASUNAME
    
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH
    do
      IFS=$as_save_IFS
      test -z "$as_dir" && as_dir=.
        $as_echo "PATH: $as_dir"
      done
    IFS=$as_save_IFS
    
    } >&5
    
    cat >&5 <<_ACEOF
    
    
    ## ----------- ##
    ## Core tests. ##
    ## ----------- ##
    
    _ACEOF
    
    
    # Keep a trace of the command line.
    # Strip out --no-create and --no-recursion so they do not pile up.
    # Strip out --silent because we don't want to record it for future runs.
    # Also quote any args containing shell meta-characters.
    # Make two passes to allow for proper duplicate-argument suppression.
    ac_configure_args=
    ac_configure_args0=
    ac_configure_args1=
    ac_must_keep_next=false
    for ac_pass in 1 2
    do
      for ac_arg
      do
        case $ac_arg in
        -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
        -q | -quiet | --quiet | --quie | --qui | --qu | --q \
        | -silent | --silent | --silen | --sile | --sil)
          continue ;;
        *\'*)
          ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
        esac
        case $ac_pass in
        1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
        2)
          as_fn_append ac_configure_args1 " '$ac_arg'"
          if test $ac_must_keep_next = true; then
    	ac_must_keep_next=false # Got value, back to normal.
          else
    	case $ac_arg in
    	  *=* | --config-cache | -C | -disable-* | --disable-* \
    	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
    	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
    	  | -with-* | --with-* | -without-* | --without-* | --x)
    	    case "$ac_configure_args0 " in
    	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
    	    esac
    	    ;;
    	  -* ) ac_must_keep_next=true ;;
    	esac
          fi
          as_fn_append ac_configure_args " '$ac_arg'"
          ;;
        esac
      done
    done
    { ac_configure_args0=; unset ac_configure_args0;}
    { ac_configure_args1=; unset ac_configure_args1;}
    
    # When interrupted or exit'd, cleanup temporary files, and complete
    # config.log.  We remove comments because anyway the quotes in there
    # would cause problems or look ugly.
    # WARNING: Use '\'' to represent an apostrophe within the trap.
    # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
    trap 'exit_status=$?
      # Save into config.log some information that might help in debugging.
      {
        echo
    
        $as_echo "## ---------------- ##
    ## Cache variables. ##
    ## ---------------- ##"
        echo
        # The following way of writing the cache mishandles newlines in values,
    (
      for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
        eval ac_val=\$$ac_var
        case $ac_val in #(
        *${as_nl}*)
          case $ac_var in #(
          *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
    $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
          esac
          case $ac_var in #(
          _ | IFS | as_nl) ;; #(
          BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
          *) { eval $ac_var=; unset $ac_var;} ;;
          esac ;;
        esac
      done
      (set) 2>&1 |
        case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
        *${as_nl}ac_space=\ *)
          sed -n \
    	"s/'\''/'\''\\\\'\'''\''/g;
    	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
          ;; #(
        *)
          sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
          ;;
        esac |
        sort
    )
        echo
    
        $as_echo "## ----------------- ##
    ## Output variables. ##
    ## ----------------- ##"
        echo
        for ac_var in $ac_subst_vars
        do
          eval ac_val=\$$ac_var
          case $ac_val in
          *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
          esac
          $as_echo "$ac_var='\''$ac_val'\''"
        done | sort
        echo
    
        if test -n "$ac_subst_files"; then
          $as_echo "## ------------------- ##
    ## File substitutions. ##
    ## ------------------- ##"
          echo
          for ac_var in $ac_subst_files
          do
    	eval ac_val=\$$ac_var
    	case $ac_val in
    	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    	esac
    	$as_echo "$ac_var='\''$ac_val'\''"
          done | sort
          echo
        fi
    
        if test -s confdefs.h; then
          $as_echo "## ----------- ##
    ## confdefs.h. ##
    ## ----------- ##"
          echo
          cat confdefs.h
          echo
        fi
        test "$ac_signal" != 0 &&
          $as_echo "$as_me: caught signal $ac_signal"
        $as_echo "$as_me: exit $exit_status"
      } >&5
      rm -f core *.core core.conftest.* &&
        rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
        exit $exit_status
    ' 0
    for ac_signal in 1 2 13 15; do
      trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
    done
    ac_signal=0
    
    # confdefs.h avoids OS command line length limits that DEFS can exceed.
    rm -f -r conftest* confdefs.h
    
    $as_echo "/* confdefs.h */" > confdefs.h
    
    # Predefined preprocessor variables.
    
    cat >>confdefs.h <<_ACEOF
    #define PACKAGE_NAME "$PACKAGE_NAME"
    _ACEOF
    
    cat >>confdefs.h <<_ACEOF
    #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
    _ACEOF
    
    cat >>confdefs.h <<_ACEOF
    #define PACKAGE_VERSION "$PACKAGE_VERSION"
    _ACEOF
    
    cat >>confdefs.h <<_ACEOF
    #define PACKAGE_STRING "$PACKAGE_STRING"
    _ACEOF
    
    cat >>confdefs.h <<_ACEOF
    #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
    _ACEOF
    
    cat >>confdefs.h <<_ACEOF
    #define PACKAGE_URL "$PACKAGE_URL"
    _ACEOF
    
    
    # Let the site file select an alternate cache file if it wants to.
    # Prefer an explicitly selected file to automatically selected ones.
    ac_site_file1=NONE
    ac_site_file2=NONE
    if test -n "$CONFIG_SITE"; then
      # We do not want a PATH search for config.site.
      case $CONFIG_SITE in #((
        -*)  ac_site_file1=./$CONFIG_SITE;;
        */*) ac_site_file1=$CONFIG_SITE;;
        *)   ac_site_file1=./$CONFIG_SITE;;
      esac
    elif test "x$prefix" != xNONE; then
      ac_site_file1=$prefix/share/config.site
      ac_site_file2=$prefix/etc/config.site
    else
      ac_site_file1=$ac_default_prefix/share/config.site
      ac_site_file2=$ac_default_prefix/etc/config.site
    fi
    for ac_site_file in "$ac_site_file1" "$ac_site_file2"
    do
      test "x$ac_site_file" = xNONE && continue
      if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
        { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
    $as_echo "$as_me: loading site script $ac_site_file" >&6;}
        sed 's/^/| /' "$ac_site_file" >&5
        . "$ac_site_file" \
          || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    as_fn_error $? "failed to load site script $ac_site_file
    See \`config.log' for more details" "$LINENO" 5; }
      fi
    done
    
    if test -r "$cache_file"; then
      # Some versions of bash will fail to source /dev/null (special files
      # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
      if test /dev/null != "$cache_file" && test -f "$cache_file"; then
        { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
    $as_echo "$as_me: loading cache $cache_file" >&6;}
        case $cache_file in
          [\\/]* | ?:[\\/]* ) . "$cache_file";;
          *)                      . "./$cache_file";;
        esac
      fi
    else
      { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
    $as_echo "$as_me: creating cache $cache_file" >&6;}
      >$cache_file
    fi
    
    # Check that the precious variables saved in the cache have kept the same
    # value.
    ac_cache_corrupted=false
    for ac_var in $ac_precious_vars; do
      eval ac_old_set=\$ac_cv_env_${ac_var}_set
      eval ac_new_set=\$ac_env_${ac_var}_set
      eval ac_old_val=\$ac_cv_env_${ac_var}_value
      eval ac_new_val=\$ac_env_${ac_var}_value
      case $ac_old_set,$ac_new_set in
        set,)
          { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
          ac_cache_corrupted=: ;;
        ,set)
          { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
    $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
          ac_cache_corrupted=: ;;
        ,);;
        *)
          if test "x$ac_old_val" != "x$ac_new_val"; then
    	# differences in whitespace do not lead to failure.
    	ac_old_val_w=`echo x $ac_old_val`
    	ac_new_val_w=`echo x $ac_new_val`
    	if test "$ac_old_val_w" != "$ac_new_val_w"; then
    	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
    $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    	  ac_cache_corrupted=:
    	else
    	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
    $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
    	  eval $ac_var=\$ac_old_val
    	fi
    	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
    $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
    	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
    $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
          fi;;
      esac
      # Pass precious variables to config.status.
      if test "$ac_new_set" = set; then
        case $ac_new_val in
        *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
        *) ac_arg=$ac_var=$ac_new_val ;;
        esac
        case " $ac_configure_args " in
          *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
          *) as_fn_append ac_configure_args " '$ac_arg'" ;;
        esac
      fi
    done
    if $ac_cache_corrupted; then
      { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
      { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
    $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
      as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
    fi
    ## -------------------- ##
    ## Main body of script. ##
    ## -------------------- ##
    
    ac_ext=c
    ac_cpp='$CPP $CPPFLAGS'
    ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    ac_compiler_gnu=$ac_cv_c_compiler_gnu
    
    
    
    am__api_version='1.15'
    
    ac_aux_dir=
    for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
      if test -f "$ac_dir/install-sh"; then
        ac_aux_dir=$ac_dir
        ac_install_sh="$ac_aux_dir/install-sh -c"
        break
      elif test -f "$ac_dir/install.sh"; then
        ac_aux_dir=$ac_dir
        ac_install_sh="$ac_aux_dir/install.sh -c"
        break
      elif test -f "$ac_dir/shtool"; then
        ac_aux_dir=$ac_dir
        ac_install_sh="$ac_aux_dir/shtool install -c"
        break
      fi
    done
    if test -z "$ac_aux_dir"; then
      as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
    fi
    
    # These three variables are undocumented and unsupported,
    # and are intended to be withdrawn in a future Autoconf release.
    # They can cause serious problems if a builder's source tree is in a directory
    # whose full name contains unusual characters.
    ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
    ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
    ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
    
    
    # Find a good install program.  We prefer a C program (faster),
    # so one script is as good as another.  But avoid the broken or
    # incompatible versions:
    # SysV /etc/install, /usr/sbin/install
    # SunOS /usr/etc/install
    # IRIX /sbin/install
    # AIX /bin/install
    # AmigaOS /C/install, which installs bootblocks on floppy discs
    # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
    # AFS /usr/afsws/bin/install, which mishandles nonexistent args
    # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
    # OS/2's system install, which has a completely different semantic
    # ./install, which can be erroneously created by make from ./install.sh.
    # Reject install programs that cannot install multiple files.
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
    $as_echo_n "checking for a BSD-compatible install... " >&6; }
    if test -z "$INSTALL"; then
    if ${ac_cv_path_install+:} false; then :
      $as_echo_n "(cached) " >&6
    else
      as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH
    do
      IFS=$as_save_IFS
      test -z "$as_dir" && as_dir=.
        # Account for people who put trailing slashes in PATH elements.
    case $as_dir/ in #((
      ./ | .// | /[cC]/* | \
      /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
      ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
      /usr/ucb/* ) ;;
      *)
        # OSF1 and SCO ODT 3.0 have their own names for install.
        # Don't use installbsd from OSF since it installs stuff as root
        # by default.
        for ac_prog in ginstall scoinst install; do
          for ac_exec_ext in '' $ac_executable_extensions; do
    	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
    	  if test $ac_prog = install &&
    	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
    	    # AIX install.  It has an incompatible calling convention.
    	    :
    	  elif test $ac_prog = install &&
    	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
    	    # program-specific install script used by HP pwplus--don't use.
    	    :
    	  else
    	    rm -rf conftest.one conftest.two conftest.dir
    	    echo one > conftest.one
    	    echo two > conftest.two
    	    mkdir conftest.dir
    	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
    	      test -s conftest.one && test -s conftest.two &&
    	      test -s conftest.dir/conftest.one &&
    	      test -s conftest.dir/conftest.two
    	    then
    	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    	      break 3
    	    fi
    	  fi
    	fi
          done
        done
        ;;
    esac
    
      done
    IFS=$as_save_IFS
    
    rm -rf conftest.one conftest.two conftest.dir
    
    fi
      if test "${ac_cv_path_install+set}" = set; then
        INSTALL=$ac_cv_path_install
      else
        # As a last resort, use the slow shell script.  Don't cache a
        # value for INSTALL within a source directory, because that will
        # break other packages using the cache if that directory is
        # removed, or if the value is a relative name.
        INSTALL=$ac_install_sh
      fi
    fi
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
    $as_echo "$INSTALL" >&6; }
    
    # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
    # It thinks the first close brace ends the variable substitution.
    test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
    
    test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
    
    test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
    $as_echo_n "checking whether build environment is sane... " >&6; }
    # Reject unsafe characters in $srcdir or the absolute working directory
    # name.  Accept space and tab only in the latter.
    am_lf='
    '
    case `pwd` in
      *[\\\"\#\$\&\'\`$am_lf]*)
        as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
    esac
    case $srcdir in
      *[\\\"\#\$\&\'\`$am_lf\ \	]*)
        as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
    esac
    
    # Do 'set' in a subshell so we don't clobber the current shell's
    # arguments.  Must try -L first in case configure is actually a
    # symlink; some systems play weird games with the mod time of symlinks
    # (eg FreeBSD returns the mod time of the symlink's containing
    # directory).
    if (
       am_has_slept=no
       for am_try in 1 2; do
         echo "timestamp, slept: $am_has_slept" > conftest.file
         set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
         if test "$*" = "X"; then
    	# -L didn't work.
    	set X `ls -t "$srcdir/configure" conftest.file`
         fi
         if test "$*" != "X $srcdir/configure conftest.file" \
    	&& test "$*" != "X conftest.file $srcdir/configure"; then
    
    	# If neither matched, then we have a broken ls.  This can happen
    	# if, for instance, CONFIG_SHELL is bash and it inherits a
    	# broken ls alias from the environment.  This has actually
    	# happened.  Such a system could not be considered "sane".
    	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
      alias in your environment" "$LINENO" 5
         fi
         if test "$2" = conftest.file || test $am_try -eq 2; then
           break
         fi
         # Just in case.
         sleep 1
         am_has_slept=yes
       done
       test "$2" = conftest.file
       )
    then
       # Ok.
       :
    else
       as_fn_error $? "newly created file is older than distributed files!
    Check your system clock" "$LINENO" 5
    fi
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    $as_echo "yes" >&6; }
    # If we didn't sleep, we still need to ensure time stamps of config.status and
    # generated files are strictly newer.
    am_sleep_pid=
    if grep 'slept: no' conftest.file >/dev/null 2>&1; then
      ( sleep 1 ) &
      am_sleep_pid=$!
    fi
    
    rm -f conftest.file
    
    test "$program_prefix" != NONE &&
      program_transform_name="s&^&$program_prefix&;$program_transform_name"
    # Use a double $ so make ignores it.
    test "$program_suffix" != NONE &&
      program_transform_name="s&\$&$program_suffix&;$program_transform_name"
    # Double any \ or $.
    # By default was `s,x,x', remove it if useless.
    ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
    program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
    
    # Expand $ac_aux_dir to an absolute path.
    am_aux_dir=`cd "$ac_aux_dir" && pwd`
    
    if test x"${MISSING+set}" != xset; then
      case $am_aux_dir in
      *\ * | *\	*)
        MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
      *)
        MISSING="\${SHELL} $am_aux_dir/missing" ;;
      esac
    fi
    # Use eval to expand $SHELL
    if eval "$MISSING --is-lightweight"; then
      am_missing_run="$MISSING "
    else
      am_missing_run=
      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
    $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
    fi
    
    if test x"${install_sh+set}" != xset; then
      case $am_aux_dir in
      *\ * | *\	*)
        install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
      *)
        install_sh="\${SHELL} $am_aux_dir/install-sh"
      esac
    fi
    
    # Installed binaries are usually stripped using 'strip' when the user
    # run "make install-strip".  However 'strip' might not be the right
    # tool to use in cross-compilation environments, therefore Automake
    # will honor the 'STRIP' environment variable to overrule this program.
    if test "$cross_compiling" != no; then
      if test -n "$ac_tool_prefix"; then
      # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
    set dummy ${ac_tool_prefix}strip; ac_word=$2
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    $as_echo_n "checking for $ac_word... " >&6; }
    if ${ac_cv_prog_STRIP+:} false; then :
      $as_echo_n "(cached) " >&6
    else
      if test -n "$STRIP"; then
      ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
    else
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH
    do
      IFS=$as_save_IFS
      test -z "$as_dir" && as_dir=.
        for ac_exec_ext in '' $ac_executable_extensions; do
      if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
        ac_cv_prog_STRIP="${ac_tool_prefix}strip"
        $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
        break 2
      fi
    done
      done
    IFS=$as_save_IFS
    
    fi
    fi
    STRIP=$ac_cv_prog_STRIP
    if test -n "$STRIP"; then
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
    $as_echo "$STRIP" >&6; }
    else
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    $as_echo "no" >&6; }
    fi
    
    
    fi
    if test -z "$ac_cv_prog_STRIP"; then
      ac_ct_STRIP=$STRIP
      # Extract the first word of "strip", so it can be a program name with args.
    set dummy strip; ac_word=$2
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    $as_echo_n "checking for $ac_word... " >&6; }
    if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
      $as_echo_n "(cached) " >&6
    else
      if test -n "$ac_ct_STRIP"; then
      ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
    else
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH
    do
      IFS=$as_save_IFS
      test -z "$as_dir" && as_dir=.
        for ac_exec_ext in '' $ac_executable_extensions; do
      if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
        ac_cv_prog_ac_ct_STRIP="strip"
        $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
        break 2
      fi
    done
      done
    IFS=$as_save_IFS
    
    fi
    fi
    ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
    if test -n "$ac_ct_STRIP"; then
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
    $as_echo "$ac_ct_STRIP" >&6; }
    else
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    $as_echo "no" >&6; }
    fi
    
      if test "x$ac_ct_STRIP" = x; then
        STRIP=":"
      else
        case $cross_compiling:$ac_tool_warned in
    yes:)
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
    $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    ac_tool_warned=yes ;;
    esac
        STRIP=$ac_ct_STRIP
      fi
    else
      STRIP="$ac_cv_prog_STRIP"
    fi
    
    fi
    INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
    
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
    $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
    if test -z "$MKDIR_P"; then
      if ${ac_cv_path_mkdir+:} false; then :
      $as_echo_n "(cached) " >&6
    else
      as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
    do
      IFS=$as_save_IFS
      test -z "$as_dir" && as_dir=.
        for ac_prog in mkdir gmkdir; do
    	 for ac_exec_ext in '' $ac_executable_extensions; do
    	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
    	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
    	     'mkdir (GNU coreutils) '* | \
    	     'mkdir (coreutils) '* | \
    	     'mkdir (fileutils) '4.1*)
    	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
    	       break 3;;
    	   esac
    	 done
           done
      done
    IFS=$as_save_IFS
    
    fi
    
      test -d ./--version && rmdir ./--version
      if test "${ac_cv_path_mkdir+set}" = set; then
        MKDIR_P="$ac_cv_path_mkdir -p"
      else
        # As a last resort, use the slow shell script.  Don't cache a
        # value for MKDIR_P within a source directory, because that will
        # break other packages using the cache if that directory is
        # removed, or if the value is a relative name.
        MKDIR_P="$ac_install_sh -d"
      fi
    fi
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
    $as_echo "$MKDIR_P" >&6; }
    
    for ac_prog in gawk mawk nawk awk
    do
      # Extract the first word of "$ac_prog", so it can be a program name with args.
    set dummy $ac_prog; ac_word=$2
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    $as_echo_n "checking for $ac_word... " >&6; }
    if ${ac_cv_prog_AWK+:} false; then :
      $as_echo_n "(cached) " >&6
    else
      if test -n "$AWK"; then
      ac_cv_prog_AWK="$AWK" # Let the user override the test.
    else
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH
    do
      IFS=$as_save_IFS
      test -z "$as_dir" && as_dir=.
        for ac_exec_ext in '' $ac_executable_extensions; do
      if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
        ac_cv_prog_AWK="$ac_prog"
        $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
        break 2
      fi
    done
      done
    IFS=$as_save_IFS
    
    fi
    fi
    AWK=$ac_cv_prog_AWK
    if test -n "$AWK"; then
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
    $as_echo "$AWK" >&6; }
    else
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    $as_echo "no" >&6; }
    fi
    
    
      test -n "$AWK" && break
    done
    
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
    $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
    set x ${MAKE-make}
    ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
    if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
      $as_echo_n "(cached) " >&6
    else
      cat >conftest.make <<\_ACEOF
    SHELL = /bin/sh
    all:
    	@echo '@@@%%%=$(MAKE)=@@@%%%'
    _ACEOF
    # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
    case `${MAKE-make} -f conftest.make 2>/dev/null` in
      *@@@%%%=?*=@@@%%%*)
        eval ac_cv_prog_make_${ac_make}_set=yes;;
      *)
        eval ac_cv_prog_make_${ac_make}_set=no;;
    esac
    rm -f conftest.make
    fi
    if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    $as_echo "yes" >&6; }
      SET_MAKE=
    else
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    $as_echo "no" >&6; }
      SET_MAKE="MAKE=${MAKE-make}"
    fi
    
    rm -rf .tst 2>/dev/null
    mkdir .tst 2>/dev/null
    if test -d .tst; then
      am__leading_dot=.
    else
      am__leading_dot=_
    fi
    rmdir .tst 2>/dev/null
    
    # Check whether --enable-silent-rules was given.
    if test "${enable_silent_rules+set}" = set; then :
      enableval=$enable_silent_rules;
    fi
    
    case $enable_silent_rules in # (((
      yes) AM_DEFAULT_VERBOSITY=0;;
       no) AM_DEFAULT_VERBOSITY=1;;
        *) AM_DEFAULT_VERBOSITY=1;;
    esac
    am_make=${MAKE-make}
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
    $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
    if ${am_cv_make_support_nested_variables+:} false; then :
      $as_echo_n "(cached) " >&6
    else
      if $as_echo 'TRUE=$(BAR$(V))
    BAR0=false
    BAR1=true
    V=1
    am__doit:
    	@$(TRUE)
    .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
      am_cv_make_support_nested_variables=yes