1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69 for HTS-demo_CMU-ARCTIC-SLT 2.3.
4#
5# Report bugs to <hts-users@sp.nitech.ac.jp>.
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# Copyright 2001-2015 Nagoya Institute of Technology
15#
16# Copyright 2001-2008 Tokyo Institute of Technology
17## -------------------- ##
18## M4sh Initialization. ##
19## -------------------- ##
20
21# Be more Bourne compatible
22DUALCASE=1; export DUALCASE # for MKS sh
23if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
24  emulate sh
25  NULLCMD=:
26  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27  # is contrary to our usage.  Disable this feature.
28  alias -g '${1+"$@"}'='"$@"'
29  setopt NO_GLOB_SUBST
30else
31  case `(set -o) 2>/dev/null` in #(
32  *posix*) :
33    set -o posix ;; #(
34  *) :
35     ;;
36esac
37fi
38
39
40as_nl='
41'
42export as_nl
43# Printing a long string crashes Solaris 7 /usr/bin/printf.
44as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
45as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
46as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
47# Prefer a ksh shell builtin over an external printf program on Solaris,
48# but without wasting forks for bash or zsh.
49if test -z "$BASH_VERSION$ZSH_VERSION" \
50    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
51  as_echo='print -r --'
52  as_echo_n='print -rn --'
53elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
54  as_echo='printf %s\n'
55  as_echo_n='printf %s'
56else
57  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
58    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
59    as_echo_n='/usr/ucb/echo -n'
60  else
61    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
62    as_echo_n_body='eval
63      arg=$1;
64      case $arg in #(
65      *"$as_nl"*)
66	expr "X$arg" : "X\\(.*\\)$as_nl";
67	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
68      esac;
69      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
70    '
71    export as_echo_n_body
72    as_echo_n='sh -c $as_echo_n_body as_echo'
73  fi
74  export as_echo_body
75  as_echo='sh -c $as_echo_body as_echo'
76fi
77
78# The user is always right.
79if test "${PATH_SEPARATOR+set}" != set; then
80  PATH_SEPARATOR=:
81  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
82    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
83      PATH_SEPARATOR=';'
84  }
85fi
86
87
88# IFS
89# We need space, tab and new line, in precisely that order.  Quoting is
90# there to prevent editors from complaining about space-tab.
91# (If _AS_PATH_WALK were called with IFS unset, it would disable word
92# splitting by setting IFS to empty value.)
93IFS=" ""	$as_nl"
94
95# Find who we are.  Look in the path if we contain no directory separator.
96as_myself=
97case $0 in #((
98  *[\\/]* ) as_myself=$0 ;;
99  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
100for as_dir in $PATH
101do
102  IFS=$as_save_IFS
103  test -z "$as_dir" && as_dir=.
104    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
105  done
106IFS=$as_save_IFS
107
108     ;;
109esac
110# We did not find ourselves, most probably we were run as `sh COMMAND'
111# in which case we are not to be found in the path.
112if test "x$as_myself" = x; then
113  as_myself=$0
114fi
115if test ! -f "$as_myself"; then
116  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
117  exit 1
118fi
119
120# Unset variables that we do not need and which cause bugs (e.g. in
121# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
122# suppresses any "Segmentation fault" message there.  '((' could
123# trigger a bug in pdksh 5.2.14.
124for as_var in BASH_ENV ENV MAIL MAILPATH
125do eval test x\${$as_var+set} = xset \
126  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
127done
128PS1='$ '
129PS2='> '
130PS4='+ '
131
132# NLS nuisances.
133LC_ALL=C
134export LC_ALL
135LANGUAGE=C
136export LANGUAGE
137
138# CDPATH.
139(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
140
141# Use a proper internal environment variable to ensure we don't fall
142  # into an infinite loop, continuously re-executing ourselves.
143  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
144    _as_can_reexec=no; export _as_can_reexec;
145    # We cannot yet assume a decent shell, so we have to provide a
146# neutralization value for shells without unset; and this also
147# works around shells that cannot unset nonexistent variables.
148# Preserve -v and -x to the replacement shell.
149BASH_ENV=/dev/null
150ENV=/dev/null
151(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
152case $- in # ((((
153  *v*x* | *x*v* ) as_opts=-vx ;;
154  *v* ) as_opts=-v ;;
155  *x* ) as_opts=-x ;;
156  * ) as_opts= ;;
157esac
158exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
159# Admittedly, this is quite paranoid, since all the known shells bail
160# out after a failed `exec'.
161$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
162as_fn_exit 255
163  fi
164  # We don't want this to propagate to other subprocesses.
165          { _as_can_reexec=; unset _as_can_reexec;}
166if test "x$CONFIG_SHELL" = x; then
167  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
168  emulate sh
169  NULLCMD=:
170  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
171  # is contrary to our usage.  Disable this feature.
172  alias -g '\${1+\"\$@\"}'='\"\$@\"'
173  setopt NO_GLOB_SUBST
174else
175  case \`(set -o) 2>/dev/null\` in #(
176  *posix*) :
177    set -o posix ;; #(
178  *) :
179     ;;
180esac
181fi
182"
183  as_required="as_fn_return () { (exit \$1); }
184as_fn_success () { as_fn_return 0; }
185as_fn_failure () { as_fn_return 1; }
186as_fn_ret_success () { return 0; }
187as_fn_ret_failure () { return 1; }
188
189exitcode=0
190as_fn_success || { exitcode=1; echo as_fn_success failed.; }
191as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
192as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
193as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
194if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
195
196else
197  exitcode=1; echo positional parameters were not saved.
198fi
199test x\$exitcode = x0 || exit 1
200test -x / || exit 1"
201  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
202  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
203  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
204  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
205  if (eval "$as_required") 2>/dev/null; then :
206  as_have_required=yes
207else
208  as_have_required=no
209fi
210  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
211
212else
213  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
214as_found=false
215for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
216do
217  IFS=$as_save_IFS
218  test -z "$as_dir" && as_dir=.
219  as_found=:
220  case $as_dir in #(
221	 /*)
222	   for as_base in sh bash ksh sh5; do
223	     # Try only shells that exist, to save several forks.
224	     as_shell=$as_dir/$as_base
225	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
226		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
227  CONFIG_SHELL=$as_shell as_have_required=yes
228		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
229  break 2
230fi
231fi
232	   done;;
233       esac
234  as_found=false
235done
236$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
237	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
238  CONFIG_SHELL=$SHELL as_have_required=yes
239fi; }
240IFS=$as_save_IFS
241
242
243      if test "x$CONFIG_SHELL" != x; then :
244  export CONFIG_SHELL
245             # We cannot yet assume a decent shell, so we have to provide a
246# neutralization value for shells without unset; and this also
247# works around shells that cannot unset nonexistent variables.
248# Preserve -v and -x to the replacement shell.
249BASH_ENV=/dev/null
250ENV=/dev/null
251(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
252case $- in # ((((
253  *v*x* | *x*v* ) as_opts=-vx ;;
254  *v* ) as_opts=-v ;;
255  *x* ) as_opts=-x ;;
256  * ) as_opts= ;;
257esac
258exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
259# Admittedly, this is quite paranoid, since all the known shells bail
260# out after a failed `exec'.
261$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
262exit 255
263fi
264
265    if test x$as_have_required = xno; then :
266  $as_echo "$0: This script requires a shell more modern than all"
267  $as_echo "$0: the shells that I found on your system."
268  if test x${ZSH_VERSION+set} = xset ; then
269    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
270    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
271  else
272    $as_echo "$0: Please tell bug-autoconf@gnu.org and
273$0: hts-users@sp.nitech.ac.jp about your system, including
274$0: any error possibly output before this message. Then
275$0: install a modern shell, or manually run the script
276$0: under such a shell if you do have one."
277  fi
278  exit 1
279fi
280fi
281fi
282SHELL=${CONFIG_SHELL-/bin/sh}
283export SHELL
284# Unset more variables known to interfere with behavior of common tools.
285CLICOLOR_FORCE= GREP_OPTIONS=
286unset CLICOLOR_FORCE GREP_OPTIONS
287
288## --------------------- ##
289## M4sh Shell Functions. ##
290## --------------------- ##
291# as_fn_unset VAR
292# ---------------
293# Portably unset VAR.
294as_fn_unset ()
295{
296  { eval $1=; unset $1;}
297}
298as_unset=as_fn_unset
299
300# as_fn_set_status STATUS
301# -----------------------
302# Set $? to STATUS, without forking.
303as_fn_set_status ()
304{
305  return $1
306} # as_fn_set_status
307
308# as_fn_exit STATUS
309# -----------------
310# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
311as_fn_exit ()
312{
313  set +e
314  as_fn_set_status $1
315  exit $1
316} # as_fn_exit
317
318# as_fn_mkdir_p
319# -------------
320# Create "$as_dir" as a directory, including parents if necessary.
321as_fn_mkdir_p ()
322{
323
324  case $as_dir in #(
325  -*) as_dir=./$as_dir;;
326  esac
327  test -d "$as_dir" || eval $as_mkdir_p || {
328    as_dirs=
329    while :; do
330      case $as_dir in #(
331      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
332      *) as_qdir=$as_dir;;
333      esac
334      as_dirs="'$as_qdir' $as_dirs"
335      as_dir=`$as_dirname -- "$as_dir" ||
336$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
337	 X"$as_dir" : 'X\(//\)[^/]' \| \
338	 X"$as_dir" : 'X\(//\)$' \| \
339	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
340$as_echo X"$as_dir" |
341    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
342	    s//\1/
343	    q
344	  }
345	  /^X\(\/\/\)[^/].*/{
346	    s//\1/
347	    q
348	  }
349	  /^X\(\/\/\)$/{
350	    s//\1/
351	    q
352	  }
353	  /^X\(\/\).*/{
354	    s//\1/
355	    q
356	  }
357	  s/.*/./; q'`
358      test -d "$as_dir" && break
359    done
360    test -z "$as_dirs" || eval "mkdir $as_dirs"
361  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
362
363
364} # as_fn_mkdir_p
365
366# as_fn_executable_p FILE
367# -----------------------
368# Test if FILE is an executable regular file.
369as_fn_executable_p ()
370{
371  test -f "$1" && test -x "$1"
372} # as_fn_executable_p
373# as_fn_append VAR VALUE
374# ----------------------
375# Append the text in VALUE to the end of the definition contained in VAR. Take
376# advantage of any shell optimizations that allow amortized linear growth over
377# repeated appends, instead of the typical quadratic growth present in naive
378# implementations.
379if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
380  eval 'as_fn_append ()
381  {
382    eval $1+=\$2
383  }'
384else
385  as_fn_append ()
386  {
387    eval $1=\$$1\$2
388  }
389fi # as_fn_append
390
391# as_fn_arith ARG...
392# ------------------
393# Perform arithmetic evaluation on the ARGs, and store the result in the
394# global $as_val. Take advantage of shells that can avoid forks. The arguments
395# must be portable across $(()) and expr.
396if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
397  eval 'as_fn_arith ()
398  {
399    as_val=$(( $* ))
400  }'
401else
402  as_fn_arith ()
403  {
404    as_val=`expr "$@" || test $? -eq 1`
405  }
406fi # as_fn_arith
407
408
409# as_fn_error STATUS ERROR [LINENO LOG_FD]
410# ----------------------------------------
411# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
412# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
413# script with STATUS, using 1 if that was 0.
414as_fn_error ()
415{
416  as_status=$1; test $as_status -eq 0 && as_status=1
417  if test "$4"; then
418    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
419    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
420  fi
421  $as_echo "$as_me: error: $2" >&2
422  as_fn_exit $as_status
423} # as_fn_error
424
425if expr a : '\(a\)' >/dev/null 2>&1 &&
426   test "X`expr 00001 : '.*\(...\)'`" = X001; then
427  as_expr=expr
428else
429  as_expr=false
430fi
431
432if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
433  as_basename=basename
434else
435  as_basename=false
436fi
437
438if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
439  as_dirname=dirname
440else
441  as_dirname=false
442fi
443
444as_me=`$as_basename -- "$0" ||
445$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
446	 X"$0" : 'X\(//\)$' \| \
447	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
448$as_echo X/"$0" |
449    sed '/^.*\/\([^/][^/]*\)\/*$/{
450	    s//\1/
451	    q
452	  }
453	  /^X\/\(\/\/\)$/{
454	    s//\1/
455	    q
456	  }
457	  /^X\/\(\/\).*/{
458	    s//\1/
459	    q
460	  }
461	  s/.*/./; q'`
462
463# Avoid depending upon Character Ranges.
464as_cr_letters='abcdefghijklmnopqrstuvwxyz'
465as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
466as_cr_Letters=$as_cr_letters$as_cr_LETTERS
467as_cr_digits='0123456789'
468as_cr_alnum=$as_cr_Letters$as_cr_digits
469
470
471  as_lineno_1=$LINENO as_lineno_1a=$LINENO
472  as_lineno_2=$LINENO as_lineno_2a=$LINENO
473  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
474  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
475  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
476  sed -n '
477    p
478    /[$]LINENO/=
479  ' <$as_myself |
480    sed '
481      s/[$]LINENO.*/&-/
482      t lineno
483      b
484      :lineno
485      N
486      :loop
487      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
488      t loop
489      s/-\n.*//
490    ' >$as_me.lineno &&
491  chmod +x "$as_me.lineno" ||
492    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
493
494  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
495  # already done that, so ensure we don't try to do so again and fall
496  # in an infinite loop.  This has already happened in practice.
497  _as_can_reexec=no; export _as_can_reexec
498  # Don't try to exec as it changes $[0], causing all sort of problems
499  # (the dirname of $[0] is not the place where we might find the
500  # original and so on.  Autoconf is especially sensitive to this).
501  . "./$as_me.lineno"
502  # Exit status is that of the last command.
503  exit
504}
505
506ECHO_C= ECHO_N= ECHO_T=
507case `echo -n x` in #(((((
508-n*)
509  case `echo 'xy\c'` in
510  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
511  xy)  ECHO_C='\c';;
512  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
513       ECHO_T='	';;
514  esac;;
515*)
516  ECHO_N='-n';;
517esac
518
519rm -f conf$$ conf$$.exe conf$$.file
520if test -d conf$$.dir; then
521  rm -f conf$$.dir/conf$$.file
522else
523  rm -f conf$$.dir
524  mkdir conf$$.dir 2>/dev/null
525fi
526if (echo >conf$$.file) 2>/dev/null; then
527  if ln -s conf$$.file conf$$ 2>/dev/null; then
528    as_ln_s='ln -s'
529    # ... but there are two gotchas:
530    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
531    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
532    # In both cases, we have to default to `cp -pR'.
533    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
534      as_ln_s='cp -pR'
535  elif ln conf$$.file conf$$ 2>/dev/null; then
536    as_ln_s=ln
537  else
538    as_ln_s='cp -pR'
539  fi
540else
541  as_ln_s='cp -pR'
542fi
543rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
544rmdir conf$$.dir 2>/dev/null
545
546if mkdir -p . 2>/dev/null; then
547  as_mkdir_p='mkdir -p "$as_dir"'
548else
549  test -d ./-p && rmdir ./-p
550  as_mkdir_p=false
551fi
552
553as_test_x='test -x'
554as_executable_p=as_fn_executable_p
555
556# Sed expression to map a string onto a valid CPP name.
557as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
558
559# Sed expression to map a string onto a valid variable name.
560as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
561
562
563test -n "$DJDIR" || exec 7<&0 </dev/null
564exec 6>&1
565
566# Name of the host.
567# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
568# so uname gets run too.
569ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
570
571#
572# Initializations.
573#
574ac_default_prefix=/usr/local
575ac_clean_files=
576ac_config_libobj_dir=.
577LIBOBJS=
578cross_compiling=no
579subdirs=
580MFLAGS=
581MAKEFLAGS=
582
583# Identity of this package.
584PACKAGE_NAME='HTS-demo_CMU-ARCTIC-SLT'
585PACKAGE_TARNAME='hts-demo_cmu-arctic-slt'
586PACKAGE_VERSION='2.3'
587PACKAGE_STRING='HTS-demo_CMU-ARCTIC-SLT 2.3'
588PACKAGE_BUGREPORT='hts-users@sp.nitech.ac.jp'
589PACKAGE_URL=''
590
591ac_subst_vars='LTLIBOBJS
592LIBOBJS
593USEMSPF
594CDGV
595NOSILGV
596OPTKIND
597GVWEIGHT
598HMMWEIGHT
599STEPDEC
600STEPINC
601STEPINIT
602MINEUCNORM
603GVEPSILON
604MAXGVITER
605USEGV
606EMEPSILON
607MAXEMITER
608PGTYPE
609BAPBANDWIDTH
610LF0BANDWIDTH
611MGCBANDWIDTH
612NBAPTRANSBLK
613NLF0TRANSBLK
614NMGCTRANSBLK
615MINDUR
616MAXDEV
617DAEMALPHA
618DAEMNITER
619DAEM
620WFLOOR
621NITER
622NSTATE
623BAPSTREN
624BAPSTRST
625LF0STREN
626LF0STRST
627MGCSTREN
628MGCSTRST
629NBAPWIN
630NLF0WIN
631NMGCWIN
632BAPVSIZE
633MGCVSIZE
634IMPLEN
635PSTFILTER_LSP
636PSTFILTER_MCP
637UPPERF0
638LOWERF0
639LNGAIN
640BAPORDER
641MGCORDER
642GAMMA
643FREQWARP
644SAMPFREQ
645FFTLEN
646NORMALIZE
647WINDOWTYPE
648FRAMESHIFT
649FRAMELEN
650USESTRAIGHT
651USEUTT
652PWD
653QNUM
654VER
655SPEAKER
656DATASET
657FULLCONTEXT_VERSION
658FULLCONTEXT_FORMAT
659ENGINE
660HSMMALIGN
661HHED
662HEREST
663HREST
664HINIT
665HLIST
666HCOMPV
667HMGENS
668STRAIGHT
669MATLAB
670IFFTR
671PHASE
672TRANSPOSE
673SPEC
674PITCH
675RAW2WAV
676SWAB
677MINMAX
678MGC2SP
679DFS
680MGLSADF
681MGC2MGC
682LSPCHECK
683LSP2LPC
684EXCITE
685BCP
686MERGE
687B2MC
688MC2B
689C2ACR
690FREQT
691VSUM
692VOPR
693SOPR
694VSTAT
695BCUT
696NAN
697LPC2LSP
698MGCEP
699WINDOW
700FRAME
701X2X
702DUMPFEATS
703TEXT2UTT
704WC
705PERL
706AWK
707target_alias
708host_alias
709build_alias
710LIBS
711ECHO_T
712ECHO_N
713ECHO_C
714DEFS
715mandir
716localedir
717libdir
718psdir
719pdfdir
720dvidir
721htmldir
722infodir
723docdir
724oldincludedir
725includedir
726localstatedir
727sharedstatedir
728sysconfdir
729datadir
730datarootdir
731libexecdir
732sbindir
733bindir
734program_transform_name
735prefix
736exec_prefix
737PACKAGE_URL
738PACKAGE_BUGREPORT
739PACKAGE_STRING
740PACKAGE_VERSION
741PACKAGE_TARNAME
742PACKAGE_NAME
743PATH_SEPARATOR
744SHELL'
745ac_subst_files=''
746ac_user_opts='
747enable_option_checking
748with_fest_search_path
749with_sptk_search_path
750with_matlab_search_path
751with_straight_path
752with_hts_search_path
753with_hts_engine_search_path
754'
755      ac_precious_vars='build_alias
756host_alias
757target_alias
758FULLCONTEXT_FORMAT
759FULLCONTEXT_VERSION
760DATASET
761SPEAKER
762VER
763QNUM
764USEUTT
765USESTRAIGHT
766FRAMELEN
767FRAMESHIFT
768WINDOWTYPE
769NORMALIZE
770FFTLEN
771SAMPFREQ
772FREQWARP
773GAMMA
774MGCORDER
775BAPORDER
776LNGAIN
777LOWERF0
778UPPERF0
779PSTFILTER_MCP
780PSTFILTER_LSP
781IMPLEN
782NMGCWIN
783NLF0WIN
784NBAPWIN
785NSTATE
786NITER
787WFLOOR
788DAEM
789DAEMNITER
790DAEMALPHA
791MAXDEV
792MINDUR
793NMGCTRANSBLK
794NLF0TRANSBLK
795NBAPTRANSBLK
796MGCBANDWIDTH
797LF0BANDWIDTH
798BAPBANDWIDTH
799PGTYPE
800MAXEMITER
801EMEPSILON
802USEGV
803MAXGVITER
804GVEPSILON
805MINEUCNORM
806STEPINIT
807STEPINC
808STEPDEC
809HMMWEIGHT
810GVWEIGHT
811OPTKIND
812NOSILGV
813CDGV
814USEMSPF'
815
816
817# Initialize some variables set by options.
818ac_init_help=
819ac_init_version=false
820ac_unrecognized_opts=
821ac_unrecognized_sep=
822# The variables have the same names as the options, with
823# dashes changed to underlines.
824cache_file=/dev/null
825exec_prefix=NONE
826no_create=
827no_recursion=
828prefix=NONE
829program_prefix=NONE
830program_suffix=NONE
831program_transform_name=s,x,x,
832silent=
833site=
834srcdir=
835verbose=
836x_includes=NONE
837x_libraries=NONE
838
839# Installation directory options.
840# These are left unexpanded so users can "make install exec_prefix=/foo"
841# and all the variables that are supposed to be based on exec_prefix
842# by default will actually change.
843# Use braces instead of parens because sh, perl, etc. also accept them.
844# (The list follows the same order as the GNU Coding Standards.)
845bindir='${exec_prefix}/bin'
846sbindir='${exec_prefix}/sbin'
847libexecdir='${exec_prefix}/libexec'
848datarootdir='${prefix}/share'
849datadir='${datarootdir}'
850sysconfdir='${prefix}/etc'
851sharedstatedir='${prefix}/com'
852localstatedir='${prefix}/var'
853includedir='${prefix}/include'
854oldincludedir='/usr/include'
855docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
856infodir='${datarootdir}/info'
857htmldir='${docdir}'
858dvidir='${docdir}'
859pdfdir='${docdir}'
860psdir='${docdir}'
861libdir='${exec_prefix}/lib'
862localedir='${datarootdir}/locale'
863mandir='${datarootdir}/man'
864
865ac_prev=
866ac_dashdash=
867for ac_option
868do
869  # If the previous option needs an argument, assign it.
870  if test -n "$ac_prev"; then
871    eval $ac_prev=\$ac_option
872    ac_prev=
873    continue
874  fi
875
876  case $ac_option in
877  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
878  *=)   ac_optarg= ;;
879  *)    ac_optarg=yes ;;
880  esac
881
882  # Accept the important Cygnus configure options, so we can diagnose typos.
883
884  case $ac_dashdash$ac_option in
885  --)
886    ac_dashdash=yes ;;
887
888  -bindir | --bindir | --bindi | --bind | --bin | --bi)
889    ac_prev=bindir ;;
890  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
891    bindir=$ac_optarg ;;
892
893  -build | --build | --buil | --bui | --bu)
894    ac_prev=build_alias ;;
895  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
896    build_alias=$ac_optarg ;;
897
898  -cache-file | --cache-file | --cache-fil | --cache-fi \
899  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
900    ac_prev=cache_file ;;
901  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
902  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
903    cache_file=$ac_optarg ;;
904
905  --config-cache | -C)
906    cache_file=config.cache ;;
907
908  -datadir | --datadir | --datadi | --datad)
909    ac_prev=datadir ;;
910  -datadir=* | --datadir=* | --datadi=* | --datad=*)
911    datadir=$ac_optarg ;;
912
913  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
914  | --dataroo | --dataro | --datar)
915    ac_prev=datarootdir ;;
916  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
917  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
918    datarootdir=$ac_optarg ;;
919
920  -disable-* | --disable-*)
921    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
922    # Reject names that are not valid shell variable names.
923    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
924      as_fn_error $? "invalid feature name: $ac_useropt"
925    ac_useropt_orig=$ac_useropt
926    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
927    case $ac_user_opts in
928      *"
929"enable_$ac_useropt"
930"*) ;;
931      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
932	 ac_unrecognized_sep=', ';;
933    esac
934    eval enable_$ac_useropt=no ;;
935
936  -docdir | --docdir | --docdi | --doc | --do)
937    ac_prev=docdir ;;
938  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
939    docdir=$ac_optarg ;;
940
941  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
942    ac_prev=dvidir ;;
943  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
944    dvidir=$ac_optarg ;;
945
946  -enable-* | --enable-*)
947    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
948    # Reject names that are not valid shell variable names.
949    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
950      as_fn_error $? "invalid feature name: $ac_useropt"
951    ac_useropt_orig=$ac_useropt
952    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
953    case $ac_user_opts in
954      *"
955"enable_$ac_useropt"
956"*) ;;
957      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
958	 ac_unrecognized_sep=', ';;
959    esac
960    eval enable_$ac_useropt=\$ac_optarg ;;
961
962  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
963  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
964  | --exec | --exe | --ex)
965    ac_prev=exec_prefix ;;
966  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
967  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
968  | --exec=* | --exe=* | --ex=*)
969    exec_prefix=$ac_optarg ;;
970
971  -gas | --gas | --ga | --g)
972    # Obsolete; use --with-gas.
973    with_gas=yes ;;
974
975  -help | --help | --hel | --he | -h)
976    ac_init_help=long ;;
977  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
978    ac_init_help=recursive ;;
979  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
980    ac_init_help=short ;;
981
982  -host | --host | --hos | --ho)
983    ac_prev=host_alias ;;
984  -host=* | --host=* | --hos=* | --ho=*)
985    host_alias=$ac_optarg ;;
986
987  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
988    ac_prev=htmldir ;;
989  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
990  | --ht=*)
991    htmldir=$ac_optarg ;;
992
993  -includedir | --includedir | --includedi | --included | --include \
994  | --includ | --inclu | --incl | --inc)
995    ac_prev=includedir ;;
996  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
997  | --includ=* | --inclu=* | --incl=* | --inc=*)
998    includedir=$ac_optarg ;;
999
1000  -infodir | --infodir | --infodi | --infod | --info | --inf)
1001    ac_prev=infodir ;;
1002  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1003    infodir=$ac_optarg ;;
1004
1005  -libdir | --libdir | --libdi | --libd)
1006    ac_prev=libdir ;;
1007  -libdir=* | --libdir=* | --libdi=* | --libd=*)
1008    libdir=$ac_optarg ;;
1009
1010  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1011  | --libexe | --libex | --libe)
1012    ac_prev=libexecdir ;;
1013  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1014  | --libexe=* | --libex=* | --libe=*)
1015    libexecdir=$ac_optarg ;;
1016
1017  -localedir | --localedir | --localedi | --localed | --locale)
1018    ac_prev=localedir ;;
1019  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1020    localedir=$ac_optarg ;;
1021
1022  -localstatedir | --localstatedir | --localstatedi | --localstated \
1023  | --localstate | --localstat | --localsta | --localst | --locals)
1024    ac_prev=localstatedir ;;
1025  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1026  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1027    localstatedir=$ac_optarg ;;
1028
1029  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1030    ac_prev=mandir ;;
1031  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1032    mandir=$ac_optarg ;;
1033
1034  -nfp | --nfp | --nf)
1035    # Obsolete; use --without-fp.
1036    with_fp=no ;;
1037
1038  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1039  | --no-cr | --no-c | -n)
1040    no_create=yes ;;
1041
1042  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1043  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1044    no_recursion=yes ;;
1045
1046  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1047  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1048  | --oldin | --oldi | --old | --ol | --o)
1049    ac_prev=oldincludedir ;;
1050  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1051  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1052  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1053    oldincludedir=$ac_optarg ;;
1054
1055  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1056    ac_prev=prefix ;;
1057  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1058    prefix=$ac_optarg ;;
1059
1060  -program-prefix | --program-prefix | --program-prefi | --program-pref \
1061  | --program-pre | --program-pr | --program-p)
1062    ac_prev=program_prefix ;;
1063  -program-prefix=* | --program-prefix=* | --program-prefi=* \
1064  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1065    program_prefix=$ac_optarg ;;
1066
1067  -program-suffix | --program-suffix | --program-suffi | --program-suff \
1068  | --program-suf | --program-su | --program-s)
1069    ac_prev=program_suffix ;;
1070  -program-suffix=* | --program-suffix=* | --program-suffi=* \
1071  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1072    program_suffix=$ac_optarg ;;
1073
1074  -program-transform-name | --program-transform-name \
1075  | --program-transform-nam | --program-transform-na \
1076  | --program-transform-n | --program-transform- \
1077  | --program-transform | --program-transfor \
1078  | --program-transfo | --program-transf \
1079  | --program-trans | --program-tran \
1080  | --progr-tra | --program-tr | --program-t)
1081    ac_prev=program_transform_name ;;
1082  -program-transform-name=* | --program-transform-name=* \
1083  | --program-transform-nam=* | --program-transform-na=* \
1084  | --program-transform-n=* | --program-transform-=* \
1085  | --program-transform=* | --program-transfor=* \
1086  | --program-transfo=* | --program-transf=* \
1087  | --program-trans=* | --program-tran=* \
1088  | --progr-tra=* | --program-tr=* | --program-t=*)
1089    program_transform_name=$ac_optarg ;;
1090
1091  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1092    ac_prev=pdfdir ;;
1093  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1094    pdfdir=$ac_optarg ;;
1095
1096  -psdir | --psdir | --psdi | --psd | --ps)
1097    ac_prev=psdir ;;
1098  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1099    psdir=$ac_optarg ;;
1100
1101  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1102  | -silent | --silent | --silen | --sile | --sil)
1103    silent=yes ;;
1104
1105  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1106    ac_prev=sbindir ;;
1107  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1108  | --sbi=* | --sb=*)
1109    sbindir=$ac_optarg ;;
1110
1111  -sharedstatedir | --sharedstatedir | --sharedstatedi \
1112  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1113  | --sharedst | --shareds | --shared | --share | --shar \
1114  | --sha | --sh)
1115    ac_prev=sharedstatedir ;;
1116  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1117  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1118  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1119  | --sha=* | --sh=*)
1120    sharedstatedir=$ac_optarg ;;
1121
1122  -site | --site | --sit)
1123    ac_prev=site ;;
1124  -site=* | --site=* | --sit=*)
1125    site=$ac_optarg ;;
1126
1127  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1128    ac_prev=srcdir ;;
1129  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1130    srcdir=$ac_optarg ;;
1131
1132  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1133  | --syscon | --sysco | --sysc | --sys | --sy)
1134    ac_prev=sysconfdir ;;
1135  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1136  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1137    sysconfdir=$ac_optarg ;;
1138
1139  -target | --target | --targe | --targ | --tar | --ta | --t)
1140    ac_prev=target_alias ;;
1141  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1142    target_alias=$ac_optarg ;;
1143
1144  -v | -verbose | --verbose | --verbos | --verbo | --verb)
1145    verbose=yes ;;
1146
1147  -version | --version | --versio | --versi | --vers | -V)
1148    ac_init_version=: ;;
1149
1150  -with-* | --with-*)
1151    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1152    # Reject names that are not valid shell variable names.
1153    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1154      as_fn_error $? "invalid package name: $ac_useropt"
1155    ac_useropt_orig=$ac_useropt
1156    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1157    case $ac_user_opts in
1158      *"
1159"with_$ac_useropt"
1160"*) ;;
1161      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1162	 ac_unrecognized_sep=', ';;
1163    esac
1164    eval with_$ac_useropt=\$ac_optarg ;;
1165
1166  -without-* | --without-*)
1167    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1168    # Reject names that are not valid shell variable names.
1169    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1170      as_fn_error $? "invalid package name: $ac_useropt"
1171    ac_useropt_orig=$ac_useropt
1172    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1173    case $ac_user_opts in
1174      *"
1175"with_$ac_useropt"
1176"*) ;;
1177      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1178	 ac_unrecognized_sep=', ';;
1179    esac
1180    eval with_$ac_useropt=no ;;
1181
1182  --x)
1183    # Obsolete; use --with-x.
1184    with_x=yes ;;
1185
1186  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1187  | --x-incl | --x-inc | --x-in | --x-i)
1188    ac_prev=x_includes ;;
1189  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1190  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1191    x_includes=$ac_optarg ;;
1192
1193  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1194  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1195    ac_prev=x_libraries ;;
1196  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1197  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1198    x_libraries=$ac_optarg ;;
1199
1200  -*) as_fn_error $? "unrecognized option: \`$ac_option'
1201Try \`$0 --help' for more information"
1202    ;;
1203
1204  *=*)
1205    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1206    # Reject names that are not valid shell variable names.
1207    case $ac_envvar in #(
1208      '' | [0-9]* | *[!_$as_cr_alnum]* )
1209      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1210    esac
1211    eval $ac_envvar=\$ac_optarg
1212    export $ac_envvar ;;
1213
1214  *)
1215    # FIXME: should be removed in autoconf 3.0.
1216    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1217    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1218      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1219    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1220    ;;
1221
1222  esac
1223done
1224
1225if test -n "$ac_prev"; then
1226  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1227  as_fn_error $? "missing argument to $ac_option"
1228fi
1229
1230if test -n "$ac_unrecognized_opts"; then
1231  case $enable_option_checking in
1232    no) ;;
1233    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1234    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1235  esac
1236fi
1237
1238# Check all directory arguments for consistency.
1239for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
1240		datadir sysconfdir sharedstatedir localstatedir includedir \
1241		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1242		libdir localedir mandir
1243do
1244  eval ac_val=\$$ac_var
1245  # Remove trailing slashes.
1246  case $ac_val in
1247    */ )
1248      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1249      eval $ac_var=\$ac_val;;
1250  esac
1251  # Be sure to have absolute directory names.
1252  case $ac_val in
1253    [\\/$]* | ?:[\\/]* )  continue;;
1254    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1255  esac
1256  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1257done
1258
1259# There might be people who depend on the old broken behavior: `$host'
1260# used to hold the argument of --host etc.
1261# FIXME: To remove some day.
1262build=$build_alias
1263host=$host_alias
1264target=$target_alias
1265
1266# FIXME: To remove some day.
1267if test "x$host_alias" != x; then
1268  if test "x$build_alias" = x; then
1269    cross_compiling=maybe
1270  elif test "x$build_alias" != "x$host_alias"; then
1271    cross_compiling=yes
1272  fi
1273fi
1274
1275ac_tool_prefix=
1276test -n "$host_alias" && ac_tool_prefix=$host_alias-
1277
1278test "$silent" = yes && exec 6>/dev/null
1279
1280
1281ac_pwd=`pwd` && test -n "$ac_pwd" &&
1282ac_ls_di=`ls -di .` &&
1283ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1284  as_fn_error $? "working directory cannot be determined"
1285test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1286  as_fn_error $? "pwd does not report name of working directory"
1287
1288
1289# Find the source files, if location was not specified.
1290if test -z "$srcdir"; then
1291  ac_srcdir_defaulted=yes
1292  # Try the directory containing this script, then the parent directory.
1293  ac_confdir=`$as_dirname -- "$as_myself" ||
1294$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1295	 X"$as_myself" : 'X\(//\)[^/]' \| \
1296	 X"$as_myself" : 'X\(//\)$' \| \
1297	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1298$as_echo X"$as_myself" |
1299    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1300	    s//\1/
1301	    q
1302	  }
1303	  /^X\(\/\/\)[^/].*/{
1304	    s//\1/
1305	    q
1306	  }
1307	  /^X\(\/\/\)$/{
1308	    s//\1/
1309	    q
1310	  }
1311	  /^X\(\/\).*/{
1312	    s//\1/
1313	    q
1314	  }
1315	  s/.*/./; q'`
1316  srcdir=$ac_confdir
1317  if test ! -r "$srcdir/$ac_unique_file"; then
1318    srcdir=..
1319  fi
1320else
1321  ac_srcdir_defaulted=no
1322fi
1323if test ! -r "$srcdir/$ac_unique_file"; then
1324  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1325  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1326fi
1327ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1328ac_abs_confdir=`(
1329	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1330	pwd)`
1331# When building in place, set srcdir=.
1332if test "$ac_abs_confdir" = "$ac_pwd"; then
1333  srcdir=.
1334fi
1335# Remove unnecessary trailing slashes from srcdir.
1336# Double slashes in file names in object file debugging info
1337# mess up M-x gdb in Emacs.
1338case $srcdir in
1339*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1340esac
1341for ac_var in $ac_precious_vars; do
1342  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1343  eval ac_env_${ac_var}_value=\$${ac_var}
1344  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1345  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1346done
1347
1348#
1349# Report the --help message.
1350#
1351if test "$ac_init_help" = "long"; then
1352  # Omit some internal or obsolete options to make the list less imposing.
1353  # This message is too long to be a string in the A/UX 3.1 sh.
1354  cat <<_ACEOF
1355\`configure' configures HTS-demo_CMU-ARCTIC-SLT 2.3 to adapt to many kinds of systems.
1356
1357Usage: $0 [OPTION]... [VAR=VALUE]...
1358
1359To assign environment variables (e.g., CC, CFLAGS...), specify them as
1360VAR=VALUE.  See below for descriptions of some of the useful variables.
1361
1362Defaults for the options are specified in brackets.
1363
1364Configuration:
1365  -h, --help              display this help and exit
1366      --help=short        display options specific to this package
1367      --help=recursive    display the short help of all the included packages
1368  -V, --version           display version information and exit
1369  -q, --quiet, --silent   do not print \`checking ...' messages
1370      --cache-file=FILE   cache test results in FILE [disabled]
1371  -C, --config-cache      alias for \`--cache-file=config.cache'
1372  -n, --no-create         do not create output files
1373      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1374
1375Installation directories:
1376  --prefix=PREFIX         install architecture-independent files in PREFIX
1377                          [$ac_default_prefix]
1378  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1379                          [PREFIX]
1380
1381By default, \`make install' will install all the files in
1382\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1383an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1384for instance \`--prefix=\$HOME'.
1385
1386For better control, use the options below.
1387
1388Fine tuning of the installation directories:
1389  --bindir=DIR            user executables [EPREFIX/bin]
1390  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1391  --libexecdir=DIR        program executables [EPREFIX/libexec]
1392  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1393  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1394  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1395  --libdir=DIR            object code libraries [EPREFIX/lib]
1396  --includedir=DIR        C header files [PREFIX/include]
1397  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1398  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1399  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1400  --infodir=DIR           info documentation [DATAROOTDIR/info]
1401  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1402  --mandir=DIR            man documentation [DATAROOTDIR/man]
1403  --docdir=DIR            documentation root
1404                          [DATAROOTDIR/doc/hts-demo_cmu-arctic-slt]
1405  --htmldir=DIR           html documentation [DOCDIR]
1406  --dvidir=DIR            dvi documentation [DOCDIR]
1407  --pdfdir=DIR            pdf documentation [DOCDIR]
1408  --psdir=DIR             ps documentation [DOCDIR]
1409_ACEOF
1410
1411  cat <<\_ACEOF
1412_ACEOF
1413fi
1414
1415if test -n "$ac_init_help"; then
1416  case $ac_init_help in
1417     short | recursive ) echo "Configuration of HTS-demo_CMU-ARCTIC-SLT 2.3:";;
1418   esac
1419  cat <<\_ACEOF
1420
1421Optional Packages:
1422  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1423  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1424  --with-fest-search-path specify the additional festival search path
1425  --with-sptk-search-path specify the additional SPTK binary search path
1426  --with-matlab-search-path
1427                          specify the additional MATLAB binary search path
1428  --with-straight-path    specify the STRAIGHT MATLAB code path
1429  --with-hts-search-path  specify the additional HTS binary search path
1430  --with-hts-engine-search-path
1431                          specify the additional hts_engine binary search path
1432
1433Some influential environment variables:
1434  FULLCONTEXT_FORMAT
1435              full context label format (default=HTS_TTS_ENG)
1436  FULLCONTEXT_VERSION
1437              version of full context label format (default=1.0)
1438  DATASET     dataset (default=cmu_us_arctic)
1439  SPEAKER     speaker name (default=slt)
1440  VER         version number of this setting (default=1)
1441  QNUM        question set number (default='001')
1442  USEUTT      generate labels from utt files instead of text files (0:off or
1443              1:on, default=1)
1444  USESTRAIGHT turn on STRAIGHT-based analysis (0:off or 1:on, default=0)
1445  FRAMELEN    frame length in point (default=1200)
1446  FRAMESHIFT  frame shift in point (default=240)
1447  WINDOWTYPE  window type -> 0: Blackman 1: Hamming 2: Hanning (default=1)
1448  NORMALIZE   normalization -> 0: none 1: by power 2: by magnitude (default=1)
1449  FFTLEN      FFT length in point (default=2048)
1450  SAMPFREQ    sampling frequency in Hz (default=48000)
1451  FREQWARP    frequency warping factor (default=0.55)
1452  GAMMA       pole/zero weight factor (0: mel-cepstral analysis 1: LPC
1453              analysis 2,3,...,N: mel-generalized cepstral (MGC) analysis)
1454              (default=0)
1455  MGCORDER    order of MGC analysis (default=34 for cepstral form, default=12
1456              for LSP form)
1457  BAPORDER    order of BAP analysis (default=24)
1458  LNGAIN      use logarithmic gain instead of linear gain (default=1)
1459  LOWERF0     lower limit for F0 extraction in Hz (default=110)
1460  UPPERF0     upper limit for F0 extraction in Hz (default=280)
1461  PSTFILTER_MCP
1462              postfiltering factor for mel-cepstral (default=1.4)
1463  PSTFILTER_LSP
1464              postfiltering factor for LSP (default=0.7)
1465  IMPLEN      length of impulse response (default=4096 for cepstral form,
1466              default=576 for LSP form)
1467  NMGCWIN     number of delta windows for MGC coefficients (default=3)
1468  NLF0WIN     number of delta windows for log F0 values (default=3)
1469  NBAPWIN     number of delta windows for band aperiodicity values (default=3)
1470  NSTATE      number of HMM states (default=5)
1471  NITER       number of iterations of embedded training (default=5)
1472  WFLOOR      mixture weight flooring scale (default=5000)
1473  DAEM        DAEM algorithm for parameter estimation (0:off or 1:on,
1474              default=0)
1475  DAEMNITER   number of iterations of DAEM-based embedded training
1476              (default=10)
1477  DAEMALPHA   schedule of updating temperature parameter for DAEM
1478              (default=1.0)
1479  MAXDEV      maximum duration scaling factor (default=10)
1480  MINDUR      minimum duration to be evaluated (default=5)
1481  NMGCTRANSBLK
1482              number of blocks for MGC transforms (default=3)
1483  NLF0TRANSBLK
1484              number of blocks for log F0 transforms (default=1)
1485  NBAPTRANSBLK
1486              number of blocks for band aperiodicity transforms (default=3)
1487  MGCBANDWIDTH
1488              band width for MGC transforms (default=35 for cepstral form,
1489              derault=2 for LSP form)
1490  LF0BANDWIDTH
1491              band width for log F0 transforms (default=1)
1492  BAPBANDWIDTH
1493              band width for band aperiodicity transforms (default=25)
1494  PGTYPE      type of speech parameter generation algorithm (0: Cholesky, 1:
1495              MixHidden, 2: StateHidden, default=0)
1496  MAXEMITER   max EM iteration (default=20)
1497  EMEPSILON   convergence factor for EM iteration (default=0.0001)
1498  USEGV       turn on GV-based parameter generation algorithm (0:off or 1:on,
1499              default=1)
1500  MAXGVITER   maximum number of iterations of GV-based parameter generation
1501              algorithm (default=50)
1502  GVEPSILON   convergence factor for GV iteration (default=0.0001)
1503  MINEUCNORM  minimum Euclid norm for GV iteration (default=0.01)
1504  STEPINIT    initial step size (default=1.0)
1505  STEPINC     step size acceleration factor (default=1.2)
1506  STEPDEC     step size deceleration factor (default=0.5)
1507  HMMWEIGHT   weight for HMM output prob. (default=1.0)
1508  GVWEIGHT    weight for GV output prob. (default=1.0)
1509  OPTKIND     optimization method (STEEPEST, NEWTON, or LBFGS)
1510              (default=NEWTON)
1511  NOSILGV     turn on GV without silent and pause phoneme (0:off or 1:on,
1512              default=1)
1513  CDGV        turn on context-dependent GV (0:off or 1:on, default=1)
1514  USEMSPF     turn on modulation spectrum-based postfilter (0:off or 1:on,
1515              default=1)
1516
1517Use these variables to override the choices made by `configure' or to help
1518it to find libraries and programs with nonstandard names/locations.
1519
1520Report bugs to <hts-users@sp.nitech.ac.jp>.
1521_ACEOF
1522ac_status=$?
1523fi
1524
1525if test "$ac_init_help" = "recursive"; then
1526  # If there are subdirs, report their specific --help.
1527  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1528    test -d "$ac_dir" ||
1529      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1530      continue
1531    ac_builddir=.
1532
1533case "$ac_dir" in
1534.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1535*)
1536  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1537  # A ".." for each directory in $ac_dir_suffix.
1538  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1539  case $ac_top_builddir_sub in
1540  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1541  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1542  esac ;;
1543esac
1544ac_abs_top_builddir=$ac_pwd
1545ac_abs_builddir=$ac_pwd$ac_dir_suffix
1546# for backward compatibility:
1547ac_top_builddir=$ac_top_build_prefix
1548
1549case $srcdir in
1550  .)  # We are building in place.
1551    ac_srcdir=.
1552    ac_top_srcdir=$ac_top_builddir_sub
1553    ac_abs_top_srcdir=$ac_pwd ;;
1554  [\\/]* | ?:[\\/]* )  # Absolute name.
1555    ac_srcdir=$srcdir$ac_dir_suffix;
1556    ac_top_srcdir=$srcdir
1557    ac_abs_top_srcdir=$srcdir ;;
1558  *) # Relative name.
1559    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1560    ac_top_srcdir=$ac_top_build_prefix$srcdir
1561    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1562esac
1563ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1564
1565    cd "$ac_dir" || { ac_status=$?; continue; }
1566    # Check for guested configure.
1567    if test -f "$ac_srcdir/configure.gnu"; then
1568      echo &&
1569      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1570    elif test -f "$ac_srcdir/configure"; then
1571      echo &&
1572      $SHELL "$ac_srcdir/configure" --help=recursive
1573    else
1574      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1575    fi || ac_status=$?
1576    cd "$ac_pwd" || { ac_status=$?; break; }
1577  done
1578fi
1579
1580test -n "$ac_init_help" && exit $ac_status
1581if $ac_init_version; then
1582  cat <<\_ACEOF
1583HTS-demo_CMU-ARCTIC-SLT configure 2.3
1584generated by GNU Autoconf 2.69
1585
1586Copyright (C) 2012 Free Software Foundation, Inc.
1587This configure script is free software; the Free Software Foundation
1588gives unlimited permission to copy, distribute and modify it.
1589
1590Copyright 2001-2015 Nagoya Institute of Technology
1591
1592Copyright 2001-2008 Tokyo Institute of Technology
1593_ACEOF
1594  exit
1595fi
1596
1597## ------------------------ ##
1598## Autoconf initialization. ##
1599## ------------------------ ##
1600cat >config.log <<_ACEOF
1601This file contains any messages produced by compilers while
1602running configure, to aid debugging if configure makes a mistake.
1603
1604It was created by HTS-demo_CMU-ARCTIC-SLT $as_me 2.3, which was
1605generated by GNU Autoconf 2.69.  Invocation command line was
1606
1607  $ $0 $@
1608
1609_ACEOF
1610exec 5>>config.log
1611{
1612cat <<_ASUNAME
1613## --------- ##
1614## Platform. ##
1615## --------- ##
1616
1617hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1618uname -m = `(uname -m) 2>/dev/null || echo unknown`
1619uname -r = `(uname -r) 2>/dev/null || echo unknown`
1620uname -s = `(uname -s) 2>/dev/null || echo unknown`
1621uname -v = `(uname -v) 2>/dev/null || echo unknown`
1622
1623/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1624/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1625
1626/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1627/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1628/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1629/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1630/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1631/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1632/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1633
1634_ASUNAME
1635
1636as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1637for as_dir in $PATH
1638do
1639  IFS=$as_save_IFS
1640  test -z "$as_dir" && as_dir=.
1641    $as_echo "PATH: $as_dir"
1642  done
1643IFS=$as_save_IFS
1644
1645} >&5
1646
1647cat >&5 <<_ACEOF
1648
1649
1650## ----------- ##
1651## Core tests. ##
1652## ----------- ##
1653
1654_ACEOF
1655
1656
1657# Keep a trace of the command line.
1658# Strip out --no-create and --no-recursion so they do not pile up.
1659# Strip out --silent because we don't want to record it for future runs.
1660# Also quote any args containing shell meta-characters.
1661# Make two passes to allow for proper duplicate-argument suppression.
1662ac_configure_args=
1663ac_configure_args0=
1664ac_configure_args1=
1665ac_must_keep_next=false
1666for ac_pass in 1 2
1667do
1668  for ac_arg
1669  do
1670    case $ac_arg in
1671    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1672    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1673    | -silent | --silent | --silen | --sile | --sil)
1674      continue ;;
1675    *\'*)
1676      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1677    esac
1678    case $ac_pass in
1679    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1680    2)
1681      as_fn_append ac_configure_args1 " '$ac_arg'"
1682      if test $ac_must_keep_next = true; then
1683	ac_must_keep_next=false # Got value, back to normal.
1684      else
1685	case $ac_arg in
1686	  *=* | --config-cache | -C | -disable-* | --disable-* \
1687	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1688	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1689	  | -with-* | --with-* | -without-* | --without-* | --x)
1690	    case "$ac_configure_args0 " in
1691	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1692	    esac
1693	    ;;
1694	  -* ) ac_must_keep_next=true ;;
1695	esac
1696      fi
1697      as_fn_append ac_configure_args " '$ac_arg'"
1698      ;;
1699    esac
1700  done
1701done
1702{ ac_configure_args0=; unset ac_configure_args0;}
1703{ ac_configure_args1=; unset ac_configure_args1;}
1704
1705# When interrupted or exit'd, cleanup temporary files, and complete
1706# config.log.  We remove comments because anyway the quotes in there
1707# would cause problems or look ugly.
1708# WARNING: Use '\'' to represent an apostrophe within the trap.
1709# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1710trap 'exit_status=$?
1711  # Save into config.log some information that might help in debugging.
1712  {
1713    echo
1714
1715    $as_echo "## ---------------- ##
1716## Cache variables. ##
1717## ---------------- ##"
1718    echo
1719    # The following way of writing the cache mishandles newlines in values,
1720(
1721  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1722    eval ac_val=\$$ac_var
1723    case $ac_val in #(
1724    *${as_nl}*)
1725      case $ac_var in #(
1726      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1727$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1728      esac
1729      case $ac_var in #(
1730      _ | IFS | as_nl) ;; #(
1731      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1732      *) { eval $ac_var=; unset $ac_var;} ;;
1733      esac ;;
1734    esac
1735  done
1736  (set) 2>&1 |
1737    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1738    *${as_nl}ac_space=\ *)
1739      sed -n \
1740	"s/'\''/'\''\\\\'\'''\''/g;
1741	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1742      ;; #(
1743    *)
1744      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1745      ;;
1746    esac |
1747    sort
1748)
1749    echo
1750
1751    $as_echo "## ----------------- ##
1752## Output variables. ##
1753## ----------------- ##"
1754    echo
1755    for ac_var in $ac_subst_vars
1756    do
1757      eval ac_val=\$$ac_var
1758      case $ac_val in
1759      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1760      esac
1761      $as_echo "$ac_var='\''$ac_val'\''"
1762    done | sort
1763    echo
1764
1765    if test -n "$ac_subst_files"; then
1766      $as_echo "## ------------------- ##
1767## File substitutions. ##
1768## ------------------- ##"
1769      echo
1770      for ac_var in $ac_subst_files
1771      do
1772	eval ac_val=\$$ac_var
1773	case $ac_val in
1774	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1775	esac
1776	$as_echo "$ac_var='\''$ac_val'\''"
1777      done | sort
1778      echo
1779    fi
1780
1781    if test -s confdefs.h; then
1782      $as_echo "## ----------- ##
1783## confdefs.h. ##
1784## ----------- ##"
1785      echo
1786      cat confdefs.h
1787      echo
1788    fi
1789    test "$ac_signal" != 0 &&
1790      $as_echo "$as_me: caught signal $ac_signal"
1791    $as_echo "$as_me: exit $exit_status"
1792  } >&5
1793  rm -f core *.core core.conftest.* &&
1794    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1795    exit $exit_status
1796' 0
1797for ac_signal in 1 2 13 15; do
1798  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1799done
1800ac_signal=0
1801
1802# confdefs.h avoids OS command line length limits that DEFS can exceed.
1803rm -f -r conftest* confdefs.h
1804
1805$as_echo "/* confdefs.h */" > confdefs.h
1806
1807# Predefined preprocessor variables.
1808
1809cat >>confdefs.h <<_ACEOF
1810#define PACKAGE_NAME "$PACKAGE_NAME"
1811_ACEOF
1812
1813cat >>confdefs.h <<_ACEOF
1814#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1815_ACEOF
1816
1817cat >>confdefs.h <<_ACEOF
1818#define PACKAGE_VERSION "$PACKAGE_VERSION"
1819_ACEOF
1820
1821cat >>confdefs.h <<_ACEOF
1822#define PACKAGE_STRING "$PACKAGE_STRING"
1823_ACEOF
1824
1825cat >>confdefs.h <<_ACEOF
1826#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1827_ACEOF
1828
1829cat >>confdefs.h <<_ACEOF
1830#define PACKAGE_URL "$PACKAGE_URL"
1831_ACEOF
1832
1833
1834# Let the site file select an alternate cache file if it wants to.
1835# Prefer an explicitly selected file to automatically selected ones.
1836ac_site_file1=NONE
1837ac_site_file2=NONE
1838if test -n "$CONFIG_SITE"; then
1839  # We do not want a PATH search for config.site.
1840  case $CONFIG_SITE in #((
1841    -*)  ac_site_file1=./$CONFIG_SITE;;
1842    */*) ac_site_file1=$CONFIG_SITE;;
1843    *)   ac_site_file1=./$CONFIG_SITE;;
1844  esac
1845elif test "x$prefix" != xNONE; then
1846  ac_site_file1=$prefix/share/config.site
1847  ac_site_file2=$prefix/etc/config.site
1848else
1849  ac_site_file1=$ac_default_prefix/share/config.site
1850  ac_site_file2=$ac_default_prefix/etc/config.site
1851fi
1852for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1853do
1854  test "x$ac_site_file" = xNONE && continue
1855  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1856    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1857$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1858    sed 's/^/| /' "$ac_site_file" >&5
1859    . "$ac_site_file" \
1860      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1861$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1862as_fn_error $? "failed to load site script $ac_site_file
1863See \`config.log' for more details" "$LINENO" 5; }
1864  fi
1865done
1866
1867if test -r "$cache_file"; then
1868  # Some versions of bash will fail to source /dev/null (special files
1869  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
1870  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1871    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1872$as_echo "$as_me: loading cache $cache_file" >&6;}
1873    case $cache_file in
1874      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1875      *)                      . "./$cache_file";;
1876    esac
1877  fi
1878else
1879  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1880$as_echo "$as_me: creating cache $cache_file" >&6;}
1881  >$cache_file
1882fi
1883
1884# Check that the precious variables saved in the cache have kept the same
1885# value.
1886ac_cache_corrupted=false
1887for ac_var in $ac_precious_vars; do
1888  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1889  eval ac_new_set=\$ac_env_${ac_var}_set
1890  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1891  eval ac_new_val=\$ac_env_${ac_var}_value
1892  case $ac_old_set,$ac_new_set in
1893    set,)
1894      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1895$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1896      ac_cache_corrupted=: ;;
1897    ,set)
1898      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1899$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1900      ac_cache_corrupted=: ;;
1901    ,);;
1902    *)
1903      if test "x$ac_old_val" != "x$ac_new_val"; then
1904	# differences in whitespace do not lead to failure.
1905	ac_old_val_w=`echo x $ac_old_val`
1906	ac_new_val_w=`echo x $ac_new_val`
1907	if test "$ac_old_val_w" != "$ac_new_val_w"; then
1908	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1909$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1910	  ac_cache_corrupted=:
1911	else
1912	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1913$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1914	  eval $ac_var=\$ac_old_val
1915	fi
1916	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1917$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1918	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1919$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1920      fi;;
1921  esac
1922  # Pass precious variables to config.status.
1923  if test "$ac_new_set" = set; then
1924    case $ac_new_val in
1925    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1926    *) ac_arg=$ac_var=$ac_new_val ;;
1927    esac
1928    case " $ac_configure_args " in
1929      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1930      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1931    esac
1932  fi
1933done
1934if $ac_cache_corrupted; then
1935  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1936$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1937  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1938$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1939  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1940fi
1941## -------------------- ##
1942## Main body of script. ##
1943## -------------------- ##
1944
1945ac_ext=c
1946ac_cpp='$CPP $CPPFLAGS'
1947ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1948ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1949ac_compiler_gnu=$ac_cv_c_compiler_gnu
1950
1951
1952
1953
1954
1955
1956
1957# Checks for programs.
1958# awk
1959for ac_prog in gawk mawk nawk awk
1960do
1961  # Extract the first word of "$ac_prog", so it can be a program name with args.
1962set dummy $ac_prog; ac_word=$2
1963{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1964$as_echo_n "checking for $ac_word... " >&6; }
1965if ${ac_cv_prog_AWK+:} false; then :
1966  $as_echo_n "(cached) " >&6
1967else
1968  if test -n "$AWK"; then
1969  ac_cv_prog_AWK="$AWK" # Let the user override the test.
1970else
1971as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1972for as_dir in $PATH
1973do
1974  IFS=$as_save_IFS
1975  test -z "$as_dir" && as_dir=.
1976    for ac_exec_ext in '' $ac_executable_extensions; do
1977  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1978    ac_cv_prog_AWK="$ac_prog"
1979    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1980    break 2
1981  fi
1982done
1983  done
1984IFS=$as_save_IFS
1985
1986fi
1987fi
1988AWK=$ac_cv_prog_AWK
1989if test -n "$AWK"; then
1990  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
1991$as_echo "$AWK" >&6; }
1992else
1993  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1994$as_echo "no" >&6; }
1995fi
1996
1997
1998  test -n "$AWK" && break
1999done
2000
2001
2002# perl
2003# Extract the first word of "perl", so it can be a program name with args.
2004set dummy perl; ac_word=$2
2005{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2006$as_echo_n "checking for $ac_word... " >&6; }
2007if ${ac_cv_path_PERL+:} false; then :
2008  $as_echo_n "(cached) " >&6
2009else
2010  case $PERL in
2011  [\\/]* | ?:[\\/]*)
2012  ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
2013  ;;
2014  *)
2015  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2016as_dummy="$PATH:/usr/bin"
2017for as_dir in $as_dummy
2018do
2019  IFS=$as_save_IFS
2020  test -z "$as_dir" && as_dir=.
2021    for ac_exec_ext in '' $ac_executable_extensions; do
2022  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2023    ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
2024    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2025    break 2
2026  fi
2027done
2028  done
2029IFS=$as_save_IFS
2030
2031  test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="/usr/bin"
2032  ;;
2033esac
2034fi
2035PERL=$ac_cv_path_PERL
2036if test -n "$PERL"; then
2037  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
2038$as_echo "$PERL" >&6; }
2039else
2040  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2041$as_echo "no" >&6; }
2042fi
2043
2044
2045if test ! -f "$PERL"; then
2046	as_fn_error $? "Can't find perl" "$LINENO" 5
2047fi
2048
2049# wc
2050# Extract the first word of "wc", so it can be a program name with args.
2051set dummy wc; ac_word=$2
2052{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2053$as_echo_n "checking for $ac_word... " >&6; }
2054if ${ac_cv_path_WC+:} false; then :
2055  $as_echo_n "(cached) " >&6
2056else
2057  case $WC in
2058  [\\/]* | ?:[\\/]*)
2059  ac_cv_path_WC="$WC" # Let the user override the test with a path.
2060  ;;
2061  *)
2062  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2063as_dummy="$PATH:/usr/bin"
2064for as_dir in $as_dummy
2065do
2066  IFS=$as_save_IFS
2067  test -z "$as_dir" && as_dir=.
2068    for ac_exec_ext in '' $ac_executable_extensions; do
2069  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2070    ac_cv_path_WC="$as_dir/$ac_word$ac_exec_ext"
2071    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2072    break 2
2073  fi
2074done
2075  done
2076IFS=$as_save_IFS
2077
2078  test -z "$ac_cv_path_WC" && ac_cv_path_WC="/usr/bin"
2079  ;;
2080esac
2081fi
2082WC=$ac_cv_path_WC
2083if test -n "$WC"; then
2084  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WC" >&5
2085$as_echo "$WC" >&6; }
2086else
2087  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2088$as_echo "no" >&6; }
2089fi
2090
2091
2092if test ! -f "$WC"; then
2093	as_fn_error $? "Can't find wc" "$LINENO" 5
2094fi
2095
2096
2097
2098# festival
2099# festival search path
2100
2101# Check whether --with-fest-search-path was given.
2102if test "${with_fest_search_path+set}" = set; then :
2103  withval=$with_fest_search_path; fest_search_path=$withval
2104fi
2105
2106
2107# text2utt
2108# Extract the first word of "text2utt", so it can be a program name with args.
2109set dummy text2utt; ac_word=$2
2110{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2111$as_echo_n "checking for $ac_word... " >&6; }
2112if ${ac_cv_path_TEXT2UTT+:} false; then :
2113  $as_echo_n "(cached) " >&6
2114else
2115  case $TEXT2UTT in
2116  [\\/]* | ?:[\\/]*)
2117  ac_cv_path_TEXT2UTT="$TEXT2UTT" # Let the user override the test with a path.
2118  ;;
2119  *)
2120  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2121as_dummy="${fest_search_path}:$PATH"
2122for as_dir in $as_dummy
2123do
2124  IFS=$as_save_IFS
2125  test -z "$as_dir" && as_dir=.
2126    for ac_exec_ext in '' $ac_executable_extensions; do
2127  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2128    ac_cv_path_TEXT2UTT="$as_dir/$ac_word$ac_exec_ext"
2129    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2130    break 2
2131  fi
2132done
2133  done
2134IFS=$as_save_IFS
2135
2136  test -z "$ac_cv_path_TEXT2UTT" && ac_cv_path_TEXT2UTT=":"
2137  ;;
2138esac
2139fi
2140TEXT2UTT=$ac_cv_path_TEXT2UTT
2141if test -n "$TEXT2UTT"; then
2142  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $TEXT2UTT" >&5
2143$as_echo "$TEXT2UTT" >&6; }
2144else
2145  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2146$as_echo "no" >&6; }
2147fi
2148
2149
2150if test ! -f "$TEXT2UTT"; then
2151	as_fn_error $? "Can't find text2utt of festival" "$LINENO" 5
2152fi
2153
2154# dumpfeats
2155# Extract the first word of "dumpfeats", so it can be a program name with args.
2156set dummy dumpfeats; ac_word=$2
2157{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2158$as_echo_n "checking for $ac_word... " >&6; }
2159if ${ac_cv_path_DUMPFEATS+:} false; then :
2160  $as_echo_n "(cached) " >&6
2161else
2162  case $DUMPFEATS in
2163  [\\/]* | ?:[\\/]*)
2164  ac_cv_path_DUMPFEATS="$DUMPFEATS" # Let the user override the test with a path.
2165  ;;
2166  *)
2167  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2168as_dummy="${fest_search_path}:$PATH"
2169for as_dir in $as_dummy
2170do
2171  IFS=$as_save_IFS
2172  test -z "$as_dir" && as_dir=.
2173    for ac_exec_ext in '' $ac_executable_extensions; do
2174  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2175    ac_cv_path_DUMPFEATS="$as_dir/$ac_word$ac_exec_ext"
2176    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2177    break 2
2178  fi
2179done
2180  done
2181IFS=$as_save_IFS
2182
2183  test -z "$ac_cv_path_DUMPFEATS" && ac_cv_path_DUMPFEATS=":"
2184  ;;
2185esac
2186fi
2187DUMPFEATS=$ac_cv_path_DUMPFEATS
2188if test -n "$DUMPFEATS"; then
2189  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPFEATS" >&5
2190$as_echo "$DUMPFEATS" >&6; }
2191else
2192  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2193$as_echo "no" >&6; }
2194fi
2195
2196
2197if test ! -f "$DUMPFEATS"; then
2198	as_fn_error $? "Can't find dumpfeats of festival" "$LINENO" 5
2199fi
2200
2201
2202
2203# SPTK commands
2204# SPTK search path
2205
2206# Check whether --with-sptk-search-path was given.
2207if test "${with_sptk_search_path+set}" = set; then :
2208  withval=$with_sptk_search_path; sptk_search_path=$withval
2209fi
2210
2211
2212# x2x
2213# Extract the first word of "x2x", so it can be a program name with args.
2214set dummy x2x; ac_word=$2
2215{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2216$as_echo_n "checking for $ac_word... " >&6; }
2217if ${ac_cv_path_X2X+:} false; then :
2218  $as_echo_n "(cached) " >&6
2219else
2220  case $X2X in
2221  [\\/]* | ?:[\\/]*)
2222  ac_cv_path_X2X="$X2X" # Let the user override the test with a path.
2223  ;;
2224  *)
2225  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2226as_dummy="${sptk_search_path}:$PATH"
2227for as_dir in $as_dummy
2228do
2229  IFS=$as_save_IFS
2230  test -z "$as_dir" && as_dir=.
2231    for ac_exec_ext in '' $ac_executable_extensions; do
2232  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2233    ac_cv_path_X2X="$as_dir/$ac_word$ac_exec_ext"
2234    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2235    break 2
2236  fi
2237done
2238  done
2239IFS=$as_save_IFS
2240
2241  test -z "$ac_cv_path_X2X" && ac_cv_path_X2X=":"
2242  ;;
2243esac
2244fi
2245X2X=$ac_cv_path_X2X
2246if test -n "$X2X"; then
2247  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $X2X" >&5
2248$as_echo "$X2X" >&6; }
2249else
2250  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2251$as_echo "no" >&6; }
2252fi
2253
2254
2255if test ! -f "$X2X"; then
2256	as_fn_error $? "Can't find x2x of SPTK" "$LINENO" 5
2257fi
2258
2259# frame
2260# Extract the first word of "frame", so it can be a program name with args.
2261set dummy frame; ac_word=$2
2262{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2263$as_echo_n "checking for $ac_word... " >&6; }
2264if ${ac_cv_path_FRAME+:} false; then :
2265  $as_echo_n "(cached) " >&6
2266else
2267  case $FRAME in
2268  [\\/]* | ?:[\\/]*)
2269  ac_cv_path_FRAME="$FRAME" # Let the user override the test with a path.
2270  ;;
2271  *)
2272  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2273as_dummy="${sptk_search_path}:$PATH"
2274for as_dir in $as_dummy
2275do
2276  IFS=$as_save_IFS
2277  test -z "$as_dir" && as_dir=.
2278    for ac_exec_ext in '' $ac_executable_extensions; do
2279  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2280    ac_cv_path_FRAME="$as_dir/$ac_word$ac_exec_ext"
2281    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2282    break 2
2283  fi
2284done
2285  done
2286IFS=$as_save_IFS
2287
2288  test -z "$ac_cv_path_FRAME" && ac_cv_path_FRAME=":"
2289  ;;
2290esac
2291fi
2292FRAME=$ac_cv_path_FRAME
2293if test -n "$FRAME"; then
2294  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FRAME" >&5
2295$as_echo "$FRAME" >&6; }
2296else
2297  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2298$as_echo "no" >&6; }
2299fi
2300
2301
2302if test ! -f "$FRAME"; then
2303	as_fn_error $? "Can't find frame of SPTK" "$LINENO" 5
2304fi
2305
2306# window
2307# Extract the first word of "window", so it can be a program name with args.
2308set dummy window; ac_word=$2
2309{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2310$as_echo_n "checking for $ac_word... " >&6; }
2311if ${ac_cv_path_WINDOW+:} false; then :
2312  $as_echo_n "(cached) " >&6
2313else
2314  case $WINDOW in
2315  [\\/]* | ?:[\\/]*)
2316  ac_cv_path_WINDOW="$WINDOW" # Let the user override the test with a path.
2317  ;;
2318  *)
2319  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2320as_dummy="${sptk_search_path}:$PATH"
2321for as_dir in $as_dummy
2322do
2323  IFS=$as_save_IFS
2324  test -z "$as_dir" && as_dir=.
2325    for ac_exec_ext in '' $ac_executable_extensions; do
2326  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2327    ac_cv_path_WINDOW="$as_dir/$ac_word$ac_exec_ext"
2328    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2329    break 2
2330  fi
2331done
2332  done
2333IFS=$as_save_IFS
2334
2335  test -z "$ac_cv_path_WINDOW" && ac_cv_path_WINDOW=":"
2336  ;;
2337esac
2338fi
2339WINDOW=$ac_cv_path_WINDOW
2340if test -n "$WINDOW"; then
2341  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDOW" >&5
2342$as_echo "$WINDOW" >&6; }
2343else
2344  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2345$as_echo "no" >&6; }
2346fi
2347
2348
2349if test ! -f "$WINDOW"; then
2350	as_fn_error $? "Can't find window of SPTK" "$LINENO" 5
2351fi
2352
2353# mgcep
2354if test -z "$GAMMA"; then
2355	# Extract the first word of "mcep", so it can be a program name with args.
2356set dummy mcep; ac_word=$2
2357{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2358$as_echo_n "checking for $ac_word... " >&6; }
2359if ${ac_cv_path_MGCEP+:} false; then :
2360  $as_echo_n "(cached) " >&6
2361else
2362  case $MGCEP in
2363  [\\/]* | ?:[\\/]*)
2364  ac_cv_path_MGCEP="$MGCEP" # Let the user override the test with a path.
2365  ;;
2366  *)
2367  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2368as_dummy="${sptk_search_path}:$PATH"
2369for as_dir in $as_dummy
2370do
2371  IFS=$as_save_IFS
2372  test -z "$as_dir" && as_dir=.
2373    for ac_exec_ext in '' $ac_executable_extensions; do
2374  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2375    ac_cv_path_MGCEP="$as_dir/$ac_word$ac_exec_ext"
2376    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2377    break 2
2378  fi
2379done
2380  done
2381IFS=$as_save_IFS
2382
2383  test -z "$ac_cv_path_MGCEP" && ac_cv_path_MGCEP=":"
2384  ;;
2385esac
2386fi
2387MGCEP=$ac_cv_path_MGCEP
2388if test -n "$MGCEP"; then
2389  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MGCEP" >&5
2390$as_echo "$MGCEP" >&6; }
2391else
2392  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2393$as_echo "no" >&6; }
2394fi
2395
2396
2397	if test ! -f "$MGCEP"; then
2398		as_fn_error $? "Can't find mcep of SPTK" "$LINENO" 5
2399	fi
2400elif test $GAMMA -eq 0; then
2401	# Extract the first word of "mcep", so it can be a program name with args.
2402set dummy mcep; ac_word=$2
2403{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2404$as_echo_n "checking for $ac_word... " >&6; }
2405if ${ac_cv_path_MGCEP+:} false; then :
2406  $as_echo_n "(cached) " >&6
2407else
2408  case $MGCEP in
2409  [\\/]* | ?:[\\/]*)
2410  ac_cv_path_MGCEP="$MGCEP" # Let the user override the test with a path.
2411  ;;
2412  *)
2413  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2414as_dummy="${sptk_search_path}:$PATH"
2415for as_dir in $as_dummy
2416do
2417  IFS=$as_save_IFS
2418  test -z "$as_dir" && as_dir=.
2419    for ac_exec_ext in '' $ac_executable_extensions; do
2420  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2421    ac_cv_path_MGCEP="$as_dir/$ac_word$ac_exec_ext"
2422    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2423    break 2
2424  fi
2425done
2426  done
2427IFS=$as_save_IFS
2428
2429  test -z "$ac_cv_path_MGCEP" && ac_cv_path_MGCEP=":"
2430  ;;
2431esac
2432fi
2433MGCEP=$ac_cv_path_MGCEP
2434if test -n "$MGCEP"; then
2435  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MGCEP" >&5
2436$as_echo "$MGCEP" >&6; }
2437else
2438  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2439$as_echo "no" >&6; }
2440fi
2441
2442
2443	if test ! -f "$MGCEP"; then
2444		as_fn_error $? "Can't find mcep of SPTK" "$LINENO" 5
2445	fi
2446else
2447	# Extract the first word of "mgcep", so it can be a program name with args.
2448set dummy mgcep; ac_word=$2
2449{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2450$as_echo_n "checking for $ac_word... " >&6; }
2451if ${ac_cv_path_MGCEP+:} false; then :
2452  $as_echo_n "(cached) " >&6
2453else
2454  case $MGCEP in
2455  [\\/]* | ?:[\\/]*)
2456  ac_cv_path_MGCEP="$MGCEP" # Let the user override the test with a path.
2457  ;;
2458  *)
2459  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2460as_dummy="${sptk_search_path}:$PATH"
2461for as_dir in $as_dummy
2462do
2463  IFS=$as_save_IFS
2464  test -z "$as_dir" && as_dir=.
2465    for ac_exec_ext in '' $ac_executable_extensions; do
2466  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2467    ac_cv_path_MGCEP="$as_dir/$ac_word$ac_exec_ext"
2468    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2469    break 2
2470  fi
2471done
2472  done
2473IFS=$as_save_IFS
2474
2475  test -z "$ac_cv_path_MGCEP" && ac_cv_path_MGCEP=":"
2476  ;;
2477esac
2478fi
2479MGCEP=$ac_cv_path_MGCEP
2480if test -n "$MGCEP"; then
2481  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MGCEP" >&5
2482$as_echo "$MGCEP" >&6; }
2483else
2484  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2485$as_echo "no" >&6; }
2486fi
2487
2488
2489	if test ! -f "$MGCEP"; then
2490		as_fn_error $? "Can't find mgcep of SPTK" "$LINENO" 5
2491	fi
2492fi
2493
2494# lpc2lsp
2495# Extract the first word of "lpc2lsp", so it can be a program name with args.
2496set dummy lpc2lsp; ac_word=$2
2497{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2498$as_echo_n "checking for $ac_word... " >&6; }
2499if ${ac_cv_path_LPC2LSP+:} false; then :
2500  $as_echo_n "(cached) " >&6
2501else
2502  case $LPC2LSP in
2503  [\\/]* | ?:[\\/]*)
2504  ac_cv_path_LPC2LSP="$LPC2LSP" # Let the user override the test with a path.
2505  ;;
2506  *)
2507  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2508as_dummy="${sptk_search_path}:$PATH"
2509for as_dir in $as_dummy
2510do
2511  IFS=$as_save_IFS
2512  test -z "$as_dir" && as_dir=.
2513    for ac_exec_ext in '' $ac_executable_extensions; do
2514  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2515    ac_cv_path_LPC2LSP="$as_dir/$ac_word$ac_exec_ext"
2516    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2517    break 2
2518  fi
2519done
2520  done
2521IFS=$as_save_IFS
2522
2523  test -z "$ac_cv_path_LPC2LSP" && ac_cv_path_LPC2LSP=":"
2524  ;;
2525esac
2526fi
2527LPC2LSP=$ac_cv_path_LPC2LSP
2528if test -n "$LPC2LSP"; then
2529  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LPC2LSP" >&5
2530$as_echo "$LPC2LSP" >&6; }
2531else
2532  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2533$as_echo "no" >&6; }
2534fi
2535
2536
2537if test ! -f "$LPC2LSP"; then
2538	as_fn_error $? "Can't find lpc2lsp of SPTK" "$LINENO" 5
2539fi
2540
2541# nan
2542# Extract the first word of "nan", so it can be a program name with args.
2543set dummy nan; ac_word=$2
2544{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2545$as_echo_n "checking for $ac_word... " >&6; }
2546if ${ac_cv_path_NAN+:} false; then :
2547  $as_echo_n "(cached) " >&6
2548else
2549  case $NAN in
2550  [\\/]* | ?:[\\/]*)
2551  ac_cv_path_NAN="$NAN" # Let the user override the test with a path.
2552  ;;
2553  *)
2554  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2555as_dummy="${sptk_search_path}:$PATH"
2556for as_dir in $as_dummy
2557do
2558  IFS=$as_save_IFS
2559  test -z "$as_dir" && as_dir=.
2560    for ac_exec_ext in '' $ac_executable_extensions; do
2561  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2562    ac_cv_path_NAN="$as_dir/$ac_word$ac_exec_ext"
2563    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2564    break 2
2565  fi
2566done
2567  done
2568IFS=$as_save_IFS
2569
2570  test -z "$ac_cv_path_NAN" && ac_cv_path_NAN=":"
2571  ;;
2572esac
2573fi
2574NAN=$ac_cv_path_NAN
2575if test -n "$NAN"; then
2576  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NAN" >&5
2577$as_echo "$NAN" >&6; }
2578else
2579  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2580$as_echo "no" >&6; }
2581fi
2582
2583
2584if test ! -f "$NAN"; then
2585	as_fn_error $? "Can't find nan of SPTK" "$LINENO" 5
2586fi
2587
2588# bcut
2589# Extract the first word of "bcut", so it can be a program name with args.
2590set dummy bcut; ac_word=$2
2591{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2592$as_echo_n "checking for $ac_word... " >&6; }
2593if ${ac_cv_path_BCUT+:} false; then :
2594  $as_echo_n "(cached) " >&6
2595else
2596  case $BCUT in
2597  [\\/]* | ?:[\\/]*)
2598  ac_cv_path_BCUT="$BCUT" # Let the user override the test with a path.
2599  ;;
2600  *)
2601  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2602as_dummy="${sptk_search_path}:$PATH"
2603for as_dir in $as_dummy
2604do
2605  IFS=$as_save_IFS
2606  test -z "$as_dir" && as_dir=.
2607    for ac_exec_ext in '' $ac_executable_extensions; do
2608  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2609    ac_cv_path_BCUT="$as_dir/$ac_word$ac_exec_ext"
2610    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2611    break 2
2612  fi
2613done
2614  done
2615IFS=$as_save_IFS
2616
2617  test -z "$ac_cv_path_BCUT" && ac_cv_path_BCUT=":"
2618  ;;
2619esac
2620fi
2621BCUT=$ac_cv_path_BCUT
2622if test -n "$BCUT"; then
2623  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BCUT" >&5
2624$as_echo "$BCUT" >&6; }
2625else
2626  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2627$as_echo "no" >&6; }
2628fi
2629
2630
2631if test ! -f "$BCUT"; then
2632	as_fn_error $? "Can't find bcut of SPTK" "$LINENO" 5
2633fi
2634
2635# vstat
2636# Extract the first word of "vstat", so it can be a program name with args.
2637set dummy vstat; ac_word=$2
2638{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2639$as_echo_n "checking for $ac_word... " >&6; }
2640if ${ac_cv_path_VSTAT+:} false; then :
2641  $as_echo_n "(cached) " >&6
2642else
2643  case $VSTAT in
2644  [\\/]* | ?:[\\/]*)
2645  ac_cv_path_VSTAT="$VSTAT" # Let the user override the test with a path.
2646  ;;
2647  *)
2648  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2649as_dummy="${sptk_search_path}:$PATH"
2650for as_dir in $as_dummy
2651do
2652  IFS=$as_save_IFS
2653  test -z "$as_dir" && as_dir=.
2654    for ac_exec_ext in '' $ac_executable_extensions; do
2655  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2656    ac_cv_path_VSTAT="$as_dir/$ac_word$ac_exec_ext"
2657    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2658    break 2
2659  fi
2660done
2661  done
2662IFS=$as_save_IFS
2663
2664  test -z "$ac_cv_path_VSTAT" && ac_cv_path_VSTAT=":"
2665  ;;
2666esac
2667fi
2668VSTAT=$ac_cv_path_VSTAT
2669if test -n "$VSTAT"; then
2670  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $VSTAT" >&5
2671$as_echo "$VSTAT" >&6; }
2672else
2673  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2674$as_echo "no" >&6; }
2675fi
2676
2677
2678if test ! -f "$VSTAT"; then
2679	as_fn_error $? "Can't find vstat of SPTK" "$LINENO" 5
2680fi
2681
2682# sopr
2683# Extract the first word of "sopr", so it can be a program name with args.
2684set dummy sopr; ac_word=$2
2685{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2686$as_echo_n "checking for $ac_word... " >&6; }
2687if ${ac_cv_path_SOPR+:} false; then :
2688  $as_echo_n "(cached) " >&6
2689else
2690  case $SOPR in
2691  [\\/]* | ?:[\\/]*)
2692  ac_cv_path_SOPR="$SOPR" # Let the user override the test with a path.
2693  ;;
2694  *)
2695  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2696as_dummy="${sptk_search_path}:$PATH"
2697for as_dir in $as_dummy
2698do
2699  IFS=$as_save_IFS
2700  test -z "$as_dir" && as_dir=.
2701    for ac_exec_ext in '' $ac_executable_extensions; do
2702  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2703    ac_cv_path_SOPR="$as_dir/$ac_word$ac_exec_ext"
2704    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2705    break 2
2706  fi
2707done
2708  done
2709IFS=$as_save_IFS
2710
2711  test -z "$ac_cv_path_SOPR" && ac_cv_path_SOPR=":"
2712  ;;
2713esac
2714fi
2715SOPR=$ac_cv_path_SOPR
2716if test -n "$SOPR"; then
2717  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SOPR" >&5
2718$as_echo "$SOPR" >&6; }
2719else
2720  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2721$as_echo "no" >&6; }
2722fi
2723
2724
2725if test ! -f "$SOPR"; then
2726	as_fn_error $? "Can't find sopr of SPTK" "$LINENO" 5
2727fi
2728
2729# vopr
2730# Extract the first word of "vopr", so it can be a program name with args.
2731set dummy vopr; ac_word=$2
2732{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2733$as_echo_n "checking for $ac_word... " >&6; }
2734if ${ac_cv_path_VOPR+:} false; then :
2735  $as_echo_n "(cached) " >&6
2736else
2737  case $VOPR in
2738  [\\/]* | ?:[\\/]*)
2739  ac_cv_path_VOPR="$VOPR" # Let the user override the test with a path.
2740  ;;
2741  *)
2742  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2743as_dummy="${sptk_search_path}:$PATH"
2744for as_dir in $as_dummy
2745do
2746  IFS=$as_save_IFS
2747  test -z "$as_dir" && as_dir=.
2748    for ac_exec_ext in '' $ac_executable_extensions; do
2749  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2750    ac_cv_path_VOPR="$as_dir/$ac_word$ac_exec_ext"
2751    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2752    break 2
2753  fi
2754done
2755  done
2756IFS=$as_save_IFS
2757
2758  test -z "$ac_cv_path_VOPR" && ac_cv_path_VOPR=":"
2759  ;;
2760esac
2761fi
2762VOPR=$ac_cv_path_VOPR
2763if test -n "$VOPR"; then
2764  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $VOPR" >&5
2765$as_echo "$VOPR" >&6; }
2766else
2767  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2768$as_echo "no" >&6; }
2769fi
2770
2771
2772if test ! -f "$VOPR"; then
2773	as_fn_error $? "Can't find vopr of SPTK" "$LINENO" 5
2774fi
2775
2776# vsum
2777# Extract the first word of "vsum", so it can be a program name with args.
2778set dummy vsum; ac_word=$2
2779{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2780$as_echo_n "checking for $ac_word... " >&6; }
2781if ${ac_cv_path_VSUM+:} false; then :
2782  $as_echo_n "(cached) " >&6
2783else
2784  case $VSUM in
2785  [\\/]* | ?:[\\/]*)
2786  ac_cv_path_VSUM="$VSUM" # Let the user override the test with a path.
2787  ;;
2788  *)
2789  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2790as_dummy="${sptk_search_path}:$PATH"
2791for as_dir in $as_dummy
2792do
2793  IFS=$as_save_IFS
2794  test -z "$as_dir" && as_dir=.
2795    for ac_exec_ext in '' $ac_executable_extensions; do
2796  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2797    ac_cv_path_VSUM="$as_dir/$ac_word$ac_exec_ext"
2798    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2799    break 2
2800  fi
2801done
2802  done
2803IFS=$as_save_IFS
2804
2805  test -z "$ac_cv_path_VSUM" && ac_cv_path_VSUM=":"
2806  ;;
2807esac
2808fi
2809VSUM=$ac_cv_path_VSUM
2810if test -n "$VSUM"; then
2811  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $VSUM" >&5
2812$as_echo "$VSUM" >&6; }
2813else
2814  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2815$as_echo "no" >&6; }
2816fi
2817
2818
2819if test ! -f "$VSUM"; then
2820	as_fn_error $? "Can't find vsum of SPTK" "$LINENO" 5
2821fi
2822
2823# freqt
2824# Extract the first word of "freqt", so it can be a program name with args.
2825set dummy freqt; ac_word=$2
2826{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2827$as_echo_n "checking for $ac_word... " >&6; }
2828if ${ac_cv_path_FREQT+:} false; then :
2829  $as_echo_n "(cached) " >&6
2830else
2831  case $FREQT in
2832  [\\/]* | ?:[\\/]*)
2833  ac_cv_path_FREQT="$FREQT" # Let the user override the test with a path.
2834  ;;
2835  *)
2836  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2837as_dummy="${sptk_search_path}:$PATH"
2838for as_dir in $as_dummy
2839do
2840  IFS=$as_save_IFS
2841  test -z "$as_dir" && as_dir=.
2842    for ac_exec_ext in '' $ac_executable_extensions; do
2843  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2844    ac_cv_path_FREQT="$as_dir/$ac_word$ac_exec_ext"
2845    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2846    break 2
2847  fi
2848done
2849  done
2850IFS=$as_save_IFS
2851
2852  test -z "$ac_cv_path_FREQT" && ac_cv_path_FREQT=":"
2853  ;;
2854esac
2855fi
2856FREQT=$ac_cv_path_FREQT
2857if test -n "$FREQT"; then
2858  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FREQT" >&5
2859$as_echo "$FREQT" >&6; }
2860else
2861  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2862$as_echo "no" >&6; }
2863fi
2864
2865
2866if test ! -f "$FREQT"; then
2867	as_fn_error $? "Can't find freqt of SPTK" "$LINENO" 5
2868fi
2869
2870# c2acr
2871# Extract the first word of "c2acr", so it can be a program name with args.
2872set dummy c2acr; ac_word=$2
2873{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2874$as_echo_n "checking for $ac_word... " >&6; }
2875if ${ac_cv_path_C2ACR+:} false; then :
2876  $as_echo_n "(cached) " >&6
2877else
2878  case $C2ACR in
2879  [\\/]* | ?:[\\/]*)
2880  ac_cv_path_C2ACR="$C2ACR" # Let the user override the test with a path.
2881  ;;
2882  *)
2883  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2884as_dummy="${sptk_search_path}:$PATH"
2885for as_dir in $as_dummy
2886do
2887  IFS=$as_save_IFS
2888  test -z "$as_dir" && as_dir=.
2889    for ac_exec_ext in '' $ac_executable_extensions; do
2890  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2891    ac_cv_path_C2ACR="$as_dir/$ac_word$ac_exec_ext"
2892    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2893    break 2
2894  fi
2895done
2896  done
2897IFS=$as_save_IFS
2898
2899  test -z "$ac_cv_path_C2ACR" && ac_cv_path_C2ACR=":"
2900  ;;
2901esac
2902fi
2903C2ACR=$ac_cv_path_C2ACR
2904if test -n "$C2ACR"; then
2905  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $C2ACR" >&5
2906$as_echo "$C2ACR" >&6; }
2907else
2908  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2909$as_echo "no" >&6; }
2910fi
2911
2912
2913if test ! -f "$C2ACR"; then
2914	as_fn_error $? "Can't find c2acr of SPTK" "$LINENO" 5
2915fi
2916
2917# mc2b
2918# Extract the first word of "mc2b", so it can be a program name with args.
2919set dummy mc2b; ac_word=$2
2920{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2921$as_echo_n "checking for $ac_word... " >&6; }
2922if ${ac_cv_path_MC2B+:} false; then :
2923  $as_echo_n "(cached) " >&6
2924else
2925  case $MC2B in
2926  [\\/]* | ?:[\\/]*)
2927  ac_cv_path_MC2B="$MC2B" # Let the user override the test with a path.
2928  ;;
2929  *)
2930  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2931as_dummy="${sptk_search_path}:$PATH"
2932for as_dir in $as_dummy
2933do
2934  IFS=$as_save_IFS
2935  test -z "$as_dir" && as_dir=.
2936    for ac_exec_ext in '' $ac_executable_extensions; do
2937  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2938    ac_cv_path_MC2B="$as_dir/$ac_word$ac_exec_ext"
2939    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2940    break 2
2941  fi
2942done
2943  done
2944IFS=$as_save_IFS
2945
2946  test -z "$ac_cv_path_MC2B" && ac_cv_path_MC2B=":"
2947  ;;
2948esac
2949fi
2950MC2B=$ac_cv_path_MC2B
2951if test -n "$MC2B"; then
2952  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MC2B" >&5
2953$as_echo "$MC2B" >&6; }
2954else
2955  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2956$as_echo "no" >&6; }
2957fi
2958
2959
2960if test ! -f "$MC2B"; then
2961	as_fn_error $? "Can't find mc2b of SPTK" "$LINENO" 5
2962fi
2963
2964# b2mc
2965# Extract the first word of "b2mc", so it can be a program name with args.
2966set dummy b2mc; ac_word=$2
2967{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2968$as_echo_n "checking for $ac_word... " >&6; }
2969if ${ac_cv_path_B2MC+:} false; then :
2970  $as_echo_n "(cached) " >&6
2971else
2972  case $B2MC in
2973  [\\/]* | ?:[\\/]*)
2974  ac_cv_path_B2MC="$B2MC" # Let the user override the test with a path.
2975  ;;
2976  *)
2977  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2978as_dummy="${sptk_search_path}:$PATH"
2979for as_dir in $as_dummy
2980do
2981  IFS=$as_save_IFS
2982  test -z "$as_dir" && as_dir=.
2983    for ac_exec_ext in '' $ac_executable_extensions; do
2984  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2985    ac_cv_path_B2MC="$as_dir/$ac_word$ac_exec_ext"
2986    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2987    break 2
2988  fi
2989done
2990  done
2991IFS=$as_save_IFS
2992
2993  test -z "$ac_cv_path_B2MC" && ac_cv_path_B2MC=":"
2994  ;;
2995esac
2996fi
2997B2MC=$ac_cv_path_B2MC
2998if test -n "$B2MC"; then
2999  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $B2MC" >&5
3000$as_echo "$B2MC" >&6; }
3001else
3002  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3003$as_echo "no" >&6; }
3004fi
3005
3006
3007if test ! -f "$B2MC"; then
3008	as_fn_error $? "Can't find b2mc of SPTK" "$LINENO" 5
3009fi
3010
3011# merge
3012# Extract the first word of "merge", so it can be a program name with args.
3013set dummy merge; ac_word=$2
3014{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3015$as_echo_n "checking for $ac_word... " >&6; }
3016if ${ac_cv_path_MERGE+:} false; then :
3017  $as_echo_n "(cached) " >&6
3018else
3019  case $MERGE in
3020  [\\/]* | ?:[\\/]*)
3021  ac_cv_path_MERGE="$MERGE" # Let the user override the test with a path.
3022  ;;
3023  *)
3024  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3025as_dummy="${sptk_search_path}:$PATH"
3026for as_dir in $as_dummy
3027do
3028  IFS=$as_save_IFS
3029  test -z "$as_dir" && as_dir=.
3030    for ac_exec_ext in '' $ac_executable_extensions; do
3031  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3032    ac_cv_path_MERGE="$as_dir/$ac_word$ac_exec_ext"
3033    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3034    break 2
3035  fi
3036done
3037  done
3038IFS=$as_save_IFS
3039
3040  test -z "$ac_cv_path_MERGE" && ac_cv_path_MERGE=":"
3041  ;;
3042esac
3043fi
3044MERGE=$ac_cv_path_MERGE
3045if test -n "$MERGE"; then
3046  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MERGE" >&5
3047$as_echo "$MERGE" >&6; }
3048else
3049  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3050$as_echo "no" >&6; }
3051fi
3052
3053
3054if test ! -f "$MERGE"; then
3055	as_fn_error $? "Can't find merge of SPTK" "$LINENO" 5
3056fi
3057
3058# bcp
3059# Extract the first word of "bcp", so it can be a program name with args.
3060set dummy bcp; ac_word=$2
3061{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3062$as_echo_n "checking for $ac_word... " >&6; }
3063if ${ac_cv_path_BCP+:} false; then :
3064  $as_echo_n "(cached) " >&6
3065else
3066  case $BCP in
3067  [\\/]* | ?:[\\/]*)
3068  ac_cv_path_BCP="$BCP" # Let the user override the test with a path.
3069  ;;
3070  *)
3071  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3072as_dummy="${sptk_search_path}:$PATH"
3073for as_dir in $as_dummy
3074do
3075  IFS=$as_save_IFS
3076  test -z "$as_dir" && as_dir=.
3077    for ac_exec_ext in '' $ac_executable_extensions; do
3078  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3079    ac_cv_path_BCP="$as_dir/$ac_word$ac_exec_ext"
3080    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3081    break 2
3082  fi
3083done
3084  done
3085IFS=$as_save_IFS
3086
3087  test -z "$ac_cv_path_BCP" && ac_cv_path_BCP=":"
3088  ;;
3089esac
3090fi
3091BCP=$ac_cv_path_BCP
3092if test -n "$BCP"; then
3093  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BCP" >&5
3094$as_echo "$BCP" >&6; }
3095else
3096  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3097$as_echo "no" >&6; }
3098fi
3099
3100
3101if test ! -f "$BCP"; then
3102	as_fn_error $? "Can't find bcp of SPTK" "$LINENO" 5
3103fi
3104
3105# excite
3106# Extract the first word of "excite", so it can be a program name with args.
3107set dummy excite; ac_word=$2
3108{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3109$as_echo_n "checking for $ac_word... " >&6; }
3110if ${ac_cv_path_EXCITE+:} false; then :
3111  $as_echo_n "(cached) " >&6
3112else
3113  case $EXCITE in
3114  [\\/]* | ?:[\\/]*)
3115  ac_cv_path_EXCITE="$EXCITE" # Let the user override the test with a path.
3116  ;;
3117  *)
3118  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3119as_dummy="${sptk_search_path}:$PATH"
3120for as_dir in $as_dummy
3121do
3122  IFS=$as_save_IFS
3123  test -z "$as_dir" && as_dir=.
3124    for ac_exec_ext in '' $ac_executable_extensions; do
3125  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3126    ac_cv_path_EXCITE="$as_dir/$ac_word$ac_exec_ext"
3127    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3128    break 2
3129  fi
3130done
3131  done
3132IFS=$as_save_IFS
3133
3134  test -z "$ac_cv_path_EXCITE" && ac_cv_path_EXCITE=":"
3135  ;;
3136esac
3137fi
3138EXCITE=$ac_cv_path_EXCITE
3139if test -n "$EXCITE"; then
3140  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXCITE" >&5
3141$as_echo "$EXCITE" >&6; }
3142else
3143  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3144$as_echo "no" >&6; }
3145fi
3146
3147
3148if test ! -f "$EXCITE"; then
3149	as_fn_error $? "Can't find excite of SPTK" "$LINENO" 5
3150fi
3151
3152# lsp2lpc
3153# Extract the first word of "lsp2lpc", so it can be a program name with args.
3154set dummy lsp2lpc; ac_word=$2
3155{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3156$as_echo_n "checking for $ac_word... " >&6; }
3157if ${ac_cv_path_LSP2LPC+:} false; then :
3158  $as_echo_n "(cached) " >&6
3159else
3160  case $LSP2LPC in
3161  [\\/]* | ?:[\\/]*)
3162  ac_cv_path_LSP2LPC="$LSP2LPC" # Let the user override the test with a path.
3163  ;;
3164  *)
3165  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3166as_dummy="${sptk_search_path}:$PATH"
3167for as_dir in $as_dummy
3168do
3169  IFS=$as_save_IFS
3170  test -z "$as_dir" && as_dir=.
3171    for ac_exec_ext in '' $ac_executable_extensions; do
3172  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3173    ac_cv_path_LSP2LPC="$as_dir/$ac_word$ac_exec_ext"
3174    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3175    break 2
3176  fi
3177done
3178  done
3179IFS=$as_save_IFS
3180
3181  test -z "$ac_cv_path_LSP2LPC" && ac_cv_path_LSP2LPC=":"
3182  ;;
3183esac
3184fi
3185LSP2LPC=$ac_cv_path_LSP2LPC
3186if test -n "$LSP2LPC"; then
3187  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LSP2LPC" >&5
3188$as_echo "$LSP2LPC" >&6; }
3189else
3190  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3191$as_echo "no" >&6; }
3192fi
3193
3194
3195if test ! -f "$LSP2LPC"; then
3196	as_fn_error $? "Can't find lsp2lpc of SPTK" "$LINENO" 5
3197fi
3198
3199# lspcheck
3200# Extract the first word of "lspcheck", so it can be a program name with args.
3201set dummy lspcheck; ac_word=$2
3202{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3203$as_echo_n "checking for $ac_word... " >&6; }
3204if ${ac_cv_path_LSPCHECK+:} false; then :
3205  $as_echo_n "(cached) " >&6
3206else
3207  case $LSPCHECK in
3208  [\\/]* | ?:[\\/]*)
3209  ac_cv_path_LSPCHECK="$LSPCHECK" # Let the user override the test with a path.
3210  ;;
3211  *)
3212  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3213as_dummy="${sptk_search_path}:$PATH"
3214for as_dir in $as_dummy
3215do
3216  IFS=$as_save_IFS
3217  test -z "$as_dir" && as_dir=.
3218    for ac_exec_ext in '' $ac_executable_extensions; do
3219  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3220    ac_cv_path_LSPCHECK="$as_dir/$ac_word$ac_exec_ext"
3221    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3222    break 2
3223  fi
3224done
3225  done
3226IFS=$as_save_IFS
3227
3228  test -z "$ac_cv_path_LSPCHECK" && ac_cv_path_LSPCHECK=":"
3229  ;;
3230esac
3231fi
3232LSPCHECK=$ac_cv_path_LSPCHECK
3233if test -n "$LSPCHECK"; then
3234  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LSPCHECK" >&5
3235$as_echo "$LSPCHECK" >&6; }
3236else
3237  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3238$as_echo "no" >&6; }
3239fi
3240
3241
3242if test ! -f "$LSPCHECK"; then
3243	as_fn_error $? "Can't find lspcheck of SPTK" "$LINENO" 5
3244fi
3245
3246# mgc2mgc
3247# Extract the first word of "mgc2mgc", so it can be a program name with args.
3248set dummy mgc2mgc; ac_word=$2
3249{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3250$as_echo_n "checking for $ac_word... " >&6; }
3251if ${ac_cv_path_MGC2MGC+:} false; then :
3252  $as_echo_n "(cached) " >&6
3253else
3254  case $MGC2MGC in
3255  [\\/]* | ?:[\\/]*)
3256  ac_cv_path_MGC2MGC="$MGC2MGC" # Let the user override the test with a path.
3257  ;;
3258  *)
3259  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3260as_dummy="${sptk_search_path}:$PATH"
3261for as_dir in $as_dummy
3262do
3263  IFS=$as_save_IFS
3264  test -z "$as_dir" && as_dir=.
3265    for ac_exec_ext in '' $ac_executable_extensions; do
3266  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3267    ac_cv_path_MGC2MGC="$as_dir/$ac_word$ac_exec_ext"
3268    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3269    break 2
3270  fi
3271done
3272  done
3273IFS=$as_save_IFS
3274
3275  test -z "$ac_cv_path_MGC2MGC" && ac_cv_path_MGC2MGC=":"
3276  ;;
3277esac
3278fi
3279MGC2MGC=$ac_cv_path_MGC2MGC
3280if test -n "$MGC2MGC"; then
3281  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MGC2MGC" >&5
3282$as_echo "$MGC2MGC" >&6; }
3283else
3284  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3285$as_echo "no" >&6; }
3286fi
3287
3288
3289if test ! -f "$MGC2MGC"; then
3290	as_fn_error $? "Can't find mgc2mgc of SPTK" "$LINENO" 5
3291fi
3292
3293# mglsadf
3294# Extract the first word of "mglsadf", so it can be a program name with args.
3295set dummy mglsadf; ac_word=$2
3296{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3297$as_echo_n "checking for $ac_word... " >&6; }
3298if ${ac_cv_path_MGLSADF+:} false; then :
3299  $as_echo_n "(cached) " >&6
3300else
3301  case $MGLSADF in
3302  [\\/]* | ?:[\\/]*)
3303  ac_cv_path_MGLSADF="$MGLSADF" # Let the user override the test with a path.
3304  ;;
3305  *)
3306  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3307as_dummy="${sptk_search_path}:$PATH"
3308for as_dir in $as_dummy
3309do
3310  IFS=$as_save_IFS
3311  test -z "$as_dir" && as_dir=.
3312    for ac_exec_ext in '' $ac_executable_extensions; do
3313  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3314    ac_cv_path_MGLSADF="$as_dir/$ac_word$ac_exec_ext"
3315    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3316    break 2
3317  fi
3318done
3319  done
3320IFS=$as_save_IFS
3321
3322  test -z "$ac_cv_path_MGLSADF" && ac_cv_path_MGLSADF=":"
3323  ;;
3324esac
3325fi
3326MGLSADF=$ac_cv_path_MGLSADF
3327if test -n "$MGLSADF"; then
3328  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MGLSADF" >&5
3329$as_echo "$MGLSADF" >&6; }
3330else
3331  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3332$as_echo "no" >&6; }
3333fi
3334
3335
3336if test ! -f "$MGLSADF"; then
3337	as_fn_error $? "Can't find mglsadf of SPTK" "$LINENO" 5
3338fi
3339
3340# dfs
3341# Extract the first word of "dfs", so it can be a program name with args.
3342set dummy dfs; ac_word=$2
3343{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3344$as_echo_n "checking for $ac_word... " >&6; }
3345if ${ac_cv_path_DFS+:} false; then :
3346  $as_echo_n "(cached) " >&6
3347else
3348  case $DFS in
3349  [\\/]* | ?:[\\/]*)
3350  ac_cv_path_DFS="$DFS" # Let the user override the test with a path.
3351  ;;
3352  *)
3353  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3354as_dummy="${sptk_search_path}:$PATH"
3355for as_dir in $as_dummy
3356do
3357  IFS=$as_save_IFS
3358  test -z "$as_dir" && as_dir=.
3359    for ac_exec_ext in '' $ac_executable_extensions; do
3360  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3361    ac_cv_path_DFS="$as_dir/$ac_word$ac_exec_ext"
3362    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3363    break 2
3364  fi
3365done
3366  done
3367IFS=$as_save_IFS
3368
3369  test -z "$ac_cv_path_DFS" && ac_cv_path_DFS=":"
3370  ;;
3371esac
3372fi
3373DFS=$ac_cv_path_DFS
3374if test -n "$DFS"; then
3375  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DFS" >&5
3376$as_echo "$DFS" >&6; }
3377else
3378  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3379$as_echo "no" >&6; }
3380fi
3381
3382
3383if test ! -f "$DFS"; then
3384	as_fn_error $? "Can't find dfs of SPTK" "$LINENO" 5
3385fi
3386
3387# mgc2sp
3388# Extract the first word of "mgc2sp", so it can be a program name with args.
3389set dummy mgc2sp; ac_word=$2
3390{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3391$as_echo_n "checking for $ac_word... " >&6; }
3392if ${ac_cv_path_MGC2SP+:} false; then :
3393  $as_echo_n "(cached) " >&6
3394else
3395  case $MGC2SP in
3396  [\\/]* | ?:[\\/]*)
3397  ac_cv_path_MGC2SP="$MGC2SP" # Let the user override the test with a path.
3398  ;;
3399  *)
3400  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3401as_dummy="${sptk_search_path}:$PATH"
3402for as_dir in $as_dummy
3403do
3404  IFS=$as_save_IFS
3405  test -z "$as_dir" && as_dir=.
3406    for ac_exec_ext in '' $ac_executable_extensions; do
3407  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3408    ac_cv_path_MGC2SP="$as_dir/$ac_word$ac_exec_ext"
3409    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3410    break 2
3411  fi
3412done
3413  done
3414IFS=$as_save_IFS
3415
3416  test -z "$ac_cv_path_MGC2SP" && ac_cv_path_MGC2SP=":"
3417  ;;
3418esac
3419fi
3420MGC2SP=$ac_cv_path_MGC2SP
3421if test -n "$MGC2SP"; then
3422  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MGC2SP" >&5
3423$as_echo "$MGC2SP" >&6; }
3424else
3425  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3426$as_echo "no" >&6; }
3427fi
3428
3429
3430if test ! -f "$MGC2SP"; then
3431	as_fn_error $? "Can't find mgc2sp of SPTK" "$LINENO" 5
3432fi
3433
3434# minmax
3435# Extract the first word of "minmax", so it can be a program name with args.
3436set dummy minmax; ac_word=$2
3437{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3438$as_echo_n "checking for $ac_word... " >&6; }
3439if ${ac_cv_path_MINMAX+:} false; then :
3440  $as_echo_n "(cached) " >&6
3441else
3442  case $MINMAX in
3443  [\\/]* | ?:[\\/]*)
3444  ac_cv_path_MINMAX="$MINMAX" # Let the user override the test with a path.
3445  ;;
3446  *)
3447  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3448as_dummy="${sptk_search_path}:$PATH"
3449for as_dir in $as_dummy
3450do
3451  IFS=$as_save_IFS
3452  test -z "$as_dir" && as_dir=.
3453    for ac_exec_ext in '' $ac_executable_extensions; do
3454  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3455    ac_cv_path_MINMAX="$as_dir/$ac_word$ac_exec_ext"
3456    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3457    break 2
3458  fi
3459done
3460  done
3461IFS=$as_save_IFS
3462
3463  test -z "$ac_cv_path_MINMAX" && ac_cv_path_MINMAX=":"
3464  ;;
3465esac
3466fi
3467MINMAX=$ac_cv_path_MINMAX
3468if test -n "$MINMAX"; then
3469  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINMAX" >&5
3470$as_echo "$MINMAX" >&6; }
3471else
3472  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3473$as_echo "no" >&6; }
3474fi
3475
3476
3477if test ! -f "$MINMAX"; then
3478	as_fn_error $? "Can't find minmax of SPTK" "$LINENO" 5
3479fi
3480
3481# swab
3482# Extract the first word of "swab", so it can be a program name with args.
3483set dummy swab; ac_word=$2
3484{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3485$as_echo_n "checking for $ac_word... " >&6; }
3486if ${ac_cv_path_SWAB+:} false; then :
3487  $as_echo_n "(cached) " >&6
3488else
3489  case $SWAB in
3490  [\\/]* | ?:[\\/]*)
3491  ac_cv_path_SWAB="$SWAB" # Let the user override the test with a path.
3492  ;;
3493  *)
3494  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3495as_dummy="${sptk_search_path}:$PATH"
3496for as_dir in $as_dummy
3497do
3498  IFS=$as_save_IFS
3499  test -z "$as_dir" && as_dir=.
3500    for ac_exec_ext in '' $ac_executable_extensions; do
3501  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3502    ac_cv_path_SWAB="$as_dir/$ac_word$ac_exec_ext"
3503    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3504    break 2
3505  fi
3506done
3507  done
3508IFS=$as_save_IFS
3509
3510  test -z "$ac_cv_path_SWAB" && ac_cv_path_SWAB=":"
3511  ;;
3512esac
3513fi
3514SWAB=$ac_cv_path_SWAB
3515if test -n "$SWAB"; then
3516  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SWAB" >&5
3517$as_echo "$SWAB" >&6; }
3518else
3519  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3520$as_echo "no" >&6; }
3521fi
3522
3523
3524if test ! -f "$SWAB"; then
3525	as_fn_error $? "Can't find swab of SPTK" "$LINENO" 5
3526fi
3527
3528# raw2wav
3529# Extract the first word of "raw2wav", so it can be a program name with args.
3530set dummy raw2wav; ac_word=$2
3531{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3532$as_echo_n "checking for $ac_word... " >&6; }
3533if ${ac_cv_path_RAW2WAV+:} false; then :
3534  $as_echo_n "(cached) " >&6
3535else
3536  case $RAW2WAV in
3537  [\\/]* | ?:[\\/]*)
3538  ac_cv_path_RAW2WAV="$RAW2WAV" # Let the user override the test with a path.
3539  ;;
3540  *)
3541  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3542as_dummy="${sptk_search_path}:$PATH"
3543for as_dir in $as_dummy
3544do
3545  IFS=$as_save_IFS
3546  test -z "$as_dir" && as_dir=.
3547    for ac_exec_ext in '' $ac_executable_extensions; do
3548  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3549    ac_cv_path_RAW2WAV="$as_dir/$ac_word$ac_exec_ext"
3550    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3551    break 2
3552  fi
3553done
3554  done
3555IFS=$as_save_IFS
3556
3557  test -z "$ac_cv_path_RAW2WAV" && ac_cv_path_RAW2WAV=":"
3558  ;;
3559esac
3560fi
3561RAW2WAV=$ac_cv_path_RAW2WAV
3562if test -n "$RAW2WAV"; then
3563  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RAW2WAV" >&5
3564$as_echo "$RAW2WAV" >&6; }
3565else
3566  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3567$as_echo "no" >&6; }
3568fi
3569
3570
3571if test ! -f "$RAW2WAV"; then
3572	as_fn_error $? "Can't find raw2wav of SPTK" "$LINENO" 5
3573fi
3574
3575# pitch
3576# Extract the first word of "pitch", so it can be a program name with args.
3577set dummy pitch; ac_word=$2
3578{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3579$as_echo_n "checking for $ac_word... " >&6; }
3580if ${ac_cv_path_PITCH+:} false; then :
3581  $as_echo_n "(cached) " >&6
3582else
3583  case $PITCH in
3584  [\\/]* | ?:[\\/]*)
3585  ac_cv_path_PITCH="$PITCH" # Let the user override the test with a path.
3586  ;;
3587  *)
3588  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3589as_dummy="${sptk_search_path}:$PATH"
3590for as_dir in $as_dummy
3591do
3592  IFS=$as_save_IFS
3593  test -z "$as_dir" && as_dir=.
3594    for ac_exec_ext in '' $ac_executable_extensions; do
3595  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3596    ac_cv_path_PITCH="$as_dir/$ac_word$ac_exec_ext"
3597    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3598    break 2
3599  fi
3600done
3601  done
3602IFS=$as_save_IFS
3603
3604  test -z "$ac_cv_path_PITCH" && ac_cv_path_PITCH=":"
3605  ;;
3606esac
3607fi
3608PITCH=$ac_cv_path_PITCH
3609if test -n "$PITCH"; then
3610  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PITCH" >&5
3611$as_echo "$PITCH" >&6; }
3612else
3613  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3614$as_echo "no" >&6; }
3615fi
3616
3617
3618if test ! -f "$PITCH"; then
3619	as_fn_error $? "Can't find pitch of SPTK" "$LINENO" 5
3620fi
3621
3622# spec
3623# Extract the first word of "spec", so it can be a program name with args.
3624set dummy spec; ac_word=$2
3625{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3626$as_echo_n "checking for $ac_word... " >&6; }
3627if ${ac_cv_path_SPEC+:} false; then :
3628  $as_echo_n "(cached) " >&6
3629else
3630  case $SPEC in
3631  [\\/]* | ?:[\\/]*)
3632  ac_cv_path_SPEC="$SPEC" # Let the user override the test with a path.
3633  ;;
3634  *)
3635  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3636as_dummy="${sptk_search_path}:$PATH"
3637for as_dir in $as_dummy
3638do
3639  IFS=$as_save_IFS
3640  test -z "$as_dir" && as_dir=.
3641    for ac_exec_ext in '' $ac_executable_extensions; do
3642  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3643    ac_cv_path_SPEC="$as_dir/$ac_word$ac_exec_ext"
3644    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3645    break 2
3646  fi
3647done
3648  done
3649IFS=$as_save_IFS
3650
3651  test -z "$ac_cv_path_SPEC" && ac_cv_path_SPEC=":"
3652  ;;
3653esac
3654fi
3655SPEC=$ac_cv_path_SPEC
3656if test -n "$SPEC"; then
3657  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SPEC" >&5
3658$as_echo "$SPEC" >&6; }
3659else
3660  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3661$as_echo "no" >&6; }
3662fi
3663
3664
3665if test ! -f "$SPEC"; then
3666	as_fn_error $? "Can't find spec of SPTK" "$LINENO" 5
3667fi
3668
3669# transpose
3670# Extract the first word of "transpose", so it can be a program name with args.
3671set dummy transpose; ac_word=$2
3672{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3673$as_echo_n "checking for $ac_word... " >&6; }
3674if ${ac_cv_path_TRANSPOSE+:} false; then :
3675  $as_echo_n "(cached) " >&6
3676else
3677  case $TRANSPOSE in
3678  [\\/]* | ?:[\\/]*)
3679  ac_cv_path_TRANSPOSE="$TRANSPOSE" # Let the user override the test with a path.
3680  ;;
3681  *)
3682  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3683as_dummy="${sptk_search_path}:$PATH"
3684for as_dir in $as_dummy
3685do
3686  IFS=$as_save_IFS
3687  test -z "$as_dir" && as_dir=.
3688    for ac_exec_ext in '' $ac_executable_extensions; do
3689  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3690    ac_cv_path_TRANSPOSE="$as_dir/$ac_word$ac_exec_ext"
3691    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3692    break 2
3693  fi
3694done
3695  done
3696IFS=$as_save_IFS
3697
3698  test -z "$ac_cv_path_TRANSPOSE" && ac_cv_path_TRANSPOSE=":"
3699  ;;
3700esac
3701fi
3702TRANSPOSE=$ac_cv_path_TRANSPOSE
3703if test -n "$TRANSPOSE"; then
3704  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $TRANSPOSE" >&5
3705$as_echo "$TRANSPOSE" >&6; }
3706else
3707  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3708$as_echo "no" >&6; }
3709fi
3710
3711
3712if test ! -f "$TRANSPOSE"; then
3713	as_fn_error $? "Can't find transpose of SPTK" "$LINENO" 5
3714fi
3715
3716# phase
3717# Extract the first word of "phase", so it can be a program name with args.
3718set dummy phase; ac_word=$2
3719{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3720$as_echo_n "checking for $ac_word... " >&6; }
3721if ${ac_cv_path_PHASE+:} false; then :
3722  $as_echo_n "(cached) " >&6
3723else
3724  case $PHASE in
3725  [\\/]* | ?:[\\/]*)
3726  ac_cv_path_PHASE="$PHASE" # Let the user override the test with a path.
3727  ;;
3728  *)
3729  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3730as_dummy="${sptk_search_path}:$PATH"
3731for as_dir in $as_dummy
3732do
3733  IFS=$as_save_IFS
3734  test -z "$as_dir" && as_dir=.
3735    for ac_exec_ext in '' $ac_executable_extensions; do
3736  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3737    ac_cv_path_PHASE="$as_dir/$ac_word$ac_exec_ext"
3738    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3739    break 2
3740  fi
3741done
3742  done
3743IFS=$as_save_IFS
3744
3745  test -z "$ac_cv_path_PHASE" && ac_cv_path_PHASE=":"
3746  ;;
3747esac
3748fi
3749PHASE=$ac_cv_path_PHASE
3750if test -n "$PHASE"; then
3751  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PHASE" >&5
3752$as_echo "$PHASE" >&6; }
3753else
3754  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3755$as_echo "no" >&6; }
3756fi
3757
3758
3759if test ! -f "$PHASE"; then
3760	as_fn_error $? "Can't find phase of SPTK" "$LINENO" 5
3761fi
3762
3763# ifftr
3764# Extract the first word of "ifftr", so it can be a program name with args.
3765set dummy ifftr; ac_word=$2
3766{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3767$as_echo_n "checking for $ac_word... " >&6; }
3768if ${ac_cv_path_IFFTR+:} false; then :
3769  $as_echo_n "(cached) " >&6
3770else
3771  case $IFFTR in
3772  [\\/]* | ?:[\\/]*)
3773  ac_cv_path_IFFTR="$IFFTR" # Let the user override the test with a path.
3774  ;;
3775  *)
3776  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3777as_dummy="${sptk_search_path}:$PATH"
3778for as_dir in $as_dummy
3779do
3780  IFS=$as_save_IFS
3781  test -z "$as_dir" && as_dir=.
3782    for ac_exec_ext in '' $ac_executable_extensions; do
3783  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3784    ac_cv_path_IFFTR="$as_dir/$ac_word$ac_exec_ext"
3785    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3786    break 2
3787  fi
3788done
3789  done
3790IFS=$as_save_IFS
3791
3792  test -z "$ac_cv_path_IFFTR" && ac_cv_path_IFFTR=":"
3793  ;;
3794esac
3795fi
3796IFFTR=$ac_cv_path_IFFTR
3797if test -n "$IFFTR"; then
3798  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IFFTR" >&5
3799$as_echo "$IFFTR" >&6; }
3800else
3801  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3802$as_echo "no" >&6; }
3803fi
3804
3805
3806if test ! -f "$IFFTR"; then
3807	as_fn_error $? "Can't find ifftr of SPTK" "$LINENO" 5
3808fi
3809
3810
3811
3812# MATLAB
3813# MATLAB search path
3814
3815# Check whether --with-matlab-search-path was given.
3816if test "${with_matlab_search_path+set}" = set; then :
3817  withval=$with_matlab_search_path; matlab_search_path=$withval
3818fi
3819
3820# Extract the first word of "matlab", so it can be a program name with args.
3821set dummy matlab; ac_word=$2
3822{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3823$as_echo_n "checking for $ac_word... " >&6; }
3824if ${ac_cv_path_MATLAB+:} false; then :
3825  $as_echo_n "(cached) " >&6
3826else
3827  case $MATLAB in
3828  [\\/]* | ?:[\\/]*)
3829  ac_cv_path_MATLAB="$MATLAB" # Let the user override the test with a path.
3830  ;;
3831  *)
3832  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3833as_dummy="${matlab_search_path}:$PATH"
3834for as_dir in $as_dummy
3835do
3836  IFS=$as_save_IFS
3837  test -z "$as_dir" && as_dir=.
3838    for ac_exec_ext in '' $ac_executable_extensions; do
3839  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3840    ac_cv_path_MATLAB="$as_dir/$ac_word$ac_exec_ext"
3841    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3842    break 2
3843  fi
3844done
3845  done
3846IFS=$as_save_IFS
3847
3848  test -z "$ac_cv_path_MATLAB" && ac_cv_path_MATLAB=":"
3849  ;;
3850esac
3851fi
3852MATLAB=$ac_cv_path_MATLAB
3853if test -n "$MATLAB"; then
3854  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MATLAB" >&5
3855$as_echo "$MATLAB" >&6; }
3856else
3857  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3858$as_echo "no" >&6; }
3859fi
3860
3861
3862if test ! -f "$MATLAB"; then
3863	if test -z "$USESTRAIGHT"; then
3864		:
3865	elif test $USESTRAIGHT -ne 1; then
3866		:
3867	else
3868		as_fn_error $? "Can't find MATLAB" "$LINENO" 5
3869	fi
3870fi
3871MATLAB="$MATLAB -nodisplay -nosplash -nojvm"
3872
3873
3874
3875# STRAIGHT
3876# STRAIGHT search path
3877
3878# Check whether --with-straight-path was given.
3879if test "${with_straight_path+set}" = set; then :
3880  withval=$with_straight_path; STRAIGHT=$withval
3881fi
3882
3883if test ! -f "$STRAIGHT/exstraightsource.p" -a ! -f "$STRAIGHT/exstraightsource.m"; then
3884	if test -z "$USESTRAIGHT"; then
3885		:
3886	elif test $USESTRAIGHT -ne 1; then
3887		:
3888	else
3889		as_fn_error $? "Can't find exstraightsource in $STRAIGHT" "$LINENO" 5
3890	fi
3891fi
3892if test ! -f "$STRAIGHT/exstraightspec.p"   -a ! -f "$STRAIGHT/exstraightspec.m";   then
3893	if test -z "$USESTRAIGHT"; then
3894		:
3895	elif test $USESTRAIGHT -ne 1; then
3896		:
3897	else
3898		as_fn_error $? "Can't find exstraightspec in $STRAIGHT" "$LINENO" 5
3899	fi
3900fi
3901if test ! -f "$STRAIGHT/exstraightsynth.p"  -a ! -f "$STRAIGHT/exstraightsynth.m";  then
3902	if test -z "$USESTRAIGHT"; then
3903		:
3904	elif test $USESTRAIGHT -ne 1; then
3905		:
3906	else
3907		as_fn_error $? "Can't find exstraightsynth in $STRAIGHT" "$LINENO" 5
3908	fi
3909fi
3910
3911
3912
3913
3914# HTS commands
3915# HTS search path
3916
3917# Check whether --with-hts-search-path was given.
3918if test "${with_hts_search_path+set}" = set; then :
3919  withval=$with_hts_search_path; hts_search_path=$withval
3920fi
3921
3922
3923# HMGenS
3924# Extract the first word of "HMGenS", so it can be a program name with args.
3925set dummy HMGenS; ac_word=$2
3926{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3927$as_echo_n "checking for $ac_word... " >&6; }
3928if ${ac_cv_path_HMGENS+:} false; then :
3929  $as_echo_n "(cached) " >&6
3930else
3931  case $HMGENS in
3932  [\\/]* | ?:[\\/]*)
3933  ac_cv_path_HMGENS="$HMGENS" # Let the user override the test with a path.
3934  ;;
3935  *)
3936  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3937as_dummy="${hts_search_path}:$PATH"
3938for as_dir in $as_dummy
3939do
3940  IFS=$as_save_IFS
3941  test -z "$as_dir" && as_dir=.
3942    for ac_exec_ext in '' $ac_executable_extensions; do
3943  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3944    ac_cv_path_HMGENS="$as_dir/$ac_word$ac_exec_ext"
3945    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3946    break 2
3947  fi
3948done
3949  done
3950IFS=$as_save_IFS
3951
3952  test -z "$ac_cv_path_HMGENS" && ac_cv_path_HMGENS=":"
3953  ;;
3954esac
3955fi
3956HMGENS=$ac_cv_path_HMGENS
3957if test -n "$HMGENS"; then
3958  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HMGENS" >&5
3959$as_echo "$HMGENS" >&6; }
3960else
3961  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3962$as_echo "no" >&6; }
3963fi
3964
3965
3966if test ! -f "$HMGENS"; then
3967	as_fn_error $? "Can't find HMGenS of HTS" "$LINENO" 5
3968fi
3969
3970# HCompV
3971# Extract the first word of "HCompV", so it can be a program name with args.
3972set dummy HCompV; ac_word=$2
3973{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3974$as_echo_n "checking for $ac_word... " >&6; }
3975if ${ac_cv_path_HCOMPV+:} false; then :
3976  $as_echo_n "(cached) " >&6
3977else
3978  case $HCOMPV in
3979  [\\/]* | ?:[\\/]*)
3980  ac_cv_path_HCOMPV="$HCOMPV" # Let the user override the test with a path.
3981  ;;
3982  *)
3983  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3984as_dummy="${hts_search_path}:$PATH"
3985for as_dir in $as_dummy
3986do
3987  IFS=$as_save_IFS
3988  test -z "$as_dir" && as_dir=.
3989    for ac_exec_ext in '' $ac_executable_extensions; do
3990  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3991    ac_cv_path_HCOMPV="$as_dir/$ac_word$ac_exec_ext"
3992    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3993    break 2
3994  fi
3995done
3996  done
3997IFS=$as_save_IFS
3998
3999  test -z "$ac_cv_path_HCOMPV" && ac_cv_path_HCOMPV=":"
4000  ;;
4001esac
4002fi
4003HCOMPV=$ac_cv_path_HCOMPV
4004if test -n "$HCOMPV"; then
4005  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HCOMPV" >&5
4006$as_echo "$HCOMPV" >&6; }
4007else
4008  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4009$as_echo "no" >&6; }
4010fi
4011
4012
4013if test ! -f "$HCOMPV"; then
4014	as_fn_error $? "Can't find HCompV of HTS" "$LINENO" 5
4015fi
4016
4017# HList
4018# Extract the first word of "HList", so it can be a program name with args.
4019set dummy HList; ac_word=$2
4020{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4021$as_echo_n "checking for $ac_word... " >&6; }
4022if ${ac_cv_path_HLIST+:} false; then :
4023  $as_echo_n "(cached) " >&6
4024else
4025  case $HLIST in
4026  [\\/]* | ?:[\\/]*)
4027  ac_cv_path_HLIST="$HLIST" # Let the user override the test with a path.
4028  ;;
4029  *)
4030  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4031as_dummy="${hts_search_path}:$PATH"
4032for as_dir in $as_dummy
4033do
4034  IFS=$as_save_IFS
4035  test -z "$as_dir" && as_dir=.
4036    for ac_exec_ext in '' $ac_executable_extensions; do
4037  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4038    ac_cv_path_HLIST="$as_dir/$ac_word$ac_exec_ext"
4039    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4040    break 2
4041  fi
4042done
4043  done
4044IFS=$as_save_IFS
4045
4046  test -z "$ac_cv_path_HLIST" && ac_cv_path_HLIST=":"
4047  ;;
4048esac
4049fi
4050HLIST=$ac_cv_path_HLIST
4051if test -n "$HLIST"; then
4052  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HLIST" >&5
4053$as_echo "$HLIST" >&6; }
4054else
4055  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4056$as_echo "no" >&6; }
4057fi
4058
4059
4060if test ! -f "$HLIST"; then
4061	as_fn_error $? "Can't find HList of HTS" "$LINENO" 5
4062fi
4063
4064# HInit
4065# Extract the first word of "HInit", so it can be a program name with args.
4066set dummy HInit; ac_word=$2
4067{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4068$as_echo_n "checking for $ac_word... " >&6; }
4069if ${ac_cv_path_HINIT+:} false; then :
4070  $as_echo_n "(cached) " >&6
4071else
4072  case $HINIT in
4073  [\\/]* | ?:[\\/]*)
4074  ac_cv_path_HINIT="$HINIT" # Let the user override the test with a path.
4075  ;;
4076  *)
4077  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4078as_dummy="${hts_search_path}:$PATH"
4079for as_dir in $as_dummy
4080do
4081  IFS=$as_save_IFS
4082  test -z "$as_dir" && as_dir=.
4083    for ac_exec_ext in '' $ac_executable_extensions; do
4084  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4085    ac_cv_path_HINIT="$as_dir/$ac_word$ac_exec_ext"
4086    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4087    break 2
4088  fi
4089done
4090  done
4091IFS=$as_save_IFS
4092
4093  test -z "$ac_cv_path_HINIT" && ac_cv_path_HINIT=":"
4094  ;;
4095esac
4096fi
4097HINIT=$ac_cv_path_HINIT
4098if test -n "$HINIT"; then
4099  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HINIT" >&5
4100$as_echo "$HINIT" >&6; }
4101else
4102  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4103$as_echo "no" >&6; }
4104fi
4105
4106
4107if test ! -f "$HINIT"; then
4108	as_fn_error $? "Can't find HInit of HTS" "$LINENO" 5
4109fi
4110
4111# HRest
4112# Extract the first word of "HRest", so it can be a program name with args.
4113set dummy HRest; ac_word=$2
4114{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4115$as_echo_n "checking for $ac_word... " >&6; }
4116if ${ac_cv_path_HREST+:} false; then :
4117  $as_echo_n "(cached) " >&6
4118else
4119  case $HREST in
4120  [\\/]* | ?:[\\/]*)
4121  ac_cv_path_HREST="$HREST" # Let the user override the test with a path.
4122  ;;
4123  *)
4124  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4125as_dummy="${hts_search_path}:$PATH"
4126for as_dir in $as_dummy
4127do
4128  IFS=$as_save_IFS
4129  test -z "$as_dir" && as_dir=.
4130    for ac_exec_ext in '' $ac_executable_extensions; do
4131  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4132    ac_cv_path_HREST="$as_dir/$ac_word$ac_exec_ext"
4133    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4134    break 2
4135  fi
4136done
4137  done
4138IFS=$as_save_IFS
4139
4140  test -z "$ac_cv_path_HREST" && ac_cv_path_HREST=":"
4141  ;;
4142esac
4143fi
4144HREST=$ac_cv_path_HREST
4145if test -n "$HREST"; then
4146  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HREST" >&5
4147$as_echo "$HREST" >&6; }
4148else
4149  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4150$as_echo "no" >&6; }
4151fi
4152
4153
4154if test ! -f "$HREST"; then
4155	as_fn_error $? "Can't find HRest of HTS" "$LINENO" 5
4156fi
4157
4158# HERest
4159# Extract the first word of "HERest", so it can be a program name with args.
4160set dummy HERest; ac_word=$2
4161{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4162$as_echo_n "checking for $ac_word... " >&6; }
4163if ${ac_cv_path_HEREST+:} false; then :
4164  $as_echo_n "(cached) " >&6
4165else
4166  case $HEREST in
4167  [\\/]* | ?:[\\/]*)
4168  ac_cv_path_HEREST="$HEREST" # Let the user override the test with a path.
4169  ;;
4170  *)
4171  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4172as_dummy="${hts_search_path}:$PATH"
4173for as_dir in $as_dummy
4174do
4175  IFS=$as_save_IFS
4176  test -z "$as_dir" && as_dir=.
4177    for ac_exec_ext in '' $ac_executable_extensions; do
4178  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4179    ac_cv_path_HEREST="$as_dir/$ac_word$ac_exec_ext"
4180    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4181    break 2
4182  fi
4183done
4184  done
4185IFS=$as_save_IFS
4186
4187  test -z "$ac_cv_path_HEREST" && ac_cv_path_HEREST=":"
4188  ;;
4189esac
4190fi
4191HEREST=$ac_cv_path_HEREST
4192if test -n "$HEREST"; then
4193  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HEREST" >&5
4194$as_echo "$HEREST" >&6; }
4195else
4196  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4197$as_echo "no" >&6; }
4198fi
4199
4200
4201if test ! -f "$HEREST"; then
4202	as_fn_error $? "Can't find HERest of HTS" "$LINENO" 5
4203fi
4204
4205# HHEd
4206# Extract the first word of "HHEd", so it can be a program name with args.
4207set dummy HHEd; ac_word=$2
4208{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4209$as_echo_n "checking for $ac_word... " >&6; }
4210if ${ac_cv_path_HHED+:} false; then :
4211  $as_echo_n "(cached) " >&6
4212else
4213  case $HHED in
4214  [\\/]* | ?:[\\/]*)
4215  ac_cv_path_HHED="$HHED" # Let the user override the test with a path.
4216  ;;
4217  *)
4218  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4219as_dummy="${hts_search_path}:$PATH"
4220for as_dir in $as_dummy
4221do
4222  IFS=$as_save_IFS
4223  test -z "$as_dir" && as_dir=.
4224    for ac_exec_ext in '' $ac_executable_extensions; do
4225  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4226    ac_cv_path_HHED="$as_dir/$ac_word$ac_exec_ext"
4227    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4228    break 2
4229  fi
4230done
4231  done
4232IFS=$as_save_IFS
4233
4234  test -z "$ac_cv_path_HHED" && ac_cv_path_HHED=":"
4235  ;;
4236esac
4237fi
4238HHED=$ac_cv_path_HHED
4239if test -n "$HHED"; then
4240  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HHED" >&5
4241$as_echo "$HHED" >&6; }
4242else
4243  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4244$as_echo "no" >&6; }
4245fi
4246
4247
4248if test ! -f "$HHED"; then
4249	as_fn_error $? "Can't find HHEd of HTS" "$LINENO" 5
4250fi
4251
4252# HSMMAlign
4253# Extract the first word of "HSMMAlign", so it can be a program name with args.
4254set dummy HSMMAlign; ac_word=$2
4255{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4256$as_echo_n "checking for $ac_word... " >&6; }
4257if ${ac_cv_path_HSMMALIGN+:} false; then :
4258  $as_echo_n "(cached) " >&6
4259else
4260  case $HSMMALIGN in
4261  [\\/]* | ?:[\\/]*)
4262  ac_cv_path_HSMMALIGN="$HSMMALIGN" # Let the user override the test with a path.
4263  ;;
4264  *)
4265  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4266as_dummy="${hts_search_path}:$PATH"
4267for as_dir in $as_dummy
4268do
4269  IFS=$as_save_IFS
4270  test -z "$as_dir" && as_dir=.
4271    for ac_exec_ext in '' $ac_executable_extensions; do
4272  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4273    ac_cv_path_HSMMALIGN="$as_dir/$ac_word$ac_exec_ext"
4274    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4275    break 2
4276  fi
4277done
4278  done
4279IFS=$as_save_IFS
4280
4281  test -z "$ac_cv_path_HSMMALIGN" && ac_cv_path_HSMMALIGN=":"
4282  ;;
4283esac
4284fi
4285HSMMALIGN=$ac_cv_path_HSMMALIGN
4286if test -n "$HSMMALIGN"; then
4287  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HSMMALIGN" >&5
4288$as_echo "$HSMMALIGN" >&6; }
4289else
4290  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4291$as_echo "no" >&6; }
4292fi
4293
4294
4295if test ! -f "$HSMMALIGN"; then
4296	as_fn_error $? "Can't find HSMMAlign of HTS" "$LINENO" 5
4297fi
4298
4299
4300
4301# hts_engine API
4302# hts_engine search path
4303
4304# Check whether --with-hts-engine-search-path was given.
4305if test "${with_hts_engine_search_path+set}" = set; then :
4306  withval=$with_hts_engine_search_path; hts_engine_search_path=$withval
4307fi
4308
4309
4310# hts_engine
4311# Extract the first word of "hts_engine", so it can be a program name with args.
4312set dummy hts_engine; ac_word=$2
4313{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4314$as_echo_n "checking for $ac_word... " >&6; }
4315if ${ac_cv_path_ENGINE+:} false; then :
4316  $as_echo_n "(cached) " >&6
4317else
4318  case $ENGINE in
4319  [\\/]* | ?:[\\/]*)
4320  ac_cv_path_ENGINE="$ENGINE" # Let the user override the test with a path.
4321  ;;
4322  *)
4323  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4324as_dummy="${hts_engine_search_path}:$PATH"
4325for as_dir in $as_dummy
4326do
4327  IFS=$as_save_IFS
4328  test -z "$as_dir" && as_dir=.
4329    for ac_exec_ext in '' $ac_executable_extensions; do
4330  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4331    ac_cv_path_ENGINE="$as_dir/$ac_word$ac_exec_ext"
4332    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4333    break 2
4334  fi
4335done
4336  done
4337IFS=$as_save_IFS
4338
4339  test -z "$ac_cv_path_ENGINE" && ac_cv_path_ENGINE=":"
4340  ;;
4341esac
4342fi
4343ENGINE=$ac_cv_path_ENGINE
4344if test -n "$ENGINE"; then
4345  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ENGINE" >&5
4346$as_echo "$ENGINE" >&6; }
4347else
4348  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4349$as_echo "no" >&6; }
4350fi
4351
4352
4353if test ! -f "$ENGINE"; then
4354	if test -z "$USESTRAIGHT"; then
4355		as_fn_error $? "Can't find hts_engine" "$LINENO" 5
4356	elif test $USESTRAIGHT -ne 1; then
4357		as_fn_error $? "Can't find hts_engine" "$LINENO" 5
4358	else
4359		:
4360	fi
4361fi
4362
4363
4364
4365# fullcontext label format
4366
4367
4368
4369if test -z "$FULLCONTEXT_FORMAT"; then
4370	FULLCONTEXT_FORMAT=HTS_TTS_ENG
4371fi
4372
4373if test -z "$FULLCONTEXT_VERSION"; then
4374	FULLCONTEXT_VERSION=1.0
4375fi
4376
4377
4378
4379
4380
4381
4382# speaker and dataset names
4383
4384
4385
4386if test -z "$DATASET"; then
4387	DATASET=cmu_us_arctic
4388fi
4389
4390if test -z "$SPEAKER"; then
4391	SPEAKER=slt
4392fi
4393
4394
4395
4396
4397
4398
4399# version number and question set name
4400
4401
4402
4403if test -z "$VER"; then
4404	VER=1
4405fi
4406
4407if test -z "$QNUM"; then
4408	QNUM='001'
4409fi
4410
4411
4412
4413
4414
4415
4416# current directory
4417
4418
4419
4420
4421# setting of mel-generalized cepstral analysis, F0 extraction, and postfiltering related settings
4422# parse command-line arguments
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442# default values
4443if test -z "$USEUTT"; then
4444	USEUTT=1
4445fi
4446
4447if test -z "$USESTRAIGHT"; then
4448	USESTRAIGHT=0
4449fi
4450
4451if test -z "$FRAMELEN"; then
4452	FRAMELEN=1200
4453fi
4454
4455if test -z "$FRAMESHIFT"; then
4456	FRAMESHIFT=240
4457fi
4458
4459if test -z "$WINDOWTYPE"; then
4460	WINDOWTYPE=1
4461fi
4462
4463if test -z "$NORMALIZE"; then
4464	NORMALIZE=1
4465fi
4466
4467if test -z "$FFTLEN"; then
4468	FFTLEN=2048
4469fi
4470
4471if test -z "$SAMPFREQ"; then
4472	SAMPFREQ=48000
4473fi
4474
4475if test -z "$FREQWARP"; then
4476	case $SAMPFREQ in
4477		8000)  FREQWARP=0.31 ;;
4478		10000) FREQWARP=0.35 ;;
4479		12000) FREQWARP=0.37 ;;
4480		16000) FREQWARP=0.42 ;;
4481		22050) FREQWARP=0.45 ;;
4482		32000) FREQWARP=0.45 ;;
4483		44100) FREQWARP=0.53 ;;
4484		48000) FREQWARP=0.55 ;;
4485		*)     FREQWARP=0.00 ;;
4486	esac
4487fi
4488
4489if test -z "$GAMMA"; then
4490	GAMMA=0
4491fi
4492
4493if test -z "$MGCORDER"; then
4494	if test $GAMMA -eq 0; then
4495		MGCORDER=34
4496	else
4497		MGCORDER=12
4498	fi
4499fi
4500
4501if test -z "$BAPORDER"; then
4502	BAPORDER=24
4503fi
4504
4505if test -z "$LNGAIN"; then
4506	LNGAIN=1
4507fi
4508
4509if test -z "$LOWERF0"; then
4510	LOWERF0=110
4511fi
4512
4513if test -z "$UPPERF0"; then
4514	UPPERF0=280
4515fi
4516
4517if test -z "$PSTFILTER_MCP"; then
4518	PSTFILTER_MCP=1.4
4519fi
4520
4521if test -z "$PSTFILTER_LSP"; then
4522	PSTFILTER_LSP=0.7
4523fi
4524
4525if test -z "$IMPLEN"; then
4526	if test $GAMMA -eq 0; then
4527		IMPLEN=4096
4528	else
4529		IMPLEN=576
4530	fi
4531fi
4532
4533MGCVSIZE=`expr $MGCORDER + 1`
4534BAPVSIZE=`expr $BAPORDER + 1`
4535
4536if test $GAMMA -lt 0; then
4537	as_fn_error $? "Cannot use MGC coefficients if GAMMA<0!" "$LINENO" 5
4538fi
4539
4540
4541
4542# substitute variables
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565# number of windows
4566# parse command-line arguments
4567
4568
4569
4570
4571# default values
4572if test -z "$NMGCWIN"; then
4573	NMGCWIN=3
4574fi
4575
4576if test -z "$NLF0WIN"; then
4577	NLF0WIN=3
4578fi
4579
4580if test -z "$NBAPWIN"; then
4581	NBAPWIN=3
4582fi
4583
4584MGCSTRST=1
4585MGCSTREN=1
4586LF0STRST=`expr $MGCSTREN + 1`
4587LF0STREN=`expr $MGCSTREN + $NLF0WIN`
4588BAPSTRST=`expr $LF0STREN + 1`
4589BAPSTREN=`expr $LF0STREN + 1`
4590
4591# substitute variables
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604# model training settings
4605# parse command-line arguments
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621# default values
4622if test -z "$NSTATE"; then
4623	NSTATE=5
4624fi
4625
4626if test -z "$NITER"; then
4627	NITER=5
4628fi
4629
4630if test -z "$WFLOOR"; then
4631	WFLOOR=5000
4632fi
4633
4634if test -z "$DAEM"; then
4635	DAEM=0
4636fi
4637
4638if test -z "$DAEMNITER"; then
4639	DAEMNITER=10
4640fi
4641
4642if test -z "$DAEMALPHA"; then
4643	DAEMALPHA=1.0
4644fi
4645
4646if test -z "$MAXDEV"; then
4647	MAXDEV=10
4648fi
4649
4650if test -z "$MINDUR"; then
4651	MINDUR=5
4652fi
4653
4654if test -z "$NMGCTRANSBLK"; then
4655	NMGCTRANSBLK=3
4656fi
4657
4658if test -z "$NLF0TRANSBLK"; then
4659	NLF0TRANSBLK=1
4660fi
4661
4662if test -z "$NBAPTRANSBLK"; then
4663	NBAPTRANSBLK=3
4664fi
4665
4666if test -z "$MGCBANDWIDTH"; then
4667	if test $GAMMA -eq 0; then
4668		MGCBANDWIDTH=$MGCVSIZE
4669	else
4670		MGCBANDWIDTH=2
4671	fi
4672fi
4673
4674if test -z "$LF0BANDWIDTH"; then
4675	LF0BANDWIDTH=1
4676fi
4677
4678if test -z "$BAPBANDWIDTH"; then
4679	BAPBANDWIDTH=25
4680fi
4681
4682# substitute variables
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699# parameter generation algorithm settings
4700# parse command-line arguments
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718# default values
4719if test -z "$PGTYPE"; then
4720	PGTYPE=0
4721fi
4722
4723if test -z "$MAXEMITER"; then
4724	MAXEMITER=20
4725fi
4726
4727if test -z "$EMEPSILON"; then
4728	EMEPSILON=0.0001
4729fi
4730
4731if test -z "$USEGV"; then
4732	USEGV=1
4733fi
4734
4735if test -z "$MAXGVITER"; then
4736	MAXGVITER=50
4737fi
4738
4739if test -z "$GVEPSILON"; then
4740	GVEPSILON=0.0001
4741fi
4742
4743if test -z "$MINEUCNORM"; then
4744	MINEUCNORM=0.01
4745fi
4746
4747if test -z "$STEPINIT"; then
4748	STEPINIT=1.0
4749fi
4750
4751if test -z "$STEPINC"; then
4752	STEPINC=1.2
4753fi
4754
4755if test -z "$STEPDEC"; then
4756	STEPDEC=0.5
4757fi
4758
4759if test -z "$HMMWEIGHT"; then
4760	HMMWEIGHT=1.0
4761fi
4762
4763if test -z "$GVWEIGHT"; then
4764	GVWEIGHT=1.0
4765fi
4766
4767if test -z "$OPTKIND"; then
4768	OPTKIND=NEWTON
4769fi
4770
4771if test -z "$NOSILGV"; then
4772	NOSILGV=1
4773fi
4774
4775if test -z "$CDGV"; then
4776	CDGV=1
4777fi
4778
4779if test -z "$USEMSPF"; then
4780	USEMSPF=1
4781fi
4782
4783# substitute variables
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803# output data/Makefile and scripts/Config.pm
4804ac_config_files="$ac_config_files data/Makefile scripts/Config.pm Makefile"
4805
4806cat >confcache <<\_ACEOF
4807# This file is a shell script that caches the results of configure
4808# tests run on this system so they can be shared between configure
4809# scripts and configure runs, see configure's option --config-cache.
4810# It is not useful on other systems.  If it contains results you don't
4811# want to keep, you may remove or edit it.
4812#
4813# config.status only pays attention to the cache file if you give it
4814# the --recheck option to rerun configure.
4815#
4816# `ac_cv_env_foo' variables (set or unset) will be overridden when
4817# loading this file, other *unset* `ac_cv_foo' will be assigned the
4818# following values.
4819
4820_ACEOF
4821
4822# The following way of writing the cache mishandles newlines in values,
4823# but we know of no workaround that is simple, portable, and efficient.
4824# So, we kill variables containing newlines.
4825# Ultrix sh set writes to stderr and can't be redirected directly,
4826# and sets the high bit in the cache file unless we assign to the vars.
4827(
4828  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
4829    eval ac_val=\$$ac_var
4830    case $ac_val in #(
4831    *${as_nl}*)
4832      case $ac_var in #(
4833      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
4834$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
4835      esac
4836      case $ac_var in #(
4837      _ | IFS | as_nl) ;; #(
4838      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
4839      *) { eval $ac_var=; unset $ac_var;} ;;
4840      esac ;;
4841    esac
4842  done
4843
4844  (set) 2>&1 |
4845    case $as_nl`(ac_space=' '; set) 2>&1` in #(
4846    *${as_nl}ac_space=\ *)
4847      # `set' does not quote correctly, so add quotes: double-quote
4848      # substitution turns \\\\ into \\, and sed turns \\ into \.
4849      sed -n \
4850	"s/'/'\\\\''/g;
4851	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4852      ;; #(
4853    *)
4854      # `set' quotes correctly as required by POSIX, so do not add quotes.
4855      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
4856      ;;
4857    esac |
4858    sort
4859) |
4860  sed '
4861     /^ac_cv_env_/b end
4862     t clear
4863     :clear
4864     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
4865     t end
4866     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4867     :end' >>confcache
4868if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
4869  if test -w "$cache_file"; then
4870    if test "x$cache_file" != "x/dev/null"; then
4871      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
4872$as_echo "$as_me: updating cache $cache_file" >&6;}
4873      if test ! -f "$cache_file" || test -h "$cache_file"; then
4874	cat confcache >"$cache_file"
4875      else
4876        case $cache_file in #(
4877        */* | ?:*)
4878	  mv -f confcache "$cache_file"$$ &&
4879	  mv -f "$cache_file"$$ "$cache_file" ;; #(
4880        *)
4881	  mv -f confcache "$cache_file" ;;
4882	esac
4883      fi
4884    fi
4885  else
4886    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
4887$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
4888  fi
4889fi
4890rm -f confcache
4891
4892test "x$prefix" = xNONE && prefix=$ac_default_prefix
4893# Let make expand exec_prefix.
4894test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4895
4896# Transform confdefs.h into DEFS.
4897# Protect against shell expansion while executing Makefile rules.
4898# Protect against Makefile macro expansion.
4899#
4900# If the first sed substitution is executed (which looks for macros that
4901# take arguments), then branch to the quote section.  Otherwise,
4902# look for a macro that doesn't take arguments.
4903ac_script='
4904:mline
4905/\\$/{
4906 N
4907 s,\\\n,,
4908 b mline
4909}
4910t clear
4911:clear
4912s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
4913t quote
4914s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
4915t quote
4916b any
4917:quote
4918s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
4919s/\[/\\&/g
4920s/\]/\\&/g
4921s/\$/$$/g
4922H
4923:any
4924${
4925	g
4926	s/^\n//
4927	s/\n/ /g
4928	p
4929}
4930'
4931DEFS=`sed -n "$ac_script" confdefs.h`
4932
4933
4934ac_libobjs=
4935ac_ltlibobjs=
4936U=
4937for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
4938  # 1. Remove the extension, and $U if already installed.
4939  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
4940  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
4941  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
4942  #    will be set to the directory where LIBOBJS objects are built.
4943  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
4944  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
4945done
4946LIBOBJS=$ac_libobjs
4947
4948LTLIBOBJS=$ac_ltlibobjs
4949
4950
4951
4952: "${CONFIG_STATUS=./config.status}"
4953ac_write_fail=0
4954ac_clean_files_save=$ac_clean_files
4955ac_clean_files="$ac_clean_files $CONFIG_STATUS"
4956{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
4957$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
4958as_write_fail=0
4959cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
4960#! $SHELL
4961# Generated by $as_me.
4962# Run this file to recreate the current configuration.
4963# Compiler output produced by configure, useful for debugging
4964# configure, is in config.log if it exists.
4965
4966debug=false
4967ac_cs_recheck=false
4968ac_cs_silent=false
4969
4970SHELL=\${CONFIG_SHELL-$SHELL}
4971export SHELL
4972_ASEOF
4973cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
4974## -------------------- ##
4975## M4sh Initialization. ##
4976## -------------------- ##
4977
4978# Be more Bourne compatible
4979DUALCASE=1; export DUALCASE # for MKS sh
4980if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
4981  emulate sh
4982  NULLCMD=:
4983  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
4984  # is contrary to our usage.  Disable this feature.
4985  alias -g '${1+"$@"}'='"$@"'
4986  setopt NO_GLOB_SUBST
4987else
4988  case `(set -o) 2>/dev/null` in #(
4989  *posix*) :
4990    set -o posix ;; #(
4991  *) :
4992     ;;
4993esac
4994fi
4995
4996
4997as_nl='
4998'
4999export as_nl
5000# Printing a long string crashes Solaris 7 /usr/bin/printf.
5001as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5002as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
5003as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
5004# Prefer a ksh shell builtin over an external printf program on Solaris,
5005# but without wasting forks for bash or zsh.
5006if test -z "$BASH_VERSION$ZSH_VERSION" \
5007    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
5008  as_echo='print -r --'
5009  as_echo_n='print -rn --'
5010elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
5011  as_echo='printf %s\n'
5012  as_echo_n='printf %s'
5013else
5014  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
5015    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
5016    as_echo_n='/usr/ucb/echo -n'
5017  else
5018    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
5019    as_echo_n_body='eval
5020      arg=$1;
5021      case $arg in #(
5022      *"$as_nl"*)
5023	expr "X$arg" : "X\\(.*\\)$as_nl";
5024	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
5025      esac;
5026      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
5027    '
5028    export as_echo_n_body
5029    as_echo_n='sh -c $as_echo_n_body as_echo'
5030  fi
5031  export as_echo_body
5032  as_echo='sh -c $as_echo_body as_echo'
5033fi
5034
5035# The user is always right.
5036if test "${PATH_SEPARATOR+set}" != set; then
5037  PATH_SEPARATOR=:
5038  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
5039    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
5040      PATH_SEPARATOR=';'
5041  }
5042fi
5043
5044
5045# IFS
5046# We need space, tab and new line, in precisely that order.  Quoting is
5047# there to prevent editors from complaining about space-tab.
5048# (If _AS_PATH_WALK were called with IFS unset, it would disable word
5049# splitting by setting IFS to empty value.)
5050IFS=" ""	$as_nl"
5051
5052# Find who we are.  Look in the path if we contain no directory separator.
5053as_myself=
5054case $0 in #((
5055  *[\\/]* ) as_myself=$0 ;;
5056  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5057for as_dir in $PATH
5058do
5059  IFS=$as_save_IFS
5060  test -z "$as_dir" && as_dir=.
5061    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
5062  done
5063IFS=$as_save_IFS
5064
5065     ;;
5066esac
5067# We did not find ourselves, most probably we were run as `sh COMMAND'
5068# in which case we are not to be found in the path.
5069if test "x$as_myself" = x; then
5070  as_myself=$0
5071fi
5072if test ! -f "$as_myself"; then
5073  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
5074  exit 1
5075fi
5076
5077# Unset variables that we do not need and which cause bugs (e.g. in
5078# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
5079# suppresses any "Segmentation fault" message there.  '((' could
5080# trigger a bug in pdksh 5.2.14.
5081for as_var in BASH_ENV ENV MAIL MAILPATH
5082do eval test x\${$as_var+set} = xset \
5083  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
5084done
5085PS1='$ '
5086PS2='> '
5087PS4='+ '
5088
5089# NLS nuisances.
5090LC_ALL=C
5091export LC_ALL
5092LANGUAGE=C
5093export LANGUAGE
5094
5095# CDPATH.
5096(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
5097
5098
5099# as_fn_error STATUS ERROR [LINENO LOG_FD]
5100# ----------------------------------------
5101# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
5102# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
5103# script with STATUS, using 1 if that was 0.
5104as_fn_error ()
5105{
5106  as_status=$1; test $as_status -eq 0 && as_status=1
5107  if test "$4"; then
5108    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
5109    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
5110  fi
5111  $as_echo "$as_me: error: $2" >&2
5112  as_fn_exit $as_status
5113} # as_fn_error
5114
5115
5116# as_fn_set_status STATUS
5117# -----------------------
5118# Set $? to STATUS, without forking.
5119as_fn_set_status ()
5120{
5121  return $1
5122} # as_fn_set_status
5123
5124# as_fn_exit STATUS
5125# -----------------
5126# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
5127as_fn_exit ()
5128{
5129  set +e
5130  as_fn_set_status $1
5131  exit $1
5132} # as_fn_exit
5133
5134# as_fn_unset VAR
5135# ---------------
5136# Portably unset VAR.
5137as_fn_unset ()
5138{
5139  { eval $1=; unset $1;}
5140}
5141as_unset=as_fn_unset
5142# as_fn_append VAR VALUE
5143# ----------------------
5144# Append the text in VALUE to the end of the definition contained in VAR. Take
5145# advantage of any shell optimizations that allow amortized linear growth over
5146# repeated appends, instead of the typical quadratic growth present in naive
5147# implementations.
5148if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
5149  eval 'as_fn_append ()
5150  {
5151    eval $1+=\$2
5152  }'
5153else
5154  as_fn_append ()
5155  {
5156    eval $1=\$$1\$2
5157  }
5158fi # as_fn_append
5159
5160# as_fn_arith ARG...
5161# ------------------
5162# Perform arithmetic evaluation on the ARGs, and store the result in the
5163# global $as_val. Take advantage of shells that can avoid forks. The arguments
5164# must be portable across $(()) and expr.
5165if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
5166  eval 'as_fn_arith ()
5167  {
5168    as_val=$(( $* ))
5169  }'
5170else
5171  as_fn_arith ()
5172  {
5173    as_val=`expr "$@" || test $? -eq 1`
5174  }
5175fi # as_fn_arith
5176
5177
5178if expr a : '\(a\)' >/dev/null 2>&1 &&
5179   test "X`expr 00001 : '.*\(...\)'`" = X001; then
5180  as_expr=expr
5181else
5182  as_expr=false
5183fi
5184
5185if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
5186  as_basename=basename
5187else
5188  as_basename=false
5189fi
5190
5191if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
5192  as_dirname=dirname
5193else
5194  as_dirname=false
5195fi
5196
5197as_me=`$as_basename -- "$0" ||
5198$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
5199	 X"$0" : 'X\(//\)$' \| \
5200	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
5201$as_echo X/"$0" |
5202    sed '/^.*\/\([^/][^/]*\)\/*$/{
5203	    s//\1/
5204	    q
5205	  }
5206	  /^X\/\(\/\/\)$/{
5207	    s//\1/
5208	    q
5209	  }
5210	  /^X\/\(\/\).*/{
5211	    s//\1/
5212	    q
5213	  }
5214	  s/.*/./; q'`
5215
5216# Avoid depending upon Character Ranges.
5217as_cr_letters='abcdefghijklmnopqrstuvwxyz'
5218as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
5219as_cr_Letters=$as_cr_letters$as_cr_LETTERS
5220as_cr_digits='0123456789'
5221as_cr_alnum=$as_cr_Letters$as_cr_digits
5222
5223ECHO_C= ECHO_N= ECHO_T=
5224case `echo -n x` in #(((((
5225-n*)
5226  case `echo 'xy\c'` in
5227  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
5228  xy)  ECHO_C='\c';;
5229  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
5230       ECHO_T='	';;
5231  esac;;
5232*)
5233  ECHO_N='-n';;
5234esac
5235
5236rm -f conf$$ conf$$.exe conf$$.file
5237if test -d conf$$.dir; then
5238  rm -f conf$$.dir/conf$$.file
5239else
5240  rm -f conf$$.dir
5241  mkdir conf$$.dir 2>/dev/null
5242fi
5243if (echo >conf$$.file) 2>/dev/null; then
5244  if ln -s conf$$.file conf$$ 2>/dev/null; then
5245    as_ln_s='ln -s'
5246    # ... but there are two gotchas:
5247    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
5248    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
5249    # In both cases, we have to default to `cp -pR'.
5250    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
5251      as_ln_s='cp -pR'
5252  elif ln conf$$.file conf$$ 2>/dev/null; then
5253    as_ln_s=ln
5254  else
5255    as_ln_s='cp -pR'
5256  fi
5257else
5258  as_ln_s='cp -pR'
5259fi
5260rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
5261rmdir conf$$.dir 2>/dev/null
5262
5263
5264# as_fn_mkdir_p
5265# -------------
5266# Create "$as_dir" as a directory, including parents if necessary.
5267as_fn_mkdir_p ()
5268{
5269
5270  case $as_dir in #(
5271  -*) as_dir=./$as_dir;;
5272  esac
5273  test -d "$as_dir" || eval $as_mkdir_p || {
5274    as_dirs=
5275    while :; do
5276      case $as_dir in #(
5277      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
5278      *) as_qdir=$as_dir;;
5279      esac
5280      as_dirs="'$as_qdir' $as_dirs"
5281      as_dir=`$as_dirname -- "$as_dir" ||
5282$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5283	 X"$as_dir" : 'X\(//\)[^/]' \| \
5284	 X"$as_dir" : 'X\(//\)$' \| \
5285	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
5286$as_echo X"$as_dir" |
5287    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5288	    s//\1/
5289	    q
5290	  }
5291	  /^X\(\/\/\)[^/].*/{
5292	    s//\1/
5293	    q
5294	  }
5295	  /^X\(\/\/\)$/{
5296	    s//\1/
5297	    q
5298	  }
5299	  /^X\(\/\).*/{
5300	    s//\1/
5301	    q
5302	  }
5303	  s/.*/./; q'`
5304      test -d "$as_dir" && break
5305    done
5306    test -z "$as_dirs" || eval "mkdir $as_dirs"
5307  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
5308
5309
5310} # as_fn_mkdir_p
5311if mkdir -p . 2>/dev/null; then
5312  as_mkdir_p='mkdir -p "$as_dir"'
5313else
5314  test -d ./-p && rmdir ./-p
5315  as_mkdir_p=false
5316fi
5317
5318
5319# as_fn_executable_p FILE
5320# -----------------------
5321# Test if FILE is an executable regular file.
5322as_fn_executable_p ()
5323{
5324  test -f "$1" && test -x "$1"
5325} # as_fn_executable_p
5326as_test_x='test -x'
5327as_executable_p=as_fn_executable_p
5328
5329# Sed expression to map a string onto a valid CPP name.
5330as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
5331
5332# Sed expression to map a string onto a valid variable name.
5333as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
5334
5335
5336exec 6>&1
5337## ----------------------------------- ##
5338## Main body of $CONFIG_STATUS script. ##
5339## ----------------------------------- ##
5340_ASEOF
5341test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
5342
5343cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5344# Save the log message, to keep $0 and so on meaningful, and to
5345# report actual input values of CONFIG_FILES etc. instead of their
5346# values after options handling.
5347ac_log="
5348This file was extended by HTS-demo_CMU-ARCTIC-SLT $as_me 2.3, which was
5349generated by GNU Autoconf 2.69.  Invocation command line was
5350
5351  CONFIG_FILES    = $CONFIG_FILES
5352  CONFIG_HEADERS  = $CONFIG_HEADERS
5353  CONFIG_LINKS    = $CONFIG_LINKS
5354  CONFIG_COMMANDS = $CONFIG_COMMANDS
5355  $ $0 $@
5356
5357on `(hostname || uname -n) 2>/dev/null | sed 1q`
5358"
5359
5360_ACEOF
5361
5362case $ac_config_files in *"
5363"*) set x $ac_config_files; shift; ac_config_files=$*;;
5364esac
5365
5366
5367
5368cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5369# Files that config.status was made for.
5370config_files="$ac_config_files"
5371
5372_ACEOF
5373
5374cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5375ac_cs_usage="\
5376\`$as_me' instantiates files and other configuration actions
5377from templates according to the current configuration.  Unless the files
5378and actions are specified as TAGs, all are instantiated by default.
5379
5380Usage: $0 [OPTION]... [TAG]...
5381
5382  -h, --help       print this help, then exit
5383  -V, --version    print version number and configuration settings, then exit
5384      --config     print configuration, then exit
5385  -q, --quiet, --silent
5386                   do not print progress messages
5387  -d, --debug      don't remove temporary files
5388      --recheck    update $as_me by reconfiguring in the same conditions
5389      --file=FILE[:TEMPLATE]
5390                   instantiate the configuration file FILE
5391
5392Configuration files:
5393$config_files
5394
5395Report bugs to <hts-users@sp.nitech.ac.jp>."
5396
5397_ACEOF
5398cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5399ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
5400ac_cs_version="\\
5401HTS-demo_CMU-ARCTIC-SLT config.status 2.3
5402configured by $0, generated by GNU Autoconf 2.69,
5403  with options \\"\$ac_cs_config\\"
5404
5405Copyright (C) 2012 Free Software Foundation, Inc.
5406This config.status script is free software; the Free Software Foundation
5407gives unlimited permission to copy, distribute and modify it."
5408
5409ac_pwd='$ac_pwd'
5410srcdir='$srcdir'
5411AWK='$AWK'
5412test -n "\$AWK" || AWK=awk
5413_ACEOF
5414
5415cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5416# The default lists apply if the user does not specify any file.
5417ac_need_defaults=:
5418while test $# != 0
5419do
5420  case $1 in
5421  --*=?*)
5422    ac_option=`expr "X$1" : 'X\([^=]*\)='`
5423    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
5424    ac_shift=:
5425    ;;
5426  --*=)
5427    ac_option=`expr "X$1" : 'X\([^=]*\)='`
5428    ac_optarg=
5429    ac_shift=:
5430    ;;
5431  *)
5432    ac_option=$1
5433    ac_optarg=$2
5434    ac_shift=shift
5435    ;;
5436  esac
5437
5438  case $ac_option in
5439  # Handling of the options.
5440  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
5441    ac_cs_recheck=: ;;
5442  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
5443    $as_echo "$ac_cs_version"; exit ;;
5444  --config | --confi | --conf | --con | --co | --c )
5445    $as_echo "$ac_cs_config"; exit ;;
5446  --debug | --debu | --deb | --de | --d | -d )
5447    debug=: ;;
5448  --file | --fil | --fi | --f )
5449    $ac_shift
5450    case $ac_optarg in
5451    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
5452    '') as_fn_error $? "missing file argument" ;;
5453    esac
5454    as_fn_append CONFIG_FILES " '$ac_optarg'"
5455    ac_need_defaults=false;;
5456  --he | --h |  --help | --hel | -h )
5457    $as_echo "$ac_cs_usage"; exit ;;
5458  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
5459  | -silent | --silent | --silen | --sile | --sil | --si | --s)
5460    ac_cs_silent=: ;;
5461
5462  # This is an error.
5463  -*) as_fn_error $? "unrecognized option: \`$1'
5464Try \`$0 --help' for more information." ;;
5465
5466  *) as_fn_append ac_config_targets " $1"
5467     ac_need_defaults=false ;;
5468
5469  esac
5470  shift
5471done
5472
5473ac_configure_extra_args=
5474
5475if $ac_cs_silent; then
5476  exec 6>/dev/null
5477  ac_configure_extra_args="$ac_configure_extra_args --silent"
5478fi
5479
5480_ACEOF
5481cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5482if \$ac_cs_recheck; then
5483  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5484  shift
5485  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
5486  CONFIG_SHELL='$SHELL'
5487  export CONFIG_SHELL
5488  exec "\$@"
5489fi
5490
5491_ACEOF
5492cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5493exec 5>>config.log
5494{
5495  echo
5496  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5497## Running $as_me. ##
5498_ASBOX
5499  $as_echo "$ac_log"
5500} >&5
5501
5502_ACEOF
5503cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5504_ACEOF
5505
5506cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5507
5508# Handling of arguments.
5509for ac_config_target in $ac_config_targets
5510do
5511  case $ac_config_target in
5512    "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
5513    "scripts/Config.pm") CONFIG_FILES="$CONFIG_FILES scripts/Config.pm" ;;
5514    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
5515
5516  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
5517  esac
5518done
5519
5520
5521# If the user did not use the arguments to specify the items to instantiate,
5522# then the envvar interface is used.  Set only those that are not.
5523# We use the long form for the default assignment because of an extremely
5524# bizarre bug on SunOS 4.1.3.
5525if $ac_need_defaults; then
5526  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
5527fi
5528
5529# Have a temporary directory for convenience.  Make it in the build tree
5530# simply because there is no reason against having it here, and in addition,
5531# creating and moving files from /tmp can sometimes cause problems.
5532# Hook for its removal unless debugging.
5533# Note that there is a small window in which the directory will not be cleaned:
5534# after its creation but before its name has been assigned to `$tmp'.
5535$debug ||
5536{
5537  tmp= ac_tmp=
5538  trap 'exit_status=$?
5539  : "${ac_tmp:=$tmp}"
5540  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
5541' 0
5542  trap 'as_fn_exit 1' 1 2 13 15
5543}
5544# Create a (secure) tmp directory for tmp files.
5545
5546{
5547  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
5548  test -d "$tmp"
5549}  ||
5550{
5551  tmp=./conf$$-$RANDOM
5552  (umask 077 && mkdir "$tmp")
5553} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
5554ac_tmp=$tmp
5555
5556# Set up the scripts for CONFIG_FILES section.
5557# No need to generate them if there are no CONFIG_FILES.
5558# This happens for instance with `./config.status config.h'.
5559if test -n "$CONFIG_FILES"; then
5560
5561
5562ac_cr=`echo X | tr X '\015'`
5563# On cygwin, bash can eat \r inside `` if the user requested igncr.
5564# But we know of no other shell where ac_cr would be empty at this
5565# point, so we can use a bashism as a fallback.
5566if test "x$ac_cr" = x; then
5567  eval ac_cr=\$\'\\r\'
5568fi
5569ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
5570if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
5571  ac_cs_awk_cr='\\r'
5572else
5573  ac_cs_awk_cr=$ac_cr
5574fi
5575
5576echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
5577_ACEOF
5578
5579
5580{
5581  echo "cat >conf$$subs.awk <<_ACEOF" &&
5582  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
5583  echo "_ACEOF"
5584} >conf$$subs.sh ||
5585  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5586ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
5587ac_delim='%!_!# '
5588for ac_last_try in false false false false false :; do
5589  . ./conf$$subs.sh ||
5590    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5591
5592  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
5593  if test $ac_delim_n = $ac_delim_num; then
5594    break
5595  elif $ac_last_try; then
5596    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5597  else
5598    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
5599  fi
5600done
5601rm -f conf$$subs.sh
5602
5603cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5604cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
5605_ACEOF
5606sed -n '
5607h
5608s/^/S["/; s/!.*/"]=/
5609p
5610g
5611s/^[^!]*!//
5612:repl
5613t repl
5614s/'"$ac_delim"'$//
5615t delim
5616:nl
5617h
5618s/\(.\{148\}\)..*/\1/
5619t more1
5620s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
5621p
5622n
5623b repl
5624:more1
5625s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5626p
5627g
5628s/.\{148\}//
5629t nl
5630:delim
5631h
5632s/\(.\{148\}\)..*/\1/
5633t more2
5634s/["\\]/\\&/g; s/^/"/; s/$/"/
5635p
5636b
5637:more2
5638s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5639p
5640g
5641s/.\{148\}//
5642t delim
5643' <conf$$subs.awk | sed '
5644/^[^""]/{
5645  N
5646  s/\n//
5647}
5648' >>$CONFIG_STATUS || ac_write_fail=1
5649rm -f conf$$subs.awk
5650cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5651_ACAWK
5652cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
5653  for (key in S) S_is_set[key] = 1
5654  FS = ""
5655
5656}
5657{
5658  line = $ 0
5659  nfields = split(line, field, "@")
5660  substed = 0
5661  len = length(field[1])
5662  for (i = 2; i < nfields; i++) {
5663    key = field[i]
5664    keylen = length(key)
5665    if (S_is_set[key]) {
5666      value = S[key]
5667      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
5668      len += length(value) + length(field[++i])
5669      substed = 1
5670    } else
5671      len += 1 + keylen
5672  }
5673
5674  print line
5675}
5676
5677_ACAWK
5678_ACEOF
5679cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5680if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
5681  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
5682else
5683  cat
5684fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
5685  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
5686_ACEOF
5687
5688# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
5689# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
5690# trailing colons and then remove the whole line if VPATH becomes empty
5691# (actually we leave an empty line to preserve line numbers).
5692if test "x$srcdir" = x.; then
5693  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
5694h
5695s///
5696s/^/:/
5697s/[	 ]*$/:/
5698s/:\$(srcdir):/:/g
5699s/:\${srcdir}:/:/g
5700s/:@srcdir@:/:/g
5701s/^:*//
5702s/:*$//
5703x
5704s/\(=[	 ]*\).*/\1/
5705G
5706s/\n//
5707s/^[^=]*=[	 ]*$//
5708}'
5709fi
5710
5711cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5712fi # test -n "$CONFIG_FILES"
5713
5714
5715eval set X "  :F $CONFIG_FILES      "
5716shift
5717for ac_tag
5718do
5719  case $ac_tag in
5720  :[FHLC]) ac_mode=$ac_tag; continue;;
5721  esac
5722  case $ac_mode$ac_tag in
5723  :[FHL]*:*);;
5724  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
5725  :[FH]-) ac_tag=-:-;;
5726  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
5727  esac
5728  ac_save_IFS=$IFS
5729  IFS=:
5730  set x $ac_tag
5731  IFS=$ac_save_IFS
5732  shift
5733  ac_file=$1
5734  shift
5735
5736  case $ac_mode in
5737  :L) ac_source=$1;;
5738  :[FH])
5739    ac_file_inputs=
5740    for ac_f
5741    do
5742      case $ac_f in
5743      -) ac_f="$ac_tmp/stdin";;
5744      *) # Look for the file first in the build tree, then in the source tree
5745	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
5746	 # because $ac_f cannot contain `:'.
5747	 test -f "$ac_f" ||
5748	   case $ac_f in
5749	   [\\/$]*) false;;
5750	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
5751	   esac ||
5752	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
5753      esac
5754      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
5755      as_fn_append ac_file_inputs " '$ac_f'"
5756    done
5757
5758    # Let's still pretend it is `configure' which instantiates (i.e., don't
5759    # use $as_me), people would be surprised to read:
5760    #    /* config.h.  Generated by config.status.  */
5761    configure_input='Generated from '`
5762	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
5763	`' by configure.'
5764    if test x"$ac_file" != x-; then
5765      configure_input="$ac_file.  $configure_input"
5766      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
5767$as_echo "$as_me: creating $ac_file" >&6;}
5768    fi
5769    # Neutralize special characters interpreted by sed in replacement strings.
5770    case $configure_input in #(
5771    *\&* | *\|* | *\\* )
5772       ac_sed_conf_input=`$as_echo "$configure_input" |
5773       sed 's/[\\\\&|]/\\\\&/g'`;; #(
5774    *) ac_sed_conf_input=$configure_input;;
5775    esac
5776
5777    case $ac_tag in
5778    *:-:* | *:-) cat >"$ac_tmp/stdin" \
5779      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
5780    esac
5781    ;;
5782  esac
5783
5784  ac_dir=`$as_dirname -- "$ac_file" ||
5785$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5786	 X"$ac_file" : 'X\(//\)[^/]' \| \
5787	 X"$ac_file" : 'X\(//\)$' \| \
5788	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
5789$as_echo X"$ac_file" |
5790    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5791	    s//\1/
5792	    q
5793	  }
5794	  /^X\(\/\/\)[^/].*/{
5795	    s//\1/
5796	    q
5797	  }
5798	  /^X\(\/\/\)$/{
5799	    s//\1/
5800	    q
5801	  }
5802	  /^X\(\/\).*/{
5803	    s//\1/
5804	    q
5805	  }
5806	  s/.*/./; q'`
5807  as_dir="$ac_dir"; as_fn_mkdir_p
5808  ac_builddir=.
5809
5810case "$ac_dir" in
5811.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
5812*)
5813  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
5814  # A ".." for each directory in $ac_dir_suffix.
5815  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
5816  case $ac_top_builddir_sub in
5817  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
5818  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
5819  esac ;;
5820esac
5821ac_abs_top_builddir=$ac_pwd
5822ac_abs_builddir=$ac_pwd$ac_dir_suffix
5823# for backward compatibility:
5824ac_top_builddir=$ac_top_build_prefix
5825
5826case $srcdir in
5827  .)  # We are building in place.
5828    ac_srcdir=.
5829    ac_top_srcdir=$ac_top_builddir_sub
5830    ac_abs_top_srcdir=$ac_pwd ;;
5831  [\\/]* | ?:[\\/]* )  # Absolute name.
5832    ac_srcdir=$srcdir$ac_dir_suffix;
5833    ac_top_srcdir=$srcdir
5834    ac_abs_top_srcdir=$srcdir ;;
5835  *) # Relative name.
5836    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
5837    ac_top_srcdir=$ac_top_build_prefix$srcdir
5838    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5839esac
5840ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
5841
5842
5843  case $ac_mode in
5844  :F)
5845  #
5846  # CONFIG_FILE
5847  #
5848
5849_ACEOF
5850
5851cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5852# If the template does not know about datarootdir, expand it.
5853# FIXME: This hack should be removed a few years after 2.60.
5854ac_datarootdir_hack=; ac_datarootdir_seen=
5855ac_sed_dataroot='
5856/datarootdir/ {
5857  p
5858  q
5859}
5860/@datadir@/p
5861/@docdir@/p
5862/@infodir@/p
5863/@localedir@/p
5864/@mandir@/p'
5865case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
5866*datarootdir*) ac_datarootdir_seen=yes;;
5867*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
5868  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
5869$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
5870_ACEOF
5871cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5872  ac_datarootdir_hack='
5873  s&@datadir@&$datadir&g
5874  s&@docdir@&$docdir&g
5875  s&@infodir@&$infodir&g
5876  s&@localedir@&$localedir&g
5877  s&@mandir@&$mandir&g
5878  s&\\\${datarootdir}&$datarootdir&g' ;;
5879esac
5880_ACEOF
5881
5882# Neutralize VPATH when `$srcdir' = `.'.
5883# Shell code in configure.ac might set extrasub.
5884# FIXME: do we really want to maintain this feature?
5885cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5886ac_sed_extra="$ac_vpsub
5887$extrasub
5888_ACEOF
5889cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5890:t
5891/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5892s|@configure_input@|$ac_sed_conf_input|;t t
5893s&@top_builddir@&$ac_top_builddir_sub&;t t
5894s&@top_build_prefix@&$ac_top_build_prefix&;t t
5895s&@srcdir@&$ac_srcdir&;t t
5896s&@abs_srcdir@&$ac_abs_srcdir&;t t
5897s&@top_srcdir@&$ac_top_srcdir&;t t
5898s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
5899s&@builddir@&$ac_builddir&;t t
5900s&@abs_builddir@&$ac_abs_builddir&;t t
5901s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
5902$ac_datarootdir_hack
5903"
5904eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
5905  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5906
5907test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
5908  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
5909  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
5910      "$ac_tmp/out"`; test -z "$ac_out"; } &&
5911  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5912which seems to be undefined.  Please make sure it is defined" >&5
5913$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5914which seems to be undefined.  Please make sure it is defined" >&2;}
5915
5916  rm -f "$ac_tmp/stdin"
5917  case $ac_file in
5918  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
5919  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
5920  esac \
5921  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5922 ;;
5923
5924
5925
5926  esac
5927
5928done # for ac_tag
5929
5930
5931as_fn_exit 0
5932_ACEOF
5933ac_clean_files=$ac_clean_files_save
5934
5935test $ac_write_fail = 0 ||
5936  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
5937
5938
5939# configure is writing to config.log, and then calls config.status.
5940# config.status does its own redirection, appending to config.log.
5941# Unfortunately, on DOS this fails, as config.log is still kept open
5942# by configure, so config.status won't be able to write to it; its
5943# output is simply discarded.  So we exec the FD to /dev/null,
5944# effectively closing config.log, so it can be properly (re)opened and
5945# appended to by config.status.  When coming back to configure, we
5946# need to make the FD available again.
5947if test "$no_create" != yes; then
5948  ac_cs_success=:
5949  ac_config_status_args=
5950  test "$silent" = yes &&
5951    ac_config_status_args="$ac_config_status_args --quiet"
5952  exec 5>/dev/null
5953  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
5954  exec 5>>config.log
5955  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
5956  # would make configure fail if this is the last instruction.
5957  $ac_cs_success || as_fn_exit 1
5958fi
5959if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
5960  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
5961$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
5962fi
5963
5964