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