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