Changes in configure [e24f13a:d2a182e]
Legend:
- Unmodified
- Added
- Removed
-
configure
re24f13a rd2a182e 671 671 INSTALL_SCRIPT 672 672 INSTALL_PROGRAM 673 AM_BACKSLASH 674 AM_DEFAULT_VERBOSITY 675 AM_DEFAULT_V 676 AM_V 673 677 target_alias 674 678 host_alias … … 712 716 ac_user_opts=' 713 717 enable_option_checking 718 enable_silent_rules 714 719 enable_maintainer_mode 715 720 with_backend_compiler … … 1346 1351 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1347 1352 --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') 1348 1355 --disable-maintainer-mode disable make rules and dependencies not useful 1349 1356 (and sometimes confusing) to the casual installer … … 2407 2414 #AC_CONFIG_SRCDIR([src/main.cc]) 2408 2415 ac_config_headers="$ac_config_headers config.h" 2416 2417 # Check whether --enable-silent-rules was given. 2418 if test "${enable_silent_rules+set}" = set; then : 2419 enableval=$enable_silent_rules; 2420 fi 2421 2422 case $enable_silent_rules in 2423 yes) AM_DEFAULT_VERBOSITY=0;; 2424 no) AM_DEFAULT_VERBOSITY=1;; 2425 *) AM_DEFAULT_VERBOSITY=1;; 2426 esac 2427 am_make=${MAKE-make} 2428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 2429 $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) " >&6 2432 else 2433 if $as_echo 'TRUE=$(BAR$(V)) 2434 BAR0=false 2435 BAR1=true 2436 V=1 2437 am__doit: 2438 @$(TRUE) 2439 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then 2440 am_cv_make_support_nested_variables=yes 2441 else 2442 am_cv_make_support_nested_variables=no 2443 fi 2444 fi 2445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 2446 $as_echo "$am_cv_make_support_nested_variables" >&6; } 2447 if test $am_cv_make_support_nested_variables = yes; then 2448 AM_V='$(V)' 2449 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' 2450 else 2451 AM_V=$AM_DEFAULT_VERBOSITY 2452 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY 2453 fi 2454 AM_BACKSLASH='\' 2409 2455 2410 2456
Note:
See TracChangeset
for help on using the changeset viewer.