source: branches/profile/GDE/PHYML20130708/phyml/configure.fallback

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