Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Side by Side Diff: configure

Issue 1638653002: test: allow use of system gmock/gtest libs (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Makefile.in ('k') | configure.ac » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #! /bin/sh 1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles. 2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for breakpad 0.1. 3 # Generated by GNU Autoconf 2.69 for breakpad 0.1.
4 # 4 #
5 # Report bugs to <google-breakpad-dev@googlegroups.com>. 5 # Report bugs to <google-breakpad-dev@googlegroups.com>.
6 # 6 #
7 # 7 #
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9 # 9 #
10 # 10 #
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 #ifdef HAVE_UNISTD_H 621 #ifdef HAVE_UNISTD_H
622 # include <unistd.h> 622 # include <unistd.h>
623 #endif" 623 #endif"
624 624
625 ac_subst_vars='am__EXEEXT_FALSE 625 ac_subst_vars='am__EXEEXT_FALSE
626 am__EXEEXT_TRUE 626 am__EXEEXT_TRUE
627 LTLIBOBJS 627 LTLIBOBJS
628 LIBOBJS 628 LIBOBJS
629 SELFTEST_FALSE 629 SELFTEST_FALSE
630 SELFTEST_TRUE 630 SELFTEST_TRUE
631 GTEST_LIBS
632 GTEST_CFLAGS
633 GTEST_CONFIG
634 GMOCK_LIBS
635 GMOCK_CFLAGS
636 GMOCK_CONFIG
637 SYSTEM_TEST_LIBS_FALSE
638 SYSTEM_TEST_LIBS_TRUE
631 DISABLE_TOOLS_FALSE 639 DISABLE_TOOLS_FALSE
632 DISABLE_TOOLS_TRUE 640 DISABLE_TOOLS_TRUE
633 DISABLE_PROCESSOR_FALSE 641 DISABLE_PROCESSOR_FALSE
634 DISABLE_PROCESSOR_TRUE 642 DISABLE_PROCESSOR_TRUE
635 ANDROID_HOST_FALSE 643 ANDROID_HOST_FALSE
636 ANDROID_HOST_TRUE 644 ANDROID_HOST_TRUE
637 LINUX_HOST_FALSE 645 LINUX_HOST_FALSE
638 LINUX_HOST_TRUE 646 LINUX_HOST_TRUE
639 HAVE_CXX11 647 HAVE_CXX11
640 PTHREAD_CFLAGS 648 PTHREAD_CFLAGS
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 ac_subst_files='' 764 ac_subst_files=''
757 ac_user_opts=' 765 ac_user_opts='
758 enable_option_checking 766 enable_option_checking
759 enable_silent_rules 767 enable_silent_rules
760 enable_maintainer_mode 768 enable_maintainer_mode
761 enable_dependency_tracking 769 enable_dependency_tracking
762 enable_m32 770 enable_m32
763 enable_largefile 771 enable_largefile
764 enable_processor 772 enable_processor
765 enable_tools 773 enable_tools
774 enable_system_test_libs
766 enable_selftest 775 enable_selftest
767 ' 776 '
768 ac_precious_vars='build_alias 777 ac_precious_vars='build_alias
769 host_alias 778 host_alias
770 target_alias 779 target_alias
771 CC 780 CC
772 CFLAGS 781 CFLAGS
773 LDFLAGS 782 LDFLAGS
774 LIBS 783 LIBS
775 CPPFLAGS 784 CPPFLAGS
776 CCAS 785 CCAS
777 CCASFLAGS 786 CCASFLAGS
778 CPP 787 CPP
779 CXX 788 CXX
780 CXXFLAGS 789 CXXFLAGS
781 CCC' 790 CCC
791 GMOCK_CONFIG
792 GMOCK_CFLAGS
793 GMOCK_LIBS
794 GTEST_CONFIG
795 GTEST_CFLAGS
796 GTEST_LIBS'
782 797
783 798
784 # Initialize some variables set by options. 799 # Initialize some variables set by options.
785 ac_init_help= 800 ac_init_help=
786 ac_init_version=false 801 ac_init_version=false
787 ac_unrecognized_opts= 802 ac_unrecognized_opts=
788 ac_unrecognized_sep= 803 ac_unrecognized_sep=
789 # The variables have the same names as the options, with 804 # The variables have the same names as the options, with
790 # dashes changed to underlines. 805 # dashes changed to underlines.
791 cache_file=/dev/null 806 cache_file=/dev/null
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
1403 enable make rules and dependencies not useful (and 1418 enable make rules and dependencies not useful (and
1404 sometimes confusing) to the casual installer 1419 sometimes confusing) to the casual installer
1405 --enable-dependency-tracking 1420 --enable-dependency-tracking
1406 do not reject slow dependency extractors 1421 do not reject slow dependency extractors
1407 --disable-dependency-tracking 1422 --disable-dependency-tracking
1408 speeds up one-time build 1423 speeds up one-time build
1409 --enable-m32 Compile/build with -m32 (default is no) 1424 --enable-m32 Compile/build with -m32 (default is no)
1410 --disable-largefile omit support for large files 1425 --disable-largefile omit support for large files
1411 --disable-processor Don't build processor library (default is no) 1426 --disable-processor Don't build processor library (default is no)
1412 --disable-tools Don't build tool binaries (default is no) 1427 --disable-tools Don't build tool binaries (default is no)
1428 --enable-system-test-libs
1429 Use gtest/gmock/etc... from the system instead of
1430 the local copies (default is local)
1413 --enable-selftest Run extra tests with "make check" (may conflict with 1431 --enable-selftest Run extra tests with "make check" (may conflict with
1414 optimizations) (default is no) 1432 optimizations) (default is no)
1415 1433
1416 Some influential environment variables: 1434 Some influential environment variables:
1417 CC C compiler command 1435 CC C compiler command
1418 CFLAGS C compiler flags 1436 CFLAGS C compiler flags
1419 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1437 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1420 nonstandard directory <lib dir> 1438 nonstandard directory <lib dir>
1421 LIBS libraries to pass to the linker, e.g. -l<library> 1439 LIBS libraries to pass to the linker, e.g. -l<library>
1422 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if 1440 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1423 you have headers in a nonstandard directory <include dir> 1441 you have headers in a nonstandard directory <include dir>
1424 CCAS assembler compiler command (defaults to CC) 1442 CCAS assembler compiler command (defaults to CC)
1425 CCASFLAGS assembler compiler flags (defaults to CFLAGS) 1443 CCASFLAGS assembler compiler flags (defaults to CFLAGS)
1426 CPP C preprocessor 1444 CPP C preprocessor
1427 CXX C++ compiler command 1445 CXX C++ compiler command
1428 CXXFLAGS C++ compiler flags 1446 CXXFLAGS C++ compiler flags
1447 GMOCK_CONFIG
1448 Path to gmock-config script
1449 GMOCK_CFLAGS
1450 Compiler flags for gmock
1451 GMOCK_LIBS Linker flags for gmock
1452 GTEST_CONFIG
1453 Path to gtest-config script
1454 GTEST_CFLAGS
1455 Compiler flags for gtest
1456 GTEST_LIBS Linker flags for gtest
1429 1457
1430 Use these variables to override the choices made by `configure' or to help 1458 Use these variables to override the choices made by `configure' or to help
1431 it to find libraries and programs with nonstandard names/locations. 1459 it to find libraries and programs with nonstandard names/locations.
1432 1460
1433 Report bugs to <google-breakpad-dev@googlegroups.com>. 1461 Report bugs to <google-breakpad-dev@googlegroups.com>.
1434 _ACEOF 1462 _ACEOF
1435 ac_status=$? 1463 ac_status=$?
1436 fi 1464 fi
1437 1465
1438 if test "$ac_init_help" = "recursive"; then 1466 if test "$ac_init_help" = "recursive"; then
(...skipping 6007 matching lines...) Expand 10 before | Expand all | Expand 10 after
7446 else 7474 else
7447 DISABLE_TOOLS_TRUE='#' 7475 DISABLE_TOOLS_TRUE='#'
7448 DISABLE_TOOLS_FALSE= 7476 DISABLE_TOOLS_FALSE=
7449 fi 7477 fi
7450 7478
7451 7479
7452 if test x$LINUX_HOST = xfalse -a x$disable_processor = xtrue -a x$disable_tools = xtrue; then 7480 if test x$LINUX_HOST = xfalse -a x$disable_processor = xtrue -a x$disable_tools = xtrue; then
7453 as_fn_error $? "--disable-processor and --disable-tools were specified, and n ot building for Linux. Nothing to build!" "$LINENO" 5 7481 as_fn_error $? "--disable-processor and --disable-tools were specified, and n ot building for Linux. Nothing to build!" "$LINENO" 5
7454 fi 7482 fi
7455 7483
7484 # Check whether --enable-system-test-libs was given.
7485 if test "${enable_system_test_libs+set}" = set; then :
7486 enableval=$enable_system_test_libs; case "${enableval}" in
7487 yes)
7488 system_test_libs=true
7489 ;;
7490 no)
7491 system_test_libs=false
7492 ;;
7493 *)
7494 as_fn_error $? "bad value ${enableval} for --enable-system-te st-libs" "$LINENO" 5
7495 ;;
7496 esac
7497 else
7498 system_test_libs=false
7499 fi
7500
7501 if test x$system_test_libs = xtrue; then
7502 SYSTEM_TEST_LIBS_TRUE=
7503 SYSTEM_TEST_LIBS_FALSE='#'
7504 else
7505 SYSTEM_TEST_LIBS_TRUE='#'
7506 SYSTEM_TEST_LIBS_FALSE=
7507 fi
7508
7509
7510
7511
7512
7513
7514
7515
7516 if test x$system_test_libs = xtrue; then
7517 if test -n "$ac_tool_prefix"; then
7518 # Extract the first word of "${ac_tool_prefix}gmock-config", so it can be a pr ogram name with args.
7519 set dummy ${ac_tool_prefix}gmock-config; ac_word=$2
7520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7521 $as_echo_n "checking for $ac_word... " >&6; }
7522 if ${ac_cv_prog_GMOCK_CONFIG+:} false; then :
7523 $as_echo_n "(cached) " >&6
7524 else
7525 if test -n "$GMOCK_CONFIG"; then
7526 ac_cv_prog_GMOCK_CONFIG="$GMOCK_CONFIG" # Let the user override the test.
7527 else
7528 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7529 for as_dir in $PATH
7530 do
7531 IFS=$as_save_IFS
7532 test -z "$as_dir" && as_dir=.
7533 for ac_exec_ext in '' $ac_executable_extensions; do
7534 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7535 ac_cv_prog_GMOCK_CONFIG="${ac_tool_prefix}gmock-config"
7536 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
7537 break 2
7538 fi
7539 done
7540 done
7541 IFS=$as_save_IFS
7542
7543 fi
7544 fi
7545 GMOCK_CONFIG=$ac_cv_prog_GMOCK_CONFIG
7546 if test -n "$GMOCK_CONFIG"; then
7547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMOCK_CONFIG" >&5
7548 $as_echo "$GMOCK_CONFIG" >&6; }
7549 else
7550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7551 $as_echo "no" >&6; }
7552 fi
7553
7554
7555 fi
7556 if test -z "$ac_cv_prog_GMOCK_CONFIG"; then
7557 ac_ct_GMOCK_CONFIG=$GMOCK_CONFIG
7558 # Extract the first word of "gmock-config", so it can be a program name with a rgs.
7559 set dummy gmock-config; ac_word=$2
7560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7561 $as_echo_n "checking for $ac_word... " >&6; }
7562 if ${ac_cv_prog_ac_ct_GMOCK_CONFIG+:} false; then :
7563 $as_echo_n "(cached) " >&6
7564 else
7565 if test -n "$ac_ct_GMOCK_CONFIG"; then
7566 ac_cv_prog_ac_ct_GMOCK_CONFIG="$ac_ct_GMOCK_CONFIG" # Let the user override th e test.
7567 else
7568 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7569 for as_dir in $PATH
7570 do
7571 IFS=$as_save_IFS
7572 test -z "$as_dir" && as_dir=.
7573 for ac_exec_ext in '' $ac_executable_extensions; do
7574 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7575 ac_cv_prog_ac_ct_GMOCK_CONFIG="gmock-config"
7576 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
7577 break 2
7578 fi
7579 done
7580 done
7581 IFS=$as_save_IFS
7582
7583 fi
7584 fi
7585 ac_ct_GMOCK_CONFIG=$ac_cv_prog_ac_ct_GMOCK_CONFIG
7586 if test -n "$ac_ct_GMOCK_CONFIG"; then
7587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GMOCK_CONFIG" >&5
7588 $as_echo "$ac_ct_GMOCK_CONFIG" >&6; }
7589 else
7590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7591 $as_echo "no" >&6; }
7592 fi
7593
7594 if test "x$ac_ct_GMOCK_CONFIG" = x; then
7595 GMOCK_CONFIG=""
7596 else
7597 case $cross_compiling:$ac_tool_warned in
7598 yes:)
7599 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7600 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 ;}
7601 ac_tool_warned=yes ;;
7602 esac
7603 GMOCK_CONFIG=$ac_ct_GMOCK_CONFIG
7604 fi
7605 else
7606 GMOCK_CONFIG="$ac_cv_prog_GMOCK_CONFIG"
7607 fi
7608
7609 if test -n "$ac_tool_prefix"; then
7610 # Extract the first word of "${ac_tool_prefix}gtest-config", so it can be a pr ogram name with args.
7611 set dummy ${ac_tool_prefix}gtest-config; ac_word=$2
7612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7613 $as_echo_n "checking for $ac_word... " >&6; }
7614 if ${ac_cv_prog_GTEST_CONFIG+:} false; then :
7615 $as_echo_n "(cached) " >&6
7616 else
7617 if test -n "$GTEST_CONFIG"; then
7618 ac_cv_prog_GTEST_CONFIG="$GTEST_CONFIG" # Let the user override the test.
7619 else
7620 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7621 for as_dir in $PATH
7622 do
7623 IFS=$as_save_IFS
7624 test -z "$as_dir" && as_dir=.
7625 for ac_exec_ext in '' $ac_executable_extensions; do
7626 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7627 ac_cv_prog_GTEST_CONFIG="${ac_tool_prefix}gtest-config"
7628 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
7629 break 2
7630 fi
7631 done
7632 done
7633 IFS=$as_save_IFS
7634
7635 fi
7636 fi
7637 GTEST_CONFIG=$ac_cv_prog_GTEST_CONFIG
7638 if test -n "$GTEST_CONFIG"; then
7639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTEST_CONFIG" >&5
7640 $as_echo "$GTEST_CONFIG" >&6; }
7641 else
7642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7643 $as_echo "no" >&6; }
7644 fi
7645
7646
7647 fi
7648 if test -z "$ac_cv_prog_GTEST_CONFIG"; then
7649 ac_ct_GTEST_CONFIG=$GTEST_CONFIG
7650 # Extract the first word of "gtest-config", so it can be a program name with a rgs.
7651 set dummy gtest-config; ac_word=$2
7652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7653 $as_echo_n "checking for $ac_word... " >&6; }
7654 if ${ac_cv_prog_ac_ct_GTEST_CONFIG+:} false; then :
7655 $as_echo_n "(cached) " >&6
7656 else
7657 if test -n "$ac_ct_GTEST_CONFIG"; then
7658 ac_cv_prog_ac_ct_GTEST_CONFIG="$ac_ct_GTEST_CONFIG" # Let the user override th e test.
7659 else
7660 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7661 for as_dir in $PATH
7662 do
7663 IFS=$as_save_IFS
7664 test -z "$as_dir" && as_dir=.
7665 for ac_exec_ext in '' $ac_executable_extensions; do
7666 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7667 ac_cv_prog_ac_ct_GTEST_CONFIG="gtest-config"
7668 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
7669 break 2
7670 fi
7671 done
7672 done
7673 IFS=$as_save_IFS
7674
7675 fi
7676 fi
7677 ac_ct_GTEST_CONFIG=$ac_cv_prog_ac_ct_GTEST_CONFIG
7678 if test -n "$ac_ct_GTEST_CONFIG"; then
7679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GTEST_CONFIG" >&5
7680 $as_echo "$ac_ct_GTEST_CONFIG" >&6; }
7681 else
7682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7683 $as_echo "no" >&6; }
7684 fi
7685
7686 if test "x$ac_ct_GTEST_CONFIG" = x; then
7687 GTEST_CONFIG=""
7688 else
7689 case $cross_compiling:$ac_tool_warned in
7690 yes:)
7691 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7692 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 ;}
7693 ac_tool_warned=yes ;;
7694 esac
7695 GTEST_CONFIG=$ac_ct_GTEST_CONFIG
7696 fi
7697 else
7698 GTEST_CONFIG="$ac_cv_prog_GTEST_CONFIG"
7699 fi
7700
7701 GMOCK_CFLAGS=`$GMOCK_CONFIG --cppflags --cxxflags`
7702 GMOCK_LIBS=`$GMOCK_CONFIG --ldflags --libs`
7703 GTEST_CFLAGS=`$GTEST_CONFIG --cppflags --cxxflags`
7704 GTEST_LIBS=`$GTEST_CONFIG --ldflags --libs`
7705 fi
7706
7456 # Check whether --enable-selftest was given. 7707 # Check whether --enable-selftest was given.
7457 if test "${enable_selftest+set}" = set; then : 7708 if test "${enable_selftest+set}" = set; then :
7458 enableval=$enable_selftest; case "${enableval}" in 7709 enableval=$enable_selftest; case "${enableval}" in
7459 yes) 7710 yes)
7460 selftest=true 7711 selftest=true
7461 ;; 7712 ;;
7462 no) 7713 no)
7463 selftest=false 7714 selftest=false
7464 ;; 7715 ;;
7465 *) 7716 *)
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
7643 Usually this means the macro was only invoked conditionally." "$LINENO" 5 7894 Usually this means the macro was only invoked conditionally." "$LINENO" 5
7644 fi 7895 fi
7645 if test -z "${DISABLE_PROCESSOR_TRUE}" && test -z "${DISABLE_PROCESSOR_FALSE}"; then 7896 if test -z "${DISABLE_PROCESSOR_TRUE}" && test -z "${DISABLE_PROCESSOR_FALSE}"; then
7646 as_fn_error $? "conditional \"DISABLE_PROCESSOR\" was never defined. 7897 as_fn_error $? "conditional \"DISABLE_PROCESSOR\" was never defined.
7647 Usually this means the macro was only invoked conditionally." "$LINENO" 5 7898 Usually this means the macro was only invoked conditionally." "$LINENO" 5
7648 fi 7899 fi
7649 if test -z "${DISABLE_TOOLS_TRUE}" && test -z "${DISABLE_TOOLS_FALSE}"; then 7900 if test -z "${DISABLE_TOOLS_TRUE}" && test -z "${DISABLE_TOOLS_FALSE}"; then
7650 as_fn_error $? "conditional \"DISABLE_TOOLS\" was never defined. 7901 as_fn_error $? "conditional \"DISABLE_TOOLS\" was never defined.
7651 Usually this means the macro was only invoked conditionally." "$LINENO" 5 7902 Usually this means the macro was only invoked conditionally." "$LINENO" 5
7652 fi 7903 fi
7904 if test -z "${SYSTEM_TEST_LIBS_TRUE}" && test -z "${SYSTEM_TEST_LIBS_FALSE}"; th en
7905 as_fn_error $? "conditional \"SYSTEM_TEST_LIBS\" was never defined.
7906 Usually this means the macro was only invoked conditionally." "$LINENO" 5
7907 fi
7653 if test -z "${SELFTEST_TRUE}" && test -z "${SELFTEST_FALSE}"; then 7908 if test -z "${SELFTEST_TRUE}" && test -z "${SELFTEST_FALSE}"; then
7654 as_fn_error $? "conditional \"SELFTEST\" was never defined. 7909 as_fn_error $? "conditional \"SELFTEST\" was never defined.
7655 Usually this means the macro was only invoked conditionally." "$LINENO" 5 7910 Usually this means the macro was only invoked conditionally." "$LINENO" 5
7656 fi 7911 fi
7657 7912
7658 : "${CONFIG_STATUS=./config.status}" 7913 : "${CONFIG_STATUS=./config.status}"
7659 ac_write_fail=0 7914 ac_write_fail=0
7660 ac_clean_files_save=$ac_clean_files 7915 ac_clean_files_save=$ac_clean_files
7661 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 7916 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
7662 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 7917 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
(...skipping 1307 matching lines...) Expand 10 before | Expand all | Expand 10 after
8970 exec 5>>config.log 9225 exec 5>>config.log
8971 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 9226 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
8972 # would make configure fail if this is the last instruction. 9227 # would make configure fail if this is the last instruction.
8973 $ac_cs_success || as_fn_exit 1 9228 $ac_cs_success || as_fn_exit 1
8974 fi 9229 fi
8975 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 9230 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
8976 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un recognized_opts" >&5 9231 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un recognized_opts" >&5
8977 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 9232 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
8978 fi 9233 fi
8979 9234
OLDNEW
« no previous file with comments | « Makefile.in ('k') | configure.ac » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698