source: libfaim/configure @ 560b071

debian
Last change on this file since 560b071 was 560b071, checked in by Sam Hartman <hartmans@mit.edu>, 15 years ago
Merge in barnowl-1.1.1 to upstream by unpacking ../barnowl_1.1.1.orig.tar.gz.
  • Property mode set to 100755
File size: 105.8 KB
Line 
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.63.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it.
9## --------------------- ##
10## M4sh Initialization.  ##
11## --------------------- ##
12
13# Be more Bourne compatible
14DUALCASE=1; export DUALCASE # for MKS sh
15if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16  emulate sh
17  NULLCMD=:
18  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
19  # is contrary to our usage.  Disable this feature.
20  alias -g '${1+"$@"}'='"$@"'
21  setopt NO_GLOB_SUBST
22else
23  case `(set -o) 2>/dev/null` in
24  *posix*) set -o posix ;;
25esac
26
27fi
28
29
30
31
32# PATH needs CR
33# Avoid depending upon Character Ranges.
34as_cr_letters='abcdefghijklmnopqrstuvwxyz'
35as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
36as_cr_Letters=$as_cr_letters$as_cr_LETTERS
37as_cr_digits='0123456789'
38as_cr_alnum=$as_cr_Letters$as_cr_digits
39
40as_nl='
41'
42export as_nl
43# Printing a long string crashes Solaris 7 /usr/bin/printf.
44as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
45as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
46as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
47if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48  as_echo='printf %s\n'
49  as_echo_n='printf %s'
50else
51  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53    as_echo_n='/usr/ucb/echo -n'
54  else
55    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56    as_echo_n_body='eval
57      arg=$1;
58      case $arg in
59      *"$as_nl"*)
60        expr "X$arg" : "X\\(.*\\)$as_nl";
61        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62      esac;
63      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64    '
65    export as_echo_n_body
66    as_echo_n='sh -c $as_echo_n_body as_echo'
67  fi
68  export as_echo_body
69  as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74  PATH_SEPARATOR=:
75  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77      PATH_SEPARATOR=';'
78  }
79fi
80
81# Support unset when possible.
82if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
83  as_unset=unset
84else
85  as_unset=false
86fi
87
88
89# IFS
90# We need space, tab and new line, in precisely that order.  Quoting is
91# there to prevent editors from complaining about space-tab.
92# (If _AS_PATH_WALK were called with IFS unset, it would disable word
93# splitting by setting IFS to empty value.)
94IFS=" ""        $as_nl"
95
96# Find who we are.  Look in the path if we contain no directory separator.
97case $0 in
98  *[\\/]* ) as_myself=$0 ;;
99  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
100for as_dir in $PATH
101do
102  IFS=$as_save_IFS
103  test -z "$as_dir" && as_dir=.
104  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
105done
106IFS=$as_save_IFS
107
108     ;;
109esac
110# We did not find ourselves, most probably we were run as `sh COMMAND'
111# in which case we are not to be found in the path.
112if test "x$as_myself" = x; then
113  as_myself=$0
114fi
115if test ! -f "$as_myself"; then
116  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
117  { (exit 1); exit 1; }
118fi
119
120# Work around bugs in pre-3.0 UWIN ksh.
121for as_var in ENV MAIL MAILPATH
122do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
123done
124PS1='$ '
125PS2='> '
126PS4='+ '
127
128# NLS nuisances.
129LC_ALL=C
130export LC_ALL
131LANGUAGE=C
132export LANGUAGE
133
134# Required to use basename.
135if expr a : '\(a\)' >/dev/null 2>&1 &&
136   test "X`expr 00001 : '.*\(...\)'`" = X001; then
137  as_expr=expr
138else
139  as_expr=false
140fi
141
142if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
143  as_basename=basename
144else
145  as_basename=false
146fi
147
148
149# Name of the executable.
150as_me=`$as_basename -- "$0" ||
151$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
152         X"$0" : 'X\(//\)$' \| \
153         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
154$as_echo X/"$0" |
155    sed '/^.*\/\([^/][^/]*\)\/*$/{
156            s//\1/
157            q
158          }
159          /^X\/\(\/\/\)$/{
160            s//\1/
161            q
162          }
163          /^X\/\(\/\).*/{
164            s//\1/
165            q
166          }
167          s/.*/./; q'`
168
169# CDPATH.
170$as_unset CDPATH
171
172
173if test "x$CONFIG_SHELL" = x; then
174  if (eval ":") 2>/dev/null; then
175  as_have_required=yes
176else
177  as_have_required=no
178fi
179
180  if test $as_have_required = yes &&     (eval ":
181(as_func_return () {
182  (exit \$1)
183}
184as_func_success () {
185  as_func_return 0
186}
187as_func_failure () {
188  as_func_return 1
189}
190as_func_ret_success () {
191  return 0
192}
193as_func_ret_failure () {
194  return 1
195}
196
197exitcode=0
198if as_func_success; then
199  :
200else
201  exitcode=1
202  echo as_func_success failed.
203fi
204
205if as_func_failure; then
206  exitcode=1
207  echo as_func_failure succeeded.
208fi
209
210if as_func_ret_success; then
211  :
212else
213  exitcode=1
214  echo as_func_ret_success failed.
215fi
216
217if as_func_ret_failure; then
218  exitcode=1
219  echo as_func_ret_failure succeeded.
220fi
221
222if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
223  :
224else
225  exitcode=1
226  echo positional parameters were not saved.
227fi
228
229test \$exitcode = 0) || { (exit 1); exit 1; }
230
231(
232  as_lineno_1=\$LINENO
233  as_lineno_2=\$LINENO
234  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
235  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
236") 2> /dev/null; then
237  :
238else
239  as_candidate_shells=
240    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
241for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
242do
243  IFS=$as_save_IFS
244  test -z "$as_dir" && as_dir=.
245  case $as_dir in
246         /*)
247           for as_base in sh bash ksh sh5; do
248             as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
249           done;;
250       esac
251done
252IFS=$as_save_IFS
253
254
255      for as_shell in $as_candidate_shells $SHELL; do
256         # Try only shells that exist, to save several forks.
257         if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
258                { ("$as_shell") 2> /dev/null <<\_ASEOF
259if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
260  emulate sh
261  NULLCMD=:
262  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
263  # is contrary to our usage.  Disable this feature.
264  alias -g '${1+"$@"}'='"$@"'
265  setopt NO_GLOB_SUBST
266else
267  case `(set -o) 2>/dev/null` in
268  *posix*) set -o posix ;;
269esac
270
271fi
272
273
274:
275_ASEOF
276}; then
277  CONFIG_SHELL=$as_shell
278               as_have_required=yes
279               if { "$as_shell" 2> /dev/null <<\_ASEOF
280if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
281  emulate sh
282  NULLCMD=:
283  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
284  # is contrary to our usage.  Disable this feature.
285  alias -g '${1+"$@"}'='"$@"'
286  setopt NO_GLOB_SUBST
287else
288  case `(set -o) 2>/dev/null` in
289  *posix*) set -o posix ;;
290esac
291
292fi
293
294
295:
296(as_func_return () {
297  (exit $1)
298}
299as_func_success () {
300  as_func_return 0
301}
302as_func_failure () {
303  as_func_return 1
304}
305as_func_ret_success () {
306  return 0
307}
308as_func_ret_failure () {
309  return 1
310}
311
312exitcode=0
313if as_func_success; then
314  :
315else
316  exitcode=1
317  echo as_func_success failed.
318fi
319
320if as_func_failure; then
321  exitcode=1
322  echo as_func_failure succeeded.
323fi
324
325if as_func_ret_success; then
326  :
327else
328  exitcode=1
329  echo as_func_ret_success failed.
330fi
331
332if as_func_ret_failure; then
333  exitcode=1
334  echo as_func_ret_failure succeeded.
335fi
336
337if ( set x; as_func_ret_success y && test x = "$1" ); then
338  :
339else
340  exitcode=1
341  echo positional parameters were not saved.
342fi
343
344test $exitcode = 0) || { (exit 1); exit 1; }
345
346(
347  as_lineno_1=$LINENO
348  as_lineno_2=$LINENO
349  test "x$as_lineno_1" != "x$as_lineno_2" &&
350  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
351
352_ASEOF
353}; then
354  break
355fi
356
357fi
358
359      done
360
361      if test "x$CONFIG_SHELL" != x; then
362  for as_var in BASH_ENV ENV
363        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
364        done
365        export CONFIG_SHELL
366        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
367fi
368
369
370    if test $as_have_required = no; then
371  echo This script requires a shell more modern than all the
372      echo shells that I found on your system.  Please install a
373      echo modern shell, or manually run the script under such a
374      echo shell if you do have one.
375      { (exit 1); exit 1; }
376fi
377
378
379fi
380
381fi
382
383
384
385(eval "as_func_return () {
386  (exit \$1)
387}
388as_func_success () {
389  as_func_return 0
390}
391as_func_failure () {
392  as_func_return 1
393}
394as_func_ret_success () {
395  return 0
396}
397as_func_ret_failure () {
398  return 1
399}
400
401exitcode=0
402if as_func_success; then
403  :
404else
405  exitcode=1
406  echo as_func_success failed.
407fi
408
409if as_func_failure; then
410  exitcode=1
411  echo as_func_failure succeeded.
412fi
413
414if as_func_ret_success; then
415  :
416else
417  exitcode=1
418  echo as_func_ret_success failed.
419fi
420
421if as_func_ret_failure; then
422  exitcode=1
423  echo as_func_ret_failure succeeded.
424fi
425
426if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
427  :
428else
429  exitcode=1
430  echo positional parameters were not saved.
431fi
432
433test \$exitcode = 0") || {
434  echo No shell found that supports shell functions.
435  echo Please tell bug-autoconf@gnu.org about your system,
436  echo including any error possibly output before this message.
437  echo This can help us improve future autoconf versions.
438  echo Configuration will now proceed without shell functions.
439}
440
441
442
443  as_lineno_1=$LINENO
444  as_lineno_2=$LINENO
445  test "x$as_lineno_1" != "x$as_lineno_2" &&
446  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
447
448  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
449  # uniformly replaced by the line number.  The first 'sed' inserts a
450  # line-number line after each line using $LINENO; the second 'sed'
451  # does the real work.  The second script uses 'N' to pair each
452  # line-number line with the line containing $LINENO, and appends
453  # trailing '-' during substitution so that $LINENO is not a special
454  # case at line end.
455  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
456  # scripts with optimization help from Paolo Bonzini.  Blame Lee
457  # E. McMahon (1931-1989) for sed's syntax.  :-)
458  sed -n '
459    p
460    /[$]LINENO/=
461  ' <$as_myself |
462    sed '
463      s/[$]LINENO.*/&-/
464      t lineno
465      b
466      :lineno
467      N
468      :loop
469      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
470      t loop
471      s/-\n.*//
472    ' >$as_me.lineno &&
473  chmod +x "$as_me.lineno" ||
474    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
475   { (exit 1); exit 1; }; }
476
477  # Don't try to exec as it changes $[0], causing all sort of problems
478  # (the dirname of $[0] is not the place where we might find the
479  # original and so on.  Autoconf is especially sensitive to this).
480  . "./$as_me.lineno"
481  # Exit status is that of the last command.
482  exit
483}
484
485
486if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
487  as_dirname=dirname
488else
489  as_dirname=false
490fi
491
492ECHO_C= ECHO_N= ECHO_T=
493case `echo -n x` in
494-n*)
495  case `echo 'x\c'` in
496  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
497  *)   ECHO_C='\c';;
498  esac;;
499*)
500  ECHO_N='-n';;
501esac
502if expr a : '\(a\)' >/dev/null 2>&1 &&
503   test "X`expr 00001 : '.*\(...\)'`" = X001; then
504  as_expr=expr
505else
506  as_expr=false
507fi
508
509rm -f conf$$ conf$$.exe conf$$.file
510if test -d conf$$.dir; then
511  rm -f conf$$.dir/conf$$.file
512else
513  rm -f conf$$.dir
514  mkdir conf$$.dir 2>/dev/null
515fi
516if (echo >conf$$.file) 2>/dev/null; then
517  if ln -s conf$$.file conf$$ 2>/dev/null; then
518    as_ln_s='ln -s'
519    # ... but there are two gotchas:
520    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
521    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
522    # In both cases, we have to default to `cp -p'.
523    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
524      as_ln_s='cp -p'
525  elif ln conf$$.file conf$$ 2>/dev/null; then
526    as_ln_s=ln
527  else
528    as_ln_s='cp -p'
529  fi
530else
531  as_ln_s='cp -p'
532fi
533rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
534rmdir conf$$.dir 2>/dev/null
535
536if mkdir -p . 2>/dev/null; then
537  as_mkdir_p=:
538else
539  test -d ./-p && rmdir ./-p
540  as_mkdir_p=false
541fi
542
543if test -x / >/dev/null 2>&1; then
544  as_test_x='test -x'
545else
546  if ls -dL / >/dev/null 2>&1; then
547    as_ls_L_option=L
548  else
549    as_ls_L_option=
550  fi
551  as_test_x='
552    eval sh -c '\''
553      if test -d "$1"; then
554        test -d "$1/.";
555      else
556        case $1 in
557        -*)set "./$1";;
558        esac;
559        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
560        ???[sx]*):;;*)false;;esac;fi
561    '\'' sh
562  '
563fi
564as_executable_p=$as_test_x
565
566# Sed expression to map a string onto a valid CPP name.
567as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
568
569# Sed expression to map a string onto a valid variable name.
570as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
571
572
573
574exec 7<&0 </dev/null 6>&1
575
576# Name of the host.
577# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
578# so uname gets run too.
579ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
580
581#
582# Initializations.
583#
584ac_default_prefix=/usr/local
585ac_clean_files=
586ac_config_libobj_dir=.
587LIBOBJS=
588cross_compiling=no
589subdirs=
590MFLAGS=
591MAKEFLAGS=
592SHELL=${CONFIG_SHELL-/bin/sh}
593
594# Identity of this package.
595PACKAGE_NAME=
596PACKAGE_TARNAME=
597PACKAGE_VERSION=
598PACKAGE_STRING=
599PACKAGE_BUGREPORT=
600
601ac_unique_file="bos.c"
602ac_subst_vars='LTLIBOBJS
603LIBOBJS
604RANLIB
605OBJEXT
606EXEEXT
607ac_ct_CC
608CPPFLAGS
609LDFLAGS
610CFLAGS
611CC
612target_alias
613host_alias
614build_alias
615LIBS
616ECHO_T
617ECHO_N
618ECHO_C
619DEFS
620mandir
621localedir
622libdir
623psdir
624pdfdir
625dvidir
626htmldir
627infodir
628docdir
629oldincludedir
630includedir
631localstatedir
632sharedstatedir
633sysconfdir
634datadir
635datarootdir
636libexecdir
637sbindir
638bindir
639program_transform_name
640prefix
641exec_prefix
642PACKAGE_BUGREPORT
643PACKAGE_STRING
644PACKAGE_VERSION
645PACKAGE_TARNAME
646PACKAGE_NAME
647PATH_SEPARATOR
648SHELL'
649ac_subst_files=''
650ac_user_opts='
651enable_option_checking
652'
653      ac_precious_vars='build_alias
654host_alias
655target_alias
656CC
657CFLAGS
658LDFLAGS
659LIBS
660CPPFLAGS'
661
662
663# Initialize some variables set by options.
664ac_init_help=
665ac_init_version=false
666ac_unrecognized_opts=
667ac_unrecognized_sep=
668# The variables have the same names as the options, with
669# dashes changed to underlines.
670cache_file=/dev/null
671exec_prefix=NONE
672no_create=
673no_recursion=
674prefix=NONE
675program_prefix=NONE
676program_suffix=NONE
677program_transform_name=s,x,x,
678silent=
679site=
680srcdir=
681verbose=
682x_includes=NONE
683x_libraries=NONE
684
685# Installation directory options.
686# These are left unexpanded so users can "make install exec_prefix=/foo"
687# and all the variables that are supposed to be based on exec_prefix
688# by default will actually change.
689# Use braces instead of parens because sh, perl, etc. also accept them.
690# (The list follows the same order as the GNU Coding Standards.)
691bindir='${exec_prefix}/bin'
692sbindir='${exec_prefix}/sbin'
693libexecdir='${exec_prefix}/libexec'
694datarootdir='${prefix}/share'
695datadir='${datarootdir}'
696sysconfdir='${prefix}/etc'
697sharedstatedir='${prefix}/com'
698localstatedir='${prefix}/var'
699includedir='${prefix}/include'
700oldincludedir='/usr/include'
701docdir='${datarootdir}/doc/${PACKAGE}'
702infodir='${datarootdir}/info'
703htmldir='${docdir}'
704dvidir='${docdir}'
705pdfdir='${docdir}'
706psdir='${docdir}'
707libdir='${exec_prefix}/lib'
708localedir='${datarootdir}/locale'
709mandir='${datarootdir}/man'
710
711ac_prev=
712ac_dashdash=
713for ac_option
714do
715  # If the previous option needs an argument, assign it.
716  if test -n "$ac_prev"; then
717    eval $ac_prev=\$ac_option
718    ac_prev=
719    continue
720  fi
721
722  case $ac_option in
723  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
724  *)    ac_optarg=yes ;;
725  esac
726
727  # Accept the important Cygnus configure options, so we can diagnose typos.
728
729  case $ac_dashdash$ac_option in
730  --)
731    ac_dashdash=yes ;;
732
733  -bindir | --bindir | --bindi | --bind | --bin | --bi)
734    ac_prev=bindir ;;
735  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
736    bindir=$ac_optarg ;;
737
738  -build | --build | --buil | --bui | --bu)
739    ac_prev=build_alias ;;
740  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
741    build_alias=$ac_optarg ;;
742
743  -cache-file | --cache-file | --cache-fil | --cache-fi \
744  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
745    ac_prev=cache_file ;;
746  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
747  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
748    cache_file=$ac_optarg ;;
749
750  --config-cache | -C)
751    cache_file=config.cache ;;
752
753  -datadir | --datadir | --datadi | --datad)
754    ac_prev=datadir ;;
755  -datadir=* | --datadir=* | --datadi=* | --datad=*)
756    datadir=$ac_optarg ;;
757
758  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
759  | --dataroo | --dataro | --datar)
760    ac_prev=datarootdir ;;
761  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
762  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
763    datarootdir=$ac_optarg ;;
764
765  -disable-* | --disable-*)
766    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
767    # Reject names that are not valid shell variable names.
768    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
769      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
770   { (exit 1); exit 1; }; }
771    ac_useropt_orig=$ac_useropt
772    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
773    case $ac_user_opts in
774      *"
775"enable_$ac_useropt"
776"*) ;;
777      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
778         ac_unrecognized_sep=', ';;
779    esac
780    eval enable_$ac_useropt=no ;;
781
782  -docdir | --docdir | --docdi | --doc | --do)
783    ac_prev=docdir ;;
784  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
785    docdir=$ac_optarg ;;
786
787  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
788    ac_prev=dvidir ;;
789  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
790    dvidir=$ac_optarg ;;
791
792  -enable-* | --enable-*)
793    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
794    # Reject names that are not valid shell variable names.
795    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
796      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
797   { (exit 1); exit 1; }; }
798    ac_useropt_orig=$ac_useropt
799    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
800    case $ac_user_opts in
801      *"
802"enable_$ac_useropt"
803"*) ;;
804      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
805         ac_unrecognized_sep=', ';;
806    esac
807    eval enable_$ac_useropt=\$ac_optarg ;;
808
809  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
810  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
811  | --exec | --exe | --ex)
812    ac_prev=exec_prefix ;;
813  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
814  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
815  | --exec=* | --exe=* | --ex=*)
816    exec_prefix=$ac_optarg ;;
817
818  -gas | --gas | --ga | --g)
819    # Obsolete; use --with-gas.
820    with_gas=yes ;;
821
822  -help | --help | --hel | --he | -h)
823    ac_init_help=long ;;
824  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
825    ac_init_help=recursive ;;
826  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
827    ac_init_help=short ;;
828
829  -host | --host | --hos | --ho)
830    ac_prev=host_alias ;;
831  -host=* | --host=* | --hos=* | --ho=*)
832    host_alias=$ac_optarg ;;
833
834  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
835    ac_prev=htmldir ;;
836  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
837  | --ht=*)
838    htmldir=$ac_optarg ;;
839
840  -includedir | --includedir | --includedi | --included | --include \
841  | --includ | --inclu | --incl | --inc)
842    ac_prev=includedir ;;
843  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
844  | --includ=* | --inclu=* | --incl=* | --inc=*)
845    includedir=$ac_optarg ;;
846
847  -infodir | --infodir | --infodi | --infod | --info | --inf)
848    ac_prev=infodir ;;
849  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
850    infodir=$ac_optarg ;;
851
852  -libdir | --libdir | --libdi | --libd)
853    ac_prev=libdir ;;
854  -libdir=* | --libdir=* | --libdi=* | --libd=*)
855    libdir=$ac_optarg ;;
856
857  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
858  | --libexe | --libex | --libe)
859    ac_prev=libexecdir ;;
860  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
861  | --libexe=* | --libex=* | --libe=*)
862    libexecdir=$ac_optarg ;;
863
864  -localedir | --localedir | --localedi | --localed | --locale)
865    ac_prev=localedir ;;
866  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
867    localedir=$ac_optarg ;;
868
869  -localstatedir | --localstatedir | --localstatedi | --localstated \
870  | --localstate | --localstat | --localsta | --localst | --locals)
871    ac_prev=localstatedir ;;
872  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
873  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
874    localstatedir=$ac_optarg ;;
875
876  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
877    ac_prev=mandir ;;
878  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
879    mandir=$ac_optarg ;;
880
881  -nfp | --nfp | --nf)
882    # Obsolete; use --without-fp.
883    with_fp=no ;;
884
885  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
886  | --no-cr | --no-c | -n)
887    no_create=yes ;;
888
889  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
890  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
891    no_recursion=yes ;;
892
893  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
894  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
895  | --oldin | --oldi | --old | --ol | --o)
896    ac_prev=oldincludedir ;;
897  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
898  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
899  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
900    oldincludedir=$ac_optarg ;;
901
902  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
903    ac_prev=prefix ;;
904  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
905    prefix=$ac_optarg ;;
906
907  -program-prefix | --program-prefix | --program-prefi | --program-pref \
908  | --program-pre | --program-pr | --program-p)
909    ac_prev=program_prefix ;;
910  -program-prefix=* | --program-prefix=* | --program-prefi=* \
911  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
912    program_prefix=$ac_optarg ;;
913
914  -program-suffix | --program-suffix | --program-suffi | --program-suff \
915  | --program-suf | --program-su | --program-s)
916    ac_prev=program_suffix ;;
917  -program-suffix=* | --program-suffix=* | --program-suffi=* \
918  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
919    program_suffix=$ac_optarg ;;
920
921  -program-transform-name | --program-transform-name \
922  | --program-transform-nam | --program-transform-na \
923  | --program-transform-n | --program-transform- \
924  | --program-transform | --program-transfor \
925  | --program-transfo | --program-transf \
926  | --program-trans | --program-tran \
927  | --progr-tra | --program-tr | --program-t)
928    ac_prev=program_transform_name ;;
929  -program-transform-name=* | --program-transform-name=* \
930  | --program-transform-nam=* | --program-transform-na=* \
931  | --program-transform-n=* | --program-transform-=* \
932  | --program-transform=* | --program-transfor=* \
933  | --program-transfo=* | --program-transf=* \
934  | --program-trans=* | --program-tran=* \
935  | --progr-tra=* | --program-tr=* | --program-t=*)
936    program_transform_name=$ac_optarg ;;
937
938  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
939    ac_prev=pdfdir ;;
940  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
941    pdfdir=$ac_optarg ;;
942
943  -psdir | --psdir | --psdi | --psd | --ps)
944    ac_prev=psdir ;;
945  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
946    psdir=$ac_optarg ;;
947
948  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
949  | -silent | --silent | --silen | --sile | --sil)
950    silent=yes ;;
951
952  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
953    ac_prev=sbindir ;;
954  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
955  | --sbi=* | --sb=*)
956    sbindir=$ac_optarg ;;
957
958  -sharedstatedir | --sharedstatedir | --sharedstatedi \
959  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
960  | --sharedst | --shareds | --shared | --share | --shar \
961  | --sha | --sh)
962    ac_prev=sharedstatedir ;;
963  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
964  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
965  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
966  | --sha=* | --sh=*)
967    sharedstatedir=$ac_optarg ;;
968
969  -site | --site | --sit)
970    ac_prev=site ;;
971  -site=* | --site=* | --sit=*)
972    site=$ac_optarg ;;
973
974  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
975    ac_prev=srcdir ;;
976  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
977    srcdir=$ac_optarg ;;
978
979  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
980  | --syscon | --sysco | --sysc | --sys | --sy)
981    ac_prev=sysconfdir ;;
982  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
983  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
984    sysconfdir=$ac_optarg ;;
985
986  -target | --target | --targe | --targ | --tar | --ta | --t)
987    ac_prev=target_alias ;;
988  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
989    target_alias=$ac_optarg ;;
990
991  -v | -verbose | --verbose | --verbos | --verbo | --verb)
992    verbose=yes ;;
993
994  -version | --version | --versio | --versi | --vers | -V)
995    ac_init_version=: ;;
996
997  -with-* | --with-*)
998    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
999    # Reject names that are not valid shell variable names.
1000    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1001      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1002   { (exit 1); exit 1; }; }
1003    ac_useropt_orig=$ac_useropt
1004    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1005    case $ac_user_opts in
1006      *"
1007"with_$ac_useropt"
1008"*) ;;
1009      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1010         ac_unrecognized_sep=', ';;
1011    esac
1012    eval with_$ac_useropt=\$ac_optarg ;;
1013
1014  -without-* | --without-*)
1015    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1016    # Reject names that are not valid shell variable names.
1017    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1018      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1019   { (exit 1); exit 1; }; }
1020    ac_useropt_orig=$ac_useropt
1021    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1022    case $ac_user_opts in
1023      *"
1024"with_$ac_useropt"
1025"*) ;;
1026      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1027         ac_unrecognized_sep=', ';;
1028    esac
1029    eval with_$ac_useropt=no ;;
1030
1031  --x)
1032    # Obsolete; use --with-x.
1033    with_x=yes ;;
1034
1035  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1036  | --x-incl | --x-inc | --x-in | --x-i)
1037    ac_prev=x_includes ;;
1038  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1039  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1040    x_includes=$ac_optarg ;;
1041
1042  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1043  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1044    ac_prev=x_libraries ;;
1045  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1046  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1047    x_libraries=$ac_optarg ;;
1048
1049  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1050Try \`$0 --help' for more information." >&2
1051   { (exit 1); exit 1; }; }
1052    ;;
1053
1054  *=*)
1055    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1056    # Reject names that are not valid shell variable names.
1057    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1058      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1059   { (exit 1); exit 1; }; }
1060    eval $ac_envvar=\$ac_optarg
1061    export $ac_envvar ;;
1062
1063  *)
1064    # FIXME: should be removed in autoconf 3.0.
1065    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1066    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1067      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1068    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1069    ;;
1070
1071  esac
1072done
1073
1074if test -n "$ac_prev"; then
1075  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1076  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1077   { (exit 1); exit 1; }; }
1078fi
1079
1080if test -n "$ac_unrecognized_opts"; then
1081  case $enable_option_checking in
1082    no) ;;
1083    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1084   { (exit 1); exit 1; }; } ;;
1085    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1086  esac
1087fi
1088
1089# Check all directory arguments for consistency.
1090for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1091                datadir sysconfdir sharedstatedir localstatedir includedir \
1092                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1093                libdir localedir mandir
1094do
1095  eval ac_val=\$$ac_var
1096  # Remove trailing slashes.
1097  case $ac_val in
1098    */ )
1099      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1100      eval $ac_var=\$ac_val;;
1101  esac
1102  # Be sure to have absolute directory names.
1103  case $ac_val in
1104    [\\/$]* | ?:[\\/]* )  continue;;
1105    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1106  esac
1107  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1108   { (exit 1); exit 1; }; }
1109done
1110
1111# There might be people who depend on the old broken behavior: `$host'
1112# used to hold the argument of --host etc.
1113# FIXME: To remove some day.
1114build=$build_alias
1115host=$host_alias
1116target=$target_alias
1117
1118# FIXME: To remove some day.
1119if test "x$host_alias" != x; then
1120  if test "x$build_alias" = x; then
1121    cross_compiling=maybe
1122    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1123    If a cross compiler is detected then cross compile mode will be used." >&2
1124  elif test "x$build_alias" != "x$host_alias"; then
1125    cross_compiling=yes
1126  fi
1127fi
1128
1129ac_tool_prefix=
1130test -n "$host_alias" && ac_tool_prefix=$host_alias-
1131
1132test "$silent" = yes && exec 6>/dev/null
1133
1134
1135ac_pwd=`pwd` && test -n "$ac_pwd" &&
1136ac_ls_di=`ls -di .` &&
1137ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1138  { $as_echo "$as_me: error: working directory cannot be determined" >&2
1139   { (exit 1); exit 1; }; }
1140test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1141  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1142   { (exit 1); exit 1; }; }
1143
1144
1145# Find the source files, if location was not specified.
1146if test -z "$srcdir"; then
1147  ac_srcdir_defaulted=yes
1148  # Try the directory containing this script, then the parent directory.
1149  ac_confdir=`$as_dirname -- "$as_myself" ||
1150$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1151         X"$as_myself" : 'X\(//\)[^/]' \| \
1152         X"$as_myself" : 'X\(//\)$' \| \
1153         X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1154$as_echo X"$as_myself" |
1155    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1156            s//\1/
1157            q
1158          }
1159          /^X\(\/\/\)[^/].*/{
1160            s//\1/
1161            q
1162          }
1163          /^X\(\/\/\)$/{
1164            s//\1/
1165            q
1166          }
1167          /^X\(\/\).*/{
1168            s//\1/
1169            q
1170          }
1171          s/.*/./; q'`
1172  srcdir=$ac_confdir
1173  if test ! -r "$srcdir/$ac_unique_file"; then
1174    srcdir=..
1175  fi
1176else
1177  ac_srcdir_defaulted=no
1178fi
1179if test ! -r "$srcdir/$ac_unique_file"; then
1180  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1181  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1182   { (exit 1); exit 1; }; }
1183fi
1184ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1185ac_abs_confdir=`(
1186        cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1187   { (exit 1); exit 1; }; }
1188        pwd)`
1189# When building in place, set srcdir=.
1190if test "$ac_abs_confdir" = "$ac_pwd"; then
1191  srcdir=.
1192fi
1193# Remove unnecessary trailing slashes from srcdir.
1194# Double slashes in file names in object file debugging info
1195# mess up M-x gdb in Emacs.
1196case $srcdir in
1197*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1198esac
1199for ac_var in $ac_precious_vars; do
1200  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1201  eval ac_env_${ac_var}_value=\$${ac_var}
1202  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1203  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1204done
1205
1206#
1207# Report the --help message.
1208#
1209if test "$ac_init_help" = "long"; then
1210  # Omit some internal or obsolete options to make the list less imposing.
1211  # This message is too long to be a string in the A/UX 3.1 sh.
1212  cat <<_ACEOF
1213\`configure' configures this package to adapt to many kinds of systems.
1214
1215Usage: $0 [OPTION]... [VAR=VALUE]...
1216
1217To assign environment variables (e.g., CC, CFLAGS...), specify them as
1218VAR=VALUE.  See below for descriptions of some of the useful variables.
1219
1220Defaults for the options are specified in brackets.
1221
1222Configuration:
1223  -h, --help              display this help and exit
1224      --help=short        display options specific to this package
1225      --help=recursive    display the short help of all the included packages
1226  -V, --version           display version information and exit
1227  -q, --quiet, --silent   do not print \`checking...' messages
1228      --cache-file=FILE   cache test results in FILE [disabled]
1229  -C, --config-cache      alias for \`--cache-file=config.cache'
1230  -n, --no-create         do not create output files
1231      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1232
1233Installation directories:
1234  --prefix=PREFIX         install architecture-independent files in PREFIX
1235                          [$ac_default_prefix]
1236  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1237                          [PREFIX]
1238
1239By default, \`make install' will install all the files in
1240\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1241an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1242for instance \`--prefix=\$HOME'.
1243
1244For better control, use the options below.
1245
1246Fine tuning of the installation directories:
1247  --bindir=DIR            user executables [EPREFIX/bin]
1248  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1249  --libexecdir=DIR        program executables [EPREFIX/libexec]
1250  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1251  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1252  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1253  --libdir=DIR            object code libraries [EPREFIX/lib]
1254  --includedir=DIR        C header files [PREFIX/include]
1255  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1256  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1257  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1258  --infodir=DIR           info documentation [DATAROOTDIR/info]
1259  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1260  --mandir=DIR            man documentation [DATAROOTDIR/man]
1261  --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
1262  --htmldir=DIR           html documentation [DOCDIR]
1263  --dvidir=DIR            dvi documentation [DOCDIR]
1264  --pdfdir=DIR            pdf documentation [DOCDIR]
1265  --psdir=DIR             ps documentation [DOCDIR]
1266_ACEOF
1267
1268  cat <<\_ACEOF
1269_ACEOF
1270fi
1271
1272if test -n "$ac_init_help"; then
1273
1274  cat <<\_ACEOF
1275
1276Some influential environment variables:
1277  CC          C compiler command
1278  CFLAGS      C compiler flags
1279  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1280              nonstandard directory <lib dir>
1281  LIBS        libraries to pass to the linker, e.g. -l<library>
1282  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1283              you have headers in a nonstandard directory <include dir>
1284
1285Use these variables to override the choices made by `configure' or to help
1286it to find libraries and programs with nonstandard names/locations.
1287
1288_ACEOF
1289ac_status=$?
1290fi
1291
1292if test "$ac_init_help" = "recursive"; then
1293  # If there are subdirs, report their specific --help.
1294  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1295    test -d "$ac_dir" ||
1296      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1297      continue
1298    ac_builddir=.
1299
1300case "$ac_dir" in
1301.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1302*)
1303  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1304  # A ".." for each directory in $ac_dir_suffix.
1305  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1306  case $ac_top_builddir_sub in
1307  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1308  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1309  esac ;;
1310esac
1311ac_abs_top_builddir=$ac_pwd
1312ac_abs_builddir=$ac_pwd$ac_dir_suffix
1313# for backward compatibility:
1314ac_top_builddir=$ac_top_build_prefix
1315
1316case $srcdir in
1317  .)  # We are building in place.
1318    ac_srcdir=.
1319    ac_top_srcdir=$ac_top_builddir_sub
1320    ac_abs_top_srcdir=$ac_pwd ;;
1321  [\\/]* | ?:[\\/]* )  # Absolute name.
1322    ac_srcdir=$srcdir$ac_dir_suffix;
1323    ac_top_srcdir=$srcdir
1324    ac_abs_top_srcdir=$srcdir ;;
1325  *) # Relative name.
1326    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1327    ac_top_srcdir=$ac_top_build_prefix$srcdir
1328    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1329esac
1330ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1331
1332    cd "$ac_dir" || { ac_status=$?; continue; }
1333    # Check for guested configure.
1334    if test -f "$ac_srcdir/configure.gnu"; then
1335      echo &&
1336      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1337    elif test -f "$ac_srcdir/configure"; then
1338      echo &&
1339      $SHELL "$ac_srcdir/configure" --help=recursive
1340    else
1341      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1342    fi || ac_status=$?
1343    cd "$ac_pwd" || { ac_status=$?; break; }
1344  done
1345fi
1346
1347test -n "$ac_init_help" && exit $ac_status
1348if $ac_init_version; then
1349  cat <<\_ACEOF
1350configure
1351generated by GNU Autoconf 2.63
1352
1353Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
13542002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1355This configure script is free software; the Free Software Foundation
1356gives unlimited permission to copy, distribute and modify it.
1357_ACEOF
1358  exit
1359fi
1360cat >config.log <<_ACEOF
1361This file contains any messages produced by compilers while
1362running configure, to aid debugging if configure makes a mistake.
1363
1364It was created by $as_me, which was
1365generated by GNU Autoconf 2.63.  Invocation command line was
1366
1367  $ $0 $@
1368
1369_ACEOF
1370exec 5>>config.log
1371{
1372cat <<_ASUNAME
1373## --------- ##
1374## Platform. ##
1375## --------- ##
1376
1377hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1378uname -m = `(uname -m) 2>/dev/null || echo unknown`
1379uname -r = `(uname -r) 2>/dev/null || echo unknown`
1380uname -s = `(uname -s) 2>/dev/null || echo unknown`
1381uname -v = `(uname -v) 2>/dev/null || echo unknown`
1382
1383/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1384/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1385
1386/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1387/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1388/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1389/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1390/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1391/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1392/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1393
1394_ASUNAME
1395
1396as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1397for as_dir in $PATH
1398do
1399  IFS=$as_save_IFS
1400  test -z "$as_dir" && as_dir=.
1401  $as_echo "PATH: $as_dir"
1402done
1403IFS=$as_save_IFS
1404
1405} >&5
1406
1407cat >&5 <<_ACEOF
1408
1409
1410## ----------- ##
1411## Core tests. ##
1412## ----------- ##
1413
1414_ACEOF
1415
1416
1417# Keep a trace of the command line.
1418# Strip out --no-create and --no-recursion so they do not pile up.
1419# Strip out --silent because we don't want to record it for future runs.
1420# Also quote any args containing shell meta-characters.
1421# Make two passes to allow for proper duplicate-argument suppression.
1422ac_configure_args=
1423ac_configure_args0=
1424ac_configure_args1=
1425ac_must_keep_next=false
1426for ac_pass in 1 2
1427do
1428  for ac_arg
1429  do
1430    case $ac_arg in
1431    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1432    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1433    | -silent | --silent | --silen | --sile | --sil)
1434      continue ;;
1435    *\'*)
1436      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1437    esac
1438    case $ac_pass in
1439    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1440    2)
1441      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1442      if test $ac_must_keep_next = true; then
1443        ac_must_keep_next=false # Got value, back to normal.
1444      else
1445        case $ac_arg in
1446          *=* | --config-cache | -C | -disable-* | --disable-* \
1447          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1448          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1449          | -with-* | --with-* | -without-* | --without-* | --x)
1450            case "$ac_configure_args0 " in
1451              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1452            esac
1453            ;;
1454          -* ) ac_must_keep_next=true ;;
1455        esac
1456      fi
1457      ac_configure_args="$ac_configure_args '$ac_arg'"
1458      ;;
1459    esac
1460  done
1461done
1462$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1463$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1464
1465# When interrupted or exit'd, cleanup temporary files, and complete
1466# config.log.  We remove comments because anyway the quotes in there
1467# would cause problems or look ugly.
1468# WARNING: Use '\'' to represent an apostrophe within the trap.
1469# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1470trap 'exit_status=$?
1471  # Save into config.log some information that might help in debugging.
1472  {
1473    echo
1474
1475    cat <<\_ASBOX
1476## ---------------- ##
1477## Cache variables. ##
1478## ---------------- ##
1479_ASBOX
1480    echo
1481    # The following way of writing the cache mishandles newlines in values,
1482(
1483  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1484    eval ac_val=\$$ac_var
1485    case $ac_val in #(
1486    *${as_nl}*)
1487      case $ac_var in #(
1488      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1489$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1490      esac
1491      case $ac_var in #(
1492      _ | IFS | as_nl) ;; #(
1493      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1494      *) $as_unset $ac_var ;;
1495      esac ;;
1496    esac
1497  done
1498  (set) 2>&1 |
1499    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1500    *${as_nl}ac_space=\ *)
1501      sed -n \
1502        "s/'\''/'\''\\\\'\'''\''/g;
1503          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1504      ;; #(
1505    *)
1506      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1507      ;;
1508    esac |
1509    sort
1510)
1511    echo
1512
1513    cat <<\_ASBOX
1514## ----------------- ##
1515## Output variables. ##
1516## ----------------- ##
1517_ASBOX
1518    echo
1519    for ac_var in $ac_subst_vars
1520    do
1521      eval ac_val=\$$ac_var
1522      case $ac_val in
1523      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1524      esac
1525      $as_echo "$ac_var='\''$ac_val'\''"
1526    done | sort
1527    echo
1528
1529    if test -n "$ac_subst_files"; then
1530      cat <<\_ASBOX
1531## ------------------- ##
1532## File substitutions. ##
1533## ------------------- ##
1534_ASBOX
1535      echo
1536      for ac_var in $ac_subst_files
1537      do
1538        eval ac_val=\$$ac_var
1539        case $ac_val in
1540        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1541        esac
1542        $as_echo "$ac_var='\''$ac_val'\''"
1543      done | sort
1544      echo
1545    fi
1546
1547    if test -s confdefs.h; then
1548      cat <<\_ASBOX
1549## ----------- ##
1550## confdefs.h. ##
1551## ----------- ##
1552_ASBOX
1553      echo
1554      cat confdefs.h
1555      echo
1556    fi
1557    test "$ac_signal" != 0 &&
1558      $as_echo "$as_me: caught signal $ac_signal"
1559    $as_echo "$as_me: exit $exit_status"
1560  } >&5
1561  rm -f core *.core core.conftest.* &&
1562    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1563    exit $exit_status
1564' 0
1565for ac_signal in 1 2 13 15; do
1566  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1567done
1568ac_signal=0
1569
1570# confdefs.h avoids OS command line length limits that DEFS can exceed.
1571rm -f -r conftest* confdefs.h
1572
1573# Predefined preprocessor variables.
1574
1575cat >>confdefs.h <<_ACEOF
1576#define PACKAGE_NAME "$PACKAGE_NAME"
1577_ACEOF
1578
1579
1580cat >>confdefs.h <<_ACEOF
1581#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1582_ACEOF
1583
1584
1585cat >>confdefs.h <<_ACEOF
1586#define PACKAGE_VERSION "$PACKAGE_VERSION"
1587_ACEOF
1588
1589
1590cat >>confdefs.h <<_ACEOF
1591#define PACKAGE_STRING "$PACKAGE_STRING"
1592_ACEOF
1593
1594
1595cat >>confdefs.h <<_ACEOF
1596#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1597_ACEOF
1598
1599
1600# Let the site file select an alternate cache file if it wants to.
1601# Prefer an explicitly selected file to automatically selected ones.
1602ac_site_file1=NONE
1603ac_site_file2=NONE
1604if test -n "$CONFIG_SITE"; then
1605  ac_site_file1=$CONFIG_SITE
1606elif test "x$prefix" != xNONE; then
1607  ac_site_file1=$prefix/share/config.site
1608  ac_site_file2=$prefix/etc/config.site
1609else
1610  ac_site_file1=$ac_default_prefix/share/config.site
1611  ac_site_file2=$ac_default_prefix/etc/config.site
1612fi
1613for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1614do
1615  test "x$ac_site_file" = xNONE && continue
1616  if test -r "$ac_site_file"; then
1617    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1618$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1619    sed 's/^/| /' "$ac_site_file" >&5
1620    . "$ac_site_file"
1621  fi
1622done
1623
1624if test -r "$cache_file"; then
1625  # Some versions of bash will fail to source /dev/null (special
1626  # files actually), so we avoid doing that.
1627  if test -f "$cache_file"; then
1628    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1629$as_echo "$as_me: loading cache $cache_file" >&6;}
1630    case $cache_file in
1631      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1632      *)                      . "./$cache_file";;
1633    esac
1634  fi
1635else
1636  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1637$as_echo "$as_me: creating cache $cache_file" >&6;}
1638  >$cache_file
1639fi
1640
1641# Check that the precious variables saved in the cache have kept the same
1642# value.
1643ac_cache_corrupted=false
1644for ac_var in $ac_precious_vars; do
1645  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1646  eval ac_new_set=\$ac_env_${ac_var}_set
1647  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1648  eval ac_new_val=\$ac_env_${ac_var}_value
1649  case $ac_old_set,$ac_new_set in
1650    set,)
1651      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1652$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1653      ac_cache_corrupted=: ;;
1654    ,set)
1655      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1656$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1657      ac_cache_corrupted=: ;;
1658    ,);;
1659    *)
1660      if test "x$ac_old_val" != "x$ac_new_val"; then
1661        # differences in whitespace do not lead to failure.
1662        ac_old_val_w=`echo x $ac_old_val`
1663        ac_new_val_w=`echo x $ac_new_val`
1664        if test "$ac_old_val_w" != "$ac_new_val_w"; then
1665          { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1666$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1667          ac_cache_corrupted=:
1668        else
1669          { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1670$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1671          eval $ac_var=\$ac_old_val
1672        fi
1673        { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
1674$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1675        { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
1676$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1677      fi;;
1678  esac
1679  # Pass precious variables to config.status.
1680  if test "$ac_new_set" = set; then
1681    case $ac_new_val in
1682    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1683    *) ac_arg=$ac_var=$ac_new_val ;;
1684    esac
1685    case " $ac_configure_args " in
1686      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1687      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1688    esac
1689  fi
1690done
1691if $ac_cache_corrupted; then
1692  { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1693$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1694  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1695$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1696  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1697$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1698   { (exit 1); exit 1; }; }
1699fi
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717ac_ext=c
1718ac_cpp='$CPP $CPPFLAGS'
1719ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1720ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1721ac_compiler_gnu=$ac_cv_c_compiler_gnu
1722
1723
1724
1725
1726ac_ext=c
1727ac_cpp='$CPP $CPPFLAGS'
1728ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1729ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1730ac_compiler_gnu=$ac_cv_c_compiler_gnu
1731if test -n "$ac_tool_prefix"; then
1732  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1733set dummy ${ac_tool_prefix}gcc; ac_word=$2
1734{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1735$as_echo_n "checking for $ac_word... " >&6; }
1736if test "${ac_cv_prog_CC+set}" = set; then
1737  $as_echo_n "(cached) " >&6
1738else
1739  if test -n "$CC"; then
1740  ac_cv_prog_CC="$CC" # Let the user override the test.
1741else
1742as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1743for as_dir in $PATH
1744do
1745  IFS=$as_save_IFS
1746  test -z "$as_dir" && as_dir=.
1747  for ac_exec_ext in '' $ac_executable_extensions; do
1748  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1749    ac_cv_prog_CC="${ac_tool_prefix}gcc"
1750    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1751    break 2
1752  fi
1753done
1754done
1755IFS=$as_save_IFS
1756
1757fi
1758fi
1759CC=$ac_cv_prog_CC
1760if test -n "$CC"; then
1761  { $as_echo "$as_me:$LINENO: result: $CC" >&5
1762$as_echo "$CC" >&6; }
1763else
1764  { $as_echo "$as_me:$LINENO: result: no" >&5
1765$as_echo "no" >&6; }
1766fi
1767
1768
1769fi
1770if test -z "$ac_cv_prog_CC"; then
1771  ac_ct_CC=$CC
1772  # Extract the first word of "gcc", so it can be a program name with args.
1773set dummy gcc; ac_word=$2
1774{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1775$as_echo_n "checking for $ac_word... " >&6; }
1776if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1777  $as_echo_n "(cached) " >&6
1778else
1779  if test -n "$ac_ct_CC"; then
1780  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1781else
1782as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1783for as_dir in $PATH
1784do
1785  IFS=$as_save_IFS
1786  test -z "$as_dir" && as_dir=.
1787  for ac_exec_ext in '' $ac_executable_extensions; do
1788  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1789    ac_cv_prog_ac_ct_CC="gcc"
1790    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1791    break 2
1792  fi
1793done
1794done
1795IFS=$as_save_IFS
1796
1797fi
1798fi
1799ac_ct_CC=$ac_cv_prog_ac_ct_CC
1800if test -n "$ac_ct_CC"; then
1801  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1802$as_echo "$ac_ct_CC" >&6; }
1803else
1804  { $as_echo "$as_me:$LINENO: result: no" >&5
1805$as_echo "no" >&6; }
1806fi
1807
1808  if test "x$ac_ct_CC" = x; then
1809    CC=""
1810  else
1811    case $cross_compiling:$ac_tool_warned in
1812yes:)
1813{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
1814$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
1815ac_tool_warned=yes ;;
1816esac
1817    CC=$ac_ct_CC
1818  fi
1819else
1820  CC="$ac_cv_prog_CC"
1821fi
1822
1823if test -z "$CC"; then
1824          if test -n "$ac_tool_prefix"; then
1825    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1826set dummy ${ac_tool_prefix}cc; ac_word=$2
1827{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1828$as_echo_n "checking for $ac_word... " >&6; }
1829if test "${ac_cv_prog_CC+set}" = set; then
1830  $as_echo_n "(cached) " >&6
1831else
1832  if test -n "$CC"; then
1833  ac_cv_prog_CC="$CC" # Let the user override the test.
1834else
1835as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1836for as_dir in $PATH
1837do
1838  IFS=$as_save_IFS
1839  test -z "$as_dir" && as_dir=.
1840  for ac_exec_ext in '' $ac_executable_extensions; do
1841  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1842    ac_cv_prog_CC="${ac_tool_prefix}cc"
1843    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1844    break 2
1845  fi
1846done
1847done
1848IFS=$as_save_IFS
1849
1850fi
1851fi
1852CC=$ac_cv_prog_CC
1853if test -n "$CC"; then
1854  { $as_echo "$as_me:$LINENO: result: $CC" >&5
1855$as_echo "$CC" >&6; }
1856else
1857  { $as_echo "$as_me:$LINENO: result: no" >&5
1858$as_echo "no" >&6; }
1859fi
1860
1861
1862  fi
1863fi
1864if test -z "$CC"; then
1865  # Extract the first word of "cc", so it can be a program name with args.
1866set dummy cc; ac_word=$2
1867{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1868$as_echo_n "checking for $ac_word... " >&6; }
1869if test "${ac_cv_prog_CC+set}" = set; then
1870  $as_echo_n "(cached) " >&6
1871else
1872  if test -n "$CC"; then
1873  ac_cv_prog_CC="$CC" # Let the user override the test.
1874else
1875  ac_prog_rejected=no
1876as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1877for as_dir in $PATH
1878do
1879  IFS=$as_save_IFS
1880  test -z "$as_dir" && as_dir=.
1881  for ac_exec_ext in '' $ac_executable_extensions; do
1882  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1883    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1884       ac_prog_rejected=yes
1885       continue
1886     fi
1887    ac_cv_prog_CC="cc"
1888    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1889    break 2
1890  fi
1891done
1892done
1893IFS=$as_save_IFS
1894
1895if test $ac_prog_rejected = yes; then
1896  # We found a bogon in the path, so make sure we never use it.
1897  set dummy $ac_cv_prog_CC
1898  shift
1899  if test $# != 0; then
1900    # We chose a different compiler from the bogus one.
1901    # However, it has the same basename, so the bogon will be chosen
1902    # first if we set CC to just the basename; use the full file name.
1903    shift
1904    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1905  fi
1906fi
1907fi
1908fi
1909CC=$ac_cv_prog_CC
1910if test -n "$CC"; then
1911  { $as_echo "$as_me:$LINENO: result: $CC" >&5
1912$as_echo "$CC" >&6; }
1913else
1914  { $as_echo "$as_me:$LINENO: result: no" >&5
1915$as_echo "no" >&6; }
1916fi
1917
1918
1919fi
1920if test -z "$CC"; then
1921  if test -n "$ac_tool_prefix"; then
1922  for ac_prog in cl.exe
1923  do
1924    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1925set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1926{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1927$as_echo_n "checking for $ac_word... " >&6; }
1928if test "${ac_cv_prog_CC+set}" = set; then
1929  $as_echo_n "(cached) " >&6
1930else
1931  if test -n "$CC"; then
1932  ac_cv_prog_CC="$CC" # Let the user override the test.
1933else
1934as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1935for as_dir in $PATH
1936do
1937  IFS=$as_save_IFS
1938  test -z "$as_dir" && as_dir=.
1939  for ac_exec_ext in '' $ac_executable_extensions; do
1940  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1941    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1942    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1943    break 2
1944  fi
1945done
1946done
1947IFS=$as_save_IFS
1948
1949fi
1950fi
1951CC=$ac_cv_prog_CC
1952if test -n "$CC"; then
1953  { $as_echo "$as_me:$LINENO: result: $CC" >&5
1954$as_echo "$CC" >&6; }
1955else
1956  { $as_echo "$as_me:$LINENO: result: no" >&5
1957$as_echo "no" >&6; }
1958fi
1959
1960
1961    test -n "$CC" && break
1962  done
1963fi
1964if test -z "$CC"; then
1965  ac_ct_CC=$CC
1966  for ac_prog in cl.exe
1967do
1968  # Extract the first word of "$ac_prog", so it can be a program name with args.
1969set dummy $ac_prog; ac_word=$2
1970{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1971$as_echo_n "checking for $ac_word... " >&6; }
1972if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1973  $as_echo_n "(cached) " >&6
1974else
1975  if test -n "$ac_ct_CC"; then
1976  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1977else
1978as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1979for as_dir in $PATH
1980do
1981  IFS=$as_save_IFS
1982  test -z "$as_dir" && as_dir=.
1983  for ac_exec_ext in '' $ac_executable_extensions; do
1984  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1985    ac_cv_prog_ac_ct_CC="$ac_prog"
1986    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1987    break 2
1988  fi
1989done
1990done
1991IFS=$as_save_IFS
1992
1993fi
1994fi
1995ac_ct_CC=$ac_cv_prog_ac_ct_CC
1996if test -n "$ac_ct_CC"; then
1997  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1998$as_echo "$ac_ct_CC" >&6; }
1999else
2000  { $as_echo "$as_me:$LINENO: result: no" >&5
2001$as_echo "no" >&6; }
2002fi
2003
2004
2005  test -n "$ac_ct_CC" && break
2006done
2007
2008  if test "x$ac_ct_CC" = x; then
2009    CC=""
2010  else
2011    case $cross_compiling:$ac_tool_warned in
2012yes:)
2013{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2014$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2015ac_tool_warned=yes ;;
2016esac
2017    CC=$ac_ct_CC
2018  fi
2019fi
2020
2021fi
2022
2023
2024test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2025$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2026{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2027See \`config.log' for more details." >&5
2028$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2029See \`config.log' for more details." >&2;}
2030   { (exit 1); exit 1; }; }; }
2031
2032# Provide some information about the compiler.
2033$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2034set X $ac_compile
2035ac_compiler=$2
2036{ (ac_try="$ac_compiler --version >&5"
2037case "(($ac_try" in
2038  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2039  *) ac_try_echo=$ac_try;;
2040esac
2041eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2042$as_echo "$ac_try_echo") >&5
2043  (eval "$ac_compiler --version >&5") 2>&5
2044  ac_status=$?
2045  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2046  (exit $ac_status); }
2047{ (ac_try="$ac_compiler -v >&5"
2048case "(($ac_try" in
2049  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2050  *) ac_try_echo=$ac_try;;
2051esac
2052eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2053$as_echo "$ac_try_echo") >&5
2054  (eval "$ac_compiler -v >&5") 2>&5
2055  ac_status=$?
2056  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2057  (exit $ac_status); }
2058{ (ac_try="$ac_compiler -V >&5"
2059case "(($ac_try" in
2060  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2061  *) ac_try_echo=$ac_try;;
2062esac
2063eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2064$as_echo "$ac_try_echo") >&5
2065  (eval "$ac_compiler -V >&5") 2>&5
2066  ac_status=$?
2067  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2068  (exit $ac_status); }
2069
2070cat >conftest.$ac_ext <<_ACEOF
2071/* confdefs.h.  */
2072_ACEOF
2073cat confdefs.h >>conftest.$ac_ext
2074cat >>conftest.$ac_ext <<_ACEOF
2075/* end confdefs.h.  */
2076
2077int
2078main ()
2079{
2080
2081  ;
2082  return 0;
2083}
2084_ACEOF
2085ac_clean_files_save=$ac_clean_files
2086ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2087# Try to create an executable without -o first, disregard a.out.
2088# It will help us diagnose broken compilers, and finding out an intuition
2089# of exeext.
2090{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2091$as_echo_n "checking for C compiler default output file name... " >&6; }
2092ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2093
2094# The possible output files:
2095ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2096
2097ac_rmfiles=
2098for ac_file in $ac_files
2099do
2100  case $ac_file in
2101    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2102    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2103  esac
2104done
2105rm -f $ac_rmfiles
2106
2107if { (ac_try="$ac_link_default"
2108case "(($ac_try" in
2109  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2110  *) ac_try_echo=$ac_try;;
2111esac
2112eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2113$as_echo "$ac_try_echo") >&5
2114  (eval "$ac_link_default") 2>&5
2115  ac_status=$?
2116  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2117  (exit $ac_status); }; then
2118  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2119# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2120# in a Makefile.  We should not override ac_cv_exeext if it was cached,
2121# so that the user can short-circuit this test for compilers unknown to
2122# Autoconf.
2123for ac_file in $ac_files ''
2124do
2125  test -f "$ac_file" || continue
2126  case $ac_file in
2127    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2128        ;;
2129    [ab].out )
2130        # We found the default executable, but exeext='' is most
2131        # certainly right.
2132        break;;
2133    *.* )
2134        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2135        then :; else
2136           ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2137        fi
2138        # We set ac_cv_exeext here because the later test for it is not
2139        # safe: cross compilers may not add the suffix if given an `-o'
2140        # argument, so we may need to know it at that point already.
2141        # Even if this section looks crufty: it has the advantage of
2142        # actually working.
2143        break;;
2144    * )
2145        break;;
2146  esac
2147done
2148test "$ac_cv_exeext" = no && ac_cv_exeext=
2149
2150else
2151  ac_file=''
2152fi
2153
2154{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2155$as_echo "$ac_file" >&6; }
2156if test -z "$ac_file"; then
2157  $as_echo "$as_me: failed program was:" >&5
2158sed 's/^/| /' conftest.$ac_ext >&5
2159
2160{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2161$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2162{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2163See \`config.log' for more details." >&5
2164$as_echo "$as_me: error: C compiler cannot create executables
2165See \`config.log' for more details." >&2;}
2166   { (exit 77); exit 77; }; }; }
2167fi
2168
2169ac_exeext=$ac_cv_exeext
2170
2171# Check that the compiler produces executables we can run.  If not, either
2172# the compiler is broken, or we cross compile.
2173{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2174$as_echo_n "checking whether the C compiler works... " >&6; }
2175# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2176# If not cross compiling, check that we can run a simple program.
2177if test "$cross_compiling" != yes; then
2178  if { ac_try='./$ac_file'
2179  { (case "(($ac_try" in
2180  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2181  *) ac_try_echo=$ac_try;;
2182esac
2183eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2184$as_echo "$ac_try_echo") >&5
2185  (eval "$ac_try") 2>&5
2186  ac_status=$?
2187  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2188  (exit $ac_status); }; }; then
2189    cross_compiling=no
2190  else
2191    if test "$cross_compiling" = maybe; then
2192        cross_compiling=yes
2193    else
2194        { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2195$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2196{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2197If you meant to cross compile, use \`--host'.
2198See \`config.log' for more details." >&5
2199$as_echo "$as_me: error: cannot run C compiled programs.
2200If you meant to cross compile, use \`--host'.
2201See \`config.log' for more details." >&2;}
2202   { (exit 1); exit 1; }; }; }
2203    fi
2204  fi
2205fi
2206{ $as_echo "$as_me:$LINENO: result: yes" >&5
2207$as_echo "yes" >&6; }
2208
2209rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2210ac_clean_files=$ac_clean_files_save
2211# Check that the compiler produces executables we can run.  If not, either
2212# the compiler is broken, or we cross compile.
2213{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2214$as_echo_n "checking whether we are cross compiling... " >&6; }
2215{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2216$as_echo "$cross_compiling" >&6; }
2217
2218{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2219$as_echo_n "checking for suffix of executables... " >&6; }
2220if { (ac_try="$ac_link"
2221case "(($ac_try" in
2222  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2223  *) ac_try_echo=$ac_try;;
2224esac
2225eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2226$as_echo "$ac_try_echo") >&5
2227  (eval "$ac_link") 2>&5
2228  ac_status=$?
2229  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2230  (exit $ac_status); }; then
2231  # If both `conftest.exe' and `conftest' are `present' (well, observable)
2232# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2233# work properly (i.e., refer to `conftest.exe'), while it won't with
2234# `rm'.
2235for ac_file in conftest.exe conftest conftest.*; do
2236  test -f "$ac_file" || continue
2237  case $ac_file in
2238    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2239    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2240          break;;
2241    * ) break;;
2242  esac
2243done
2244else
2245  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2246$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2247{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2248See \`config.log' for more details." >&5
2249$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2250See \`config.log' for more details." >&2;}
2251   { (exit 1); exit 1; }; }; }
2252fi
2253
2254rm -f conftest$ac_cv_exeext
2255{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2256$as_echo "$ac_cv_exeext" >&6; }
2257
2258rm -f conftest.$ac_ext
2259EXEEXT=$ac_cv_exeext
2260ac_exeext=$EXEEXT
2261{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2262$as_echo_n "checking for suffix of object files... " >&6; }
2263if test "${ac_cv_objext+set}" = set; then
2264  $as_echo_n "(cached) " >&6
2265else
2266  cat >conftest.$ac_ext <<_ACEOF
2267/* confdefs.h.  */
2268_ACEOF
2269cat confdefs.h >>conftest.$ac_ext
2270cat >>conftest.$ac_ext <<_ACEOF
2271/* end confdefs.h.  */
2272
2273int
2274main ()
2275{
2276
2277  ;
2278  return 0;
2279}
2280_ACEOF
2281rm -f conftest.o conftest.obj
2282if { (ac_try="$ac_compile"
2283case "(($ac_try" in
2284  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2285  *) ac_try_echo=$ac_try;;
2286esac
2287eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2288$as_echo "$ac_try_echo") >&5
2289  (eval "$ac_compile") 2>&5
2290  ac_status=$?
2291  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2292  (exit $ac_status); }; then
2293  for ac_file in conftest.o conftest.obj conftest.*; do
2294  test -f "$ac_file" || continue;
2295  case $ac_file in
2296    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2297    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2298       break;;
2299  esac
2300done
2301else
2302  $as_echo "$as_me: failed program was:" >&5
2303sed 's/^/| /' conftest.$ac_ext >&5
2304
2305{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2306$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2307{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2308See \`config.log' for more details." >&5
2309$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2310See \`config.log' for more details." >&2;}
2311   { (exit 1); exit 1; }; }; }
2312fi
2313
2314rm -f conftest.$ac_cv_objext conftest.$ac_ext
2315fi
2316{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2317$as_echo "$ac_cv_objext" >&6; }
2318OBJEXT=$ac_cv_objext
2319ac_objext=$OBJEXT
2320{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2321$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2322if test "${ac_cv_c_compiler_gnu+set}" = set; then
2323  $as_echo_n "(cached) " >&6
2324else
2325  cat >conftest.$ac_ext <<_ACEOF
2326/* confdefs.h.  */
2327_ACEOF
2328cat confdefs.h >>conftest.$ac_ext
2329cat >>conftest.$ac_ext <<_ACEOF
2330/* end confdefs.h.  */
2331
2332int
2333main ()
2334{
2335#ifndef __GNUC__
2336       choke me
2337#endif
2338
2339  ;
2340  return 0;
2341}
2342_ACEOF
2343rm -f conftest.$ac_objext
2344if { (ac_try="$ac_compile"
2345case "(($ac_try" in
2346  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2347  *) ac_try_echo=$ac_try;;
2348esac
2349eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2350$as_echo "$ac_try_echo") >&5
2351  (eval "$ac_compile") 2>conftest.er1
2352  ac_status=$?
2353  grep -v '^ *+' conftest.er1 >conftest.err
2354  rm -f conftest.er1
2355  cat conftest.err >&5
2356  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2357  (exit $ac_status); } && {
2358         test -z "$ac_c_werror_flag" ||
2359         test ! -s conftest.err
2360       } && test -s conftest.$ac_objext; then
2361  ac_compiler_gnu=yes
2362else
2363  $as_echo "$as_me: failed program was:" >&5
2364sed 's/^/| /' conftest.$ac_ext >&5
2365
2366        ac_compiler_gnu=no
2367fi
2368
2369rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2370ac_cv_c_compiler_gnu=$ac_compiler_gnu
2371
2372fi
2373{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2374$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2375if test $ac_compiler_gnu = yes; then
2376  GCC=yes
2377else
2378  GCC=
2379fi
2380ac_test_CFLAGS=${CFLAGS+set}
2381ac_save_CFLAGS=$CFLAGS
2382{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2383$as_echo_n "checking whether $CC accepts -g... " >&6; }
2384if test "${ac_cv_prog_cc_g+set}" = set; then
2385  $as_echo_n "(cached) " >&6
2386else
2387  ac_save_c_werror_flag=$ac_c_werror_flag
2388   ac_c_werror_flag=yes
2389   ac_cv_prog_cc_g=no
2390   CFLAGS="-g"
2391   cat >conftest.$ac_ext <<_ACEOF
2392/* confdefs.h.  */
2393_ACEOF
2394cat confdefs.h >>conftest.$ac_ext
2395cat >>conftest.$ac_ext <<_ACEOF
2396/* end confdefs.h.  */
2397
2398int
2399main ()
2400{
2401
2402  ;
2403  return 0;
2404}
2405_ACEOF
2406rm -f conftest.$ac_objext
2407if { (ac_try="$ac_compile"
2408case "(($ac_try" in
2409  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2410  *) ac_try_echo=$ac_try;;
2411esac
2412eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2413$as_echo "$ac_try_echo") >&5
2414  (eval "$ac_compile") 2>conftest.er1
2415  ac_status=$?
2416  grep -v '^ *+' conftest.er1 >conftest.err
2417  rm -f conftest.er1
2418  cat conftest.err >&5
2419  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2420  (exit $ac_status); } && {
2421         test -z "$ac_c_werror_flag" ||
2422         test ! -s conftest.err
2423       } && test -s conftest.$ac_objext; then
2424  ac_cv_prog_cc_g=yes
2425else
2426  $as_echo "$as_me: failed program was:" >&5
2427sed 's/^/| /' conftest.$ac_ext >&5
2428
2429        CFLAGS=""
2430      cat >conftest.$ac_ext <<_ACEOF
2431/* confdefs.h.  */
2432_ACEOF
2433cat confdefs.h >>conftest.$ac_ext
2434cat >>conftest.$ac_ext <<_ACEOF
2435/* end confdefs.h.  */
2436
2437int
2438main ()
2439{
2440
2441  ;
2442  return 0;
2443}
2444_ACEOF
2445rm -f conftest.$ac_objext
2446if { (ac_try="$ac_compile"
2447case "(($ac_try" in
2448  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2449  *) ac_try_echo=$ac_try;;
2450esac
2451eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2452$as_echo "$ac_try_echo") >&5
2453  (eval "$ac_compile") 2>conftest.er1
2454  ac_status=$?
2455  grep -v '^ *+' conftest.er1 >conftest.err
2456  rm -f conftest.er1
2457  cat conftest.err >&5
2458  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2459  (exit $ac_status); } && {
2460         test -z "$ac_c_werror_flag" ||
2461         test ! -s conftest.err
2462       } && test -s conftest.$ac_objext; then
2463  :
2464else
2465  $as_echo "$as_me: failed program was:" >&5
2466sed 's/^/| /' conftest.$ac_ext >&5
2467
2468        ac_c_werror_flag=$ac_save_c_werror_flag
2469         CFLAGS="-g"
2470         cat >conftest.$ac_ext <<_ACEOF
2471/* confdefs.h.  */
2472_ACEOF
2473cat confdefs.h >>conftest.$ac_ext
2474cat >>conftest.$ac_ext <<_ACEOF
2475/* end confdefs.h.  */
2476
2477int
2478main ()
2479{
2480
2481  ;
2482  return 0;
2483}
2484_ACEOF
2485rm -f conftest.$ac_objext
2486if { (ac_try="$ac_compile"
2487case "(($ac_try" in
2488  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2489  *) ac_try_echo=$ac_try;;
2490esac
2491eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2492$as_echo "$ac_try_echo") >&5
2493  (eval "$ac_compile") 2>conftest.er1
2494  ac_status=$?
2495  grep -v '^ *+' conftest.er1 >conftest.err
2496  rm -f conftest.er1
2497  cat conftest.err >&5
2498  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2499  (exit $ac_status); } && {
2500         test -z "$ac_c_werror_flag" ||
2501         test ! -s conftest.err
2502       } && test -s conftest.$ac_objext; then
2503  ac_cv_prog_cc_g=yes
2504else
2505  $as_echo "$as_me: failed program was:" >&5
2506sed 's/^/| /' conftest.$ac_ext >&5
2507
2508
2509fi
2510
2511rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2512fi
2513
2514rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2515fi
2516
2517rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2518   ac_c_werror_flag=$ac_save_c_werror_flag
2519fi
2520{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2521$as_echo "$ac_cv_prog_cc_g" >&6; }
2522if test "$ac_test_CFLAGS" = set; then
2523  CFLAGS=$ac_save_CFLAGS
2524elif test $ac_cv_prog_cc_g = yes; then
2525  if test "$GCC" = yes; then
2526    CFLAGS="-g -O2"
2527  else
2528    CFLAGS="-g"
2529  fi
2530else
2531  if test "$GCC" = yes; then
2532    CFLAGS="-O2"
2533  else
2534    CFLAGS=
2535  fi
2536fi
2537{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
2538$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
2539if test "${ac_cv_prog_cc_c89+set}" = set; then
2540  $as_echo_n "(cached) " >&6
2541else
2542  ac_cv_prog_cc_c89=no
2543ac_save_CC=$CC
2544cat >conftest.$ac_ext <<_ACEOF
2545/* confdefs.h.  */
2546_ACEOF
2547cat confdefs.h >>conftest.$ac_ext
2548cat >>conftest.$ac_ext <<_ACEOF
2549/* end confdefs.h.  */
2550#include <stdarg.h>
2551#include <stdio.h>
2552#include <sys/types.h>
2553#include <sys/stat.h>
2554/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
2555struct buf { int x; };
2556FILE * (*rcsopen) (struct buf *, struct stat *, int);
2557static char *e (p, i)
2558     char **p;
2559     int i;
2560{
2561  return p[i];
2562}
2563static char *f (char * (*g) (char **, int), char **p, ...)
2564{
2565  char *s;
2566  va_list v;
2567  va_start (v,p);
2568  s = g (p, va_arg (v,int));
2569  va_end (v);
2570  return s;
2571}
2572
2573/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
2574   function prototypes and stuff, but not '\xHH' hex character constants.
2575   These don't provoke an error unfortunately, instead are silently treated
2576   as 'x'.  The following induces an error, until -std is added to get
2577   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
2578   array size at least.  It's necessary to write '\x00'==0 to get something
2579   that's true only with -std.  */
2580int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2581
2582/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2583   inside strings and character constants.  */
2584#define FOO(x) 'x'
2585int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2586
2587int test (int i, double x);
2588struct s1 {int (*f) (int a);};
2589struct s2 {int (*f) (double a);};
2590int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2591int argc;
2592char **argv;
2593int
2594main ()
2595{
2596return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
2597  ;
2598  return 0;
2599}
2600_ACEOF
2601for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
2602        -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2603do
2604  CC="$ac_save_CC $ac_arg"
2605  rm -f conftest.$ac_objext
2606if { (ac_try="$ac_compile"
2607case "(($ac_try" in
2608  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2609  *) ac_try_echo=$ac_try;;
2610esac
2611eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2612$as_echo "$ac_try_echo") >&5
2613  (eval "$ac_compile") 2>conftest.er1
2614  ac_status=$?
2615  grep -v '^ *+' conftest.er1 >conftest.err
2616  rm -f conftest.er1
2617  cat conftest.err >&5
2618  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2619  (exit $ac_status); } && {
2620         test -z "$ac_c_werror_flag" ||
2621         test ! -s conftest.err
2622       } && test -s conftest.$ac_objext; then
2623  ac_cv_prog_cc_c89=$ac_arg
2624else
2625  $as_echo "$as_me: failed program was:" >&5
2626sed 's/^/| /' conftest.$ac_ext >&5
2627
2628
2629fi
2630
2631rm -f core conftest.err conftest.$ac_objext
2632  test "x$ac_cv_prog_cc_c89" != "xno" && break
2633done
2634rm -f conftest.$ac_ext
2635CC=$ac_save_CC
2636
2637fi
2638# AC_CACHE_VAL
2639case "x$ac_cv_prog_cc_c89" in
2640  x)
2641    { $as_echo "$as_me:$LINENO: result: none needed" >&5
2642$as_echo "none needed" >&6; } ;;
2643  xno)
2644    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
2645$as_echo "unsupported" >&6; } ;;
2646  *)
2647    CC="$CC $ac_cv_prog_cc_c89"
2648    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
2649$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
2650esac
2651
2652
2653ac_ext=c
2654ac_cpp='$CPP $CPPFLAGS'
2655ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2656ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2657ac_compiler_gnu=$ac_cv_c_compiler_gnu
2658
2659if test "$GCC" = yes; then
2660   CFLAGS="$CFLAGS -Wall -g";
2661fi
2662if test -n "$ac_tool_prefix"; then
2663  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
2664set dummy ${ac_tool_prefix}ranlib; ac_word=$2
2665{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2666$as_echo_n "checking for $ac_word... " >&6; }
2667if test "${ac_cv_prog_RANLIB+set}" = set; then
2668  $as_echo_n "(cached) " >&6
2669else
2670  if test -n "$RANLIB"; then
2671  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2672else
2673as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2674for as_dir in $PATH
2675do
2676  IFS=$as_save_IFS
2677  test -z "$as_dir" && as_dir=.
2678  for ac_exec_ext in '' $ac_executable_extensions; do
2679  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2680    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
2681    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2682    break 2
2683  fi
2684done
2685done
2686IFS=$as_save_IFS
2687
2688fi
2689fi
2690RANLIB=$ac_cv_prog_RANLIB
2691if test -n "$RANLIB"; then
2692  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
2693$as_echo "$RANLIB" >&6; }
2694else
2695  { $as_echo "$as_me:$LINENO: result: no" >&5
2696$as_echo "no" >&6; }
2697fi
2698
2699
2700fi
2701if test -z "$ac_cv_prog_RANLIB"; then
2702  ac_ct_RANLIB=$RANLIB
2703  # Extract the first word of "ranlib", so it can be a program name with args.
2704set dummy ranlib; ac_word=$2
2705{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2706$as_echo_n "checking for $ac_word... " >&6; }
2707if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
2708  $as_echo_n "(cached) " >&6
2709else
2710  if test -n "$ac_ct_RANLIB"; then
2711  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
2712else
2713as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2714for as_dir in $PATH
2715do
2716  IFS=$as_save_IFS
2717  test -z "$as_dir" && as_dir=.
2718  for ac_exec_ext in '' $ac_executable_extensions; do
2719  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2720    ac_cv_prog_ac_ct_RANLIB="ranlib"
2721    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2722    break 2
2723  fi
2724done
2725done
2726IFS=$as_save_IFS
2727
2728fi
2729fi
2730ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
2731if test -n "$ac_ct_RANLIB"; then
2732  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
2733$as_echo "$ac_ct_RANLIB" >&6; }
2734else
2735  { $as_echo "$as_me:$LINENO: result: no" >&5
2736$as_echo "no" >&6; }
2737fi
2738
2739  if test "x$ac_ct_RANLIB" = x; then
2740    RANLIB=":"
2741  else
2742    case $cross_compiling:$ac_tool_warned in
2743yes:)
2744{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2745$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2746ac_tool_warned=yes ;;
2747esac
2748    RANLIB=$ac_ct_RANLIB
2749  fi
2750else
2751  RANLIB="$ac_cv_prog_RANLIB"
2752fi
2753
2754
2755
2756ac_config_files="$ac_config_files Makefile"
2757
2758cat >confcache <<\_ACEOF
2759# This file is a shell script that caches the results of configure
2760# tests run on this system so they can be shared between configure
2761# scripts and configure runs, see configure's option --config-cache.
2762# It is not useful on other systems.  If it contains results you don't
2763# want to keep, you may remove or edit it.
2764#
2765# config.status only pays attention to the cache file if you give it
2766# the --recheck option to rerun configure.
2767#
2768# `ac_cv_env_foo' variables (set or unset) will be overridden when
2769# loading this file, other *unset* `ac_cv_foo' will be assigned the
2770# following values.
2771
2772_ACEOF
2773
2774# The following way of writing the cache mishandles newlines in values,
2775# but we know of no workaround that is simple, portable, and efficient.
2776# So, we kill variables containing newlines.
2777# Ultrix sh set writes to stderr and can't be redirected directly,
2778# and sets the high bit in the cache file unless we assign to the vars.
2779(
2780  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2781    eval ac_val=\$$ac_var
2782    case $ac_val in #(
2783    *${as_nl}*)
2784      case $ac_var in #(
2785      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
2786$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2787      esac
2788      case $ac_var in #(
2789      _ | IFS | as_nl) ;; #(
2790      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2791      *) $as_unset $ac_var ;;
2792      esac ;;
2793    esac
2794  done
2795
2796  (set) 2>&1 |
2797    case $as_nl`(ac_space=' '; set) 2>&1` in #(
2798    *${as_nl}ac_space=\ *)
2799      # `set' does not quote correctly, so add quotes (double-quote
2800      # substitution turns \\\\ into \\, and sed turns \\ into \).
2801      sed -n \
2802        "s/'/'\\\\''/g;
2803          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2804      ;; #(
2805    *)
2806      # `set' quotes correctly as required by POSIX, so do not add quotes.
2807      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2808      ;;
2809    esac |
2810    sort
2811) |
2812  sed '
2813     /^ac_cv_env_/b end
2814     t clear
2815     :clear
2816     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2817     t end
2818     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2819     :end' >>confcache
2820if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2821  if test -w "$cache_file"; then
2822    test "x$cache_file" != "x/dev/null" &&
2823      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
2824$as_echo "$as_me: updating cache $cache_file" >&6;}
2825    cat confcache >$cache_file
2826  else
2827    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
2828$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
2829  fi
2830fi
2831rm -f confcache
2832
2833test "x$prefix" = xNONE && prefix=$ac_default_prefix
2834# Let make expand exec_prefix.
2835test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2836
2837# Transform confdefs.h into DEFS.
2838# Protect against shell expansion while executing Makefile rules.
2839# Protect against Makefile macro expansion.
2840#
2841# If the first sed substitution is executed (which looks for macros that
2842# take arguments), then branch to the quote section.  Otherwise,
2843# look for a macro that doesn't take arguments.
2844ac_script='
2845:mline
2846/\\$/{
2847 N
2848 s,\\\n,,
2849 b mline
2850}
2851t clear
2852:clear
2853s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
2854t quote
2855s/^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
2856t quote
2857b any
2858:quote
2859s/[      `~#$^&*(){}\\|;'\''"<>?]/\\&/g
2860s/\[/\\&/g
2861s/\]/\\&/g
2862s/\$/$$/g
2863H
2864:any
2865${
2866        g
2867        s/^\n//
2868        s/\n/ /g
2869        p
2870}
2871'
2872DEFS=`sed -n "$ac_script" confdefs.h`
2873
2874
2875ac_libobjs=
2876ac_ltlibobjs=
2877for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2878  # 1. Remove the extension, and $U if already installed.
2879  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2880  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
2881  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
2882  #    will be set to the directory where LIBOBJS objects are built.
2883  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
2884  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
2885done
2886LIBOBJS=$ac_libobjs
2887
2888LTLIBOBJS=$ac_ltlibobjs
2889
2890
2891
2892: ${CONFIG_STATUS=./config.status}
2893ac_write_fail=0
2894ac_clean_files_save=$ac_clean_files
2895ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2896{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
2897$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
2898cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2899#! $SHELL
2900# Generated by $as_me.
2901# Run this file to recreate the current configuration.
2902# Compiler output produced by configure, useful for debugging
2903# configure, is in config.log if it exists.
2904
2905debug=false
2906ac_cs_recheck=false
2907ac_cs_silent=false
2908SHELL=\${CONFIG_SHELL-$SHELL}
2909_ACEOF
2910
2911cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2912## --------------------- ##
2913## M4sh Initialization.  ##
2914## --------------------- ##
2915
2916# Be more Bourne compatible
2917DUALCASE=1; export DUALCASE # for MKS sh
2918if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2919  emulate sh
2920  NULLCMD=:
2921  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
2922  # is contrary to our usage.  Disable this feature.
2923  alias -g '${1+"$@"}'='"$@"'
2924  setopt NO_GLOB_SUBST
2925else
2926  case `(set -o) 2>/dev/null` in
2927  *posix*) set -o posix ;;
2928esac
2929
2930fi
2931
2932
2933
2934
2935# PATH needs CR
2936# Avoid depending upon Character Ranges.
2937as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2938as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2939as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2940as_cr_digits='0123456789'
2941as_cr_alnum=$as_cr_Letters$as_cr_digits
2942
2943as_nl='
2944'
2945export as_nl
2946# Printing a long string crashes Solaris 7 /usr/bin/printf.
2947as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
2948as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
2949as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
2950if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
2951  as_echo='printf %s\n'
2952  as_echo_n='printf %s'
2953else
2954  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
2955    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
2956    as_echo_n='/usr/ucb/echo -n'
2957  else
2958    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
2959    as_echo_n_body='eval
2960      arg=$1;
2961      case $arg in
2962      *"$as_nl"*)
2963        expr "X$arg" : "X\\(.*\\)$as_nl";
2964        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
2965      esac;
2966      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
2967    '
2968    export as_echo_n_body
2969    as_echo_n='sh -c $as_echo_n_body as_echo'
2970  fi
2971  export as_echo_body
2972  as_echo='sh -c $as_echo_body as_echo'
2973fi
2974
2975# The user is always right.
2976if test "${PATH_SEPARATOR+set}" != set; then
2977  PATH_SEPARATOR=:
2978  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
2979    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
2980      PATH_SEPARATOR=';'
2981  }
2982fi
2983
2984# Support unset when possible.
2985if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2986  as_unset=unset
2987else
2988  as_unset=false
2989fi
2990
2991
2992# IFS
2993# We need space, tab and new line, in precisely that order.  Quoting is
2994# there to prevent editors from complaining about space-tab.
2995# (If _AS_PATH_WALK were called with IFS unset, it would disable word
2996# splitting by setting IFS to empty value.)
2997IFS=" ""        $as_nl"
2998
2999# Find who we are.  Look in the path if we contain no directory separator.
3000case $0 in
3001  *[\\/]* ) as_myself=$0 ;;
3002  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3003for as_dir in $PATH
3004do
3005  IFS=$as_save_IFS
3006  test -z "$as_dir" && as_dir=.
3007  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3008done
3009IFS=$as_save_IFS
3010
3011     ;;
3012esac
3013# We did not find ourselves, most probably we were run as `sh COMMAND'
3014# in which case we are not to be found in the path.
3015if test "x$as_myself" = x; then
3016  as_myself=$0
3017fi
3018if test ! -f "$as_myself"; then
3019  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
3020  { (exit 1); exit 1; }
3021fi
3022
3023# Work around bugs in pre-3.0 UWIN ksh.
3024for as_var in ENV MAIL MAILPATH
3025do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
3026done
3027PS1='$ '
3028PS2='> '
3029PS4='+ '
3030
3031# NLS nuisances.
3032LC_ALL=C
3033export LC_ALL
3034LANGUAGE=C
3035export LANGUAGE
3036
3037# Required to use basename.
3038if expr a : '\(a\)' >/dev/null 2>&1 &&
3039   test "X`expr 00001 : '.*\(...\)'`" = X001; then
3040  as_expr=expr
3041else
3042  as_expr=false
3043fi
3044
3045if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
3046  as_basename=basename
3047else
3048  as_basename=false
3049fi
3050
3051
3052# Name of the executable.
3053as_me=`$as_basename -- "$0" ||
3054$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3055         X"$0" : 'X\(//\)$' \| \
3056         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
3057$as_echo X/"$0" |
3058    sed '/^.*\/\([^/][^/]*\)\/*$/{
3059            s//\1/
3060            q
3061          }
3062          /^X\/\(\/\/\)$/{
3063            s//\1/
3064            q
3065          }
3066          /^X\/\(\/\).*/{
3067            s//\1/
3068            q
3069          }
3070          s/.*/./; q'`
3071
3072# CDPATH.
3073$as_unset CDPATH
3074
3075
3076
3077  as_lineno_1=$LINENO
3078  as_lineno_2=$LINENO
3079  test "x$as_lineno_1" != "x$as_lineno_2" &&
3080  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
3081
3082  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
3083  # uniformly replaced by the line number.  The first 'sed' inserts a
3084  # line-number line after each line using $LINENO; the second 'sed'
3085  # does the real work.  The second script uses 'N' to pair each
3086  # line-number line with the line containing $LINENO, and appends
3087  # trailing '-' during substitution so that $LINENO is not a special
3088  # case at line end.
3089  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
3090  # scripts with optimization help from Paolo Bonzini.  Blame Lee
3091  # E. McMahon (1931-1989) for sed's syntax.  :-)
3092  sed -n '
3093    p
3094    /[$]LINENO/=
3095  ' <$as_myself |
3096    sed '
3097      s/[$]LINENO.*/&-/
3098      t lineno
3099      b
3100      :lineno
3101      N
3102      :loop
3103      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
3104      t loop
3105      s/-\n.*//
3106    ' >$as_me.lineno &&
3107  chmod +x "$as_me.lineno" ||
3108    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
3109   { (exit 1); exit 1; }; }
3110
3111  # Don't try to exec as it changes $[0], causing all sort of problems
3112  # (the dirname of $[0] is not the place where we might find the
3113  # original and so on.  Autoconf is especially sensitive to this).
3114  . "./$as_me.lineno"
3115  # Exit status is that of the last command.
3116  exit
3117}
3118
3119
3120if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
3121  as_dirname=dirname
3122else
3123  as_dirname=false
3124fi
3125
3126ECHO_C= ECHO_N= ECHO_T=
3127case `echo -n x` in
3128-n*)
3129  case `echo 'x\c'` in
3130  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
3131  *)   ECHO_C='\c';;
3132  esac;;
3133*)
3134  ECHO_N='-n';;
3135esac
3136if expr a : '\(a\)' >/dev/null 2>&1 &&
3137   test "X`expr 00001 : '.*\(...\)'`" = X001; then
3138  as_expr=expr
3139else
3140  as_expr=false
3141fi
3142
3143rm -f conf$$ conf$$.exe conf$$.file
3144if test -d conf$$.dir; then
3145  rm -f conf$$.dir/conf$$.file
3146else
3147  rm -f conf$$.dir
3148  mkdir conf$$.dir 2>/dev/null
3149fi
3150if (echo >conf$$.file) 2>/dev/null; then
3151  if ln -s conf$$.file conf$$ 2>/dev/null; then
3152    as_ln_s='ln -s'
3153    # ... but there are two gotchas:
3154    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3155    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3156    # In both cases, we have to default to `cp -p'.
3157    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3158      as_ln_s='cp -p'
3159  elif ln conf$$.file conf$$ 2>/dev/null; then
3160    as_ln_s=ln
3161  else
3162    as_ln_s='cp -p'
3163  fi
3164else
3165  as_ln_s='cp -p'
3166fi
3167rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3168rmdir conf$$.dir 2>/dev/null
3169
3170if mkdir -p . 2>/dev/null; then
3171  as_mkdir_p=:
3172else
3173  test -d ./-p && rmdir ./-p
3174  as_mkdir_p=false
3175fi
3176
3177if test -x / >/dev/null 2>&1; then
3178  as_test_x='test -x'
3179else
3180  if ls -dL / >/dev/null 2>&1; then
3181    as_ls_L_option=L
3182  else
3183    as_ls_L_option=
3184  fi
3185  as_test_x='
3186    eval sh -c '\''
3187      if test -d "$1"; then
3188        test -d "$1/.";
3189      else
3190        case $1 in
3191        -*)set "./$1";;
3192        esac;
3193        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
3194        ???[sx]*):;;*)false;;esac;fi
3195    '\'' sh
3196  '
3197fi
3198as_executable_p=$as_test_x
3199
3200# Sed expression to map a string onto a valid CPP name.
3201as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3202
3203# Sed expression to map a string onto a valid variable name.
3204as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3205
3206
3207exec 6>&1
3208
3209# Save the log message, to keep $[0] and so on meaningful, and to
3210# report actual input values of CONFIG_FILES etc. instead of their
3211# values after options handling.
3212ac_log="
3213This file was extended by $as_me, which was
3214generated by GNU Autoconf 2.63.  Invocation command line was
3215
3216  CONFIG_FILES    = $CONFIG_FILES
3217  CONFIG_HEADERS  = $CONFIG_HEADERS
3218  CONFIG_LINKS    = $CONFIG_LINKS
3219  CONFIG_COMMANDS = $CONFIG_COMMANDS
3220  $ $0 $@
3221
3222on `(hostname || uname -n) 2>/dev/null | sed 1q`
3223"
3224
3225_ACEOF
3226
3227case $ac_config_files in *"
3228"*) set x $ac_config_files; shift; ac_config_files=$*;;
3229esac
3230
3231
3232
3233cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3234# Files that config.status was made for.
3235config_files="$ac_config_files"
3236
3237_ACEOF
3238
3239cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3240ac_cs_usage="\
3241\`$as_me' instantiates files from templates according to the
3242current configuration.
3243
3244Usage: $0 [OPTION]... [FILE]...
3245
3246  -h, --help       print this help, then exit
3247  -V, --version    print version number and configuration settings, then exit
3248  -q, --quiet, --silent
3249                   do not print progress messages
3250  -d, --debug      don't remove temporary files
3251      --recheck    update $as_me by reconfiguring in the same conditions
3252      --file=FILE[:TEMPLATE]
3253                   instantiate the configuration file FILE
3254
3255Configuration files:
3256$config_files
3257
3258Report bugs to <bug-autoconf@gnu.org>."
3259
3260_ACEOF
3261cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3262ac_cs_version="\\
3263config.status
3264configured by $0, generated by GNU Autoconf 2.63,
3265  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
3266
3267Copyright (C) 2008 Free Software Foundation, Inc.
3268This config.status script is free software; the Free Software Foundation
3269gives unlimited permission to copy, distribute and modify it."
3270
3271ac_pwd='$ac_pwd'
3272srcdir='$srcdir'
3273test -n "\$AWK" || AWK=awk
3274_ACEOF
3275
3276cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3277# The default lists apply if the user does not specify any file.
3278ac_need_defaults=:
3279while test $# != 0
3280do
3281  case $1 in
3282  --*=*)
3283    ac_option=`expr "X$1" : 'X\([^=]*\)='`
3284    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3285    ac_shift=:
3286    ;;
3287  *)
3288    ac_option=$1
3289    ac_optarg=$2
3290    ac_shift=shift
3291    ;;
3292  esac
3293
3294  case $ac_option in
3295  # Handling of the options.
3296  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3297    ac_cs_recheck=: ;;
3298  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3299    $as_echo "$ac_cs_version"; exit ;;
3300  --debug | --debu | --deb | --de | --d | -d )
3301    debug=: ;;
3302  --file | --fil | --fi | --f )
3303    $ac_shift
3304    case $ac_optarg in
3305    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
3306    esac
3307    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
3308    ac_need_defaults=false;;
3309  --he | --h |  --help | --hel | -h )
3310    $as_echo "$ac_cs_usage"; exit ;;
3311  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3312  | -silent | --silent | --silen | --sile | --sil | --si | --s)
3313    ac_cs_silent=: ;;
3314
3315  # This is an error.
3316  -*) { $as_echo "$as_me: error: unrecognized option: $1
3317Try \`$0 --help' for more information." >&2
3318   { (exit 1); exit 1; }; } ;;
3319
3320  *) ac_config_targets="$ac_config_targets $1"
3321     ac_need_defaults=false ;;
3322
3323  esac
3324  shift
3325done
3326
3327ac_configure_extra_args=
3328
3329if $ac_cs_silent; then
3330  exec 6>/dev/null
3331  ac_configure_extra_args="$ac_configure_extra_args --silent"
3332fi
3333
3334_ACEOF
3335cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3336if \$ac_cs_recheck; then
3337  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3338  shift
3339  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
3340  CONFIG_SHELL='$SHELL'
3341  export CONFIG_SHELL
3342  exec "\$@"
3343fi
3344
3345_ACEOF
3346cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3347exec 5>>config.log
3348{
3349  echo
3350  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3351## Running $as_me. ##
3352_ASBOX
3353  $as_echo "$ac_log"
3354} >&5
3355
3356_ACEOF
3357cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3358_ACEOF
3359
3360cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3361
3362# Handling of arguments.
3363for ac_config_target in $ac_config_targets
3364do
3365  case $ac_config_target in
3366    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3367
3368  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
3369$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
3370   { (exit 1); exit 1; }; };;
3371  esac
3372done
3373
3374
3375# If the user did not use the arguments to specify the items to instantiate,
3376# then the envvar interface is used.  Set only those that are not.
3377# We use the long form for the default assignment because of an extremely
3378# bizarre bug on SunOS 4.1.3.
3379if $ac_need_defaults; then
3380  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3381fi
3382
3383# Have a temporary directory for convenience.  Make it in the build tree
3384# simply because there is no reason against having it here, and in addition,
3385# creating and moving files from /tmp can sometimes cause problems.
3386# Hook for its removal unless debugging.
3387# Note that there is a small window in which the directory will not be cleaned:
3388# after its creation but before its name has been assigned to `$tmp'.
3389$debug ||
3390{
3391  tmp=
3392  trap 'exit_status=$?
3393  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
3394' 0
3395  trap '{ (exit 1); exit 1; }' 1 2 13 15
3396}
3397# Create a (secure) tmp directory for tmp files.
3398
3399{
3400  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3401  test -n "$tmp" && test -d "$tmp"
3402}  ||
3403{
3404  tmp=./conf$$-$RANDOM
3405  (umask 077 && mkdir "$tmp")
3406} ||
3407{
3408   $as_echo "$as_me: cannot create a temporary directory in ." >&2
3409   { (exit 1); exit 1; }
3410}
3411
3412# Set up the scripts for CONFIG_FILES section.
3413# No need to generate them if there are no CONFIG_FILES.
3414# This happens for instance with `./config.status config.h'.
3415if test -n "$CONFIG_FILES"; then
3416
3417
3418ac_cr='
3419'
3420ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
3421if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
3422  ac_cs_awk_cr='\\r'
3423else
3424  ac_cs_awk_cr=$ac_cr
3425fi
3426
3427echo 'BEGIN {' >"$tmp/subs1.awk" &&
3428_ACEOF
3429
3430
3431{
3432  echo "cat >conf$$subs.awk <<_ACEOF" &&
3433  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
3434  echo "_ACEOF"
3435} >conf$$subs.sh ||
3436  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
3437$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
3438   { (exit 1); exit 1; }; }
3439ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
3440ac_delim='%!_!# '
3441for ac_last_try in false false false false false :; do
3442  . ./conf$$subs.sh ||
3443    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
3444$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
3445   { (exit 1); exit 1; }; }
3446
3447  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
3448  if test $ac_delim_n = $ac_delim_num; then
3449    break
3450  elif $ac_last_try; then
3451    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
3452$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
3453   { (exit 1); exit 1; }; }
3454  else
3455    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3456  fi
3457done
3458rm -f conf$$subs.sh
3459
3460cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3461cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
3462_ACEOF
3463sed -n '
3464h
3465s/^/S["/; s/!.*/"]=/
3466p
3467g
3468s/^[^!]*!//
3469:repl
3470t repl
3471s/'"$ac_delim"'$//
3472t delim
3473:nl
3474h
3475s/\(.\{148\}\).*/\1/
3476t more1
3477s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
3478p
3479n
3480b repl
3481:more1
3482s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3483p
3484g
3485s/.\{148\}//
3486t nl
3487:delim
3488h
3489s/\(.\{148\}\).*/\1/
3490t more2
3491s/["\\]/\\&/g; s/^/"/; s/$/"/
3492p
3493b
3494:more2
3495s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3496p
3497g
3498s/.\{148\}//
3499t delim
3500' <conf$$subs.awk | sed '
3501/^[^""]/{
3502  N
3503  s/\n//
3504}
3505' >>$CONFIG_STATUS || ac_write_fail=1
3506rm -f conf$$subs.awk
3507cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3508_ACAWK
3509cat >>"\$tmp/subs1.awk" <<_ACAWK &&
3510  for (key in S) S_is_set[key] = 1
3511  FS = ""
3512
3513}
3514{
3515  line = $ 0
3516  nfields = split(line, field, "@")
3517  substed = 0
3518  len = length(field[1])
3519  for (i = 2; i < nfields; i++) {
3520    key = field[i]
3521    keylen = length(key)
3522    if (S_is_set[key]) {
3523      value = S[key]
3524      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
3525      len += length(value) + length(field[++i])
3526      substed = 1
3527    } else
3528      len += 1 + keylen
3529  }
3530
3531  print line
3532}
3533
3534_ACAWK
3535_ACEOF
3536cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3537if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
3538  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
3539else
3540  cat
3541fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
3542  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
3543$as_echo "$as_me: error: could not setup config files machinery" >&2;}
3544   { (exit 1); exit 1; }; }
3545_ACEOF
3546
3547# VPATH may cause trouble with some makes, so we remove $(srcdir),
3548# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
3549# trailing colons and then remove the whole line if VPATH becomes empty
3550# (actually we leave an empty line to preserve line numbers).
3551if test "x$srcdir" = x.; then
3552  ac_vpsub='/^[  ]*VPATH[        ]*=/{
3553s/:*\$(srcdir):*/:/
3554s/:*\${srcdir}:*/:/
3555s/:*@srcdir@:*/:/
3556s/^\([^=]*=[     ]*\):*/\1/
3557s/:*$//
3558s/^[^=]*=[       ]*$//
3559}'
3560fi
3561
3562cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3563fi # test -n "$CONFIG_FILES"
3564
3565
3566eval set X "  :F $CONFIG_FILES      "
3567shift
3568for ac_tag
3569do
3570  case $ac_tag in
3571  :[FHLC]) ac_mode=$ac_tag; continue;;
3572  esac
3573  case $ac_mode$ac_tag in
3574  :[FHL]*:*);;
3575  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
3576$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
3577   { (exit 1); exit 1; }; };;
3578  :[FH]-) ac_tag=-:-;;
3579  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
3580  esac
3581  ac_save_IFS=$IFS
3582  IFS=:
3583  set x $ac_tag
3584  IFS=$ac_save_IFS
3585  shift
3586  ac_file=$1
3587  shift
3588
3589  case $ac_mode in
3590  :L) ac_source=$1;;
3591  :[FH])
3592    ac_file_inputs=
3593    for ac_f
3594    do
3595      case $ac_f in
3596      -) ac_f="$tmp/stdin";;
3597      *) # Look for the file first in the build tree, then in the source tree
3598         # (if the path is not absolute).  The absolute path cannot be DOS-style,
3599         # because $ac_f cannot contain `:'.
3600         test -f "$ac_f" ||
3601           case $ac_f in
3602           [\\/$]*) false;;
3603           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3604           esac ||
3605           { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
3606$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
3607   { (exit 1); exit 1; }; };;
3608      esac
3609      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
3610      ac_file_inputs="$ac_file_inputs '$ac_f'"
3611    done
3612
3613    # Let's still pretend it is `configure' which instantiates (i.e., don't
3614    # use $as_me), people would be surprised to read:
3615    #    /* config.h.  Generated by config.status.  */
3616    configure_input='Generated from '`
3617          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
3618        `' by configure.'
3619    if test x"$ac_file" != x-; then
3620      configure_input="$ac_file.  $configure_input"
3621      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
3622$as_echo "$as_me: creating $ac_file" >&6;}
3623    fi
3624    # Neutralize special characters interpreted by sed in replacement strings.
3625    case $configure_input in #(
3626    *\&* | *\|* | *\\* )
3627       ac_sed_conf_input=`$as_echo "$configure_input" |
3628       sed 's/[\\\\&|]/\\\\&/g'`;; #(
3629    *) ac_sed_conf_input=$configure_input;;
3630    esac
3631
3632    case $ac_tag in
3633    *:-:* | *:-) cat >"$tmp/stdin" \
3634      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
3635$as_echo "$as_me: error: could not create $ac_file" >&2;}
3636   { (exit 1); exit 1; }; } ;;
3637    esac
3638    ;;
3639  esac
3640
3641  ac_dir=`$as_dirname -- "$ac_file" ||
3642$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3643         X"$ac_file" : 'X\(//\)[^/]' \| \
3644         X"$ac_file" : 'X\(//\)$' \| \
3645         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3646$as_echo X"$ac_file" |
3647    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3648            s//\1/
3649            q
3650          }
3651          /^X\(\/\/\)[^/].*/{
3652            s//\1/
3653            q
3654          }
3655          /^X\(\/\/\)$/{
3656            s//\1/
3657            q
3658          }
3659          /^X\(\/\).*/{
3660            s//\1/
3661            q
3662          }
3663          s/.*/./; q'`
3664  { as_dir="$ac_dir"
3665  case $as_dir in #(
3666  -*) as_dir=./$as_dir;;
3667  esac
3668  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
3669    as_dirs=
3670    while :; do
3671      case $as_dir in #(
3672      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
3673      *) as_qdir=$as_dir;;
3674      esac
3675      as_dirs="'$as_qdir' $as_dirs"
3676      as_dir=`$as_dirname -- "$as_dir" ||
3677$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3678         X"$as_dir" : 'X\(//\)[^/]' \| \
3679         X"$as_dir" : 'X\(//\)$' \| \
3680         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3681$as_echo X"$as_dir" |
3682    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3683            s//\1/
3684            q
3685          }
3686          /^X\(\/\/\)[^/].*/{
3687            s//\1/
3688            q
3689          }
3690          /^X\(\/\/\)$/{
3691            s//\1/
3692            q
3693          }
3694          /^X\(\/\).*/{
3695            s//\1/
3696            q
3697          }
3698          s/.*/./; q'`
3699      test -d "$as_dir" && break
3700    done
3701    test -z "$as_dirs" || eval "mkdir $as_dirs"
3702  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
3703$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
3704   { (exit 1); exit 1; }; }; }
3705  ac_builddir=.
3706
3707case "$ac_dir" in
3708.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3709*)
3710  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
3711  # A ".." for each directory in $ac_dir_suffix.
3712  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
3713  case $ac_top_builddir_sub in
3714  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3715  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3716  esac ;;
3717esac
3718ac_abs_top_builddir=$ac_pwd
3719ac_abs_builddir=$ac_pwd$ac_dir_suffix
3720# for backward compatibility:
3721ac_top_builddir=$ac_top_build_prefix
3722
3723case $srcdir in
3724  .)  # We are building in place.
3725    ac_srcdir=.
3726    ac_top_srcdir=$ac_top_builddir_sub
3727    ac_abs_top_srcdir=$ac_pwd ;;
3728  [\\/]* | ?:[\\/]* )  # Absolute name.
3729    ac_srcdir=$srcdir$ac_dir_suffix;
3730    ac_top_srcdir=$srcdir
3731    ac_abs_top_srcdir=$srcdir ;;
3732  *) # Relative name.
3733    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3734    ac_top_srcdir=$ac_top_build_prefix$srcdir
3735    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3736esac
3737ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3738
3739
3740  case $ac_mode in
3741  :F)
3742  #
3743  # CONFIG_FILE
3744  #
3745
3746_ACEOF
3747
3748cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3749# If the template does not know about datarootdir, expand it.
3750# FIXME: This hack should be removed a few years after 2.60.
3751ac_datarootdir_hack=; ac_datarootdir_seen=
3752
3753ac_sed_dataroot='
3754/datarootdir/ {
3755  p
3756  q
3757}
3758/@datadir@/p
3759/@docdir@/p
3760/@infodir@/p
3761/@localedir@/p
3762/@mandir@/p
3763'
3764case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
3765*datarootdir*) ac_datarootdir_seen=yes;;
3766*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3767  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3768$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3769_ACEOF
3770cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3771  ac_datarootdir_hack='
3772  s&@datadir@&$datadir&g
3773  s&@docdir@&$docdir&g
3774  s&@infodir@&$infodir&g
3775  s&@localedir@&$localedir&g
3776  s&@mandir@&$mandir&g
3777    s&\\\${datarootdir}&$datarootdir&g' ;;
3778esac
3779_ACEOF
3780
3781# Neutralize VPATH when `$srcdir' = `.'.
3782# Shell code in configure.ac might set extrasub.
3783# FIXME: do we really want to maintain this feature?
3784cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3785ac_sed_extra="$ac_vpsub
3786$extrasub
3787_ACEOF
3788cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3789:t
3790/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3791s|@configure_input@|$ac_sed_conf_input|;t t
3792s&@top_builddir@&$ac_top_builddir_sub&;t t
3793s&@top_build_prefix@&$ac_top_build_prefix&;t t
3794s&@srcdir@&$ac_srcdir&;t t
3795s&@abs_srcdir@&$ac_abs_srcdir&;t t
3796s&@top_srcdir@&$ac_top_srcdir&;t t
3797s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3798s&@builddir@&$ac_builddir&;t t
3799s&@abs_builddir@&$ac_abs_builddir&;t t
3800s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3801$ac_datarootdir_hack
3802"
3803eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
3804  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
3805$as_echo "$as_me: error: could not create $ac_file" >&2;}
3806   { (exit 1); exit 1; }; }
3807
3808test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3809  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
3810  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
3811  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3812which seems to be undefined.  Please make sure it is defined." >&5
3813$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3814which seems to be undefined.  Please make sure it is defined." >&2;}
3815
3816  rm -f "$tmp/stdin"
3817  case $ac_file in
3818  -) cat "$tmp/out" && rm -f "$tmp/out";;
3819  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
3820  esac \
3821  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
3822$as_echo "$as_me: error: could not create $ac_file" >&2;}
3823   { (exit 1); exit 1; }; }
3824 ;;
3825
3826
3827
3828  esac
3829
3830done # for ac_tag
3831
3832
3833{ (exit 0); exit 0; }
3834_ACEOF
3835chmod +x $CONFIG_STATUS
3836ac_clean_files=$ac_clean_files_save
3837
3838test $ac_write_fail = 0 ||
3839  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
3840$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
3841   { (exit 1); exit 1; }; }
3842
3843
3844# configure is writing to config.log, and then calls config.status.
3845# config.status does its own redirection, appending to config.log.
3846# Unfortunately, on DOS this fails, as config.log is still kept open
3847# by configure, so config.status won't be able to write to it; its
3848# output is simply discarded.  So we exec the FD to /dev/null,
3849# effectively closing config.log, so it can be properly (re)opened and
3850# appended to by config.status.  When coming back to configure, we
3851# need to make the FD available again.
3852if test "$no_create" != yes; then
3853  ac_cs_success=:
3854  ac_config_status_args=
3855  test "$silent" = yes &&
3856    ac_config_status_args="$ac_config_status_args --quiet"
3857  exec 5>/dev/null
3858  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3859  exec 5>>config.log
3860  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3861  # would make configure fail if this is the last instruction.
3862  $ac_cs_success || { (exit 1); exit 1; }
3863fi
3864if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
3865  { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
3866$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
3867fi
3868
Note: See TracBrowser for help on using the repository browser.