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