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