OLD | NEW |
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.65 for breakpad 0.1. | 3 # Generated by GNU Autoconf 2.65 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, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | 9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, |
10 # Inc. | 10 # Inc. |
(...skipping 1751 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1762 eval "$3=no" | 1762 eval "$3=no" |
1763 fi | 1763 fi |
1764 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 1764 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
1765 fi | 1765 fi |
1766 eval ac_res=\$$3 | 1766 eval ac_res=\$$3 |
1767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 1767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
1768 $as_echo "$ac_res" >&6; } | 1768 $as_echo "$ac_res" >&6; } |
1769 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_
lineno;} | 1769 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_
lineno;} |
1770 | 1770 |
1771 } # ac_fn_c_check_header_compile | 1771 } # ac_fn_c_check_header_compile |
1772 | |
1773 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES | |
1774 # ---------------------------------------------------- | |
1775 # Tries to find if the field MEMBER exists in type AGGR, after including | |
1776 # INCLUDES, setting cache variable VAR accordingly. | |
1777 ac_fn_c_check_member () | |
1778 { | |
1779 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 | |
1781 $as_echo_n "checking for $2.$3... " >&6; } | |
1782 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then : | |
1783 $as_echo_n "(cached) " >&6 | |
1784 else | |
1785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1786 /* end confdefs.h. */ | |
1787 $5 | |
1788 int | |
1789 main () | |
1790 { | |
1791 static $2 ac_aggr; | |
1792 if (ac_aggr.$3) | |
1793 return 0; | |
1794 ; | |
1795 return 0; | |
1796 } | |
1797 _ACEOF | |
1798 if ac_fn_c_try_compile "$LINENO"; then : | |
1799 eval "$4=yes" | |
1800 else | |
1801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1802 /* end confdefs.h. */ | |
1803 $5 | |
1804 int | |
1805 main () | |
1806 { | |
1807 static $2 ac_aggr; | |
1808 if (sizeof ac_aggr.$3) | |
1809 return 0; | |
1810 ; | |
1811 return 0; | |
1812 } | |
1813 _ACEOF | |
1814 if ac_fn_c_try_compile "$LINENO"; then : | |
1815 eval "$4=yes" | |
1816 else | |
1817 eval "$4=no" | |
1818 fi | |
1819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
1820 fi | |
1821 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
1822 fi | |
1823 eval ac_res=\$$4 | |
1824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
1825 $as_echo "$ac_res" >&6; } | |
1826 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_
lineno;} | |
1827 | |
1828 } # ac_fn_c_check_member | |
1829 cat >config.log <<_ACEOF | 1772 cat >config.log <<_ACEOF |
1830 This file contains any messages produced by compilers while | 1773 This file contains any messages produced by compilers while |
1831 running configure, to aid debugging if configure makes a mistake. | 1774 running configure, to aid debugging if configure makes a mistake. |
1832 | 1775 |
1833 It was created by breakpad $as_me 0.1, which was | 1776 It was created by breakpad $as_me 0.1, which was |
1834 generated by GNU Autoconf 2.65. Invocation command line was | 1777 generated by GNU Autoconf 2.65. Invocation command line was |
1835 | 1778 |
1836 $ $0 $@ | 1779 $ $0 $@ |
1837 | 1780 |
1838 _ACEOF | 1781 _ACEOF |
(...skipping 3529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5368 else | 5311 else |
5369 DISABLE_TOOLS_TRUE='#' | 5312 DISABLE_TOOLS_TRUE='#' |
5370 DISABLE_TOOLS_FALSE= | 5313 DISABLE_TOOLS_FALSE= |
5371 fi | 5314 fi |
5372 | 5315 |
5373 | 5316 |
5374 if test x$LINUX_HOST = xfalse -a x$disable_processor = xtrue -a x$disable_tools
= xtrue; then | 5317 if test x$LINUX_HOST = xfalse -a x$disable_processor = xtrue -a x$disable_tools
= xtrue; then |
5375 as_fn_error "--disable-processor and --disable-tools were specified, and not
building for Linux. Nothing to build!" "$LINENO" 5 | 5318 as_fn_error "--disable-processor and --disable-tools were specified, and not
building for Linux. Nothing to build!" "$LINENO" 5 |
5376 fi | 5319 fi |
5377 | 5320 |
5378 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_s
ockaddr_sa_len" "#include <sys/socket.h> | |
5379 " | |
5380 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then : | |
5381 | |
5382 $as_echo "#define GET_SA_LEN(X) (((struct sockaddr*)&(X))->sa_len)" >>confdefs.h | |
5383 | |
5384 else | |
5385 | |
5386 $as_echo "#define GET_SA_LEN(X) (((struct sockaddr*)&(X))->sa_family == AF_INET
? sizeof(struct sockaddr_in) : \\ | |
5387 ((struct sockaddr*)&(X))->sa_family == AF_INET6 ? si
zeof(struct sockaddr_in6) : sizeof(struct sockaddr))" >>confdefs.h | |
5388 | |
5389 fi | |
5390 | |
5391 | |
5392 # Check whether --enable-selftest was given. | 5321 # Check whether --enable-selftest was given. |
5393 if test "${enable_selftest+set}" = set; then : | 5322 if test "${enable_selftest+set}" = set; then : |
5394 enableval=$enable_selftest; case "${enableval}" in | 5323 enableval=$enable_selftest; case "${enableval}" in |
5395 yes) | 5324 yes) |
5396 selftest=true | 5325 selftest=true |
5397 ;; | 5326 ;; |
5398 no) | 5327 no) |
5399 selftest=false | 5328 selftest=false |
5400 ;; | 5329 ;; |
5401 *) | 5330 *) |
(...skipping 1458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6860 exec 5>>config.log | 6789 exec 5>>config.log |
6861 # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 6790 # Use ||, not &&, to avoid exiting from the if with $? = 1, which |
6862 # would make configure fail if this is the last instruction. | 6791 # would make configure fail if this is the last instruction. |
6863 $ac_cs_success || as_fn_exit $? | 6792 $ac_cs_success || as_fn_exit $? |
6864 fi | 6793 fi |
6865 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 6794 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
6866 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un
recognized_opts" >&5 | 6795 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un
recognized_opts" >&5 |
6867 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} | 6796 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} |
6868 fi | 6797 fi |
6869 | 6798 |
OLD | NEW |