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

Side by Side Diff: 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 | « config/weakref.m4 ('k') | configure.ac » ('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 2851 matching lines...) Expand 10 before | Expand all | Expand 10 after
2862 fi 2862 fi
2863 2863
2864 case "${ENABLE_GOLD}" in 2864 case "${ENABLE_GOLD}" in
2865 yes|default) 2865 yes|default)
2866 # Check for ELF target. 2866 # Check for ELF target.
2867 is_elf=no 2867 is_elf=no
2868 case "${target}" in 2868 case "${target}" in
2869 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \ 2869 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
2870 | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \ 2870 | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
2871 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \ 2871 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
2872 | *-*-solaris2* | *-*-nto*) 2872 | *-*-solaris2* | *-*-nto* | *-*-nacl*)
2873 case "${target}" in 2873 case "${target}" in
2874 *-*-linux*aout* | *-*-linux*oldld*) 2874 *-*-linux*aout* | *-*-linux*oldld*)
2875 ;; 2875 ;;
2876 *) 2876 *)
2877 is_elf=yes 2877 is_elf=yes
2878 ;; 2878 ;;
2879 esac 2879 esac
2880 esac 2880 esac
2881 2881
2882 if test "$is_elf" = "yes"; then 2882 if test "$is_elf" = "yes"; then
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
3047 fi 3047 fi
3048 3048
3049 # Disable libgomp on non POSIX hosted systems. 3049 # Disable libgomp on non POSIX hosted systems.
3050 if test x$enable_libgomp = x ; then 3050 if test x$enable_libgomp = x ; then
3051 # Enable libgomp by default on hosted POSIX systems. 3051 # Enable libgomp by default on hosted POSIX systems.
3052 case "${target}" in 3052 case "${target}" in
3053 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu) 3053 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3054 ;; 3054 ;;
3055 *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*) 3055 *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
3056 ;; 3056 ;;
3057 *-*-solaris2* | *-*-irix6* | *-*-osf* | *-*-hpux11*) 3057 *-*-solaris2* | *-*-hpux11*)
3058 ;; 3058 ;;
3059 *-*-darwin* | *-*-aix*) 3059 *-*-darwin* | *-*-aix*)
3060 ;; 3060 ;;
3061 *) 3061 *)
3062 noconfigdirs="$noconfigdirs target-libgomp" 3062 noconfigdirs="$noconfigdirs target-libgomp"
3063 ;; 3063 ;;
3064 esac 3064 esac
3065 fi 3065 fi
3066 3066
3067 # Disable libitm on unsupported systems. 3067 # Disable libitm on unsupported systems.
(...skipping 18 matching lines...) Expand all
3086 # Disable libssp for some systems. 3086 # Disable libssp for some systems.
3087 case "${target}" in 3087 case "${target}" in
3088 avr-*-*) 3088 avr-*-*)
3089 # No hosted I/O support. 3089 # No hosted I/O support.
3090 noconfigdirs="$noconfigdirs target-libssp" 3090 noconfigdirs="$noconfigdirs target-libssp"
3091 ;; 3091 ;;
3092 powerpc-*-aix* | rs6000-*-aix*) 3092 powerpc-*-aix* | rs6000-*-aix*)
3093 noconfigdirs="$noconfigdirs target-libssp" 3093 noconfigdirs="$noconfigdirs target-libssp"
3094 ;; 3094 ;;
3095 rl78-*-*) 3095 rl78-*-*)
3096 # Dereferencing -1 is a compile-time error 3096 # libssp uses a misaligned load to trigger a fault, but the RL78
3097 # doesn't fault for those - instead, it gives a build-time error
3098 # for explicit misaligned loads.
3097 noconfigdirs="$noconfigdirs target-libssp" 3099 noconfigdirs="$noconfigdirs target-libssp"
3098 ;; 3100 ;;
3099 esac 3101 esac
3100 3102
3101 # Disable libstdc++-v3 for some systems. 3103 # Disable libstdc++-v3 for some systems.
3102 case "${target}" in 3104 case "${target}" in
3103 *-*-vxworks*) 3105 *-*-vxworks*)
3104 # VxWorks uses the Dinkumware C++ library. 3106 # VxWorks uses the Dinkumware C++ library.
3105 noconfigdirs="$noconfigdirs target-libstdc++-v3" 3107 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3106 ;; 3108 ;;
(...skipping 29 matching lines...) Expand all
3136 hppa*-*-hpux*) 3138 hppa*-*-hpux*)
3137 ;; 3139 ;;
3138 i?86-*-*) 3140 i?86-*-*)
3139 ;; 3141 ;;
3140 ia64*-*-*) 3142 ia64*-*-*)
3141 ;; 3143 ;;
3142 m32r*-*-*) 3144 m32r*-*-*)
3143 ;; 3145 ;;
3144 m68k-*-*) 3146 m68k-*-*)
3145 ;; 3147 ;;
3146 mips-sgi-irix6.* | mips*-*-rtems*) 3148 mips*-*-rtems*)
3147 ;; 3149 ;;
3148 mips*-*-linux*) 3150 mips*-*-linux*)
3149 ;; 3151 ;;
3150 powerpc*-*-linux*) 3152 powerpc*-*-linux*)
3151 ;; 3153 ;;
3152 powerpc-*-darwin*) 3154 powerpc-*-darwin*)
3153 ;; 3155 ;;
3154 powerpc-*-aix* | rs6000-*-aix*) 3156 powerpc-*-aix* | rs6000-*-aix*)
3155 ;; 3157 ;;
3156 powerpc-*-freebsd*) 3158 powerpc-*-freebsd*)
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
3252 mmix-*-*) 3254 mmix-*-*)
3253 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc" 3255 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc"
3254 ;; 3256 ;;
3255 powerpc-*-aix*) 3257 powerpc-*-aix*)
3256 # copied from rs6000-*-* entry 3258 # copied from rs6000-*-* entry
3257 noconfigdirs="$noconfigdirs ${libgcj}" 3259 noconfigdirs="$noconfigdirs ${libgcj}"
3258 ;; 3260 ;;
3259 rs6000-*-aix*) 3261 rs6000-*-aix*)
3260 noconfigdirs="$noconfigdirs ${libgcj}" 3262 noconfigdirs="$noconfigdirs ${libgcj}"
3261 ;; 3263 ;;
3262 mips*-*-irix6*)
3263 # Linking libjava exceeds command-line length limits on at least
3264 # IRIX 6.2, but not on IRIX 6.5.
3265 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
3266 # <oldham@codesourcery.com>
3267 noconfigdirs="$noconfigdirs ${libgcj}"
3268 ;;
3269 *-*-lynxos*) 3264 *-*-lynxos*)
3270 noconfigdirs="$noconfigdirs ${libgcj}" 3265 noconfigdirs="$noconfigdirs ${libgcj}"
3271 ;; 3266 ;;
3272 esac 3267 esac
3273 3268
3274 # Default libgloss CPU subdirectory. 3269 # Default libgloss CPU subdirectory.
3275 libgloss_dir="$target_cpu" 3270 libgloss_dir="$target_cpu"
3276 3271
3277 case "${target}" in 3272 case "${target}" in
3278 sh*-*-pe|mips*-*-pe|*arm-wince-pe) 3273 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
3496 ;; 3491 ;;
3497 ia64*-*-elf*) 3492 ia64*-*-elf*)
3498 # No gdb support yet. 3493 # No gdb support yet.
3499 noconfigdirs="$noconfigdirs readline libgui itcl gdb" 3494 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
3500 ;; 3495 ;;
3501 ia64*-**-hpux*) 3496 ia64*-**-hpux*)
3502 # No ld support yet. 3497 # No ld support yet.
3503 noconfigdirs="$noconfigdirs libgui itcl ld" 3498 noconfigdirs="$noconfigdirs libgui itcl ld"
3504 ;; 3499 ;;
3505 ia64*-*-*vms*) 3500 ia64*-*-*vms*)
3506 # No gdb or ld support yet. 3501 noconfigdirs="$noconfigdirs libgui itcl"
3507 noconfigdirs="$noconfigdirs readline libgui itcl gdb ld"
3508 ;; 3502 ;;
3509 i[3456789]86-w64-mingw*) 3503 i[3456789]86-w64-mingw*)
3510 ;; 3504 ;;
3511 i[3456789]86-*-mingw*) 3505 i[3456789]86-*-mingw*)
3512 target_configdirs="$target_configdirs target-winsup" 3506 target_configdirs="$target_configdirs target-winsup"
3513 ;; 3507 ;;
3514 *-*-cygwin*) 3508 *-*-cygwin*)
3515 target_configdirs="$target_configdirs target-libtermcap target-winsup" 3509 target_configdirs="$target_configdirs target-libtermcap target-winsup"
3516 noconfigdirs="$noconfigdirs target-libgloss" 3510 noconfigdirs="$noconfigdirs target-libgloss"
3517 # always build newlib if winsup directory is present. 3511 # always build newlib if winsup directory is present.
(...skipping 1452 matching lines...) Expand 10 before | Expand all | Expand 10 after
4970 # if an object file was really produced to guard against this. 4964 # if an object file was really produced to guard against this.
4971 errors=`(${CC} -c conftest.adb) 2>&1 || echo failure` 4965 errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
4972 if test x"$errors" = x && test -f conftest.$ac_objext; then 4966 if test x"$errors" = x && test -f conftest.$ac_objext; then
4973 acx_cv_cc_gcc_supports_ada=yes 4967 acx_cv_cc_gcc_supports_ada=yes
4974 fi 4968 fi
4975 rm -f conftest.* 4969 rm -f conftest.*
4976 fi 4970 fi
4977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >& 5 4971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >& 5
4978 $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; } 4972 $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
4979 4973
4980 if test x$GNATBIND != xno && test x$GNATMAKE != xno && test x$acx_cv_cc_gcc_supp orts_ada != xno; then 4974 if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_ supports_ada != xno; then
4981 have_gnat=yes 4975 have_gnat=yes
4982 else 4976 else
4983 have_gnat=no 4977 have_gnat=no
4984 fi 4978 fi
4985 4979
4986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped ob jects" >&5 4980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped ob jects" >&5
4987 $as_echo_n "checking how to compare bootstrapped objects... " >&6; } 4981 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
4988 if test "${gcc_cv_prog_cmp_skip+set}" = set; then : 4982 if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
4989 $as_echo_n "(cached) " >&6 4983 $as_echo_n "(cached) " >&6
4990 else 4984 else
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
5188 gmplibs="-L$with_mpfr/lib $gmplibs" 5182 gmplibs="-L$with_mpfr/lib $gmplibs"
5189 gmpinc="-I$with_mpfr/include $gmpinc" 5183 gmpinc="-I$with_mpfr/include $gmpinc"
5190 fi 5184 fi
5191 if test "x$with_mpfr_include" != x; then 5185 if test "x$with_mpfr_include" != x; then
5192 gmpinc="-I$with_mpfr_include $gmpinc" 5186 gmpinc="-I$with_mpfr_include $gmpinc"
5193 fi 5187 fi
5194 if test "x$with_mpfr_lib" != x; then 5188 if test "x$with_mpfr_lib" != x; then
5195 gmplibs="-L$with_mpfr_lib $gmplibs" 5189 gmplibs="-L$with_mpfr_lib $gmplibs"
5196 fi 5190 fi
5197 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/m pfr; then 5191 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/m pfr; then
5198 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs" 5192 # MPFR v3.1.0 moved the sources into a src sub-directory.
5199 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc" 5193 if test -d ${srcdir}/mpfr/src; then
5200 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$ $r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir" 5194 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5195 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5196 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr -lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
5197 else
5198 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5199 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5200 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib =$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5201 fi
5201 # Do not test the mpfr version. Assume that it is sufficient, since 5202 # Do not test the mpfr version. Assume that it is sufficient, since
5202 # it is in the source tree, and the library has not been built yet 5203 # it is in the source tree, and the library has not been built yet
5203 # but it would be included on the link line in the version check below 5204 # but it would be included on the link line in the version check below
5204 # hence making the test fail. 5205 # hence making the test fail.
5205 have_gmp=yes 5206 have_gmp=yes
5206 fi 5207 fi
5207 5208
5208 # Specify a location for gmp 5209 # Specify a location for gmp
5209 5210
5210 # Check whether --with-gmp-dir was given. 5211 # Check whether --with-gmp-dir was given.
(...skipping 1448 matching lines...) Expand 10 before | Expand all | Expand 10 after
6659 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS 6660 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6660 # might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS 6661 # might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6661 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path). 6662 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6662 # We want to ensure that TARGET libraries (which we know are built with 6663 # We want to ensure that TARGET libraries (which we know are built with
6663 # gcc) are built with "-O2 -g", so include those options when setting 6664 # gcc) are built with "-O2 -g", so include those options when setting
6664 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET. 6665 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6665 if test "x$CFLAGS_FOR_TARGET" = x; then 6666 if test "x$CFLAGS_FOR_TARGET" = x; then
6666 CFLAGS_FOR_TARGET=$CFLAGS 6667 CFLAGS_FOR_TARGET=$CFLAGS
6667 case " $CFLAGS " in 6668 case " $CFLAGS " in
6668 *" -O2 "*) ;; 6669 *" -O2 "*) ;;
6669 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS" ;; 6670 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS_FOR_TARGET" ;;
6670 esac 6671 esac
6671 case " $CFLAGS " in 6672 case " $CFLAGS " in
6672 *" -g "* | *" -g3 "*) ;; 6673 *" -g "* | *" -g3 "*) ;;
6673 *) CFLAGS_FOR_TARGET="-g $CFLAGS" ;; 6674 *) CFLAGS_FOR_TARGET="-g $CFLAGS_FOR_TARGET" ;;
6674 esac 6675 esac
6675 fi 6676 fi
6676 6677
6677 6678
6678 if test "x$CXXFLAGS_FOR_TARGET" = x; then 6679 if test "x$CXXFLAGS_FOR_TARGET" = x; then
6679 CXXFLAGS_FOR_TARGET=$CXXFLAGS 6680 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6680 case " $CXXFLAGS " in 6681 case " $CXXFLAGS " in
6681 *" -O2 "*) ;; 6682 *" -O2 "*) ;;
6682 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS" ;; 6683 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS_FOR_TARGET" ;;
6683 esac 6684 esac
6684 case " $CXXFLAGS " in 6685 case " $CXXFLAGS " in
6685 *" -g "* | *" -g3 "*) ;; 6686 *" -g "* | *" -g3 "*) ;;
6686 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS" ;; 6687 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS_FOR_TARGET" ;;
6687 esac 6688 esac
6688 fi 6689 fi
6689 6690
6690 6691
6691 6692
6692 6693
6693 # Handle --with-headers=XXX. If the value is not "yes", the contents of 6694 # Handle --with-headers=XXX. If the value is not "yes", the contents of
6694 # the named directory are copied to $(tooldir)/sys-include. 6695 # the named directory are copied to $(tooldir)/sys-include.
6695 if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then 6696 if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6696 if test x${is_cross_compiler} = xno ; then 6697 if test x${is_cross_compiler} = xno ; then
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
6866 :m32r-* | :d10v-* | :fr30-*) 6867 :m32r-* | :d10v-* | :fr30-*)
6867 ospace_frag="config/mt-ospace" 6868 ospace_frag="config/mt-ospace"
6868 ;; 6869 ;;
6869 no:* | :*) 6870 no:* | :*)
6870 ;; 6871 ;;
6871 *) 6872 *)
6872 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspa ce flag; ignored" 1>&2 6873 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspa ce flag; ignored" 1>&2
6873 ;; 6874 ;;
6874 esac 6875 esac
6875 6876
6876 # Default to using --with-stabs for certain targets.
6877 if test x${with_stabs} = x ; then
6878 case "${target}" in
6879 mips*-*-irix[56]*)
6880 ;;
6881 mips*-*-* | alpha*-*-osf*)
6882 with_stabs=yes;
6883 extra_host_args="${extra_host_args} --with-stabs"
6884 ;;
6885 esac
6886 fi
6887
6888 # Some systems (e.g., one of the i386-aix systems the gas testers are 6877 # Some systems (e.g., one of the i386-aix systems the gas testers are
6889 # using) don't handle "\$" correctly, so don't use it here. 6878 # using) don't handle "\$" correctly, so don't use it here.
6890 tooldir='${exec_prefix}'/${target_noncanonical} 6879 tooldir='${exec_prefix}'/${target_noncanonical}
6891 build_tooldir=${tooldir} 6880 build_tooldir=${tooldir}
6892 6881
6893 # Create a .gdbinit file which runs the one in srcdir 6882 # Create a .gdbinit file which runs the one in srcdir
6894 # and tells GDB to look there for source files. 6883 # and tells GDB to look there for source files.
6895 6884
6896 if test -r ${srcdir}/.gdbinit ; then 6885 if test -r ${srcdir}/.gdbinit ; then
6897 case ${srcdir} in 6886 case ${srcdir} in
(...skipping 8768 matching lines...) Expand 10 before | Expand all | Expand 10 after
15666 exec 5>>config.log 15655 exec 5>>config.log
15667 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 15656 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15668 # would make configure fail if this is the last instruction. 15657 # would make configure fail if this is the last instruction.
15669 $ac_cs_success || as_fn_exit $? 15658 $ac_cs_success || as_fn_exit $?
15670 fi 15659 fi
15671 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 15660 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15672 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un recognized_opts" >&5 15661 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un recognized_opts" >&5
15673 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 15662 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15674 fi 15663 fi
15675 15664
OLDNEW
« no previous file with comments | « config/weakref.m4 ('k') | configure.ac » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698