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