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