LEFT | RIGHT |
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.67 for breakpad 0.1. | 3 # Generated by GNU Autoconf 2.67 for breakpad 0.1. |
4 # | 4 # |
5 # Report bugs to <opensource@google.com>. | 5 # Report bugs to <opensource@google.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, 2010 Free Software | 9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software |
10 # Foundation, Inc. | 10 # Foundation, Inc. |
(...skipping 17616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
17627 exec 5>>config.log | 17627 exec 5>>config.log |
17628 # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 17628 # Use ||, not &&, to avoid exiting from the if with $? = 1, which |
17629 # would make configure fail if this is the last instruction. | 17629 # would make configure fail if this is the last instruction. |
17630 $ac_cs_success || as_fn_exit 1 | 17630 $ac_cs_success || as_fn_exit 1 |
17631 fi | 17631 fi |
17632 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 17632 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
17633 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un
recognized_opts" >&5 | 17633 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un
recognized_opts" >&5 |
17634 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} | 17634 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} |
17635 fi | 17635 fi |
17636 | 17636 |
LEFT | RIGHT |