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