Magellan Linux

Annotation of /trunk/gdb/patches/gdb-6.3-warnings-20050317-fixed.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 197067 byte(s)
-import

1 niro 144 --- gdb-6.3/gdb/configure.fix 2005-03-21 18:12:23.000000000 -0500
2     +++ gdb-6.3/gdb/configure 2005-03-21 18:13:32.000000000 -0500
3     @@ -79,7 +79,6 @@ program_suffix=NONE
4     program_transform_name=s,x,x,
5     silent=
6     site=
7     -sitefile=
8     srcdir=
9     target=NONE
10     verbose=
11     @@ -194,7 +193,6 @@ Configuration:
12     --help print this message
13     --no-create do not create output files
14     --quiet, --silent do not print \`checking...' messages
15     - --site-file=FILE use FILE as the site file
16     --version print the version of autoconf that created configure
17     Directory and file names:
18     --prefix=PREFIX install architecture-independent files in PREFIX
19     @@ -365,11 +363,6 @@ EOF
20     -site=* | --site=* | --sit=*)
21     site="$ac_optarg" ;;
22    
23     - -site-file | --site-file | --site-fil | --site-fi | --site-f)
24     - ac_prev=sitefile ;;
25     - -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
26     - sitefile="$ac_optarg" ;;
27     -
28     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
29     ac_prev=srcdir ;;
30     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
31     @@ -535,16 +528,12 @@ fi
32     srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
33    
34     # Prefer explicitly selected file to automatically selected ones.
35     -if test -z "$sitefile"; then
36     - if test -z "$CONFIG_SITE"; then
37     - if test "x$prefix" != xNONE; then
38     - CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
39     - else
40     - CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
41     - fi
42     +if test -z "$CONFIG_SITE"; then
43     + if test "x$prefix" != xNONE; then
44     + CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
45     + else
46     + CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
47     fi
48     -else
49     - CONFIG_SITE="$sitefile"
50     fi
51     for ac_site_file in $CONFIG_SITE; do
52     if test -r "$ac_site_file"; then
53     @@ -585,7 +574,7 @@ fi
54    
55    
56     echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
57     -echo "configure:589: checking whether to enable maintainer-specific portions of Makefiles" >&5
58     +echo "configure:578: checking whether to enable maintainer-specific portions of Makefiles" >&5
59     # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
60     if test "${enable_maintainer_mode+set}" = set; then
61     enableval="$enable_maintainer_mode"
62     @@ -611,7 +600,7 @@ fi
63     # Extract the first word of "gcc", so it can be a program name with args.
64     set dummy gcc; ac_word=$2
65     echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
66     -echo "configure:615: checking for $ac_word" >&5
67     +echo "configure:604: checking for $ac_word" >&5
68     if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
69     echo $ac_n "(cached) $ac_c" 1>&6
70     else
71     @@ -641,7 +630,7 @@ if test -z "$CC"; then
72     # Extract the first word of "cc", so it can be a program name with args.
73     set dummy cc; ac_word=$2
74     echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
75     -echo "configure:645: checking for $ac_word" >&5
76     +echo "configure:634: checking for $ac_word" >&5
77     if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
78     echo $ac_n "(cached) $ac_c" 1>&6
79     else
80     @@ -692,7 +681,7 @@ fi
81     # Extract the first word of "cl", so it can be a program name with args.
82     set dummy cl; ac_word=$2
83     echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
84     -echo "configure:696: checking for $ac_word" >&5
85     +echo "configure:685: checking for $ac_word" >&5
86     if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
87     echo $ac_n "(cached) $ac_c" 1>&6
88     else
89     @@ -724,7 +713,7 @@ fi
90     fi
91    
92     echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
93     -echo "configure:728: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
94     +echo "configure:717: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
95    
96     ac_ext=c
97     # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
98     @@ -735,12 +724,12 @@ cross_compiling=$ac_cv_prog_cc_cross
99    
100     cat > conftest.$ac_ext << EOF
101    
102     -#line 739 "configure"
103     +#line 728 "configure"
104     #include "confdefs.h"
105    
106     main(){return(0);}
107     EOF
108     -if { (eval echo configure:744: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
109     +if { (eval echo configure:733: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
110     ac_cv_prog_cc_works=yes
111     # If we can't run a trivial program, we are probably using a cross compiler.
112     if (./conftest; exit) 2>/dev/null; then
113     @@ -766,12 +755,12 @@ if test $ac_cv_prog_cc_works = no; then
114     { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
115     fi
116     echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
117     -echo "configure:770: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
118     +echo "configure:759: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
119     echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
120     cross_compiling=$ac_cv_prog_cc_cross
121    
122     echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
123     -echo "configure:775: checking whether we are using GNU C" >&5
124     +echo "configure:764: checking whether we are using GNU C" >&5
125     if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
126     echo $ac_n "(cached) $ac_c" 1>&6
127     else
128     @@ -780,7 +769,7 @@ else
129     yes;
130     #endif
131     EOF
132     -if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:784: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
133     +if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:773: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
134     ac_cv_prog_gcc=yes
135     else
136     ac_cv_prog_gcc=no
137     @@ -799,7 +788,7 @@ ac_test_CFLAGS="${CFLAGS+set}"
138     ac_save_CFLAGS="$CFLAGS"
139     CFLAGS=
140     echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
141     -echo "configure:803: checking whether ${CC-cc} accepts -g" >&5
142     +echo "configure:792: checking whether ${CC-cc} accepts -g" >&5
143     if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
144     echo $ac_n "(cached) $ac_c" 1>&6
145     else
146     @@ -836,7 +825,7 @@ EOF
147    
148    
149     echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
150     -echo "configure:840: checking how to run the C preprocessor" >&5
151     +echo "configure:829: checking how to run the C preprocessor" >&5
152     # On Suns, sometimes $CPP names a directory.
153     if test -n "$CPP" && test -d "$CPP"; then
154     CPP=
155     @@ -851,13 +840,13 @@ else
156     # On the NeXT, cc -E runs the code through the compiler's parser,
157     # not just through cpp.
158     cat > conftest.$ac_ext <<EOF
159     -#line 855 "configure"
160     +#line 844 "configure"
161     #include "confdefs.h"
162     #include <assert.h>
163     Syntax Error
164     EOF
165     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
166     -{ (eval echo configure:861: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
167     +{ (eval echo configure:850: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
168     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
169     if test -z "$ac_err"; then
170     :
171     @@ -868,13 +857,13 @@ else
172     rm -rf conftest*
173     CPP="${CC-cc} -E -traditional-cpp"
174     cat > conftest.$ac_ext <<EOF
175     -#line 872 "configure"
176     +#line 861 "configure"
177     #include "confdefs.h"
178     #include <assert.h>
179     Syntax Error
180     EOF
181     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
182     -{ (eval echo configure:878: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
183     +{ (eval echo configure:867: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
184     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
185     if test -z "$ac_err"; then
186     :
187     @@ -885,13 +874,13 @@ else
188     rm -rf conftest*
189     CPP="${CC-cc} -nologo -E"
190     cat > conftest.$ac_ext <<EOF
191     -#line 889 "configure"
192     +#line 878 "configure"
193     #include "confdefs.h"
194     #include <assert.h>
195     Syntax Error
196     EOF
197     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
198     -{ (eval echo configure:895: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
199     +{ (eval echo configure:884: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
200     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
201     if test -z "$ac_err"; then
202     :
203     @@ -916,9 +905,9 @@ fi
204     echo "$ac_t""$CPP" 1>&6
205    
206     echo $ac_n "checking for AIX""... $ac_c" 1>&6
207     -echo "configure:920: checking for AIX" >&5
208     +echo "configure:909: checking for AIX" >&5
209     cat > conftest.$ac_ext <<EOF
210     -#line 922 "configure"
211     +#line 911 "configure"
212     #include "confdefs.h"
213     #ifdef _AIX
214     yes
215     @@ -940,7 +929,7 @@ rm -f conftest*
216    
217    
218     echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
219     -echo "configure:944: checking for POSIXized ISC" >&5
220     +echo "configure:933: checking for POSIXized ISC" >&5
221     if test -d /etc/conf/kconfig.d &&
222     grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
223     then
224     @@ -964,7 +953,7 @@ fi
225    
226    
227     echo $ac_n "checking for ${CC-cc} option to accept ANSI C""... $ac_c" 1>&6
228     -echo "configure:968: checking for ${CC-cc} option to accept ANSI C" >&5
229     +echo "configure:957: checking for ${CC-cc} option to accept ANSI C" >&5
230     if eval "test \"`echo '$''{'am_cv_prog_cc_stdc'+set}'`\" = set"; then
231     echo $ac_n "(cached) $ac_c" 1>&6
232     else
233     @@ -981,7 +970,7 @@ for ac_arg in "" -qlanglvl=ansi -std1 -A
234     do
235     CC="$ac_save_CC $ac_arg"
236     cat > conftest.$ac_ext <<EOF
237     -#line 985 "configure"
238     +#line 974 "configure"
239     #include "confdefs.h"
240     #include <stdarg.h>
241     #include <stdio.h>
242     @@ -1018,7 +1007,7 @@ return f (e, argv, 0) != argv[0] || f
243    
244     ; return 0; }
245     EOF
246     -if { (eval echo configure:1022: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
247     +if { (eval echo configure:1011: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
248     rm -rf conftest*
249     am_cv_prog_cc_stdc="$ac_arg"; break
250     else
251     @@ -1089,7 +1078,7 @@ else { echo "configure: error: can not r
252     fi
253    
254     echo $ac_n "checking host system type""... $ac_c" 1>&6
255     -echo "configure:1093: checking host system type" >&5
256     +echo "configure:1082: checking host system type" >&5
257    
258     host_alias=$host
259     case "$host_alias" in
260     @@ -1110,7 +1099,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-
261     echo "$ac_t""$host" 1>&6
262    
263     echo $ac_n "checking target system type""... $ac_c" 1>&6
264     -echo "configure:1114: checking target system type" >&5
265     +echo "configure:1103: checking target system type" >&5
266    
267     target_alias=$target
268     case "$target_alias" in
269     @@ -1128,7 +1117,7 @@ target_os=`echo $target | sed 's/^\([^-]
270     echo "$ac_t""$target" 1>&6
271    
272     echo $ac_n "checking build system type""... $ac_c" 1>&6
273     -echo "configure:1132: checking build system type" >&5
274     +echo "configure:1121: checking build system type" >&5
275    
276     build_alias=$build
277     case "$build_alias" in
278     @@ -1166,7 +1155,7 @@ fi
279     # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
280     set dummy ${ac_tool_prefix}ranlib; ac_word=$2
281     echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
282     -echo "configure:1170: checking for $ac_word" >&5
283     +echo "configure:1159: checking for $ac_word" >&5
284     if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
285     echo $ac_n "(cached) $ac_c" 1>&6
286     else
287     @@ -1198,7 +1187,7 @@ if test -n "$ac_tool_prefix"; then
288     # Extract the first word of "ranlib", so it can be a program name with args.
289     set dummy ranlib; ac_word=$2
290     echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
291     -echo "configure:1202: checking for $ac_word" >&5
292     +echo "configure:1191: checking for $ac_word" >&5
293     if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
294     echo $ac_n "(cached) $ac_c" 1>&6
295     else
296     @@ -1244,7 +1233,7 @@ CONFIG_UNINSTALL=
297    
298    
299     echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
300     -echo "configure:1248: checking whether ${MAKE-make} sets \${MAKE}" >&5
301     +echo "configure:1237: checking whether ${MAKE-make} sets \${MAKE}" >&5
302     set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
303     if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
304     echo $ac_n "(cached) $ac_c" 1>&6
305     @@ -1273,7 +1262,7 @@ fi
306     # Extract the first word of "ranlib", so it can be a program name with args.
307     set dummy ranlib; ac_word=$2
308     echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
309     -echo "configure:1277: checking for $ac_word" >&5
310     +echo "configure:1266: checking for $ac_word" >&5
311     if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
312     echo $ac_n "(cached) $ac_c" 1>&6
313     else
314     @@ -1301,12 +1290,12 @@ else
315     fi
316    
317     echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
318     -echo "configure:1305: checking for ANSI C header files" >&5
319     +echo "configure:1294: checking for ANSI C header files" >&5
320     if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
321     echo $ac_n "(cached) $ac_c" 1>&6
322     else
323     cat > conftest.$ac_ext <<EOF
324     -#line 1310 "configure"
325     +#line 1299 "configure"
326     #include "confdefs.h"
327     #include <stdlib.h>
328     #include <stdarg.h>
329     @@ -1314,7 +1303,7 @@ else
330     #include <float.h>
331     EOF
332     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
333     -{ (eval echo configure:1318: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
334     +{ (eval echo configure:1307: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
335     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
336     if test -z "$ac_err"; then
337     rm -rf conftest*
338     @@ -1331,7 +1320,7 @@ rm -f conftest*
339     if test $ac_cv_header_stdc = yes; then
340     # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
341     cat > conftest.$ac_ext <<EOF
342     -#line 1335 "configure"
343     +#line 1324 "configure"
344     #include "confdefs.h"
345     #include <string.h>
346     EOF
347     @@ -1349,7 +1338,7 @@ fi
348     if test $ac_cv_header_stdc = yes; then
349     # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
350     cat > conftest.$ac_ext <<EOF
351     -#line 1353 "configure"
352     +#line 1342 "configure"
353     #include "confdefs.h"
354     #include <stdlib.h>
355     EOF
356     @@ -1370,7 +1359,7 @@ if test "$cross_compiling" = yes; then
357     :
358     else
359     cat > conftest.$ac_ext <<EOF
360     -#line 1374 "configure"
361     +#line 1363 "configure"
362     #include "confdefs.h"
363     #include <ctype.h>
364     #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
365     @@ -1381,7 +1370,7 @@ if (XOR (islower (i), ISLOWER (i)) || to
366     exit (0); }
367    
368     EOF
369     -if { (eval echo configure:1385: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
370     +if { (eval echo configure:1374: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
371     then
372     :
373     else
374     @@ -1405,12 +1394,12 @@ EOF
375     fi
376    
377     echo $ac_n "checking for working const""... $ac_c" 1>&6
378     -echo "configure:1409: checking for working const" >&5
379     +echo "configure:1398: checking for working const" >&5
380     if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
381     echo $ac_n "(cached) $ac_c" 1>&6
382     else
383     cat > conftest.$ac_ext <<EOF
384     -#line 1414 "configure"
385     +#line 1403 "configure"
386     #include "confdefs.h"
387    
388     int main() {
389     @@ -1459,7 +1448,7 @@ ccp = (char const *const *) p;
390    
391     ; return 0; }
392     EOF
393     -if { (eval echo configure:1463: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
394     +if { (eval echo configure:1452: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
395     rm -rf conftest*
396     ac_cv_c_const=yes
397     else
398     @@ -1480,21 +1469,21 @@ EOF
399     fi
400    
401     echo $ac_n "checking for inline""... $ac_c" 1>&6
402     -echo "configure:1484: checking for inline" >&5
403     +echo "configure:1473: checking for inline" >&5
404     if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
405     echo $ac_n "(cached) $ac_c" 1>&6
406     else
407     ac_cv_c_inline=no
408     for ac_kw in inline __inline__ __inline; do
409     cat > conftest.$ac_ext <<EOF
410     -#line 1491 "configure"
411     +#line 1480 "configure"
412     #include "confdefs.h"
413    
414     int main() {
415     } $ac_kw foo() {
416     ; return 0; }
417     EOF
418     -if { (eval echo configure:1498: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
419     +if { (eval echo configure:1487: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
420     rm -rf conftest*
421     ac_cv_c_inline=$ac_kw; break
422     else
423     @@ -1520,12 +1509,12 @@ EOF
424     esac
425    
426     echo $ac_n "checking for off_t""... $ac_c" 1>&6
427     -echo "configure:1524: checking for off_t" >&5
428     +echo "configure:1513: checking for off_t" >&5
429     if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
430     echo $ac_n "(cached) $ac_c" 1>&6
431     else
432     cat > conftest.$ac_ext <<EOF
433     -#line 1529 "configure"
434     +#line 1518 "configure"
435     #include "confdefs.h"
436     #include <sys/types.h>
437     #if STDC_HEADERS
438     @@ -1553,12 +1542,12 @@ EOF
439     fi
440    
441     echo $ac_n "checking for size_t""... $ac_c" 1>&6
442     -echo "configure:1557: checking for size_t" >&5
443     +echo "configure:1546: checking for size_t" >&5
444     if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
445     echo $ac_n "(cached) $ac_c" 1>&6
446     else
447     cat > conftest.$ac_ext <<EOF
448     -#line 1562 "configure"
449     +#line 1551 "configure"
450     #include "confdefs.h"
451     #include <sys/types.h>
452     #if STDC_HEADERS
453     @@ -1588,19 +1577,19 @@ fi
454     # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
455     # for constant arguments. Useless!
456     echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
457     -echo "configure:1592: checking for working alloca.h" >&5
458     +echo "configure:1581: checking for working alloca.h" >&5
459     if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
460     echo $ac_n "(cached) $ac_c" 1>&6
461     else
462     cat > conftest.$ac_ext <<EOF
463     -#line 1597 "configure"
464     +#line 1586 "configure"
465     #include "confdefs.h"
466     #include <alloca.h>
467     int main() {
468     char *p = alloca(2 * sizeof(int));
469     ; return 0; }
470     EOF
471     -if { (eval echo configure:1604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
472     +if { (eval echo configure:1593: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
473     rm -rf conftest*
474     ac_cv_header_alloca_h=yes
475     else
476     @@ -1621,12 +1610,12 @@ EOF
477     fi
478    
479     echo $ac_n "checking for alloca""... $ac_c" 1>&6
480     -echo "configure:1625: checking for alloca" >&5
481     +echo "configure:1614: checking for alloca" >&5
482     if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
483     echo $ac_n "(cached) $ac_c" 1>&6
484     else
485     cat > conftest.$ac_ext <<EOF
486     -#line 1630 "configure"
487     +#line 1619 "configure"
488     #include "confdefs.h"
489    
490     #ifdef __GNUC__
491     @@ -1654,7 +1643,7 @@ int main() {
492     char *p = (char *) alloca(1);
493     ; return 0; }
494     EOF
495     -if { (eval echo configure:1658: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
496     +if { (eval echo configure:1647: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
497     rm -rf conftest*
498     ac_cv_func_alloca_works=yes
499     else
500     @@ -1686,12 +1675,12 @@ EOF
501    
502    
503     echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
504     -echo "configure:1690: checking whether alloca needs Cray hooks" >&5
505     +echo "configure:1679: checking whether alloca needs Cray hooks" >&5
506     if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
507     echo $ac_n "(cached) $ac_c" 1>&6
508     else
509     cat > conftest.$ac_ext <<EOF
510     -#line 1695 "configure"
511     +#line 1684 "configure"
512     #include "confdefs.h"
513     #if defined(CRAY) && ! defined(CRAY2)
514     webecray
515     @@ -1716,12 +1705,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6
516     if test $ac_cv_os_cray = yes; then
517     for ac_func in _getb67 GETB67 getb67; do
518     echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
519     -echo "configure:1720: checking for $ac_func" >&5
520     +echo "configure:1709: checking for $ac_func" >&5
521     if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
522     echo $ac_n "(cached) $ac_c" 1>&6
523     else
524     cat > conftest.$ac_ext <<EOF
525     -#line 1725 "configure"
526     +#line 1714 "configure"
527     #include "confdefs.h"
528     /* System header to define __stub macros and hopefully few prototypes,
529     which can conflict with char $ac_func(); below. */
530     @@ -1744,7 +1733,7 @@ $ac_func();
531    
532     ; return 0; }
533     EOF
534     -if { (eval echo configure:1748: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
535     +if { (eval echo configure:1737: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
536     rm -rf conftest*
537     eval "ac_cv_func_$ac_func=yes"
538     else
539     @@ -1771,7 +1760,7 @@ done
540     fi
541    
542     echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
543     -echo "configure:1775: checking stack direction for C alloca" >&5
544     +echo "configure:1764: checking stack direction for C alloca" >&5
545     if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
546     echo $ac_n "(cached) $ac_c" 1>&6
547     else
548     @@ -1779,7 +1768,7 @@ else
549     ac_cv_c_stack_direction=0
550     else
551     cat > conftest.$ac_ext <<EOF
552     -#line 1783 "configure"
553     +#line 1772 "configure"
554     #include "confdefs.h"
555     find_stack_direction ()
556     {
557     @@ -1798,7 +1787,7 @@ main ()
558     exit (find_stack_direction() < 0);
559     }
560     EOF
561     -if { (eval echo configure:1802: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
562     +if { (eval echo configure:1791: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
563     then
564     ac_cv_c_stack_direction=1
565     else
566     @@ -1823,17 +1812,17 @@ for ac_hdr in unistd.h
567     do
568     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
569     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
570     -echo "configure:1827: checking for $ac_hdr" >&5
571     +echo "configure:1816: checking for $ac_hdr" >&5
572     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
573     echo $ac_n "(cached) $ac_c" 1>&6
574     else
575     cat > conftest.$ac_ext <<EOF
576     -#line 1832 "configure"
577     +#line 1821 "configure"
578     #include "confdefs.h"
579     #include <$ac_hdr>
580     EOF
581     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
582     -{ (eval echo configure:1837: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
583     +{ (eval echo configure:1826: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
584     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
585     if test -z "$ac_err"; then
586     rm -rf conftest*
587     @@ -1862,12 +1851,12 @@ done
588     for ac_func in getpagesize
589     do
590     echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
591     -echo "configure:1866: checking for $ac_func" >&5
592     +echo "configure:1855: checking for $ac_func" >&5
593     if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
594     echo $ac_n "(cached) $ac_c" 1>&6
595     else
596     cat > conftest.$ac_ext <<EOF
597     -#line 1871 "configure"
598     +#line 1860 "configure"
599     #include "confdefs.h"
600     /* System header to define __stub macros and hopefully few prototypes,
601     which can conflict with char $ac_func(); below. */
602     @@ -1890,7 +1879,7 @@ $ac_func();
603    
604     ; return 0; }
605     EOF
606     -if { (eval echo configure:1894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
607     +if { (eval echo configure:1883: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
608     rm -rf conftest*
609     eval "ac_cv_func_$ac_func=yes"
610     else
611     @@ -1915,7 +1904,7 @@ fi
612     done
613    
614     echo $ac_n "checking for working mmap""... $ac_c" 1>&6
615     -echo "configure:1919: checking for working mmap" >&5
616     +echo "configure:1908: checking for working mmap" >&5
617     if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
618     echo $ac_n "(cached) $ac_c" 1>&6
619     else
620     @@ -1923,7 +1912,7 @@ else
621     ac_cv_func_mmap_fixed_mapped=no
622     else
623     cat > conftest.$ac_ext <<EOF
624     -#line 1927 "configure"
625     +#line 1916 "configure"
626     #include "confdefs.h"
627    
628     /* Thanks to Mike Haertel and Jim Avera for this test.
629     @@ -2063,7 +2052,7 @@ main()
630     }
631    
632     EOF
633     -if { (eval echo configure:2067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
634     +if { (eval echo configure:2056: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
635     then
636     ac_cv_func_mmap_fixed_mapped=yes
637     else
638     @@ -2091,17 +2080,17 @@ unistd.h values.h sys/param.h
639     do
640     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
641     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
642     -echo "configure:2095: checking for $ac_hdr" >&5
643     +echo "configure:2084: checking for $ac_hdr" >&5
644     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
645     echo $ac_n "(cached) $ac_c" 1>&6
646     else
647     cat > conftest.$ac_ext <<EOF
648     -#line 2100 "configure"
649     +#line 2089 "configure"
650     #include "confdefs.h"
651     #include <$ac_hdr>
652     EOF
653     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
654     -{ (eval echo configure:2105: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
655     +{ (eval echo configure:2094: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
656     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
657     if test -z "$ac_err"; then
658     rm -rf conftest*
659     @@ -2131,12 +2120,12 @@ done
660     __argz_count __argz_stringify __argz_next
661     do
662     echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
663     -echo "configure:2135: checking for $ac_func" >&5
664     +echo "configure:2124: checking for $ac_func" >&5
665     if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
666     echo $ac_n "(cached) $ac_c" 1>&6
667     else
668     cat > conftest.$ac_ext <<EOF
669     -#line 2140 "configure"
670     +#line 2129 "configure"
671     #include "confdefs.h"
672     /* System header to define __stub macros and hopefully few prototypes,
673     which can conflict with char $ac_func(); below. */
674     @@ -2159,7 +2148,7 @@ $ac_func();
675    
676     ; return 0; }
677     EOF
678     -if { (eval echo configure:2163: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
679     +if { (eval echo configure:2152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
680     rm -rf conftest*
681     eval "ac_cv_func_$ac_func=yes"
682     else
683     @@ -2188,12 +2177,12 @@ done
684     for ac_func in stpcpy
685     do
686     echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
687     -echo "configure:2192: checking for $ac_func" >&5
688     +echo "configure:2181: checking for $ac_func" >&5
689     if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
690     echo $ac_n "(cached) $ac_c" 1>&6
691     else
692     cat > conftest.$ac_ext <<EOF
693     -#line 2197 "configure"
694     +#line 2186 "configure"
695     #include "confdefs.h"
696     /* System header to define __stub macros and hopefully few prototypes,
697     which can conflict with char $ac_func(); below. */
698     @@ -2216,7 +2205,7 @@ $ac_func();
699    
700     ; return 0; }
701     EOF
702     -if { (eval echo configure:2220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
703     +if { (eval echo configure:2209: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
704     rm -rf conftest*
705     eval "ac_cv_func_$ac_func=yes"
706     else
707     @@ -2250,19 +2239,19 @@ EOF
708    
709     if test $ac_cv_header_locale_h = yes; then
710     echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
711     -echo "configure:2254: checking for LC_MESSAGES" >&5
712     +echo "configure:2243: checking for LC_MESSAGES" >&5
713     if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
714     echo $ac_n "(cached) $ac_c" 1>&6
715     else
716     cat > conftest.$ac_ext <<EOF
717     -#line 2259 "configure"
718     +#line 2248 "configure"
719     #include "confdefs.h"
720     #include <locale.h>
721     int main() {
722     return LC_MESSAGES
723     ; return 0; }
724     EOF
725     -if { (eval echo configure:2266: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
726     +if { (eval echo configure:2255: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
727     rm -rf conftest*
728     am_cv_val_LC_MESSAGES=yes
729     else
730     @@ -2283,7 +2272,7 @@ EOF
731     fi
732     fi
733     echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
734     -echo "configure:2287: checking whether NLS is requested" >&5
735     +echo "configure:2276: checking whether NLS is requested" >&5
736     # Check whether --enable-nls or --disable-nls was given.
737     if test "${enable_nls+set}" = set; then
738     enableval="$enable_nls"
739     @@ -2303,7 +2292,7 @@ fi
740     EOF
741    
742     echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
743     -echo "configure:2307: checking whether included gettext is requested" >&5
744     +echo "configure:2296: checking whether included gettext is requested" >&5
745     # Check whether --with-included-gettext or --without-included-gettext was given.
746     if test "${with_included_gettext+set}" = set; then
747     withval="$with_included_gettext"
748     @@ -2322,17 +2311,17 @@ fi
749    
750     ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
751     echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
752     -echo "configure:2326: checking for libintl.h" >&5
753     +echo "configure:2315: checking for libintl.h" >&5
754     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
755     echo $ac_n "(cached) $ac_c" 1>&6
756     else
757     cat > conftest.$ac_ext <<EOF
758     -#line 2331 "configure"
759     +#line 2320 "configure"
760     #include "confdefs.h"
761     #include <libintl.h>
762     EOF
763     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
764     -{ (eval echo configure:2336: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
765     +{ (eval echo configure:2325: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
766     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
767     if test -z "$ac_err"; then
768     rm -rf conftest*
769     @@ -2349,19 +2338,19 @@ fi
770     if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
771     echo "$ac_t""yes" 1>&6
772     echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
773     -echo "configure:2353: checking for gettext in libc" >&5
774     +echo "configure:2342: checking for gettext in libc" >&5
775     if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
776     echo $ac_n "(cached) $ac_c" 1>&6
777     else
778     cat > conftest.$ac_ext <<EOF
779     -#line 2358 "configure"
780     +#line 2347 "configure"
781     #include "confdefs.h"
782     #include <libintl.h>
783     int main() {
784     return (int) gettext ("")
785     ; return 0; }
786     EOF
787     -if { (eval echo configure:2365: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
788     +if { (eval echo configure:2354: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
789     rm -rf conftest*
790     gt_cv_func_gettext_libc=yes
791     else
792     @@ -2377,7 +2366,7 @@ echo "$ac_t""$gt_cv_func_gettext_libc" 1
793    
794     if test "$gt_cv_func_gettext_libc" != "yes"; then
795     echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
796     -echo "configure:2381: checking for bindtextdomain in -lintl" >&5
797     +echo "configure:2370: checking for bindtextdomain in -lintl" >&5
798     ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
799     if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
800     echo $ac_n "(cached) $ac_c" 1>&6
801     @@ -2385,7 +2374,7 @@ else
802     ac_save_LIBS="$LIBS"
803     LIBS="-lintl $LIBS"
804     cat > conftest.$ac_ext <<EOF
805     -#line 2389 "configure"
806     +#line 2378 "configure"
807     #include "confdefs.h"
808     /* Override any gcc2 internal prototype to avoid an error. */
809     /* We use char because int might match the return type of a gcc2
810     @@ -2396,7 +2385,7 @@ int main() {
811     bindtextdomain()
812     ; return 0; }
813     EOF
814     -if { (eval echo configure:2400: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
815     +if { (eval echo configure:2389: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
816     rm -rf conftest*
817     eval "ac_cv_lib_$ac_lib_var=yes"
818     else
819     @@ -2412,19 +2401,19 @@ fi
820     if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
821     echo "$ac_t""yes" 1>&6
822     echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
823     -echo "configure:2416: checking for gettext in libintl" >&5
824     +echo "configure:2405: checking for gettext in libintl" >&5
825     if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
826     echo $ac_n "(cached) $ac_c" 1>&6
827     else
828     cat > conftest.$ac_ext <<EOF
829     -#line 2421 "configure"
830     +#line 2410 "configure"
831     #include "confdefs.h"
832    
833     int main() {
834     return (int) gettext ("")
835     ; return 0; }
836     EOF
837     -if { (eval echo configure:2428: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
838     +if { (eval echo configure:2417: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
839     rm -rf conftest*
840     gt_cv_func_gettext_libintl=yes
841     else
842     @@ -2452,7 +2441,7 @@ EOF
843     # Extract the first word of "msgfmt", so it can be a program name with args.
844     set dummy msgfmt; ac_word=$2
845     echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
846     -echo "configure:2456: checking for $ac_word" >&5
847     +echo "configure:2445: checking for $ac_word" >&5
848     if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
849     echo $ac_n "(cached) $ac_c" 1>&6
850     else
851     @@ -2486,12 +2475,12 @@ fi
852     for ac_func in dcgettext
853     do
854     echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
855     -echo "configure:2490: checking for $ac_func" >&5
856     +echo "configure:2479: checking for $ac_func" >&5
857     if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
858     echo $ac_n "(cached) $ac_c" 1>&6
859     else
860     cat > conftest.$ac_ext <<EOF
861     -#line 2495 "configure"
862     +#line 2484 "configure"
863     #include "confdefs.h"
864     /* System header to define __stub macros and hopefully few prototypes,
865     which can conflict with char $ac_func(); below. */
866     @@ -2514,7 +2503,7 @@ $ac_func();
867    
868     ; return 0; }
869     EOF
870     -if { (eval echo configure:2518: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
871     +if { (eval echo configure:2507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
872     rm -rf conftest*
873     eval "ac_cv_func_$ac_func=yes"
874     else
875     @@ -2541,7 +2530,7 @@ done
876     # Extract the first word of "gmsgfmt", so it can be a program name with args.
877     set dummy gmsgfmt; ac_word=$2
878     echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
879     -echo "configure:2545: checking for $ac_word" >&5
880     +echo "configure:2534: checking for $ac_word" >&5
881     if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
882     echo $ac_n "(cached) $ac_c" 1>&6
883     else
884     @@ -2577,7 +2566,7 @@ fi
885     # Extract the first word of "xgettext", so it can be a program name with args.
886     set dummy xgettext; ac_word=$2
887     echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
888     -echo "configure:2581: checking for $ac_word" >&5
889     +echo "configure:2570: checking for $ac_word" >&5
890     if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
891     echo $ac_n "(cached) $ac_c" 1>&6
892     else
893     @@ -2609,7 +2598,7 @@ else
894     fi
895    
896     cat > conftest.$ac_ext <<EOF
897     -#line 2613 "configure"
898     +#line 2602 "configure"
899     #include "confdefs.h"
900    
901     int main() {
902     @@ -2617,7 +2606,7 @@ extern int _nl_msg_cat_cntr;
903     return _nl_msg_cat_cntr
904     ; return 0; }
905     EOF
906     -if { (eval echo configure:2621: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
907     +if { (eval echo configure:2610: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
908     rm -rf conftest*
909     CATOBJEXT=.gmo
910     DATADIRNAME=share
911     @@ -2649,7 +2638,7 @@ fi
912     # Extract the first word of "msgfmt", so it can be a program name with args.
913     set dummy msgfmt; ac_word=$2
914     echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
915     -echo "configure:2653: checking for $ac_word" >&5
916     +echo "configure:2642: checking for $ac_word" >&5
917     if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
918     echo $ac_n "(cached) $ac_c" 1>&6
919     else
920     @@ -2683,7 +2672,7 @@ fi
921     # Extract the first word of "gmsgfmt", so it can be a program name with args.
922     set dummy gmsgfmt; ac_word=$2
923     echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
924     -echo "configure:2687: checking for $ac_word" >&5
925     +echo "configure:2676: checking for $ac_word" >&5
926     if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
927     echo $ac_n "(cached) $ac_c" 1>&6
928     else
929     @@ -2719,7 +2708,7 @@ fi
930     # Extract the first word of "xgettext", so it can be a program name with args.
931     set dummy xgettext; ac_word=$2
932     echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
933     -echo "configure:2723: checking for $ac_word" >&5
934     +echo "configure:2712: checking for $ac_word" >&5
935     if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
936     echo $ac_n "(cached) $ac_c" 1>&6
937     else
938     @@ -2809,7 +2798,7 @@ fi
939     LINGUAS=
940     else
941     echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
942     -echo "configure:2813: checking for catalogs to be installed" >&5
943     +echo "configure:2802: checking for catalogs to be installed" >&5
944     NEW_LINGUAS=
945     for lang in ${LINGUAS=$ALL_LINGUAS}; do
946     case "$ALL_LINGUAS" in
947     @@ -2837,17 +2826,17 @@ echo "configure:2813: checking for catal
948     if test "$CATOBJEXT" = ".cat"; then
949     ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
950     echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
951     -echo "configure:2841: checking for linux/version.h" >&5
952     +echo "configure:2830: checking for linux/version.h" >&5
953     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
954     echo $ac_n "(cached) $ac_c" 1>&6
955     else
956     cat > conftest.$ac_ext <<EOF
957     -#line 2846 "configure"
958     +#line 2835 "configure"
959     #include "confdefs.h"
960     #include <linux/version.h>
961     EOF
962     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
963     -{ (eval echo configure:2851: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
964     +{ (eval echo configure:2840: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
965     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
966     if test -z "$ac_err"; then
967     rm -rf conftest*
968     @@ -2915,7 +2904,7 @@ localedir='${datadir}/locale'
969     if test "x$POSUB" != x; then
970    
971     echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
972     -echo "configure:2919: checking for catalogs to be installed" >&5
973     +echo "configure:2908: checking for catalogs to be installed" >&5
974     # Look for .po and .gmo files in the source directory.
975     CATALOGS=
976     XLINGUAS=
977     @@ -3135,17 +3124,17 @@ else
978     do
979     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
980     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
981     -echo "configure:3139: checking for $ac_hdr" >&5
982     +echo "configure:3128: checking for $ac_hdr" >&5
983     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
984     echo $ac_n "(cached) $ac_c" 1>&6
985     else
986     cat > conftest.$ac_ext <<EOF
987     -#line 3144 "configure"
988     +#line 3133 "configure"
989     #include "confdefs.h"
990     #include <$ac_hdr>
991     EOF
992     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
993     -{ (eval echo configure:3149: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
994     +{ (eval echo configure:3138: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
995     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
996     if test -z "$ac_err"; then
997     rm -rf conftest*
998     @@ -3175,17 +3164,17 @@ done
999     do
1000     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1001     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1002     -echo "configure:3179: checking for $ac_hdr" >&5
1003     +echo "configure:3168: checking for $ac_hdr" >&5
1004     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1005     echo $ac_n "(cached) $ac_c" 1>&6
1006     else
1007     cat > conftest.$ac_ext <<EOF
1008     -#line 3184 "configure"
1009     +#line 3173 "configure"
1010     #include "confdefs.h"
1011     #include <$ac_hdr>
1012     EOF
1013     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1014     -{ (eval echo configure:3189: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1015     +{ (eval echo configure:3178: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1016     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1017     if test -z "$ac_err"; then
1018     rm -rf conftest*
1019     @@ -3223,17 +3212,17 @@ if test x"$enable_libunwind" = xyes; the
1020     do
1021     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1022     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1023     -echo "configure:3227: checking for $ac_hdr" >&5
1024     +echo "configure:3216: checking for $ac_hdr" >&5
1025     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1026     echo $ac_n "(cached) $ac_c" 1>&6
1027     else
1028     cat > conftest.$ac_ext <<EOF
1029     -#line 3232 "configure"
1030     +#line 3221 "configure"
1031     #include "confdefs.h"
1032     #include <$ac_hdr>
1033     EOF
1034     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1035     -{ (eval echo configure:3237: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1036     +{ (eval echo configure:3226: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1037     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1038     if test -z "$ac_err"; then
1039     rm -rf conftest*
1040     @@ -3263,17 +3252,17 @@ done
1041     do
1042     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1043     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1044     -echo "configure:3267: checking for $ac_hdr" >&5
1045     +echo "configure:3256: checking for $ac_hdr" >&5
1046     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1047     echo $ac_n "(cached) $ac_c" 1>&6
1048     else
1049     cat > conftest.$ac_ext <<EOF
1050     -#line 3272 "configure"
1051     +#line 3261 "configure"
1052     #include "confdefs.h"
1053     #include <$ac_hdr>
1054     EOF
1055     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1056     -{ (eval echo configure:3277: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1057     +{ (eval echo configure:3266: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1058     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1059     if test -z "$ac_err"; then
1060     rm -rf conftest*
1061     @@ -3326,12 +3315,12 @@ fi
1062     for ac_func in monstartup _mcleanup
1063     do
1064     echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1065     -echo "configure:3330: checking for $ac_func" >&5
1066     +echo "configure:3319: checking for $ac_func" >&5
1067     if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1068     echo $ac_n "(cached) $ac_c" 1>&6
1069     else
1070     cat > conftest.$ac_ext <<EOF
1071     -#line 3335 "configure"
1072     +#line 3324 "configure"
1073     #include "confdefs.h"
1074     /* System header to define __stub macros and hopefully few prototypes,
1075     which can conflict with char $ac_func(); below. */
1076     @@ -3354,7 +3343,7 @@ $ac_func();
1077    
1078     ; return 0; }
1079     EOF
1080     -if { (eval echo configure:3358: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1081     +if { (eval echo configure:3347: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1082     rm -rf conftest*
1083     eval "ac_cv_func_$ac_func=yes"
1084     else
1085     @@ -3379,12 +3368,12 @@ fi
1086     done
1087    
1088     echo $ac_n "checking for _etext""... $ac_c" 1>&6
1089     -echo "configure:3383: checking for _etext" >&5
1090     +echo "configure:3372: checking for _etext" >&5
1091     if eval "test \"`echo '$''{'ac_cv_var__etext'+set}'`\" = set"; then
1092     echo $ac_n "(cached) $ac_c" 1>&6
1093     else
1094     cat > conftest.$ac_ext <<EOF
1095     -#line 3388 "configure"
1096     +#line 3377 "configure"
1097     #include "confdefs.h"
1098     #include <stdlib.h>
1099     extern char _etext;
1100     @@ -3393,7 +3382,7 @@ int main() {
1101     free (&_etext);
1102     ; return 0; }
1103     EOF
1104     -if { (eval echo configure:3397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1105     +if { (eval echo configure:3386: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1106     rm -rf conftest*
1107     ac_cv_var__etext=yes
1108     else
1109     @@ -3421,19 +3410,19 @@ if test "$enable_profiling" = yes ; then
1110     CFLAGS="$CFLAGS $PROFILE_CFLAGS"
1111    
1112     echo $ac_n "checking whether $CC supports -pg""... $ac_c" 1>&6
1113     -echo "configure:3425: checking whether $CC supports -pg" >&5
1114     +echo "configure:3414: checking whether $CC supports -pg" >&5
1115     if eval "test \"`echo '$''{'ac_cv_cc_supports_pg'+set}'`\" = set"; then
1116     echo $ac_n "(cached) $ac_c" 1>&6
1117     else
1118     cat > conftest.$ac_ext <<EOF
1119     -#line 3430 "configure"
1120     +#line 3419 "configure"
1121     #include "confdefs.h"
1122    
1123     int main() {
1124     int x;
1125     ; return 0; }
1126     EOF
1127     -if { (eval echo configure:3437: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1128     +if { (eval echo configure:3426: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1129     rm -rf conftest*
1130     ac_cv_cc_supports_pg=yes
1131     else
1132     @@ -3463,7 +3452,7 @@ do
1133     # Extract the first word of "$ac_prog", so it can be a program name with args.
1134     set dummy $ac_prog; ac_word=$2
1135     echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1136     -echo "configure:3467: checking for $ac_word" >&5
1137     +echo "configure:3456: checking for $ac_word" >&5
1138     if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
1139     echo $ac_n "(cached) $ac_c" 1>&6
1140     else
1141     @@ -3504,7 +3493,7 @@ done
1142     # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1143     # ./install, which can be erroneously created by make from ./install.sh.
1144     echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1145     -echo "configure:3508: checking for a BSD compatible install" >&5
1146     +echo "configure:3497: checking for a BSD compatible install" >&5
1147     if test -z "$INSTALL"; then
1148     if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1149     echo $ac_n "(cached) $ac_c" 1>&6
1150     @@ -3557,7 +3546,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCR
1151     test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1152    
1153     echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1154     -echo "configure:3561: checking whether ln -s works" >&5
1155     +echo "configure:3550: checking whether ln -s works" >&5
1156     if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1157     echo $ac_n "(cached) $ac_c" 1>&6
1158     else
1159     @@ -3580,7 +3569,7 @@ fi
1160     # Extract the first word of "ranlib", so it can be a program name with args.
1161     set dummy ranlib; ac_word=$2
1162     echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1163     -echo "configure:3584: checking for $ac_word" >&5
1164     +echo "configure:3573: checking for $ac_word" >&5
1165     if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1166     echo $ac_n "(cached) $ac_c" 1>&6
1167     else
1168     @@ -3612,7 +3601,7 @@ do
1169     # Extract the first word of "$ac_prog", so it can be a program name with args.
1170     set dummy $ac_prog; ac_word=$2
1171     echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1172     -echo "configure:3616: checking for $ac_word" >&5
1173     +echo "configure:3605: checking for $ac_word" >&5
1174     if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
1175     echo $ac_n "(cached) $ac_c" 1>&6
1176     else
1177     @@ -3646,7 +3635,7 @@ test -n "$YACC" || YACC="yacc"
1178     # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
1179     set dummy ${ac_tool_prefix}ar; ac_word=$2
1180     echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1181     -echo "configure:3650: checking for $ac_word" >&5
1182     +echo "configure:3639: checking for $ac_word" >&5
1183     if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
1184     echo $ac_n "(cached) $ac_c" 1>&6
1185     else
1186     @@ -3678,7 +3667,7 @@ fi
1187     # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
1188     set dummy ${ac_tool_prefix}dlltool; ac_word=$2
1189     echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1190     -echo "configure:3682: checking for $ac_word" >&5
1191     +echo "configure:3671: checking for $ac_word" >&5
1192     if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
1193     echo $ac_n "(cached) $ac_c" 1>&6
1194     else
1195     @@ -3710,7 +3699,7 @@ fi
1196     # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
1197     set dummy ${ac_tool_prefix}windres; ac_word=$2
1198     echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1199     -echo "configure:3714: checking for $ac_word" >&5
1200     +echo "configure:3703: checking for $ac_word" >&5
1201     if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then
1202     echo $ac_n "(cached) $ac_c" 1>&6
1203     else
1204     @@ -3744,7 +3733,7 @@ fi
1205     # Extract the first word of "${ac_tool_prefix}mig", so it can be a program name with args.
1206     set dummy ${ac_tool_prefix}mig; ac_word=$2
1207     echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1208     -echo "configure:3748: checking for $ac_word" >&5
1209     +echo "configure:3737: checking for $ac_word" >&5
1210     if eval "test \"`echo '$''{'ac_cv_prog_MIG'+set}'`\" = set"; then
1211     echo $ac_n "(cached) $ac_c" 1>&6
1212     else
1213     @@ -3780,7 +3769,7 @@ fi
1214    
1215     # We might need to link with -lm; most simulators need it.
1216     echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
1217     -echo "configure:3784: checking for main in -lm" >&5
1218     +echo "configure:3773: checking for main in -lm" >&5
1219     ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
1220     if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1221     echo $ac_n "(cached) $ac_c" 1>&6
1222     @@ -3788,14 +3777,14 @@ else
1223     ac_save_LIBS="$LIBS"
1224     LIBS="-lm $LIBS"
1225     cat > conftest.$ac_ext <<EOF
1226     -#line 3792 "configure"
1227     +#line 3781 "configure"
1228     #include "confdefs.h"
1229    
1230     int main() {
1231     main()
1232     ; return 0; }
1233     EOF
1234     -if { (eval echo configure:3799: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1235     +if { (eval echo configure:3788: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1236     rm -rf conftest*
1237     eval "ac_cv_lib_$ac_lib_var=yes"
1238     else
1239     @@ -3828,12 +3817,12 @@ fi
1240     # libw that some versions of the GNU linker cannot hanle (GNU ld 2.9.1
1241     # is known to have this problem). Therefore we avoid libw if we can.
1242     echo $ac_n "checking for wctype""... $ac_c" 1>&6
1243     -echo "configure:3832: checking for wctype" >&5
1244     +echo "configure:3821: checking for wctype" >&5
1245     if eval "test \"`echo '$''{'ac_cv_func_wctype'+set}'`\" = set"; then
1246     echo $ac_n "(cached) $ac_c" 1>&6
1247     else
1248     cat > conftest.$ac_ext <<EOF
1249     -#line 3837 "configure"
1250     +#line 3826 "configure"
1251     #include "confdefs.h"
1252     /* System header to define __stub macros and hopefully few prototypes,
1253     which can conflict with char wctype(); below. */
1254     @@ -3856,7 +3845,7 @@ wctype();
1255    
1256     ; return 0; }
1257     EOF
1258     -if { (eval echo configure:3860: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1259     +if { (eval echo configure:3849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1260     rm -rf conftest*
1261     eval "ac_cv_func_wctype=yes"
1262     else
1263     @@ -3874,7 +3863,7 @@ if eval "test \"`echo '$ac_cv_func_'wcty
1264     else
1265     echo "$ac_t""no" 1>&6
1266     echo $ac_n "checking for wctype in -lw""... $ac_c" 1>&6
1267     -echo "configure:3878: checking for wctype in -lw" >&5
1268     +echo "configure:3867: checking for wctype in -lw" >&5
1269     ac_lib_var=`echo w'_'wctype | sed 'y%./+-%__p_%'`
1270     if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1271     echo $ac_n "(cached) $ac_c" 1>&6
1272     @@ -3882,7 +3871,7 @@ else
1273     ac_save_LIBS="$LIBS"
1274     LIBS="-lw $LIBS"
1275     cat > conftest.$ac_ext <<EOF
1276     -#line 3886 "configure"
1277     +#line 3875 "configure"
1278     #include "confdefs.h"
1279     /* Override any gcc2 internal prototype to avoid an error. */
1280     /* We use char because int might match the return type of a gcc2
1281     @@ -3893,7 +3882,7 @@ int main() {
1282     wctype()
1283     ; return 0; }
1284     EOF
1285     -if { (eval echo configure:3897: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1286     +if { (eval echo configure:3886: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1287     rm -rf conftest*
1288     eval "ac_cv_lib_$ac_lib_var=yes"
1289     else
1290     @@ -3926,14 +3915,14 @@ fi
1291     # Some systems (e.g. Solaris) have `gethostbyname' in libnsl.
1292    
1293     echo $ac_n "checking for library containing gethostbyname""... $ac_c" 1>&6
1294     -echo "configure:3930: checking for library containing gethostbyname" >&5
1295     +echo "configure:3919: checking for library containing gethostbyname" >&5
1296     if eval "test \"`echo '$''{'ac_cv_search_gethostbyname'+set}'`\" = set"; then
1297     echo $ac_n "(cached) $ac_c" 1>&6
1298     else
1299     ac_func_search_save_LIBS="$LIBS"
1300     ac_cv_search_gethostbyname="no"
1301     cat > conftest.$ac_ext <<EOF
1302     -#line 3937 "configure"
1303     +#line 3926 "configure"
1304     #include "confdefs.h"
1305     /* Override any gcc2 internal prototype to avoid an error. */
1306     /* We use char because int might match the return type of a gcc2
1307     @@ -3944,7 +3933,7 @@ int main() {
1308     gethostbyname()
1309     ; return 0; }
1310     EOF
1311     -if { (eval echo configure:3948: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1312     +if { (eval echo configure:3937: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1313     rm -rf conftest*
1314     ac_cv_search_gethostbyname="none required"
1315     else
1316     @@ -3955,7 +3944,7 @@ rm -f conftest*
1317     test "$ac_cv_search_gethostbyname" = "no" && for i in nsl; do
1318     LIBS="-l$i $ac_func_search_save_LIBS"
1319     cat > conftest.$ac_ext <<EOF
1320     -#line 3959 "configure"
1321     +#line 3948 "configure"
1322     #include "confdefs.h"
1323     /* Override any gcc2 internal prototype to avoid an error. */
1324     /* We use char because int might match the return type of a gcc2
1325     @@ -3966,7 +3955,7 @@ int main() {
1326     gethostbyname()
1327     ; return 0; }
1328     EOF
1329     -if { (eval echo configure:3970: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1330     +if { (eval echo configure:3959: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1331     rm -rf conftest*
1332     ac_cv_search_gethostbyname="-l$i"
1333     break
1334     @@ -3990,14 +3979,14 @@ fi
1335     # Some systems (e.g. Solaris) have `socketpair' in libsocket.
1336    
1337     echo $ac_n "checking for library containing socketpair""... $ac_c" 1>&6
1338     -echo "configure:3994: checking for library containing socketpair" >&5
1339     +echo "configure:3983: checking for library containing socketpair" >&5
1340     if eval "test \"`echo '$''{'ac_cv_search_socketpair'+set}'`\" = set"; then
1341     echo $ac_n "(cached) $ac_c" 1>&6
1342     else
1343     ac_func_search_save_LIBS="$LIBS"
1344     ac_cv_search_socketpair="no"
1345     cat > conftest.$ac_ext <<EOF
1346     -#line 4001 "configure"
1347     +#line 3990 "configure"
1348     #include "confdefs.h"
1349     /* Override any gcc2 internal prototype to avoid an error. */
1350     /* We use char because int might match the return type of a gcc2
1351     @@ -4008,7 +3997,7 @@ int main() {
1352     socketpair()
1353     ; return 0; }
1354     EOF
1355     -if { (eval echo configure:4012: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1356     +if { (eval echo configure:4001: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1357     rm -rf conftest*
1358     ac_cv_search_socketpair="none required"
1359     else
1360     @@ -4019,7 +4008,7 @@ rm -f conftest*
1361     test "$ac_cv_search_socketpair" = "no" && for i in socket; do
1362     LIBS="-l$i $ac_func_search_save_LIBS"
1363     cat > conftest.$ac_ext <<EOF
1364     -#line 4023 "configure"
1365     +#line 4012 "configure"
1366     #include "confdefs.h"
1367     /* Override any gcc2 internal prototype to avoid an error. */
1368     /* We use char because int might match the return type of a gcc2
1369     @@ -4030,7 +4019,7 @@ int main() {
1370     socketpair()
1371     ; return 0; }
1372     EOF
1373     -if { (eval echo configure:4034: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1374     +if { (eval echo configure:4023: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1375     rm -rf conftest*
1376     ac_cv_search_socketpair="-l$i"
1377     break
1378     @@ -4062,14 +4051,14 @@ fi
1379     # a situation.
1380    
1381     echo $ac_n "checking for library containing waddstr""... $ac_c" 1>&6
1382     -echo "configure:4066: checking for library containing waddstr" >&5
1383     +echo "configure:4055: checking for library containing waddstr" >&5
1384     if eval "test \"`echo '$''{'ac_cv_search_waddstr'+set}'`\" = set"; then
1385     echo $ac_n "(cached) $ac_c" 1>&6
1386     else
1387     ac_func_search_save_LIBS="$LIBS"
1388     ac_cv_search_waddstr="no"
1389     cat > conftest.$ac_ext <<EOF
1390     -#line 4073 "configure"
1391     +#line 4062 "configure"
1392     #include "confdefs.h"
1393     /* Override any gcc2 internal prototype to avoid an error. */
1394     /* We use char because int might match the return type of a gcc2
1395     @@ -4080,7 +4069,7 @@ int main() {
1396     waddstr()
1397     ; return 0; }
1398     EOF
1399     -if { (eval echo configure:4084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1400     +if { (eval echo configure:4073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1401     rm -rf conftest*
1402     ac_cv_search_waddstr="none required"
1403     else
1404     @@ -4091,7 +4080,7 @@ rm -f conftest*
1405     test "$ac_cv_search_waddstr" = "no" && for i in ncurses cursesX curses; do
1406     LIBS="-l$i $ac_func_search_save_LIBS"
1407     cat > conftest.$ac_ext <<EOF
1408     -#line 4095 "configure"
1409     +#line 4084 "configure"
1410     #include "confdefs.h"
1411     /* Override any gcc2 internal prototype to avoid an error. */
1412     /* We use char because int might match the return type of a gcc2
1413     @@ -4102,7 +4091,7 @@ int main() {
1414     waddstr()
1415     ; return 0; }
1416     EOF
1417     -if { (eval echo configure:4106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1418     +if { (eval echo configure:4095: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1419     rm -rf conftest*
1420     ac_cv_search_waddstr="-l$i"
1421     break
1422     @@ -4141,14 +4130,14 @@ esac
1423     # These are the libraries checked by Readline.
1424    
1425     echo $ac_n "checking for library containing tgetent""... $ac_c" 1>&6
1426     -echo "configure:4145: checking for library containing tgetent" >&5
1427     +echo "configure:4134: checking for library containing tgetent" >&5
1428     if eval "test \"`echo '$''{'ac_cv_search_tgetent'+set}'`\" = set"; then
1429     echo $ac_n "(cached) $ac_c" 1>&6
1430     else
1431     ac_func_search_save_LIBS="$LIBS"
1432     ac_cv_search_tgetent="no"
1433     cat > conftest.$ac_ext <<EOF
1434     -#line 4152 "configure"
1435     +#line 4141 "configure"
1436     #include "confdefs.h"
1437     /* Override any gcc2 internal prototype to avoid an error. */
1438     /* We use char because int might match the return type of a gcc2
1439     @@ -4159,7 +4148,7 @@ int main() {
1440     tgetent()
1441     ; return 0; }
1442     EOF
1443     -if { (eval echo configure:4163: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1444     +if { (eval echo configure:4152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1445     rm -rf conftest*
1446     ac_cv_search_tgetent="none required"
1447     else
1448     @@ -4170,7 +4159,7 @@ rm -f conftest*
1449     test "$ac_cv_search_tgetent" = "no" && for i in termcap tinfo curses ncurses; do
1450     LIBS="-l$i $ac_func_search_save_LIBS"
1451     cat > conftest.$ac_ext <<EOF
1452     -#line 4174 "configure"
1453     +#line 4163 "configure"
1454     #include "confdefs.h"
1455     /* Override any gcc2 internal prototype to avoid an error. */
1456     /* We use char because int might match the return type of a gcc2
1457     @@ -4181,7 +4170,7 @@ int main() {
1458     tgetent()
1459     ; return 0; }
1460     EOF
1461     -if { (eval echo configure:4185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1462     +if { (eval echo configure:4174: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1463     rm -rf conftest*
1464     ac_cv_search_tgetent="-l$i"
1465     break
1466     @@ -4215,12 +4204,12 @@ for ac_hdr in dirent.h sys/ndir.h sys/di
1467     do
1468     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1469     echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
1470     -echo "configure:4219: checking for $ac_hdr that defines DIR" >&5
1471     +echo "configure:4208: checking for $ac_hdr that defines DIR" >&5
1472     if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
1473     echo $ac_n "(cached) $ac_c" 1>&6
1474     else
1475     cat > conftest.$ac_ext <<EOF
1476     -#line 4224 "configure"
1477     +#line 4213 "configure"
1478     #include "confdefs.h"
1479     #include <sys/types.h>
1480     #include <$ac_hdr>
1481     @@ -4228,7 +4217,7 @@ int main() {
1482     DIR *dirp = 0;
1483     ; return 0; }
1484     EOF
1485     -if { (eval echo configure:4232: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1486     +if { (eval echo configure:4221: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1487     rm -rf conftest*
1488     eval "ac_cv_header_dirent_$ac_safe=yes"
1489     else
1490     @@ -4253,7 +4242,7 @@ done
1491     # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
1492     if test $ac_header_dirent = dirent.h; then
1493     echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
1494     -echo "configure:4257: checking for opendir in -ldir" >&5
1495     +echo "configure:4246: checking for opendir in -ldir" >&5
1496     ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
1497     if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1498     echo $ac_n "(cached) $ac_c" 1>&6
1499     @@ -4261,7 +4250,7 @@ else
1500     ac_save_LIBS="$LIBS"
1501     LIBS="-ldir $LIBS"
1502     cat > conftest.$ac_ext <<EOF
1503     -#line 4265 "configure"
1504     +#line 4254 "configure"
1505     #include "confdefs.h"
1506     /* Override any gcc2 internal prototype to avoid an error. */
1507     /* We use char because int might match the return type of a gcc2
1508     @@ -4272,7 +4261,7 @@ int main() {
1509     opendir()
1510     ; return 0; }
1511     EOF
1512     -if { (eval echo configure:4276: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1513     +if { (eval echo configure:4265: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1514     rm -rf conftest*
1515     eval "ac_cv_lib_$ac_lib_var=yes"
1516     else
1517     @@ -4294,7 +4283,7 @@ fi
1518    
1519     else
1520     echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
1521     -echo "configure:4298: checking for opendir in -lx" >&5
1522     +echo "configure:4287: checking for opendir in -lx" >&5
1523     ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
1524     if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1525     echo $ac_n "(cached) $ac_c" 1>&6
1526     @@ -4302,7 +4291,7 @@ else
1527     ac_save_LIBS="$LIBS"
1528     LIBS="-lx $LIBS"
1529     cat > conftest.$ac_ext <<EOF
1530     -#line 4306 "configure"
1531     +#line 4295 "configure"
1532     #include "confdefs.h"
1533     /* Override any gcc2 internal prototype to avoid an error. */
1534     /* We use char because int might match the return type of a gcc2
1535     @@ -4313,7 +4302,7 @@ int main() {
1536     opendir()
1537     ; return 0; }
1538     EOF
1539     -if { (eval echo configure:4317: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1540     +if { (eval echo configure:4306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1541     rm -rf conftest*
1542     eval "ac_cv_lib_$ac_lib_var=yes"
1543     else
1544     @@ -4336,12 +4325,12 @@ fi
1545     fi
1546    
1547     echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6
1548     -echo "configure:4340: checking whether stat file-mode macros are broken" >&5
1549     +echo "configure:4329: checking whether stat file-mode macros are broken" >&5
1550     if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then
1551     echo $ac_n "(cached) $ac_c" 1>&6
1552     else
1553     cat > conftest.$ac_ext <<EOF
1554     -#line 4345 "configure"
1555     +#line 4334 "configure"
1556     #include "confdefs.h"
1557     #include <sys/types.h>
1558     #include <sys/stat.h>
1559     @@ -4392,12 +4381,12 @@ EOF
1560     fi
1561    
1562     echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
1563     -echo "configure:4396: checking for ANSI C header files" >&5
1564     +echo "configure:4385: checking for ANSI C header files" >&5
1565     if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
1566     echo $ac_n "(cached) $ac_c" 1>&6
1567     else
1568     cat > conftest.$ac_ext <<EOF
1569     -#line 4401 "configure"
1570     +#line 4390 "configure"
1571     #include "confdefs.h"
1572     #include <stdlib.h>
1573     #include <stdarg.h>
1574     @@ -4405,7 +4394,7 @@ else
1575     #include <float.h>
1576     EOF
1577     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1578     -{ (eval echo configure:4409: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1579     +{ (eval echo configure:4398: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1580     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1581     if test -z "$ac_err"; then
1582     rm -rf conftest*
1583     @@ -4422,7 +4411,7 @@ rm -f conftest*
1584     if test $ac_cv_header_stdc = yes; then
1585     # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
1586     cat > conftest.$ac_ext <<EOF
1587     -#line 4426 "configure"
1588     +#line 4415 "configure"
1589     #include "confdefs.h"
1590     #include <string.h>
1591     EOF
1592     @@ -4440,7 +4429,7 @@ fi
1593     if test $ac_cv_header_stdc = yes; then
1594     # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
1595     cat > conftest.$ac_ext <<EOF
1596     -#line 4444 "configure"
1597     +#line 4433 "configure"
1598     #include "confdefs.h"
1599     #include <stdlib.h>
1600     EOF
1601     @@ -4461,7 +4450,7 @@ if test "$cross_compiling" = yes; then
1602     :
1603     else
1604     cat > conftest.$ac_ext <<EOF
1605     -#line 4465 "configure"
1606     +#line 4454 "configure"
1607     #include "confdefs.h"
1608     #include <ctype.h>
1609     #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
1610     @@ -4472,7 +4461,7 @@ if (XOR (islower (i), ISLOWER (i)) || to
1611     exit (0); }
1612    
1613     EOF
1614     -if { (eval echo configure:4476: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1615     +if { (eval echo configure:4465: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1616     then
1617     :
1618     else
1619     @@ -4499,17 +4488,17 @@ for ac_hdr in link.h
1620     do
1621     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1622     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1623     -echo "configure:4503: checking for $ac_hdr" >&5
1624     +echo "configure:4492: checking for $ac_hdr" >&5
1625     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1626     echo $ac_n "(cached) $ac_c" 1>&6
1627     else
1628     cat > conftest.$ac_ext <<EOF
1629     -#line 4508 "configure"
1630     +#line 4497 "configure"
1631     #include "confdefs.h"
1632     #include <$ac_hdr>
1633     EOF
1634     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1635     -{ (eval echo configure:4513: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1636     +{ (eval echo configure:4502: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1637     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1638     if test -z "$ac_err"; then
1639     rm -rf conftest*
1640     @@ -4539,17 +4528,17 @@ for ac_hdr in machine/reg.h
1641     do
1642     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1643     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1644     -echo "configure:4543: checking for $ac_hdr" >&5
1645     +echo "configure:4532: checking for $ac_hdr" >&5
1646     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1647     echo $ac_n "(cached) $ac_c" 1>&6
1648     else
1649     cat > conftest.$ac_ext <<EOF
1650     -#line 4548 "configure"
1651     +#line 4537 "configure"
1652     #include "confdefs.h"
1653     #include <$ac_hdr>
1654     EOF
1655     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1656     -{ (eval echo configure:4553: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1657     +{ (eval echo configure:4542: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1658     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1659     if test -z "$ac_err"; then
1660     rm -rf conftest*
1661     @@ -4579,17 +4568,17 @@ for ac_hdr in nlist.h
1662     do
1663     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1664     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1665     -echo "configure:4583: checking for $ac_hdr" >&5
1666     +echo "configure:4572: checking for $ac_hdr" >&5
1667     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1668     echo $ac_n "(cached) $ac_c" 1>&6
1669     else
1670     cat > conftest.$ac_ext <<EOF
1671     -#line 4588 "configure"
1672     +#line 4577 "configure"
1673     #include "confdefs.h"
1674     #include <$ac_hdr>
1675     EOF
1676     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1677     -{ (eval echo configure:4593: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1678     +{ (eval echo configure:4582: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1679     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1680     if test -z "$ac_err"; then
1681     rm -rf conftest*
1682     @@ -4619,17 +4608,17 @@ for ac_hdr in poll.h sys/poll.h
1683     do
1684     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1685     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1686     -echo "configure:4623: checking for $ac_hdr" >&5
1687     +echo "configure:4612: checking for $ac_hdr" >&5
1688     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1689     echo $ac_n "(cached) $ac_c" 1>&6
1690     else
1691     cat > conftest.$ac_ext <<EOF
1692     -#line 4628 "configure"
1693     +#line 4617 "configure"
1694     #include "confdefs.h"
1695     #include <$ac_hdr>
1696     EOF
1697     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1698     -{ (eval echo configure:4633: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1699     +{ (eval echo configure:4622: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1700     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1701     if test -z "$ac_err"; then
1702     rm -rf conftest*
1703     @@ -4659,17 +4648,17 @@ for ac_hdr in proc_service.h thread_db.h
1704     do
1705     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1706     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1707     -echo "configure:4663: checking for $ac_hdr" >&5
1708     +echo "configure:4652: checking for $ac_hdr" >&5
1709     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1710     echo $ac_n "(cached) $ac_c" 1>&6
1711     else
1712     cat > conftest.$ac_ext <<EOF
1713     -#line 4668 "configure"
1714     +#line 4657 "configure"
1715     #include "confdefs.h"
1716     #include <$ac_hdr>
1717     EOF
1718     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1719     -{ (eval echo configure:4673: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1720     +{ (eval echo configure:4662: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1721     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1722     if test -z "$ac_err"; then
1723     rm -rf conftest*
1724     @@ -4699,17 +4688,17 @@ for ac_hdr in stddef.h
1725     do
1726     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1727     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1728     -echo "configure:4703: checking for $ac_hdr" >&5
1729     +echo "configure:4692: checking for $ac_hdr" >&5
1730     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1731     echo $ac_n "(cached) $ac_c" 1>&6
1732     else
1733     cat > conftest.$ac_ext <<EOF
1734     -#line 4708 "configure"
1735     +#line 4697 "configure"
1736     #include "confdefs.h"
1737     #include <$ac_hdr>
1738     EOF
1739     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1740     -{ (eval echo configure:4713: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1741     +{ (eval echo configure:4702: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1742     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1743     if test -z "$ac_err"; then
1744     rm -rf conftest*
1745     @@ -4739,17 +4728,17 @@ for ac_hdr in stdlib.h
1746     do
1747     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1748     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1749     -echo "configure:4743: checking for $ac_hdr" >&5
1750     +echo "configure:4732: checking for $ac_hdr" >&5
1751     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1752     echo $ac_n "(cached) $ac_c" 1>&6
1753     else
1754     cat > conftest.$ac_ext <<EOF
1755     -#line 4748 "configure"
1756     +#line 4737 "configure"
1757     #include "confdefs.h"
1758     #include <$ac_hdr>
1759     EOF
1760     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1761     -{ (eval echo configure:4753: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1762     +{ (eval echo configure:4742: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1763     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1764     if test -z "$ac_err"; then
1765     rm -rf conftest*
1766     @@ -4779,17 +4768,17 @@ for ac_hdr in stdint.h
1767     do
1768     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1769     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1770     -echo "configure:4783: checking for $ac_hdr" >&5
1771     +echo "configure:4772: checking for $ac_hdr" >&5
1772     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1773     echo $ac_n "(cached) $ac_c" 1>&6
1774     else
1775     cat > conftest.$ac_ext <<EOF
1776     -#line 4788 "configure"
1777     +#line 4777 "configure"
1778     #include "confdefs.h"
1779     #include <$ac_hdr>
1780     EOF
1781     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1782     -{ (eval echo configure:4793: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1783     +{ (eval echo configure:4782: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1784     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1785     if test -z "$ac_err"; then
1786     rm -rf conftest*
1787     @@ -4819,17 +4808,17 @@ for ac_hdr in string.h memory.h strings.
1788     do
1789     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1790     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1791     -echo "configure:4823: checking for $ac_hdr" >&5
1792     +echo "configure:4812: checking for $ac_hdr" >&5
1793     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1794     echo $ac_n "(cached) $ac_c" 1>&6
1795     else
1796     cat > conftest.$ac_ext <<EOF
1797     -#line 4828 "configure"
1798     +#line 4817 "configure"
1799     #include "confdefs.h"
1800     #include <$ac_hdr>
1801     EOF
1802     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1803     -{ (eval echo configure:4833: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1804     +{ (eval echo configure:4822: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1805     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1806     if test -z "$ac_err"; then
1807     rm -rf conftest*
1808     @@ -4859,17 +4848,17 @@ for ac_hdr in sys/fault.h
1809     do
1810     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1811     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1812     -echo "configure:4863: checking for $ac_hdr" >&5
1813     +echo "configure:4852: checking for $ac_hdr" >&5
1814     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1815     echo $ac_n "(cached) $ac_c" 1>&6
1816     else
1817     cat > conftest.$ac_ext <<EOF
1818     -#line 4868 "configure"
1819     +#line 4857 "configure"
1820     #include "confdefs.h"
1821     #include <$ac_hdr>
1822     EOF
1823     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1824     -{ (eval echo configure:4873: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1825     +{ (eval echo configure:4862: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1826     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1827     if test -z "$ac_err"; then
1828     rm -rf conftest*
1829     @@ -4899,17 +4888,17 @@ for ac_hdr in sys/file.h
1830     do
1831     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1832     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1833     -echo "configure:4903: checking for $ac_hdr" >&5
1834     +echo "configure:4892: checking for $ac_hdr" >&5
1835     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1836     echo $ac_n "(cached) $ac_c" 1>&6
1837     else
1838     cat > conftest.$ac_ext <<EOF
1839     -#line 4908 "configure"
1840     +#line 4897 "configure"
1841     #include "confdefs.h"
1842     #include <$ac_hdr>
1843     EOF
1844     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1845     -{ (eval echo configure:4913: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1846     +{ (eval echo configure:4902: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1847     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1848     if test -z "$ac_err"; then
1849     rm -rf conftest*
1850     @@ -4939,17 +4928,17 @@ for ac_hdr in sys/filio.h
1851     do
1852     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1853     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1854     -echo "configure:4943: checking for $ac_hdr" >&5
1855     +echo "configure:4932: checking for $ac_hdr" >&5
1856     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1857     echo $ac_n "(cached) $ac_c" 1>&6
1858     else
1859     cat > conftest.$ac_ext <<EOF
1860     -#line 4948 "configure"
1861     +#line 4937 "configure"
1862     #include "confdefs.h"
1863     #include <$ac_hdr>
1864     EOF
1865     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1866     -{ (eval echo configure:4953: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1867     +{ (eval echo configure:4942: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1868     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1869     if test -z "$ac_err"; then
1870     rm -rf conftest*
1871     @@ -4979,17 +4968,17 @@ for ac_hdr in sys/ioctl.h
1872     do
1873     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1874     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1875     -echo "configure:4983: checking for $ac_hdr" >&5
1876     +echo "configure:4972: checking for $ac_hdr" >&5
1877     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1878     echo $ac_n "(cached) $ac_c" 1>&6
1879     else
1880     cat > conftest.$ac_ext <<EOF
1881     -#line 4988 "configure"
1882     +#line 4977 "configure"
1883     #include "confdefs.h"
1884     #include <$ac_hdr>
1885     EOF
1886     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1887     -{ (eval echo configure:4993: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1888     +{ (eval echo configure:4982: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1889     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1890     if test -z "$ac_err"; then
1891     rm -rf conftest*
1892     @@ -5019,17 +5008,17 @@ for ac_hdr in sys/param.h
1893     do
1894     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1895     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1896     -echo "configure:5023: checking for $ac_hdr" >&5
1897     +echo "configure:5012: checking for $ac_hdr" >&5
1898     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1899     echo $ac_n "(cached) $ac_c" 1>&6
1900     else
1901     cat > conftest.$ac_ext <<EOF
1902     -#line 5028 "configure"
1903     +#line 5017 "configure"
1904     #include "confdefs.h"
1905     #include <$ac_hdr>
1906     EOF
1907     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1908     -{ (eval echo configure:5033: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1909     +{ (eval echo configure:5022: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1910     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1911     if test -z "$ac_err"; then
1912     rm -rf conftest*
1913     @@ -5059,17 +5048,17 @@ for ac_hdr in sys/proc.h
1914     do
1915     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1916     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1917     -echo "configure:5063: checking for $ac_hdr" >&5
1918     +echo "configure:5052: checking for $ac_hdr" >&5
1919     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1920     echo $ac_n "(cached) $ac_c" 1>&6
1921     else
1922     cat > conftest.$ac_ext <<EOF
1923     -#line 5068 "configure"
1924     +#line 5057 "configure"
1925     #include "confdefs.h"
1926     #include <$ac_hdr>
1927     EOF
1928     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1929     -{ (eval echo configure:5073: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1930     +{ (eval echo configure:5062: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1931     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1932     if test -z "$ac_err"; then
1933     rm -rf conftest*
1934     @@ -5099,17 +5088,17 @@ for ac_hdr in sys/procfs.h
1935     do
1936     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1937     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1938     -echo "configure:5103: checking for $ac_hdr" >&5
1939     +echo "configure:5092: checking for $ac_hdr" >&5
1940     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1941     echo $ac_n "(cached) $ac_c" 1>&6
1942     else
1943     cat > conftest.$ac_ext <<EOF
1944     -#line 5108 "configure"
1945     +#line 5097 "configure"
1946     #include "confdefs.h"
1947     #include <$ac_hdr>
1948     EOF
1949     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1950     -{ (eval echo configure:5113: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1951     +{ (eval echo configure:5102: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1952     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1953     if test -z "$ac_err"; then
1954     rm -rf conftest*
1955     @@ -5139,17 +5128,17 @@ for ac_hdr in sys/ptrace.h ptrace.h
1956     do
1957     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1958     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1959     -echo "configure:5143: checking for $ac_hdr" >&5
1960     +echo "configure:5132: checking for $ac_hdr" >&5
1961     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1962     echo $ac_n "(cached) $ac_c" 1>&6
1963     else
1964     cat > conftest.$ac_ext <<EOF
1965     -#line 5148 "configure"
1966     +#line 5137 "configure"
1967     #include "confdefs.h"
1968     #include <$ac_hdr>
1969     EOF
1970     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1971     -{ (eval echo configure:5153: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1972     +{ (eval echo configure:5142: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1973     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1974     if test -z "$ac_err"; then
1975     rm -rf conftest*
1976     @@ -5179,17 +5168,17 @@ for ac_hdr in sys/reg.h sys/debugreg.h
1977     do
1978     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1979     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1980     -echo "configure:5183: checking for $ac_hdr" >&5
1981     +echo "configure:5172: checking for $ac_hdr" >&5
1982     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1983     echo $ac_n "(cached) $ac_c" 1>&6
1984     else
1985     cat > conftest.$ac_ext <<EOF
1986     -#line 5188 "configure"
1987     +#line 5177 "configure"
1988     #include "confdefs.h"
1989     #include <$ac_hdr>
1990     EOF
1991     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1992     -{ (eval echo configure:5193: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1993     +{ (eval echo configure:5182: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1994     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1995     if test -z "$ac_err"; then
1996     rm -rf conftest*
1997     @@ -5219,17 +5208,17 @@ for ac_hdr in sys/select.h
1998     do
1999     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2000     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2001     -echo "configure:5223: checking for $ac_hdr" >&5
2002     +echo "configure:5212: checking for $ac_hdr" >&5
2003     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2004     echo $ac_n "(cached) $ac_c" 1>&6
2005     else
2006     cat > conftest.$ac_ext <<EOF
2007     -#line 5228 "configure"
2008     +#line 5217 "configure"
2009     #include "confdefs.h"
2010     #include <$ac_hdr>
2011     EOF
2012     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2013     -{ (eval echo configure:5233: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2014     +{ (eval echo configure:5222: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2015     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2016     if test -z "$ac_err"; then
2017     rm -rf conftest*
2018     @@ -5259,17 +5248,17 @@ for ac_hdr in sys/syscall.h
2019     do
2020     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2021     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2022     -echo "configure:5263: checking for $ac_hdr" >&5
2023     +echo "configure:5252: checking for $ac_hdr" >&5
2024     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2025     echo $ac_n "(cached) $ac_c" 1>&6
2026     else
2027     cat > conftest.$ac_ext <<EOF
2028     -#line 5268 "configure"
2029     +#line 5257 "configure"
2030     #include "confdefs.h"
2031     #include <$ac_hdr>
2032     EOF
2033     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2034     -{ (eval echo configure:5273: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2035     +{ (eval echo configure:5262: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2036     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2037     if test -z "$ac_err"; then
2038     rm -rf conftest*
2039     @@ -5299,17 +5288,17 @@ for ac_hdr in sys/types.h
2040     do
2041     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2042     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2043     -echo "configure:5303: checking for $ac_hdr" >&5
2044     +echo "configure:5292: checking for $ac_hdr" >&5
2045     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2046     echo $ac_n "(cached) $ac_c" 1>&6
2047     else
2048     cat > conftest.$ac_ext <<EOF
2049     -#line 5308 "configure"
2050     +#line 5297 "configure"
2051     #include "confdefs.h"
2052     #include <$ac_hdr>
2053     EOF
2054     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2055     -{ (eval echo configure:5313: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2056     +{ (eval echo configure:5302: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2057     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2058     if test -z "$ac_err"; then
2059     rm -rf conftest*
2060     @@ -5339,17 +5328,17 @@ for ac_hdr in sys/user.h
2061     do
2062     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2063     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2064     -echo "configure:5343: checking for $ac_hdr" >&5
2065     +echo "configure:5332: checking for $ac_hdr" >&5
2066     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2067     echo $ac_n "(cached) $ac_c" 1>&6
2068     else
2069     cat > conftest.$ac_ext <<EOF
2070     -#line 5348 "configure"
2071     +#line 5337 "configure"
2072     #include "confdefs.h"
2073     #include <$ac_hdr>
2074     EOF
2075     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2076     -{ (eval echo configure:5353: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2077     +{ (eval echo configure:5342: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2078     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2079     if test -z "$ac_err"; then
2080     rm -rf conftest*
2081     @@ -5379,17 +5368,17 @@ for ac_hdr in sys/wait.h wait.h
2082     do
2083     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2084     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2085     -echo "configure:5383: checking for $ac_hdr" >&5
2086     +echo "configure:5372: checking for $ac_hdr" >&5
2087     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2088     echo $ac_n "(cached) $ac_c" 1>&6
2089     else
2090     cat > conftest.$ac_ext <<EOF
2091     -#line 5388 "configure"
2092     +#line 5377 "configure"
2093     #include "confdefs.h"
2094     #include <$ac_hdr>
2095     EOF
2096     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2097     -{ (eval echo configure:5393: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2098     +{ (eval echo configure:5382: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2099     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2100     if test -z "$ac_err"; then
2101     rm -rf conftest*
2102     @@ -5419,17 +5408,17 @@ for ac_hdr in termios.h termio.h sgtty.h
2103     do
2104     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2105     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2106     -echo "configure:5423: checking for $ac_hdr" >&5
2107     +echo "configure:5412: checking for $ac_hdr" >&5
2108     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2109     echo $ac_n "(cached) $ac_c" 1>&6
2110     else
2111     cat > conftest.$ac_ext <<EOF
2112     -#line 5428 "configure"
2113     +#line 5417 "configure"
2114     #include "confdefs.h"
2115     #include <$ac_hdr>
2116     EOF
2117     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2118     -{ (eval echo configure:5433: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2119     +{ (eval echo configure:5422: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2120     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2121     if test -z "$ac_err"; then
2122     rm -rf conftest*
2123     @@ -5459,17 +5448,17 @@ for ac_hdr in unistd.h
2124     do
2125     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2126     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2127     -echo "configure:5463: checking for $ac_hdr" >&5
2128     +echo "configure:5452: checking for $ac_hdr" >&5
2129     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2130     echo $ac_n "(cached) $ac_c" 1>&6
2131     else
2132     cat > conftest.$ac_ext <<EOF
2133     -#line 5468 "configure"
2134     +#line 5457 "configure"
2135     #include "confdefs.h"
2136     #include <$ac_hdr>
2137     EOF
2138     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2139     -{ (eval echo configure:5473: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2140     +{ (eval echo configure:5462: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2141     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2142     if test -z "$ac_err"; then
2143     rm -rf conftest*
2144     @@ -5512,17 +5501,17 @@ for ac_hdr in curses.h cursesX.h ncurses
2145     do
2146     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2147     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2148     -echo "configure:5516: checking for $ac_hdr" >&5
2149     +echo "configure:5505: checking for $ac_hdr" >&5
2150     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2151     echo $ac_n "(cached) $ac_c" 1>&6
2152     else
2153     cat > conftest.$ac_ext <<EOF
2154     -#line 5521 "configure"
2155     +#line 5510 "configure"
2156     #include "confdefs.h"
2157     #include <$ac_hdr>
2158     EOF
2159     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2160     -{ (eval echo configure:5526: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2161     +{ (eval echo configure:5515: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2162     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2163     if test -z "$ac_err"; then
2164     rm -rf conftest*
2165     @@ -5555,17 +5544,17 @@ for ac_hdr in ctype.h time.h
2166     do
2167     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2168     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2169     -echo "configure:5559: checking for $ac_hdr" >&5
2170     +echo "configure:5548: checking for $ac_hdr" >&5
2171     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2172     echo $ac_n "(cached) $ac_c" 1>&6
2173     else
2174     cat > conftest.$ac_ext <<EOF
2175     -#line 5564 "configure"
2176     +#line 5553 "configure"
2177     #include "confdefs.h"
2178     #include <$ac_hdr>
2179     EOF
2180     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2181     -{ (eval echo configure:5569: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2182     +{ (eval echo configure:5558: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2183     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2184     if test -z "$ac_err"; then
2185     rm -rf conftest*
2186     @@ -5593,12 +5582,12 @@ done
2187    
2188    
2189     echo $ac_n "checking for member st_blocks in struct stat""... $ac_c" 1>&6
2190     -echo "configure:5597: checking for member st_blocks in struct stat" >&5
2191     +echo "configure:5586: checking for member st_blocks in struct stat" >&5
2192     if eval "test \"`echo '$''{'gdb_cv_have_struct_stat_with_st_blocks_member'+set}'`\" = set"; then
2193     echo $ac_n "(cached) $ac_c" 1>&6
2194     else
2195     cat > conftest.$ac_ext <<EOF
2196     -#line 5602 "configure"
2197     +#line 5591 "configure"
2198     #include "confdefs.h"
2199     #include <sys/types.h>
2200     #include <sys/stat.h>
2201     @@ -5606,7 +5595,7 @@ int main() {
2202     struct stat st; (void) st.st_blocks;
2203     ; return 0; }
2204     EOF
2205     -if { (eval echo configure:5610: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2206     +if { (eval echo configure:5599: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2207     rm -rf conftest*
2208     gdb_cv_have_struct_stat_with_st_blocks_member=yes
2209     else
2210     @@ -5634,12 +5623,12 @@ for ac_func in getopt
2211     do
2212     ac_tr_decl=HAVE_DECL_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2213     echo $ac_n "checking whether $ac_func is declared""... $ac_c" 1>&6
2214     -echo "configure:5638: checking whether $ac_func is declared" >&5
2215     +echo "configure:5627: checking whether $ac_func is declared" >&5
2216     if eval "test \"`echo '$''{'gcc_cv_have_decl_$ac_func'+set}'`\" = set"; then
2217     echo $ac_n "(cached) $ac_c" 1>&6
2218     else
2219     cat > conftest.$ac_ext <<EOF
2220     -#line 5643 "configure"
2221     +#line 5632 "configure"
2222     #include "confdefs.h"
2223     #undef $ac_tr_decl
2224     #define $ac_tr_decl 1
2225     @@ -5651,7 +5640,7 @@ char *(*pfn) = (char *(*)) $ac_func ;
2226     #endif
2227     ; return 0; }
2228     EOF
2229     -if { (eval echo configure:5655: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2230     +if { (eval echo configure:5644: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2231     rm -rf conftest*
2232     eval "gcc_cv_have_decl_$ac_func=yes"
2233     else
2234     @@ -5688,12 +5677,12 @@ fi
2235     # ------------------ #
2236    
2237     echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
2238     -echo "configure:5692: checking return type of signal handlers" >&5
2239     +echo "configure:5681: checking return type of signal handlers" >&5
2240     if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
2241     echo $ac_n "(cached) $ac_c" 1>&6
2242     else
2243     cat > conftest.$ac_ext <<EOF
2244     -#line 5697 "configure"
2245     +#line 5686 "configure"
2246     #include "confdefs.h"
2247     #include <sys/types.h>
2248     #include <signal.h>
2249     @@ -5710,7 +5699,7 @@ int main() {
2250     int i;
2251     ; return 0; }
2252     EOF
2253     -if { (eval echo configure:5714: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2254     +if { (eval echo configure:5703: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2255     rm -rf conftest*
2256     ac_cv_type_signal=void
2257     else
2258     @@ -5734,12 +5723,12 @@ EOF
2259     # ------------------------------------- #
2260    
2261     echo $ac_n "checking for working const""... $ac_c" 1>&6
2262     -echo "configure:5738: checking for working const" >&5
2263     +echo "configure:5727: checking for working const" >&5
2264     if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
2265     echo $ac_n "(cached) $ac_c" 1>&6
2266     else
2267     cat > conftest.$ac_ext <<EOF
2268     -#line 5743 "configure"
2269     +#line 5732 "configure"
2270     #include "confdefs.h"
2271    
2272     int main() {
2273     @@ -5788,7 +5777,7 @@ ccp = (char const *const *) p;
2274    
2275     ; return 0; }
2276     EOF
2277     -if { (eval echo configure:5792: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2278     +if { (eval echo configure:5781: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2279     rm -rf conftest*
2280     ac_cv_c_const=yes
2281     else
2282     @@ -5809,21 +5798,21 @@ EOF
2283     fi
2284    
2285     echo $ac_n "checking for inline""... $ac_c" 1>&6
2286     -echo "configure:5813: checking for inline" >&5
2287     +echo "configure:5802: checking for inline" >&5
2288     if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
2289     echo $ac_n "(cached) $ac_c" 1>&6
2290     else
2291     ac_cv_c_inline=no
2292     for ac_kw in inline __inline__ __inline; do
2293     cat > conftest.$ac_ext <<EOF
2294     -#line 5820 "configure"
2295     +#line 5809 "configure"
2296     #include "confdefs.h"
2297    
2298     int main() {
2299     } $ac_kw foo() {
2300     ; return 0; }
2301     EOF
2302     -if { (eval echo configure:5827: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2303     +if { (eval echo configure:5816: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2304     rm -rf conftest*
2305     ac_cv_c_inline=$ac_kw; break
2306     else
2307     @@ -5856,19 +5845,19 @@ esac
2308     # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
2309     # for constant arguments. Useless!
2310     echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
2311     -echo "configure:5860: checking for working alloca.h" >&5
2312     +echo "configure:5849: checking for working alloca.h" >&5
2313     if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
2314     echo $ac_n "(cached) $ac_c" 1>&6
2315     else
2316     cat > conftest.$ac_ext <<EOF
2317     -#line 5865 "configure"
2318     +#line 5854 "configure"
2319     #include "confdefs.h"
2320     #include <alloca.h>
2321     int main() {
2322     char *p = alloca(2 * sizeof(int));
2323     ; return 0; }
2324     EOF
2325     -if { (eval echo configure:5872: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2326     +if { (eval echo configure:5861: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2327     rm -rf conftest*
2328     ac_cv_header_alloca_h=yes
2329     else
2330     @@ -5889,12 +5878,12 @@ EOF
2331     fi
2332    
2333     echo $ac_n "checking for alloca""... $ac_c" 1>&6
2334     -echo "configure:5893: checking for alloca" >&5
2335     +echo "configure:5882: checking for alloca" >&5
2336     if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
2337     echo $ac_n "(cached) $ac_c" 1>&6
2338     else
2339     cat > conftest.$ac_ext <<EOF
2340     -#line 5898 "configure"
2341     +#line 5887 "configure"
2342     #include "confdefs.h"
2343    
2344     #ifdef __GNUC__
2345     @@ -5922,7 +5911,7 @@ int main() {
2346     char *p = (char *) alloca(1);
2347     ; return 0; }
2348     EOF
2349     -if { (eval echo configure:5926: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2350     +if { (eval echo configure:5915: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2351     rm -rf conftest*
2352     ac_cv_func_alloca_works=yes
2353     else
2354     @@ -5954,12 +5943,12 @@ EOF
2355    
2356    
2357     echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
2358     -echo "configure:5958: checking whether alloca needs Cray hooks" >&5
2359     +echo "configure:5947: checking whether alloca needs Cray hooks" >&5
2360     if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
2361     echo $ac_n "(cached) $ac_c" 1>&6
2362     else
2363     cat > conftest.$ac_ext <<EOF
2364     -#line 5963 "configure"
2365     +#line 5952 "configure"
2366     #include "confdefs.h"
2367     #if defined(CRAY) && ! defined(CRAY2)
2368     webecray
2369     @@ -5984,12 +5973,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6
2370     if test $ac_cv_os_cray = yes; then
2371     for ac_func in _getb67 GETB67 getb67; do
2372     echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2373     -echo "configure:5988: checking for $ac_func" >&5
2374     +echo "configure:5977: checking for $ac_func" >&5
2375     if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2376     echo $ac_n "(cached) $ac_c" 1>&6
2377     else
2378     cat > conftest.$ac_ext <<EOF
2379     -#line 5993 "configure"
2380     +#line 5982 "configure"
2381     #include "confdefs.h"
2382     /* System header to define __stub macros and hopefully few prototypes,
2383     which can conflict with char $ac_func(); below. */
2384     @@ -6012,7 +6001,7 @@ $ac_func();
2385    
2386     ; return 0; }
2387     EOF
2388     -if { (eval echo configure:6016: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2389     +if { (eval echo configure:6005: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2390     rm -rf conftest*
2391     eval "ac_cv_func_$ac_func=yes"
2392     else
2393     @@ -6039,7 +6028,7 @@ done
2394     fi
2395    
2396     echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
2397     -echo "configure:6043: checking stack direction for C alloca" >&5
2398     +echo "configure:6032: checking stack direction for C alloca" >&5
2399     if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
2400     echo $ac_n "(cached) $ac_c" 1>&6
2401     else
2402     @@ -6047,7 +6036,7 @@ else
2403     ac_cv_c_stack_direction=0
2404     else
2405     cat > conftest.$ac_ext <<EOF
2406     -#line 6051 "configure"
2407     +#line 6040 "configure"
2408     #include "confdefs.h"
2409     find_stack_direction ()
2410     {
2411     @@ -6066,7 +6055,7 @@ main ()
2412     exit (find_stack_direction() < 0);
2413     }
2414     EOF
2415     -if { (eval echo configure:6070: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2416     +if { (eval echo configure:6059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2417     then
2418     ac_cv_c_stack_direction=1
2419     else
2420     @@ -6091,17 +6080,17 @@ for ac_hdr in unistd.h
2421     do
2422     ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2423     echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2424     -echo "configure:6095: checking for $ac_hdr" >&5
2425     +echo "configure:6084: checking for $ac_hdr" >&5
2426     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2427     echo $ac_n "(cached) $ac_c" 1>&6
2428     else
2429     cat > conftest.$ac_ext <<EOF
2430     -#line 6100 "configure"
2431     +#line 6089 "configure"
2432     #include "confdefs.h"
2433     #include <$ac_hdr>
2434     EOF
2435     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2436     -{ (eval echo configure:6105: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2437     +{ (eval echo configure:6094: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2438     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2439     if test -z "$ac_err"; then
2440     rm -rf conftest*
2441     @@ -6130,12 +6119,12 @@ done
2442     for ac_func in getpagesize
2443     do
2444     echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2445     -echo "configure:6134: checking for $ac_func" >&5
2446     +echo "configure:6123: checking for $ac_func" >&5
2447     if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2448     echo $ac_n "(cached) $ac_c" 1>&6
2449     else
2450     cat > conftest.$ac_ext <<EOF
2451     -#line 6139 "configure"
2452     +#line 6128 "configure"
2453     #include "confdefs.h"
2454     /* System header to define __stub macros and hopefully few prototypes,
2455     which can conflict with char $ac_func(); below. */
2456     @@ -6158,7 +6147,7 @@ $ac_func();
2457    
2458     ; return 0; }
2459     EOF
2460     -if { (eval echo configure:6162: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2461     +if { (eval echo configure:6151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2462     rm -rf conftest*
2463     eval "ac_cv_func_$ac_func=yes"
2464     else
2465     @@ -6183,7 +6172,7 @@ fi
2466     done
2467    
2468     echo $ac_n "checking for working mmap""... $ac_c" 1>&6
2469     -echo "configure:6187: checking for working mmap" >&5
2470     +echo "configure:6176: checking for working mmap" >&5
2471     if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
2472     echo $ac_n "(cached) $ac_c" 1>&6
2473     else
2474     @@ -6191,7 +6180,7 @@ else
2475     ac_cv_func_mmap_fixed_mapped=no
2476     else
2477     cat > conftest.$ac_ext <<EOF
2478     -#line 6195 "configure"
2479     +#line 6184 "configure"
2480     #include "confdefs.h"
2481    
2482     /* Thanks to Mike Haertel and Jim Avera for this test.
2483     @@ -6331,7 +6320,7 @@ main()
2484     }
2485    
2486     EOF
2487     -if { (eval echo configure:6335: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2488     +if { (eval echo configure:6324: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2489     then
2490     ac_cv_func_mmap_fixed_mapped=yes
2491     else
2492     @@ -6354,12 +6343,12 @@ EOF
2493     fi
2494    
2495     echo $ac_n "checking for pid_t""... $ac_c" 1>&6
2496     -echo "configure:6358: checking for pid_t" >&5
2497     +echo "configure:6347: checking for pid_t" >&5
2498     if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
2499     echo $ac_n "(cached) $ac_c" 1>&6
2500     else
2501     cat > conftest.$ac_ext <<EOF
2502     -#line 6363 "configure"
2503     +#line 6352 "configure"
2504     #include "confdefs.h"
2505     #include <sys/types.h>
2506     #if STDC_HEADERS
2507     @@ -6388,17 +6377,17 @@ fi
2508    
2509     ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'`
2510     echo $ac_n "checking for vfork.h""... $ac_c" 1>&6
2511     -echo "configure:6392: checking for vfork.h" >&5
2512     +echo "configure:6381: checking for vfork.h" >&5
2513     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2514     echo $ac_n "(cached) $ac_c" 1>&6
2515     else
2516     cat > conftest.$ac_ext <<EOF
2517     -#line 6397 "configure"
2518     +#line 6386 "configure"
2519     #include "confdefs.h"
2520     #include <vfork.h>
2521     EOF
2522     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2523     -{ (eval echo configure:6402: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2524     +{ (eval echo configure:6391: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2525     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2526     if test -z "$ac_err"; then
2527     rm -rf conftest*
2528     @@ -6423,18 +6412,18 @@ else
2529     fi
2530    
2531     echo $ac_n "checking for working vfork""... $ac_c" 1>&6
2532     -echo "configure:6427: checking for working vfork" >&5
2533     +echo "configure:6416: checking for working vfork" >&5
2534     if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then
2535     echo $ac_n "(cached) $ac_c" 1>&6
2536     else
2537     if test "$cross_compiling" = yes; then
2538     echo $ac_n "checking for vfork""... $ac_c" 1>&6
2539     -echo "configure:6433: checking for vfork" >&5
2540     +echo "configure:6422: checking for vfork" >&5
2541     if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then
2542     echo $ac_n "(cached) $ac_c" 1>&6
2543     else
2544     cat > conftest.$ac_ext <<EOF
2545     -#line 6438 "configure"
2546     +#line 6427 "configure"
2547     #include "confdefs.h"
2548     /* System header to define __stub macros and hopefully few prototypes,
2549     which can conflict with char vfork(); below. */
2550     @@ -6457,7 +6446,7 @@ vfork();
2551    
2552     ; return 0; }
2553     EOF
2554     -if { (eval echo configure:6461: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2555     +if { (eval echo configure:6450: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2556     rm -rf conftest*
2557     eval "ac_cv_func_vfork=yes"
2558     else
2559     @@ -6479,7 +6468,7 @@ fi
2560     ac_cv_func_vfork_works=$ac_cv_func_vfork
2561     else
2562     cat > conftest.$ac_ext <<EOF
2563     -#line 6483 "configure"
2564     +#line 6472 "configure"
2565     #include "confdefs.h"
2566     /* Thanks to Paul Eggert for this test. */
2567     #include <stdio.h>
2568     @@ -6574,7 +6563,7 @@ main() {
2569     }
2570     }
2571     EOF
2572     -if { (eval echo configure:6578: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2573     +if { (eval echo configure:6567: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2574     then
2575     ac_cv_func_vfork_works=yes
2576     else
2577     @@ -6599,12 +6588,12 @@ fi
2578     for ac_func in canonicalize_file_name realpath
2579     do
2580     echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2581     -echo "configure:6603: checking for $ac_func" >&5
2582     +echo "configure:6592: checking for $ac_func" >&5
2583     if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2584     echo $ac_n "(cached) $ac_c" 1>&6
2585     else
2586     cat > conftest.$ac_ext <<EOF
2587     -#line 6608 "configure"
2588     +#line 6597 "configure"
2589     #include "confdefs.h"
2590     /* System header to define __stub macros and hopefully few prototypes,
2591     which can conflict with char $ac_func(); below. */
2592     @@ -6627,7 +6616,7 @@ $ac_func();
2593    
2594     ; return 0; }
2595     EOF
2596     -if { (eval echo configure:6631: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2597     +if { (eval echo configure:6620: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2598     rm -rf conftest*
2599     eval "ac_cv_func_$ac_func=yes"
2600     else
2601     @@ -6654,12 +6643,12 @@ done
2602     for ac_func in poll
2603     do
2604     echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2605     -echo "configure:6658: checking for $ac_func" >&5
2606     +echo "configure:6647: checking for $ac_func" >&5
2607     if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2608     echo $ac_n "(cached) $ac_c" 1>&6
2609     else
2610     cat > conftest.$ac_ext <<EOF
2611     -#line 6663 "configure"
2612     +#line 6652 "configure"
2613     #include "confdefs.h"
2614     /* System header to define __stub macros and hopefully few prototypes,
2615     which can conflict with char $ac_func(); below. */
2616     @@ -6682,7 +6671,7 @@ $ac_func();
2617    
2618     ; return 0; }
2619     EOF
2620     -if { (eval echo configure:6686: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2621     +if { (eval echo configure:6675: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2622     rm -rf conftest*
2623     eval "ac_cv_func_$ac_func=yes"
2624     else
2625     @@ -6709,12 +6698,12 @@ done
2626     for ac_func in pread64
2627     do
2628     echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2629     -echo "configure:6713: checking for $ac_func" >&5
2630     +echo "configure:6702: checking for $ac_func" >&5
2631     if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2632     echo $ac_n "(cached) $ac_c" 1>&6
2633     else
2634     cat > conftest.$ac_ext <<EOF
2635     -#line 6718 "configure"
2636     +#line 6707 "configure"
2637     #include "confdefs.h"
2638     /* System header to define __stub macros and hopefully few prototypes,
2639     which can conflict with char $ac_func(); below. */
2640     @@ -6737,7 +6726,7 @@ $ac_func();
2641    
2642     ; return 0; }
2643     EOF
2644     -if { (eval echo configure:6741: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2645     +if { (eval echo configure:6730: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2646     rm -rf conftest*
2647     eval "ac_cv_func_$ac_func=yes"
2648     else
2649     @@ -6764,12 +6753,12 @@ done
2650     for ac_func in sbrk
2651     do
2652     echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2653     -echo "configure:6768: checking for $ac_func" >&5
2654     +echo "configure:6757: checking for $ac_func" >&5
2655     if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2656     echo $ac_n "(cached) $ac_c" 1>&6
2657     else
2658     cat > conftest.$ac_ext <<EOF
2659     -#line 6773 "configure"
2660     +#line 6762 "configure"
2661     #include "confdefs.h"
2662     /* System header to define __stub macros and hopefully few prototypes,
2663     which can conflict with char $ac_func(); below. */
2664     @@ -6792,7 +6781,7 @@ $ac_func();
2665    
2666     ; return 0; }
2667     EOF
2668     -if { (eval echo configure:6796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2669     +if { (eval echo configure:6785: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2670     rm -rf conftest*
2671     eval "ac_cv_func_$ac_func=yes"
2672     else
2673     @@ -6819,12 +6808,12 @@ done
2674     for ac_func in setpgid setpgrp
2675     do
2676     echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2677     -echo "configure:6823: checking for $ac_func" >&5
2678     +echo "configure:6812: checking for $ac_func" >&5
2679     if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2680     echo $ac_n "(cached) $ac_c" 1>&6
2681     else
2682     cat > conftest.$ac_ext <<EOF
2683     -#line 6828 "configure"
2684     +#line 6817 "configure"
2685     #include "confdefs.h"
2686     /* System header to define __stub macros and hopefully few prototypes,
2687     which can conflict with char $ac_func(); below. */
2688     @@ -6847,7 +6836,7 @@ $ac_func();
2689    
2690     ; return 0; }
2691     EOF
2692     -if { (eval echo configure:6851: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2693     +if { (eval echo configure:6840: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2694     rm -rf conftest*
2695     eval "ac_cv_func_$ac_func=yes"
2696     else
2697     @@ -6874,12 +6863,12 @@ done
2698     for ac_func in sigaction sigprocmask sigsetmask
2699     do
2700     echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2701     -echo "configure:6878: checking for $ac_func" >&5
2702     +echo "configure:6867: checking for $ac_func" >&5
2703     if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2704     echo $ac_n "(cached) $ac_c" 1>&6
2705     else
2706     cat > conftest.$ac_ext <<EOF
2707     -#line 6883 "configure"
2708     +#line 6872 "configure"
2709     #include "confdefs.h"
2710     /* System header to define __stub macros and hopefully few prototypes,
2711     which can conflict with char $ac_func(); below. */
2712     @@ -6902,7 +6891,7 @@ $ac_func();
2713    
2714     ; return 0; }
2715     EOF
2716     -if { (eval echo configure:6906: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2717     +if { (eval echo configure:6895: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2718     rm -rf conftest*
2719     eval "ac_cv_func_$ac_func=yes"
2720     else
2721     @@ -6929,12 +6918,12 @@ done
2722     for ac_func in socketpair
2723     do
2724     echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2725     -echo "configure:6933: checking for $ac_func" >&5
2726     +echo "configure:6922: checking for $ac_func" >&5
2727     if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2728     echo $ac_n "(cached) $ac_c" 1>&6
2729     else
2730     cat > conftest.$ac_ext <<EOF
2731     -#line 6938 "configure"
2732     +#line 6927 "configure"
2733     #include "confdefs.h"
2734     /* System header to define __stub macros and hopefully few prototypes,
2735     which can conflict with char $ac_func(); below. */
2736     @@ -6957,7 +6946,7 @@ $ac_func();
2737    
2738     ; return 0; }
2739     EOF
2740     -if { (eval echo configure:6961: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2741     +if { (eval echo configure:6950: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2742     rm -rf conftest*
2743     eval "ac_cv_func_$ac_func=yes"
2744     else
2745     @@ -6984,12 +6973,12 @@ done
2746     for ac_func in syscall
2747     do
2748     echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2749     -echo "configure:6988: checking for $ac_func" >&5
2750     +echo "configure:6977: checking for $ac_func" >&5
2751     if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2752     echo $ac_n "(cached) $ac_c" 1>&6
2753     else
2754     cat > conftest.$ac_ext <<EOF
2755     -#line 6993 "configure"
2756     +#line 6982 "configure"
2757     #include "confdefs.h"
2758     /* System header to define __stub macros and hopefully few prototypes,
2759     which can conflict with char $ac_func(); below. */
2760     @@ -7012,7 +7001,7 @@ $ac_func();
2761    
2762     ; return 0; }
2763     EOF
2764     -if { (eval echo configure:7016: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2765     +if { (eval echo configure:7005: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2766     rm -rf conftest*
2767     eval "ac_cv_func_$ac_func=yes"
2768     else
2769     @@ -7039,12 +7028,12 @@ done
2770     for ac_func in ttrace
2771     do
2772     echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2773     -echo "configure:7043: checking for $ac_func" >&5
2774     +echo "configure:7032: checking for $ac_func" >&5
2775     if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2776     echo $ac_n "(cached) $ac_c" 1>&6
2777     else
2778     cat > conftest.$ac_ext <<EOF
2779     -#line 7048 "configure"
2780     +#line 7037 "configure"
2781     #include "confdefs.h"
2782     /* System header to define __stub macros and hopefully few prototypes,
2783     which can conflict with char $ac_func(); below. */
2784     @@ -7067,7 +7056,7 @@ $ac_func();
2785    
2786     ; return 0; }
2787     EOF
2788     -if { (eval echo configure:7071: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2789     +if { (eval echo configure:7060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2790     rm -rf conftest*
2791     eval "ac_cv_func_$ac_func=yes"
2792     else
2793     @@ -7094,12 +7083,12 @@ done
2794     for ac_func in wborder
2795     do
2796     echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2797     -echo "configure:7098: checking for $ac_func" >&5
2798     +echo "configure:7087: checking for $ac_func" >&5
2799     if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2800     echo $ac_n "(cached) $ac_c" 1>&6
2801     else
2802     cat > conftest.$ac_ext <<EOF
2803     -#line 7103 "configure"
2804     +#line 7092 "configure"
2805     #include "confdefs.h"
2806     /* System header to define __stub macros and hopefully few prototypes,
2807     which can conflict with char $ac_func(); below. */
2808     @@ -7122,7 +7111,7 @@ $ac_func();
2809    
2810     ; return 0; }
2811     EOF
2812     -if { (eval echo configure:7126: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2813     +if { (eval echo configure:7115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2814     rm -rf conftest*
2815     eval "ac_cv_func_$ac_func=yes"
2816     else
2817     @@ -7165,12 +7154,12 @@ for ac_func in ptrace
2818     do
2819     ac_tr_decl=HAVE_DECL_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2820     echo $ac_n "checking whether $ac_func is declared""... $ac_c" 1>&6
2821     -echo "configure:7169: checking whether $ac_func is declared" >&5
2822     +echo "configure:7158: checking whether $ac_func is declared" >&5
2823     if eval "test \"`echo '$''{'gcc_cv_have_decl_$ac_func'+set}'`\" = set"; then
2824     echo $ac_n "(cached) $ac_c" 1>&6
2825     else
2826     cat > conftest.$ac_ext <<EOF
2827     -#line 7174 "configure"
2828     +#line 7163 "configure"
2829     #include "confdefs.h"
2830     #undef $ac_tr_decl
2831     #define $ac_tr_decl 1
2832     @@ -7182,7 +7171,7 @@ char *(*pfn) = (char *(*)) $ac_func ;
2833     #endif
2834     ; return 0; }
2835     EOF
2836     -if { (eval echo configure:7186: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2837     +if { (eval echo configure:7175: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2838     rm -rf conftest*
2839     eval "gcc_cv_have_decl_$ac_func=yes"
2840     else
2841     @@ -7218,19 +7207,19 @@ fi
2842    
2843     # Check return type.
2844     echo $ac_n "checking return type of ptrace""... $ac_c" 1>&6
2845     -echo "configure:7222: checking return type of ptrace" >&5
2846     +echo "configure:7211: checking return type of ptrace" >&5
2847     if eval "test \"`echo '$''{'gdb_cv_func_ptrace_ret'+set}'`\" = set"; then
2848     echo $ac_n "(cached) $ac_c" 1>&6
2849     else
2850     cat > conftest.$ac_ext <<EOF
2851     -#line 7227 "configure"
2852     +#line 7216 "configure"
2853     #include "confdefs.h"
2854     $gdb_ptrace_headers
2855     int main() {
2856     extern int ptrace ();
2857     ; return 0; }
2858     EOF
2859     -if { (eval echo configure:7234: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2860     +if { (eval echo configure:7223: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2861     rm -rf conftest*
2862     gdb_cv_func_ptrace_ret='int'
2863     else
2864     @@ -7249,7 +7238,7 @@ EOF
2865    
2866     # Check argument types.
2867     echo $ac_n "checking types of arguments for ptrace""... $ac_c" 1>&6
2868     -echo "configure:7253: checking types of arguments for ptrace" >&5
2869     +echo "configure:7242: checking types of arguments for ptrace" >&5
2870     if eval "test \"`echo '$''{'gdb_cv_func_ptrace_args'+set}'`\" = set"; then
2871     echo $ac_n "(cached) $ac_c" 1>&6
2872     else
2873     @@ -7259,7 +7248,7 @@ for gdb_arg1 in 'int' 'long'; do
2874     for gdb_arg3 in 'int *' 'caddr_t' 'int' 'long'; do
2875     for gdb_arg4 in 'int' 'long'; do
2876     cat > conftest.$ac_ext <<EOF
2877     -#line 7263 "configure"
2878     +#line 7252 "configure"
2879     #include "confdefs.h"
2880     $gdb_ptrace_headers
2881     int main() {
2882     @@ -7269,7 +7258,7 @@ extern $gdb_cv_func_ptrace_ret
2883    
2884     ; return 0; }
2885     EOF
2886     -if { (eval echo configure:7273: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2887     +if { (eval echo configure:7262: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2888     rm -rf conftest*
2889     gdb_cv_func_ptrace_args="$gdb_arg1,$gdb_arg2,$gdb_arg3,$gdb_arg4";
2890     break 4;
2891     @@ -7280,7 +7269,7 @@ fi
2892     rm -f conftest*
2893     for gdb_arg5 in 'int *' 'int' 'long'; do
2894     cat > conftest.$ac_ext <<EOF
2895     -#line 7284 "configure"
2896     +#line 7273 "configure"
2897     #include "confdefs.h"
2898     $gdb_ptrace_headers
2899     int main() {
2900     @@ -7290,7 +7279,7 @@ extern $gdb_cv_func_ptrace_ret
2901    
2902     ; return 0; }
2903     EOF
2904     -if { (eval echo configure:7294: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2905     +if { (eval echo configure:7283: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2906     rm -rf conftest*
2907    
2908     gdb_cv_func_ptrace_args="$gdb_arg1,$gdb_arg2,$gdb_arg3,$gdb_arg4,$gdb_arg5";
2909     @@ -7328,7 +7317,7 @@ fi
2910    
2911     if test "$cross_compiling" = no; then
2912     echo $ac_n "checking whether setpgrp takes no argument""... $ac_c" 1>&6
2913     -echo "configure:7332: checking whether setpgrp takes no argument" >&5
2914     +echo "configure:7321: checking whether setpgrp takes no argument" >&5
2915     if eval "test \"`echo '$''{'ac_cv_func_setpgrp_void'+set}'`\" = set"; then
2916     echo $ac_n "(cached) $ac_c" 1>&6
2917     else
2918     @@ -7336,7 +7325,7 @@ else
2919     { echo "configure: error: cannot check setpgrp if cross compiling" 1>&2; exit 1; }
2920     else
2921     cat > conftest.$ac_ext <<EOF
2922     -#line 7340 "configure"
2923     +#line 7329 "configure"
2924     #include "confdefs.h"
2925    
2926     #ifdef HAVE_UNISTD_H
2927     @@ -7356,7 +7345,7 @@ main()
2928     }
2929    
2930     EOF
2931     -if { (eval echo configure:7360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2932     +if { (eval echo configure:7349: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2933     then
2934     ac_cv_func_setpgrp_void=no
2935     else
2936     @@ -7381,12 +7370,12 @@ fi
2937    
2938     else
2939     echo $ac_n "checking whether setpgrp takes no argument""... $ac_c" 1>&6
2940     -echo "configure:7385: checking whether setpgrp takes no argument" >&5
2941     +echo "configure:7374: checking whether setpgrp takes no argument" >&5
2942     if eval "test \"`echo '$''{'ac_cv_func_setpgrp_void'+set}'`\" = set"; then
2943     echo $ac_n "(cached) $ac_c" 1>&6
2944     else
2945     cat > conftest.$ac_ext <<EOF
2946     -#line 7390 "configure"
2947     +#line 7379 "configure"
2948     #include "confdefs.h"
2949    
2950     #include <unistd.h>
2951     @@ -7400,7 +7389,7 @@ int main() {
2952    
2953     ; return 0; }
2954     EOF
2955     -if { (eval echo configure:7404: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2956     +if { (eval echo configure:7393: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2957     rm -rf conftest*
2958     ac_cv_func_setpgrp_void=no
2959     else
2960     @@ -7424,12 +7413,12 @@ fi
2961     # Check if sigsetjmp is available. Using AC_CHECK_FUNCS won't do
2962     # since sigsetjmp might only be defined as a macro.
2963     echo $ac_n "checking for sigsetjmp""... $ac_c" 1>&6
2964     -echo "configure:7428: checking for sigsetjmp" >&5
2965     +echo "configure:7417: checking for sigsetjmp" >&5
2966     if eval "test \"`echo '$''{'gdb_cv_func_sigsetjmp'+set}'`\" = set"; then
2967     echo $ac_n "(cached) $ac_c" 1>&6
2968     else
2969     cat > conftest.$ac_ext <<EOF
2970     -#line 7433 "configure"
2971     +#line 7422 "configure"
2972     #include "confdefs.h"
2973    
2974     #include <setjmp.h>
2975     @@ -7438,7 +7427,7 @@ int main() {
2976     sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1);
2977     ; return 0; }
2978     EOF
2979     -if { (eval echo configure:7442: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2980     +if { (eval echo configure:7431: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2981     rm -rf conftest*
2982     gdb_cv_func_sigsetjmp=yes
2983     else
2984     @@ -7464,12 +7453,12 @@ gdb_use_included_regex=yes
2985     # However, if the system regex is GNU regex, then default to *not*
2986     # using the included regex.
2987     echo $ac_n "checking for GNU regex""... $ac_c" 1>&6
2988     -echo "configure:7468: checking for GNU regex" >&5
2989     +echo "configure:7457: checking for GNU regex" >&5
2990     if eval "test \"`echo '$''{'gdb_cv_have_gnu_regex'+set}'`\" = set"; then
2991     echo $ac_n "(cached) $ac_c" 1>&6
2992     else
2993     cat > conftest.$ac_ext <<EOF
2994     -#line 7473 "configure"
2995     +#line 7462 "configure"
2996     #include "confdefs.h"
2997     #include <gnu-versions.h>
2998     int main() {
2999     @@ -7479,7 +7468,7 @@ int main() {
3000     #endif
3001     ; return 0; }
3002     EOF
3003     -if { (eval echo configure:7483: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3004     +if { (eval echo configure:7472: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3005     rm -rf conftest*
3006     gdb_cv_have_gnu_regex=yes
3007     else
3008     @@ -7513,12 +7502,12 @@ fi
3009    
3010     # See if <sys/proc.h> defines `struct thread' with a td_pcb member.
3011     echo $ac_n "checking for td_pcb in struct thread""... $ac_c" 1>&6
3012     -echo "configure:7517: checking for td_pcb in struct thread" >&5
3013     +echo "configure:7506: checking for td_pcb in struct thread" >&5
3014     if eval "test \"`echo '$''{'gdb_cv_struct_thread_td_pcb'+set}'`\" = set"; then
3015     echo $ac_n "(cached) $ac_c" 1>&6
3016     else
3017     cat > conftest.$ac_ext <<EOF
3018     -#line 7522 "configure"
3019     +#line 7511 "configure"
3020     #include "confdefs.h"
3021     #include <sys/param.h>
3022     #include <sys/proc.h>
3023     @@ -7526,7 +7515,7 @@ int main() {
3024     struct thread td; td.td_pcb;
3025     ; return 0; }
3026     EOF
3027     -if { (eval echo configure:7530: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3028     +if { (eval echo configure:7519: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3029     rm -rf conftest*
3030     gdb_cv_struct_thread_td_pcb=yes
3031     else
3032     @@ -7548,12 +7537,12 @@ fi
3033    
3034     # See if <sys/lwp.h> defines `struct lwp`.
3035     echo $ac_n "checking for struct lwp""... $ac_c" 1>&6
3036     -echo "configure:7552: checking for struct lwp" >&5
3037     +echo "configure:7541: checking for struct lwp" >&5
3038     if eval "test \"`echo '$''{'gdb_cv_struct_lwp'+set}'`\" = set"; then
3039     echo $ac_n "(cached) $ac_c" 1>&6
3040     else
3041     cat > conftest.$ac_ext <<EOF
3042     -#line 7557 "configure"
3043     +#line 7546 "configure"
3044     #include "confdefs.h"
3045     #include <sys/param.h>
3046     #include <sys/lwp.h>
3047     @@ -7561,7 +7550,7 @@ int main() {
3048     struct lwp l;
3049     ; return 0; }
3050     EOF
3051     -if { (eval echo configure:7565: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3052     +if { (eval echo configure:7554: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3053     rm -rf conftest*
3054     gdb_cv_struct_lwp=yes
3055     else
3056     @@ -7583,12 +7572,12 @@ fi
3057    
3058     # See if <machine/reg.h> degines `struct reg'.
3059     echo $ac_n "checking for struct reg in machine/reg.h""... $ac_c" 1>&6
3060     -echo "configure:7587: checking for struct reg in machine/reg.h" >&5
3061     +echo "configure:7576: checking for struct reg in machine/reg.h" >&5
3062     if eval "test \"`echo '$''{'gdb_cv_struct_reg'+set}'`\" = set"; then
3063     echo $ac_n "(cached) $ac_c" 1>&6
3064     else
3065     cat > conftest.$ac_ext <<EOF
3066     -#line 7592 "configure"
3067     +#line 7581 "configure"
3068     #include "confdefs.h"
3069     #include <sys/types.h>
3070     #include <machine/reg.h>
3071     @@ -7596,7 +7585,7 @@ int main() {
3072     struct reg r;
3073     ; return 0; }
3074     EOF
3075     -if { (eval echo configure:7600: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3076     +if { (eval echo configure:7589: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3077     rm -rf conftest*
3078     gdb_cv_struct_reg=yes
3079     else
3080     @@ -7619,19 +7608,19 @@ fi
3081     # See if <machine/reg.h> supports the %fs and %gs i386 segment registers.
3082     # Older i386 BSD's don't have the r_fs and r_gs members of `struct reg'.
3083     echo $ac_n "checking for r_fs in struct reg""... $ac_c" 1>&6
3084     -echo "configure:7623: checking for r_fs in struct reg" >&5
3085     +echo "configure:7612: checking for r_fs in struct reg" >&5
3086     if eval "test \"`echo '$''{'gdb_cv_struct_reg_r_fs'+set}'`\" = set"; then
3087     echo $ac_n "(cached) $ac_c" 1>&6
3088     else
3089     cat > conftest.$ac_ext <<EOF
3090     -#line 7628 "configure"
3091     +#line 7617 "configure"
3092     #include "confdefs.h"
3093     #include <machine/reg.h>
3094     int main() {
3095     struct reg r; r.r_fs;
3096     ; return 0; }
3097     EOF
3098     -if { (eval echo configure:7635: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3099     +if { (eval echo configure:7624: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3100     rm -rf conftest*
3101     gdb_cv_struct_reg_r_fs=yes
3102     else
3103     @@ -7651,19 +7640,19 @@ EOF
3104    
3105     fi
3106     echo $ac_n "checking for r_gs in struct reg""... $ac_c" 1>&6
3107     -echo "configure:7655: checking for r_gs in struct reg" >&5
3108     +echo "configure:7644: checking for r_gs in struct reg" >&5
3109     if eval "test \"`echo '$''{'gdb_cv_struct_reg_r_gs'+set}'`\" = set"; then
3110     echo $ac_n "(cached) $ac_c" 1>&6
3111     else
3112     cat > conftest.$ac_ext <<EOF
3113     -#line 7660 "configure"
3114     +#line 7649 "configure"
3115     #include "confdefs.h"
3116     #include <machine/reg.h>
3117     int main() {
3118     struct reg r; r.r_gs;
3119     ; return 0; }
3120     EOF
3121     -if { (eval echo configure:7667: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3122     +if { (eval echo configure:7656: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3123     rm -rf conftest*
3124     gdb_cv_struct_reg_r_gs=yes
3125     else
3126     @@ -7685,19 +7674,19 @@ fi
3127    
3128     # See if <sys/ptrace.h> provides the PTRACE_GETREGS request.
3129     echo $ac_n "checking for PTRACE_GETREGS""... $ac_c" 1>&6
3130     -echo "configure:7689: checking for PTRACE_GETREGS" >&5
3131     +echo "configure:7678: checking for PTRACE_GETREGS" >&5
3132     if eval "test \"`echo '$''{'gdb_cv_have_ptrace_getregs'+set}'`\" = set"; then
3133     echo $ac_n "(cached) $ac_c" 1>&6
3134     else
3135     cat > conftest.$ac_ext <<EOF
3136     -#line 7694 "configure"
3137     +#line 7683 "configure"
3138     #include "confdefs.h"
3139     #include <sys/ptrace.h>
3140     int main() {
3141     PTRACE_GETREGS;
3142     ; return 0; }
3143     EOF
3144     -if { (eval echo configure:7701: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3145     +if { (eval echo configure:7690: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3146     rm -rf conftest*
3147     gdb_cv_have_ptrace_getregs=yes
3148     else
3149     @@ -7719,19 +7708,19 @@ fi
3150    
3151     # See if <sys/ptrace.h> provides the PTRACE_GETFPXREGS request.
3152     echo $ac_n "checking for PTRACE_GETFPXREGS""... $ac_c" 1>&6
3153     -echo "configure:7723: checking for PTRACE_GETFPXREGS" >&5
3154     +echo "configure:7712: checking for PTRACE_GETFPXREGS" >&5
3155     if eval "test \"`echo '$''{'gdb_cv_have_ptrace_getfpxregs'+set}'`\" = set"; then
3156     echo $ac_n "(cached) $ac_c" 1>&6
3157     else
3158     cat > conftest.$ac_ext <<EOF
3159     -#line 7728 "configure"
3160     +#line 7717 "configure"
3161     #include "confdefs.h"
3162     #include <sys/ptrace.h>
3163     int main() {
3164     PTRACE_GETFPXREGS;
3165     ; return 0; }
3166     EOF
3167     -if { (eval echo configure:7735: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3168     +if { (eval echo configure:7724: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3169     rm -rf conftest*
3170     gdb_cv_have_ptrace_getfpxregs=yes
3171     else
3172     @@ -7753,12 +7742,12 @@ fi
3173    
3174     # See if <sys/ptrace.h> provides the PT_GETDBREGS request.
3175     echo $ac_n "checking for PT_GETDBREGS""... $ac_c" 1>&6
3176     -echo "configure:7757: checking for PT_GETDBREGS" >&5
3177     +echo "configure:7746: checking for PT_GETDBREGS" >&5
3178     if eval "test \"`echo '$''{'gdb_cv_have_pt_getdbregs'+set}'`\" = set"; then
3179     echo $ac_n "(cached) $ac_c" 1>&6
3180     else
3181     cat > conftest.$ac_ext <<EOF
3182     -#line 7762 "configure"
3183     +#line 7751 "configure"
3184     #include "confdefs.h"
3185     #include <sys/types.h>
3186     #include <sys/ptrace.h>
3187     @@ -7766,7 +7755,7 @@ int main() {
3188     PT_GETDBREGS;
3189     ; return 0; }
3190     EOF
3191     -if { (eval echo configure:7770: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3192     +if { (eval echo configure:7759: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3193     rm -rf conftest*
3194     gdb_cv_have_pt_getdbregs=yes
3195     else
3196     @@ -7788,12 +7777,12 @@ fi
3197    
3198     # See if <sys/ptrace.h> provides the PT_GETXMMREGS request.
3199     echo $ac_n "checking for PT_GETXMMREGS""... $ac_c" 1>&6
3200     -echo "configure:7792: checking for PT_GETXMMREGS" >&5
3201     +echo "configure:7781: checking for PT_GETXMMREGS" >&5
3202     if eval "test \"`echo '$''{'gdb_cv_have_pt_getxmmregs'+set}'`\" = set"; then
3203     echo $ac_n "(cached) $ac_c" 1>&6
3204     else
3205     cat > conftest.$ac_ext <<EOF
3206     -#line 7797 "configure"
3207     +#line 7786 "configure"
3208     #include "confdefs.h"
3209     #include <sys/types.h>
3210     #include <sys/ptrace.h>
3211     @@ -7801,7 +7790,7 @@ int main() {
3212     PT_GETXMMREGS;
3213     ; return 0; }
3214     EOF
3215     -if { (eval echo configure:7805: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3216     +if { (eval echo configure:7794: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3217     rm -rf conftest*
3218     gdb_cv_have_pt_getxmmregs=yes
3219     else
3220     @@ -7824,19 +7813,19 @@ fi
3221     # See if stdint.h provides the uintptr_t type.
3222     # Autoconf 2.5X has an improved AC_CHECK_TYPE which will simplify this.
3223     echo $ac_n "checking for uintptr_t in stdint.h""... $ac_c" 1>&6
3224     -echo "configure:7828: checking for uintptr_t in stdint.h" >&5
3225     +echo "configure:7817: checking for uintptr_t in stdint.h" >&5
3226     if eval "test \"`echo '$''{'gdb_cv_have_uintptr_t'+set}'`\" = set"; then
3227     echo $ac_n "(cached) $ac_c" 1>&6
3228     else
3229     cat > conftest.$ac_ext <<EOF
3230     -#line 7833 "configure"
3231     +#line 7822 "configure"
3232     #include "confdefs.h"
3233     #include <stdint.h>
3234     int main() {
3235     uintptr_t foo = 0;
3236     ; return 0; }
3237     EOF
3238     -if { (eval echo configure:7840: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3239     +if { (eval echo configure:7829: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3240     rm -rf conftest*
3241     gdb_cv_have_uintptr_t=yes
3242     else
3243     @@ -7857,12 +7846,12 @@ EOF
3244     fi
3245    
3246     echo $ac_n "checking whether malloc must be declared""... $ac_c" 1>&6
3247     -echo "configure:7861: checking whether malloc must be declared" >&5
3248     +echo "configure:7850: checking whether malloc must be declared" >&5
3249     if eval "test \"`echo '$''{'bfd_cv_decl_needed_malloc'+set}'`\" = set"; then
3250     echo $ac_n "(cached) $ac_c" 1>&6
3251     else
3252     cat > conftest.$ac_ext <<EOF
3253     -#line 7866 "configure"
3254     +#line 7855 "configure"
3255     #include "confdefs.h"
3256    
3257     #include <stdio.h>
3258     @@ -7883,7 +7872,7 @@ int main() {
3259     char *(*pfn) = (char *(*)) malloc
3260     ; return 0; }
3261     EOF
3262     -if { (eval echo configure:7887: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3263     +if { (eval echo configure:7876: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3264     rm -rf conftest*
3265     bfd_cv_decl_needed_malloc=no
3266     else
3267     @@ -7904,12 +7893,12 @@ EOF
3268     fi
3269    
3270     echo $ac_n "checking whether realloc must be declared""... $ac_c" 1>&6
3271     -echo "configure:7908: checking whether realloc must be declared" >&5
3272     +echo "configure:7897: checking whether realloc must be declared" >&5
3273     if eval "test \"`echo '$''{'bfd_cv_decl_needed_realloc'+set}'`\" = set"; then
3274     echo $ac_n "(cached) $ac_c" 1>&6
3275     else
3276     cat > conftest.$ac_ext <<EOF
3277     -#line 7913 "configure"
3278     +#line 7902 "configure"
3279     #include "confdefs.h"
3280    
3281     #include <stdio.h>
3282     @@ -7930,7 +7919,7 @@ int main() {
3283     char *(*pfn) = (char *(*)) realloc
3284     ; return 0; }
3285     EOF
3286     -if { (eval echo configure:7934: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3287     +if { (eval echo configure:7923: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3288     rm -rf conftest*
3289     bfd_cv_decl_needed_realloc=no
3290     else
3291     @@ -7951,12 +7940,12 @@ EOF
3292     fi
3293    
3294     echo $ac_n "checking whether free must be declared""... $ac_c" 1>&6
3295     -echo "configure:7955: checking whether free must be declared" >&5
3296     +echo "configure:7944: checking whether free must be declared" >&5
3297     if eval "test \"`echo '$''{'bfd_cv_decl_needed_free'+set}'`\" = set"; then
3298     echo $ac_n "(cached) $ac_c" 1>&6
3299     else
3300     cat > conftest.$ac_ext <<EOF
3301     -#line 7960 "configure"
3302     +#line 7949 "configure"
3303     #include "confdefs.h"
3304    
3305     #include <stdio.h>
3306     @@ -7977,7 +7966,7 @@ int main() {
3307     char *(*pfn) = (char *(*)) free
3308     ; return 0; }
3309     EOF
3310     -if { (eval echo configure:7981: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3311     +if { (eval echo configure:7970: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3312     rm -rf conftest*
3313     bfd_cv_decl_needed_free=no
3314     else
3315     @@ -7998,12 +7987,12 @@ EOF
3316     fi
3317    
3318     echo $ac_n "checking whether strerror must be declared""... $ac_c" 1>&6
3319     -echo "configure:8002: checking whether strerror must be declared" >&5
3320     +echo "configure:7991: checking whether strerror must be declared" >&5
3321     if eval "test \"`echo '$''{'bfd_cv_decl_needed_strerror'+set}'`\" = set"; then
3322     echo $ac_n "(cached) $ac_c" 1>&6
3323     else
3324     cat > conftest.$ac_ext <<EOF
3325     -#line 8007 "configure"
3326     +#line 7996 "configure"
3327     #include "confdefs.h"
3328    
3329     #include <stdio.h>
3330     @@ -8024,7 +8013,7 @@ int main() {
3331     char *(*pfn) = (char *(*)) strerror
3332     ; return 0; }
3333     EOF
3334     -if { (eval echo configure:8028: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3335     +if { (eval echo configure:8017: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3336     rm -rf conftest*
3337     bfd_cv_decl_needed_strerror=no
3338     else
3339     @@ -8045,12 +8034,12 @@ EOF
3340     fi
3341    
3342     echo $ac_n "checking whether strdup must be declared""... $ac_c" 1>&6
3343     -echo "configure:8049: checking whether strdup must be declared" >&5
3344     +echo "configure:8038: checking whether strdup must be declared" >&5
3345     if eval "test \"`echo '$''{'bfd_cv_decl_needed_strdup'+set}'`\" = set"; then
3346     echo $ac_n "(cached) $ac_c" 1>&6
3347     else
3348     cat > conftest.$ac_ext <<EOF
3349     -#line 8054 "configure"
3350     +#line 8043 "configure"
3351     #include "confdefs.h"
3352    
3353     #include <stdio.h>
3354     @@ -8071,7 +8060,7 @@ int main() {
3355     char *(*pfn) = (char *(*)) strdup
3356     ; return 0; }
3357     EOF
3358     -if { (eval echo configure:8075: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3359     +if { (eval echo configure:8064: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3360     rm -rf conftest*
3361     bfd_cv_decl_needed_strdup=no
3362     else
3363     @@ -8092,12 +8081,12 @@ EOF
3364     fi
3365    
3366     echo $ac_n "checking whether strstr must be declared""... $ac_c" 1>&6
3367     -echo "configure:8096: checking whether strstr must be declared" >&5
3368     +echo "configure:8085: checking whether strstr must be declared" >&5
3369     if eval "test \"`echo '$''{'bfd_cv_decl_needed_strstr'+set}'`\" = set"; then
3370     echo $ac_n "(cached) $ac_c" 1>&6
3371     else
3372     cat > conftest.$ac_ext <<EOF
3373     -#line 8101 "configure"
3374     +#line 8090 "configure"
3375     #include "confdefs.h"
3376    
3377     #include <stdio.h>
3378     @@ -8118,7 +8107,7 @@ int main() {
3379     char *(*pfn) = (char *(*)) strstr
3380     ; return 0; }
3381     EOF
3382     -if { (eval echo configure:8122: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3383     +if { (eval echo configure:8111: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3384     rm -rf conftest*
3385     bfd_cv_decl_needed_strstr=no
3386     else
3387     @@ -8139,12 +8128,12 @@ EOF
3388     fi
3389    
3390     echo $ac_n "checking whether canonicalize_file_name must be declared""... $ac_c" 1>&6
3391     -echo "configure:8143: checking whether canonicalize_file_name must be declared" >&5
3392     +echo "configure:8132: checking whether canonicalize_file_name must be declared" >&5
3393     if eval "test \"`echo '$''{'bfd_cv_decl_needed_canonicalize_file_name'+set}'`\" = set"; then
3394     echo $ac_n "(cached) $ac_c" 1>&6
3395     else
3396     cat > conftest.$ac_ext <<EOF
3397     -#line 8148 "configure"
3398     +#line 8137 "configure"
3399     #include "confdefs.h"
3400    
3401     #include <stdio.h>
3402     @@ -8165,7 +8154,7 @@ int main() {
3403     char *(*pfn) = (char *(*)) canonicalize_file_name
3404     ; return 0; }
3405     EOF
3406     -if { (eval echo configure:8169: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3407     +if { (eval echo configure:8158: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3408     rm -rf conftest*
3409     bfd_cv_decl_needed_canonicalize_file_name=no
3410     else
3411     @@ -8191,9 +8180,9 @@ fi
3412     # could be expunged. --jsm 1999-03-22
3413    
3414     echo $ac_n "checking for HPUX save_state structure""... $ac_c" 1>&6
3415     -echo "configure:8195: checking for HPUX save_state structure" >&5
3416     +echo "configure:8184: checking for HPUX save_state structure" >&5
3417     cat > conftest.$ac_ext <<EOF
3418     -#line 8197 "configure"
3419     +#line 8186 "configure"
3420     #include "confdefs.h"
3421     #include <machine/save_state.h>
3422     EOF
3423     @@ -8208,7 +8197,7 @@ fi
3424     rm -f conftest*
3425    
3426     cat > conftest.$ac_ext <<EOF
3427     -#line 8212 "configure"
3428     +#line 8201 "configure"
3429     #include "confdefs.h"
3430     #include <machine/save_state.h>
3431     EOF
3432     @@ -8285,12 +8274,12 @@ fi
3433    
3434     if test "$ac_cv_header_sys_procfs_h" = yes; then
3435     echo $ac_n "checking for pstatus_t in sys/procfs.h""... $ac_c" 1>&6
3436     -echo "configure:8289: checking for pstatus_t in sys/procfs.h" >&5
3437     +echo "configure:8278: checking for pstatus_t in sys/procfs.h" >&5
3438     if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pstatus_t'+set}'`\" = set"; then
3439     echo $ac_n "(cached) $ac_c" 1>&6
3440     else
3441     cat > conftest.$ac_ext <<EOF
3442     -#line 8294 "configure"
3443     +#line 8283 "configure"
3444     #include "confdefs.h"
3445    
3446     #define _SYSCALL32
3447     @@ -8299,7 +8288,7 @@ int main() {
3448     pstatus_t avar
3449     ; return 0; }
3450     EOF
3451     -if { (eval echo configure:8303: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3452     +if { (eval echo configure:8292: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3453     rm -rf conftest*
3454     bfd_cv_have_sys_procfs_type_pstatus_t=yes
3455     else
3456     @@ -8321,12 +8310,12 @@ EOF
3457     echo "$ac_t""$bfd_cv_have_sys_procfs_type_pstatus_t" 1>&6
3458    
3459     echo $ac_n "checking for prrun_t in sys/procfs.h""... $ac_c" 1>&6
3460     -echo "configure:8325: checking for prrun_t in sys/procfs.h" >&5
3461     +echo "configure:8314: checking for prrun_t in sys/procfs.h" >&5
3462     if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prrun_t'+set}'`\" = set"; then
3463     echo $ac_n "(cached) $ac_c" 1>&6
3464     else
3465     cat > conftest.$ac_ext <<EOF
3466     -#line 8330 "configure"
3467     +#line 8319 "configure"
3468     #include "confdefs.h"
3469    
3470     #define _SYSCALL32
3471     @@ -8335,7 +8324,7 @@ int main() {
3472     prrun_t avar
3473     ; return 0; }
3474     EOF
3475     -if { (eval echo configure:8339: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3476     +if { (eval echo configure:8328: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3477     rm -rf conftest*
3478     bfd_cv_have_sys_procfs_type_prrun_t=yes
3479     else
3480     @@ -8357,12 +8346,12 @@ EOF
3481     echo "$ac_t""$bfd_cv_have_sys_procfs_type_prrun_t" 1>&6
3482    
3483     echo $ac_n "checking for gregset_t in sys/procfs.h""... $ac_c" 1>&6
3484     -echo "configure:8361: checking for gregset_t in sys/procfs.h" >&5
3485     +echo "configure:8350: checking for gregset_t in sys/procfs.h" >&5
3486     if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_gregset_t'+set}'`\" = set"; then
3487     echo $ac_n "(cached) $ac_c" 1>&6
3488     else
3489     cat > conftest.$ac_ext <<EOF
3490     -#line 8366 "configure"
3491     +#line 8355 "configure"
3492     #include "confdefs.h"
3493    
3494     #define _SYSCALL32
3495     @@ -8371,7 +8360,7 @@ int main() {
3496     gregset_t avar
3497     ; return 0; }
3498     EOF
3499     -if { (eval echo configure:8375: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3500     +if { (eval echo configure:8364: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3501     rm -rf conftest*
3502     bfd_cv_have_sys_procfs_type_gregset_t=yes
3503     else
3504     @@ -8393,12 +8382,12 @@ EOF
3505     echo "$ac_t""$bfd_cv_have_sys_procfs_type_gregset_t" 1>&6
3506    
3507     echo $ac_n "checking for fpregset_t in sys/procfs.h""... $ac_c" 1>&6
3508     -echo "configure:8397: checking for fpregset_t in sys/procfs.h" >&5
3509     +echo "configure:8386: checking for fpregset_t in sys/procfs.h" >&5
3510     if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_fpregset_t'+set}'`\" = set"; then
3511     echo $ac_n "(cached) $ac_c" 1>&6
3512     else
3513     cat > conftest.$ac_ext <<EOF
3514     -#line 8402 "configure"
3515     +#line 8391 "configure"
3516     #include "confdefs.h"
3517    
3518     #define _SYSCALL32
3519     @@ -8407,7 +8396,7 @@ int main() {
3520     fpregset_t avar
3521     ; return 0; }
3522     EOF
3523     -if { (eval echo configure:8411: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3524     +if { (eval echo configure:8400: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3525     rm -rf conftest*
3526     bfd_cv_have_sys_procfs_type_fpregset_t=yes
3527     else
3528     @@ -8429,12 +8418,12 @@ EOF
3529     echo "$ac_t""$bfd_cv_have_sys_procfs_type_fpregset_t" 1>&6
3530    
3531     echo $ac_n "checking for prgregset_t in sys/procfs.h""... $ac_c" 1>&6
3532     -echo "configure:8433: checking for prgregset_t in sys/procfs.h" >&5
3533     +echo "configure:8422: checking for prgregset_t in sys/procfs.h" >&5
3534     if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prgregset_t'+set}'`\" = set"; then
3535     echo $ac_n "(cached) $ac_c" 1>&6
3536     else
3537     cat > conftest.$ac_ext <<EOF
3538     -#line 8438 "configure"
3539     +#line 8427 "configure"
3540     #include "confdefs.h"
3541    
3542     #define _SYSCALL32
3543     @@ -8443,7 +8432,7 @@ int main() {
3544     prgregset_t avar
3545     ; return 0; }
3546     EOF
3547     -if { (eval echo configure:8447: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3548     +if { (eval echo configure:8436: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3549     rm -rf conftest*
3550     bfd_cv_have_sys_procfs_type_prgregset_t=yes
3551     else
3552     @@ -8465,12 +8454,12 @@ EOF
3553     echo "$ac_t""$bfd_cv_have_sys_procfs_type_prgregset_t" 1>&6
3554    
3555     echo $ac_n "checking for prfpregset_t in sys/procfs.h""... $ac_c" 1>&6
3556     -echo "configure:8469: checking for prfpregset_t in sys/procfs.h" >&5
3557     +echo "configure:8458: checking for prfpregset_t in sys/procfs.h" >&5
3558     if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prfpregset_t'+set}'`\" = set"; then
3559     echo $ac_n "(cached) $ac_c" 1>&6
3560     else
3561     cat > conftest.$ac_ext <<EOF
3562     -#line 8474 "configure"
3563     +#line 8463 "configure"
3564     #include "confdefs.h"
3565    
3566     #define _SYSCALL32
3567     @@ -8479,7 +8468,7 @@ int main() {
3568     prfpregset_t avar
3569     ; return 0; }
3570     EOF
3571     -if { (eval echo configure:8483: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3572     +if { (eval echo configure:8472: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3573     rm -rf conftest*
3574     bfd_cv_have_sys_procfs_type_prfpregset_t=yes
3575     else
3576     @@ -8501,12 +8490,12 @@ EOF
3577     echo "$ac_t""$bfd_cv_have_sys_procfs_type_prfpregset_t" 1>&6
3578    
3579     echo $ac_n "checking for prgregset32_t in sys/procfs.h""... $ac_c" 1>&6
3580     -echo "configure:8505: checking for prgregset32_t in sys/procfs.h" >&5
3581     +echo "configure:8494: checking for prgregset32_t in sys/procfs.h" >&5
3582     if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prgregset32_t'+set}'`\" = set"; then
3583     echo $ac_n "(cached) $ac_c" 1>&6
3584     else
3585     cat > conftest.$ac_ext <<EOF
3586     -#line 8510 "configure"
3587     +#line 8499 "configure"
3588     #include "confdefs.h"
3589    
3590     #define _SYSCALL32
3591     @@ -8515,7 +8504,7 @@ int main() {
3592     prgregset32_t avar
3593     ; return 0; }
3594     EOF
3595     -if { (eval echo configure:8519: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3596     +if { (eval echo configure:8508: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3597     rm -rf conftest*
3598     bfd_cv_have_sys_procfs_type_prgregset32_t=yes
3599     else
3600     @@ -8537,12 +8526,12 @@ EOF
3601     echo "$ac_t""$bfd_cv_have_sys_procfs_type_prgregset32_t" 1>&6
3602    
3603     echo $ac_n "checking for prfpregset32_t in sys/procfs.h""... $ac_c" 1>&6
3604     -echo "configure:8541: checking for prfpregset32_t in sys/procfs.h" >&5
3605     +echo "configure:8530: checking for prfpregset32_t in sys/procfs.h" >&5
3606     if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prfpregset32_t'+set}'`\" = set"; then
3607     echo $ac_n "(cached) $ac_c" 1>&6
3608     else
3609     cat > conftest.$ac_ext <<EOF
3610     -#line 8546 "configure"
3611     +#line 8535 "configure"
3612     #include "confdefs.h"
3613    
3614     #define _SYSCALL32
3615     @@ -8551,7 +8540,7 @@ int main() {
3616     prfpregset32_t avar
3617     ; return 0; }
3618     EOF
3619     -if { (eval echo configure:8555: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3620     +if { (eval echo configure:8544: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3621     rm -rf conftest*
3622     bfd_cv_have_sys_procfs_type_prfpregset32_t=yes
3623     else
3624     @@ -8573,12 +8562,12 @@ EOF
3625     echo "$ac_t""$bfd_cv_have_sys_procfs_type_prfpregset32_t" 1>&6
3626    
3627     echo $ac_n "checking for lwpid_t in sys/procfs.h""... $ac_c" 1>&6
3628     -echo "configure:8577: checking for lwpid_t in sys/procfs.h" >&5
3629     +echo "configure:8566: checking for lwpid_t in sys/procfs.h" >&5
3630     if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_lwpid_t'+set}'`\" = set"; then
3631     echo $ac_n "(cached) $ac_c" 1>&6
3632     else
3633     cat > conftest.$ac_ext <<EOF
3634     -#line 8582 "configure"
3635     +#line 8571 "configure"
3636     #include "confdefs.h"
3637    
3638     #define _SYSCALL32
3639     @@ -8587,7 +8576,7 @@ int main() {
3640     lwpid_t avar
3641     ; return 0; }
3642     EOF
3643     -if { (eval echo configure:8591: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3644     +if { (eval echo configure:8580: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3645     rm -rf conftest*
3646     bfd_cv_have_sys_procfs_type_lwpid_t=yes
3647     else
3648     @@ -8609,12 +8598,12 @@ EOF
3649     echo "$ac_t""$bfd_cv_have_sys_procfs_type_lwpid_t" 1>&6
3650    
3651     echo $ac_n "checking for psaddr_t in sys/procfs.h""... $ac_c" 1>&6
3652     -echo "configure:8613: checking for psaddr_t in sys/procfs.h" >&5
3653     +echo "configure:8602: checking for psaddr_t in sys/procfs.h" >&5
3654     if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_psaddr_t'+set}'`\" = set"; then
3655     echo $ac_n "(cached) $ac_c" 1>&6
3656     else
3657     cat > conftest.$ac_ext <<EOF
3658     -#line 8618 "configure"
3659     +#line 8607 "configure"
3660     #include "confdefs.h"
3661    
3662     #define _SYSCALL32
3663     @@ -8623,7 +8612,7 @@ int main() {
3664     psaddr_t avar
3665     ; return 0; }
3666     EOF
3667     -if { (eval echo configure:8627: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3668     +if { (eval echo configure:8616: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3669     rm -rf conftest*
3670     bfd_cv_have_sys_procfs_type_psaddr_t=yes
3671     else
3672     @@ -8645,12 +8634,12 @@ EOF
3673     echo "$ac_t""$bfd_cv_have_sys_procfs_type_psaddr_t" 1>&6
3674    
3675     echo $ac_n "checking for prsysent_t in sys/procfs.h""... $ac_c" 1>&6
3676     -echo "configure:8649: checking for prsysent_t in sys/procfs.h" >&5
3677     +echo "configure:8638: checking for prsysent_t in sys/procfs.h" >&5
3678     if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prsysent_t'+set}'`\" = set"; then
3679     echo $ac_n "(cached) $ac_c" 1>&6
3680     else
3681     cat > conftest.$ac_ext <<EOF
3682     -#line 8654 "configure"
3683     +#line 8643 "configure"
3684     #include "confdefs.h"
3685    
3686     #define _SYSCALL32
3687     @@ -8659,7 +8648,7 @@ int main() {
3688     prsysent_t avar
3689     ; return 0; }
3690     EOF
3691     -if { (eval echo configure:8663: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3692     +if { (eval echo configure:8652: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3693     rm -rf conftest*
3694     bfd_cv_have_sys_procfs_type_prsysent_t=yes
3695     else
3696     @@ -8681,12 +8670,12 @@ EOF
3697     echo "$ac_t""$bfd_cv_have_sys_procfs_type_prsysent_t" 1>&6
3698    
3699     echo $ac_n "checking for pr_sigset_t in sys/procfs.h""... $ac_c" 1>&6
3700     -echo "configure:8685: checking for pr_sigset_t in sys/procfs.h" >&5
3701     +echo "configure:8674: checking for pr_sigset_t in sys/procfs.h" >&5
3702     if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pr_sigset_t'+set}'`\" = set"; then
3703     echo $ac_n "(cached) $ac_c" 1>&6
3704     else
3705     cat > conftest.$ac_ext <<EOF
3706     -#line 8690 "configure"
3707     +#line 8679 "configure"
3708     #include "confdefs.h"
3709    
3710     #define _SYSCALL32
3711     @@ -8695,7 +8684,7 @@ int main() {
3712     pr_sigset_t avar
3713     ; return 0; }
3714     EOF
3715     -if { (eval echo configure:8699: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3716     +if { (eval echo configure:8688: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3717     rm -rf conftest*
3718     bfd_cv_have_sys_procfs_type_pr_sigset_t=yes
3719     else
3720     @@ -8717,12 +8706,12 @@ EOF
3721     echo "$ac_t""$bfd_cv_have_sys_procfs_type_pr_sigset_t" 1>&6
3722    
3723     echo $ac_n "checking for pr_sigaction64_t in sys/procfs.h""... $ac_c" 1>&6
3724     -echo "configure:8721: checking for pr_sigaction64_t in sys/procfs.h" >&5
3725     +echo "configure:8710: checking for pr_sigaction64_t in sys/procfs.h" >&5
3726     if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pr_sigaction64_t'+set}'`\" = set"; then
3727     echo $ac_n "(cached) $ac_c" 1>&6
3728     else
3729     cat > conftest.$ac_ext <<EOF
3730     -#line 8726 "configure"
3731     +#line 8715 "configure"
3732     #include "confdefs.h"
3733    
3734     #define _SYSCALL32
3735     @@ -8731,7 +8720,7 @@ int main() {
3736     pr_sigaction64_t avar
3737     ; return 0; }
3738     EOF
3739     -if { (eval echo configure:8735: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3740     +if { (eval echo configure:8724: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3741     rm -rf conftest*
3742     bfd_cv_have_sys_procfs_type_pr_sigaction64_t=yes
3743     else
3744     @@ -8753,12 +8742,12 @@ EOF
3745     echo "$ac_t""$bfd_cv_have_sys_procfs_type_pr_sigaction64_t" 1>&6
3746    
3747     echo $ac_n "checking for pr_siginfo64_t in sys/procfs.h""... $ac_c" 1>&6
3748     -echo "configure:8757: checking for pr_siginfo64_t in sys/procfs.h" >&5
3749     +echo "configure:8746: checking for pr_siginfo64_t in sys/procfs.h" >&5
3750     if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pr_siginfo64_t'+set}'`\" = set"; then
3751     echo $ac_n "(cached) $ac_c" 1>&6
3752     else
3753     cat > conftest.$ac_ext <<EOF
3754     -#line 8762 "configure"
3755     +#line 8751 "configure"
3756     #include "confdefs.h"
3757    
3758     #define _SYSCALL32
3759     @@ -8767,7 +8756,7 @@ int main() {
3760     pr_siginfo64_t avar
3761     ; return 0; }
3762     EOF
3763     -if { (eval echo configure:8771: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3764     +if { (eval echo configure:8760: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3765     rm -rf conftest*
3766     bfd_cv_have_sys_procfs_type_pr_siginfo64_t=yes
3767     else
3768     @@ -8794,7 +8783,7 @@ EOF
3769    
3770     if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then
3771     echo $ac_n "checking whether prfpregset_t type is broken""... $ac_c" 1>&6
3772     -echo "configure:8798: checking whether prfpregset_t type is broken" >&5
3773     +echo "configure:8787: checking whether prfpregset_t type is broken" >&5
3774     if eval "test \"`echo '$''{'gdb_cv_prfpregset_t_broken'+set}'`\" = set"; then
3775     echo $ac_n "(cached) $ac_c" 1>&6
3776     else
3777     @@ -8802,7 +8791,7 @@ else
3778     gdb_cv_prfpregset_t_broken=yes
3779     else
3780     cat > conftest.$ac_ext <<EOF
3781     -#line 8806 "configure"
3782     +#line 8795 "configure"
3783     #include "confdefs.h"
3784     #include <sys/procfs.h>
3785     int main ()
3786     @@ -8812,7 +8801,7 @@ else
3787     return 0;
3788     }
3789     EOF
3790     -if { (eval echo configure:8816: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3791     +if { (eval echo configure:8805: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3792     then
3793     gdb_cv_prfpregset_t_broken=no
3794     else
3795     @@ -8837,12 +8826,12 @@ EOF
3796    
3797    
3798     echo $ac_n "checking for PIOCSET ioctl entry in sys/procfs.h""... $ac_c" 1>&6
3799     -echo "configure:8841: checking for PIOCSET ioctl entry in sys/procfs.h" >&5
3800     +echo "configure:8830: checking for PIOCSET ioctl entry in sys/procfs.h" >&5
3801     if eval "test \"`echo '$''{'gdb_cv_have_procfs_piocset'+set}'`\" = set"; then
3802     echo $ac_n "(cached) $ac_c" 1>&6
3803     else
3804     cat > conftest.$ac_ext <<EOF
3805     -#line 8846 "configure"
3806     +#line 8835 "configure"
3807     #include "confdefs.h"
3808     #include <unistd.h>
3809     #include <sys/types.h>
3810     @@ -8855,7 +8844,7 @@ int main() {
3811    
3812     ; return 0; }
3813     EOF
3814     -if { (eval echo configure:8859: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3815     +if { (eval echo configure:8848: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3816     rm -rf conftest*
3817     gdb_cv_have_procfs_piocset=yes
3818     else
3819     @@ -8879,19 +8868,19 @@ fi
3820     if test ${host} = ${target} ; then
3821    
3822     echo $ac_n "checking for member l_addr in struct link_map""... $ac_c" 1>&6
3823     -echo "configure:8883: checking for member l_addr in struct link_map" >&5
3824     +echo "configure:8872: checking for member l_addr in struct link_map" >&5
3825     if eval "test \"`echo '$''{'gdb_cv_have_struct_link_map_with_l_members'+set}'`\" = set"; then
3826     echo $ac_n "(cached) $ac_c" 1>&6
3827     else
3828     cat > conftest.$ac_ext <<EOF
3829     -#line 8888 "configure"
3830     +#line 8877 "configure"
3831     #include "confdefs.h"
3832     #include <link.h>
3833     int main() {
3834     struct link_map lm; (void) lm.l_addr;
3835     ; return 0; }
3836     EOF
3837     -if { (eval echo configure:8895: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3838     +if { (eval echo configure:8884: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3839     rm -rf conftest*
3840     gdb_cv_have_struct_link_map_with_l_members=yes
3841     else
3842     @@ -8913,12 +8902,12 @@ EOF
3843    
3844    
3845     echo $ac_n "checking for member lm_addr in struct link_map""... $ac_c" 1>&6
3846     -echo "configure:8917: checking for member lm_addr in struct link_map" >&5
3847     +echo "configure:8906: checking for member lm_addr in struct link_map" >&5
3848     if eval "test \"`echo '$''{'gdb_cv_have_struct_link_map_with_lm_members'+set}'`\" = set"; then
3849     echo $ac_n "(cached) $ac_c" 1>&6
3850     else
3851     cat > conftest.$ac_ext <<EOF
3852     -#line 8922 "configure"
3853     +#line 8911 "configure"
3854     #include "confdefs.h"
3855     #include <sys/types.h>
3856     #include <link.h>
3857     @@ -8926,7 +8915,7 @@ int main() {
3858     struct link_map lm; (void) lm.lm_addr;
3859     ; return 0; }
3860     EOF
3861     -if { (eval echo configure:8930: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3862     +if { (eval echo configure:8919: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3863     rm -rf conftest*
3864     gdb_cv_have_struct_link_map_with_lm_members=yes
3865     else
3866     @@ -8948,12 +8937,12 @@ EOF
3867    
3868    
3869     echo $ac_n "checking for member som_addr in struct so_map""... $ac_c" 1>&6
3870     -echo "configure:8952: checking for member som_addr in struct so_map" >&5
3871     +echo "configure:8941: checking for member som_addr in struct so_map" >&5
3872     if eval "test \"`echo '$''{'gdb_cv_have_struct_so_map_with_som_members'+set}'`\" = set"; then
3873     echo $ac_n "(cached) $ac_c" 1>&6
3874     else
3875     cat > conftest.$ac_ext <<EOF
3876     -#line 8957 "configure"
3877     +#line 8946 "configure"
3878     #include "confdefs.h"
3879     #include <sys/types.h>
3880     #ifdef HAVE_NLIST_H
3881     @@ -8964,7 +8953,7 @@ int main() {
3882     struct so_map lm; (void) lm.som_addr;
3883     ; return 0; }
3884     EOF
3885     -if { (eval echo configure:8968: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3886     +if { (eval echo configure:8957: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3887     rm -rf conftest*
3888     gdb_cv_have_struct_so_map_with_som_members=yes
3889     else
3890     @@ -8986,12 +8975,12 @@ EOF
3891    
3892    
3893     echo $ac_n "checking for struct link_map32 in sys/link.h""... $ac_c" 1>&6
3894     -echo "configure:8990: checking for struct link_map32 in sys/link.h" >&5
3895     +echo "configure:8979: checking for struct link_map32 in sys/link.h" >&5
3896     if eval "test \"`echo '$''{'gdb_cv_have_struct_link_map32'+set}'`\" = set"; then
3897     echo $ac_n "(cached) $ac_c" 1>&6
3898     else
3899     cat > conftest.$ac_ext <<EOF
3900     -#line 8995 "configure"
3901     +#line 8984 "configure"
3902     #include "confdefs.h"
3903     #define _SYSCALL32
3904     #include <sys/link.h>
3905     @@ -8999,7 +8988,7 @@ int main() {
3906     struct link_map32 l;
3907     ; return 0; }
3908     EOF
3909     -if { (eval echo configure:9003: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3910     +if { (eval echo configure:8992: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3911     rm -rf conftest*
3912     gdb_cv_have_struct_link_map32=yes
3913     else
3914     @@ -9026,12 +9015,12 @@ fi
3915    
3916    
3917     echo $ac_n "checking for long long support in compiler""... $ac_c" 1>&6
3918     -echo "configure:9030: checking for long long support in compiler" >&5
3919     +echo "configure:9019: checking for long long support in compiler" >&5
3920     if eval "test \"`echo '$''{'gdb_cv_c_long_long'+set}'`\" = set"; then
3921     echo $ac_n "(cached) $ac_c" 1>&6
3922     else
3923     cat > conftest.$ac_ext <<EOF
3924     -#line 9035 "configure"
3925     +#line 9024 "configure"
3926     #include "confdefs.h"
3927    
3928     int main() {
3929     @@ -9041,7 +9030,7 @@ int main() {
3930    
3931     ; return 0; }
3932     EOF
3933     -if { (eval echo configure:9045: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3934     +if { (eval echo configure:9034: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3935     rm -rf conftest*
3936     gdb_cv_c_long_long=yes
3937     else
3938     @@ -9063,7 +9052,7 @@ fi
3939    
3940    
3941     echo $ac_n "checking for long long support in printf""... $ac_c" 1>&6
3942     -echo "configure:9067: checking for long long support in printf" >&5
3943     +echo "configure:9056: checking for long long support in printf" >&5
3944     if eval "test \"`echo '$''{'gdb_cv_printf_has_long_long'+set}'`\" = set"; then
3945     echo $ac_n "(cached) $ac_c" 1>&6
3946     else
3947     @@ -9071,7 +9060,7 @@ else
3948     gdb_cv_printf_has_long_long=no
3949     else
3950     cat > conftest.$ac_ext <<EOF
3951     -#line 9075 "configure"
3952     +#line 9064 "configure"
3953     #include "confdefs.h"
3954    
3955     int main () {
3956     @@ -9085,7 +9074,7 @@ int main () {
3957     return (strcmp ("0x0123456789abcdef", buf));
3958     }
3959     EOF
3960     -if { (eval echo configure:9089: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3961     +if { (eval echo configure:9078: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3962     then
3963     gdb_cv_printf_has_long_long=yes
3964     else
3965     @@ -9109,19 +9098,19 @@ echo "$ac_t""$gdb_cv_printf_has_long_lon
3966    
3967    
3968     echo $ac_n "checking for long double support in compiler""... $ac_c" 1>&6
3969     -echo "configure:9113: checking for long double support in compiler" >&5
3970     +echo "configure:9102: checking for long double support in compiler" >&5
3971     if eval "test \"`echo '$''{'ac_cv_c_long_double'+set}'`\" = set"; then
3972     echo $ac_n "(cached) $ac_c" 1>&6
3973     else
3974     cat > conftest.$ac_ext <<EOF
3975     -#line 9118 "configure"
3976     +#line 9107 "configure"
3977     #include "confdefs.h"
3978    
3979     int main() {
3980     long double foo;
3981     ; return 0; }
3982     EOF
3983     -if { (eval echo configure:9125: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3984     +if { (eval echo configure:9114: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3985     rm -rf conftest*
3986     ac_cv_c_long_double=yes
3987     else
3988     @@ -9143,7 +9132,7 @@ fi
3989    
3990    
3991     echo $ac_n "checking for long double support in printf""... $ac_c" 1>&6
3992     -echo "configure:9147: checking for long double support in printf" >&5
3993     +echo "configure:9136: checking for long double support in printf" >&5
3994     if eval "test \"`echo '$''{'gdb_cv_printf_has_long_double'+set}'`\" = set"; then
3995     echo $ac_n "(cached) $ac_c" 1>&6
3996     else
3997     @@ -9151,7 +9140,7 @@ else
3998     gdb_cv_printf_has_long_double=no
3999     else
4000     cat > conftest.$ac_ext <<EOF
4001     -#line 9155 "configure"
4002     +#line 9144 "configure"
4003     #include "confdefs.h"
4004    
4005     int main () {
4006     @@ -9161,7 +9150,7 @@ int main () {
4007     return (strncmp ("3.14159", buf, 7));
4008     }
4009     EOF
4010     -if { (eval echo configure:9165: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4011     +if { (eval echo configure:9154: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4012     then
4013     gdb_cv_printf_has_long_double=yes
4014     else
4015     @@ -9185,7 +9174,7 @@ echo "$ac_t""$gdb_cv_printf_has_long_dou
4016    
4017    
4018     echo $ac_n "checking for long double support in scanf""... $ac_c" 1>&6
4019     -echo "configure:9189: checking for long double support in scanf" >&5
4020     +echo "configure:9178: checking for long double support in scanf" >&5
4021     if eval "test \"`echo '$''{'gdb_cv_scanf_has_long_double'+set}'`\" = set"; then
4022     echo $ac_n "(cached) $ac_c" 1>&6
4023     else
4024     @@ -9193,7 +9182,7 @@ else
4025     gdb_cv_scanf_has_long_double=no
4026     else
4027     cat > conftest.$ac_ext <<EOF
4028     -#line 9197 "configure"
4029     +#line 9186 "configure"
4030     #include "confdefs.h"
4031    
4032     int main () {
4033     @@ -9203,7 +9192,7 @@ int main () {
4034     return !(f > 3.14159 && f < 3.14160);
4035     }
4036     EOF
4037     -if { (eval echo configure:9207: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4038     +if { (eval echo configure:9196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4039     then
4040     gdb_cv_scanf_has_long_double=yes
4041     else
4042     @@ -9228,7 +9217,7 @@ echo "$ac_t""$gdb_cv_scanf_has_long_doub
4043     case ${host_os} in
4044     aix*)
4045     echo $ac_n "checking for -bbigtoc option""... $ac_c" 1>&6
4046     -echo "configure:9232: checking for -bbigtoc option" >&5
4047     +echo "configure:9221: checking for -bbigtoc option" >&5
4048     if eval "test \"`echo '$''{'gdb_cv_bigtoc'+set}'`\" = set"; then
4049     echo $ac_n "(cached) $ac_c" 1>&6
4050     else
4051     @@ -9242,14 +9231,14 @@ else
4052    
4053     LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
4054     cat > conftest.$ac_ext <<EOF
4055     -#line 9246 "configure"
4056     +#line 9235 "configure"
4057     #include "confdefs.h"
4058    
4059     int main() {
4060     int i;
4061     ; return 0; }
4062     EOF
4063     -if { (eval echo configure:9253: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4064     +if { (eval echo configure:9242: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4065     :
4066     else
4067     echo "configure: failed program was:" >&5
4068     @@ -9273,7 +9262,7 @@ if test ${build} = ${host} -a ${host} =
4069     case ${host_os} in
4070     hpux*)
4071     echo $ac_n "checking for HPUX/OSF thread support""... $ac_c" 1>&6
4072     -echo "configure:9277: checking for HPUX/OSF thread support" >&5
4073     +echo "configure:9266: checking for HPUX/OSF thread support" >&5
4074     if test -f /usr/include/dce/cma_config.h ; then
4075     if test "$GCC" = "yes" ; then
4076     echo "$ac_t""yes" 1>&6
4077     @@ -9296,7 +9285,7 @@ EOF
4078     # because version 0 (present on Solaris 2.4 or earlier) doesn't have
4079     # the same API.
4080     echo $ac_n "checking for Solaris thread debugging library""... $ac_c" 1>&6
4081     -echo "configure:9300: checking for Solaris thread debugging library" >&5
4082     +echo "configure:9289: checking for Solaris thread debugging library" >&5
4083     if test -f /usr/lib/libthread_db.so.1 ; then
4084     echo "$ac_t""yes" 1>&6
4085     cat >> confdefs.h <<\EOF
4086     @@ -9306,7 +9295,7 @@ EOF
4087     CONFIG_OBS="${CONFIG_OBS} sol-thread.o"
4088     CONFIG_SRCS="${CONFIG_SRCS} sol-thread.c"
4089     echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
4090     -echo "configure:9310: checking for dlopen in -ldl" >&5
4091     +echo "configure:9299: checking for dlopen in -ldl" >&5
4092     ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
4093     if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4094     echo $ac_n "(cached) $ac_c" 1>&6
4095     @@ -9314,7 +9303,7 @@ else
4096     ac_save_LIBS="$LIBS"
4097     LIBS="-ldl $LIBS"
4098     cat > conftest.$ac_ext <<EOF
4099     -#line 9318 "configure"
4100     +#line 9307 "configure"
4101     #include "confdefs.h"
4102     /* Override any gcc2 internal prototype to avoid an error. */
4103     /* We use char because int might match the return type of a gcc2
4104     @@ -9325,7 +9314,7 @@ int main() {
4105     dlopen()
4106     ; return 0; }
4107     EOF
4108     -if { (eval echo configure:9329: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4109     +if { (eval echo configure:9318: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4110     rm -rf conftest*
4111     eval "ac_cv_lib_$ac_lib_var=yes"
4112     else
4113     @@ -9357,17 +9346,17 @@ fi
4114     # all symbols visible in the dynamic symbol table.
4115     hold_ldflags=$LDFLAGS
4116     echo $ac_n "checking for the ld -export-dynamic flag""... $ac_c" 1>&6
4117     -echo "configure:9361: checking for the ld -export-dynamic flag" >&5
4118     +echo "configure:9350: checking for the ld -export-dynamic flag" >&5
4119     LDFLAGS="${LDFLAGS} -Wl,-export-dynamic"
4120     cat > conftest.$ac_ext <<EOF
4121     -#line 9364 "configure"
4122     +#line 9353 "configure"
4123     #include "confdefs.h"
4124    
4125     int main() {
4126     int i;
4127     ; return 0; }
4128     EOF
4129     -if { (eval echo configure:9371: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4130     +if { (eval echo configure:9360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4131     rm -rf conftest*
4132     found=yes
4133     else
4134     @@ -9386,13 +9375,13 @@ rm -f conftest*
4135     # Sun randomly tweaked the prototypes in <proc_service.h>
4136     # at one point.
4137     echo $ac_n "checking if <proc_service.h> is old""... $ac_c" 1>&6
4138     -echo "configure:9390: checking if <proc_service.h> is old" >&5
4139     +echo "configure:9379: checking if <proc_service.h> is old" >&5
4140     if eval "test \"`echo '$''{'gdb_cv_proc_service_is_old'+set}'`\" = set"; then
4141     echo $ac_n "(cached) $ac_c" 1>&6
4142     else
4143    
4144     cat > conftest.$ac_ext <<EOF
4145     -#line 9396 "configure"
4146     +#line 9385 "configure"
4147     #include "confdefs.h"
4148    
4149     #include <proc_service.h>
4150     @@ -9403,7 +9392,7 @@ int main() {
4151    
4152     ; return 0; }
4153     EOF
4154     -if { (eval echo configure:9407: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4155     +if { (eval echo configure:9396: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4156     rm -rf conftest*
4157     gdb_cv_proc_service_is_old=no
4158     else
4159     @@ -9429,12 +9418,12 @@ EOF
4160     ;;
4161     aix*)
4162     echo $ac_n "checking for AiX thread debugging library""... $ac_c" 1>&6
4163     -echo "configure:9433: checking for AiX thread debugging library" >&5
4164     +echo "configure:9422: checking for AiX thread debugging library" >&5
4165     if eval "test \"`echo '$''{'gdb_cv_have_aix_thread_debug'+set}'`\" = set"; then
4166     echo $ac_n "(cached) $ac_c" 1>&6
4167     else
4168     cat > conftest.$ac_ext <<EOF
4169     -#line 9438 "configure"
4170     +#line 9427 "configure"
4171     #include "confdefs.h"
4172     #include <sys/pthdebug.h>
4173     int main() {
4174     @@ -9443,7 +9432,7 @@ int main() {
4175     #endif
4176     ; return 0; }
4177     EOF
4178     -if { (eval echo configure:9447: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4179     +if { (eval echo configure:9436: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4180     rm -rf conftest*
4181     gdb_cv_have_aix_thread_debug=yes
4182     else
4183     @@ -9468,19 +9457,19 @@ fi
4184    
4185     if test "x$ac_cv_header_thread_db_h" = "xyes"; then
4186     echo $ac_n "checking whether <thread_db.h> has TD_NOTALLOC""... $ac_c" 1>&6
4187     -echo "configure:9472: checking whether <thread_db.h> has TD_NOTALLOC" >&5
4188     +echo "configure:9461: checking whether <thread_db.h> has TD_NOTALLOC" >&5
4189     if eval "test \"`echo '$''{'gdb_cv_thread_db_h_has_td_notalloc'+set}'`\" = set"; then
4190     echo $ac_n "(cached) $ac_c" 1>&6
4191     else
4192     cat > conftest.$ac_ext <<EOF
4193     -#line 9477 "configure"
4194     +#line 9466 "configure"
4195     #include "confdefs.h"
4196     #include <thread_db.h>
4197     int main() {
4198     int i = TD_NOTALLOC;
4199     ; return 0; }
4200     EOF
4201     -if { (eval echo configure:9484: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4202     +if { (eval echo configure:9473: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4203     rm -rf conftest*
4204     gdb_cv_thread_db_h_has_td_notalloc=yes
4205     else
4206     @@ -9505,19 +9494,19 @@ fi
4207    
4208     if test "x$ac_cv_header_sys_syscall_h" = "xyes"; then
4209     echo $ac_n "checking whether <sys/syscall.h> has __NR_tkill""... $ac_c" 1>&6
4210     -echo "configure:9509: checking whether <sys/syscall.h> has __NR_tkill" >&5
4211     +echo "configure:9498: checking whether <sys/syscall.h> has __NR_tkill" >&5
4212     if eval "test \"`echo '$''{'gdb_cv_sys_syscall_h_has_tkill'+set}'`\" = set"; then
4213     echo $ac_n "(cached) $ac_c" 1>&6
4214     else
4215     cat > conftest.$ac_ext <<EOF
4216     -#line 9514 "configure"
4217     +#line 9503 "configure"
4218     #include "confdefs.h"
4219     #include <sys/syscall.h>
4220     int main() {
4221     int i = __NR_tkill;
4222     ; return 0; }
4223     EOF
4224     -if { (eval echo configure:9521: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4225     +if { (eval echo configure:9510: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4226     rm -rf conftest*
4227     gdb_cv_sys_syscall_h_has_tkill=yes
4228     else
4229     @@ -9585,7 +9574,8 @@ fi
4230     # gdb/doc/gdbint.texinfo.
4231     build_warnings="-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs \
4232     -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -Wformat-nonliteral \
4233     --Wunused-label -Wunused-function"
4234     +-Wunused-label -Wunused-function -Wno-pointer-sign -Wno-unused \
4235     +-Wp,-U_FORTIFY_SOURCE"
4236     # Up for debate: -Wswitch -Wcomment -trigraphs -Wtrigraphs
4237     # -Wunused-function -Wunused-variable -Wunused-value
4238     # -Wchar-subscripts -Wtraditional -Wshadow -Wcast-qual
4239     @@ -9629,7 +9619,7 @@ WERROR_CFLAGS=""
4240     if test "x${build_warnings}" != x -a "x$GCC" = xyes
4241     then
4242     echo $ac_n "checking compiler warning flags""... $ac_c" 1>&6
4243     -echo "configure:9633: checking compiler warning flags" >&5
4244     +echo "configure:9623: checking compiler warning flags" >&5
4245     # Separate out the -Werror flag as some files just cannot be
4246     # compiled with it enabled.
4247     for w in ${build_warnings}; do
4248     @@ -9639,14 +9629,14 @@ echo "configure:9633: checking compiler
4249     saved_CFLAGS="$CFLAGS"
4250     CFLAGS="$CFLAGS $w"
4251     cat > conftest.$ac_ext <<EOF
4252     -#line 9643 "configure"
4253     +#line 9633 "configure"
4254     #include "confdefs.h"
4255    
4256     int main() {
4257    
4258     ; return 0; }
4259     EOF
4260     -if { (eval echo configure:9650: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4261     +if { (eval echo configure:9640: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4262     rm -rf conftest*
4263     WARN_CFLAGS="${WARN_CFLAGS} $w"
4264     else
4265     @@ -9664,12 +9654,12 @@ fi
4266    
4267     # In the Cygwin environment, we need some additional flags.
4268     echo $ac_n "checking for cygwin""... $ac_c" 1>&6
4269     -echo "configure:9668: checking for cygwin" >&5
4270     +echo "configure:9658: checking for cygwin" >&5
4271     if eval "test \"`echo '$''{'gdb_cv_os_cygwin'+set}'`\" = set"; then
4272     echo $ac_n "(cached) $ac_c" 1>&6
4273     else
4274     cat > conftest.$ac_ext <<EOF
4275     -#line 9673 "configure"
4276     +#line 9663 "configure"
4277     #include "confdefs.h"
4278    
4279     #if defined (__CYGWIN__) || defined (__CYGWIN32__)
4280     @@ -9754,7 +9744,7 @@ if test "${with_tclconfig+set}" = set; t
4281     fi
4282    
4283     echo $ac_n "checking for Tcl configuration""... $ac_c" 1>&6
4284     -echo "configure:9758: checking for Tcl configuration" >&5
4285     +echo "configure:9748: checking for Tcl configuration" >&5
4286     if eval "test \"`echo '$''{'ac_cv_c_tclconfig'+set}'`\" = set"; then
4287     echo $ac_n "(cached) $ac_c" 1>&6
4288     else
4289     @@ -9863,7 +9853,7 @@ if test "${with_tkconfig+set}" = set; th
4290     fi
4291    
4292     echo $ac_n "checking for Tk configuration""... $ac_c" 1>&6
4293     -echo "configure:9867: checking for Tk configuration" >&5
4294     +echo "configure:9857: checking for Tk configuration" >&5
4295     if eval "test \"`echo '$''{'ac_cv_c_tkconfig'+set}'`\" = set"; then
4296     echo $ac_n "(cached) $ac_c" 1>&6
4297     else
4298     @@ -9965,7 +9955,7 @@ fi
4299    
4300     no_tcl=true
4301     echo $ac_n "checking for Tcl private headers. dir=${configdir}""... $ac_c" 1>&6
4302     -echo "configure:9969: checking for Tcl private headers. dir=${configdir}" >&5
4303     +echo "configure:9959: checking for Tcl private headers. dir=${configdir}" >&5
4304     # Check whether --with-tclinclude or --without-tclinclude was given.
4305     if test "${with_tclinclude+set}" = set; then
4306     withval="$with_tclinclude"
4307     @@ -10031,17 +10021,17 @@ fi
4308     if test x"${ac_cv_c_tclh}" = x ; then
4309     ac_safe=`echo "tclInt.h" | sed 'y%./+-%__p_%'`
4310     echo $ac_n "checking for tclInt.h""... $ac_c" 1>&6
4311     -echo "configure:10035: checking for tclInt.h" >&5
4312     +echo "configure:10025: checking for tclInt.h" >&5
4313     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4314     echo $ac_n "(cached) $ac_c" 1>&6
4315     else
4316     cat > conftest.$ac_ext <<EOF
4317     -#line 10040 "configure"
4318     +#line 10030 "configure"
4319     #include "confdefs.h"
4320     #include <tclInt.h>
4321     EOF
4322     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4323     -{ (eval echo configure:10045: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4324     +{ (eval echo configure:10035: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4325     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4326     if test -z "$ac_err"; then
4327     rm -rf conftest*
4328     @@ -10101,7 +10091,7 @@ fi
4329     #
4330     no_tk=true
4331     echo $ac_n "checking for Tk private headers""... $ac_c" 1>&6
4332     -echo "configure:10105: checking for Tk private headers" >&5
4333     +echo "configure:10095: checking for Tk private headers" >&5
4334     # Check whether --with-tkinclude or --without-tkinclude was given.
4335     if test "${with_tkinclude+set}" = set; then
4336     withval="$with_tkinclude"
4337     @@ -10167,17 +10157,17 @@ fi
4338     if test x"${ac_cv_c_tkh}" = x ; then
4339     ac_safe=`echo "tk.h" | sed 'y%./+-%__p_%'`
4340     echo $ac_n "checking for tk.h""... $ac_c" 1>&6
4341     -echo "configure:10171: checking for tk.h" >&5
4342     +echo "configure:10161: checking for tk.h" >&5
4343     if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4344     echo $ac_n "(cached) $ac_c" 1>&6
4345     else
4346     cat > conftest.$ac_ext <<EOF
4347     -#line 10176 "configure"
4348     +#line 10166 "configure"
4349     #include "confdefs.h"
4350     #include <tk.h>
4351     EOF
4352     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4353     -{ (eval echo configure:10181: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4354     +{ (eval echo configure:10171: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4355     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4356     if test -z "$ac_err"; then
4357     rm -rf conftest*
4358     @@ -10223,7 +10213,7 @@ fi
4359    
4360    
4361     echo $ac_n "checking for Itcl private headers. srcdir=${srcdir}""... $ac_c" 1>&6
4362     -echo "configure:10227: checking for Itcl private headers. srcdir=${srcdir}" >&5
4363     +echo "configure:10217: checking for Itcl private headers. srcdir=${srcdir}" >&5
4364     if test x"${ac_cv_c_itclh}" = x ; then
4365     for i in ${srcdir}/../itcl ${srcdir}/../../itcl ${srcdir}/../../../itcl ${srcdir}/../itcl/itcl; do
4366     if test -f $i/generic/itcl.h ; then
4367     @@ -10246,7 +10236,7 @@ fi
4368    
4369    
4370     echo $ac_n "checking for Itk private headers. srcdir=${srcdir}""... $ac_c" 1>&6
4371     -echo "configure:10250: checking for Itk private headers. srcdir=${srcdir}" >&5
4372     +echo "configure:10240: checking for Itk private headers. srcdir=${srcdir}" >&5
4373     if test x"${ac_cv_c_itkh}" = x ; then
4374     for i in ${srcdir}/../itcl ${srcdir}/../../itcl ${srcdir}/../../../itcl ${srcdir}/../itcl/itk; do
4375     if test -f $i/generic/itk.h ; then
4376     @@ -10294,7 +10284,7 @@ if test "${with_itclconfig+set}" = set;
4377     fi
4378    
4379     echo $ac_n "checking for Itcl configuration""... $ac_c" 1>&6
4380     -echo "configure:10298: checking for Itcl configuration" >&5
4381     +echo "configure:10288: checking for Itcl configuration" >&5
4382     if eval "test \"`echo '$''{'ac_cv_c_itclconfig'+set}'`\" = set"; then
4383     echo $ac_n "(cached) $ac_c" 1>&6
4384     else
4385     @@ -10397,7 +10387,7 @@ if test "${with_itkconfig+set}" = set; t
4386     fi
4387    
4388     echo $ac_n "checking for Itk configuration""... $ac_c" 1>&6
4389     -echo "configure:10401: checking for Itk configuration" >&5
4390     +echo "configure:10391: checking for Itk configuration" >&5
4391     if eval "test \"`echo '$''{'ac_cv_c_itkconfig'+set}'`\" = set"; then
4392     echo $ac_n "(cached) $ac_c" 1>&6
4393     else
4394     @@ -10539,7 +10529,7 @@ fi
4395     # Uses ac_ vars as temps to allow command line to override cache and checks.
4396     # --without-x overrides everything else, but does not touch the cache.
4397     echo $ac_n "checking for X""... $ac_c" 1>&6
4398     -echo "configure:10543: checking for X" >&5
4399     +echo "configure:10533: checking for X" >&5
4400    
4401     # Check whether --with-x or --without-x was given.
4402     if test "${with_x+set}" = set; then
4403     @@ -10601,12 +10591,12 @@ if test "$ac_x_includes" = NO; then
4404    
4405     # First, try using that file with no special directory specified.
4406     cat > conftest.$ac_ext <<EOF
4407     -#line 10605 "configure"
4408     +#line 10595 "configure"
4409     #include "confdefs.h"
4410     #include <$x_direct_test_include>
4411     EOF
4412     ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4413     -{ (eval echo configure:10610: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4414     +{ (eval echo configure:10600: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4415     ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4416     if test -z "$ac_err"; then
4417     rm -rf conftest*
4418     @@ -10675,14 +10665,14 @@ if test "$ac_x_libraries" = NO; then
4419     ac_save_LIBS="$LIBS"
4420     LIBS="-l$x_direct_test_library $LIBS"
4421     cat > conftest.$ac_ext <<EOF
4422     -#line 10679 "configure"
4423     +#line 10669 "configure"
4424     #include "confdefs.h"
4425    
4426     int main() {
4427     ${x_direct_test_function}()
4428     ; return 0; }
4429     EOF
4430     -if { (eval echo configure:10686: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4431     +if { (eval echo configure:10676: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4432     rm -rf conftest*
4433     LIBS="$ac_save_LIBS"
4434     # We can link X programs with no special library path.
4435     @@ -10924,7 +10914,7 @@ fi
4436     # We only build gdbserver automatically if host and target are the same.
4437     if test "x$target" = "x$host"; then
4438     echo $ac_n "checking whether gdbserver is supported on this host""... $ac_c" 1>&6
4439     -echo "configure:10928: checking whether gdbserver is supported on this host" >&5
4440     +echo "configure:10918: checking whether gdbserver is supported on this host" >&5
4441     if test "x$build_gdbserver" = xyes; then
4442     configdirs="$configdirs gdbserver"
4443     echo "$ac_t""yes" 1>&6
4444     @@ -10997,12 +10987,12 @@ fi
4445    
4446    
4447     echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
4448     -echo "configure:11001: checking for Cygwin environment" >&5
4449     +echo "configure:10991: checking for Cygwin environment" >&5
4450     if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
4451     echo $ac_n "(cached) $ac_c" 1>&6
4452     else
4453     cat > conftest.$ac_ext <<EOF
4454     -#line 11006 "configure"
4455     +#line 10996 "configure"
4456     #include "confdefs.h"
4457    
4458     int main() {
4459     @@ -11013,7 +11003,7 @@ int main() {
4460     return __CYGWIN__;
4461     ; return 0; }
4462     EOF
4463     -if { (eval echo configure:11017: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4464     +if { (eval echo configure:11007: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4465     rm -rf conftest*
4466     ac_cv_cygwin=yes
4467     else
4468     @@ -11030,19 +11020,19 @@ echo "$ac_t""$ac_cv_cygwin" 1>&6
4469     CYGWIN=
4470     test "$ac_cv_cygwin" = yes && CYGWIN=yes
4471     echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
4472     -echo "configure:11034: checking for mingw32 environment" >&5
4473     +echo "configure:11024: checking for mingw32 environment" >&5
4474     if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
4475     echo $ac_n "(cached) $ac_c" 1>&6
4476     else
4477     cat > conftest.$ac_ext <<EOF
4478     -#line 11039 "configure"
4479     +#line 11029 "configure"
4480     #include "confdefs.h"
4481    
4482     int main() {
4483     return __MINGW32__;
4484     ; return 0; }
4485     EOF
4486     -if { (eval echo configure:11046: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4487     +if { (eval echo configure:11036: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4488     rm -rf conftest*
4489     ac_cv_mingw32=yes
4490     else
4491     @@ -11061,7 +11051,7 @@ test "$ac_cv_mingw32" = yes && MINGW32=y
4492    
4493    
4494     echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
4495     -echo "configure:11065: checking for executable suffix" >&5
4496     +echo "configure:11055: checking for executable suffix" >&5
4497     if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
4498     echo $ac_n "(cached) $ac_c" 1>&6
4499     else
4500     @@ -11071,10 +11061,10 @@ else
4501     rm -f conftest*
4502     echo 'int main () { return 0; }' > conftest.$ac_ext
4503     ac_cv_exeext=
4504     - if { (eval echo configure:11075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
4505     + if { (eval echo configure:11065: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
4506     for file in conftest.*; do
4507     case $file in
4508     - *.c | *.C | *.o | *.obj | *.ilk | *.pdb) ;;
4509     + *.c | *.o | *.obj) ;;
4510     *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
4511     esac
4512     done
4513     @@ -11113,7 +11103,7 @@ fi
4514    
4515    
4516     echo $ac_n "checking for iconv""... $ac_c" 1>&6
4517     -echo "configure:11117: checking for iconv" >&5
4518     +echo "configure:11107: checking for iconv" >&5
4519     if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then
4520     echo $ac_n "(cached) $ac_c" 1>&6
4521     else
4522     @@ -11121,7 +11111,7 @@ else
4523     am_cv_func_iconv="no, consider installing GNU libiconv"
4524     am_cv_lib_iconv=no
4525     cat > conftest.$ac_ext <<EOF
4526     -#line 11125 "configure"
4527     +#line 11115 "configure"
4528     #include "confdefs.h"
4529     #include <stdlib.h>
4530     #include <iconv.h>
4531     @@ -11131,7 +11121,7 @@ iconv_t cd = iconv_open("","");
4532     iconv_close(cd);
4533     ; return 0; }
4534     EOF
4535     -if { (eval echo configure:11135: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4536     +if { (eval echo configure:11125: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4537     rm -rf conftest*
4538     am_cv_func_iconv=yes
4539     else
4540     @@ -11143,7 +11133,7 @@ rm -f conftest*
4541     am_save_LIBS="$LIBS"
4542     LIBS="$LIBS -liconv"
4543     cat > conftest.$ac_ext <<EOF
4544     -#line 11147 "configure"
4545     +#line 11137 "configure"
4546     #include "confdefs.h"
4547     #include <stdlib.h>
4548     #include <iconv.h>
4549     @@ -11153,7 +11143,7 @@ iconv_t cd = iconv_open("","");
4550     iconv_close(cd);
4551     ; return 0; }
4552     EOF
4553     -if { (eval echo configure:11157: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4554     +if { (eval echo configure:11147: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4555     rm -rf conftest*
4556     am_cv_lib_iconv=yes
4557     am_cv_func_iconv=yes
4558     @@ -11174,13 +11164,13 @@ echo "$ac_t""$am_cv_func_iconv" 1>&6
4559     EOF
4560    
4561     echo $ac_n "checking for iconv declaration""... $ac_c" 1>&6
4562     -echo "configure:11178: checking for iconv declaration" >&5
4563     +echo "configure:11168: checking for iconv declaration" >&5
4564     if eval "test \"`echo '$''{'am_cv_proto_iconv'+set}'`\" = set"; then
4565     echo $ac_n "(cached) $ac_c" 1>&6
4566     else
4567    
4568     cat > conftest.$ac_ext <<EOF
4569     -#line 11184 "configure"
4570     +#line 11174 "configure"
4571     #include "confdefs.h"
4572    
4573     #include <stdlib.h>
4574     @@ -11199,7 +11189,7 @@ int main() {
4575    
4576     ; return 0; }
4577     EOF
4578     -if { (eval echo configure:11203: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4579     +if { (eval echo configure:11193: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4580     rm -rf conftest*
4581     am_cv_proto_iconv_arg1=""
4582     else
4583     --- gdb-6.3/gdb/mi/mi-cmd-env.c.fix 2005-03-17 17:23:35.000000000 -0500
4584     +++ gdb-6.3/gdb/mi/mi-cmd-env.c 2005-03-21 11:54:50.000000000 -0500
4585     @@ -1,6 +1,6 @@
4586     /* MI Command Set - environment commands.
4587    
4588     - Copyright 2002, 2003, 2004 Free Software Foundation, Inc.
4589     + Copyright 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
4590    
4591     Contributed by Red Hat Inc.
4592    
4593     @@ -126,7 +126,7 @@ mi_cmd_env_path (char *command, char **a
4594     static struct mi_opt opts[] =
4595     {
4596     {"r", RESET_OPT, 0},
4597     - 0
4598     + {0}
4599     };
4600    
4601     dont_repeat ();
4602     @@ -198,7 +198,7 @@ mi_cmd_env_dir (char *command, char **ar
4603     static struct mi_opt opts[] =
4604     {
4605     {"r", RESET_OPT, 0},
4606     - 0
4607     + {0}
4608     };
4609    
4610     dont_repeat ();
4611     --- gdb-6.3/gdb/mi/mi-getopt.c.fix 2005-03-17 17:39:02.000000000 -0500
4612     +++ gdb-6.3/gdb/mi/mi-getopt.c 2005-03-21 11:55:03.000000000 -0500
4613     @@ -1,5 +1,5 @@
4614     /* MI Command Set - MI Option Parser.
4615     - Copyright 2000, 2001 Free Software Foundation, Inc.
4616     + Copyright 2000, 2001, 2005 Free Software Foundation, Inc.
4617     Contributed by Cygnus Solutions (a Red Hat company).
4618    
4619     This file is part of GDB.
4620     @@ -82,7 +82,7 @@ mi_valid_noargs (const char *prefix, int
4621     char *optarg;
4622     static struct mi_opt opts[] =
4623     {
4624     - 0
4625     + {0}
4626     };
4627    
4628     if (mi_getopt (prefix, argc, argv, opts, &optind, &optarg) == -1)
4629     --- gdb-6.3/gdb/mi/mi-cmd-break.c.fix 2005-03-17 17:36:31.000000000 -0500
4630     +++ gdb-6.3/gdb/mi/mi-cmd-break.c 2005-03-21 11:54:31.000000000 -0500
4631     @@ -1,5 +1,5 @@
4632     /* MI Command Set - breakpoint and watchpoint commands.
4633     - Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
4634     + Copyright 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
4635     Contributed by Cygnus Solutions (a Red Hat company).
4636    
4637     This file is part of GDB.
4638     @@ -90,7 +90,7 @@ mi_cmd_break_insert (char *command, char
4639     {"c", CONDITION_OPT, 1},
4640     {"i", IGNORE_COUNT_OPT, 1},
4641     {"p", THREAD_OPT, 1},
4642     - 0
4643     + {0}
4644     };
4645    
4646     /* Parse arguments. It could be -r or -h or -t, <location> or ``--''
4647     @@ -194,7 +194,7 @@ mi_cmd_break_watch (char *command, char
4648     {
4649     {"r", READ_OPT, 0},
4650     {"a", ACCESS_OPT, 0},
4651     - 0
4652     + {0}
4653     };
4654    
4655     /* Parse arguments. */
4656     --- gdb-6.3/gdb/mi/mi-cmd-disas.c.fix 2005-03-17 17:38:40.000000000 -0500
4657     +++ gdb-6.3/gdb/mi/mi-cmd-disas.c 2005-03-17 17:38:51.000000000 -0500
4658     @@ -84,7 +84,7 @@ mi_cmd_disassemble (char *command, char
4659     {"n", NUM_OPT, 1},
4660     {"s", START_OPT, 1},
4661     {"e", END_OPT, 1},
4662     - 0
4663     + {0}
4664     };
4665    
4666     /* Get the options with their arguments. Keep track of what we
4667     --- gdb-6.3/gdb/mi/mi-main.c.fix 2005-03-17 17:39:43.000000000 -0500
4668     +++ gdb-6.3/gdb/mi/mi-main.c 2005-03-21 11:55:18.000000000 -0500
4669     @@ -1,6 +1,6 @@
4670     /* MI Command Set.
4671    
4672     - Copyright 2000, 2001, 2002, 2003, 2004 Free Software Foundation,
4673     + Copyright 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation,
4674     Inc.
4675    
4676     Contributed by Cygnus Solutions (a Red Hat company).
4677     @@ -779,7 +779,7 @@ mi_cmd_data_read_memory (char *command,
4678     static struct mi_opt opts[] =
4679     {
4680     {"o", OFFSET_OPT, 1},
4681     - 0
4682     + {0}
4683     };
4684    
4685     while (1)
4686     @@ -981,7 +981,7 @@ mi_cmd_data_write_memory (char *command,
4687     static struct mi_opt opts[] =
4688     {
4689     {"o", OFFSET_OPT, 1},
4690     - 0
4691     + {0}
4692     };
4693    
4694     while (1)
4695     --- gdb-6.3/gdb/p-valprint.c.fix 2005-03-18 14:00:28.000000000 -0500
4696     +++ gdb-6.3/gdb/p-valprint.c 2005-03-21 11:52:54.000000000 -0500
4697     @@ -1,5 +1,5 @@
4698     /* Support for printing Pascal values for GDB, the GNU debugger.
4699     - Copyright 2000, 2001, 2003
4700     + Copyright 2000, 2001, 2003, 2005
4701     Free Software Foundation, Inc.
4702    
4703     This file is part of GDB.
4704     @@ -739,7 +739,7 @@ pascal_object_print_value_fields (struct
4705     int dont_print_statmem)
4706     {
4707     int i, len, n_baseclasses;
4708     - struct obstack tmp_obstack;
4709     + struct obstack tmp_obstack = {0};
4710     char *last_dont_print = obstack_next_free (&dont_print_statmem_obstack);
4711    
4712     CHECK_TYPEDEF (type);
4713     @@ -909,7 +909,7 @@ pascal_object_print_value (struct type *
4714     enum val_prettyprint pretty,
4715     struct type **dont_print_vb)
4716     {
4717     - struct obstack tmp_obstack;
4718     + struct obstack tmp_obstack = {0};
4719     struct type **last_dont_print
4720     = (struct type **) obstack_next_free (&dont_print_vb_obstack);
4721     int i, n_baseclasses = TYPE_N_BASECLASSES (type);
4722     --- gdb-6.3/gdb/cli/cli-cmds.c.fix 2005-03-17 17:08:30.000000000 -0500
4723     +++ gdb-6.3/gdb/cli/cli-cmds.c 2005-03-21 11:55:51.000000000 -0500
4724     @@ -1,6 +1,7 @@
4725     /* GDB CLI commands.
4726    
4727     - Copyright 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
4728     + Copyright 2000, 2001, 2002, 2003, 2004, 2005
4729     + Free Software Foundation, Inc.
4730    
4731     This file is part of GDB.
4732    
4733     @@ -652,7 +653,9 @@ static void
4734     list_command (char *arg, int from_tty)
4735     {
4736     struct symtabs_and_lines sals, sals_end;
4737     - struct symtab_and_line sal, sal_end, cursal;
4738     + struct symtab_and_line sal = {0};
4739     + struct symtab_and_line cursal = {0};
4740     + struct symtab_and_line sal_end = {0};
4741     struct symbol *sym;
4742     char *arg1;
4743     int no_end = 1;
4744     --- gdb-6.3/gdb/cp-valprint.c.fix 2005-03-18 18:29:34.000000000 -0500
4745     +++ gdb-6.3/gdb/cp-valprint.c 2005-03-21 11:51:28.000000000 -0500
4746     @@ -1,6 +1,6 @@
4747     /* Support for printing C++ values for GDB, the GNU debugger.
4748     Copyright 1986, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
4749     - 2000, 2001, 2002, 2003
4750     + 2000, 2001, 2002, 2003, 2005
4751     Free Software Foundation, Inc.
4752    
4753     This file is part of GDB.
4754     @@ -233,7 +233,7 @@ cp_print_value_fields (struct type *type
4755     struct type **dont_print_vb, int dont_print_statmem)
4756     {
4757     int i, len, n_baseclasses;
4758     - struct obstack tmp_obstack;
4759     + struct obstack tmp_obstack = {0};
4760     char *last_dont_print = obstack_next_free (&dont_print_statmem_obstack);
4761     int fields_seen = 0;
4762    
4763     @@ -494,7 +494,7 @@ cp_print_value (struct type *type, struc
4764     int format, int recurse, enum val_prettyprint pretty,
4765     struct type **dont_print_vb)
4766     {
4767     - struct obstack tmp_obstack;
4768     + struct obstack tmp_obstack = {0};
4769     struct type **last_dont_print
4770     = (struct type **) obstack_next_free (&dont_print_vb_obstack);
4771     int i, n_baseclasses = TYPE_N_BASECLASSES (type);
4772     --- gdb-6.3/gdb/tui/tui-layout.c.fix 2005-03-17 17:52:36.000000000 -0500
4773     +++ gdb-6.3/gdb/tui/tui-layout.c 2005-03-21 11:49:18.000000000 -0500
4774     @@ -755,7 +755,7 @@ show_source_disasm_command (void)
4775     if (TUI_DISASM_WIN == NULL)
4776     {
4777     make_disasm_window (&TUI_DISASM_WIN, asm_height, src_height - 1);
4778     - init_and_make_win ((void **) & locator,
4779     + init_and_make_win ((void **)(char *) & locator,
4780     LOCATOR_WIN,
4781     2 /* 1 */ ,
4782     tui_term_width (),
4783     @@ -848,7 +848,7 @@ show_data (enum tui_layout_type new_layo
4784     make_source_window (&tui_win_list[win_type], src_height, data_height - 1);
4785     else
4786     make_disasm_window (&tui_win_list[win_type], src_height, data_height - 1);
4787     - init_and_make_win ((void **) & locator,
4788     + init_and_make_win ((void **)(char *) & locator,
4789     LOCATOR_WIN,
4790     2 /* 1 */ ,
4791     tui_term_width (),
4792     @@ -963,7 +963,7 @@ make_source_or_disasm_window (struct tui
4793     execution_info = tui_source_exec_info_win_ptr ();
4794     else
4795     execution_info = tui_disassem_exec_info_win_ptr ();
4796     - init_and_make_win ((void **) & execution_info,
4797     + init_and_make_win ((void **)(char *) & execution_info,
4798     EXEC_INFO_WIN,
4799     height,
4800     3,
4801     @@ -1013,7 +1013,7 @@ show_source_or_disasm_and_command (enum
4802     make_source_window (win_info_ptr, src_height - 1, 0);
4803     else
4804     make_disasm_window (win_info_ptr, src_height - 1, 0);
4805     - init_and_make_win ((void **) & locator,
4806     + init_and_make_win ((void **)(char *) & locator,
4807     LOCATOR_WIN,
4808     2 /* 1 */ ,
4809     tui_term_width (),
4810     --- gdb-6.3/gdb/s390-tdep.c.fix 2005-03-17 16:23:12.000000000 -0500
4811     +++ gdb-6.3/gdb/s390-tdep.c 2005-03-17 17:31:52.000000000 -0500
4812     @@ -1,6 +1,6 @@
4813     /* Target-dependent code for GDB, the GNU debugger.
4814    
4815     - Copyright 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
4816     + Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
4817    
4818     Contributed by D.J. Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com)
4819     for IBM Deutschland Entwicklung GmbH, IBM Corporation.
4820     @@ -2734,6 +2734,9 @@ s390_return_value (struct gdbarch *gdbar
4821     case RETURN_VALUE_STRUCT_CONVENTION:
4822     error ("Cannot set function return value.");
4823     break;
4824     +
4825     + default:
4826     + break;
4827     }
4828     }
4829     else if (out)
4830     @@ -2767,6 +2770,9 @@ s390_return_value (struct gdbarch *gdbar
4831     case RETURN_VALUE_STRUCT_CONVENTION:
4832     error ("Function return value unknown.");
4833     break;
4834     +
4835     + default:
4836     + break;
4837     }
4838     }
4839    
4840     --- gdb-6.3/gdb/remote.c.fix 2005-03-17 16:52:24.000000000 -0500
4841     +++ gdb-6.3/gdb/remote.c 2005-03-21 11:53:02.000000000 -0500
4842     @@ -1,7 +1,7 @@
4843     /* Remote target communications for serial-line targets in custom GDB protocol
4844    
4845     Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
4846     - 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
4847     + 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
4848     Free Software Foundation, Inc.
4849    
4850     This file is part of GDB.
4851     @@ -2648,9 +2648,9 @@ cleanup_sigint_signal_handler (void *dum
4852     {
4853     signal (SIGINT, handle_sigint);
4854     if (sigint_remote_twice_token)
4855     - delete_async_signal_handler ((struct async_signal_handler **) & sigint_remote_twice_token);
4856     + delete_async_signal_handler ((struct async_signal_handler **)(char *) & sigint_remote_twice_token);
4857     if (sigint_remote_token)
4858     - delete_async_signal_handler ((struct async_signal_handler **) & sigint_remote_token);
4859     + delete_async_signal_handler ((struct async_signal_handler **)(char *) & sigint_remote_token);
4860     }
4861    
4862     /* Send ^C to target to halt it. Target will respond, and send us a
4863     --- gdb-6.3/gdb/f-exp.y.fix 2005-03-17 18:06:56.000000000 -0500
4864     +++ gdb-6.3/gdb/f-exp.y 2005-03-21 11:52:07.000000000 -0500
4865     @@ -1,5 +1,5 @@
4866     /* YACC parser for Fortran expressions, for GDB.
4867     - Copyright 1986, 1989, 1990, 1991, 1993, 1994, 1995, 1996, 2000, 2001
4868     + Copyright 1986, 1989, 1990, 1991, 1993, 1994, 1995, 1996, 2000, 2001, 2005
4869     Free Software Foundation, Inc.
4870    
4871     Contributed by Motorola. Adapted from the C parser by Farooq Butt
4872     @@ -538,6 +538,8 @@ ptype : typebase
4873     case tp_function:
4874     follow_type = lookup_function_type (follow_type);
4875     break;
4876     + default:
4877     + break;
4878     }
4879     $$ = follow_type;
4880     }
4881     --- gdb-6.3/gdb/remote-fileio.c.fix 2005-03-17 16:59:07.000000000 -0500
4882     +++ gdb-6.3/gdb/remote-fileio.c 2005-03-21 11:53:10.000000000 -0500
4883     @@ -1,6 +1,6 @@
4884     /* Remote File-I/O communications
4885    
4886     - Copyright 2003 Free Software Foundation, Inc.
4887     + Copyright 2003, 2005 Free Software Foundation, Inc.
4888    
4889     This file is part of GDB.
4890    
4891     @@ -1279,19 +1279,19 @@ static struct {
4892     char *name;
4893     void (*func)(char *);
4894     } remote_fio_func_map[] = {
4895     - "open", remote_fileio_func_open,
4896     - "close", remote_fileio_func_close,
4897     - "read", remote_fileio_func_read,
4898     - "write", remote_fileio_func_write,
4899     - "lseek", remote_fileio_func_lseek,
4900     - "rename", remote_fileio_func_rename,
4901     - "unlink", remote_fileio_func_unlink,
4902     - "stat", remote_fileio_func_stat,
4903     - "fstat", remote_fileio_func_fstat,
4904     - "gettimeofday", remote_fileio_func_gettimeofday,
4905     - "isatty", remote_fileio_func_isatty,
4906     - "system", remote_fileio_func_system,
4907     - NULL, NULL
4908     + {"open", remote_fileio_func_open},
4909     + {"close", remote_fileio_func_close},
4910     + {"read", remote_fileio_func_read},
4911     + {"write", remote_fileio_func_write},
4912     + {"lseek", remote_fileio_func_lseek},
4913     + {"rename", remote_fileio_func_rename},
4914     + {"unlink", remote_fileio_func_unlink},
4915     + {"stat", remote_fileio_func_stat},
4916     + {"fstat", remote_fileio_func_fstat},
4917     + {"gettimeofday", remote_fileio_func_gettimeofday},
4918     + {"isatty", remote_fileio_func_isatty},
4919     + {"system", remote_fileio_func_system},
4920     + {NULL, NULL}
4921     };
4922    
4923     static int
4924     --- gdb-6.3/gdb/source.c.fix 2005-03-17 18:17:50.000000000 -0500
4925     +++ gdb-6.3/gdb/source.c 2005-03-21 11:53:22.000000000 -0500
4926     @@ -1,6 +1,6 @@
4927     /* List lines of source files for GDB, the GNU debugger.
4928     Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
4929     - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
4930     + 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
4931     Free Software Foundation, Inc.
4932    
4933     This file is part of GDB.
4934     @@ -147,7 +147,7 @@ get_lines_to_list (void)
4935     struct symtab_and_line
4936     get_current_source_symtab_and_line (void)
4937     {
4938     - struct symtab_and_line cursal;
4939     + struct symtab_and_line cursal = {0};
4940    
4941     cursal.symtab = current_source_symtab;
4942     cursal.line = current_source_line;
4943     @@ -186,7 +186,7 @@ set_default_source_symtab_and_line (void
4944     struct symtab_and_line
4945     set_current_source_symtab_and_line (const struct symtab_and_line *sal)
4946     {
4947     - struct symtab_and_line cursal;
4948     + struct symtab_and_line cursal = {0};
4949    
4950     cursal.symtab = current_source_symtab;
4951     cursal.line = current_source_line;
4952     @@ -1304,7 +1304,7 @@ static void
4953     line_info (char *arg, int from_tty)
4954     {
4955     struct symtabs_and_lines sals;
4956     - struct symtab_and_line sal;
4957     + struct symtab_and_line sal = {0};
4958     CORE_ADDR start_pc, end_pc;
4959     int i;
4960    
4961     --- gdb-6.3/gdb/symfile.c.fix 2005-03-17 18:36:52.000000000 -0500
4962     +++ gdb-6.3/gdb/symfile.c 2005-03-21 11:53:49.000000000 -0500
4963     @@ -1,7 +1,7 @@
4964     /* Generic symbol file reading for the GNU debugger, GDB.
4965    
4966     Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
4967     - 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
4968     + 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
4969    
4970     Contributed by Cygnus Support, using pieces from other GDB modules.
4971    
4972     @@ -2688,6 +2688,8 @@ add_psymbol_with_dem_name_to_list (char
4973     deprecated_bcache (buf, dem_namelength + 1, objfile->psymbol_cache);
4974     break;
4975     /* FIXME What should be done for the default case? Ignoring for now. */
4976     + default:
4977     + break;
4978     }
4979    
4980     /* val and coreaddr are mutually exclusive, one of them *will* be zero */
4981     --- gdb-6.3/gdb/linespec.c.fix 2005-03-17 19:06:14.000000000 -0500
4982     +++ gdb-6.3/gdb/linespec.c 2005-03-21 11:52:28.000000000 -0500
4983     @@ -1,6 +1,6 @@
4984     /* Parser for linespec for the GNU debugger, GDB.
4985     Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
4986     - 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
4987     + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
4988     Free Software Foundation, Inc.
4989    
4990     This file is part of GDB.
4991     @@ -1629,7 +1629,7 @@ static struct symtabs_and_lines
4992     find_method (int funfirstline, char ***canonical, char *saved_arg,
4993     char *copy, struct type *t, struct symbol *sym_class)
4994     {
4995     - struct symtabs_and_lines values;
4996     + struct symtabs_and_lines values = {0};
4997     struct symbol *sym = 0;
4998     int i1; /* Counter for the symbol array. */
4999     struct symbol **sym_arr = alloca (total_number_of_methods (t)
5000     --- gdb-6.3/gdb/macroexp.c.fix 2005-03-17 19:14:37.000000000 -0500
5001     +++ gdb-6.3/gdb/macroexp.c 2005-03-21 11:52:37.000000000 -0500
5002     @@ -1,5 +1,5 @@
5003     /* C preprocessor macro expansion for GDB.
5004     - Copyright 2002 Free Software Foundation, Inc.
5005     + Copyright 2002, 2005 Free Software Foundation, Inc.
5006     Contributed by Red Hat, Inc.
5007    
5008     This file is part of GDB.
5009     @@ -927,7 +927,7 @@ expand (const char *id,
5010     else if (def->kind == macro_function_like)
5011     {
5012     struct cleanup *back_to = make_cleanup (null_cleanup, 0);
5013     - int argc;
5014     + int argc = 0;
5015     struct macro_buffer *argv = NULL;
5016     struct macro_buffer substituted;
5017     struct macro_buffer substituted_src;
5018     --- gdb-6.3/gdb/macroscope.c.fix 2005-03-17 19:15:28.000000000 -0500
5019     +++ gdb-6.3/gdb/macroscope.c 2005-03-21 11:52:46.000000000 -0500
5020     @@ -1,5 +1,5 @@
5021     /* Functions for deciding which macros are currently in scope.
5022     - Copyright 2002 Free Software Foundation, Inc.
5023     + Copyright 2002, 2005 Free Software Foundation, Inc.
5024     Contributed by Red Hat, Inc.
5025    
5026     This file is part of GDB.
5027     @@ -33,7 +33,7 @@
5028     struct macro_scope *
5029     sal_macro_scope (struct symtab_and_line sal)
5030     {
5031     - struct macro_source_file *main, *inclusion;
5032     + struct macro_source_file *main_sf, *inclusion;
5033     struct macro_scope *ms;
5034    
5035     if (! sal.symtab
5036     @@ -42,8 +42,8 @@ sal_macro_scope (struct symtab_and_line
5037    
5038     ms = (struct macro_scope *) xmalloc (sizeof (*ms));
5039    
5040     - main = macro_main (sal.symtab->macro_table);
5041     - inclusion = macro_lookup_inclusion (main, sal.symtab->filename);
5042     + main_sf = macro_main (sal.symtab->macro_table);
5043     + inclusion = macro_lookup_inclusion (main_sf, sal.symtab->filename);
5044    
5045     if (inclusion)
5046     {
5047     @@ -66,7 +66,7 @@ sal_macro_scope (struct symtab_and_line
5048    
5049     For the time being, though, we'll just treat these as
5050     occurring at the end of the main source file. */
5051     - ms->file = main;
5052     + ms->file = main_sf;
5053     ms->line = -1;
5054    
5055     complaint (&symfile_complaints,
5056     @@ -83,7 +83,6 @@ struct macro_scope *
5057     default_macro_scope (void)
5058     {
5059     struct symtab_and_line sal;
5060     - struct macro_source_file *main;
5061     struct macro_scope *ms;
5062    
5063     /* If there's a selected frame, use its PC. */
5064     --- gdb-6.3/gdb/target.c.fix 2005-03-17 19:18:18.000000000 -0500
5065     +++ gdb-6.3/gdb/target.c 2005-03-17 19:18:58.000000000 -0500
5066     @@ -1137,6 +1137,9 @@ target_xfer_memory (CORE_ADDR memaddr, c
5067     if (!write)
5068     return EIO;
5069     break;
5070     +
5071     + default:
5072     + break;
5073     }
5074    
5075     while (reg_len > 0)
5076     @@ -1214,6 +1217,9 @@ target_xfer_memory_partial (CORE_ADDR me
5077     return -1;
5078     }
5079     break;
5080     +
5081     + default:
5082     + break;
5083     }
5084    
5085     if (region->attrib.cache)
5086     --- gdb-6.3/gdb/gdb-events.c.fix 2005-03-17 19:19:14.000000000 -0500
5087     +++ gdb-6.3/gdb/gdb-events.c 2005-03-21 11:52:18.000000000 -0500
5088     @@ -1,6 +1,6 @@
5089     /* User Interface Events.
5090    
5091     - Copyright 1999, 2001, 2002, 2004 Free Software Foundation, Inc.
5092     + Copyright 1999, 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
5093    
5094     Contributed by Cygnus Solutions.
5095    
5096     @@ -312,6 +312,8 @@ gdb_events_deliver (struct gdb_events *v
5097     case architecture_changed:
5098     vector->architecture_changed ();
5099     break;
5100     + default:
5101     + break;
5102     }
5103     delivering_events = event->next;
5104     xfree (event);
5105     --- gdb-6.3/gdb/dwarf2read.c.fix 2005-03-17 19:20:05.000000000 -0500
5106     +++ gdb-6.3/gdb/dwarf2read.c 2005-03-17 19:24:29.000000000 -0500
5107     @@ -9052,6 +9052,7 @@ dwarf_decode_macros (struct line_header
5108     for (;;)
5109     {
5110     enum dwarf_macinfo_record_type macinfo_type;
5111     + int tmp;
5112    
5113     /* Do we at least have room for a macinfo type byte? */
5114     if (mac_ptr >= mac_end)
5115     @@ -9063,13 +9064,16 @@ dwarf_decode_macros (struct line_header
5116     macinfo_type = read_1_byte (abfd, mac_ptr);
5117     mac_ptr++;
5118    
5119     + /* Check for a zero macinfo type which indicates the end of the macro
5120     + information. We do this as the compiler may warn us if we
5121     + try and look for 0 in the switch below because 0 is not
5122     + an enumerated value. */
5123     + tmp = (int)macinfo_type;
5124     + if (tmp == 0)
5125     + return;
5126     +
5127     switch (macinfo_type)
5128     {
5129     - /* A zero macinfo type indicates the end of the macro
5130     - information. */
5131     - case 0:
5132     - return;
5133     -
5134     case DW_MACINFO_define:
5135     case DW_MACINFO_undef:
5136     {
5137     --- gdb-6.3/gdb/stabsread.c.fix 2005-03-17 19:24:48.000000000 -0500
5138     +++ gdb-6.3/gdb/stabsread.c 2005-03-21 11:53:40.000000000 -0500
5139     @@ -1,8 +1,8 @@
5140     /* Support routines for decoding "stabs" debugging information format.
5141    
5142     Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
5143     - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free
5144     - Software Foundation, Inc.
5145     + 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
5146     + Free Software Foundation, Inc.
5147    
5148     This file is part of GDB.
5149    
5150     @@ -1794,7 +1794,8 @@ again:
5151     struct type *domain = read_type (pp, objfile);
5152     struct type *return_type;
5153     struct field *args;
5154     - int nargs, varargs;
5155     + int nargs = 0;
5156     + int varargs = 0;
5157    
5158     if (**pp != ',')
5159     /* Invalid member type data format. */
5160     --- gdb-6.3/gdb/dwarf2expr.c.fix 2005-03-17 19:25:46.000000000 -0500
5161     +++ gdb-6.3/gdb/dwarf2expr.c 2005-03-21 11:51:42.000000000 -0500
5162     @@ -1,5 +1,5 @@
5163     /* Dwarf2 Expression Evaluator
5164     - Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
5165     + Copyright 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
5166     Contributed by Daniel Berlin (dan@dberlin.org)
5167    
5168     This file is part of GDB.
5169     @@ -560,6 +560,8 @@ execute_stack_op (struct dwarf_expr_cont
5170     op_ptr = read_uleb128 (op_ptr, op_end, &reg);
5171     result += reg;
5172     break;
5173     + default:
5174     + break;
5175     }
5176     break;
5177    
5178     --- gdb-6.3/gdb/dwarf2-frame.c.fix 2005-03-17 19:27:00.000000000 -0500
5179     +++ gdb-6.3/gdb/dwarf2-frame.c 2005-03-21 16:50:11.000000000 -0500
5180     @@ -1,6 +1,6 @@
5181     /* Frame unwinder for frames with DWARF Call Frame Information.
5182    
5183     - Copyright 2003, 2004 Free Software Foundation, Inc.
5184     + Copyright 2003, 2004, 2005 Free Software Foundation, Inc.
5185    
5186     Contributed by Mark Kettenis.
5187    
5188     @@ -1368,7 +1368,8 @@ decode_frame_entry_1 (struct comp_unit *
5189     else if (*augmentation == 'P')
5190     {
5191     /* Skip. */
5192     - buf += size_of_encoded_value (*buf++);
5193     + buf += size_of_encoded_value (*buf);
5194     + ++buf;
5195     augmentation++;
5196     }
5197    
5198     --- gdb-6.3/gdb/ada-lang.h.fix 2005-03-17 19:34:31.000000000 -0500
5199     +++ gdb-6.3/gdb/ada-lang.h 2005-03-21 11:51:19.000000000 -0500
5200     @@ -1,5 +1,5 @@
5201     /* Ada language support definitions for GDB, the GNU debugger.
5202     - Copyright 1992, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
5203     + Copyright 1992, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
5204     Free Software Foundation, Inc.
5205    
5206     This file is part of GDB.
5207     @@ -171,7 +171,7 @@ extern struct task_entry *task_list;
5208     least M objects, updating V and S as necessary. */
5209    
5210     #define GROW_VECT(v, s, m) \
5211     - if ((s) < (m)) grow_vect ((void**) &(v), &(s), (m), sizeof(*(v)));
5212     + if ((s) < (m)) grow_vect ((void**)(char *) &(v), &(s), (m), sizeof(*(v)));
5213    
5214     extern void grow_vect (void **, size_t *, size_t, int);
5215    
5216     --- gdb-6.3/gdb/varobj.c.fix 2005-03-17 19:35:38.000000000 -0500
5217     +++ gdb-6.3/gdb/varobj.c 2005-03-22 16:29:10.000000000 -0500
5218     @@ -1,5 +1,5 @@
5219     /* Implementation of the GDB variable objects API.
5220     - Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
5221     + Copyright 1999, 2000, 2001, 2005 Free Software Foundation, Inc.
5222    
5223     This program is free software; you can redistribute it and/or modify
5224     it under the terms of the GNU General Public License as published by
5225     @@ -315,10 +315,9 @@ struct language_specific
5226    
5227     /* Array of known source language routines. */
5228     static struct language_specific
5229     - languages[vlang_end][sizeof (struct language_specific)] = {
5230     + languages[vlang_end] = {
5231     /* Unknown (try treating as C */
5232     - {
5233     - vlang_unknown,
5234     + {vlang_unknown,
5235     c_number_of_children,
5236     c_name_of_variable,
5237     c_name_of_child,
5238     @@ -329,8 +328,7 @@ static struct language_specific
5239     c_value_of_variable}
5240     ,
5241     /* C */
5242     - {
5243     - vlang_c,
5244     + {vlang_c,
5245     c_number_of_children,
5246     c_name_of_variable,
5247     c_name_of_child,
5248     @@ -341,8 +339,7 @@ static struct language_specific
5249     c_value_of_variable}
5250     ,
5251     /* C++ */
5252     - {
5253     - vlang_cplus,
5254     + {vlang_cplus,
5255     cplus_number_of_children,
5256     cplus_name_of_variable,
5257     cplus_name_of_child,
5258     @@ -353,8 +350,7 @@ static struct language_specific
5259     cplus_value_of_variable}
5260     ,
5261     /* Java */
5262     - {
5263     - vlang_java,
5264     + {vlang_java,
5265     java_number_of_children,
5266     java_name_of_variable,
5267     java_name_of_child,
5268     @@ -509,7 +505,7 @@ varobj_create (char *objname,
5269    
5270     /* Set language info */
5271     lang = variable_language (var);
5272     - var->root->lang = languages[lang];
5273     + var->root->lang = &languages[lang];
5274    
5275     /* Set ourselves as our root */
5276     var->root->rootvar = var;
5277     --- gdb-6.3/gdb/configure.in.fix 2005-03-21 17:59:50.000000000 -0500
5278     +++ gdb-6.3/gdb/configure.in 2005-03-21 18:00:42.000000000 -0500
5279     @@ -1,5 +1,5 @@
5280     dnl Autoconf configure script for GDB, the GNU debugger.
5281     -dnl Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
5282     +dnl Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
5283     dnl Free Software Foundation, Inc.
5284     dnl
5285     dnl This file is part of GDB.
5286     @@ -1132,7 +1132,8 @@ AC_SUBST(TARGET_SYSTEM_ROOT_DEFINE)
5287     # gdb/doc/gdbint.texinfo.
5288     build_warnings="-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs \
5289     -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -Wformat-nonliteral \
5290     --Wunused-label -Wunused-function"
5291     +-Wunused-label -Wunused-function -Wno-pointer-sign -Wno-unused \
5292     +-Wp,-U_FORTIFY_SOURCE"
5293     # Up for debate: -Wswitch -Wcomment -trigraphs -Wtrigraphs
5294     # -Wunused-function -Wunused-variable -Wunused-value
5295     # -Wchar-subscripts -Wtraditional -Wshadow -Wcast-qual