Changes in configure [ee51534:90c3b1c]
Legend:
- Unmodified
- Added
- Removed
-
configure
ree51534 r90c3b1c 643 643 CFA_INCDIR 644 644 CFA_PREFIX 645 CFA_BACKEND_CC646 645 BACKEND_CC 646 GCC_PATH 647 647 MAINT 648 648 MAINTAINER_MODE_FALSE … … 671 671 INSTALL_SCRIPT 672 672 INSTALL_PROGRAM 673 AM_BACKSLASH674 AM_DEFAULT_VERBOSITY675 AM_DEFAULT_V676 AM_V677 673 target_alias 678 674 host_alias … … 716 712 ac_user_opts=' 717 713 enable_option_checking 718 enable_silent_rules719 714 enable_maintainer_mode 720 715 with_backend_compiler … … 1351 1346 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1352 1347 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1353 --enable-silent-rules less verbose build output (undo: `make V=1')1354 --disable-silent-rules verbose build output (undo: `make V=0')1355 1348 --disable-maintainer-mode disable make rules and dependencies not useful 1356 1349 (and sometimes confusing) to the casual installer … … 2415 2408 ac_config_headers="$ac_config_headers config.h" 2416 2409 2417 # Check whether --enable-silent-rules was given.2418 if test "${enable_silent_rules+set}" = set; then :2419 enableval=$enable_silent_rules;2420 fi2421 2422 case $enable_silent_rules in2423 yes) AM_DEFAULT_VERBOSITY=0;;2424 no) AM_DEFAULT_VERBOSITY=1;;2425 *) AM_DEFAULT_VERBOSITY=1;;2426 esac2427 am_make=${MAKE-make}2428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&52429 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }2430 if ${am_cv_make_support_nested_variables+:} false; then :2431 $as_echo_n "(cached) " >&62432 else2433 if $as_echo 'TRUE=$(BAR$(V))2434 BAR0=false2435 BAR1=true2436 V=12437 am__doit:2438 @$(TRUE)2439 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then2440 am_cv_make_support_nested_variables=yes2441 else2442 am_cv_make_support_nested_variables=no2443 fi2444 fi2445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&52446 $as_echo "$am_cv_make_support_nested_variables" >&6; }2447 if test $am_cv_make_support_nested_variables = yes; then2448 AM_V='$(V)'2449 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'2450 else2451 AM_V=$AM_DEFAULT_VERBOSITY2452 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY2453 fi2454 AM_BACKSLASH='\'2455 2456 2410 2457 2411 if test "x${CXXFLAGS}" = "x"; then … … 2968 2922 # Check whether --with-backend-compiler was given. 2969 2923 if test "${with_backend_compiler+set}" = set; then : 2970 withval=$with_backend_compiler; backendcompiler=$withval 2971 else 2972 backendcompiler="" 2973 fi 2974 2975 if test "x$backendcompiler" != x; then 2976 BACKEND_CC=${backendcompiler} 2977 else 2924 withval=$with_backend_compiler; backcompiler=$withval 2925 else 2926 backcompiler="" 2927 fi 2928 2929 if test x$backcompiler != x; then 2930 cat >>confdefs.h <<_ACEOF 2931 #define GCC_PATH "${backcompiler}" 2932 _ACEOF 2933 2934 BACKEND_CC=${backcompiler} 2935 else 2978 2936 # Extract the first word of "gcc", so it can be a program name with args. 2979 2937 set dummy gcc; ac_word=$2 2980 2938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2981 2939 $as_echo_n "checking for $ac_word... " >&6; } 2982 if ${ac_cv_path_ BACKEND_CC+:} false; then :2940 if ${ac_cv_path_GCC_PATH+:} false; then : 2983 2941 $as_echo_n "(cached) " >&6 2984 2942 else 2985 case $ BACKEND_CCin2943 case $GCC_PATH in 2986 2944 [\\/]* | ?:[\\/]*) 2987 ac_cv_path_ BACKEND_CC="$BACKEND_CC" # Let the user override the test with a path.2945 ac_cv_path_GCC_PATH="$GCC_PATH" # Let the user override the test with a path. 2988 2946 ;; 2989 2947 *) … … 2995 2953 for ac_exec_ext in '' $ac_executable_extensions; do 2996 2954 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2997 ac_cv_path_ BACKEND_CC="$as_dir/$ac_word$ac_exec_ext"2955 ac_cv_path_GCC_PATH="$as_dir/$ac_word$ac_exec_ext" 2998 2956 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2999 2957 break 2 … … 3003 2961 IFS=$as_save_IFS 3004 2962 2963 test -z "$ac_cv_path_GCC_PATH" && ac_cv_path_GCC_PATH="N/A" 3005 2964 ;; 3006 2965 esac 3007 2966 fi 3008 BACKEND_CC=$ac_cv_path_BACKEND_CC 3009 if test -n "$ BACKEND_CC"; then3010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ BACKEND_CC" >&53011 $as_echo "$ BACKEND_CC" >&6; }2967 GCC_PATH=$ac_cv_path_GCC_PATH 2968 if test -n "$GCC_PATH"; then 2969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_PATH" >&5 2970 $as_echo "$GCC_PATH" >&6; } 3012 2971 else 3013 2972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 … … 3016 2975 3017 2976 3018 if test " x$BACKEND_CC" = "x"; then2977 if test "$GCC_PATH" = "N/A"; then 3019 2978 as_fn_error $? "some version of gcc is needed. Get it at ftp://ftp.gnu.org" "$LINENO" 5 3020 2979 exit 1 3021 2980 fi 3022 fi3023 2981 3024 2982 cat >>confdefs.h <<_ACEOF 3025 #define CFA_BACKEND_CC "${BACKEND_CC}" 3026 _ACEOF 3027 2983 #define GCC_PATH "${GCC_PATH}" 2984 _ACEOF 2985 2986 BACKEND_CC=${GCC_PATH} 2987 fi 3028 2988 3029 2989 … … 5797 5757 5798 5758 5799 ac_config_files="$ac_config_files Makefile src/driver/Makefile src/Makefile src/examples/Makefile src/ tests/Makefile src/libcfa/Makefile"5759 ac_config_files="$ac_config_files Makefile src/driver/Makefile src/Makefile src/examples/Makefile src/libcfa/Makefile" 5800 5760 5801 5761 … … 6543 6503 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 6544 6504 "src/examples/Makefile") CONFIG_FILES="$CONFIG_FILES src/examples/Makefile" ;; 6545 "src/tests/Makefile") CONFIG_FILES="$CONFIG_FILES src/tests/Makefile" ;;6546 6505 "src/libcfa/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcfa/Makefile" ;; 6547 6506
Note:
See TracChangeset
for help on using the changeset viewer.