| 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.64. | 3 # Generated by GNU Autoconf 2.64. |
| 4 # | 4 # |
| 5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
| 6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software | 6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software |
| 7 # Foundation, Inc. | 7 # Foundation, Inc. |
| 8 # | 8 # |
| 9 # This configure script is free software; the Free Software Foundation | 9 # This configure script is free software; the Free Software Foundation |
| 10 # gives unlimited permission to copy, distribute and modify it. | 10 # gives unlimited permission to copy, distribute and modify it. |
| (...skipping 4098 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4109 if (cygpath --version) >/dev/null 2>/dev/null; then | 4109 if (cygpath --version) >/dev/null 2>/dev/null; then |
| 4110 CYGPATH_W='cygpath -w' | 4110 CYGPATH_W='cygpath -w' |
| 4111 else | 4111 else |
| 4112 CYGPATH_W=echo | 4112 CYGPATH_W=echo |
| 4113 fi | 4113 fi |
| 4114 fi | 4114 fi |
| 4115 | 4115 |
| 4116 | 4116 |
| 4117 # Define the identity of the package. | 4117 # Define the identity of the package. |
| 4118 PACKAGE=bfd | 4118 PACKAGE=bfd |
| 4119 VERSION=2.20 | 4119 VERSION=2.20.1 |
| 4120 | 4120 |
| 4121 | 4121 |
| 4122 cat >>confdefs.h <<_ACEOF | 4122 cat >>confdefs.h <<_ACEOF |
| 4123 #define PACKAGE "$PACKAGE" | 4123 #define PACKAGE "$PACKAGE" |
| 4124 _ACEOF | 4124 _ACEOF |
| 4125 | 4125 |
| 4126 | 4126 |
| 4127 cat >>confdefs.h <<_ACEOF | 4127 cat >>confdefs.h <<_ACEOF |
| 4128 #define VERSION "$VERSION" | 4128 #define VERSION "$VERSION" |
| 4129 _ACEOF | 4129 _ACEOF |
| (...skipping 14136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 18266 # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 18266 # Use ||, not &&, to avoid exiting from the if with $? = 1, which |
| 18267 # would make configure fail if this is the last instruction. | 18267 # would make configure fail if this is the last instruction. |
| 18268 $ac_cs_success || as_fn_exit $? | 18268 $ac_cs_success || as_fn_exit $? |
| 18269 fi | 18269 fi |
| 18270 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 18270 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
| 18271 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un
recognized_opts" >&5 | 18271 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un
recognized_opts" >&5 |
| 18272 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} | 18272 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} |
| 18273 fi | 18273 fi |
| 18274 | 18274 |
| 18275 | 18275 |
| OLD | NEW |