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