1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7#
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
14
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18  emulate sh
19  NULLCMD=:
20  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21  # is contrary to our usage.  Disable this feature.
22  alias -g '${1+"$@"}'='"$@"'
23  setopt NO_GLOB_SUBST
24else
25  case `(set -o) 2>/dev/null` in #(
26  *posix*) :
27    set -o posix ;; #(
28  *) :
29     ;;
30esac
31fi
32
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45  as_echo='print -r --'
46  as_echo_n='print -rn --'
47elif (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
82# IFS
83# We need space, tab and new line, in precisely that order.  Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" ""	$as_nl"
88
89# Find who we are.  Look in the path if we contain no directory separator.
90as_myself=
91case $0 in #((
92  *[\\/]* ) as_myself=$0 ;;
93  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96  IFS=$as_save_IFS
97  test -z "$as_dir" && as_dir=.
98    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99  done
100IFS=$as_save_IFS
101
102     ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107  as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111  exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there.  '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
135# Use a proper internal environment variable to ensure we don't fall
136  # into an infinite loop, continuously re-executing ourselves.
137  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138    _as_can_reexec=no; export _as_can_reexec;
139    # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147  *v*x* | *x*v* ) as_opts=-vx ;;
148  *v* ) as_opts=-v ;;
149  *x* ) as_opts=-x ;;
150  * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157  fi
158  # We don't want this to propagate to other subprocesses.
159          { _as_can_reexec=; unset _as_can_reexec;}
160if test "x$CONFIG_SHELL" = x; then
161  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162  emulate sh
163  NULLCMD=:
164  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165  # is contrary to our usage.  Disable this feature.
166  alias -g '\${1+\"\$@\"}'='\"\$@\"'
167  setopt NO_GLOB_SUBST
168else
169  case \`(set -o) 2>/dev/null\` in #(
170  *posix*) :
171    set -o posix ;; #(
172  *) :
173     ;;
174esac
175fi
176"
177  as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191  exitcode=1; echo positional parameters were not saved.
192fi
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
195  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199test \$(( 1 + 1 )) = 2 || exit 1"
200  if (eval "$as_required") 2>/dev/null; then :
201  as_have_required=yes
202else
203  as_have_required=no
204fi
205  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
206
207else
208  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
209as_found=false
210for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
211do
212  IFS=$as_save_IFS
213  test -z "$as_dir" && as_dir=.
214  as_found=:
215  case $as_dir in #(
216	 /*)
217	   for as_base in sh bash ksh sh5; do
218	     # Try only shells that exist, to save several forks.
219	     as_shell=$as_dir/$as_base
220	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
221		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
222  CONFIG_SHELL=$as_shell as_have_required=yes
223		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
224  break 2
225fi
226fi
227	   done;;
228       esac
229  as_found=false
230done
231$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
232	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
233  CONFIG_SHELL=$SHELL as_have_required=yes
234fi; }
235IFS=$as_save_IFS
236
237
238      if test "x$CONFIG_SHELL" != x; then :
239  export CONFIG_SHELL
240             # We cannot yet assume a decent shell, so we have to provide a
241# neutralization value for shells without unset; and this also
242# works around shells that cannot unset nonexistent variables.
243# Preserve -v and -x to the replacement shell.
244BASH_ENV=/dev/null
245ENV=/dev/null
246(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
247case $- in # ((((
248  *v*x* | *x*v* ) as_opts=-vx ;;
249  *v* ) as_opts=-v ;;
250  *x* ) as_opts=-x ;;
251  * ) as_opts= ;;
252esac
253exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
254# Admittedly, this is quite paranoid, since all the known shells bail
255# out after a failed `exec'.
256$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
257exit 255
258fi
259
260    if test x$as_have_required = xno; then :
261  $as_echo "$0: This script requires a shell more modern than all"
262  $as_echo "$0: the shells that I found on your system."
263  if test x${ZSH_VERSION+set} = xset ; then
264    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
265    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
266  else
267    $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
268$0: including any error possibly output before this
269$0: message. Then install a modern shell, or manually run
270$0: the script under such a shell if you do have one."
271  fi
272  exit 1
273fi
274fi
275fi
276SHELL=${CONFIG_SHELL-/bin/sh}
277export SHELL
278# Unset more variables known to interfere with behavior of common tools.
279CLICOLOR_FORCE= GREP_OPTIONS=
280unset CLICOLOR_FORCE GREP_OPTIONS
281
282## --------------------- ##
283## M4sh Shell Functions. ##
284## --------------------- ##
285# as_fn_unset VAR
286# ---------------
287# Portably unset VAR.
288as_fn_unset ()
289{
290  { eval $1=; unset $1;}
291}
292as_unset=as_fn_unset
293
294# as_fn_set_status STATUS
295# -----------------------
296# Set $? to STATUS, without forking.
297as_fn_set_status ()
298{
299  return $1
300} # as_fn_set_status
301
302# as_fn_exit STATUS
303# -----------------
304# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
305as_fn_exit ()
306{
307  set +e
308  as_fn_set_status $1
309  exit $1
310} # as_fn_exit
311
312# as_fn_mkdir_p
313# -------------
314# Create "$as_dir" as a directory, including parents if necessary.
315as_fn_mkdir_p ()
316{
317
318  case $as_dir in #(
319  -*) as_dir=./$as_dir;;
320  esac
321  test -d "$as_dir" || eval $as_mkdir_p || {
322    as_dirs=
323    while :; do
324      case $as_dir in #(
325      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
326      *) as_qdir=$as_dir;;
327      esac
328      as_dirs="'$as_qdir' $as_dirs"
329      as_dir=`$as_dirname -- "$as_dir" ||
330$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
331	 X"$as_dir" : 'X\(//\)[^/]' \| \
332	 X"$as_dir" : 'X\(//\)$' \| \
333	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
334$as_echo X"$as_dir" |
335    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
336	    s//\1/
337	    q
338	  }
339	  /^X\(\/\/\)[^/].*/{
340	    s//\1/
341	    q
342	  }
343	  /^X\(\/\/\)$/{
344	    s//\1/
345	    q
346	  }
347	  /^X\(\/\).*/{
348	    s//\1/
349	    q
350	  }
351	  s/.*/./; q'`
352      test -d "$as_dir" && break
353    done
354    test -z "$as_dirs" || eval "mkdir $as_dirs"
355  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
356
357
358} # as_fn_mkdir_p
359
360# as_fn_executable_p FILE
361# -----------------------
362# Test if FILE is an executable regular file.
363as_fn_executable_p ()
364{
365  test -f "$1" && test -x "$1"
366} # as_fn_executable_p
367# as_fn_append VAR VALUE
368# ----------------------
369# Append the text in VALUE to the end of the definition contained in VAR. Take
370# advantage of any shell optimizations that allow amortized linear growth over
371# repeated appends, instead of the typical quadratic growth present in naive
372# implementations.
373if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
374  eval 'as_fn_append ()
375  {
376    eval $1+=\$2
377  }'
378else
379  as_fn_append ()
380  {
381    eval $1=\$$1\$2
382  }
383fi # as_fn_append
384
385# as_fn_arith ARG...
386# ------------------
387# Perform arithmetic evaluation on the ARGs, and store the result in the
388# global $as_val. Take advantage of shells that can avoid forks. The arguments
389# must be portable across $(()) and expr.
390if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
391  eval 'as_fn_arith ()
392  {
393    as_val=$(( $* ))
394  }'
395else
396  as_fn_arith ()
397  {
398    as_val=`expr "$@" || test $? -eq 1`
399  }
400fi # as_fn_arith
401
402
403# as_fn_error STATUS ERROR [LINENO LOG_FD]
404# ----------------------------------------
405# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
406# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
407# script with STATUS, using 1 if that was 0.
408as_fn_error ()
409{
410  as_status=$1; test $as_status -eq 0 && as_status=1
411  if test "$4"; then
412    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
413    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
414  fi
415  $as_echo "$as_me: error: $2" >&2
416  as_fn_exit $as_status
417} # as_fn_error
418
419if expr a : '\(a\)' >/dev/null 2>&1 &&
420   test "X`expr 00001 : '.*\(...\)'`" = X001; then
421  as_expr=expr
422else
423  as_expr=false
424fi
425
426if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
427  as_basename=basename
428else
429  as_basename=false
430fi
431
432if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
433  as_dirname=dirname
434else
435  as_dirname=false
436fi
437
438as_me=`$as_basename -- "$0" ||
439$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
440	 X"$0" : 'X\(//\)$' \| \
441	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
442$as_echo X/"$0" |
443    sed '/^.*\/\([^/][^/]*\)\/*$/{
444	    s//\1/
445	    q
446	  }
447	  /^X\/\(\/\/\)$/{
448	    s//\1/
449	    q
450	  }
451	  /^X\/\(\/\).*/{
452	    s//\1/
453	    q
454	  }
455	  s/.*/./; q'`
456
457# Avoid depending upon Character Ranges.
458as_cr_letters='abcdefghijklmnopqrstuvwxyz'
459as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
460as_cr_Letters=$as_cr_letters$as_cr_LETTERS
461as_cr_digits='0123456789'
462as_cr_alnum=$as_cr_Letters$as_cr_digits
463
464
465  as_lineno_1=$LINENO as_lineno_1a=$LINENO
466  as_lineno_2=$LINENO as_lineno_2a=$LINENO
467  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
468  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
469  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
470  sed -n '
471    p
472    /[$]LINENO/=
473  ' <$as_myself |
474    sed '
475      s/[$]LINENO.*/&-/
476      t lineno
477      b
478      :lineno
479      N
480      :loop
481      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
482      t loop
483      s/-\n.*//
484    ' >$as_me.lineno &&
485  chmod +x "$as_me.lineno" ||
486    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
487
488  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
489  # already done that, so ensure we don't try to do so again and fall
490  # in an infinite loop.  This has already happened in practice.
491  _as_can_reexec=no; export _as_can_reexec
492  # Don't try to exec as it changes $[0], causing all sort of problems
493  # (the dirname of $[0] is not the place where we might find the
494  # original and so on.  Autoconf is especially sensitive to this).
495  . "./$as_me.lineno"
496  # Exit status is that of the last command.
497  exit
498}
499
500ECHO_C= ECHO_N= ECHO_T=
501case `echo -n x` in #(((((
502-n*)
503  case `echo 'xy\c'` in
504  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
505  xy)  ECHO_C='\c';;
506  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
507       ECHO_T='	';;
508  esac;;
509*)
510  ECHO_N='-n';;
511esac
512
513rm -f conf$$ conf$$.exe conf$$.file
514if test -d conf$$.dir; then
515  rm -f conf$$.dir/conf$$.file
516else
517  rm -f conf$$.dir
518  mkdir conf$$.dir 2>/dev/null
519fi
520if (echo >conf$$.file) 2>/dev/null; then
521  if ln -s conf$$.file conf$$ 2>/dev/null; then
522    as_ln_s='ln -s'
523    # ... but there are two gotchas:
524    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
525    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
526    # In both cases, we have to default to `cp -pR'.
527    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
528      as_ln_s='cp -pR'
529  elif ln conf$$.file conf$$ 2>/dev/null; then
530    as_ln_s=ln
531  else
532    as_ln_s='cp -pR'
533  fi
534else
535  as_ln_s='cp -pR'
536fi
537rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
538rmdir conf$$.dir 2>/dev/null
539
540if mkdir -p . 2>/dev/null; then
541  as_mkdir_p='mkdir -p "$as_dir"'
542else
543  test -d ./-p && rmdir ./-p
544  as_mkdir_p=false
545fi
546
547as_test_x='test -x'
548as_executable_p=as_fn_executable_p
549
550# Sed expression to map a string onto a valid CPP name.
551as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
552
553# Sed expression to map a string onto a valid variable name.
554as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
555
556
557test -n "$DJDIR" || exec 7<&0 </dev/null
558exec 6>&1
559
560# Name of the host.
561# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
562# so uname gets run too.
563ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
564
565#
566# Initializations.
567#
568ac_default_prefix=/usr/local
569ac_clean_files=
570ac_config_libobj_dir=.
571LIBOBJS=
572cross_compiling=no
573subdirs=
574MFLAGS=
575MAKEFLAGS=
576
577# Identity of this package.
578PACKAGE_NAME=
579PACKAGE_TARNAME=
580PACKAGE_VERSION=
581PACKAGE_STRING=
582PACKAGE_BUGREPORT=
583PACKAGE_URL=
584
585ac_unique_file="match.c"
586ac_subst_vars='am__EXEEXT_FALSE
587am__EXEEXT_TRUE
588LTLIBOBJS
589LIBOBJS
590EGREP
591GREP
592CPP
593LN_S
594am__fastdepCC_FALSE
595am__fastdepCC_TRUE
596CCDEPMODE
597AMDEPBACKSLASH
598AMDEP_FALSE
599AMDEP_TRUE
600am__quote
601am__include
602DEPDIR
603OBJEXT
604EXEEXT
605ac_ct_CC
606CPPFLAGS
607LDFLAGS
608CFLAGS
609CC
610am__untar
611am__tar
612AMTAR
613am__leading_dot
614SET_MAKE
615AWK
616mkdir_p
617MKDIR_P
618INSTALL_STRIP_PROGRAM
619STRIP
620install_sh
621MAKEINFO
622AUTOHEADER
623AUTOMAKE
624AUTOCONF
625ACLOCAL
626VERSION
627PACKAGE
628CYGPATH_W
629am__isrc
630INSTALL_DATA
631INSTALL_SCRIPT
632INSTALL_PROGRAM
633target_alias
634host_alias
635build_alias
636LIBS
637ECHO_T
638ECHO_N
639ECHO_C
640DEFS
641mandir
642localedir
643libdir
644psdir
645pdfdir
646dvidir
647htmldir
648infodir
649docdir
650oldincludedir
651includedir
652localstatedir
653sharedstatedir
654sysconfdir
655datadir
656datarootdir
657libexecdir
658sbindir
659bindir
660program_transform_name
661prefix
662exec_prefix
663PACKAGE_URL
664PACKAGE_BUGREPORT
665PACKAGE_STRING
666PACKAGE_VERSION
667PACKAGE_TARNAME
668PACKAGE_NAME
669PATH_SEPARATOR
670SHELL'
671ac_subst_files=''
672ac_user_opts='
673enable_option_checking
674enable_dependency_tracking
675'
676      ac_precious_vars='build_alias
677host_alias
678target_alias
679CC
680CFLAGS
681LDFLAGS
682LIBS
683CPPFLAGS
684CPP'
685
686
687# Initialize some variables set by options.
688ac_init_help=
689ac_init_version=false
690ac_unrecognized_opts=
691ac_unrecognized_sep=
692# The variables have the same names as the options, with
693# dashes changed to underlines.
694cache_file=/dev/null
695exec_prefix=NONE
696no_create=
697no_recursion=
698prefix=NONE
699program_prefix=NONE
700program_suffix=NONE
701program_transform_name=s,x,x,
702silent=
703site=
704srcdir=
705verbose=
706x_includes=NONE
707x_libraries=NONE
708
709# Installation directory options.
710# These are left unexpanded so users can "make install exec_prefix=/foo"
711# and all the variables that are supposed to be based on exec_prefix
712# by default will actually change.
713# Use braces instead of parens because sh, perl, etc. also accept them.
714# (The list follows the same order as the GNU Coding Standards.)
715bindir='${exec_prefix}/bin'
716sbindir='${exec_prefix}/sbin'
717libexecdir='${exec_prefix}/libexec'
718datarootdir='${prefix}/share'
719datadir='${datarootdir}'
720sysconfdir='${prefix}/etc'
721sharedstatedir='${prefix}/com'
722localstatedir='${prefix}/var'
723includedir='${prefix}/include'
724oldincludedir='/usr/include'
725docdir='${datarootdir}/doc/${PACKAGE}'
726infodir='${datarootdir}/info'
727htmldir='${docdir}'
728dvidir='${docdir}'
729pdfdir='${docdir}'
730psdir='${docdir}'
731libdir='${exec_prefix}/lib'
732localedir='${datarootdir}/locale'
733mandir='${datarootdir}/man'
734
735ac_prev=
736ac_dashdash=
737for ac_option
738do
739  # If the previous option needs an argument, assign it.
740  if test -n "$ac_prev"; then
741    eval $ac_prev=\$ac_option
742    ac_prev=
743    continue
744  fi
745
746  case $ac_option in
747  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
748  *=)   ac_optarg= ;;
749  *)    ac_optarg=yes ;;
750  esac
751
752  # Accept the important Cygnus configure options, so we can diagnose typos.
753
754  case $ac_dashdash$ac_option in
755  --)
756    ac_dashdash=yes ;;
757
758  -bindir | --bindir | --bindi | --bind | --bin | --bi)
759    ac_prev=bindir ;;
760  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
761    bindir=$ac_optarg ;;
762
763  -build | --build | --buil | --bui | --bu)
764    ac_prev=build_alias ;;
765  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
766    build_alias=$ac_optarg ;;
767
768  -cache-file | --cache-file | --cache-fil | --cache-fi \
769  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
770    ac_prev=cache_file ;;
771  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
772  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
773    cache_file=$ac_optarg ;;
774
775  --config-cache | -C)
776    cache_file=config.cache ;;
777
778  -datadir | --datadir | --datadi | --datad)
779    ac_prev=datadir ;;
780  -datadir=* | --datadir=* | --datadi=* | --datad=*)
781    datadir=$ac_optarg ;;
782
783  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
784  | --dataroo | --dataro | --datar)
785    ac_prev=datarootdir ;;
786  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
787  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
788    datarootdir=$ac_optarg ;;
789
790  -disable-* | --disable-*)
791    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
792    # Reject names that are not valid shell variable names.
793    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
794      as_fn_error $? "invalid feature name: $ac_useropt"
795    ac_useropt_orig=$ac_useropt
796    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
797    case $ac_user_opts in
798      *"
799"enable_$ac_useropt"
800"*) ;;
801      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
802	 ac_unrecognized_sep=', ';;
803    esac
804    eval enable_$ac_useropt=no ;;
805
806  -docdir | --docdir | --docdi | --doc | --do)
807    ac_prev=docdir ;;
808  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
809    docdir=$ac_optarg ;;
810
811  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
812    ac_prev=dvidir ;;
813  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
814    dvidir=$ac_optarg ;;
815
816  -enable-* | --enable-*)
817    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
818    # Reject names that are not valid shell variable names.
819    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
820      as_fn_error $? "invalid feature name: $ac_useropt"
821    ac_useropt_orig=$ac_useropt
822    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
823    case $ac_user_opts in
824      *"
825"enable_$ac_useropt"
826"*) ;;
827      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
828	 ac_unrecognized_sep=', ';;
829    esac
830    eval enable_$ac_useropt=\$ac_optarg ;;
831
832  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
833  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
834  | --exec | --exe | --ex)
835    ac_prev=exec_prefix ;;
836  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
837  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
838  | --exec=* | --exe=* | --ex=*)
839    exec_prefix=$ac_optarg ;;
840
841  -gas | --gas | --ga | --g)
842    # Obsolete; use --with-gas.
843    with_gas=yes ;;
844
845  -help | --help | --hel | --he | -h)
846    ac_init_help=long ;;
847  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
848    ac_init_help=recursive ;;
849  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
850    ac_init_help=short ;;
851
852  -host | --host | --hos | --ho)
853    ac_prev=host_alias ;;
854  -host=* | --host=* | --hos=* | --ho=*)
855    host_alias=$ac_optarg ;;
856
857  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
858    ac_prev=htmldir ;;
859  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
860  | --ht=*)
861    htmldir=$ac_optarg ;;
862
863  -includedir | --includedir | --includedi | --included | --include \
864  | --includ | --inclu | --incl | --inc)
865    ac_prev=includedir ;;
866  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
867  | --includ=* | --inclu=* | --incl=* | --inc=*)
868    includedir=$ac_optarg ;;
869
870  -infodir | --infodir | --infodi | --infod | --info | --inf)
871    ac_prev=infodir ;;
872  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
873    infodir=$ac_optarg ;;
874
875  -libdir | --libdir | --libdi | --libd)
876    ac_prev=libdir ;;
877  -libdir=* | --libdir=* | --libdi=* | --libd=*)
878    libdir=$ac_optarg ;;
879
880  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
881  | --libexe | --libex | --libe)
882    ac_prev=libexecdir ;;
883  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
884  | --libexe=* | --libex=* | --libe=*)
885    libexecdir=$ac_optarg ;;
886
887  -localedir | --localedir | --localedi | --localed | --locale)
888    ac_prev=localedir ;;
889  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
890    localedir=$ac_optarg ;;
891
892  -localstatedir | --localstatedir | --localstatedi | --localstated \
893  | --localstate | --localstat | --localsta | --localst | --locals)
894    ac_prev=localstatedir ;;
895  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
896  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
897    localstatedir=$ac_optarg ;;
898
899  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
900    ac_prev=mandir ;;
901  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
902    mandir=$ac_optarg ;;
903
904  -nfp | --nfp | --nf)
905    # Obsolete; use --without-fp.
906    with_fp=no ;;
907
908  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
909  | --no-cr | --no-c | -n)
910    no_create=yes ;;
911
912  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
913  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
914    no_recursion=yes ;;
915
916  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
917  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
918  | --oldin | --oldi | --old | --ol | --o)
919    ac_prev=oldincludedir ;;
920  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
921  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
922  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
923    oldincludedir=$ac_optarg ;;
924
925  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
926    ac_prev=prefix ;;
927  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
928    prefix=$ac_optarg ;;
929
930  -program-prefix | --program-prefix | --program-prefi | --program-pref \
931  | --program-pre | --program-pr | --program-p)
932    ac_prev=program_prefix ;;
933  -program-prefix=* | --program-prefix=* | --program-prefi=* \
934  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
935    program_prefix=$ac_optarg ;;
936
937  -program-suffix | --program-suffix | --program-suffi | --program-suff \
938  | --program-suf | --program-su | --program-s)
939    ac_prev=program_suffix ;;
940  -program-suffix=* | --program-suffix=* | --program-suffi=* \
941  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
942    program_suffix=$ac_optarg ;;
943
944  -program-transform-name | --program-transform-name \
945  | --program-transform-nam | --program-transform-na \
946  | --program-transform-n | --program-transform- \
947  | --program-transform | --program-transfor \
948  | --program-transfo | --program-transf \
949  | --program-trans | --program-tran \
950  | --progr-tra | --program-tr | --program-t)
951    ac_prev=program_transform_name ;;
952  -program-transform-name=* | --program-transform-name=* \
953  | --program-transform-nam=* | --program-transform-na=* \
954  | --program-transform-n=* | --program-transform-=* \
955  | --program-transform=* | --program-transfor=* \
956  | --program-transfo=* | --program-transf=* \
957  | --program-trans=* | --program-tran=* \
958  | --progr-tra=* | --program-tr=* | --program-t=*)
959    program_transform_name=$ac_optarg ;;
960
961  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
962    ac_prev=pdfdir ;;
963  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
964    pdfdir=$ac_optarg ;;
965
966  -psdir | --psdir | --psdi | --psd | --ps)
967    ac_prev=psdir ;;
968  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
969    psdir=$ac_optarg ;;
970
971  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
972  | -silent | --silent | --silen | --sile | --sil)
973    silent=yes ;;
974
975  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
976    ac_prev=sbindir ;;
977  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
978  | --sbi=* | --sb=*)
979    sbindir=$ac_optarg ;;
980
981  -sharedstatedir | --sharedstatedir | --sharedstatedi \
982  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
983  | --sharedst | --shareds | --shared | --share | --shar \
984  | --sha | --sh)
985    ac_prev=sharedstatedir ;;
986  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
987  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
988  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
989  | --sha=* | --sh=*)
990    sharedstatedir=$ac_optarg ;;
991
992  -site | --site | --sit)
993    ac_prev=site ;;
994  -site=* | --site=* | --sit=*)
995    site=$ac_optarg ;;
996
997  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
998    ac_prev=srcdir ;;
999  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1000    srcdir=$ac_optarg ;;
1001
1002  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1003  | --syscon | --sysco | --sysc | --sys | --sy)
1004    ac_prev=sysconfdir ;;
1005  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1006  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1007    sysconfdir=$ac_optarg ;;
1008
1009  -target | --target | --targe | --targ | --tar | --ta | --t)
1010    ac_prev=target_alias ;;
1011  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1012    target_alias=$ac_optarg ;;
1013
1014  -v | -verbose | --verbose | --verbos | --verbo | --verb)
1015    verbose=yes ;;
1016
1017  -version | --version | --versio | --versi | --vers | -V)
1018    ac_init_version=: ;;
1019
1020  -with-* | --with-*)
1021    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1022    # Reject names that are not valid shell variable names.
1023    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1024      as_fn_error $? "invalid package name: $ac_useropt"
1025    ac_useropt_orig=$ac_useropt
1026    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1027    case $ac_user_opts in
1028      *"
1029"with_$ac_useropt"
1030"*) ;;
1031      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1032	 ac_unrecognized_sep=', ';;
1033    esac
1034    eval with_$ac_useropt=\$ac_optarg ;;
1035
1036  -without-* | --without-*)
1037    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1038    # Reject names that are not valid shell variable names.
1039    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1040      as_fn_error $? "invalid package name: $ac_useropt"
1041    ac_useropt_orig=$ac_useropt
1042    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1043    case $ac_user_opts in
1044      *"
1045"with_$ac_useropt"
1046"*) ;;
1047      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1048	 ac_unrecognized_sep=', ';;
1049    esac
1050    eval with_$ac_useropt=no ;;
1051
1052  --x)
1053    # Obsolete; use --with-x.
1054    with_x=yes ;;
1055
1056  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1057  | --x-incl | --x-inc | --x-in | --x-i)
1058    ac_prev=x_includes ;;
1059  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1060  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1061    x_includes=$ac_optarg ;;
1062
1063  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1064  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1065    ac_prev=x_libraries ;;
1066  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1067  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1068    x_libraries=$ac_optarg ;;
1069
1070  -*) as_fn_error $? "unrecognized option: \`$ac_option'
1071Try \`$0 --help' for more information"
1072    ;;
1073
1074  *=*)
1075    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1076    # Reject names that are not valid shell variable names.
1077    case $ac_envvar in #(
1078      '' | [0-9]* | *[!_$as_cr_alnum]* )
1079      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1080    esac
1081    eval $ac_envvar=\$ac_optarg
1082    export $ac_envvar ;;
1083
1084  *)
1085    # FIXME: should be removed in autoconf 3.0.
1086    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1087    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1088      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1089    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1090    ;;
1091
1092  esac
1093done
1094
1095if test -n "$ac_prev"; then
1096  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1097  as_fn_error $? "missing argument to $ac_option"
1098fi
1099
1100if test -n "$ac_unrecognized_opts"; then
1101  case $enable_option_checking in
1102    no) ;;
1103    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1104    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1105  esac
1106fi
1107
1108# Check all directory arguments for consistency.
1109for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
1110		datadir sysconfdir sharedstatedir localstatedir includedir \
1111		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1112		libdir localedir mandir
1113do
1114  eval ac_val=\$$ac_var
1115  # Remove trailing slashes.
1116  case $ac_val in
1117    */ )
1118      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1119      eval $ac_var=\$ac_val;;
1120  esac
1121  # Be sure to have absolute directory names.
1122  case $ac_val in
1123    [\\/$]* | ?:[\\/]* )  continue;;
1124    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1125  esac
1126  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1127done
1128
1129# There might be people who depend on the old broken behavior: `$host'
1130# used to hold the argument of --host etc.
1131# FIXME: To remove some day.
1132build=$build_alias
1133host=$host_alias
1134target=$target_alias
1135
1136# FIXME: To remove some day.
1137if test "x$host_alias" != x; then
1138  if test "x$build_alias" = x; then
1139    cross_compiling=maybe
1140  elif test "x$build_alias" != "x$host_alias"; then
1141    cross_compiling=yes
1142  fi
1143fi
1144
1145ac_tool_prefix=
1146test -n "$host_alias" && ac_tool_prefix=$host_alias-
1147
1148test "$silent" = yes && exec 6>/dev/null
1149
1150
1151ac_pwd=`pwd` && test -n "$ac_pwd" &&
1152ac_ls_di=`ls -di .` &&
1153ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1154  as_fn_error $? "working directory cannot be determined"
1155test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1156  as_fn_error $? "pwd does not report name of working directory"
1157
1158
1159# Find the source files, if location was not specified.
1160if test -z "$srcdir"; then
1161  ac_srcdir_defaulted=yes
1162  # Try the directory containing this script, then the parent directory.
1163  ac_confdir=`$as_dirname -- "$as_myself" ||
1164$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1165	 X"$as_myself" : 'X\(//\)[^/]' \| \
1166	 X"$as_myself" : 'X\(//\)$' \| \
1167	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1168$as_echo X"$as_myself" |
1169    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1170	    s//\1/
1171	    q
1172	  }
1173	  /^X\(\/\/\)[^/].*/{
1174	    s//\1/
1175	    q
1176	  }
1177	  /^X\(\/\/\)$/{
1178	    s//\1/
1179	    q
1180	  }
1181	  /^X\(\/\).*/{
1182	    s//\1/
1183	    q
1184	  }
1185	  s/.*/./; q'`
1186  srcdir=$ac_confdir
1187  if test ! -r "$srcdir/$ac_unique_file"; then
1188    srcdir=..
1189  fi
1190else
1191  ac_srcdir_defaulted=no
1192fi
1193if test ! -r "$srcdir/$ac_unique_file"; then
1194  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1195  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1196fi
1197ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1198ac_abs_confdir=`(
1199	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1200	pwd)`
1201# When building in place, set srcdir=.
1202if test "$ac_abs_confdir" = "$ac_pwd"; then
1203  srcdir=.
1204fi
1205# Remove unnecessary trailing slashes from srcdir.
1206# Double slashes in file names in object file debugging info
1207# mess up M-x gdb in Emacs.
1208case $srcdir in
1209*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1210esac
1211for ac_var in $ac_precious_vars; do
1212  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1213  eval ac_env_${ac_var}_value=\$${ac_var}
1214  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1215  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1216done
1217
1218#
1219# Report the --help message.
1220#
1221if test "$ac_init_help" = "long"; then
1222  # Omit some internal or obsolete options to make the list less imposing.
1223  # This message is too long to be a string in the A/UX 3.1 sh.
1224  cat <<_ACEOF
1225\`configure' configures this package to adapt to many kinds of systems.
1226
1227Usage: $0 [OPTION]... [VAR=VALUE]...
1228
1229To assign environment variables (e.g., CC, CFLAGS...), specify them as
1230VAR=VALUE.  See below for descriptions of some of the useful variables.
1231
1232Defaults for the options are specified in brackets.
1233
1234Configuration:
1235  -h, --help              display this help and exit
1236      --help=short        display options specific to this package
1237      --help=recursive    display the short help of all the included packages
1238  -V, --version           display version information and exit
1239  -q, --quiet, --silent   do not print \`checking ...' messages
1240      --cache-file=FILE   cache test results in FILE [disabled]
1241  -C, --config-cache      alias for \`--cache-file=config.cache'
1242  -n, --no-create         do not create output files
1243      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1244
1245Installation directories:
1246  --prefix=PREFIX         install architecture-independent files in PREFIX
1247                          [$ac_default_prefix]
1248  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1249                          [PREFIX]
1250
1251By default, \`make install' will install all the files in
1252\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1253an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1254for instance \`--prefix=\$HOME'.
1255
1256For better control, use the options below.
1257
1258Fine tuning of the installation directories:
1259  --bindir=DIR            user executables [EPREFIX/bin]
1260  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1261  --libexecdir=DIR        program executables [EPREFIX/libexec]
1262  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1263  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1264  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1265  --libdir=DIR            object code libraries [EPREFIX/lib]
1266  --includedir=DIR        C header files [PREFIX/include]
1267  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1268  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1269  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1270  --infodir=DIR           info documentation [DATAROOTDIR/info]
1271  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1272  --mandir=DIR            man documentation [DATAROOTDIR/man]
1273  --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
1274  --htmldir=DIR           html documentation [DOCDIR]
1275  --dvidir=DIR            dvi documentation [DOCDIR]
1276  --pdfdir=DIR            pdf documentation [DOCDIR]
1277  --psdir=DIR             ps documentation [DOCDIR]
1278_ACEOF
1279
1280  cat <<\_ACEOF
1281
1282Program names:
1283  --program-prefix=PREFIX            prepend PREFIX to installed program names
1284  --program-suffix=SUFFIX            append SUFFIX to installed program names
1285  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1286_ACEOF
1287fi
1288
1289if test -n "$ac_init_help"; then
1290
1291  cat <<\_ACEOF
1292
1293Optional Features:
1294  --disable-option-checking  ignore unrecognized --enable/--with options
1295  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1296  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1297  --disable-dependency-tracking  speeds up one-time build
1298  --enable-dependency-tracking   do not reject slow dependency extractors
1299
1300Some influential environment variables:
1301  CC          C compiler command
1302  CFLAGS      C compiler flags
1303  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1304              nonstandard directory <lib dir>
1305  LIBS        libraries to pass to the linker, e.g. -l<library>
1306  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1307              you have headers in a nonstandard directory <include dir>
1308  CPP         C preprocessor
1309
1310Use these variables to override the choices made by `configure' or to help
1311it to find libraries and programs with nonstandard names/locations.
1312
1313Report bugs to the package provider.
1314_ACEOF
1315ac_status=$?
1316fi
1317
1318if test "$ac_init_help" = "recursive"; then
1319  # If there are subdirs, report their specific --help.
1320  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1321    test -d "$ac_dir" ||
1322      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1323      continue
1324    ac_builddir=.
1325
1326case "$ac_dir" in
1327.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1328*)
1329  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1330  # A ".." for each directory in $ac_dir_suffix.
1331  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1332  case $ac_top_builddir_sub in
1333  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1334  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1335  esac ;;
1336esac
1337ac_abs_top_builddir=$ac_pwd
1338ac_abs_builddir=$ac_pwd$ac_dir_suffix
1339# for backward compatibility:
1340ac_top_builddir=$ac_top_build_prefix
1341
1342case $srcdir in
1343  .)  # We are building in place.
1344    ac_srcdir=.
1345    ac_top_srcdir=$ac_top_builddir_sub
1346    ac_abs_top_srcdir=$ac_pwd ;;
1347  [\\/]* | ?:[\\/]* )  # Absolute name.
1348    ac_srcdir=$srcdir$ac_dir_suffix;
1349    ac_top_srcdir=$srcdir
1350    ac_abs_top_srcdir=$srcdir ;;
1351  *) # Relative name.
1352    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1353    ac_top_srcdir=$ac_top_build_prefix$srcdir
1354    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1355esac
1356ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1357
1358    cd "$ac_dir" || { ac_status=$?; continue; }
1359    # Check for guested configure.
1360    if test -f "$ac_srcdir/configure.gnu"; then
1361      echo &&
1362      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1363    elif test -f "$ac_srcdir/configure"; then
1364      echo &&
1365      $SHELL "$ac_srcdir/configure" --help=recursive
1366    else
1367      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1368    fi || ac_status=$?
1369    cd "$ac_pwd" || { ac_status=$?; break; }
1370  done
1371fi
1372
1373test -n "$ac_init_help" && exit $ac_status
1374if $ac_init_version; then
1375  cat <<\_ACEOF
1376configure
1377generated by GNU Autoconf 2.69
1378
1379Copyright (C) 2012 Free Software Foundation, Inc.
1380This configure script is free software; the Free Software Foundation
1381gives unlimited permission to copy, distribute and modify it.
1382_ACEOF
1383  exit
1384fi
1385
1386## ------------------------ ##
1387## Autoconf initialization. ##
1388## ------------------------ ##
1389
1390# ac_fn_c_try_compile LINENO
1391# --------------------------
1392# Try to compile conftest.$ac_ext, and return whether this succeeded.
1393ac_fn_c_try_compile ()
1394{
1395  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1396  rm -f conftest.$ac_objext
1397  if { { ac_try="$ac_compile"
1398case "(($ac_try" in
1399  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1400  *) ac_try_echo=$ac_try;;
1401esac
1402eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1403$as_echo "$ac_try_echo"; } >&5
1404  (eval "$ac_compile") 2>conftest.err
1405  ac_status=$?
1406  if test -s conftest.err; then
1407    grep -v '^ *+' conftest.err >conftest.er1
1408    cat conftest.er1 >&5
1409    mv -f conftest.er1 conftest.err
1410  fi
1411  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1412  test $ac_status = 0; } && {
1413	 test -z "$ac_c_werror_flag" ||
1414	 test ! -s conftest.err
1415       } && test -s conftest.$ac_objext; then :
1416  ac_retval=0
1417else
1418  $as_echo "$as_me: failed program was:" >&5
1419sed 's/^/| /' conftest.$ac_ext >&5
1420
1421	ac_retval=1
1422fi
1423  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1424  as_fn_set_status $ac_retval
1425
1426} # ac_fn_c_try_compile
1427
1428# ac_fn_c_try_link LINENO
1429# -----------------------
1430# Try to link conftest.$ac_ext, and return whether this succeeded.
1431ac_fn_c_try_link ()
1432{
1433  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1434  rm -f conftest.$ac_objext conftest$ac_exeext
1435  if { { ac_try="$ac_link"
1436case "(($ac_try" in
1437  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1438  *) ac_try_echo=$ac_try;;
1439esac
1440eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1441$as_echo "$ac_try_echo"; } >&5
1442  (eval "$ac_link") 2>conftest.err
1443  ac_status=$?
1444  if test -s conftest.err; then
1445    grep -v '^ *+' conftest.err >conftest.er1
1446    cat conftest.er1 >&5
1447    mv -f conftest.er1 conftest.err
1448  fi
1449  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1450  test $ac_status = 0; } && {
1451	 test -z "$ac_c_werror_flag" ||
1452	 test ! -s conftest.err
1453       } && test -s conftest$ac_exeext && {
1454	 test "$cross_compiling" = yes ||
1455	 test -x conftest$ac_exeext
1456       }; then :
1457  ac_retval=0
1458else
1459  $as_echo "$as_me: failed program was:" >&5
1460sed 's/^/| /' conftest.$ac_ext >&5
1461
1462	ac_retval=1
1463fi
1464  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1465  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1466  # interfere with the next link command; also delete a directory that is
1467  # left behind by Apple's compiler.  We do this before executing the actions.
1468  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1469  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1470  as_fn_set_status $ac_retval
1471
1472} # ac_fn_c_try_link
1473
1474# ac_fn_c_try_cpp LINENO
1475# ----------------------
1476# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1477ac_fn_c_try_cpp ()
1478{
1479  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1480  if { { ac_try="$ac_cpp conftest.$ac_ext"
1481case "(($ac_try" in
1482  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1483  *) ac_try_echo=$ac_try;;
1484esac
1485eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1486$as_echo "$ac_try_echo"; } >&5
1487  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1488  ac_status=$?
1489  if test -s conftest.err; then
1490    grep -v '^ *+' conftest.err >conftest.er1
1491    cat conftest.er1 >&5
1492    mv -f conftest.er1 conftest.err
1493  fi
1494  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1495  test $ac_status = 0; } > conftest.i && {
1496	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1497	 test ! -s conftest.err
1498       }; then :
1499  ac_retval=0
1500else
1501  $as_echo "$as_me: failed program was:" >&5
1502sed 's/^/| /' conftest.$ac_ext >&5
1503
1504    ac_retval=1
1505fi
1506  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1507  as_fn_set_status $ac_retval
1508
1509} # ac_fn_c_try_cpp
1510
1511# ac_fn_c_try_run LINENO
1512# ----------------------
1513# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1514# that executables *can* be run.
1515ac_fn_c_try_run ()
1516{
1517  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1518  if { { ac_try="$ac_link"
1519case "(($ac_try" in
1520  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1521  *) ac_try_echo=$ac_try;;
1522esac
1523eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1524$as_echo "$ac_try_echo"; } >&5
1525  (eval "$ac_link") 2>&5
1526  ac_status=$?
1527  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1528  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1529  { { case "(($ac_try" in
1530  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1531  *) ac_try_echo=$ac_try;;
1532esac
1533eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1534$as_echo "$ac_try_echo"; } >&5
1535  (eval "$ac_try") 2>&5
1536  ac_status=$?
1537  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1538  test $ac_status = 0; }; }; then :
1539  ac_retval=0
1540else
1541  $as_echo "$as_me: program exited with status $ac_status" >&5
1542       $as_echo "$as_me: failed program was:" >&5
1543sed 's/^/| /' conftest.$ac_ext >&5
1544
1545       ac_retval=$ac_status
1546fi
1547  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1548  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1549  as_fn_set_status $ac_retval
1550
1551} # ac_fn_c_try_run
1552
1553# ac_fn_c_check_func LINENO FUNC VAR
1554# ----------------------------------
1555# Tests whether FUNC exists, setting the cache variable VAR accordingly
1556ac_fn_c_check_func ()
1557{
1558  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1559  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1560$as_echo_n "checking for $2... " >&6; }
1561if eval \${$3+:} false; then :
1562  $as_echo_n "(cached) " >&6
1563else
1564  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1565/* end confdefs.h.  */
1566/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1567   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1568#define $2 innocuous_$2
1569
1570/* System header to define __stub macros and hopefully few prototypes,
1571    which can conflict with char $2 (); below.
1572    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1573    <limits.h> exists even on freestanding compilers.  */
1574
1575#ifdef __STDC__
1576# include <limits.h>
1577#else
1578# include <assert.h>
1579#endif
1580
1581#undef $2
1582
1583/* Override any GCC internal prototype to avoid an error.
1584   Use char because int might match the return type of a GCC
1585   builtin and then its argument prototype would still apply.  */
1586#ifdef __cplusplus
1587extern "C"
1588#endif
1589char $2 ();
1590/* The GNU C library defines this for functions which it implements
1591    to always fail with ENOSYS.  Some functions are actually named
1592    something starting with __ and the normal name is an alias.  */
1593#if defined __stub_$2 || defined __stub___$2
1594choke me
1595#endif
1596
1597int
1598main ()
1599{
1600return $2 ();
1601  ;
1602  return 0;
1603}
1604_ACEOF
1605if ac_fn_c_try_link "$LINENO"; then :
1606  eval "$3=yes"
1607else
1608  eval "$3=no"
1609fi
1610rm -f core conftest.err conftest.$ac_objext \
1611    conftest$ac_exeext conftest.$ac_ext
1612fi
1613eval ac_res=\$$3
1614	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1615$as_echo "$ac_res" >&6; }
1616  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1617
1618} # ac_fn_c_check_func
1619cat >config.log <<_ACEOF
1620This file contains any messages produced by compilers while
1621running configure, to aid debugging if configure makes a mistake.
1622
1623It was created by $as_me, which was
1624generated by GNU Autoconf 2.69.  Invocation command line was
1625
1626  $ $0 $@
1627
1628_ACEOF
1629exec 5>>config.log
1630{
1631cat <<_ASUNAME
1632## --------- ##
1633## Platform. ##
1634## --------- ##
1635
1636hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1637uname -m = `(uname -m) 2>/dev/null || echo unknown`
1638uname -r = `(uname -r) 2>/dev/null || echo unknown`
1639uname -s = `(uname -s) 2>/dev/null || echo unknown`
1640uname -v = `(uname -v) 2>/dev/null || echo unknown`
1641
1642/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1643/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1644
1645/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1646/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1647/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1648/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1649/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1650/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1651/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1652
1653_ASUNAME
1654
1655as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1656for as_dir in $PATH
1657do
1658  IFS=$as_save_IFS
1659  test -z "$as_dir" && as_dir=.
1660    $as_echo "PATH: $as_dir"
1661  done
1662IFS=$as_save_IFS
1663
1664} >&5
1665
1666cat >&5 <<_ACEOF
1667
1668
1669## ----------- ##
1670## Core tests. ##
1671## ----------- ##
1672
1673_ACEOF
1674
1675
1676# Keep a trace of the command line.
1677# Strip out --no-create and --no-recursion so they do not pile up.
1678# Strip out --silent because we don't want to record it for future runs.
1679# Also quote any args containing shell meta-characters.
1680# Make two passes to allow for proper duplicate-argument suppression.
1681ac_configure_args=
1682ac_configure_args0=
1683ac_configure_args1=
1684ac_must_keep_next=false
1685for ac_pass in 1 2
1686do
1687  for ac_arg
1688  do
1689    case $ac_arg in
1690    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1691    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1692    | -silent | --silent | --silen | --sile | --sil)
1693      continue ;;
1694    *\'*)
1695      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1696    esac
1697    case $ac_pass in
1698    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1699    2)
1700      as_fn_append ac_configure_args1 " '$ac_arg'"
1701      if test $ac_must_keep_next = true; then
1702	ac_must_keep_next=false # Got value, back to normal.
1703      else
1704	case $ac_arg in
1705	  *=* | --config-cache | -C | -disable-* | --disable-* \
1706	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1707	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1708	  | -with-* | --with-* | -without-* | --without-* | --x)
1709	    case "$ac_configure_args0 " in
1710	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1711	    esac
1712	    ;;
1713	  -* ) ac_must_keep_next=true ;;
1714	esac
1715      fi
1716      as_fn_append ac_configure_args " '$ac_arg'"
1717      ;;
1718    esac
1719  done
1720done
1721{ ac_configure_args0=; unset ac_configure_args0;}
1722{ ac_configure_args1=; unset ac_configure_args1;}
1723
1724# When interrupted or exit'd, cleanup temporary files, and complete
1725# config.log.  We remove comments because anyway the quotes in there
1726# would cause problems or look ugly.
1727# WARNING: Use '\'' to represent an apostrophe within the trap.
1728# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1729trap 'exit_status=$?
1730  # Save into config.log some information that might help in debugging.
1731  {
1732    echo
1733
1734    $as_echo "## ---------------- ##
1735## Cache variables. ##
1736## ---------------- ##"
1737    echo
1738    # The following way of writing the cache mishandles newlines in values,
1739(
1740  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1741    eval ac_val=\$$ac_var
1742    case $ac_val in #(
1743    *${as_nl}*)
1744      case $ac_var in #(
1745      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1746$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1747      esac
1748      case $ac_var in #(
1749      _ | IFS | as_nl) ;; #(
1750      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1751      *) { eval $ac_var=; unset $ac_var;} ;;
1752      esac ;;
1753    esac
1754  done
1755  (set) 2>&1 |
1756    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1757    *${as_nl}ac_space=\ *)
1758      sed -n \
1759	"s/'\''/'\''\\\\'\'''\''/g;
1760	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1761      ;; #(
1762    *)
1763      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1764      ;;
1765    esac |
1766    sort
1767)
1768    echo
1769
1770    $as_echo "## ----------------- ##
1771## Output variables. ##
1772## ----------------- ##"
1773    echo
1774    for ac_var in $ac_subst_vars
1775    do
1776      eval ac_val=\$$ac_var
1777      case $ac_val in
1778      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1779      esac
1780      $as_echo "$ac_var='\''$ac_val'\''"
1781    done | sort
1782    echo
1783
1784    if test -n "$ac_subst_files"; then
1785      $as_echo "## ------------------- ##
1786## File substitutions. ##
1787## ------------------- ##"
1788      echo
1789      for ac_var in $ac_subst_files
1790      do
1791	eval ac_val=\$$ac_var
1792	case $ac_val in
1793	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1794	esac
1795	$as_echo "$ac_var='\''$ac_val'\''"
1796      done | sort
1797      echo
1798    fi
1799
1800    if test -s confdefs.h; then
1801      $as_echo "## ----------- ##
1802## confdefs.h. ##
1803## ----------- ##"
1804      echo
1805      cat confdefs.h
1806      echo
1807    fi
1808    test "$ac_signal" != 0 &&
1809      $as_echo "$as_me: caught signal $ac_signal"
1810    $as_echo "$as_me: exit $exit_status"
1811  } >&5
1812  rm -f core *.core core.conftest.* &&
1813    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1814    exit $exit_status
1815' 0
1816for ac_signal in 1 2 13 15; do
1817  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1818done
1819ac_signal=0
1820
1821# confdefs.h avoids OS command line length limits that DEFS can exceed.
1822rm -f -r conftest* confdefs.h
1823
1824$as_echo "/* confdefs.h */" > confdefs.h
1825
1826# Predefined preprocessor variables.
1827
1828cat >>confdefs.h <<_ACEOF
1829#define PACKAGE_NAME "$PACKAGE_NAME"
1830_ACEOF
1831
1832cat >>confdefs.h <<_ACEOF
1833#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1834_ACEOF
1835
1836cat >>confdefs.h <<_ACEOF
1837#define PACKAGE_VERSION "$PACKAGE_VERSION"
1838_ACEOF
1839
1840cat >>confdefs.h <<_ACEOF
1841#define PACKAGE_STRING "$PACKAGE_STRING"
1842_ACEOF
1843
1844cat >>confdefs.h <<_ACEOF
1845#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1846_ACEOF
1847
1848cat >>confdefs.h <<_ACEOF
1849#define PACKAGE_URL "$PACKAGE_URL"
1850_ACEOF
1851
1852
1853# Let the site file select an alternate cache file if it wants to.
1854# Prefer an explicitly selected file to automatically selected ones.
1855ac_site_file1=NONE
1856ac_site_file2=NONE
1857if test -n "$CONFIG_SITE"; then
1858  # We do not want a PATH search for config.site.
1859  case $CONFIG_SITE in #((
1860    -*)  ac_site_file1=./$CONFIG_SITE;;
1861    */*) ac_site_file1=$CONFIG_SITE;;
1862    *)   ac_site_file1=./$CONFIG_SITE;;
1863  esac
1864elif test "x$prefix" != xNONE; then
1865  ac_site_file1=$prefix/share/config.site
1866  ac_site_file2=$prefix/etc/config.site
1867else
1868  ac_site_file1=$ac_default_prefix/share/config.site
1869  ac_site_file2=$ac_default_prefix/etc/config.site
1870fi
1871for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1872do
1873  test "x$ac_site_file" = xNONE && continue
1874  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1875    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1876$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1877    sed 's/^/| /' "$ac_site_file" >&5
1878    . "$ac_site_file" \
1879      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1880$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1881as_fn_error $? "failed to load site script $ac_site_file
1882See \`config.log' for more details" "$LINENO" 5; }
1883  fi
1884done
1885
1886if test -r "$cache_file"; then
1887  # Some versions of bash will fail to source /dev/null (special files
1888  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
1889  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1890    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1891$as_echo "$as_me: loading cache $cache_file" >&6;}
1892    case $cache_file in
1893      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1894      *)                      . "./$cache_file";;
1895    esac
1896  fi
1897else
1898  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1899$as_echo "$as_me: creating cache $cache_file" >&6;}
1900  >$cache_file
1901fi
1902
1903# Check that the precious variables saved in the cache have kept the same
1904# value.
1905ac_cache_corrupted=false
1906for ac_var in $ac_precious_vars; do
1907  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1908  eval ac_new_set=\$ac_env_${ac_var}_set
1909  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1910  eval ac_new_val=\$ac_env_${ac_var}_value
1911  case $ac_old_set,$ac_new_set in
1912    set,)
1913      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1914$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1915      ac_cache_corrupted=: ;;
1916    ,set)
1917      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1918$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1919      ac_cache_corrupted=: ;;
1920    ,);;
1921    *)
1922      if test "x$ac_old_val" != "x$ac_new_val"; then
1923	# differences in whitespace do not lead to failure.
1924	ac_old_val_w=`echo x $ac_old_val`
1925	ac_new_val_w=`echo x $ac_new_val`
1926	if test "$ac_old_val_w" != "$ac_new_val_w"; then
1927	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1928$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1929	  ac_cache_corrupted=:
1930	else
1931	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1932$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1933	  eval $ac_var=\$ac_old_val
1934	fi
1935	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1936$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1937	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1938$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1939      fi;;
1940  esac
1941  # Pass precious variables to config.status.
1942  if test "$ac_new_set" = set; then
1943    case $ac_new_val in
1944    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1945    *) ac_arg=$ac_var=$ac_new_val ;;
1946    esac
1947    case " $ac_configure_args " in
1948      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1949      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1950    esac
1951  fi
1952done
1953if $ac_cache_corrupted; then
1954  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1955$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1956  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1957$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1958  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1959fi
1960## -------------------- ##
1961## Main body of script. ##
1962## -------------------- ##
1963
1964ac_ext=c
1965ac_cpp='$CPP $CPPFLAGS'
1966ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1967ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1968ac_compiler_gnu=$ac_cv_c_compiler_gnu
1969
1970
1971
1972am__api_version='1.11'
1973
1974ac_aux_dir=
1975for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1976  if test -f "$ac_dir/install-sh"; then
1977    ac_aux_dir=$ac_dir
1978    ac_install_sh="$ac_aux_dir/install-sh -c"
1979    break
1980  elif test -f "$ac_dir/install.sh"; then
1981    ac_aux_dir=$ac_dir
1982    ac_install_sh="$ac_aux_dir/install.sh -c"
1983    break
1984  elif test -f "$ac_dir/shtool"; then
1985    ac_aux_dir=$ac_dir
1986    ac_install_sh="$ac_aux_dir/shtool install -c"
1987    break
1988  fi
1989done
1990if test -z "$ac_aux_dir"; then
1991  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
1992fi
1993
1994# These three variables are undocumented and unsupported,
1995# and are intended to be withdrawn in a future Autoconf release.
1996# They can cause serious problems if a builder's source tree is in a directory
1997# whose full name contains unusual characters.
1998ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1999ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2000ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2001
2002
2003# Find a good install program.  We prefer a C program (faster),
2004# so one script is as good as another.  But avoid the broken or
2005# incompatible versions:
2006# SysV /etc/install, /usr/sbin/install
2007# SunOS /usr/etc/install
2008# IRIX /sbin/install
2009# AIX /bin/install
2010# AmigaOS /C/install, which installs bootblocks on floppy discs
2011# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2012# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2013# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2014# OS/2's system install, which has a completely different semantic
2015# ./install, which can be erroneously created by make from ./install.sh.
2016# Reject install programs that cannot install multiple files.
2017{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2018$as_echo_n "checking for a BSD-compatible install... " >&6; }
2019if test -z "$INSTALL"; then
2020if ${ac_cv_path_install+:} false; then :
2021  $as_echo_n "(cached) " >&6
2022else
2023  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2024for as_dir in $PATH
2025do
2026  IFS=$as_save_IFS
2027  test -z "$as_dir" && as_dir=.
2028    # Account for people who put trailing slashes in PATH elements.
2029case $as_dir/ in #((
2030  ./ | .// | /[cC]/* | \
2031  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2032  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2033  /usr/ucb/* ) ;;
2034  *)
2035    # OSF1 and SCO ODT 3.0 have their own names for install.
2036    # Don't use installbsd from OSF since it installs stuff as root
2037    # by default.
2038    for ac_prog in ginstall scoinst install; do
2039      for ac_exec_ext in '' $ac_executable_extensions; do
2040	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2041	  if test $ac_prog = install &&
2042	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2043	    # AIX install.  It has an incompatible calling convention.
2044	    :
2045	  elif test $ac_prog = install &&
2046	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2047	    # program-specific install script used by HP pwplus--don't use.
2048	    :
2049	  else
2050	    rm -rf conftest.one conftest.two conftest.dir
2051	    echo one > conftest.one
2052	    echo two > conftest.two
2053	    mkdir conftest.dir
2054	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2055	      test -s conftest.one && test -s conftest.two &&
2056	      test -s conftest.dir/conftest.one &&
2057	      test -s conftest.dir/conftest.two
2058	    then
2059	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2060	      break 3
2061	    fi
2062	  fi
2063	fi
2064      done
2065    done
2066    ;;
2067esac
2068
2069  done
2070IFS=$as_save_IFS
2071
2072rm -rf conftest.one conftest.two conftest.dir
2073
2074fi
2075  if test "${ac_cv_path_install+set}" = set; then
2076    INSTALL=$ac_cv_path_install
2077  else
2078    # As a last resort, use the slow shell script.  Don't cache a
2079    # value for INSTALL within a source directory, because that will
2080    # break other packages using the cache if that directory is
2081    # removed, or if the value is a relative name.
2082    INSTALL=$ac_install_sh
2083  fi
2084fi
2085{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2086$as_echo "$INSTALL" >&6; }
2087
2088# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2089# It thinks the first close brace ends the variable substitution.
2090test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2091
2092test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2093
2094test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2095
2096{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2097$as_echo_n "checking whether build environment is sane... " >&6; }
2098# Just in case
2099sleep 1
2100echo timestamp > conftest.file
2101# Reject unsafe characters in $srcdir or the absolute working directory
2102# name.  Accept space and tab only in the latter.
2103am_lf='
2104'
2105case `pwd` in
2106  *[\\\"\#\$\&\'\`$am_lf]*)
2107    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2108esac
2109case $srcdir in
2110  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
2111    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2112esac
2113
2114# Do `set' in a subshell so we don't clobber the current shell's
2115# arguments.  Must try -L first in case configure is actually a
2116# symlink; some systems play weird games with the mod time of symlinks
2117# (eg FreeBSD returns the mod time of the symlink's containing
2118# directory).
2119if (
2120   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2121   if test "$*" = "X"; then
2122      # -L didn't work.
2123      set X `ls -t "$srcdir/configure" conftest.file`
2124   fi
2125   rm -f conftest.file
2126   if test "$*" != "X $srcdir/configure conftest.file" \
2127      && test "$*" != "X conftest.file $srcdir/configure"; then
2128
2129      # If neither matched, then we have a broken ls.  This can happen
2130      # if, for instance, CONFIG_SHELL is bash and it inherits a
2131      # broken ls alias from the environment.  This has actually
2132      # happened.  Such a system could not be considered "sane".
2133      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2134alias in your environment" "$LINENO" 5
2135   fi
2136
2137   test "$2" = conftest.file
2138   )
2139then
2140   # Ok.
2141   :
2142else
2143   as_fn_error $? "newly created file is older than distributed files!
2144Check your system clock" "$LINENO" 5
2145fi
2146{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2147$as_echo "yes" >&6; }
2148test "$program_prefix" != NONE &&
2149  program_transform_name="s&^&$program_prefix&;$program_transform_name"
2150# Use a double $ so make ignores it.
2151test "$program_suffix" != NONE &&
2152  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2153# Double any \ or $.
2154# By default was `s,x,x', remove it if useless.
2155ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2156program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2157
2158# expand $ac_aux_dir to an absolute path
2159am_aux_dir=`cd $ac_aux_dir && pwd`
2160
2161if test x"${MISSING+set}" != xset; then
2162  case $am_aux_dir in
2163  *\ * | *\	*)
2164    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2165  *)
2166    MISSING="\${SHELL} $am_aux_dir/missing" ;;
2167  esac
2168fi
2169# Use eval to expand $SHELL
2170if eval "$MISSING --run true"; then
2171  am_missing_run="$MISSING --run "
2172else
2173  am_missing_run=
2174  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2175$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2176fi
2177
2178if test x"${install_sh}" != xset; then
2179  case $am_aux_dir in
2180  *\ * | *\	*)
2181    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2182  *)
2183    install_sh="\${SHELL} $am_aux_dir/install-sh"
2184  esac
2185fi
2186
2187# Installed binaries are usually stripped using `strip' when the user
2188# run `make install-strip'.  However `strip' might not be the right
2189# tool to use in cross-compilation environments, therefore Automake
2190# will honor the `STRIP' environment variable to overrule this program.
2191if test "$cross_compiling" != no; then
2192  if test -n "$ac_tool_prefix"; then
2193  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2194set dummy ${ac_tool_prefix}strip; ac_word=$2
2195{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2196$as_echo_n "checking for $ac_word... " >&6; }
2197if ${ac_cv_prog_STRIP+:} false; then :
2198  $as_echo_n "(cached) " >&6
2199else
2200  if test -n "$STRIP"; then
2201  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2202else
2203as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2204for as_dir in $PATH
2205do
2206  IFS=$as_save_IFS
2207  test -z "$as_dir" && as_dir=.
2208    for ac_exec_ext in '' $ac_executable_extensions; do
2209  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2210    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2211    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2212    break 2
2213  fi
2214done
2215  done
2216IFS=$as_save_IFS
2217
2218fi
2219fi
2220STRIP=$ac_cv_prog_STRIP
2221if test -n "$STRIP"; then
2222  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2223$as_echo "$STRIP" >&6; }
2224else
2225  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2226$as_echo "no" >&6; }
2227fi
2228
2229
2230fi
2231if test -z "$ac_cv_prog_STRIP"; then
2232  ac_ct_STRIP=$STRIP
2233  # Extract the first word of "strip", so it can be a program name with args.
2234set dummy strip; ac_word=$2
2235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2236$as_echo_n "checking for $ac_word... " >&6; }
2237if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2238  $as_echo_n "(cached) " >&6
2239else
2240  if test -n "$ac_ct_STRIP"; then
2241  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2242else
2243as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2244for as_dir in $PATH
2245do
2246  IFS=$as_save_IFS
2247  test -z "$as_dir" && as_dir=.
2248    for ac_exec_ext in '' $ac_executable_extensions; do
2249  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2250    ac_cv_prog_ac_ct_STRIP="strip"
2251    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2252    break 2
2253  fi
2254done
2255  done
2256IFS=$as_save_IFS
2257
2258fi
2259fi
2260ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2261if test -n "$ac_ct_STRIP"; then
2262  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2263$as_echo "$ac_ct_STRIP" >&6; }
2264else
2265  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2266$as_echo "no" >&6; }
2267fi
2268
2269  if test "x$ac_ct_STRIP" = x; then
2270    STRIP=":"
2271  else
2272    case $cross_compiling:$ac_tool_warned in
2273yes:)
2274{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2275$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2276ac_tool_warned=yes ;;
2277esac
2278    STRIP=$ac_ct_STRIP
2279  fi
2280else
2281  STRIP="$ac_cv_prog_STRIP"
2282fi
2283
2284fi
2285INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2286
2287{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2288$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2289if test -z "$MKDIR_P"; then
2290  if ${ac_cv_path_mkdir+:} false; then :
2291  $as_echo_n "(cached) " >&6
2292else
2293  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2294for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2295do
2296  IFS=$as_save_IFS
2297  test -z "$as_dir" && as_dir=.
2298    for ac_prog in mkdir gmkdir; do
2299	 for ac_exec_ext in '' $ac_executable_extensions; do
2300	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2301	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2302	     'mkdir (GNU coreutils) '* | \
2303	     'mkdir (coreutils) '* | \
2304	     'mkdir (fileutils) '4.1*)
2305	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2306	       break 3;;
2307	   esac
2308	 done
2309       done
2310  done
2311IFS=$as_save_IFS
2312
2313fi
2314
2315  test -d ./--version && rmdir ./--version
2316  if test "${ac_cv_path_mkdir+set}" = set; then
2317    MKDIR_P="$ac_cv_path_mkdir -p"
2318  else
2319    # As a last resort, use the slow shell script.  Don't cache a
2320    # value for MKDIR_P within a source directory, because that will
2321    # break other packages using the cache if that directory is
2322    # removed, or if the value is a relative name.
2323    MKDIR_P="$ac_install_sh -d"
2324  fi
2325fi
2326{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2327$as_echo "$MKDIR_P" >&6; }
2328
2329mkdir_p="$MKDIR_P"
2330case $mkdir_p in
2331  [\\/$]* | ?:[\\/]*) ;;
2332  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2333esac
2334
2335for ac_prog in gawk mawk nawk awk
2336do
2337  # Extract the first word of "$ac_prog", so it can be a program name with args.
2338set dummy $ac_prog; ac_word=$2
2339{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2340$as_echo_n "checking for $ac_word... " >&6; }
2341if ${ac_cv_prog_AWK+:} false; then :
2342  $as_echo_n "(cached) " >&6
2343else
2344  if test -n "$AWK"; then
2345  ac_cv_prog_AWK="$AWK" # Let the user override the test.
2346else
2347as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2348for as_dir in $PATH
2349do
2350  IFS=$as_save_IFS
2351  test -z "$as_dir" && as_dir=.
2352    for ac_exec_ext in '' $ac_executable_extensions; do
2353  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2354    ac_cv_prog_AWK="$ac_prog"
2355    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2356    break 2
2357  fi
2358done
2359  done
2360IFS=$as_save_IFS
2361
2362fi
2363fi
2364AWK=$ac_cv_prog_AWK
2365if test -n "$AWK"; then
2366  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2367$as_echo "$AWK" >&6; }
2368else
2369  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2370$as_echo "no" >&6; }
2371fi
2372
2373
2374  test -n "$AWK" && break
2375done
2376
2377{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2378$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2379set x ${MAKE-make}
2380ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2381if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2382  $as_echo_n "(cached) " >&6
2383else
2384  cat >conftest.make <<\_ACEOF
2385SHELL = /bin/sh
2386all:
2387	@echo '@@@%%%=$(MAKE)=@@@%%%'
2388_ACEOF
2389# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2390case `${MAKE-make} -f conftest.make 2>/dev/null` in
2391  *@@@%%%=?*=@@@%%%*)
2392    eval ac_cv_prog_make_${ac_make}_set=yes;;
2393  *)
2394    eval ac_cv_prog_make_${ac_make}_set=no;;
2395esac
2396rm -f conftest.make
2397fi
2398if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2399  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2400$as_echo "yes" >&6; }
2401  SET_MAKE=
2402else
2403  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2404$as_echo "no" >&6; }
2405  SET_MAKE="MAKE=${MAKE-make}"
2406fi
2407
2408rm -rf .tst 2>/dev/null
2409mkdir .tst 2>/dev/null
2410if test -d .tst; then
2411  am__leading_dot=.
2412else
2413  am__leading_dot=_
2414fi
2415rmdir .tst 2>/dev/null
2416
2417if test "`cd $srcdir && pwd`" != "`pwd`"; then
2418  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2419  # is not polluted with repeated "-I."
2420  am__isrc=' -I$(srcdir)'
2421  # test to see if srcdir already configured
2422  if test -f $srcdir/config.status; then
2423    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2424  fi
2425fi
2426
2427# test whether we have cygpath
2428if test -z "$CYGPATH_W"; then
2429  if (cygpath --version) >/dev/null 2>/dev/null; then
2430    CYGPATH_W='cygpath -w'
2431  else
2432    CYGPATH_W=echo
2433  fi
2434fi
2435
2436
2437# Define the identity of the package.
2438 PACKAGE=match
2439 VERSION=1.0
2440
2441
2442cat >>confdefs.h <<_ACEOF
2443#define PACKAGE "$PACKAGE"
2444_ACEOF
2445
2446
2447cat >>confdefs.h <<_ACEOF
2448#define VERSION "$VERSION"
2449_ACEOF
2450
2451# Some tools Automake needs.
2452
2453ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2454
2455
2456AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2457
2458
2459AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2460
2461
2462AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2463
2464
2465MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2466
2467# We need awk for the "check" target.  The system "awk" is bad on
2468# some platforms.
2469# Always define AMTAR for backward compatibility.
2470
2471AMTAR=${AMTAR-"${am_missing_run}tar"}
2472
2473am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2474
2475
2476
2477
2478
2479
2480for ac_prog in gawk mawk nawk awk
2481do
2482  # Extract the first word of "$ac_prog", so it can be a program name with args.
2483set dummy $ac_prog; ac_word=$2
2484{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2485$as_echo_n "checking for $ac_word... " >&6; }
2486if ${ac_cv_prog_AWK+:} false; then :
2487  $as_echo_n "(cached) " >&6
2488else
2489  if test -n "$AWK"; then
2490  ac_cv_prog_AWK="$AWK" # Let the user override the test.
2491else
2492as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2493for as_dir in $PATH
2494do
2495  IFS=$as_save_IFS
2496  test -z "$as_dir" && as_dir=.
2497    for ac_exec_ext in '' $ac_executable_extensions; do
2498  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2499    ac_cv_prog_AWK="$ac_prog"
2500    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2501    break 2
2502  fi
2503done
2504  done
2505IFS=$as_save_IFS
2506
2507fi
2508fi
2509AWK=$ac_cv_prog_AWK
2510if test -n "$AWK"; then
2511  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2512$as_echo "$AWK" >&6; }
2513else
2514  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2515$as_echo "no" >&6; }
2516fi
2517
2518
2519  test -n "$AWK" && break
2520done
2521
2522ac_ext=c
2523ac_cpp='$CPP $CPPFLAGS'
2524ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2525ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2526ac_compiler_gnu=$ac_cv_c_compiler_gnu
2527if test -n "$ac_tool_prefix"; then
2528  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2529set dummy ${ac_tool_prefix}gcc; ac_word=$2
2530{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2531$as_echo_n "checking for $ac_word... " >&6; }
2532if ${ac_cv_prog_CC+:} false; then :
2533  $as_echo_n "(cached) " >&6
2534else
2535  if test -n "$CC"; then
2536  ac_cv_prog_CC="$CC" # Let the user override the test.
2537else
2538as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2539for as_dir in $PATH
2540do
2541  IFS=$as_save_IFS
2542  test -z "$as_dir" && as_dir=.
2543    for ac_exec_ext in '' $ac_executable_extensions; do
2544  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2545    ac_cv_prog_CC="${ac_tool_prefix}gcc"
2546    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2547    break 2
2548  fi
2549done
2550  done
2551IFS=$as_save_IFS
2552
2553fi
2554fi
2555CC=$ac_cv_prog_CC
2556if test -n "$CC"; then
2557  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2558$as_echo "$CC" >&6; }
2559else
2560  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2561$as_echo "no" >&6; }
2562fi
2563
2564
2565fi
2566if test -z "$ac_cv_prog_CC"; then
2567  ac_ct_CC=$CC
2568  # Extract the first word of "gcc", so it can be a program name with args.
2569set dummy gcc; ac_word=$2
2570{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2571$as_echo_n "checking for $ac_word... " >&6; }
2572if ${ac_cv_prog_ac_ct_CC+:} false; then :
2573  $as_echo_n "(cached) " >&6
2574else
2575  if test -n "$ac_ct_CC"; then
2576  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2577else
2578as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2579for as_dir in $PATH
2580do
2581  IFS=$as_save_IFS
2582  test -z "$as_dir" && as_dir=.
2583    for ac_exec_ext in '' $ac_executable_extensions; do
2584  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2585    ac_cv_prog_ac_ct_CC="gcc"
2586    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2587    break 2
2588  fi
2589done
2590  done
2591IFS=$as_save_IFS
2592
2593fi
2594fi
2595ac_ct_CC=$ac_cv_prog_ac_ct_CC
2596if test -n "$ac_ct_CC"; then
2597  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2598$as_echo "$ac_ct_CC" >&6; }
2599else
2600  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2601$as_echo "no" >&6; }
2602fi
2603
2604  if test "x$ac_ct_CC" = x; then
2605    CC=""
2606  else
2607    case $cross_compiling:$ac_tool_warned in
2608yes:)
2609{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2610$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2611ac_tool_warned=yes ;;
2612esac
2613    CC=$ac_ct_CC
2614  fi
2615else
2616  CC="$ac_cv_prog_CC"
2617fi
2618
2619if test -z "$CC"; then
2620          if test -n "$ac_tool_prefix"; then
2621    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2622set dummy ${ac_tool_prefix}cc; ac_word=$2
2623{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2624$as_echo_n "checking for $ac_word... " >&6; }
2625if ${ac_cv_prog_CC+:} false; then :
2626  $as_echo_n "(cached) " >&6
2627else
2628  if test -n "$CC"; then
2629  ac_cv_prog_CC="$CC" # Let the user override the test.
2630else
2631as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2632for as_dir in $PATH
2633do
2634  IFS=$as_save_IFS
2635  test -z "$as_dir" && as_dir=.
2636    for ac_exec_ext in '' $ac_executable_extensions; do
2637  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2638    ac_cv_prog_CC="${ac_tool_prefix}cc"
2639    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2640    break 2
2641  fi
2642done
2643  done
2644IFS=$as_save_IFS
2645
2646fi
2647fi
2648CC=$ac_cv_prog_CC
2649if test -n "$CC"; then
2650  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2651$as_echo "$CC" >&6; }
2652else
2653  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2654$as_echo "no" >&6; }
2655fi
2656
2657
2658  fi
2659fi
2660if test -z "$CC"; then
2661  # Extract the first word of "cc", so it can be a program name with args.
2662set dummy cc; ac_word=$2
2663{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2664$as_echo_n "checking for $ac_word... " >&6; }
2665if ${ac_cv_prog_CC+:} false; then :
2666  $as_echo_n "(cached) " >&6
2667else
2668  if test -n "$CC"; then
2669  ac_cv_prog_CC="$CC" # Let the user override the test.
2670else
2671  ac_prog_rejected=no
2672as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2673for as_dir in $PATH
2674do
2675  IFS=$as_save_IFS
2676  test -z "$as_dir" && as_dir=.
2677    for ac_exec_ext in '' $ac_executable_extensions; do
2678  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2679    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2680       ac_prog_rejected=yes
2681       continue
2682     fi
2683    ac_cv_prog_CC="cc"
2684    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2685    break 2
2686  fi
2687done
2688  done
2689IFS=$as_save_IFS
2690
2691if test $ac_prog_rejected = yes; then
2692  # We found a bogon in the path, so make sure we never use it.
2693  set dummy $ac_cv_prog_CC
2694  shift
2695  if test $# != 0; then
2696    # We chose a different compiler from the bogus one.
2697    # However, it has the same basename, so the bogon will be chosen
2698    # first if we set CC to just the basename; use the full file name.
2699    shift
2700    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2701  fi
2702fi
2703fi
2704fi
2705CC=$ac_cv_prog_CC
2706if test -n "$CC"; then
2707  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2708$as_echo "$CC" >&6; }
2709else
2710  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2711$as_echo "no" >&6; }
2712fi
2713
2714
2715fi
2716if test -z "$CC"; then
2717  if test -n "$ac_tool_prefix"; then
2718  for ac_prog in cl.exe
2719  do
2720    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2721set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2722{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2723$as_echo_n "checking for $ac_word... " >&6; }
2724if ${ac_cv_prog_CC+:} false; then :
2725  $as_echo_n "(cached) " >&6
2726else
2727  if test -n "$CC"; then
2728  ac_cv_prog_CC="$CC" # Let the user override the test.
2729else
2730as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2731for as_dir in $PATH
2732do
2733  IFS=$as_save_IFS
2734  test -z "$as_dir" && as_dir=.
2735    for ac_exec_ext in '' $ac_executable_extensions; do
2736  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2737    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2738    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2739    break 2
2740  fi
2741done
2742  done
2743IFS=$as_save_IFS
2744
2745fi
2746fi
2747CC=$ac_cv_prog_CC
2748if test -n "$CC"; then
2749  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2750$as_echo "$CC" >&6; }
2751else
2752  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2753$as_echo "no" >&6; }
2754fi
2755
2756
2757    test -n "$CC" && break
2758  done
2759fi
2760if test -z "$CC"; then
2761  ac_ct_CC=$CC
2762  for ac_prog in cl.exe
2763do
2764  # Extract the first word of "$ac_prog", so it can be a program name with args.
2765set dummy $ac_prog; ac_word=$2
2766{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2767$as_echo_n "checking for $ac_word... " >&6; }
2768if ${ac_cv_prog_ac_ct_CC+:} false; then :
2769  $as_echo_n "(cached) " >&6
2770else
2771  if test -n "$ac_ct_CC"; then
2772  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2773else
2774as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2775for as_dir in $PATH
2776do
2777  IFS=$as_save_IFS
2778  test -z "$as_dir" && as_dir=.
2779    for ac_exec_ext in '' $ac_executable_extensions; do
2780  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2781    ac_cv_prog_ac_ct_CC="$ac_prog"
2782    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2783    break 2
2784  fi
2785done
2786  done
2787IFS=$as_save_IFS
2788
2789fi
2790fi
2791ac_ct_CC=$ac_cv_prog_ac_ct_CC
2792if test -n "$ac_ct_CC"; then
2793  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2794$as_echo "$ac_ct_CC" >&6; }
2795else
2796  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2797$as_echo "no" >&6; }
2798fi
2799
2800
2801  test -n "$ac_ct_CC" && break
2802done
2803
2804  if test "x$ac_ct_CC" = x; then
2805    CC=""
2806  else
2807    case $cross_compiling:$ac_tool_warned in
2808yes:)
2809{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2810$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2811ac_tool_warned=yes ;;
2812esac
2813    CC=$ac_ct_CC
2814  fi
2815fi
2816
2817fi
2818
2819
2820test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2821$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2822as_fn_error $? "no acceptable C compiler found in \$PATH
2823See \`config.log' for more details" "$LINENO" 5; }
2824
2825# Provide some information about the compiler.
2826$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2827set X $ac_compile
2828ac_compiler=$2
2829for ac_option in --version -v -V -qversion; do
2830  { { ac_try="$ac_compiler $ac_option >&5"
2831case "(($ac_try" in
2832  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2833  *) ac_try_echo=$ac_try;;
2834esac
2835eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2836$as_echo "$ac_try_echo"; } >&5
2837  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2838  ac_status=$?
2839  if test -s conftest.err; then
2840    sed '10a\
2841... rest of stderr output deleted ...
2842         10q' conftest.err >conftest.er1
2843    cat conftest.er1 >&5
2844  fi
2845  rm -f conftest.er1 conftest.err
2846  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2847  test $ac_status = 0; }
2848done
2849
2850cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2851/* end confdefs.h.  */
2852
2853int
2854main ()
2855{
2856
2857  ;
2858  return 0;
2859}
2860_ACEOF
2861ac_clean_files_save=$ac_clean_files
2862ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2863# Try to create an executable without -o first, disregard a.out.
2864# It will help us diagnose broken compilers, and finding out an intuition
2865# of exeext.
2866{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2867$as_echo_n "checking whether the C compiler works... " >&6; }
2868ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2869
2870# The possible output files:
2871ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2872
2873ac_rmfiles=
2874for ac_file in $ac_files
2875do
2876  case $ac_file in
2877    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2878    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2879  esac
2880done
2881rm -f $ac_rmfiles
2882
2883if { { ac_try="$ac_link_default"
2884case "(($ac_try" in
2885  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2886  *) ac_try_echo=$ac_try;;
2887esac
2888eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2889$as_echo "$ac_try_echo"; } >&5
2890  (eval "$ac_link_default") 2>&5
2891  ac_status=$?
2892  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2893  test $ac_status = 0; }; then :
2894  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2895# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2896# in a Makefile.  We should not override ac_cv_exeext if it was cached,
2897# so that the user can short-circuit this test for compilers unknown to
2898# Autoconf.
2899for ac_file in $ac_files ''
2900do
2901  test -f "$ac_file" || continue
2902  case $ac_file in
2903    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2904	;;
2905    [ab].out )
2906	# We found the default executable, but exeext='' is most
2907	# certainly right.
2908	break;;
2909    *.* )
2910	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2911	then :; else
2912	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2913	fi
2914	# We set ac_cv_exeext here because the later test for it is not
2915	# safe: cross compilers may not add the suffix if given an `-o'
2916	# argument, so we may need to know it at that point already.
2917	# Even if this section looks crufty: it has the advantage of
2918	# actually working.
2919	break;;
2920    * )
2921	break;;
2922  esac
2923done
2924test "$ac_cv_exeext" = no && ac_cv_exeext=
2925
2926else
2927  ac_file=''
2928fi
2929if test -z "$ac_file"; then :
2930  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2931$as_echo "no" >&6; }
2932$as_echo "$as_me: failed program was:" >&5
2933sed 's/^/| /' conftest.$ac_ext >&5
2934
2935{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2936$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2937as_fn_error 77 "C compiler cannot create executables
2938See \`config.log' for more details" "$LINENO" 5; }
2939else
2940  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2941$as_echo "yes" >&6; }
2942fi
2943{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2944$as_echo_n "checking for C compiler default output file name... " >&6; }
2945{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2946$as_echo "$ac_file" >&6; }
2947ac_exeext=$ac_cv_exeext
2948
2949rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2950ac_clean_files=$ac_clean_files_save
2951{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2952$as_echo_n "checking for suffix of executables... " >&6; }
2953if { { ac_try="$ac_link"
2954case "(($ac_try" in
2955  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2956  *) ac_try_echo=$ac_try;;
2957esac
2958eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2959$as_echo "$ac_try_echo"; } >&5
2960  (eval "$ac_link") 2>&5
2961  ac_status=$?
2962  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2963  test $ac_status = 0; }; then :
2964  # If both `conftest.exe' and `conftest' are `present' (well, observable)
2965# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2966# work properly (i.e., refer to `conftest.exe'), while it won't with
2967# `rm'.
2968for ac_file in conftest.exe conftest conftest.*; do
2969  test -f "$ac_file" || continue
2970  case $ac_file in
2971    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2972    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2973	  break;;
2974    * ) break;;
2975  esac
2976done
2977else
2978  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2979$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2980as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2981See \`config.log' for more details" "$LINENO" 5; }
2982fi
2983rm -f conftest conftest$ac_cv_exeext
2984{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2985$as_echo "$ac_cv_exeext" >&6; }
2986
2987rm -f conftest.$ac_ext
2988EXEEXT=$ac_cv_exeext
2989ac_exeext=$EXEEXT
2990cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2991/* end confdefs.h.  */
2992#include <stdio.h>
2993int
2994main ()
2995{
2996FILE *f = fopen ("conftest.out", "w");
2997 return ferror (f) || fclose (f) != 0;
2998
2999  ;
3000  return 0;
3001}
3002_ACEOF
3003ac_clean_files="$ac_clean_files conftest.out"
3004# Check that the compiler produces executables we can run.  If not, either
3005# the compiler is broken, or we cross compile.
3006{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3007$as_echo_n "checking whether we are cross compiling... " >&6; }
3008if test "$cross_compiling" != yes; then
3009  { { ac_try="$ac_link"
3010case "(($ac_try" in
3011  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3012  *) ac_try_echo=$ac_try;;
3013esac
3014eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3015$as_echo "$ac_try_echo"; } >&5
3016  (eval "$ac_link") 2>&5
3017  ac_status=$?
3018  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3019  test $ac_status = 0; }
3020  if { ac_try='./conftest$ac_cv_exeext'
3021  { { case "(($ac_try" in
3022  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3023  *) ac_try_echo=$ac_try;;
3024esac
3025eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3026$as_echo "$ac_try_echo"; } >&5
3027  (eval "$ac_try") 2>&5
3028  ac_status=$?
3029  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3030  test $ac_status = 0; }; }; then
3031    cross_compiling=no
3032  else
3033    if test "$cross_compiling" = maybe; then
3034	cross_compiling=yes
3035    else
3036	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3037$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3038as_fn_error $? "cannot run C compiled programs.
3039If you meant to cross compile, use \`--host'.
3040See \`config.log' for more details" "$LINENO" 5; }
3041    fi
3042  fi
3043fi
3044{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3045$as_echo "$cross_compiling" >&6; }
3046
3047rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3048ac_clean_files=$ac_clean_files_save
3049{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3050$as_echo_n "checking for suffix of object files... " >&6; }
3051if ${ac_cv_objext+:} false; then :
3052  $as_echo_n "(cached) " >&6
3053else
3054  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3055/* end confdefs.h.  */
3056
3057int
3058main ()
3059{
3060
3061  ;
3062  return 0;
3063}
3064_ACEOF
3065rm -f conftest.o conftest.obj
3066if { { ac_try="$ac_compile"
3067case "(($ac_try" in
3068  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3069  *) ac_try_echo=$ac_try;;
3070esac
3071eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3072$as_echo "$ac_try_echo"; } >&5
3073  (eval "$ac_compile") 2>&5
3074  ac_status=$?
3075  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3076  test $ac_status = 0; }; then :
3077  for ac_file in conftest.o conftest.obj conftest.*; do
3078  test -f "$ac_file" || continue;
3079  case $ac_file in
3080    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3081    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3082       break;;
3083  esac
3084done
3085else
3086  $as_echo "$as_me: failed program was:" >&5
3087sed 's/^/| /' conftest.$ac_ext >&5
3088
3089{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3090$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3091as_fn_error $? "cannot compute suffix of object files: cannot compile
3092See \`config.log' for more details" "$LINENO" 5; }
3093fi
3094rm -f conftest.$ac_cv_objext conftest.$ac_ext
3095fi
3096{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3097$as_echo "$ac_cv_objext" >&6; }
3098OBJEXT=$ac_cv_objext
3099ac_objext=$OBJEXT
3100{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3101$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3102if ${ac_cv_c_compiler_gnu+:} false; then :
3103  $as_echo_n "(cached) " >&6
3104else
3105  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3106/* end confdefs.h.  */
3107
3108int
3109main ()
3110{
3111#ifndef __GNUC__
3112       choke me
3113#endif
3114
3115  ;
3116  return 0;
3117}
3118_ACEOF
3119if ac_fn_c_try_compile "$LINENO"; then :
3120  ac_compiler_gnu=yes
3121else
3122  ac_compiler_gnu=no
3123fi
3124rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3125ac_cv_c_compiler_gnu=$ac_compiler_gnu
3126
3127fi
3128{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3129$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3130if test $ac_compiler_gnu = yes; then
3131  GCC=yes
3132else
3133  GCC=
3134fi
3135ac_test_CFLAGS=${CFLAGS+set}
3136ac_save_CFLAGS=$CFLAGS
3137{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3138$as_echo_n "checking whether $CC accepts -g... " >&6; }
3139if ${ac_cv_prog_cc_g+:} false; then :
3140  $as_echo_n "(cached) " >&6
3141else
3142  ac_save_c_werror_flag=$ac_c_werror_flag
3143   ac_c_werror_flag=yes
3144   ac_cv_prog_cc_g=no
3145   CFLAGS="-g"
3146   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3147/* end confdefs.h.  */
3148
3149int
3150main ()
3151{
3152
3153  ;
3154  return 0;
3155}
3156_ACEOF
3157if ac_fn_c_try_compile "$LINENO"; then :
3158  ac_cv_prog_cc_g=yes
3159else
3160  CFLAGS=""
3161      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3162/* end confdefs.h.  */
3163
3164int
3165main ()
3166{
3167
3168  ;
3169  return 0;
3170}
3171_ACEOF
3172if ac_fn_c_try_compile "$LINENO"; then :
3173
3174else
3175  ac_c_werror_flag=$ac_save_c_werror_flag
3176	 CFLAGS="-g"
3177	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3178/* end confdefs.h.  */
3179
3180int
3181main ()
3182{
3183
3184  ;
3185  return 0;
3186}
3187_ACEOF
3188if ac_fn_c_try_compile "$LINENO"; then :
3189  ac_cv_prog_cc_g=yes
3190fi
3191rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3192fi
3193rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3194fi
3195rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3196   ac_c_werror_flag=$ac_save_c_werror_flag
3197fi
3198{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3199$as_echo "$ac_cv_prog_cc_g" >&6; }
3200if test "$ac_test_CFLAGS" = set; then
3201  CFLAGS=$ac_save_CFLAGS
3202elif test $ac_cv_prog_cc_g = yes; then
3203  if test "$GCC" = yes; then
3204    CFLAGS="-g -O2"
3205  else
3206    CFLAGS="-g"
3207  fi
3208else
3209  if test "$GCC" = yes; then
3210    CFLAGS="-O2"
3211  else
3212    CFLAGS=
3213  fi
3214fi
3215{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3216$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3217if ${ac_cv_prog_cc_c89+:} false; then :
3218  $as_echo_n "(cached) " >&6
3219else
3220  ac_cv_prog_cc_c89=no
3221ac_save_CC=$CC
3222cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3223/* end confdefs.h.  */
3224#include <stdarg.h>
3225#include <stdio.h>
3226struct stat;
3227/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3228struct buf { int x; };
3229FILE * (*rcsopen) (struct buf *, struct stat *, int);
3230static char *e (p, i)
3231     char **p;
3232     int i;
3233{
3234  return p[i];
3235}
3236static char *f (char * (*g) (char **, int), char **p, ...)
3237{
3238  char *s;
3239  va_list v;
3240  va_start (v,p);
3241  s = g (p, va_arg (v,int));
3242  va_end (v);
3243  return s;
3244}
3245
3246/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3247   function prototypes and stuff, but not '\xHH' hex character constants.
3248   These don't provoke an error unfortunately, instead are silently treated
3249   as 'x'.  The following induces an error, until -std is added to get
3250   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3251   array size at least.  It's necessary to write '\x00'==0 to get something
3252   that's true only with -std.  */
3253int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3254
3255/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3256   inside strings and character constants.  */
3257#define FOO(x) 'x'
3258int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3259
3260int test (int i, double x);
3261struct s1 {int (*f) (int a);};
3262struct s2 {int (*f) (double a);};
3263int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3264int argc;
3265char **argv;
3266int
3267main ()
3268{
3269return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3270  ;
3271  return 0;
3272}
3273_ACEOF
3274for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3275	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3276do
3277  CC="$ac_save_CC $ac_arg"
3278  if ac_fn_c_try_compile "$LINENO"; then :
3279  ac_cv_prog_cc_c89=$ac_arg
3280fi
3281rm -f core conftest.err conftest.$ac_objext
3282  test "x$ac_cv_prog_cc_c89" != "xno" && break
3283done
3284rm -f conftest.$ac_ext
3285CC=$ac_save_CC
3286
3287fi
3288# AC_CACHE_VAL
3289case "x$ac_cv_prog_cc_c89" in
3290  x)
3291    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3292$as_echo "none needed" >&6; } ;;
3293  xno)
3294    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3295$as_echo "unsupported" >&6; } ;;
3296  *)
3297    CC="$CC $ac_cv_prog_cc_c89"
3298    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3299$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3300esac
3301if test "x$ac_cv_prog_cc_c89" != xno; then :
3302
3303fi
3304
3305ac_ext=c
3306ac_cpp='$CPP $CPPFLAGS'
3307ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3308ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3309ac_compiler_gnu=$ac_cv_c_compiler_gnu
3310DEPDIR="${am__leading_dot}deps"
3311
3312ac_config_commands="$ac_config_commands depfiles"
3313
3314
3315am_make=${MAKE-make}
3316cat > confinc << 'END'
3317am__doit:
3318	@echo this is the am__doit target
3319.PHONY: am__doit
3320END
3321# If we don't find an include directive, just comment out the code.
3322{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3323$as_echo_n "checking for style of include used by $am_make... " >&6; }
3324am__include="#"
3325am__quote=
3326_am_result=none
3327# First try GNU make style include.
3328echo "include confinc" > confmf
3329# Ignore all kinds of additional output from `make'.
3330case `$am_make -s -f confmf 2> /dev/null` in #(
3331*the\ am__doit\ target*)
3332  am__include=include
3333  am__quote=
3334  _am_result=GNU
3335  ;;
3336esac
3337# Now try BSD make style include.
3338if test "$am__include" = "#"; then
3339   echo '.include "confinc"' > confmf
3340   case `$am_make -s -f confmf 2> /dev/null` in #(
3341   *the\ am__doit\ target*)
3342     am__include=.include
3343     am__quote="\""
3344     _am_result=BSD
3345     ;;
3346   esac
3347fi
3348
3349
3350{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3351$as_echo "$_am_result" >&6; }
3352rm -f confinc confmf
3353
3354# Check whether --enable-dependency-tracking was given.
3355if test "${enable_dependency_tracking+set}" = set; then :
3356  enableval=$enable_dependency_tracking;
3357fi
3358
3359if test "x$enable_dependency_tracking" != xno; then
3360  am_depcomp="$ac_aux_dir/depcomp"
3361  AMDEPBACKSLASH='\'
3362fi
3363 if test "x$enable_dependency_tracking" != xno; then
3364  AMDEP_TRUE=
3365  AMDEP_FALSE='#'
3366else
3367  AMDEP_TRUE='#'
3368  AMDEP_FALSE=
3369fi
3370
3371
3372
3373depcc="$CC"   am_compiler_list=
3374
3375{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3376$as_echo_n "checking dependency style of $depcc... " >&6; }
3377if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3378  $as_echo_n "(cached) " >&6
3379else
3380  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3381  # We make a subdir and do the tests there.  Otherwise we can end up
3382  # making bogus files that we don't know about and never remove.  For
3383  # instance it was reported that on HP-UX the gcc test will end up
3384  # making a dummy file named `D' -- because `-MD' means `put the output
3385  # in D'.
3386  mkdir conftest.dir
3387  # Copy depcomp to subdir because otherwise we won't find it if we're
3388  # using a relative directory.
3389  cp "$am_depcomp" conftest.dir
3390  cd conftest.dir
3391  # We will build objects and dependencies in a subdirectory because
3392  # it helps to detect inapplicable dependency modes.  For instance
3393  # both Tru64's cc and ICC support -MD to output dependencies as a
3394  # side effect of compilation, but ICC will put the dependencies in
3395  # the current directory while Tru64 will put them in the object
3396  # directory.
3397  mkdir sub
3398
3399  am_cv_CC_dependencies_compiler_type=none
3400  if test "$am_compiler_list" = ""; then
3401     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3402  fi
3403  am__universal=false
3404  case " $depcc " in #(
3405     *\ -arch\ *\ -arch\ *) am__universal=true ;;
3406     esac
3407
3408  for depmode in $am_compiler_list; do
3409    # Setup a source with many dependencies, because some compilers
3410    # like to wrap large dependency lists on column 80 (with \), and
3411    # we should not choose a depcomp mode which is confused by this.
3412    #
3413    # We need to recreate these files for each test, as the compiler may
3414    # overwrite some of them when testing with obscure command lines.
3415    # This happens at least with the AIX C compiler.
3416    : > sub/conftest.c
3417    for i in 1 2 3 4 5 6; do
3418      echo '#include "conftst'$i'.h"' >> sub/conftest.c
3419      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3420      # Solaris 8's {/usr,}/bin/sh.
3421      touch sub/conftst$i.h
3422    done
3423    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3424
3425    # We check with `-c' and `-o' for the sake of the "dashmstdout"
3426    # mode.  It turns out that the SunPro C++ compiler does not properly
3427    # handle `-M -o', and we need to detect this.  Also, some Intel
3428    # versions had trouble with output in subdirs
3429    am__obj=sub/conftest.${OBJEXT-o}
3430    am__minus_obj="-o $am__obj"
3431    case $depmode in
3432    gcc)
3433      # This depmode causes a compiler race in universal mode.
3434      test "$am__universal" = false || continue
3435      ;;
3436    nosideeffect)
3437      # after this tag, mechanisms are not by side-effect, so they'll
3438      # only be used when explicitly requested
3439      if test "x$enable_dependency_tracking" = xyes; then
3440	continue
3441      else
3442	break
3443      fi
3444      ;;
3445    msvisualcpp | msvcmsys)
3446      # This compiler won't grok `-c -o', but also, the minuso test has
3447      # not run yet.  These depmodes are late enough in the game, and
3448      # so weak that their functioning should not be impacted.
3449      am__obj=conftest.${OBJEXT-o}
3450      am__minus_obj=
3451      ;;
3452    none) break ;;
3453    esac
3454    if depmode=$depmode \
3455       source=sub/conftest.c object=$am__obj \
3456       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3457       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3458         >/dev/null 2>conftest.err &&
3459       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3460       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3461       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3462       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3463      # icc doesn't choke on unknown options, it will just issue warnings
3464      # or remarks (even with -Werror).  So we grep stderr for any message
3465      # that says an option was ignored or not supported.
3466      # When given -MP, icc 7.0 and 7.1 complain thusly:
3467      #   icc: Command line warning: ignoring option '-M'; no argument required
3468      # The diagnosis changed in icc 8.0:
3469      #   icc: Command line remark: option '-MP' not supported
3470      if (grep 'ignoring option' conftest.err ||
3471          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3472        am_cv_CC_dependencies_compiler_type=$depmode
3473        break
3474      fi
3475    fi
3476  done
3477
3478  cd ..
3479  rm -rf conftest.dir
3480else
3481  am_cv_CC_dependencies_compiler_type=none
3482fi
3483
3484fi
3485{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3486$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3487CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3488
3489 if
3490  test "x$enable_dependency_tracking" != xno \
3491  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3492  am__fastdepCC_TRUE=
3493  am__fastdepCC_FALSE='#'
3494else
3495  am__fastdepCC_TRUE='#'
3496  am__fastdepCC_FALSE=
3497fi
3498
3499
3500
3501{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
3502$as_echo_n "checking whether ln -s works... " >&6; }
3503LN_S=$as_ln_s
3504if test "$LN_S" = "ln -s"; then
3505  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3506$as_echo "yes" >&6; }
3507else
3508  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
3509$as_echo "no, using $LN_S" >&6; }
3510fi
3511
3512
3513
3514{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5
3515$as_echo_n "checking for sqrt in -lm... " >&6; }
3516if ${ac_cv_lib_m_sqrt+:} false; then :
3517  $as_echo_n "(cached) " >&6
3518else
3519  ac_check_lib_save_LIBS=$LIBS
3520LIBS="-lm  $LIBS"
3521cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3522/* end confdefs.h.  */
3523
3524/* Override any GCC internal prototype to avoid an error.
3525   Use char because int might match the return type of a GCC
3526   builtin and then its argument prototype would still apply.  */
3527#ifdef __cplusplus
3528extern "C"
3529#endif
3530char sqrt ();
3531int
3532main ()
3533{
3534return sqrt ();
3535  ;
3536  return 0;
3537}
3538_ACEOF
3539if ac_fn_c_try_link "$LINENO"; then :
3540  ac_cv_lib_m_sqrt=yes
3541else
3542  ac_cv_lib_m_sqrt=no
3543fi
3544rm -f core conftest.err conftest.$ac_objext \
3545    conftest$ac_exeext conftest.$ac_ext
3546LIBS=$ac_check_lib_save_LIBS
3547fi
3548{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5
3549$as_echo "$ac_cv_lib_m_sqrt" >&6; }
3550if test "x$ac_cv_lib_m_sqrt" = xyes; then :
3551  cat >>confdefs.h <<_ACEOF
3552#define HAVE_LIBM 1
3553_ACEOF
3554
3555  LIBS="-lm $LIBS"
3556
3557fi
3558
3559{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for floor in -lm" >&5
3560$as_echo_n "checking for floor in -lm... " >&6; }
3561if ${ac_cv_lib_m_floor+:} false; then :
3562  $as_echo_n "(cached) " >&6
3563else
3564  ac_check_lib_save_LIBS=$LIBS
3565LIBS="-lm  $LIBS"
3566cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3567/* end confdefs.h.  */
3568
3569/* Override any GCC internal prototype to avoid an error.
3570   Use char because int might match the return type of a GCC
3571   builtin and then its argument prototype would still apply.  */
3572#ifdef __cplusplus
3573extern "C"
3574#endif
3575char floor ();
3576int
3577main ()
3578{
3579return floor ();
3580  ;
3581  return 0;
3582}
3583_ACEOF
3584if ac_fn_c_try_link "$LINENO"; then :
3585  ac_cv_lib_m_floor=yes
3586else
3587  ac_cv_lib_m_floor=no
3588fi
3589rm -f core conftest.err conftest.$ac_objext \
3590    conftest$ac_exeext conftest.$ac_ext
3591LIBS=$ac_check_lib_save_LIBS
3592fi
3593{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_floor" >&5
3594$as_echo "$ac_cv_lib_m_floor" >&6; }
3595if test "x$ac_cv_lib_m_floor" = xyes; then :
3596  cat >>confdefs.h <<_ACEOF
3597#define HAVE_LIBM 1
3598_ACEOF
3599
3600  LIBS="-lm $LIBS"
3601
3602fi
3603
3604
3605ac_ext=c
3606ac_cpp='$CPP $CPPFLAGS'
3607ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3608ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3609ac_compiler_gnu=$ac_cv_c_compiler_gnu
3610{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3611$as_echo_n "checking how to run the C preprocessor... " >&6; }
3612# On Suns, sometimes $CPP names a directory.
3613if test -n "$CPP" && test -d "$CPP"; then
3614  CPP=
3615fi
3616if test -z "$CPP"; then
3617  if ${ac_cv_prog_CPP+:} false; then :
3618  $as_echo_n "(cached) " >&6
3619else
3620      # Double quotes because CPP needs to be expanded
3621    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3622    do
3623      ac_preproc_ok=false
3624for ac_c_preproc_warn_flag in '' yes
3625do
3626  # Use a header file that comes with gcc, so configuring glibc
3627  # with a fresh cross-compiler works.
3628  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3629  # <limits.h> exists even on freestanding compilers.
3630  # On the NeXT, cc -E runs the code through the compiler's parser,
3631  # not just through cpp. "Syntax error" is here to catch this case.
3632  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3633/* end confdefs.h.  */
3634#ifdef __STDC__
3635# include <limits.h>
3636#else
3637# include <assert.h>
3638#endif
3639		     Syntax error
3640_ACEOF
3641if ac_fn_c_try_cpp "$LINENO"; then :
3642
3643else
3644  # Broken: fails on valid input.
3645continue
3646fi
3647rm -f conftest.err conftest.i conftest.$ac_ext
3648
3649  # OK, works on sane cases.  Now check whether nonexistent headers
3650  # can be detected and how.
3651  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3652/* end confdefs.h.  */
3653#include <ac_nonexistent.h>
3654_ACEOF
3655if ac_fn_c_try_cpp "$LINENO"; then :
3656  # Broken: success on invalid input.
3657continue
3658else
3659  # Passes both tests.
3660ac_preproc_ok=:
3661break
3662fi
3663rm -f conftest.err conftest.i conftest.$ac_ext
3664
3665done
3666# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3667rm -f conftest.i conftest.err conftest.$ac_ext
3668if $ac_preproc_ok; then :
3669  break
3670fi
3671
3672    done
3673    ac_cv_prog_CPP=$CPP
3674
3675fi
3676  CPP=$ac_cv_prog_CPP
3677else
3678  ac_cv_prog_CPP=$CPP
3679fi
3680{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3681$as_echo "$CPP" >&6; }
3682ac_preproc_ok=false
3683for ac_c_preproc_warn_flag in '' yes
3684do
3685  # Use a header file that comes with gcc, so configuring glibc
3686  # with a fresh cross-compiler works.
3687  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3688  # <limits.h> exists even on freestanding compilers.
3689  # On the NeXT, cc -E runs the code through the compiler's parser,
3690  # not just through cpp. "Syntax error" is here to catch this case.
3691  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3692/* end confdefs.h.  */
3693#ifdef __STDC__
3694# include <limits.h>
3695#else
3696# include <assert.h>
3697#endif
3698		     Syntax error
3699_ACEOF
3700if ac_fn_c_try_cpp "$LINENO"; then :
3701
3702else
3703  # Broken: fails on valid input.
3704continue
3705fi
3706rm -f conftest.err conftest.i conftest.$ac_ext
3707
3708  # OK, works on sane cases.  Now check whether nonexistent headers
3709  # can be detected and how.
3710  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3711/* end confdefs.h.  */
3712#include <ac_nonexistent.h>
3713_ACEOF
3714if ac_fn_c_try_cpp "$LINENO"; then :
3715  # Broken: success on invalid input.
3716continue
3717else
3718  # Passes both tests.
3719ac_preproc_ok=:
3720break
3721fi
3722rm -f conftest.err conftest.i conftest.$ac_ext
3723
3724done
3725# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3726rm -f conftest.i conftest.err conftest.$ac_ext
3727if $ac_preproc_ok; then :
3728
3729else
3730  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3731$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3732as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3733See \`config.log' for more details" "$LINENO" 5; }
3734fi
3735
3736ac_ext=c
3737ac_cpp='$CPP $CPPFLAGS'
3738ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3739ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3740ac_compiler_gnu=$ac_cv_c_compiler_gnu
3741
3742
3743{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3744$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3745if ${ac_cv_path_GREP+:} false; then :
3746  $as_echo_n "(cached) " >&6
3747else
3748  if test -z "$GREP"; then
3749  ac_path_GREP_found=false
3750  # Loop through the user's path and test for each of PROGNAME-LIST
3751  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3752for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3753do
3754  IFS=$as_save_IFS
3755  test -z "$as_dir" && as_dir=.
3756    for ac_prog in grep ggrep; do
3757    for ac_exec_ext in '' $ac_executable_extensions; do
3758      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3759      as_fn_executable_p "$ac_path_GREP" || continue
3760# Check for GNU ac_path_GREP and select it if it is found.
3761  # Check for GNU $ac_path_GREP
3762case `"$ac_path_GREP" --version 2>&1` in
3763*GNU*)
3764  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3765*)
3766  ac_count=0
3767  $as_echo_n 0123456789 >"conftest.in"
3768  while :
3769  do
3770    cat "conftest.in" "conftest.in" >"conftest.tmp"
3771    mv "conftest.tmp" "conftest.in"
3772    cp "conftest.in" "conftest.nl"
3773    $as_echo 'GREP' >> "conftest.nl"
3774    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3775    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3776    as_fn_arith $ac_count + 1 && ac_count=$as_val
3777    if test $ac_count -gt ${ac_path_GREP_max-0}; then
3778      # Best one so far, save it but keep looking for a better one
3779      ac_cv_path_GREP="$ac_path_GREP"
3780      ac_path_GREP_max=$ac_count
3781    fi
3782    # 10*(2^10) chars as input seems more than enough
3783    test $ac_count -gt 10 && break
3784  done
3785  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3786esac
3787
3788      $ac_path_GREP_found && break 3
3789    done
3790  done
3791  done
3792IFS=$as_save_IFS
3793  if test -z "$ac_cv_path_GREP"; then
3794    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3795  fi
3796else
3797  ac_cv_path_GREP=$GREP
3798fi
3799
3800fi
3801{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3802$as_echo "$ac_cv_path_GREP" >&6; }
3803 GREP="$ac_cv_path_GREP"
3804
3805
3806{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3807$as_echo_n "checking for egrep... " >&6; }
3808if ${ac_cv_path_EGREP+:} false; then :
3809  $as_echo_n "(cached) " >&6
3810else
3811  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3812   then ac_cv_path_EGREP="$GREP -E"
3813   else
3814     if test -z "$EGREP"; then
3815  ac_path_EGREP_found=false
3816  # Loop through the user's path and test for each of PROGNAME-LIST
3817  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3818for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3819do
3820  IFS=$as_save_IFS
3821  test -z "$as_dir" && as_dir=.
3822    for ac_prog in egrep; do
3823    for ac_exec_ext in '' $ac_executable_extensions; do
3824      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3825      as_fn_executable_p "$ac_path_EGREP" || continue
3826# Check for GNU ac_path_EGREP and select it if it is found.
3827  # Check for GNU $ac_path_EGREP
3828case `"$ac_path_EGREP" --version 2>&1` in
3829*GNU*)
3830  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3831*)
3832  ac_count=0
3833  $as_echo_n 0123456789 >"conftest.in"
3834  while :
3835  do
3836    cat "conftest.in" "conftest.in" >"conftest.tmp"
3837    mv "conftest.tmp" "conftest.in"
3838    cp "conftest.in" "conftest.nl"
3839    $as_echo 'EGREP' >> "conftest.nl"
3840    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3841    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3842    as_fn_arith $ac_count + 1 && ac_count=$as_val
3843    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3844      # Best one so far, save it but keep looking for a better one
3845      ac_cv_path_EGREP="$ac_path_EGREP"
3846      ac_path_EGREP_max=$ac_count
3847    fi
3848    # 10*(2^10) chars as input seems more than enough
3849    test $ac_count -gt 10 && break
3850  done
3851  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3852esac
3853
3854      $ac_path_EGREP_found && break 3
3855    done
3856  done
3857  done
3858IFS=$as_save_IFS
3859  if test -z "$ac_cv_path_EGREP"; then
3860    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3861  fi
3862else
3863  ac_cv_path_EGREP=$EGREP
3864fi
3865
3866   fi
3867fi
3868{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3869$as_echo "$ac_cv_path_EGREP" >&6; }
3870 EGREP="$ac_cv_path_EGREP"
3871
3872
3873{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3874$as_echo_n "checking for ANSI C header files... " >&6; }
3875if ${ac_cv_header_stdc+:} false; then :
3876  $as_echo_n "(cached) " >&6
3877else
3878  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3879/* end confdefs.h.  */
3880#include <stdlib.h>
3881#include <stdarg.h>
3882#include <string.h>
3883#include <float.h>
3884
3885int
3886main ()
3887{
3888
3889  ;
3890  return 0;
3891}
3892_ACEOF
3893if ac_fn_c_try_compile "$LINENO"; then :
3894  ac_cv_header_stdc=yes
3895else
3896  ac_cv_header_stdc=no
3897fi
3898rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3899
3900if test $ac_cv_header_stdc = yes; then
3901  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3902  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3903/* end confdefs.h.  */
3904#include <string.h>
3905
3906_ACEOF
3907if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3908  $EGREP "memchr" >/dev/null 2>&1; then :
3909
3910else
3911  ac_cv_header_stdc=no
3912fi
3913rm -f conftest*
3914
3915fi
3916
3917if test $ac_cv_header_stdc = yes; then
3918  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3919  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3920/* end confdefs.h.  */
3921#include <stdlib.h>
3922
3923_ACEOF
3924if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3925  $EGREP "free" >/dev/null 2>&1; then :
3926
3927else
3928  ac_cv_header_stdc=no
3929fi
3930rm -f conftest*
3931
3932fi
3933
3934if test $ac_cv_header_stdc = yes; then
3935  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3936  if test "$cross_compiling" = yes; then :
3937  :
3938else
3939  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3940/* end confdefs.h.  */
3941#include <ctype.h>
3942#include <stdlib.h>
3943#if ((' ' & 0x0FF) == 0x020)
3944# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3945# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3946#else
3947# define ISLOWER(c) \
3948		   (('a' <= (c) && (c) <= 'i') \
3949		     || ('j' <= (c) && (c) <= 'r') \
3950		     || ('s' <= (c) && (c) <= 'z'))
3951# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3952#endif
3953
3954#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3955int
3956main ()
3957{
3958  int i;
3959  for (i = 0; i < 256; i++)
3960    if (XOR (islower (i), ISLOWER (i))
3961	|| toupper (i) != TOUPPER (i))
3962      return 2;
3963  return 0;
3964}
3965_ACEOF
3966if ac_fn_c_try_run "$LINENO"; then :
3967
3968else
3969  ac_cv_header_stdc=no
3970fi
3971rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3972  conftest.$ac_objext conftest.beam conftest.$ac_ext
3973fi
3974
3975fi
3976fi
3977{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3978$as_echo "$ac_cv_header_stdc" >&6; }
3979if test $ac_cv_header_stdc = yes; then
3980
3981$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3982
3983fi
3984
3985
3986{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
3987$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
3988if ${ac_cv_c_const+:} false; then :
3989  $as_echo_n "(cached) " >&6
3990else
3991  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3992/* end confdefs.h.  */
3993
3994int
3995main ()
3996{
3997
3998#ifndef __cplusplus
3999  /* Ultrix mips cc rejects this sort of thing.  */
4000  typedef int charset[2];
4001  const charset cs = { 0, 0 };
4002  /* SunOS 4.1.1 cc rejects this.  */
4003  char const *const *pcpcc;
4004  char **ppc;
4005  /* NEC SVR4.0.2 mips cc rejects this.  */
4006  struct point {int x, y;};
4007  static struct point const zero = {0,0};
4008  /* AIX XL C 1.02.0.0 rejects this.
4009     It does not let you subtract one const X* pointer from another in
4010     an arm of an if-expression whose if-part is not a constant
4011     expression */
4012  const char *g = "string";
4013  pcpcc = &g + (g ? g-g : 0);
4014  /* HPUX 7.0 cc rejects these. */
4015  ++pcpcc;
4016  ppc = (char**) pcpcc;
4017  pcpcc = (char const *const *) ppc;
4018  { /* SCO 3.2v4 cc rejects this sort of thing.  */
4019    char tx;
4020    char *t = &tx;
4021    char const *s = 0 ? (char *) 0 : (char const *) 0;
4022
4023    *t++ = 0;
4024    if (s) return 0;
4025  }
4026  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
4027    int x[] = {25, 17};
4028    const int *foo = &x[0];
4029    ++foo;
4030  }
4031  { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
4032    typedef const int *iptr;
4033    iptr p = 0;
4034    ++p;
4035  }
4036  { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
4037       "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
4038    struct s { int j; const int *ap[3]; } bx;
4039    struct s *b = &bx; b->j = 5;
4040  }
4041  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
4042    const int foo = 10;
4043    if (!foo) return 0;
4044  }
4045  return !cs[0] && !zero.x;
4046#endif
4047
4048  ;
4049  return 0;
4050}
4051_ACEOF
4052if ac_fn_c_try_compile "$LINENO"; then :
4053  ac_cv_c_const=yes
4054else
4055  ac_cv_c_const=no
4056fi
4057rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4058fi
4059{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
4060$as_echo "$ac_cv_c_const" >&6; }
4061if test $ac_cv_c_const = no; then
4062
4063$as_echo "#define const /**/" >>confdefs.h
4064
4065fi
4066
4067
4068for ac_func in vprintf
4069do :
4070  ac_fn_c_check_func "$LINENO" "vprintf" "ac_cv_func_vprintf"
4071if test "x$ac_cv_func_vprintf" = xyes; then :
4072  cat >>confdefs.h <<_ACEOF
4073#define HAVE_VPRINTF 1
4074_ACEOF
4075
4076ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt"
4077if test "x$ac_cv_func__doprnt" = xyes; then :
4078
4079$as_echo "#define HAVE_DOPRNT 1" >>confdefs.h
4080
4081fi
4082
4083fi
4084done
4085
4086
4087
4088ac_config_files="$ac_config_files Makefile"
4089
4090cat >confcache <<\_ACEOF
4091# This file is a shell script that caches the results of configure
4092# tests run on this system so they can be shared between configure
4093# scripts and configure runs, see configure's option --config-cache.
4094# It is not useful on other systems.  If it contains results you don't
4095# want to keep, you may remove or edit it.
4096#
4097# config.status only pays attention to the cache file if you give it
4098# the --recheck option to rerun configure.
4099#
4100# `ac_cv_env_foo' variables (set or unset) will be overridden when
4101# loading this file, other *unset* `ac_cv_foo' will be assigned the
4102# following values.
4103
4104_ACEOF
4105
4106# The following way of writing the cache mishandles newlines in values,
4107# but we know of no workaround that is simple, portable, and efficient.
4108# So, we kill variables containing newlines.
4109# Ultrix sh set writes to stderr and can't be redirected directly,
4110# and sets the high bit in the cache file unless we assign to the vars.
4111(
4112  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
4113    eval ac_val=\$$ac_var
4114    case $ac_val in #(
4115    *${as_nl}*)
4116      case $ac_var in #(
4117      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
4118$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
4119      esac
4120      case $ac_var in #(
4121      _ | IFS | as_nl) ;; #(
4122      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
4123      *) { eval $ac_var=; unset $ac_var;} ;;
4124      esac ;;
4125    esac
4126  done
4127
4128  (set) 2>&1 |
4129    case $as_nl`(ac_space=' '; set) 2>&1` in #(
4130    *${as_nl}ac_space=\ *)
4131      # `set' does not quote correctly, so add quotes: double-quote
4132      # substitution turns \\\\ into \\, and sed turns \\ into \.
4133      sed -n \
4134	"s/'/'\\\\''/g;
4135	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4136      ;; #(
4137    *)
4138      # `set' quotes correctly as required by POSIX, so do not add quotes.
4139      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
4140      ;;
4141    esac |
4142    sort
4143) |
4144  sed '
4145     /^ac_cv_env_/b end
4146     t clear
4147     :clear
4148     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
4149     t end
4150     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4151     :end' >>confcache
4152if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
4153  if test -w "$cache_file"; then
4154    if test "x$cache_file" != "x/dev/null"; then
4155      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
4156$as_echo "$as_me: updating cache $cache_file" >&6;}
4157      if test ! -f "$cache_file" || test -h "$cache_file"; then
4158	cat confcache >"$cache_file"
4159      else
4160        case $cache_file in #(
4161        */* | ?:*)
4162	  mv -f confcache "$cache_file"$$ &&
4163	  mv -f "$cache_file"$$ "$cache_file" ;; #(
4164        *)
4165	  mv -f confcache "$cache_file" ;;
4166	esac
4167      fi
4168    fi
4169  else
4170    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
4171$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
4172  fi
4173fi
4174rm -f confcache
4175
4176test "x$prefix" = xNONE && prefix=$ac_default_prefix
4177# Let make expand exec_prefix.
4178test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4179
4180# Transform confdefs.h into DEFS.
4181# Protect against shell expansion while executing Makefile rules.
4182# Protect against Makefile macro expansion.
4183#
4184# If the first sed substitution is executed (which looks for macros that
4185# take arguments), then branch to the quote section.  Otherwise,
4186# look for a macro that doesn't take arguments.
4187ac_script='
4188:mline
4189/\\$/{
4190 N
4191 s,\\\n,,
4192 b mline
4193}
4194t clear
4195:clear
4196s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
4197t quote
4198s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
4199t quote
4200b any
4201:quote
4202s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
4203s/\[/\\&/g
4204s/\]/\\&/g
4205s/\$/$$/g
4206H
4207:any
4208${
4209	g
4210	s/^\n//
4211	s/\n/ /g
4212	p
4213}
4214'
4215DEFS=`sed -n "$ac_script" confdefs.h`
4216
4217
4218ac_libobjs=
4219ac_ltlibobjs=
4220U=
4221for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
4222  # 1. Remove the extension, and $U if already installed.
4223  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
4224  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
4225  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
4226  #    will be set to the directory where LIBOBJS objects are built.
4227  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
4228  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
4229done
4230LIBOBJS=$ac_libobjs
4231
4232LTLIBOBJS=$ac_ltlibobjs
4233
4234
4235 if test -n "$EXEEXT"; then
4236  am__EXEEXT_TRUE=
4237  am__EXEEXT_FALSE='#'
4238else
4239  am__EXEEXT_TRUE='#'
4240  am__EXEEXT_FALSE=
4241fi
4242
4243if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
4244  as_fn_error $? "conditional \"AMDEP\" was never defined.
4245Usually this means the macro was only invoked conditionally." "$LINENO" 5
4246fi
4247if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
4248  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
4249Usually this means the macro was only invoked conditionally." "$LINENO" 5
4250fi
4251
4252: "${CONFIG_STATUS=./config.status}"
4253ac_write_fail=0
4254ac_clean_files_save=$ac_clean_files
4255ac_clean_files="$ac_clean_files $CONFIG_STATUS"
4256{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
4257$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
4258as_write_fail=0
4259cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
4260#! $SHELL
4261# Generated by $as_me.
4262# Run this file to recreate the current configuration.
4263# Compiler output produced by configure, useful for debugging
4264# configure, is in config.log if it exists.
4265
4266debug=false
4267ac_cs_recheck=false
4268ac_cs_silent=false
4269
4270SHELL=\${CONFIG_SHELL-$SHELL}
4271export SHELL
4272_ASEOF
4273cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
4274## -------------------- ##
4275## M4sh Initialization. ##
4276## -------------------- ##
4277
4278# Be more Bourne compatible
4279DUALCASE=1; export DUALCASE # for MKS sh
4280if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
4281  emulate sh
4282  NULLCMD=:
4283  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
4284  # is contrary to our usage.  Disable this feature.
4285  alias -g '${1+"$@"}'='"$@"'
4286  setopt NO_GLOB_SUBST
4287else
4288  case `(set -o) 2>/dev/null` in #(
4289  *posix*) :
4290    set -o posix ;; #(
4291  *) :
4292     ;;
4293esac
4294fi
4295
4296
4297as_nl='
4298'
4299export as_nl
4300# Printing a long string crashes Solaris 7 /usr/bin/printf.
4301as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4302as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
4303as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
4304# Prefer a ksh shell builtin over an external printf program on Solaris,
4305# but without wasting forks for bash or zsh.
4306if test -z "$BASH_VERSION$ZSH_VERSION" \
4307    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
4308  as_echo='print -r --'
4309  as_echo_n='print -rn --'
4310elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
4311  as_echo='printf %s\n'
4312  as_echo_n='printf %s'
4313else
4314  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
4315    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
4316    as_echo_n='/usr/ucb/echo -n'
4317  else
4318    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
4319    as_echo_n_body='eval
4320      arg=$1;
4321      case $arg in #(
4322      *"$as_nl"*)
4323	expr "X$arg" : "X\\(.*\\)$as_nl";
4324	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
4325      esac;
4326      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
4327    '
4328    export as_echo_n_body
4329    as_echo_n='sh -c $as_echo_n_body as_echo'
4330  fi
4331  export as_echo_body
4332  as_echo='sh -c $as_echo_body as_echo'
4333fi
4334
4335# The user is always right.
4336if test "${PATH_SEPARATOR+set}" != set; then
4337  PATH_SEPARATOR=:
4338  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
4339    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
4340      PATH_SEPARATOR=';'
4341  }
4342fi
4343
4344
4345# IFS
4346# We need space, tab and new line, in precisely that order.  Quoting is
4347# there to prevent editors from complaining about space-tab.
4348# (If _AS_PATH_WALK were called with IFS unset, it would disable word
4349# splitting by setting IFS to empty value.)
4350IFS=" ""	$as_nl"
4351
4352# Find who we are.  Look in the path if we contain no directory separator.
4353as_myself=
4354case $0 in #((
4355  *[\\/]* ) as_myself=$0 ;;
4356  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4357for as_dir in $PATH
4358do
4359  IFS=$as_save_IFS
4360  test -z "$as_dir" && as_dir=.
4361    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
4362  done
4363IFS=$as_save_IFS
4364
4365     ;;
4366esac
4367# We did not find ourselves, most probably we were run as `sh COMMAND'
4368# in which case we are not to be found in the path.
4369if test "x$as_myself" = x; then
4370  as_myself=$0
4371fi
4372if test ! -f "$as_myself"; then
4373  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
4374  exit 1
4375fi
4376
4377# Unset variables that we do not need and which cause bugs (e.g. in
4378# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
4379# suppresses any "Segmentation fault" message there.  '((' could
4380# trigger a bug in pdksh 5.2.14.
4381for as_var in BASH_ENV ENV MAIL MAILPATH
4382do eval test x\${$as_var+set} = xset \
4383  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
4384done
4385PS1='$ '
4386PS2='> '
4387PS4='+ '
4388
4389# NLS nuisances.
4390LC_ALL=C
4391export LC_ALL
4392LANGUAGE=C
4393export LANGUAGE
4394
4395# CDPATH.
4396(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
4397
4398
4399# as_fn_error STATUS ERROR [LINENO LOG_FD]
4400# ----------------------------------------
4401# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
4402# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
4403# script with STATUS, using 1 if that was 0.
4404as_fn_error ()
4405{
4406  as_status=$1; test $as_status -eq 0 && as_status=1
4407  if test "$4"; then
4408    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
4409    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
4410  fi
4411  $as_echo "$as_me: error: $2" >&2
4412  as_fn_exit $as_status
4413} # as_fn_error
4414
4415
4416# as_fn_set_status STATUS
4417# -----------------------
4418# Set $? to STATUS, without forking.
4419as_fn_set_status ()
4420{
4421  return $1
4422} # as_fn_set_status
4423
4424# as_fn_exit STATUS
4425# -----------------
4426# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
4427as_fn_exit ()
4428{
4429  set +e
4430  as_fn_set_status $1
4431  exit $1
4432} # as_fn_exit
4433
4434# as_fn_unset VAR
4435# ---------------
4436# Portably unset VAR.
4437as_fn_unset ()
4438{
4439  { eval $1=; unset $1;}
4440}
4441as_unset=as_fn_unset
4442# as_fn_append VAR VALUE
4443# ----------------------
4444# Append the text in VALUE to the end of the definition contained in VAR. Take
4445# advantage of any shell optimizations that allow amortized linear growth over
4446# repeated appends, instead of the typical quadratic growth present in naive
4447# implementations.
4448if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
4449  eval 'as_fn_append ()
4450  {
4451    eval $1+=\$2
4452  }'
4453else
4454  as_fn_append ()
4455  {
4456    eval $1=\$$1\$2
4457  }
4458fi # as_fn_append
4459
4460# as_fn_arith ARG...
4461# ------------------
4462# Perform arithmetic evaluation on the ARGs, and store the result in the
4463# global $as_val. Take advantage of shells that can avoid forks. The arguments
4464# must be portable across $(()) and expr.
4465if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
4466  eval 'as_fn_arith ()
4467  {
4468    as_val=$(( $* ))
4469  }'
4470else
4471  as_fn_arith ()
4472  {
4473    as_val=`expr "$@" || test $? -eq 1`
4474  }
4475fi # as_fn_arith
4476
4477
4478if expr a : '\(a\)' >/dev/null 2>&1 &&
4479   test "X`expr 00001 : '.*\(...\)'`" = X001; then
4480  as_expr=expr
4481else
4482  as_expr=false
4483fi
4484
4485if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
4486  as_basename=basename
4487else
4488  as_basename=false
4489fi
4490
4491if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
4492  as_dirname=dirname
4493else
4494  as_dirname=false
4495fi
4496
4497as_me=`$as_basename -- "$0" ||
4498$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
4499	 X"$0" : 'X\(//\)$' \| \
4500	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
4501$as_echo X/"$0" |
4502    sed '/^.*\/\([^/][^/]*\)\/*$/{
4503	    s//\1/
4504	    q
4505	  }
4506	  /^X\/\(\/\/\)$/{
4507	    s//\1/
4508	    q
4509	  }
4510	  /^X\/\(\/\).*/{
4511	    s//\1/
4512	    q
4513	  }
4514	  s/.*/./; q'`
4515
4516# Avoid depending upon Character Ranges.
4517as_cr_letters='abcdefghijklmnopqrstuvwxyz'
4518as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
4519as_cr_Letters=$as_cr_letters$as_cr_LETTERS
4520as_cr_digits='0123456789'
4521as_cr_alnum=$as_cr_Letters$as_cr_digits
4522
4523ECHO_C= ECHO_N= ECHO_T=
4524case `echo -n x` in #(((((
4525-n*)
4526  case `echo 'xy\c'` in
4527  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
4528  xy)  ECHO_C='\c';;
4529  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
4530       ECHO_T='	';;
4531  esac;;
4532*)
4533  ECHO_N='-n';;
4534esac
4535
4536rm -f conf$$ conf$$.exe conf$$.file
4537if test -d conf$$.dir; then
4538  rm -f conf$$.dir/conf$$.file
4539else
4540  rm -f conf$$.dir
4541  mkdir conf$$.dir 2>/dev/null
4542fi
4543if (echo >conf$$.file) 2>/dev/null; then
4544  if ln -s conf$$.file conf$$ 2>/dev/null; then
4545    as_ln_s='ln -s'
4546    # ... but there are two gotchas:
4547    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
4548    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
4549    # In both cases, we have to default to `cp -pR'.
4550    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
4551      as_ln_s='cp -pR'
4552  elif ln conf$$.file conf$$ 2>/dev/null; then
4553    as_ln_s=ln
4554  else
4555    as_ln_s='cp -pR'
4556  fi
4557else
4558  as_ln_s='cp -pR'
4559fi
4560rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
4561rmdir conf$$.dir 2>/dev/null
4562
4563
4564# as_fn_mkdir_p
4565# -------------
4566# Create "$as_dir" as a directory, including parents if necessary.
4567as_fn_mkdir_p ()
4568{
4569
4570  case $as_dir in #(
4571  -*) as_dir=./$as_dir;;
4572  esac
4573  test -d "$as_dir" || eval $as_mkdir_p || {
4574    as_dirs=
4575    while :; do
4576      case $as_dir in #(
4577      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
4578      *) as_qdir=$as_dir;;
4579      esac
4580      as_dirs="'$as_qdir' $as_dirs"
4581      as_dir=`$as_dirname -- "$as_dir" ||
4582$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4583	 X"$as_dir" : 'X\(//\)[^/]' \| \
4584	 X"$as_dir" : 'X\(//\)$' \| \
4585	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
4586$as_echo X"$as_dir" |
4587    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4588	    s//\1/
4589	    q
4590	  }
4591	  /^X\(\/\/\)[^/].*/{
4592	    s//\1/
4593	    q
4594	  }
4595	  /^X\(\/\/\)$/{
4596	    s//\1/
4597	    q
4598	  }
4599	  /^X\(\/\).*/{
4600	    s//\1/
4601	    q
4602	  }
4603	  s/.*/./; q'`
4604      test -d "$as_dir" && break
4605    done
4606    test -z "$as_dirs" || eval "mkdir $as_dirs"
4607  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
4608
4609
4610} # as_fn_mkdir_p
4611if mkdir -p . 2>/dev/null; then
4612  as_mkdir_p='mkdir -p "$as_dir"'
4613else
4614  test -d ./-p && rmdir ./-p
4615  as_mkdir_p=false
4616fi
4617
4618
4619# as_fn_executable_p FILE
4620# -----------------------
4621# Test if FILE is an executable regular file.
4622as_fn_executable_p ()
4623{
4624  test -f "$1" && test -x "$1"
4625} # as_fn_executable_p
4626as_test_x='test -x'
4627as_executable_p=as_fn_executable_p
4628
4629# Sed expression to map a string onto a valid CPP name.
4630as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
4631
4632# Sed expression to map a string onto a valid variable name.
4633as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
4634
4635
4636exec 6>&1
4637## ----------------------------------- ##
4638## Main body of $CONFIG_STATUS script. ##
4639## ----------------------------------- ##
4640_ASEOF
4641test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
4642
4643cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4644# Save the log message, to keep $0 and so on meaningful, and to
4645# report actual input values of CONFIG_FILES etc. instead of their
4646# values after options handling.
4647ac_log="
4648This file was extended by $as_me, which was
4649generated by GNU Autoconf 2.69.  Invocation command line was
4650
4651  CONFIG_FILES    = $CONFIG_FILES
4652  CONFIG_HEADERS  = $CONFIG_HEADERS
4653  CONFIG_LINKS    = $CONFIG_LINKS
4654  CONFIG_COMMANDS = $CONFIG_COMMANDS
4655  $ $0 $@
4656
4657on `(hostname || uname -n) 2>/dev/null | sed 1q`
4658"
4659
4660_ACEOF
4661
4662case $ac_config_files in *"
4663"*) set x $ac_config_files; shift; ac_config_files=$*;;
4664esac
4665
4666
4667
4668cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4669# Files that config.status was made for.
4670config_files="$ac_config_files"
4671config_commands="$ac_config_commands"
4672
4673_ACEOF
4674
4675cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4676ac_cs_usage="\
4677\`$as_me' instantiates files and other configuration actions
4678from templates according to the current configuration.  Unless the files
4679and actions are specified as TAGs, all are instantiated by default.
4680
4681Usage: $0 [OPTION]... [TAG]...
4682
4683  -h, --help       print this help, then exit
4684  -V, --version    print version number and configuration settings, then exit
4685      --config     print configuration, then exit
4686  -q, --quiet, --silent
4687                   do not print progress messages
4688  -d, --debug      don't remove temporary files
4689      --recheck    update $as_me by reconfiguring in the same conditions
4690      --file=FILE[:TEMPLATE]
4691                   instantiate the configuration file FILE
4692
4693Configuration files:
4694$config_files
4695
4696Configuration commands:
4697$config_commands
4698
4699Report bugs to the package provider."
4700
4701_ACEOF
4702cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4703ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4704ac_cs_version="\\
4705config.status
4706configured by $0, generated by GNU Autoconf 2.69,
4707  with options \\"\$ac_cs_config\\"
4708
4709Copyright (C) 2012 Free Software Foundation, Inc.
4710This config.status script is free software; the Free Software Foundation
4711gives unlimited permission to copy, distribute and modify it."
4712
4713ac_pwd='$ac_pwd'
4714srcdir='$srcdir'
4715INSTALL='$INSTALL'
4716MKDIR_P='$MKDIR_P'
4717AWK='$AWK'
4718test -n "\$AWK" || AWK=awk
4719_ACEOF
4720
4721cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4722# The default lists apply if the user does not specify any file.
4723ac_need_defaults=:
4724while test $# != 0
4725do
4726  case $1 in
4727  --*=?*)
4728    ac_option=`expr "X$1" : 'X\([^=]*\)='`
4729    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
4730    ac_shift=:
4731    ;;
4732  --*=)
4733    ac_option=`expr "X$1" : 'X\([^=]*\)='`
4734    ac_optarg=
4735    ac_shift=:
4736    ;;
4737  *)
4738    ac_option=$1
4739    ac_optarg=$2
4740    ac_shift=shift
4741    ;;
4742  esac
4743
4744  case $ac_option in
4745  # Handling of the options.
4746  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
4747    ac_cs_recheck=: ;;
4748  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
4749    $as_echo "$ac_cs_version"; exit ;;
4750  --config | --confi | --conf | --con | --co | --c )
4751    $as_echo "$ac_cs_config"; exit ;;
4752  --debug | --debu | --deb | --de | --d | -d )
4753    debug=: ;;
4754  --file | --fil | --fi | --f )
4755    $ac_shift
4756    case $ac_optarg in
4757    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
4758    '') as_fn_error $? "missing file argument" ;;
4759    esac
4760    as_fn_append CONFIG_FILES " '$ac_optarg'"
4761    ac_need_defaults=false;;
4762  --he | --h |  --help | --hel | -h )
4763    $as_echo "$ac_cs_usage"; exit ;;
4764  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
4765  | -silent | --silent | --silen | --sile | --sil | --si | --s)
4766    ac_cs_silent=: ;;
4767
4768  # This is an error.
4769  -*) as_fn_error $? "unrecognized option: \`$1'
4770Try \`$0 --help' for more information." ;;
4771
4772  *) as_fn_append ac_config_targets " $1"
4773     ac_need_defaults=false ;;
4774
4775  esac
4776  shift
4777done
4778
4779ac_configure_extra_args=
4780
4781if $ac_cs_silent; then
4782  exec 6>/dev/null
4783  ac_configure_extra_args="$ac_configure_extra_args --silent"
4784fi
4785
4786_ACEOF
4787cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4788if \$ac_cs_recheck; then
4789  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
4790  shift
4791  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
4792  CONFIG_SHELL='$SHELL'
4793  export CONFIG_SHELL
4794  exec "\$@"
4795fi
4796
4797_ACEOF
4798cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4799exec 5>>config.log
4800{
4801  echo
4802  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
4803## Running $as_me. ##
4804_ASBOX
4805  $as_echo "$ac_log"
4806} >&5
4807
4808_ACEOF
4809cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4810#
4811# INIT-COMMANDS
4812#
4813AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
4814
4815_ACEOF
4816
4817cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4818
4819# Handling of arguments.
4820for ac_config_target in $ac_config_targets
4821do
4822  case $ac_config_target in
4823    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
4824    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
4825
4826  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
4827  esac
4828done
4829
4830
4831# If the user did not use the arguments to specify the items to instantiate,
4832# then the envvar interface is used.  Set only those that are not.
4833# We use the long form for the default assignment because of an extremely
4834# bizarre bug on SunOS 4.1.3.
4835if $ac_need_defaults; then
4836  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
4837  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
4838fi
4839
4840# Have a temporary directory for convenience.  Make it in the build tree
4841# simply because there is no reason against having it here, and in addition,
4842# creating and moving files from /tmp can sometimes cause problems.
4843# Hook for its removal unless debugging.
4844# Note that there is a small window in which the directory will not be cleaned:
4845# after its creation but before its name has been assigned to `$tmp'.
4846$debug ||
4847{
4848  tmp= ac_tmp=
4849  trap 'exit_status=$?
4850  : "${ac_tmp:=$tmp}"
4851  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
4852' 0
4853  trap 'as_fn_exit 1' 1 2 13 15
4854}
4855# Create a (secure) tmp directory for tmp files.
4856
4857{
4858  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
4859  test -d "$tmp"
4860}  ||
4861{
4862  tmp=./conf$$-$RANDOM
4863  (umask 077 && mkdir "$tmp")
4864} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
4865ac_tmp=$tmp
4866
4867# Set up the scripts for CONFIG_FILES section.
4868# No need to generate them if there are no CONFIG_FILES.
4869# This happens for instance with `./config.status config.h'.
4870if test -n "$CONFIG_FILES"; then
4871
4872
4873ac_cr=`echo X | tr X '\015'`
4874# On cygwin, bash can eat \r inside `` if the user requested igncr.
4875# But we know of no other shell where ac_cr would be empty at this
4876# point, so we can use a bashism as a fallback.
4877if test "x$ac_cr" = x; then
4878  eval ac_cr=\$\'\\r\'
4879fi
4880ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
4881if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
4882  ac_cs_awk_cr='\\r'
4883else
4884  ac_cs_awk_cr=$ac_cr
4885fi
4886
4887echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
4888_ACEOF
4889
4890
4891{
4892  echo "cat >conf$$subs.awk <<_ACEOF" &&
4893  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
4894  echo "_ACEOF"
4895} >conf$$subs.sh ||
4896  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4897ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
4898ac_delim='%!_!# '
4899for ac_last_try in false false false false false :; do
4900  . ./conf$$subs.sh ||
4901    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4902
4903  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
4904  if test $ac_delim_n = $ac_delim_num; then
4905    break
4906  elif $ac_last_try; then
4907    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4908  else
4909    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
4910  fi
4911done
4912rm -f conf$$subs.sh
4913
4914cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4915cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
4916_ACEOF
4917sed -n '
4918h
4919s/^/S["/; s/!.*/"]=/
4920p
4921g
4922s/^[^!]*!//
4923:repl
4924t repl
4925s/'"$ac_delim"'$//
4926t delim
4927:nl
4928h
4929s/\(.\{148\}\)..*/\1/
4930t more1
4931s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
4932p
4933n
4934b repl
4935:more1
4936s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4937p
4938g
4939s/.\{148\}//
4940t nl
4941:delim
4942h
4943s/\(.\{148\}\)..*/\1/
4944t more2
4945s/["\\]/\\&/g; s/^/"/; s/$/"/
4946p
4947b
4948:more2
4949s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4950p
4951g
4952s/.\{148\}//
4953t delim
4954' <conf$$subs.awk | sed '
4955/^[^""]/{
4956  N
4957  s/\n//
4958}
4959' >>$CONFIG_STATUS || ac_write_fail=1
4960rm -f conf$$subs.awk
4961cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4962_ACAWK
4963cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
4964  for (key in S) S_is_set[key] = 1
4965  FS = ""
4966
4967}
4968{
4969  line = $ 0
4970  nfields = split(line, field, "@")
4971  substed = 0
4972  len = length(field[1])
4973  for (i = 2; i < nfields; i++) {
4974    key = field[i]
4975    keylen = length(key)
4976    if (S_is_set[key]) {
4977      value = S[key]
4978      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
4979      len += length(value) + length(field[++i])
4980      substed = 1
4981    } else
4982      len += 1 + keylen
4983  }
4984
4985  print line
4986}
4987
4988_ACAWK
4989_ACEOF
4990cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4991if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
4992  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
4993else
4994  cat
4995fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
4996  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
4997_ACEOF
4998
4999# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
5000# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
5001# trailing colons and then remove the whole line if VPATH becomes empty
5002# (actually we leave an empty line to preserve line numbers).
5003if test "x$srcdir" = x.; then
5004  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
5005h
5006s///
5007s/^/:/
5008s/[	 ]*$/:/
5009s/:\$(srcdir):/:/g
5010s/:\${srcdir}:/:/g
5011s/:@srcdir@:/:/g
5012s/^:*//
5013s/:*$//
5014x
5015s/\(=[	 ]*\).*/\1/
5016G
5017s/\n//
5018s/^[^=]*=[	 ]*$//
5019}'
5020fi
5021
5022cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5023fi # test -n "$CONFIG_FILES"
5024
5025
5026eval set X "  :F $CONFIG_FILES      :C $CONFIG_COMMANDS"
5027shift
5028for ac_tag
5029do
5030  case $ac_tag in
5031  :[FHLC]) ac_mode=$ac_tag; continue;;
5032  esac
5033  case $ac_mode$ac_tag in
5034  :[FHL]*:*);;
5035  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
5036  :[FH]-) ac_tag=-:-;;
5037  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
5038  esac
5039  ac_save_IFS=$IFS
5040  IFS=:
5041  set x $ac_tag
5042  IFS=$ac_save_IFS
5043  shift
5044  ac_file=$1
5045  shift
5046
5047  case $ac_mode in
5048  :L) ac_source=$1;;
5049  :[FH])
5050    ac_file_inputs=
5051    for ac_f
5052    do
5053      case $ac_f in
5054      -) ac_f="$ac_tmp/stdin";;
5055      *) # Look for the file first in the build tree, then in the source tree
5056	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
5057	 # because $ac_f cannot contain `:'.
5058	 test -f "$ac_f" ||
5059	   case $ac_f in
5060	   [\\/$]*) false;;
5061	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
5062	   esac ||
5063	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
5064      esac
5065      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
5066      as_fn_append ac_file_inputs " '$ac_f'"
5067    done
5068
5069    # Let's still pretend it is `configure' which instantiates (i.e., don't
5070    # use $as_me), people would be surprised to read:
5071    #    /* config.h.  Generated by config.status.  */
5072    configure_input='Generated from '`
5073	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
5074	`' by configure.'
5075    if test x"$ac_file" != x-; then
5076      configure_input="$ac_file.  $configure_input"
5077      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
5078$as_echo "$as_me: creating $ac_file" >&6;}
5079    fi
5080    # Neutralize special characters interpreted by sed in replacement strings.
5081    case $configure_input in #(
5082    *\&* | *\|* | *\\* )
5083       ac_sed_conf_input=`$as_echo "$configure_input" |
5084       sed 's/[\\\\&|]/\\\\&/g'`;; #(
5085    *) ac_sed_conf_input=$configure_input;;
5086    esac
5087
5088    case $ac_tag in
5089    *:-:* | *:-) cat >"$ac_tmp/stdin" \
5090      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
5091    esac
5092    ;;
5093  esac
5094
5095  ac_dir=`$as_dirname -- "$ac_file" ||
5096$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5097	 X"$ac_file" : 'X\(//\)[^/]' \| \
5098	 X"$ac_file" : 'X\(//\)$' \| \
5099	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
5100$as_echo X"$ac_file" |
5101    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5102	    s//\1/
5103	    q
5104	  }
5105	  /^X\(\/\/\)[^/].*/{
5106	    s//\1/
5107	    q
5108	  }
5109	  /^X\(\/\/\)$/{
5110	    s//\1/
5111	    q
5112	  }
5113	  /^X\(\/\).*/{
5114	    s//\1/
5115	    q
5116	  }
5117	  s/.*/./; q'`
5118  as_dir="$ac_dir"; as_fn_mkdir_p
5119  ac_builddir=.
5120
5121case "$ac_dir" in
5122.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
5123*)
5124  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
5125  # A ".." for each directory in $ac_dir_suffix.
5126  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
5127  case $ac_top_builddir_sub in
5128  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
5129  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
5130  esac ;;
5131esac
5132ac_abs_top_builddir=$ac_pwd
5133ac_abs_builddir=$ac_pwd$ac_dir_suffix
5134# for backward compatibility:
5135ac_top_builddir=$ac_top_build_prefix
5136
5137case $srcdir in
5138  .)  # We are building in place.
5139    ac_srcdir=.
5140    ac_top_srcdir=$ac_top_builddir_sub
5141    ac_abs_top_srcdir=$ac_pwd ;;
5142  [\\/]* | ?:[\\/]* )  # Absolute name.
5143    ac_srcdir=$srcdir$ac_dir_suffix;
5144    ac_top_srcdir=$srcdir
5145    ac_abs_top_srcdir=$srcdir ;;
5146  *) # Relative name.
5147    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
5148    ac_top_srcdir=$ac_top_build_prefix$srcdir
5149    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5150esac
5151ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
5152
5153
5154  case $ac_mode in
5155  :F)
5156  #
5157  # CONFIG_FILE
5158  #
5159
5160  case $INSTALL in
5161  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
5162  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
5163  esac
5164  ac_MKDIR_P=$MKDIR_P
5165  case $MKDIR_P in
5166  [\\/$]* | ?:[\\/]* ) ;;
5167  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
5168  esac
5169_ACEOF
5170
5171cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5172# If the template does not know about datarootdir, expand it.
5173# FIXME: This hack should be removed a few years after 2.60.
5174ac_datarootdir_hack=; ac_datarootdir_seen=
5175ac_sed_dataroot='
5176/datarootdir/ {
5177  p
5178  q
5179}
5180/@datadir@/p
5181/@docdir@/p
5182/@infodir@/p
5183/@localedir@/p
5184/@mandir@/p'
5185case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
5186*datarootdir*) ac_datarootdir_seen=yes;;
5187*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
5188  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
5189$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
5190_ACEOF
5191cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5192  ac_datarootdir_hack='
5193  s&@datadir@&$datadir&g
5194  s&@docdir@&$docdir&g
5195  s&@infodir@&$infodir&g
5196  s&@localedir@&$localedir&g
5197  s&@mandir@&$mandir&g
5198  s&\\\${datarootdir}&$datarootdir&g' ;;
5199esac
5200_ACEOF
5201
5202# Neutralize VPATH when `$srcdir' = `.'.
5203# Shell code in configure.ac might set extrasub.
5204# FIXME: do we really want to maintain this feature?
5205cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5206ac_sed_extra="$ac_vpsub
5207$extrasub
5208_ACEOF
5209cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5210:t
5211/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5212s|@configure_input@|$ac_sed_conf_input|;t t
5213s&@top_builddir@&$ac_top_builddir_sub&;t t
5214s&@top_build_prefix@&$ac_top_build_prefix&;t t
5215s&@srcdir@&$ac_srcdir&;t t
5216s&@abs_srcdir@&$ac_abs_srcdir&;t t
5217s&@top_srcdir@&$ac_top_srcdir&;t t
5218s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
5219s&@builddir@&$ac_builddir&;t t
5220s&@abs_builddir@&$ac_abs_builddir&;t t
5221s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
5222s&@INSTALL@&$ac_INSTALL&;t t
5223s&@MKDIR_P@&$ac_MKDIR_P&;t t
5224$ac_datarootdir_hack
5225"
5226eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
5227  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5228
5229test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
5230  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
5231  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
5232      "$ac_tmp/out"`; test -z "$ac_out"; } &&
5233  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5234which seems to be undefined.  Please make sure it is defined" >&5
5235$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5236which seems to be undefined.  Please make sure it is defined" >&2;}
5237
5238  rm -f "$ac_tmp/stdin"
5239  case $ac_file in
5240  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
5241  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
5242  esac \
5243  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5244 ;;
5245
5246
5247  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
5248$as_echo "$as_me: executing $ac_file commands" >&6;}
5249 ;;
5250  esac
5251
5252
5253  case $ac_file$ac_mode in
5254    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
5255  # Autoconf 2.62 quotes --file arguments for eval, but not when files
5256  # are listed without --file.  Let's play safe and only enable the eval
5257  # if we detect the quoting.
5258  case $CONFIG_FILES in
5259  *\'*) eval set x "$CONFIG_FILES" ;;
5260  *)   set x $CONFIG_FILES ;;
5261  esac
5262  shift
5263  for mf
5264  do
5265    # Strip MF so we end up with the name of the file.
5266    mf=`echo "$mf" | sed -e 's/:.*$//'`
5267    # Check whether this is an Automake generated Makefile or not.
5268    # We used to match only the files named `Makefile.in', but
5269    # some people rename them; so instead we look at the file content.
5270    # Grep'ing the first line is not enough: some people post-process
5271    # each Makefile.in and add a new line on top of each file to say so.
5272    # Grep'ing the whole file is not good either: AIX grep has a line
5273    # limit of 2048, but all sed's we know have understand at least 4000.
5274    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
5275      dirpart=`$as_dirname -- "$mf" ||
5276$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5277	 X"$mf" : 'X\(//\)[^/]' \| \
5278	 X"$mf" : 'X\(//\)$' \| \
5279	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
5280$as_echo X"$mf" |
5281    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5282	    s//\1/
5283	    q
5284	  }
5285	  /^X\(\/\/\)[^/].*/{
5286	    s//\1/
5287	    q
5288	  }
5289	  /^X\(\/\/\)$/{
5290	    s//\1/
5291	    q
5292	  }
5293	  /^X\(\/\).*/{
5294	    s//\1/
5295	    q
5296	  }
5297	  s/.*/./; q'`
5298    else
5299      continue
5300    fi
5301    # Extract the definition of DEPDIR, am__include, and am__quote
5302    # from the Makefile without running `make'.
5303    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
5304    test -z "$DEPDIR" && continue
5305    am__include=`sed -n 's/^am__include = //p' < "$mf"`
5306    test -z "am__include" && continue
5307    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
5308    # When using ansi2knr, U may be empty or an underscore; expand it
5309    U=`sed -n 's/^U = //p' < "$mf"`
5310    # Find all dependency output files, they are included files with
5311    # $(DEPDIR) in their names.  We invoke sed twice because it is the
5312    # simplest approach to changing $(DEPDIR) to its actual value in the
5313    # expansion.
5314    for file in `sed -n "
5315      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
5316	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
5317      # Make sure the directory exists.
5318      test -f "$dirpart/$file" && continue
5319      fdir=`$as_dirname -- "$file" ||
5320$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5321	 X"$file" : 'X\(//\)[^/]' \| \
5322	 X"$file" : 'X\(//\)$' \| \
5323	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
5324$as_echo X"$file" |
5325    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5326	    s//\1/
5327	    q
5328	  }
5329	  /^X\(\/\/\)[^/].*/{
5330	    s//\1/
5331	    q
5332	  }
5333	  /^X\(\/\/\)$/{
5334	    s//\1/
5335	    q
5336	  }
5337	  /^X\(\/\).*/{
5338	    s//\1/
5339	    q
5340	  }
5341	  s/.*/./; q'`
5342      as_dir=$dirpart/$fdir; as_fn_mkdir_p
5343      # echo "creating $dirpart/$file"
5344      echo '# dummy' > "$dirpart/$file"
5345    done
5346  done
5347}
5348 ;;
5349
5350  esac
5351done # for ac_tag
5352
5353
5354as_fn_exit 0
5355_ACEOF
5356ac_clean_files=$ac_clean_files_save
5357
5358test $ac_write_fail = 0 ||
5359  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
5360
5361
5362# configure is writing to config.log, and then calls config.status.
5363# config.status does its own redirection, appending to config.log.
5364# Unfortunately, on DOS this fails, as config.log is still kept open
5365# by configure, so config.status won't be able to write to it; its
5366# output is simply discarded.  So we exec the FD to /dev/null,
5367# effectively closing config.log, so it can be properly (re)opened and
5368# appended to by config.status.  When coming back to configure, we
5369# need to make the FD available again.
5370if test "$no_create" != yes; then
5371  ac_cs_success=:
5372  ac_config_status_args=
5373  test "$silent" = yes &&
5374    ac_config_status_args="$ac_config_status_args --quiet"
5375  exec 5>/dev/null
5376  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
5377  exec 5>>config.log
5378  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
5379  # would make configure fail if this is the last instruction.
5380  $ac_cs_success || as_fn_exit 1
5381fi
5382if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
5383  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
5384$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
5385fi
5386
5387