Changes in configure [6e4b913:472a8dd]
Legend:
- Unmodified
- Added
- Removed
-
configure
r6e4b913 r472a8dd 566 566 PACKAGE_URL='' 567 567 568 ac_unique_file="src/main.cc" 568 569 # Factoring default headers for most tests. 569 570 ac_includes_default="\ … … 639 640 CXXFLAGS 640 641 CXX 641 CFA_FLAGS642 642 CFA_LIBDIR 643 643 CFA_BINDIR 644 644 CFA_INCDIR 645 645 CFA_PREFIX 646 CFA_BACKEND_CC647 646 BACKEND_CC 647 GCC_PATH 648 648 MAINT 649 649 MAINTAINER_MODE_FALSE … … 672 672 INSTALL_SCRIPT 673 673 INSTALL_PROGRAM 674 AM_BACKSLASH675 AM_DEFAULT_VERBOSITY676 AM_DEFAULT_V677 AM_V678 674 target_alias 679 675 host_alias … … 717 713 ac_user_opts=' 718 714 enable_option_checking 719 enable_silent_rules720 715 enable_maintainer_mode 721 716 with_backend_compiler … … 1352 1347 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1353 1348 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1354 --enable-silent-rules less verbose build output (undo: `make V=1')1355 --disable-silent-rules verbose build output (undo: `make V=0')1356 1349 --disable-maintainer-mode disable make rules and dependencies not useful 1357 1350 (and sometimes confusing) to the casual installer … … 2413 2406 2414 2407 2415 #AC_CONFIG_SRCDIR([src/main.cc]) 2408 2416 2409 ac_config_headers="$ac_config_headers config.h" 2417 2410 2418 # Check whether --enable-silent-rules was given.2419 if test "${enable_silent_rules+set}" = set; then :2420 enableval=$enable_silent_rules;2421 fi2422 2423 case $enable_silent_rules in2424 yes) AM_DEFAULT_VERBOSITY=0;;2425 no) AM_DEFAULT_VERBOSITY=1;;2426 *) AM_DEFAULT_VERBOSITY=1;;2427 esac2428 am_make=${MAKE-make}2429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&52430 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }2431 if ${am_cv_make_support_nested_variables+:} false; then :2432 $as_echo_n "(cached) " >&62433 else2434 if $as_echo 'TRUE=$(BAR$(V))2435 BAR0=false2436 BAR1=true2437 V=12438 am__doit:2439 @$(TRUE)2440 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then2441 am_cv_make_support_nested_variables=yes2442 else2443 am_cv_make_support_nested_variables=no2444 fi2445 fi2446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&52447 $as_echo "$am_cv_make_support_nested_variables" >&6; }2448 if test $am_cv_make_support_nested_variables = yes; then2449 AM_V='$(V)'2450 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'2451 else2452 AM_V=$AM_DEFAULT_VERBOSITY2453 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY2454 fi2455 AM_BACKSLASH='\'2456 2457 2458 if test "x${CXXFLAGS}" = "x"; then2459 export CXXFLAGS="-std=c++11 -g ${CXXFLAGS}" # defaults, no -O2 for debugging and failures2460 else2461 export CXXFLAGS="-std=c++11 ${CXXFLAGS}" # flags from configure command2462 fi2463 2411 2464 2412 am__api_version='1.11' … … 2962 2910 MAINT=$MAINTAINER_MODE_TRUE 2963 2911 2964 2912 # may require auto* software to be installed 2965 2913 2966 2914 # Installation paths … … 2969 2917 # Check whether --with-backend-compiler was given. 2970 2918 if test "${with_backend_compiler+set}" = set; then : 2971 withval=$with_backend_compiler; backendcompiler=$withval 2972 else 2973 backendcompiler="" 2974 fi 2975 2976 if test "x$backendcompiler" != "x"; then 2977 BACKEND_CC=${backendcompiler} 2978 else 2919 withval=$with_backend_compiler; backcompiler=$withval 2920 else 2921 backcompiler="" 2922 fi 2923 2924 if test x$backcompiler != x; then 2925 cat >>confdefs.h <<_ACEOF 2926 #define GCC_PATH "${backcompiler}" 2927 _ACEOF 2928 2929 BACKEND_CC=${backcompiler} 2930 else 2979 2931 # Extract the first word of "gcc", so it can be a program name with args. 2980 2932 set dummy gcc; ac_word=$2 2981 2933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2982 2934 $as_echo_n "checking for $ac_word... " >&6; } 2983 if ${ac_cv_path_ BACKEND_CC+:} false; then :2935 if ${ac_cv_path_GCC_PATH+:} false; then : 2984 2936 $as_echo_n "(cached) " >&6 2985 2937 else 2986 case $ BACKEND_CCin2938 case $GCC_PATH in 2987 2939 [\\/]* | ?:[\\/]*) 2988 ac_cv_path_ BACKEND_CC="$BACKEND_CC" # Let the user override the test with a path.2940 ac_cv_path_GCC_PATH="$GCC_PATH" # Let the user override the test with a path. 2989 2941 ;; 2990 2942 *) … … 2996 2948 for ac_exec_ext in '' $ac_executable_extensions; do 2997 2949 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2998 ac_cv_path_ BACKEND_CC="$as_dir/$ac_word$ac_exec_ext"2950 ac_cv_path_GCC_PATH="$as_dir/$ac_word$ac_exec_ext" 2999 2951 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3000 2952 break 2 … … 3004 2956 IFS=$as_save_IFS 3005 2957 2958 test -z "$ac_cv_path_GCC_PATH" && ac_cv_path_GCC_PATH="N/A" 3006 2959 ;; 3007 2960 esac 3008 2961 fi 3009 BACKEND_CC=$ac_cv_path_BACKEND_CC 3010 if test -n "$ BACKEND_CC"; then3011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ BACKEND_CC" >&53012 $as_echo "$ BACKEND_CC" >&6; }2962 GCC_PATH=$ac_cv_path_GCC_PATH 2963 if test -n "$GCC_PATH"; then 2964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_PATH" >&5 2965 $as_echo "$GCC_PATH" >&6; } 3013 2966 else 3014 2967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 … … 3016 2969 fi 3017 2970 3018 # check gcc installed 3019 if test " x$BACKEND_CC" = "x"; then2971 2972 if test "$GCC_PATH" = "N/A"; then 3020 2973 as_fn_error $? "some version of gcc is needed. Get it at ftp://ftp.gnu.org" "$LINENO" 5 3021 2974 exit 1 3022 2975 fi 3023 fi3024 2976 3025 2977 cat >>confdefs.h <<_ACEOF 3026 #define CFA_BACKEND_CC "${BACKEND_CC}" 3027 _ACEOF 3028 2978 #define GCC_PATH "${GCC_PATH}" 2979 _ACEOF 2980 2981 BACKEND_CC=${GCC_PATH} 2982 fi 3029 2983 3030 2984 … … 3045 2999 cfa_incdir="${cfa_prefix}/include" 3046 3000 else 3047 cfa_incdir=${ includedir}3001 cfa_incdir=${$includedir} 3048 3002 fi 3049 3003 … … 3079 3033 3080 3034 CFA_LIBDIR=${cfa_libdir} 3081 3082 3083 3084 cat >>confdefs.h <<_ACEOF3085 #define CFA_FLAGS "${CFAFLAGS}"3086 _ACEOF3087 3088 CFA_FLAGS=${CFAFLAGS}3089 3035 3090 3036 … … 5806 5752 5807 5753 5808 ac_config_files="$ac_config_files Makefile src/driver/Makefile src/Makefile src/examples/Makefile src/ tests/Makefile src/libcfa/Makefile"5754 ac_config_files="$ac_config_files Makefile src/driver/Makefile src/Makefile src/examples/Makefile src/libcfa/Makefile" 5809 5755 5810 5756 … … 6552 6498 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 6553 6499 "src/examples/Makefile") CONFIG_FILES="$CONFIG_FILES src/examples/Makefile" ;; 6554 "src/tests/Makefile") CONFIG_FILES="$CONFIG_FILES src/tests/Makefile" ;;6555 6500 "src/libcfa/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcfa/Makefile" ;; 6556 6501
Note:
See TracChangeset
for help on using the changeset viewer.