| 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.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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 578 MAKEFLAGS= | 578 MAKEFLAGS= |
| 579 | 579 |
| 580 # Identity of this package. | 580 # Identity of this package. |
| 581 PACKAGE_NAME='breakpad' | 581 PACKAGE_NAME='breakpad' |
| 582 PACKAGE_TARNAME='breakpad' | 582 PACKAGE_TARNAME='breakpad' |
| 583 PACKAGE_VERSION='0.1' | 583 PACKAGE_VERSION='0.1' |
| 584 PACKAGE_STRING='breakpad 0.1' | 584 PACKAGE_STRING='breakpad 0.1' |
| 585 PACKAGE_BUGREPORT='google-breakpad-dev@googlegroups.com' | 585 PACKAGE_BUGREPORT='google-breakpad-dev@googlegroups.com' |
| 586 PACKAGE_URL='' | 586 PACKAGE_URL='' |
| 587 | 587 |
| 588 ac_unique_file="README" | 588 ac_unique_file="README.md" |
| 589 # Factoring default headers for most tests. | 589 # Factoring default headers for most tests. |
| 590 ac_includes_default="\ | 590 ac_includes_default="\ |
| 591 #include <stdio.h> | 591 #include <stdio.h> |
| 592 #ifdef HAVE_SYS_TYPES_H | 592 #ifdef HAVE_SYS_TYPES_H |
| 593 # include <sys/types.h> | 593 # include <sys/types.h> |
| 594 #endif | 594 #endif |
| 595 #ifdef HAVE_SYS_STAT_H | 595 #ifdef HAVE_SYS_STAT_H |
| 596 # include <sys/stat.h> | 596 # include <sys/stat.h> |
| 597 #endif | 597 #endif |
| 598 #ifdef STDC_HEADERS | 598 #ifdef STDC_HEADERS |
| (...skipping 7475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8074 exec 5>>config.log | 8074 exec 5>>config.log |
| 8075 # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 8075 # Use ||, not &&, to avoid exiting from the if with $? = 1, which |
| 8076 # would make configure fail if this is the last instruction. | 8076 # would make configure fail if this is the last instruction. |
| 8077 $ac_cs_success || as_fn_exit 1 | 8077 $ac_cs_success || as_fn_exit 1 |
| 8078 fi | 8078 fi |
| 8079 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 8079 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
| 8080 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un
recognized_opts" >&5 | 8080 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un
recognized_opts" >&5 |
| 8081 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} | 8081 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} |
| 8082 fi | 8082 fi |
| 8083 | 8083 |
| OLD | NEW |