bfd:
[platform/upstream/binutils.git] / gprof / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59.
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=
269 PACKAGE_TARNAME=
270 PACKAGE_VERSION=
271 PACKAGE_STRING=
272 PACKAGE_BUGREPORT=
273
274 ac_unique_file="gprof.c"
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 CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT 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 DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE LN_S RANLIB ac_ct_RANLIB LIBTOOL REPORT_BUGS_TO USE_NLS LIBINTL LIBINTL_DEP INCINTL XGETTEXT GMSGFMT POSUB CATALOGS DATADIRNAME INSTOBJEXT GENCAT CATOBJEXT MKINSTALLDIRS MSGFMT MSGMERGE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT GENINSRC_NEVER_TRUE GENINSRC_NEVER_FALSE CPP EGREP WARN_CFLAGS NO_WERROR datarootdir docdir htmldir LIBOBJS 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_CPP_set=${CPP+set}
770 ac_env_CPP_value=$CPP
771 ac_cv_env_CPP_set=${CPP+set}
772 ac_cv_env_CPP_value=$CPP
773
774 #
775 # Report the --help message.
776 #
777 if test "$ac_init_help" = "long"; then
778   # Omit some internal or obsolete options to make the list less imposing.
779   # This message is too long to be a string in the A/UX 3.1 sh.
780   cat <<_ACEOF
781 \`configure' configures this package to adapt to many kinds of systems.
782
783 Usage: $0 [OPTION]... [VAR=VALUE]...
784
785 To assign environment variables (e.g., CC, CFLAGS...), specify them as
786 VAR=VALUE.  See below for descriptions of some of the useful variables.
787
788 Defaults for the options are specified in brackets.
789
790 Configuration:
791   -h, --help              display this help and exit
792       --help=short        display options specific to this package
793       --help=recursive    display the short help of all the included packages
794   -V, --version           display version information and exit
795   -q, --quiet, --silent   do not print \`checking...' messages
796       --cache-file=FILE   cache test results in FILE [disabled]
797   -C, --config-cache      alias for \`--cache-file=config.cache'
798   -n, --no-create         do not create output files
799       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
800
801 _ACEOF
802
803   cat <<_ACEOF
804 Installation directories:
805   --prefix=PREFIX         install architecture-independent files in PREFIX
806                           [$ac_default_prefix]
807   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
808                           [PREFIX]
809
810 By default, \`make install' will install all the files in
811 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
812 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
813 for instance \`--prefix=\$HOME'.
814
815 For better control, use the options below.
816
817 Fine tuning of the installation directories:
818   --bindir=DIR           user executables [EPREFIX/bin]
819   --sbindir=DIR          system admin executables [EPREFIX/sbin]
820   --libexecdir=DIR       program executables [EPREFIX/libexec]
821   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
822   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
823   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
824   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
825   --libdir=DIR           object code libraries [EPREFIX/lib]
826   --includedir=DIR       C header files [PREFIX/include]
827   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
828   --infodir=DIR          info documentation [PREFIX/info]
829   --mandir=DIR           man documentation [PREFIX/man]
830 _ACEOF
831
832   cat <<\_ACEOF
833
834 Program names:
835   --program-prefix=PREFIX            prepend PREFIX to installed program names
836   --program-suffix=SUFFIX            append SUFFIX to installed program names
837   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
838
839 System types:
840   --build=BUILD     configure for building on BUILD [guessed]
841   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
842   --target=TARGET   configure for building compilers for TARGET [HOST]
843 _ACEOF
844 fi
845
846 if test -n "$ac_init_help"; then
847
848   cat <<\_ACEOF
849
850 Optional Features:
851   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
852   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
853   --disable-dependency-tracking  speeds up one-time build
854   --enable-dependency-tracking   do not reject slow dependency extractors
855   --enable-shared=PKGS  build shared libraries default=yes
856   --enable-static=PKGS  build static libraries default=yes
857   --enable-fast-install=PKGS  optimize for fast installation default=yes
858   --disable-libtool-lock  avoid locking (might break parallel builds)
859   --disable-nls           do not use Native Language Support
860   --enable-maintainer-mode  enable make rules and dependencies not useful
861                           (and sometimes confusing) to the casual installer
862   --enable-werror         treat compile warnings as errors
863   --enable-build-warnings enable build-time compiler warnings
864
865 Optional Packages:
866   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
867   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
868   --with-gnu-ld           assume the C compiler uses GNU ld default=no
869   --with-pic              try to use only PIC/non-PIC objects default=use both
870   --with-bugurl=URL       Direct users to URL to report a bug
871
872 Some influential environment variables:
873   CC          C compiler command
874   CFLAGS      C compiler flags
875   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
876               nonstandard directory <lib dir>
877   CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
878               headers in a nonstandard directory <include dir>
879   CPP         C preprocessor
880
881 Use these variables to override the choices made by `configure' or to help
882 it to find libraries and programs with nonstandard names/locations.
883
884 _ACEOF
885 fi
886
887 if test "$ac_init_help" = "recursive"; then
888   # If there are subdirs, report their specific --help.
889   ac_popdir=`pwd`
890   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
891     test -d $ac_dir || continue
892     ac_builddir=.
893
894 if test "$ac_dir" != .; then
895   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
896   # A "../" for each directory in $ac_dir_suffix.
897   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
898 else
899   ac_dir_suffix= ac_top_builddir=
900 fi
901
902 case $srcdir in
903   .)  # No --srcdir option.  We are building in place.
904     ac_srcdir=.
905     if test -z "$ac_top_builddir"; then
906        ac_top_srcdir=.
907     else
908        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
909     fi ;;
910   [\\/]* | ?:[\\/]* )  # Absolute path.
911     ac_srcdir=$srcdir$ac_dir_suffix;
912     ac_top_srcdir=$srcdir ;;
913   *) # Relative path.
914     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
915     ac_top_srcdir=$ac_top_builddir$srcdir ;;
916 esac
917
918 # Do not use `cd foo && pwd` to compute absolute paths, because
919 # the directories may not exist.
920 case `pwd` in
921 .) ac_abs_builddir="$ac_dir";;
922 *)
923   case "$ac_dir" in
924   .) ac_abs_builddir=`pwd`;;
925   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
926   *) ac_abs_builddir=`pwd`/"$ac_dir";;
927   esac;;
928 esac
929 case $ac_abs_builddir in
930 .) ac_abs_top_builddir=${ac_top_builddir}.;;
931 *)
932   case ${ac_top_builddir}. in
933   .) ac_abs_top_builddir=$ac_abs_builddir;;
934   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
935   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
936   esac;;
937 esac
938 case $ac_abs_builddir in
939 .) ac_abs_srcdir=$ac_srcdir;;
940 *)
941   case $ac_srcdir in
942   .) ac_abs_srcdir=$ac_abs_builddir;;
943   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
944   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
945   esac;;
946 esac
947 case $ac_abs_builddir in
948 .) ac_abs_top_srcdir=$ac_top_srcdir;;
949 *)
950   case $ac_top_srcdir in
951   .) ac_abs_top_srcdir=$ac_abs_builddir;;
952   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
953   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
954   esac;;
955 esac
956
957     cd $ac_dir
958     # Check for guested configure; otherwise get Cygnus style configure.
959     if test -f $ac_srcdir/configure.gnu; then
960       echo
961       $SHELL $ac_srcdir/configure.gnu  --help=recursive
962     elif test -f $ac_srcdir/configure; then
963       echo
964       $SHELL $ac_srcdir/configure  --help=recursive
965     elif test -f $ac_srcdir/configure.ac ||
966            test -f $ac_srcdir/configure.in; then
967       echo
968       $ac_configure --help
969     else
970       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
971     fi
972     cd $ac_popdir
973   done
974 fi
975
976 test -n "$ac_init_help" && exit 0
977 if $ac_init_version; then
978   cat <<\_ACEOF
979
980 Copyright (C) 2003 Free Software Foundation, Inc.
981 This configure script is free software; the Free Software Foundation
982 gives unlimited permission to copy, distribute and modify it.
983 _ACEOF
984   exit 0
985 fi
986 exec 5>config.log
987 cat >&5 <<_ACEOF
988 This file contains any messages produced by compilers while
989 running configure, to aid debugging if configure makes a mistake.
990
991 It was created by $as_me, which was
992 generated by GNU Autoconf 2.59.  Invocation command line was
993
994   $ $0 $@
995
996 _ACEOF
997 {
998 cat <<_ASUNAME
999 ## --------- ##
1000 ## Platform. ##
1001 ## --------- ##
1002
1003 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1004 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1005 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1006 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1007 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1008
1009 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1010 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1011
1012 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1013 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1014 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1015 hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
1016 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1017 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1018 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1019
1020 _ASUNAME
1021
1022 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1023 for as_dir in $PATH
1024 do
1025   IFS=$as_save_IFS
1026   test -z "$as_dir" && as_dir=.
1027   echo "PATH: $as_dir"
1028 done
1029
1030 } >&5
1031
1032 cat >&5 <<_ACEOF
1033
1034
1035 ## ----------- ##
1036 ## Core tests. ##
1037 ## ----------- ##
1038
1039 _ACEOF
1040
1041
1042 # Keep a trace of the command line.
1043 # Strip out --no-create and --no-recursion so they do not pile up.
1044 # Strip out --silent because we don't want to record it for future runs.
1045 # Also quote any args containing shell meta-characters.
1046 # Make two passes to allow for proper duplicate-argument suppression.
1047 ac_configure_args=
1048 ac_configure_args0=
1049 ac_configure_args1=
1050 ac_sep=
1051 ac_must_keep_next=false
1052 for ac_pass in 1 2
1053 do
1054   for ac_arg
1055   do
1056     case $ac_arg in
1057     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1058     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1059     | -silent | --silent | --silen | --sile | --sil)
1060       continue ;;
1061     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1062       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1063     esac
1064     case $ac_pass in
1065     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1066     2)
1067       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1068       if test $ac_must_keep_next = true; then
1069         ac_must_keep_next=false # Got value, back to normal.
1070       else
1071         case $ac_arg in
1072           *=* | --config-cache | -C | -disable-* | --disable-* \
1073           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1074           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1075           | -with-* | --with-* | -without-* | --without-* | --x)
1076             case "$ac_configure_args0 " in
1077               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1078             esac
1079             ;;
1080           -* ) ac_must_keep_next=true ;;
1081         esac
1082       fi
1083       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1084       # Get rid of the leading space.
1085       ac_sep=" "
1086       ;;
1087     esac
1088   done
1089 done
1090 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1091 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1092
1093 # When interrupted or exit'd, cleanup temporary files, and complete
1094 # config.log.  We remove comments because anyway the quotes in there
1095 # would cause problems or look ugly.
1096 # WARNING: Be sure not to use single quotes in there, as some shells,
1097 # such as our DU 5.0 friend, will then `close' the trap.
1098 trap 'exit_status=$?
1099   # Save into config.log some information that might help in debugging.
1100   {
1101     echo
1102
1103     cat <<\_ASBOX
1104 ## ---------------- ##
1105 ## Cache variables. ##
1106 ## ---------------- ##
1107 _ASBOX
1108     echo
1109     # The following way of writing the cache mishandles newlines in values,
1110 {
1111   (set) 2>&1 |
1112     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1113     *ac_space=\ *)
1114       sed -n \
1115         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1116           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1117       ;;
1118     *)
1119       sed -n \
1120         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1121       ;;
1122     esac;
1123 }
1124     echo
1125
1126     cat <<\_ASBOX
1127 ## ----------------- ##
1128 ## Output variables. ##
1129 ## ----------------- ##
1130 _ASBOX
1131     echo
1132     for ac_var in $ac_subst_vars
1133     do
1134       eval ac_val=$`echo $ac_var`
1135       echo "$ac_var='"'"'$ac_val'"'"'"
1136     done | sort
1137     echo
1138
1139     if test -n "$ac_subst_files"; then
1140       cat <<\_ASBOX
1141 ## ------------- ##
1142 ## Output files. ##
1143 ## ------------- ##
1144 _ASBOX
1145       echo
1146       for ac_var in $ac_subst_files
1147       do
1148         eval ac_val=$`echo $ac_var`
1149         echo "$ac_var='"'"'$ac_val'"'"'"
1150       done | sort
1151       echo
1152     fi
1153
1154     if test -s confdefs.h; then
1155       cat <<\_ASBOX
1156 ## ----------- ##
1157 ## confdefs.h. ##
1158 ## ----------- ##
1159 _ASBOX
1160       echo
1161       sed "/^$/d" confdefs.h | sort
1162       echo
1163     fi
1164     test "$ac_signal" != 0 &&
1165       echo "$as_me: caught signal $ac_signal"
1166     echo "$as_me: exit $exit_status"
1167   } >&5
1168   rm -f core *.core &&
1169   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1170     exit $exit_status
1171      ' 0
1172 for ac_signal in 1 2 13 15; do
1173   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1174 done
1175 ac_signal=0
1176
1177 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1178 rm -rf conftest* confdefs.h
1179 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1180 echo >confdefs.h
1181
1182 # Predefined preprocessor variables.
1183
1184 cat >>confdefs.h <<_ACEOF
1185 #define PACKAGE_NAME "$PACKAGE_NAME"
1186 _ACEOF
1187
1188
1189 cat >>confdefs.h <<_ACEOF
1190 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1191 _ACEOF
1192
1193
1194 cat >>confdefs.h <<_ACEOF
1195 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1196 _ACEOF
1197
1198
1199 cat >>confdefs.h <<_ACEOF
1200 #define PACKAGE_STRING "$PACKAGE_STRING"
1201 _ACEOF
1202
1203
1204 cat >>confdefs.h <<_ACEOF
1205 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1206 _ACEOF
1207
1208
1209 # Let the site file select an alternate cache file if it wants to.
1210 # Prefer explicitly selected file to automatically selected ones.
1211 if test -z "$CONFIG_SITE"; then
1212   if test "x$prefix" != xNONE; then
1213     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1214   else
1215     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1216   fi
1217 fi
1218 for ac_site_file in $CONFIG_SITE; do
1219   if test -r "$ac_site_file"; then
1220     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1221 echo "$as_me: loading site script $ac_site_file" >&6;}
1222     sed 's/^/| /' "$ac_site_file" >&5
1223     . "$ac_site_file"
1224   fi
1225 done
1226
1227 if test -r "$cache_file"; then
1228   # Some versions of bash will fail to source /dev/null (special
1229   # files actually), so we avoid doing that.
1230   if test -f "$cache_file"; then
1231     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1232 echo "$as_me: loading cache $cache_file" >&6;}
1233     case $cache_file in
1234       [\\/]* | ?:[\\/]* ) . $cache_file;;
1235       *)                      . ./$cache_file;;
1236     esac
1237   fi
1238 else
1239   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1240 echo "$as_me: creating cache $cache_file" >&6;}
1241   >$cache_file
1242 fi
1243
1244 # Check that the precious variables saved in the cache have kept the same
1245 # value.
1246 ac_cache_corrupted=false
1247 for ac_var in `(set) 2>&1 |
1248                sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1249   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1250   eval ac_new_set=\$ac_env_${ac_var}_set
1251   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1252   eval ac_new_val="\$ac_env_${ac_var}_value"
1253   case $ac_old_set,$ac_new_set in
1254     set,)
1255       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1256 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1257       ac_cache_corrupted=: ;;
1258     ,set)
1259       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1260 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1261       ac_cache_corrupted=: ;;
1262     ,);;
1263     *)
1264       if test "x$ac_old_val" != "x$ac_new_val"; then
1265         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1266 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1267         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1268 echo "$as_me:   former value:  $ac_old_val" >&2;}
1269         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1270 echo "$as_me:   current value: $ac_new_val" >&2;}
1271         ac_cache_corrupted=:
1272       fi;;
1273   esac
1274   # Pass precious variables to config.status.
1275   if test "$ac_new_set" = set; then
1276     case $ac_new_val in
1277     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1278       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1279     *) ac_arg=$ac_var=$ac_new_val ;;
1280     esac
1281     case " $ac_configure_args " in
1282       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1283       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1284     esac
1285   fi
1286 done
1287 if $ac_cache_corrupted; then
1288   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1289 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1290   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1291 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1292    { (exit 1); exit 1; }; }
1293 fi
1294
1295 ac_ext=c
1296 ac_cpp='$CPP $CPPFLAGS'
1297 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1298 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1299 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321 ac_aux_dir=
1322 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1323   if test -f $ac_dir/install-sh; then
1324     ac_aux_dir=$ac_dir
1325     ac_install_sh="$ac_aux_dir/install-sh -c"
1326     break
1327   elif test -f $ac_dir/install.sh; then
1328     ac_aux_dir=$ac_dir
1329     ac_install_sh="$ac_aux_dir/install.sh -c"
1330     break
1331   elif test -f $ac_dir/shtool; then
1332     ac_aux_dir=$ac_dir
1333     ac_install_sh="$ac_aux_dir/shtool install -c"
1334     break
1335   fi
1336 done
1337 if test -z "$ac_aux_dir"; then
1338   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1339 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1340    { (exit 1); exit 1; }; }
1341 fi
1342 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1343 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1344 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1345
1346 # Make sure we can run config.sub.
1347 $ac_config_sub sun4 >/dev/null 2>&1 ||
1348   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1349 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1350    { (exit 1); exit 1; }; }
1351
1352 echo "$as_me:$LINENO: checking build system type" >&5
1353 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1354 if test "${ac_cv_build+set}" = set; then
1355   echo $ECHO_N "(cached) $ECHO_C" >&6
1356 else
1357   ac_cv_build_alias=$build_alias
1358 test -z "$ac_cv_build_alias" &&
1359   ac_cv_build_alias=`$ac_config_guess`
1360 test -z "$ac_cv_build_alias" &&
1361   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1362 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1363    { (exit 1); exit 1; }; }
1364 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1365   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1366 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1367    { (exit 1); exit 1; }; }
1368
1369 fi
1370 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1371 echo "${ECHO_T}$ac_cv_build" >&6
1372 build=$ac_cv_build
1373 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1374 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1375 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1376
1377
1378 echo "$as_me:$LINENO: checking host system type" >&5
1379 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1380 if test "${ac_cv_host+set}" = set; then
1381   echo $ECHO_N "(cached) $ECHO_C" >&6
1382 else
1383   ac_cv_host_alias=$host_alias
1384 test -z "$ac_cv_host_alias" &&
1385   ac_cv_host_alias=$ac_cv_build_alias
1386 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1387   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1388 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1389    { (exit 1); exit 1; }; }
1390
1391 fi
1392 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1393 echo "${ECHO_T}$ac_cv_host" >&6
1394 host=$ac_cv_host
1395 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1396 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1397 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1398
1399
1400 echo "$as_me:$LINENO: checking target system type" >&5
1401 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1402 if test "${ac_cv_target+set}" = set; then
1403   echo $ECHO_N "(cached) $ECHO_C" >&6
1404 else
1405   ac_cv_target_alias=$target_alias
1406 test "x$ac_cv_target_alias" = "x" &&
1407   ac_cv_target_alias=$ac_cv_host_alias
1408 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1409   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1410 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1411    { (exit 1); exit 1; }; }
1412
1413 fi
1414 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1415 echo "${ECHO_T}$ac_cv_target" >&6
1416 target=$ac_cv_target
1417 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1418 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1419 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1420
1421
1422 # The aliases save the names the user supplied, while $host etc.
1423 # will get canonicalized.
1424 test -n "$target_alias" &&
1425   test "$program_prefix$program_suffix$program_transform_name" = \
1426     NONENONEs,x,x, &&
1427   program_prefix=${target_alias}-
1428 ac_ext=c
1429 ac_cpp='$CPP $CPPFLAGS'
1430 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1431 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1432 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1433 if test -n "$ac_tool_prefix"; then
1434   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1435 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1436 echo "$as_me:$LINENO: checking for $ac_word" >&5
1437 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1438 if test "${ac_cv_prog_CC+set}" = set; then
1439   echo $ECHO_N "(cached) $ECHO_C" >&6
1440 else
1441   if test -n "$CC"; then
1442   ac_cv_prog_CC="$CC" # Let the user override the test.
1443 else
1444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1445 for as_dir in $PATH
1446 do
1447   IFS=$as_save_IFS
1448   test -z "$as_dir" && as_dir=.
1449   for ac_exec_ext in '' $ac_executable_extensions; do
1450   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1451     ac_cv_prog_CC="${ac_tool_prefix}gcc"
1452     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1453     break 2
1454   fi
1455 done
1456 done
1457
1458 fi
1459 fi
1460 CC=$ac_cv_prog_CC
1461 if test -n "$CC"; then
1462   echo "$as_me:$LINENO: result: $CC" >&5
1463 echo "${ECHO_T}$CC" >&6
1464 else
1465   echo "$as_me:$LINENO: result: no" >&5
1466 echo "${ECHO_T}no" >&6
1467 fi
1468
1469 fi
1470 if test -z "$ac_cv_prog_CC"; then
1471   ac_ct_CC=$CC
1472   # Extract the first word of "gcc", so it can be a program name with args.
1473 set dummy gcc; ac_word=$2
1474 echo "$as_me:$LINENO: checking for $ac_word" >&5
1475 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1476 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1477   echo $ECHO_N "(cached) $ECHO_C" >&6
1478 else
1479   if test -n "$ac_ct_CC"; then
1480   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1481 else
1482 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1483 for as_dir in $PATH
1484 do
1485   IFS=$as_save_IFS
1486   test -z "$as_dir" && as_dir=.
1487   for ac_exec_ext in '' $ac_executable_extensions; do
1488   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1489     ac_cv_prog_ac_ct_CC="gcc"
1490     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1491     break 2
1492   fi
1493 done
1494 done
1495
1496 fi
1497 fi
1498 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1499 if test -n "$ac_ct_CC"; then
1500   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1501 echo "${ECHO_T}$ac_ct_CC" >&6
1502 else
1503   echo "$as_me:$LINENO: result: no" >&5
1504 echo "${ECHO_T}no" >&6
1505 fi
1506
1507   CC=$ac_ct_CC
1508 else
1509   CC="$ac_cv_prog_CC"
1510 fi
1511
1512 if test -z "$CC"; then
1513   if test -n "$ac_tool_prefix"; then
1514   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1515 set dummy ${ac_tool_prefix}cc; ac_word=$2
1516 echo "$as_me:$LINENO: checking for $ac_word" >&5
1517 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1518 if test "${ac_cv_prog_CC+set}" = set; then
1519   echo $ECHO_N "(cached) $ECHO_C" >&6
1520 else
1521   if test -n "$CC"; then
1522   ac_cv_prog_CC="$CC" # Let the user override the test.
1523 else
1524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1525 for as_dir in $PATH
1526 do
1527   IFS=$as_save_IFS
1528   test -z "$as_dir" && as_dir=.
1529   for ac_exec_ext in '' $ac_executable_extensions; do
1530   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1531     ac_cv_prog_CC="${ac_tool_prefix}cc"
1532     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1533     break 2
1534   fi
1535 done
1536 done
1537
1538 fi
1539 fi
1540 CC=$ac_cv_prog_CC
1541 if test -n "$CC"; then
1542   echo "$as_me:$LINENO: result: $CC" >&5
1543 echo "${ECHO_T}$CC" >&6
1544 else
1545   echo "$as_me:$LINENO: result: no" >&5
1546 echo "${ECHO_T}no" >&6
1547 fi
1548
1549 fi
1550 if test -z "$ac_cv_prog_CC"; then
1551   ac_ct_CC=$CC
1552   # Extract the first word of "cc", so it can be a program name with args.
1553 set dummy cc; ac_word=$2
1554 echo "$as_me:$LINENO: checking for $ac_word" >&5
1555 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1556 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1557   echo $ECHO_N "(cached) $ECHO_C" >&6
1558 else
1559   if test -n "$ac_ct_CC"; then
1560   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1561 else
1562 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1563 for as_dir in $PATH
1564 do
1565   IFS=$as_save_IFS
1566   test -z "$as_dir" && as_dir=.
1567   for ac_exec_ext in '' $ac_executable_extensions; do
1568   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1569     ac_cv_prog_ac_ct_CC="cc"
1570     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1571     break 2
1572   fi
1573 done
1574 done
1575
1576 fi
1577 fi
1578 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1579 if test -n "$ac_ct_CC"; then
1580   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1581 echo "${ECHO_T}$ac_ct_CC" >&6
1582 else
1583   echo "$as_me:$LINENO: result: no" >&5
1584 echo "${ECHO_T}no" >&6
1585 fi
1586
1587   CC=$ac_ct_CC
1588 else
1589   CC="$ac_cv_prog_CC"
1590 fi
1591
1592 fi
1593 if test -z "$CC"; then
1594   # Extract the first word of "cc", so it can be a program name with args.
1595 set dummy cc; ac_word=$2
1596 echo "$as_me:$LINENO: checking for $ac_word" >&5
1597 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1598 if test "${ac_cv_prog_CC+set}" = set; then
1599   echo $ECHO_N "(cached) $ECHO_C" >&6
1600 else
1601   if test -n "$CC"; then
1602   ac_cv_prog_CC="$CC" # Let the user override the test.
1603 else
1604   ac_prog_rejected=no
1605 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1606 for as_dir in $PATH
1607 do
1608   IFS=$as_save_IFS
1609   test -z "$as_dir" && as_dir=.
1610   for ac_exec_ext in '' $ac_executable_extensions; do
1611   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1612     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1613        ac_prog_rejected=yes
1614        continue
1615      fi
1616     ac_cv_prog_CC="cc"
1617     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1618     break 2
1619   fi
1620 done
1621 done
1622
1623 if test $ac_prog_rejected = yes; then
1624   # We found a bogon in the path, so make sure we never use it.
1625   set dummy $ac_cv_prog_CC
1626   shift
1627   if test $# != 0; then
1628     # We chose a different compiler from the bogus one.
1629     # However, it has the same basename, so the bogon will be chosen
1630     # first if we set CC to just the basename; use the full file name.
1631     shift
1632     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1633   fi
1634 fi
1635 fi
1636 fi
1637 CC=$ac_cv_prog_CC
1638 if test -n "$CC"; then
1639   echo "$as_me:$LINENO: result: $CC" >&5
1640 echo "${ECHO_T}$CC" >&6
1641 else
1642   echo "$as_me:$LINENO: result: no" >&5
1643 echo "${ECHO_T}no" >&6
1644 fi
1645
1646 fi
1647 if test -z "$CC"; then
1648   if test -n "$ac_tool_prefix"; then
1649   for ac_prog in cl
1650   do
1651     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1652 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1653 echo "$as_me:$LINENO: checking for $ac_word" >&5
1654 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1655 if test "${ac_cv_prog_CC+set}" = set; then
1656   echo $ECHO_N "(cached) $ECHO_C" >&6
1657 else
1658   if test -n "$CC"; then
1659   ac_cv_prog_CC="$CC" # Let the user override the test.
1660 else
1661 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1662 for as_dir in $PATH
1663 do
1664   IFS=$as_save_IFS
1665   test -z "$as_dir" && as_dir=.
1666   for ac_exec_ext in '' $ac_executable_extensions; do
1667   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1668     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1669     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1670     break 2
1671   fi
1672 done
1673 done
1674
1675 fi
1676 fi
1677 CC=$ac_cv_prog_CC
1678 if test -n "$CC"; then
1679   echo "$as_me:$LINENO: result: $CC" >&5
1680 echo "${ECHO_T}$CC" >&6
1681 else
1682   echo "$as_me:$LINENO: result: no" >&5
1683 echo "${ECHO_T}no" >&6
1684 fi
1685
1686     test -n "$CC" && break
1687   done
1688 fi
1689 if test -z "$CC"; then
1690   ac_ct_CC=$CC
1691   for ac_prog in cl
1692 do
1693   # Extract the first word of "$ac_prog", so it can be a program name with args.
1694 set dummy $ac_prog; ac_word=$2
1695 echo "$as_me:$LINENO: checking for $ac_word" >&5
1696 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1697 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1698   echo $ECHO_N "(cached) $ECHO_C" >&6
1699 else
1700   if test -n "$ac_ct_CC"; then
1701   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1702 else
1703 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1704 for as_dir in $PATH
1705 do
1706   IFS=$as_save_IFS
1707   test -z "$as_dir" && as_dir=.
1708   for ac_exec_ext in '' $ac_executable_extensions; do
1709   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1710     ac_cv_prog_ac_ct_CC="$ac_prog"
1711     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1712     break 2
1713   fi
1714 done
1715 done
1716
1717 fi
1718 fi
1719 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1720 if test -n "$ac_ct_CC"; then
1721   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1722 echo "${ECHO_T}$ac_ct_CC" >&6
1723 else
1724   echo "$as_me:$LINENO: result: no" >&5
1725 echo "${ECHO_T}no" >&6
1726 fi
1727
1728   test -n "$ac_ct_CC" && break
1729 done
1730
1731   CC=$ac_ct_CC
1732 fi
1733
1734 fi
1735
1736
1737 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1738 See \`config.log' for more details." >&5
1739 echo "$as_me: error: no acceptable C compiler found in \$PATH
1740 See \`config.log' for more details." >&2;}
1741    { (exit 1); exit 1; }; }
1742
1743 # Provide some information about the compiler.
1744 echo "$as_me:$LINENO:" \
1745      "checking for C compiler version" >&5
1746 ac_compiler=`set X $ac_compile; echo $2`
1747 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1748   (eval $ac_compiler --version </dev/null >&5) 2>&5
1749   ac_status=$?
1750   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1751   (exit $ac_status); }
1752 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1753   (eval $ac_compiler -v </dev/null >&5) 2>&5
1754   ac_status=$?
1755   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1756   (exit $ac_status); }
1757 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1758   (eval $ac_compiler -V </dev/null >&5) 2>&5
1759   ac_status=$?
1760   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1761   (exit $ac_status); }
1762
1763 cat >conftest.$ac_ext <<_ACEOF
1764 /* confdefs.h.  */
1765 _ACEOF
1766 cat confdefs.h >>conftest.$ac_ext
1767 cat >>conftest.$ac_ext <<_ACEOF
1768 /* end confdefs.h.  */
1769
1770 int
1771 main ()
1772 {
1773
1774   ;
1775   return 0;
1776 }
1777 _ACEOF
1778 ac_clean_files_save=$ac_clean_files
1779 ac_clean_files="$ac_clean_files a.out a.exe b.out"
1780 # Try to create an executable without -o first, disregard a.out.
1781 # It will help us diagnose broken compilers, and finding out an intuition
1782 # of exeext.
1783 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1784 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1785 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1786 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1787   (eval $ac_link_default) 2>&5
1788   ac_status=$?
1789   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1790   (exit $ac_status); }; then
1791   # Find the output, starting from the most likely.  This scheme is
1792 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
1793 # resort.
1794
1795 # Be careful to initialize this variable, since it used to be cached.
1796 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1797 ac_cv_exeext=
1798 # b.out is created by i960 compilers.
1799 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1800 do
1801   test -f "$ac_file" || continue
1802   case $ac_file in
1803     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1804         ;;
1805     conftest.$ac_ext )
1806         # This is the source file.
1807         ;;
1808     [ab].out )
1809         # We found the default executable, but exeext='' is most
1810         # certainly right.
1811         break;;
1812     *.* )
1813         ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1814         # FIXME: I believe we export ac_cv_exeext for Libtool,
1815         # but it would be cool to find out if it's true.  Does anybody
1816         # maintain Libtool? --akim.
1817         export ac_cv_exeext
1818         break;;
1819     * )
1820         break;;
1821   esac
1822 done
1823 else
1824   echo "$as_me: failed program was:" >&5
1825 sed 's/^/| /' conftest.$ac_ext >&5
1826
1827 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
1828 See \`config.log' for more details." >&5
1829 echo "$as_me: error: C compiler cannot create executables
1830 See \`config.log' for more details." >&2;}
1831    { (exit 77); exit 77; }; }
1832 fi
1833
1834 ac_exeext=$ac_cv_exeext
1835 echo "$as_me:$LINENO: result: $ac_file" >&5
1836 echo "${ECHO_T}$ac_file" >&6
1837
1838 # Check the compiler produces executables we can run.  If not, either
1839 # the compiler is broken, or we cross compile.
1840 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1841 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1842 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1843 # If not cross compiling, check that we can run a simple program.
1844 if test "$cross_compiling" != yes; then
1845   if { ac_try='./$ac_file'
1846   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1847   (eval $ac_try) 2>&5
1848   ac_status=$?
1849   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1850   (exit $ac_status); }; }; then
1851     cross_compiling=no
1852   else
1853     if test "$cross_compiling" = maybe; then
1854         cross_compiling=yes
1855     else
1856         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
1857 If you meant to cross compile, use \`--host'.
1858 See \`config.log' for more details." >&5
1859 echo "$as_me: error: cannot run C compiled programs.
1860 If you meant to cross compile, use \`--host'.
1861 See \`config.log' for more details." >&2;}
1862    { (exit 1); exit 1; }; }
1863     fi
1864   fi
1865 fi
1866 echo "$as_me:$LINENO: result: yes" >&5
1867 echo "${ECHO_T}yes" >&6
1868
1869 rm -f a.out a.exe conftest$ac_cv_exeext b.out
1870 ac_clean_files=$ac_clean_files_save
1871 # Check the compiler produces executables we can run.  If not, either
1872 # the compiler is broken, or we cross compile.
1873 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1874 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1875 echo "$as_me:$LINENO: result: $cross_compiling" >&5
1876 echo "${ECHO_T}$cross_compiling" >&6
1877
1878 echo "$as_me:$LINENO: checking for suffix of executables" >&5
1879 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
1880 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1881   (eval $ac_link) 2>&5
1882   ac_status=$?
1883   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1884   (exit $ac_status); }; then
1885   # If both `conftest.exe' and `conftest' are `present' (well, observable)
1886 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
1887 # work properly (i.e., refer to `conftest.exe'), while it won't with
1888 # `rm'.
1889 for ac_file in conftest.exe conftest conftest.*; do
1890   test -f "$ac_file" || continue
1891   case $ac_file in
1892     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
1893     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1894           export ac_cv_exeext
1895           break;;
1896     * ) break;;
1897   esac
1898 done
1899 else
1900   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
1901 See \`config.log' for more details." >&5
1902 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
1903 See \`config.log' for more details." >&2;}
1904    { (exit 1); exit 1; }; }
1905 fi
1906
1907 rm -f conftest$ac_cv_exeext
1908 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
1909 echo "${ECHO_T}$ac_cv_exeext" >&6
1910
1911 rm -f conftest.$ac_ext
1912 EXEEXT=$ac_cv_exeext
1913 ac_exeext=$EXEEXT
1914 echo "$as_me:$LINENO: checking for suffix of object files" >&5
1915 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
1916 if test "${ac_cv_objext+set}" = set; then
1917   echo $ECHO_N "(cached) $ECHO_C" >&6
1918 else
1919   cat >conftest.$ac_ext <<_ACEOF
1920 /* confdefs.h.  */
1921 _ACEOF
1922 cat confdefs.h >>conftest.$ac_ext
1923 cat >>conftest.$ac_ext <<_ACEOF
1924 /* end confdefs.h.  */
1925
1926 int
1927 main ()
1928 {
1929
1930   ;
1931   return 0;
1932 }
1933 _ACEOF
1934 rm -f conftest.o conftest.obj
1935 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1936   (eval $ac_compile) 2>&5
1937   ac_status=$?
1938   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1939   (exit $ac_status); }; then
1940   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1941   case $ac_file in
1942     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
1943     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
1944        break;;
1945   esac
1946 done
1947 else
1948   echo "$as_me: failed program was:" >&5
1949 sed 's/^/| /' conftest.$ac_ext >&5
1950
1951 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
1952 See \`config.log' for more details." >&5
1953 echo "$as_me: error: cannot compute suffix of object files: cannot compile
1954 See \`config.log' for more details." >&2;}
1955    { (exit 1); exit 1; }; }
1956 fi
1957
1958 rm -f conftest.$ac_cv_objext conftest.$ac_ext
1959 fi
1960 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
1961 echo "${ECHO_T}$ac_cv_objext" >&6
1962 OBJEXT=$ac_cv_objext
1963 ac_objext=$OBJEXT
1964 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
1965 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
1966 if test "${ac_cv_c_compiler_gnu+set}" = set; then
1967   echo $ECHO_N "(cached) $ECHO_C" >&6
1968 else
1969   cat >conftest.$ac_ext <<_ACEOF
1970 /* confdefs.h.  */
1971 _ACEOF
1972 cat confdefs.h >>conftest.$ac_ext
1973 cat >>conftest.$ac_ext <<_ACEOF
1974 /* end confdefs.h.  */
1975
1976 int
1977 main ()
1978 {
1979 #ifndef __GNUC__
1980        choke me
1981 #endif
1982
1983   ;
1984   return 0;
1985 }
1986 _ACEOF
1987 rm -f conftest.$ac_objext
1988 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1989   (eval $ac_compile) 2>conftest.er1
1990   ac_status=$?
1991   grep -v '^ *+' conftest.er1 >conftest.err
1992   rm -f conftest.er1
1993   cat conftest.err >&5
1994   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1995   (exit $ac_status); } &&
1996          { ac_try='test -z "$ac_c_werror_flag"
1997                          || test ! -s conftest.err'
1998   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1999   (eval $ac_try) 2>&5
2000   ac_status=$?
2001   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2002   (exit $ac_status); }; } &&
2003          { ac_try='test -s conftest.$ac_objext'
2004   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2005   (eval $ac_try) 2>&5
2006   ac_status=$?
2007   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2008   (exit $ac_status); }; }; then
2009   ac_compiler_gnu=yes
2010 else
2011   echo "$as_me: failed program was:" >&5
2012 sed 's/^/| /' conftest.$ac_ext >&5
2013
2014 ac_compiler_gnu=no
2015 fi
2016 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2017 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2018
2019 fi
2020 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2021 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2022 GCC=`test $ac_compiler_gnu = yes && echo yes`
2023 ac_test_CFLAGS=${CFLAGS+set}
2024 ac_save_CFLAGS=$CFLAGS
2025 CFLAGS="-g"
2026 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2027 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2028 if test "${ac_cv_prog_cc_g+set}" = set; then
2029   echo $ECHO_N "(cached) $ECHO_C" >&6
2030 else
2031   cat >conftest.$ac_ext <<_ACEOF
2032 /* confdefs.h.  */
2033 _ACEOF
2034 cat confdefs.h >>conftest.$ac_ext
2035 cat >>conftest.$ac_ext <<_ACEOF
2036 /* end confdefs.h.  */
2037
2038 int
2039 main ()
2040 {
2041
2042   ;
2043   return 0;
2044 }
2045 _ACEOF
2046 rm -f conftest.$ac_objext
2047 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2048   (eval $ac_compile) 2>conftest.er1
2049   ac_status=$?
2050   grep -v '^ *+' conftest.er1 >conftest.err
2051   rm -f conftest.er1
2052   cat conftest.err >&5
2053   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2054   (exit $ac_status); } &&
2055          { ac_try='test -z "$ac_c_werror_flag"
2056                          || test ! -s conftest.err'
2057   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2058   (eval $ac_try) 2>&5
2059   ac_status=$?
2060   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2061   (exit $ac_status); }; } &&
2062          { ac_try='test -s conftest.$ac_objext'
2063   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2064   (eval $ac_try) 2>&5
2065   ac_status=$?
2066   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2067   (exit $ac_status); }; }; then
2068   ac_cv_prog_cc_g=yes
2069 else
2070   echo "$as_me: failed program was:" >&5
2071 sed 's/^/| /' conftest.$ac_ext >&5
2072
2073 ac_cv_prog_cc_g=no
2074 fi
2075 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2076 fi
2077 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2078 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2079 if test "$ac_test_CFLAGS" = set; then
2080   CFLAGS=$ac_save_CFLAGS
2081 elif test $ac_cv_prog_cc_g = yes; then
2082   if test "$GCC" = yes; then
2083     CFLAGS="-g -O2"
2084   else
2085     CFLAGS="-g"
2086   fi
2087 else
2088   if test "$GCC" = yes; then
2089     CFLAGS="-O2"
2090   else
2091     CFLAGS=
2092   fi
2093 fi
2094 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2095 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2096 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2097   echo $ECHO_N "(cached) $ECHO_C" >&6
2098 else
2099   ac_cv_prog_cc_stdc=no
2100 ac_save_CC=$CC
2101 cat >conftest.$ac_ext <<_ACEOF
2102 /* confdefs.h.  */
2103 _ACEOF
2104 cat confdefs.h >>conftest.$ac_ext
2105 cat >>conftest.$ac_ext <<_ACEOF
2106 /* end confdefs.h.  */
2107 #include <stdarg.h>
2108 #include <stdio.h>
2109 #include <sys/types.h>
2110 #include <sys/stat.h>
2111 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
2112 struct buf { int x; };
2113 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2114 static char *e (p, i)
2115      char **p;
2116      int i;
2117 {
2118   return p[i];
2119 }
2120 static char *f (char * (*g) (char **, int), char **p, ...)
2121 {
2122   char *s;
2123   va_list v;
2124   va_start (v,p);
2125   s = g (p, va_arg (v,int));
2126   va_end (v);
2127   return s;
2128 }
2129
2130 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
2131    function prototypes and stuff, but not '\xHH' hex character constants.
2132    These don't provoke an error unfortunately, instead are silently treated
2133    as 'x'.  The following induces an error, until -std1 is added to get
2134    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
2135    array size at least.  It's necessary to write '\x00'==0 to get something
2136    that's true only with -std1.  */
2137 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2138
2139 int test (int i, double x);
2140 struct s1 {int (*f) (int a);};
2141 struct s2 {int (*f) (double a);};
2142 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2143 int argc;
2144 char **argv;
2145 int
2146 main ()
2147 {
2148 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
2149   ;
2150   return 0;
2151 }
2152 _ACEOF
2153 # Don't try gcc -ansi; that turns off useful extensions and
2154 # breaks some systems' header files.
2155 # AIX                   -qlanglvl=ansi
2156 # Ultrix and OSF/1      -std1
2157 # HP-UX 10.20 and later -Ae
2158 # HP-UX older versions  -Aa -D_HPUX_SOURCE
2159 # SVR4                  -Xc -D__EXTENSIONS__
2160 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2161 do
2162   CC="$ac_save_CC $ac_arg"
2163   rm -f conftest.$ac_objext
2164 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2165   (eval $ac_compile) 2>conftest.er1
2166   ac_status=$?
2167   grep -v '^ *+' conftest.er1 >conftest.err
2168   rm -f conftest.er1
2169   cat conftest.err >&5
2170   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2171   (exit $ac_status); } &&
2172          { ac_try='test -z "$ac_c_werror_flag"
2173                          || test ! -s conftest.err'
2174   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2175   (eval $ac_try) 2>&5
2176   ac_status=$?
2177   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2178   (exit $ac_status); }; } &&
2179          { ac_try='test -s conftest.$ac_objext'
2180   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2181   (eval $ac_try) 2>&5
2182   ac_status=$?
2183   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2184   (exit $ac_status); }; }; then
2185   ac_cv_prog_cc_stdc=$ac_arg
2186 break
2187 else
2188   echo "$as_me: failed program was:" >&5
2189 sed 's/^/| /' conftest.$ac_ext >&5
2190
2191 fi
2192 rm -f conftest.err conftest.$ac_objext
2193 done
2194 rm -f conftest.$ac_ext conftest.$ac_objext
2195 CC=$ac_save_CC
2196
2197 fi
2198
2199 case "x$ac_cv_prog_cc_stdc" in
2200   x|xno)
2201     echo "$as_me:$LINENO: result: none needed" >&5
2202 echo "${ECHO_T}none needed" >&6 ;;
2203   *)
2204     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2205 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2206     CC="$CC $ac_cv_prog_cc_stdc" ;;
2207 esac
2208
2209 # Some people use a C++ compiler to compile C.  Since we use `exit',
2210 # in C++ we need to declare it.  In case someone uses the same compiler
2211 # for both compiling C and C++ we need to have the C++ compiler decide
2212 # the declaration of exit, since it's the most demanding environment.
2213 cat >conftest.$ac_ext <<_ACEOF
2214 #ifndef __cplusplus
2215   choke me
2216 #endif
2217 _ACEOF
2218 rm -f conftest.$ac_objext
2219 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2220   (eval $ac_compile) 2>conftest.er1
2221   ac_status=$?
2222   grep -v '^ *+' conftest.er1 >conftest.err
2223   rm -f conftest.er1
2224   cat conftest.err >&5
2225   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2226   (exit $ac_status); } &&
2227          { ac_try='test -z "$ac_c_werror_flag"
2228                          || test ! -s conftest.err'
2229   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2230   (eval $ac_try) 2>&5
2231   ac_status=$?
2232   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2233   (exit $ac_status); }; } &&
2234          { ac_try='test -s conftest.$ac_objext'
2235   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2236   (eval $ac_try) 2>&5
2237   ac_status=$?
2238   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2239   (exit $ac_status); }; }; then
2240   for ac_declaration in \
2241    '' \
2242    'extern "C" void std::exit (int) throw (); using std::exit;' \
2243    'extern "C" void std::exit (int); using std::exit;' \
2244    'extern "C" void exit (int) throw ();' \
2245    'extern "C" void exit (int);' \
2246    'void exit (int);'
2247 do
2248   cat >conftest.$ac_ext <<_ACEOF
2249 /* confdefs.h.  */
2250 _ACEOF
2251 cat confdefs.h >>conftest.$ac_ext
2252 cat >>conftest.$ac_ext <<_ACEOF
2253 /* end confdefs.h.  */
2254 $ac_declaration
2255 #include <stdlib.h>
2256 int
2257 main ()
2258 {
2259 exit (42);
2260   ;
2261   return 0;
2262 }
2263 _ACEOF
2264 rm -f conftest.$ac_objext
2265 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2266   (eval $ac_compile) 2>conftest.er1
2267   ac_status=$?
2268   grep -v '^ *+' conftest.er1 >conftest.err
2269   rm -f conftest.er1
2270   cat conftest.err >&5
2271   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2272   (exit $ac_status); } &&
2273          { ac_try='test -z "$ac_c_werror_flag"
2274                          || test ! -s conftest.err'
2275   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2276   (eval $ac_try) 2>&5
2277   ac_status=$?
2278   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2279   (exit $ac_status); }; } &&
2280          { ac_try='test -s conftest.$ac_objext'
2281   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2282   (eval $ac_try) 2>&5
2283   ac_status=$?
2284   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2285   (exit $ac_status); }; }; then
2286   :
2287 else
2288   echo "$as_me: failed program was:" >&5
2289 sed 's/^/| /' conftest.$ac_ext >&5
2290
2291 continue
2292 fi
2293 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2294   cat >conftest.$ac_ext <<_ACEOF
2295 /* confdefs.h.  */
2296 _ACEOF
2297 cat confdefs.h >>conftest.$ac_ext
2298 cat >>conftest.$ac_ext <<_ACEOF
2299 /* end confdefs.h.  */
2300 $ac_declaration
2301 int
2302 main ()
2303 {
2304 exit (42);
2305   ;
2306   return 0;
2307 }
2308 _ACEOF
2309 rm -f conftest.$ac_objext
2310 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2311   (eval $ac_compile) 2>conftest.er1
2312   ac_status=$?
2313   grep -v '^ *+' conftest.er1 >conftest.err
2314   rm -f conftest.er1
2315   cat conftest.err >&5
2316   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2317   (exit $ac_status); } &&
2318          { ac_try='test -z "$ac_c_werror_flag"
2319                          || test ! -s conftest.err'
2320   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2321   (eval $ac_try) 2>&5
2322   ac_status=$?
2323   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2324   (exit $ac_status); }; } &&
2325          { ac_try='test -s conftest.$ac_objext'
2326   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2327   (eval $ac_try) 2>&5
2328   ac_status=$?
2329   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2330   (exit $ac_status); }; }; then
2331   break
2332 else
2333   echo "$as_me: failed program was:" >&5
2334 sed 's/^/| /' conftest.$ac_ext >&5
2335
2336 fi
2337 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2338 done
2339 rm -f conftest*
2340 if test -n "$ac_declaration"; then
2341   echo '#ifdef __cplusplus' >>confdefs.h
2342   echo $ac_declaration      >>confdefs.h
2343   echo '#endif'             >>confdefs.h
2344 fi
2345
2346 else
2347   echo "$as_me: failed program was:" >&5
2348 sed 's/^/| /' conftest.$ac_ext >&5
2349
2350 fi
2351 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2352 ac_ext=c
2353 ac_cpp='$CPP $CPPFLAGS'
2354 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2355 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2356 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2357
2358
2359 echo "$as_me:$LINENO: checking for library containing strerror" >&5
2360 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
2361 if test "${ac_cv_search_strerror+set}" = set; then
2362   echo $ECHO_N "(cached) $ECHO_C" >&6
2363 else
2364   ac_func_search_save_LIBS=$LIBS
2365 ac_cv_search_strerror=no
2366 cat >conftest.$ac_ext <<_ACEOF
2367 /* confdefs.h.  */
2368 _ACEOF
2369 cat confdefs.h >>conftest.$ac_ext
2370 cat >>conftest.$ac_ext <<_ACEOF
2371 /* end confdefs.h.  */
2372
2373 /* Override any gcc2 internal prototype to avoid an error.  */
2374 #ifdef __cplusplus
2375 extern "C"
2376 #endif
2377 /* We use char because int might match the return type of a gcc2
2378    builtin and then its argument prototype would still apply.  */
2379 char strerror ();
2380 int
2381 main ()
2382 {
2383 strerror ();
2384   ;
2385   return 0;
2386 }
2387 _ACEOF
2388 rm -f conftest.$ac_objext conftest$ac_exeext
2389 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2390   (eval $ac_link) 2>conftest.er1
2391   ac_status=$?
2392   grep -v '^ *+' conftest.er1 >conftest.err
2393   rm -f conftest.er1
2394   cat conftest.err >&5
2395   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2396   (exit $ac_status); } &&
2397          { ac_try='test -z "$ac_c_werror_flag"
2398                          || test ! -s conftest.err'
2399   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2400   (eval $ac_try) 2>&5
2401   ac_status=$?
2402   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2403   (exit $ac_status); }; } &&
2404          { ac_try='test -s conftest$ac_exeext'
2405   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2406   (eval $ac_try) 2>&5
2407   ac_status=$?
2408   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2409   (exit $ac_status); }; }; then
2410   ac_cv_search_strerror="none required"
2411 else
2412   echo "$as_me: failed program was:" >&5
2413 sed 's/^/| /' conftest.$ac_ext >&5
2414
2415 fi
2416 rm -f conftest.err conftest.$ac_objext \
2417       conftest$ac_exeext conftest.$ac_ext
2418 if test "$ac_cv_search_strerror" = no; then
2419   for ac_lib in cposix; do
2420     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
2421     cat >conftest.$ac_ext <<_ACEOF
2422 /* confdefs.h.  */
2423 _ACEOF
2424 cat confdefs.h >>conftest.$ac_ext
2425 cat >>conftest.$ac_ext <<_ACEOF
2426 /* end confdefs.h.  */
2427
2428 /* Override any gcc2 internal prototype to avoid an error.  */
2429 #ifdef __cplusplus
2430 extern "C"
2431 #endif
2432 /* We use char because int might match the return type of a gcc2
2433    builtin and then its argument prototype would still apply.  */
2434 char strerror ();
2435 int
2436 main ()
2437 {
2438 strerror ();
2439   ;
2440   return 0;
2441 }
2442 _ACEOF
2443 rm -f conftest.$ac_objext conftest$ac_exeext
2444 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2445   (eval $ac_link) 2>conftest.er1
2446   ac_status=$?
2447   grep -v '^ *+' conftest.er1 >conftest.err
2448   rm -f conftest.er1
2449   cat conftest.err >&5
2450   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2451   (exit $ac_status); } &&
2452          { ac_try='test -z "$ac_c_werror_flag"
2453                          || test ! -s conftest.err'
2454   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2455   (eval $ac_try) 2>&5
2456   ac_status=$?
2457   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2458   (exit $ac_status); }; } &&
2459          { ac_try='test -s conftest$ac_exeext'
2460   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2461   (eval $ac_try) 2>&5
2462   ac_status=$?
2463   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2464   (exit $ac_status); }; }; then
2465   ac_cv_search_strerror="-l$ac_lib"
2466 break
2467 else
2468   echo "$as_me: failed program was:" >&5
2469 sed 's/^/| /' conftest.$ac_ext >&5
2470
2471 fi
2472 rm -f conftest.err conftest.$ac_objext \
2473       conftest$ac_exeext conftest.$ac_ext
2474   done
2475 fi
2476 LIBS=$ac_func_search_save_LIBS
2477 fi
2478 echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
2479 echo "${ECHO_T}$ac_cv_search_strerror" >&6
2480 if test "$ac_cv_search_strerror" != no; then
2481   test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
2482
2483 fi
2484
2485
2486 BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[         ]*\([^  ]*\)[   ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`
2487 am__api_version="1.9"
2488 # Find a good install program.  We prefer a C program (faster),
2489 # so one script is as good as another.  But avoid the broken or
2490 # incompatible versions:
2491 # SysV /etc/install, /usr/sbin/install
2492 # SunOS /usr/etc/install
2493 # IRIX /sbin/install
2494 # AIX /bin/install
2495 # AmigaOS /C/install, which installs bootblocks on floppy discs
2496 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2497 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2498 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2499 # OS/2's system install, which has a completely different semantic
2500 # ./install, which can be erroneously created by make from ./install.sh.
2501 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2502 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2503 if test -z "$INSTALL"; then
2504 if test "${ac_cv_path_install+set}" = set; then
2505   echo $ECHO_N "(cached) $ECHO_C" >&6
2506 else
2507   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2508 for as_dir in $PATH
2509 do
2510   IFS=$as_save_IFS
2511   test -z "$as_dir" && as_dir=.
2512   # Account for people who put trailing slashes in PATH elements.
2513 case $as_dir/ in
2514   ./ | .// | /cC/* | \
2515   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2516   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2517   /usr/ucb/* ) ;;
2518   *)
2519     # OSF1 and SCO ODT 3.0 have their own names for install.
2520     # Don't use installbsd from OSF since it installs stuff as root
2521     # by default.
2522     for ac_prog in ginstall scoinst install; do
2523       for ac_exec_ext in '' $ac_executable_extensions; do
2524         if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2525           if test $ac_prog = install &&
2526             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2527             # AIX install.  It has an incompatible calling convention.
2528             :
2529           elif test $ac_prog = install &&
2530             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2531             # program-specific install script used by HP pwplus--don't use.
2532             :
2533           else
2534             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2535             break 3
2536           fi
2537         fi
2538       done
2539     done
2540     ;;
2541 esac
2542 done
2543
2544
2545 fi
2546   if test "${ac_cv_path_install+set}" = set; then
2547     INSTALL=$ac_cv_path_install
2548   else
2549     # As a last resort, use the slow shell script.  We don't cache a
2550     # path for INSTALL within a source directory, because that will
2551     # break other packages using the cache if that directory is
2552     # removed, or if the path is relative.
2553     INSTALL=$ac_install_sh
2554   fi
2555 fi
2556 echo "$as_me:$LINENO: result: $INSTALL" >&5
2557 echo "${ECHO_T}$INSTALL" >&6
2558
2559 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2560 # It thinks the first close brace ends the variable substitution.
2561 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2562
2563 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2564
2565 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2566
2567 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2568 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
2569 # Just in case
2570 sleep 1
2571 echo timestamp > conftest.file
2572 # Do `set' in a subshell so we don't clobber the current shell's
2573 # arguments.  Must try -L first in case configure is actually a
2574 # symlink; some systems play weird games with the mod time of symlinks
2575 # (eg FreeBSD returns the mod time of the symlink's containing
2576 # directory).
2577 if (
2578    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
2579    if test "$*" = "X"; then
2580       # -L didn't work.
2581       set X `ls -t $srcdir/configure conftest.file`
2582    fi
2583    rm -f conftest.file
2584    if test "$*" != "X $srcdir/configure conftest.file" \
2585       && test "$*" != "X conftest.file $srcdir/configure"; then
2586
2587       # If neither matched, then we have a broken ls.  This can happen
2588       # if, for instance, CONFIG_SHELL is bash and it inherits a
2589       # broken ls alias from the environment.  This has actually
2590       # happened.  Such a system could not be considered "sane".
2591       { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
2592 alias in your environment" >&5
2593 echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
2594 alias in your environment" >&2;}
2595    { (exit 1); exit 1; }; }
2596    fi
2597
2598    test "$2" = conftest.file
2599    )
2600 then
2601    # Ok.
2602    :
2603 else
2604    { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2605 Check your system clock" >&5
2606 echo "$as_me: error: newly created file is older than distributed files!
2607 Check your system clock" >&2;}
2608    { (exit 1); exit 1; }; }
2609 fi
2610 echo "$as_me:$LINENO: result: yes" >&5
2611 echo "${ECHO_T}yes" >&6
2612 test "$program_prefix" != NONE &&
2613   program_transform_name="s,^,$program_prefix,;$program_transform_name"
2614 # Use a double $ so make ignores it.
2615 test "$program_suffix" != NONE &&
2616   program_transform_name="s,\$,$program_suffix,;$program_transform_name"
2617 # Double any \ or $.  echo might interpret backslashes.
2618 # By default was `s,x,x', remove it if useless.
2619 cat <<\_ACEOF >conftest.sed
2620 s/[\\$]/&&/g;s/;s,x,x,$//
2621 _ACEOF
2622 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
2623 rm conftest.sed
2624
2625 # expand $ac_aux_dir to an absolute path
2626 am_aux_dir=`cd $ac_aux_dir && pwd`
2627
2628 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2629 # Use eval to expand $SHELL
2630 if eval "$MISSING --run true"; then
2631   am_missing_run="$MISSING --run "
2632 else
2633   am_missing_run=
2634   { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2635 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2636 fi
2637
2638 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
2639   # We used to keeping the `.' as first argument, in order to
2640   # allow $(mkdir_p) to be used without argument.  As in
2641   #   $(mkdir_p) $(somedir)
2642   # where $(somedir) is conditionally defined.  However this is wrong
2643   # for two reasons:
2644   #  1. if the package is installed by a user who cannot write `.'
2645   #     make install will fail,
2646   #  2. the above comment should most certainly read
2647   #     $(mkdir_p) $(DESTDIR)$(somedir)
2648   #     so it does not work when $(somedir) is undefined and
2649   #     $(DESTDIR) is not.
2650   #  To support the latter case, we have to write
2651   #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
2652   #  so the `.' trick is pointless.
2653   mkdir_p='mkdir -p --'
2654 else
2655   # On NextStep and OpenStep, the `mkdir' command does not
2656   # recognize any option.  It will interpret all options as
2657   # directories to create, and then abort because `.' already
2658   # exists.
2659   for d in ./-p ./--version;
2660   do
2661     test -d $d && rmdir $d
2662   done
2663   # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
2664   if test -f "$ac_aux_dir/mkinstalldirs"; then
2665     mkdir_p='$(mkinstalldirs)'
2666   else
2667     mkdir_p='$(install_sh) -d'
2668   fi
2669 fi
2670
2671 for ac_prog in gawk mawk nawk awk
2672 do
2673   # Extract the first word of "$ac_prog", so it can be a program name with args.
2674 set dummy $ac_prog; ac_word=$2
2675 echo "$as_me:$LINENO: checking for $ac_word" >&5
2676 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2677 if test "${ac_cv_prog_AWK+set}" = set; then
2678   echo $ECHO_N "(cached) $ECHO_C" >&6
2679 else
2680   if test -n "$AWK"; then
2681   ac_cv_prog_AWK="$AWK" # Let the user override the test.
2682 else
2683 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2684 for as_dir in $PATH
2685 do
2686   IFS=$as_save_IFS
2687   test -z "$as_dir" && as_dir=.
2688   for ac_exec_ext in '' $ac_executable_extensions; do
2689   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2690     ac_cv_prog_AWK="$ac_prog"
2691     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2692     break 2
2693   fi
2694 done
2695 done
2696
2697 fi
2698 fi
2699 AWK=$ac_cv_prog_AWK
2700 if test -n "$AWK"; then
2701   echo "$as_me:$LINENO: result: $AWK" >&5
2702 echo "${ECHO_T}$AWK" >&6
2703 else
2704   echo "$as_me:$LINENO: result: no" >&5
2705 echo "${ECHO_T}no" >&6
2706 fi
2707
2708   test -n "$AWK" && break
2709 done
2710
2711 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2712 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
2713 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
2714 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
2715   echo $ECHO_N "(cached) $ECHO_C" >&6
2716 else
2717   cat >conftest.make <<\_ACEOF
2718 all:
2719         @echo 'ac_maketemp="$(MAKE)"'
2720 _ACEOF
2721 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2722 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
2723 if test -n "$ac_maketemp"; then
2724   eval ac_cv_prog_make_${ac_make}_set=yes
2725 else
2726   eval ac_cv_prog_make_${ac_make}_set=no
2727 fi
2728 rm -f conftest.make
2729 fi
2730 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
2731   echo "$as_me:$LINENO: result: yes" >&5
2732 echo "${ECHO_T}yes" >&6
2733   SET_MAKE=
2734 else
2735   echo "$as_me:$LINENO: result: no" >&5
2736 echo "${ECHO_T}no" >&6
2737   SET_MAKE="MAKE=${MAKE-make}"
2738 fi
2739
2740 rm -rf .tst 2>/dev/null
2741 mkdir .tst 2>/dev/null
2742 if test -d .tst; then
2743   am__leading_dot=.
2744 else
2745   am__leading_dot=_
2746 fi
2747 rmdir .tst 2>/dev/null
2748
2749 DEPDIR="${am__leading_dot}deps"
2750
2751           ac_config_commands="$ac_config_commands depfiles"
2752
2753
2754 am_make=${MAKE-make}
2755 cat > confinc << 'END'
2756 am__doit:
2757         @echo done
2758 .PHONY: am__doit
2759 END
2760 # If we don't find an include directive, just comment out the code.
2761 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2762 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2763 am__include="#"
2764 am__quote=
2765 _am_result=none
2766 # First try GNU make style include.
2767 echo "include confinc" > confmf
2768 # We grep out `Entering directory' and `Leaving directory'
2769 # messages which can occur if `w' ends up in MAKEFLAGS.
2770 # In particular we don't look at `^make:' because GNU make might
2771 # be invoked under some other name (usually "gmake"), in which
2772 # case it prints its new name instead of `make'.
2773 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2774    am__include=include
2775    am__quote=
2776    _am_result=GNU
2777 fi
2778 # Now try BSD make style include.
2779 if test "$am__include" = "#"; then
2780    echo '.include "confinc"' > confmf
2781    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2782       am__include=.include
2783       am__quote="\""
2784       _am_result=BSD
2785    fi
2786 fi
2787
2788
2789 echo "$as_me:$LINENO: result: $_am_result" >&5
2790 echo "${ECHO_T}$_am_result" >&6
2791 rm -f confinc confmf
2792
2793 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2794 if test "${enable_dependency_tracking+set}" = set; then
2795   enableval="$enable_dependency_tracking"
2796
2797 fi;
2798 if test "x$enable_dependency_tracking" != xno; then
2799   am_depcomp="$ac_aux_dir/depcomp"
2800   AMDEPBACKSLASH='\'
2801 fi
2802
2803
2804 if test "x$enable_dependency_tracking" != xno; then
2805   AMDEP_TRUE=
2806   AMDEP_FALSE='#'
2807 else
2808   AMDEP_TRUE='#'
2809   AMDEP_FALSE=
2810 fi
2811
2812
2813
2814 # test to see if srcdir already configured
2815 if test "`cd $srcdir && pwd`" != "`pwd`" &&
2816    test -f $srcdir/config.status; then
2817   { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2818 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2819    { (exit 1); exit 1; }; }
2820 fi
2821
2822 # test whether we have cygpath
2823 if test -z "$CYGPATH_W"; then
2824   if (cygpath --version) >/dev/null 2>/dev/null; then
2825     CYGPATH_W='cygpath -w'
2826   else
2827     CYGPATH_W=echo
2828   fi
2829 fi
2830
2831
2832 # Define the identity of the package.
2833  PACKAGE=gprof
2834  VERSION=${BFD_VERSION}
2835
2836
2837 cat >>confdefs.h <<_ACEOF
2838 #define PACKAGE "$PACKAGE"
2839 _ACEOF
2840
2841
2842 cat >>confdefs.h <<_ACEOF
2843 #define VERSION "$VERSION"
2844 _ACEOF
2845
2846 # Some tools Automake needs.
2847
2848 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2849
2850
2851 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2852
2853
2854 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2855
2856
2857 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2858
2859
2860 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2861
2862 install_sh=${install_sh-"$am_aux_dir/install-sh"}
2863
2864 # Installed binaries are usually stripped using `strip' when the user
2865 # run `make install-strip'.  However `strip' might not be the right
2866 # tool to use in cross-compilation environments, therefore Automake
2867 # will honor the `STRIP' environment variable to overrule this program.
2868 if test "$cross_compiling" != no; then
2869   if test -n "$ac_tool_prefix"; then
2870   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2871 set dummy ${ac_tool_prefix}strip; ac_word=$2
2872 echo "$as_me:$LINENO: checking for $ac_word" >&5
2873 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2874 if test "${ac_cv_prog_STRIP+set}" = set; then
2875   echo $ECHO_N "(cached) $ECHO_C" >&6
2876 else
2877   if test -n "$STRIP"; then
2878   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2879 else
2880 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2881 for as_dir in $PATH
2882 do
2883   IFS=$as_save_IFS
2884   test -z "$as_dir" && as_dir=.
2885   for ac_exec_ext in '' $ac_executable_extensions; do
2886   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2887     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2888     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2889     break 2
2890   fi
2891 done
2892 done
2893
2894 fi
2895 fi
2896 STRIP=$ac_cv_prog_STRIP
2897 if test -n "$STRIP"; then
2898   echo "$as_me:$LINENO: result: $STRIP" >&5
2899 echo "${ECHO_T}$STRIP" >&6
2900 else
2901   echo "$as_me:$LINENO: result: no" >&5
2902 echo "${ECHO_T}no" >&6
2903 fi
2904
2905 fi
2906 if test -z "$ac_cv_prog_STRIP"; then
2907   ac_ct_STRIP=$STRIP
2908   # Extract the first word of "strip", so it can be a program name with args.
2909 set dummy strip; ac_word=$2
2910 echo "$as_me:$LINENO: checking for $ac_word" >&5
2911 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2912 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2913   echo $ECHO_N "(cached) $ECHO_C" >&6
2914 else
2915   if test -n "$ac_ct_STRIP"; then
2916   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2917 else
2918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2919 for as_dir in $PATH
2920 do
2921   IFS=$as_save_IFS
2922   test -z "$as_dir" && as_dir=.
2923   for ac_exec_ext in '' $ac_executable_extensions; do
2924   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2925     ac_cv_prog_ac_ct_STRIP="strip"
2926     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2927     break 2
2928   fi
2929 done
2930 done
2931
2932   test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
2933 fi
2934 fi
2935 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2936 if test -n "$ac_ct_STRIP"; then
2937   echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2938 echo "${ECHO_T}$ac_ct_STRIP" >&6
2939 else
2940   echo "$as_me:$LINENO: result: no" >&5
2941 echo "${ECHO_T}no" >&6
2942 fi
2943
2944   STRIP=$ac_ct_STRIP
2945 else
2946   STRIP="$ac_cv_prog_STRIP"
2947 fi
2948
2949 fi
2950 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
2951
2952 # We need awk for the "check" target.  The system "awk" is bad on
2953 # some platforms.
2954 # Always define AMTAR for backward compatibility.
2955
2956 AMTAR=${AMTAR-"${am_missing_run}tar"}
2957
2958 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2959
2960
2961
2962
2963 depcc="$CC"   am_compiler_list=
2964
2965 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2966 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2967 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
2968   echo $ECHO_N "(cached) $ECHO_C" >&6
2969 else
2970   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2971   # We make a subdir and do the tests there.  Otherwise we can end up
2972   # making bogus files that we don't know about and never remove.  For
2973   # instance it was reported that on HP-UX the gcc test will end up
2974   # making a dummy file named `D' -- because `-MD' means `put the output
2975   # in D'.
2976   mkdir conftest.dir
2977   # Copy depcomp to subdir because otherwise we won't find it if we're
2978   # using a relative directory.
2979   cp "$am_depcomp" conftest.dir
2980   cd conftest.dir
2981   # We will build objects and dependencies in a subdirectory because
2982   # it helps to detect inapplicable dependency modes.  For instance
2983   # both Tru64's cc and ICC support -MD to output dependencies as a
2984   # side effect of compilation, but ICC will put the dependencies in
2985   # the current directory while Tru64 will put them in the object
2986   # directory.
2987   mkdir sub
2988
2989   am_cv_CC_dependencies_compiler_type=none
2990   if test "$am_compiler_list" = ""; then
2991      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2992   fi
2993   for depmode in $am_compiler_list; do
2994     # Setup a source with many dependencies, because some compilers
2995     # like to wrap large dependency lists on column 80 (with \), and
2996     # we should not choose a depcomp mode which is confused by this.
2997     #
2998     # We need to recreate these files for each test, as the compiler may
2999     # overwrite some of them when testing with obscure command lines.
3000     # This happens at least with the AIX C compiler.
3001     : > sub/conftest.c
3002     for i in 1 2 3 4 5 6; do
3003       echo '#include "conftst'$i'.h"' >> sub/conftest.c
3004       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3005       # Solaris 8's {/usr,}/bin/sh.
3006       touch sub/conftst$i.h
3007     done
3008     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3009
3010     case $depmode in
3011     nosideeffect)
3012       # after this tag, mechanisms are not by side-effect, so they'll
3013       # only be used when explicitly requested
3014       if test "x$enable_dependency_tracking" = xyes; then
3015         continue
3016       else
3017         break
3018       fi
3019       ;;
3020     none) break ;;
3021     esac
3022     # We check with `-c' and `-o' for the sake of the "dashmstdout"
3023     # mode.  It turns out that the SunPro C++ compiler does not properly
3024     # handle `-M -o', and we need to detect this.
3025     if depmode=$depmode \
3026        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3027        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3028        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3029          >/dev/null 2>conftest.err &&
3030        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3031        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3032        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3033       # icc doesn't choke on unknown options, it will just issue warnings
3034       # or remarks (even with -Werror).  So we grep stderr for any message
3035       # that says an option was ignored or not supported.
3036       # When given -MP, icc 7.0 and 7.1 complain thusly:
3037       #   icc: Command line warning: ignoring option '-M'; no argument required
3038       # The diagnosis changed in icc 8.0:
3039       #   icc: Command line remark: option '-MP' not supported
3040       if (grep 'ignoring option' conftest.err ||
3041           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3042         am_cv_CC_dependencies_compiler_type=$depmode
3043         break
3044       fi
3045     fi
3046   done
3047
3048   cd ..
3049   rm -rf conftest.dir
3050 else
3051   am_cv_CC_dependencies_compiler_type=none
3052 fi
3053
3054 fi
3055 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3056 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3057 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3058
3059
3060
3061 if
3062   test "x$enable_dependency_tracking" != xno \
3063   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3064   am__fastdepCC_TRUE=
3065   am__fastdepCC_FALSE='#'
3066 else
3067   am__fastdepCC_TRUE='#'
3068   am__fastdepCC_FALSE=
3069 fi
3070
3071
3072
3073
3074 # Check whether --enable-shared or --disable-shared was given.
3075 if test "${enable_shared+set}" = set; then
3076   enableval="$enable_shared"
3077   p=${PACKAGE-default}
3078 case $enableval in
3079 yes) enable_shared=yes ;;
3080 no) enable_shared=no ;;
3081 *)
3082   enable_shared=no
3083   # Look at the argument we got.  We use all the common list separators.
3084   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3085   for pkg in $enableval; do
3086     if test "X$pkg" = "X$p"; then
3087       enable_shared=yes
3088     fi
3089   done
3090   IFS="$ac_save_ifs"
3091   ;;
3092 esac
3093 else
3094   enable_shared=yes
3095 fi;
3096 # Check whether --enable-static or --disable-static was given.
3097 if test "${enable_static+set}" = set; then
3098   enableval="$enable_static"
3099   p=${PACKAGE-default}
3100 case $enableval in
3101 yes) enable_static=yes ;;
3102 no) enable_static=no ;;
3103 *)
3104   enable_static=no
3105   # Look at the argument we got.  We use all the common list separators.
3106   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3107   for pkg in $enableval; do
3108     if test "X$pkg" = "X$p"; then
3109       enable_static=yes
3110     fi
3111   done
3112   IFS="$ac_save_ifs"
3113   ;;
3114 esac
3115 else
3116   enable_static=yes
3117 fi;
3118 # Check whether --enable-fast-install or --disable-fast-install was given.
3119 if test "${enable_fast_install+set}" = set; then
3120   enableval="$enable_fast_install"
3121   p=${PACKAGE-default}
3122 case $enableval in
3123 yes) enable_fast_install=yes ;;
3124 no) enable_fast_install=no ;;
3125 *)
3126   enable_fast_install=no
3127   # Look at the argument we got.  We use all the common list separators.
3128   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3129   for pkg in $enableval; do
3130     if test "X$pkg" = "X$p"; then
3131       enable_fast_install=yes
3132     fi
3133   done
3134   IFS="$ac_save_ifs"
3135   ;;
3136 esac
3137 else
3138   enable_fast_install=yes
3139 fi;
3140
3141 # Check whether --with-gnu-ld or --without-gnu-ld was given.
3142 if test "${with_gnu_ld+set}" = set; then
3143   withval="$with_gnu_ld"
3144   test "$withval" = no || with_gnu_ld=yes
3145 else
3146   with_gnu_ld=no
3147 fi;
3148 ac_prog=ld
3149 if test "$GCC" = yes; then
3150   # Check if gcc -print-prog-name=ld gives a path.
3151   echo "$as_me:$LINENO: checking for ld used by GCC" >&5
3152 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
3153   case $host in
3154   *-*-mingw*)
3155     # gcc leaves a trailing carriage return which upsets mingw
3156     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3157   *)
3158     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
3159   esac
3160   case $ac_prog in
3161     # Accept absolute paths.
3162     [\\/]* | [A-Za-z]:[\\/]*)
3163       re_direlt='/[^/][^/]*/\.\./'
3164       # Canonicalize the path of ld
3165       ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
3166       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
3167         ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
3168       done
3169       test -z "$LD" && LD="$ac_prog"
3170       ;;
3171   "")
3172     # If it fails, then pretend we aren't using GCC.
3173     ac_prog=ld
3174     ;;
3175   *)
3176     # If it is relative, then search for the first ld in PATH.
3177     with_gnu_ld=unknown
3178     ;;
3179   esac
3180 elif test "$with_gnu_ld" = yes; then
3181   echo "$as_me:$LINENO: checking for GNU ld" >&5
3182 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
3183 else
3184   echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3185 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
3186 fi
3187 if test "${lt_cv_path_LD+set}" = set; then
3188   echo $ECHO_N "(cached) $ECHO_C" >&6
3189 else
3190   if test -z "$LD"; then
3191   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3192   for ac_dir in $PATH; do
3193     test -z "$ac_dir" && ac_dir=.
3194     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
3195       lt_cv_path_LD="$ac_dir/$ac_prog"
3196       # Check to see if the program is GNU ld.  I'd rather use --version,
3197       # but apparently some GNU ld's only accept -v.
3198       # Break only if it was the GNU/non-GNU ld that we prefer.
3199       if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
3200         test "$with_gnu_ld" != no && break
3201       else
3202         test "$with_gnu_ld" != yes && break
3203       fi
3204     fi
3205   done
3206   IFS="$ac_save_ifs"
3207 else
3208   lt_cv_path_LD="$LD" # Let the user override the test with a path.
3209 fi
3210 fi
3211
3212 LD="$lt_cv_path_LD"
3213 if test -n "$LD"; then
3214   echo "$as_me:$LINENO: result: $LD" >&5
3215 echo "${ECHO_T}$LD" >&6
3216 else
3217   echo "$as_me:$LINENO: result: no" >&5
3218 echo "${ECHO_T}no" >&6
3219 fi
3220 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3221 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3222    { (exit 1); exit 1; }; }
3223 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3224 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
3225 if test "${lt_cv_prog_gnu_ld+set}" = set; then
3226   echo $ECHO_N "(cached) $ECHO_C" >&6
3227 else
3228   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
3229 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
3230   lt_cv_prog_gnu_ld=yes
3231 else
3232   lt_cv_prog_gnu_ld=no
3233 fi
3234 fi
3235 echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
3236 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
3237 with_gnu_ld=$lt_cv_prog_gnu_ld
3238
3239
3240 echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
3241 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
3242 if test "${lt_cv_ld_reload_flag+set}" = set; then
3243   echo $ECHO_N "(cached) $ECHO_C" >&6
3244 else
3245   lt_cv_ld_reload_flag='-r'
3246 fi
3247 echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
3248 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
3249 reload_flag=$lt_cv_ld_reload_flag
3250 test -n "$reload_flag" && reload_flag=" $reload_flag"
3251
3252 echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
3253 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
3254 if test "${lt_cv_path_NM+set}" = set; then
3255   echo $ECHO_N "(cached) $ECHO_C" >&6
3256 else
3257   if test -n "$NM"; then
3258   # Let the user override the test.
3259   lt_cv_path_NM="$NM"
3260 else
3261   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3262   for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
3263     test -z "$ac_dir" && ac_dir=.
3264     tmp_nm=$ac_dir/${ac_tool_prefix}nm
3265     if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then
3266       # Check to see if the nm accepts a BSD-compat flag.
3267       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
3268       #   nm: unknown option "B" ignored
3269       # Tru64's nm complains that /dev/null is an invalid object file
3270       if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
3271         lt_cv_path_NM="$tmp_nm -B"
3272         break
3273       elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
3274         lt_cv_path_NM="$tmp_nm -p"
3275         break
3276       else
3277         lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
3278         continue # so that we can try to find one that supports BSD flags
3279       fi
3280     fi
3281   done
3282   IFS="$ac_save_ifs"
3283   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
3284 fi
3285 fi
3286
3287 NM="$lt_cv_path_NM"
3288 echo "$as_me:$LINENO: result: $NM" >&5
3289 echo "${ECHO_T}$NM" >&6
3290
3291 echo "$as_me:$LINENO: checking whether ln -s works" >&5
3292 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
3293 LN_S=$as_ln_s
3294 if test "$LN_S" = "ln -s"; then
3295   echo "$as_me:$LINENO: result: yes" >&5
3296 echo "${ECHO_T}yes" >&6
3297 else
3298   echo "$as_me:$LINENO: result: no, using $LN_S" >&5
3299 echo "${ECHO_T}no, using $LN_S" >&6
3300 fi
3301
3302 echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
3303 echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
3304 if test "${lt_cv_deplibs_check_method+set}" = set; then
3305   echo $ECHO_N "(cached) $ECHO_C" >&6
3306 else
3307   lt_cv_file_magic_cmd='$MAGIC_CMD'
3308 lt_cv_file_magic_test_file=
3309 lt_cv_deplibs_check_method='unknown'
3310 # Need to set the preceding variable on all platforms that support
3311 # interlibrary dependencies.
3312 # 'none' -- dependencies not supported.
3313 # `unknown' -- same as none, but documents that we really don't know.
3314 # 'pass_all' -- all dependencies passed with no checks.
3315 # 'test_compile' -- check by making test program.
3316 # 'file_magic [regex]' -- check by looking for files in library path
3317 # which responds to the $file_magic_cmd with a given egrep regex.
3318 # If you have `file' or equivalent on your system and you're not sure
3319 # whether `pass_all' will *always* work, you probably want this one.
3320
3321 case $host_os in
3322 aix*)
3323   lt_cv_deplibs_check_method=pass_all
3324   ;;
3325
3326 beos*)
3327   lt_cv_deplibs_check_method=pass_all
3328   ;;
3329
3330 bsdi4*)
3331   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
3332   lt_cv_file_magic_cmd='/usr/bin/file -L'
3333   lt_cv_file_magic_test_file=/shlib/libc.so
3334   ;;
3335
3336 cygwin* | mingw* |pw32*)
3337   lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
3338   lt_cv_file_magic_cmd='$OBJDUMP -f'
3339   ;;
3340
3341 darwin* | rhapsody*)
3342   # this will be overwritten by pass_all, but leave it in just in case
3343   lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
3344   lt_cv_file_magic_cmd='/usr/bin/file -L'
3345   case "$host_os" in
3346   rhapsody* | darwin1.012)
3347     lt_cv_file_magic_test_file='/System/Library/Frameworks/System.framework/System'
3348     ;;
3349   *) # Darwin 1.3 on
3350     lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
3351     ;;
3352   esac
3353   lt_cv_deplibs_check_method=pass_all
3354   ;;
3355
3356 freebsd* | kfreebsd*-gnu)
3357   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
3358     case $host_cpu in
3359     i*86 )
3360       # Not sure whether the presence of OpenBSD here was a mistake.
3361       # Let's accept both of them until this is cleared up.
3362       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
3363       lt_cv_file_magic_cmd=/usr/bin/file
3364       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
3365       ;;
3366     esac
3367   else
3368     lt_cv_deplibs_check_method=pass_all
3369   fi
3370   ;;
3371
3372 gnu*)
3373   lt_cv_deplibs_check_method=pass_all
3374   ;;
3375
3376 hpux10.20*|hpux11*)
3377   case $host_cpu in
3378   hppa*)
3379     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
3380     lt_cv_file_magic_cmd=/usr/bin/file
3381     lt_cv_file_magic_test_file=/usr/lib/libc.sl
3382     ;;
3383   ia64*)
3384     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
3385     lt_cv_file_magic_cmd=/usr/bin/file
3386     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
3387     ;;
3388   esac
3389   ;;
3390
3391 irix5* | irix6*)
3392   case $host_os in
3393   irix5*)
3394     # this will be overridden with pass_all, but let us keep it just in case
3395     lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
3396     ;;
3397   *)
3398     case $LD in
3399     *-32|*"-32 ") libmagic=32-bit;;
3400     *-n32|*"-n32 ") libmagic=N32;;
3401     *-64|*"-64 ") libmagic=64-bit;;
3402     *) libmagic=never-match;;
3403     esac
3404     # this will be overridden with pass_all, but let us keep it just in case
3405     lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
3406     ;;
3407   esac
3408   lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
3409   lt_cv_deplibs_check_method=pass_all
3410   ;;
3411
3412 # This must be Linux ELF.
3413 linux-gnu*)
3414   lt_cv_deplibs_check_method=pass_all
3415   ;;
3416
3417 netbsd* | knetbsd*-gnu)
3418   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
3419     lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
3420   else
3421     lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$'
3422   fi
3423   ;;
3424
3425 newsos6)
3426   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
3427   lt_cv_file_magic_cmd=/usr/bin/file
3428   lt_cv_file_magic_test_file=/usr/lib/libnls.so
3429   ;;
3430
3431 osf3* | osf4* | osf5*)
3432   # this will be overridden with pass_all, but let us keep it just in case
3433   lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
3434   lt_cv_file_magic_test_file=/shlib/libc.so
3435   lt_cv_deplibs_check_method=pass_all
3436   ;;
3437
3438 sco3.2v5*)
3439   lt_cv_deplibs_check_method=pass_all
3440   ;;
3441
3442 solaris*)
3443   lt_cv_deplibs_check_method=pass_all
3444   lt_cv_file_magic_test_file=/lib/libc.so
3445   ;;
3446
3447 sysv5uw[78]* | sysv4*uw2*)
3448   lt_cv_deplibs_check_method=pass_all
3449   ;;
3450
3451 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
3452   case $host_vendor in
3453   ncr)
3454     lt_cv_deplibs_check_method=pass_all
3455     ;;
3456   motorola)
3457     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
3458     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
3459     ;;
3460   esac
3461   ;;
3462 esac
3463
3464 fi
3465 echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
3466 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
3467 file_magic_cmd=$lt_cv_file_magic_cmd
3468 deplibs_check_method=$lt_cv_deplibs_check_method
3469
3470
3471
3472
3473 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
3474
3475 # find the maximum length of command line arguments
3476 echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
3477 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
3478 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
3479   echo $ECHO_N "(cached) $ECHO_C" >&6
3480 else
3481     i=0
3482   teststring="ABCD"
3483
3484   case $build_os in
3485   msdosdjgpp*)
3486     # On DJGPP, this test can blow up pretty badly due to problems in libc
3487     # (any single argument exceeding 2000 bytes causes a buffer overrun
3488     # during glob expansion).  Even if it were fixed, the result of this
3489     # check would be larger than it should be.
3490     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
3491     ;;
3492
3493   cygwin* | mingw*)
3494     # On Win9x/ME, this test blows up -- it succeeds, but takes
3495     # about 5 minutes as the teststring grows exponentially.
3496     # Worse, since 9x/ME are not pre-emptively multitasking,
3497     # you end up with a "frozen" computer, even though with patience
3498     # the test eventually succeeds (with a max line length of 256k).
3499     # Instead, let's just punt: use the minimum linelength reported by
3500     # all of the supported platforms: 8192 (on NT/2K/XP).
3501     lt_cv_sys_max_cmd_len=8192;
3502     ;;
3503
3504   amigaos*)
3505     # On AmigaOS with pdksh, this test takes hours, literally.
3506     # So we just punt and use a minimum line length of 8192.
3507     lt_cv_sys_max_cmd_len=8192;
3508     ;;
3509
3510   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
3511     # This has been around since 386BSD, at least.  Likely further.
3512     if test -x /sbin/sysctl; then
3513       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
3514     elif test -x /usr/sbin/sysctl; then
3515       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
3516     else
3517       lt_cv_sys_max_cmd_len=65536 # usable default for *BSD
3518     fi
3519     # And add a safety zone
3520     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
3521     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
3522     ;;
3523   esac
3524
3525 fi
3526
3527 if test -n "$lt_cv_sys_max_cmd_len" ; then
3528   echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
3529 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
3530 else
3531   echo "$as_me:$LINENO: result: none" >&5
3532 echo "${ECHO_T}none" >&6
3533 fi
3534
3535
3536 # Only perform the check for file, if the check method requires it
3537 case $deplibs_check_method in
3538 file_magic*)
3539   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
3540     echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
3541 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
3542 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3543   echo $ECHO_N "(cached) $ECHO_C" >&6
3544 else
3545   case $MAGIC_CMD in
3546   /*)
3547   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
3548   ;;
3549   ?:/*)
3550   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
3551   ;;
3552   *)
3553   ac_save_MAGIC_CMD="$MAGIC_CMD"
3554   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3555   ac_dummy="/usr/bin:$PATH"
3556   for ac_dir in $ac_dummy; do
3557     test -z "$ac_dir" && ac_dir=.
3558     if test -f $ac_dir/${ac_tool_prefix}file; then
3559       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
3560       if test -n "$file_magic_test_file"; then
3561         case $deplibs_check_method in
3562         "file_magic "*)
3563           file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
3564           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
3565           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
3566             egrep "$file_magic_regex" > /dev/null; then
3567             :
3568           else
3569             cat <<EOF 1>&2
3570
3571 *** Warning: the command libtool uses to detect shared libraries,
3572 *** $file_magic_cmd, produces output that libtool cannot recognize.
3573 *** The result is that libtool may fail to recognize shared libraries
3574 *** as such.  This will affect the creation of libtool libraries that
3575 *** depend on shared libraries, but programs linked with such libtool
3576 *** libraries will work regardless of this problem.  Nevertheless, you
3577 *** may want to report the problem to your system manager and/or to
3578 *** bug-libtool@gnu.org
3579
3580 EOF
3581           fi ;;
3582         esac
3583       fi
3584       break
3585     fi
3586   done
3587   IFS="$ac_save_ifs"
3588   MAGIC_CMD="$ac_save_MAGIC_CMD"
3589   ;;
3590 esac
3591 fi
3592
3593 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
3594 if test -n "$MAGIC_CMD"; then
3595   echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3596 echo "${ECHO_T}$MAGIC_CMD" >&6
3597 else
3598   echo "$as_me:$LINENO: result: no" >&5
3599 echo "${ECHO_T}no" >&6
3600 fi
3601
3602 if test -z "$lt_cv_path_MAGIC_CMD"; then
3603   if test -n "$ac_tool_prefix"; then
3604     echo "$as_me:$LINENO: checking for file" >&5
3605 echo $ECHO_N "checking for file... $ECHO_C" >&6
3606 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3607   echo $ECHO_N "(cached) $ECHO_C" >&6
3608 else
3609   case $MAGIC_CMD in
3610   /*)
3611   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
3612   ;;
3613   ?:/*)
3614   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
3615   ;;
3616   *)
3617   ac_save_MAGIC_CMD="$MAGIC_CMD"
3618   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3619   ac_dummy="/usr/bin:$PATH"
3620   for ac_dir in $ac_dummy; do
3621     test -z "$ac_dir" && ac_dir=.
3622     if test -f $ac_dir/file; then
3623       lt_cv_path_MAGIC_CMD="$ac_dir/file"
3624       if test -n "$file_magic_test_file"; then
3625         case $deplibs_check_method in
3626         "file_magic "*)
3627           file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
3628           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
3629           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
3630             egrep "$file_magic_regex" > /dev/null; then
3631             :
3632           else
3633             cat <<EOF 1>&2
3634
3635 *** Warning: the command libtool uses to detect shared libraries,
3636 *** $file_magic_cmd, produces output that libtool cannot recognize.
3637 *** The result is that libtool may fail to recognize shared libraries
3638 *** as such.  This will affect the creation of libtool libraries that
3639 *** depend on shared libraries, but programs linked with such libtool
3640 *** libraries will work regardless of this problem.  Nevertheless, you
3641 *** may want to report the problem to your system manager and/or to
3642 *** bug-libtool@gnu.org
3643
3644 EOF
3645           fi ;;
3646         esac
3647       fi
3648       break
3649     fi
3650   done
3651   IFS="$ac_save_ifs"
3652   MAGIC_CMD="$ac_save_MAGIC_CMD"
3653   ;;
3654 esac
3655 fi
3656
3657 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
3658 if test -n "$MAGIC_CMD"; then
3659   echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3660 echo "${ECHO_T}$MAGIC_CMD" >&6
3661 else
3662   echo "$as_me:$LINENO: result: no" >&5
3663 echo "${ECHO_T}no" >&6
3664 fi
3665
3666   else
3667     MAGIC_CMD=:
3668   fi
3669 fi
3670
3671   fi
3672   ;;
3673 esac
3674
3675 if test -n "$ac_tool_prefix"; then
3676   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3677 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3678 echo "$as_me:$LINENO: checking for $ac_word" >&5
3679 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3680 if test "${ac_cv_prog_RANLIB+set}" = set; then
3681   echo $ECHO_N "(cached) $ECHO_C" >&6
3682 else
3683   if test -n "$RANLIB"; then
3684   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3685 else
3686 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3687 for as_dir in $PATH
3688 do
3689   IFS=$as_save_IFS
3690   test -z "$as_dir" && as_dir=.
3691   for ac_exec_ext in '' $ac_executable_extensions; do
3692   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3693     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3694     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3695     break 2
3696   fi
3697 done
3698 done
3699
3700 fi
3701 fi
3702 RANLIB=$ac_cv_prog_RANLIB
3703 if test -n "$RANLIB"; then
3704   echo "$as_me:$LINENO: result: $RANLIB" >&5
3705 echo "${ECHO_T}$RANLIB" >&6
3706 else
3707   echo "$as_me:$LINENO: result: no" >&5
3708 echo "${ECHO_T}no" >&6
3709 fi
3710
3711 fi
3712 if test -z "$ac_cv_prog_RANLIB"; then
3713   ac_ct_RANLIB=$RANLIB
3714   # Extract the first word of "ranlib", so it can be a program name with args.
3715 set dummy ranlib; ac_word=$2
3716 echo "$as_me:$LINENO: checking for $ac_word" >&5
3717 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3718 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3719   echo $ECHO_N "(cached) $ECHO_C" >&6
3720 else
3721   if test -n "$ac_ct_RANLIB"; then
3722   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3723 else
3724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3725 for as_dir in $PATH
3726 do
3727   IFS=$as_save_IFS
3728   test -z "$as_dir" && as_dir=.
3729   for ac_exec_ext in '' $ac_executable_extensions; do
3730   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3731     ac_cv_prog_ac_ct_RANLIB="ranlib"
3732     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3733     break 2
3734   fi
3735 done
3736 done
3737
3738   test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
3739 fi
3740 fi
3741 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3742 if test -n "$ac_ct_RANLIB"; then
3743   echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3744 echo "${ECHO_T}$ac_ct_RANLIB" >&6
3745 else
3746   echo "$as_me:$LINENO: result: no" >&5
3747 echo "${ECHO_T}no" >&6
3748 fi
3749
3750   RANLIB=$ac_ct_RANLIB
3751 else
3752   RANLIB="$ac_cv_prog_RANLIB"
3753 fi
3754
3755 if test -n "$ac_tool_prefix"; then
3756   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3757 set dummy ${ac_tool_prefix}strip; ac_word=$2
3758 echo "$as_me:$LINENO: checking for $ac_word" >&5
3759 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3760 if test "${ac_cv_prog_STRIP+set}" = set; then
3761   echo $ECHO_N "(cached) $ECHO_C" >&6
3762 else
3763   if test -n "$STRIP"; then
3764   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3765 else
3766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3767 for as_dir in $PATH
3768 do
3769   IFS=$as_save_IFS
3770   test -z "$as_dir" && as_dir=.
3771   for ac_exec_ext in '' $ac_executable_extensions; do
3772   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3773     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3774     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3775     break 2
3776   fi
3777 done
3778 done
3779
3780 fi
3781 fi
3782 STRIP=$ac_cv_prog_STRIP
3783 if test -n "$STRIP"; then
3784   echo "$as_me:$LINENO: result: $STRIP" >&5
3785 echo "${ECHO_T}$STRIP" >&6
3786 else
3787   echo "$as_me:$LINENO: result: no" >&5
3788 echo "${ECHO_T}no" >&6
3789 fi
3790
3791 fi
3792 if test -z "$ac_cv_prog_STRIP"; then
3793   ac_ct_STRIP=$STRIP
3794   # Extract the first word of "strip", so it can be a program name with args.
3795 set dummy strip; ac_word=$2
3796 echo "$as_me:$LINENO: checking for $ac_word" >&5
3797 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3798 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3799   echo $ECHO_N "(cached) $ECHO_C" >&6
3800 else
3801   if test -n "$ac_ct_STRIP"; then
3802   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3803 else
3804 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3805 for as_dir in $PATH
3806 do
3807   IFS=$as_save_IFS
3808   test -z "$as_dir" && as_dir=.
3809   for ac_exec_ext in '' $ac_executable_extensions; do
3810   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3811     ac_cv_prog_ac_ct_STRIP="strip"
3812     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3813     break 2
3814   fi
3815 done
3816 done
3817
3818   test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
3819 fi
3820 fi
3821 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3822 if test -n "$ac_ct_STRIP"; then
3823   echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3824 echo "${ECHO_T}$ac_ct_STRIP" >&6
3825 else
3826   echo "$as_me:$LINENO: result: no" >&5
3827 echo "${ECHO_T}no" >&6
3828 fi
3829
3830   STRIP=$ac_ct_STRIP
3831 else
3832   STRIP="$ac_cv_prog_STRIP"
3833 fi
3834
3835
3836 # Check for any special flags to pass to ltconfig.
3837 libtool_flags="--cache-file=$cache_file"
3838 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
3839 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
3840 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
3841 test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc"
3842 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
3843
3844
3845 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
3846 if test "${enable_libtool_lock+set}" = set; then
3847   enableval="$enable_libtool_lock"
3848
3849 fi;
3850 test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
3851 test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
3852
3853
3854 # Check whether --with-pic or --without-pic was given.
3855 if test "${with_pic+set}" = set; then
3856   withval="$with_pic"
3857   pic_mode="$withval"
3858 else
3859   pic_mode=default
3860 fi;
3861 test x"$pic_mode" = xyes && libtool_flags="$libtool_flags --prefer-pic"
3862 test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
3863
3864 # Some flags need to be propagated to the compiler or linker for good
3865 # libtool support.
3866 case $host in
3867 *-*-irix6*)
3868   # Find out which ABI we are using.
3869   echo '#line 3869 "configure"' > conftest.$ac_ext
3870   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3871   (eval $ac_compile) 2>&5
3872   ac_status=$?
3873   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3874   (exit $ac_status); }; then
3875    if test "$lt_cv_prog_gnu_ld" = yes; then
3876     case `/usr/bin/file conftest.$ac_objext` in
3877     *32-bit*)
3878       LD="${LD-ld} -melf32bsmip"
3879       ;;
3880     *N32*)
3881       LD="${LD-ld} -melf32bmipn32"
3882       ;;
3883     *64-bit*)
3884       LD="${LD-ld} -melf64bmip"
3885       ;;
3886     esac
3887    else
3888     case `/usr/bin/file conftest.$ac_objext` in
3889     *32-bit*)
3890       LD="${LD-ld} -32"
3891       ;;
3892     *N32*)
3893       LD="${LD-ld} -n32"
3894       ;;
3895     *64-bit*)
3896       LD="${LD-ld} -64"
3897       ;;
3898     esac
3899    fi
3900   fi
3901   rm -rf conftest*
3902   ;;
3903
3904 ia64-*-hpux*)
3905   # Find out which ABI we are using.
3906   echo 'int i;' > conftest.$ac_ext
3907   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3908   (eval $ac_compile) 2>&5
3909   ac_status=$?
3910   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3911   (exit $ac_status); }; then
3912     case "`/usr/bin/file conftest.o`" in
3913     *ELF-32*)
3914       HPUX_IA64_MODE="32"
3915       ;;
3916     *ELF-64*)
3917       HPUX_IA64_MODE="64"
3918       ;;
3919     esac
3920   fi
3921   rm -rf conftest*
3922   ;;
3923
3924 x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
3925   # Find out which ABI we are using.
3926   echo 'int i;' > conftest.$ac_ext
3927   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3928   (eval $ac_compile) 2>&5
3929   ac_status=$?
3930   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3931   (exit $ac_status); }; then
3932     case "`/usr/bin/file conftest.o`" in
3933     *32-bit*)
3934       case $host in
3935         x86_64-*linux*)
3936           LD="${LD-ld} -m elf_i386"
3937           ;;
3938         ppc64-*linux*|powerpc64-*linux*)
3939           LD="${LD-ld} -m elf32ppclinux"
3940           ;;
3941         s390x-*linux*)
3942           LD="${LD-ld} -m elf_s390"
3943           ;;
3944         sparc64-*linux*)
3945           LD="${LD-ld} -m elf32_sparc"
3946           ;;
3947       esac
3948       ;;
3949     *64-bit*)
3950       case $host in
3951         x86_64-*linux*)
3952           LD="${LD-ld} -m elf_x86_64"
3953           ;;
3954         ppc*-*linux*|powerpc*-*linux*)
3955           LD="${LD-ld} -m elf64ppc"
3956           ;;
3957         s390*-*linux*)
3958           LD="${LD-ld} -m elf64_s390"
3959           ;;
3960         sparc*-*linux*)
3961           LD="${LD-ld} -m elf64_sparc"
3962           ;;
3963       esac
3964       ;;
3965     esac
3966   fi
3967   rm -rf conftest*
3968   ;;
3969
3970 *-*-sco3.2v5*)
3971   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
3972   SAVE_CFLAGS="$CFLAGS"
3973   CFLAGS="$CFLAGS -belf"
3974   echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
3975 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
3976 if test "${lt_cv_cc_needs_belf+set}" = set; then
3977   echo $ECHO_N "(cached) $ECHO_C" >&6
3978 else
3979
3980
3981      ac_ext=c
3982 ac_cpp='$CPP $CPPFLAGS'
3983 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3984 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3985 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3986
3987      cat >conftest.$ac_ext <<_ACEOF
3988 /* confdefs.h.  */
3989 _ACEOF
3990 cat confdefs.h >>conftest.$ac_ext
3991 cat >>conftest.$ac_ext <<_ACEOF
3992 /* end confdefs.h.  */
3993
3994 int
3995 main ()
3996 {
3997
3998   ;
3999   return 0;
4000 }
4001 _ACEOF
4002 rm -f conftest.$ac_objext conftest$ac_exeext
4003 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4004   (eval $ac_link) 2>conftest.er1
4005   ac_status=$?
4006   grep -v '^ *+' conftest.er1 >conftest.err
4007   rm -f conftest.er1
4008   cat conftest.err >&5
4009   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4010   (exit $ac_status); } &&
4011          { ac_try='test -z "$ac_c_werror_flag"
4012                          || test ! -s conftest.err'
4013   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4014   (eval $ac_try) 2>&5
4015   ac_status=$?
4016   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4017   (exit $ac_status); }; } &&
4018          { ac_try='test -s conftest$ac_exeext'
4019   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4020   (eval $ac_try) 2>&5
4021   ac_status=$?
4022   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4023   (exit $ac_status); }; }; then
4024   lt_cv_cc_needs_belf=yes
4025 else
4026   echo "$as_me: failed program was:" >&5
4027 sed 's/^/| /' conftest.$ac_ext >&5
4028
4029 lt_cv_cc_needs_belf=no
4030 fi
4031 rm -f conftest.err conftest.$ac_objext \
4032       conftest$ac_exeext conftest.$ac_ext
4033      ac_ext=c
4034 ac_cpp='$CPP $CPPFLAGS'
4035 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4036 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4037 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4038
4039 fi
4040 echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
4041 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
4042   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
4043     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
4044     CFLAGS="$SAVE_CFLAGS"
4045   fi
4046   ;;
4047
4048
4049 esac
4050
4051
4052 # Save cache, so that ltconfig can load it
4053 cat >confcache <<\_ACEOF
4054 # This file is a shell script that caches the results of configure
4055 # tests run on this system so they can be shared between configure
4056 # scripts and configure runs, see configure's option --config-cache.
4057 # It is not useful on other systems.  If it contains results you don't
4058 # want to keep, you may remove or edit it.
4059 #
4060 # config.status only pays attention to the cache file if you give it
4061 # the --recheck option to rerun configure.
4062 #
4063 # `ac_cv_env_foo' variables (set or unset) will be overridden when
4064 # loading this file, other *unset* `ac_cv_foo' will be assigned the
4065 # following values.
4066
4067 _ACEOF
4068
4069 # The following way of writing the cache mishandles newlines in values,
4070 # but we know of no workaround that is simple, portable, and efficient.
4071 # So, don't put newlines in cache variables' values.
4072 # Ultrix sh set writes to stderr and can't be redirected directly,
4073 # and sets the high bit in the cache file unless we assign to the vars.
4074 {
4075   (set) 2>&1 |
4076     case `(ac_space=' '; set | grep ac_space) 2>&1` in
4077     *ac_space=\ *)
4078       # `set' does not quote correctly, so add quotes (double-quote
4079       # substitution turns \\\\ into \\, and sed turns \\ into \).
4080       sed -n \
4081         "s/'/'\\\\''/g;
4082           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4083       ;;
4084     *)
4085       # `set' quotes correctly as required by POSIX, so do not add quotes.
4086       sed -n \
4087         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
4088       ;;
4089     esac;
4090 } |
4091   sed '
4092      t clear
4093      : clear
4094      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
4095      t end
4096      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4097      : end' >>confcache
4098 if diff $cache_file confcache >/dev/null 2>&1; then :; else
4099   if test -w $cache_file; then
4100     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
4101     cat confcache >$cache_file
4102   else
4103     echo "not updating unwritable cache $cache_file"
4104   fi
4105 fi
4106 rm -f confcache
4107
4108 # Actually configure libtool.  ac_aux_dir is where install-sh is found.
4109 AR="$AR" LTCC="$CC" CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
4110 MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
4111 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
4112 AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
4113 objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
4114 deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \
4115 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
4116 $libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \
4117 || { { echo "$as_me:$LINENO: error: libtool configure failed" >&5
4118 echo "$as_me: error: libtool configure failed" >&2;}
4119    { (exit 1); exit 1; }; }
4120
4121 # Reload cache, that may have been modified by ltconfig
4122 if test -r "$cache_file"; then
4123   # Some versions of bash will fail to source /dev/null (special
4124   # files actually), so we avoid doing that.
4125   if test -f "$cache_file"; then
4126     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
4127 echo "$as_me: loading cache $cache_file" >&6;}
4128     case $cache_file in
4129       [\\/]* | ?:[\\/]* ) . $cache_file;;
4130       *)                      . ./$cache_file;;
4131     esac
4132   fi
4133 else
4134   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
4135 echo "$as_me: creating cache $cache_file" >&6;}
4136   >$cache_file
4137 fi
4138
4139
4140 # This can be used to rebuild libtool when needed
4141 LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
4142
4143 # Always use our own libtool.
4144 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
4145
4146 # Redirect the config.log output again, so that the ltconfig log is not
4147 # clobbered by the next message.
4148 exec 5>>./config.log
4149
4150
4151
4152
4153
4154
4155
4156 # The location to which bugs should be reported.
4157
4158 # Check whether --with-bugurl or --without-bugurl was given.
4159 if test "${with_bugurl+set}" = set; then
4160   withval="$with_bugurl"
4161   case "$withval" in
4162     yes) { { echo "$as_me:$LINENO: error: bug URL not specified" >&5
4163 echo "$as_me: error: bug URL not specified" >&2;}
4164    { (exit 1); exit 1; }; } ;;
4165     no)  REPORT_BUGS_TO="" ;;
4166     *)   REPORT_BUGS_TO="<URL:$withval>" ;;
4167    esac
4168 else
4169   REPORT_BUGS_TO="<URL:http://www.sourceware.org/bugzilla/>"
4170
4171 fi;
4172
4173
4174           ac_config_headers="$ac_config_headers gconfig.h:gconfig.in"
4175
4176
4177 ac_ext=c
4178 ac_cpp='$CPP $CPPFLAGS'
4179 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4180 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4181 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4182 if test -n "$ac_tool_prefix"; then
4183   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4184 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4185 echo "$as_me:$LINENO: checking for $ac_word" >&5
4186 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4187 if test "${ac_cv_prog_CC+set}" = set; then
4188   echo $ECHO_N "(cached) $ECHO_C" >&6
4189 else
4190   if test -n "$CC"; then
4191   ac_cv_prog_CC="$CC" # Let the user override the test.
4192 else
4193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4194 for as_dir in $PATH
4195 do
4196   IFS=$as_save_IFS
4197   test -z "$as_dir" && as_dir=.
4198   for ac_exec_ext in '' $ac_executable_extensions; do
4199   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4200     ac_cv_prog_CC="${ac_tool_prefix}gcc"
4201     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4202     break 2
4203   fi
4204 done
4205 done
4206
4207 fi
4208 fi
4209 CC=$ac_cv_prog_CC
4210 if test -n "$CC"; then
4211   echo "$as_me:$LINENO: result: $CC" >&5
4212 echo "${ECHO_T}$CC" >&6
4213 else
4214   echo "$as_me:$LINENO: result: no" >&5
4215 echo "${ECHO_T}no" >&6
4216 fi
4217
4218 fi
4219 if test -z "$ac_cv_prog_CC"; then
4220   ac_ct_CC=$CC
4221   # Extract the first word of "gcc", so it can be a program name with args.
4222 set dummy gcc; ac_word=$2
4223 echo "$as_me:$LINENO: checking for $ac_word" >&5
4224 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4225 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4226   echo $ECHO_N "(cached) $ECHO_C" >&6
4227 else
4228   if test -n "$ac_ct_CC"; then
4229   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4230 else
4231 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4232 for as_dir in $PATH
4233 do
4234   IFS=$as_save_IFS
4235   test -z "$as_dir" && as_dir=.
4236   for ac_exec_ext in '' $ac_executable_extensions; do
4237   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4238     ac_cv_prog_ac_ct_CC="gcc"
4239     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4240     break 2
4241   fi
4242 done
4243 done
4244
4245 fi
4246 fi
4247 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4248 if test -n "$ac_ct_CC"; then
4249   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4250 echo "${ECHO_T}$ac_ct_CC" >&6
4251 else
4252   echo "$as_me:$LINENO: result: no" >&5
4253 echo "${ECHO_T}no" >&6
4254 fi
4255
4256   CC=$ac_ct_CC
4257 else
4258   CC="$ac_cv_prog_CC"
4259 fi
4260
4261 if test -z "$CC"; then
4262   if test -n "$ac_tool_prefix"; then
4263   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4264 set dummy ${ac_tool_prefix}cc; ac_word=$2
4265 echo "$as_me:$LINENO: checking for $ac_word" >&5
4266 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4267 if test "${ac_cv_prog_CC+set}" = set; then
4268   echo $ECHO_N "(cached) $ECHO_C" >&6
4269 else
4270   if test -n "$CC"; then
4271   ac_cv_prog_CC="$CC" # Let the user override the test.
4272 else
4273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4274 for as_dir in $PATH
4275 do
4276   IFS=$as_save_IFS
4277   test -z "$as_dir" && as_dir=.
4278   for ac_exec_ext in '' $ac_executable_extensions; do
4279   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4280     ac_cv_prog_CC="${ac_tool_prefix}cc"
4281     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4282     break 2
4283   fi
4284 done
4285 done
4286
4287 fi
4288 fi
4289 CC=$ac_cv_prog_CC
4290 if test -n "$CC"; then
4291   echo "$as_me:$LINENO: result: $CC" >&5
4292 echo "${ECHO_T}$CC" >&6
4293 else
4294   echo "$as_me:$LINENO: result: no" >&5
4295 echo "${ECHO_T}no" >&6
4296 fi
4297
4298 fi
4299 if test -z "$ac_cv_prog_CC"; then
4300   ac_ct_CC=$CC
4301   # Extract the first word of "cc", so it can be a program name with args.
4302 set dummy cc; ac_word=$2
4303 echo "$as_me:$LINENO: checking for $ac_word" >&5
4304 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4305 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4306   echo $ECHO_N "(cached) $ECHO_C" >&6
4307 else
4308   if test -n "$ac_ct_CC"; then
4309   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4310 else
4311 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4312 for as_dir in $PATH
4313 do
4314   IFS=$as_save_IFS
4315   test -z "$as_dir" && as_dir=.
4316   for ac_exec_ext in '' $ac_executable_extensions; do
4317   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4318     ac_cv_prog_ac_ct_CC="cc"
4319     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4320     break 2
4321   fi
4322 done
4323 done
4324
4325 fi
4326 fi
4327 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4328 if test -n "$ac_ct_CC"; then
4329   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4330 echo "${ECHO_T}$ac_ct_CC" >&6
4331 else
4332   echo "$as_me:$LINENO: result: no" >&5
4333 echo "${ECHO_T}no" >&6
4334 fi
4335
4336   CC=$ac_ct_CC
4337 else
4338   CC="$ac_cv_prog_CC"
4339 fi
4340
4341 fi
4342 if test -z "$CC"; then
4343   # Extract the first word of "cc", so it can be a program name with args.
4344 set dummy cc; ac_word=$2
4345 echo "$as_me:$LINENO: checking for $ac_word" >&5
4346 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4347 if test "${ac_cv_prog_CC+set}" = set; then
4348   echo $ECHO_N "(cached) $ECHO_C" >&6
4349 else
4350   if test -n "$CC"; then
4351   ac_cv_prog_CC="$CC" # Let the user override the test.
4352 else
4353   ac_prog_rejected=no
4354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4355 for as_dir in $PATH
4356 do
4357   IFS=$as_save_IFS
4358   test -z "$as_dir" && as_dir=.
4359   for ac_exec_ext in '' $ac_executable_extensions; do
4360   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4361     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4362        ac_prog_rejected=yes
4363        continue
4364      fi
4365     ac_cv_prog_CC="cc"
4366     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4367     break 2
4368   fi
4369 done
4370 done
4371
4372 if test $ac_prog_rejected = yes; then
4373   # We found a bogon in the path, so make sure we never use it.
4374   set dummy $ac_cv_prog_CC
4375   shift
4376   if test $# != 0; then
4377     # We chose a different compiler from the bogus one.
4378     # However, it has the same basename, so the bogon will be chosen
4379     # first if we set CC to just the basename; use the full file name.
4380     shift
4381     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4382   fi
4383 fi
4384 fi
4385 fi
4386 CC=$ac_cv_prog_CC
4387 if test -n "$CC"; then
4388   echo "$as_me:$LINENO: result: $CC" >&5
4389 echo "${ECHO_T}$CC" >&6
4390 else
4391   echo "$as_me:$LINENO: result: no" >&5
4392 echo "${ECHO_T}no" >&6
4393 fi
4394
4395 fi
4396 if test -z "$CC"; then
4397   if test -n "$ac_tool_prefix"; then
4398   for ac_prog in cl
4399   do
4400     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4401 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4402 echo "$as_me:$LINENO: checking for $ac_word" >&5
4403 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4404 if test "${ac_cv_prog_CC+set}" = set; then
4405   echo $ECHO_N "(cached) $ECHO_C" >&6
4406 else
4407   if test -n "$CC"; then
4408   ac_cv_prog_CC="$CC" # Let the user override the test.
4409 else
4410 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4411 for as_dir in $PATH
4412 do
4413   IFS=$as_save_IFS
4414   test -z "$as_dir" && as_dir=.
4415   for ac_exec_ext in '' $ac_executable_extensions; do
4416   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4417     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4418     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4419     break 2
4420   fi
4421 done
4422 done
4423
4424 fi
4425 fi
4426 CC=$ac_cv_prog_CC
4427 if test -n "$CC"; then
4428   echo "$as_me:$LINENO: result: $CC" >&5
4429 echo "${ECHO_T}$CC" >&6
4430 else
4431   echo "$as_me:$LINENO: result: no" >&5
4432 echo "${ECHO_T}no" >&6
4433 fi
4434
4435     test -n "$CC" && break
4436   done
4437 fi
4438 if test -z "$CC"; then
4439   ac_ct_CC=$CC
4440   for ac_prog in cl
4441 do
4442   # Extract the first word of "$ac_prog", so it can be a program name with args.
4443 set dummy $ac_prog; ac_word=$2
4444 echo "$as_me:$LINENO: checking for $ac_word" >&5
4445 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4446 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4447   echo $ECHO_N "(cached) $ECHO_C" >&6
4448 else
4449   if test -n "$ac_ct_CC"; then
4450   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4451 else
4452 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4453 for as_dir in $PATH
4454 do
4455   IFS=$as_save_IFS
4456   test -z "$as_dir" && as_dir=.
4457   for ac_exec_ext in '' $ac_executable_extensions; do
4458   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4459     ac_cv_prog_ac_ct_CC="$ac_prog"
4460     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4461     break 2
4462   fi
4463 done
4464 done
4465
4466 fi
4467 fi
4468 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4469 if test -n "$ac_ct_CC"; then
4470   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4471 echo "${ECHO_T}$ac_ct_CC" >&6
4472 else
4473   echo "$as_me:$LINENO: result: no" >&5
4474 echo "${ECHO_T}no" >&6
4475 fi
4476
4477   test -n "$ac_ct_CC" && break
4478 done
4479
4480   CC=$ac_ct_CC
4481 fi
4482
4483 fi
4484
4485
4486 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
4487 See \`config.log' for more details." >&5
4488 echo "$as_me: error: no acceptable C compiler found in \$PATH
4489 See \`config.log' for more details." >&2;}
4490    { (exit 1); exit 1; }; }
4491
4492 # Provide some information about the compiler.
4493 echo "$as_me:$LINENO:" \
4494      "checking for C compiler version" >&5
4495 ac_compiler=`set X $ac_compile; echo $2`
4496 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
4497   (eval $ac_compiler --version </dev/null >&5) 2>&5
4498   ac_status=$?
4499   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4500   (exit $ac_status); }
4501 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
4502   (eval $ac_compiler -v </dev/null >&5) 2>&5
4503   ac_status=$?
4504   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4505   (exit $ac_status); }
4506 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
4507   (eval $ac_compiler -V </dev/null >&5) 2>&5
4508   ac_status=$?
4509   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4510   (exit $ac_status); }
4511
4512 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
4513 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
4514 if test "${ac_cv_c_compiler_gnu+set}" = set; then
4515   echo $ECHO_N "(cached) $ECHO_C" >&6
4516 else
4517   cat >conftest.$ac_ext <<_ACEOF
4518 /* confdefs.h.  */
4519 _ACEOF
4520 cat confdefs.h >>conftest.$ac_ext
4521 cat >>conftest.$ac_ext <<_ACEOF
4522 /* end confdefs.h.  */
4523
4524 int
4525 main ()
4526 {
4527 #ifndef __GNUC__
4528        choke me
4529 #endif
4530
4531   ;
4532   return 0;
4533 }
4534 _ACEOF
4535 rm -f conftest.$ac_objext
4536 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4537   (eval $ac_compile) 2>conftest.er1
4538   ac_status=$?
4539   grep -v '^ *+' conftest.er1 >conftest.err
4540   rm -f conftest.er1
4541   cat conftest.err >&5
4542   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4543   (exit $ac_status); } &&
4544          { ac_try='test -z "$ac_c_werror_flag"
4545                          || test ! -s conftest.err'
4546   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4547   (eval $ac_try) 2>&5
4548   ac_status=$?
4549   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4550   (exit $ac_status); }; } &&
4551          { ac_try='test -s conftest.$ac_objext'
4552   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4553   (eval $ac_try) 2>&5
4554   ac_status=$?
4555   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4556   (exit $ac_status); }; }; then
4557   ac_compiler_gnu=yes
4558 else
4559   echo "$as_me: failed program was:" >&5
4560 sed 's/^/| /' conftest.$ac_ext >&5
4561
4562 ac_compiler_gnu=no
4563 fi
4564 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4565 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4566
4567 fi
4568 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
4569 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
4570 GCC=`test $ac_compiler_gnu = yes && echo yes`
4571 ac_test_CFLAGS=${CFLAGS+set}
4572 ac_save_CFLAGS=$CFLAGS
4573 CFLAGS="-g"
4574 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
4575 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
4576 if test "${ac_cv_prog_cc_g+set}" = set; then
4577   echo $ECHO_N "(cached) $ECHO_C" >&6
4578 else
4579   cat >conftest.$ac_ext <<_ACEOF
4580 /* confdefs.h.  */
4581 _ACEOF
4582 cat confdefs.h >>conftest.$ac_ext
4583 cat >>conftest.$ac_ext <<_ACEOF
4584 /* end confdefs.h.  */
4585
4586 int
4587 main ()
4588 {
4589
4590   ;
4591   return 0;
4592 }
4593 _ACEOF
4594 rm -f conftest.$ac_objext
4595 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4596   (eval $ac_compile) 2>conftest.er1
4597   ac_status=$?
4598   grep -v '^ *+' conftest.er1 >conftest.err
4599   rm -f conftest.er1
4600   cat conftest.err >&5
4601   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4602   (exit $ac_status); } &&
4603          { ac_try='test -z "$ac_c_werror_flag"
4604                          || test ! -s conftest.err'
4605   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4606   (eval $ac_try) 2>&5
4607   ac_status=$?
4608   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4609   (exit $ac_status); }; } &&
4610          { ac_try='test -s conftest.$ac_objext'
4611   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4612   (eval $ac_try) 2>&5
4613   ac_status=$?
4614   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4615   (exit $ac_status); }; }; then
4616   ac_cv_prog_cc_g=yes
4617 else
4618   echo "$as_me: failed program was:" >&5
4619 sed 's/^/| /' conftest.$ac_ext >&5
4620
4621 ac_cv_prog_cc_g=no
4622 fi
4623 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4624 fi
4625 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
4626 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
4627 if test "$ac_test_CFLAGS" = set; then
4628   CFLAGS=$ac_save_CFLAGS
4629 elif test $ac_cv_prog_cc_g = yes; then
4630   if test "$GCC" = yes; then
4631     CFLAGS="-g -O2"
4632   else
4633     CFLAGS="-g"
4634   fi
4635 else
4636   if test "$GCC" = yes; then
4637     CFLAGS="-O2"
4638   else
4639     CFLAGS=
4640   fi
4641 fi
4642 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
4643 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
4644 if test "${ac_cv_prog_cc_stdc+set}" = set; then
4645   echo $ECHO_N "(cached) $ECHO_C" >&6
4646 else
4647   ac_cv_prog_cc_stdc=no
4648 ac_save_CC=$CC
4649 cat >conftest.$ac_ext <<_ACEOF
4650 /* confdefs.h.  */
4651 _ACEOF
4652 cat confdefs.h >>conftest.$ac_ext
4653 cat >>conftest.$ac_ext <<_ACEOF
4654 /* end confdefs.h.  */
4655 #include <stdarg.h>
4656 #include <stdio.h>
4657 #include <sys/types.h>
4658 #include <sys/stat.h>
4659 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4660 struct buf { int x; };
4661 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4662 static char *e (p, i)
4663      char **p;
4664      int i;
4665 {
4666   return p[i];
4667 }
4668 static char *f (char * (*g) (char **, int), char **p, ...)
4669 {
4670   char *s;
4671   va_list v;
4672   va_start (v,p);
4673   s = g (p, va_arg (v,int));
4674   va_end (v);
4675   return s;
4676 }
4677
4678 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
4679    function prototypes and stuff, but not '\xHH' hex character constants.
4680    These don't provoke an error unfortunately, instead are silently treated
4681    as 'x'.  The following induces an error, until -std1 is added to get
4682    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
4683    array size at least.  It's necessary to write '\x00'==0 to get something
4684    that's true only with -std1.  */
4685 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4686
4687 int test (int i, double x);
4688 struct s1 {int (*f) (int a);};
4689 struct s2 {int (*f) (double a);};
4690 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4691 int argc;
4692 char **argv;
4693 int
4694 main ()
4695 {
4696 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
4697   ;
4698   return 0;
4699 }
4700 _ACEOF
4701 # Don't try gcc -ansi; that turns off useful extensions and
4702 # breaks some systems' header files.
4703 # AIX                   -qlanglvl=ansi
4704 # Ultrix and OSF/1      -std1
4705 # HP-UX 10.20 and later -Ae
4706 # HP-UX older versions  -Aa -D_HPUX_SOURCE
4707 # SVR4                  -Xc -D__EXTENSIONS__
4708 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4709 do
4710   CC="$ac_save_CC $ac_arg"
4711   rm -f conftest.$ac_objext
4712 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4713   (eval $ac_compile) 2>conftest.er1
4714   ac_status=$?
4715   grep -v '^ *+' conftest.er1 >conftest.err
4716   rm -f conftest.er1
4717   cat conftest.err >&5
4718   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4719   (exit $ac_status); } &&
4720          { ac_try='test -z "$ac_c_werror_flag"
4721                          || test ! -s conftest.err'
4722   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4723   (eval $ac_try) 2>&5
4724   ac_status=$?
4725   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4726   (exit $ac_status); }; } &&
4727          { ac_try='test -s conftest.$ac_objext'
4728   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4729   (eval $ac_try) 2>&5
4730   ac_status=$?
4731   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4732   (exit $ac_status); }; }; then
4733   ac_cv_prog_cc_stdc=$ac_arg
4734 break
4735 else
4736   echo "$as_me: failed program was:" >&5
4737 sed 's/^/| /' conftest.$ac_ext >&5
4738
4739 fi
4740 rm -f conftest.err conftest.$ac_objext
4741 done
4742 rm -f conftest.$ac_ext conftest.$ac_objext
4743 CC=$ac_save_CC
4744
4745 fi
4746
4747 case "x$ac_cv_prog_cc_stdc" in
4748   x|xno)
4749     echo "$as_me:$LINENO: result: none needed" >&5
4750 echo "${ECHO_T}none needed" >&6 ;;
4751   *)
4752     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
4753 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
4754     CC="$CC $ac_cv_prog_cc_stdc" ;;
4755 esac
4756
4757 # Some people use a C++ compiler to compile C.  Since we use `exit',
4758 # in C++ we need to declare it.  In case someone uses the same compiler
4759 # for both compiling C and C++ we need to have the C++ compiler decide
4760 # the declaration of exit, since it's the most demanding environment.
4761 cat >conftest.$ac_ext <<_ACEOF
4762 #ifndef __cplusplus
4763   choke me
4764 #endif
4765 _ACEOF
4766 rm -f conftest.$ac_objext
4767 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4768   (eval $ac_compile) 2>conftest.er1
4769   ac_status=$?
4770   grep -v '^ *+' conftest.er1 >conftest.err
4771   rm -f conftest.er1
4772   cat conftest.err >&5
4773   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4774   (exit $ac_status); } &&
4775          { ac_try='test -z "$ac_c_werror_flag"
4776                          || test ! -s conftest.err'
4777   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4778   (eval $ac_try) 2>&5
4779   ac_status=$?
4780   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4781   (exit $ac_status); }; } &&
4782          { ac_try='test -s conftest.$ac_objext'
4783   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4784   (eval $ac_try) 2>&5
4785   ac_status=$?
4786   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4787   (exit $ac_status); }; }; then
4788   for ac_declaration in \
4789    '' \
4790    'extern "C" void std::exit (int) throw (); using std::exit;' \
4791    'extern "C" void std::exit (int); using std::exit;' \
4792    'extern "C" void exit (int) throw ();' \
4793    'extern "C" void exit (int);' \
4794    'void exit (int);'
4795 do
4796   cat >conftest.$ac_ext <<_ACEOF
4797 /* confdefs.h.  */
4798 _ACEOF
4799 cat confdefs.h >>conftest.$ac_ext
4800 cat >>conftest.$ac_ext <<_ACEOF
4801 /* end confdefs.h.  */
4802 $ac_declaration
4803 #include <stdlib.h>
4804 int
4805 main ()
4806 {
4807 exit (42);
4808   ;
4809   return 0;
4810 }
4811 _ACEOF
4812 rm -f conftest.$ac_objext
4813 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4814   (eval $ac_compile) 2>conftest.er1
4815   ac_status=$?
4816   grep -v '^ *+' conftest.er1 >conftest.err
4817   rm -f conftest.er1
4818   cat conftest.err >&5
4819   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4820   (exit $ac_status); } &&
4821          { ac_try='test -z "$ac_c_werror_flag"
4822                          || test ! -s conftest.err'
4823   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4824   (eval $ac_try) 2>&5
4825   ac_status=$?
4826   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4827   (exit $ac_status); }; } &&
4828          { ac_try='test -s conftest.$ac_objext'
4829   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4830   (eval $ac_try) 2>&5
4831   ac_status=$?
4832   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4833   (exit $ac_status); }; }; then
4834   :
4835 else
4836   echo "$as_me: failed program was:" >&5
4837 sed 's/^/| /' conftest.$ac_ext >&5
4838
4839 continue
4840 fi
4841 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4842   cat >conftest.$ac_ext <<_ACEOF
4843 /* confdefs.h.  */
4844 _ACEOF
4845 cat confdefs.h >>conftest.$ac_ext
4846 cat >>conftest.$ac_ext <<_ACEOF
4847 /* end confdefs.h.  */
4848 $ac_declaration
4849 int
4850 main ()
4851 {
4852 exit (42);
4853   ;
4854   return 0;
4855 }
4856 _ACEOF
4857 rm -f conftest.$ac_objext
4858 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4859   (eval $ac_compile) 2>conftest.er1
4860   ac_status=$?
4861   grep -v '^ *+' conftest.er1 >conftest.err
4862   rm -f conftest.er1
4863   cat conftest.err >&5
4864   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4865   (exit $ac_status); } &&
4866          { ac_try='test -z "$ac_c_werror_flag"
4867                          || test ! -s conftest.err'
4868   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4869   (eval $ac_try) 2>&5
4870   ac_status=$?
4871   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4872   (exit $ac_status); }; } &&
4873          { ac_try='test -s conftest.$ac_objext'
4874   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4875   (eval $ac_try) 2>&5
4876   ac_status=$?
4877   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4878   (exit $ac_status); }; }; then
4879   break
4880 else
4881   echo "$as_me: failed program was:" >&5
4882 sed 's/^/| /' conftest.$ac_ext >&5
4883
4884 fi
4885 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4886 done
4887 rm -f conftest*
4888 if test -n "$ac_declaration"; then
4889   echo '#ifdef __cplusplus' >>confdefs.h
4890   echo $ac_declaration      >>confdefs.h
4891   echo '#endif'             >>confdefs.h
4892 fi
4893
4894 else
4895   echo "$as_me: failed program was:" >&5
4896 sed 's/^/| /' conftest.$ac_ext >&5
4897
4898 fi
4899 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4900 ac_ext=c
4901 ac_cpp='$CPP $CPPFLAGS'
4902 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4903 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4904 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4905
4906 # Find a good install program.  We prefer a C program (faster),
4907 # so one script is as good as another.  But avoid the broken or
4908 # incompatible versions:
4909 # SysV /etc/install, /usr/sbin/install
4910 # SunOS /usr/etc/install
4911 # IRIX /sbin/install
4912 # AIX /bin/install
4913 # AmigaOS /C/install, which installs bootblocks on floppy discs
4914 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4915 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4916 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4917 # OS/2's system install, which has a completely different semantic
4918 # ./install, which can be erroneously created by make from ./install.sh.
4919 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4920 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
4921 if test -z "$INSTALL"; then
4922 if test "${ac_cv_path_install+set}" = set; then
4923   echo $ECHO_N "(cached) $ECHO_C" >&6
4924 else
4925   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4926 for as_dir in $PATH
4927 do
4928   IFS=$as_save_IFS
4929   test -z "$as_dir" && as_dir=.
4930   # Account for people who put trailing slashes in PATH elements.
4931 case $as_dir/ in
4932   ./ | .// | /cC/* | \
4933   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4934   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4935   /usr/ucb/* ) ;;
4936   *)
4937     # OSF1 and SCO ODT 3.0 have their own names for install.
4938     # Don't use installbsd from OSF since it installs stuff as root
4939     # by default.
4940     for ac_prog in ginstall scoinst install; do
4941       for ac_exec_ext in '' $ac_executable_extensions; do
4942         if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
4943           if test $ac_prog = install &&
4944             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4945             # AIX install.  It has an incompatible calling convention.
4946             :
4947           elif test $ac_prog = install &&
4948             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4949             # program-specific install script used by HP pwplus--don't use.
4950             :
4951           else
4952             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4953             break 3
4954           fi
4955         fi
4956       done
4957     done
4958     ;;
4959 esac
4960 done
4961
4962
4963 fi
4964   if test "${ac_cv_path_install+set}" = set; then
4965     INSTALL=$ac_cv_path_install
4966   else
4967     # As a last resort, use the slow shell script.  We don't cache a
4968     # path for INSTALL within a source directory, because that will
4969     # break other packages using the cache if that directory is
4970     # removed, or if the path is relative.
4971     INSTALL=$ac_install_sh
4972   fi
4973 fi
4974 echo "$as_me:$LINENO: result: $INSTALL" >&5
4975 echo "${ECHO_T}$INSTALL" >&6
4976
4977 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4978 # It thinks the first close brace ends the variable substitution.
4979 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4980
4981 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4982
4983 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4984
4985
4986
4987 for ac_func in setmode
4988 do
4989 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4990 echo "$as_me:$LINENO: checking for $ac_func" >&5
4991 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4992 if eval "test \"\${$as_ac_var+set}\" = set"; then
4993   echo $ECHO_N "(cached) $ECHO_C" >&6
4994 else
4995   cat >conftest.$ac_ext <<_ACEOF
4996 /* confdefs.h.  */
4997 _ACEOF
4998 cat confdefs.h >>conftest.$ac_ext
4999 cat >>conftest.$ac_ext <<_ACEOF
5000 /* end confdefs.h.  */
5001 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
5002    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5003 #define $ac_func innocuous_$ac_func
5004
5005 /* System header to define __stub macros and hopefully few prototypes,
5006     which can conflict with char $ac_func (); below.
5007     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5008     <limits.h> exists even on freestanding compilers.  */
5009
5010 #ifdef __STDC__
5011 # include <limits.h>
5012 #else
5013 # include <assert.h>
5014 #endif
5015
5016 #undef $ac_func
5017
5018 /* Override any gcc2 internal prototype to avoid an error.  */
5019 #ifdef __cplusplus
5020 extern "C"
5021 {
5022 #endif
5023 /* We use char because int might match the return type of a gcc2
5024    builtin and then its argument prototype would still apply.  */
5025 char $ac_func ();
5026 /* The GNU C library defines this for functions which it implements
5027     to always fail with ENOSYS.  Some functions are actually named
5028     something starting with __ and the normal name is an alias.  */
5029 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5030 choke me
5031 #else
5032 char (*f) () = $ac_func;
5033 #endif
5034 #ifdef __cplusplus
5035 }
5036 #endif
5037
5038 int
5039 main ()
5040 {
5041 return f != $ac_func;
5042   ;
5043   return 0;
5044 }
5045 _ACEOF
5046 rm -f conftest.$ac_objext conftest$ac_exeext
5047 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5048   (eval $ac_link) 2>conftest.er1
5049   ac_status=$?
5050   grep -v '^ *+' conftest.er1 >conftest.err
5051   rm -f conftest.er1
5052   cat conftest.err >&5
5053   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5054   (exit $ac_status); } &&
5055          { ac_try='test -z "$ac_c_werror_flag"
5056                          || test ! -s conftest.err'
5057   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5058   (eval $ac_try) 2>&5
5059   ac_status=$?
5060   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5061   (exit $ac_status); }; } &&
5062          { ac_try='test -s conftest$ac_exeext'
5063   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5064   (eval $ac_try) 2>&5
5065   ac_status=$?
5066   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5067   (exit $ac_status); }; }; then
5068   eval "$as_ac_var=yes"
5069 else
5070   echo "$as_me: failed program was:" >&5
5071 sed 's/^/| /' conftest.$ac_ext >&5
5072
5073 eval "$as_ac_var=no"
5074 fi
5075 rm -f conftest.err conftest.$ac_objext \
5076       conftest$ac_exeext conftest.$ac_ext
5077 fi
5078 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
5079 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5080 if test `eval echo '${'$as_ac_var'}'` = yes; then
5081   cat >>confdefs.h <<_ACEOF
5082 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
5083 _ACEOF
5084
5085 fi
5086 done
5087
5088
5089 ALL_LINGUAS="fr tr sv es id da pt_BR de vi rw ga ms"
5090 # If we haven't got the data from the intl directory,
5091 # assume NLS is disabled.
5092 USE_NLS=no
5093 LIBINTL=
5094 LIBINTL_DEP=
5095 INCINTL=
5096 XGETTEXT=
5097 GMSGFMT=
5098 POSUB=
5099
5100 if test -f  ../intl/config.intl; then
5101   .  ../intl/config.intl
5102 fi
5103 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
5104 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
5105 if test x"$USE_NLS" != xyes; then
5106   echo "$as_me:$LINENO: result: no" >&5
5107 echo "${ECHO_T}no" >&6
5108 else
5109   echo "$as_me:$LINENO: result: yes" >&5
5110 echo "${ECHO_T}yes" >&6
5111
5112 cat >>confdefs.h <<\_ACEOF
5113 #define ENABLE_NLS 1
5114 _ACEOF
5115
5116
5117   echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
5118 echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
5119   # Look for .po and .gmo files in the source directory.
5120   CATALOGS=
5121   XLINGUAS=
5122   for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
5123     # If there aren't any .gmo files the shell will give us the
5124     # literal string "../path/to/srcdir/po/*.gmo" which has to be
5125     # weeded out.
5126     case "$cat" in *\**)
5127       continue;;
5128     esac
5129     # The quadruple backslash is collapsed to a double backslash
5130     # by the backticks, then collapsed again by the double quotes,
5131     # leaving us with one backslash in the sed expression (right
5132     # before the dot that mustn't act as a wildcard).
5133     cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
5134     lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
5135     # The user is allowed to set LINGUAS to a list of languages to
5136     # install catalogs for.  If it's empty that means "all of them."
5137     if test "x$LINGUAS" = x; then
5138       CATALOGS="$CATALOGS $cat"
5139       XLINGUAS="$XLINGUAS $lang"
5140     else
5141       case "$LINGUAS" in *$lang*)
5142         CATALOGS="$CATALOGS $cat"
5143         XLINGUAS="$XLINGUAS $lang"
5144         ;;
5145       esac
5146     fi
5147   done
5148   LINGUAS="$XLINGUAS"
5149   echo "$as_me:$LINENO: result: $LINGUAS" >&5
5150 echo "${ECHO_T}$LINGUAS" >&6
5151
5152
5153     DATADIRNAME=share
5154
5155   INSTOBJEXT=.mo
5156
5157   GENCAT=gencat
5158
5159   CATOBJEXT=.gmo
5160
5161 fi
5162
5163         MKINSTALLDIRS=
5164   if test -n "$ac_aux_dir"; then
5165     case "$ac_aux_dir" in
5166       /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
5167       *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
5168     esac
5169   fi
5170   if test -z "$MKINSTALLDIRS"; then
5171     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
5172   fi
5173
5174
5175
5176   echo "$as_me:$LINENO: checking whether NLS is requested" >&5
5177 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
5178     # Check whether --enable-nls or --disable-nls was given.
5179 if test "${enable_nls+set}" = set; then
5180   enableval="$enable_nls"
5181   USE_NLS=$enableval
5182 else
5183   USE_NLS=yes
5184 fi;
5185   echo "$as_me:$LINENO: result: $USE_NLS" >&5
5186 echo "${ECHO_T}$USE_NLS" >&6
5187
5188
5189
5190
5191
5192
5193 # Prepare PATH_SEPARATOR.
5194 # The user is always right.
5195 if test "${PATH_SEPARATOR+set}" != set; then
5196   echo "#! /bin/sh" >conf$$.sh
5197   echo  "exit 0"   >>conf$$.sh
5198   chmod +x conf$$.sh
5199   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
5200     PATH_SEPARATOR=';'
5201   else
5202     PATH_SEPARATOR=:
5203   fi
5204   rm -f conf$$.sh
5205 fi
5206
5207 # Find out how to test for executable files. Don't use a zero-byte file,
5208 # as systems may use methods other than mode bits to determine executability.
5209 cat >conf$$.file <<_ASEOF
5210 #! /bin/sh
5211 exit 0
5212 _ASEOF
5213 chmod +x conf$$.file
5214 if test -x conf$$.file >/dev/null 2>&1; then
5215   ac_executable_p="test -x"
5216 else
5217   ac_executable_p="test -f"
5218 fi
5219 rm -f conf$$.file
5220
5221 # Extract the first word of "msgfmt", so it can be a program name with args.
5222 set dummy msgfmt; ac_word=$2
5223 echo "$as_me:$LINENO: checking for $ac_word" >&5
5224 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5225 if test "${ac_cv_path_MSGFMT+set}" = set; then
5226   echo $ECHO_N "(cached) $ECHO_C" >&6
5227 else
5228   case "$MSGFMT" in
5229   [\\/]* | ?:[\\/]*)
5230     ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
5231     ;;
5232   *)
5233     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
5234     for ac_dir in $PATH; do
5235       IFS="$ac_save_IFS"
5236       test -z "$ac_dir" && ac_dir=.
5237       for ac_exec_ext in '' $ac_executable_extensions; do
5238         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
5239           if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
5240      (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
5241             ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
5242             break 2
5243           fi
5244         fi
5245       done
5246     done
5247     IFS="$ac_save_IFS"
5248   test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
5249     ;;
5250 esac
5251 fi
5252 MSGFMT="$ac_cv_path_MSGFMT"
5253 if test "$MSGFMT" != ":"; then
5254   echo "$as_me:$LINENO: result: $MSGFMT" >&5
5255 echo "${ECHO_T}$MSGFMT" >&6
5256 else
5257   echo "$as_me:$LINENO: result: no" >&5
5258 echo "${ECHO_T}no" >&6
5259 fi
5260
5261   # Extract the first word of "gmsgfmt", so it can be a program name with args.
5262 set dummy gmsgfmt; ac_word=$2
5263 echo "$as_me:$LINENO: checking for $ac_word" >&5
5264 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5265 if test "${ac_cv_path_GMSGFMT+set}" = set; then
5266   echo $ECHO_N "(cached) $ECHO_C" >&6
5267 else
5268   case $GMSGFMT in
5269   [\\/]* | ?:[\\/]*)
5270   ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
5271   ;;
5272   *)
5273   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5274 for as_dir in $PATH
5275 do
5276   IFS=$as_save_IFS
5277   test -z "$as_dir" && as_dir=.
5278   for ac_exec_ext in '' $ac_executable_extensions; do
5279   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5280     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
5281     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5282     break 2
5283   fi
5284 done
5285 done
5286
5287   test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
5288   ;;
5289 esac
5290 fi
5291 GMSGFMT=$ac_cv_path_GMSGFMT
5292
5293 if test -n "$GMSGFMT"; then
5294   echo "$as_me:$LINENO: result: $GMSGFMT" >&5
5295 echo "${ECHO_T}$GMSGFMT" >&6
5296 else
5297   echo "$as_me:$LINENO: result: no" >&5
5298 echo "${ECHO_T}no" >&6
5299 fi
5300
5301
5302
5303 # Prepare PATH_SEPARATOR.
5304 # The user is always right.
5305 if test "${PATH_SEPARATOR+set}" != set; then
5306   echo "#! /bin/sh" >conf$$.sh
5307   echo  "exit 0"   >>conf$$.sh
5308   chmod +x conf$$.sh
5309   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
5310     PATH_SEPARATOR=';'
5311   else
5312     PATH_SEPARATOR=:
5313   fi
5314   rm -f conf$$.sh
5315 fi
5316
5317 # Find out how to test for executable files. Don't use a zero-byte file,
5318 # as systems may use methods other than mode bits to determine executability.
5319 cat >conf$$.file <<_ASEOF
5320 #! /bin/sh
5321 exit 0
5322 _ASEOF
5323 chmod +x conf$$.file
5324 if test -x conf$$.file >/dev/null 2>&1; then
5325   ac_executable_p="test -x"
5326 else
5327   ac_executable_p="test -f"
5328 fi
5329 rm -f conf$$.file
5330
5331 # Extract the first word of "xgettext", so it can be a program name with args.
5332 set dummy xgettext; ac_word=$2
5333 echo "$as_me:$LINENO: checking for $ac_word" >&5
5334 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5335 if test "${ac_cv_path_XGETTEXT+set}" = set; then
5336   echo $ECHO_N "(cached) $ECHO_C" >&6
5337 else
5338   case "$XGETTEXT" in
5339   [\\/]* | ?:[\\/]*)
5340     ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
5341     ;;
5342   *)
5343     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
5344     for ac_dir in $PATH; do
5345       IFS="$ac_save_IFS"
5346       test -z "$ac_dir" && ac_dir=.
5347       for ac_exec_ext in '' $ac_executable_extensions; do
5348         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
5349           if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
5350      (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
5351             ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
5352             break 2
5353           fi
5354         fi
5355       done
5356     done
5357     IFS="$ac_save_IFS"
5358   test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
5359     ;;
5360 esac
5361 fi
5362 XGETTEXT="$ac_cv_path_XGETTEXT"
5363 if test "$XGETTEXT" != ":"; then
5364   echo "$as_me:$LINENO: result: $XGETTEXT" >&5
5365 echo "${ECHO_T}$XGETTEXT" >&6
5366 else
5367   echo "$as_me:$LINENO: result: no" >&5
5368 echo "${ECHO_T}no" >&6
5369 fi
5370
5371     rm -f messages.po
5372
5373
5374 # Prepare PATH_SEPARATOR.
5375 # The user is always right.
5376 if test "${PATH_SEPARATOR+set}" != set; then
5377   echo "#! /bin/sh" >conf$$.sh
5378   echo  "exit 0"   >>conf$$.sh
5379   chmod +x conf$$.sh
5380   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
5381     PATH_SEPARATOR=';'
5382   else
5383     PATH_SEPARATOR=:
5384   fi
5385   rm -f conf$$.sh
5386 fi
5387
5388 # Find out how to test for executable files. Don't use a zero-byte file,
5389 # as systems may use methods other than mode bits to determine executability.
5390 cat >conf$$.file <<_ASEOF
5391 #! /bin/sh
5392 exit 0
5393 _ASEOF
5394 chmod +x conf$$.file
5395 if test -x conf$$.file >/dev/null 2>&1; then
5396   ac_executable_p="test -x"
5397 else
5398   ac_executable_p="test -f"
5399 fi
5400 rm -f conf$$.file
5401
5402 # Extract the first word of "msgmerge", so it can be a program name with args.
5403 set dummy msgmerge; ac_word=$2
5404 echo "$as_me:$LINENO: checking for $ac_word" >&5
5405 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5406 if test "${ac_cv_path_MSGMERGE+set}" = set; then
5407   echo $ECHO_N "(cached) $ECHO_C" >&6
5408 else
5409   case "$MSGMERGE" in
5410   [\\/]* | ?:[\\/]*)
5411     ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
5412     ;;
5413   *)
5414     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
5415     for ac_dir in $PATH; do
5416       IFS="$ac_save_IFS"
5417       test -z "$ac_dir" && ac_dir=.
5418       for ac_exec_ext in '' $ac_executable_extensions; do
5419         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
5420           if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
5421             ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
5422             break 2
5423           fi
5424         fi
5425       done
5426     done
5427     IFS="$ac_save_IFS"
5428   test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
5429     ;;
5430 esac
5431 fi
5432 MSGMERGE="$ac_cv_path_MSGMERGE"
5433 if test "$MSGMERGE" != ":"; then
5434   echo "$as_me:$LINENO: result: $MSGMERGE" >&5
5435 echo "${ECHO_T}$MSGMERGE" >&6
5436 else
5437   echo "$as_me:$LINENO: result: no" >&5
5438 echo "${ECHO_T}no" >&6
5439 fi
5440
5441
5442       if test "$GMSGFMT" != ":"; then
5443             if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
5444        (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
5445       : ;
5446     else
5447       GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
5448       echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
5449 echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6
5450       GMSGFMT=":"
5451     fi
5452   fi
5453
5454       if test "$XGETTEXT" != ":"; then
5455             if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
5456        (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
5457       : ;
5458     else
5459       echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
5460 echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
5461       XGETTEXT=":"
5462     fi
5463         rm -f messages.po
5464   fi
5465
5466             ac_config_commands="$ac_config_commands default-1"
5467
5468
5469
5470 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
5471 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
5472     # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
5473 if test "${enable_maintainer_mode+set}" = set; then
5474   enableval="$enable_maintainer_mode"
5475   USE_MAINTAINER_MODE=$enableval
5476 else
5477   USE_MAINTAINER_MODE=no
5478 fi;
5479   echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
5480 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
5481
5482
5483 if test $USE_MAINTAINER_MODE = yes; then
5484   MAINTAINER_MODE_TRUE=
5485   MAINTAINER_MODE_FALSE='#'
5486 else
5487   MAINTAINER_MODE_TRUE='#'
5488   MAINTAINER_MODE_FALSE=
5489 fi
5490
5491   MAINT=$MAINTAINER_MODE_TRUE
5492
5493
5494
5495
5496 if false; then
5497   GENINSRC_NEVER_TRUE=
5498   GENINSRC_NEVER_FALSE='#'
5499 else
5500   GENINSRC_NEVER_TRUE='#'
5501   GENINSRC_NEVER_FALSE=
5502 fi
5503
5504
5505
5506 ac_ext=c
5507 ac_cpp='$CPP $CPPFLAGS'
5508 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5509 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5510 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5511 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5512 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
5513 # On Suns, sometimes $CPP names a directory.
5514 if test -n "$CPP" && test -d "$CPP"; then
5515   CPP=
5516 fi
5517 if test -z "$CPP"; then
5518   if test "${ac_cv_prog_CPP+set}" = set; then
5519   echo $ECHO_N "(cached) $ECHO_C" >&6
5520 else
5521       # Double quotes because CPP needs to be expanded
5522     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5523     do
5524       ac_preproc_ok=false
5525 for ac_c_preproc_warn_flag in '' yes
5526 do
5527   # Use a header file that comes with gcc, so configuring glibc
5528   # with a fresh cross-compiler works.
5529   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5530   # <limits.h> exists even on freestanding compilers.
5531   # On the NeXT, cc -E runs the code through the compiler's parser,
5532   # not just through cpp. "Syntax error" is here to catch this case.
5533   cat >conftest.$ac_ext <<_ACEOF
5534 /* confdefs.h.  */
5535 _ACEOF
5536 cat confdefs.h >>conftest.$ac_ext
5537 cat >>conftest.$ac_ext <<_ACEOF
5538 /* end confdefs.h.  */
5539 #ifdef __STDC__
5540 # include <limits.h>
5541 #else
5542 # include <assert.h>
5543 #endif
5544                      Syntax error
5545 _ACEOF
5546 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5547   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5548   ac_status=$?
5549   grep -v '^ *+' conftest.er1 >conftest.err
5550   rm -f conftest.er1
5551   cat conftest.err >&5
5552   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5553   (exit $ac_status); } >/dev/null; then
5554   if test -s conftest.err; then
5555     ac_cpp_err=$ac_c_preproc_warn_flag
5556     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5557   else
5558     ac_cpp_err=
5559   fi
5560 else
5561   ac_cpp_err=yes
5562 fi
5563 if test -z "$ac_cpp_err"; then
5564   :
5565 else
5566   echo "$as_me: failed program was:" >&5
5567 sed 's/^/| /' conftest.$ac_ext >&5
5568
5569   # Broken: fails on valid input.
5570 continue
5571 fi
5572 rm -f conftest.err conftest.$ac_ext
5573
5574   # OK, works on sane cases.  Now check whether non-existent headers
5575   # can be detected and how.
5576   cat >conftest.$ac_ext <<_ACEOF
5577 /* confdefs.h.  */
5578 _ACEOF
5579 cat confdefs.h >>conftest.$ac_ext
5580 cat >>conftest.$ac_ext <<_ACEOF
5581 /* end confdefs.h.  */
5582 #include <ac_nonexistent.h>
5583 _ACEOF
5584 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5585   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5586   ac_status=$?
5587   grep -v '^ *+' conftest.er1 >conftest.err
5588   rm -f conftest.er1
5589   cat conftest.err >&5
5590   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5591   (exit $ac_status); } >/dev/null; then
5592   if test -s conftest.err; then
5593     ac_cpp_err=$ac_c_preproc_warn_flag
5594     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5595   else
5596     ac_cpp_err=
5597   fi
5598 else
5599   ac_cpp_err=yes
5600 fi
5601 if test -z "$ac_cpp_err"; then
5602   # Broken: success on invalid input.
5603 continue
5604 else
5605   echo "$as_me: failed program was:" >&5
5606 sed 's/^/| /' conftest.$ac_ext >&5
5607
5608   # Passes both tests.
5609 ac_preproc_ok=:
5610 break
5611 fi
5612 rm -f conftest.err conftest.$ac_ext
5613
5614 done
5615 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5616 rm -f conftest.err conftest.$ac_ext
5617 if $ac_preproc_ok; then
5618   break
5619 fi
5620
5621     done
5622     ac_cv_prog_CPP=$CPP
5623
5624 fi
5625   CPP=$ac_cv_prog_CPP
5626 else
5627   ac_cv_prog_CPP=$CPP
5628 fi
5629 echo "$as_me:$LINENO: result: $CPP" >&5
5630 echo "${ECHO_T}$CPP" >&6
5631 ac_preproc_ok=false
5632 for ac_c_preproc_warn_flag in '' yes
5633 do
5634   # Use a header file that comes with gcc, so configuring glibc
5635   # with a fresh cross-compiler works.
5636   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5637   # <limits.h> exists even on freestanding compilers.
5638   # On the NeXT, cc -E runs the code through the compiler's parser,
5639   # not just through cpp. "Syntax error" is here to catch this case.
5640   cat >conftest.$ac_ext <<_ACEOF
5641 /* confdefs.h.  */
5642 _ACEOF
5643 cat confdefs.h >>conftest.$ac_ext
5644 cat >>conftest.$ac_ext <<_ACEOF
5645 /* end confdefs.h.  */
5646 #ifdef __STDC__
5647 # include <limits.h>
5648 #else
5649 # include <assert.h>
5650 #endif
5651                      Syntax error
5652 _ACEOF
5653 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5654   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5655   ac_status=$?
5656   grep -v '^ *+' conftest.er1 >conftest.err
5657   rm -f conftest.er1
5658   cat conftest.err >&5
5659   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5660   (exit $ac_status); } >/dev/null; then
5661   if test -s conftest.err; then
5662     ac_cpp_err=$ac_c_preproc_warn_flag
5663     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5664   else
5665     ac_cpp_err=
5666   fi
5667 else
5668   ac_cpp_err=yes
5669 fi
5670 if test -z "$ac_cpp_err"; then
5671   :
5672 else
5673   echo "$as_me: failed program was:" >&5
5674 sed 's/^/| /' conftest.$ac_ext >&5
5675
5676   # Broken: fails on valid input.
5677 continue
5678 fi
5679 rm -f conftest.err conftest.$ac_ext
5680
5681   # OK, works on sane cases.  Now check whether non-existent headers
5682   # can be detected and how.
5683   cat >conftest.$ac_ext <<_ACEOF
5684 /* confdefs.h.  */
5685 _ACEOF
5686 cat confdefs.h >>conftest.$ac_ext
5687 cat >>conftest.$ac_ext <<_ACEOF
5688 /* end confdefs.h.  */
5689 #include <ac_nonexistent.h>
5690 _ACEOF
5691 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5692   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5693   ac_status=$?
5694   grep -v '^ *+' conftest.er1 >conftest.err
5695   rm -f conftest.er1
5696   cat conftest.err >&5
5697   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5698   (exit $ac_status); } >/dev/null; then
5699   if test -s conftest.err; then
5700     ac_cpp_err=$ac_c_preproc_warn_flag
5701     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5702   else
5703     ac_cpp_err=
5704   fi
5705 else
5706   ac_cpp_err=yes
5707 fi
5708 if test -z "$ac_cpp_err"; then
5709   # Broken: success on invalid input.
5710 continue
5711 else
5712   echo "$as_me: failed program was:" >&5
5713 sed 's/^/| /' conftest.$ac_ext >&5
5714
5715   # Passes both tests.
5716 ac_preproc_ok=:
5717 break
5718 fi
5719 rm -f conftest.err conftest.$ac_ext
5720
5721 done
5722 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5723 rm -f conftest.err conftest.$ac_ext
5724 if $ac_preproc_ok; then
5725   :
5726 else
5727   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5728 See \`config.log' for more details." >&5
5729 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5730 See \`config.log' for more details." >&2;}
5731    { (exit 1); exit 1; }; }
5732 fi
5733
5734 ac_ext=c
5735 ac_cpp='$CPP $CPPFLAGS'
5736 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5737 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5738 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5739
5740
5741 echo "$as_me:$LINENO: checking for egrep" >&5
5742 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
5743 if test "${ac_cv_prog_egrep+set}" = set; then
5744   echo $ECHO_N "(cached) $ECHO_C" >&6
5745 else
5746   if echo a | (grep -E '(a|b)') >/dev/null 2>&1
5747     then ac_cv_prog_egrep='grep -E'
5748     else ac_cv_prog_egrep='egrep'
5749     fi
5750 fi
5751 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
5752 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
5753  EGREP=$ac_cv_prog_egrep
5754
5755
5756 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5757 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
5758 if test "${ac_cv_header_stdc+set}" = set; then
5759   echo $ECHO_N "(cached) $ECHO_C" >&6
5760 else
5761   cat >conftest.$ac_ext <<_ACEOF
5762 /* confdefs.h.  */
5763 _ACEOF
5764 cat confdefs.h >>conftest.$ac_ext
5765 cat >>conftest.$ac_ext <<_ACEOF
5766 /* end confdefs.h.  */
5767 #include <stdlib.h>
5768 #include <stdarg.h>
5769 #include <string.h>
5770 #include <float.h>
5771
5772 int
5773 main ()
5774 {
5775
5776   ;
5777   return 0;
5778 }
5779 _ACEOF
5780 rm -f conftest.$ac_objext
5781 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5782   (eval $ac_compile) 2>conftest.er1
5783   ac_status=$?
5784   grep -v '^ *+' conftest.er1 >conftest.err
5785   rm -f conftest.er1
5786   cat conftest.err >&5
5787   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5788   (exit $ac_status); } &&
5789          { ac_try='test -z "$ac_c_werror_flag"
5790                          || test ! -s conftest.err'
5791   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5792   (eval $ac_try) 2>&5
5793   ac_status=$?
5794   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5795   (exit $ac_status); }; } &&
5796          { ac_try='test -s conftest.$ac_objext'
5797   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5798   (eval $ac_try) 2>&5
5799   ac_status=$?
5800   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5801   (exit $ac_status); }; }; then
5802   ac_cv_header_stdc=yes
5803 else
5804   echo "$as_me: failed program was:" >&5
5805 sed 's/^/| /' conftest.$ac_ext >&5
5806
5807 ac_cv_header_stdc=no
5808 fi
5809 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5810
5811 if test $ac_cv_header_stdc = yes; then
5812   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5813   cat >conftest.$ac_ext <<_ACEOF
5814 /* confdefs.h.  */
5815 _ACEOF
5816 cat confdefs.h >>conftest.$ac_ext
5817 cat >>conftest.$ac_ext <<_ACEOF
5818 /* end confdefs.h.  */
5819 #include <string.h>
5820
5821 _ACEOF
5822 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5823   $EGREP "memchr" >/dev/null 2>&1; then
5824   :
5825 else
5826   ac_cv_header_stdc=no
5827 fi
5828 rm -f conftest*
5829
5830 fi
5831
5832 if test $ac_cv_header_stdc = yes; then
5833   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5834   cat >conftest.$ac_ext <<_ACEOF
5835 /* confdefs.h.  */
5836 _ACEOF
5837 cat confdefs.h >>conftest.$ac_ext
5838 cat >>conftest.$ac_ext <<_ACEOF
5839 /* end confdefs.h.  */
5840 #include <stdlib.h>
5841
5842 _ACEOF
5843 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5844   $EGREP "free" >/dev/null 2>&1; then
5845   :
5846 else
5847   ac_cv_header_stdc=no
5848 fi
5849 rm -f conftest*
5850
5851 fi
5852
5853 if test $ac_cv_header_stdc = yes; then
5854   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5855   if test "$cross_compiling" = yes; then
5856   :
5857 else
5858   cat >conftest.$ac_ext <<_ACEOF
5859 /* confdefs.h.  */
5860 _ACEOF
5861 cat confdefs.h >>conftest.$ac_ext
5862 cat >>conftest.$ac_ext <<_ACEOF
5863 /* end confdefs.h.  */
5864 #include <ctype.h>
5865 #if ((' ' & 0x0FF) == 0x020)
5866 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5867 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5868 #else
5869 # define ISLOWER(c) \
5870                    (('a' <= (c) && (c) <= 'i') \
5871                      || ('j' <= (c) && (c) <= 'r') \
5872                      || ('s' <= (c) && (c) <= 'z'))
5873 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5874 #endif
5875
5876 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5877 int
5878 main ()
5879 {
5880   int i;
5881   for (i = 0; i < 256; i++)
5882     if (XOR (islower (i), ISLOWER (i))
5883         || toupper (i) != TOUPPER (i))
5884       exit(2);
5885   exit (0);
5886 }
5887 _ACEOF
5888 rm -f conftest$ac_exeext
5889 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5890   (eval $ac_link) 2>&5
5891   ac_status=$?
5892   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5893   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5894   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5895   (eval $ac_try) 2>&5
5896   ac_status=$?
5897   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5898   (exit $ac_status); }; }; then
5899   :
5900 else
5901   echo "$as_me: program exited with status $ac_status" >&5
5902 echo "$as_me: failed program was:" >&5
5903 sed 's/^/| /' conftest.$ac_ext >&5
5904
5905 ( exit $ac_status )
5906 ac_cv_header_stdc=no
5907 fi
5908 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5909 fi
5910 fi
5911 fi
5912 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5913 echo "${ECHO_T}$ac_cv_header_stdc" >&6
5914 if test $ac_cv_header_stdc = yes; then
5915
5916 cat >>confdefs.h <<\_ACEOF
5917 #define STDC_HEADERS 1
5918 _ACEOF
5919
5920 fi
5921
5922 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5923
5924
5925
5926
5927
5928
5929
5930
5931
5932 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5933                   inttypes.h stdint.h unistd.h
5934 do
5935 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5936 echo "$as_me:$LINENO: checking for $ac_header" >&5
5937 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5938 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5939   echo $ECHO_N "(cached) $ECHO_C" >&6
5940 else
5941   cat >conftest.$ac_ext <<_ACEOF
5942 /* confdefs.h.  */
5943 _ACEOF
5944 cat confdefs.h >>conftest.$ac_ext
5945 cat >>conftest.$ac_ext <<_ACEOF
5946 /* end confdefs.h.  */
5947 $ac_includes_default
5948
5949 #include <$ac_header>
5950 _ACEOF
5951 rm -f conftest.$ac_objext
5952 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5953   (eval $ac_compile) 2>conftest.er1
5954   ac_status=$?
5955   grep -v '^ *+' conftest.er1 >conftest.err
5956   rm -f conftest.er1
5957   cat conftest.err >&5
5958   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5959   (exit $ac_status); } &&
5960          { ac_try='test -z "$ac_c_werror_flag"
5961                          || test ! -s conftest.err'
5962   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5963   (eval $ac_try) 2>&5
5964   ac_status=$?
5965   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5966   (exit $ac_status); }; } &&
5967          { ac_try='test -s conftest.$ac_objext'
5968   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5969   (eval $ac_try) 2>&5
5970   ac_status=$?
5971   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5972   (exit $ac_status); }; }; then
5973   eval "$as_ac_Header=yes"
5974 else
5975   echo "$as_me: failed program was:" >&5
5976 sed 's/^/| /' conftest.$ac_ext >&5
5977
5978 eval "$as_ac_Header=no"
5979 fi
5980 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5981 fi
5982 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5983 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5984 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5985   cat >>confdefs.h <<_ACEOF
5986 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5987 _ACEOF
5988
5989 fi
5990
5991 done
5992
5993
5994
5995 for ac_header in sys/gmon_out.h
5996 do
5997 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5998 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5999   echo "$as_me:$LINENO: checking for $ac_header" >&5
6000 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6001 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6002   echo $ECHO_N "(cached) $ECHO_C" >&6
6003 fi
6004 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6005 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6006 else
6007   # Is the header compilable?
6008 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6009 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6010 cat >conftest.$ac_ext <<_ACEOF
6011 /* confdefs.h.  */
6012 _ACEOF
6013 cat confdefs.h >>conftest.$ac_ext
6014 cat >>conftest.$ac_ext <<_ACEOF
6015 /* end confdefs.h.  */
6016 $ac_includes_default
6017 #include <$ac_header>
6018 _ACEOF
6019 rm -f conftest.$ac_objext
6020 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6021   (eval $ac_compile) 2>conftest.er1
6022   ac_status=$?
6023   grep -v '^ *+' conftest.er1 >conftest.err
6024   rm -f conftest.er1
6025   cat conftest.err >&5
6026   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6027   (exit $ac_status); } &&
6028          { ac_try='test -z "$ac_c_werror_flag"
6029                          || test ! -s conftest.err'
6030   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6031   (eval $ac_try) 2>&5
6032   ac_status=$?
6033   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6034   (exit $ac_status); }; } &&
6035          { ac_try='test -s conftest.$ac_objext'
6036   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6037   (eval $ac_try) 2>&5
6038   ac_status=$?
6039   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6040   (exit $ac_status); }; }; then
6041   ac_header_compiler=yes
6042 else
6043   echo "$as_me: failed program was:" >&5
6044 sed 's/^/| /' conftest.$ac_ext >&5
6045
6046 ac_header_compiler=no
6047 fi
6048 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6049 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6050 echo "${ECHO_T}$ac_header_compiler" >&6
6051
6052 # Is the header present?
6053 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6054 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6055 cat >conftest.$ac_ext <<_ACEOF
6056 /* confdefs.h.  */
6057 _ACEOF
6058 cat confdefs.h >>conftest.$ac_ext
6059 cat >>conftest.$ac_ext <<_ACEOF
6060 /* end confdefs.h.  */
6061 #include <$ac_header>
6062 _ACEOF
6063 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6064   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6065   ac_status=$?
6066   grep -v '^ *+' conftest.er1 >conftest.err
6067   rm -f conftest.er1
6068   cat conftest.err >&5
6069   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6070   (exit $ac_status); } >/dev/null; then
6071   if test -s conftest.err; then
6072     ac_cpp_err=$ac_c_preproc_warn_flag
6073     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6074   else
6075     ac_cpp_err=
6076   fi
6077 else
6078   ac_cpp_err=yes
6079 fi
6080 if test -z "$ac_cpp_err"; then
6081   ac_header_preproc=yes
6082 else
6083   echo "$as_me: failed program was:" >&5
6084 sed 's/^/| /' conftest.$ac_ext >&5
6085
6086   ac_header_preproc=no
6087 fi
6088 rm -f conftest.err conftest.$ac_ext
6089 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6090 echo "${ECHO_T}$ac_header_preproc" >&6
6091
6092 # So?  What about this header?
6093 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6094   yes:no: )
6095     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6096 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6097     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6098 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6099     ac_header_preproc=yes
6100     ;;
6101   no:yes:* )
6102     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6103 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6104     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
6105 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
6106     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6107 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6108     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
6109 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
6110     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6111 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6112     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6113 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6114     (
6115       cat <<\_ASBOX
6116 ## ------------------------------------------ ##
6117 ## Report this to the AC_PACKAGE_NAME lists.  ##
6118 ## ------------------------------------------ ##
6119 _ASBOX
6120     ) |
6121       sed "s/^/$as_me: WARNING:     /" >&2
6122     ;;
6123 esac
6124 echo "$as_me:$LINENO: checking for $ac_header" >&5
6125 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6126 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6127   echo $ECHO_N "(cached) $ECHO_C" >&6
6128 else
6129   eval "$as_ac_Header=\$ac_header_preproc"
6130 fi
6131 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6132 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6133
6134 fi
6135 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6136   cat >>confdefs.h <<_ACEOF
6137 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6138 _ACEOF
6139
6140 fi
6141
6142 done
6143
6144
6145 echo "$as_me:$LINENO: checking for a known getopt prototype in unistd.h" >&5
6146 echo $ECHO_N "checking for a known getopt prototype in unistd.h... $ECHO_C" >&6
6147 if test "${gprof_cv_decl_getopt_unistd_h+set}" = set; then
6148   echo $ECHO_N "(cached) $ECHO_C" >&6
6149 else
6150   cat >conftest.$ac_ext <<_ACEOF
6151 /* confdefs.h.  */
6152 _ACEOF
6153 cat confdefs.h >>conftest.$ac_ext
6154 cat >>conftest.$ac_ext <<_ACEOF
6155 /* end confdefs.h.  */
6156 #include <unistd.h>
6157 int
6158 main ()
6159 {
6160 extern int getopt (int, char *const*, const char *);
6161   ;
6162   return 0;
6163 }
6164 _ACEOF
6165 rm -f conftest.$ac_objext
6166 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6167   (eval $ac_compile) 2>conftest.er1
6168   ac_status=$?
6169   grep -v '^ *+' conftest.er1 >conftest.err
6170   rm -f conftest.er1
6171   cat conftest.err >&5
6172   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6173   (exit $ac_status); } &&
6174          { ac_try='test -z "$ac_c_werror_flag"
6175                          || test ! -s conftest.err'
6176   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6177   (eval $ac_try) 2>&5
6178   ac_status=$?
6179   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6180   (exit $ac_status); }; } &&
6181          { ac_try='test -s conftest.$ac_objext'
6182   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6183   (eval $ac_try) 2>&5
6184   ac_status=$?
6185   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6186   (exit $ac_status); }; }; then
6187   gprof_cv_decl_getopt_unistd_h=yes
6188 else
6189   echo "$as_me: failed program was:" >&5
6190 sed 's/^/| /' conftest.$ac_ext >&5
6191
6192 gprof_cv_decl_getopt_unistd_h=no
6193 fi
6194 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6195 fi
6196
6197 echo "$as_me:$LINENO: result: $gprof_cv_decl_getopt_unistd_h" >&5
6198 echo "${ECHO_T}$gprof_cv_decl_getopt_unistd_h" >&6
6199 if test $gprof_cv_decl_getopt_unistd_h = yes; then
6200
6201 cat >>confdefs.h <<\_ACEOF
6202 #define HAVE_DECL_GETOPT 1
6203 _ACEOF
6204
6205 fi
6206
6207
6208 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
6209
6210 # Check whether --enable-werror or --disable-werror was given.
6211 if test "${enable_werror+set}" = set; then
6212   enableval="$enable_werror"
6213   case "${enableval}" in
6214      yes | y) ERROR_ON_WARNING="yes" ;;
6215      no | n)  ERROR_ON_WARNING="no" ;;
6216      *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-werror" >&5
6217 echo "$as_me: error: bad value ${enableval} for --enable-werror" >&2;}
6218    { (exit 1); exit 1; }; } ;;
6219    esac
6220 fi;
6221
6222 # Enable -Werror by default when using gcc
6223 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
6224     ERROR_ON_WARNING=yes
6225 fi
6226
6227 NO_WERROR=
6228 if test "${ERROR_ON_WARNING}" = yes ; then
6229     GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
6230     NO_WERROR="-Wno-error"
6231 fi
6232
6233 if test "${GCC}" = yes ; then
6234   WARN_CFLAGS="${GCC_WARN_CFLAGS}"
6235 fi
6236
6237 # Check whether --enable-build-warnings or --disable-build-warnings was given.
6238 if test "${enable_build_warnings+set}" = set; then
6239   enableval="$enable_build_warnings"
6240   case "${enableval}" in
6241   yes)  WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
6242   no)   if test "${GCC}" = yes ; then
6243           WARN_CFLAGS="-w"
6244         fi;;
6245   ,*)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
6246         WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
6247   *,)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
6248         WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
6249   *)    WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
6250 esac
6251 fi;
6252
6253 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
6254   echo "Setting warning flags = $WARN_CFLAGS" 6>&1
6255 fi
6256
6257
6258
6259
6260
6261
6262
6263
6264
6265                     ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
6266
6267 cat >confcache <<\_ACEOF
6268 # This file is a shell script that caches the results of configure
6269 # tests run on this system so they can be shared between configure
6270 # scripts and configure runs, see configure's option --config-cache.
6271 # It is not useful on other systems.  If it contains results you don't
6272 # want to keep, you may remove or edit it.
6273 #
6274 # config.status only pays attention to the cache file if you give it
6275 # the --recheck option to rerun configure.
6276 #
6277 # `ac_cv_env_foo' variables (set or unset) will be overridden when
6278 # loading this file, other *unset* `ac_cv_foo' will be assigned the
6279 # following values.
6280
6281 _ACEOF
6282
6283 # The following way of writing the cache mishandles newlines in values,
6284 # but we know of no workaround that is simple, portable, and efficient.
6285 # So, don't put newlines in cache variables' values.
6286 # Ultrix sh set writes to stderr and can't be redirected directly,
6287 # and sets the high bit in the cache file unless we assign to the vars.
6288 {
6289   (set) 2>&1 |
6290     case `(ac_space=' '; set | grep ac_space) 2>&1` in
6291     *ac_space=\ *)
6292       # `set' does not quote correctly, so add quotes (double-quote
6293       # substitution turns \\\\ into \\, and sed turns \\ into \).
6294       sed -n \
6295         "s/'/'\\\\''/g;
6296           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
6297       ;;
6298     *)
6299       # `set' quotes correctly as required by POSIX, so do not add quotes.
6300       sed -n \
6301         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
6302       ;;
6303     esac;
6304 } |
6305   sed '
6306      t clear
6307      : clear
6308      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
6309      t end
6310      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6311      : end' >>confcache
6312 if diff $cache_file confcache >/dev/null 2>&1; then :; else
6313   if test -w $cache_file; then
6314     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
6315     cat confcache >$cache_file
6316   else
6317     echo "not updating unwritable cache $cache_file"
6318   fi
6319 fi
6320 rm -f confcache
6321
6322 test "x$prefix" = xNONE && prefix=$ac_default_prefix
6323 # Let make expand exec_prefix.
6324 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6325
6326 # VPATH may cause trouble with some makes, so we remove $(srcdir),
6327 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
6328 # trailing colons and then remove the whole line if VPATH becomes empty
6329 # (actually we leave an empty line to preserve line numbers).
6330 if test "x$srcdir" = x.; then
6331   ac_vpsub='/^[  ]*VPATH[        ]*=/{
6332 s/:*\$(srcdir):*/:/;
6333 s/:*\${srcdir}:*/:/;
6334 s/:*@srcdir@:*/:/;
6335 s/^\([^=]*=[     ]*\):*/\1/;
6336 s/:*$//;
6337 s/^[^=]*=[       ]*$//;
6338 }'
6339 fi
6340
6341 DEFS=-DHAVE_CONFIG_H
6342
6343 ac_libobjs=
6344 ac_ltlibobjs=
6345 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
6346   # 1. Remove the extension, and $U if already installed.
6347   ac_i=`echo "$ac_i" |
6348          sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
6349   # 2. Add them.
6350   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
6351   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
6352 done
6353 LIBOBJS=$ac_libobjs
6354
6355 LTLIBOBJS=$ac_ltlibobjs
6356
6357
6358 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
6359   { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
6360 Usually this means the macro was only invoked conditionally." >&5
6361 echo "$as_me: error: conditional \"AMDEP\" was never defined.
6362 Usually this means the macro was only invoked conditionally." >&2;}
6363    { (exit 1); exit 1; }; }
6364 fi
6365 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
6366   { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
6367 Usually this means the macro was only invoked conditionally." >&5
6368 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
6369 Usually this means the macro was only invoked conditionally." >&2;}
6370    { (exit 1); exit 1; }; }
6371 fi
6372 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
6373   { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
6374 Usually this means the macro was only invoked conditionally." >&5
6375 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
6376 Usually this means the macro was only invoked conditionally." >&2;}
6377    { (exit 1); exit 1; }; }
6378 fi
6379 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
6380   { { echo "$as_me:$LINENO: error: conditional \"GENINSRC_NEVER\" was never defined.
6381 Usually this means the macro was only invoked conditionally." >&5
6382 echo "$as_me: error: conditional \"GENINSRC_NEVER\" was never defined.
6383 Usually this means the macro was only invoked conditionally." >&2;}
6384    { (exit 1); exit 1; }; }
6385 fi
6386
6387 : ${CONFIG_STATUS=./config.status}
6388 ac_clean_files_save=$ac_clean_files
6389 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
6390 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
6391 echo "$as_me: creating $CONFIG_STATUS" >&6;}
6392 cat >$CONFIG_STATUS <<_ACEOF
6393 #! $SHELL
6394 # Generated by $as_me.
6395 # Run this file to recreate the current configuration.
6396 # Compiler output produced by configure, useful for debugging
6397 # configure, is in config.log if it exists.
6398
6399 debug=false
6400 ac_cs_recheck=false
6401 ac_cs_silent=false
6402 SHELL=\${CONFIG_SHELL-$SHELL}
6403 _ACEOF
6404
6405 cat >>$CONFIG_STATUS <<\_ACEOF
6406 ## --------------------- ##
6407 ## M4sh Initialization.  ##
6408 ## --------------------- ##
6409
6410 # Be Bourne compatible
6411 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
6412   emulate sh
6413   NULLCMD=:
6414   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
6415   # is contrary to our usage.  Disable this feature.
6416   alias -g '${1+"$@"}'='"$@"'
6417 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
6418   set -o posix
6419 fi
6420 DUALCASE=1; export DUALCASE # for MKS sh
6421
6422 # Support unset when possible.
6423 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6424   as_unset=unset
6425 else
6426   as_unset=false
6427 fi
6428
6429
6430 # Work around bugs in pre-3.0 UWIN ksh.
6431 $as_unset ENV MAIL MAILPATH
6432 PS1='$ '
6433 PS2='> '
6434 PS4='+ '
6435
6436 # NLS nuisances.
6437 for as_var in \
6438   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
6439   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
6440   LC_TELEPHONE LC_TIME
6441 do
6442   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
6443     eval $as_var=C; export $as_var
6444   else
6445     $as_unset $as_var
6446   fi
6447 done
6448
6449 # Required to use basename.
6450 if expr a : '\(a\)' >/dev/null 2>&1; then
6451   as_expr=expr
6452 else
6453   as_expr=false
6454 fi
6455
6456 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
6457   as_basename=basename
6458 else
6459   as_basename=false
6460 fi
6461
6462
6463 # Name of the executable.
6464 as_me=`$as_basename "$0" ||
6465 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
6466          X"$0" : 'X\(//\)$' \| \
6467          X"$0" : 'X\(/\)$' \| \
6468          .     : '\(.\)' 2>/dev/null ||
6469 echo X/"$0" |
6470     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
6471           /^X\/\(\/\/\)$/{ s//\1/; q; }
6472           /^X\/\(\/\).*/{ s//\1/; q; }
6473           s/.*/./; q'`
6474
6475
6476 # PATH needs CR, and LINENO needs CR and PATH.
6477 # Avoid depending upon Character Ranges.
6478 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
6479 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
6480 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
6481 as_cr_digits='0123456789'
6482 as_cr_alnum=$as_cr_Letters$as_cr_digits
6483
6484 # The user is always right.
6485 if test "${PATH_SEPARATOR+set}" != set; then
6486   echo "#! /bin/sh" >conf$$.sh
6487   echo  "exit 0"   >>conf$$.sh
6488   chmod +x conf$$.sh
6489   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6490     PATH_SEPARATOR=';'
6491   else
6492     PATH_SEPARATOR=:
6493   fi
6494   rm -f conf$$.sh
6495 fi
6496
6497
6498   as_lineno_1=$LINENO
6499   as_lineno_2=$LINENO
6500   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
6501   test "x$as_lineno_1" != "x$as_lineno_2" &&
6502   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
6503   # Find who we are.  Look in the path if we contain no path at all
6504   # relative or not.
6505   case $0 in
6506     *[\\/]* ) as_myself=$0 ;;
6507     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6508 for as_dir in $PATH
6509 do
6510   IFS=$as_save_IFS
6511   test -z "$as_dir" && as_dir=.
6512   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
6513 done
6514
6515        ;;
6516   esac
6517   # We did not find ourselves, most probably we were run as `sh COMMAND'
6518   # in which case we are not to be found in the path.
6519   if test "x$as_myself" = x; then
6520     as_myself=$0
6521   fi
6522   if test ! -f "$as_myself"; then
6523     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
6524 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
6525    { (exit 1); exit 1; }; }
6526   fi
6527   case $CONFIG_SHELL in
6528   '')
6529     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6530 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
6531 do
6532   IFS=$as_save_IFS
6533   test -z "$as_dir" && as_dir=.
6534   for as_base in sh bash ksh sh5; do
6535          case $as_dir in
6536          /*)
6537            if ("$as_dir/$as_base" -c '
6538   as_lineno_1=$LINENO
6539   as_lineno_2=$LINENO
6540   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
6541   test "x$as_lineno_1" != "x$as_lineno_2" &&
6542   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
6543              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
6544              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
6545              CONFIG_SHELL=$as_dir/$as_base
6546              export CONFIG_SHELL
6547              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
6548            fi;;
6549          esac
6550        done
6551 done
6552 ;;
6553   esac
6554
6555   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
6556   # uniformly replaced by the line number.  The first 'sed' inserts a
6557   # line-number line before each line; the second 'sed' does the real
6558   # work.  The second script uses 'N' to pair each line-number line
6559   # with the numbered line, and appends trailing '-' during
6560   # substitution so that $LINENO is not a special case at line end.
6561   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
6562   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
6563   sed '=' <$as_myself |
6564     sed '
6565       N
6566       s,$,-,
6567       : loop
6568       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
6569       t loop
6570       s,-$,,
6571       s,^['$as_cr_digits']*\n,,
6572     ' >$as_me.lineno &&
6573   chmod +x $as_me.lineno ||
6574     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
6575 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
6576    { (exit 1); exit 1; }; }
6577
6578   # Don't try to exec as it changes $[0], causing all sort of problems
6579   # (the dirname of $[0] is not the place where we might find the
6580   # original and so on.  Autoconf is especially sensible to this).
6581   . ./$as_me.lineno
6582   # Exit status is that of the last command.
6583   exit
6584 }
6585
6586
6587 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
6588   *c*,-n*) ECHO_N= ECHO_C='
6589 ' ECHO_T='      ' ;;
6590   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
6591   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
6592 esac
6593
6594 if expr a : '\(a\)' >/dev/null 2>&1; then
6595   as_expr=expr
6596 else
6597   as_expr=false
6598 fi
6599
6600 rm -f conf$$ conf$$.exe conf$$.file
6601 echo >conf$$.file
6602 if ln -s conf$$.file conf$$ 2>/dev/null; then
6603   # We could just check for DJGPP; but this test a) works b) is more generic
6604   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
6605   if test -f conf$$.exe; then
6606     # Don't use ln at all; we don't have any links
6607     as_ln_s='cp -p'
6608   else
6609     as_ln_s='ln -s'
6610   fi
6611 elif ln conf$$.file conf$$ 2>/dev/null; then
6612   as_ln_s=ln
6613 else
6614   as_ln_s='cp -p'
6615 fi
6616 rm -f conf$$ conf$$.exe conf$$.file
6617
6618 if mkdir -p . 2>/dev/null; then
6619   as_mkdir_p=:
6620 else
6621   test -d ./-p && rmdir ./-p
6622   as_mkdir_p=false
6623 fi
6624
6625 as_executable_p="test -f"
6626
6627 # Sed expression to map a string onto a valid CPP name.
6628 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
6629
6630 # Sed expression to map a string onto a valid variable name.
6631 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
6632
6633
6634 # IFS
6635 # We need space, tab and new line, in precisely that order.
6636 as_nl='
6637 '
6638 IFS="   $as_nl"
6639
6640 # CDPATH.
6641 $as_unset CDPATH
6642
6643 exec 6>&1
6644
6645 # Open the log real soon, to keep \$[0] and so on meaningful, and to
6646 # report actual input values of CONFIG_FILES etc. instead of their
6647 # values after options handling.  Logging --version etc. is OK.
6648 exec 5>>config.log
6649 {
6650   echo
6651   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
6652 ## Running $as_me. ##
6653 _ASBOX
6654 } >&5
6655 cat >&5 <<_CSEOF
6656
6657 This file was extended by $as_me, which was
6658 generated by GNU Autoconf 2.59.  Invocation command line was
6659
6660   CONFIG_FILES    = $CONFIG_FILES
6661   CONFIG_HEADERS  = $CONFIG_HEADERS
6662   CONFIG_LINKS    = $CONFIG_LINKS
6663   CONFIG_COMMANDS = $CONFIG_COMMANDS
6664   $ $0 $@
6665
6666 _CSEOF
6667 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
6668 echo >&5
6669 _ACEOF
6670
6671 # Files that config.status was made for.
6672 if test -n "$ac_config_files"; then
6673   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
6674 fi
6675
6676 if test -n "$ac_config_headers"; then
6677   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
6678 fi
6679
6680 if test -n "$ac_config_links"; then
6681   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
6682 fi
6683
6684 if test -n "$ac_config_commands"; then
6685   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
6686 fi
6687
6688 cat >>$CONFIG_STATUS <<\_ACEOF
6689
6690 ac_cs_usage="\
6691 \`$as_me' instantiates files from templates according to the
6692 current configuration.
6693
6694 Usage: $0 [OPTIONS] [FILE]...
6695
6696   -h, --help       print this help, then exit
6697   -V, --version    print version number, then exit
6698   -q, --quiet      do not print progress messages
6699   -d, --debug      don't remove temporary files
6700       --recheck    update $as_me by reconfiguring in the same conditions
6701   --file=FILE[:TEMPLATE]
6702                    instantiate the configuration file FILE
6703   --header=FILE[:TEMPLATE]
6704                    instantiate the configuration header FILE
6705
6706 Configuration files:
6707 $config_files
6708
6709 Configuration headers:
6710 $config_headers
6711
6712 Configuration commands:
6713 $config_commands
6714
6715 Report bugs to <bug-autoconf@gnu.org>."
6716 _ACEOF
6717
6718 cat >>$CONFIG_STATUS <<_ACEOF
6719 ac_cs_version="\\
6720 config.status
6721 configured by $0, generated by GNU Autoconf 2.59,
6722   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
6723
6724 Copyright (C) 2003 Free Software Foundation, Inc.
6725 This config.status script is free software; the Free Software Foundation
6726 gives unlimited permission to copy, distribute and modify it."
6727 srcdir=$srcdir
6728 INSTALL="$INSTALL"
6729 _ACEOF
6730
6731 cat >>$CONFIG_STATUS <<\_ACEOF
6732 # If no file are specified by the user, then we need to provide default
6733 # value.  By we need to know if files were specified by the user.
6734 ac_need_defaults=:
6735 while test $# != 0
6736 do
6737   case $1 in
6738   --*=*)
6739     ac_option=`expr "x$1" : 'x\([^=]*\)='`
6740     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
6741     ac_shift=:
6742     ;;
6743   -*)
6744     ac_option=$1
6745     ac_optarg=$2
6746     ac_shift=shift
6747     ;;
6748   *) # This is not an option, so the user has probably given explicit
6749      # arguments.
6750      ac_option=$1
6751      ac_need_defaults=false;;
6752   esac
6753
6754   case $ac_option in
6755   # Handling of the options.
6756 _ACEOF
6757 cat >>$CONFIG_STATUS <<\_ACEOF
6758   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
6759     ac_cs_recheck=: ;;
6760   --version | --vers* | -V )
6761     echo "$ac_cs_version"; exit 0 ;;
6762   --he | --h)
6763     # Conflict between --help and --header
6764     { { echo "$as_me:$LINENO: error: ambiguous option: $1
6765 Try \`$0 --help' for more information." >&5
6766 echo "$as_me: error: ambiguous option: $1
6767 Try \`$0 --help' for more information." >&2;}
6768    { (exit 1); exit 1; }; };;
6769   --help | --hel | -h )
6770     echo "$ac_cs_usage"; exit 0 ;;
6771   --debug | --d* | -d )
6772     debug=: ;;
6773   --file | --fil | --fi | --f )
6774     $ac_shift
6775     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
6776     ac_need_defaults=false;;
6777   --header | --heade | --head | --hea )
6778     $ac_shift
6779     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
6780     ac_need_defaults=false;;
6781   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
6782   | -silent | --silent | --silen | --sile | --sil | --si | --s)
6783     ac_cs_silent=: ;;
6784
6785   # This is an error.
6786   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
6787 Try \`$0 --help' for more information." >&5
6788 echo "$as_me: error: unrecognized option: $1
6789 Try \`$0 --help' for more information." >&2;}
6790    { (exit 1); exit 1; }; } ;;
6791
6792   *) ac_config_targets="$ac_config_targets $1" ;;
6793
6794   esac
6795   shift
6796 done
6797
6798 ac_configure_extra_args=
6799
6800 if $ac_cs_silent; then
6801   exec 6>/dev/null
6802   ac_configure_extra_args="$ac_configure_extra_args --silent"
6803 fi
6804
6805 _ACEOF
6806 cat >>$CONFIG_STATUS <<_ACEOF
6807 if \$ac_cs_recheck; then
6808   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
6809   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
6810 fi
6811
6812 _ACEOF
6813
6814 cat >>$CONFIG_STATUS <<_ACEOF
6815 #
6816 # INIT-COMMANDS section.
6817 #
6818
6819 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
6820 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
6821     # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
6822     # from automake.
6823     eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
6824     # Capture the value of LINGUAS because we need it to compute CATALOGS.
6825     LINGUAS="${LINGUAS-%UNSET%}"
6826
6827
6828 _ACEOF
6829
6830
6831
6832 cat >>$CONFIG_STATUS <<\_ACEOF
6833 for ac_config_target in $ac_config_targets
6834 do
6835   case "$ac_config_target" in
6836   # Handling of arguments.
6837   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
6838   "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
6839   "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
6840   "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
6841   "gconfig.h" ) CONFIG_HEADERS="$CONFIG_HEADERS gconfig.h:gconfig.in" ;;
6842   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
6843 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
6844    { (exit 1); exit 1; }; };;
6845   esac
6846 done
6847
6848 # If the user did not use the arguments to specify the items to instantiate,
6849 # then the envvar interface is used.  Set only those that are not.
6850 # We use the long form for the default assignment because of an extremely
6851 # bizarre bug on SunOS 4.1.3.
6852 if $ac_need_defaults; then
6853   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
6854   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
6855   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
6856 fi
6857
6858 # Have a temporary directory for convenience.  Make it in the build tree
6859 # simply because there is no reason to put it here, and in addition,
6860 # creating and moving files from /tmp can sometimes cause problems.
6861 # Create a temporary directory, and hook for its removal unless debugging.
6862 $debug ||
6863 {
6864   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
6865   trap '{ (exit 1); exit 1; }' 1 2 13 15
6866 }
6867
6868 # Create a (secure) tmp directory for tmp files.
6869
6870 {
6871   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
6872   test -n "$tmp" && test -d "$tmp"
6873 }  ||
6874 {
6875   tmp=./confstat$$-$RANDOM
6876   (umask 077 && mkdir $tmp)
6877 } ||
6878 {
6879    echo "$me: cannot create a temporary directory in ." >&2
6880    { (exit 1); exit 1; }
6881 }
6882
6883 _ACEOF
6884
6885 cat >>$CONFIG_STATUS <<_ACEOF
6886
6887 #
6888 # CONFIG_FILES section.
6889 #
6890
6891 # No need to generate the scripts if there are no CONFIG_FILES.
6892 # This happens for instance when ./config.status config.h
6893 if test -n "\$CONFIG_FILES"; then
6894   # Protect against being on the right side of a sed subst in config.status.
6895   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
6896    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
6897 s,@SHELL@,$SHELL,;t t
6898 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
6899 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
6900 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
6901 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
6902 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
6903 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
6904 s,@exec_prefix@,$exec_prefix,;t t
6905 s,@prefix@,$prefix,;t t
6906 s,@program_transform_name@,$program_transform_name,;t t
6907 s,@bindir@,$bindir,;t t
6908 s,@sbindir@,$sbindir,;t t
6909 s,@libexecdir@,$libexecdir,;t t
6910 s,@datadir@,$datadir,;t t
6911 s,@sysconfdir@,$sysconfdir,;t t
6912 s,@sharedstatedir@,$sharedstatedir,;t t
6913 s,@localstatedir@,$localstatedir,;t t
6914 s,@libdir@,$libdir,;t t
6915 s,@includedir@,$includedir,;t t
6916 s,@oldincludedir@,$oldincludedir,;t t
6917 s,@infodir@,$infodir,;t t
6918 s,@mandir@,$mandir,;t t
6919 s,@build_alias@,$build_alias,;t t
6920 s,@host_alias@,$host_alias,;t t
6921 s,@target_alias@,$target_alias,;t t
6922 s,@DEFS@,$DEFS,;t t
6923 s,@ECHO_C@,$ECHO_C,;t t
6924 s,@ECHO_N@,$ECHO_N,;t t
6925 s,@ECHO_T@,$ECHO_T,;t t
6926 s,@LIBS@,$LIBS,;t t
6927 s,@build@,$build,;t t
6928 s,@build_cpu@,$build_cpu,;t t
6929 s,@build_vendor@,$build_vendor,;t t
6930 s,@build_os@,$build_os,;t t
6931 s,@host@,$host,;t t
6932 s,@host_cpu@,$host_cpu,;t t
6933 s,@host_vendor@,$host_vendor,;t t
6934 s,@host_os@,$host_os,;t t
6935 s,@target@,$target,;t t
6936 s,@target_cpu@,$target_cpu,;t t
6937 s,@target_vendor@,$target_vendor,;t t
6938 s,@target_os@,$target_os,;t t
6939 s,@CC@,$CC,;t t
6940 s,@CFLAGS@,$CFLAGS,;t t
6941 s,@LDFLAGS@,$LDFLAGS,;t t
6942 s,@CPPFLAGS@,$CPPFLAGS,;t t
6943 s,@ac_ct_CC@,$ac_ct_CC,;t t
6944 s,@EXEEXT@,$EXEEXT,;t t
6945 s,@OBJEXT@,$OBJEXT,;t t
6946 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
6947 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
6948 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
6949 s,@CYGPATH_W@,$CYGPATH_W,;t t
6950 s,@PACKAGE@,$PACKAGE,;t t
6951 s,@VERSION@,$VERSION,;t t
6952 s,@ACLOCAL@,$ACLOCAL,;t t
6953 s,@AUTOCONF@,$AUTOCONF,;t t
6954 s,@AUTOMAKE@,$AUTOMAKE,;t t
6955 s,@AUTOHEADER@,$AUTOHEADER,;t t
6956 s,@MAKEINFO@,$MAKEINFO,;t t
6957 s,@install_sh@,$install_sh,;t t
6958 s,@STRIP@,$STRIP,;t t
6959 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
6960 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
6961 s,@mkdir_p@,$mkdir_p,;t t
6962 s,@AWK@,$AWK,;t t
6963 s,@SET_MAKE@,$SET_MAKE,;t t
6964 s,@am__leading_dot@,$am__leading_dot,;t t
6965 s,@AMTAR@,$AMTAR,;t t
6966 s,@am__tar@,$am__tar,;t t
6967 s,@am__untar@,$am__untar,;t t
6968 s,@DEPDIR@,$DEPDIR,;t t
6969 s,@am__include@,$am__include,;t t
6970 s,@am__quote@,$am__quote,;t t
6971 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
6972 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
6973 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
6974 s,@CCDEPMODE@,$CCDEPMODE,;t t
6975 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
6976 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
6977 s,@LN_S@,$LN_S,;t t
6978 s,@RANLIB@,$RANLIB,;t t
6979 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
6980 s,@LIBTOOL@,$LIBTOOL,;t t
6981 s,@REPORT_BUGS_TO@,$REPORT_BUGS_TO,;t t
6982 s,@USE_NLS@,$USE_NLS,;t t
6983 s,@LIBINTL@,$LIBINTL,;t t
6984 s,@LIBINTL_DEP@,$LIBINTL_DEP,;t t
6985 s,@INCINTL@,$INCINTL,;t t
6986 s,@XGETTEXT@,$XGETTEXT,;t t
6987 s,@GMSGFMT@,$GMSGFMT,;t t
6988 s,@POSUB@,$POSUB,;t t
6989 s,@CATALOGS@,$CATALOGS,;t t
6990 s,@DATADIRNAME@,$DATADIRNAME,;t t
6991 s,@INSTOBJEXT@,$INSTOBJEXT,;t t
6992 s,@GENCAT@,$GENCAT,;t t
6993 s,@CATOBJEXT@,$CATOBJEXT,;t t
6994 s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
6995 s,@MSGFMT@,$MSGFMT,;t t
6996 s,@MSGMERGE@,$MSGMERGE,;t t
6997 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
6998 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
6999 s,@MAINT@,$MAINT,;t t
7000 s,@GENINSRC_NEVER_TRUE@,$GENINSRC_NEVER_TRUE,;t t
7001 s,@GENINSRC_NEVER_FALSE@,$GENINSRC_NEVER_FALSE,;t t
7002 s,@CPP@,$CPP,;t t
7003 s,@EGREP@,$EGREP,;t t
7004 s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
7005 s,@NO_WERROR@,$NO_WERROR,;t t
7006 s,@datarootdir@,$datarootdir,;t t
7007 s,@docdir@,$docdir,;t t
7008 s,@htmldir@,$htmldir,;t t
7009 s,@LIBOBJS@,$LIBOBJS,;t t
7010 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
7011 CEOF
7012
7013 _ACEOF
7014
7015   cat >>$CONFIG_STATUS <<\_ACEOF
7016   # Split the substitutions into bite-sized pieces for seds with
7017   # small command number limits, like on Digital OSF/1 and HP-UX.
7018   ac_max_sed_lines=48
7019   ac_sed_frag=1 # Number of current file.
7020   ac_beg=1 # First line for current file.
7021   ac_end=$ac_max_sed_lines # Line after last line for current file.
7022   ac_more_lines=:
7023   ac_sed_cmds=
7024   while $ac_more_lines; do
7025     if test $ac_beg -gt 1; then
7026       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
7027     else
7028       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
7029     fi
7030     if test ! -s $tmp/subs.frag; then
7031       ac_more_lines=false
7032     else
7033       # The purpose of the label and of the branching condition is to
7034       # speed up the sed processing (if there are no `@' at all, there
7035       # is no need to browse any of the substitutions).
7036       # These are the two extra sed commands mentioned above.
7037       (echo ':t
7038   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
7039       if test -z "$ac_sed_cmds"; then
7040         ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
7041       else
7042         ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
7043       fi
7044       ac_sed_frag=`expr $ac_sed_frag + 1`
7045       ac_beg=$ac_end
7046       ac_end=`expr $ac_end + $ac_max_sed_lines`
7047     fi
7048   done
7049   if test -z "$ac_sed_cmds"; then
7050     ac_sed_cmds=cat
7051   fi
7052 fi # test -n "$CONFIG_FILES"
7053
7054 _ACEOF
7055 cat >>$CONFIG_STATUS <<\_ACEOF
7056 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
7057   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
7058   case $ac_file in
7059   - | *:- | *:-:* ) # input from stdin
7060         cat >$tmp/stdin
7061         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
7062         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
7063   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
7064         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
7065   * )   ac_file_in=$ac_file.in ;;
7066   esac
7067
7068   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
7069   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
7070 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7071          X"$ac_file" : 'X\(//\)[^/]' \| \
7072          X"$ac_file" : 'X\(//\)$' \| \
7073          X"$ac_file" : 'X\(/\)' \| \
7074          .     : '\(.\)' 2>/dev/null ||
7075 echo X"$ac_file" |
7076     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7077           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7078           /^X\(\/\/\)$/{ s//\1/; q; }
7079           /^X\(\/\).*/{ s//\1/; q; }
7080           s/.*/./; q'`
7081   { if $as_mkdir_p; then
7082     mkdir -p "$ac_dir"
7083   else
7084     as_dir="$ac_dir"
7085     as_dirs=
7086     while test ! -d "$as_dir"; do
7087       as_dirs="$as_dir $as_dirs"
7088       as_dir=`(dirname "$as_dir") 2>/dev/null ||
7089 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7090          X"$as_dir" : 'X\(//\)[^/]' \| \
7091          X"$as_dir" : 'X\(//\)$' \| \
7092          X"$as_dir" : 'X\(/\)' \| \
7093          .     : '\(.\)' 2>/dev/null ||
7094 echo X"$as_dir" |
7095     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7096           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7097           /^X\(\/\/\)$/{ s//\1/; q; }
7098           /^X\(\/\).*/{ s//\1/; q; }
7099           s/.*/./; q'`
7100     done
7101     test ! -n "$as_dirs" || mkdir $as_dirs
7102   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
7103 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
7104    { (exit 1); exit 1; }; }; }
7105
7106   ac_builddir=.
7107
7108 if test "$ac_dir" != .; then
7109   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
7110   # A "../" for each directory in $ac_dir_suffix.
7111   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
7112 else
7113   ac_dir_suffix= ac_top_builddir=
7114 fi
7115
7116 case $srcdir in
7117   .)  # No --srcdir option.  We are building in place.
7118     ac_srcdir=.
7119     if test -z "$ac_top_builddir"; then
7120        ac_top_srcdir=.
7121     else
7122        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
7123     fi ;;
7124   [\\/]* | ?:[\\/]* )  # Absolute path.
7125     ac_srcdir=$srcdir$ac_dir_suffix;
7126     ac_top_srcdir=$srcdir ;;
7127   *) # Relative path.
7128     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
7129     ac_top_srcdir=$ac_top_builddir$srcdir ;;
7130 esac
7131
7132 # Do not use `cd foo && pwd` to compute absolute paths, because
7133 # the directories may not exist.
7134 case `pwd` in
7135 .) ac_abs_builddir="$ac_dir";;
7136 *)
7137   case "$ac_dir" in
7138   .) ac_abs_builddir=`pwd`;;
7139   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
7140   *) ac_abs_builddir=`pwd`/"$ac_dir";;
7141   esac;;
7142 esac
7143 case $ac_abs_builddir in
7144 .) ac_abs_top_builddir=${ac_top_builddir}.;;
7145 *)
7146   case ${ac_top_builddir}. in
7147   .) ac_abs_top_builddir=$ac_abs_builddir;;
7148   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
7149   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
7150   esac;;
7151 esac
7152 case $ac_abs_builddir in
7153 .) ac_abs_srcdir=$ac_srcdir;;
7154 *)
7155   case $ac_srcdir in
7156   .) ac_abs_srcdir=$ac_abs_builddir;;
7157   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
7158   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
7159   esac;;
7160 esac
7161 case $ac_abs_builddir in
7162 .) ac_abs_top_srcdir=$ac_top_srcdir;;
7163 *)
7164   case $ac_top_srcdir in
7165   .) ac_abs_top_srcdir=$ac_abs_builddir;;
7166   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
7167   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
7168   esac;;
7169 esac
7170
7171
7172   case $INSTALL in
7173   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
7174   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
7175   esac
7176
7177   if test x"$ac_file" != x-; then
7178     { echo "$as_me:$LINENO: creating $ac_file" >&5
7179 echo "$as_me: creating $ac_file" >&6;}
7180     rm -f "$ac_file"
7181   fi
7182   # Let's still pretend it is `configure' which instantiates (i.e., don't
7183   # use $as_me), people would be surprised to read:
7184   #    /* config.h.  Generated by config.status.  */
7185   if test x"$ac_file" = x-; then
7186     configure_input=
7187   else
7188     configure_input="$ac_file.  "
7189   fi
7190   configure_input=$configure_input"Generated from `echo $ac_file_in |
7191                                      sed 's,.*/,,'` by configure."
7192
7193   # First look for the input files in the build tree, otherwise in the
7194   # src tree.
7195   ac_file_inputs=`IFS=:
7196     for f in $ac_file_in; do
7197       case $f in
7198       -) echo $tmp/stdin ;;
7199       [\\/$]*)
7200          # Absolute (can't be DOS-style, as IFS=:)
7201          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
7202 echo "$as_me: error: cannot find input file: $f" >&2;}
7203    { (exit 1); exit 1; }; }
7204          echo "$f";;
7205       *) # Relative
7206          if test -f "$f"; then
7207            # Build tree
7208            echo "$f"
7209          elif test -f "$srcdir/$f"; then
7210            # Source tree
7211            echo "$srcdir/$f"
7212          else
7213            # /dev/null tree
7214            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
7215 echo "$as_me: error: cannot find input file: $f" >&2;}
7216    { (exit 1); exit 1; }; }
7217          fi;;
7218       esac
7219     done` || { (exit 1); exit 1; }
7220 _ACEOF
7221 cat >>$CONFIG_STATUS <<_ACEOF
7222   sed "$ac_vpsub
7223 $extrasub
7224 _ACEOF
7225 cat >>$CONFIG_STATUS <<\_ACEOF
7226 :t
7227 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
7228 s,@configure_input@,$configure_input,;t t
7229 s,@srcdir@,$ac_srcdir,;t t
7230 s,@abs_srcdir@,$ac_abs_srcdir,;t t
7231 s,@top_srcdir@,$ac_top_srcdir,;t t
7232 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
7233 s,@builddir@,$ac_builddir,;t t
7234 s,@abs_builddir@,$ac_abs_builddir,;t t
7235 s,@top_builddir@,$ac_top_builddir,;t t
7236 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
7237 s,@INSTALL@,$ac_INSTALL,;t t
7238 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
7239   rm -f $tmp/stdin
7240   if test x"$ac_file" != x-; then
7241     mv $tmp/out $ac_file
7242   else
7243     cat $tmp/out
7244     rm -f $tmp/out
7245   fi
7246
7247 done
7248 _ACEOF
7249 cat >>$CONFIG_STATUS <<\_ACEOF
7250
7251 #
7252 # CONFIG_HEADER section.
7253 #
7254
7255 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
7256 # NAME is the cpp macro being defined and VALUE is the value it is being given.
7257 #
7258 # ac_d sets the value in "#define NAME VALUE" lines.
7259 ac_dA='s,^\([    ]*\)#\([        ]*define[       ][      ]*\)'
7260 ac_dB='[         ].*$,\1#\2'
7261 ac_dC=' '
7262 ac_dD=',;t'
7263 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
7264 ac_uA='s,^\([    ]*\)#\([        ]*\)undef\([    ][      ]*\)'
7265 ac_uB='$,\1#\2define\3'
7266 ac_uC=' '
7267 ac_uD=',;t'
7268
7269 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
7270   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
7271   case $ac_file in
7272   - | *:- | *:-:* ) # input from stdin
7273         cat >$tmp/stdin
7274         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
7275         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
7276   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
7277         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
7278   * )   ac_file_in=$ac_file.in ;;
7279   esac
7280
7281   test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
7282 echo "$as_me: creating $ac_file" >&6;}
7283
7284   # First look for the input files in the build tree, otherwise in the
7285   # src tree.
7286   ac_file_inputs=`IFS=:
7287     for f in $ac_file_in; do
7288       case $f in
7289       -) echo $tmp/stdin ;;
7290       [\\/$]*)
7291          # Absolute (can't be DOS-style, as IFS=:)
7292          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
7293 echo "$as_me: error: cannot find input file: $f" >&2;}
7294    { (exit 1); exit 1; }; }
7295          # Do quote $f, to prevent DOS paths from being IFS'd.
7296          echo "$f";;
7297       *) # Relative
7298          if test -f "$f"; then
7299            # Build tree
7300            echo "$f"
7301          elif test -f "$srcdir/$f"; then
7302            # Source tree
7303            echo "$srcdir/$f"
7304          else
7305            # /dev/null tree
7306            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
7307 echo "$as_me: error: cannot find input file: $f" >&2;}
7308    { (exit 1); exit 1; }; }
7309          fi;;
7310       esac
7311     done` || { (exit 1); exit 1; }
7312   # Remove the trailing spaces.
7313   sed 's/[       ]*$//' $ac_file_inputs >$tmp/in
7314
7315 _ACEOF
7316
7317 # Transform confdefs.h into two sed scripts, `conftest.defines' and
7318 # `conftest.undefs', that substitutes the proper values into
7319 # config.h.in to produce config.h.  The first handles `#define'
7320 # templates, and the second `#undef' templates.
7321 # And first: Protect against being on the right side of a sed subst in
7322 # config.status.  Protect against being in an unquoted here document
7323 # in config.status.
7324 rm -f conftest.defines conftest.undefs
7325 # Using a here document instead of a string reduces the quoting nightmare.
7326 # Putting comments in sed scripts is not portable.
7327 #
7328 # `end' is used to avoid that the second main sed command (meant for
7329 # 0-ary CPP macros) applies to n-ary macro definitions.
7330 # See the Autoconf documentation for `clear'.
7331 cat >confdef2sed.sed <<\_ACEOF
7332 s/[\\&,]/\\&/g
7333 s,[\\$`],\\&,g
7334 t clear
7335 : clear
7336 s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
7337 t end
7338 s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
7339 : end
7340 _ACEOF
7341 # If some macros were called several times there might be several times
7342 # the same #defines, which is useless.  Nevertheless, we may not want to
7343 # sort them, since we want the *last* AC-DEFINE to be honored.
7344 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
7345 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
7346 rm -f confdef2sed.sed
7347
7348 # This sed command replaces #undef with comments.  This is necessary, for
7349 # example, in the case of _POSIX_SOURCE, which is predefined and required
7350 # on some systems where configure will not decide to define it.
7351 cat >>conftest.undefs <<\_ACEOF
7352 s,^[     ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
7353 _ACEOF
7354
7355 # Break up conftest.defines because some shells have a limit on the size
7356 # of here documents, and old seds have small limits too (100 cmds).
7357 echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
7358 echo '  if grep "^[      ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
7359 echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
7360 echo '  :' >>$CONFIG_STATUS
7361 rm -f conftest.tail
7362 while grep . conftest.defines >/dev/null
7363 do
7364   # Write a limited-size here document to $tmp/defines.sed.
7365   echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
7366   # Speed up: don't consider the non `#define' lines.
7367   echo '/^[      ]*#[    ]*define/!b' >>$CONFIG_STATUS
7368   # Work around the forget-to-reset-the-flag bug.
7369   echo 't clr' >>$CONFIG_STATUS
7370   echo ': clr' >>$CONFIG_STATUS
7371   sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
7372   echo 'CEOF
7373   sed -f $tmp/defines.sed $tmp/in >$tmp/out
7374   rm -f $tmp/in
7375   mv $tmp/out $tmp/in
7376 ' >>$CONFIG_STATUS
7377   sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
7378   rm -f conftest.defines
7379   mv conftest.tail conftest.defines
7380 done
7381 rm -f conftest.defines
7382 echo '  fi # grep' >>$CONFIG_STATUS
7383 echo >>$CONFIG_STATUS
7384
7385 # Break up conftest.undefs because some shells have a limit on the size
7386 # of here documents, and old seds have small limits too (100 cmds).
7387 echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
7388 rm -f conftest.tail
7389 while grep . conftest.undefs >/dev/null
7390 do
7391   # Write a limited-size here document to $tmp/undefs.sed.
7392   echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
7393   # Speed up: don't consider the non `#undef'
7394   echo '/^[      ]*#[    ]*undef/!b' >>$CONFIG_STATUS
7395   # Work around the forget-to-reset-the-flag bug.
7396   echo 't clr' >>$CONFIG_STATUS
7397   echo ': clr' >>$CONFIG_STATUS
7398   sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
7399   echo 'CEOF
7400   sed -f $tmp/undefs.sed $tmp/in >$tmp/out
7401   rm -f $tmp/in
7402   mv $tmp/out $tmp/in
7403 ' >>$CONFIG_STATUS
7404   sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
7405   rm -f conftest.undefs
7406   mv conftest.tail conftest.undefs
7407 done
7408 rm -f conftest.undefs
7409
7410 cat >>$CONFIG_STATUS <<\_ACEOF
7411   # Let's still pretend it is `configure' which instantiates (i.e., don't
7412   # use $as_me), people would be surprised to read:
7413   #    /* config.h.  Generated by config.status.  */
7414   if test x"$ac_file" = x-; then
7415     echo "/* Generated by configure.  */" >$tmp/config.h
7416   else
7417     echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
7418   fi
7419   cat $tmp/in >>$tmp/config.h
7420   rm -f $tmp/in
7421   if test x"$ac_file" != x-; then
7422     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
7423       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
7424 echo "$as_me: $ac_file is unchanged" >&6;}
7425     else
7426       ac_dir=`(dirname "$ac_file") 2>/dev/null ||
7427 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7428          X"$ac_file" : 'X\(//\)[^/]' \| \
7429          X"$ac_file" : 'X\(//\)$' \| \
7430          X"$ac_file" : 'X\(/\)' \| \
7431          .     : '\(.\)' 2>/dev/null ||
7432 echo X"$ac_file" |
7433     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7434           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7435           /^X\(\/\/\)$/{ s//\1/; q; }
7436           /^X\(\/\).*/{ s//\1/; q; }
7437           s/.*/./; q'`
7438       { if $as_mkdir_p; then
7439     mkdir -p "$ac_dir"
7440   else
7441     as_dir="$ac_dir"
7442     as_dirs=
7443     while test ! -d "$as_dir"; do
7444       as_dirs="$as_dir $as_dirs"
7445       as_dir=`(dirname "$as_dir") 2>/dev/null ||
7446 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7447          X"$as_dir" : 'X\(//\)[^/]' \| \
7448          X"$as_dir" : 'X\(//\)$' \| \
7449          X"$as_dir" : 'X\(/\)' \| \
7450          .     : '\(.\)' 2>/dev/null ||
7451 echo X"$as_dir" |
7452     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7453           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7454           /^X\(\/\/\)$/{ s//\1/; q; }
7455           /^X\(\/\).*/{ s//\1/; q; }
7456           s/.*/./; q'`
7457     done
7458     test ! -n "$as_dirs" || mkdir $as_dirs
7459   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
7460 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
7461    { (exit 1); exit 1; }; }; }
7462
7463       rm -f $ac_file
7464       mv $tmp/config.h $ac_file
7465     fi
7466   else
7467     cat $tmp/config.h
7468     rm -f $tmp/config.h
7469   fi
7470 # Compute $ac_file's index in $config_headers.
7471 _am_stamp_count=1
7472 for _am_header in $config_headers :; do
7473   case $_am_header in
7474     $ac_file | $ac_file:* )
7475       break ;;
7476     * )
7477       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
7478   esac
7479 done
7480 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
7481 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7482          X$ac_file : 'X\(//\)[^/]' \| \
7483          X$ac_file : 'X\(//\)$' \| \
7484          X$ac_file : 'X\(/\)' \| \
7485          .     : '\(.\)' 2>/dev/null ||
7486 echo X$ac_file |
7487     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7488           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7489           /^X\(\/\/\)$/{ s//\1/; q; }
7490           /^X\(\/\).*/{ s//\1/; q; }
7491           s/.*/./; q'`/stamp-h$_am_stamp_count
7492 done
7493 _ACEOF
7494 cat >>$CONFIG_STATUS <<\_ACEOF
7495
7496 #
7497 # CONFIG_COMMANDS section.
7498 #
7499 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
7500   ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
7501   ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
7502   ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
7503 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7504          X"$ac_dest" : 'X\(//\)[^/]' \| \
7505          X"$ac_dest" : 'X\(//\)$' \| \
7506          X"$ac_dest" : 'X\(/\)' \| \
7507          .     : '\(.\)' 2>/dev/null ||
7508 echo X"$ac_dest" |
7509     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7510           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7511           /^X\(\/\/\)$/{ s//\1/; q; }
7512           /^X\(\/\).*/{ s//\1/; q; }
7513           s/.*/./; q'`
7514   { if $as_mkdir_p; then
7515     mkdir -p "$ac_dir"
7516   else
7517     as_dir="$ac_dir"
7518     as_dirs=
7519     while test ! -d "$as_dir"; do
7520       as_dirs="$as_dir $as_dirs"
7521       as_dir=`(dirname "$as_dir") 2>/dev/null ||
7522 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7523          X"$as_dir" : 'X\(//\)[^/]' \| \
7524          X"$as_dir" : 'X\(//\)$' \| \
7525          X"$as_dir" : 'X\(/\)' \| \
7526          .     : '\(.\)' 2>/dev/null ||
7527 echo X"$as_dir" |
7528     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7529           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7530           /^X\(\/\/\)$/{ s//\1/; q; }
7531           /^X\(\/\).*/{ s//\1/; q; }
7532           s/.*/./; q'`
7533     done
7534     test ! -n "$as_dirs" || mkdir $as_dirs
7535   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
7536 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
7537    { (exit 1); exit 1; }; }; }
7538
7539   ac_builddir=.
7540
7541 if test "$ac_dir" != .; then
7542   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
7543   # A "../" for each directory in $ac_dir_suffix.
7544   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
7545 else
7546   ac_dir_suffix= ac_top_builddir=
7547 fi
7548
7549 case $srcdir in
7550   .)  # No --srcdir option.  We are building in place.
7551     ac_srcdir=.
7552     if test -z "$ac_top_builddir"; then
7553        ac_top_srcdir=.
7554     else
7555        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
7556     fi ;;
7557   [\\/]* | ?:[\\/]* )  # Absolute path.
7558     ac_srcdir=$srcdir$ac_dir_suffix;
7559     ac_top_srcdir=$srcdir ;;
7560   *) # Relative path.
7561     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
7562     ac_top_srcdir=$ac_top_builddir$srcdir ;;
7563 esac
7564
7565 # Do not use `cd foo && pwd` to compute absolute paths, because
7566 # the directories may not exist.
7567 case `pwd` in
7568 .) ac_abs_builddir="$ac_dir";;
7569 *)
7570   case "$ac_dir" in
7571   .) ac_abs_builddir=`pwd`;;
7572   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
7573   *) ac_abs_builddir=`pwd`/"$ac_dir";;
7574   esac;;
7575 esac
7576 case $ac_abs_builddir in
7577 .) ac_abs_top_builddir=${ac_top_builddir}.;;
7578 *)
7579   case ${ac_top_builddir}. in
7580   .) ac_abs_top_builddir=$ac_abs_builddir;;
7581   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
7582   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
7583   esac;;
7584 esac
7585 case $ac_abs_builddir in
7586 .) ac_abs_srcdir=$ac_srcdir;;
7587 *)
7588   case $ac_srcdir in
7589   .) ac_abs_srcdir=$ac_abs_builddir;;
7590   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
7591   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
7592   esac;;
7593 esac
7594 case $ac_abs_builddir in
7595 .) ac_abs_top_srcdir=$ac_top_srcdir;;
7596 *)
7597   case $ac_top_srcdir in
7598   .) ac_abs_top_srcdir=$ac_abs_builddir;;
7599   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
7600   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
7601   esac;;
7602 esac
7603
7604
7605   { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
7606 echo "$as_me: executing $ac_dest commands" >&6;}
7607   case $ac_dest in
7608     depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
7609   # Strip MF so we end up with the name of the file.
7610   mf=`echo "$mf" | sed -e 's/:.*$//'`
7611   # Check whether this is an Automake generated Makefile or not.
7612   # We used to match only the files named `Makefile.in', but
7613   # some people rename them; so instead we look at the file content.
7614   # Grep'ing the first line is not enough: some people post-process
7615   # each Makefile.in and add a new line on top of each file to say so.
7616   # So let's grep whole file.
7617   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
7618     dirpart=`(dirname "$mf") 2>/dev/null ||
7619 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7620          X"$mf" : 'X\(//\)[^/]' \| \
7621          X"$mf" : 'X\(//\)$' \| \
7622          X"$mf" : 'X\(/\)' \| \
7623          .     : '\(.\)' 2>/dev/null ||
7624 echo X"$mf" |
7625     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7626           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7627           /^X\(\/\/\)$/{ s//\1/; q; }
7628           /^X\(\/\).*/{ s//\1/; q; }
7629           s/.*/./; q'`
7630   else
7631     continue
7632   fi
7633   # Extract the definition of DEPDIR, am__include, and am__quote
7634   # from the Makefile without running `make'.
7635   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
7636   test -z "$DEPDIR" && continue
7637   am__include=`sed -n 's/^am__include = //p' < "$mf"`
7638   test -z "am__include" && continue
7639   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
7640   # When using ansi2knr, U may be empty or an underscore; expand it
7641   U=`sed -n 's/^U = //p' < "$mf"`
7642   # Find all dependency output files, they are included files with
7643   # $(DEPDIR) in their names.  We invoke sed twice because it is the
7644   # simplest approach to changing $(DEPDIR) to its actual value in the
7645   # expansion.
7646   for file in `sed -n "
7647     s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
7648        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
7649     # Make sure the directory exists.
7650     test -f "$dirpart/$file" && continue
7651     fdir=`(dirname "$file") 2>/dev/null ||
7652 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7653          X"$file" : 'X\(//\)[^/]' \| \
7654          X"$file" : 'X\(//\)$' \| \
7655          X"$file" : 'X\(/\)' \| \
7656          .     : '\(.\)' 2>/dev/null ||
7657 echo X"$file" |
7658     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7659           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7660           /^X\(\/\/\)$/{ s//\1/; q; }
7661           /^X\(\/\).*/{ s//\1/; q; }
7662           s/.*/./; q'`
7663     { if $as_mkdir_p; then
7664     mkdir -p $dirpart/$fdir
7665   else
7666     as_dir=$dirpart/$fdir
7667     as_dirs=
7668     while test ! -d "$as_dir"; do
7669       as_dirs="$as_dir $as_dirs"
7670       as_dir=`(dirname "$as_dir") 2>/dev/null ||
7671 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7672          X"$as_dir" : 'X\(//\)[^/]' \| \
7673          X"$as_dir" : 'X\(//\)$' \| \
7674          X"$as_dir" : 'X\(/\)' \| \
7675          .     : '\(.\)' 2>/dev/null ||
7676 echo X"$as_dir" |
7677     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7678           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7679           /^X\(\/\/\)$/{ s//\1/; q; }
7680           /^X\(\/\).*/{ s//\1/; q; }
7681           s/.*/./; q'`
7682     done
7683     test ! -n "$as_dirs" || mkdir $as_dirs
7684   fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
7685 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
7686    { (exit 1); exit 1; }; }; }
7687
7688     # echo "creating $dirpart/$file"
7689     echo '# dummy' > "$dirpart/$file"
7690   done
7691 done
7692  ;;
7693     default-1 )
7694     for ac_file in $CONFIG_FILES; do
7695       # Support "outfile[:infile[:infile...]]"
7696       case "$ac_file" in
7697         *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
7698       esac
7699       # PO directories have a Makefile.in generated from Makefile.in.in.
7700       case "$ac_file" in */Makefile.in)
7701         # Adjust a relative srcdir.
7702         ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
7703         ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
7704         ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
7705         # In autoconf-2.13 it is called $ac_given_srcdir.
7706         # In autoconf-2.50 it is called $srcdir.
7707         test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
7708         case "$ac_given_srcdir" in
7709           .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
7710           /*) top_srcdir="$ac_given_srcdir" ;;
7711           *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
7712         esac
7713         if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
7714           rm -f "$ac_dir/POTFILES"
7715           test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
7716           cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[   ]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
7717           POMAKEFILEDEPS="POTFILES.in"
7718           # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
7719           # on $ac_dir but don't depend on user-specified configuration
7720           # parameters.
7721           if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
7722             # The LINGUAS file contains the set of available languages.
7723             if test -n "$OBSOLETE_ALL_LINGUAS"; then
7724               test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
7725             fi
7726             ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
7727             # Hide the ALL_LINGUAS assigment from automake.
7728             eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
7729             POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
7730           else
7731             # The set of available languages was given in configure.in.
7732             eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
7733           fi
7734           case "$ac_given_srcdir" in
7735             .) srcdirpre= ;;
7736             *) srcdirpre='$(srcdir)/' ;;
7737           esac
7738           POFILES=
7739           GMOFILES=
7740           UPDATEPOFILES=
7741           DUMMYPOFILES=
7742           for lang in $ALL_LINGUAS; do
7743             POFILES="$POFILES $srcdirpre$lang.po"
7744             GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
7745             UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
7746             DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
7747           done
7748           # CATALOGS depends on both $ac_dir and the user's LINGUAS
7749           # environment variable.
7750           INST_LINGUAS=
7751           if test -n "$ALL_LINGUAS"; then
7752             for presentlang in $ALL_LINGUAS; do
7753               useit=no
7754               if test "%UNSET%" != "$LINGUAS"; then
7755                 desiredlanguages="$LINGUAS"
7756               else
7757                 desiredlanguages="$ALL_LINGUAS"
7758               fi
7759               for desiredlang in $desiredlanguages; do
7760                 # Use the presentlang catalog if desiredlang is
7761                 #   a. equal to presentlang, or
7762                 #   b. a variant of presentlang (because in this case,
7763                 #      presentlang can be used as a fallback for messages
7764                 #      which are not translated in the desiredlang catalog).
7765                 case "$desiredlang" in
7766                   "$presentlang"*) useit=yes;;
7767                 esac
7768               done
7769               if test $useit = yes; then
7770                 INST_LINGUAS="$INST_LINGUAS $presentlang"
7771               fi
7772             done
7773           fi
7774           CATALOGS=
7775           if test -n "$INST_LINGUAS"; then
7776             for lang in $INST_LINGUAS; do
7777               CATALOGS="$CATALOGS $lang.gmo"
7778             done
7779           fi
7780           test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
7781           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"
7782           for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
7783             if test -f "$f"; then
7784               case "$f" in
7785                 *.orig | *.bak | *~) ;;
7786                 *) cat "$f" >> "$ac_dir/Makefile" ;;
7787               esac
7788             fi
7789           done
7790         fi
7791         ;;
7792       esac
7793     done ;;
7794   esac
7795 done
7796 _ACEOF
7797
7798 cat >>$CONFIG_STATUS <<\_ACEOF
7799
7800 { (exit 0); exit 0; }
7801 _ACEOF
7802 chmod +x $CONFIG_STATUS
7803 ac_clean_files=$ac_clean_files_save
7804
7805
7806 # configure is writing to config.log, and then calls config.status.
7807 # config.status does its own redirection, appending to config.log.
7808 # Unfortunately, on DOS this fails, as config.log is still kept open
7809 # by configure, so config.status won't be able to write to it; its
7810 # output is simply discarded.  So we exec the FD to /dev/null,
7811 # effectively closing config.log, so it can be properly (re)opened and
7812 # appended to by config.status.  When coming back to configure, we
7813 # need to make the FD available again.
7814 if test "$no_create" != yes; then
7815   ac_cs_success=:
7816   ac_config_status_args=
7817   test "$silent" = yes &&
7818     ac_config_status_args="$ac_config_status_args --quiet"
7819   exec 5>/dev/null
7820   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
7821   exec 5>>config.log
7822   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
7823   # would make configure fail if this is the last instruction.
7824   $ac_cs_success || { (exit 1); exit 1; }
7825 fi
7826