Deleted Added
full compact
configure (117404) configure (122190)
1#! /bin/sh
2
3# Guess values for system-dependent variables and create Makefiles.
4# Generated automatically using autoconf version 2.13
5# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6#
7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it.

--- 52 unchanged lines hidden (view full) ---

61 --with-dwarf2 force the default debug format to be DWARF 2"
62ac_help="$ac_help
63 --disable-shared don't provide a shared libgcc"
64ac_help="$ac_help
65 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib"
66ac_help="$ac_help
67 --enable-initfini-array use .init_array/.fini_array sections"
68ac_help="$ac_help
1#! /bin/sh
2
3# Guess values for system-dependent variables and create Makefiles.
4# Generated automatically using autoconf version 2.13
5# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6#
7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it.

--- 52 unchanged lines hidden (view full) ---

61 --with-dwarf2 force the default debug format to be DWARF 2"
62ac_help="$ac_help
63 --disable-shared don't provide a shared libgcc"
64ac_help="$ac_help
65 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib"
66ac_help="$ac_help
67 --enable-initfini-array use .init_array/.fini_array sections"
68ac_help="$ac_help
69 --enable-sjlj-exceptions
70 arrange to use setjmp/longjmp exception handling"
71ac_help="$ac_help
72 --enable-libunwind-exceptions force use libunwind for exceptions"
73ac_help="$ac_help
69 --enable-nls use Native Language Support (default)"
70ac_help="$ac_help
71 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib"
72ac_help="$ac_help
73 --disable-nls do not use Native Language Support"
74ac_help="$ac_help
75 --with-included-gettext use the GNU gettext library included here"
76ac_help="$ac_help

--- 9 unchanged lines hidden (view full) ---

86 with the compiler"
87ac_help="$ac_help
88 --with-system-zlib use installed libz"
89ac_help="$ac_help
90 --enable-maintainer-mode
91 enable make rules and dependencies not useful
92 (and sometimes confusing) to the casual installer"
93ac_help="$ac_help
74 --enable-nls use Native Language Support (default)"
75ac_help="$ac_help
76 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib"
77ac_help="$ac_help
78 --disable-nls do not use Native Language Support"
79ac_help="$ac_help
80 --with-included-gettext use the GNU gettext library included here"
81ac_help="$ac_help

--- 9 unchanged lines hidden (view full) ---

91 with the compiler"
92ac_help="$ac_help
93 --with-system-zlib use installed libz"
94ac_help="$ac_help
95 --enable-maintainer-mode
96 enable make rules and dependencies not useful
97 (and sometimes confusing) to the casual installer"
98ac_help="$ac_help
94 --enable-sjlj-exceptions
95 arrange to use setjmp/longjmp exception handling"
96ac_help="$ac_help
97 --enable-libunwind-exceptions force use libunwind for exceptions"
98ac_help="$ac_help
99 --enable-version-specific-runtime-libs
100 specify that runtime libraries should be
101 installed in a compiler-specific directory"
102ac_help="$ac_help
103 --with-slibdir=DIR shared libraries in DIR [LIBDIR]"
104
105# Initialize some variables set by options.
106# The variables have the same names as the options, with

--- 3816 unchanged lines hidden (view full) ---

3923 # 1. If you map N consecutive pages in with one call, and then
3924 # unmap any subset of those pages, the pages that were not
3925 # explicitly unmapped remain accessible.
3926 # 2. If you map two adjacent blocks of memory and then unmap them
3927 # both at once, they must both go away.
3928 # Systems known to be in this category are Windows (all variants),
3929 # VMS, and Darwin.
3930 case "$host_os" in
99 --enable-version-specific-runtime-libs
100 specify that runtime libraries should be
101 installed in a compiler-specific directory"
102ac_help="$ac_help
103 --with-slibdir=DIR shared libraries in DIR [LIBDIR]"
104
105# Initialize some variables set by options.
106# The variables have the same names as the options, with

--- 3816 unchanged lines hidden (view full) ---

3923 # 1. If you map N consecutive pages in with one call, and then
3924 # unmap any subset of those pages, the pages that were not
3925 # explicitly unmapped remain accessible.
3926 # 2. If you map two adjacent blocks of memory and then unmap them
3927 # both at once, they must both go away.
3928 # Systems known to be in this category are Windows (all variants),
3929 # VMS, and Darwin.
3930 case "$host_os" in
3931 vms* | cygwin* | pe | mingw* | darwin*)
3931 vms* | cygwin* | pe | mingw* | darwin* | ultrix* | hpux10* | hpux11.00)
3932 gcc_cv_func_mmap_dev_zero=no ;;
3933 *)
3934 gcc_cv_func_mmap_dev_zero=yes;;
3935 esac
3936fi
3937
3938echo "$ac_t""$gcc_cv_func_mmap_dev_zero" 1>&6
3939

--- 911 unchanged lines hidden (view full) ---

4851
4852
4853# File extensions
4854manext='.1'
4855objext='.o'
4856
4857
4858
3932 gcc_cv_func_mmap_dev_zero=no ;;
3933 *)
3934 gcc_cv_func_mmap_dev_zero=yes;;
3935 esac
3936fi
3937
3938echo "$ac_t""$gcc_cv_func_mmap_dev_zero" 1>&6
3939

--- 911 unchanged lines hidden (view full) ---

4851
4852
4853# File extensions
4854manext='.1'
4855objext='.o'
4856
4857
4858
4859# With Setjmp/Longjmp based exception handling.
4860# Check whether --enable-sjlj-exceptions or --disable-sjlj-exceptions was given.
4861if test "${enable_sjlj_exceptions+set}" = set; then
4862 enableval="$enable_sjlj_exceptions"
4863 sjlj=`if test $enableval = yes; then echo 1; else echo 0; fi`
4864cat >> confdefs.h <<EOF
4865#define CONFIG_SJLJ_EXCEPTIONS $sjlj
4866EOF
4867
4868fi
4869
4870
4871echo $ac_n "checking for main in -lunwind""... $ac_c" 1>&6
4872echo "configure:4873: checking for main in -lunwind" >&5
4873ac_lib_var=`echo unwind'_'main | sed 'y%./+-%__p_%'`
4874if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4875 echo $ac_n "(cached) $ac_c" 1>&6
4876else
4877 ac_save_LIBS="$LIBS"
4878LIBS="-lunwind $LIBS"
4879cat > conftest.$ac_ext <<EOF
4880#line 4881 "configure"
4881#include "confdefs.h"
4882
4883int main() {
4884main()
4885; return 0; }
4886EOF
4887if { (eval echo configure:4888: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4888 rm -rf conftest*
4889 eval "ac_cv_lib_$ac_lib_var=yes"
4890else
4891 echo "configure: failed program was:" >&5
4892 cat conftest.$ac_ext >&5
4893 rm -rf conftest*
4894 eval "ac_cv_lib_$ac_lib_var=no"
4895fi
4896rm -f conftest*
4897LIBS="$ac_save_LIBS"
4898
4899fi
4900if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4901 echo "$ac_t""yes" 1>&6
4902 use_libunwind_default=yes
4903else
4904 echo "$ac_t""no" 1>&6
4905use_libunwind_default=no
4906fi
4907
4908# Use libunwind based exception handling.
4909# Check whether --enable-libunwind-exceptions or --disable-libunwind-exceptions was given.
4910if test "${enable_libunwind_exceptions+set}" = set; then
4911 enableval="$enable_libunwind_exceptions"
4912 use_libunwind_exceptions=$enableval
4913else
4914 use_libunwind_exceptions=$use_libunwind_default
4915fi
4916
4917if test x"$use_libunwind_exceptions" = xyes; then
4918 cat >> confdefs.h <<\EOF
4919#define USE_LIBUNWIND_EXCEPTIONS 1
4920EOF
4921
4922fi
4923
4859target_gtfiles=
4860build_xm_file=
4861build_xm_defines=
4862build_install_headers_dir=install-headers-tar
4863build_exeext=
4864host_xm_file=
4865host_xm_defines=
4866host_xmake_file=

--- 225 unchanged lines hidden (view full) ---

5092if test "${build}" != "${host}" && test "x$enable_nls" = "xyes"; then
5093 echo "configure: warning: Disabling NLS support for canadian cross compiler." 1>&2
5094 enable_nls=no
5095fi
5096
5097
5098
5099echo $ac_n "checking for library containing strerror""... $ac_c" 1>&6
4924target_gtfiles=
4925build_xm_file=
4926build_xm_defines=
4927build_install_headers_dir=install-headers-tar
4928build_exeext=
4929host_xm_file=
4930host_xm_defines=
4931host_xmake_file=

--- 225 unchanged lines hidden (view full) ---

5157if test "${build}" != "${host}" && test "x$enable_nls" = "xyes"; then
5158 echo "configure: warning: Disabling NLS support for canadian cross compiler." 1>&2
5159 enable_nls=no
5160fi
5161
5162
5163
5164echo $ac_n "checking for library containing strerror""... $ac_c" 1>&6
5100echo "configure:5101: checking for library containing strerror" >&5
5165echo "configure:5166: checking for library containing strerror" >&5
5101if eval "test \"`echo '$''{'ac_cv_search_strerror'+set}'`\" = set"; then
5102 echo $ac_n "(cached) $ac_c" 1>&6
5103else
5104 ac_func_search_save_LIBS="$LIBS"
5105ac_cv_search_strerror="no"
5106cat > conftest.$ac_ext <<EOF
5166if eval "test \"`echo '$''{'ac_cv_search_strerror'+set}'`\" = set"; then
5167 echo $ac_n "(cached) $ac_c" 1>&6
5168else
5169 ac_func_search_save_LIBS="$LIBS"
5170ac_cv_search_strerror="no"
5171cat > conftest.$ac_ext <<EOF
5107#line 5108 "configure"
5172#line 5173 "configure"
5108#include "confdefs.h"
5109/* Override any gcc2 internal prototype to avoid an error. */
5110/* We use char because int might match the return type of a gcc2
5111 builtin and then its argument prototype would still apply. */
5112char strerror();
5113
5114int main() {
5115strerror()
5116; return 0; }
5117EOF
5173#include "confdefs.h"
5174/* Override any gcc2 internal prototype to avoid an error. */
5175/* We use char because int might match the return type of a gcc2
5176 builtin and then its argument prototype would still apply. */
5177char strerror();
5178
5179int main() {
5180strerror()
5181; return 0; }
5182EOF
5118if { (eval echo configure:5119: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5183if { (eval echo configure:5184: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5119 rm -rf conftest*
5120 ac_cv_search_strerror="none required"
5121else
5122 echo "configure: failed program was:" >&5
5123 cat conftest.$ac_ext >&5
5124fi
5125rm -f conftest*
5126test "$ac_cv_search_strerror" = "no" && for i in cposix; do
5127LIBS="-l$i $ac_func_search_save_LIBS"
5128cat > conftest.$ac_ext <<EOF
5184 rm -rf conftest*
5185 ac_cv_search_strerror="none required"
5186else
5187 echo "configure: failed program was:" >&5
5188 cat conftest.$ac_ext >&5
5189fi
5190rm -f conftest*
5191test "$ac_cv_search_strerror" = "no" && for i in cposix; do
5192LIBS="-l$i $ac_func_search_save_LIBS"
5193cat > conftest.$ac_ext <<EOF
5129#line 5130 "configure"
5194#line 5195 "configure"
5130#include "confdefs.h"
5131/* Override any gcc2 internal prototype to avoid an error. */
5132/* We use char because int might match the return type of a gcc2
5133 builtin and then its argument prototype would still apply. */
5134char strerror();
5135
5136int main() {
5137strerror()
5138; return 0; }
5139EOF
5195#include "confdefs.h"
5196/* Override any gcc2 internal prototype to avoid an error. */
5197/* We use char because int might match the return type of a gcc2
5198 builtin and then its argument prototype would still apply. */
5199char strerror();
5200
5201int main() {
5202strerror()
5203; return 0; }
5204EOF
5140if { (eval echo configure:5141: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5205if { (eval echo configure:5206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5141 rm -rf conftest*
5142 ac_cv_search_strerror="-l$i"
5143break
5144else
5145 echo "configure: failed program was:" >&5
5146 cat conftest.$ac_ext >&5
5147fi
5148rm -f conftest*

--- 6 unchanged lines hidden (view full) ---

5155 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
5156
5157else :
5158
5159fi
5160
5161
5162echo $ac_n "checking for working const""... $ac_c" 1>&6
5206 rm -rf conftest*
5207 ac_cv_search_strerror="-l$i"
5208break
5209else
5210 echo "configure: failed program was:" >&5
5211 cat conftest.$ac_ext >&5
5212fi
5213rm -f conftest*

--- 6 unchanged lines hidden (view full) ---

5220 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
5221
5222else :
5223
5224fi
5225
5226
5227echo $ac_n "checking for working const""... $ac_c" 1>&6
5163echo "configure:5164: checking for working const" >&5
5228echo "configure:5229: checking for working const" >&5
5164if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
5165 echo $ac_n "(cached) $ac_c" 1>&6
5166else
5167 cat > conftest.$ac_ext <<EOF
5229if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
5230 echo $ac_n "(cached) $ac_c" 1>&6
5231else
5232 cat > conftest.$ac_ext <<EOF
5168#line 5169 "configure"
5233#line 5234 "configure"
5169#include "confdefs.h"
5170
5171int main() {
5172
5173/* Ultrix mips cc rejects this. */
5174typedef int charset[2]; const charset x;
5175/* SunOS 4.1.1 cc rejects this. */
5176char const *const *ccp;

--- 32 unchanged lines hidden (view full) ---

5209 struct s *b; b->j = 5;
5210}
5211{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
5212 const int foo = 10;
5213}
5214
5215; return 0; }
5216EOF
5234#include "confdefs.h"
5235
5236int main() {
5237
5238/* Ultrix mips cc rejects this. */
5239typedef int charset[2]; const charset x;
5240/* SunOS 4.1.1 cc rejects this. */
5241char const *const *ccp;

--- 32 unchanged lines hidden (view full) ---

5274 struct s *b; b->j = 5;
5275}
5276{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
5277 const int foo = 10;
5278}
5279
5280; return 0; }
5281EOF
5217if { (eval echo configure:5218: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5282if { (eval echo configure:5283: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5218 rm -rf conftest*
5219 ac_cv_c_const=yes
5220else
5221 echo "configure: failed program was:" >&5
5222 cat conftest.$ac_ext >&5
5223 rm -rf conftest*
5224 ac_cv_c_const=no
5225fi

--- 4 unchanged lines hidden (view full) ---

5230if test $ac_cv_c_const = no; then
5231 cat >> confdefs.h <<\EOF
5232#define const
5233EOF
5234
5235fi
5236
5237echo $ac_n "checking for off_t""... $ac_c" 1>&6
5283 rm -rf conftest*
5284 ac_cv_c_const=yes
5285else
5286 echo "configure: failed program was:" >&5
5287 cat conftest.$ac_ext >&5
5288 rm -rf conftest*
5289 ac_cv_c_const=no
5290fi

--- 4 unchanged lines hidden (view full) ---

5295if test $ac_cv_c_const = no; then
5296 cat >> confdefs.h <<\EOF
5297#define const
5298EOF
5299
5300fi
5301
5302echo $ac_n "checking for off_t""... $ac_c" 1>&6
5238echo "configure:5239: checking for off_t" >&5
5303echo "configure:5304: checking for off_t" >&5
5239if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
5240 echo $ac_n "(cached) $ac_c" 1>&6
5241else
5242 cat > conftest.$ac_ext <<EOF
5304if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
5305 echo $ac_n "(cached) $ac_c" 1>&6
5306else
5307 cat > conftest.$ac_ext <<EOF
5243#line 5244 "configure"
5308#line 5309 "configure"
5244#include "confdefs.h"
5245#include <sys/types.h>
5246#if STDC_HEADERS
5247#include <stdlib.h>
5248#include <stddef.h>
5249#endif
5250EOF
5251if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |

--- 11 unchanged lines hidden (view full) ---

5263if test $ac_cv_type_off_t = no; then
5264 cat >> confdefs.h <<\EOF
5265#define off_t long
5266EOF
5267
5268fi
5269
5270echo $ac_n "checking for size_t""... $ac_c" 1>&6
5309#include "confdefs.h"
5310#include <sys/types.h>
5311#if STDC_HEADERS
5312#include <stdlib.h>
5313#include <stddef.h>
5314#endif
5315EOF
5316if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |

--- 11 unchanged lines hidden (view full) ---

5328if test $ac_cv_type_off_t = no; then
5329 cat >> confdefs.h <<\EOF
5330#define off_t long
5331EOF
5332
5333fi
5334
5335echo $ac_n "checking for size_t""... $ac_c" 1>&6
5271echo "configure:5272: checking for size_t" >&5
5336echo "configure:5337: checking for size_t" >&5
5272if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
5273 echo $ac_n "(cached) $ac_c" 1>&6
5274else
5275 cat > conftest.$ac_ext <<EOF
5337if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
5338 echo $ac_n "(cached) $ac_c" 1>&6
5339else
5340 cat > conftest.$ac_ext <<EOF
5276#line 5277 "configure"
5341#line 5342 "configure"
5277#include "confdefs.h"
5278#include <sys/types.h>
5279#if STDC_HEADERS
5280#include <stdlib.h>
5281#include <stddef.h>
5282#endif
5283EOF
5284if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |

--- 13 unchanged lines hidden (view full) ---

5298#define size_t unsigned
5299EOF
5300
5301fi
5302
5303# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
5304# for constant arguments. Useless!
5305echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
5342#include "confdefs.h"
5343#include <sys/types.h>
5344#if STDC_HEADERS
5345#include <stdlib.h>
5346#include <stddef.h>
5347#endif
5348EOF
5349if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |

--- 13 unchanged lines hidden (view full) ---

5363#define size_t unsigned
5364EOF
5365
5366fi
5367
5368# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
5369# for constant arguments. Useless!
5370echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
5306echo "configure:5307: checking for working alloca.h" >&5
5371echo "configure:5372: checking for working alloca.h" >&5
5307if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
5308 echo $ac_n "(cached) $ac_c" 1>&6
5309else
5310 cat > conftest.$ac_ext <<EOF
5372if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
5373 echo $ac_n "(cached) $ac_c" 1>&6
5374else
5375 cat > conftest.$ac_ext <<EOF
5311#line 5312 "configure"
5376#line 5377 "configure"
5312#include "confdefs.h"
5313#include <alloca.h>
5314int main() {
5315char *p = alloca(2 * sizeof(int));
5316; return 0; }
5317EOF
5377#include "confdefs.h"
5378#include <alloca.h>
5379int main() {
5380char *p = alloca(2 * sizeof(int));
5381; return 0; }
5382EOF
5318if { (eval echo configure:5319: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5383if { (eval echo configure:5384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5319 rm -rf conftest*
5320 ac_cv_header_alloca_h=yes
5321else
5322 echo "configure: failed program was:" >&5
5323 cat conftest.$ac_ext >&5
5324 rm -rf conftest*
5325 ac_cv_header_alloca_h=no
5326fi

--- 4 unchanged lines hidden (view full) ---

5331if test $ac_cv_header_alloca_h = yes; then
5332 cat >> confdefs.h <<\EOF
5333#define HAVE_ALLOCA_H 1
5334EOF
5335
5336fi
5337
5338echo $ac_n "checking for alloca""... $ac_c" 1>&6
5384 rm -rf conftest*
5385 ac_cv_header_alloca_h=yes
5386else
5387 echo "configure: failed program was:" >&5
5388 cat conftest.$ac_ext >&5
5389 rm -rf conftest*
5390 ac_cv_header_alloca_h=no
5391fi

--- 4 unchanged lines hidden (view full) ---

5396if test $ac_cv_header_alloca_h = yes; then
5397 cat >> confdefs.h <<\EOF
5398#define HAVE_ALLOCA_H 1
5399EOF
5400
5401fi
5402
5403echo $ac_n "checking for alloca""... $ac_c" 1>&6
5339echo "configure:5340: checking for alloca" >&5
5404echo "configure:5405: checking for alloca" >&5
5340if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
5341 echo $ac_n "(cached) $ac_c" 1>&6
5342else
5343 cat > conftest.$ac_ext <<EOF
5405if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
5406 echo $ac_n "(cached) $ac_c" 1>&6
5407else
5408 cat > conftest.$ac_ext <<EOF
5344#line 5345 "configure"
5409#line 5410 "configure"
5345#include "confdefs.h"
5346
5347#ifdef __GNUC__
5348# define alloca __builtin_alloca
5349#else
5350# ifdef _MSC_VER
5351# include <malloc.h>
5352# define alloca _alloca

--- 11 unchanged lines hidden (view full) ---

5364# endif
5365# endif
5366#endif
5367
5368int main() {
5369char *p = (char *) alloca(1);
5370; return 0; }
5371EOF
5410#include "confdefs.h"
5411
5412#ifdef __GNUC__
5413# define alloca __builtin_alloca
5414#else
5415# ifdef _MSC_VER
5416# include <malloc.h>
5417# define alloca _alloca

--- 11 unchanged lines hidden (view full) ---

5429# endif
5430# endif
5431#endif
5432
5433int main() {
5434char *p = (char *) alloca(1);
5435; return 0; }
5436EOF
5372if { (eval echo configure:5373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5437if { (eval echo configure:5438: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5373 rm -rf conftest*
5374 ac_cv_func_alloca_works=yes
5375else
5376 echo "configure: failed program was:" >&5
5377 cat conftest.$ac_ext >&5
5378 rm -rf conftest*
5379 ac_cv_func_alloca_works=no
5380fi

--- 15 unchanged lines hidden (view full) ---

5396 # use ar to extract alloca.o from them instead of compiling alloca.c.
5397 ALLOCA=alloca.${ac_objext}
5398 cat >> confdefs.h <<\EOF
5399#define C_ALLOCA 1
5400EOF
5401
5402
5403echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
5438 rm -rf conftest*
5439 ac_cv_func_alloca_works=yes
5440else
5441 echo "configure: failed program was:" >&5
5442 cat conftest.$ac_ext >&5
5443 rm -rf conftest*
5444 ac_cv_func_alloca_works=no
5445fi

--- 15 unchanged lines hidden (view full) ---

5461 # use ar to extract alloca.o from them instead of compiling alloca.c.
5462 ALLOCA=alloca.${ac_objext}
5463 cat >> confdefs.h <<\EOF
5464#define C_ALLOCA 1
5465EOF
5466
5467
5468echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
5404echo "configure:5405: checking whether alloca needs Cray hooks" >&5
5469echo "configure:5470: checking whether alloca needs Cray hooks" >&5
5405if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
5406 echo $ac_n "(cached) $ac_c" 1>&6
5407else
5408 cat > conftest.$ac_ext <<EOF
5470if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
5471 echo $ac_n "(cached) $ac_c" 1>&6
5472else
5473 cat > conftest.$ac_ext <<EOF
5409#line 5410 "configure"
5474#line 5475 "configure"
5410#include "confdefs.h"
5411#if defined(CRAY) && ! defined(CRAY2)
5412webecray
5413#else
5414wenotbecray
5415#endif
5416
5417EOF

--- 8 unchanged lines hidden (view full) ---

5426rm -f conftest*
5427
5428fi
5429
5430echo "$ac_t""$ac_cv_os_cray" 1>&6
5431if test $ac_cv_os_cray = yes; then
5432for ac_func in _getb67 GETB67 getb67; do
5433 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5475#include "confdefs.h"
5476#if defined(CRAY) && ! defined(CRAY2)
5477webecray
5478#else
5479wenotbecray
5480#endif
5481
5482EOF

--- 8 unchanged lines hidden (view full) ---

5491rm -f conftest*
5492
5493fi
5494
5495echo "$ac_t""$ac_cv_os_cray" 1>&6
5496if test $ac_cv_os_cray = yes; then
5497for ac_func in _getb67 GETB67 getb67; do
5498 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5434echo "configure:5435: checking for $ac_func" >&5
5499echo "configure:5500: checking for $ac_func" >&5
5435if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5436 echo $ac_n "(cached) $ac_c" 1>&6
5437else
5438 cat > conftest.$ac_ext <<EOF
5500if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5501 echo $ac_n "(cached) $ac_c" 1>&6
5502else
5503 cat > conftest.$ac_ext <<EOF
5439#line 5440 "configure"
5504#line 5505 "configure"
5440#include "confdefs.h"
5441/* System header to define __stub macros and hopefully few prototypes,
5442 which can conflict with char $ac_func(); below. */
5443#include <assert.h>
5444/* Override any gcc2 internal prototype to avoid an error. */
5445/* We use char because int might match the return type of a gcc2
5446 builtin and then its argument prototype would still apply. */
5447char $ac_func();

--- 6 unchanged lines hidden (view full) ---

5454#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5455choke me
5456#else
5457$ac_func();
5458#endif
5459
5460; return 0; }
5461EOF
5505#include "confdefs.h"
5506/* System header to define __stub macros and hopefully few prototypes,
5507 which can conflict with char $ac_func(); below. */
5508#include <assert.h>
5509/* Override any gcc2 internal prototype to avoid an error. */
5510/* We use char because int might match the return type of a gcc2
5511 builtin and then its argument prototype would still apply. */
5512char $ac_func();

--- 6 unchanged lines hidden (view full) ---

5519#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5520choke me
5521#else
5522$ac_func();
5523#endif
5524
5525; return 0; }
5526EOF
5462if { (eval echo configure:5463: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5527if { (eval echo configure:5528: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5463 rm -rf conftest*
5464 eval "ac_cv_func_$ac_func=yes"
5465else
5466 echo "configure: failed program was:" >&5
5467 cat conftest.$ac_ext >&5
5468 rm -rf conftest*
5469 eval "ac_cv_func_$ac_func=no"
5470fi

--- 10 unchanged lines hidden (view full) ---

5481else
5482 echo "$ac_t""no" 1>&6
5483fi
5484
5485done
5486fi
5487
5488echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
5528 rm -rf conftest*
5529 eval "ac_cv_func_$ac_func=yes"
5530else
5531 echo "configure: failed program was:" >&5
5532 cat conftest.$ac_ext >&5
5533 rm -rf conftest*
5534 eval "ac_cv_func_$ac_func=no"
5535fi

--- 10 unchanged lines hidden (view full) ---

5546else
5547 echo "$ac_t""no" 1>&6
5548fi
5549
5550done
5551fi
5552
5553echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
5489echo "configure:5490: checking stack direction for C alloca" >&5
5554echo "configure:5555: checking stack direction for C alloca" >&5
5490if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
5491 echo $ac_n "(cached) $ac_c" 1>&6
5492else
5493 if test "$cross_compiling" = yes; then
5494 ac_cv_c_stack_direction=0
5495else
5496 cat > conftest.$ac_ext <<EOF
5555if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
5556 echo $ac_n "(cached) $ac_c" 1>&6
5557else
5558 if test "$cross_compiling" = yes; then
5559 ac_cv_c_stack_direction=0
5560else
5561 cat > conftest.$ac_ext <<EOF
5497#line 5498 "configure"
5562#line 5563 "configure"
5498#include "confdefs.h"
5499find_stack_direction ()
5500{
5501 static char *addr = 0;
5502 auto char dummy;
5503 if (addr == 0)
5504 {
5505 addr = &dummy;
5506 return find_stack_direction ();
5507 }
5508 else
5509 return (&dummy > addr) ? 1 : -1;
5510}
5511main ()
5512{
5513 exit (find_stack_direction() < 0);
5514}
5515EOF
5563#include "confdefs.h"
5564find_stack_direction ()
5565{
5566 static char *addr = 0;
5567 auto char dummy;
5568 if (addr == 0)
5569 {
5570 addr = &dummy;
5571 return find_stack_direction ();
5572 }
5573 else
5574 return (&dummy > addr) ? 1 : -1;
5575}
5576main ()
5577{
5578 exit (find_stack_direction() < 0);
5579}
5580EOF
5516if { (eval echo configure:5517: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5581if { (eval echo configure:5582: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5517then
5518 ac_cv_c_stack_direction=1
5519else
5520 echo "configure: failed program was:" >&5
5521 cat conftest.$ac_ext >&5
5522 rm -fr conftest*
5523 ac_cv_c_stack_direction=-1
5524fi

--- 6 unchanged lines hidden (view full) ---

5531cat >> confdefs.h <<EOF
5532#define STACK_DIRECTION $ac_cv_c_stack_direction
5533EOF
5534
5535fi
5536
5537
5538 echo $ac_n "checking whether we are using the GNU C Library 2.1 or newer""... $ac_c" 1>&6
5582then
5583 ac_cv_c_stack_direction=1
5584else
5585 echo "configure: failed program was:" >&5
5586 cat conftest.$ac_ext >&5
5587 rm -fr conftest*
5588 ac_cv_c_stack_direction=-1
5589fi

--- 6 unchanged lines hidden (view full) ---

5596cat >> confdefs.h <<EOF
5597#define STACK_DIRECTION $ac_cv_c_stack_direction
5598EOF
5599
5600fi
5601
5602
5603 echo $ac_n "checking whether we are using the GNU C Library 2.1 or newer""... $ac_c" 1>&6
5539echo "configure:5540: checking whether we are using the GNU C Library 2.1 or newer" >&5
5604echo "configure:5605: checking whether we are using the GNU C Library 2.1 or newer" >&5
5540if eval "test \"`echo '$''{'ac_cv_gnu_library_2_1'+set}'`\" = set"; then
5541 echo $ac_n "(cached) $ac_c" 1>&6
5542else
5543 cat > conftest.$ac_ext <<EOF
5605if eval "test \"`echo '$''{'ac_cv_gnu_library_2_1'+set}'`\" = set"; then
5606 echo $ac_n "(cached) $ac_c" 1>&6
5607else
5608 cat > conftest.$ac_ext <<EOF
5544#line 5545 "configure"
5609#line 5610 "configure"
5545#include "confdefs.h"
5546
5547#include <features.h>
5548#ifdef __GNU_LIBRARY__
5549 #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2)
5550 Lucky GNU user
5551 #endif
5552#endif

--- 19 unchanged lines hidden (view full) ---

5572
5573
5574
5575 for ac_hdr in argz.h limits.h locale.h nl_types.h malloc.h stddef.h \
5576stdlib.h string.h unistd.h sys/param.h
5577do
5578ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5579echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5610#include "confdefs.h"
5611
5612#include <features.h>
5613#ifdef __GNU_LIBRARY__
5614 #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2)
5615 Lucky GNU user
5616 #endif
5617#endif

--- 19 unchanged lines hidden (view full) ---

5637
5638
5639
5640 for ac_hdr in argz.h limits.h locale.h nl_types.h malloc.h stddef.h \
5641stdlib.h string.h unistd.h sys/param.h
5642do
5643ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5644echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5580echo "configure:5581: checking for $ac_hdr" >&5
5645echo "configure:5646: checking for $ac_hdr" >&5
5581if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5582 echo $ac_n "(cached) $ac_c" 1>&6
5583else
5584 cat > conftest.$ac_ext <<EOF
5646if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5647 echo $ac_n "(cached) $ac_c" 1>&6
5648else
5649 cat > conftest.$ac_ext <<EOF
5585#line 5586 "configure"
5650#line 5651 "configure"
5586#include "confdefs.h"
5587#include <$ac_hdr>
5588EOF
5589ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5651#include "confdefs.h"
5652#include <$ac_hdr>
5653EOF
5654ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5590{ (eval echo configure:5591: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5655{ (eval echo configure:5656: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5591ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5592if test -z "$ac_err"; then
5593 rm -rf conftest*
5594 eval "ac_cv_header_$ac_safe=yes"
5595else
5596 echo "$ac_err" >&5
5597 echo "configure: failed program was:" >&5
5598 cat conftest.$ac_ext >&5

--- 14 unchanged lines hidden (view full) ---

5613fi
5614done
5615
5616 for ac_func in feof_unlocked fgets_unlocked getcwd getegid geteuid \
5617getgid getuid mempcpy munmap putenv setenv setlocale stpcpy strchr strcasecmp \
5618strdup strtoul tsearch __argz_count __argz_stringify __argz_next
5619do
5620echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5656ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5657if test -z "$ac_err"; then
5658 rm -rf conftest*
5659 eval "ac_cv_header_$ac_safe=yes"
5660else
5661 echo "$ac_err" >&5
5662 echo "configure: failed program was:" >&5
5663 cat conftest.$ac_ext >&5

--- 14 unchanged lines hidden (view full) ---

5678fi
5679done
5680
5681 for ac_func in feof_unlocked fgets_unlocked getcwd getegid geteuid \
5682getgid getuid mempcpy munmap putenv setenv setlocale stpcpy strchr strcasecmp \
5683strdup strtoul tsearch __argz_count __argz_stringify __argz_next
5684do
5685echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5621echo "configure:5622: checking for $ac_func" >&5
5686echo "configure:5687: checking for $ac_func" >&5
5622if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5623 echo $ac_n "(cached) $ac_c" 1>&6
5624else
5625 cat > conftest.$ac_ext <<EOF
5687if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5688 echo $ac_n "(cached) $ac_c" 1>&6
5689else
5690 cat > conftest.$ac_ext <<EOF
5626#line 5627 "configure"
5691#line 5692 "configure"
5627#include "confdefs.h"
5628/* System header to define __stub macros and hopefully few prototypes,
5629 which can conflict with char $ac_func(); below. */
5630#include <assert.h>
5631/* Override any gcc2 internal prototype to avoid an error. */
5632/* We use char because int might match the return type of a gcc2
5633 builtin and then its argument prototype would still apply. */
5634char $ac_func();

--- 6 unchanged lines hidden (view full) ---

5641#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5642choke me
5643#else
5644$ac_func();
5645#endif
5646
5647; return 0; }
5648EOF
5692#include "confdefs.h"
5693/* System header to define __stub macros and hopefully few prototypes,
5694 which can conflict with char $ac_func(); below. */
5695#include <assert.h>
5696/* Override any gcc2 internal prototype to avoid an error. */
5697/* We use char because int might match the return type of a gcc2
5698 builtin and then its argument prototype would still apply. */
5699char $ac_func();

--- 6 unchanged lines hidden (view full) ---

5706#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5707choke me
5708#else
5709$ac_func();
5710#endif
5711
5712; return 0; }
5713EOF
5649if { (eval echo configure:5650: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5714if { (eval echo configure:5715: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5650 rm -rf conftest*
5651 eval "ac_cv_func_$ac_func=yes"
5652else
5653 echo "configure: failed program was:" >&5
5654 cat conftest.$ac_ext >&5
5655 rm -rf conftest*
5656 eval "ac_cv_func_$ac_func=no"
5657fi

--- 24 unchanged lines hidden (view full) ---

5682 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
5683 if test -d $dir/lib; then am_cv_lib_iconv_ldpath="-L$dir/lib"; fi
5684 done
5685
5686fi
5687
5688
5689 echo $ac_n "checking for iconv""... $ac_c" 1>&6
5715 rm -rf conftest*
5716 eval "ac_cv_func_$ac_func=yes"
5717else
5718 echo "configure: failed program was:" >&5
5719 cat conftest.$ac_ext >&5
5720 rm -rf conftest*
5721 eval "ac_cv_func_$ac_func=no"
5722fi

--- 24 unchanged lines hidden (view full) ---

5747 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
5748 if test -d $dir/lib; then am_cv_lib_iconv_ldpath="-L$dir/lib"; fi
5749 done
5750
5751fi
5752
5753
5754 echo $ac_n "checking for iconv""... $ac_c" 1>&6
5690echo "configure:5691: checking for iconv" >&5
5755echo "configure:5756: checking for iconv" >&5
5691if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then
5692 echo $ac_n "(cached) $ac_c" 1>&6
5693else
5694
5695 am_cv_func_iconv="no, consider installing GNU libiconv"
5696 am_cv_lib_iconv=no
5697 cat > conftest.$ac_ext <<EOF
5756if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then
5757 echo $ac_n "(cached) $ac_c" 1>&6
5758else
5759
5760 am_cv_func_iconv="no, consider installing GNU libiconv"
5761 am_cv_lib_iconv=no
5762 cat > conftest.$ac_ext <<EOF
5698#line 5699 "configure"
5763#line 5764 "configure"
5699#include "confdefs.h"
5700#include <stdlib.h>
5701#include <iconv.h>
5702int main() {
5703iconv_t cd = iconv_open("","");
5704 iconv(cd,NULL,NULL,NULL,NULL);
5705 iconv_close(cd);
5706; return 0; }
5707EOF
5764#include "confdefs.h"
5765#include <stdlib.h>
5766#include <iconv.h>
5767int main() {
5768iconv_t cd = iconv_open("","");
5769 iconv(cd,NULL,NULL,NULL,NULL);
5770 iconv_close(cd);
5771; return 0; }
5772EOF
5708if { (eval echo configure:5709: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5773if { (eval echo configure:5774: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5709 rm -rf conftest*
5710 am_cv_func_iconv=yes
5711else
5712 echo "configure: failed program was:" >&5
5713 cat conftest.$ac_ext >&5
5714fi
5715rm -f conftest*
5716 if test "$am_cv_func_iconv" != yes; then
5717 am_save_LIBS="$LIBS"
5718 LIBS="$LIBS $am_cv_libiconv_ldpath -liconv"
5719 cat > conftest.$ac_ext <<EOF
5774 rm -rf conftest*
5775 am_cv_func_iconv=yes
5776else
5777 echo "configure: failed program was:" >&5
5778 cat conftest.$ac_ext >&5
5779fi
5780rm -f conftest*
5781 if test "$am_cv_func_iconv" != yes; then
5782 am_save_LIBS="$LIBS"
5783 LIBS="$LIBS $am_cv_libiconv_ldpath -liconv"
5784 cat > conftest.$ac_ext <<EOF
5720#line 5721 "configure"
5785#line 5786 "configure"
5721#include "confdefs.h"
5722#include <stdlib.h>
5723#include <iconv.h>
5724int main() {
5725iconv_t cd = iconv_open("","");
5726 iconv(cd,NULL,NULL,NULL,NULL);
5727 iconv_close(cd);
5728; return 0; }
5729EOF
5786#include "confdefs.h"
5787#include <stdlib.h>
5788#include <iconv.h>
5789int main() {
5790iconv_t cd = iconv_open("","");
5791 iconv(cd,NULL,NULL,NULL,NULL);
5792 iconv_close(cd);
5793; return 0; }
5794EOF
5730if { (eval echo configure:5731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5795if { (eval echo configure:5796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5731 rm -rf conftest*
5732 am_cv_lib_iconv=yes
5733 am_cv_func_iconv=yes
5734else
5735 echo "configure: failed program was:" >&5
5736 cat conftest.$ac_ext >&5
5737fi
5738rm -f conftest*

--- 4 unchanged lines hidden (view full) ---

5743
5744echo "$ac_t""$am_cv_func_iconv" 1>&6
5745 if test "$am_cv_func_iconv" = yes; then
5746 cat >> confdefs.h <<\EOF
5747#define HAVE_ICONV 1
5748EOF
5749
5750 echo $ac_n "checking for iconv declaration""... $ac_c" 1>&6
5796 rm -rf conftest*
5797 am_cv_lib_iconv=yes
5798 am_cv_func_iconv=yes
5799else
5800 echo "configure: failed program was:" >&5
5801 cat conftest.$ac_ext >&5
5802fi
5803rm -f conftest*

--- 4 unchanged lines hidden (view full) ---

5808
5809echo "$ac_t""$am_cv_func_iconv" 1>&6
5810 if test "$am_cv_func_iconv" = yes; then
5811 cat >> confdefs.h <<\EOF
5812#define HAVE_ICONV 1
5813EOF
5814
5815 echo $ac_n "checking for iconv declaration""... $ac_c" 1>&6
5751echo "configure:5752: checking for iconv declaration" >&5
5816echo "configure:5817: checking for iconv declaration" >&5
5752 if eval "test \"`echo '$''{'am_cv_proto_iconv'+set}'`\" = set"; then
5753 echo $ac_n "(cached) $ac_c" 1>&6
5754else
5755
5756 cat > conftest.$ac_ext <<EOF
5817 if eval "test \"`echo '$''{'am_cv_proto_iconv'+set}'`\" = set"; then
5818 echo $ac_n "(cached) $ac_c" 1>&6
5819else
5820
5821 cat > conftest.$ac_ext <<EOF
5757#line 5758 "configure"
5822#line 5823 "configure"
5758#include "confdefs.h"
5759
5760#include <stdlib.h>
5761#include <iconv.h>
5762extern
5763#ifdef __cplusplus
5764"C"
5765#endif
5766#if defined(__STDC__) || defined(__cplusplus)
5767size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
5768#else
5769size_t iconv();
5770#endif
5771
5772int main() {
5773
5774; return 0; }
5775EOF
5823#include "confdefs.h"
5824
5825#include <stdlib.h>
5826#include <iconv.h>
5827extern
5828#ifdef __cplusplus
5829"C"
5830#endif
5831#if defined(__STDC__) || defined(__cplusplus)
5832size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
5833#else
5834size_t iconv();
5835#endif
5836
5837int main() {
5838
5839; return 0; }
5840EOF
5776if { (eval echo configure:5777: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5841if { (eval echo configure:5842: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5777 rm -rf conftest*
5778 am_cv_proto_iconv_arg1=""
5779else
5780 echo "configure: failed program was:" >&5
5781 cat conftest.$ac_ext >&5
5782 rm -rf conftest*
5783 am_cv_proto_iconv_arg1="const"
5784fi

--- 12 unchanged lines hidden (view full) ---

5797 LIBICONV=
5798 if test "$am_cv_lib_iconv" = yes; then
5799 LIBICONV="$am_cv_lib_iconv_ldpath -liconv"
5800 fi
5801
5802
5803
5804 echo $ac_n "checking for nl_langinfo and CODESET""... $ac_c" 1>&6
5842 rm -rf conftest*
5843 am_cv_proto_iconv_arg1=""
5844else
5845 echo "configure: failed program was:" >&5
5846 cat conftest.$ac_ext >&5
5847 rm -rf conftest*
5848 am_cv_proto_iconv_arg1="const"
5849fi

--- 12 unchanged lines hidden (view full) ---

5862 LIBICONV=
5863 if test "$am_cv_lib_iconv" = yes; then
5864 LIBICONV="$am_cv_lib_iconv_ldpath -liconv"
5865 fi
5866
5867
5868
5869 echo $ac_n "checking for nl_langinfo and CODESET""... $ac_c" 1>&6
5805echo "configure:5806: checking for nl_langinfo and CODESET" >&5
5870echo "configure:5871: checking for nl_langinfo and CODESET" >&5
5806if eval "test \"`echo '$''{'am_cv_langinfo_codeset'+set}'`\" = set"; then
5807 echo $ac_n "(cached) $ac_c" 1>&6
5808else
5809 cat > conftest.$ac_ext <<EOF
5871if eval "test \"`echo '$''{'am_cv_langinfo_codeset'+set}'`\" = set"; then
5872 echo $ac_n "(cached) $ac_c" 1>&6
5873else
5874 cat > conftest.$ac_ext <<EOF
5810#line 5811 "configure"
5875#line 5876 "configure"
5811#include "confdefs.h"
5812#include <langinfo.h>
5813int main() {
5814char* cs = nl_langinfo(CODESET);
5815; return 0; }
5816EOF
5876#include "confdefs.h"
5877#include <langinfo.h>
5878int main() {
5879char* cs = nl_langinfo(CODESET);
5880; return 0; }
5881EOF
5817if { (eval echo configure:5818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5882if { (eval echo configure:5883: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5818 rm -rf conftest*
5819 am_cv_langinfo_codeset=yes
5820else
5821 echo "configure: failed program was:" >&5
5822 cat conftest.$ac_ext >&5
5823 rm -rf conftest*
5824 am_cv_langinfo_codeset=no
5825fi

--- 6 unchanged lines hidden (view full) ---

5832 cat >> confdefs.h <<\EOF
5833#define HAVE_LANGINFO_CODESET 1
5834EOF
5835
5836 fi
5837
5838 if test $ac_cv_header_locale_h = yes; then
5839 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
5883 rm -rf conftest*
5884 am_cv_langinfo_codeset=yes
5885else
5886 echo "configure: failed program was:" >&5
5887 cat conftest.$ac_ext >&5
5888 rm -rf conftest*
5889 am_cv_langinfo_codeset=no
5890fi

--- 6 unchanged lines hidden (view full) ---

5897 cat >> confdefs.h <<\EOF
5898#define HAVE_LANGINFO_CODESET 1
5899EOF
5900
5901 fi
5902
5903 if test $ac_cv_header_locale_h = yes; then
5904 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
5840echo "configure:5841: checking for LC_MESSAGES" >&5
5905echo "configure:5906: checking for LC_MESSAGES" >&5
5841if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
5842 echo $ac_n "(cached) $ac_c" 1>&6
5843else
5844 cat > conftest.$ac_ext <<EOF
5906if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
5907 echo $ac_n "(cached) $ac_c" 1>&6
5908else
5909 cat > conftest.$ac_ext <<EOF
5845#line 5846 "configure"
5910#line 5911 "configure"
5846#include "confdefs.h"
5847#include <locale.h>
5848int main() {
5849return LC_MESSAGES
5850; return 0; }
5851EOF
5911#include "confdefs.h"
5912#include <locale.h>
5913int main() {
5914return LC_MESSAGES
5915; return 0; }
5916EOF
5852if { (eval echo configure:5853: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5917if { (eval echo configure:5918: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5853 rm -rf conftest*
5854 am_cv_val_LC_MESSAGES=yes
5855else
5856 echo "configure: failed program was:" >&5
5857 cat conftest.$ac_ext >&5
5858 rm -rf conftest*
5859 am_cv_val_LC_MESSAGES=no
5860fi

--- 4 unchanged lines hidden (view full) ---

5865 if test $am_cv_val_LC_MESSAGES = yes; then
5866 cat >> confdefs.h <<\EOF
5867#define HAVE_LC_MESSAGES 1
5868EOF
5869
5870 fi
5871 fi
5872 echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
5918 rm -rf conftest*
5919 am_cv_val_LC_MESSAGES=yes
5920else
5921 echo "configure: failed program was:" >&5
5922 cat conftest.$ac_ext >&5
5923 rm -rf conftest*
5924 am_cv_val_LC_MESSAGES=no
5925fi

--- 4 unchanged lines hidden (view full) ---

5930 if test $am_cv_val_LC_MESSAGES = yes; then
5931 cat >> confdefs.h <<\EOF
5932#define HAVE_LC_MESSAGES 1
5933EOF
5934
5935 fi
5936 fi
5937 echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
5873echo "configure:5874: checking whether NLS is requested" >&5
5938echo "configure:5939: checking whether NLS is requested" >&5
5874 # Check whether --enable-nls or --disable-nls was given.
5875if test "${enable_nls+set}" = set; then
5876 enableval="$enable_nls"
5877 USE_NLS=$enableval
5878else
5879 USE_NLS=yes
5880fi
5881

--- 6 unchanged lines hidden (view full) ---

5888 INTLDEPS=
5889
5890 if test "$USE_NLS" = "yes"; then
5891 cat >> confdefs.h <<\EOF
5892#define ENABLE_NLS 1
5893EOF
5894
5895 echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
5939 # Check whether --enable-nls or --disable-nls was given.
5940if test "${enable_nls+set}" = set; then
5941 enableval="$enable_nls"
5942 USE_NLS=$enableval
5943else
5944 USE_NLS=yes
5945fi
5946

--- 6 unchanged lines hidden (view full) ---

5953 INTLDEPS=
5954
5955 if test "$USE_NLS" = "yes"; then
5956 cat >> confdefs.h <<\EOF
5957#define ENABLE_NLS 1
5958EOF
5959
5960 echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
5896echo "configure:5897: checking whether included gettext is requested" >&5
5961echo "configure:5962: checking whether included gettext is requested" >&5
5897 # Check whether --with-included-gettext or --without-included-gettext was given.
5898if test "${with_included_gettext+set}" = set; then
5899 withval="$with_included_gettext"
5900 nls_cv_force_use_gnu_gettext=$withval
5901else
5902 nls_cv_force_use_gnu_gettext=no
5903fi
5904
5905 echo "$ac_t""$nls_cv_force_use_gnu_gettext" 1>&6
5906
5907 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
5908 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
5909 CATOBJEXT=NONE
5910
5911
5912
5913
5914 ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
5915echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
5962 # Check whether --with-included-gettext or --without-included-gettext was given.
5963if test "${with_included_gettext+set}" = set; then
5964 withval="$with_included_gettext"
5965 nls_cv_force_use_gnu_gettext=$withval
5966else
5967 nls_cv_force_use_gnu_gettext=no
5968fi
5969
5970 echo "$ac_t""$nls_cv_force_use_gnu_gettext" 1>&6
5971
5972 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
5973 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
5974 CATOBJEXT=NONE
5975
5976
5977
5978
5979 ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
5980echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
5916echo "configure:5917: checking for libintl.h" >&5
5981echo "configure:5982: checking for libintl.h" >&5
5917if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5918 echo $ac_n "(cached) $ac_c" 1>&6
5919else
5920 cat > conftest.$ac_ext <<EOF
5982if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5983 echo $ac_n "(cached) $ac_c" 1>&6
5984else
5985 cat > conftest.$ac_ext <<EOF
5921#line 5922 "configure"
5986#line 5987 "configure"
5922#include "confdefs.h"
5923#include <libintl.h>
5924EOF
5925ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5987#include "confdefs.h"
5988#include <libintl.h>
5989EOF
5990ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5926{ (eval echo configure:5927: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5991{ (eval echo configure:5992: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5927ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5928if test -z "$ac_err"; then
5929 rm -rf conftest*
5930 eval "ac_cv_header_$ac_safe=yes"
5931else
5932 echo "$ac_err" >&5
5933 echo "configure: failed program was:" >&5
5934 cat conftest.$ac_ext >&5

--- 4 unchanged lines hidden (view full) ---

5939fi
5940if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5941 echo "$ac_t""yes" 1>&6
5942 cat >> confdefs.h <<\EOF
5943#define HAVE_LIBINTL_H 1
5944EOF
5945
5946 echo $ac_n "checking for GNU gettext in libc""... $ac_c" 1>&6
5992ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5993if test -z "$ac_err"; then
5994 rm -rf conftest*
5995 eval "ac_cv_header_$ac_safe=yes"
5996else
5997 echo "$ac_err" >&5
5998 echo "configure: failed program was:" >&5
5999 cat conftest.$ac_ext >&5

--- 4 unchanged lines hidden (view full) ---

6004fi
6005if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6006 echo "$ac_t""yes" 1>&6
6007 cat >> confdefs.h <<\EOF
6008#define HAVE_LIBINTL_H 1
6009EOF
6010
6011 echo $ac_n "checking for GNU gettext in libc""... $ac_c" 1>&6
5947echo "configure:5948: checking for GNU gettext in libc" >&5
6012echo "configure:6013: checking for GNU gettext in libc" >&5
5948if eval "test \"`echo '$''{'gt_cv_func_gnugettext1_libc'+set}'`\" = set"; then
5949 echo $ac_n "(cached) $ac_c" 1>&6
5950else
5951 cat > conftest.$ac_ext <<EOF
6013if eval "test \"`echo '$''{'gt_cv_func_gnugettext1_libc'+set}'`\" = set"; then
6014 echo $ac_n "(cached) $ac_c" 1>&6
6015else
6016 cat > conftest.$ac_ext <<EOF
5952#line 5953 "configure"
6017#line 6018 "configure"
5953#include "confdefs.h"
5954#include <libintl.h>
5955extern int _nl_msg_cat_cntr;
5956int main() {
5957bindtextdomain ("", "");
5958return (int) gettext ("") + _nl_msg_cat_cntr
5959; return 0; }
5960EOF
6018#include "confdefs.h"
6019#include <libintl.h>
6020extern int _nl_msg_cat_cntr;
6021int main() {
6022bindtextdomain ("", "");
6023return (int) gettext ("") + _nl_msg_cat_cntr
6024; return 0; }
6025EOF
5961if { (eval echo configure:5962: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6026if { (eval echo configure:6027: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5962 rm -rf conftest*
5963 gt_cv_func_gnugettext1_libc=yes
5964else
5965 echo "configure: failed program was:" >&5
5966 cat conftest.$ac_ext >&5
5967 rm -rf conftest*
5968 gt_cv_func_gnugettext1_libc=no
5969fi
5970rm -f conftest*
5971fi
5972
5973echo "$ac_t""$gt_cv_func_gnugettext1_libc" 1>&6
5974
5975 if test "$gt_cv_func_gnugettext1_libc" != "yes"; then
5976 echo $ac_n "checking for GNU gettext in libintl""... $ac_c" 1>&6
6027 rm -rf conftest*
6028 gt_cv_func_gnugettext1_libc=yes
6029else
6030 echo "configure: failed program was:" >&5
6031 cat conftest.$ac_ext >&5
6032 rm -rf conftest*
6033 gt_cv_func_gnugettext1_libc=no
6034fi
6035rm -f conftest*
6036fi
6037
6038echo "$ac_t""$gt_cv_func_gnugettext1_libc" 1>&6
6039
6040 if test "$gt_cv_func_gnugettext1_libc" != "yes"; then
6041 echo $ac_n "checking for GNU gettext in libintl""... $ac_c" 1>&6
5977echo "configure:5978: checking for GNU gettext in libintl" >&5
6042echo "configure:6043: checking for GNU gettext in libintl" >&5
5978if eval "test \"`echo '$''{'gt_cv_func_gnugettext1_libintl'+set}'`\" = set"; then
5979 echo $ac_n "(cached) $ac_c" 1>&6
5980else
5981 gt_save_LIBS="$LIBS"
5982 LIBS="$LIBS -lintl $LIBICONV"
5983 cat > conftest.$ac_ext <<EOF
6043if eval "test \"`echo '$''{'gt_cv_func_gnugettext1_libintl'+set}'`\" = set"; then
6044 echo $ac_n "(cached) $ac_c" 1>&6
6045else
6046 gt_save_LIBS="$LIBS"
6047 LIBS="$LIBS -lintl $LIBICONV"
6048 cat > conftest.$ac_ext <<EOF
5984#line 5985 "configure"
6049#line 6050 "configure"
5985#include "confdefs.h"
5986#include <libintl.h>
5987extern int _nl_msg_cat_cntr;
5988int main() {
5989bindtextdomain ("", "");
5990return (int) gettext ("") + _nl_msg_cat_cntr
5991; return 0; }
5992EOF
6050#include "confdefs.h"
6051#include <libintl.h>
6052extern int _nl_msg_cat_cntr;
6053int main() {
6054bindtextdomain ("", "");
6055return (int) gettext ("") + _nl_msg_cat_cntr
6056; return 0; }
6057EOF
5993if { (eval echo configure:5994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6058if { (eval echo configure:6059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5994 rm -rf conftest*
5995 gt_cv_func_gnugettext1_libintl=yes
5996else
5997 echo "configure: failed program was:" >&5
5998 cat conftest.$ac_ext >&5
5999 rm -rf conftest*
6000 gt_cv_func_gnugettext1_libintl=no
6001fi

--- 16 unchanged lines hidden (view full) ---

6018 INTLLIBS="-lintl $LIBICONV"
6019 fi
6020
6021 gt_save_LIBS="$LIBS"
6022 LIBS="$LIBS $INTLLIBS"
6023 for ac_func in dcgettext
6024do
6025echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6059 rm -rf conftest*
6060 gt_cv_func_gnugettext1_libintl=yes
6061else
6062 echo "configure: failed program was:" >&5
6063 cat conftest.$ac_ext >&5
6064 rm -rf conftest*
6065 gt_cv_func_gnugettext1_libintl=no
6066fi

--- 16 unchanged lines hidden (view full) ---

6083 INTLLIBS="-lintl $LIBICONV"
6084 fi
6085
6086 gt_save_LIBS="$LIBS"
6087 LIBS="$LIBS $INTLLIBS"
6088 for ac_func in dcgettext
6089do
6090echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6026echo "configure:6027: checking for $ac_func" >&5
6091echo "configure:6092: checking for $ac_func" >&5
6027if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6028 echo $ac_n "(cached) $ac_c" 1>&6
6029else
6030 cat > conftest.$ac_ext <<EOF
6092if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6093 echo $ac_n "(cached) $ac_c" 1>&6
6094else
6095 cat > conftest.$ac_ext <<EOF
6031#line 6032 "configure"
6096#line 6097 "configure"
6032#include "confdefs.h"
6033/* System header to define __stub macros and hopefully few prototypes,
6034 which can conflict with char $ac_func(); below. */
6035#include <assert.h>
6036/* Override any gcc2 internal prototype to avoid an error. */
6037/* We use char because int might match the return type of a gcc2
6038 builtin and then its argument prototype would still apply. */
6039char $ac_func();

--- 6 unchanged lines hidden (view full) ---

6046#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6047choke me
6048#else
6049$ac_func();
6050#endif
6051
6052; return 0; }
6053EOF
6097#include "confdefs.h"
6098/* System header to define __stub macros and hopefully few prototypes,
6099 which can conflict with char $ac_func(); below. */
6100#include <assert.h>
6101/* Override any gcc2 internal prototype to avoid an error. */
6102/* We use char because int might match the return type of a gcc2
6103 builtin and then its argument prototype would still apply. */
6104char $ac_func();

--- 6 unchanged lines hidden (view full) ---

6111#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6112choke me
6113#else
6114$ac_func();
6115#endif
6116
6117; return 0; }
6118EOF
6054if { (eval echo configure:6055: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6119if { (eval echo configure:6120: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6055 rm -rf conftest*
6056 eval "ac_cv_func_$ac_func=yes"
6057else
6058 echo "configure: failed program was:" >&5
6059 cat conftest.$ac_ext >&5
6060 rm -rf conftest*
6061 eval "ac_cv_func_$ac_func=no"
6062fi

--- 12 unchanged lines hidden (view full) ---

6075fi
6076done
6077
6078 LIBS="$gt_save_LIBS"
6079
6080 # Extract the first word of "msgfmt", so it can be a program name with args.
6081set dummy msgfmt; ac_word=$2
6082echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6120 rm -rf conftest*
6121 eval "ac_cv_func_$ac_func=yes"
6122else
6123 echo "configure: failed program was:" >&5
6124 cat conftest.$ac_ext >&5
6125 rm -rf conftest*
6126 eval "ac_cv_func_$ac_func=no"
6127fi

--- 12 unchanged lines hidden (view full) ---

6140fi
6141done
6142
6143 LIBS="$gt_save_LIBS"
6144
6145 # Extract the first word of "msgfmt", so it can be a program name with args.
6146set dummy msgfmt; ac_word=$2
6147echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6083echo "configure:6084: checking for $ac_word" >&5
6148echo "configure:6149: checking for $ac_word" >&5
6084if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
6085 echo $ac_n "(cached) $ac_c" 1>&6
6086else
6087 case "$MSGFMT" in
6088 /*)
6089 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
6090 ;;
6091 *)

--- 17 unchanged lines hidden (view full) ---

6109 echo "$ac_t""$MSGFMT" 1>&6
6110else
6111 echo "$ac_t""no" 1>&6
6112fi
6113
6114 # Extract the first word of "gmsgfmt", so it can be a program name with args.
6115set dummy gmsgfmt; ac_word=$2
6116echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6149if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
6150 echo $ac_n "(cached) $ac_c" 1>&6
6151else
6152 case "$MSGFMT" in
6153 /*)
6154 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
6155 ;;
6156 *)

--- 17 unchanged lines hidden (view full) ---

6174 echo "$ac_t""$MSGFMT" 1>&6
6175else
6176 echo "$ac_t""no" 1>&6
6177fi
6178
6179 # Extract the first word of "gmsgfmt", so it can be a program name with args.
6180set dummy gmsgfmt; ac_word=$2
6181echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6117echo "configure:6118: checking for $ac_word" >&5
6182echo "configure:6183: checking for $ac_word" >&5
6118if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
6119 echo $ac_n "(cached) $ac_c" 1>&6
6120else
6121 case "$GMSGFMT" in
6122 /*)
6123 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
6124 ;;
6125 ?:/*)

--- 20 unchanged lines hidden (view full) ---

6146else
6147 echo "$ac_t""no" 1>&6
6148fi
6149
6150
6151 # Extract the first word of "xgettext", so it can be a program name with args.
6152set dummy xgettext; ac_word=$2
6153echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6183if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
6184 echo $ac_n "(cached) $ac_c" 1>&6
6185else
6186 case "$GMSGFMT" in
6187 /*)
6188 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
6189 ;;
6190 ?:/*)

--- 20 unchanged lines hidden (view full) ---

6211else
6212 echo "$ac_t""no" 1>&6
6213fi
6214
6215
6216 # Extract the first word of "xgettext", so it can be a program name with args.
6217set dummy xgettext; ac_word=$2
6218echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6154echo "configure:6155: checking for $ac_word" >&5
6219echo "configure:6220: checking for $ac_word" >&5
6155if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
6156 echo $ac_n "(cached) $ac_c" 1>&6
6157else
6158 case "$XGETTEXT" in
6159 /*)
6160 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
6161 ;;
6162 *)

--- 33 unchanged lines hidden (view full) ---

6196 fi
6197 fi
6198
6199 if test "$nls_cv_use_gnu_gettext" = "yes"; then
6200 INTLOBJS="\$(GETTOBJS)"
6201 # Extract the first word of "msgfmt", so it can be a program name with args.
6202set dummy msgfmt; ac_word=$2
6203echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6220if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
6221 echo $ac_n "(cached) $ac_c" 1>&6
6222else
6223 case "$XGETTEXT" in
6224 /*)
6225 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
6226 ;;
6227 *)

--- 33 unchanged lines hidden (view full) ---

6261 fi
6262 fi
6263
6264 if test "$nls_cv_use_gnu_gettext" = "yes"; then
6265 INTLOBJS="\$(GETTOBJS)"
6266 # Extract the first word of "msgfmt", so it can be a program name with args.
6267set dummy msgfmt; ac_word=$2
6268echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6204echo "configure:6205: checking for $ac_word" >&5
6269echo "configure:6270: checking for $ac_word" >&5
6205if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
6206 echo $ac_n "(cached) $ac_c" 1>&6
6207else
6208 case "$MSGFMT" in
6209 /*)
6210 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
6211 ;;
6212 *)

--- 17 unchanged lines hidden (view full) ---

6230 echo "$ac_t""$MSGFMT" 1>&6
6231else
6232 echo "$ac_t""no" 1>&6
6233fi
6234
6235 # Extract the first word of "gmsgfmt", so it can be a program name with args.
6236set dummy gmsgfmt; ac_word=$2
6237echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6270if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
6271 echo $ac_n "(cached) $ac_c" 1>&6
6272else
6273 case "$MSGFMT" in
6274 /*)
6275 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
6276 ;;
6277 *)

--- 17 unchanged lines hidden (view full) ---

6295 echo "$ac_t""$MSGFMT" 1>&6
6296else
6297 echo "$ac_t""no" 1>&6
6298fi
6299
6300 # Extract the first word of "gmsgfmt", so it can be a program name with args.
6301set dummy gmsgfmt; ac_word=$2
6302echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6238echo "configure:6239: checking for $ac_word" >&5
6303echo "configure:6304: checking for $ac_word" >&5
6239if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
6240 echo $ac_n "(cached) $ac_c" 1>&6
6241else
6242 case "$GMSGFMT" in
6243 /*)
6244 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
6245 ;;
6246 ?:/*)

--- 19 unchanged lines hidden (view full) ---

6266 echo "$ac_t""$GMSGFMT" 1>&6
6267else
6268 echo "$ac_t""no" 1>&6
6269fi
6270
6271 # Extract the first word of "xgettext", so it can be a program name with args.
6272set dummy xgettext; ac_word=$2
6273echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6304if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
6305 echo $ac_n "(cached) $ac_c" 1>&6
6306else
6307 case "$GMSGFMT" in
6308 /*)
6309 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
6310 ;;
6311 ?:/*)

--- 19 unchanged lines hidden (view full) ---

6331 echo "$ac_t""$GMSGFMT" 1>&6
6332else
6333 echo "$ac_t""no" 1>&6
6334fi
6335
6336 # Extract the first word of "xgettext", so it can be a program name with args.
6337set dummy xgettext; ac_word=$2
6338echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6274echo "configure:6275: checking for $ac_word" >&5
6339echo "configure:6340: checking for $ac_word" >&5
6275if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
6276 echo $ac_n "(cached) $ac_c" 1>&6
6277else
6278 case "$XGETTEXT" in
6279 /*)
6280 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
6281 ;;
6282 *)

--- 55 unchanged lines hidden (view full) ---

6338 BUILD_INCLUDED_LIBINTL=yes
6339 fi
6340
6341 for ac_prog in bison
6342do
6343# Extract the first word of "$ac_prog", so it can be a program name with args.
6344set dummy $ac_prog; ac_word=$2
6345echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6340if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
6341 echo $ac_n "(cached) $ac_c" 1>&6
6342else
6343 case "$XGETTEXT" in
6344 /*)
6345 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
6346 ;;
6347 *)

--- 55 unchanged lines hidden (view full) ---

6403 BUILD_INCLUDED_LIBINTL=yes
6404 fi
6405
6406 for ac_prog in bison
6407do
6408# Extract the first word of "$ac_prog", so it can be a program name with args.
6409set dummy $ac_prog; ac_word=$2
6410echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6346echo "configure:6347: checking for $ac_word" >&5
6411echo "configure:6412: checking for $ac_word" >&5
6347if eval "test \"`echo '$''{'ac_cv_prog_INTLBISON'+set}'`\" = set"; then
6348 echo $ac_n "(cached) $ac_c" 1>&6
6349else
6350 if test -n "$INTLBISON"; then
6351 ac_cv_prog_INTLBISON="$INTLBISON" # Let the user override the test.
6352else
6353 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6354 ac_dummy="$PATH"

--- 16 unchanged lines hidden (view full) ---

6371
6372test -n "$INTLBISON" && break
6373done
6374
6375 if test -z "$INTLBISON"; then
6376 ac_verc_fail=yes
6377 else
6378 echo $ac_n "checking version of bison""... $ac_c" 1>&6
6412if eval "test \"`echo '$''{'ac_cv_prog_INTLBISON'+set}'`\" = set"; then
6413 echo $ac_n "(cached) $ac_c" 1>&6
6414else
6415 if test -n "$INTLBISON"; then
6416 ac_cv_prog_INTLBISON="$INTLBISON" # Let the user override the test.
6417else
6418 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6419 ac_dummy="$PATH"

--- 16 unchanged lines hidden (view full) ---

6436
6437test -n "$INTLBISON" && break
6438done
6439
6440 if test -z "$INTLBISON"; then
6441 ac_verc_fail=yes
6442 else
6443 echo $ac_n "checking version of bison""... $ac_c" 1>&6
6379echo "configure:6380: checking version of bison" >&5
6444echo "configure:6445: checking version of bison" >&5
6380 ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
6381 case $ac_prog_version in
6382 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
6383 1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*)
6384 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
6385 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
6386 esac
6387 echo "$ac_t""$ac_prog_version" 1>&6

--- 28 unchanged lines hidden (view full) ---

6416
6417
6418 GENCAT=gencat
6419
6420
6421
6422 if test "x$CATOBJEXT" != x; then
6423 echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
6445 ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
6446 case $ac_prog_version in
6447 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
6448 1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*)
6449 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
6450 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
6451 esac
6452 echo "$ac_t""$ac_prog_version" 1>&6

--- 28 unchanged lines hidden (view full) ---

6481
6482
6483 GENCAT=gencat
6484
6485
6486
6487 if test "x$CATOBJEXT" != x; then
6488 echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
6424echo "configure:6425: checking for catalogs to be installed" >&5
6489echo "configure:6490: checking for catalogs to be installed" >&5
6425 # Look for .po and .gmo files in the source directory.
6426 CATALOGS=
6427 XLINGUAS=
6428 for cat in $srcdir/po/*$CATOBJEXT $srcdir/po/*.po; do
6429 # If there aren't any .gmo files the shell will give us the
6430 # literal string "../path/to/srcdir/po/*.gmo" which has to be
6431 # weeded out.
6432 case "$cat" in *\**)

--- 41 unchanged lines hidden (view full) ---

6474if test "${enable_win32_registry+set}" = set; then
6475 enableval="$enable_win32_registry"
6476 :
6477fi
6478
6479case $host_os in
6480 win32 | pe | cygwin* | mingw32* | uwin*)
6481echo $ac_n "checking whether windows registry support is requested""... $ac_c" 1>&6
6490 # Look for .po and .gmo files in the source directory.
6491 CATALOGS=
6492 XLINGUAS=
6493 for cat in $srcdir/po/*$CATOBJEXT $srcdir/po/*.po; do
6494 # If there aren't any .gmo files the shell will give us the
6495 # literal string "../path/to/srcdir/po/*.gmo" which has to be
6496 # weeded out.
6497 case "$cat" in *\**)

--- 41 unchanged lines hidden (view full) ---

6539if test "${enable_win32_registry+set}" = set; then
6540 enableval="$enable_win32_registry"
6541 :
6542fi
6543
6544case $host_os in
6545 win32 | pe | cygwin* | mingw32* | uwin*)
6546echo $ac_n "checking whether windows registry support is requested""... $ac_c" 1>&6
6482echo "configure:6483: checking whether windows registry support is requested" >&5
6547echo "configure:6548: checking whether windows registry support is requested" >&5
6483if test "x$enable_win32_registry" != xno; then
6484 cat >> confdefs.h <<\EOF
6485#define ENABLE_WIN32_REGISTRY 1
6486EOF
6487
6488 echo "$ac_t""yes" 1>&6
6489
6490echo $ac_n "checking for library containing RegOpenKeyExA""... $ac_c" 1>&6
6548if test "x$enable_win32_registry" != xno; then
6549 cat >> confdefs.h <<\EOF
6550#define ENABLE_WIN32_REGISTRY 1
6551EOF
6552
6553 echo "$ac_t""yes" 1>&6
6554
6555echo $ac_n "checking for library containing RegOpenKeyExA""... $ac_c" 1>&6
6491echo "configure:6492: checking for library containing RegOpenKeyExA" >&5
6556echo "configure:6557: checking for library containing RegOpenKeyExA" >&5
6492if eval "test \"`echo '$''{'ac_cv_search_RegOpenKeyExA'+set}'`\" = set"; then
6493 echo $ac_n "(cached) $ac_c" 1>&6
6494else
6495 ac_func_search_save_LIBS="$LIBS"
6496ac_cv_search_RegOpenKeyExA="no"
6497cat > conftest.$ac_ext <<EOF
6557if eval "test \"`echo '$''{'ac_cv_search_RegOpenKeyExA'+set}'`\" = set"; then
6558 echo $ac_n "(cached) $ac_c" 1>&6
6559else
6560 ac_func_search_save_LIBS="$LIBS"
6561ac_cv_search_RegOpenKeyExA="no"
6562cat > conftest.$ac_ext <<EOF
6498#line 6499 "configure"
6563#line 6564 "configure"
6499#include "confdefs.h"
6500/* Override any gcc2 internal prototype to avoid an error. */
6501/* We use char because int might match the return type of a gcc2
6502 builtin and then its argument prototype would still apply. */
6503char RegOpenKeyExA();
6504
6505int main() {
6506RegOpenKeyExA()
6507; return 0; }
6508EOF
6564#include "confdefs.h"
6565/* Override any gcc2 internal prototype to avoid an error. */
6566/* We use char because int might match the return type of a gcc2
6567 builtin and then its argument prototype would still apply. */
6568char RegOpenKeyExA();
6569
6570int main() {
6571RegOpenKeyExA()
6572; return 0; }
6573EOF
6509if { (eval echo configure:6510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6574if { (eval echo configure:6575: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6510 rm -rf conftest*
6511 ac_cv_search_RegOpenKeyExA="none required"
6512else
6513 echo "configure: failed program was:" >&5
6514 cat conftest.$ac_ext >&5
6515fi
6516rm -f conftest*
6517test "$ac_cv_search_RegOpenKeyExA" = "no" && for i in advapi32; do
6518LIBS="-l$i $ac_func_search_save_LIBS"
6519cat > conftest.$ac_ext <<EOF
6575 rm -rf conftest*
6576 ac_cv_search_RegOpenKeyExA="none required"
6577else
6578 echo "configure: failed program was:" >&5
6579 cat conftest.$ac_ext >&5
6580fi
6581rm -f conftest*
6582test "$ac_cv_search_RegOpenKeyExA" = "no" && for i in advapi32; do
6583LIBS="-l$i $ac_func_search_save_LIBS"
6584cat > conftest.$ac_ext <<EOF
6520#line 6521 "configure"
6585#line 6586 "configure"
6521#include "confdefs.h"
6522/* Override any gcc2 internal prototype to avoid an error. */
6523/* We use char because int might match the return type of a gcc2
6524 builtin and then its argument prototype would still apply. */
6525char RegOpenKeyExA();
6526
6527int main() {
6528RegOpenKeyExA()
6529; return 0; }
6530EOF
6586#include "confdefs.h"
6587/* Override any gcc2 internal prototype to avoid an error. */
6588/* We use char because int might match the return type of a gcc2
6589 builtin and then its argument prototype would still apply. */
6590char RegOpenKeyExA();
6591
6592int main() {
6593RegOpenKeyExA()
6594; return 0; }
6595EOF
6531if { (eval echo configure:6532: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6596if { (eval echo configure:6597: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6532 rm -rf conftest*
6533 ac_cv_search_RegOpenKeyExA="-l$i"
6534break
6535else
6536 echo "configure: failed program was:" >&5
6537 cat conftest.$ac_ext >&5
6538fi
6539rm -f conftest*

--- 25 unchanged lines hidden (view full) ---

6565*)
6566 # user-specified key.
6567 gcc_cv_win32_registry_key="$enable_win32_registry"
6568 ;;
6569esac
6570
6571if test "x$enable_win32_registry" != xno; then
6572 echo $ac_n "checking registry key on windows hosts""... $ac_c" 1>&6
6597 rm -rf conftest*
6598 ac_cv_search_RegOpenKeyExA="-l$i"
6599break
6600else
6601 echo "configure: failed program was:" >&5
6602 cat conftest.$ac_ext >&5
6603fi
6604rm -f conftest*

--- 25 unchanged lines hidden (view full) ---

6630*)
6631 # user-specified key.
6632 gcc_cv_win32_registry_key="$enable_win32_registry"
6633 ;;
6634esac
6635
6636if test "x$enable_win32_registry" != xno; then
6637 echo $ac_n "checking registry key on windows hosts""... $ac_c" 1>&6
6573echo "configure:6574: checking registry key on windows hosts" >&5
6638echo "configure:6639: checking registry key on windows hosts" >&5
6574 cat >> confdefs.h <<EOF
6575#define WIN32_REGISTRY_KEY "$gcc_cv_win32_registry_key"
6576EOF
6577
6578 echo "$ac_t""$gcc_cv_win32_registry_key" 1>&6
6579fi
6580;;
6581esac

--- 197 unchanged lines hidden (view full) ---

6779
6780# If we have ld in the build tree, make a link to it.
6781if test -f ../ld/Makefile; then
6782 rm -f collect-ld; $symbolic_link ../ld/ld-new$host_exeext collect-ld$host_exeext 2>/dev/null
6783fi
6784
6785# Figure out what assembler we will be using.
6786echo $ac_n "checking what assembler to use""... $ac_c" 1>&6
6639 cat >> confdefs.h <<EOF
6640#define WIN32_REGISTRY_KEY "$gcc_cv_win32_registry_key"
6641EOF
6642
6643 echo "$ac_t""$gcc_cv_win32_registry_key" 1>&6
6644fi
6645;;
6646esac

--- 197 unchanged lines hidden (view full) ---

6844
6845# If we have ld in the build tree, make a link to it.
6846if test -f ../ld/Makefile; then
6847 rm -f collect-ld; $symbolic_link ../ld/ld-new$host_exeext collect-ld$host_exeext 2>/dev/null
6848fi
6849
6850# Figure out what assembler we will be using.
6851echo $ac_n "checking what assembler to use""... $ac_c" 1>&6
6787echo "configure:6788: checking what assembler to use" >&5
6852echo "configure:6853: checking what assembler to use" >&5
6788gcc_cv_as=
6789gcc_cv_gas_major_version=
6790gcc_cv_gas_minor_version=
6791gcc_cv_as_gas_srcdir=`echo $srcdir | sed -e 's,/gcc$,,'`/gas
6792gcc_cv_as_bfd_srcdir=`echo $srcdir | sed -e 's,/gcc$,,'`/bfd
6793if test -x "$DEFAULT_ASSEMBLER"; then
6794 gcc_cv_as="$DEFAULT_ASSEMBLER"
6795elif test -x "$AS"; then

--- 77 unchanged lines hidden (view full) ---

6873if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
6874 echo "$ac_t"""newly built gas"" 1>&6
6875else
6876 echo "$ac_t""$gcc_cv_as" 1>&6
6877fi
6878
6879# Figure out what linker we will be using.
6880echo $ac_n "checking what linker to use""... $ac_c" 1>&6
6853gcc_cv_as=
6854gcc_cv_gas_major_version=
6855gcc_cv_gas_minor_version=
6856gcc_cv_as_gas_srcdir=`echo $srcdir | sed -e 's,/gcc$,,'`/gas
6857gcc_cv_as_bfd_srcdir=`echo $srcdir | sed -e 's,/gcc$,,'`/bfd
6858if test -x "$DEFAULT_ASSEMBLER"; then
6859 gcc_cv_as="$DEFAULT_ASSEMBLER"
6860elif test -x "$AS"; then

--- 77 unchanged lines hidden (view full) ---

6938if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
6939 echo "$ac_t"""newly built gas"" 1>&6
6940else
6941 echo "$ac_t""$gcc_cv_as" 1>&6
6942fi
6943
6944# Figure out what linker we will be using.
6945echo $ac_n "checking what linker to use""... $ac_c" 1>&6
6881echo "configure:6882: checking what linker to use" >&5
6946echo "configure:6947: checking what linker to use" >&5
6882gcc_cv_ld=
6883gcc_cv_gld_major_version=
6884gcc_cv_gld_minor_version=
6885gcc_cv_ld_gld_srcdir=`echo $srcdir | sed -e 's,/gcc$,,'`/ld
6886gcc_cv_ld_bfd_srcdir=`echo $srcdir | sed -e 's,/gcc$,,'`/bfd
6887if test -x "$DEFAULT_LINKER"; then
6888 gcc_cv_ld="$DEFAULT_LINKER"
6889elif test -x "$LD"; then

--- 76 unchanged lines hidden (view full) ---

6966if test x$gcc_cv_gld_major_version != x -a x$gcc_cv_gld_minor_version != x; then
6967 echo "$ac_t"""newly built ld"" 1>&6
6968else
6969 echo "$ac_t""$gcc_cv_ld" 1>&6
6970fi
6971
6972# Figure out what nm we will be using.
6973echo $ac_n "checking what nm to use""... $ac_c" 1>&6
6947gcc_cv_ld=
6948gcc_cv_gld_major_version=
6949gcc_cv_gld_minor_version=
6950gcc_cv_ld_gld_srcdir=`echo $srcdir | sed -e 's,/gcc$,,'`/ld
6951gcc_cv_ld_bfd_srcdir=`echo $srcdir | sed -e 's,/gcc$,,'`/bfd
6952if test -x "$DEFAULT_LINKER"; then
6953 gcc_cv_ld="$DEFAULT_LINKER"
6954elif test -x "$LD"; then

--- 76 unchanged lines hidden (view full) ---

7031if test x$gcc_cv_gld_major_version != x -a x$gcc_cv_gld_minor_version != x; then
7032 echo "$ac_t"""newly built ld"" 1>&6
7033else
7034 echo "$ac_t""$gcc_cv_ld" 1>&6
7035fi
7036
7037# Figure out what nm we will be using.
7038echo $ac_n "checking what nm to use""... $ac_c" 1>&6
6974echo "configure:6975: checking what nm to use" >&5
7039echo "configure:7040: checking what nm to use" >&5
6975if test -x nm$host_exeext; then
6976 gcc_cv_nm=./nm$host_exeext
6977elif test "x$program_prefix" != xNONE; then
6978 gcc_cv_nm=${program_prefix}nm$host_exeext
6979else
6980 gcc_cv_nm=`echo nm | sed ${program_transform_name}`$host_exeext
6981fi
6982echo "$ac_t""$gcc_cv_nm" 1>&6
6983
6984# Figure out what objdump we will be using.
6985echo $ac_n "checking what objdump to use""... $ac_c" 1>&6
7040if test -x nm$host_exeext; then
7041 gcc_cv_nm=./nm$host_exeext
7042elif test "x$program_prefix" != xNONE; then
7043 gcc_cv_nm=${program_prefix}nm$host_exeext
7044else
7045 gcc_cv_nm=`echo nm | sed ${program_transform_name}`$host_exeext
7046fi
7047echo "$ac_t""$gcc_cv_nm" 1>&6
7048
7049# Figure out what objdump we will be using.
7050echo $ac_n "checking what objdump to use""... $ac_c" 1>&6
6986echo "configure:6987: checking what objdump to use" >&5
7051echo "configure:7052: checking what objdump to use" >&5
6987if test -x objdump$host_exeext; then
6988 gcc_cv_objdump=./objdump$host_exeext
6989elif test "x$program_prefix" != xNONE; then
6990 gcc_cv_objdump=${program_prefix}objdump$host_exeext
6991else
6992 gcc_cv_objdump=`echo objdump | sed ${program_transform_name}`$host_exeext
6993fi
6994echo "$ac_t""$gcc_cv_objdump" 1>&6
6995
6996# Figure out what assembler alignment features are present.
6997echo $ac_n "checking assembler alignment features""... $ac_c" 1>&6
7052if test -x objdump$host_exeext; then
7053 gcc_cv_objdump=./objdump$host_exeext
7054elif test "x$program_prefix" != xNONE; then
7055 gcc_cv_objdump=${program_prefix}objdump$host_exeext
7056else
7057 gcc_cv_objdump=`echo objdump | sed ${program_transform_name}`$host_exeext
7058fi
7059echo "$ac_t""$gcc_cv_objdump" 1>&6
7060
7061# Figure out what assembler alignment features are present.
7062echo $ac_n "checking assembler alignment features""... $ac_c" 1>&6
6998echo "configure:6999: checking assembler alignment features" >&5
7063echo "configure:7064: checking assembler alignment features" >&5
6999gcc_cv_as_alignment_features=none
7000if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
7001 # Gas version 2.6 and later support for .balign and .p2align.
7002 # bytes to skip when using .p2align.
7003 if test "$gcc_cv_gas_major_version" -eq 2 -a "$gcc_cv_gas_minor_version" -ge 6 -o "$gcc_cv_gas_major_version" -gt 2; then
7004 gcc_cv_as_alignment_features=".balign and .p2align"
7005 cat >> confdefs.h <<\EOF
7006#define HAVE_GAS_BALIGN_AND_P2ALIGN 1

--- 31 unchanged lines hidden (view full) ---

7038EOF
7039
7040 fi
7041 rm -f conftest.s conftest.o
7042fi
7043echo "$ac_t""$gcc_cv_as_alignment_features" 1>&6
7044
7045echo $ac_n "checking assembler subsection support""... $ac_c" 1>&6
7064gcc_cv_as_alignment_features=none
7065if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
7066 # Gas version 2.6 and later support for .balign and .p2align.
7067 # bytes to skip when using .p2align.
7068 if test "$gcc_cv_gas_major_version" -eq 2 -a "$gcc_cv_gas_minor_version" -ge 6 -o "$gcc_cv_gas_major_version" -gt 2; then
7069 gcc_cv_as_alignment_features=".balign and .p2align"
7070 cat >> confdefs.h <<\EOF
7071#define HAVE_GAS_BALIGN_AND_P2ALIGN 1

--- 31 unchanged lines hidden (view full) ---

7103EOF
7104
7105 fi
7106 rm -f conftest.s conftest.o
7107fi
7108echo "$ac_t""$gcc_cv_as_alignment_features" 1>&6
7109
7110echo $ac_n "checking assembler subsection support""... $ac_c" 1>&6
7046echo "configure:7047: checking assembler subsection support" >&5
7111echo "configure:7112: checking assembler subsection support" >&5
7047gcc_cv_as_subsections=no
7048if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
7049 if test "$gcc_cv_gas_major_version" -eq 2 -a "$gcc_cv_gas_minor_version" -ge 9 -o "$gcc_cv_gas_major_version" -gt 2 && grep 'obj_format = elf' ../gas/Makefile > /dev/null; then
7050 gcc_cv_as_subsections="working .subsection -1"
7051 fi
7052elif test x$gcc_cv_as != x; then
7053 # Check if we have .subsection
7054 echo ".subsection 1" > conftest.s

--- 23 unchanged lines hidden (view full) ---

7078 cat >> confdefs.h <<\EOF
7079#define HAVE_GAS_SUBSECTION_ORDERING 1
7080EOF
7081
7082fi
7083echo "$ac_t""$gcc_cv_as_subsections" 1>&6
7084
7085echo $ac_n "checking assembler weak support""... $ac_c" 1>&6
7112gcc_cv_as_subsections=no
7113if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
7114 if test "$gcc_cv_gas_major_version" -eq 2 -a "$gcc_cv_gas_minor_version" -ge 9 -o "$gcc_cv_gas_major_version" -gt 2 && grep 'obj_format = elf' ../gas/Makefile > /dev/null; then
7115 gcc_cv_as_subsections="working .subsection -1"
7116 fi
7117elif test x$gcc_cv_as != x; then
7118 # Check if we have .subsection
7119 echo ".subsection 1" > conftest.s

--- 23 unchanged lines hidden (view full) ---

7143 cat >> confdefs.h <<\EOF
7144#define HAVE_GAS_SUBSECTION_ORDERING 1
7145EOF
7146
7147fi
7148echo "$ac_t""$gcc_cv_as_subsections" 1>&6
7149
7150echo $ac_n "checking assembler weak support""... $ac_c" 1>&6
7086echo "configure:7087: checking assembler weak support" >&5
7151echo "configure:7152: checking assembler weak support" >&5
7087gcc_cv_as_weak=no
7088if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
7089 if test "$gcc_cv_gas_major_version" -eq 2 -a "$gcc_cv_gas_minor_version" -ge 2 -o "$gcc_cv_gas_major_version" -gt 2; then
7090 gcc_cv_as_weak="yes"
7091 fi
7092elif test x$gcc_cv_as != x; then
7093 # Check if we have .weak
7094 echo " .weak foobar" > conftest.s

--- 6 unchanged lines hidden (view full) ---

7101 cat >> confdefs.h <<\EOF
7102#define HAVE_GAS_WEAK 1
7103EOF
7104
7105fi
7106echo "$ac_t""$gcc_cv_as_weak" 1>&6
7107
7108echo $ac_n "checking assembler hidden support""... $ac_c" 1>&6
7152gcc_cv_as_weak=no
7153if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
7154 if test "$gcc_cv_gas_major_version" -eq 2 -a "$gcc_cv_gas_minor_version" -ge 2 -o "$gcc_cv_gas_major_version" -gt 2; then
7155 gcc_cv_as_weak="yes"
7156 fi
7157elif test x$gcc_cv_as != x; then
7158 # Check if we have .weak
7159 echo " .weak foobar" > conftest.s

--- 6 unchanged lines hidden (view full) ---

7166 cat >> confdefs.h <<\EOF
7167#define HAVE_GAS_WEAK 1
7168EOF
7169
7170fi
7171echo "$ac_t""$gcc_cv_as_weak" 1>&6
7172
7173echo $ac_n "checking assembler hidden support""... $ac_c" 1>&6
7109echo "configure:7110: checking assembler hidden support" >&5
7174echo "configure:7175: checking assembler hidden support" >&5
7110gcc_cv_as_hidden=no
7111if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
7112 if test "$gcc_cv_gas_major_version" -eq 2 \
7113 -a "$gcc_cv_gas_minor_version" -eq 12 \
7114 -a "$gcc_cv_gas_patch_version" -ge 1 \
7115 -o "$gcc_cv_gas_major_version" -eq 2 \
7116 -a "$gcc_cv_gas_minor_version" -gt 12 \
7117 -o "$gcc_cv_gas_major_version" -gt 2 \

--- 33 unchanged lines hidden (view full) ---

7151 elif test "$ld_vers_major" -eq 2 -a "$ld_vers_minor" -lt 12; then
7152 gcc_cv_as_hidden="no"
7153 elif test "$ld_vers_major" -eq 2 -a "$ld_vers_minor" -eq 12 \
7154 -a "$ld_vers_patch" -eq 0; then
7155 gcc_cv_as_hidden="no"
7156 fi
7157 fi
7158 fi
7175gcc_cv_as_hidden=no
7176if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
7177 if test "$gcc_cv_gas_major_version" -eq 2 \
7178 -a "$gcc_cv_gas_minor_version" -eq 12 \
7179 -a "$gcc_cv_gas_patch_version" -ge 1 \
7180 -o "$gcc_cv_gas_major_version" -eq 2 \
7181 -a "$gcc_cv_gas_minor_version" -gt 12 \
7182 -o "$gcc_cv_gas_major_version" -gt 2 \

--- 33 unchanged lines hidden (view full) ---

7216 elif test "$ld_vers_major" -eq 2 -a "$ld_vers_minor" -lt 12; then
7217 gcc_cv_as_hidden="no"
7218 elif test "$ld_vers_major" -eq 2 -a "$ld_vers_minor" -eq 12 \
7219 -a "$ld_vers_patch" -eq 0; then
7220 gcc_cv_as_hidden="no"
7221 fi
7222 fi
7223 fi
7224 else
7225 # non-GNU linkers don't seem to support .hidden yet
7226 gcc_cv_as_hidden=no
7159 fi
7160fi
7161if test x"$gcc_cv_as_hidden" = xyes; then
7162 cat >> confdefs.h <<\EOF
7163#define HAVE_GAS_HIDDEN 1
7164EOF
7165
7166fi
7167echo "$ac_t""$gcc_cv_as_hidden" 1>&6
7168libgcc_visibility=$gcc_cv_as_hidden
7227 fi
7228fi
7229if test x"$gcc_cv_as_hidden" = xyes; then
7230 cat >> confdefs.h <<\EOF
7231#define HAVE_GAS_HIDDEN 1
7232EOF
7233
7234fi
7235echo "$ac_t""$gcc_cv_as_hidden" 1>&6
7236libgcc_visibility=$gcc_cv_as_hidden
7169case "$target" in
7170 mips-sgi-irix6*)
7171 if test x"$gnu_ld_flag" = x"no"; then
7172 # Even if using gas with .hidden support, the resulting object files
7173 # cannot be linked with the IRIX 6 O32 linker. With the N32 and
7174 # N64 linkers, the problem is that the linker refuses to accept
7175 # -call_shared (passed by default to the linker) and -r (used to
7176 # link the object file generated without .hidden directives with
7177 # one that hides symbols), so we also lose.
7178 libgcc_visibility=no
7179 fi
7180 ;;
7181esac
7182
7183
7184echo $ac_n "checking assembler leb128 support""... $ac_c" 1>&6
7237
7238
7239echo $ac_n "checking assembler leb128 support""... $ac_c" 1>&6
7185echo "configure:7186: checking assembler leb128 support" >&5
7240echo "configure:7241: checking assembler leb128 support" >&5
7186gcc_cv_as_leb128=no
7187if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
7188 if test "$gcc_cv_gas_major_version" -eq 2 -a "$gcc_cv_gas_minor_version" -ge 11 -o "$gcc_cv_gas_major_version" -gt 2 && grep 'obj_format = elf' ../gas/Makefile > /dev/null; then
7189 gcc_cv_as_leb128="yes"
7190 fi
7191elif test x$gcc_cv_as != x; then
7192 # Check if we have .[us]leb128, and support symbol arithmetic with it.
7193 cat > conftest.s <<EOF

--- 28 unchanged lines hidden (view full) ---

7222 cat >> confdefs.h <<\EOF
7223#define HAVE_AS_LEB128 1
7224EOF
7225
7226fi
7227echo "$ac_t""$gcc_cv_as_leb128" 1>&6
7228
7229echo $ac_n "checking assembler eh_frame optimization""... $ac_c" 1>&6
7241gcc_cv_as_leb128=no
7242if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
7243 if test "$gcc_cv_gas_major_version" -eq 2 -a "$gcc_cv_gas_minor_version" -ge 11 -o "$gcc_cv_gas_major_version" -gt 2 && grep 'obj_format = elf' ../gas/Makefile > /dev/null; then
7244 gcc_cv_as_leb128="yes"
7245 fi
7246elif test x$gcc_cv_as != x; then
7247 # Check if we have .[us]leb128, and support symbol arithmetic with it.
7248 cat > conftest.s <<EOF

--- 28 unchanged lines hidden (view full) ---

7277 cat >> confdefs.h <<\EOF
7278#define HAVE_AS_LEB128 1
7279EOF
7280
7281fi
7282echo "$ac_t""$gcc_cv_as_leb128" 1>&6
7283
7284echo $ac_n "checking assembler eh_frame optimization""... $ac_c" 1>&6
7230echo "configure:7231: checking assembler eh_frame optimization" >&5
7285echo "configure:7286: checking assembler eh_frame optimization" >&5
7231gcc_cv_as_eh_frame=no
7232if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
7233 if test "$gcc_cv_gas_major_version" -eq 2 -a "$gcc_cv_gas_minor_version" -ge 12 -o "$gcc_cv_gas_major_version" -gt 2 && grep 'obj_format = elf' ../gas/Makefile > /dev/null; then
7234 gcc_cv_as_eh_frame="yes"
7235 fi
7236elif test x$gcc_cv_as != x; then
7237 # Check if this is GAS.
7238 as_ver=`$gcc_cv_as --version < /dev/null 2> /dev/null | head -1`

--- 64 unchanged lines hidden (view full) ---

7303 fi
7304 fi
7305 fi
7306 rm -f conftest.*
7307fi
7308echo "$ac_t""$gcc_cv_as_eh_frame" 1>&6
7309
7310echo $ac_n "checking assembler section merging support""... $ac_c" 1>&6
7286gcc_cv_as_eh_frame=no
7287if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
7288 if test "$gcc_cv_gas_major_version" -eq 2 -a "$gcc_cv_gas_minor_version" -ge 12 -o "$gcc_cv_gas_major_version" -gt 2 && grep 'obj_format = elf' ../gas/Makefile > /dev/null; then
7289 gcc_cv_as_eh_frame="yes"
7290 fi
7291elif test x$gcc_cv_as != x; then
7292 # Check if this is GAS.
7293 as_ver=`$gcc_cv_as --version < /dev/null 2> /dev/null | head -1`

--- 64 unchanged lines hidden (view full) ---

7358 fi
7359 fi
7360 fi
7361 rm -f conftest.*
7362fi
7363echo "$ac_t""$gcc_cv_as_eh_frame" 1>&6
7364
7365echo $ac_n "checking assembler section merging support""... $ac_c" 1>&6
7311echo "configure:7312: checking assembler section merging support" >&5
7366echo "configure:7367: checking assembler section merging support" >&5
7312gcc_cv_as_shf_merge=no
7313if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
7314 if test "$gcc_cv_gas_major_version" -eq 2 -a "$gcc_cv_gas_minor_version" -ge 12 -o "$gcc_cv_gas_major_version" -gt 2 && grep 'obj_format = elf' ../gas/Makefile > /dev/null; then
7315 gcc_cv_as_shf_merge=yes
7316 fi
7317elif test x$gcc_cv_as != x; then
7318 # Check if we support SHF_MERGE sections
7319 echo '.section .rodata.str, "aMS", @progbits, 1' > conftest.s

--- 6 unchanged lines hidden (view full) ---

7326 cat >> confdefs.h <<\EOF
7327#define HAVE_GAS_SHF_MERGE 1
7328EOF
7329
7330fi
7331echo "$ac_t""$gcc_cv_as_shf_merge" 1>&6
7332
7333echo $ac_n "checking assembler thread-local storage support""... $ac_c" 1>&6
7367gcc_cv_as_shf_merge=no
7368if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
7369 if test "$gcc_cv_gas_major_version" -eq 2 -a "$gcc_cv_gas_minor_version" -ge 12 -o "$gcc_cv_gas_major_version" -gt 2 && grep 'obj_format = elf' ../gas/Makefile > /dev/null; then
7370 gcc_cv_as_shf_merge=yes
7371 fi
7372elif test x$gcc_cv_as != x; then
7373 # Check if we support SHF_MERGE sections
7374 echo '.section .rodata.str, "aMS", @progbits, 1' > conftest.s

--- 6 unchanged lines hidden (view full) ---

7381 cat >> confdefs.h <<\EOF
7382#define HAVE_GAS_SHF_MERGE 1
7383EOF
7384
7385fi
7386echo "$ac_t""$gcc_cv_as_shf_merge" 1>&6
7387
7388echo $ac_n "checking assembler thread-local storage support""... $ac_c" 1>&6
7334echo "configure:7335: checking assembler thread-local storage support" >&5
7389echo "configure:7390: checking assembler thread-local storage support" >&5
7335gcc_cv_as_tls=no
7336conftest_s=
7337tls_first_major=
7338tls_first_minor=
7339case "$target" in
7340 alpha*-*-*)
7341 conftest_s='
7342 .section ".tdata","awT",@progbits

--- 126 unchanged lines hidden (view full) ---

7469
7470fi
7471echo "$ac_t""$gcc_cv_as_tls" 1>&6
7472
7473case "$target" in
7474 # All TARGET_ABI_OSF targets.
7475 alpha*-*-osf* | alpha*-*-linux* | alpha*-*-*bsd*)
7476 echo $ac_n "checking assembler supports explicit relocations""... $ac_c" 1>&6
7390gcc_cv_as_tls=no
7391conftest_s=
7392tls_first_major=
7393tls_first_minor=
7394case "$target" in
7395 alpha*-*-*)
7396 conftest_s='
7397 .section ".tdata","awT",@progbits

--- 126 unchanged lines hidden (view full) ---

7524
7525fi
7526echo "$ac_t""$gcc_cv_as_tls" 1>&6
7527
7528case "$target" in
7529 # All TARGET_ABI_OSF targets.
7530 alpha*-*-osf* | alpha*-*-linux* | alpha*-*-*bsd*)
7531 echo $ac_n "checking assembler supports explicit relocations""... $ac_c" 1>&6
7477echo "configure:7478: checking assembler supports explicit relocations" >&5
7532echo "configure:7533: checking assembler supports explicit relocations" >&5
7478if eval "test \"`echo '$''{'gcc_cv_as_explicit_relocs'+set}'`\" = set"; then
7479 echo $ac_n "(cached) $ac_c" 1>&6
7480else
7481
7482 gcc_cv_as_explicit_relocs=unknown
7483 if test x$gcc_cv_gas_major_version != x \
7484 -a x$gcc_cv_gas_minor_version != x
7485 then

--- 33 unchanged lines hidden (view full) ---

7519 cat >> confdefs.h <<\EOF
7520#define HAVE_AS_EXPLICIT_RELOCS 1
7521EOF
7522
7523 fi
7524 ;;
7525 sparc*-*-*)
7526 echo $ac_n "checking assembler .register pseudo-op support""... $ac_c" 1>&6
7533if eval "test \"`echo '$''{'gcc_cv_as_explicit_relocs'+set}'`\" = set"; then
7534 echo $ac_n "(cached) $ac_c" 1>&6
7535else
7536
7537 gcc_cv_as_explicit_relocs=unknown
7538 if test x$gcc_cv_gas_major_version != x \
7539 -a x$gcc_cv_gas_minor_version != x
7540 then

--- 33 unchanged lines hidden (view full) ---

7574 cat >> confdefs.h <<\EOF
7575#define HAVE_AS_EXPLICIT_RELOCS 1
7576EOF
7577
7578 fi
7579 ;;
7580 sparc*-*-*)
7581 echo $ac_n "checking assembler .register pseudo-op support""... $ac_c" 1>&6
7527echo "configure:7528: checking assembler .register pseudo-op support" >&5
7582echo "configure:7583: checking assembler .register pseudo-op support" >&5
7528if eval "test \"`echo '$''{'gcc_cv_as_register_pseudo_op'+set}'`\" = set"; then
7529 echo $ac_n "(cached) $ac_c" 1>&6
7530else
7531
7532 gcc_cv_as_register_pseudo_op=unknown
7533 if test x$gcc_cv_as != x; then
7534 # Check if we have .register
7535 echo ".register %g2, #scratch" > conftest.s

--- 11 unchanged lines hidden (view full) ---

7547 if test "x$gcc_cv_as_register_pseudo_op" = xyes; then
7548 cat >> confdefs.h <<\EOF
7549#define HAVE_AS_REGISTER_PSEUDO_OP 1
7550EOF
7551
7552 fi
7553
7554 echo $ac_n "checking assembler supports -relax""... $ac_c" 1>&6
7583if eval "test \"`echo '$''{'gcc_cv_as_register_pseudo_op'+set}'`\" = set"; then
7584 echo $ac_n "(cached) $ac_c" 1>&6
7585else
7586
7587 gcc_cv_as_register_pseudo_op=unknown
7588 if test x$gcc_cv_as != x; then
7589 # Check if we have .register
7590 echo ".register %g2, #scratch" > conftest.s

--- 11 unchanged lines hidden (view full) ---

7602 if test "x$gcc_cv_as_register_pseudo_op" = xyes; then
7603 cat >> confdefs.h <<\EOF
7604#define HAVE_AS_REGISTER_PSEUDO_OP 1
7605EOF
7606
7607 fi
7608
7609 echo $ac_n "checking assembler supports -relax""... $ac_c" 1>&6
7555echo "configure:7556: checking assembler supports -relax" >&5
7610echo "configure:7611: checking assembler supports -relax" >&5
7556if eval "test \"`echo '$''{'gcc_cv_as_relax_opt'+set}'`\" = set"; then
7557 echo $ac_n "(cached) $ac_c" 1>&6
7558else
7559
7560 gcc_cv_as_relax_opt=unknown
7561 if test x$gcc_cv_as != x; then
7562 # Check if gas supports -relax
7563 echo ".text" > conftest.s

--- 11 unchanged lines hidden (view full) ---

7575 if test "x$gcc_cv_as_relax_opt" = xyes; then
7576 cat >> confdefs.h <<\EOF
7577#define HAVE_AS_RELAX_OPTION 1
7578EOF
7579
7580 fi
7581
7582 echo $ac_n "checking assembler and linker support unaligned pc related relocs""... $ac_c" 1>&6
7611if eval "test \"`echo '$''{'gcc_cv_as_relax_opt'+set}'`\" = set"; then
7612 echo $ac_n "(cached) $ac_c" 1>&6
7613else
7614
7615 gcc_cv_as_relax_opt=unknown
7616 if test x$gcc_cv_as != x; then
7617 # Check if gas supports -relax
7618 echo ".text" > conftest.s

--- 11 unchanged lines hidden (view full) ---

7630 if test "x$gcc_cv_as_relax_opt" = xyes; then
7631 cat >> confdefs.h <<\EOF
7632#define HAVE_AS_RELAX_OPTION 1
7633EOF
7634
7635 fi
7636
7637 echo $ac_n "checking assembler and linker support unaligned pc related relocs""... $ac_c" 1>&6
7583echo "configure:7584: checking assembler and linker support unaligned pc related relocs" >&5
7638echo "configure:7639: checking assembler and linker support unaligned pc related relocs" >&5
7584if eval "test \"`echo '$''{'gcc_cv_as_sparc_ua_pcrel'+set}'`\" = set"; then
7585 echo $ac_n "(cached) $ac_c" 1>&6
7586else
7587
7588 gcc_cv_as_sparc_ua_pcrel=unknown
7589 if test x$gcc_cv_as != x -a x$gcc_cv_ld != x; then
7590 gcc_cv_as_sparc_ua_pcrel=no
7591 echo ".text; foo: nop; .data; .align 4; .byte 0; .uaword %r_disp32(foo)" > conftest.s

--- 10 unchanged lines hidden (view full) ---

7602 if test "x$gcc_cv_as_sparc_ua_pcrel" = xyes; then
7603 cat >> confdefs.h <<\EOF
7604#define HAVE_AS_SPARC_UA_PCREL 1
7605EOF
7606
7607 fi
7608
7609 echo $ac_n "checking assembler and linker support unaligned pc related relocs against hidden symbols""... $ac_c" 1>&6
7639if eval "test \"`echo '$''{'gcc_cv_as_sparc_ua_pcrel'+set}'`\" = set"; then
7640 echo $ac_n "(cached) $ac_c" 1>&6
7641else
7642
7643 gcc_cv_as_sparc_ua_pcrel=unknown
7644 if test x$gcc_cv_as != x -a x$gcc_cv_ld != x; then
7645 gcc_cv_as_sparc_ua_pcrel=no
7646 echo ".text; foo: nop; .data; .align 4; .byte 0; .uaword %r_disp32(foo)" > conftest.s

--- 10 unchanged lines hidden (view full) ---

7657 if test "x$gcc_cv_as_sparc_ua_pcrel" = xyes; then
7658 cat >> confdefs.h <<\EOF
7659#define HAVE_AS_SPARC_UA_PCREL 1
7660EOF
7661
7662 fi
7663
7664 echo $ac_n "checking assembler and linker support unaligned pc related relocs against hidden symbols""... $ac_c" 1>&6
7610echo "configure:7611: checking assembler and linker support unaligned pc related relocs against hidden symbols" >&5
7665echo "configure:7666: checking assembler and linker support unaligned pc related relocs against hidden symbols" >&5
7611if eval "test \"`echo '$''{'gcc_cv_as_sparc_ua_pcrel_hidden'+set}'`\" = set"; then
7612 echo $ac_n "(cached) $ac_c" 1>&6
7613else
7614
7615 if test "x$gcc_cv_as_sparc_ua_pcrel" = xyes; then
7616 gcc_cv_as_sparc_ua_pcrel_hidden=unknown
7617 if test x$gcc_cv_objdump != x; then
7618 gcc_cv_as_sparc_ua_pcrel_hidden=no

--- 23 unchanged lines hidden (view full) ---

7642 if test "x$gcc_cv_as_sparc_ua_pcrel_hidden" = xyes; then
7643 cat >> confdefs.h <<\EOF
7644#define HAVE_AS_SPARC_UA_PCREL_HIDDEN 1
7645EOF
7646
7647 fi
7648
7649 echo $ac_n "checking for assembler offsetable %lo() support""... $ac_c" 1>&6
7666if eval "test \"`echo '$''{'gcc_cv_as_sparc_ua_pcrel_hidden'+set}'`\" = set"; then
7667 echo $ac_n "(cached) $ac_c" 1>&6
7668else
7669
7670 if test "x$gcc_cv_as_sparc_ua_pcrel" = xyes; then
7671 gcc_cv_as_sparc_ua_pcrel_hidden=unknown
7672 if test x$gcc_cv_objdump != x; then
7673 gcc_cv_as_sparc_ua_pcrel_hidden=no

--- 23 unchanged lines hidden (view full) ---

7697 if test "x$gcc_cv_as_sparc_ua_pcrel_hidden" = xyes; then
7698 cat >> confdefs.h <<\EOF
7699#define HAVE_AS_SPARC_UA_PCREL_HIDDEN 1
7700EOF
7701
7702 fi
7703
7704 echo $ac_n "checking for assembler offsetable %lo() support""... $ac_c" 1>&6
7650echo "configure:7651: checking for assembler offsetable %lo() support" >&5
7705echo "configure:7706: checking for assembler offsetable %lo() support" >&5
7651if eval "test \"`echo '$''{'gcc_cv_as_offsetable_lo10'+set}'`\" = set"; then
7652 echo $ac_n "(cached) $ac_c" 1>&6
7653else
7654
7655 gcc_cv_as_offsetable_lo10=unknown
7656 if test "x$gcc_cv_as" != x; then
7657 # Check if assembler has offsetable %lo()
7658 echo "or %g1, %lo(ab) + 12, %g1" > conftest.s

--- 22 unchanged lines hidden (view full) ---

7681EOF
7682
7683 fi
7684
7685 ;;
7686
7687 i[34567]86-*-* | x86_64-*-*)
7688 echo $ac_n "checking assembler instructions""... $ac_c" 1>&6
7706if eval "test \"`echo '$''{'gcc_cv_as_offsetable_lo10'+set}'`\" = set"; then
7707 echo $ac_n "(cached) $ac_c" 1>&6
7708else
7709
7710 gcc_cv_as_offsetable_lo10=unknown
7711 if test "x$gcc_cv_as" != x; then
7712 # Check if assembler has offsetable %lo()
7713 echo "or %g1, %lo(ab) + 12, %g1" > conftest.s

--- 22 unchanged lines hidden (view full) ---

7736EOF
7737
7738 fi
7739
7740 ;;
7741
7742 i[34567]86-*-* | x86_64-*-*)
7743 echo $ac_n "checking assembler instructions""... $ac_c" 1>&6
7689echo "configure:7690: checking assembler instructions" >&5
7744echo "configure:7745: checking assembler instructions" >&5
7690 gcc_cv_as_instructions=
7691 if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
7692 if test "$gcc_cv_gas_major_version" -eq 2 -a "$gcc_cv_gas_minor_version" -ge 9 -o "$gcc_cv_gas_major_version" -gt 2; then
7693 gcc_cv_as_instructions="filds fists"
7694 fi
7695 elif test x$gcc_cv_as != x; then
7696 set "filds fists" "filds mem; fists mem"
7697 while test $# -gt 0

--- 9 unchanged lines hidden (view full) ---

7707 if test x"$gcc_cv_as_instructions" != x; then
7708 cat >> confdefs.h <<EOF
7709#define HAVE_GAS_`echo "$gcc_cv_as_instructions" | sed -e 's/ $//' | tr 'a-z ' 'A-Z_'` 1
7710EOF
7711
7712 fi
7713 echo "$ac_t""$gcc_cv_as_instructions" 1>&6
7714
7745 gcc_cv_as_instructions=
7746 if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
7747 if test "$gcc_cv_gas_major_version" -eq 2 -a "$gcc_cv_gas_minor_version" -ge 9 -o "$gcc_cv_gas_major_version" -gt 2; then
7748 gcc_cv_as_instructions="filds fists"
7749 fi
7750 elif test x$gcc_cv_as != x; then
7751 set "filds fists" "filds mem; fists mem"
7752 while test $# -gt 0

--- 9 unchanged lines hidden (view full) ---

7762 if test x"$gcc_cv_as_instructions" != x; then
7763 cat >> confdefs.h <<EOF
7764#define HAVE_GAS_`echo "$gcc_cv_as_instructions" | sed -e 's/ $//' | tr 'a-z ' 'A-Z_'` 1
7765EOF
7766
7767 fi
7768 echo "$ac_t""$gcc_cv_as_instructions" 1>&6
7769
7770 echo $ac_n "checking cmov syntax""... $ac_c" 1>&6
7771echo "configure:7772: checking cmov syntax" >&5
7772 gcc_cv_as_ix86_cmov_sun_syntax=no
7773 if test x$gcc_cv_as != x; then
7774 echo 'cmovl.l %edx, %eax' > conftest.s
7775 if $gcc_cv_as -o conftest.o conftest.s > /dev/null 2>&1; then
7776 gcc_cv_as_ix86_cmov_sun_syntax=yes
7777 fi
7778 rm -f conftest.s conftest.o
7779 fi
7780 if test "x$gcc_cv_as_ix86_cmov_sun_syntax" = xyes; then
7781 cat >> confdefs.h <<\EOF
7782#define HAVE_AS_IX86_CMOV_SUN_SYNTAX 1
7783EOF
7784
7785 fi
7786 echo "$ac_t""$gcc_cv_as_ix86_cmov_sun_syntax" 1>&6
7787
7715 echo $ac_n "checking assembler GOTOFF in data directives""... $ac_c" 1>&6
7788 echo $ac_n "checking assembler GOTOFF in data directives""... $ac_c" 1>&6
7716echo "configure:7717: checking assembler GOTOFF in data directives" >&5
7789echo "configure:7790: checking assembler GOTOFF in data directives" >&5
7717 gcc_cv_as_gotoff_in_data=no
7718 if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x
7719 then
7720 if test "$gcc_cv_gas_major_version" -eq 2 \
7721 -a "$gcc_cv_gas_minor_version" -ge 11 \
7722 -o "$gcc_cv_gas_major_version" -gt 2; then
7723 gcc_cv_as_gotoff_in_data=yes
7724 fi

--- 13 unchanged lines hidden (view full) ---

7738#define HAVE_AS_GOTOFF_IN_DATA `if test $gcc_cv_as_gotoff_in_data = yes; then echo 1; else echo 0; fi`
7739EOF
7740
7741 echo "$ac_t""$gcc_cv_as_gotoff_in_data" 1>&6
7742 ;;
7743
7744 ia64*-*-*)
7745 echo $ac_n "checking assembler supports ltoffx and ldxmov""... $ac_c" 1>&6
7790 gcc_cv_as_gotoff_in_data=no
7791 if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x
7792 then
7793 if test "$gcc_cv_gas_major_version" -eq 2 \
7794 -a "$gcc_cv_gas_minor_version" -ge 11 \
7795 -o "$gcc_cv_gas_major_version" -gt 2; then
7796 gcc_cv_as_gotoff_in_data=yes
7797 fi

--- 13 unchanged lines hidden (view full) ---

7811#define HAVE_AS_GOTOFF_IN_DATA `if test $gcc_cv_as_gotoff_in_data = yes; then echo 1; else echo 0; fi`
7812EOF
7813
7814 echo "$ac_t""$gcc_cv_as_gotoff_in_data" 1>&6
7815 ;;
7816
7817 ia64*-*-*)
7818 echo $ac_n "checking assembler supports ltoffx and ldxmov""... $ac_c" 1>&6
7746echo "configure:7747: checking assembler supports ltoffx and ldxmov" >&5
7819echo "configure:7820: checking assembler supports ltoffx and ldxmov" >&5
7747if eval "test \"`echo '$''{'gcc_cv_as_ltoffx_ldxmov_relocs'+set}'`\" = set"; then
7748 echo $ac_n "(cached) $ac_c" 1>&6
7749else
7750
7751 gcc_cv_as_ltoffx_ldxmov_relocs=unknown
7752 if test x$gcc_cv_gas_major_version != x \
7753 -a x$gcc_cv_gas_minor_version != x
7754 then

--- 25 unchanged lines hidden (view full) ---

7780#define HAVE_AS_LTOFFX_LDXMOV_RELOCS 1
7781EOF
7782
7783 fi
7784 ;;
7785esac
7786
7787echo $ac_n "checking assembler dwarf2 debug_line support""... $ac_c" 1>&6
7820if eval "test \"`echo '$''{'gcc_cv_as_ltoffx_ldxmov_relocs'+set}'`\" = set"; then
7821 echo $ac_n "(cached) $ac_c" 1>&6
7822else
7823
7824 gcc_cv_as_ltoffx_ldxmov_relocs=unknown
7825 if test x$gcc_cv_gas_major_version != x \
7826 -a x$gcc_cv_gas_minor_version != x
7827 then

--- 25 unchanged lines hidden (view full) ---

7853#define HAVE_AS_LTOFFX_LDXMOV_RELOCS 1
7854EOF
7855
7856 fi
7857 ;;
7858esac
7859
7860echo $ac_n "checking assembler dwarf2 debug_line support""... $ac_c" 1>&6
7788echo "configure:7789: checking assembler dwarf2 debug_line support" >&5
7861echo "configure:7862: checking assembler dwarf2 debug_line support" >&5
7789gcc_cv_as_dwarf2_debug_line=no
7790# ??? Not all targets support dwarf2 debug_line, even within a version
7791# of gas. Moreover, we need to emit a valid instruction to trigger any
7792# info to the output file. So, as supported targets are added to gas 2.11,
7793# add some instruction here to (also) show we expect this might work.
7794# ??? Once 2.11 is released, probably need to add first known working
7795# version to the per-target configury.
7796case "$target" in

--- 40 unchanged lines hidden (view full) ---

7837 cat >> confdefs.h <<\EOF
7838#define HAVE_AS_DWARF2_DEBUG_LINE 1
7839EOF
7840
7841fi
7842echo "$ac_t""$gcc_cv_as_dwarf2_debug_line" 1>&6
7843
7844echo $ac_n "checking assembler --gdwarf2 support""... $ac_c" 1>&6
7862gcc_cv_as_dwarf2_debug_line=no
7863# ??? Not all targets support dwarf2 debug_line, even within a version
7864# of gas. Moreover, we need to emit a valid instruction to trigger any
7865# info to the output file. So, as supported targets are added to gas 2.11,
7866# add some instruction here to (also) show we expect this might work.
7867# ??? Once 2.11 is released, probably need to add first known working
7868# version to the per-target configury.
7869case "$target" in

--- 40 unchanged lines hidden (view full) ---

7910 cat >> confdefs.h <<\EOF
7911#define HAVE_AS_DWARF2_DEBUG_LINE 1
7912EOF
7913
7914fi
7915echo "$ac_t""$gcc_cv_as_dwarf2_debug_line" 1>&6
7916
7917echo $ac_n "checking assembler --gdwarf2 support""... $ac_c" 1>&6
7845echo "configure:7846: checking assembler --gdwarf2 support" >&5
7918echo "configure:7919: checking assembler --gdwarf2 support" >&5
7846gcc_cv_as_gdwarf2_flag=no
7847if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x;
7848then
7849 if test "$gcc_cv_gas_major_version" -eq 2 \
7850 -a "$gcc_cv_gas_minor_version" -ge 11 \
7851 -o "$gcc_cv_gas_major_version" -gt 2 \
7852 && grep 'obj_format = elf' ../gas/Makefile > /dev/null \
7853 && test x"$insn" != x ; then

--- 12 unchanged lines hidden (view full) ---

7866 cat >> confdefs.h <<\EOF
7867#define HAVE_AS_GDWARF2_DEBUG_FLAG 1
7868EOF
7869
7870fi
7871echo "$ac_t""$gcc_cv_as_gdwarf2_flag" 1>&6
7872
7873echo $ac_n "checking assembler --gstabs support""... $ac_c" 1>&6
7919gcc_cv_as_gdwarf2_flag=no
7920if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x;
7921then
7922 if test "$gcc_cv_gas_major_version" -eq 2 \
7923 -a "$gcc_cv_gas_minor_version" -ge 11 \
7924 -o "$gcc_cv_gas_major_version" -gt 2 \
7925 && grep 'obj_format = elf' ../gas/Makefile > /dev/null \
7926 && test x"$insn" != x ; then

--- 12 unchanged lines hidden (view full) ---

7939 cat >> confdefs.h <<\EOF
7940#define HAVE_AS_GDWARF2_DEBUG_FLAG 1
7941EOF
7942
7943fi
7944echo "$ac_t""$gcc_cv_as_gdwarf2_flag" 1>&6
7945
7946echo $ac_n "checking assembler --gstabs support""... $ac_c" 1>&6
7874echo "configure:7875: checking assembler --gstabs support" >&5
7947echo "configure:7948: checking assembler --gstabs support" >&5
7875gcc_cv_as_gstabs_flag=no
7876if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x;
7877then
7878 if test "$gcc_cv_gas_major_version" -eq 2 \
7879 -a "$gcc_cv_gas_minor_version" -ge 11 \
7880 -o "$gcc_cv_gas_major_version" -gt 2 \
7881 && grep 'obj_format = elf' ../gas/Makefile > /dev/null \
7882 && test x"$insn" != x ; then

--- 18 unchanged lines hidden (view full) ---

7901 cat >> confdefs.h <<\EOF
7902#define HAVE_AS_GSTABS_DEBUG_FLAG 1
7903EOF
7904
7905fi
7906echo "$ac_t""$gcc_cv_as_gstabs_flag" 1>&6
7907
7908echo $ac_n "checking linker read-only and read-write section mixing""... $ac_c" 1>&6
7948gcc_cv_as_gstabs_flag=no
7949if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x;
7950then
7951 if test "$gcc_cv_gas_major_version" -eq 2 \
7952 -a "$gcc_cv_gas_minor_version" -ge 11 \
7953 -o "$gcc_cv_gas_major_version" -gt 2 \
7954 && grep 'obj_format = elf' ../gas/Makefile > /dev/null \
7955 && test x"$insn" != x ; then

--- 18 unchanged lines hidden (view full) ---

7974 cat >> confdefs.h <<\EOF
7975#define HAVE_AS_GSTABS_DEBUG_FLAG 1
7976EOF
7977
7978fi
7979echo "$ac_t""$gcc_cv_as_gstabs_flag" 1>&6
7980
7981echo $ac_n "checking linker read-only and read-write section mixing""... $ac_c" 1>&6
7909echo "configure:7910: checking linker read-only and read-write section mixing" >&5
7982echo "configure:7983: checking linker read-only and read-write section mixing" >&5
7910gcc_cv_ld_ro_rw_mix=unknown
7911if test x$gcc_cv_gld_major_version != x -a x$gcc_cv_gld_minor_version != x; then
7912 if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 10 -o "$gcc_cv_gld_major_version" -gt 2 && grep 'EMUL = elf' ../ld/Makefile > /dev/null; then
7913 gcc_cv_ld_ro_rw_mix=read-write
7914 fi
7915elif test x$gcc_cv_as != x -a x$gcc_cv_ld != x -a x$gcc_cv_objdump != x ; then
7916 echo '.section myfoosect, "a"' > conftest1.s
7917 echo '.section myfoosect, "aw"' > conftest2.s

--- 21 unchanged lines hidden (view full) ---

7939 cat >> confdefs.h <<\EOF
7940#define HAVE_LD_RO_RW_SECTION_MIXING 1
7941EOF
7942
7943fi
7944echo "$ac_t""$gcc_cv_ld_ro_rw_mix" 1>&6
7945
7946echo $ac_n "checking linker PT_GNU_EH_FRAME support""... $ac_c" 1>&6
7983gcc_cv_ld_ro_rw_mix=unknown
7984if test x$gcc_cv_gld_major_version != x -a x$gcc_cv_gld_minor_version != x; then
7985 if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 10 -o "$gcc_cv_gld_major_version" -gt 2 && grep 'EMUL = elf' ../ld/Makefile > /dev/null; then
7986 gcc_cv_ld_ro_rw_mix=read-write
7987 fi
7988elif test x$gcc_cv_as != x -a x$gcc_cv_ld != x -a x$gcc_cv_objdump != x ; then
7989 echo '.section myfoosect, "a"' > conftest1.s
7990 echo '.section myfoosect, "aw"' > conftest2.s

--- 21 unchanged lines hidden (view full) ---

8012 cat >> confdefs.h <<\EOF
8013#define HAVE_LD_RO_RW_SECTION_MIXING 1
8014EOF
8015
8016fi
8017echo "$ac_t""$gcc_cv_ld_ro_rw_mix" 1>&6
8018
8019echo $ac_n "checking linker PT_GNU_EH_FRAME support""... $ac_c" 1>&6
7947echo "configure:7948: checking linker PT_GNU_EH_FRAME support" >&5
8020echo "configure:8021: checking linker PT_GNU_EH_FRAME support" >&5
7948gcc_cv_ld_eh_frame_hdr=no
7949if test x$gcc_cv_gld_major_version != x -a x$gcc_cv_gld_minor_version != x; then
7950 if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 12 -o "$gcc_cv_gld_major_version" -gt 2 && grep 'EMUL = elf' ../ld/Makefile > /dev/null; then
7951 gcc_cv_ld_eh_frame_hdr=yes
7952 fi
7953elif test x$gcc_cv_ld != x; then
7954 # Check if linker supports --eh-frame-hdr option
7955 if $gcc_cv_ld --help 2>/dev/null | grep eh-frame-hdr > /dev/null; then

--- 7 unchanged lines hidden (view full) ---

7963
7964fi
7965echo "$ac_t""$gcc_cv_ld_eh_frame_hdr" 1>&6
7966
7967# Miscellaneous target-specific checks.
7968case "$target" in
7969 mips*-*-*)
7970 echo $ac_n "checking whether libgloss uses STARTUP directives consistently""... $ac_c" 1>&6
8021gcc_cv_ld_eh_frame_hdr=no
8022if test x$gcc_cv_gld_major_version != x -a x$gcc_cv_gld_minor_version != x; then
8023 if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 12 -o "$gcc_cv_gld_major_version" -gt 2 && grep 'EMUL = elf' ../ld/Makefile > /dev/null; then
8024 gcc_cv_ld_eh_frame_hdr=yes
8025 fi
8026elif test x$gcc_cv_ld != x; then
8027 # Check if linker supports --eh-frame-hdr option
8028 if $gcc_cv_ld --help 2>/dev/null | grep eh-frame-hdr > /dev/null; then

--- 7 unchanged lines hidden (view full) ---

8036
8037fi
8038echo "$ac_t""$gcc_cv_ld_eh_frame_hdr" 1>&6
8039
8040# Miscellaneous target-specific checks.
8041case "$target" in
8042 mips*-*-*)
8043 echo $ac_n "checking whether libgloss uses STARTUP directives consistently""... $ac_c" 1>&6
7971echo "configure:7972: checking whether libgloss uses STARTUP directives consistently" >&5
8044echo "configure:8045: checking whether libgloss uses STARTUP directives consistently" >&5
7972 gcc_cv_mips_libgloss_startup=no
7973 gcc_cv_libgloss_srcdir=`echo $srcdir | sed -e 's,/gcc$,,'`/libgloss
7974 if test "x$exec_prefix" = xNONE; then
7975 if test "x$prefix" = xNONE; then
7976 test_prefix=/usr/local
7977 else
7978 test_prefix=$prefix
7979 fi

--- 187 unchanged lines hidden (view full) ---

8167
8168fi
8169
8170
8171
8172
8173
8174echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
8045 gcc_cv_mips_libgloss_startup=no
8046 gcc_cv_libgloss_srcdir=`echo $srcdir | sed -e 's,/gcc$,,'`/libgloss
8047 if test "x$exec_prefix" = xNONE; then
8048 if test "x$prefix" = xNONE; then
8049 test_prefix=/usr/local
8050 else
8051 test_prefix=$prefix
8052 fi

--- 187 unchanged lines hidden (view full) ---

8240
8241fi
8242
8243
8244
8245
8246
8247echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
8175echo "configure:8176: checking whether to enable maintainer-specific portions of Makefiles" >&5
8248echo "configure:8249: checking whether to enable maintainer-specific portions of Makefiles" >&5
8176 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
8177if test "${enable_maintainer_mode+set}" = set; then
8178 enableval="$enable_maintainer_mode"
8179 maintainer_mode=$enableval
8180else
8181 maintainer_mode=no
8182fi
8183
8184
8185echo "$ac_t""$maintainer_mode" 1>&6
8186
8187if test "$maintainer_mode" = "yes"; then
8188 MAINT=''
8189else
8190 MAINT='#'
8191fi
8192
8249 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
8250if test "${enable_maintainer_mode+set}" = set; then
8251 enableval="$enable_maintainer_mode"
8252 maintainer_mode=$enableval
8253else
8254 maintainer_mode=no
8255fi
8256
8257
8258echo "$ac_t""$maintainer_mode" 1>&6
8259
8260if test "$maintainer_mode" = "yes"; then
8261 MAINT=''
8262else
8263 MAINT='#'
8264fi
8265
8193# With Setjmp/Longjmp based exception handling.
8194# Check whether --enable-sjlj-exceptions or --disable-sjlj-exceptions was given.
8195if test "${enable_sjlj_exceptions+set}" = set; then
8196 enableval="$enable_sjlj_exceptions"
8197 sjlj=`if test $enableval = yes; then echo 1; else echo 0; fi`
8198cat >> confdefs.h <<EOF
8199#define CONFIG_SJLJ_EXCEPTIONS $sjlj
8200EOF
8201
8202fi
8203
8204
8205# Use libunwind based exception handling.
8206# Check whether --enable-libunwind-exceptions or --disable-libunwind-exceptions was given.
8207if test "${enable_libunwind_exceptions+set}" = set; then
8208 enableval="$enable_libunwind_exceptions"
8209 use_libunwind_exceptions=$enableval
8210else
8211 use_libunwind_exceptions=no
8212fi
8213
8214if test x"$use_libunwind_exceptions" = xyes; then
8215 cat >> confdefs.h <<\EOF
8216#define USE_LIBUNWIND_EXCEPTIONS 1
8217EOF
8218
8219fi
8220
8221# Make empty files to contain the specs and options for each language.
8222# Then add #include lines to for a compiler that has specs and/or options.
8223
8224lang_specs_files=
8225lang_options_files=
8226lang_tree_files=
8227for subdir in . $subdirs
8228do

--- 900 unchanged lines hidden ---
8266# Make empty files to contain the specs and options for each language.
8267# Then add #include lines to for a compiler that has specs and/or options.
8268
8269lang_specs_files=
8270lang_options_files=
8271lang_tree_files=
8272for subdir in . $subdirs
8273do

--- 900 unchanged lines hidden ---