Add --version option.
[platform/upstream/binutils.git] / gold / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59 for gold 0.1.
4 #
5 # Copyright (C) 2003 Free Software Foundation, Inc.
6 # This configure script is free software; the Free Software Foundation
7 # gives unlimited permission to copy, distribute and modify it.
8 ## --------------------- ##
9 ## M4sh Initialization.  ##
10 ## --------------------- ##
11
12 # Be Bourne compatible
13 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
14   emulate sh
15   NULLCMD=:
16   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17   # is contrary to our usage.  Disable this feature.
18   alias -g '${1+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20   set -o posix
21 fi
22 DUALCASE=1; export DUALCASE # for MKS sh
23
24 # Support unset when possible.
25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26   as_unset=unset
27 else
28   as_unset=false
29 fi
30
31
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
34 PS1='$ '
35 PS2='> '
36 PS4='+ '
37
38 # NLS nuisances.
39 for as_var in \
40   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42   LC_TELEPHONE LC_TIME
43 do
44   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45     eval $as_var=C; export $as_var
46   else
47     $as_unset $as_var
48   fi
49 done
50
51 # Required to use basename.
52 if expr a : '\(a\)' >/dev/null 2>&1; then
53   as_expr=expr
54 else
55   as_expr=false
56 fi
57
58 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59   as_basename=basename
60 else
61   as_basename=false
62 fi
63
64
65 # Name of the executable.
66 as_me=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68          X"$0" : 'X\(//\)$' \| \
69          X"$0" : 'X\(/\)$' \| \
70          .     : '\(.\)' 2>/dev/null ||
71 echo X/"$0" |
72     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73           /^X\/\(\/\/\)$/{ s//\1/; q; }
74           /^X\/\(\/\).*/{ s//\1/; q; }
75           s/.*/./; q'`
76
77
78 # PATH needs CR, and LINENO needs CR and PATH.
79 # Avoid depending upon Character Ranges.
80 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits='0123456789'
84 as_cr_alnum=$as_cr_Letters$as_cr_digits
85
86 # The user is always right.
87 if test "${PATH_SEPARATOR+set}" != set; then
88   echo "#! /bin/sh" >conf$$.sh
89   echo  "exit 0"   >>conf$$.sh
90   chmod +x conf$$.sh
91   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92     PATH_SEPARATOR=';'
93   else
94     PATH_SEPARATOR=:
95   fi
96   rm -f conf$$.sh
97 fi
98
99
100   as_lineno_1=$LINENO
101   as_lineno_2=$LINENO
102   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103   test "x$as_lineno_1" != "x$as_lineno_2" &&
104   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
105   # Find who we are.  Look in the path if we contain no path at all
106   # relative or not.
107   case $0 in
108     *[\\/]* ) as_myself=$0 ;;
109     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110 for as_dir in $PATH
111 do
112   IFS=$as_save_IFS
113   test -z "$as_dir" && as_dir=.
114   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115 done
116
117        ;;
118   esac
119   # We did not find ourselves, most probably we were run as `sh COMMAND'
120   # in which case we are not to be found in the path.
121   if test "x$as_myself" = x; then
122     as_myself=$0
123   fi
124   if test ! -f "$as_myself"; then
125     { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126    { (exit 1); exit 1; }; }
127   fi
128   case $CONFIG_SHELL in
129   '')
130     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132 do
133   IFS=$as_save_IFS
134   test -z "$as_dir" && as_dir=.
135   for as_base in sh bash ksh sh5; do
136          case $as_dir in
137          /*)
138            if ("$as_dir/$as_base" -c '
139   as_lineno_1=$LINENO
140   as_lineno_2=$LINENO
141   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142   test "x$as_lineno_1" != "x$as_lineno_2" &&
143   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
144              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146              CONFIG_SHELL=$as_dir/$as_base
147              export CONFIG_SHELL
148              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149            fi;;
150          esac
151        done
152 done
153 ;;
154   esac
155
156   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157   # uniformly replaced by the line number.  The first 'sed' inserts a
158   # line-number line before each line; the second 'sed' does the real
159   # work.  The second script uses 'N' to pair each line-number line
160   # with the numbered line, and appends trailing '-' during
161   # substitution so that $LINENO is not a special case at line end.
162   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
164   sed '=' <$as_myself |
165     sed '
166       N
167       s,$,-,
168       : loop
169       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170       t loop
171       s,-$,,
172       s,^['$as_cr_digits']*\n,,
173     ' >$as_me.lineno &&
174   chmod +x $as_me.lineno ||
175     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176    { (exit 1); exit 1; }; }
177
178   # Don't try to exec as it changes $[0], causing all sort of problems
179   # (the dirname of $[0] is not the place where we might find the
180   # original and so on.  Autoconf is especially sensible to this).
181   . ./$as_me.lineno
182   # Exit status is that of the last command.
183   exit
184 }
185
186
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188   *c*,-n*) ECHO_N= ECHO_C='
189 ' ECHO_T='      ' ;;
190   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
192 esac
193
194 if expr a : '\(a\)' >/dev/null 2>&1; then
195   as_expr=expr
196 else
197   as_expr=false
198 fi
199
200 rm -f conf$$ conf$$.exe conf$$.file
201 echo >conf$$.file
202 if ln -s conf$$.file conf$$ 2>/dev/null; then
203   # We could just check for DJGPP; but this test a) works b) is more generic
204   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205   if test -f conf$$.exe; then
206     # Don't use ln at all; we don't have any links
207     as_ln_s='cp -p'
208   else
209     as_ln_s='ln -s'
210   fi
211 elif ln conf$$.file conf$$ 2>/dev/null; then
212   as_ln_s=ln
213 else
214   as_ln_s='cp -p'
215 fi
216 rm -f conf$$ conf$$.exe conf$$.file
217
218 if mkdir -p . 2>/dev/null; then
219   as_mkdir_p=:
220 else
221   test -d ./-p && rmdir ./-p
222   as_mkdir_p=false
223 fi
224
225 as_executable_p="test -f"
226
227 # Sed expression to map a string onto a valid CPP name.
228 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
229
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
232
233
234 # IFS
235 # We need space, tab and new line, in precisely that order.
236 as_nl='
237 '
238 IFS="   $as_nl"
239
240 # CDPATH.
241 $as_unset CDPATH
242
243
244 # Name of the host.
245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246 # so uname gets run too.
247 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
248
249 exec 6>&1
250
251 #
252 # Initializations.
253 #
254 ac_default_prefix=/usr/local
255 ac_config_libobj_dir=.
256 cross_compiling=no
257 subdirs=
258 MFLAGS=
259 MAKEFLAGS=
260 SHELL=${CONFIG_SHELL-/bin/sh}
261
262 # Maximum number of lines to put in a shell here document.
263 # This variable seems obsolete.  It should probably be removed, and
264 # only ac_max_sed_lines should be used.
265 : ${ac_max_here_lines=38}
266
267 # Identity of this package.
268 PACKAGE_NAME='gold'
269 PACKAGE_TARNAME='gold'
270 PACKAGE_VERSION='0.1'
271 PACKAGE_STRING='gold 0.1'
272 PACKAGE_BUGREPORT=''
273
274 ac_unique_file="gold.cc"
275 # Factoring default headers for most tests.
276 ac_includes_default="\
277 #include <stdio.h>
278 #if HAVE_SYS_TYPES_H
279 # include <sys/types.h>
280 #endif
281 #if HAVE_SYS_STAT_H
282 # include <sys/stat.h>
283 #endif
284 #if STDC_HEADERS
285 # include <stdlib.h>
286 # include <stddef.h>
287 #else
288 # if HAVE_STDLIB_H
289 #  include <stdlib.h>
290 # endif
291 #endif
292 #if HAVE_STRING_H
293 # if !STDC_HEADERS && HAVE_MEMORY_H
294 #  include <memory.h>
295 # endif
296 # include <string.h>
297 #endif
298 #if HAVE_STRINGS_H
299 # include <strings.h>
300 #endif
301 #if HAVE_INTTYPES_H
302 # include <inttypes.h>
303 #else
304 # if HAVE_STDINT_H
305 #  include <stdint.h>
306 # endif
307 #endif
308 #if HAVE_UNISTD_H
309 # include <unistd.h>
310 #endif"
311
312 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar TARGETOBJS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE YACC RANLIB ac_ct_RANLIB LN_S USE_NLS LIBINTL LIBINTL_DEP INCINTL XGETTEXT GMSGFMT POSUB CATALOGS DATADIRNAME INSTOBJEXT GENCAT CATOBJEXT MKINSTALLDIRS MSGFMT MSGMERGE NATIVE_LINKER_TRUE NATIVE_LINKER_FALSE GCC_TRUE GCC_FALSE FN_PTRS_IN_SO_WITHOUT_PIC_TRUE FN_PTRS_IN_SO_WITHOUT_PIC_FALSE TLS_TRUE TLS_FALSE WARN_CFLAGS NO_WERROR WARN_CXXFLAGS LFS_CXXFLAGS LIBOBJS CXXCPP EGREP MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LTLIBOBJS'
313 ac_subst_files=''
314
315 # Initialize some variables set by options.
316 ac_init_help=
317 ac_init_version=false
318 # The variables have the same names as the options, with
319 # dashes changed to underlines.
320 cache_file=/dev/null
321 exec_prefix=NONE
322 no_create=
323 no_recursion=
324 prefix=NONE
325 program_prefix=NONE
326 program_suffix=NONE
327 program_transform_name=s,x,x,
328 silent=
329 site=
330 srcdir=
331 verbose=
332 x_includes=NONE
333 x_libraries=NONE
334
335 # Installation directory options.
336 # These are left unexpanded so users can "make install exec_prefix=/foo"
337 # and all the variables that are supposed to be based on exec_prefix
338 # by default will actually change.
339 # Use braces instead of parens because sh, perl, etc. also accept them.
340 bindir='${exec_prefix}/bin'
341 sbindir='${exec_prefix}/sbin'
342 libexecdir='${exec_prefix}/libexec'
343 datadir='${prefix}/share'
344 sysconfdir='${prefix}/etc'
345 sharedstatedir='${prefix}/com'
346 localstatedir='${prefix}/var'
347 libdir='${exec_prefix}/lib'
348 includedir='${prefix}/include'
349 oldincludedir='/usr/include'
350 infodir='${prefix}/info'
351 mandir='${prefix}/man'
352
353 ac_prev=
354 for ac_option
355 do
356   # If the previous option needs an argument, assign it.
357   if test -n "$ac_prev"; then
358     eval "$ac_prev=\$ac_option"
359     ac_prev=
360     continue
361   fi
362
363   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
364
365   # Accept the important Cygnus configure options, so we can diagnose typos.
366
367   case $ac_option in
368
369   -bindir | --bindir | --bindi | --bind | --bin | --bi)
370     ac_prev=bindir ;;
371   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
372     bindir=$ac_optarg ;;
373
374   -build | --build | --buil | --bui | --bu)
375     ac_prev=build_alias ;;
376   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
377     build_alias=$ac_optarg ;;
378
379   -cache-file | --cache-file | --cache-fil | --cache-fi \
380   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
381     ac_prev=cache_file ;;
382   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
383   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
384     cache_file=$ac_optarg ;;
385
386   --config-cache | -C)
387     cache_file=config.cache ;;
388
389   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
390     ac_prev=datadir ;;
391   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
392   | --da=*)
393     datadir=$ac_optarg ;;
394
395   -disable-* | --disable-*)
396     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
397     # Reject names that are not valid shell variable names.
398     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
399       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
400    { (exit 1); exit 1; }; }
401     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
402     eval "enable_$ac_feature=no" ;;
403
404   -enable-* | --enable-*)
405     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
406     # Reject names that are not valid shell variable names.
407     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
408       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
409    { (exit 1); exit 1; }; }
410     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
411     case $ac_option in
412       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
413       *) ac_optarg=yes ;;
414     esac
415     eval "enable_$ac_feature='$ac_optarg'" ;;
416
417   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
418   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
419   | --exec | --exe | --ex)
420     ac_prev=exec_prefix ;;
421   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
422   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
423   | --exec=* | --exe=* | --ex=*)
424     exec_prefix=$ac_optarg ;;
425
426   -gas | --gas | --ga | --g)
427     # Obsolete; use --with-gas.
428     with_gas=yes ;;
429
430   -help | --help | --hel | --he | -h)
431     ac_init_help=long ;;
432   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
433     ac_init_help=recursive ;;
434   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
435     ac_init_help=short ;;
436
437   -host | --host | --hos | --ho)
438     ac_prev=host_alias ;;
439   -host=* | --host=* | --hos=* | --ho=*)
440     host_alias=$ac_optarg ;;
441
442   -includedir | --includedir | --includedi | --included | --include \
443   | --includ | --inclu | --incl | --inc)
444     ac_prev=includedir ;;
445   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
446   | --includ=* | --inclu=* | --incl=* | --inc=*)
447     includedir=$ac_optarg ;;
448
449   -infodir | --infodir | --infodi | --infod | --info | --inf)
450     ac_prev=infodir ;;
451   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
452     infodir=$ac_optarg ;;
453
454   -libdir | --libdir | --libdi | --libd)
455     ac_prev=libdir ;;
456   -libdir=* | --libdir=* | --libdi=* | --libd=*)
457     libdir=$ac_optarg ;;
458
459   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
460   | --libexe | --libex | --libe)
461     ac_prev=libexecdir ;;
462   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
463   | --libexe=* | --libex=* | --libe=*)
464     libexecdir=$ac_optarg ;;
465
466   -localstatedir | --localstatedir | --localstatedi | --localstated \
467   | --localstate | --localstat | --localsta | --localst \
468   | --locals | --local | --loca | --loc | --lo)
469     ac_prev=localstatedir ;;
470   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
471   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
472   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
473     localstatedir=$ac_optarg ;;
474
475   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
476     ac_prev=mandir ;;
477   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
478     mandir=$ac_optarg ;;
479
480   -nfp | --nfp | --nf)
481     # Obsolete; use --without-fp.
482     with_fp=no ;;
483
484   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
485   | --no-cr | --no-c | -n)
486     no_create=yes ;;
487
488   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
489   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
490     no_recursion=yes ;;
491
492   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
493   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
494   | --oldin | --oldi | --old | --ol | --o)
495     ac_prev=oldincludedir ;;
496   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
497   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
498   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
499     oldincludedir=$ac_optarg ;;
500
501   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
502     ac_prev=prefix ;;
503   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
504     prefix=$ac_optarg ;;
505
506   -program-prefix | --program-prefix | --program-prefi | --program-pref \
507   | --program-pre | --program-pr | --program-p)
508     ac_prev=program_prefix ;;
509   -program-prefix=* | --program-prefix=* | --program-prefi=* \
510   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
511     program_prefix=$ac_optarg ;;
512
513   -program-suffix | --program-suffix | --program-suffi | --program-suff \
514   | --program-suf | --program-su | --program-s)
515     ac_prev=program_suffix ;;
516   -program-suffix=* | --program-suffix=* | --program-suffi=* \
517   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
518     program_suffix=$ac_optarg ;;
519
520   -program-transform-name | --program-transform-name \
521   | --program-transform-nam | --program-transform-na \
522   | --program-transform-n | --program-transform- \
523   | --program-transform | --program-transfor \
524   | --program-transfo | --program-transf \
525   | --program-trans | --program-tran \
526   | --progr-tra | --program-tr | --program-t)
527     ac_prev=program_transform_name ;;
528   -program-transform-name=* | --program-transform-name=* \
529   | --program-transform-nam=* | --program-transform-na=* \
530   | --program-transform-n=* | --program-transform-=* \
531   | --program-transform=* | --program-transfor=* \
532   | --program-transfo=* | --program-transf=* \
533   | --program-trans=* | --program-tran=* \
534   | --progr-tra=* | --program-tr=* | --program-t=*)
535     program_transform_name=$ac_optarg ;;
536
537   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
538   | -silent | --silent | --silen | --sile | --sil)
539     silent=yes ;;
540
541   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
542     ac_prev=sbindir ;;
543   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
544   | --sbi=* | --sb=*)
545     sbindir=$ac_optarg ;;
546
547   -sharedstatedir | --sharedstatedir | --sharedstatedi \
548   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
549   | --sharedst | --shareds | --shared | --share | --shar \
550   | --sha | --sh)
551     ac_prev=sharedstatedir ;;
552   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
553   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
554   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
555   | --sha=* | --sh=*)
556     sharedstatedir=$ac_optarg ;;
557
558   -site | --site | --sit)
559     ac_prev=site ;;
560   -site=* | --site=* | --sit=*)
561     site=$ac_optarg ;;
562
563   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
564     ac_prev=srcdir ;;
565   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
566     srcdir=$ac_optarg ;;
567
568   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
569   | --syscon | --sysco | --sysc | --sys | --sy)
570     ac_prev=sysconfdir ;;
571   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
572   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
573     sysconfdir=$ac_optarg ;;
574
575   -target | --target | --targe | --targ | --tar | --ta | --t)
576     ac_prev=target_alias ;;
577   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
578     target_alias=$ac_optarg ;;
579
580   -v | -verbose | --verbose | --verbos | --verbo | --verb)
581     verbose=yes ;;
582
583   -version | --version | --versio | --versi | --vers | -V)
584     ac_init_version=: ;;
585
586   -with-* | --with-*)
587     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
588     # Reject names that are not valid shell variable names.
589     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
590       { echo "$as_me: error: invalid package name: $ac_package" >&2
591    { (exit 1); exit 1; }; }
592     ac_package=`echo $ac_package| sed 's/-/_/g'`
593     case $ac_option in
594       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
595       *) ac_optarg=yes ;;
596     esac
597     eval "with_$ac_package='$ac_optarg'" ;;
598
599   -without-* | --without-*)
600     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
601     # Reject names that are not valid shell variable names.
602     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
603       { echo "$as_me: error: invalid package name: $ac_package" >&2
604    { (exit 1); exit 1; }; }
605     ac_package=`echo $ac_package | sed 's/-/_/g'`
606     eval "with_$ac_package=no" ;;
607
608   --x)
609     # Obsolete; use --with-x.
610     with_x=yes ;;
611
612   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
613   | --x-incl | --x-inc | --x-in | --x-i)
614     ac_prev=x_includes ;;
615   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
616   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
617     x_includes=$ac_optarg ;;
618
619   -x-libraries | --x-libraries | --x-librarie | --x-librari \
620   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
621     ac_prev=x_libraries ;;
622   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
623   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
624     x_libraries=$ac_optarg ;;
625
626   -*) { echo "$as_me: error: unrecognized option: $ac_option
627 Try \`$0 --help' for more information." >&2
628    { (exit 1); exit 1; }; }
629     ;;
630
631   *=*)
632     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
633     # Reject names that are not valid shell variable names.
634     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
635       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
636    { (exit 1); exit 1; }; }
637     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
638     eval "$ac_envvar='$ac_optarg'"
639     export $ac_envvar ;;
640
641   *)
642     # FIXME: should be removed in autoconf 3.0.
643     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
644     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
645       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
646     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
647     ;;
648
649   esac
650 done
651
652 if test -n "$ac_prev"; then
653   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
654   { echo "$as_me: error: missing argument to $ac_option" >&2
655    { (exit 1); exit 1; }; }
656 fi
657
658 # Be sure to have absolute paths.
659 for ac_var in exec_prefix prefix
660 do
661   eval ac_val=$`echo $ac_var`
662   case $ac_val in
663     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
664     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
665    { (exit 1); exit 1; }; };;
666   esac
667 done
668
669 # Be sure to have absolute paths.
670 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
671               localstatedir libdir includedir oldincludedir infodir mandir
672 do
673   eval ac_val=$`echo $ac_var`
674   case $ac_val in
675     [\\/$]* | ?:[\\/]* ) ;;
676     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
677    { (exit 1); exit 1; }; };;
678   esac
679 done
680
681 # There might be people who depend on the old broken behavior: `$host'
682 # used to hold the argument of --host etc.
683 # FIXME: To remove some day.
684 build=$build_alias
685 host=$host_alias
686 target=$target_alias
687
688 # FIXME: To remove some day.
689 if test "x$host_alias" != x; then
690   if test "x$build_alias" = x; then
691     cross_compiling=maybe
692     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
693     If a cross compiler is detected then cross compile mode will be used." >&2
694   elif test "x$build_alias" != "x$host_alias"; then
695     cross_compiling=yes
696   fi
697 fi
698
699 ac_tool_prefix=
700 test -n "$host_alias" && ac_tool_prefix=$host_alias-
701
702 test "$silent" = yes && exec 6>/dev/null
703
704
705 # Find the source files, if location was not specified.
706 if test -z "$srcdir"; then
707   ac_srcdir_defaulted=yes
708   # Try the directory containing this script, then its parent.
709   ac_confdir=`(dirname "$0") 2>/dev/null ||
710 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
711          X"$0" : 'X\(//\)[^/]' \| \
712          X"$0" : 'X\(//\)$' \| \
713          X"$0" : 'X\(/\)' \| \
714          .     : '\(.\)' 2>/dev/null ||
715 echo X"$0" |
716     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
717           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
718           /^X\(\/\/\)$/{ s//\1/; q; }
719           /^X\(\/\).*/{ s//\1/; q; }
720           s/.*/./; q'`
721   srcdir=$ac_confdir
722   if test ! -r $srcdir/$ac_unique_file; then
723     srcdir=..
724   fi
725 else
726   ac_srcdir_defaulted=no
727 fi
728 if test ! -r $srcdir/$ac_unique_file; then
729   if test "$ac_srcdir_defaulted" = yes; then
730     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
731    { (exit 1); exit 1; }; }
732   else
733     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
734    { (exit 1); exit 1; }; }
735   fi
736 fi
737 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
738   { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
739    { (exit 1); exit 1; }; }
740 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
741 ac_env_build_alias_set=${build_alias+set}
742 ac_env_build_alias_value=$build_alias
743 ac_cv_env_build_alias_set=${build_alias+set}
744 ac_cv_env_build_alias_value=$build_alias
745 ac_env_host_alias_set=${host_alias+set}
746 ac_env_host_alias_value=$host_alias
747 ac_cv_env_host_alias_set=${host_alias+set}
748 ac_cv_env_host_alias_value=$host_alias
749 ac_env_target_alias_set=${target_alias+set}
750 ac_env_target_alias_value=$target_alias
751 ac_cv_env_target_alias_set=${target_alias+set}
752 ac_cv_env_target_alias_value=$target_alias
753 ac_env_CC_set=${CC+set}
754 ac_env_CC_value=$CC
755 ac_cv_env_CC_set=${CC+set}
756 ac_cv_env_CC_value=$CC
757 ac_env_CFLAGS_set=${CFLAGS+set}
758 ac_env_CFLAGS_value=$CFLAGS
759 ac_cv_env_CFLAGS_set=${CFLAGS+set}
760 ac_cv_env_CFLAGS_value=$CFLAGS
761 ac_env_LDFLAGS_set=${LDFLAGS+set}
762 ac_env_LDFLAGS_value=$LDFLAGS
763 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
764 ac_cv_env_LDFLAGS_value=$LDFLAGS
765 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
766 ac_env_CPPFLAGS_value=$CPPFLAGS
767 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
768 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
769 ac_env_CXX_set=${CXX+set}
770 ac_env_CXX_value=$CXX
771 ac_cv_env_CXX_set=${CXX+set}
772 ac_cv_env_CXX_value=$CXX
773 ac_env_CXXFLAGS_set=${CXXFLAGS+set}
774 ac_env_CXXFLAGS_value=$CXXFLAGS
775 ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
776 ac_cv_env_CXXFLAGS_value=$CXXFLAGS
777 ac_env_CXXCPP_set=${CXXCPP+set}
778 ac_env_CXXCPP_value=$CXXCPP
779 ac_cv_env_CXXCPP_set=${CXXCPP+set}
780 ac_cv_env_CXXCPP_value=$CXXCPP
781
782 #
783 # Report the --help message.
784 #
785 if test "$ac_init_help" = "long"; then
786   # Omit some internal or obsolete options to make the list less imposing.
787   # This message is too long to be a string in the A/UX 3.1 sh.
788   cat <<_ACEOF
789 \`configure' configures gold 0.1 to adapt to many kinds of systems.
790
791 Usage: $0 [OPTION]... [VAR=VALUE]...
792
793 To assign environment variables (e.g., CC, CFLAGS...), specify them as
794 VAR=VALUE.  See below for descriptions of some of the useful variables.
795
796 Defaults for the options are specified in brackets.
797
798 Configuration:
799   -h, --help              display this help and exit
800       --help=short        display options specific to this package
801       --help=recursive    display the short help of all the included packages
802   -V, --version           display version information and exit
803   -q, --quiet, --silent   do not print \`checking...' messages
804       --cache-file=FILE   cache test results in FILE [disabled]
805   -C, --config-cache      alias for \`--cache-file=config.cache'
806   -n, --no-create         do not create output files
807       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
808
809 _ACEOF
810
811   cat <<_ACEOF
812 Installation directories:
813   --prefix=PREFIX         install architecture-independent files in PREFIX
814                           [$ac_default_prefix]
815   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
816                           [PREFIX]
817
818 By default, \`make install' will install all the files in
819 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
820 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
821 for instance \`--prefix=\$HOME'.
822
823 For better control, use the options below.
824
825 Fine tuning of the installation directories:
826   --bindir=DIR           user executables [EPREFIX/bin]
827   --sbindir=DIR          system admin executables [EPREFIX/sbin]
828   --libexecdir=DIR       program executables [EPREFIX/libexec]
829   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
830   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
831   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
832   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
833   --libdir=DIR           object code libraries [EPREFIX/lib]
834   --includedir=DIR       C header files [PREFIX/include]
835   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
836   --infodir=DIR          info documentation [PREFIX/info]
837   --mandir=DIR           man documentation [PREFIX/man]
838 _ACEOF
839
840   cat <<\_ACEOF
841
842 Program names:
843   --program-prefix=PREFIX            prepend PREFIX to installed program names
844   --program-suffix=SUFFIX            append SUFFIX to installed program names
845   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
846
847 System types:
848   --build=BUILD     configure for building on BUILD [guessed]
849   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
850   --target=TARGET   configure for building compilers for TARGET [HOST]
851 _ACEOF
852 fi
853
854 if test -n "$ac_init_help"; then
855   case $ac_init_help in
856      short | recursive ) echo "Configuration of gold 0.1:";;
857    esac
858   cat <<\_ACEOF
859
860 Optional Features:
861   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
862   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
863   --enable-targets        alternative target configurations
864   --disable-dependency-tracking  speeds up one-time build
865   --enable-dependency-tracking   do not reject slow dependency extractors
866   --disable-nls           do not use Native Language Support
867   --enable-werror         treat compile warnings as errors
868   --enable-build-warnings enable build-time compiler warnings
869   --enable-maintainer-mode  enable make rules and dependencies not useful
870                           (and sometimes confusing) to the casual installer
871
872 Optional Packages:
873   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
874   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
875   --with-sysroot=DIR    search for usr/lib et al within DIR
876
877 Some influential environment variables:
878   CC          C compiler command
879   CFLAGS      C compiler flags
880   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
881               nonstandard directory <lib dir>
882   CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
883               headers in a nonstandard directory <include dir>
884   CXX         C++ compiler command
885   CXXFLAGS    C++ compiler flags
886   CXXCPP      C++ preprocessor
887
888 Use these variables to override the choices made by `configure' or to help
889 it to find libraries and programs with nonstandard names/locations.
890
891 _ACEOF
892 fi
893
894 if test "$ac_init_help" = "recursive"; then
895   # If there are subdirs, report their specific --help.
896   ac_popdir=`pwd`
897   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
898     test -d $ac_dir || continue
899     ac_builddir=.
900
901 if test "$ac_dir" != .; then
902   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
903   # A "../" for each directory in $ac_dir_suffix.
904   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
905 else
906   ac_dir_suffix= ac_top_builddir=
907 fi
908
909 case $srcdir in
910   .)  # No --srcdir option.  We are building in place.
911     ac_srcdir=.
912     if test -z "$ac_top_builddir"; then
913        ac_top_srcdir=.
914     else
915        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
916     fi ;;
917   [\\/]* | ?:[\\/]* )  # Absolute path.
918     ac_srcdir=$srcdir$ac_dir_suffix;
919     ac_top_srcdir=$srcdir ;;
920   *) # Relative path.
921     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
922     ac_top_srcdir=$ac_top_builddir$srcdir ;;
923 esac
924
925 # Do not use `cd foo && pwd` to compute absolute paths, because
926 # the directories may not exist.
927 case `pwd` in
928 .) ac_abs_builddir="$ac_dir";;
929 *)
930   case "$ac_dir" in
931   .) ac_abs_builddir=`pwd`;;
932   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
933   *) ac_abs_builddir=`pwd`/"$ac_dir";;
934   esac;;
935 esac
936 case $ac_abs_builddir in
937 .) ac_abs_top_builddir=${ac_top_builddir}.;;
938 *)
939   case ${ac_top_builddir}. in
940   .) ac_abs_top_builddir=$ac_abs_builddir;;
941   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
942   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
943   esac;;
944 esac
945 case $ac_abs_builddir in
946 .) ac_abs_srcdir=$ac_srcdir;;
947 *)
948   case $ac_srcdir in
949   .) ac_abs_srcdir=$ac_abs_builddir;;
950   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
951   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
952   esac;;
953 esac
954 case $ac_abs_builddir in
955 .) ac_abs_top_srcdir=$ac_top_srcdir;;
956 *)
957   case $ac_top_srcdir in
958   .) ac_abs_top_srcdir=$ac_abs_builddir;;
959   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
960   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
961   esac;;
962 esac
963
964     cd $ac_dir
965     # Check for guested configure; otherwise get Cygnus style configure.
966     if test -f $ac_srcdir/configure.gnu; then
967       echo
968       $SHELL $ac_srcdir/configure.gnu  --help=recursive
969     elif test -f $ac_srcdir/configure; then
970       echo
971       $SHELL $ac_srcdir/configure  --help=recursive
972     elif test -f $ac_srcdir/configure.ac ||
973            test -f $ac_srcdir/configure.in; then
974       echo
975       $ac_configure --help
976     else
977       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
978     fi
979     cd $ac_popdir
980   done
981 fi
982
983 test -n "$ac_init_help" && exit 0
984 if $ac_init_version; then
985   cat <<\_ACEOF
986 gold configure 0.1
987 generated by GNU Autoconf 2.59
988
989 Copyright (C) 2003 Free Software Foundation, Inc.
990 This configure script is free software; the Free Software Foundation
991 gives unlimited permission to copy, distribute and modify it.
992 _ACEOF
993   exit 0
994 fi
995 exec 5>config.log
996 cat >&5 <<_ACEOF
997 This file contains any messages produced by compilers while
998 running configure, to aid debugging if configure makes a mistake.
999
1000 It was created by gold $as_me 0.1, which was
1001 generated by GNU Autoconf 2.59.  Invocation command line was
1002
1003   $ $0 $@
1004
1005 _ACEOF
1006 {
1007 cat <<_ASUNAME
1008 ## --------- ##
1009 ## Platform. ##
1010 ## --------- ##
1011
1012 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1013 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1014 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1015 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1016 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1017
1018 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1019 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1020
1021 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1022 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1023 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1024 hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
1025 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1026 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1027 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1028
1029 _ASUNAME
1030
1031 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1032 for as_dir in $PATH
1033 do
1034   IFS=$as_save_IFS
1035   test -z "$as_dir" && as_dir=.
1036   echo "PATH: $as_dir"
1037 done
1038
1039 } >&5
1040
1041 cat >&5 <<_ACEOF
1042
1043
1044 ## ----------- ##
1045 ## Core tests. ##
1046 ## ----------- ##
1047
1048 _ACEOF
1049
1050
1051 # Keep a trace of the command line.
1052 # Strip out --no-create and --no-recursion so they do not pile up.
1053 # Strip out --silent because we don't want to record it for future runs.
1054 # Also quote any args containing shell meta-characters.
1055 # Make two passes to allow for proper duplicate-argument suppression.
1056 ac_configure_args=
1057 ac_configure_args0=
1058 ac_configure_args1=
1059 ac_sep=
1060 ac_must_keep_next=false
1061 for ac_pass in 1 2
1062 do
1063   for ac_arg
1064   do
1065     case $ac_arg in
1066     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1067     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1068     | -silent | --silent | --silen | --sile | --sil)
1069       continue ;;
1070     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1071       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1072     esac
1073     case $ac_pass in
1074     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1075     2)
1076       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1077       if test $ac_must_keep_next = true; then
1078         ac_must_keep_next=false # Got value, back to normal.
1079       else
1080         case $ac_arg in
1081           *=* | --config-cache | -C | -disable-* | --disable-* \
1082           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1083           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1084           | -with-* | --with-* | -without-* | --without-* | --x)
1085             case "$ac_configure_args0 " in
1086               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1087             esac
1088             ;;
1089           -* ) ac_must_keep_next=true ;;
1090         esac
1091       fi
1092       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1093       # Get rid of the leading space.
1094       ac_sep=" "
1095       ;;
1096     esac
1097   done
1098 done
1099 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1100 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1101
1102 # When interrupted or exit'd, cleanup temporary files, and complete
1103 # config.log.  We remove comments because anyway the quotes in there
1104 # would cause problems or look ugly.
1105 # WARNING: Be sure not to use single quotes in there, as some shells,
1106 # such as our DU 5.0 friend, will then `close' the trap.
1107 trap 'exit_status=$?
1108   # Save into config.log some information that might help in debugging.
1109   {
1110     echo
1111
1112     cat <<\_ASBOX
1113 ## ---------------- ##
1114 ## Cache variables. ##
1115 ## ---------------- ##
1116 _ASBOX
1117     echo
1118     # The following way of writing the cache mishandles newlines in values,
1119 {
1120   (set) 2>&1 |
1121     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1122     *ac_space=\ *)
1123       sed -n \
1124         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1125           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1126       ;;
1127     *)
1128       sed -n \
1129         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1130       ;;
1131     esac;
1132 }
1133     echo
1134
1135     cat <<\_ASBOX
1136 ## ----------------- ##
1137 ## Output variables. ##
1138 ## ----------------- ##
1139 _ASBOX
1140     echo
1141     for ac_var in $ac_subst_vars
1142     do
1143       eval ac_val=$`echo $ac_var`
1144       echo "$ac_var='"'"'$ac_val'"'"'"
1145     done | sort
1146     echo
1147
1148     if test -n "$ac_subst_files"; then
1149       cat <<\_ASBOX
1150 ## ------------- ##
1151 ## Output files. ##
1152 ## ------------- ##
1153 _ASBOX
1154       echo
1155       for ac_var in $ac_subst_files
1156       do
1157         eval ac_val=$`echo $ac_var`
1158         echo "$ac_var='"'"'$ac_val'"'"'"
1159       done | sort
1160       echo
1161     fi
1162
1163     if test -s confdefs.h; then
1164       cat <<\_ASBOX
1165 ## ----------- ##
1166 ## confdefs.h. ##
1167 ## ----------- ##
1168 _ASBOX
1169       echo
1170       sed "/^$/d" confdefs.h | sort
1171       echo
1172     fi
1173     test "$ac_signal" != 0 &&
1174       echo "$as_me: caught signal $ac_signal"
1175     echo "$as_me: exit $exit_status"
1176   } >&5
1177   rm -f core *.core &&
1178   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1179     exit $exit_status
1180      ' 0
1181 for ac_signal in 1 2 13 15; do
1182   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1183 done
1184 ac_signal=0
1185
1186 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1187 rm -rf conftest* confdefs.h
1188 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1189 echo >confdefs.h
1190
1191 # Predefined preprocessor variables.
1192
1193 cat >>confdefs.h <<_ACEOF
1194 #define PACKAGE_NAME "$PACKAGE_NAME"
1195 _ACEOF
1196
1197
1198 cat >>confdefs.h <<_ACEOF
1199 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1200 _ACEOF
1201
1202
1203 cat >>confdefs.h <<_ACEOF
1204 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1205 _ACEOF
1206
1207
1208 cat >>confdefs.h <<_ACEOF
1209 #define PACKAGE_STRING "$PACKAGE_STRING"
1210 _ACEOF
1211
1212
1213 cat >>confdefs.h <<_ACEOF
1214 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1215 _ACEOF
1216
1217
1218 # Let the site file select an alternate cache file if it wants to.
1219 # Prefer explicitly selected file to automatically selected ones.
1220 if test -z "$CONFIG_SITE"; then
1221   if test "x$prefix" != xNONE; then
1222     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1223   else
1224     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1225   fi
1226 fi
1227 for ac_site_file in $CONFIG_SITE; do
1228   if test -r "$ac_site_file"; then
1229     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1230 echo "$as_me: loading site script $ac_site_file" >&6;}
1231     sed 's/^/| /' "$ac_site_file" >&5
1232     . "$ac_site_file"
1233   fi
1234 done
1235
1236 if test -r "$cache_file"; then
1237   # Some versions of bash will fail to source /dev/null (special
1238   # files actually), so we avoid doing that.
1239   if test -f "$cache_file"; then
1240     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1241 echo "$as_me: loading cache $cache_file" >&6;}
1242     case $cache_file in
1243       [\\/]* | ?:[\\/]* ) . $cache_file;;
1244       *)                      . ./$cache_file;;
1245     esac
1246   fi
1247 else
1248   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1249 echo "$as_me: creating cache $cache_file" >&6;}
1250   >$cache_file
1251 fi
1252
1253 # Check that the precious variables saved in the cache have kept the same
1254 # value.
1255 ac_cache_corrupted=false
1256 for ac_var in `(set) 2>&1 |
1257                sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1258   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1259   eval ac_new_set=\$ac_env_${ac_var}_set
1260   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1261   eval ac_new_val="\$ac_env_${ac_var}_value"
1262   case $ac_old_set,$ac_new_set in
1263     set,)
1264       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1265 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1266       ac_cache_corrupted=: ;;
1267     ,set)
1268       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1269 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1270       ac_cache_corrupted=: ;;
1271     ,);;
1272     *)
1273       if test "x$ac_old_val" != "x$ac_new_val"; then
1274         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1275 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1276         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1277 echo "$as_me:   former value:  $ac_old_val" >&2;}
1278         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1279 echo "$as_me:   current value: $ac_new_val" >&2;}
1280         ac_cache_corrupted=:
1281       fi;;
1282   esac
1283   # Pass precious variables to config.status.
1284   if test "$ac_new_set" = set; then
1285     case $ac_new_val in
1286     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1287       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1288     *) ac_arg=$ac_var=$ac_new_val ;;
1289     esac
1290     case " $ac_configure_args " in
1291       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1292       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1293     esac
1294   fi
1295 done
1296 if $ac_cache_corrupted; then
1297   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1298 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1299   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1300 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1301    { (exit 1); exit 1; }; }
1302 fi
1303
1304 ac_ext=c
1305 ac_cpp='$CPP $CPPFLAGS'
1306 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1307 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1308 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338 ac_aux_dir=
1339 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1340   if test -f $ac_dir/install-sh; then
1341     ac_aux_dir=$ac_dir
1342     ac_install_sh="$ac_aux_dir/install-sh -c"
1343     break
1344   elif test -f $ac_dir/install.sh; then
1345     ac_aux_dir=$ac_dir
1346     ac_install_sh="$ac_aux_dir/install.sh -c"
1347     break
1348   elif test -f $ac_dir/shtool; then
1349     ac_aux_dir=$ac_dir
1350     ac_install_sh="$ac_aux_dir/shtool install -c"
1351     break
1352   fi
1353 done
1354 if test -z "$ac_aux_dir"; then
1355   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1356 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1357    { (exit 1); exit 1; }; }
1358 fi
1359 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1360 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1361 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1362
1363 # Make sure we can run config.sub.
1364 $ac_config_sub sun4 >/dev/null 2>&1 ||
1365   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1366 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1367    { (exit 1); exit 1; }; }
1368
1369 echo "$as_me:$LINENO: checking build system type" >&5
1370 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1371 if test "${ac_cv_build+set}" = set; then
1372   echo $ECHO_N "(cached) $ECHO_C" >&6
1373 else
1374   ac_cv_build_alias=$build_alias
1375 test -z "$ac_cv_build_alias" &&
1376   ac_cv_build_alias=`$ac_config_guess`
1377 test -z "$ac_cv_build_alias" &&
1378   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1379 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1380    { (exit 1); exit 1; }; }
1381 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1382   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1383 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1384    { (exit 1); exit 1; }; }
1385
1386 fi
1387 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1388 echo "${ECHO_T}$ac_cv_build" >&6
1389 build=$ac_cv_build
1390 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1391 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1392 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1393
1394
1395 echo "$as_me:$LINENO: checking host system type" >&5
1396 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1397 if test "${ac_cv_host+set}" = set; then
1398   echo $ECHO_N "(cached) $ECHO_C" >&6
1399 else
1400   ac_cv_host_alias=$host_alias
1401 test -z "$ac_cv_host_alias" &&
1402   ac_cv_host_alias=$ac_cv_build_alias
1403 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1404   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1405 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1406    { (exit 1); exit 1; }; }
1407
1408 fi
1409 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1410 echo "${ECHO_T}$ac_cv_host" >&6
1411 host=$ac_cv_host
1412 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1413 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1414 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1415
1416
1417 echo "$as_me:$LINENO: checking target system type" >&5
1418 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1419 if test "${ac_cv_target+set}" = set; then
1420   echo $ECHO_N "(cached) $ECHO_C" >&6
1421 else
1422   ac_cv_target_alias=$target_alias
1423 test "x$ac_cv_target_alias" = "x" &&
1424   ac_cv_target_alias=$ac_cv_host_alias
1425 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1426   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1427 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1428    { (exit 1); exit 1; }; }
1429
1430 fi
1431 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1432 echo "${ECHO_T}$ac_cv_target" >&6
1433 target=$ac_cv_target
1434 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1435 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1436 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1437
1438
1439 # The aliases save the names the user supplied, while $host etc.
1440 # will get canonicalized.
1441 test -n "$target_alias" &&
1442   test "$program_prefix$program_suffix$program_transform_name" = \
1443     NONENONEs,x,x, &&
1444   program_prefix=${target_alias}-
1445
1446 am__api_version="1.9"
1447 # Find a good install program.  We prefer a C program (faster),
1448 # so one script is as good as another.  But avoid the broken or
1449 # incompatible versions:
1450 # SysV /etc/install, /usr/sbin/install
1451 # SunOS /usr/etc/install
1452 # IRIX /sbin/install
1453 # AIX /bin/install
1454 # AmigaOS /C/install, which installs bootblocks on floppy discs
1455 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1456 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1457 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1458 # OS/2's system install, which has a completely different semantic
1459 # ./install, which can be erroneously created by make from ./install.sh.
1460 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1461 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1462 if test -z "$INSTALL"; then
1463 if test "${ac_cv_path_install+set}" = set; then
1464   echo $ECHO_N "(cached) $ECHO_C" >&6
1465 else
1466   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1467 for as_dir in $PATH
1468 do
1469   IFS=$as_save_IFS
1470   test -z "$as_dir" && as_dir=.
1471   # Account for people who put trailing slashes in PATH elements.
1472 case $as_dir/ in
1473   ./ | .// | /cC/* | \
1474   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1475   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1476   /usr/ucb/* ) ;;
1477   *)
1478     # OSF1 and SCO ODT 3.0 have their own names for install.
1479     # Don't use installbsd from OSF since it installs stuff as root
1480     # by default.
1481     for ac_prog in ginstall scoinst install; do
1482       for ac_exec_ext in '' $ac_executable_extensions; do
1483         if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1484           if test $ac_prog = install &&
1485             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1486             # AIX install.  It has an incompatible calling convention.
1487             :
1488           elif test $ac_prog = install &&
1489             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1490             # program-specific install script used by HP pwplus--don't use.
1491             :
1492           else
1493             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1494             break 3
1495           fi
1496         fi
1497       done
1498     done
1499     ;;
1500 esac
1501 done
1502
1503
1504 fi
1505   if test "${ac_cv_path_install+set}" = set; then
1506     INSTALL=$ac_cv_path_install
1507   else
1508     # As a last resort, use the slow shell script.  We don't cache a
1509     # path for INSTALL within a source directory, because that will
1510     # break other packages using the cache if that directory is
1511     # removed, or if the path is relative.
1512     INSTALL=$ac_install_sh
1513   fi
1514 fi
1515 echo "$as_me:$LINENO: result: $INSTALL" >&5
1516 echo "${ECHO_T}$INSTALL" >&6
1517
1518 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1519 # It thinks the first close brace ends the variable substitution.
1520 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1521
1522 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1523
1524 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1525
1526 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1527 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1528 # Just in case
1529 sleep 1
1530 echo timestamp > conftest.file
1531 # Do `set' in a subshell so we don't clobber the current shell's
1532 # arguments.  Must try -L first in case configure is actually a
1533 # symlink; some systems play weird games with the mod time of symlinks
1534 # (eg FreeBSD returns the mod time of the symlink's containing
1535 # directory).
1536 if (
1537    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1538    if test "$*" = "X"; then
1539       # -L didn't work.
1540       set X `ls -t $srcdir/configure conftest.file`
1541    fi
1542    rm -f conftest.file
1543    if test "$*" != "X $srcdir/configure conftest.file" \
1544       && test "$*" != "X conftest.file $srcdir/configure"; then
1545
1546       # If neither matched, then we have a broken ls.  This can happen
1547       # if, for instance, CONFIG_SHELL is bash and it inherits a
1548       # broken ls alias from the environment.  This has actually
1549       # happened.  Such a system could not be considered "sane".
1550       { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
1551 alias in your environment" >&5
1552 echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
1553 alias in your environment" >&2;}
1554    { (exit 1); exit 1; }; }
1555    fi
1556
1557    test "$2" = conftest.file
1558    )
1559 then
1560    # Ok.
1561    :
1562 else
1563    { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1564 Check your system clock" >&5
1565 echo "$as_me: error: newly created file is older than distributed files!
1566 Check your system clock" >&2;}
1567    { (exit 1); exit 1; }; }
1568 fi
1569 echo "$as_me:$LINENO: result: yes" >&5
1570 echo "${ECHO_T}yes" >&6
1571 test "$program_prefix" != NONE &&
1572   program_transform_name="s,^,$program_prefix,;$program_transform_name"
1573 # Use a double $ so make ignores it.
1574 test "$program_suffix" != NONE &&
1575   program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1576 # Double any \ or $.  echo might interpret backslashes.
1577 # By default was `s,x,x', remove it if useless.
1578 cat <<\_ACEOF >conftest.sed
1579 s/[\\$]/&&/g;s/;s,x,x,$//
1580 _ACEOF
1581 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1582 rm conftest.sed
1583
1584 # expand $ac_aux_dir to an absolute path
1585 am_aux_dir=`cd $ac_aux_dir && pwd`
1586
1587 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1588 # Use eval to expand $SHELL
1589 if eval "$MISSING --run true"; then
1590   am_missing_run="$MISSING --run "
1591 else
1592   am_missing_run=
1593   { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1594 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1595 fi
1596
1597 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1598   # We used to keeping the `.' as first argument, in order to
1599   # allow $(mkdir_p) to be used without argument.  As in
1600   #   $(mkdir_p) $(somedir)
1601   # where $(somedir) is conditionally defined.  However this is wrong
1602   # for two reasons:
1603   #  1. if the package is installed by a user who cannot write `.'
1604   #     make install will fail,
1605   #  2. the above comment should most certainly read
1606   #     $(mkdir_p) $(DESTDIR)$(somedir)
1607   #     so it does not work when $(somedir) is undefined and
1608   #     $(DESTDIR) is not.
1609   #  To support the latter case, we have to write
1610   #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
1611   #  so the `.' trick is pointless.
1612   mkdir_p='mkdir -p --'
1613 else
1614   # On NextStep and OpenStep, the `mkdir' command does not
1615   # recognize any option.  It will interpret all options as
1616   # directories to create, and then abort because `.' already
1617   # exists.
1618   for d in ./-p ./--version;
1619   do
1620     test -d $d && rmdir $d
1621   done
1622   # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1623   if test -f "$ac_aux_dir/mkinstalldirs"; then
1624     mkdir_p='$(mkinstalldirs)'
1625   else
1626     mkdir_p='$(install_sh) -d'
1627   fi
1628 fi
1629
1630 for ac_prog in gawk mawk nawk awk
1631 do
1632   # Extract the first word of "$ac_prog", so it can be a program name with args.
1633 set dummy $ac_prog; ac_word=$2
1634 echo "$as_me:$LINENO: checking for $ac_word" >&5
1635 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1636 if test "${ac_cv_prog_AWK+set}" = set; then
1637   echo $ECHO_N "(cached) $ECHO_C" >&6
1638 else
1639   if test -n "$AWK"; then
1640   ac_cv_prog_AWK="$AWK" # Let the user override the test.
1641 else
1642 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1643 for as_dir in $PATH
1644 do
1645   IFS=$as_save_IFS
1646   test -z "$as_dir" && as_dir=.
1647   for ac_exec_ext in '' $ac_executable_extensions; do
1648   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1649     ac_cv_prog_AWK="$ac_prog"
1650     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1651     break 2
1652   fi
1653 done
1654 done
1655
1656 fi
1657 fi
1658 AWK=$ac_cv_prog_AWK
1659 if test -n "$AWK"; then
1660   echo "$as_me:$LINENO: result: $AWK" >&5
1661 echo "${ECHO_T}$AWK" >&6
1662 else
1663   echo "$as_me:$LINENO: result: no" >&5
1664 echo "${ECHO_T}no" >&6
1665 fi
1666
1667   test -n "$AWK" && break
1668 done
1669
1670 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1671 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1672 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1673 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1674   echo $ECHO_N "(cached) $ECHO_C" >&6
1675 else
1676   cat >conftest.make <<\_ACEOF
1677 all:
1678         @echo 'ac_maketemp="$(MAKE)"'
1679 _ACEOF
1680 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1681 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1682 if test -n "$ac_maketemp"; then
1683   eval ac_cv_prog_make_${ac_make}_set=yes
1684 else
1685   eval ac_cv_prog_make_${ac_make}_set=no
1686 fi
1687 rm -f conftest.make
1688 fi
1689 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1690   echo "$as_me:$LINENO: result: yes" >&5
1691 echo "${ECHO_T}yes" >&6
1692   SET_MAKE=
1693 else
1694   echo "$as_me:$LINENO: result: no" >&5
1695 echo "${ECHO_T}no" >&6
1696   SET_MAKE="MAKE=${MAKE-make}"
1697 fi
1698
1699 rm -rf .tst 2>/dev/null
1700 mkdir .tst 2>/dev/null
1701 if test -d .tst; then
1702   am__leading_dot=.
1703 else
1704   am__leading_dot=_
1705 fi
1706 rmdir .tst 2>/dev/null
1707
1708 # test to see if srcdir already configured
1709 if test "`cd $srcdir && pwd`" != "`pwd`" &&
1710    test -f $srcdir/config.status; then
1711   { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1712 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1713    { (exit 1); exit 1; }; }
1714 fi
1715
1716 # test whether we have cygpath
1717 if test -z "$CYGPATH_W"; then
1718   if (cygpath --version) >/dev/null 2>/dev/null; then
1719     CYGPATH_W='cygpath -w'
1720   else
1721     CYGPATH_W=echo
1722   fi
1723 fi
1724
1725
1726 # Define the identity of the package.
1727  PACKAGE='gold'
1728  VERSION='0.1'
1729
1730
1731 cat >>confdefs.h <<_ACEOF
1732 #define PACKAGE "$PACKAGE"
1733 _ACEOF
1734
1735
1736 cat >>confdefs.h <<_ACEOF
1737 #define VERSION "$VERSION"
1738 _ACEOF
1739
1740 # Some tools Automake needs.
1741
1742 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1743
1744
1745 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1746
1747
1748 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1749
1750
1751 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1752
1753
1754 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1755
1756 install_sh=${install_sh-"$am_aux_dir/install-sh"}
1757
1758 # Installed binaries are usually stripped using `strip' when the user
1759 # run `make install-strip'.  However `strip' might not be the right
1760 # tool to use in cross-compilation environments, therefore Automake
1761 # will honor the `STRIP' environment variable to overrule this program.
1762 if test "$cross_compiling" != no; then
1763   if test -n "$ac_tool_prefix"; then
1764   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1765 set dummy ${ac_tool_prefix}strip; ac_word=$2
1766 echo "$as_me:$LINENO: checking for $ac_word" >&5
1767 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1768 if test "${ac_cv_prog_STRIP+set}" = set; then
1769   echo $ECHO_N "(cached) $ECHO_C" >&6
1770 else
1771   if test -n "$STRIP"; then
1772   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1773 else
1774 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1775 for as_dir in $PATH
1776 do
1777   IFS=$as_save_IFS
1778   test -z "$as_dir" && as_dir=.
1779   for ac_exec_ext in '' $ac_executable_extensions; do
1780   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1781     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1782     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1783     break 2
1784   fi
1785 done
1786 done
1787
1788 fi
1789 fi
1790 STRIP=$ac_cv_prog_STRIP
1791 if test -n "$STRIP"; then
1792   echo "$as_me:$LINENO: result: $STRIP" >&5
1793 echo "${ECHO_T}$STRIP" >&6
1794 else
1795   echo "$as_me:$LINENO: result: no" >&5
1796 echo "${ECHO_T}no" >&6
1797 fi
1798
1799 fi
1800 if test -z "$ac_cv_prog_STRIP"; then
1801   ac_ct_STRIP=$STRIP
1802   # Extract the first word of "strip", so it can be a program name with args.
1803 set dummy strip; ac_word=$2
1804 echo "$as_me:$LINENO: checking for $ac_word" >&5
1805 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1806 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1807   echo $ECHO_N "(cached) $ECHO_C" >&6
1808 else
1809   if test -n "$ac_ct_STRIP"; then
1810   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1811 else
1812 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1813 for as_dir in $PATH
1814 do
1815   IFS=$as_save_IFS
1816   test -z "$as_dir" && as_dir=.
1817   for ac_exec_ext in '' $ac_executable_extensions; do
1818   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1819     ac_cv_prog_ac_ct_STRIP="strip"
1820     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1821     break 2
1822   fi
1823 done
1824 done
1825
1826   test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1827 fi
1828 fi
1829 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1830 if test -n "$ac_ct_STRIP"; then
1831   echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1832 echo "${ECHO_T}$ac_ct_STRIP" >&6
1833 else
1834   echo "$as_me:$LINENO: result: no" >&5
1835 echo "${ECHO_T}no" >&6
1836 fi
1837
1838   STRIP=$ac_ct_STRIP
1839 else
1840   STRIP="$ac_cv_prog_STRIP"
1841 fi
1842
1843 fi
1844 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1845
1846 # We need awk for the "check" target.  The system "awk" is bad on
1847 # some platforms.
1848 # Always define AMTAR for backward compatibility.
1849
1850 AMTAR=${AMTAR-"${am_missing_run}tar"}
1851
1852 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
1853
1854
1855
1856
1857
1858
1859           ac_config_headers="$ac_config_headers config.h:config.in"
1860
1861
1862
1863 # Check whether --with-sysroot or --without-sysroot was given.
1864 if test "${with_sysroot+set}" = set; then
1865   withval="$with_sysroot"
1866   sysroot=$withval
1867 else
1868   sysroot=no
1869 fi;
1870
1871 if test "$sysroot" = "yes"; then
1872   sysroot='${exec_prefix}/${target_alias}/sys-root'
1873 elif test "$sysroot" = "no"; then
1874   sysroot=
1875 fi
1876
1877 sysroot_relocatable=0
1878 if test -n "$sysroot"; then
1879   case "sysroot" in
1880     "${prefix}" | "${prefix}/"* | \
1881     "${exec_prefix}" | "${exec_prefix}/"* | \
1882     '${prefix}' | '${prefix}/'*| \
1883     '${exec_prefix}' | '${exec_prefix}/'*)
1884       sysroot_relocatable=1
1885       ;;
1886   esac
1887 fi
1888
1889
1890 cat >>confdefs.h <<_ACEOF
1891 #define TARGET_SYSTEM_ROOT "$sysroot"
1892 _ACEOF
1893
1894
1895 cat >>confdefs.h <<_ACEOF
1896 #define TARGET_SYSTEM_ROOT_RELOCATABLE $sysroot_relocatable
1897 _ACEOF
1898
1899
1900 # Check whether --enable-targets or --disable-targets was given.
1901 if test "${enable_targets+set}" = set; then
1902   enableval="$enable_targets"
1903   case "${enableval}" in
1904   yes | "")
1905     { { echo "$as_me:$LINENO: error: --enable-targets option must specify target names or 'all'" >&5
1906 echo "$as_me: error: --enable-targets option must specify target names or 'all'" >&2;}
1907    { (exit 1); exit 1; }; }
1908     ;;
1909   no)
1910     enable_targets=
1911     ;;
1912   *)
1913     enable_targets=$enableval
1914     ;;
1915 esac
1916 else
1917   # For now, enable all targets by default
1918  enable_targets=all
1919
1920 fi;
1921
1922 # Canonicalize the enabled targets.
1923 if test -n "$enable_targets"; then
1924   for targ in `echo $enable_targets | sed -e 's/,/ /g'`; do
1925     result=`$ac_config_sub $targ 2>/dev/null`
1926     if test -n "$result"; then
1927       canon_targets="$canon_targets $result"
1928     else
1929       # Permit unrecognized target names, like "all".
1930       canon_targets="$canon_targets $targ"
1931     fi
1932   done
1933 fi
1934
1935 # See which specific instantiations we need.
1936 targetobjs=
1937 all_targets=
1938 for targ in $target $canon_targets; do
1939   targ_32_little=
1940   targ_32_big=
1941   targ_64_little=
1942   targ_64_big=
1943   if test "$targ" = "all"; then
1944     targ_32_little=yes
1945     targ_32_big=yes
1946     targ_64_little=yes
1947     targ_64_big=yes
1948     all_targets=yes
1949   else
1950     case "$targ" in
1951     i?86-*)
1952       targ_32_little=yes
1953       targetobjs="$targetobjs i386.\$(OBJEXT)"
1954       ;;
1955     x86_64-*)
1956       targ_64_little=yes
1957       targetobjs="$targetobjs x86_64.\$(OBJEXT)"
1958       ;;
1959     *)
1960       { { echo "$as_me:$LINENO: error: \"unsupported target $targ\"" >&5
1961 echo "$as_me: error: \"unsupported target $targ\"" >&2;}
1962    { (exit 1); exit 1; }; }
1963       ;;
1964     esac
1965   fi
1966 done
1967
1968 if test -n "$targ_32_little"; then
1969
1970 cat >>confdefs.h <<\_ACEOF
1971 #define HAVE_TARGET_32_LITTLE 1
1972 _ACEOF
1973
1974 fi
1975 if test -n "$targ_32_big"; then
1976
1977 cat >>confdefs.h <<\_ACEOF
1978 #define HAVE_TARGET_32_BIG 1
1979 _ACEOF
1980
1981 fi
1982 if test -n "$targ_64_little"; then
1983
1984 cat >>confdefs.h <<\_ACEOF
1985 #define HAVE_TARGET_64_LITTLE 1
1986 _ACEOF
1987
1988 fi
1989 if test -n "$targ_64_big"; then
1990
1991 cat >>confdefs.h <<\_ACEOF
1992 #define HAVE_TARGET_64_BIG 1
1993 _ACEOF
1994
1995 fi
1996
1997 if test -n "$all_targets"; then
1998   TARGETOBJS='$(ALL_TARGETOBJS)'
1999 else
2000   TARGETOBJS="$targetobjs"
2001 fi
2002
2003
2004 ac_ext=c
2005 ac_cpp='$CPP $CPPFLAGS'
2006 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2007 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2008 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2009 if test -n "$ac_tool_prefix"; then
2010   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2011 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2012 echo "$as_me:$LINENO: checking for $ac_word" >&5
2013 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2014 if test "${ac_cv_prog_CC+set}" = set; then
2015   echo $ECHO_N "(cached) $ECHO_C" >&6
2016 else
2017   if test -n "$CC"; then
2018   ac_cv_prog_CC="$CC" # Let the user override the test.
2019 else
2020 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2021 for as_dir in $PATH
2022 do
2023   IFS=$as_save_IFS
2024   test -z "$as_dir" && as_dir=.
2025   for ac_exec_ext in '' $ac_executable_extensions; do
2026   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2027     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2028     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2029     break 2
2030   fi
2031 done
2032 done
2033
2034 fi
2035 fi
2036 CC=$ac_cv_prog_CC
2037 if test -n "$CC"; then
2038   echo "$as_me:$LINENO: result: $CC" >&5
2039 echo "${ECHO_T}$CC" >&6
2040 else
2041   echo "$as_me:$LINENO: result: no" >&5
2042 echo "${ECHO_T}no" >&6
2043 fi
2044
2045 fi
2046 if test -z "$ac_cv_prog_CC"; then
2047   ac_ct_CC=$CC
2048   # Extract the first word of "gcc", so it can be a program name with args.
2049 set dummy gcc; ac_word=$2
2050 echo "$as_me:$LINENO: checking for $ac_word" >&5
2051 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2052 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2053   echo $ECHO_N "(cached) $ECHO_C" >&6
2054 else
2055   if test -n "$ac_ct_CC"; then
2056   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2057 else
2058 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2059 for as_dir in $PATH
2060 do
2061   IFS=$as_save_IFS
2062   test -z "$as_dir" && as_dir=.
2063   for ac_exec_ext in '' $ac_executable_extensions; do
2064   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2065     ac_cv_prog_ac_ct_CC="gcc"
2066     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2067     break 2
2068   fi
2069 done
2070 done
2071
2072 fi
2073 fi
2074 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2075 if test -n "$ac_ct_CC"; then
2076   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2077 echo "${ECHO_T}$ac_ct_CC" >&6
2078 else
2079   echo "$as_me:$LINENO: result: no" >&5
2080 echo "${ECHO_T}no" >&6
2081 fi
2082
2083   CC=$ac_ct_CC
2084 else
2085   CC="$ac_cv_prog_CC"
2086 fi
2087
2088 if test -z "$CC"; then
2089   if test -n "$ac_tool_prefix"; then
2090   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2091 set dummy ${ac_tool_prefix}cc; ac_word=$2
2092 echo "$as_me:$LINENO: checking for $ac_word" >&5
2093 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2094 if test "${ac_cv_prog_CC+set}" = set; then
2095   echo $ECHO_N "(cached) $ECHO_C" >&6
2096 else
2097   if test -n "$CC"; then
2098   ac_cv_prog_CC="$CC" # Let the user override the test.
2099 else
2100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2101 for as_dir in $PATH
2102 do
2103   IFS=$as_save_IFS
2104   test -z "$as_dir" && as_dir=.
2105   for ac_exec_ext in '' $ac_executable_extensions; do
2106   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2107     ac_cv_prog_CC="${ac_tool_prefix}cc"
2108     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2109     break 2
2110   fi
2111 done
2112 done
2113
2114 fi
2115 fi
2116 CC=$ac_cv_prog_CC
2117 if test -n "$CC"; then
2118   echo "$as_me:$LINENO: result: $CC" >&5
2119 echo "${ECHO_T}$CC" >&6
2120 else
2121   echo "$as_me:$LINENO: result: no" >&5
2122 echo "${ECHO_T}no" >&6
2123 fi
2124
2125 fi
2126 if test -z "$ac_cv_prog_CC"; then
2127   ac_ct_CC=$CC
2128   # Extract the first word of "cc", so it can be a program name with args.
2129 set dummy cc; ac_word=$2
2130 echo "$as_me:$LINENO: checking for $ac_word" >&5
2131 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2132 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2133   echo $ECHO_N "(cached) $ECHO_C" >&6
2134 else
2135   if test -n "$ac_ct_CC"; then
2136   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2137 else
2138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2139 for as_dir in $PATH
2140 do
2141   IFS=$as_save_IFS
2142   test -z "$as_dir" && as_dir=.
2143   for ac_exec_ext in '' $ac_executable_extensions; do
2144   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2145     ac_cv_prog_ac_ct_CC="cc"
2146     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2147     break 2
2148   fi
2149 done
2150 done
2151
2152 fi
2153 fi
2154 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2155 if test -n "$ac_ct_CC"; then
2156   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2157 echo "${ECHO_T}$ac_ct_CC" >&6
2158 else
2159   echo "$as_me:$LINENO: result: no" >&5
2160 echo "${ECHO_T}no" >&6
2161 fi
2162
2163   CC=$ac_ct_CC
2164 else
2165   CC="$ac_cv_prog_CC"
2166 fi
2167
2168 fi
2169 if test -z "$CC"; then
2170   # Extract the first word of "cc", so it can be a program name with args.
2171 set dummy cc; ac_word=$2
2172 echo "$as_me:$LINENO: checking for $ac_word" >&5
2173 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2174 if test "${ac_cv_prog_CC+set}" = set; then
2175   echo $ECHO_N "(cached) $ECHO_C" >&6
2176 else
2177   if test -n "$CC"; then
2178   ac_cv_prog_CC="$CC" # Let the user override the test.
2179 else
2180   ac_prog_rejected=no
2181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2182 for as_dir in $PATH
2183 do
2184   IFS=$as_save_IFS
2185   test -z "$as_dir" && as_dir=.
2186   for ac_exec_ext in '' $ac_executable_extensions; do
2187   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2188     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2189        ac_prog_rejected=yes
2190        continue
2191      fi
2192     ac_cv_prog_CC="cc"
2193     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2194     break 2
2195   fi
2196 done
2197 done
2198
2199 if test $ac_prog_rejected = yes; then
2200   # We found a bogon in the path, so make sure we never use it.
2201   set dummy $ac_cv_prog_CC
2202   shift
2203   if test $# != 0; then
2204     # We chose a different compiler from the bogus one.
2205     # However, it has the same basename, so the bogon will be chosen
2206     # first if we set CC to just the basename; use the full file name.
2207     shift
2208     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2209   fi
2210 fi
2211 fi
2212 fi
2213 CC=$ac_cv_prog_CC
2214 if test -n "$CC"; then
2215   echo "$as_me:$LINENO: result: $CC" >&5
2216 echo "${ECHO_T}$CC" >&6
2217 else
2218   echo "$as_me:$LINENO: result: no" >&5
2219 echo "${ECHO_T}no" >&6
2220 fi
2221
2222 fi
2223 if test -z "$CC"; then
2224   if test -n "$ac_tool_prefix"; then
2225   for ac_prog in cl
2226   do
2227     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2228 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2229 echo "$as_me:$LINENO: checking for $ac_word" >&5
2230 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2231 if test "${ac_cv_prog_CC+set}" = set; then
2232   echo $ECHO_N "(cached) $ECHO_C" >&6
2233 else
2234   if test -n "$CC"; then
2235   ac_cv_prog_CC="$CC" # Let the user override the test.
2236 else
2237 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2238 for as_dir in $PATH
2239 do
2240   IFS=$as_save_IFS
2241   test -z "$as_dir" && as_dir=.
2242   for ac_exec_ext in '' $ac_executable_extensions; do
2243   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2244     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2245     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2246     break 2
2247   fi
2248 done
2249 done
2250
2251 fi
2252 fi
2253 CC=$ac_cv_prog_CC
2254 if test -n "$CC"; then
2255   echo "$as_me:$LINENO: result: $CC" >&5
2256 echo "${ECHO_T}$CC" >&6
2257 else
2258   echo "$as_me:$LINENO: result: no" >&5
2259 echo "${ECHO_T}no" >&6
2260 fi
2261
2262     test -n "$CC" && break
2263   done
2264 fi
2265 if test -z "$CC"; then
2266   ac_ct_CC=$CC
2267   for ac_prog in cl
2268 do
2269   # Extract the first word of "$ac_prog", so it can be a program name with args.
2270 set dummy $ac_prog; ac_word=$2
2271 echo "$as_me:$LINENO: checking for $ac_word" >&5
2272 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2273 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2274   echo $ECHO_N "(cached) $ECHO_C" >&6
2275 else
2276   if test -n "$ac_ct_CC"; then
2277   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2278 else
2279 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2280 for as_dir in $PATH
2281 do
2282   IFS=$as_save_IFS
2283   test -z "$as_dir" && as_dir=.
2284   for ac_exec_ext in '' $ac_executable_extensions; do
2285   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2286     ac_cv_prog_ac_ct_CC="$ac_prog"
2287     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2288     break 2
2289   fi
2290 done
2291 done
2292
2293 fi
2294 fi
2295 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2296 if test -n "$ac_ct_CC"; then
2297   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2298 echo "${ECHO_T}$ac_ct_CC" >&6
2299 else
2300   echo "$as_me:$LINENO: result: no" >&5
2301 echo "${ECHO_T}no" >&6
2302 fi
2303
2304   test -n "$ac_ct_CC" && break
2305 done
2306
2307   CC=$ac_ct_CC
2308 fi
2309
2310 fi
2311
2312
2313 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2314 See \`config.log' for more details." >&5
2315 echo "$as_me: error: no acceptable C compiler found in \$PATH
2316 See \`config.log' for more details." >&2;}
2317    { (exit 1); exit 1; }; }
2318
2319 # Provide some information about the compiler.
2320 echo "$as_me:$LINENO:" \
2321      "checking for C compiler version" >&5
2322 ac_compiler=`set X $ac_compile; echo $2`
2323 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2324   (eval $ac_compiler --version </dev/null >&5) 2>&5
2325   ac_status=$?
2326   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2327   (exit $ac_status); }
2328 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2329   (eval $ac_compiler -v </dev/null >&5) 2>&5
2330   ac_status=$?
2331   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2332   (exit $ac_status); }
2333 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2334   (eval $ac_compiler -V </dev/null >&5) 2>&5
2335   ac_status=$?
2336   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2337   (exit $ac_status); }
2338
2339 cat >conftest.$ac_ext <<_ACEOF
2340 /* confdefs.h.  */
2341 _ACEOF
2342 cat confdefs.h >>conftest.$ac_ext
2343 cat >>conftest.$ac_ext <<_ACEOF
2344 /* end confdefs.h.  */
2345
2346 int
2347 main ()
2348 {
2349
2350   ;
2351   return 0;
2352 }
2353 _ACEOF
2354 ac_clean_files_save=$ac_clean_files
2355 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2356 # Try to create an executable without -o first, disregard a.out.
2357 # It will help us diagnose broken compilers, and finding out an intuition
2358 # of exeext.
2359 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2360 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2361 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2362 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2363   (eval $ac_link_default) 2>&5
2364   ac_status=$?
2365   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2366   (exit $ac_status); }; then
2367   # Find the output, starting from the most likely.  This scheme is
2368 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2369 # resort.
2370
2371 # Be careful to initialize this variable, since it used to be cached.
2372 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2373 ac_cv_exeext=
2374 # b.out is created by i960 compilers.
2375 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2376 do
2377   test -f "$ac_file" || continue
2378   case $ac_file in
2379     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2380         ;;
2381     conftest.$ac_ext )
2382         # This is the source file.
2383         ;;
2384     [ab].out )
2385         # We found the default executable, but exeext='' is most
2386         # certainly right.
2387         break;;
2388     *.* )
2389         ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2390         # FIXME: I believe we export ac_cv_exeext for Libtool,
2391         # but it would be cool to find out if it's true.  Does anybody
2392         # maintain Libtool? --akim.
2393         export ac_cv_exeext
2394         break;;
2395     * )
2396         break;;
2397   esac
2398 done
2399 else
2400   echo "$as_me: failed program was:" >&5
2401 sed 's/^/| /' conftest.$ac_ext >&5
2402
2403 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2404 See \`config.log' for more details." >&5
2405 echo "$as_me: error: C compiler cannot create executables
2406 See \`config.log' for more details." >&2;}
2407    { (exit 77); exit 77; }; }
2408 fi
2409
2410 ac_exeext=$ac_cv_exeext
2411 echo "$as_me:$LINENO: result: $ac_file" >&5
2412 echo "${ECHO_T}$ac_file" >&6
2413
2414 # Check the compiler produces executables we can run.  If not, either
2415 # the compiler is broken, or we cross compile.
2416 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2417 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2418 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2419 # If not cross compiling, check that we can run a simple program.
2420 if test "$cross_compiling" != yes; then
2421   if { ac_try='./$ac_file'
2422   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2423   (eval $ac_try) 2>&5
2424   ac_status=$?
2425   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2426   (exit $ac_status); }; }; then
2427     cross_compiling=no
2428   else
2429     if test "$cross_compiling" = maybe; then
2430         cross_compiling=yes
2431     else
2432         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2433 If you meant to cross compile, use \`--host'.
2434 See \`config.log' for more details." >&5
2435 echo "$as_me: error: cannot run C compiled programs.
2436 If you meant to cross compile, use \`--host'.
2437 See \`config.log' for more details." >&2;}
2438    { (exit 1); exit 1; }; }
2439     fi
2440   fi
2441 fi
2442 echo "$as_me:$LINENO: result: yes" >&5
2443 echo "${ECHO_T}yes" >&6
2444
2445 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2446 ac_clean_files=$ac_clean_files_save
2447 # Check the compiler produces executables we can run.  If not, either
2448 # the compiler is broken, or we cross compile.
2449 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2450 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2451 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2452 echo "${ECHO_T}$cross_compiling" >&6
2453
2454 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2455 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2456 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2457   (eval $ac_link) 2>&5
2458   ac_status=$?
2459   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2460   (exit $ac_status); }; then
2461   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2462 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2463 # work properly (i.e., refer to `conftest.exe'), while it won't with
2464 # `rm'.
2465 for ac_file in conftest.exe conftest conftest.*; do
2466   test -f "$ac_file" || continue
2467   case $ac_file in
2468     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2469     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2470           export ac_cv_exeext
2471           break;;
2472     * ) break;;
2473   esac
2474 done
2475 else
2476   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2477 See \`config.log' for more details." >&5
2478 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2479 See \`config.log' for more details." >&2;}
2480    { (exit 1); exit 1; }; }
2481 fi
2482
2483 rm -f conftest$ac_cv_exeext
2484 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2485 echo "${ECHO_T}$ac_cv_exeext" >&6
2486
2487 rm -f conftest.$ac_ext
2488 EXEEXT=$ac_cv_exeext
2489 ac_exeext=$EXEEXT
2490 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2491 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2492 if test "${ac_cv_objext+set}" = set; then
2493   echo $ECHO_N "(cached) $ECHO_C" >&6
2494 else
2495   cat >conftest.$ac_ext <<_ACEOF
2496 /* confdefs.h.  */
2497 _ACEOF
2498 cat confdefs.h >>conftest.$ac_ext
2499 cat >>conftest.$ac_ext <<_ACEOF
2500 /* end confdefs.h.  */
2501
2502 int
2503 main ()
2504 {
2505
2506   ;
2507   return 0;
2508 }
2509 _ACEOF
2510 rm -f conftest.o conftest.obj
2511 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2512   (eval $ac_compile) 2>&5
2513   ac_status=$?
2514   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2515   (exit $ac_status); }; then
2516   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2517   case $ac_file in
2518     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2519     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2520        break;;
2521   esac
2522 done
2523 else
2524   echo "$as_me: failed program was:" >&5
2525 sed 's/^/| /' conftest.$ac_ext >&5
2526
2527 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2528 See \`config.log' for more details." >&5
2529 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2530 See \`config.log' for more details." >&2;}
2531    { (exit 1); exit 1; }; }
2532 fi
2533
2534 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2535 fi
2536 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2537 echo "${ECHO_T}$ac_cv_objext" >&6
2538 OBJEXT=$ac_cv_objext
2539 ac_objext=$OBJEXT
2540 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2541 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2542 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2543   echo $ECHO_N "(cached) $ECHO_C" >&6
2544 else
2545   cat >conftest.$ac_ext <<_ACEOF
2546 /* confdefs.h.  */
2547 _ACEOF
2548 cat confdefs.h >>conftest.$ac_ext
2549 cat >>conftest.$ac_ext <<_ACEOF
2550 /* end confdefs.h.  */
2551
2552 int
2553 main ()
2554 {
2555 #ifndef __GNUC__
2556        choke me
2557 #endif
2558
2559   ;
2560   return 0;
2561 }
2562 _ACEOF
2563 rm -f conftest.$ac_objext
2564 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2565   (eval $ac_compile) 2>conftest.er1
2566   ac_status=$?
2567   grep -v '^ *+' conftest.er1 >conftest.err
2568   rm -f conftest.er1
2569   cat conftest.err >&5
2570   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2571   (exit $ac_status); } &&
2572          { ac_try='test -z "$ac_c_werror_flag"
2573                          || test ! -s conftest.err'
2574   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2575   (eval $ac_try) 2>&5
2576   ac_status=$?
2577   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2578   (exit $ac_status); }; } &&
2579          { ac_try='test -s conftest.$ac_objext'
2580   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2581   (eval $ac_try) 2>&5
2582   ac_status=$?
2583   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2584   (exit $ac_status); }; }; then
2585   ac_compiler_gnu=yes
2586 else
2587   echo "$as_me: failed program was:" >&5
2588 sed 's/^/| /' conftest.$ac_ext >&5
2589
2590 ac_compiler_gnu=no
2591 fi
2592 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2593 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2594
2595 fi
2596 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2597 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2598 GCC=`test $ac_compiler_gnu = yes && echo yes`
2599 ac_test_CFLAGS=${CFLAGS+set}
2600 ac_save_CFLAGS=$CFLAGS
2601 CFLAGS="-g"
2602 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2603 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2604 if test "${ac_cv_prog_cc_g+set}" = set; then
2605   echo $ECHO_N "(cached) $ECHO_C" >&6
2606 else
2607   cat >conftest.$ac_ext <<_ACEOF
2608 /* confdefs.h.  */
2609 _ACEOF
2610 cat confdefs.h >>conftest.$ac_ext
2611 cat >>conftest.$ac_ext <<_ACEOF
2612 /* end confdefs.h.  */
2613
2614 int
2615 main ()
2616 {
2617
2618   ;
2619   return 0;
2620 }
2621 _ACEOF
2622 rm -f conftest.$ac_objext
2623 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2624   (eval $ac_compile) 2>conftest.er1
2625   ac_status=$?
2626   grep -v '^ *+' conftest.er1 >conftest.err
2627   rm -f conftest.er1
2628   cat conftest.err >&5
2629   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2630   (exit $ac_status); } &&
2631          { ac_try='test -z "$ac_c_werror_flag"
2632                          || test ! -s conftest.err'
2633   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2634   (eval $ac_try) 2>&5
2635   ac_status=$?
2636   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2637   (exit $ac_status); }; } &&
2638          { ac_try='test -s conftest.$ac_objext'
2639   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2640   (eval $ac_try) 2>&5
2641   ac_status=$?
2642   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2643   (exit $ac_status); }; }; then
2644   ac_cv_prog_cc_g=yes
2645 else
2646   echo "$as_me: failed program was:" >&5
2647 sed 's/^/| /' conftest.$ac_ext >&5
2648
2649 ac_cv_prog_cc_g=no
2650 fi
2651 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2652 fi
2653 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2654 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2655 if test "$ac_test_CFLAGS" = set; then
2656   CFLAGS=$ac_save_CFLAGS
2657 elif test $ac_cv_prog_cc_g = yes; then
2658   if test "$GCC" = yes; then
2659     CFLAGS="-g -O2"
2660   else
2661     CFLAGS="-g"
2662   fi
2663 else
2664   if test "$GCC" = yes; then
2665     CFLAGS="-O2"
2666   else
2667     CFLAGS=
2668   fi
2669 fi
2670 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2671 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2672 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2673   echo $ECHO_N "(cached) $ECHO_C" >&6
2674 else
2675   ac_cv_prog_cc_stdc=no
2676 ac_save_CC=$CC
2677 cat >conftest.$ac_ext <<_ACEOF
2678 /* confdefs.h.  */
2679 _ACEOF
2680 cat confdefs.h >>conftest.$ac_ext
2681 cat >>conftest.$ac_ext <<_ACEOF
2682 /* end confdefs.h.  */
2683 #include <stdarg.h>
2684 #include <stdio.h>
2685 #include <sys/types.h>
2686 #include <sys/stat.h>
2687 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
2688 struct buf { int x; };
2689 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2690 static char *e (p, i)
2691      char **p;
2692      int i;
2693 {
2694   return p[i];
2695 }
2696 static char *f (char * (*g) (char **, int), char **p, ...)
2697 {
2698   char *s;
2699   va_list v;
2700   va_start (v,p);
2701   s = g (p, va_arg (v,int));
2702   va_end (v);
2703   return s;
2704 }
2705
2706 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
2707    function prototypes and stuff, but not '\xHH' hex character constants.
2708    These don't provoke an error unfortunately, instead are silently treated
2709    as 'x'.  The following induces an error, until -std1 is added to get
2710    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
2711    array size at least.  It's necessary to write '\x00'==0 to get something
2712    that's true only with -std1.  */
2713 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2714
2715 int test (int i, double x);
2716 struct s1 {int (*f) (int a);};
2717 struct s2 {int (*f) (double a);};
2718 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2719 int argc;
2720 char **argv;
2721 int
2722 main ()
2723 {
2724 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
2725   ;
2726   return 0;
2727 }
2728 _ACEOF
2729 # Don't try gcc -ansi; that turns off useful extensions and
2730 # breaks some systems' header files.
2731 # AIX                   -qlanglvl=ansi
2732 # Ultrix and OSF/1      -std1
2733 # HP-UX 10.20 and later -Ae
2734 # HP-UX older versions  -Aa -D_HPUX_SOURCE
2735 # SVR4                  -Xc -D__EXTENSIONS__
2736 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2737 do
2738   CC="$ac_save_CC $ac_arg"
2739   rm -f conftest.$ac_objext
2740 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2741   (eval $ac_compile) 2>conftest.er1
2742   ac_status=$?
2743   grep -v '^ *+' conftest.er1 >conftest.err
2744   rm -f conftest.er1
2745   cat conftest.err >&5
2746   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2747   (exit $ac_status); } &&
2748          { ac_try='test -z "$ac_c_werror_flag"
2749                          || test ! -s conftest.err'
2750   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2751   (eval $ac_try) 2>&5
2752   ac_status=$?
2753   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2754   (exit $ac_status); }; } &&
2755          { ac_try='test -s conftest.$ac_objext'
2756   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2757   (eval $ac_try) 2>&5
2758   ac_status=$?
2759   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2760   (exit $ac_status); }; }; then
2761   ac_cv_prog_cc_stdc=$ac_arg
2762 break
2763 else
2764   echo "$as_me: failed program was:" >&5
2765 sed 's/^/| /' conftest.$ac_ext >&5
2766
2767 fi
2768 rm -f conftest.err conftest.$ac_objext
2769 done
2770 rm -f conftest.$ac_ext conftest.$ac_objext
2771 CC=$ac_save_CC
2772
2773 fi
2774
2775 case "x$ac_cv_prog_cc_stdc" in
2776   x|xno)
2777     echo "$as_me:$LINENO: result: none needed" >&5
2778 echo "${ECHO_T}none needed" >&6 ;;
2779   *)
2780     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2781 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2782     CC="$CC $ac_cv_prog_cc_stdc" ;;
2783 esac
2784
2785 # Some people use a C++ compiler to compile C.  Since we use `exit',
2786 # in C++ we need to declare it.  In case someone uses the same compiler
2787 # for both compiling C and C++ we need to have the C++ compiler decide
2788 # the declaration of exit, since it's the most demanding environment.
2789 cat >conftest.$ac_ext <<_ACEOF
2790 #ifndef __cplusplus
2791   choke me
2792 #endif
2793 _ACEOF
2794 rm -f conftest.$ac_objext
2795 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2796   (eval $ac_compile) 2>conftest.er1
2797   ac_status=$?
2798   grep -v '^ *+' conftest.er1 >conftest.err
2799   rm -f conftest.er1
2800   cat conftest.err >&5
2801   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2802   (exit $ac_status); } &&
2803          { ac_try='test -z "$ac_c_werror_flag"
2804                          || test ! -s conftest.err'
2805   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2806   (eval $ac_try) 2>&5
2807   ac_status=$?
2808   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2809   (exit $ac_status); }; } &&
2810          { ac_try='test -s conftest.$ac_objext'
2811   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2812   (eval $ac_try) 2>&5
2813   ac_status=$?
2814   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2815   (exit $ac_status); }; }; then
2816   for ac_declaration in \
2817    '' \
2818    'extern "C" void std::exit (int) throw (); using std::exit;' \
2819    'extern "C" void std::exit (int); using std::exit;' \
2820    'extern "C" void exit (int) throw ();' \
2821    'extern "C" void exit (int);' \
2822    'void exit (int);'
2823 do
2824   cat >conftest.$ac_ext <<_ACEOF
2825 /* confdefs.h.  */
2826 _ACEOF
2827 cat confdefs.h >>conftest.$ac_ext
2828 cat >>conftest.$ac_ext <<_ACEOF
2829 /* end confdefs.h.  */
2830 $ac_declaration
2831 #include <stdlib.h>
2832 int
2833 main ()
2834 {
2835 exit (42);
2836   ;
2837   return 0;
2838 }
2839 _ACEOF
2840 rm -f conftest.$ac_objext
2841 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2842   (eval $ac_compile) 2>conftest.er1
2843   ac_status=$?
2844   grep -v '^ *+' conftest.er1 >conftest.err
2845   rm -f conftest.er1
2846   cat conftest.err >&5
2847   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2848   (exit $ac_status); } &&
2849          { ac_try='test -z "$ac_c_werror_flag"
2850                          || test ! -s conftest.err'
2851   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2852   (eval $ac_try) 2>&5
2853   ac_status=$?
2854   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2855   (exit $ac_status); }; } &&
2856          { ac_try='test -s conftest.$ac_objext'
2857   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2858   (eval $ac_try) 2>&5
2859   ac_status=$?
2860   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2861   (exit $ac_status); }; }; then
2862   :
2863 else
2864   echo "$as_me: failed program was:" >&5
2865 sed 's/^/| /' conftest.$ac_ext >&5
2866
2867 continue
2868 fi
2869 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2870   cat >conftest.$ac_ext <<_ACEOF
2871 /* confdefs.h.  */
2872 _ACEOF
2873 cat confdefs.h >>conftest.$ac_ext
2874 cat >>conftest.$ac_ext <<_ACEOF
2875 /* end confdefs.h.  */
2876 $ac_declaration
2877 int
2878 main ()
2879 {
2880 exit (42);
2881   ;
2882   return 0;
2883 }
2884 _ACEOF
2885 rm -f conftest.$ac_objext
2886 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2887   (eval $ac_compile) 2>conftest.er1
2888   ac_status=$?
2889   grep -v '^ *+' conftest.er1 >conftest.err
2890   rm -f conftest.er1
2891   cat conftest.err >&5
2892   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2893   (exit $ac_status); } &&
2894          { ac_try='test -z "$ac_c_werror_flag"
2895                          || test ! -s conftest.err'
2896   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2897   (eval $ac_try) 2>&5
2898   ac_status=$?
2899   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2900   (exit $ac_status); }; } &&
2901          { ac_try='test -s conftest.$ac_objext'
2902   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2903   (eval $ac_try) 2>&5
2904   ac_status=$?
2905   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2906   (exit $ac_status); }; }; then
2907   break
2908 else
2909   echo "$as_me: failed program was:" >&5
2910 sed 's/^/| /' conftest.$ac_ext >&5
2911
2912 fi
2913 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2914 done
2915 rm -f conftest*
2916 if test -n "$ac_declaration"; then
2917   echo '#ifdef __cplusplus' >>confdefs.h
2918   echo $ac_declaration      >>confdefs.h
2919   echo '#endif'             >>confdefs.h
2920 fi
2921
2922 else
2923   echo "$as_me: failed program was:" >&5
2924 sed 's/^/| /' conftest.$ac_ext >&5
2925
2926 fi
2927 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2928 ac_ext=c
2929 ac_cpp='$CPP $CPPFLAGS'
2930 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2931 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2932 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2933 DEPDIR="${am__leading_dot}deps"
2934
2935           ac_config_commands="$ac_config_commands depfiles"
2936
2937
2938 am_make=${MAKE-make}
2939 cat > confinc << 'END'
2940 am__doit:
2941         @echo done
2942 .PHONY: am__doit
2943 END
2944 # If we don't find an include directive, just comment out the code.
2945 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2946 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2947 am__include="#"
2948 am__quote=
2949 _am_result=none
2950 # First try GNU make style include.
2951 echo "include confinc" > confmf
2952 # We grep out `Entering directory' and `Leaving directory'
2953 # messages which can occur if `w' ends up in MAKEFLAGS.
2954 # In particular we don't look at `^make:' because GNU make might
2955 # be invoked under some other name (usually "gmake"), in which
2956 # case it prints its new name instead of `make'.
2957 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2958    am__include=include
2959    am__quote=
2960    _am_result=GNU
2961 fi
2962 # Now try BSD make style include.
2963 if test "$am__include" = "#"; then
2964    echo '.include "confinc"' > confmf
2965    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2966       am__include=.include
2967       am__quote="\""
2968       _am_result=BSD
2969    fi
2970 fi
2971
2972
2973 echo "$as_me:$LINENO: result: $_am_result" >&5
2974 echo "${ECHO_T}$_am_result" >&6
2975 rm -f confinc confmf
2976
2977 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2978 if test "${enable_dependency_tracking+set}" = set; then
2979   enableval="$enable_dependency_tracking"
2980
2981 fi;
2982 if test "x$enable_dependency_tracking" != xno; then
2983   am_depcomp="$ac_aux_dir/depcomp"
2984   AMDEPBACKSLASH='\'
2985 fi
2986
2987
2988 if test "x$enable_dependency_tracking" != xno; then
2989   AMDEP_TRUE=
2990   AMDEP_FALSE='#'
2991 else
2992   AMDEP_TRUE='#'
2993   AMDEP_FALSE=
2994 fi
2995
2996
2997
2998
2999 depcc="$CC"   am_compiler_list=
3000
3001 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3002 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3003 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3004   echo $ECHO_N "(cached) $ECHO_C" >&6
3005 else
3006   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3007   # We make a subdir and do the tests there.  Otherwise we can end up
3008   # making bogus files that we don't know about and never remove.  For
3009   # instance it was reported that on HP-UX the gcc test will end up
3010   # making a dummy file named `D' -- because `-MD' means `put the output
3011   # in D'.
3012   mkdir conftest.dir
3013   # Copy depcomp to subdir because otherwise we won't find it if we're
3014   # using a relative directory.
3015   cp "$am_depcomp" conftest.dir
3016   cd conftest.dir
3017   # We will build objects and dependencies in a subdirectory because
3018   # it helps to detect inapplicable dependency modes.  For instance
3019   # both Tru64's cc and ICC support -MD to output dependencies as a
3020   # side effect of compilation, but ICC will put the dependencies in
3021   # the current directory while Tru64 will put them in the object
3022   # directory.
3023   mkdir sub
3024
3025   am_cv_CC_dependencies_compiler_type=none
3026   if test "$am_compiler_list" = ""; then
3027      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3028   fi
3029   for depmode in $am_compiler_list; do
3030     # Setup a source with many dependencies, because some compilers
3031     # like to wrap large dependency lists on column 80 (with \), and
3032     # we should not choose a depcomp mode which is confused by this.
3033     #
3034     # We need to recreate these files for each test, as the compiler may
3035     # overwrite some of them when testing with obscure command lines.
3036     # This happens at least with the AIX C compiler.
3037     : > sub/conftest.c
3038     for i in 1 2 3 4 5 6; do
3039       echo '#include "conftst'$i'.h"' >> sub/conftest.c
3040       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3041       # Solaris 8's {/usr,}/bin/sh.
3042       touch sub/conftst$i.h
3043     done
3044     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3045
3046     case $depmode in
3047     nosideeffect)
3048       # after this tag, mechanisms are not by side-effect, so they'll
3049       # only be used when explicitly requested
3050       if test "x$enable_dependency_tracking" = xyes; then
3051         continue
3052       else
3053         break
3054       fi
3055       ;;
3056     none) break ;;
3057     esac
3058     # We check with `-c' and `-o' for the sake of the "dashmstdout"
3059     # mode.  It turns out that the SunPro C++ compiler does not properly
3060     # handle `-M -o', and we need to detect this.
3061     if depmode=$depmode \
3062        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3063        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3064        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3065          >/dev/null 2>conftest.err &&
3066        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3067        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3068        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3069       # icc doesn't choke on unknown options, it will just issue warnings
3070       # or remarks (even with -Werror).  So we grep stderr for any message
3071       # that says an option was ignored or not supported.
3072       # When given -MP, icc 7.0 and 7.1 complain thusly:
3073       #   icc: Command line warning: ignoring option '-M'; no argument required
3074       # The diagnosis changed in icc 8.0:
3075       #   icc: Command line remark: option '-MP' not supported
3076       if (grep 'ignoring option' conftest.err ||
3077           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3078         am_cv_CC_dependencies_compiler_type=$depmode
3079         break
3080       fi
3081     fi
3082   done
3083
3084   cd ..
3085   rm -rf conftest.dir
3086 else
3087   am_cv_CC_dependencies_compiler_type=none
3088 fi
3089
3090 fi
3091 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3092 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3093 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3094
3095
3096
3097 if
3098   test "x$enable_dependency_tracking" != xno \
3099   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3100   am__fastdepCC_TRUE=
3101   am__fastdepCC_FALSE='#'
3102 else
3103   am__fastdepCC_TRUE='#'
3104   am__fastdepCC_FALSE=
3105 fi
3106
3107
3108 ac_ext=cc
3109 ac_cpp='$CXXCPP $CPPFLAGS'
3110 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3111 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3112 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3113 if test -n "$ac_tool_prefix"; then
3114   for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
3115   do
3116     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3117 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3118 echo "$as_me:$LINENO: checking for $ac_word" >&5
3119 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3120 if test "${ac_cv_prog_CXX+set}" = set; then
3121   echo $ECHO_N "(cached) $ECHO_C" >&6
3122 else
3123   if test -n "$CXX"; then
3124   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3125 else
3126 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3127 for as_dir in $PATH
3128 do
3129   IFS=$as_save_IFS
3130   test -z "$as_dir" && as_dir=.
3131   for ac_exec_ext in '' $ac_executable_extensions; do
3132   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3133     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3134     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3135     break 2
3136   fi
3137 done
3138 done
3139
3140 fi
3141 fi
3142 CXX=$ac_cv_prog_CXX
3143 if test -n "$CXX"; then
3144   echo "$as_me:$LINENO: result: $CXX" >&5
3145 echo "${ECHO_T}$CXX" >&6
3146 else
3147   echo "$as_me:$LINENO: result: no" >&5
3148 echo "${ECHO_T}no" >&6
3149 fi
3150
3151     test -n "$CXX" && break
3152   done
3153 fi
3154 if test -z "$CXX"; then
3155   ac_ct_CXX=$CXX
3156   for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
3157 do
3158   # Extract the first word of "$ac_prog", so it can be a program name with args.
3159 set dummy $ac_prog; ac_word=$2
3160 echo "$as_me:$LINENO: checking for $ac_word" >&5
3161 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3162 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3163   echo $ECHO_N "(cached) $ECHO_C" >&6
3164 else
3165   if test -n "$ac_ct_CXX"; then
3166   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3167 else
3168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3169 for as_dir in $PATH
3170 do
3171   IFS=$as_save_IFS
3172   test -z "$as_dir" && as_dir=.
3173   for ac_exec_ext in '' $ac_executable_extensions; do
3174   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3175     ac_cv_prog_ac_ct_CXX="$ac_prog"
3176     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3177     break 2
3178   fi
3179 done
3180 done
3181
3182 fi
3183 fi
3184 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3185 if test -n "$ac_ct_CXX"; then
3186   echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3187 echo "${ECHO_T}$ac_ct_CXX" >&6
3188 else
3189   echo "$as_me:$LINENO: result: no" >&5
3190 echo "${ECHO_T}no" >&6
3191 fi
3192
3193   test -n "$ac_ct_CXX" && break
3194 done
3195 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
3196
3197   CXX=$ac_ct_CXX
3198 fi
3199
3200
3201 # Provide some information about the compiler.
3202 echo "$as_me:$LINENO:" \
3203      "checking for C++ compiler version" >&5
3204 ac_compiler=`set X $ac_compile; echo $2`
3205 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3206   (eval $ac_compiler --version </dev/null >&5) 2>&5
3207   ac_status=$?
3208   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3209   (exit $ac_status); }
3210 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3211   (eval $ac_compiler -v </dev/null >&5) 2>&5
3212   ac_status=$?
3213   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3214   (exit $ac_status); }
3215 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3216   (eval $ac_compiler -V </dev/null >&5) 2>&5
3217   ac_status=$?
3218   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3219   (exit $ac_status); }
3220
3221 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3222 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
3223 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3224   echo $ECHO_N "(cached) $ECHO_C" >&6
3225 else
3226   cat >conftest.$ac_ext <<_ACEOF
3227 /* confdefs.h.  */
3228 _ACEOF
3229 cat confdefs.h >>conftest.$ac_ext
3230 cat >>conftest.$ac_ext <<_ACEOF
3231 /* end confdefs.h.  */
3232
3233 int
3234 main ()
3235 {
3236 #ifndef __GNUC__
3237        choke me
3238 #endif
3239
3240   ;
3241   return 0;
3242 }
3243 _ACEOF
3244 rm -f conftest.$ac_objext
3245 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3246   (eval $ac_compile) 2>conftest.er1
3247   ac_status=$?
3248   grep -v '^ *+' conftest.er1 >conftest.err
3249   rm -f conftest.er1
3250   cat conftest.err >&5
3251   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3252   (exit $ac_status); } &&
3253          { ac_try='test -z "$ac_cxx_werror_flag"
3254                          || test ! -s conftest.err'
3255   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3256   (eval $ac_try) 2>&5
3257   ac_status=$?
3258   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3259   (exit $ac_status); }; } &&
3260          { ac_try='test -s conftest.$ac_objext'
3261   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3262   (eval $ac_try) 2>&5
3263   ac_status=$?
3264   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3265   (exit $ac_status); }; }; then
3266   ac_compiler_gnu=yes
3267 else
3268   echo "$as_me: failed program was:" >&5
3269 sed 's/^/| /' conftest.$ac_ext >&5
3270
3271 ac_compiler_gnu=no
3272 fi
3273 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3274 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3275
3276 fi
3277 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3278 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
3279 GXX=`test $ac_compiler_gnu = yes && echo yes`
3280 ac_test_CXXFLAGS=${CXXFLAGS+set}
3281 ac_save_CXXFLAGS=$CXXFLAGS
3282 CXXFLAGS="-g"
3283 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3284 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
3285 if test "${ac_cv_prog_cxx_g+set}" = set; then
3286   echo $ECHO_N "(cached) $ECHO_C" >&6
3287 else
3288   cat >conftest.$ac_ext <<_ACEOF
3289 /* confdefs.h.  */
3290 _ACEOF
3291 cat confdefs.h >>conftest.$ac_ext
3292 cat >>conftest.$ac_ext <<_ACEOF
3293 /* end confdefs.h.  */
3294
3295 int
3296 main ()
3297 {
3298
3299   ;
3300   return 0;
3301 }
3302 _ACEOF
3303 rm -f conftest.$ac_objext
3304 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3305   (eval $ac_compile) 2>conftest.er1
3306   ac_status=$?
3307   grep -v '^ *+' conftest.er1 >conftest.err
3308   rm -f conftest.er1
3309   cat conftest.err >&5
3310   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3311   (exit $ac_status); } &&
3312          { ac_try='test -z "$ac_cxx_werror_flag"
3313                          || test ! -s conftest.err'
3314   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3315   (eval $ac_try) 2>&5
3316   ac_status=$?
3317   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3318   (exit $ac_status); }; } &&
3319          { ac_try='test -s conftest.$ac_objext'
3320   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3321   (eval $ac_try) 2>&5
3322   ac_status=$?
3323   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3324   (exit $ac_status); }; }; then
3325   ac_cv_prog_cxx_g=yes
3326 else
3327   echo "$as_me: failed program was:" >&5
3328 sed 's/^/| /' conftest.$ac_ext >&5
3329
3330 ac_cv_prog_cxx_g=no
3331 fi
3332 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3333 fi
3334 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3335 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
3336 if test "$ac_test_CXXFLAGS" = set; then
3337   CXXFLAGS=$ac_save_CXXFLAGS
3338 elif test $ac_cv_prog_cxx_g = yes; then
3339   if test "$GXX" = yes; then
3340     CXXFLAGS="-g -O2"
3341   else
3342     CXXFLAGS="-g"
3343   fi
3344 else
3345   if test "$GXX" = yes; then
3346     CXXFLAGS="-O2"
3347   else
3348     CXXFLAGS=
3349   fi
3350 fi
3351 for ac_declaration in \
3352    '' \
3353    'extern "C" void std::exit (int) throw (); using std::exit;' \
3354    'extern "C" void std::exit (int); using std::exit;' \
3355    'extern "C" void exit (int) throw ();' \
3356    'extern "C" void exit (int);' \
3357    'void exit (int);'
3358 do
3359   cat >conftest.$ac_ext <<_ACEOF
3360 /* confdefs.h.  */
3361 _ACEOF
3362 cat confdefs.h >>conftest.$ac_ext
3363 cat >>conftest.$ac_ext <<_ACEOF
3364 /* end confdefs.h.  */
3365 $ac_declaration
3366 #include <stdlib.h>
3367 int
3368 main ()
3369 {
3370 exit (42);
3371   ;
3372   return 0;
3373 }
3374 _ACEOF
3375 rm -f conftest.$ac_objext
3376 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3377   (eval $ac_compile) 2>conftest.er1
3378   ac_status=$?
3379   grep -v '^ *+' conftest.er1 >conftest.err
3380   rm -f conftest.er1
3381   cat conftest.err >&5
3382   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3383   (exit $ac_status); } &&
3384          { ac_try='test -z "$ac_cxx_werror_flag"
3385                          || test ! -s conftest.err'
3386   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3387   (eval $ac_try) 2>&5
3388   ac_status=$?
3389   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3390   (exit $ac_status); }; } &&
3391          { ac_try='test -s conftest.$ac_objext'
3392   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3393   (eval $ac_try) 2>&5
3394   ac_status=$?
3395   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3396   (exit $ac_status); }; }; then
3397   :
3398 else
3399   echo "$as_me: failed program was:" >&5
3400 sed 's/^/| /' conftest.$ac_ext >&5
3401
3402 continue
3403 fi
3404 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3405   cat >conftest.$ac_ext <<_ACEOF
3406 /* confdefs.h.  */
3407 _ACEOF
3408 cat confdefs.h >>conftest.$ac_ext
3409 cat >>conftest.$ac_ext <<_ACEOF
3410 /* end confdefs.h.  */
3411 $ac_declaration
3412 int
3413 main ()
3414 {
3415 exit (42);
3416   ;
3417   return 0;
3418 }
3419 _ACEOF
3420 rm -f conftest.$ac_objext
3421 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3422   (eval $ac_compile) 2>conftest.er1
3423   ac_status=$?
3424   grep -v '^ *+' conftest.er1 >conftest.err
3425   rm -f conftest.er1
3426   cat conftest.err >&5
3427   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3428   (exit $ac_status); } &&
3429          { ac_try='test -z "$ac_cxx_werror_flag"
3430                          || test ! -s conftest.err'
3431   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3432   (eval $ac_try) 2>&5
3433   ac_status=$?
3434   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3435   (exit $ac_status); }; } &&
3436          { ac_try='test -s conftest.$ac_objext'
3437   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3438   (eval $ac_try) 2>&5
3439   ac_status=$?
3440   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3441   (exit $ac_status); }; }; then
3442   break
3443 else
3444   echo "$as_me: failed program was:" >&5
3445 sed 's/^/| /' conftest.$ac_ext >&5
3446
3447 fi
3448 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3449 done
3450 rm -f conftest*
3451 if test -n "$ac_declaration"; then
3452   echo '#ifdef __cplusplus' >>confdefs.h
3453   echo $ac_declaration      >>confdefs.h
3454   echo '#endif'             >>confdefs.h
3455 fi
3456
3457 ac_ext=c
3458 ac_cpp='$CPP $CPPFLAGS'
3459 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3460 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3461 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3462
3463 depcc="$CXX"  am_compiler_list=
3464
3465 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3466 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3467 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
3468   echo $ECHO_N "(cached) $ECHO_C" >&6
3469 else
3470   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3471   # We make a subdir and do the tests there.  Otherwise we can end up
3472   # making bogus files that we don't know about and never remove.  For
3473   # instance it was reported that on HP-UX the gcc test will end up
3474   # making a dummy file named `D' -- because `-MD' means `put the output
3475   # in D'.
3476   mkdir conftest.dir
3477   # Copy depcomp to subdir because otherwise we won't find it if we're
3478   # using a relative directory.
3479   cp "$am_depcomp" conftest.dir
3480   cd conftest.dir
3481   # We will build objects and dependencies in a subdirectory because
3482   # it helps to detect inapplicable dependency modes.  For instance
3483   # both Tru64's cc and ICC support -MD to output dependencies as a
3484   # side effect of compilation, but ICC will put the dependencies in
3485   # the current directory while Tru64 will put them in the object
3486   # directory.
3487   mkdir sub
3488
3489   am_cv_CXX_dependencies_compiler_type=none
3490   if test "$am_compiler_list" = ""; then
3491      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3492   fi
3493   for depmode in $am_compiler_list; do
3494     # Setup a source with many dependencies, because some compilers
3495     # like to wrap large dependency lists on column 80 (with \), and
3496     # we should not choose a depcomp mode which is confused by this.
3497     #
3498     # We need to recreate these files for each test, as the compiler may
3499     # overwrite some of them when testing with obscure command lines.
3500     # This happens at least with the AIX C compiler.
3501     : > sub/conftest.c
3502     for i in 1 2 3 4 5 6; do
3503       echo '#include "conftst'$i'.h"' >> sub/conftest.c
3504       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3505       # Solaris 8's {/usr,}/bin/sh.
3506       touch sub/conftst$i.h
3507     done
3508     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3509
3510     case $depmode in
3511     nosideeffect)
3512       # after this tag, mechanisms are not by side-effect, so they'll
3513       # only be used when explicitly requested
3514       if test "x$enable_dependency_tracking" = xyes; then
3515         continue
3516       else
3517         break
3518       fi
3519       ;;
3520     none) break ;;
3521     esac
3522     # We check with `-c' and `-o' for the sake of the "dashmstdout"
3523     # mode.  It turns out that the SunPro C++ compiler does not properly
3524     # handle `-M -o', and we need to detect this.
3525     if depmode=$depmode \
3526        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3527        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3528        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3529          >/dev/null 2>conftest.err &&
3530        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3531        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3532        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3533       # icc doesn't choke on unknown options, it will just issue warnings
3534       # or remarks (even with -Werror).  So we grep stderr for any message
3535       # that says an option was ignored or not supported.
3536       # When given -MP, icc 7.0 and 7.1 complain thusly:
3537       #   icc: Command line warning: ignoring option '-M'; no argument required
3538       # The diagnosis changed in icc 8.0:
3539       #   icc: Command line remark: option '-MP' not supported
3540       if (grep 'ignoring option' conftest.err ||
3541           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3542         am_cv_CXX_dependencies_compiler_type=$depmode
3543         break
3544       fi
3545     fi
3546   done
3547
3548   cd ..
3549   rm -rf conftest.dir
3550 else
3551   am_cv_CXX_dependencies_compiler_type=none
3552 fi
3553
3554 fi
3555 echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
3556 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
3557 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
3558
3559
3560
3561 if
3562   test "x$enable_dependency_tracking" != xno \
3563   && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
3564   am__fastdepCXX_TRUE=
3565   am__fastdepCXX_FALSE='#'
3566 else
3567   am__fastdepCXX_TRUE='#'
3568   am__fastdepCXX_FALSE=
3569 fi
3570
3571
3572 for ac_prog in 'bison -y' byacc
3573 do
3574   # Extract the first word of "$ac_prog", so it can be a program name with args.
3575 set dummy $ac_prog; ac_word=$2
3576 echo "$as_me:$LINENO: checking for $ac_word" >&5
3577 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3578 if test "${ac_cv_prog_YACC+set}" = set; then
3579   echo $ECHO_N "(cached) $ECHO_C" >&6
3580 else
3581   if test -n "$YACC"; then
3582   ac_cv_prog_YACC="$YACC" # Let the user override the test.
3583 else
3584 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3585 for as_dir in $PATH
3586 do
3587   IFS=$as_save_IFS
3588   test -z "$as_dir" && as_dir=.
3589   for ac_exec_ext in '' $ac_executable_extensions; do
3590   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3591     ac_cv_prog_YACC="$ac_prog"
3592     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3593     break 2
3594   fi
3595 done
3596 done
3597
3598 fi
3599 fi
3600 YACC=$ac_cv_prog_YACC
3601 if test -n "$YACC"; then
3602   echo "$as_me:$LINENO: result: $YACC" >&5
3603 echo "${ECHO_T}$YACC" >&6
3604 else
3605   echo "$as_me:$LINENO: result: no" >&5
3606 echo "${ECHO_T}no" >&6
3607 fi
3608
3609   test -n "$YACC" && break
3610 done
3611 test -n "$YACC" || YACC="yacc"
3612
3613 if test -n "$ac_tool_prefix"; then
3614   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3615 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3616 echo "$as_me:$LINENO: checking for $ac_word" >&5
3617 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3618 if test "${ac_cv_prog_RANLIB+set}" = set; then
3619   echo $ECHO_N "(cached) $ECHO_C" >&6
3620 else
3621   if test -n "$RANLIB"; then
3622   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3623 else
3624 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3625 for as_dir in $PATH
3626 do
3627   IFS=$as_save_IFS
3628   test -z "$as_dir" && as_dir=.
3629   for ac_exec_ext in '' $ac_executable_extensions; do
3630   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3631     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3632     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3633     break 2
3634   fi
3635 done
3636 done
3637
3638 fi
3639 fi
3640 RANLIB=$ac_cv_prog_RANLIB
3641 if test -n "$RANLIB"; then
3642   echo "$as_me:$LINENO: result: $RANLIB" >&5
3643 echo "${ECHO_T}$RANLIB" >&6
3644 else
3645   echo "$as_me:$LINENO: result: no" >&5
3646 echo "${ECHO_T}no" >&6
3647 fi
3648
3649 fi
3650 if test -z "$ac_cv_prog_RANLIB"; then
3651   ac_ct_RANLIB=$RANLIB
3652   # Extract the first word of "ranlib", so it can be a program name with args.
3653 set dummy ranlib; ac_word=$2
3654 echo "$as_me:$LINENO: checking for $ac_word" >&5
3655 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3656 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3657   echo $ECHO_N "(cached) $ECHO_C" >&6
3658 else
3659   if test -n "$ac_ct_RANLIB"; then
3660   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3661 else
3662 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3663 for as_dir in $PATH
3664 do
3665   IFS=$as_save_IFS
3666   test -z "$as_dir" && as_dir=.
3667   for ac_exec_ext in '' $ac_executable_extensions; do
3668   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3669     ac_cv_prog_ac_ct_RANLIB="ranlib"
3670     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3671     break 2
3672   fi
3673 done
3674 done
3675
3676   test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
3677 fi
3678 fi
3679 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3680 if test -n "$ac_ct_RANLIB"; then
3681   echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3682 echo "${ECHO_T}$ac_ct_RANLIB" >&6
3683 else
3684   echo "$as_me:$LINENO: result: no" >&5
3685 echo "${ECHO_T}no" >&6
3686 fi
3687
3688   RANLIB=$ac_ct_RANLIB
3689 else
3690   RANLIB="$ac_cv_prog_RANLIB"
3691 fi
3692
3693 # Find a good install program.  We prefer a C program (faster),
3694 # so one script is as good as another.  But avoid the broken or
3695 # incompatible versions:
3696 # SysV /etc/install, /usr/sbin/install
3697 # SunOS /usr/etc/install
3698 # IRIX /sbin/install
3699 # AIX /bin/install
3700 # AmigaOS /C/install, which installs bootblocks on floppy discs
3701 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3702 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3703 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3704 # OS/2's system install, which has a completely different semantic
3705 # ./install, which can be erroneously created by make from ./install.sh.
3706 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3707 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
3708 if test -z "$INSTALL"; then
3709 if test "${ac_cv_path_install+set}" = set; then
3710   echo $ECHO_N "(cached) $ECHO_C" >&6
3711 else
3712   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3713 for as_dir in $PATH
3714 do
3715   IFS=$as_save_IFS
3716   test -z "$as_dir" && as_dir=.
3717   # Account for people who put trailing slashes in PATH elements.
3718 case $as_dir/ in
3719   ./ | .// | /cC/* | \
3720   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3721   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3722   /usr/ucb/* ) ;;
3723   *)
3724     # OSF1 and SCO ODT 3.0 have their own names for install.
3725     # Don't use installbsd from OSF since it installs stuff as root
3726     # by default.
3727     for ac_prog in ginstall scoinst install; do
3728       for ac_exec_ext in '' $ac_executable_extensions; do
3729         if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3730           if test $ac_prog = install &&
3731             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3732             # AIX install.  It has an incompatible calling convention.
3733             :
3734           elif test $ac_prog = install &&
3735             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3736             # program-specific install script used by HP pwplus--don't use.
3737             :
3738           else
3739             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3740             break 3
3741           fi
3742         fi
3743       done
3744     done
3745     ;;
3746 esac
3747 done
3748
3749
3750 fi
3751   if test "${ac_cv_path_install+set}" = set; then
3752     INSTALL=$ac_cv_path_install
3753   else
3754     # As a last resort, use the slow shell script.  We don't cache a
3755     # path for INSTALL within a source directory, because that will
3756     # break other packages using the cache if that directory is
3757     # removed, or if the path is relative.
3758     INSTALL=$ac_install_sh
3759   fi
3760 fi
3761 echo "$as_me:$LINENO: result: $INSTALL" >&5
3762 echo "${ECHO_T}$INSTALL" >&6
3763
3764 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3765 # It thinks the first close brace ends the variable substitution.
3766 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3767
3768 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3769
3770 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3771
3772 echo "$as_me:$LINENO: checking whether ln -s works" >&5
3773 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
3774 LN_S=$as_ln_s
3775 if test "$LN_S" = "ln -s"; then
3776   echo "$as_me:$LINENO: result: yes" >&5
3777 echo "${ECHO_T}yes" >&6
3778 else
3779   echo "$as_me:$LINENO: result: no, using $LN_S" >&5
3780 echo "${ECHO_T}no, using $LN_S" >&6
3781 fi
3782
3783 # If we haven't got the data from the intl directory,
3784 # assume NLS is disabled.
3785 USE_NLS=no
3786 LIBINTL=
3787 LIBINTL_DEP=
3788 INCINTL=
3789 XGETTEXT=
3790 GMSGFMT=
3791 POSUB=
3792
3793 if test -f  ../intl/config.intl; then
3794   .  ../intl/config.intl
3795 fi
3796 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
3797 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
3798 if test x"$USE_NLS" != xyes; then
3799   echo "$as_me:$LINENO: result: no" >&5
3800 echo "${ECHO_T}no" >&6
3801 else
3802   echo "$as_me:$LINENO: result: yes" >&5
3803 echo "${ECHO_T}yes" >&6
3804
3805 cat >>confdefs.h <<\_ACEOF
3806 #define ENABLE_NLS 1
3807 _ACEOF
3808
3809
3810   echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
3811 echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
3812   # Look for .po and .gmo files in the source directory.
3813   CATALOGS=
3814   XLINGUAS=
3815   for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
3816     # If there aren't any .gmo files the shell will give us the
3817     # literal string "../path/to/srcdir/po/*.gmo" which has to be
3818     # weeded out.
3819     case "$cat" in *\**)
3820       continue;;
3821     esac
3822     # The quadruple backslash is collapsed to a double backslash
3823     # by the backticks, then collapsed again by the double quotes,
3824     # leaving us with one backslash in the sed expression (right
3825     # before the dot that mustn't act as a wildcard).
3826     cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
3827     lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
3828     # The user is allowed to set LINGUAS to a list of languages to
3829     # install catalogs for.  If it's empty that means "all of them."
3830     if test "x$LINGUAS" = x; then
3831       CATALOGS="$CATALOGS $cat"
3832       XLINGUAS="$XLINGUAS $lang"
3833     else
3834       case "$LINGUAS" in *$lang*)
3835         CATALOGS="$CATALOGS $cat"
3836         XLINGUAS="$XLINGUAS $lang"
3837         ;;
3838       esac
3839     fi
3840   done
3841   LINGUAS="$XLINGUAS"
3842   echo "$as_me:$LINENO: result: $LINGUAS" >&5
3843 echo "${ECHO_T}$LINGUAS" >&6
3844
3845
3846     DATADIRNAME=share
3847
3848   INSTOBJEXT=.mo
3849
3850   GENCAT=gencat
3851
3852   CATOBJEXT=.gmo
3853
3854 fi
3855
3856         MKINSTALLDIRS=
3857   if test -n "$ac_aux_dir"; then
3858     case "$ac_aux_dir" in
3859       /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
3860       *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
3861     esac
3862   fi
3863   if test -z "$MKINSTALLDIRS"; then
3864     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
3865   fi
3866
3867
3868
3869   echo "$as_me:$LINENO: checking whether NLS is requested" >&5
3870 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
3871     # Check whether --enable-nls or --disable-nls was given.
3872 if test "${enable_nls+set}" = set; then
3873   enableval="$enable_nls"
3874   USE_NLS=$enableval
3875 else
3876   USE_NLS=yes
3877 fi;
3878   echo "$as_me:$LINENO: result: $USE_NLS" >&5
3879 echo "${ECHO_T}$USE_NLS" >&6
3880
3881
3882
3883
3884
3885
3886 # Prepare PATH_SEPARATOR.
3887 # The user is always right.
3888 if test "${PATH_SEPARATOR+set}" != set; then
3889   echo "#! /bin/sh" >conf$$.sh
3890   echo  "exit 0"   >>conf$$.sh
3891   chmod +x conf$$.sh
3892   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
3893     PATH_SEPARATOR=';'
3894   else
3895     PATH_SEPARATOR=:
3896   fi
3897   rm -f conf$$.sh
3898 fi
3899
3900 # Find out how to test for executable files. Don't use a zero-byte file,
3901 # as systems may use methods other than mode bits to determine executability.
3902 cat >conf$$.file <<_ASEOF
3903 #! /bin/sh
3904 exit 0
3905 _ASEOF
3906 chmod +x conf$$.file
3907 if test -x conf$$.file >/dev/null 2>&1; then
3908   ac_executable_p="test -x"
3909 else
3910   ac_executable_p="test -f"
3911 fi
3912 rm -f conf$$.file
3913
3914 # Extract the first word of "msgfmt", so it can be a program name with args.
3915 set dummy msgfmt; ac_word=$2
3916 echo "$as_me:$LINENO: checking for $ac_word" >&5
3917 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3918 if test "${ac_cv_path_MSGFMT+set}" = set; then
3919   echo $ECHO_N "(cached) $ECHO_C" >&6
3920 else
3921   case "$MSGFMT" in
3922   [\\/]* | ?:[\\/]*)
3923     ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
3924     ;;
3925   *)
3926     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
3927     for ac_dir in $PATH; do
3928       IFS="$ac_save_IFS"
3929       test -z "$ac_dir" && ac_dir=.
3930       for ac_exec_ext in '' $ac_executable_extensions; do
3931         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
3932           if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
3933      (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
3934             ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
3935             break 2
3936           fi
3937         fi
3938       done
3939     done
3940     IFS="$ac_save_IFS"
3941   test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
3942     ;;
3943 esac
3944 fi
3945 MSGFMT="$ac_cv_path_MSGFMT"
3946 if test "$MSGFMT" != ":"; then
3947   echo "$as_me:$LINENO: result: $MSGFMT" >&5
3948 echo "${ECHO_T}$MSGFMT" >&6
3949 else
3950   echo "$as_me:$LINENO: result: no" >&5
3951 echo "${ECHO_T}no" >&6
3952 fi
3953
3954   # Extract the first word of "gmsgfmt", so it can be a program name with args.
3955 set dummy gmsgfmt; ac_word=$2
3956 echo "$as_me:$LINENO: checking for $ac_word" >&5
3957 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3958 if test "${ac_cv_path_GMSGFMT+set}" = set; then
3959   echo $ECHO_N "(cached) $ECHO_C" >&6
3960 else
3961   case $GMSGFMT in
3962   [\\/]* | ?:[\\/]*)
3963   ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
3964   ;;
3965   *)
3966   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3967 for as_dir in $PATH
3968 do
3969   IFS=$as_save_IFS
3970   test -z "$as_dir" && as_dir=.
3971   for ac_exec_ext in '' $ac_executable_extensions; do
3972   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3973     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
3974     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3975     break 2
3976   fi
3977 done
3978 done
3979
3980   test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
3981   ;;
3982 esac
3983 fi
3984 GMSGFMT=$ac_cv_path_GMSGFMT
3985
3986 if test -n "$GMSGFMT"; then
3987   echo "$as_me:$LINENO: result: $GMSGFMT" >&5
3988 echo "${ECHO_T}$GMSGFMT" >&6
3989 else
3990   echo "$as_me:$LINENO: result: no" >&5
3991 echo "${ECHO_T}no" >&6
3992 fi
3993
3994
3995
3996 # Prepare PATH_SEPARATOR.
3997 # The user is always right.
3998 if test "${PATH_SEPARATOR+set}" != set; then
3999   echo "#! /bin/sh" >conf$$.sh
4000   echo  "exit 0"   >>conf$$.sh
4001   chmod +x conf$$.sh
4002   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
4003     PATH_SEPARATOR=';'
4004   else
4005     PATH_SEPARATOR=:
4006   fi
4007   rm -f conf$$.sh
4008 fi
4009
4010 # Find out how to test for executable files. Don't use a zero-byte file,
4011 # as systems may use methods other than mode bits to determine executability.
4012 cat >conf$$.file <<_ASEOF
4013 #! /bin/sh
4014 exit 0
4015 _ASEOF
4016 chmod +x conf$$.file
4017 if test -x conf$$.file >/dev/null 2>&1; then
4018   ac_executable_p="test -x"
4019 else
4020   ac_executable_p="test -f"
4021 fi
4022 rm -f conf$$.file
4023
4024 # Extract the first word of "xgettext", so it can be a program name with args.
4025 set dummy xgettext; ac_word=$2
4026 echo "$as_me:$LINENO: checking for $ac_word" >&5
4027 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4028 if test "${ac_cv_path_XGETTEXT+set}" = set; then
4029   echo $ECHO_N "(cached) $ECHO_C" >&6
4030 else
4031   case "$XGETTEXT" in
4032   [\\/]* | ?:[\\/]*)
4033     ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
4034     ;;
4035   *)
4036     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
4037     for ac_dir in $PATH; do
4038       IFS="$ac_save_IFS"
4039       test -z "$ac_dir" && ac_dir=.
4040       for ac_exec_ext in '' $ac_executable_extensions; do
4041         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
4042           if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
4043      (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
4044             ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
4045             break 2
4046           fi
4047         fi
4048       done
4049     done
4050     IFS="$ac_save_IFS"
4051   test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
4052     ;;
4053 esac
4054 fi
4055 XGETTEXT="$ac_cv_path_XGETTEXT"
4056 if test "$XGETTEXT" != ":"; then
4057   echo "$as_me:$LINENO: result: $XGETTEXT" >&5
4058 echo "${ECHO_T}$XGETTEXT" >&6
4059 else
4060   echo "$as_me:$LINENO: result: no" >&5
4061 echo "${ECHO_T}no" >&6
4062 fi
4063
4064     rm -f messages.po
4065
4066
4067 # Prepare PATH_SEPARATOR.
4068 # The user is always right.
4069 if test "${PATH_SEPARATOR+set}" != set; then
4070   echo "#! /bin/sh" >conf$$.sh
4071   echo  "exit 0"   >>conf$$.sh
4072   chmod +x conf$$.sh
4073   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
4074     PATH_SEPARATOR=';'
4075   else
4076     PATH_SEPARATOR=:
4077   fi
4078   rm -f conf$$.sh
4079 fi
4080
4081 # Find out how to test for executable files. Don't use a zero-byte file,
4082 # as systems may use methods other than mode bits to determine executability.
4083 cat >conf$$.file <<_ASEOF
4084 #! /bin/sh
4085 exit 0
4086 _ASEOF
4087 chmod +x conf$$.file
4088 if test -x conf$$.file >/dev/null 2>&1; then
4089   ac_executable_p="test -x"
4090 else
4091   ac_executable_p="test -f"
4092 fi
4093 rm -f conf$$.file
4094
4095 # Extract the first word of "msgmerge", so it can be a program name with args.
4096 set dummy msgmerge; ac_word=$2
4097 echo "$as_me:$LINENO: checking for $ac_word" >&5
4098 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4099 if test "${ac_cv_path_MSGMERGE+set}" = set; then
4100   echo $ECHO_N "(cached) $ECHO_C" >&6
4101 else
4102   case "$MSGMERGE" in
4103   [\\/]* | ?:[\\/]*)
4104     ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
4105     ;;
4106   *)
4107     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
4108     for ac_dir in $PATH; do
4109       IFS="$ac_save_IFS"
4110       test -z "$ac_dir" && ac_dir=.
4111       for ac_exec_ext in '' $ac_executable_extensions; do
4112         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
4113           if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
4114             ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
4115             break 2
4116           fi
4117         fi
4118       done
4119     done
4120     IFS="$ac_save_IFS"
4121   test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
4122     ;;
4123 esac
4124 fi
4125 MSGMERGE="$ac_cv_path_MSGMERGE"
4126 if test "$MSGMERGE" != ":"; then
4127   echo "$as_me:$LINENO: result: $MSGMERGE" >&5
4128 echo "${ECHO_T}$MSGMERGE" >&6
4129 else
4130   echo "$as_me:$LINENO: result: no" >&5
4131 echo "${ECHO_T}no" >&6
4132 fi
4133
4134
4135       if test "$GMSGFMT" != ":"; then
4136             if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
4137        (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
4138       : ;
4139     else
4140       GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
4141       echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
4142 echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6
4143       GMSGFMT=":"
4144     fi
4145   fi
4146
4147       if test "$XGETTEXT" != ":"; then
4148             if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
4149        (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
4150       : ;
4151     else
4152       echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
4153 echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
4154       XGETTEXT=":"
4155     fi
4156         rm -f messages.po
4157   fi
4158
4159             ac_config_commands="$ac_config_commands default-1"
4160
4161
4162
4163
4164 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
4165 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
4166 if test "${ac_cv_c_bigendian+set}" = set; then
4167   echo $ECHO_N "(cached) $ECHO_C" >&6
4168 else
4169   # See if sys/param.h defines the BYTE_ORDER macro.
4170 cat >conftest.$ac_ext <<_ACEOF
4171 /* confdefs.h.  */
4172 _ACEOF
4173 cat confdefs.h >>conftest.$ac_ext
4174 cat >>conftest.$ac_ext <<_ACEOF
4175 /* end confdefs.h.  */
4176 #include <sys/types.h>
4177 #include <sys/param.h>
4178
4179 int
4180 main ()
4181 {
4182 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
4183  bogus endian macros
4184 #endif
4185
4186   ;
4187   return 0;
4188 }
4189 _ACEOF
4190 rm -f conftest.$ac_objext
4191 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4192   (eval $ac_compile) 2>conftest.er1
4193   ac_status=$?
4194   grep -v '^ *+' conftest.er1 >conftest.err
4195   rm -f conftest.er1
4196   cat conftest.err >&5
4197   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4198   (exit $ac_status); } &&
4199          { ac_try='test -z "$ac_c_werror_flag"
4200                          || test ! -s conftest.err'
4201   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4202   (eval $ac_try) 2>&5
4203   ac_status=$?
4204   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4205   (exit $ac_status); }; } &&
4206          { ac_try='test -s conftest.$ac_objext'
4207   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4208   (eval $ac_try) 2>&5
4209   ac_status=$?
4210   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4211   (exit $ac_status); }; }; then
4212   # It does; now see whether it defined to BIG_ENDIAN or not.
4213 cat >conftest.$ac_ext <<_ACEOF
4214 /* confdefs.h.  */
4215 _ACEOF
4216 cat confdefs.h >>conftest.$ac_ext
4217 cat >>conftest.$ac_ext <<_ACEOF
4218 /* end confdefs.h.  */
4219 #include <sys/types.h>
4220 #include <sys/param.h>
4221
4222 int
4223 main ()
4224 {
4225 #if BYTE_ORDER != BIG_ENDIAN
4226  not big endian
4227 #endif
4228
4229   ;
4230   return 0;
4231 }
4232 _ACEOF
4233 rm -f conftest.$ac_objext
4234 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4235   (eval $ac_compile) 2>conftest.er1
4236   ac_status=$?
4237   grep -v '^ *+' conftest.er1 >conftest.err
4238   rm -f conftest.er1
4239   cat conftest.err >&5
4240   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4241   (exit $ac_status); } &&
4242          { ac_try='test -z "$ac_c_werror_flag"
4243                          || test ! -s conftest.err'
4244   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4245   (eval $ac_try) 2>&5
4246   ac_status=$?
4247   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4248   (exit $ac_status); }; } &&
4249          { ac_try='test -s conftest.$ac_objext'
4250   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4251   (eval $ac_try) 2>&5
4252   ac_status=$?
4253   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4254   (exit $ac_status); }; }; then
4255   ac_cv_c_bigendian=yes
4256 else
4257   echo "$as_me: failed program was:" >&5
4258 sed 's/^/| /' conftest.$ac_ext >&5
4259
4260 ac_cv_c_bigendian=no
4261 fi
4262 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4263 else
4264   echo "$as_me: failed program was:" >&5
4265 sed 's/^/| /' conftest.$ac_ext >&5
4266
4267 # It does not; compile a test program.
4268 if test "$cross_compiling" = yes; then
4269   # try to guess the endianness by grepping values into an object file
4270   ac_cv_c_bigendian=unknown
4271   cat >conftest.$ac_ext <<_ACEOF
4272 /* confdefs.h.  */
4273 _ACEOF
4274 cat confdefs.h >>conftest.$ac_ext
4275 cat >>conftest.$ac_ext <<_ACEOF
4276 /* end confdefs.h.  */
4277 short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
4278 short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
4279 void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
4280 short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
4281 short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
4282 void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
4283 int
4284 main ()
4285 {
4286  _ascii (); _ebcdic ();
4287   ;
4288   return 0;
4289 }
4290 _ACEOF
4291 rm -f conftest.$ac_objext
4292 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4293   (eval $ac_compile) 2>conftest.er1
4294   ac_status=$?
4295   grep -v '^ *+' conftest.er1 >conftest.err
4296   rm -f conftest.er1
4297   cat conftest.err >&5
4298   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4299   (exit $ac_status); } &&
4300          { ac_try='test -z "$ac_c_werror_flag"
4301                          || test ! -s conftest.err'
4302   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4303   (eval $ac_try) 2>&5
4304   ac_status=$?
4305   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4306   (exit $ac_status); }; } &&
4307          { ac_try='test -s conftest.$ac_objext'
4308   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4309   (eval $ac_try) 2>&5
4310   ac_status=$?
4311   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4312   (exit $ac_status); }; }; then
4313   if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
4314   ac_cv_c_bigendian=yes
4315 fi
4316 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
4317   if test "$ac_cv_c_bigendian" = unknown; then
4318     ac_cv_c_bigendian=no
4319   else
4320     # finding both strings is unlikely to happen, but who knows?
4321     ac_cv_c_bigendian=unknown
4322   fi
4323 fi
4324 else
4325   echo "$as_me: failed program was:" >&5
4326 sed 's/^/| /' conftest.$ac_ext >&5
4327
4328 fi
4329 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4330 else
4331   cat >conftest.$ac_ext <<_ACEOF
4332 /* confdefs.h.  */
4333 _ACEOF
4334 cat confdefs.h >>conftest.$ac_ext
4335 cat >>conftest.$ac_ext <<_ACEOF
4336 /* end confdefs.h.  */
4337 int
4338 main ()
4339 {
4340   /* Are we little or big endian?  From Harbison&Steele.  */
4341   union
4342   {
4343     long l;
4344     char c[sizeof (long)];
4345   } u;
4346   u.l = 1;
4347   exit (u.c[sizeof (long) - 1] == 1);
4348 }
4349 _ACEOF
4350 rm -f conftest$ac_exeext
4351 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4352   (eval $ac_link) 2>&5
4353   ac_status=$?
4354   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4355   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4356   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4357   (eval $ac_try) 2>&5
4358   ac_status=$?
4359   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4360   (exit $ac_status); }; }; then
4361   ac_cv_c_bigendian=no
4362 else
4363   echo "$as_me: program exited with status $ac_status" >&5
4364 echo "$as_me: failed program was:" >&5
4365 sed 's/^/| /' conftest.$ac_ext >&5
4366
4367 ( exit $ac_status )
4368 ac_cv_c_bigendian=yes
4369 fi
4370 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4371 fi
4372 fi
4373 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4374 fi
4375 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
4376 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
4377 case $ac_cv_c_bigendian in
4378   yes)
4379
4380 cat >>confdefs.h <<\_ACEOF
4381 #define WORDS_BIGENDIAN 1
4382 _ACEOF
4383  ;;
4384   no)
4385      ;;
4386   *)
4387     { { echo "$as_me:$LINENO: error: unknown endianness
4388 presetting ac_cv_c_bigendian=no (or yes) will help" >&5
4389 echo "$as_me: error: unknown endianness
4390 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
4391    { (exit 1); exit 1; }; } ;;
4392 esac
4393
4394
4395
4396
4397
4398
4399 if test "x$target_alias" = "x" -o "x$host_alias" = "x$target_alias"; then
4400   NATIVE_LINKER_TRUE=
4401   NATIVE_LINKER_FALSE='#'
4402 else
4403   NATIVE_LINKER_TRUE='#'
4404   NATIVE_LINKER_FALSE=
4405 fi
4406
4407
4408
4409 if test "$GCC" = yes; then
4410   GCC_TRUE=
4411   GCC_FALSE='#'
4412 else
4413   GCC_TRUE='#'
4414   GCC_FALSE=
4415 fi
4416
4417
4418
4419
4420 if
4421   case $target_cpu in
4422     i?86) true;;
4423     x86_64) false;;
4424     *) true;;
4425   esac; then
4426   FN_PTRS_IN_SO_WITHOUT_PIC_TRUE=
4427   FN_PTRS_IN_SO_WITHOUT_PIC_FALSE='#'
4428 else
4429   FN_PTRS_IN_SO_WITHOUT_PIC_TRUE='#'
4430   FN_PTRS_IN_SO_WITHOUT_PIC_FALSE=
4431 fi
4432
4433
4434 cat >conftest.$ac_ext <<_ACEOF
4435 __thread int i = 1;
4436 _ACEOF
4437 rm -f conftest.$ac_objext
4438 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4439   (eval $ac_compile) 2>conftest.er1
4440   ac_status=$?
4441   grep -v '^ *+' conftest.er1 >conftest.err
4442   rm -f conftest.er1
4443   cat conftest.err >&5
4444   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4445   (exit $ac_status); } &&
4446          { ac_try='test -z "$ac_c_werror_flag"
4447                          || test ! -s conftest.err'
4448   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4449   (eval $ac_try) 2>&5
4450   ac_status=$?
4451   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4452   (exit $ac_status); }; } &&
4453          { ac_try='test -s conftest.$ac_objext'
4454   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4455   (eval $ac_try) 2>&5
4456   ac_status=$?
4457   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4458   (exit $ac_status); }; }; then
4459   tls=yes
4460 else
4461   echo "$as_me: failed program was:" >&5
4462 sed 's/^/| /' conftest.$ac_ext >&5
4463
4464 tls=no
4465 fi
4466 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4467
4468
4469 if test "$tls" = "yes"; then
4470   TLS_TRUE=
4471   TLS_FALSE='#'
4472 else
4473   TLS_TRUE='#'
4474   TLS_FALSE=
4475 fi
4476
4477
4478
4479 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
4480
4481 # Check whether --enable-werror or --disable-werror was given.
4482 if test "${enable_werror+set}" = set; then
4483   enableval="$enable_werror"
4484   case "${enableval}" in
4485      yes | y) ERROR_ON_WARNING="yes" ;;
4486      no | n)  ERROR_ON_WARNING="no" ;;
4487      *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-werror" >&5
4488 echo "$as_me: error: bad value ${enableval} for --enable-werror" >&2;}
4489    { (exit 1); exit 1; }; } ;;
4490    esac
4491 fi;
4492
4493 # Enable -Werror by default when using gcc
4494 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
4495     ERROR_ON_WARNING=yes
4496 fi
4497
4498 NO_WERROR=
4499 if test "${ERROR_ON_WARNING}" = yes ; then
4500     GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
4501     NO_WERROR="-Wno-error"
4502 fi
4503
4504 if test "${GCC}" = yes ; then
4505   WARN_CFLAGS="${GCC_WARN_CFLAGS}"
4506 fi
4507
4508 # Check whether --enable-build-warnings or --disable-build-warnings was given.
4509 if test "${enable_build_warnings+set}" = set; then
4510   enableval="$enable_build_warnings"
4511   case "${enableval}" in
4512   yes)  WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
4513   no)   if test "${GCC}" = yes ; then
4514           WARN_CFLAGS="-w"
4515         fi;;
4516   ,*)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
4517         WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
4518   *,)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
4519         WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
4520   *)    WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
4521 esac
4522 fi;
4523
4524 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
4525   echo "Setting warning flags = $WARN_CFLAGS" 6>&1
4526 fi
4527
4528
4529
4530
4531
4532 WARN_CXXFLAGS=`echo ${WARN_CFLAGS} | sed -e 's/-Wstrict-prototypes//' -e 's/-Wmissing-prototypes//'`
4533
4534
4535 LFS_CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
4536
4537
4538
4539 for ac_func in pread
4540 do
4541 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4542 echo "$as_me:$LINENO: checking for $ac_func" >&5
4543 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4544 if eval "test \"\${$as_ac_var+set}\" = set"; then
4545   echo $ECHO_N "(cached) $ECHO_C" >&6
4546 else
4547   cat >conftest.$ac_ext <<_ACEOF
4548 /* confdefs.h.  */
4549 _ACEOF
4550 cat confdefs.h >>conftest.$ac_ext
4551 cat >>conftest.$ac_ext <<_ACEOF
4552 /* end confdefs.h.  */
4553 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
4554    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4555 #define $ac_func innocuous_$ac_func
4556
4557 /* System header to define __stub macros and hopefully few prototypes,
4558     which can conflict with char $ac_func (); below.
4559     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4560     <limits.h> exists even on freestanding compilers.  */
4561
4562 #ifdef __STDC__
4563 # include <limits.h>
4564 #else
4565 # include <assert.h>
4566 #endif
4567
4568 #undef $ac_func
4569
4570 /* Override any gcc2 internal prototype to avoid an error.  */
4571 #ifdef __cplusplus
4572 extern "C"
4573 {
4574 #endif
4575 /* We use char because int might match the return type of a gcc2
4576    builtin and then its argument prototype would still apply.  */
4577 char $ac_func ();
4578 /* The GNU C library defines this for functions which it implements
4579     to always fail with ENOSYS.  Some functions are actually named
4580     something starting with __ and the normal name is an alias.  */
4581 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4582 choke me
4583 #else
4584 char (*f) () = $ac_func;
4585 #endif
4586 #ifdef __cplusplus
4587 }
4588 #endif
4589
4590 int
4591 main ()
4592 {
4593 return f != $ac_func;
4594   ;
4595   return 0;
4596 }
4597 _ACEOF
4598 rm -f conftest.$ac_objext conftest$ac_exeext
4599 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4600   (eval $ac_link) 2>conftest.er1
4601   ac_status=$?
4602   grep -v '^ *+' conftest.er1 >conftest.err
4603   rm -f conftest.er1
4604   cat conftest.err >&5
4605   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4606   (exit $ac_status); } &&
4607          { ac_try='test -z "$ac_c_werror_flag"
4608                          || test ! -s conftest.err'
4609   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4610   (eval $ac_try) 2>&5
4611   ac_status=$?
4612   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4613   (exit $ac_status); }; } &&
4614          { ac_try='test -s conftest$ac_exeext'
4615   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4616   (eval $ac_try) 2>&5
4617   ac_status=$?
4618   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4619   (exit $ac_status); }; }; then
4620   eval "$as_ac_var=yes"
4621 else
4622   echo "$as_me: failed program was:" >&5
4623 sed 's/^/| /' conftest.$ac_ext >&5
4624
4625 eval "$as_ac_var=no"
4626 fi
4627 rm -f conftest.err conftest.$ac_objext \
4628       conftest$ac_exeext conftest.$ac_ext
4629 fi
4630 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4631 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4632 if test `eval echo '${'$as_ac_var'}'` = yes; then
4633   cat >>confdefs.h <<_ACEOF
4634 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4635 _ACEOF
4636
4637 else
4638   case $LIBOBJS in
4639     "$ac_func.$ac_objext"   | \
4640   *" $ac_func.$ac_objext"   | \
4641     "$ac_func.$ac_objext "* | \
4642   *" $ac_func.$ac_objext "* ) ;;
4643   *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext" ;;
4644 esac
4645
4646 fi
4647 done
4648
4649
4650
4651 ac_ext=cc
4652 ac_cpp='$CXXCPP $CPPFLAGS'
4653 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4654 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4655 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4656
4657
4658
4659 ac_ext=cc
4660 ac_cpp='$CXXCPP $CPPFLAGS'
4661 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4662 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4663 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4664 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
4665 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
4666 if test -z "$CXXCPP"; then
4667   if test "${ac_cv_prog_CXXCPP+set}" = set; then
4668   echo $ECHO_N "(cached) $ECHO_C" >&6
4669 else
4670       # Double quotes because CXXCPP needs to be expanded
4671     for CXXCPP in "$CXX -E" "/lib/cpp"
4672     do
4673       ac_preproc_ok=false
4674 for ac_cxx_preproc_warn_flag in '' yes
4675 do
4676   # Use a header file that comes with gcc, so configuring glibc
4677   # with a fresh cross-compiler works.
4678   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4679   # <limits.h> exists even on freestanding compilers.
4680   # On the NeXT, cc -E runs the code through the compiler's parser,
4681   # not just through cpp. "Syntax error" is here to catch this case.
4682   cat >conftest.$ac_ext <<_ACEOF
4683 /* confdefs.h.  */
4684 _ACEOF
4685 cat confdefs.h >>conftest.$ac_ext
4686 cat >>conftest.$ac_ext <<_ACEOF
4687 /* end confdefs.h.  */
4688 #ifdef __STDC__
4689 # include <limits.h>
4690 #else
4691 # include <assert.h>
4692 #endif
4693                      Syntax error
4694 _ACEOF
4695 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4696   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4697   ac_status=$?
4698   grep -v '^ *+' conftest.er1 >conftest.err
4699   rm -f conftest.er1
4700   cat conftest.err >&5
4701   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4702   (exit $ac_status); } >/dev/null; then
4703   if test -s conftest.err; then
4704     ac_cpp_err=$ac_cxx_preproc_warn_flag
4705     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4706   else
4707     ac_cpp_err=
4708   fi
4709 else
4710   ac_cpp_err=yes
4711 fi
4712 if test -z "$ac_cpp_err"; then
4713   :
4714 else
4715   echo "$as_me: failed program was:" >&5
4716 sed 's/^/| /' conftest.$ac_ext >&5
4717
4718   # Broken: fails on valid input.
4719 continue
4720 fi
4721 rm -f conftest.err conftest.$ac_ext
4722
4723   # OK, works on sane cases.  Now check whether non-existent headers
4724   # can be detected and how.
4725   cat >conftest.$ac_ext <<_ACEOF
4726 /* confdefs.h.  */
4727 _ACEOF
4728 cat confdefs.h >>conftest.$ac_ext
4729 cat >>conftest.$ac_ext <<_ACEOF
4730 /* end confdefs.h.  */
4731 #include <ac_nonexistent.h>
4732 _ACEOF
4733 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4734   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4735   ac_status=$?
4736   grep -v '^ *+' conftest.er1 >conftest.err
4737   rm -f conftest.er1
4738   cat conftest.err >&5
4739   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4740   (exit $ac_status); } >/dev/null; then
4741   if test -s conftest.err; then
4742     ac_cpp_err=$ac_cxx_preproc_warn_flag
4743     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4744   else
4745     ac_cpp_err=
4746   fi
4747 else
4748   ac_cpp_err=yes
4749 fi
4750 if test -z "$ac_cpp_err"; then
4751   # Broken: success on invalid input.
4752 continue
4753 else
4754   echo "$as_me: failed program was:" >&5
4755 sed 's/^/| /' conftest.$ac_ext >&5
4756
4757   # Passes both tests.
4758 ac_preproc_ok=:
4759 break
4760 fi
4761 rm -f conftest.err conftest.$ac_ext
4762
4763 done
4764 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4765 rm -f conftest.err conftest.$ac_ext
4766 if $ac_preproc_ok; then
4767   break
4768 fi
4769
4770     done
4771     ac_cv_prog_CXXCPP=$CXXCPP
4772
4773 fi
4774   CXXCPP=$ac_cv_prog_CXXCPP
4775 else
4776   ac_cv_prog_CXXCPP=$CXXCPP
4777 fi
4778 echo "$as_me:$LINENO: result: $CXXCPP" >&5
4779 echo "${ECHO_T}$CXXCPP" >&6
4780 ac_preproc_ok=false
4781 for ac_cxx_preproc_warn_flag in '' yes
4782 do
4783   # Use a header file that comes with gcc, so configuring glibc
4784   # with a fresh cross-compiler works.
4785   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4786   # <limits.h> exists even on freestanding compilers.
4787   # On the NeXT, cc -E runs the code through the compiler's parser,
4788   # not just through cpp. "Syntax error" is here to catch this case.
4789   cat >conftest.$ac_ext <<_ACEOF
4790 /* confdefs.h.  */
4791 _ACEOF
4792 cat confdefs.h >>conftest.$ac_ext
4793 cat >>conftest.$ac_ext <<_ACEOF
4794 /* end confdefs.h.  */
4795 #ifdef __STDC__
4796 # include <limits.h>
4797 #else
4798 # include <assert.h>
4799 #endif
4800                      Syntax error
4801 _ACEOF
4802 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4803   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4804   ac_status=$?
4805   grep -v '^ *+' conftest.er1 >conftest.err
4806   rm -f conftest.er1
4807   cat conftest.err >&5
4808   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4809   (exit $ac_status); } >/dev/null; then
4810   if test -s conftest.err; then
4811     ac_cpp_err=$ac_cxx_preproc_warn_flag
4812     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4813   else
4814     ac_cpp_err=
4815   fi
4816 else
4817   ac_cpp_err=yes
4818 fi
4819 if test -z "$ac_cpp_err"; then
4820   :
4821 else
4822   echo "$as_me: failed program was:" >&5
4823 sed 's/^/| /' conftest.$ac_ext >&5
4824
4825   # Broken: fails on valid input.
4826 continue
4827 fi
4828 rm -f conftest.err conftest.$ac_ext
4829
4830   # OK, works on sane cases.  Now check whether non-existent headers
4831   # can be detected and how.
4832   cat >conftest.$ac_ext <<_ACEOF
4833 /* confdefs.h.  */
4834 _ACEOF
4835 cat confdefs.h >>conftest.$ac_ext
4836 cat >>conftest.$ac_ext <<_ACEOF
4837 /* end confdefs.h.  */
4838 #include <ac_nonexistent.h>
4839 _ACEOF
4840 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4841   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4842   ac_status=$?
4843   grep -v '^ *+' conftest.er1 >conftest.err
4844   rm -f conftest.er1
4845   cat conftest.err >&5
4846   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4847   (exit $ac_status); } >/dev/null; then
4848   if test -s conftest.err; then
4849     ac_cpp_err=$ac_cxx_preproc_warn_flag
4850     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4851   else
4852     ac_cpp_err=
4853   fi
4854 else
4855   ac_cpp_err=yes
4856 fi
4857 if test -z "$ac_cpp_err"; then
4858   # Broken: success on invalid input.
4859 continue
4860 else
4861   echo "$as_me: failed program was:" >&5
4862 sed 's/^/| /' conftest.$ac_ext >&5
4863
4864   # Passes both tests.
4865 ac_preproc_ok=:
4866 break
4867 fi
4868 rm -f conftest.err conftest.$ac_ext
4869
4870 done
4871 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4872 rm -f conftest.err conftest.$ac_ext
4873 if $ac_preproc_ok; then
4874   :
4875 else
4876   { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
4877 See \`config.log' for more details." >&5
4878 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
4879 See \`config.log' for more details." >&2;}
4880    { (exit 1); exit 1; }; }
4881 fi
4882
4883 ac_ext=cc
4884 ac_cpp='$CXXCPP $CPPFLAGS'
4885 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4886 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4887 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4888
4889
4890 echo "$as_me:$LINENO: checking for egrep" >&5
4891 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
4892 if test "${ac_cv_prog_egrep+set}" = set; then
4893   echo $ECHO_N "(cached) $ECHO_C" >&6
4894 else
4895   if echo a | (grep -E '(a|b)') >/dev/null 2>&1
4896     then ac_cv_prog_egrep='grep -E'
4897     else ac_cv_prog_egrep='egrep'
4898     fi
4899 fi
4900 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
4901 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
4902  EGREP=$ac_cv_prog_egrep
4903
4904
4905 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4906 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
4907 if test "${ac_cv_header_stdc+set}" = set; then
4908   echo $ECHO_N "(cached) $ECHO_C" >&6
4909 else
4910   cat >conftest.$ac_ext <<_ACEOF
4911 /* confdefs.h.  */
4912 _ACEOF
4913 cat confdefs.h >>conftest.$ac_ext
4914 cat >>conftest.$ac_ext <<_ACEOF
4915 /* end confdefs.h.  */
4916 #include <stdlib.h>
4917 #include <stdarg.h>
4918 #include <string.h>
4919 #include <float.h>
4920
4921 int
4922 main ()
4923 {
4924
4925   ;
4926   return 0;
4927 }
4928 _ACEOF
4929 rm -f conftest.$ac_objext
4930 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4931   (eval $ac_compile) 2>conftest.er1
4932   ac_status=$?
4933   grep -v '^ *+' conftest.er1 >conftest.err
4934   rm -f conftest.er1
4935   cat conftest.err >&5
4936   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4937   (exit $ac_status); } &&
4938          { ac_try='test -z "$ac_cxx_werror_flag"
4939                          || test ! -s conftest.err'
4940   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4941   (eval $ac_try) 2>&5
4942   ac_status=$?
4943   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4944   (exit $ac_status); }; } &&
4945          { ac_try='test -s conftest.$ac_objext'
4946   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4947   (eval $ac_try) 2>&5
4948   ac_status=$?
4949   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4950   (exit $ac_status); }; }; then
4951   ac_cv_header_stdc=yes
4952 else
4953   echo "$as_me: failed program was:" >&5
4954 sed 's/^/| /' conftest.$ac_ext >&5
4955
4956 ac_cv_header_stdc=no
4957 fi
4958 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4959
4960 if test $ac_cv_header_stdc = yes; then
4961   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4962   cat >conftest.$ac_ext <<_ACEOF
4963 /* confdefs.h.  */
4964 _ACEOF
4965 cat confdefs.h >>conftest.$ac_ext
4966 cat >>conftest.$ac_ext <<_ACEOF
4967 /* end confdefs.h.  */
4968 #include <string.h>
4969
4970 _ACEOF
4971 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4972   $EGREP "memchr" >/dev/null 2>&1; then
4973   :
4974 else
4975   ac_cv_header_stdc=no
4976 fi
4977 rm -f conftest*
4978
4979 fi
4980
4981 if test $ac_cv_header_stdc = yes; then
4982   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4983   cat >conftest.$ac_ext <<_ACEOF
4984 /* confdefs.h.  */
4985 _ACEOF
4986 cat confdefs.h >>conftest.$ac_ext
4987 cat >>conftest.$ac_ext <<_ACEOF
4988 /* end confdefs.h.  */
4989 #include <stdlib.h>
4990
4991 _ACEOF
4992 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4993   $EGREP "free" >/dev/null 2>&1; then
4994   :
4995 else
4996   ac_cv_header_stdc=no
4997 fi
4998 rm -f conftest*
4999
5000 fi
5001
5002 if test $ac_cv_header_stdc = yes; then
5003   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5004   if test "$cross_compiling" = yes; then
5005   :
5006 else
5007   cat >conftest.$ac_ext <<_ACEOF
5008 /* confdefs.h.  */
5009 _ACEOF
5010 cat confdefs.h >>conftest.$ac_ext
5011 cat >>conftest.$ac_ext <<_ACEOF
5012 /* end confdefs.h.  */
5013 #include <ctype.h>
5014 #if ((' ' & 0x0FF) == 0x020)
5015 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5016 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5017 #else
5018 # define ISLOWER(c) \
5019                    (('a' <= (c) && (c) <= 'i') \
5020                      || ('j' <= (c) && (c) <= 'r') \
5021                      || ('s' <= (c) && (c) <= 'z'))
5022 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5023 #endif
5024
5025 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5026 int
5027 main ()
5028 {
5029   int i;
5030   for (i = 0; i < 256; i++)
5031     if (XOR (islower (i), ISLOWER (i))
5032         || toupper (i) != TOUPPER (i))
5033       exit(2);
5034   exit (0);
5035 }
5036 _ACEOF
5037 rm -f conftest$ac_exeext
5038 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5039   (eval $ac_link) 2>&5
5040   ac_status=$?
5041   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5042   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5043   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5044   (eval $ac_try) 2>&5
5045   ac_status=$?
5046   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5047   (exit $ac_status); }; }; then
5048   :
5049 else
5050   echo "$as_me: program exited with status $ac_status" >&5
5051 echo "$as_me: failed program was:" >&5
5052 sed 's/^/| /' conftest.$ac_ext >&5
5053
5054 ( exit $ac_status )
5055 ac_cv_header_stdc=no
5056 fi
5057 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5058 fi
5059 fi
5060 fi
5061 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5062 echo "${ECHO_T}$ac_cv_header_stdc" >&6
5063 if test $ac_cv_header_stdc = yes; then
5064
5065 cat >>confdefs.h <<\_ACEOF
5066 #define STDC_HEADERS 1
5067 _ACEOF
5068
5069 fi
5070
5071 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5082                   inttypes.h stdint.h unistd.h
5083 do
5084 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5085 echo "$as_me:$LINENO: checking for $ac_header" >&5
5086 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5087 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5088   echo $ECHO_N "(cached) $ECHO_C" >&6
5089 else
5090   cat >conftest.$ac_ext <<_ACEOF
5091 /* confdefs.h.  */
5092 _ACEOF
5093 cat confdefs.h >>conftest.$ac_ext
5094 cat >>conftest.$ac_ext <<_ACEOF
5095 /* end confdefs.h.  */
5096 $ac_includes_default
5097
5098 #include <$ac_header>
5099 _ACEOF
5100 rm -f conftest.$ac_objext
5101 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5102   (eval $ac_compile) 2>conftest.er1
5103   ac_status=$?
5104   grep -v '^ *+' conftest.er1 >conftest.err
5105   rm -f conftest.er1
5106   cat conftest.err >&5
5107   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5108   (exit $ac_status); } &&
5109          { ac_try='test -z "$ac_cxx_werror_flag"
5110                          || test ! -s conftest.err'
5111   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5112   (eval $ac_try) 2>&5
5113   ac_status=$?
5114   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5115   (exit $ac_status); }; } &&
5116          { ac_try='test -s conftest.$ac_objext'
5117   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5118   (eval $ac_try) 2>&5
5119   ac_status=$?
5120   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5121   (exit $ac_status); }; }; then
5122   eval "$as_ac_Header=yes"
5123 else
5124   echo "$as_me: failed program was:" >&5
5125 sed 's/^/| /' conftest.$ac_ext >&5
5126
5127 eval "$as_ac_Header=no"
5128 fi
5129 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5130 fi
5131 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5132 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5133 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5134   cat >>confdefs.h <<_ACEOF
5135 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5136 _ACEOF
5137
5138 fi
5139
5140 done
5141
5142
5143
5144
5145 for ac_header in tr1/unordered_set tr1/unordered_map
5146 do
5147 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5148 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5149   echo "$as_me:$LINENO: checking for $ac_header" >&5
5150 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5151 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5152   echo $ECHO_N "(cached) $ECHO_C" >&6
5153 fi
5154 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5155 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5156 else
5157   # Is the header compilable?
5158 echo "$as_me:$LINENO: checking $ac_header usability" >&5
5159 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5160 cat >conftest.$ac_ext <<_ACEOF
5161 /* confdefs.h.  */
5162 _ACEOF
5163 cat confdefs.h >>conftest.$ac_ext
5164 cat >>conftest.$ac_ext <<_ACEOF
5165 /* end confdefs.h.  */
5166 $ac_includes_default
5167 #include <$ac_header>
5168 _ACEOF
5169 rm -f conftest.$ac_objext
5170 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5171   (eval $ac_compile) 2>conftest.er1
5172   ac_status=$?
5173   grep -v '^ *+' conftest.er1 >conftest.err
5174   rm -f conftest.er1
5175   cat conftest.err >&5
5176   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5177   (exit $ac_status); } &&
5178          { ac_try='test -z "$ac_cxx_werror_flag"
5179                          || test ! -s conftest.err'
5180   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5181   (eval $ac_try) 2>&5
5182   ac_status=$?
5183   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5184   (exit $ac_status); }; } &&
5185          { ac_try='test -s conftest.$ac_objext'
5186   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5187   (eval $ac_try) 2>&5
5188   ac_status=$?
5189   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5190   (exit $ac_status); }; }; then
5191   ac_header_compiler=yes
5192 else
5193   echo "$as_me: failed program was:" >&5
5194 sed 's/^/| /' conftest.$ac_ext >&5
5195
5196 ac_header_compiler=no
5197 fi
5198 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5199 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5200 echo "${ECHO_T}$ac_header_compiler" >&6
5201
5202 # Is the header present?
5203 echo "$as_me:$LINENO: checking $ac_header presence" >&5
5204 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5205 cat >conftest.$ac_ext <<_ACEOF
5206 /* confdefs.h.  */
5207 _ACEOF
5208 cat confdefs.h >>conftest.$ac_ext
5209 cat >>conftest.$ac_ext <<_ACEOF
5210 /* end confdefs.h.  */
5211 #include <$ac_header>
5212 _ACEOF
5213 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5214   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5215   ac_status=$?
5216   grep -v '^ *+' conftest.er1 >conftest.err
5217   rm -f conftest.er1
5218   cat conftest.err >&5
5219   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5220   (exit $ac_status); } >/dev/null; then
5221   if test -s conftest.err; then
5222     ac_cpp_err=$ac_cxx_preproc_warn_flag
5223     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5224   else
5225     ac_cpp_err=
5226   fi
5227 else
5228   ac_cpp_err=yes
5229 fi
5230 if test -z "$ac_cpp_err"; then
5231   ac_header_preproc=yes
5232 else
5233   echo "$as_me: failed program was:" >&5
5234 sed 's/^/| /' conftest.$ac_ext >&5
5235
5236   ac_header_preproc=no
5237 fi
5238 rm -f conftest.err conftest.$ac_ext
5239 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5240 echo "${ECHO_T}$ac_header_preproc" >&6
5241
5242 # So?  What about this header?
5243 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
5244   yes:no: )
5245     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5246 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5247     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5248 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5249     ac_header_preproc=yes
5250     ;;
5251   no:yes:* )
5252     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5253 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5254     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
5255 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
5256     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5257 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5258     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
5259 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
5260     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5261 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5262     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5263 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5264     (
5265       cat <<\_ASBOX
5266 ## ------------------------------- ##
5267 ## Report this to the gold lists.  ##
5268 ## ------------------------------- ##
5269 _ASBOX
5270     ) |
5271       sed "s/^/$as_me: WARNING:     /" >&2
5272     ;;
5273 esac
5274 echo "$as_me:$LINENO: checking for $ac_header" >&5
5275 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5276 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5277   echo $ECHO_N "(cached) $ECHO_C" >&6
5278 else
5279   eval "$as_ac_Header=\$ac_header_preproc"
5280 fi
5281 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5282 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5283
5284 fi
5285 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5286   cat >>confdefs.h <<_ACEOF
5287 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5288 _ACEOF
5289
5290 fi
5291
5292 done
5293
5294
5295
5296 for ac_header in ext/hash_map ext/hash_set
5297 do
5298 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5299 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5300   echo "$as_me:$LINENO: checking for $ac_header" >&5
5301 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5302 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5303   echo $ECHO_N "(cached) $ECHO_C" >&6
5304 fi
5305 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5306 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5307 else
5308   # Is the header compilable?
5309 echo "$as_me:$LINENO: checking $ac_header usability" >&5
5310 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5311 cat >conftest.$ac_ext <<_ACEOF
5312 /* confdefs.h.  */
5313 _ACEOF
5314 cat confdefs.h >>conftest.$ac_ext
5315 cat >>conftest.$ac_ext <<_ACEOF
5316 /* end confdefs.h.  */
5317 $ac_includes_default
5318 #include <$ac_header>
5319 _ACEOF
5320 rm -f conftest.$ac_objext
5321 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5322   (eval $ac_compile) 2>conftest.er1
5323   ac_status=$?
5324   grep -v '^ *+' conftest.er1 >conftest.err
5325   rm -f conftest.er1
5326   cat conftest.err >&5
5327   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5328   (exit $ac_status); } &&
5329          { ac_try='test -z "$ac_cxx_werror_flag"
5330                          || test ! -s conftest.err'
5331   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5332   (eval $ac_try) 2>&5
5333   ac_status=$?
5334   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5335   (exit $ac_status); }; } &&
5336          { ac_try='test -s conftest.$ac_objext'
5337   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5338   (eval $ac_try) 2>&5
5339   ac_status=$?
5340   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5341   (exit $ac_status); }; }; then
5342   ac_header_compiler=yes
5343 else
5344   echo "$as_me: failed program was:" >&5
5345 sed 's/^/| /' conftest.$ac_ext >&5
5346
5347 ac_header_compiler=no
5348 fi
5349 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5350 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5351 echo "${ECHO_T}$ac_header_compiler" >&6
5352
5353 # Is the header present?
5354 echo "$as_me:$LINENO: checking $ac_header presence" >&5
5355 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5356 cat >conftest.$ac_ext <<_ACEOF
5357 /* confdefs.h.  */
5358 _ACEOF
5359 cat confdefs.h >>conftest.$ac_ext
5360 cat >>conftest.$ac_ext <<_ACEOF
5361 /* end confdefs.h.  */
5362 #include <$ac_header>
5363 _ACEOF
5364 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5365   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5366   ac_status=$?
5367   grep -v '^ *+' conftest.er1 >conftest.err
5368   rm -f conftest.er1
5369   cat conftest.err >&5
5370   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5371   (exit $ac_status); } >/dev/null; then
5372   if test -s conftest.err; then
5373     ac_cpp_err=$ac_cxx_preproc_warn_flag
5374     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5375   else
5376     ac_cpp_err=
5377   fi
5378 else
5379   ac_cpp_err=yes
5380 fi
5381 if test -z "$ac_cpp_err"; then
5382   ac_header_preproc=yes
5383 else
5384   echo "$as_me: failed program was:" >&5
5385 sed 's/^/| /' conftest.$ac_ext >&5
5386
5387   ac_header_preproc=no
5388 fi
5389 rm -f conftest.err conftest.$ac_ext
5390 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5391 echo "${ECHO_T}$ac_header_preproc" >&6
5392
5393 # So?  What about this header?
5394 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
5395   yes:no: )
5396     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5397 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5398     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5399 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5400     ac_header_preproc=yes
5401     ;;
5402   no:yes:* )
5403     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5404 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5405     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
5406 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
5407     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5408 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5409     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
5410 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
5411     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5412 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5413     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5414 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5415     (
5416       cat <<\_ASBOX
5417 ## ------------------------------- ##
5418 ## Report this to the gold lists.  ##
5419 ## ------------------------------- ##
5420 _ASBOX
5421     ) |
5422       sed "s/^/$as_me: WARNING:     /" >&2
5423     ;;
5424 esac
5425 echo "$as_me:$LINENO: checking for $ac_header" >&5
5426 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5427 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5428   echo $ECHO_N "(cached) $ECHO_C" >&6
5429 else
5430   eval "$as_ac_Header=\$ac_header_preproc"
5431 fi
5432 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5433 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5434
5435 fi
5436 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5437   cat >>confdefs.h <<_ACEOF
5438 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5439 _ACEOF
5440
5441 fi
5442
5443 done
5444
5445
5446 cat >conftest.$ac_ext <<_ACEOF
5447
5448 class c { public: template<int i> void fn(); };
5449 template<int i> void foo(c cv) { cv.fn<i>(); }
5450 template void foo<1>(c cv);
5451 _ACEOF
5452 rm -f conftest.$ac_objext
5453 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5454   (eval $ac_compile) 2>conftest.er1
5455   ac_status=$?
5456   grep -v '^ *+' conftest.er1 >conftest.err
5457   rm -f conftest.er1
5458   cat conftest.err >&5
5459   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5460   (exit $ac_status); } &&
5461          { ac_try='test -z "$ac_cxx_werror_flag"
5462                          || test ! -s conftest.err'
5463   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5464   (eval $ac_try) 2>&5
5465   ac_status=$?
5466   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5467   (exit $ac_status); }; } &&
5468          { ac_try='test -s conftest.$ac_objext'
5469   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5470   (eval $ac_try) 2>&5
5471   ac_status=$?
5472   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5473   (exit $ac_status); }; }; then
5474
5475 cat >>confdefs.h <<\_ACEOF
5476 #define HAVE_MEMBER_TEMPLATE_SPECIFICATIONS
5477 _ACEOF
5478
5479 else
5480   echo "$as_me: failed program was:" >&5
5481 sed 's/^/| /' conftest.$ac_ext >&5
5482
5483 fi
5484 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5485
5486 ac_ext=c
5487 ac_cpp='$CPP $CPPFLAGS'
5488 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5489 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5490 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5491
5492
5493 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
5494 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
5495     # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
5496 if test "${enable_maintainer_mode+set}" = set; then
5497   enableval="$enable_maintainer_mode"
5498   USE_MAINTAINER_MODE=$enableval
5499 else
5500   USE_MAINTAINER_MODE=no
5501 fi;
5502   echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
5503 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
5504
5505
5506 if test $USE_MAINTAINER_MODE = yes; then
5507   MAINTAINER_MODE_TRUE=
5508   MAINTAINER_MODE_FALSE='#'
5509 else
5510   MAINTAINER_MODE_TRUE='#'
5511   MAINTAINER_MODE_FALSE=
5512 fi
5513
5514   MAINT=$MAINTAINER_MODE_TRUE
5515
5516
5517
5518                               ac_config_files="$ac_config_files Makefile testsuite/Makefile po/Makefile.in:po/Make-in"
5519 cat >confcache <<\_ACEOF
5520 # This file is a shell script that caches the results of configure
5521 # tests run on this system so they can be shared between configure
5522 # scripts and configure runs, see configure's option --config-cache.
5523 # It is not useful on other systems.  If it contains results you don't
5524 # want to keep, you may remove or edit it.
5525 #
5526 # config.status only pays attention to the cache file if you give it
5527 # the --recheck option to rerun configure.
5528 #
5529 # `ac_cv_env_foo' variables (set or unset) will be overridden when
5530 # loading this file, other *unset* `ac_cv_foo' will be assigned the
5531 # following values.
5532
5533 _ACEOF
5534
5535 # The following way of writing the cache mishandles newlines in values,
5536 # but we know of no workaround that is simple, portable, and efficient.
5537 # So, don't put newlines in cache variables' values.
5538 # Ultrix sh set writes to stderr and can't be redirected directly,
5539 # and sets the high bit in the cache file unless we assign to the vars.
5540 {
5541   (set) 2>&1 |
5542     case `(ac_space=' '; set | grep ac_space) 2>&1` in
5543     *ac_space=\ *)
5544       # `set' does not quote correctly, so add quotes (double-quote
5545       # substitution turns \\\\ into \\, and sed turns \\ into \).
5546       sed -n \
5547         "s/'/'\\\\''/g;
5548           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5549       ;;
5550     *)
5551       # `set' quotes correctly as required by POSIX, so do not add quotes.
5552       sed -n \
5553         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
5554       ;;
5555     esac;
5556 } |
5557   sed '
5558      t clear
5559      : clear
5560      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
5561      t end
5562      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5563      : end' >>confcache
5564 if diff $cache_file confcache >/dev/null 2>&1; then :; else
5565   if test -w $cache_file; then
5566     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
5567     cat confcache >$cache_file
5568   else
5569     echo "not updating unwritable cache $cache_file"
5570   fi
5571 fi
5572 rm -f confcache
5573
5574 test "x$prefix" = xNONE && prefix=$ac_default_prefix
5575 # Let make expand exec_prefix.
5576 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5577
5578 # VPATH may cause trouble with some makes, so we remove $(srcdir),
5579 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
5580 # trailing colons and then remove the whole line if VPATH becomes empty
5581 # (actually we leave an empty line to preserve line numbers).
5582 if test "x$srcdir" = x.; then
5583   ac_vpsub='/^[  ]*VPATH[        ]*=/{
5584 s/:*\$(srcdir):*/:/;
5585 s/:*\${srcdir}:*/:/;
5586 s/:*@srcdir@:*/:/;
5587 s/^\([^=]*=[     ]*\):*/\1/;
5588 s/:*$//;
5589 s/^[^=]*=[       ]*$//;
5590 }'
5591 fi
5592
5593 DEFS=-DHAVE_CONFIG_H
5594
5595 ac_libobjs=
5596 ac_ltlibobjs=
5597 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
5598   # 1. Remove the extension, and $U if already installed.
5599   ac_i=`echo "$ac_i" |
5600          sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
5601   # 2. Add them.
5602   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
5603   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
5604 done
5605 LIBOBJS=$ac_libobjs
5606
5607 LTLIBOBJS=$ac_ltlibobjs
5608
5609
5610 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
5611   { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
5612 Usually this means the macro was only invoked conditionally." >&5
5613 echo "$as_me: error: conditional \"AMDEP\" was never defined.
5614 Usually this means the macro was only invoked conditionally." >&2;}
5615    { (exit 1); exit 1; }; }
5616 fi
5617 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
5618   { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
5619 Usually this means the macro was only invoked conditionally." >&5
5620 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
5621 Usually this means the macro was only invoked conditionally." >&2;}
5622    { (exit 1); exit 1; }; }
5623 fi
5624 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
5625   { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
5626 Usually this means the macro was only invoked conditionally." >&5
5627 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
5628 Usually this means the macro was only invoked conditionally." >&2;}
5629    { (exit 1); exit 1; }; }
5630 fi
5631 if test -z "${NATIVE_LINKER_TRUE}" && test -z "${NATIVE_LINKER_FALSE}"; then
5632   { { echo "$as_me:$LINENO: error: conditional \"NATIVE_LINKER\" was never defined.
5633 Usually this means the macro was only invoked conditionally." >&5
5634 echo "$as_me: error: conditional \"NATIVE_LINKER\" was never defined.
5635 Usually this means the macro was only invoked conditionally." >&2;}
5636    { (exit 1); exit 1; }; }
5637 fi
5638 if test -z "${GCC_TRUE}" && test -z "${GCC_FALSE}"; then
5639   { { echo "$as_me:$LINENO: error: conditional \"GCC\" was never defined.
5640 Usually this means the macro was only invoked conditionally." >&5
5641 echo "$as_me: error: conditional \"GCC\" was never defined.
5642 Usually this means the macro was only invoked conditionally." >&2;}
5643    { (exit 1); exit 1; }; }
5644 fi
5645 if test -z "${FN_PTRS_IN_SO_WITHOUT_PIC_TRUE}" && test -z "${FN_PTRS_IN_SO_WITHOUT_PIC_FALSE}"; then
5646   { { echo "$as_me:$LINENO: error: conditional \"FN_PTRS_IN_SO_WITHOUT_PIC\" was never defined.
5647 Usually this means the macro was only invoked conditionally." >&5
5648 echo "$as_me: error: conditional \"FN_PTRS_IN_SO_WITHOUT_PIC\" was never defined.
5649 Usually this means the macro was only invoked conditionally." >&2;}
5650    { (exit 1); exit 1; }; }
5651 fi
5652 if test -z "${TLS_TRUE}" && test -z "${TLS_FALSE}"; then
5653   { { echo "$as_me:$LINENO: error: conditional \"TLS\" was never defined.
5654 Usually this means the macro was only invoked conditionally." >&5
5655 echo "$as_me: error: conditional \"TLS\" was never defined.
5656 Usually this means the macro was only invoked conditionally." >&2;}
5657    { (exit 1); exit 1; }; }
5658 fi
5659 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
5660   { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
5661 Usually this means the macro was only invoked conditionally." >&5
5662 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
5663 Usually this means the macro was only invoked conditionally." >&2;}
5664    { (exit 1); exit 1; }; }
5665 fi
5666
5667 : ${CONFIG_STATUS=./config.status}
5668 ac_clean_files_save=$ac_clean_files
5669 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5670 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
5671 echo "$as_me: creating $CONFIG_STATUS" >&6;}
5672 cat >$CONFIG_STATUS <<_ACEOF
5673 #! $SHELL
5674 # Generated by $as_me.
5675 # Run this file to recreate the current configuration.
5676 # Compiler output produced by configure, useful for debugging
5677 # configure, is in config.log if it exists.
5678
5679 debug=false
5680 ac_cs_recheck=false
5681 ac_cs_silent=false
5682 SHELL=\${CONFIG_SHELL-$SHELL}
5683 _ACEOF
5684
5685 cat >>$CONFIG_STATUS <<\_ACEOF
5686 ## --------------------- ##
5687 ## M4sh Initialization.  ##
5688 ## --------------------- ##
5689
5690 # Be Bourne compatible
5691 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
5692   emulate sh
5693   NULLCMD=:
5694   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
5695   # is contrary to our usage.  Disable this feature.
5696   alias -g '${1+"$@"}'='"$@"'
5697 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
5698   set -o posix
5699 fi
5700 DUALCASE=1; export DUALCASE # for MKS sh
5701
5702 # Support unset when possible.
5703 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5704   as_unset=unset
5705 else
5706   as_unset=false
5707 fi
5708
5709
5710 # Work around bugs in pre-3.0 UWIN ksh.
5711 $as_unset ENV MAIL MAILPATH
5712 PS1='$ '
5713 PS2='> '
5714 PS4='+ '
5715
5716 # NLS nuisances.
5717 for as_var in \
5718   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
5719   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
5720   LC_TELEPHONE LC_TIME
5721 do
5722   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
5723     eval $as_var=C; export $as_var
5724   else
5725     $as_unset $as_var
5726   fi
5727 done
5728
5729 # Required to use basename.
5730 if expr a : '\(a\)' >/dev/null 2>&1; then
5731   as_expr=expr
5732 else
5733   as_expr=false
5734 fi
5735
5736 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
5737   as_basename=basename
5738 else
5739   as_basename=false
5740 fi
5741
5742
5743 # Name of the executable.
5744 as_me=`$as_basename "$0" ||
5745 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
5746          X"$0" : 'X\(//\)$' \| \
5747          X"$0" : 'X\(/\)$' \| \
5748          .     : '\(.\)' 2>/dev/null ||
5749 echo X/"$0" |
5750     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
5751           /^X\/\(\/\/\)$/{ s//\1/; q; }
5752           /^X\/\(\/\).*/{ s//\1/; q; }
5753           s/.*/./; q'`
5754
5755
5756 # PATH needs CR, and LINENO needs CR and PATH.
5757 # Avoid depending upon Character Ranges.
5758 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
5759 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
5760 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
5761 as_cr_digits='0123456789'
5762 as_cr_alnum=$as_cr_Letters$as_cr_digits
5763
5764 # The user is always right.
5765 if test "${PATH_SEPARATOR+set}" != set; then
5766   echo "#! /bin/sh" >conf$$.sh
5767   echo  "exit 0"   >>conf$$.sh
5768   chmod +x conf$$.sh
5769   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
5770     PATH_SEPARATOR=';'
5771   else
5772     PATH_SEPARATOR=:
5773   fi
5774   rm -f conf$$.sh
5775 fi
5776
5777
5778   as_lineno_1=$LINENO
5779   as_lineno_2=$LINENO
5780   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
5781   test "x$as_lineno_1" != "x$as_lineno_2" &&
5782   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
5783   # Find who we are.  Look in the path if we contain no path at all
5784   # relative or not.
5785   case $0 in
5786     *[\\/]* ) as_myself=$0 ;;
5787     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5788 for as_dir in $PATH
5789 do
5790   IFS=$as_save_IFS
5791   test -z "$as_dir" && as_dir=.
5792   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
5793 done
5794
5795        ;;
5796   esac
5797   # We did not find ourselves, most probably we were run as `sh COMMAND'
5798   # in which case we are not to be found in the path.
5799   if test "x$as_myself" = x; then
5800     as_myself=$0
5801   fi
5802   if test ! -f "$as_myself"; then
5803     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
5804 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
5805    { (exit 1); exit 1; }; }
5806   fi
5807   case $CONFIG_SHELL in
5808   '')
5809     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5810 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
5811 do
5812   IFS=$as_save_IFS
5813   test -z "$as_dir" && as_dir=.
5814   for as_base in sh bash ksh sh5; do
5815          case $as_dir in
5816          /*)
5817            if ("$as_dir/$as_base" -c '
5818   as_lineno_1=$LINENO
5819   as_lineno_2=$LINENO
5820   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
5821   test "x$as_lineno_1" != "x$as_lineno_2" &&
5822   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
5823              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
5824              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
5825              CONFIG_SHELL=$as_dir/$as_base
5826              export CONFIG_SHELL
5827              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
5828            fi;;
5829          esac
5830        done
5831 done
5832 ;;
5833   esac
5834
5835   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
5836   # uniformly replaced by the line number.  The first 'sed' inserts a
5837   # line-number line before each line; the second 'sed' does the real
5838   # work.  The second script uses 'N' to pair each line-number line
5839   # with the numbered line, and appends trailing '-' during
5840   # substitution so that $LINENO is not a special case at line end.
5841   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
5842   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
5843   sed '=' <$as_myself |
5844     sed '
5845       N
5846       s,$,-,
5847       : loop
5848       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
5849       t loop
5850       s,-$,,
5851       s,^['$as_cr_digits']*\n,,
5852     ' >$as_me.lineno &&
5853   chmod +x $as_me.lineno ||
5854     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
5855 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
5856    { (exit 1); exit 1; }; }
5857
5858   # Don't try to exec as it changes $[0], causing all sort of problems
5859   # (the dirname of $[0] is not the place where we might find the
5860   # original and so on.  Autoconf is especially sensible to this).
5861   . ./$as_me.lineno
5862   # Exit status is that of the last command.
5863   exit
5864 }
5865
5866
5867 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
5868   *c*,-n*) ECHO_N= ECHO_C='
5869 ' ECHO_T='      ' ;;
5870   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
5871   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
5872 esac
5873
5874 if expr a : '\(a\)' >/dev/null 2>&1; then
5875   as_expr=expr
5876 else
5877   as_expr=false
5878 fi
5879
5880 rm -f conf$$ conf$$.exe conf$$.file
5881 echo >conf$$.file
5882 if ln -s conf$$.file conf$$ 2>/dev/null; then
5883   # We could just check for DJGPP; but this test a) works b) is more generic
5884   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
5885   if test -f conf$$.exe; then
5886     # Don't use ln at all; we don't have any links
5887     as_ln_s='cp -p'
5888   else
5889     as_ln_s='ln -s'
5890   fi
5891 elif ln conf$$.file conf$$ 2>/dev/null; then
5892   as_ln_s=ln
5893 else
5894   as_ln_s='cp -p'
5895 fi
5896 rm -f conf$$ conf$$.exe conf$$.file
5897
5898 if mkdir -p . 2>/dev/null; then
5899   as_mkdir_p=:
5900 else
5901   test -d ./-p && rmdir ./-p
5902   as_mkdir_p=false
5903 fi
5904
5905 as_executable_p="test -f"
5906
5907 # Sed expression to map a string onto a valid CPP name.
5908 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
5909
5910 # Sed expression to map a string onto a valid variable name.
5911 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
5912
5913
5914 # IFS
5915 # We need space, tab and new line, in precisely that order.
5916 as_nl='
5917 '
5918 IFS="   $as_nl"
5919
5920 # CDPATH.
5921 $as_unset CDPATH
5922
5923 exec 6>&1
5924
5925 # Open the log real soon, to keep \$[0] and so on meaningful, and to
5926 # report actual input values of CONFIG_FILES etc. instead of their
5927 # values after options handling.  Logging --version etc. is OK.
5928 exec 5>>config.log
5929 {
5930   echo
5931   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5932 ## Running $as_me. ##
5933 _ASBOX
5934 } >&5
5935 cat >&5 <<_CSEOF
5936
5937 This file was extended by gold $as_me 0.1, which was
5938 generated by GNU Autoconf 2.59.  Invocation command line was
5939
5940   CONFIG_FILES    = $CONFIG_FILES
5941   CONFIG_HEADERS  = $CONFIG_HEADERS
5942   CONFIG_LINKS    = $CONFIG_LINKS
5943   CONFIG_COMMANDS = $CONFIG_COMMANDS
5944   $ $0 $@
5945
5946 _CSEOF
5947 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
5948 echo >&5
5949 _ACEOF
5950
5951 # Files that config.status was made for.
5952 if test -n "$ac_config_files"; then
5953   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
5954 fi
5955
5956 if test -n "$ac_config_headers"; then
5957   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
5958 fi
5959
5960 if test -n "$ac_config_links"; then
5961   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
5962 fi
5963
5964 if test -n "$ac_config_commands"; then
5965   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
5966 fi
5967
5968 cat >>$CONFIG_STATUS <<\_ACEOF
5969
5970 ac_cs_usage="\
5971 \`$as_me' instantiates files from templates according to the
5972 current configuration.
5973
5974 Usage: $0 [OPTIONS] [FILE]...
5975
5976   -h, --help       print this help, then exit
5977   -V, --version    print version number, then exit
5978   -q, --quiet      do not print progress messages
5979   -d, --debug      don't remove temporary files
5980       --recheck    update $as_me by reconfiguring in the same conditions
5981   --file=FILE[:TEMPLATE]
5982                    instantiate the configuration file FILE
5983   --header=FILE[:TEMPLATE]
5984                    instantiate the configuration header FILE
5985
5986 Configuration files:
5987 $config_files
5988
5989 Configuration headers:
5990 $config_headers
5991
5992 Configuration commands:
5993 $config_commands
5994
5995 Report bugs to <bug-autoconf@gnu.org>."
5996 _ACEOF
5997
5998 cat >>$CONFIG_STATUS <<_ACEOF
5999 ac_cs_version="\\
6000 gold config.status 0.1
6001 configured by $0, generated by GNU Autoconf 2.59,
6002   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
6003
6004 Copyright (C) 2003 Free Software Foundation, Inc.
6005 This config.status script is free software; the Free Software Foundation
6006 gives unlimited permission to copy, distribute and modify it."
6007 srcdir=$srcdir
6008 INSTALL="$INSTALL"
6009 _ACEOF
6010
6011 cat >>$CONFIG_STATUS <<\_ACEOF
6012 # If no file are specified by the user, then we need to provide default
6013 # value.  By we need to know if files were specified by the user.
6014 ac_need_defaults=:
6015 while test $# != 0
6016 do
6017   case $1 in
6018   --*=*)
6019     ac_option=`expr "x$1" : 'x\([^=]*\)='`
6020     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
6021     ac_shift=:
6022     ;;
6023   -*)
6024     ac_option=$1
6025     ac_optarg=$2
6026     ac_shift=shift
6027     ;;
6028   *) # This is not an option, so the user has probably given explicit
6029      # arguments.
6030      ac_option=$1
6031      ac_need_defaults=false;;
6032   esac
6033
6034   case $ac_option in
6035   # Handling of the options.
6036 _ACEOF
6037 cat >>$CONFIG_STATUS <<\_ACEOF
6038   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
6039     ac_cs_recheck=: ;;
6040   --version | --vers* | -V )
6041     echo "$ac_cs_version"; exit 0 ;;
6042   --he | --h)
6043     # Conflict between --help and --header
6044     { { echo "$as_me:$LINENO: error: ambiguous option: $1
6045 Try \`$0 --help' for more information." >&5
6046 echo "$as_me: error: ambiguous option: $1
6047 Try \`$0 --help' for more information." >&2;}
6048    { (exit 1); exit 1; }; };;
6049   --help | --hel | -h )
6050     echo "$ac_cs_usage"; exit 0 ;;
6051   --debug | --d* | -d )
6052     debug=: ;;
6053   --file | --fil | --fi | --f )
6054     $ac_shift
6055     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
6056     ac_need_defaults=false;;
6057   --header | --heade | --head | --hea )
6058     $ac_shift
6059     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
6060     ac_need_defaults=false;;
6061   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
6062   | -silent | --silent | --silen | --sile | --sil | --si | --s)
6063     ac_cs_silent=: ;;
6064
6065   # This is an error.
6066   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
6067 Try \`$0 --help' for more information." >&5
6068 echo "$as_me: error: unrecognized option: $1
6069 Try \`$0 --help' for more information." >&2;}
6070    { (exit 1); exit 1; }; } ;;
6071
6072   *) ac_config_targets="$ac_config_targets $1" ;;
6073
6074   esac
6075   shift
6076 done
6077
6078 ac_configure_extra_args=
6079
6080 if $ac_cs_silent; then
6081   exec 6>/dev/null
6082   ac_configure_extra_args="$ac_configure_extra_args --silent"
6083 fi
6084
6085 _ACEOF
6086 cat >>$CONFIG_STATUS <<_ACEOF
6087 if \$ac_cs_recheck; then
6088   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
6089   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
6090 fi
6091
6092 _ACEOF
6093
6094 cat >>$CONFIG_STATUS <<_ACEOF
6095 #
6096 # INIT-COMMANDS section.
6097 #
6098
6099 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
6100 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
6101     # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
6102     # from automake.
6103     eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
6104     # Capture the value of LINGUAS because we need it to compute CATALOGS.
6105     LINGUAS="${LINGUAS-%UNSET%}"
6106
6107
6108 _ACEOF
6109
6110
6111
6112 cat >>$CONFIG_STATUS <<\_ACEOF
6113 for ac_config_target in $ac_config_targets
6114 do
6115   case "$ac_config_target" in
6116   # Handling of arguments.
6117   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
6118   "testsuite/Makefile" ) CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;
6119   "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
6120   "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
6121   "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
6122   "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
6123   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
6124 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
6125    { (exit 1); exit 1; }; };;
6126   esac
6127 done
6128
6129 # If the user did not use the arguments to specify the items to instantiate,
6130 # then the envvar interface is used.  Set only those that are not.
6131 # We use the long form for the default assignment because of an extremely
6132 # bizarre bug on SunOS 4.1.3.
6133 if $ac_need_defaults; then
6134   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
6135   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
6136   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
6137 fi
6138
6139 # Have a temporary directory for convenience.  Make it in the build tree
6140 # simply because there is no reason to put it here, and in addition,
6141 # creating and moving files from /tmp can sometimes cause problems.
6142 # Create a temporary directory, and hook for its removal unless debugging.
6143 $debug ||
6144 {
6145   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
6146   trap '{ (exit 1); exit 1; }' 1 2 13 15
6147 }
6148
6149 # Create a (secure) tmp directory for tmp files.
6150
6151 {
6152   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
6153   test -n "$tmp" && test -d "$tmp"
6154 }  ||
6155 {
6156   tmp=./confstat$$-$RANDOM
6157   (umask 077 && mkdir $tmp)
6158 } ||
6159 {
6160    echo "$me: cannot create a temporary directory in ." >&2
6161    { (exit 1); exit 1; }
6162 }
6163
6164 _ACEOF
6165
6166 cat >>$CONFIG_STATUS <<_ACEOF
6167
6168 #
6169 # CONFIG_FILES section.
6170 #
6171
6172 # No need to generate the scripts if there are no CONFIG_FILES.
6173 # This happens for instance when ./config.status config.h
6174 if test -n "\$CONFIG_FILES"; then
6175   # Protect against being on the right side of a sed subst in config.status.
6176   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
6177    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
6178 s,@SHELL@,$SHELL,;t t
6179 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
6180 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
6181 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
6182 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
6183 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
6184 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
6185 s,@exec_prefix@,$exec_prefix,;t t
6186 s,@prefix@,$prefix,;t t
6187 s,@program_transform_name@,$program_transform_name,;t t
6188 s,@bindir@,$bindir,;t t
6189 s,@sbindir@,$sbindir,;t t
6190 s,@libexecdir@,$libexecdir,;t t
6191 s,@datadir@,$datadir,;t t
6192 s,@sysconfdir@,$sysconfdir,;t t
6193 s,@sharedstatedir@,$sharedstatedir,;t t
6194 s,@localstatedir@,$localstatedir,;t t
6195 s,@libdir@,$libdir,;t t
6196 s,@includedir@,$includedir,;t t
6197 s,@oldincludedir@,$oldincludedir,;t t
6198 s,@infodir@,$infodir,;t t
6199 s,@mandir@,$mandir,;t t
6200 s,@build_alias@,$build_alias,;t t
6201 s,@host_alias@,$host_alias,;t t
6202 s,@target_alias@,$target_alias,;t t
6203 s,@DEFS@,$DEFS,;t t
6204 s,@ECHO_C@,$ECHO_C,;t t
6205 s,@ECHO_N@,$ECHO_N,;t t
6206 s,@ECHO_T@,$ECHO_T,;t t
6207 s,@LIBS@,$LIBS,;t t
6208 s,@build@,$build,;t t
6209 s,@build_cpu@,$build_cpu,;t t
6210 s,@build_vendor@,$build_vendor,;t t
6211 s,@build_os@,$build_os,;t t
6212 s,@host@,$host,;t t
6213 s,@host_cpu@,$host_cpu,;t t
6214 s,@host_vendor@,$host_vendor,;t t
6215 s,@host_os@,$host_os,;t t
6216 s,@target@,$target,;t t
6217 s,@target_cpu@,$target_cpu,;t t
6218 s,@target_vendor@,$target_vendor,;t t
6219 s,@target_os@,$target_os,;t t
6220 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
6221 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
6222 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
6223 s,@CYGPATH_W@,$CYGPATH_W,;t t
6224 s,@PACKAGE@,$PACKAGE,;t t
6225 s,@VERSION@,$VERSION,;t t
6226 s,@ACLOCAL@,$ACLOCAL,;t t
6227 s,@AUTOCONF@,$AUTOCONF,;t t
6228 s,@AUTOMAKE@,$AUTOMAKE,;t t
6229 s,@AUTOHEADER@,$AUTOHEADER,;t t
6230 s,@MAKEINFO@,$MAKEINFO,;t t
6231 s,@install_sh@,$install_sh,;t t
6232 s,@STRIP@,$STRIP,;t t
6233 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
6234 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
6235 s,@mkdir_p@,$mkdir_p,;t t
6236 s,@AWK@,$AWK,;t t
6237 s,@SET_MAKE@,$SET_MAKE,;t t
6238 s,@am__leading_dot@,$am__leading_dot,;t t
6239 s,@AMTAR@,$AMTAR,;t t
6240 s,@am__tar@,$am__tar,;t t
6241 s,@am__untar@,$am__untar,;t t
6242 s,@TARGETOBJS@,$TARGETOBJS,;t t
6243 s,@CC@,$CC,;t t
6244 s,@CFLAGS@,$CFLAGS,;t t
6245 s,@LDFLAGS@,$LDFLAGS,;t t
6246 s,@CPPFLAGS@,$CPPFLAGS,;t t
6247 s,@ac_ct_CC@,$ac_ct_CC,;t t
6248 s,@EXEEXT@,$EXEEXT,;t t
6249 s,@OBJEXT@,$OBJEXT,;t t
6250 s,@DEPDIR@,$DEPDIR,;t t
6251 s,@am__include@,$am__include,;t t
6252 s,@am__quote@,$am__quote,;t t
6253 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
6254 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
6255 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
6256 s,@CCDEPMODE@,$CCDEPMODE,;t t
6257 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
6258 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
6259 s,@CXX@,$CXX,;t t
6260 s,@CXXFLAGS@,$CXXFLAGS,;t t
6261 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
6262 s,@CXXDEPMODE@,$CXXDEPMODE,;t t
6263 s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
6264 s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
6265 s,@YACC@,$YACC,;t t
6266 s,@RANLIB@,$RANLIB,;t t
6267 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
6268 s,@LN_S@,$LN_S,;t t
6269 s,@USE_NLS@,$USE_NLS,;t t
6270 s,@LIBINTL@,$LIBINTL,;t t
6271 s,@LIBINTL_DEP@,$LIBINTL_DEP,;t t
6272 s,@INCINTL@,$INCINTL,;t t
6273 s,@XGETTEXT@,$XGETTEXT,;t t
6274 s,@GMSGFMT@,$GMSGFMT,;t t
6275 s,@POSUB@,$POSUB,;t t
6276 s,@CATALOGS@,$CATALOGS,;t t
6277 s,@DATADIRNAME@,$DATADIRNAME,;t t
6278 s,@INSTOBJEXT@,$INSTOBJEXT,;t t
6279 s,@GENCAT@,$GENCAT,;t t
6280 s,@CATOBJEXT@,$CATOBJEXT,;t t
6281 s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
6282 s,@MSGFMT@,$MSGFMT,;t t
6283 s,@MSGMERGE@,$MSGMERGE,;t t
6284 s,@NATIVE_LINKER_TRUE@,$NATIVE_LINKER_TRUE,;t t
6285 s,@NATIVE_LINKER_FALSE@,$NATIVE_LINKER_FALSE,;t t
6286 s,@GCC_TRUE@,$GCC_TRUE,;t t
6287 s,@GCC_FALSE@,$GCC_FALSE,;t t
6288 s,@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@,$FN_PTRS_IN_SO_WITHOUT_PIC_TRUE,;t t
6289 s,@FN_PTRS_IN_SO_WITHOUT_PIC_FALSE@,$FN_PTRS_IN_SO_WITHOUT_PIC_FALSE,;t t
6290 s,@TLS_TRUE@,$TLS_TRUE,;t t
6291 s,@TLS_FALSE@,$TLS_FALSE,;t t
6292 s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
6293 s,@NO_WERROR@,$NO_WERROR,;t t
6294 s,@WARN_CXXFLAGS@,$WARN_CXXFLAGS,;t t
6295 s,@LFS_CXXFLAGS@,$LFS_CXXFLAGS,;t t
6296 s,@LIBOBJS@,$LIBOBJS,;t t
6297 s,@CXXCPP@,$CXXCPP,;t t
6298 s,@EGREP@,$EGREP,;t t
6299 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
6300 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
6301 s,@MAINT@,$MAINT,;t t
6302 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
6303 CEOF
6304
6305 _ACEOF
6306
6307   cat >>$CONFIG_STATUS <<\_ACEOF
6308   # Split the substitutions into bite-sized pieces for seds with
6309   # small command number limits, like on Digital OSF/1 and HP-UX.
6310   ac_max_sed_lines=48
6311   ac_sed_frag=1 # Number of current file.
6312   ac_beg=1 # First line for current file.
6313   ac_end=$ac_max_sed_lines # Line after last line for current file.
6314   ac_more_lines=:
6315   ac_sed_cmds=
6316   while $ac_more_lines; do
6317     if test $ac_beg -gt 1; then
6318       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
6319     else
6320       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
6321     fi
6322     if test ! -s $tmp/subs.frag; then
6323       ac_more_lines=false
6324     else
6325       # The purpose of the label and of the branching condition is to
6326       # speed up the sed processing (if there are no `@' at all, there
6327       # is no need to browse any of the substitutions).
6328       # These are the two extra sed commands mentioned above.
6329       (echo ':t
6330   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
6331       if test -z "$ac_sed_cmds"; then
6332         ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
6333       else
6334         ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
6335       fi
6336       ac_sed_frag=`expr $ac_sed_frag + 1`
6337       ac_beg=$ac_end
6338       ac_end=`expr $ac_end + $ac_max_sed_lines`
6339     fi
6340   done
6341   if test -z "$ac_sed_cmds"; then
6342     ac_sed_cmds=cat
6343   fi
6344 fi # test -n "$CONFIG_FILES"
6345
6346 _ACEOF
6347 cat >>$CONFIG_STATUS <<\_ACEOF
6348 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
6349   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6350   case $ac_file in
6351   - | *:- | *:-:* ) # input from stdin
6352         cat >$tmp/stdin
6353         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
6354         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
6355   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
6356         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
6357   * )   ac_file_in=$ac_file.in ;;
6358   esac
6359
6360   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
6361   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
6362 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6363          X"$ac_file" : 'X\(//\)[^/]' \| \
6364          X"$ac_file" : 'X\(//\)$' \| \
6365          X"$ac_file" : 'X\(/\)' \| \
6366          .     : '\(.\)' 2>/dev/null ||
6367 echo X"$ac_file" |
6368     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6369           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6370           /^X\(\/\/\)$/{ s//\1/; q; }
6371           /^X\(\/\).*/{ s//\1/; q; }
6372           s/.*/./; q'`
6373   { if $as_mkdir_p; then
6374     mkdir -p "$ac_dir"
6375   else
6376     as_dir="$ac_dir"
6377     as_dirs=
6378     while test ! -d "$as_dir"; do
6379       as_dirs="$as_dir $as_dirs"
6380       as_dir=`(dirname "$as_dir") 2>/dev/null ||
6381 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6382          X"$as_dir" : 'X\(//\)[^/]' \| \
6383          X"$as_dir" : 'X\(//\)$' \| \
6384          X"$as_dir" : 'X\(/\)' \| \
6385          .     : '\(.\)' 2>/dev/null ||
6386 echo X"$as_dir" |
6387     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6388           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6389           /^X\(\/\/\)$/{ s//\1/; q; }
6390           /^X\(\/\).*/{ s//\1/; q; }
6391           s/.*/./; q'`
6392     done
6393     test ! -n "$as_dirs" || mkdir $as_dirs
6394   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6395 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6396    { (exit 1); exit 1; }; }; }
6397
6398   ac_builddir=.
6399
6400 if test "$ac_dir" != .; then
6401   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
6402   # A "../" for each directory in $ac_dir_suffix.
6403   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
6404 else
6405   ac_dir_suffix= ac_top_builddir=
6406 fi
6407
6408 case $srcdir in
6409   .)  # No --srcdir option.  We are building in place.
6410     ac_srcdir=.
6411     if test -z "$ac_top_builddir"; then
6412        ac_top_srcdir=.
6413     else
6414        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
6415     fi ;;
6416   [\\/]* | ?:[\\/]* )  # Absolute path.
6417     ac_srcdir=$srcdir$ac_dir_suffix;
6418     ac_top_srcdir=$srcdir ;;
6419   *) # Relative path.
6420     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
6421     ac_top_srcdir=$ac_top_builddir$srcdir ;;
6422 esac
6423
6424 # Do not use `cd foo && pwd` to compute absolute paths, because
6425 # the directories may not exist.
6426 case `pwd` in
6427 .) ac_abs_builddir="$ac_dir";;
6428 *)
6429   case "$ac_dir" in
6430   .) ac_abs_builddir=`pwd`;;
6431   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
6432   *) ac_abs_builddir=`pwd`/"$ac_dir";;
6433   esac;;
6434 esac
6435 case $ac_abs_builddir in
6436 .) ac_abs_top_builddir=${ac_top_builddir}.;;
6437 *)
6438   case ${ac_top_builddir}. in
6439   .) ac_abs_top_builddir=$ac_abs_builddir;;
6440   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
6441   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
6442   esac;;
6443 esac
6444 case $ac_abs_builddir in
6445 .) ac_abs_srcdir=$ac_srcdir;;
6446 *)
6447   case $ac_srcdir in
6448   .) ac_abs_srcdir=$ac_abs_builddir;;
6449   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
6450   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
6451   esac;;
6452 esac
6453 case $ac_abs_builddir in
6454 .) ac_abs_top_srcdir=$ac_top_srcdir;;
6455 *)
6456   case $ac_top_srcdir in
6457   .) ac_abs_top_srcdir=$ac_abs_builddir;;
6458   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
6459   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
6460   esac;;
6461 esac
6462
6463
6464   case $INSTALL in
6465   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
6466   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
6467   esac
6468
6469   if test x"$ac_file" != x-; then
6470     { echo "$as_me:$LINENO: creating $ac_file" >&5
6471 echo "$as_me: creating $ac_file" >&6;}
6472     rm -f "$ac_file"
6473   fi
6474   # Let's still pretend it is `configure' which instantiates (i.e., don't
6475   # use $as_me), people would be surprised to read:
6476   #    /* config.h.  Generated by config.status.  */
6477   if test x"$ac_file" = x-; then
6478     configure_input=
6479   else
6480     configure_input="$ac_file.  "
6481   fi
6482   configure_input=$configure_input"Generated from `echo $ac_file_in |
6483                                      sed 's,.*/,,'` by configure."
6484
6485   # First look for the input files in the build tree, otherwise in the
6486   # src tree.
6487   ac_file_inputs=`IFS=:
6488     for f in $ac_file_in; do
6489       case $f in
6490       -) echo $tmp/stdin ;;
6491       [\\/$]*)
6492          # Absolute (can't be DOS-style, as IFS=:)
6493          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6494 echo "$as_me: error: cannot find input file: $f" >&2;}
6495    { (exit 1); exit 1; }; }
6496          echo "$f";;
6497       *) # Relative
6498          if test -f "$f"; then
6499            # Build tree
6500            echo "$f"
6501          elif test -f "$srcdir/$f"; then
6502            # Source tree
6503            echo "$srcdir/$f"
6504          else
6505            # /dev/null tree
6506            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6507 echo "$as_me: error: cannot find input file: $f" >&2;}
6508    { (exit 1); exit 1; }; }
6509          fi;;
6510       esac
6511     done` || { (exit 1); exit 1; }
6512 _ACEOF
6513 cat >>$CONFIG_STATUS <<_ACEOF
6514   sed "$ac_vpsub
6515 $extrasub
6516 _ACEOF
6517 cat >>$CONFIG_STATUS <<\_ACEOF
6518 :t
6519 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
6520 s,@configure_input@,$configure_input,;t t
6521 s,@srcdir@,$ac_srcdir,;t t
6522 s,@abs_srcdir@,$ac_abs_srcdir,;t t
6523 s,@top_srcdir@,$ac_top_srcdir,;t t
6524 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
6525 s,@builddir@,$ac_builddir,;t t
6526 s,@abs_builddir@,$ac_abs_builddir,;t t
6527 s,@top_builddir@,$ac_top_builddir,;t t
6528 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
6529 s,@INSTALL@,$ac_INSTALL,;t t
6530 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
6531   rm -f $tmp/stdin
6532   if test x"$ac_file" != x-; then
6533     mv $tmp/out $ac_file
6534   else
6535     cat $tmp/out
6536     rm -f $tmp/out
6537   fi
6538
6539 done
6540 _ACEOF
6541 cat >>$CONFIG_STATUS <<\_ACEOF
6542
6543 #
6544 # CONFIG_HEADER section.
6545 #
6546
6547 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
6548 # NAME is the cpp macro being defined and VALUE is the value it is being given.
6549 #
6550 # ac_d sets the value in "#define NAME VALUE" lines.
6551 ac_dA='s,^\([    ]*\)#\([        ]*define[       ][      ]*\)'
6552 ac_dB='[         ].*$,\1#\2'
6553 ac_dC=' '
6554 ac_dD=',;t'
6555 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
6556 ac_uA='s,^\([    ]*\)#\([        ]*\)undef\([    ][      ]*\)'
6557 ac_uB='$,\1#\2define\3'
6558 ac_uC=' '
6559 ac_uD=',;t'
6560
6561 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
6562   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6563   case $ac_file in
6564   - | *:- | *:-:* ) # input from stdin
6565         cat >$tmp/stdin
6566         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
6567         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
6568   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
6569         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
6570   * )   ac_file_in=$ac_file.in ;;
6571   esac
6572
6573   test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
6574 echo "$as_me: creating $ac_file" >&6;}
6575
6576   # First look for the input files in the build tree, otherwise in the
6577   # src tree.
6578   ac_file_inputs=`IFS=:
6579     for f in $ac_file_in; do
6580       case $f in
6581       -) echo $tmp/stdin ;;
6582       [\\/$]*)
6583          # Absolute (can't be DOS-style, as IFS=:)
6584          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6585 echo "$as_me: error: cannot find input file: $f" >&2;}
6586    { (exit 1); exit 1; }; }
6587          # Do quote $f, to prevent DOS paths from being IFS'd.
6588          echo "$f";;
6589       *) # Relative
6590          if test -f "$f"; then
6591            # Build tree
6592            echo "$f"
6593          elif test -f "$srcdir/$f"; then
6594            # Source tree
6595            echo "$srcdir/$f"
6596          else
6597            # /dev/null tree
6598            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6599 echo "$as_me: error: cannot find input file: $f" >&2;}
6600    { (exit 1); exit 1; }; }
6601          fi;;
6602       esac
6603     done` || { (exit 1); exit 1; }
6604   # Remove the trailing spaces.
6605   sed 's/[       ]*$//' $ac_file_inputs >$tmp/in
6606
6607 _ACEOF
6608
6609 # Transform confdefs.h into two sed scripts, `conftest.defines' and
6610 # `conftest.undefs', that substitutes the proper values into
6611 # config.h.in to produce config.h.  The first handles `#define'
6612 # templates, and the second `#undef' templates.
6613 # And first: Protect against being on the right side of a sed subst in
6614 # config.status.  Protect against being in an unquoted here document
6615 # in config.status.
6616 rm -f conftest.defines conftest.undefs
6617 # Using a here document instead of a string reduces the quoting nightmare.
6618 # Putting comments in sed scripts is not portable.
6619 #
6620 # `end' is used to avoid that the second main sed command (meant for
6621 # 0-ary CPP macros) applies to n-ary macro definitions.
6622 # See the Autoconf documentation for `clear'.
6623 cat >confdef2sed.sed <<\_ACEOF
6624 s/[\\&,]/\\&/g
6625 s,[\\$`],\\&,g
6626 t clear
6627 : clear
6628 s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
6629 t end
6630 s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
6631 : end
6632 _ACEOF
6633 # If some macros were called several times there might be several times
6634 # the same #defines, which is useless.  Nevertheless, we may not want to
6635 # sort them, since we want the *last* AC-DEFINE to be honored.
6636 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
6637 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
6638 rm -f confdef2sed.sed
6639
6640 # This sed command replaces #undef with comments.  This is necessary, for
6641 # example, in the case of _POSIX_SOURCE, which is predefined and required
6642 # on some systems where configure will not decide to define it.
6643 cat >>conftest.undefs <<\_ACEOF
6644 s,^[     ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
6645 _ACEOF
6646
6647 # Break up conftest.defines because some shells have a limit on the size
6648 # of here documents, and old seds have small limits too (100 cmds).
6649 echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
6650 echo '  if grep "^[      ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
6651 echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
6652 echo '  :' >>$CONFIG_STATUS
6653 rm -f conftest.tail
6654 while grep . conftest.defines >/dev/null
6655 do
6656   # Write a limited-size here document to $tmp/defines.sed.
6657   echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
6658   # Speed up: don't consider the non `#define' lines.
6659   echo '/^[      ]*#[    ]*define/!b' >>$CONFIG_STATUS
6660   # Work around the forget-to-reset-the-flag bug.
6661   echo 't clr' >>$CONFIG_STATUS
6662   echo ': clr' >>$CONFIG_STATUS
6663   sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
6664   echo 'CEOF
6665   sed -f $tmp/defines.sed $tmp/in >$tmp/out
6666   rm -f $tmp/in
6667   mv $tmp/out $tmp/in
6668 ' >>$CONFIG_STATUS
6669   sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
6670   rm -f conftest.defines
6671   mv conftest.tail conftest.defines
6672 done
6673 rm -f conftest.defines
6674 echo '  fi # grep' >>$CONFIG_STATUS
6675 echo >>$CONFIG_STATUS
6676
6677 # Break up conftest.undefs because some shells have a limit on the size
6678 # of here documents, and old seds have small limits too (100 cmds).
6679 echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
6680 rm -f conftest.tail
6681 while grep . conftest.undefs >/dev/null
6682 do
6683   # Write a limited-size here document to $tmp/undefs.sed.
6684   echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
6685   # Speed up: don't consider the non `#undef'
6686   echo '/^[      ]*#[    ]*undef/!b' >>$CONFIG_STATUS
6687   # Work around the forget-to-reset-the-flag bug.
6688   echo 't clr' >>$CONFIG_STATUS
6689   echo ': clr' >>$CONFIG_STATUS
6690   sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
6691   echo 'CEOF
6692   sed -f $tmp/undefs.sed $tmp/in >$tmp/out
6693   rm -f $tmp/in
6694   mv $tmp/out $tmp/in
6695 ' >>$CONFIG_STATUS
6696   sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
6697   rm -f conftest.undefs
6698   mv conftest.tail conftest.undefs
6699 done
6700 rm -f conftest.undefs
6701
6702 cat >>$CONFIG_STATUS <<\_ACEOF
6703   # Let's still pretend it is `configure' which instantiates (i.e., don't
6704   # use $as_me), people would be surprised to read:
6705   #    /* config.h.  Generated by config.status.  */
6706   if test x"$ac_file" = x-; then
6707     echo "/* Generated by configure.  */" >$tmp/config.h
6708   else
6709     echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
6710   fi
6711   cat $tmp/in >>$tmp/config.h
6712   rm -f $tmp/in
6713   if test x"$ac_file" != x-; then
6714     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
6715       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
6716 echo "$as_me: $ac_file is unchanged" >&6;}
6717     else
6718       ac_dir=`(dirname "$ac_file") 2>/dev/null ||
6719 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6720          X"$ac_file" : 'X\(//\)[^/]' \| \
6721          X"$ac_file" : 'X\(//\)$' \| \
6722          X"$ac_file" : 'X\(/\)' \| \
6723          .     : '\(.\)' 2>/dev/null ||
6724 echo X"$ac_file" |
6725     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6726           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6727           /^X\(\/\/\)$/{ s//\1/; q; }
6728           /^X\(\/\).*/{ s//\1/; q; }
6729           s/.*/./; q'`
6730       { if $as_mkdir_p; then
6731     mkdir -p "$ac_dir"
6732   else
6733     as_dir="$ac_dir"
6734     as_dirs=
6735     while test ! -d "$as_dir"; do
6736       as_dirs="$as_dir $as_dirs"
6737       as_dir=`(dirname "$as_dir") 2>/dev/null ||
6738 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6739          X"$as_dir" : 'X\(//\)[^/]' \| \
6740          X"$as_dir" : 'X\(//\)$' \| \
6741          X"$as_dir" : 'X\(/\)' \| \
6742          .     : '\(.\)' 2>/dev/null ||
6743 echo X"$as_dir" |
6744     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6745           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6746           /^X\(\/\/\)$/{ s//\1/; q; }
6747           /^X\(\/\).*/{ s//\1/; q; }
6748           s/.*/./; q'`
6749     done
6750     test ! -n "$as_dirs" || mkdir $as_dirs
6751   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6752 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6753    { (exit 1); exit 1; }; }; }
6754
6755       rm -f $ac_file
6756       mv $tmp/config.h $ac_file
6757     fi
6758   else
6759     cat $tmp/config.h
6760     rm -f $tmp/config.h
6761   fi
6762 # Compute $ac_file's index in $config_headers.
6763 _am_stamp_count=1
6764 for _am_header in $config_headers :; do
6765   case $_am_header in
6766     $ac_file | $ac_file:* )
6767       break ;;
6768     * )
6769       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
6770   esac
6771 done
6772 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
6773 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6774          X$ac_file : 'X\(//\)[^/]' \| \
6775          X$ac_file : 'X\(//\)$' \| \
6776          X$ac_file : 'X\(/\)' \| \
6777          .     : '\(.\)' 2>/dev/null ||
6778 echo X$ac_file |
6779     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6780           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6781           /^X\(\/\/\)$/{ s//\1/; q; }
6782           /^X\(\/\).*/{ s//\1/; q; }
6783           s/.*/./; q'`/stamp-h$_am_stamp_count
6784 done
6785 _ACEOF
6786 cat >>$CONFIG_STATUS <<\_ACEOF
6787
6788 #
6789 # CONFIG_COMMANDS section.
6790 #
6791 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
6792   ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
6793   ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
6794   ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
6795 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6796          X"$ac_dest" : 'X\(//\)[^/]' \| \
6797          X"$ac_dest" : 'X\(//\)$' \| \
6798          X"$ac_dest" : 'X\(/\)' \| \
6799          .     : '\(.\)' 2>/dev/null ||
6800 echo X"$ac_dest" |
6801     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6802           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6803           /^X\(\/\/\)$/{ s//\1/; q; }
6804           /^X\(\/\).*/{ s//\1/; q; }
6805           s/.*/./; q'`
6806   { if $as_mkdir_p; then
6807     mkdir -p "$ac_dir"
6808   else
6809     as_dir="$ac_dir"
6810     as_dirs=
6811     while test ! -d "$as_dir"; do
6812       as_dirs="$as_dir $as_dirs"
6813       as_dir=`(dirname "$as_dir") 2>/dev/null ||
6814 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6815          X"$as_dir" : 'X\(//\)[^/]' \| \
6816          X"$as_dir" : 'X\(//\)$' \| \
6817          X"$as_dir" : 'X\(/\)' \| \
6818          .     : '\(.\)' 2>/dev/null ||
6819 echo X"$as_dir" |
6820     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6821           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6822           /^X\(\/\/\)$/{ s//\1/; q; }
6823           /^X\(\/\).*/{ s//\1/; q; }
6824           s/.*/./; q'`
6825     done
6826     test ! -n "$as_dirs" || mkdir $as_dirs
6827   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6828 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6829    { (exit 1); exit 1; }; }; }
6830
6831   ac_builddir=.
6832
6833 if test "$ac_dir" != .; then
6834   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
6835   # A "../" for each directory in $ac_dir_suffix.
6836   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
6837 else
6838   ac_dir_suffix= ac_top_builddir=
6839 fi
6840
6841 case $srcdir in
6842   .)  # No --srcdir option.  We are building in place.
6843     ac_srcdir=.
6844     if test -z "$ac_top_builddir"; then
6845        ac_top_srcdir=.
6846     else
6847        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
6848     fi ;;
6849   [\\/]* | ?:[\\/]* )  # Absolute path.
6850     ac_srcdir=$srcdir$ac_dir_suffix;
6851     ac_top_srcdir=$srcdir ;;
6852   *) # Relative path.
6853     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
6854     ac_top_srcdir=$ac_top_builddir$srcdir ;;
6855 esac
6856
6857 # Do not use `cd foo && pwd` to compute absolute paths, because
6858 # the directories may not exist.
6859 case `pwd` in
6860 .) ac_abs_builddir="$ac_dir";;
6861 *)
6862   case "$ac_dir" in
6863   .) ac_abs_builddir=`pwd`;;
6864   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
6865   *) ac_abs_builddir=`pwd`/"$ac_dir";;
6866   esac;;
6867 esac
6868 case $ac_abs_builddir in
6869 .) ac_abs_top_builddir=${ac_top_builddir}.;;
6870 *)
6871   case ${ac_top_builddir}. in
6872   .) ac_abs_top_builddir=$ac_abs_builddir;;
6873   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
6874   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
6875   esac;;
6876 esac
6877 case $ac_abs_builddir in
6878 .) ac_abs_srcdir=$ac_srcdir;;
6879 *)
6880   case $ac_srcdir in
6881   .) ac_abs_srcdir=$ac_abs_builddir;;
6882   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
6883   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
6884   esac;;
6885 esac
6886 case $ac_abs_builddir in
6887 .) ac_abs_top_srcdir=$ac_top_srcdir;;
6888 *)
6889   case $ac_top_srcdir in
6890   .) ac_abs_top_srcdir=$ac_abs_builddir;;
6891   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
6892   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
6893   esac;;
6894 esac
6895
6896
6897   { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
6898 echo "$as_me: executing $ac_dest commands" >&6;}
6899   case $ac_dest in
6900     depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
6901   # Strip MF so we end up with the name of the file.
6902   mf=`echo "$mf" | sed -e 's/:.*$//'`
6903   # Check whether this is an Automake generated Makefile or not.
6904   # We used to match only the files named `Makefile.in', but
6905   # some people rename them; so instead we look at the file content.
6906   # Grep'ing the first line is not enough: some people post-process
6907   # each Makefile.in and add a new line on top of each file to say so.
6908   # So let's grep whole file.
6909   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
6910     dirpart=`(dirname "$mf") 2>/dev/null ||
6911 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6912          X"$mf" : 'X\(//\)[^/]' \| \
6913          X"$mf" : 'X\(//\)$' \| \
6914          X"$mf" : 'X\(/\)' \| \
6915          .     : '\(.\)' 2>/dev/null ||
6916 echo X"$mf" |
6917     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6918           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6919           /^X\(\/\/\)$/{ s//\1/; q; }
6920           /^X\(\/\).*/{ s//\1/; q; }
6921           s/.*/./; q'`
6922   else
6923     continue
6924   fi
6925   # Extract the definition of DEPDIR, am__include, and am__quote
6926   # from the Makefile without running `make'.
6927   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
6928   test -z "$DEPDIR" && continue
6929   am__include=`sed -n 's/^am__include = //p' < "$mf"`
6930   test -z "am__include" && continue
6931   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
6932   # When using ansi2knr, U may be empty or an underscore; expand it
6933   U=`sed -n 's/^U = //p' < "$mf"`
6934   # Find all dependency output files, they are included files with
6935   # $(DEPDIR) in their names.  We invoke sed twice because it is the
6936   # simplest approach to changing $(DEPDIR) to its actual value in the
6937   # expansion.
6938   for file in `sed -n "
6939     s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
6940        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
6941     # Make sure the directory exists.
6942     test -f "$dirpart/$file" && continue
6943     fdir=`(dirname "$file") 2>/dev/null ||
6944 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6945          X"$file" : 'X\(//\)[^/]' \| \
6946          X"$file" : 'X\(//\)$' \| \
6947          X"$file" : 'X\(/\)' \| \
6948          .     : '\(.\)' 2>/dev/null ||
6949 echo X"$file" |
6950     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6951           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6952           /^X\(\/\/\)$/{ s//\1/; q; }
6953           /^X\(\/\).*/{ s//\1/; q; }
6954           s/.*/./; q'`
6955     { if $as_mkdir_p; then
6956     mkdir -p $dirpart/$fdir
6957   else
6958     as_dir=$dirpart/$fdir
6959     as_dirs=
6960     while test ! -d "$as_dir"; do
6961       as_dirs="$as_dir $as_dirs"
6962       as_dir=`(dirname "$as_dir") 2>/dev/null ||
6963 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6964          X"$as_dir" : 'X\(//\)[^/]' \| \
6965          X"$as_dir" : 'X\(//\)$' \| \
6966          X"$as_dir" : 'X\(/\)' \| \
6967          .     : '\(.\)' 2>/dev/null ||
6968 echo X"$as_dir" |
6969     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6970           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6971           /^X\(\/\/\)$/{ s//\1/; q; }
6972           /^X\(\/\).*/{ s//\1/; q; }
6973           s/.*/./; q'`
6974     done
6975     test ! -n "$as_dirs" || mkdir $as_dirs
6976   fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
6977 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
6978    { (exit 1); exit 1; }; }; }
6979
6980     # echo "creating $dirpart/$file"
6981     echo '# dummy' > "$dirpart/$file"
6982   done
6983 done
6984  ;;
6985     default-1 )
6986     for ac_file in $CONFIG_FILES; do
6987       # Support "outfile[:infile[:infile...]]"
6988       case "$ac_file" in
6989         *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
6990       esac
6991       # PO directories have a Makefile.in generated from Makefile.in.in.
6992       case "$ac_file" in */Makefile.in)
6993         # Adjust a relative srcdir.
6994         ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
6995         ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
6996         ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
6997         # In autoconf-2.13 it is called $ac_given_srcdir.
6998         # In autoconf-2.50 it is called $srcdir.
6999         test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
7000         case "$ac_given_srcdir" in
7001           .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
7002           /*) top_srcdir="$ac_given_srcdir" ;;
7003           *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
7004         esac
7005         if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
7006           rm -f "$ac_dir/POTFILES"
7007           test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
7008           cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[   ]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
7009           POMAKEFILEDEPS="POTFILES.in"
7010           # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
7011           # on $ac_dir but don't depend on user-specified configuration
7012           # parameters.
7013           if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
7014             # The LINGUAS file contains the set of available languages.
7015             if test -n "$OBSOLETE_ALL_LINGUAS"; then
7016               test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
7017             fi
7018             ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
7019             # Hide the ALL_LINGUAS assigment from automake.
7020             eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
7021             POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
7022           else
7023             # The set of available languages was given in configure.in.
7024             eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
7025           fi
7026           case "$ac_given_srcdir" in
7027             .) srcdirpre= ;;
7028             *) srcdirpre='$(srcdir)/' ;;
7029           esac
7030           POFILES=
7031           GMOFILES=
7032           UPDATEPOFILES=
7033           DUMMYPOFILES=
7034           for lang in $ALL_LINGUAS; do
7035             POFILES="$POFILES $srcdirpre$lang.po"
7036             GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
7037             UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
7038             DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
7039           done
7040           # CATALOGS depends on both $ac_dir and the user's LINGUAS
7041           # environment variable.
7042           INST_LINGUAS=
7043           if test -n "$ALL_LINGUAS"; then
7044             for presentlang in $ALL_LINGUAS; do
7045               useit=no
7046               if test "%UNSET%" != "$LINGUAS"; then
7047                 desiredlanguages="$LINGUAS"
7048               else
7049                 desiredlanguages="$ALL_LINGUAS"
7050               fi
7051               for desiredlang in $desiredlanguages; do
7052                 # Use the presentlang catalog if desiredlang is
7053                 #   a. equal to presentlang, or
7054                 #   b. a variant of presentlang (because in this case,
7055                 #      presentlang can be used as a fallback for messages
7056                 #      which are not translated in the desiredlang catalog).
7057                 case "$desiredlang" in
7058                   "$presentlang"*) useit=yes;;
7059                 esac
7060               done
7061               if test $useit = yes; then
7062                 INST_LINGUAS="$INST_LINGUAS $presentlang"
7063               fi
7064             done
7065           fi
7066           CATALOGS=
7067           if test -n "$INST_LINGUAS"; then
7068             for lang in $INST_LINGUAS; do
7069               CATALOGS="$CATALOGS $lang.gmo"
7070             done
7071           fi
7072           test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
7073           sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
7074           for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
7075             if test -f "$f"; then
7076               case "$f" in
7077                 *.orig | *.bak | *~) ;;
7078                 *) cat "$f" >> "$ac_dir/Makefile" ;;
7079               esac
7080             fi
7081           done
7082         fi
7083         ;;
7084       esac
7085     done ;;
7086   esac
7087 done
7088 _ACEOF
7089
7090 cat >>$CONFIG_STATUS <<\_ACEOF
7091
7092 { (exit 0); exit 0; }
7093 _ACEOF
7094 chmod +x $CONFIG_STATUS
7095 ac_clean_files=$ac_clean_files_save
7096
7097
7098 # configure is writing to config.log, and then calls config.status.
7099 # config.status does its own redirection, appending to config.log.
7100 # Unfortunately, on DOS this fails, as config.log is still kept open
7101 # by configure, so config.status won't be able to write to it; its
7102 # output is simply discarded.  So we exec the FD to /dev/null,
7103 # effectively closing config.log, so it can be properly (re)opened and
7104 # appended to by config.status.  When coming back to configure, we
7105 # need to make the FD available again.
7106 if test "$no_create" != yes; then
7107   ac_cs_success=:
7108   ac_config_status_args=
7109   test "$silent" = yes &&
7110     ac_config_status_args="$ac_config_status_args --quiet"
7111   exec 5>/dev/null
7112   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
7113   exec 5>>config.log
7114   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
7115   # would make configure fail if this is the last instruction.
7116   $ac_cs_success || { (exit 1); exit 1; }
7117 fi
7118