Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(418)

Side by Side Diff: sim/ppc/configure

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sim/ppc/ChangeLog ('k') | sim/ppc/emul_unix.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 2432 matching lines...) Expand 10 before | Expand all | Expand 10 after
2443 2443
2444 2444
2445 2445
2446 2446
2447 2447
2448 2448
2449 2449
2450 2450
2451 2451
2452 2452
2453 ## -*- Autoconf -*-
2454
2455 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
2456 # Free Software Foundation, Inc.
2457 #
2458 # This file is free software; the Free Software Foundation
2459 # gives unlimited permission to copy and/or distribute it,
2460 # with or without modifications, as long as this notice is preserved.
2461
2462 # serial 8
2463
2464 # Based on depend.m4 from automake 1.9, modified for standalone use in
2465 # an environment where GNU make is required.
2466
2467 # ZW_PROG_COMPILER_DEPENDENCIES
2468 # -----------------------------
2469 # Variant of _AM_DEPENDENCIES which just does the dependency probe and
2470 # sets fooDEPMODE accordingly. Cache-variable compatible with
2471 # original; not side-effect compatible. As the users of this macro
2472 # may require accurate dependencies for correct builds, it does *not*
2473 # honor --disable-dependency-checking, and failure to detect a usable
2474 # method is an error. depcomp is assumed to be located in
2475 # $ac_aux_dir.
2476 #
2477 # FIXME: Should use the Autoconf 2.5x language-selection mechanism.
2478
2479
2480
2481 # AM_SET_DEPDIR
2482 # -------------
2483 # Choose a directory name for dependency files.
2484
2485
2486 # ZW_CREATE_DEPDIR
2487 # ----------------
2488 # As AM_SET_DEPDIR, but also create the directory at config.status time.
2489
2490
2491
2453 2492
2454 2493
2455
2456 2494
2457 2495
2458 2496
2459 2497
2460 2498
2461 2499
2462 2500
2463 2501
2464 2502
2465 2503
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
2618 # triggers warnings from the preprocessor. Will be in autoconf 2.58. 2656 # triggers warnings from the preprocessor. Will be in autoconf 2.58.
2619 # For now, using this also overrides header checks to use only the 2657 # For now, using this also overrides header checks to use only the
2620 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a 2658 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
2621 # bit harder from here). 2659 # bit harder from here).
2622 # Eventually autoconf will default to checking headers with the compiler 2660 # Eventually autoconf will default to checking headers with the compiler
2623 # instead, and we'll have to do this differently. 2661 # instead, and we'll have to do this differently.
2624 2662
2625 # AC_PROG_CPP_WERROR 2663 # AC_PROG_CPP_WERROR
2626 2664
2627 # Test for GNAT. 2665 # Test for GNAT.
2628 # We require the gnatbind program, and a compiler driver that 2666 # We require the gnatbind & gnatmake programs, as well as a compiler driver
2629 # understands Ada. We use the user's CC setting, already found, 2667 # that understands Ada. We use the user's CC setting, already found, and
2630 # and possibly add $1 to the command-line parameters. 2668 # possibly add $1 to the command-line parameters.
2631 # 2669 #
2632 # Sets the shell variable have_gnat to yes or no as appropriate, and 2670 # Sets the shell variable have_gnat to yes or no as appropriate, and
2633 # substitutes GNATBIND and GNATMAKE. 2671 # substitutes GNATBIND and GNATMAKE.
2634 2672
2635 2673
2636 2674
2637 2675
2638 2676
2639 2677
2640 2678
(...skipping 4961 matching lines...) Expand 10 before | Expand all | Expand 10 after
7602 exec 5>>config.log 7640 exec 5>>config.log
7603 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 7641 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
7604 # would make configure fail if this is the last instruction. 7642 # would make configure fail if this is the last instruction.
7605 $ac_cs_success || as_fn_exit $? 7643 $ac_cs_success || as_fn_exit $?
7606 fi 7644 fi
7607 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 7645 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
7608 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un recognized_opts" >&5 7646 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un recognized_opts" >&5
7609 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 7647 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
7610 fi 7648 fi
7611 7649
OLDNEW
« no previous file with comments | « sim/ppc/ChangeLog ('k') | sim/ppc/emul_unix.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698