1#! /bin/sh
2# From configure.in @(#) Id: configure.in 66 2021-03-27 22:39:53Z leres  (LBL).
3# Guess values for system-dependent variables and create Makefiles.
4# Generated by GNU Autoconf 2.69.
5#
6# Copyright (c) 2011, 2016, 2018, 2021
7#     The Regents of the University of California.  All rights reserved.
8#
9#
10# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
11#
12#
13# This configure script is free software; the Free Software Foundation
14# gives unlimited permission to copy, distribute and modify it.
15## -------------------- ##
16## M4sh Initialization. ##
17## -------------------- ##
18
19# Be more Bourne compatible
20DUALCASE=1; export DUALCASE # for MKS sh
21if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22  emulate sh
23  NULLCMD=:
24  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25  # is contrary to our usage.  Disable this feature.
26  alias -g '${1+"$@"}'='"$@"'
27  setopt NO_GLOB_SUBST
28else
29  case `(set -o) 2>/dev/null` in #(
30  *posix*) :
31    set -o posix ;; #(
32  *) :
33     ;;
34esac
35fi
36
37
38as_nl='
39'
40export as_nl
41# Printing a long string crashes Solaris 7 /usr/bin/printf.
42as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45# Prefer a ksh shell builtin over an external printf program on Solaris,
46# but without wasting forks for bash or zsh.
47if test -z "$BASH_VERSION$ZSH_VERSION" \
48    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49  as_echo='print -r --'
50  as_echo_n='print -rn --'
51elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52  as_echo='printf %s\n'
53  as_echo_n='printf %s'
54else
55  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57    as_echo_n='/usr/ucb/echo -n'
58  else
59    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60    as_echo_n_body='eval
61      arg=$1;
62      case $arg in #(
63      *"$as_nl"*)
64	expr "X$arg" : "X\\(.*\\)$as_nl";
65	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66      esac;
67      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
68    '
69    export as_echo_n_body
70    as_echo_n='sh -c $as_echo_n_body as_echo'
71  fi
72  export as_echo_body
73  as_echo='sh -c $as_echo_body as_echo'
74fi
75
76# The user is always right.
77if test "${PATH_SEPARATOR+set}" != set; then
78  PATH_SEPARATOR=:
79  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81      PATH_SEPARATOR=';'
82  }
83fi
84
85
86# IFS
87# We need space, tab and new line, in precisely that order.  Quoting is
88# there to prevent editors from complaining about space-tab.
89# (If _AS_PATH_WALK were called with IFS unset, it would disable word
90# splitting by setting IFS to empty value.)
91IFS=" ""	$as_nl"
92
93# Find who we are.  Look in the path if we contain no directory separator.
94as_myself=
95case $0 in #((
96  *[\\/]* ) as_myself=$0 ;;
97  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
98for as_dir in $PATH
99do
100  IFS=$as_save_IFS
101  test -z "$as_dir" && as_dir=.
102    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
103  done
104IFS=$as_save_IFS
105
106     ;;
107esac
108# We did not find ourselves, most probably we were run as `sh COMMAND'
109# in which case we are not to be found in the path.
110if test "x$as_myself" = x; then
111  as_myself=$0
112fi
113if test ! -f "$as_myself"; then
114  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
115  exit 1
116fi
117
118# Unset variables that we do not need and which cause bugs (e.g. in
119# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
120# suppresses any "Segmentation fault" message there.  '((' could
121# trigger a bug in pdksh 5.2.14.
122for as_var in BASH_ENV ENV MAIL MAILPATH
123do eval test x\${$as_var+set} = xset \
124  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
125done
126PS1='$ '
127PS2='> '
128PS4='+ '
129
130# NLS nuisances.
131LC_ALL=C
132export LC_ALL
133LANGUAGE=C
134export LANGUAGE
135
136# CDPATH.
137(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138
139# Use a proper internal environment variable to ensure we don't fall
140  # into an infinite loop, continuously re-executing ourselves.
141  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
142    _as_can_reexec=no; export _as_can_reexec;
143    # We cannot yet assume a decent shell, so we have to provide a
144# neutralization value for shells without unset; and this also
145# works around shells that cannot unset nonexistent variables.
146# Preserve -v and -x to the replacement shell.
147BASH_ENV=/dev/null
148ENV=/dev/null
149(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
150case $- in # ((((
151  *v*x* | *x*v* ) as_opts=-vx ;;
152  *v* ) as_opts=-v ;;
153  *x* ) as_opts=-x ;;
154  * ) as_opts= ;;
155esac
156exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
157# Admittedly, this is quite paranoid, since all the known shells bail
158# out after a failed `exec'.
159$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
160as_fn_exit 255
161  fi
162  # We don't want this to propagate to other subprocesses.
163          { _as_can_reexec=; unset _as_can_reexec;}
164if test "x$CONFIG_SHELL" = x; then
165  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
166  emulate sh
167  NULLCMD=:
168  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
169  # is contrary to our usage.  Disable this feature.
170  alias -g '\${1+\"\$@\"}'='\"\$@\"'
171  setopt NO_GLOB_SUBST
172else
173  case \`(set -o) 2>/dev/null\` in #(
174  *posix*) :
175    set -o posix ;; #(
176  *) :
177     ;;
178esac
179fi
180"
181  as_required="as_fn_return () { (exit \$1); }
182as_fn_success () { as_fn_return 0; }
183as_fn_failure () { as_fn_return 1; }
184as_fn_ret_success () { return 0; }
185as_fn_ret_failure () { return 1; }
186
187exitcode=0
188as_fn_success || { exitcode=1; echo as_fn_success failed.; }
189as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
190as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
191as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
192if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
193
194else
195  exitcode=1; echo positional parameters were not saved.
196fi
197test x\$exitcode = x0 || exit 1
198test -x / || exit 1"
199  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
200  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
201  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
202  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
203  if (eval "$as_required") 2>/dev/null; then :
204  as_have_required=yes
205else
206  as_have_required=no
207fi
208  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
209
210else
211  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
212as_found=false
213for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
214do
215  IFS=$as_save_IFS
216  test -z "$as_dir" && as_dir=.
217  as_found=:
218  case $as_dir in #(
219	 /*)
220	   for as_base in sh bash ksh sh5; do
221	     # Try only shells that exist, to save several forks.
222	     as_shell=$as_dir/$as_base
223	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
224		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
225  CONFIG_SHELL=$as_shell as_have_required=yes
226		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
227  break 2
228fi
229fi
230	   done;;
231       esac
232  as_found=false
233done
234$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
235	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
236  CONFIG_SHELL=$SHELL as_have_required=yes
237fi; }
238IFS=$as_save_IFS
239
240
241      if test "x$CONFIG_SHELL" != x; then :
242  export CONFIG_SHELL
243             # We cannot yet assume a decent shell, so we have to provide a
244# neutralization value for shells without unset; and this also
245# works around shells that cannot unset nonexistent variables.
246# Preserve -v and -x to the replacement shell.
247BASH_ENV=/dev/null
248ENV=/dev/null
249(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
250case $- in # ((((
251  *v*x* | *x*v* ) as_opts=-vx ;;
252  *v* ) as_opts=-v ;;
253  *x* ) as_opts=-x ;;
254  * ) as_opts= ;;
255esac
256exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
257# Admittedly, this is quite paranoid, since all the known shells bail
258# out after a failed `exec'.
259$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
260exit 255
261fi
262
263    if test x$as_have_required = xno; then :
264  $as_echo "$0: This script requires a shell more modern than all"
265  $as_echo "$0: the shells that I found on your system."
266  if test x${ZSH_VERSION+set} = xset ; then
267    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
268    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
269  else
270    $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
271$0: including any error possibly output before this
272$0: message. Then install a modern shell, or manually run
273$0: the script under such a shell if you do have one."
274  fi
275  exit 1
276fi
277fi
278fi
279SHELL=${CONFIG_SHELL-/bin/sh}
280export SHELL
281# Unset more variables known to interfere with behavior of common tools.
282CLICOLOR_FORCE= GREP_OPTIONS=
283unset CLICOLOR_FORCE GREP_OPTIONS
284
285## --------------------- ##
286## M4sh Shell Functions. ##
287## --------------------- ##
288# as_fn_unset VAR
289# ---------------
290# Portably unset VAR.
291as_fn_unset ()
292{
293  { eval $1=; unset $1;}
294}
295as_unset=as_fn_unset
296
297# as_fn_set_status STATUS
298# -----------------------
299# Set $? to STATUS, without forking.
300as_fn_set_status ()
301{
302  return $1
303} # as_fn_set_status
304
305# as_fn_exit STATUS
306# -----------------
307# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
308as_fn_exit ()
309{
310  set +e
311  as_fn_set_status $1
312  exit $1
313} # as_fn_exit
314
315# as_fn_mkdir_p
316# -------------
317# Create "$as_dir" as a directory, including parents if necessary.
318as_fn_mkdir_p ()
319{
320
321  case $as_dir in #(
322  -*) as_dir=./$as_dir;;
323  esac
324  test -d "$as_dir" || eval $as_mkdir_p || {
325    as_dirs=
326    while :; do
327      case $as_dir in #(
328      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
329      *) as_qdir=$as_dir;;
330      esac
331      as_dirs="'$as_qdir' $as_dirs"
332      as_dir=`$as_dirname -- "$as_dir" ||
333$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
334	 X"$as_dir" : 'X\(//\)[^/]' \| \
335	 X"$as_dir" : 'X\(//\)$' \| \
336	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
337$as_echo X"$as_dir" |
338    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
339	    s//\1/
340	    q
341	  }
342	  /^X\(\/\/\)[^/].*/{
343	    s//\1/
344	    q
345	  }
346	  /^X\(\/\/\)$/{
347	    s//\1/
348	    q
349	  }
350	  /^X\(\/\).*/{
351	    s//\1/
352	    q
353	  }
354	  s/.*/./; q'`
355      test -d "$as_dir" && break
356    done
357    test -z "$as_dirs" || eval "mkdir $as_dirs"
358  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
359
360
361} # as_fn_mkdir_p
362
363# as_fn_executable_p FILE
364# -----------------------
365# Test if FILE is an executable regular file.
366as_fn_executable_p ()
367{
368  test -f "$1" && test -x "$1"
369} # as_fn_executable_p
370# as_fn_append VAR VALUE
371# ----------------------
372# Append the text in VALUE to the end of the definition contained in VAR. Take
373# advantage of any shell optimizations that allow amortized linear growth over
374# repeated appends, instead of the typical quadratic growth present in naive
375# implementations.
376if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
377  eval 'as_fn_append ()
378  {
379    eval $1+=\$2
380  }'
381else
382  as_fn_append ()
383  {
384    eval $1=\$$1\$2
385  }
386fi # as_fn_append
387
388# as_fn_arith ARG...
389# ------------------
390# Perform arithmetic evaluation on the ARGs, and store the result in the
391# global $as_val. Take advantage of shells that can avoid forks. The arguments
392# must be portable across $(()) and expr.
393if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
394  eval 'as_fn_arith ()
395  {
396    as_val=$(( $* ))
397  }'
398else
399  as_fn_arith ()
400  {
401    as_val=`expr "$@" || test $? -eq 1`
402  }
403fi # as_fn_arith
404
405
406# as_fn_error STATUS ERROR [LINENO LOG_FD]
407# ----------------------------------------
408# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
409# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
410# script with STATUS, using 1 if that was 0.
411as_fn_error ()
412{
413  as_status=$1; test $as_status -eq 0 && as_status=1
414  if test "$4"; then
415    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
416    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
417  fi
418  $as_echo "$as_me: error: $2" >&2
419  as_fn_exit $as_status
420} # as_fn_error
421
422if expr a : '\(a\)' >/dev/null 2>&1 &&
423   test "X`expr 00001 : '.*\(...\)'`" = X001; then
424  as_expr=expr
425else
426  as_expr=false
427fi
428
429if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
430  as_basename=basename
431else
432  as_basename=false
433fi
434
435if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
436  as_dirname=dirname
437else
438  as_dirname=false
439fi
440
441as_me=`$as_basename -- "$0" ||
442$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443	 X"$0" : 'X\(//\)$' \| \
444	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
445$as_echo X/"$0" |
446    sed '/^.*\/\([^/][^/]*\)\/*$/{
447	    s//\1/
448	    q
449	  }
450	  /^X\/\(\/\/\)$/{
451	    s//\1/
452	    q
453	  }
454	  /^X\/\(\/\).*/{
455	    s//\1/
456	    q
457	  }
458	  s/.*/./; q'`
459
460# Avoid depending upon Character Ranges.
461as_cr_letters='abcdefghijklmnopqrstuvwxyz'
462as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
463as_cr_Letters=$as_cr_letters$as_cr_LETTERS
464as_cr_digits='0123456789'
465as_cr_alnum=$as_cr_Letters$as_cr_digits
466
467
468  as_lineno_1=$LINENO as_lineno_1a=$LINENO
469  as_lineno_2=$LINENO as_lineno_2a=$LINENO
470  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
471  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
472  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
473  sed -n '
474    p
475    /[$]LINENO/=
476  ' <$as_myself |
477    sed '
478      s/[$]LINENO.*/&-/
479      t lineno
480      b
481      :lineno
482      N
483      :loop
484      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
485      t loop
486      s/-\n.*//
487    ' >$as_me.lineno &&
488  chmod +x "$as_me.lineno" ||
489    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
490
491  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
492  # already done that, so ensure we don't try to do so again and fall
493  # in an infinite loop.  This has already happened in practice.
494  _as_can_reexec=no; export _as_can_reexec
495  # Don't try to exec as it changes $[0], causing all sort of problems
496  # (the dirname of $[0] is not the place where we might find the
497  # original and so on.  Autoconf is especially sensitive to this).
498  . "./$as_me.lineno"
499  # Exit status is that of the last command.
500  exit
501}
502
503ECHO_C= ECHO_N= ECHO_T=
504case `echo -n x` in #(((((
505-n*)
506  case `echo 'xy\c'` in
507  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
508  xy)  ECHO_C='\c';;
509  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
510       ECHO_T='	';;
511  esac;;
512*)
513  ECHO_N='-n';;
514esac
515
516rm -f conf$$ conf$$.exe conf$$.file
517if test -d conf$$.dir; then
518  rm -f conf$$.dir/conf$$.file
519else
520  rm -f conf$$.dir
521  mkdir conf$$.dir 2>/dev/null
522fi
523if (echo >conf$$.file) 2>/dev/null; then
524  if ln -s conf$$.file conf$$ 2>/dev/null; then
525    as_ln_s='ln -s'
526    # ... but there are two gotchas:
527    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
528    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
529    # In both cases, we have to default to `cp -pR'.
530    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
531      as_ln_s='cp -pR'
532  elif ln conf$$.file conf$$ 2>/dev/null; then
533    as_ln_s=ln
534  else
535    as_ln_s='cp -pR'
536  fi
537else
538  as_ln_s='cp -pR'
539fi
540rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
541rmdir conf$$.dir 2>/dev/null
542
543if mkdir -p . 2>/dev/null; then
544  as_mkdir_p='mkdir -p "$as_dir"'
545else
546  test -d ./-p && rmdir ./-p
547  as_mkdir_p=false
548fi
549
550as_test_x='test -x'
551as_executable_p=as_fn_executable_p
552
553# Sed expression to map a string onto a valid CPP name.
554as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
555
556# Sed expression to map a string onto a valid variable name.
557as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
558
559
560test -n "$DJDIR" || exec 7<&0 </dev/null
561exec 6>&1
562
563# Name of the host.
564# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
565# so uname gets run too.
566ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
567
568#
569# Initializations.
570#
571ac_default_prefix=/usr/local
572ac_clean_files=
573ac_config_libobj_dir=.
574LIBOBJS=
575cross_compiling=no
576subdirs=
577MFLAGS=
578MAKEFLAGS=
579
580# Identity of this package.
581PACKAGE_NAME=
582PACKAGE_TARNAME=
583PACKAGE_VERSION=
584PACKAGE_STRING=
585PACKAGE_BUGREPORT=
586PACKAGE_URL=
587
588ac_unique_file="create-cert.sh.in"
589ac_subst_vars='LTLIBOBJS
590LIBOBJS
591VERSION
592BINDEST
593INSTALL_DATA
594INSTALL_SCRIPT
595INSTALL_PROGRAM
596target_os
597target_vendor
598target_cpu
599target
600host_os
601host_vendor
602host_cpu
603host
604build_os
605build_vendor
606build_cpu
607build
608target_alias
609host_alias
610build_alias
611LIBS
612ECHO_T
613ECHO_N
614ECHO_C
615DEFS
616mandir
617localedir
618libdir
619psdir
620pdfdir
621dvidir
622htmldir
623infodir
624docdir
625oldincludedir
626includedir
627localstatedir
628sharedstatedir
629sysconfdir
630datadir
631datarootdir
632libexecdir
633sbindir
634bindir
635program_transform_name
636prefix
637exec_prefix
638PACKAGE_URL
639PACKAGE_BUGREPORT
640PACKAGE_STRING
641PACKAGE_VERSION
642PACKAGE_TARNAME
643PACKAGE_NAME
644PATH_SEPARATOR
645SHELL'
646ac_subst_files=''
647ac_user_opts='
648enable_option_checking
649'
650      ac_precious_vars='build_alias
651host_alias
652target_alias'
653
654
655# Initialize some variables set by options.
656ac_init_help=
657ac_init_version=false
658ac_unrecognized_opts=
659ac_unrecognized_sep=
660# The variables have the same names as the options, with
661# dashes changed to underlines.
662cache_file=/dev/null
663exec_prefix=NONE
664no_create=
665no_recursion=
666prefix=NONE
667program_prefix=NONE
668program_suffix=NONE
669program_transform_name=s,x,x,
670silent=
671site=
672srcdir=
673verbose=
674x_includes=NONE
675x_libraries=NONE
676
677# Installation directory options.
678# These are left unexpanded so users can "make install exec_prefix=/foo"
679# and all the variables that are supposed to be based on exec_prefix
680# by default will actually change.
681# Use braces instead of parens because sh, perl, etc. also accept them.
682# (The list follows the same order as the GNU Coding Standards.)
683bindir='${exec_prefix}/bin'
684sbindir='${exec_prefix}/sbin'
685libexecdir='${exec_prefix}/libexec'
686datarootdir='${prefix}/share'
687datadir='${datarootdir}'
688sysconfdir='${prefix}/etc'
689sharedstatedir='${prefix}/com'
690localstatedir='${prefix}/var'
691includedir='${prefix}/include'
692oldincludedir='/usr/include'
693docdir='${datarootdir}/doc/${PACKAGE}'
694infodir='${datarootdir}/info'
695htmldir='${docdir}'
696dvidir='${docdir}'
697pdfdir='${docdir}'
698psdir='${docdir}'
699libdir='${exec_prefix}/lib'
700localedir='${datarootdir}/locale'
701mandir='${datarootdir}/man'
702
703ac_prev=
704ac_dashdash=
705for ac_option
706do
707  # If the previous option needs an argument, assign it.
708  if test -n "$ac_prev"; then
709    eval $ac_prev=\$ac_option
710    ac_prev=
711    continue
712  fi
713
714  case $ac_option in
715  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
716  *=)   ac_optarg= ;;
717  *)    ac_optarg=yes ;;
718  esac
719
720  # Accept the important Cygnus configure options, so we can diagnose typos.
721
722  case $ac_dashdash$ac_option in
723  --)
724    ac_dashdash=yes ;;
725
726  -bindir | --bindir | --bindi | --bind | --bin | --bi)
727    ac_prev=bindir ;;
728  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
729    bindir=$ac_optarg ;;
730
731  -build | --build | --buil | --bui | --bu)
732    ac_prev=build_alias ;;
733  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
734    build_alias=$ac_optarg ;;
735
736  -cache-file | --cache-file | --cache-fil | --cache-fi \
737  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
738    ac_prev=cache_file ;;
739  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
740  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
741    cache_file=$ac_optarg ;;
742
743  --config-cache | -C)
744    cache_file=config.cache ;;
745
746  -datadir | --datadir | --datadi | --datad)
747    ac_prev=datadir ;;
748  -datadir=* | --datadir=* | --datadi=* | --datad=*)
749    datadir=$ac_optarg ;;
750
751  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
752  | --dataroo | --dataro | --datar)
753    ac_prev=datarootdir ;;
754  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
755  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
756    datarootdir=$ac_optarg ;;
757
758  -disable-* | --disable-*)
759    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
760    # Reject names that are not valid shell variable names.
761    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
762      as_fn_error $? "invalid feature name: $ac_useropt"
763    ac_useropt_orig=$ac_useropt
764    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
765    case $ac_user_opts in
766      *"
767"enable_$ac_useropt"
768"*) ;;
769      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
770	 ac_unrecognized_sep=', ';;
771    esac
772    eval enable_$ac_useropt=no ;;
773
774  -docdir | --docdir | --docdi | --doc | --do)
775    ac_prev=docdir ;;
776  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
777    docdir=$ac_optarg ;;
778
779  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
780    ac_prev=dvidir ;;
781  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
782    dvidir=$ac_optarg ;;
783
784  -enable-* | --enable-*)
785    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
786    # Reject names that are not valid shell variable names.
787    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
788      as_fn_error $? "invalid feature name: $ac_useropt"
789    ac_useropt_orig=$ac_useropt
790    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
791    case $ac_user_opts in
792      *"
793"enable_$ac_useropt"
794"*) ;;
795      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
796	 ac_unrecognized_sep=', ';;
797    esac
798    eval enable_$ac_useropt=\$ac_optarg ;;
799
800  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
801  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
802  | --exec | --exe | --ex)
803    ac_prev=exec_prefix ;;
804  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
805  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
806  | --exec=* | --exe=* | --ex=*)
807    exec_prefix=$ac_optarg ;;
808
809  -gas | --gas | --ga | --g)
810    # Obsolete; use --with-gas.
811    with_gas=yes ;;
812
813  -help | --help | --hel | --he | -h)
814    ac_init_help=long ;;
815  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
816    ac_init_help=recursive ;;
817  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
818    ac_init_help=short ;;
819
820  -host | --host | --hos | --ho)
821    ac_prev=host_alias ;;
822  -host=* | --host=* | --hos=* | --ho=*)
823    host_alias=$ac_optarg ;;
824
825  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
826    ac_prev=htmldir ;;
827  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
828  | --ht=*)
829    htmldir=$ac_optarg ;;
830
831  -includedir | --includedir | --includedi | --included | --include \
832  | --includ | --inclu | --incl | --inc)
833    ac_prev=includedir ;;
834  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
835  | --includ=* | --inclu=* | --incl=* | --inc=*)
836    includedir=$ac_optarg ;;
837
838  -infodir | --infodir | --infodi | --infod | --info | --inf)
839    ac_prev=infodir ;;
840  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
841    infodir=$ac_optarg ;;
842
843  -libdir | --libdir | --libdi | --libd)
844    ac_prev=libdir ;;
845  -libdir=* | --libdir=* | --libdi=* | --libd=*)
846    libdir=$ac_optarg ;;
847
848  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
849  | --libexe | --libex | --libe)
850    ac_prev=libexecdir ;;
851  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
852  | --libexe=* | --libex=* | --libe=*)
853    libexecdir=$ac_optarg ;;
854
855  -localedir | --localedir | --localedi | --localed | --locale)
856    ac_prev=localedir ;;
857  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
858    localedir=$ac_optarg ;;
859
860  -localstatedir | --localstatedir | --localstatedi | --localstated \
861  | --localstate | --localstat | --localsta | --localst | --locals)
862    ac_prev=localstatedir ;;
863  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
864  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
865    localstatedir=$ac_optarg ;;
866
867  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
868    ac_prev=mandir ;;
869  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
870    mandir=$ac_optarg ;;
871
872  -nfp | --nfp | --nf)
873    # Obsolete; use --without-fp.
874    with_fp=no ;;
875
876  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
877  | --no-cr | --no-c | -n)
878    no_create=yes ;;
879
880  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
881  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
882    no_recursion=yes ;;
883
884  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
885  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
886  | --oldin | --oldi | --old | --ol | --o)
887    ac_prev=oldincludedir ;;
888  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
889  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
890  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
891    oldincludedir=$ac_optarg ;;
892
893  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
894    ac_prev=prefix ;;
895  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
896    prefix=$ac_optarg ;;
897
898  -program-prefix | --program-prefix | --program-prefi | --program-pref \
899  | --program-pre | --program-pr | --program-p)
900    ac_prev=program_prefix ;;
901  -program-prefix=* | --program-prefix=* | --program-prefi=* \
902  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
903    program_prefix=$ac_optarg ;;
904
905  -program-suffix | --program-suffix | --program-suffi | --program-suff \
906  | --program-suf | --program-su | --program-s)
907    ac_prev=program_suffix ;;
908  -program-suffix=* | --program-suffix=* | --program-suffi=* \
909  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
910    program_suffix=$ac_optarg ;;
911
912  -program-transform-name | --program-transform-name \
913  | --program-transform-nam | --program-transform-na \
914  | --program-transform-n | --program-transform- \
915  | --program-transform | --program-transfor \
916  | --program-transfo | --program-transf \
917  | --program-trans | --program-tran \
918  | --progr-tra | --program-tr | --program-t)
919    ac_prev=program_transform_name ;;
920  -program-transform-name=* | --program-transform-name=* \
921  | --program-transform-nam=* | --program-transform-na=* \
922  | --program-transform-n=* | --program-transform-=* \
923  | --program-transform=* | --program-transfor=* \
924  | --program-transfo=* | --program-transf=* \
925  | --program-trans=* | --program-tran=* \
926  | --progr-tra=* | --program-tr=* | --program-t=*)
927    program_transform_name=$ac_optarg ;;
928
929  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
930    ac_prev=pdfdir ;;
931  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
932    pdfdir=$ac_optarg ;;
933
934  -psdir | --psdir | --psdi | --psd | --ps)
935    ac_prev=psdir ;;
936  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
937    psdir=$ac_optarg ;;
938
939  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
940  | -silent | --silent | --silen | --sile | --sil)
941    silent=yes ;;
942
943  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
944    ac_prev=sbindir ;;
945  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
946  | --sbi=* | --sb=*)
947    sbindir=$ac_optarg ;;
948
949  -sharedstatedir | --sharedstatedir | --sharedstatedi \
950  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
951  | --sharedst | --shareds | --shared | --share | --shar \
952  | --sha | --sh)
953    ac_prev=sharedstatedir ;;
954  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
955  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
956  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
957  | --sha=* | --sh=*)
958    sharedstatedir=$ac_optarg ;;
959
960  -site | --site | --sit)
961    ac_prev=site ;;
962  -site=* | --site=* | --sit=*)
963    site=$ac_optarg ;;
964
965  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
966    ac_prev=srcdir ;;
967  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
968    srcdir=$ac_optarg ;;
969
970  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
971  | --syscon | --sysco | --sysc | --sys | --sy)
972    ac_prev=sysconfdir ;;
973  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
974  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
975    sysconfdir=$ac_optarg ;;
976
977  -target | --target | --targe | --targ | --tar | --ta | --t)
978    ac_prev=target_alias ;;
979  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
980    target_alias=$ac_optarg ;;
981
982  -v | -verbose | --verbose | --verbos | --verbo | --verb)
983    verbose=yes ;;
984
985  -version | --version | --versio | --versi | --vers | -V)
986    ac_init_version=: ;;
987
988  -with-* | --with-*)
989    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
990    # Reject names that are not valid shell variable names.
991    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
992      as_fn_error $? "invalid package name: $ac_useropt"
993    ac_useropt_orig=$ac_useropt
994    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
995    case $ac_user_opts in
996      *"
997"with_$ac_useropt"
998"*) ;;
999      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1000	 ac_unrecognized_sep=', ';;
1001    esac
1002    eval with_$ac_useropt=\$ac_optarg ;;
1003
1004  -without-* | --without-*)
1005    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1006    # Reject names that are not valid shell variable names.
1007    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1008      as_fn_error $? "invalid package name: $ac_useropt"
1009    ac_useropt_orig=$ac_useropt
1010    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1011    case $ac_user_opts in
1012      *"
1013"with_$ac_useropt"
1014"*) ;;
1015      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1016	 ac_unrecognized_sep=', ';;
1017    esac
1018    eval with_$ac_useropt=no ;;
1019
1020  --x)
1021    # Obsolete; use --with-x.
1022    with_x=yes ;;
1023
1024  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1025  | --x-incl | --x-inc | --x-in | --x-i)
1026    ac_prev=x_includes ;;
1027  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1028  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1029    x_includes=$ac_optarg ;;
1030
1031  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1032  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1033    ac_prev=x_libraries ;;
1034  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1035  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1036    x_libraries=$ac_optarg ;;
1037
1038  -*) as_fn_error $? "unrecognized option: \`$ac_option'
1039Try \`$0 --help' for more information"
1040    ;;
1041
1042  *=*)
1043    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1044    # Reject names that are not valid shell variable names.
1045    case $ac_envvar in #(
1046      '' | [0-9]* | *[!_$as_cr_alnum]* )
1047      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1048    esac
1049    eval $ac_envvar=\$ac_optarg
1050    export $ac_envvar ;;
1051
1052  *)
1053    # FIXME: should be removed in autoconf 3.0.
1054    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1055    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1056      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1057    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1058    ;;
1059
1060  esac
1061done
1062
1063if test -n "$ac_prev"; then
1064  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1065  as_fn_error $? "missing argument to $ac_option"
1066fi
1067
1068if test -n "$ac_unrecognized_opts"; then
1069  case $enable_option_checking in
1070    no) ;;
1071    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1072    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1073  esac
1074fi
1075
1076# Check all directory arguments for consistency.
1077for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
1078		datadir sysconfdir sharedstatedir localstatedir includedir \
1079		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1080		libdir localedir mandir
1081do
1082  eval ac_val=\$$ac_var
1083  # Remove trailing slashes.
1084  case $ac_val in
1085    */ )
1086      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1087      eval $ac_var=\$ac_val;;
1088  esac
1089  # Be sure to have absolute directory names.
1090  case $ac_val in
1091    [\\/$]* | ?:[\\/]* )  continue;;
1092    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1093  esac
1094  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1095done
1096
1097# There might be people who depend on the old broken behavior: `$host'
1098# used to hold the argument of --host etc.
1099# FIXME: To remove some day.
1100build=$build_alias
1101host=$host_alias
1102target=$target_alias
1103
1104# FIXME: To remove some day.
1105if test "x$host_alias" != x; then
1106  if test "x$build_alias" = x; then
1107    cross_compiling=maybe
1108  elif test "x$build_alias" != "x$host_alias"; then
1109    cross_compiling=yes
1110  fi
1111fi
1112
1113ac_tool_prefix=
1114test -n "$host_alias" && ac_tool_prefix=$host_alias-
1115
1116test "$silent" = yes && exec 6>/dev/null
1117
1118
1119ac_pwd=`pwd` && test -n "$ac_pwd" &&
1120ac_ls_di=`ls -di .` &&
1121ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1122  as_fn_error $? "working directory cannot be determined"
1123test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1124  as_fn_error $? "pwd does not report name of working directory"
1125
1126
1127# Find the source files, if location was not specified.
1128if test -z "$srcdir"; then
1129  ac_srcdir_defaulted=yes
1130  # Try the directory containing this script, then the parent directory.
1131  ac_confdir=`$as_dirname -- "$as_myself" ||
1132$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1133	 X"$as_myself" : 'X\(//\)[^/]' \| \
1134	 X"$as_myself" : 'X\(//\)$' \| \
1135	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1136$as_echo X"$as_myself" |
1137    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1138	    s//\1/
1139	    q
1140	  }
1141	  /^X\(\/\/\)[^/].*/{
1142	    s//\1/
1143	    q
1144	  }
1145	  /^X\(\/\/\)$/{
1146	    s//\1/
1147	    q
1148	  }
1149	  /^X\(\/\).*/{
1150	    s//\1/
1151	    q
1152	  }
1153	  s/.*/./; q'`
1154  srcdir=$ac_confdir
1155  if test ! -r "$srcdir/$ac_unique_file"; then
1156    srcdir=..
1157  fi
1158else
1159  ac_srcdir_defaulted=no
1160fi
1161if test ! -r "$srcdir/$ac_unique_file"; then
1162  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1163  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1164fi
1165ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1166ac_abs_confdir=`(
1167	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1168	pwd)`
1169# When building in place, set srcdir=.
1170if test "$ac_abs_confdir" = "$ac_pwd"; then
1171  srcdir=.
1172fi
1173# Remove unnecessary trailing slashes from srcdir.
1174# Double slashes in file names in object file debugging info
1175# mess up M-x gdb in Emacs.
1176case $srcdir in
1177*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1178esac
1179for ac_var in $ac_precious_vars; do
1180  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1181  eval ac_env_${ac_var}_value=\$${ac_var}
1182  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1183  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1184done
1185
1186#
1187# Report the --help message.
1188#
1189if test "$ac_init_help" = "long"; then
1190  # Omit some internal or obsolete options to make the list less imposing.
1191  # This message is too long to be a string in the A/UX 3.1 sh.
1192  cat <<_ACEOF
1193\`configure' configures this package to adapt to many kinds of systems.
1194
1195Usage: $0 [OPTION]... [VAR=VALUE]...
1196
1197To assign environment variables (e.g., CC, CFLAGS...), specify them as
1198VAR=VALUE.  See below for descriptions of some of the useful variables.
1199
1200Defaults for the options are specified in brackets.
1201
1202Configuration:
1203  -h, --help              display this help and exit
1204      --help=short        display options specific to this package
1205      --help=recursive    display the short help of all the included packages
1206  -V, --version           display version information and exit
1207  -q, --quiet, --silent   do not print \`checking ...' messages
1208      --cache-file=FILE   cache test results in FILE [disabled]
1209  -C, --config-cache      alias for \`--cache-file=config.cache'
1210  -n, --no-create         do not create output files
1211      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1212
1213Installation directories:
1214  --prefix=PREFIX         install architecture-independent files in PREFIX
1215                          [$ac_default_prefix]
1216  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1217                          [PREFIX]
1218
1219By default, \`make install' will install all the files in
1220\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1221an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1222for instance \`--prefix=\$HOME'.
1223
1224For better control, use the options below.
1225
1226Fine tuning of the installation directories:
1227  --bindir=DIR            user executables [EPREFIX/bin]
1228  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1229  --libexecdir=DIR        program executables [EPREFIX/libexec]
1230  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1231  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1232  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1233  --libdir=DIR            object code libraries [EPREFIX/lib]
1234  --includedir=DIR        C header files [PREFIX/include]
1235  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1236  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1237  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1238  --infodir=DIR           info documentation [DATAROOTDIR/info]
1239  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1240  --mandir=DIR            man documentation [DATAROOTDIR/man]
1241  --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
1242  --htmldir=DIR           html documentation [DOCDIR]
1243  --dvidir=DIR            dvi documentation [DOCDIR]
1244  --pdfdir=DIR            pdf documentation [DOCDIR]
1245  --psdir=DIR             ps documentation [DOCDIR]
1246_ACEOF
1247
1248  cat <<\_ACEOF
1249
1250System types:
1251  --build=BUILD     configure for building on BUILD [guessed]
1252  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1253  --target=TARGET   configure for building compilers for TARGET [HOST]
1254_ACEOF
1255fi
1256
1257if test -n "$ac_init_help"; then
1258
1259  cat <<\_ACEOF
1260
1261Report bugs to the package provider.
1262_ACEOF
1263ac_status=$?
1264fi
1265
1266if test "$ac_init_help" = "recursive"; then
1267  # If there are subdirs, report their specific --help.
1268  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1269    test -d "$ac_dir" ||
1270      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1271      continue
1272    ac_builddir=.
1273
1274case "$ac_dir" in
1275.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1276*)
1277  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1278  # A ".." for each directory in $ac_dir_suffix.
1279  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1280  case $ac_top_builddir_sub in
1281  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1282  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1283  esac ;;
1284esac
1285ac_abs_top_builddir=$ac_pwd
1286ac_abs_builddir=$ac_pwd$ac_dir_suffix
1287# for backward compatibility:
1288ac_top_builddir=$ac_top_build_prefix
1289
1290case $srcdir in
1291  .)  # We are building in place.
1292    ac_srcdir=.
1293    ac_top_srcdir=$ac_top_builddir_sub
1294    ac_abs_top_srcdir=$ac_pwd ;;
1295  [\\/]* | ?:[\\/]* )  # Absolute name.
1296    ac_srcdir=$srcdir$ac_dir_suffix;
1297    ac_top_srcdir=$srcdir
1298    ac_abs_top_srcdir=$srcdir ;;
1299  *) # Relative name.
1300    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1301    ac_top_srcdir=$ac_top_build_prefix$srcdir
1302    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1303esac
1304ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1305
1306    cd "$ac_dir" || { ac_status=$?; continue; }
1307    # Check for guested configure.
1308    if test -f "$ac_srcdir/configure.gnu"; then
1309      echo &&
1310      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1311    elif test -f "$ac_srcdir/configure"; then
1312      echo &&
1313      $SHELL "$ac_srcdir/configure" --help=recursive
1314    else
1315      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1316    fi || ac_status=$?
1317    cd "$ac_pwd" || { ac_status=$?; break; }
1318  done
1319fi
1320
1321test -n "$ac_init_help" && exit $ac_status
1322if $ac_init_version; then
1323  cat <<\_ACEOF
1324configure
1325generated by GNU Autoconf 2.69
1326
1327Copyright (C) 2012 Free Software Foundation, Inc.
1328This configure script is free software; the Free Software Foundation
1329gives unlimited permission to copy, distribute and modify it.
1330
1331Copyright (c) 2011, 2016, 2018, 2021
1332    The Regents of the University of California.  All rights reserved.
1333_ACEOF
1334  exit
1335fi
1336
1337## ------------------------ ##
1338## Autoconf initialization. ##
1339## ------------------------ ##
1340cat >config.log <<_ACEOF
1341This file contains any messages produced by compilers while
1342running configure, to aid debugging if configure makes a mistake.
1343
1344It was created by $as_me, which was
1345generated by GNU Autoconf 2.69.  Invocation command line was
1346
1347  $ $0 $@
1348
1349_ACEOF
1350exec 5>>config.log
1351{
1352cat <<_ASUNAME
1353## --------- ##
1354## Platform. ##
1355## --------- ##
1356
1357hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1358uname -m = `(uname -m) 2>/dev/null || echo unknown`
1359uname -r = `(uname -r) 2>/dev/null || echo unknown`
1360uname -s = `(uname -s) 2>/dev/null || echo unknown`
1361uname -v = `(uname -v) 2>/dev/null || echo unknown`
1362
1363/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1364/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1365
1366/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1367/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1368/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1369/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1370/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1371/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1372/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1373
1374_ASUNAME
1375
1376as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1377for as_dir in $PATH
1378do
1379  IFS=$as_save_IFS
1380  test -z "$as_dir" && as_dir=.
1381    $as_echo "PATH: $as_dir"
1382  done
1383IFS=$as_save_IFS
1384
1385} >&5
1386
1387cat >&5 <<_ACEOF
1388
1389
1390## ----------- ##
1391## Core tests. ##
1392## ----------- ##
1393
1394_ACEOF
1395
1396
1397# Keep a trace of the command line.
1398# Strip out --no-create and --no-recursion so they do not pile up.
1399# Strip out --silent because we don't want to record it for future runs.
1400# Also quote any args containing shell meta-characters.
1401# Make two passes to allow for proper duplicate-argument suppression.
1402ac_configure_args=
1403ac_configure_args0=
1404ac_configure_args1=
1405ac_must_keep_next=false
1406for ac_pass in 1 2
1407do
1408  for ac_arg
1409  do
1410    case $ac_arg in
1411    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1412    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1413    | -silent | --silent | --silen | --sile | --sil)
1414      continue ;;
1415    *\'*)
1416      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1417    esac
1418    case $ac_pass in
1419    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1420    2)
1421      as_fn_append ac_configure_args1 " '$ac_arg'"
1422      if test $ac_must_keep_next = true; then
1423	ac_must_keep_next=false # Got value, back to normal.
1424      else
1425	case $ac_arg in
1426	  *=* | --config-cache | -C | -disable-* | --disable-* \
1427	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1428	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1429	  | -with-* | --with-* | -without-* | --without-* | --x)
1430	    case "$ac_configure_args0 " in
1431	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1432	    esac
1433	    ;;
1434	  -* ) ac_must_keep_next=true ;;
1435	esac
1436      fi
1437      as_fn_append ac_configure_args " '$ac_arg'"
1438      ;;
1439    esac
1440  done
1441done
1442{ ac_configure_args0=; unset ac_configure_args0;}
1443{ ac_configure_args1=; unset ac_configure_args1;}
1444
1445# When interrupted or exit'd, cleanup temporary files, and complete
1446# config.log.  We remove comments because anyway the quotes in there
1447# would cause problems or look ugly.
1448# WARNING: Use '\'' to represent an apostrophe within the trap.
1449# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1450trap 'exit_status=$?
1451  # Save into config.log some information that might help in debugging.
1452  {
1453    echo
1454
1455    $as_echo "## ---------------- ##
1456## Cache variables. ##
1457## ---------------- ##"
1458    echo
1459    # The following way of writing the cache mishandles newlines in values,
1460(
1461  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1462    eval ac_val=\$$ac_var
1463    case $ac_val in #(
1464    *${as_nl}*)
1465      case $ac_var in #(
1466      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1467$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1468      esac
1469      case $ac_var in #(
1470      _ | IFS | as_nl) ;; #(
1471      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1472      *) { eval $ac_var=; unset $ac_var;} ;;
1473      esac ;;
1474    esac
1475  done
1476  (set) 2>&1 |
1477    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1478    *${as_nl}ac_space=\ *)
1479      sed -n \
1480	"s/'\''/'\''\\\\'\'''\''/g;
1481	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1482      ;; #(
1483    *)
1484      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1485      ;;
1486    esac |
1487    sort
1488)
1489    echo
1490
1491    $as_echo "## ----------------- ##
1492## Output variables. ##
1493## ----------------- ##"
1494    echo
1495    for ac_var in $ac_subst_vars
1496    do
1497      eval ac_val=\$$ac_var
1498      case $ac_val in
1499      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1500      esac
1501      $as_echo "$ac_var='\''$ac_val'\''"
1502    done | sort
1503    echo
1504
1505    if test -n "$ac_subst_files"; then
1506      $as_echo "## ------------------- ##
1507## File substitutions. ##
1508## ------------------- ##"
1509      echo
1510      for ac_var in $ac_subst_files
1511      do
1512	eval ac_val=\$$ac_var
1513	case $ac_val in
1514	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1515	esac
1516	$as_echo "$ac_var='\''$ac_val'\''"
1517      done | sort
1518      echo
1519    fi
1520
1521    if test -s confdefs.h; then
1522      $as_echo "## ----------- ##
1523## confdefs.h. ##
1524## ----------- ##"
1525      echo
1526      cat confdefs.h
1527      echo
1528    fi
1529    test "$ac_signal" != 0 &&
1530      $as_echo "$as_me: caught signal $ac_signal"
1531    $as_echo "$as_me: exit $exit_status"
1532  } >&5
1533  rm -f core *.core core.conftest.* &&
1534    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1535    exit $exit_status
1536' 0
1537for ac_signal in 1 2 13 15; do
1538  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1539done
1540ac_signal=0
1541
1542# confdefs.h avoids OS command line length limits that DEFS can exceed.
1543rm -f -r conftest* confdefs.h
1544
1545$as_echo "/* confdefs.h */" > confdefs.h
1546
1547# Predefined preprocessor variables.
1548
1549cat >>confdefs.h <<_ACEOF
1550#define PACKAGE_NAME "$PACKAGE_NAME"
1551_ACEOF
1552
1553cat >>confdefs.h <<_ACEOF
1554#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1555_ACEOF
1556
1557cat >>confdefs.h <<_ACEOF
1558#define PACKAGE_VERSION "$PACKAGE_VERSION"
1559_ACEOF
1560
1561cat >>confdefs.h <<_ACEOF
1562#define PACKAGE_STRING "$PACKAGE_STRING"
1563_ACEOF
1564
1565cat >>confdefs.h <<_ACEOF
1566#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1567_ACEOF
1568
1569cat >>confdefs.h <<_ACEOF
1570#define PACKAGE_URL "$PACKAGE_URL"
1571_ACEOF
1572
1573
1574# Let the site file select an alternate cache file if it wants to.
1575# Prefer an explicitly selected file to automatically selected ones.
1576ac_site_file1=NONE
1577ac_site_file2=NONE
1578if test -n "$CONFIG_SITE"; then
1579  # We do not want a PATH search for config.site.
1580  case $CONFIG_SITE in #((
1581    -*)  ac_site_file1=./$CONFIG_SITE;;
1582    */*) ac_site_file1=$CONFIG_SITE;;
1583    *)   ac_site_file1=./$CONFIG_SITE;;
1584  esac
1585elif test "x$prefix" != xNONE; then
1586  ac_site_file1=$prefix/share/config.site
1587  ac_site_file2=$prefix/etc/config.site
1588else
1589  ac_site_file1=$ac_default_prefix/share/config.site
1590  ac_site_file2=$ac_default_prefix/etc/config.site
1591fi
1592for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1593do
1594  test "x$ac_site_file" = xNONE && continue
1595  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1596    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1597$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1598    sed 's/^/| /' "$ac_site_file" >&5
1599    . "$ac_site_file" \
1600      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1601$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1602as_fn_error $? "failed to load site script $ac_site_file
1603See \`config.log' for more details" "$LINENO" 5; }
1604  fi
1605done
1606
1607if test -r "$cache_file"; then
1608  # Some versions of bash will fail to source /dev/null (special files
1609  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
1610  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1611    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1612$as_echo "$as_me: loading cache $cache_file" >&6;}
1613    case $cache_file in
1614      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1615      *)                      . "./$cache_file";;
1616    esac
1617  fi
1618else
1619  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1620$as_echo "$as_me: creating cache $cache_file" >&6;}
1621  >$cache_file
1622fi
1623
1624# Check that the precious variables saved in the cache have kept the same
1625# value.
1626ac_cache_corrupted=false
1627for ac_var in $ac_precious_vars; do
1628  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1629  eval ac_new_set=\$ac_env_${ac_var}_set
1630  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1631  eval ac_new_val=\$ac_env_${ac_var}_value
1632  case $ac_old_set,$ac_new_set in
1633    set,)
1634      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1635$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1636      ac_cache_corrupted=: ;;
1637    ,set)
1638      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1639$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1640      ac_cache_corrupted=: ;;
1641    ,);;
1642    *)
1643      if test "x$ac_old_val" != "x$ac_new_val"; then
1644	# differences in whitespace do not lead to failure.
1645	ac_old_val_w=`echo x $ac_old_val`
1646	ac_new_val_w=`echo x $ac_new_val`
1647	if test "$ac_old_val_w" != "$ac_new_val_w"; then
1648	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1649$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1650	  ac_cache_corrupted=:
1651	else
1652	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1653$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1654	  eval $ac_var=\$ac_old_val
1655	fi
1656	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1657$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1658	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1659$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1660      fi;;
1661  esac
1662  # Pass precious variables to config.status.
1663  if test "$ac_new_set" = set; then
1664    case $ac_new_val in
1665    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1666    *) ac_arg=$ac_var=$ac_new_val ;;
1667    esac
1668    case " $ac_configure_args " in
1669      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1670      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1671    esac
1672  fi
1673done
1674if $ac_cache_corrupted; then
1675  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1676$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1677  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1678$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1679  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1680fi
1681## -------------------- ##
1682## Main body of script. ##
1683## -------------------- ##
1684
1685ac_ext=c
1686ac_cpp='$CPP $CPPFLAGS'
1687ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1688ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1689ac_compiler_gnu=$ac_cv_c_compiler_gnu
1690
1691
1692
1693
1694ac_aux_dir=
1695for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1696  if test -f "$ac_dir/install-sh"; then
1697    ac_aux_dir=$ac_dir
1698    ac_install_sh="$ac_aux_dir/install-sh -c"
1699    break
1700  elif test -f "$ac_dir/install.sh"; then
1701    ac_aux_dir=$ac_dir
1702    ac_install_sh="$ac_aux_dir/install.sh -c"
1703    break
1704  elif test -f "$ac_dir/shtool"; then
1705    ac_aux_dir=$ac_dir
1706    ac_install_sh="$ac_aux_dir/shtool install -c"
1707    break
1708  fi
1709done
1710if test -z "$ac_aux_dir"; then
1711  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
1712fi
1713
1714# These three variables are undocumented and unsupported,
1715# and are intended to be withdrawn in a future Autoconf release.
1716# They can cause serious problems if a builder's source tree is in a directory
1717# whose full name contains unusual characters.
1718ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1719ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1720ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1721
1722
1723# Make sure we can run config.sub.
1724$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
1725  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
1726
1727{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
1728$as_echo_n "checking build system type... " >&6; }
1729if ${ac_cv_build+:} false; then :
1730  $as_echo_n "(cached) " >&6
1731else
1732  ac_build_alias=$build_alias
1733test "x$ac_build_alias" = x &&
1734  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
1735test "x$ac_build_alias" = x &&
1736  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
1737ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
1738  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
1739
1740fi
1741{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
1742$as_echo "$ac_cv_build" >&6; }
1743case $ac_cv_build in
1744*-*-*) ;;
1745*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
1746esac
1747build=$ac_cv_build
1748ac_save_IFS=$IFS; IFS='-'
1749set x $ac_cv_build
1750shift
1751build_cpu=$1
1752build_vendor=$2
1753shift; shift
1754# Remember, the first character of IFS is used to create $*,
1755# except with old shells:
1756build_os=$*
1757IFS=$ac_save_IFS
1758case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
1759
1760
1761{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
1762$as_echo_n "checking host system type... " >&6; }
1763if ${ac_cv_host+:} false; then :
1764  $as_echo_n "(cached) " >&6
1765else
1766  if test "x$host_alias" = x; then
1767  ac_cv_host=$ac_cv_build
1768else
1769  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
1770    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
1771fi
1772
1773fi
1774{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
1775$as_echo "$ac_cv_host" >&6; }
1776case $ac_cv_host in
1777*-*-*) ;;
1778*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
1779esac
1780host=$ac_cv_host
1781ac_save_IFS=$IFS; IFS='-'
1782set x $ac_cv_host
1783shift
1784host_cpu=$1
1785host_vendor=$2
1786shift; shift
1787# Remember, the first character of IFS is used to create $*,
1788# except with old shells:
1789host_os=$*
1790IFS=$ac_save_IFS
1791case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
1792
1793
1794{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
1795$as_echo_n "checking target system type... " >&6; }
1796if ${ac_cv_target+:} false; then :
1797  $as_echo_n "(cached) " >&6
1798else
1799  if test "x$target_alias" = x; then
1800  ac_cv_target=$ac_cv_host
1801else
1802  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
1803    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
1804fi
1805
1806fi
1807{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
1808$as_echo "$ac_cv_target" >&6; }
1809case $ac_cv_target in
1810*-*-*) ;;
1811*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
1812esac
1813target=$ac_cv_target
1814ac_save_IFS=$IFS; IFS='-'
1815set x $ac_cv_target
1816shift
1817target_cpu=$1
1818target_vendor=$2
1819shift; shift
1820# Remember, the first character of IFS is used to create $*,
1821# except with old shells:
1822target_os=$*
1823IFS=$ac_save_IFS
1824case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
1825
1826
1827# The aliases save the names the user supplied, while $host etc.
1828# will get canonicalized.
1829test -n "$target_alias" &&
1830  test "$program_prefix$program_suffix$program_transform_name" = \
1831    NONENONEs,x,x, &&
1832  program_prefix=${target_alias}-
1833
1834if test -n "${PREFIX}" ; then
1835	MYPREFIX="${PREFIX}"
1836else
1837	MYPREFIX="${ac_default_prefix}"
1838fi
1839
1840case "$target_os" in
1841
1842freebsd*)
1843	mandir="${MYPREFIX}/man"
1844	{ $as_echo "$as_me:${as_lineno-$LINENO}: Mapping FreeBSD mandir to ${mandir}" >&5
1845$as_echo "$as_me: Mapping FreeBSD mandir to ${mandir}" >&6;}
1846	;;
1847
1848*)
1849	;;
1850esac
1851
1852#
1853# Concession to OSX: Install in ${exec_prefix}/bin if it exists and
1854# ${exec_prefix}/sbin does not. Otherwise install in ${exec_prefix}/sbin.
1855#
1856if test -d ${MYPREFIX}/bin -a ! -d ${MYPREFIX}/sbin; then
1857	BINDEST=${MYPREFIX}/bin
1858else
1859	BINDEST=${MYPREFIX}/sbin
1860fi
1861
1862umask 002
1863
1864if test -z "$PWD" ; then
1865	PWD=`pwd`
1866fi
1867
1868# Find a good install program.  We prefer a C program (faster),
1869# so one script is as good as another.  But avoid the broken or
1870# incompatible versions:
1871# SysV /etc/install, /usr/sbin/install
1872# SunOS /usr/etc/install
1873# IRIX /sbin/install
1874# AIX /bin/install
1875# AmigaOS /C/install, which installs bootblocks on floppy discs
1876# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1877# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1878# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1879# OS/2's system install, which has a completely different semantic
1880# ./install, which can be erroneously created by make from ./install.sh.
1881# Reject install programs that cannot install multiple files.
1882{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
1883$as_echo_n "checking for a BSD-compatible install... " >&6; }
1884if test -z "$INSTALL"; then
1885if ${ac_cv_path_install+:} false; then :
1886  $as_echo_n "(cached) " >&6
1887else
1888  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1889for as_dir in $PATH
1890do
1891  IFS=$as_save_IFS
1892  test -z "$as_dir" && as_dir=.
1893    # Account for people who put trailing slashes in PATH elements.
1894case $as_dir/ in #((
1895  ./ | .// | /[cC]/* | \
1896  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1897  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1898  /usr/ucb/* ) ;;
1899  *)
1900    # OSF1 and SCO ODT 3.0 have their own names for install.
1901    # Don't use installbsd from OSF since it installs stuff as root
1902    # by default.
1903    for ac_prog in ginstall scoinst install; do
1904      for ac_exec_ext in '' $ac_executable_extensions; do
1905	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1906	  if test $ac_prog = install &&
1907	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1908	    # AIX install.  It has an incompatible calling convention.
1909	    :
1910	  elif test $ac_prog = install &&
1911	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1912	    # program-specific install script used by HP pwplus--don't use.
1913	    :
1914	  else
1915	    rm -rf conftest.one conftest.two conftest.dir
1916	    echo one > conftest.one
1917	    echo two > conftest.two
1918	    mkdir conftest.dir
1919	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
1920	      test -s conftest.one && test -s conftest.two &&
1921	      test -s conftest.dir/conftest.one &&
1922	      test -s conftest.dir/conftest.two
1923	    then
1924	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1925	      break 3
1926	    fi
1927	  fi
1928	fi
1929      done
1930    done
1931    ;;
1932esac
1933
1934  done
1935IFS=$as_save_IFS
1936
1937rm -rf conftest.one conftest.two conftest.dir
1938
1939fi
1940  if test "${ac_cv_path_install+set}" = set; then
1941    INSTALL=$ac_cv_path_install
1942  else
1943    # As a last resort, use the slow shell script.  Don't cache a
1944    # value for INSTALL within a source directory, because that will
1945    # break other packages using the cache if that directory is
1946    # removed, or if the value is a relative name.
1947    INSTALL=$ac_install_sh
1948  fi
1949fi
1950{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
1951$as_echo "$INSTALL" >&6; }
1952
1953# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1954# It thinks the first close brace ends the variable substitution.
1955test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1956
1957test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1958
1959test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1960
1961
1962VERSION="`cat VERSION`"
1963
1964
1965
1966
1967scripts="
1968    create-cert.sh
1969    "
1970ac_config_commands="$ac_config_commands default-1"
1971
1972ac_config_files="$ac_config_files Makefile ${scripts}"
1973
1974cat >confcache <<\_ACEOF
1975# This file is a shell script that caches the results of configure
1976# tests run on this system so they can be shared between configure
1977# scripts and configure runs, see configure's option --config-cache.
1978# It is not useful on other systems.  If it contains results you don't
1979# want to keep, you may remove or edit it.
1980#
1981# config.status only pays attention to the cache file if you give it
1982# the --recheck option to rerun configure.
1983#
1984# `ac_cv_env_foo' variables (set or unset) will be overridden when
1985# loading this file, other *unset* `ac_cv_foo' will be assigned the
1986# following values.
1987
1988_ACEOF
1989
1990# The following way of writing the cache mishandles newlines in values,
1991# but we know of no workaround that is simple, portable, and efficient.
1992# So, we kill variables containing newlines.
1993# Ultrix sh set writes to stderr and can't be redirected directly,
1994# and sets the high bit in the cache file unless we assign to the vars.
1995(
1996  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
1997    eval ac_val=\$$ac_var
1998    case $ac_val in #(
1999    *${as_nl}*)
2000      case $ac_var in #(
2001      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2002$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2003      esac
2004      case $ac_var in #(
2005      _ | IFS | as_nl) ;; #(
2006      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2007      *) { eval $ac_var=; unset $ac_var;} ;;
2008      esac ;;
2009    esac
2010  done
2011
2012  (set) 2>&1 |
2013    case $as_nl`(ac_space=' '; set) 2>&1` in #(
2014    *${as_nl}ac_space=\ *)
2015      # `set' does not quote correctly, so add quotes: double-quote
2016      # substitution turns \\\\ into \\, and sed turns \\ into \.
2017      sed -n \
2018	"s/'/'\\\\''/g;
2019	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2020      ;; #(
2021    *)
2022      # `set' quotes correctly as required by POSIX, so do not add quotes.
2023      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2024      ;;
2025    esac |
2026    sort
2027) |
2028  sed '
2029     /^ac_cv_env_/b end
2030     t clear
2031     :clear
2032     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2033     t end
2034     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2035     :end' >>confcache
2036if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2037  if test -w "$cache_file"; then
2038    if test "x$cache_file" != "x/dev/null"; then
2039      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
2040$as_echo "$as_me: updating cache $cache_file" >&6;}
2041      if test ! -f "$cache_file" || test -h "$cache_file"; then
2042	cat confcache >"$cache_file"
2043      else
2044        case $cache_file in #(
2045        */* | ?:*)
2046	  mv -f confcache "$cache_file"$$ &&
2047	  mv -f "$cache_file"$$ "$cache_file" ;; #(
2048        *)
2049	  mv -f confcache "$cache_file" ;;
2050	esac
2051      fi
2052    fi
2053  else
2054    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
2055$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
2056  fi
2057fi
2058rm -f confcache
2059
2060test "x$prefix" = xNONE && prefix=$ac_default_prefix
2061# Let make expand exec_prefix.
2062test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2063
2064# Transform confdefs.h into DEFS.
2065# Protect against shell expansion while executing Makefile rules.
2066# Protect against Makefile macro expansion.
2067#
2068# If the first sed substitution is executed (which looks for macros that
2069# take arguments), then branch to the quote section.  Otherwise,
2070# look for a macro that doesn't take arguments.
2071ac_script='
2072:mline
2073/\\$/{
2074 N
2075 s,\\\n,,
2076 b mline
2077}
2078t clear
2079:clear
2080s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
2081t quote
2082s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
2083t quote
2084b any
2085:quote
2086s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
2087s/\[/\\&/g
2088s/\]/\\&/g
2089s/\$/$$/g
2090H
2091:any
2092${
2093	g
2094	s/^\n//
2095	s/\n/ /g
2096	p
2097}
2098'
2099DEFS=`sed -n "$ac_script" confdefs.h`
2100
2101
2102ac_libobjs=
2103ac_ltlibobjs=
2104U=
2105for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2106  # 1. Remove the extension, and $U if already installed.
2107  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2108  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
2109  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
2110  #    will be set to the directory where LIBOBJS objects are built.
2111  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
2112  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
2113done
2114LIBOBJS=$ac_libobjs
2115
2116LTLIBOBJS=$ac_ltlibobjs
2117
2118
2119
2120: "${CONFIG_STATUS=./config.status}"
2121ac_write_fail=0
2122ac_clean_files_save=$ac_clean_files
2123ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2124{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
2125$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
2126as_write_fail=0
2127cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
2128#! $SHELL
2129# Generated by $as_me.
2130# Run this file to recreate the current configuration.
2131# Compiler output produced by configure, useful for debugging
2132# configure, is in config.log if it exists.
2133
2134debug=false
2135ac_cs_recheck=false
2136ac_cs_silent=false
2137
2138SHELL=\${CONFIG_SHELL-$SHELL}
2139export SHELL
2140_ASEOF
2141cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
2142## -------------------- ##
2143## M4sh Initialization. ##
2144## -------------------- ##
2145
2146# Be more Bourne compatible
2147DUALCASE=1; export DUALCASE # for MKS sh
2148if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
2149  emulate sh
2150  NULLCMD=:
2151  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
2152  # is contrary to our usage.  Disable this feature.
2153  alias -g '${1+"$@"}'='"$@"'
2154  setopt NO_GLOB_SUBST
2155else
2156  case `(set -o) 2>/dev/null` in #(
2157  *posix*) :
2158    set -o posix ;; #(
2159  *) :
2160     ;;
2161esac
2162fi
2163
2164
2165as_nl='
2166'
2167export as_nl
2168# Printing a long string crashes Solaris 7 /usr/bin/printf.
2169as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
2170as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
2171as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
2172# Prefer a ksh shell builtin over an external printf program on Solaris,
2173# but without wasting forks for bash or zsh.
2174if test -z "$BASH_VERSION$ZSH_VERSION" \
2175    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
2176  as_echo='print -r --'
2177  as_echo_n='print -rn --'
2178elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
2179  as_echo='printf %s\n'
2180  as_echo_n='printf %s'
2181else
2182  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
2183    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
2184    as_echo_n='/usr/ucb/echo -n'
2185  else
2186    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
2187    as_echo_n_body='eval
2188      arg=$1;
2189      case $arg in #(
2190      *"$as_nl"*)
2191	expr "X$arg" : "X\\(.*\\)$as_nl";
2192	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
2193      esac;
2194      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
2195    '
2196    export as_echo_n_body
2197    as_echo_n='sh -c $as_echo_n_body as_echo'
2198  fi
2199  export as_echo_body
2200  as_echo='sh -c $as_echo_body as_echo'
2201fi
2202
2203# The user is always right.
2204if test "${PATH_SEPARATOR+set}" != set; then
2205  PATH_SEPARATOR=:
2206  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
2207    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
2208      PATH_SEPARATOR=';'
2209  }
2210fi
2211
2212
2213# IFS
2214# We need space, tab and new line, in precisely that order.  Quoting is
2215# there to prevent editors from complaining about space-tab.
2216# (If _AS_PATH_WALK were called with IFS unset, it would disable word
2217# splitting by setting IFS to empty value.)
2218IFS=" ""	$as_nl"
2219
2220# Find who we are.  Look in the path if we contain no directory separator.
2221as_myself=
2222case $0 in #((
2223  *[\\/]* ) as_myself=$0 ;;
2224  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2225for as_dir in $PATH
2226do
2227  IFS=$as_save_IFS
2228  test -z "$as_dir" && as_dir=.
2229    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2230  done
2231IFS=$as_save_IFS
2232
2233     ;;
2234esac
2235# We did not find ourselves, most probably we were run as `sh COMMAND'
2236# in which case we are not to be found in the path.
2237if test "x$as_myself" = x; then
2238  as_myself=$0
2239fi
2240if test ! -f "$as_myself"; then
2241  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2242  exit 1
2243fi
2244
2245# Unset variables that we do not need and which cause bugs (e.g. in
2246# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
2247# suppresses any "Segmentation fault" message there.  '((' could
2248# trigger a bug in pdksh 5.2.14.
2249for as_var in BASH_ENV ENV MAIL MAILPATH
2250do eval test x\${$as_var+set} = xset \
2251  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
2252done
2253PS1='$ '
2254PS2='> '
2255PS4='+ '
2256
2257# NLS nuisances.
2258LC_ALL=C
2259export LC_ALL
2260LANGUAGE=C
2261export LANGUAGE
2262
2263# CDPATH.
2264(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
2265
2266
2267# as_fn_error STATUS ERROR [LINENO LOG_FD]
2268# ----------------------------------------
2269# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
2270# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
2271# script with STATUS, using 1 if that was 0.
2272as_fn_error ()
2273{
2274  as_status=$1; test $as_status -eq 0 && as_status=1
2275  if test "$4"; then
2276    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2277    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
2278  fi
2279  $as_echo "$as_me: error: $2" >&2
2280  as_fn_exit $as_status
2281} # as_fn_error
2282
2283
2284# as_fn_set_status STATUS
2285# -----------------------
2286# Set $? to STATUS, without forking.
2287as_fn_set_status ()
2288{
2289  return $1
2290} # as_fn_set_status
2291
2292# as_fn_exit STATUS
2293# -----------------
2294# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
2295as_fn_exit ()
2296{
2297  set +e
2298  as_fn_set_status $1
2299  exit $1
2300} # as_fn_exit
2301
2302# as_fn_unset VAR
2303# ---------------
2304# Portably unset VAR.
2305as_fn_unset ()
2306{
2307  { eval $1=; unset $1;}
2308}
2309as_unset=as_fn_unset
2310# as_fn_append VAR VALUE
2311# ----------------------
2312# Append the text in VALUE to the end of the definition contained in VAR. Take
2313# advantage of any shell optimizations that allow amortized linear growth over
2314# repeated appends, instead of the typical quadratic growth present in naive
2315# implementations.
2316if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
2317  eval 'as_fn_append ()
2318  {
2319    eval $1+=\$2
2320  }'
2321else
2322  as_fn_append ()
2323  {
2324    eval $1=\$$1\$2
2325  }
2326fi # as_fn_append
2327
2328# as_fn_arith ARG...
2329# ------------------
2330# Perform arithmetic evaluation on the ARGs, and store the result in the
2331# global $as_val. Take advantage of shells that can avoid forks. The arguments
2332# must be portable across $(()) and expr.
2333if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
2334  eval 'as_fn_arith ()
2335  {
2336    as_val=$(( $* ))
2337  }'
2338else
2339  as_fn_arith ()
2340  {
2341    as_val=`expr "$@" || test $? -eq 1`
2342  }
2343fi # as_fn_arith
2344
2345
2346if expr a : '\(a\)' >/dev/null 2>&1 &&
2347   test "X`expr 00001 : '.*\(...\)'`" = X001; then
2348  as_expr=expr
2349else
2350  as_expr=false
2351fi
2352
2353if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
2354  as_basename=basename
2355else
2356  as_basename=false
2357fi
2358
2359if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
2360  as_dirname=dirname
2361else
2362  as_dirname=false
2363fi
2364
2365as_me=`$as_basename -- "$0" ||
2366$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2367	 X"$0" : 'X\(//\)$' \| \
2368	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2369$as_echo X/"$0" |
2370    sed '/^.*\/\([^/][^/]*\)\/*$/{
2371	    s//\1/
2372	    q
2373	  }
2374	  /^X\/\(\/\/\)$/{
2375	    s//\1/
2376	    q
2377	  }
2378	  /^X\/\(\/\).*/{
2379	    s//\1/
2380	    q
2381	  }
2382	  s/.*/./; q'`
2383
2384# Avoid depending upon Character Ranges.
2385as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2386as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2387as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2388as_cr_digits='0123456789'
2389as_cr_alnum=$as_cr_Letters$as_cr_digits
2390
2391ECHO_C= ECHO_N= ECHO_T=
2392case `echo -n x` in #(((((
2393-n*)
2394  case `echo 'xy\c'` in
2395  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
2396  xy)  ECHO_C='\c';;
2397  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
2398       ECHO_T='	';;
2399  esac;;
2400*)
2401  ECHO_N='-n';;
2402esac
2403
2404rm -f conf$$ conf$$.exe conf$$.file
2405if test -d conf$$.dir; then
2406  rm -f conf$$.dir/conf$$.file
2407else
2408  rm -f conf$$.dir
2409  mkdir conf$$.dir 2>/dev/null
2410fi
2411if (echo >conf$$.file) 2>/dev/null; then
2412  if ln -s conf$$.file conf$$ 2>/dev/null; then
2413    as_ln_s='ln -s'
2414    # ... but there are two gotchas:
2415    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2416    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
2417    # In both cases, we have to default to `cp -pR'.
2418    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2419      as_ln_s='cp -pR'
2420  elif ln conf$$.file conf$$ 2>/dev/null; then
2421    as_ln_s=ln
2422  else
2423    as_ln_s='cp -pR'
2424  fi
2425else
2426  as_ln_s='cp -pR'
2427fi
2428rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2429rmdir conf$$.dir 2>/dev/null
2430
2431
2432# as_fn_mkdir_p
2433# -------------
2434# Create "$as_dir" as a directory, including parents if necessary.
2435as_fn_mkdir_p ()
2436{
2437
2438  case $as_dir in #(
2439  -*) as_dir=./$as_dir;;
2440  esac
2441  test -d "$as_dir" || eval $as_mkdir_p || {
2442    as_dirs=
2443    while :; do
2444      case $as_dir in #(
2445      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
2446      *) as_qdir=$as_dir;;
2447      esac
2448      as_dirs="'$as_qdir' $as_dirs"
2449      as_dir=`$as_dirname -- "$as_dir" ||
2450$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2451	 X"$as_dir" : 'X\(//\)[^/]' \| \
2452	 X"$as_dir" : 'X\(//\)$' \| \
2453	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
2454$as_echo X"$as_dir" |
2455    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2456	    s//\1/
2457	    q
2458	  }
2459	  /^X\(\/\/\)[^/].*/{
2460	    s//\1/
2461	    q
2462	  }
2463	  /^X\(\/\/\)$/{
2464	    s//\1/
2465	    q
2466	  }
2467	  /^X\(\/\).*/{
2468	    s//\1/
2469	    q
2470	  }
2471	  s/.*/./; q'`
2472      test -d "$as_dir" && break
2473    done
2474    test -z "$as_dirs" || eval "mkdir $as_dirs"
2475  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
2476
2477
2478} # as_fn_mkdir_p
2479if mkdir -p . 2>/dev/null; then
2480  as_mkdir_p='mkdir -p "$as_dir"'
2481else
2482  test -d ./-p && rmdir ./-p
2483  as_mkdir_p=false
2484fi
2485
2486
2487# as_fn_executable_p FILE
2488# -----------------------
2489# Test if FILE is an executable regular file.
2490as_fn_executable_p ()
2491{
2492  test -f "$1" && test -x "$1"
2493} # as_fn_executable_p
2494as_test_x='test -x'
2495as_executable_p=as_fn_executable_p
2496
2497# Sed expression to map a string onto a valid CPP name.
2498as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2499
2500# Sed expression to map a string onto a valid variable name.
2501as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2502
2503
2504exec 6>&1
2505## ----------------------------------- ##
2506## Main body of $CONFIG_STATUS script. ##
2507## ----------------------------------- ##
2508_ASEOF
2509test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
2510
2511cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2512# Save the log message, to keep $0 and so on meaningful, and to
2513# report actual input values of CONFIG_FILES etc. instead of their
2514# values after options handling.
2515ac_log="
2516This file was extended by $as_me, which was
2517generated by GNU Autoconf 2.69.  Invocation command line was
2518
2519  CONFIG_FILES    = $CONFIG_FILES
2520  CONFIG_HEADERS  = $CONFIG_HEADERS
2521  CONFIG_LINKS    = $CONFIG_LINKS
2522  CONFIG_COMMANDS = $CONFIG_COMMANDS
2523  $ $0 $@
2524
2525on `(hostname || uname -n) 2>/dev/null | sed 1q`
2526"
2527
2528_ACEOF
2529
2530case $ac_config_files in *"
2531"*) set x $ac_config_files; shift; ac_config_files=$*;;
2532esac
2533
2534
2535
2536cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2537# Files that config.status was made for.
2538config_files="$ac_config_files"
2539config_commands="$ac_config_commands"
2540
2541_ACEOF
2542
2543cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2544ac_cs_usage="\
2545\`$as_me' instantiates files and other configuration actions
2546from templates according to the current configuration.  Unless the files
2547and actions are specified as TAGs, all are instantiated by default.
2548
2549Usage: $0 [OPTION]... [TAG]...
2550
2551  -h, --help       print this help, then exit
2552  -V, --version    print version number and configuration settings, then exit
2553      --config     print configuration, then exit
2554  -q, --quiet, --silent
2555                   do not print progress messages
2556  -d, --debug      don't remove temporary files
2557      --recheck    update $as_me by reconfiguring in the same conditions
2558      --file=FILE[:TEMPLATE]
2559                   instantiate the configuration file FILE
2560
2561Configuration files:
2562$config_files
2563
2564Configuration commands:
2565$config_commands
2566
2567Report bugs to the package provider."
2568
2569_ACEOF
2570cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2571ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2572ac_cs_version="\\
2573config.status
2574configured by $0, generated by GNU Autoconf 2.69,
2575  with options \\"\$ac_cs_config\\"
2576
2577Copyright (C) 2012 Free Software Foundation, Inc.
2578This config.status script is free software; the Free Software Foundation
2579gives unlimited permission to copy, distribute and modify it."
2580
2581ac_pwd='$ac_pwd'
2582srcdir='$srcdir'
2583INSTALL='$INSTALL'
2584test -n "\$AWK" || AWK=awk
2585_ACEOF
2586
2587cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2588# The default lists apply if the user does not specify any file.
2589ac_need_defaults=:
2590while test $# != 0
2591do
2592  case $1 in
2593  --*=?*)
2594    ac_option=`expr "X$1" : 'X\([^=]*\)='`
2595    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
2596    ac_shift=:
2597    ;;
2598  --*=)
2599    ac_option=`expr "X$1" : 'X\([^=]*\)='`
2600    ac_optarg=
2601    ac_shift=:
2602    ;;
2603  *)
2604    ac_option=$1
2605    ac_optarg=$2
2606    ac_shift=shift
2607    ;;
2608  esac
2609
2610  case $ac_option in
2611  # Handling of the options.
2612  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2613    ac_cs_recheck=: ;;
2614  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
2615    $as_echo "$ac_cs_version"; exit ;;
2616  --config | --confi | --conf | --con | --co | --c )
2617    $as_echo "$ac_cs_config"; exit ;;
2618  --debug | --debu | --deb | --de | --d | -d )
2619    debug=: ;;
2620  --file | --fil | --fi | --f )
2621    $ac_shift
2622    case $ac_optarg in
2623    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
2624    '') as_fn_error $? "missing file argument" ;;
2625    esac
2626    as_fn_append CONFIG_FILES " '$ac_optarg'"
2627    ac_need_defaults=false;;
2628  --he | --h |  --help | --hel | -h )
2629    $as_echo "$ac_cs_usage"; exit ;;
2630  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2631  | -silent | --silent | --silen | --sile | --sil | --si | --s)
2632    ac_cs_silent=: ;;
2633
2634  # This is an error.
2635  -*) as_fn_error $? "unrecognized option: \`$1'
2636Try \`$0 --help' for more information." ;;
2637
2638  *) as_fn_append ac_config_targets " $1"
2639     ac_need_defaults=false ;;
2640
2641  esac
2642  shift
2643done
2644
2645ac_configure_extra_args=
2646
2647if $ac_cs_silent; then
2648  exec 6>/dev/null
2649  ac_configure_extra_args="$ac_configure_extra_args --silent"
2650fi
2651
2652_ACEOF
2653cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2654if \$ac_cs_recheck; then
2655  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2656  shift
2657  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
2658  CONFIG_SHELL='$SHELL'
2659  export CONFIG_SHELL
2660  exec "\$@"
2661fi
2662
2663_ACEOF
2664cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2665exec 5>>config.log
2666{
2667  echo
2668  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2669## Running $as_me. ##
2670_ASBOX
2671  $as_echo "$ac_log"
2672} >&5
2673
2674_ACEOF
2675cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2676#
2677# INIT-COMMANDS
2678#
2679scripts="${scripts}"
2680
2681_ACEOF
2682
2683cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2684
2685# Handling of arguments.
2686for ac_config_target in $ac_config_targets
2687do
2688  case $ac_config_target in
2689    "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
2690    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2691    "${scripts}") CONFIG_FILES="$CONFIG_FILES ${scripts}" ;;
2692
2693  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
2694  esac
2695done
2696
2697
2698# If the user did not use the arguments to specify the items to instantiate,
2699# then the envvar interface is used.  Set only those that are not.
2700# We use the long form for the default assignment because of an extremely
2701# bizarre bug on SunOS 4.1.3.
2702if $ac_need_defaults; then
2703  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
2704  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
2705fi
2706
2707# Have a temporary directory for convenience.  Make it in the build tree
2708# simply because there is no reason against having it here, and in addition,
2709# creating and moving files from /tmp can sometimes cause problems.
2710# Hook for its removal unless debugging.
2711# Note that there is a small window in which the directory will not be cleaned:
2712# after its creation but before its name has been assigned to `$tmp'.
2713$debug ||
2714{
2715  tmp= ac_tmp=
2716  trap 'exit_status=$?
2717  : "${ac_tmp:=$tmp}"
2718  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
2719' 0
2720  trap 'as_fn_exit 1' 1 2 13 15
2721}
2722# Create a (secure) tmp directory for tmp files.
2723
2724{
2725  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
2726  test -d "$tmp"
2727}  ||
2728{
2729  tmp=./conf$$-$RANDOM
2730  (umask 077 && mkdir "$tmp")
2731} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
2732ac_tmp=$tmp
2733
2734# Set up the scripts for CONFIG_FILES section.
2735# No need to generate them if there are no CONFIG_FILES.
2736# This happens for instance with `./config.status config.h'.
2737if test -n "$CONFIG_FILES"; then
2738
2739
2740ac_cr=`echo X | tr X '\015'`
2741# On cygwin, bash can eat \r inside `` if the user requested igncr.
2742# But we know of no other shell where ac_cr would be empty at this
2743# point, so we can use a bashism as a fallback.
2744if test "x$ac_cr" = x; then
2745  eval ac_cr=\$\'\\r\'
2746fi
2747ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
2748if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
2749  ac_cs_awk_cr='\\r'
2750else
2751  ac_cs_awk_cr=$ac_cr
2752fi
2753
2754echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
2755_ACEOF
2756
2757
2758{
2759  echo "cat >conf$$subs.awk <<_ACEOF" &&
2760  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
2761  echo "_ACEOF"
2762} >conf$$subs.sh ||
2763  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
2764ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
2765ac_delim='%!_!# '
2766for ac_last_try in false false false false false :; do
2767  . ./conf$$subs.sh ||
2768    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
2769
2770  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
2771  if test $ac_delim_n = $ac_delim_num; then
2772    break
2773  elif $ac_last_try; then
2774    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
2775  else
2776    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
2777  fi
2778done
2779rm -f conf$$subs.sh
2780
2781cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2782cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
2783_ACEOF
2784sed -n '
2785h
2786s/^/S["/; s/!.*/"]=/
2787p
2788g
2789s/^[^!]*!//
2790:repl
2791t repl
2792s/'"$ac_delim"'$//
2793t delim
2794:nl
2795h
2796s/\(.\{148\}\)..*/\1/
2797t more1
2798s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
2799p
2800n
2801b repl
2802:more1
2803s/["\\]/\\&/g; s/^/"/; s/$/"\\/
2804p
2805g
2806s/.\{148\}//
2807t nl
2808:delim
2809h
2810s/\(.\{148\}\)..*/\1/
2811t more2
2812s/["\\]/\\&/g; s/^/"/; s/$/"/
2813p
2814b
2815:more2
2816s/["\\]/\\&/g; s/^/"/; s/$/"\\/
2817p
2818g
2819s/.\{148\}//
2820t delim
2821' <conf$$subs.awk | sed '
2822/^[^""]/{
2823  N
2824  s/\n//
2825}
2826' >>$CONFIG_STATUS || ac_write_fail=1
2827rm -f conf$$subs.awk
2828cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2829_ACAWK
2830cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
2831  for (key in S) S_is_set[key] = 1
2832  FS = ""
2833
2834}
2835{
2836  line = $ 0
2837  nfields = split(line, field, "@")
2838  substed = 0
2839  len = length(field[1])
2840  for (i = 2; i < nfields; i++) {
2841    key = field[i]
2842    keylen = length(key)
2843    if (S_is_set[key]) {
2844      value = S[key]
2845      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
2846      len += length(value) + length(field[++i])
2847      substed = 1
2848    } else
2849      len += 1 + keylen
2850  }
2851
2852  print line
2853}
2854
2855_ACAWK
2856_ACEOF
2857cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2858if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
2859  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
2860else
2861  cat
2862fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
2863  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
2864_ACEOF
2865
2866# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
2867# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
2868# trailing colons and then remove the whole line if VPATH becomes empty
2869# (actually we leave an empty line to preserve line numbers).
2870if test "x$srcdir" = x.; then
2871  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
2872h
2873s///
2874s/^/:/
2875s/[	 ]*$/:/
2876s/:\$(srcdir):/:/g
2877s/:\${srcdir}:/:/g
2878s/:@srcdir@:/:/g
2879s/^:*//
2880s/:*$//
2881x
2882s/\(=[	 ]*\).*/\1/
2883G
2884s/\n//
2885s/^[^=]*=[	 ]*$//
2886}'
2887fi
2888
2889cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2890fi # test -n "$CONFIG_FILES"
2891
2892
2893eval set X "  :F $CONFIG_FILES      :C $CONFIG_COMMANDS"
2894shift
2895for ac_tag
2896do
2897  case $ac_tag in
2898  :[FHLC]) ac_mode=$ac_tag; continue;;
2899  esac
2900  case $ac_mode$ac_tag in
2901  :[FHL]*:*);;
2902  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
2903  :[FH]-) ac_tag=-:-;;
2904  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
2905  esac
2906  ac_save_IFS=$IFS
2907  IFS=:
2908  set x $ac_tag
2909  IFS=$ac_save_IFS
2910  shift
2911  ac_file=$1
2912  shift
2913
2914  case $ac_mode in
2915  :L) ac_source=$1;;
2916  :[FH])
2917    ac_file_inputs=
2918    for ac_f
2919    do
2920      case $ac_f in
2921      -) ac_f="$ac_tmp/stdin";;
2922      *) # Look for the file first in the build tree, then in the source tree
2923	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
2924	 # because $ac_f cannot contain `:'.
2925	 test -f "$ac_f" ||
2926	   case $ac_f in
2927	   [\\/$]*) false;;
2928	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
2929	   esac ||
2930	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
2931      esac
2932      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
2933      as_fn_append ac_file_inputs " '$ac_f'"
2934    done
2935
2936    # Let's still pretend it is `configure' which instantiates (i.e., don't
2937    # use $as_me), people would be surprised to read:
2938    #    /* config.h.  Generated by config.status.  */
2939    configure_input='Generated from '`
2940	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
2941	`' by configure.'
2942    if test x"$ac_file" != x-; then
2943      configure_input="$ac_file.  $configure_input"
2944      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
2945$as_echo "$as_me: creating $ac_file" >&6;}
2946    fi
2947    # Neutralize special characters interpreted by sed in replacement strings.
2948    case $configure_input in #(
2949    *\&* | *\|* | *\\* )
2950       ac_sed_conf_input=`$as_echo "$configure_input" |
2951       sed 's/[\\\\&|]/\\\\&/g'`;; #(
2952    *) ac_sed_conf_input=$configure_input;;
2953    esac
2954
2955    case $ac_tag in
2956    *:-:* | *:-) cat >"$ac_tmp/stdin" \
2957      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
2958    esac
2959    ;;
2960  esac
2961
2962  ac_dir=`$as_dirname -- "$ac_file" ||
2963$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2964	 X"$ac_file" : 'X\(//\)[^/]' \| \
2965	 X"$ac_file" : 'X\(//\)$' \| \
2966	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
2967$as_echo X"$ac_file" |
2968    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2969	    s//\1/
2970	    q
2971	  }
2972	  /^X\(\/\/\)[^/].*/{
2973	    s//\1/
2974	    q
2975	  }
2976	  /^X\(\/\/\)$/{
2977	    s//\1/
2978	    q
2979	  }
2980	  /^X\(\/\).*/{
2981	    s//\1/
2982	    q
2983	  }
2984	  s/.*/./; q'`
2985  as_dir="$ac_dir"; as_fn_mkdir_p
2986  ac_builddir=.
2987
2988case "$ac_dir" in
2989.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2990*)
2991  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2992  # A ".." for each directory in $ac_dir_suffix.
2993  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2994  case $ac_top_builddir_sub in
2995  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2996  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2997  esac ;;
2998esac
2999ac_abs_top_builddir=$ac_pwd
3000ac_abs_builddir=$ac_pwd$ac_dir_suffix
3001# for backward compatibility:
3002ac_top_builddir=$ac_top_build_prefix
3003
3004case $srcdir in
3005  .)  # We are building in place.
3006    ac_srcdir=.
3007    ac_top_srcdir=$ac_top_builddir_sub
3008    ac_abs_top_srcdir=$ac_pwd ;;
3009  [\\/]* | ?:[\\/]* )  # Absolute name.
3010    ac_srcdir=$srcdir$ac_dir_suffix;
3011    ac_top_srcdir=$srcdir
3012    ac_abs_top_srcdir=$srcdir ;;
3013  *) # Relative name.
3014    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3015    ac_top_srcdir=$ac_top_build_prefix$srcdir
3016    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3017esac
3018ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3019
3020
3021  case $ac_mode in
3022  :F)
3023  #
3024  # CONFIG_FILE
3025  #
3026
3027  case $INSTALL in
3028  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3029  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
3030  esac
3031_ACEOF
3032
3033cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3034# If the template does not know about datarootdir, expand it.
3035# FIXME: This hack should be removed a few years after 2.60.
3036ac_datarootdir_hack=; ac_datarootdir_seen=
3037ac_sed_dataroot='
3038/datarootdir/ {
3039  p
3040  q
3041}
3042/@datadir@/p
3043/@docdir@/p
3044/@infodir@/p
3045/@localedir@/p
3046/@mandir@/p'
3047case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
3048*datarootdir*) ac_datarootdir_seen=yes;;
3049*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3050  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3051$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3052_ACEOF
3053cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3054  ac_datarootdir_hack='
3055  s&@datadir@&$datadir&g
3056  s&@docdir@&$docdir&g
3057  s&@infodir@&$infodir&g
3058  s&@localedir@&$localedir&g
3059  s&@mandir@&$mandir&g
3060  s&\\\${datarootdir}&$datarootdir&g' ;;
3061esac
3062_ACEOF
3063
3064# Neutralize VPATH when `$srcdir' = `.'.
3065# Shell code in configure.ac might set extrasub.
3066# FIXME: do we really want to maintain this feature?
3067cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3068ac_sed_extra="$ac_vpsub
3069$extrasub
3070_ACEOF
3071cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3072:t
3073/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3074s|@configure_input@|$ac_sed_conf_input|;t t
3075s&@top_builddir@&$ac_top_builddir_sub&;t t
3076s&@top_build_prefix@&$ac_top_build_prefix&;t t
3077s&@srcdir@&$ac_srcdir&;t t
3078s&@abs_srcdir@&$ac_abs_srcdir&;t t
3079s&@top_srcdir@&$ac_top_srcdir&;t t
3080s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3081s&@builddir@&$ac_builddir&;t t
3082s&@abs_builddir@&$ac_abs_builddir&;t t
3083s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3084s&@INSTALL@&$ac_INSTALL&;t t
3085$ac_datarootdir_hack
3086"
3087eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
3088  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
3089
3090test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3091  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
3092  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
3093      "$ac_tmp/out"`; test -z "$ac_out"; } &&
3094  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3095which seems to be undefined.  Please make sure it is defined" >&5
3096$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3097which seems to be undefined.  Please make sure it is defined" >&2;}
3098
3099  rm -f "$ac_tmp/stdin"
3100  case $ac_file in
3101  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
3102  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
3103  esac \
3104  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
3105 ;;
3106
3107
3108  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
3109$as_echo "$as_me: executing $ac_file commands" >&6;}
3110 ;;
3111  esac
3112
3113
3114  case $ac_file$ac_mode in
3115    "default-1":C) chmod +x ${scripts} ;;
3116
3117  esac
3118done # for ac_tag
3119
3120
3121as_fn_exit 0
3122_ACEOF
3123ac_clean_files=$ac_clean_files_save
3124
3125test $ac_write_fail = 0 ||
3126  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
3127
3128
3129# configure is writing to config.log, and then calls config.status.
3130# config.status does its own redirection, appending to config.log.
3131# Unfortunately, on DOS this fails, as config.log is still kept open
3132# by configure, so config.status won't be able to write to it; its
3133# output is simply discarded.  So we exec the FD to /dev/null,
3134# effectively closing config.log, so it can be properly (re)opened and
3135# appended to by config.status.  When coming back to configure, we
3136# need to make the FD available again.
3137if test "$no_create" != yes; then
3138  ac_cs_success=:
3139  ac_config_status_args=
3140  test "$silent" = yes &&
3141    ac_config_status_args="$ac_config_status_args --quiet"
3142  exec 5>/dev/null
3143  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3144  exec 5>>config.log
3145  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3146  # would make configure fail if this is the last instruction.
3147  $ac_cs_success || as_fn_exit 1
3148fi
3149if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
3150  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
3151$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
3152fi
3153
3154
3155exit 0
3156