| |   |
| 254 | 254 | SUBDIR_TUI_CFLAGS= \ |
| 255 | 255 | -DTUI=1 |
| 256 | 256 | |
| 257 | # |
| 258 | # python sub directory definitons |
| 259 | # |
| 260 | SUBDIR_PYTHON_OBS = \ |
| 261 | python.o \ |
| 262 | python-utils.o |
| 263 | SUBDIR_PYTHON_SRCS = \ |
| 264 | python/python.c \ |
| 265 | python/python-utils.c |
| 266 | SUBDIR_PYTHON_DEPS = |
| 267 | SUBDIR_PYTHON_LDFLAGS= |
| 268 | SUBDIR_PYTHON_CFLAGS= |
| 269 | |
| 257 | 270 | |
| 258 | 271 | # Opcodes currently live in one of two places. Either they are in the |
| 259 | 272 | # opcode library, typically ../opcodes, or they are in a header file |
| … | … | |
| 976 | 976 | tui_win_h = $(srcdir)/tui/tui-win.h $(tui_data_h) |
| 977 | 977 | tui_winsource_h = $(srcdir)/tui/tui-winsource.h $(tui_data_h) |
| 978 | 978 | |
| 979 | # |
| 980 | # gdb/python/ headers |
| 981 | # |
| 982 | |
| 983 | python_h = $(srcdir)/python/python.h $(value_h) |
| 984 | python_internal_h = $(srcdir)/python/python-internal.h |
| 985 | |
| 979 | 986 | # gdb/features preparsed descriptions |
| 980 | 987 | features_headers = $(defs_h) $(gdbtypes_h) $(target_descriptions_h) |
| 981 | 988 | arm_with_iwmmxt_c = $(srcdir)/features/arm-with-iwmmxt.c $(features_headers) |
| … | … | |
| 3084 | 3084 | $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/cli/cli-logging.c |
| 3085 | 3085 | cli-script.o: $(srcdir)/cli/cli-script.c $(defs_h) $(value_h) $(language_h) \ |
| 3086 | 3086 | $(ui_out_h) $(gdb_string_h) $(exceptions_h) $(top_h) $(cli_cmds_h) \ |
| 3087 | | $(cli_decode_h) $(cli_script_h) $(gdb_assert_h) $(breakpoint_h) |
| 3087 | $(cli_decode_h) $(cli_script_h) $(gdb_assert_h) $(breakpoint_h) \ |
| 3088 | $(python_h) |
| 3088 | 3089 | $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/cli/cli-script.c |
| 3089 | 3090 | cli-setshow.o: $(srcdir)/cli/cli-setshow.c $(defs_h) $(readline_tilde_h) \ |
| 3090 | 3091 | $(value_h) $(gdb_string_h) $(ui_out_h) $(cli_decode_h) $(cli_cmds_h) \ |
| … | … | |
| 3410 | 3410 | $(gdb_curses_h) $(gdb_assert_h) |
| 3411 | 3411 | $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-winsource.c |
| 3412 | 3412 | |
| 3413 | # |
| 3414 | # gdb/python/ dependencies |
| 3415 | # |
| 3416 | # Need to explicitly specify the compile rule as make will do nothing |
| 3417 | # or try to compile the object file into the sub-directory. |
| 3418 | |
| 3419 | # Flags needed to compile Python code |
| 3420 | PYTHON_CFLAGS=@PYTHON_CFLAGS@ |
| 3421 | |
| 3422 | python.o: $(srcdir)/python/python.c $(defs_h) $(python_h) \ |
| 3423 | $(command_h) $(libiberty_h) $(cli_decode_h) $(charset_h) $(top_h) \ |
| 3424 | $(exceptions_h) $(python_internal_h) $(version_h) $(cli_script_h) \ |
| 3425 | $(ui_out_h) $(target_h) $(gdbthread_h) |
| 3426 | $(CC) -c $(INTERNAL_CFLAGS) $(PYTHON_CFLAGS) $(srcdir)/python/python.c |
| 3427 | python-utils.o: $(srcdir)/python/python-utils.c $(defs_h) $(python_internal_h) |
| 3428 | $(CC) -c $(INTERNAL_CFLAGS) $(PYTHON_CFLAGS) \ |
| 3429 | $(srcdir)/python/python-utils.c -o python-utils.o |
| 3430 | |
| 3413 | 3431 | ### end of the gdb Makefile.in. |
| toggle raw diff |
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -254,6 +254,19 @@ SUBDIR_TUI_LDFLAGS=
SUBDIR_TUI_CFLAGS= \
-DTUI=1
+#
+# python sub directory definitons
+#
+SUBDIR_PYTHON_OBS = \
+ python.o \
+ python-utils.o
+SUBDIR_PYTHON_SRCS = \
+ python/python.c \
+ python/python-utils.c
+SUBDIR_PYTHON_DEPS =
+SUBDIR_PYTHON_LDFLAGS=
+SUBDIR_PYTHON_CFLAGS=
+
# Opcodes currently live in one of two places. Either they are in the
# opcode library, typically ../opcodes, or they are in a header file
@@ -963,6 +976,13 @@ tui_wingeneral_h = $(srcdir)/tui/tui-wingeneral.h
tui_win_h = $(srcdir)/tui/tui-win.h $(tui_data_h)
tui_winsource_h = $(srcdir)/tui/tui-winsource.h $(tui_data_h)
+#
+# gdb/python/ headers
+#
+
+python_h = $(srcdir)/python/python.h $(value_h)
+python_internal_h = $(srcdir)/python/python-internal.h
+
# gdb/features preparsed descriptions
features_headers = $(defs_h) $(gdbtypes_h) $(target_descriptions_h)
arm_with_iwmmxt_c = $(srcdir)/features/arm-with-iwmmxt.c $(features_headers)
@@ -3064,7 +3084,8 @@ cli-logging.o: $(srcdir)/cli/cli-logging.c $(defs_h) $(gdbcmd_h) $(ui_out_h) \
$(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/cli/cli-logging.c
cli-script.o: $(srcdir)/cli/cli-script.c $(defs_h) $(value_h) $(language_h) \
$(ui_out_h) $(gdb_string_h) $(exceptions_h) $(top_h) $(cli_cmds_h) \
- $(cli_decode_h) $(cli_script_h) $(gdb_assert_h) $(breakpoint_h)
+ $(cli_decode_h) $(cli_script_h) $(gdb_assert_h) $(breakpoint_h) \
+ $(python_h)
$(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/cli/cli-script.c
cli-setshow.o: $(srcdir)/cli/cli-setshow.c $(defs_h) $(readline_tilde_h) \
$(value_h) $(gdb_string_h) $(ui_out_h) $(cli_decode_h) $(cli_cmds_h) \
@@ -3389,4 +3410,22 @@ tui-winsource.o: $(srcdir)/tui/tui-winsource.c $(defs_h) $(symtab_h) \
$(gdb_curses_h) $(gdb_assert_h)
$(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-winsource.c
+#
+# gdb/python/ dependencies
+#
+# Need to explicitly specify the compile rule as make will do nothing
+# or try to compile the object file into the sub-directory.
+
+# Flags needed to compile Python code
+PYTHON_CFLAGS=@PYTHON_CFLAGS@
+
+python.o: $(srcdir)/python/python.c $(defs_h) $(python_h) \
+ $(command_h) $(libiberty_h) $(cli_decode_h) $(charset_h) $(top_h) \
+ $(exceptions_h) $(python_internal_h) $(version_h) $(cli_script_h) \
+ $(ui_out_h) $(target_h) $(gdbthread_h)
+ $(CC) -c $(INTERNAL_CFLAGS) $(PYTHON_CFLAGS) $(srcdir)/python/python.c
+python-utils.o: $(srcdir)/python/python-utils.c $(defs_h) $(python_internal_h)
+ $(CC) -c $(INTERNAL_CFLAGS) $(PYTHON_CFLAGS) \
+ $(srcdir)/python/python-utils.c -o python-utils.o
+
### end of the gdb Makefile.in. |
| |   |
| 34 | 34 | #include "cli/cli-script.h" |
| 35 | 35 | #include "gdb_assert.h" |
| 36 | 36 | |
| 37 | #include "python/python.h" |
| 38 | |
| 37 | 39 | /* Prototypes for local functions */ |
| 38 | 40 | |
| 39 | 41 | static enum command_control_type |
| … | … | |
| 104 | 104 | /* Build and return a new command structure for the control commands |
| 105 | 105 | such as "if" and "while". */ |
| 106 | 106 | |
| 107 | | static struct command_line * |
| 107 | struct command_line * |
| 108 | 108 | get_command_line (enum command_control_type type, char *arg) |
| 109 | 109 | { |
| 110 | 110 | struct command_line *cmd; |
| … | … | |
| 227 | 227 | continue; |
| 228 | 228 | } |
| 229 | 229 | |
| 230 | if (list->control_type == python_control) |
| 231 | { |
| 232 | ui_out_field_string (uiout, NULL, "python"); |
| 233 | ui_out_text (uiout, "\n"); |
| 234 | /* Don't indent python code at all. */ |
| 235 | print_command_lines (uiout, *list->body_list, 0); |
| 236 | if (depth) |
| 237 | ui_out_spaces (uiout, 2 * depth); |
| 238 | ui_out_field_string (uiout, NULL, "end"); |
| 239 | ui_out_text (uiout, "\n"); |
| 240 | list = list->next; |
| 241 | continue; |
| 242 | } |
| 243 | |
| 230 | 244 | /* ignore illegal command type and try next */ |
| 231 | 245 | list = list->next; |
| 232 | 246 | } /* while (list) */ |
| … | … | |
| 543 | 543 | ret = commands_from_control_command (new_line, cmd); |
| 544 | 544 | break; |
| 545 | 545 | } |
| 546 | case python_control: |
| 547 | { |
| 548 | eval_python_from_control_command (cmd); |
| 549 | ret = simple_control; |
| 550 | break; |
| 551 | } |
| 546 | 552 | |
| 547 | 553 | default: |
| 548 | 554 | warning (_("Invalid control type in canned commands structure.")); |
| … | … | |
| 560 | 560 | return ret; |
| 561 | 561 | } |
| 562 | 562 | |
| 563 | /* Like execute_control_command, but first set |
| 564 | suppress_next_print_command_trace. */ |
| 565 | |
| 566 | enum command_control_type |
| 567 | execute_control_command_untraced (struct command_line *cmd) |
| 568 | { |
| 569 | suppress_next_print_command_trace = 1; |
| 570 | return execute_control_command (cmd); |
| 571 | } |
| 572 | |
| 573 | |
| 563 | 574 | /* "while" command support. Executes a body of statements while the |
| 564 | 575 | loop condition is nonzero. */ |
| 565 | 576 | |
| … | … | |
| 585 | 585 | if (command == NULL) |
| 586 | 586 | return; |
| 587 | 587 | |
| 588 | | suppress_next_print_command_trace = 1; |
| 589 | | execute_control_command (command); |
| 588 | execute_control_command_untraced (command); |
| 590 | 589 | free_command_lines (&command); |
| 591 | 590 | } |
| 592 | 591 | |
| … | … | |
| 603 | 603 | if (command == NULL) |
| 604 | 604 | return; |
| 605 | 605 | |
| 606 | | suppress_next_print_command_trace = 1; |
| 607 | | execute_control_command (command); |
| 606 | execute_control_command_untraced (command); |
| 608 | 607 | free_command_lines (&command); |
| 609 | 608 | } |
| 610 | 609 | |
| … | … | |
| 917 | 917 | first_arg++; |
| 918 | 918 | *command = build_command_line (commands_control, first_arg); |
| 919 | 919 | } |
| 920 | else if (p1 - p == 6 && !strncmp (p, "python", 6)) |
| 921 | { |
| 922 | /* Note that we ignore the inline "python command" form |
| 923 | here. */ |
| 924 | *command = build_command_line (python_control, ""); |
| 925 | } |
| 920 | 926 | else if (p1 - p == 10 && !strncmp (p, "loop_break", 10)) |
| 921 | 927 | { |
| 922 | 928 | *command = (struct command_line *) |
| … | … | |
| 999 | 999 | { |
| 1000 | 1000 | if (current_cmd->control_type == while_control |
| 1001 | 1001 | || current_cmd->control_type == if_control |
| 1002 | || current_cmd->control_type == python_control |
| 1002 | 1003 | || current_cmd->control_type == commands_control) |
| 1003 | 1004 | { |
| 1004 | 1005 | /* Success reading an entire canned sequence of commands. */ |
| … | … | |
| 1051 | 1051 | on it. */ |
| 1052 | 1052 | if (next->control_type == while_control |
| 1053 | 1053 | || next->control_type == if_control |
| 1054 | || next->control_type == python_control |
| 1054 | 1055 | || next->control_type == commands_control) |
| 1055 | 1056 | { |
| 1056 | 1057 | control_level++; |
| … | … | |
| 1125 | 1125 | |
| 1126 | 1126 | if (next->control_type == while_control |
| 1127 | 1127 | || next->control_type == if_control |
| 1128 | || next->control_type == python_control |
| 1128 | 1129 | || next->control_type == commands_control) |
| 1129 | 1130 | { |
| 1130 | 1131 | control_level++; |
| toggle raw diff |
--- a/gdb/cli/cli-script.c
+++ b/gdb/cli/cli-script.c
@@ -34,6 +34,8 @@
#include "cli/cli-script.h"
#include "gdb_assert.h"
+#include "python/python.h"
+
/* Prototypes for local functions */
static enum command_control_type
@@ -102,7 +104,7 @@ build_command_line (enum command_control_type type, char *args)
/* Build and return a new command structure for the control commands
such as "if" and "while". */
-static struct command_line *
+struct command_line *
get_command_line (enum command_control_type type, char *arg)
{
struct command_line *cmd;
@@ -225,6 +227,20 @@ print_command_lines (struct ui_out *uiout, struct command_line *cmd,
continue;
}
+ if (list->control_type == python_control)
+ {
+ ui_out_field_string (uiout, NULL, "python");
+ ui_out_text (uiout, "\n");
+ /* Don't indent python code at all. */
+ print_command_lines (uiout, *list->body_list, 0);
+ if (depth)
+ ui_out_spaces (uiout, 2 * depth);
+ ui_out_field_string (uiout, NULL, "end");
+ ui_out_text (uiout, "\n");
+ list = list->next;
+ continue;
+ }
+
/* ignore illegal command type and try next */
list = list->next;
} /* while (list) */
@@ -527,6 +543,12 @@ execute_control_command (struct command_line *cmd)
ret = commands_from_control_command (new_line, cmd);
break;
}
+ case python_control:
+ {
+ eval_python_from_control_command (cmd);
+ ret = simple_control;
+ break;
+ }
default:
warning (_("Invalid control type in canned commands structure."));
@@ -538,6 +560,17 @@ execute_control_command (struct command_line *cmd)
return ret;
}
+/* Like execute_control_command, but first set
+ suppress_next_print_command_trace. */
+
+enum command_control_type
+execute_control_command_untraced (struct command_line *cmd)
+{
+ suppress_next_print_command_trace = 1;
+ return execute_control_command (cmd);
+}
+
+
/* "while" command support. Executes a body of statements while the
loop condition is nonzero. */
@@ -552,8 +585,7 @@ while_command (char *arg, int from_tty)
if (command == NULL)
return;
- suppress_next_print_command_trace = 1;
- execute_control_command (command);
+ execute_control_command_untraced (command);
free_command_lines (&command);
}
@@ -571,8 +603,7 @@ if_command (char *arg, int from_tty)
if (command == NULL)
return;
- suppress_next_print_command_trace = 1;
- execute_control_command (command);
+ execute_control_command_untraced (command);
free_command_lines (&command);
}
@@ -886,6 +917,12 @@ read_next_line (struct command_line **command)
first_arg++;
*command = build_command_line (commands_control, first_arg);
}
+ else if (p1 - p == 6 && !strncmp (p, "python", 6))
+ {
+ /* Note that we ignore the inline "python command" form
+ here. */
+ *command = build_command_line (python_control, "");
+ }
else if (p1 - p == 10 && !strncmp (p, "loop_break", 10))
{
*command = (struct command_line *)
@@ -962,6 +999,7 @@ recurse_read_control_structure (struct command_line *current_cmd)
{
if (current_cmd->control_type == while_control
|| current_cmd->control_type == if_control
+ || current_cmd->control_type == python_control
|| current_cmd->control_type == commands_control)
{
/* Success reading an entire canned sequence of commands. */
@@ -1013,6 +1051,7 @@ recurse_read_control_structure (struct command_line *current_cmd)
on it. */
if (next->control_type == while_control
|| next->control_type == if_control
+ || next->control_type == python_control
|| next->control_type == commands_control)
{
control_level++;
@@ -1086,6 +1125,7 @@ read_command_lines (char *prompt_arg, int from_tty)
if (next->control_type == while_control
|| next->control_type == if_control
+ || next->control_type == python_control
|| next->control_type == commands_control)
{
control_level++; |
| |   |
| 314 | 314 | ac_subdirs_all="$ac_subdirs_all gdbtk" |
| 315 | 315 | ac_subdirs_all="$ac_subdirs_all multi-ice" |
| 316 | 316 | ac_subdirs_all="$ac_subdirs_all gdbserver" |
| 317 | | ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP RANLIB ac_ct_RANLIB build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os USE_NLS LIBINTL LIBINTL_DEP INCINTL XGETTEXT GMSGFMT POSUB CATALOGS DATADIRNAME INSTOBJEXT GENCAT CATOBJEXT localedir GL_COND_LIBTOOL_TRUE GL_COND_LIBTOOL_FALSE GNULIB_MEMMEM GNULIB_MEMPCPY GNULIB_MEMRCHR GNULIB_STPCPY GNULIB_STPNCPY GNULIB_STRCHRNUL GNULIB_STRDUP GNULIB_STRNDUP GNULIB_STRNLEN GNULIB_STRPBRK GNULIB_STRSEP GNULIB_STRSTR GNULIB_STRCASESTR GNULIB_STRTOK_R GNULIB_MBSLEN GNULIB_MBSNLEN GNULIB_MBSCHR GNULIB_MBSRCHR GNULIB_MBSSTR GNULIB_MBSCASECMP GNULIB_MBSNCASECMP GNULIB_MBSPCASECMP GNULIB_MBSCASESTR GNULIB_MBSCSPN GNULIB_MBSPBRK GNULIB_MBSSPN GNULIB_MBSSEP GNULIB_MBSTOK_R GNULIB_STRERROR GNULIB_STRSIGNAL HAVE_DECL_MEMMEM HAVE_MEMPCPY HAVE_DECL_MEMRCHR HAVE_STPCPY HAVE_STPNCPY HAVE_STRCHRNUL HAVE_DECL_STRDUP HAVE_STRNDUP HAVE_DECL_STRNDUP HAVE_DECL_STRNLEN HAVE_STRPBRK HAVE_STRSEP HAVE_STRCASESTR HAVE_DECL_STRTOK_R HAVE_DECL_STRERROR HAVE_DECL_STRSIGNAL REPLACE_STRERROR REPLACE_STRSIGNAL REPLACE_MEMMEM REPLACE_STRCASESTR REPLACE_STRSTR HAVE_LONG_LONG_INT HAVE_UNSIGNED_LONG_LONG_INT HAVE_INTTYPES_H HAVE_SYS_TYPES_H INCLUDE_NEXT NEXT_STDINT_H HAVE_STDINT_H HAVE_SYS_INTTYPES_H HAVE_SYS_BITYPES_H BITSIZEOF_PTRDIFF_T BITSIZEOF_SIG_ATOMIC_T BITSIZEOF_SIZE_T BITSIZEOF_WCHAR_T BITSIZEOF_WINT_T HAVE_SIGNED_SIG_ATOMIC_T HAVE_SIGNED_WCHAR_T HAVE_SIGNED_WINT_T PTRDIFF_T_SUFFIX SIG_ATOMIC_T_SUFFIX SIZE_T_SUFFIX WCHAR_T_SUFFIX WINT_T_SUFFIX STDINT_H NEXT_STRING_H GNULIB_WCWIDTH HAVE_DECL_WCWIDTH REPLACE_WCWIDTH WCHAR_H HAVE_WCHAR_H NEXT_WCHAR_H LIBGNU_LIBDEPS LIBGNU_LTLIBDEPS GNULIB_STDINT_H PACKAGE INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE subdirs TARGET_OBS PKGVERSION REPORT_BUGS_TO REPORT_BUGS_TEXI LN_S YACC AR ac_ct_AR DLLTOOL ac_ct_DLLTOOL WINDRES ac_ct_WINDRES MIG ac_ct_MIG READLINE READLINE_DEPS READLINE_CFLAGS HAVE_LIBEXPAT LIBEXPAT LTLIBEXPAT ALLOCA CONFIG_LDFLAGS TARGET_SYSTEM_ROOT TARGET_SYSTEM_ROOT_DEFINE WARN_CFLAGS WERROR_CFLAGS SER_HARDWIRE WIN32LIBS LIBGUI GUI_CFLAGS_X WIN32LDAPP TCL_VERSION TCL_MAJOR_VERSION TCL_MINOR_VERSION TCL_CC TCL_DEFS TCL_SHLIB_CFLAGS TCL_SHLIB_LD TCL_SHLIB_LD_LIBS TCL_SHLIB_SUFFIX TCL_DL_LIBS TCL_LD_FLAGS TCL_LD_SEARCH_FLAGS TCL_CC_SEARCH_FLAGS TCL_COMPAT_OBJS TCL_RANLIB TCL_BUILD_LIB_SPEC TCL_LIB_SPEC TCL_LIB_VERSIONS_OK TK_VERSION TK_DEFS TK_BUILD_INCLUDES TK_XINCLUDES TK_XLIBSW TK_BUILD_LIB_SPEC TK_LIB_SPEC TCLHDIR TKHDIR ITCLHDIR ITKHDIR ITCL_VERSION ITCL_DEFS ITCL_BUILD_INCLUDES ITCL_BUILD_LIB_SPEC ITCL_LIB_SPEC ITK_VERSION ITK_DEFS ITK_BUILD_INCLUDES ITK_BUILD_LIB_SPEC ITK_LIB_SPEC X_CFLAGS X_LDFLAGS X_LIBS TCL_DEPS TK_DEPS ITCLLIB ITCL_DEPS ITKLIB ITK_DEPS GDBTKLIBS GDBTK_CFLAGS GDBTK_SRC_DIR SIM SIM_OBS ENABLE_CFLAGS PROFILE_CFLAGS CONFIG_OBS CONFIG_DEPS CONFIG_SRCS CONFIG_ALL CONFIG_CLEAN CONFIG_INSTALL CONFIG_UNINSTALL target_subdir frags nm_h LIBICONV LIBOBJS LTLIBOBJS gl_LIBOBJS gl_LTLIBOBJS gltests_LIBOBJS gltests_LTLIBOBJS' |
| 317 | ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP RANLIB ac_ct_RANLIB build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os USE_NLS LIBINTL LIBINTL_DEP INCINTL XGETTEXT GMSGFMT POSUB CATALOGS DATADIRNAME INSTOBJEXT GENCAT CATOBJEXT localedir GL_COND_LIBTOOL_TRUE GL_COND_LIBTOOL_FALSE GNULIB_MEMMEM GNULIB_MEMPCPY GNULIB_MEMRCHR GNULIB_STPCPY GNULIB_STPNCPY GNULIB_STRCHRNUL GNULIB_STRDUP GNULIB_STRNDUP GNULIB_STRNLEN GNULIB_STRPBRK GNULIB_STRSEP GNULIB_STRSTR GNULIB_STRCASESTR GNULIB_STRTOK_R GNULIB_MBSLEN GNULIB_MBSNLEN GNULIB_MBSCHR GNULIB_MBSRCHR GNULIB_MBSSTR GNULIB_MBSCASECMP GNULIB_MBSNCASECMP GNULIB_MBSPCASECMP GNULIB_MBSCASESTR GNULIB_MBSCSPN GNULIB_MBSPBRK GNULIB_MBSSPN GNULIB_MBSSEP GNULIB_MBSTOK_R GNULIB_STRERROR GNULIB_STRSIGNAL HAVE_DECL_MEMMEM HAVE_MEMPCPY HAVE_DECL_MEMRCHR HAVE_STPCPY HAVE_STPNCPY HAVE_STRCHRNUL HAVE_DECL_STRDUP HAVE_STRNDUP HAVE_DECL_STRNDUP HAVE_DECL_STRNLEN HAVE_STRPBRK HAVE_STRSEP HAVE_STRCASESTR HAVE_DECL_STRTOK_R HAVE_DECL_STRERROR HAVE_DECL_STRSIGNAL REPLACE_STRERROR REPLACE_STRSIGNAL REPLACE_MEMMEM REPLACE_STRCASESTR REPLACE_STRSTR HAVE_LONG_LONG_INT HAVE_UNSIGNED_LONG_LONG_INT HAVE_INTTYPES_H HAVE_SYS_TYPES_H INCLUDE_NEXT NEXT_STDINT_H HAVE_STDINT_H HAVE_SYS_INTTYPES_H HAVE_SYS_BITYPES_H BITSIZEOF_PTRDIFF_T BITSIZEOF_SIG_ATOMIC_T BITSIZEOF_SIZE_T BITSIZEOF_WCHAR_T BITSIZEOF_WINT_T HAVE_SIGNED_SIG_ATOMIC_T HAVE_SIGNED_WCHAR_T HAVE_SIGNED_WINT_T PTRDIFF_T_SUFFIX SIG_ATOMIC_T_SUFFIX SIZE_T_SUFFIX WCHAR_T_SUFFIX WINT_T_SUFFIX STDINT_H NEXT_STRING_H GNULIB_WCWIDTH HAVE_DECL_WCWIDTH REPLACE_WCWIDTH WCHAR_H HAVE_WCHAR_H NEXT_WCHAR_H LIBGNU_LIBDEPS LIBGNU_LTLIBDEPS GNULIB_STDINT_H PACKAGE INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE subdirs TARGET_OBS PKGVERSION REPORT_BUGS_TO REPORT_BUGS_TEXI LN_S YACC AR ac_ct_AR DLLTOOL ac_ct_DLLTOOL WINDRES ac_ct_WINDRES MIG ac_ct_MIG READLINE READLINE_DEPS READLINE_CFLAGS HAVE_LIBEXPAT LIBEXPAT LTLIBEXPAT PYTHON_CFLAGS ALLOCA CONFIG_LDFLAGS TARGET_SYSTEM_ROOT TARGET_SYSTEM_ROOT_DEFINE WARN_CFLAGS WERROR_CFLAGS SER_HARDWIRE WIN32LIBS LIBGUI GUI_CFLAGS_X WIN32LDAPP TCL_VERSION TCL_MAJOR_VERSION TCL_MINOR_VERSION TCL_CC TCL_DEFS TCL_SHLIB_CFLAGS TCL_SHLIB_LD TCL_SHLIB_LD_LIBS TCL_SHLIB_SUFFIX TCL_DL_LIBS TCL_LD_FLAGS TCL_LD_SEARCH_FLAGS TCL_CC_SEARCH_FLAGS TCL_COMPAT_OBJS TCL_RANLIB TCL_BUILD_LIB_SPEC TCL_LIB_SPEC TCL_LIB_VERSIONS_OK TK_VERSION TK_DEFS TK_BUILD_INCLUDES TK_XINCLUDES TK_XLIBSW TK_BUILD_LIB_SPEC TK_LIB_SPEC TCLHDIR TKHDIR ITCLHDIR ITKHDIR ITCL_VERSION ITCL_DEFS ITCL_BUILD_INCLUDES ITCL_BUILD_LIB_SPEC ITCL_LIB_SPEC ITK_VERSION ITK_DEFS ITK_BUILD_INCLUDES ITK_BUILD_LIB_SPEC ITK_LIB_SPEC X_CFLAGS X_LDFLAGS X_LIBS TCL_DEPS TK_DEPS ITCLLIB ITCL_DEPS ITKLIB ITK_DEPS GDBTKLIBS GDBTK_CFLAGS GDBTK_SRC_DIR SIM SIM_OBS ENABLE_CFLAGS PROFILE_CFLAGS CONFIG_OBS CONFIG_DEPS CONFIG_SRCS CONFIG_ALL CONFIG_CLEAN CONFIG_INSTALL CONFIG_UNINSTALL target_subdir frags nm_h LIBICONV LIBOBJS LTLIBOBJS gl_LIBOBJS gl_LTLIBOBJS gltests_LIBOBJS gltests_LTLIBOBJS' |
| 318 | 318 | ac_subst_files='host_makefile_frag' |
| 319 | 319 | ac_pwd=`pwd` |
| 320 | 320 | |
| … | … | |
| 890 | 890 | --with-gnu-ld assume the C compiler uses GNU ld default=no |
| 891 | 891 | --with-libexpat-prefix[=DIR] search for libexpat in DIR/include and DIR/lib |
| 892 | 892 | --without-libexpat-prefix don't search for libexpat in includedir and libdir |
| 893 | --with-python include python support (auto/yes/no/<path>) |
| 893 | 894 | --without-included-regex don't use included regex; this is the default |
| 894 | 895 | on systems with version 2 of the GNU C library |
| 895 | 896 | (use with caution on other system) |
| … | … | |
| 1004 | 1004 | else |
| 1005 | 1005 | echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 |
| 1006 | 1006 | fi |
| 1007 | | cd $ac_popdir |
| 1007 | cd "$ac_popdir" |
| 1008 | 1008 | done |
| 1009 | 1009 | fi |
| 1010 | 1010 | |
| … | … | |
| 1973 | 1973 | cat conftest.err >&5 |
| 1974 | 1974 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 1975 | 1975 | (exit $ac_status); } && |
| 1976 | | { ac_try='test -z "$ac_c_werror_flag" |
| 1977 | | || test ! -s conftest.err' |
| 1976 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 1978 | 1977 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 1979 | 1978 | (eval $ac_try) 2>&5 |
| 1980 | 1979 | ac_status=$? |
| … | … | |
| 2031 | 2031 | cat conftest.err >&5 |
| 2032 | 2032 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2033 | 2033 | (exit $ac_status); } && |
| 2034 | | { ac_try='test -z "$ac_c_werror_flag" |
| 2035 | | || test ! -s conftest.err' |
| 2034 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 2036 | 2035 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 2037 | 2036 | (eval $ac_try) 2>&5 |
| 2038 | 2037 | ac_status=$? |
| … | … | |
| 2147 | 2147 | cat conftest.err >&5 |
| 2148 | 2148 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2149 | 2149 | (exit $ac_status); } && |
| 2150 | | { ac_try='test -z "$ac_c_werror_flag" |
| 2151 | | || test ! -s conftest.err' |
| 2150 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 2152 | 2151 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 2153 | 2152 | (eval $ac_try) 2>&5 |
| 2154 | 2153 | ac_status=$? |
| … | … | |
| 2201 | 2201 | cat conftest.err >&5 |
| 2202 | 2202 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2203 | 2203 | (exit $ac_status); } && |
| 2204 | | { ac_try='test -z "$ac_c_werror_flag" |
| 2205 | | || test ! -s conftest.err' |
| 2204 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 2206 | 2205 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 2207 | 2206 | (eval $ac_try) 2>&5 |
| 2208 | 2207 | ac_status=$? |
| … | … | |
| 2246 | 2246 | cat conftest.err >&5 |
| 2247 | 2247 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2248 | 2248 | (exit $ac_status); } && |
| 2249 | | { ac_try='test -z "$ac_c_werror_flag" |
| 2250 | | || test ! -s conftest.err' |
| 2249 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 2251 | 2250 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 2252 | 2251 | (eval $ac_try) 2>&5 |
| 2253 | 2252 | ac_status=$? |
| … | … | |
| 2290 | 2290 | cat conftest.err >&5 |
| 2291 | 2291 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2292 | 2292 | (exit $ac_status); } && |
| 2293 | | { ac_try='test -z "$ac_c_werror_flag" |
| 2294 | | || test ! -s conftest.err' |
| 2293 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 2295 | 2294 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 2296 | 2295 | (eval $ac_try) 2>&5 |
| 2297 | 2296 | ac_status=$? |
| … | … | |
| 2655 | 2655 | cat conftest.err >&5 |
| 2656 | 2656 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2657 | 2657 | (exit $ac_status); } && |
| 2658 | | { ac_try='test -z "$ac_c_werror_flag" |
| 2659 | | || test ! -s conftest.err' |
| 2658 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 2660 | 2659 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 2661 | 2660 | (eval $ac_try) 2>&5 |
| 2662 | 2661 | ac_status=$? |
| … | … | |
| 2709 | 2709 | cat conftest.err >&5 |
| 2710 | 2710 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2711 | 2711 | (exit $ac_status); } && |
| 2712 | | { ac_try='test -z "$ac_c_werror_flag" |
| 2713 | | || test ! -s conftest.err' |
| 2712 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 2714 | 2713 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 2715 | 2714 | (eval $ac_try) 2>&5 |
| 2716 | 2715 | ac_status=$? |
| … | … | |
| 2854 | 2854 | cat conftest.err >&5 |
| 2855 | 2855 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2856 | 2856 | (exit $ac_status); } && |
| 2857 | | { ac_try='test -z "$ac_c_werror_flag" |
| 2858 | | || test ! -s conftest.err' |
| 2857 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 2859 | 2858 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 2860 | 2859 | (eval $ac_try) 2>&5 |
| 2861 | 2860 | ac_status=$? |
| … | … | |
| 3024 | 3024 | cat conftest.err >&5 |
| 3025 | 3025 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3026 | 3026 | (exit $ac_status); } && |
| 3027 | | { ac_try='test -z "$ac_c_werror_flag" |
| 3028 | | || test ! -s conftest.err' |
| 3027 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 3029 | 3028 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 3030 | 3029 | (eval $ac_try) 2>&5 |
| 3031 | 3030 | ac_status=$? |
| … | … | |
| 3088 | 3088 | cat conftest.err >&5 |
| 3089 | 3089 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3090 | 3090 | (exit $ac_status); } && |
| 3091 | | { ac_try='test -z "$ac_c_werror_flag" |
| 3092 | | || test ! -s conftest.err' |
| 3091 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 3093 | 3092 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 3094 | 3093 | (eval $ac_try) 2>&5 |
| 3095 | 3094 | ac_status=$? |
| … | … | |
| 3252 | 3252 | cat conftest.err >&5 |
| 3253 | 3253 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3254 | 3254 | (exit $ac_status); } && |
| 3255 | | { ac_try='test -z "$ac_c_werror_flag" |
| 3256 | | || test ! -s conftest.err' |
| 3255 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 3257 | 3256 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 3258 | 3257 | (eval $ac_try) 2>&5 |
| 3259 | 3258 | ac_status=$? |
| … | … | |
| 3376 | 3376 | cat conftest.err >&5 |
| 3377 | 3377 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3378 | 3378 | (exit $ac_status); } && |
| 3379 | | { ac_try='test -z "$ac_c_werror_flag" |
| 3380 | | || test ! -s conftest.err' |
| 3379 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 3381 | 3380 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 3382 | 3381 | (eval $ac_try) 2>&5 |
| 3383 | 3382 | ac_status=$? |
| … | … | |
| 3701 | 3701 | cat conftest.err >&5 |
| 3702 | 3702 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3703 | 3703 | (exit $ac_status); } && |
| 3704 | | { ac_try='test -z "$ac_c_werror_flag" |
| 3705 | | || test ! -s conftest.err' |
| 3704 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 3706 | 3705 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 3707 | 3706 | (eval $ac_try) 2>&5 |
| 3708 | 3707 | ac_status=$? |
| … | … | |
| 3821 | 3821 | cat conftest.err >&5 |
| 3822 | 3822 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3823 | 3823 | (exit $ac_status); } && |
| 3824 | | { ac_try='test -z "$ac_c_werror_flag" |
| 3825 | | || test ! -s conftest.err' |
| 3824 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 3826 | 3825 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 3827 | 3826 | (eval $ac_try) 2>&5 |
| 3828 | 3827 | ac_status=$? |
| … | … | |
| 3921 | 3921 | cat conftest.err >&5 |
| 3922 | 3922 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3923 | 3923 | (exit $ac_status); } && |
| 3924 | | { ac_try='test -z "$ac_c_werror_flag" |
| 3925 | | || test ! -s conftest.err' |
| 3924 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 3926 | 3925 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 3927 | 3926 | (eval $ac_try) 2>&5 |
| 3928 | 3927 | ac_status=$? |
| … | … | |
| 4058 | 4058 | cat conftest.err >&5 |
| 4059 | 4059 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4060 | 4060 | (exit $ac_status); } && |
| 4061 | | { ac_try='test -z "$ac_c_werror_flag" |
| 4062 | | || test ! -s conftest.err' |
| 4061 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 4063 | 4062 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 4064 | 4063 | (eval $ac_try) 2>&5 |
| 4065 | 4064 | ac_status=$? |
| … | … | |
| 4128 | 4128 | cat conftest.err >&5 |
| 4129 | 4129 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4130 | 4130 | (exit $ac_status); } && |
| 4131 | | { ac_try='test -z "$ac_c_werror_flag" |
| 4132 | | || test ! -s conftest.err' |
| 4131 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 4133 | 4132 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 4134 | 4133 | (eval $ac_try) 2>&5 |
| 4135 | 4134 | ac_status=$? |
| … | … | |
| 4206 | 4206 | cat conftest.err >&5 |
| 4207 | 4207 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4208 | 4208 | (exit $ac_status); } && |
| 4209 | | { ac_try='test -z "$ac_c_werror_flag" |
| 4210 | | || test ! -s conftest.err' |
| 4209 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 4211 | 4210 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 4212 | 4211 | (eval $ac_try) 2>&5 |
| 4213 | 4212 | ac_status=$? |
| … | … | |
| 4370 | 4370 | cat conftest.err >&5 |
| 4371 | 4371 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4372 | 4372 | (exit $ac_status); } && |
| 4373 | | { ac_try='test -z "$ac_c_werror_flag" |
| 4374 | | || test ! -s conftest.err' |
| 4373 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 4375 | 4374 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 4376 | 4375 | (eval $ac_try) 2>&5 |
| 4377 | 4376 | ac_status=$? |
| … | … | |
| 4570 | 4570 | cat conftest.err >&5 |
| 4571 | 4571 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4572 | 4572 | (exit $ac_status); } && |
| 4573 | | { ac_try='test -z "$ac_c_werror_flag" |
| 4574 | | || test ! -s conftest.err' |
| 4573 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 4575 | 4574 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 4576 | 4575 | (eval $ac_try) 2>&5 |
| 4577 | 4576 | ac_status=$? |
| … | … | |
| 4643 | 4643 | cat conftest.err >&5 |
| 4644 | 4644 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4645 | 4645 | (exit $ac_status); } && |
| 4646 | | { ac_try='test -z "$ac_c_werror_flag" |
| 4647 | | || test ! -s conftest.err' |
| 4646 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 4648 | 4647 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 4649 | 4648 | (eval $ac_try) 2>&5 |
| 4650 | 4649 | ac_status=$? |
| … | … | |
| 5019 | 5019 | cat conftest.err >&5 |
| 5020 | 5020 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5021 | 5021 | (exit $ac_status); } && |
| 5022 | | { ac_try='test -z "$ac_c_werror_flag" |
| 5023 | | || test ! -s conftest.err' |
| 5022 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 5024 | 5023 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5025 | 5024 | (eval $ac_try) 2>&5 |
| 5026 | 5025 | ac_status=$? |
| … | … | |
| 5342 | 5342 | cat conftest.err >&5 |
| 5343 | 5343 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5344 | 5344 | (exit $ac_status); } && |
| 5345 | | { ac_try='test -z "$ac_c_werror_flag" |
| 5346 | | || test ! -s conftest.err' |
| 5345 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 5347 | 5346 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5348 | 5347 | (eval $ac_try) 2>&5 |
| 5349 | 5348 | ac_status=$? |
| … | … | |
| 5403 | 5403 | cat conftest.err >&5 |
| 5404 | 5404 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5405 | 5405 | (exit $ac_status); } && |
| 5406 | | { ac_try='test -z "$ac_c_werror_flag" |
| 5407 | | || test ! -s conftest.err' |
| 5406 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 5408 | 5407 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5409 | 5408 | (eval $ac_try) 2>&5 |
| 5410 | 5409 | ac_status=$? |
| … | … | |
| 5592 | 5592 | cat conftest.err >&5 |
| 5593 | 5593 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5594 | 5594 | (exit $ac_status); } && |
| 5595 | | { ac_try='test -z "$ac_c_werror_flag" |
| 5596 | | || test ! -s conftest.err' |
| 5595 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 5597 | 5596 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5598 | 5597 | (eval $ac_try) 2>&5 |
| 5599 | 5598 | ac_status=$? |
| … | … | |
| 5643 | 5643 | cat conftest.err >&5 |
| 5644 | 5644 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5645 | 5645 | (exit $ac_status); } && |
| 5646 | | { ac_try='test -z "$ac_c_werror_flag" |
| 5647 | | || test ! -s conftest.err' |
| 5646 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 5648 | 5647 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5649 | 5648 | (eval $ac_try) 2>&5 |
| 5650 | 5649 | ac_status=$? |
| … | … | |
| 5710 | 5710 | cat conftest.err >&5 |
| 5711 | 5711 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5712 | 5712 | (exit $ac_status); } && |
| 5713 | | { ac_try='test -z "$ac_c_werror_flag" |
| 5714 | | || test ! -s conftest.err' |
| 5713 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 5715 | 5714 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5716 | 5715 | (eval $ac_try) 2>&5 |
| 5717 | 5716 | ac_status=$? |
| … | … | |
| 5761 | 5761 | cat conftest.err >&5 |
| 5762 | 5762 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5763 | 5763 | (exit $ac_status); } && |
| 5764 | | { ac_try='test -z "$ac_c_werror_flag" |
| 5765 | | || test ! -s conftest.err' |
| 5764 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 5766 | 5765 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5767 | 5766 | (eval $ac_try) 2>&5 |
| 5768 | 5767 | ac_status=$? |
| … | … | |
| 5836 | 5836 | cat conftest.err >&5 |
| 5837 | 5837 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5838 | 5838 | (exit $ac_status); } && |
| 5839 | | { ac_try='test -z "$ac_c_werror_flag" |
| 5840 | | || test ! -s conftest.err' |
| 5839 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 5841 | 5840 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5842 | 5841 | (eval $ac_try) 2>&5 |
| 5843 | 5842 | ac_status=$? |
| … | … | |
| 5863 | 5863 | esac |
| 5864 | 5864 | else |
| 5865 | 5865 | if test "$cross_compiling" = yes; then |
| 5866 | | { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 |
| 5867 | | echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 5868 | | { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling |
| 5869 | | See \`config.log' for more details." >&5 |
| 5870 | | echo "$as_me: error: cannot run test program while cross compiling |
| 5871 | | See \`config.log' for more details." >&2;} |
| 5872 | | { (exit 1); exit 1; }; }; } |
| 5866 | { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 |
| 5867 | echo "$as_me: error: internal error: not reached in cross-compile" >&2;} |
| 5868 | { (exit 1); exit 1; }; } |
| 5873 | 5869 | else |
| 5874 | 5870 | cat >conftest.$ac_ext <<_ACEOF |
| 5875 | 5871 | /* confdefs.h. */ |
| … | … | |
| 6004 | 6004 | cat conftest.err >&5 |
| 6005 | 6005 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6006 | 6006 | (exit $ac_status); } && |
| 6007 | | { ac_try='test -z "$ac_c_werror_flag" |
| 6008 | | || test ! -s conftest.err' |
| 6007 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 6009 | 6008 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6010 | 6009 | (eval $ac_try) 2>&5 |
| 6011 | 6010 | ac_status=$? |
| … | … | |
| 6112 | 6112 | cat conftest.err >&5 |
| 6113 | 6113 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6114 | 6114 | (exit $ac_status); } && |
| 6115 | | { ac_try='test -z "$ac_c_werror_flag" |
| 6116 | | || test ! -s conftest.err' |
| 6115 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 6117 | 6116 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6118 | 6117 | (eval $ac_try) 2>&5 |
| 6119 | 6118 | ac_status=$? |
| … | … | |
| 6176 | 6176 | cat conftest.err >&5 |
| 6177 | 6177 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6178 | 6178 | (exit $ac_status); } && |
| 6179 | | { ac_try='test -z "$ac_c_werror_flag" |
| 6180 | | || test ! -s conftest.err' |
| 6179 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 6181 | 6180 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6182 | 6181 | (eval $ac_try) 2>&5 |
| 6183 | 6182 | ac_status=$? |
| … | … | |
| 7049 | 7049 | cat conftest.err >&5 |
| 7050 | 7050 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7051 | 7051 | (exit $ac_status); } && |
| 7052 | | { ac_try='test -z "$ac_c_werror_flag" |
| 7053 | | || test ! -s conftest.err' |