1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69 for bodr 10.
4#
5# Report bugs to <http://www.blueobelisk.org/>.
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.blueobelisk.org/ about your system,
270$0: 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='bodr'
581PACKAGE_TARNAME='bodr'
582PACKAGE_VERSION='10'
583PACKAGE_STRING='bodr 10'
584PACKAGE_BUGREPORT='http://www.blueobelisk.org/'
585PACKAGE_URL=''
586
587ac_subst_vars='LTLIBOBJS
588LIBOBJS
589PERL
590XSLTPROC_FLAGS
591HAVE_XSLTPROC_FALSE
592HAVE_XSLTPROC_TRUE
593XSLTPROC
594XMLLINT_FLAGS
595HAVE_XMLLINT_FALSE
596HAVE_XMLLINT_TRUE
597XMLLINT
598PKG_CONFIG_LIBDIR
599PKG_CONFIG_PATH
600PKG_CONFIG
601AM_BACKSLASH
602AM_DEFAULT_VERBOSITY
603AM_DEFAULT_V
604AM_V
605am__untar
606am__tar
607AMTAR
608am__leading_dot
609SET_MAKE
610AWK
611mkdir_p
612MKDIR_P
613INSTALL_STRIP_PROGRAM
614STRIP
615install_sh
616MAKEINFO
617AUTOHEADER
618AUTOMAKE
619AUTOCONF
620ACLOCAL
621VERSION
622PACKAGE
623CYGPATH_W
624am__isrc
625INSTALL_DATA
626INSTALL_SCRIPT
627INSTALL_PROGRAM
628target_alias
629host_alias
630build_alias
631LIBS
632ECHO_T
633ECHO_N
634ECHO_C
635DEFS
636mandir
637localedir
638libdir
639psdir
640pdfdir
641dvidir
642htmldir
643infodir
644docdir
645oldincludedir
646includedir
647localstatedir
648sharedstatedir
649sysconfdir
650datadir
651datarootdir
652libexecdir
653sbindir
654bindir
655program_transform_name
656prefix
657exec_prefix
658PACKAGE_URL
659PACKAGE_BUGREPORT
660PACKAGE_STRING
661PACKAGE_VERSION
662PACKAGE_TARNAME
663PACKAGE_NAME
664PATH_SEPARATOR
665SHELL'
666ac_subst_files=''
667ac_user_opts='
668enable_option_checking
669enable_silent_rules
670'
671      ac_precious_vars='build_alias
672host_alias
673target_alias
674PKG_CONFIG
675PKG_CONFIG_PATH
676PKG_CONFIG_LIBDIR
677XMLLINT
678XMLLINT_FLAGS
679XSLTPROC
680XSLTPROC_FLAGS'
681
682
683# Initialize some variables set by options.
684ac_init_help=
685ac_init_version=false
686ac_unrecognized_opts=
687ac_unrecognized_sep=
688# The variables have the same names as the options, with
689# dashes changed to underlines.
690cache_file=/dev/null
691exec_prefix=NONE
692no_create=
693no_recursion=
694prefix=NONE
695program_prefix=NONE
696program_suffix=NONE
697program_transform_name=s,x,x,
698silent=
699site=
700srcdir=
701verbose=
702x_includes=NONE
703x_libraries=NONE
704
705# Installation directory options.
706# These are left unexpanded so users can "make install exec_prefix=/foo"
707# and all the variables that are supposed to be based on exec_prefix
708# by default will actually change.
709# Use braces instead of parens because sh, perl, etc. also accept them.
710# (The list follows the same order as the GNU Coding Standards.)
711bindir='${exec_prefix}/bin'
712sbindir='${exec_prefix}/sbin'
713libexecdir='${exec_prefix}/libexec'
714datarootdir='${prefix}/share'
715datadir='${datarootdir}'
716sysconfdir='${prefix}/etc'
717sharedstatedir='${prefix}/com'
718localstatedir='${prefix}/var'
719includedir='${prefix}/include'
720oldincludedir='/usr/include'
721docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
722infodir='${datarootdir}/info'
723htmldir='${docdir}'
724dvidir='${docdir}'
725pdfdir='${docdir}'
726psdir='${docdir}'
727libdir='${exec_prefix}/lib'
728localedir='${datarootdir}/locale'
729mandir='${datarootdir}/man'
730
731ac_prev=
732ac_dashdash=
733for ac_option
734do
735  # If the previous option needs an argument, assign it.
736  if test -n "$ac_prev"; then
737    eval $ac_prev=\$ac_option
738    ac_prev=
739    continue
740  fi
741
742  case $ac_option in
743  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
744  *=)   ac_optarg= ;;
745  *)    ac_optarg=yes ;;
746  esac
747
748  # Accept the important Cygnus configure options, so we can diagnose typos.
749
750  case $ac_dashdash$ac_option in
751  --)
752    ac_dashdash=yes ;;
753
754  -bindir | --bindir | --bindi | --bind | --bin | --bi)
755    ac_prev=bindir ;;
756  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
757    bindir=$ac_optarg ;;
758
759  -build | --build | --buil | --bui | --bu)
760    ac_prev=build_alias ;;
761  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
762    build_alias=$ac_optarg ;;
763
764  -cache-file | --cache-file | --cache-fil | --cache-fi \
765  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
766    ac_prev=cache_file ;;
767  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
768  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
769    cache_file=$ac_optarg ;;
770
771  --config-cache | -C)
772    cache_file=config.cache ;;
773
774  -datadir | --datadir | --datadi | --datad)
775    ac_prev=datadir ;;
776  -datadir=* | --datadir=* | --datadi=* | --datad=*)
777    datadir=$ac_optarg ;;
778
779  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
780  | --dataroo | --dataro | --datar)
781    ac_prev=datarootdir ;;
782  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
783  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
784    datarootdir=$ac_optarg ;;
785
786  -disable-* | --disable-*)
787    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
788    # Reject names that are not valid shell variable names.
789    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
790      as_fn_error $? "invalid feature name: $ac_useropt"
791    ac_useropt_orig=$ac_useropt
792    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
793    case $ac_user_opts in
794      *"
795"enable_$ac_useropt"
796"*) ;;
797      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
798	 ac_unrecognized_sep=', ';;
799    esac
800    eval enable_$ac_useropt=no ;;
801
802  -docdir | --docdir | --docdi | --doc | --do)
803    ac_prev=docdir ;;
804  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
805    docdir=$ac_optarg ;;
806
807  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
808    ac_prev=dvidir ;;
809  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
810    dvidir=$ac_optarg ;;
811
812  -enable-* | --enable-*)
813    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
814    # Reject names that are not valid shell variable names.
815    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
816      as_fn_error $? "invalid feature name: $ac_useropt"
817    ac_useropt_orig=$ac_useropt
818    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
819    case $ac_user_opts in
820      *"
821"enable_$ac_useropt"
822"*) ;;
823      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
824	 ac_unrecognized_sep=', ';;
825    esac
826    eval enable_$ac_useropt=\$ac_optarg ;;
827
828  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
829  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
830  | --exec | --exe | --ex)
831    ac_prev=exec_prefix ;;
832  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
833  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
834  | --exec=* | --exe=* | --ex=*)
835    exec_prefix=$ac_optarg ;;
836
837  -gas | --gas | --ga | --g)
838    # Obsolete; use --with-gas.
839    with_gas=yes ;;
840
841  -help | --help | --hel | --he | -h)
842    ac_init_help=long ;;
843  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
844    ac_init_help=recursive ;;
845  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
846    ac_init_help=short ;;
847
848  -host | --host | --hos | --ho)
849    ac_prev=host_alias ;;
850  -host=* | --host=* | --hos=* | --ho=*)
851    host_alias=$ac_optarg ;;
852
853  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
854    ac_prev=htmldir ;;
855  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
856  | --ht=*)
857    htmldir=$ac_optarg ;;
858
859  -includedir | --includedir | --includedi | --included | --include \
860  | --includ | --inclu | --incl | --inc)
861    ac_prev=includedir ;;
862  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
863  | --includ=* | --inclu=* | --incl=* | --inc=*)
864    includedir=$ac_optarg ;;
865
866  -infodir | --infodir | --infodi | --infod | --info | --inf)
867    ac_prev=infodir ;;
868  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
869    infodir=$ac_optarg ;;
870
871  -libdir | --libdir | --libdi | --libd)
872    ac_prev=libdir ;;
873  -libdir=* | --libdir=* | --libdi=* | --libd=*)
874    libdir=$ac_optarg ;;
875
876  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
877  | --libexe | --libex | --libe)
878    ac_prev=libexecdir ;;
879  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
880  | --libexe=* | --libex=* | --libe=*)
881    libexecdir=$ac_optarg ;;
882
883  -localedir | --localedir | --localedi | --localed | --locale)
884    ac_prev=localedir ;;
885  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
886    localedir=$ac_optarg ;;
887
888  -localstatedir | --localstatedir | --localstatedi | --localstated \
889  | --localstate | --localstat | --localsta | --localst | --locals)
890    ac_prev=localstatedir ;;
891  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
892  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
893    localstatedir=$ac_optarg ;;
894
895  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
896    ac_prev=mandir ;;
897  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
898    mandir=$ac_optarg ;;
899
900  -nfp | --nfp | --nf)
901    # Obsolete; use --without-fp.
902    with_fp=no ;;
903
904  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
905  | --no-cr | --no-c | -n)
906    no_create=yes ;;
907
908  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
909  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
910    no_recursion=yes ;;
911
912  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
913  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
914  | --oldin | --oldi | --old | --ol | --o)
915    ac_prev=oldincludedir ;;
916  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
917  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
918  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
919    oldincludedir=$ac_optarg ;;
920
921  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
922    ac_prev=prefix ;;
923  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
924    prefix=$ac_optarg ;;
925
926  -program-prefix | --program-prefix | --program-prefi | --program-pref \
927  | --program-pre | --program-pr | --program-p)
928    ac_prev=program_prefix ;;
929  -program-prefix=* | --program-prefix=* | --program-prefi=* \
930  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
931    program_prefix=$ac_optarg ;;
932
933  -program-suffix | --program-suffix | --program-suffi | --program-suff \
934  | --program-suf | --program-su | --program-s)
935    ac_prev=program_suffix ;;
936  -program-suffix=* | --program-suffix=* | --program-suffi=* \
937  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
938    program_suffix=$ac_optarg ;;
939
940  -program-transform-name | --program-transform-name \
941  | --program-transform-nam | --program-transform-na \
942  | --program-transform-n | --program-transform- \
943  | --program-transform | --program-transfor \
944  | --program-transfo | --program-transf \
945  | --program-trans | --program-tran \
946  | --progr-tra | --program-tr | --program-t)
947    ac_prev=program_transform_name ;;
948  -program-transform-name=* | --program-transform-name=* \
949  | --program-transform-nam=* | --program-transform-na=* \
950  | --program-transform-n=* | --program-transform-=* \
951  | --program-transform=* | --program-transfor=* \
952  | --program-transfo=* | --program-transf=* \
953  | --program-trans=* | --program-tran=* \
954  | --progr-tra=* | --program-tr=* | --program-t=*)
955    program_transform_name=$ac_optarg ;;
956
957  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
958    ac_prev=pdfdir ;;
959  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
960    pdfdir=$ac_optarg ;;
961
962  -psdir | --psdir | --psdi | --psd | --ps)
963    ac_prev=psdir ;;
964  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
965    psdir=$ac_optarg ;;
966
967  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
968  | -silent | --silent | --silen | --sile | --sil)
969    silent=yes ;;
970
971  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
972    ac_prev=sbindir ;;
973  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
974  | --sbi=* | --sb=*)
975    sbindir=$ac_optarg ;;
976
977  -sharedstatedir | --sharedstatedir | --sharedstatedi \
978  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
979  | --sharedst | --shareds | --shared | --share | --shar \
980  | --sha | --sh)
981    ac_prev=sharedstatedir ;;
982  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
983  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
984  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
985  | --sha=* | --sh=*)
986    sharedstatedir=$ac_optarg ;;
987
988  -site | --site | --sit)
989    ac_prev=site ;;
990  -site=* | --site=* | --sit=*)
991    site=$ac_optarg ;;
992
993  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
994    ac_prev=srcdir ;;
995  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
996    srcdir=$ac_optarg ;;
997
998  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
999  | --syscon | --sysco | --sysc | --sys | --sy)
1000    ac_prev=sysconfdir ;;
1001  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1002  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1003    sysconfdir=$ac_optarg ;;
1004
1005  -target | --target | --targe | --targ | --tar | --ta | --t)
1006    ac_prev=target_alias ;;
1007  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1008    target_alias=$ac_optarg ;;
1009
1010  -v | -verbose | --verbose | --verbos | --verbo | --verb)
1011    verbose=yes ;;
1012
1013  -version | --version | --versio | --versi | --vers | -V)
1014    ac_init_version=: ;;
1015
1016  -with-* | --with-*)
1017    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1018    # Reject names that are not valid shell variable names.
1019    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1020      as_fn_error $? "invalid package name: $ac_useropt"
1021    ac_useropt_orig=$ac_useropt
1022    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1023    case $ac_user_opts in
1024      *"
1025"with_$ac_useropt"
1026"*) ;;
1027      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1028	 ac_unrecognized_sep=', ';;
1029    esac
1030    eval with_$ac_useropt=\$ac_optarg ;;
1031
1032  -without-* | --without-*)
1033    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1034    # Reject names that are not valid shell variable names.
1035    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1036      as_fn_error $? "invalid package name: $ac_useropt"
1037    ac_useropt_orig=$ac_useropt
1038    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1039    case $ac_user_opts in
1040      *"
1041"with_$ac_useropt"
1042"*) ;;
1043      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1044	 ac_unrecognized_sep=', ';;
1045    esac
1046    eval with_$ac_useropt=no ;;
1047
1048  --x)
1049    # Obsolete; use --with-x.
1050    with_x=yes ;;
1051
1052  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1053  | --x-incl | --x-inc | --x-in | --x-i)
1054    ac_prev=x_includes ;;
1055  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1056  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1057    x_includes=$ac_optarg ;;
1058
1059  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1060  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1061    ac_prev=x_libraries ;;
1062  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1063  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1064    x_libraries=$ac_optarg ;;
1065
1066  -*) as_fn_error $? "unrecognized option: \`$ac_option'
1067Try \`$0 --help' for more information"
1068    ;;
1069
1070  *=*)
1071    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1072    # Reject names that are not valid shell variable names.
1073    case $ac_envvar in #(
1074      '' | [0-9]* | *[!_$as_cr_alnum]* )
1075      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1076    esac
1077    eval $ac_envvar=\$ac_optarg
1078    export $ac_envvar ;;
1079
1080  *)
1081    # FIXME: should be removed in autoconf 3.0.
1082    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1083    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1084      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1085    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1086    ;;
1087
1088  esac
1089done
1090
1091if test -n "$ac_prev"; then
1092  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1093  as_fn_error $? "missing argument to $ac_option"
1094fi
1095
1096if test -n "$ac_unrecognized_opts"; then
1097  case $enable_option_checking in
1098    no) ;;
1099    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1100    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1101  esac
1102fi
1103
1104# Check all directory arguments for consistency.
1105for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
1106		datadir sysconfdir sharedstatedir localstatedir includedir \
1107		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1108		libdir localedir mandir
1109do
1110  eval ac_val=\$$ac_var
1111  # Remove trailing slashes.
1112  case $ac_val in
1113    */ )
1114      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1115      eval $ac_var=\$ac_val;;
1116  esac
1117  # Be sure to have absolute directory names.
1118  case $ac_val in
1119    [\\/$]* | ?:[\\/]* )  continue;;
1120    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1121  esac
1122  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1123done
1124
1125# There might be people who depend on the old broken behavior: `$host'
1126# used to hold the argument of --host etc.
1127# FIXME: To remove some day.
1128build=$build_alias
1129host=$host_alias
1130target=$target_alias
1131
1132# FIXME: To remove some day.
1133if test "x$host_alias" != x; then
1134  if test "x$build_alias" = x; then
1135    cross_compiling=maybe
1136  elif test "x$build_alias" != "x$host_alias"; then
1137    cross_compiling=yes
1138  fi
1139fi
1140
1141ac_tool_prefix=
1142test -n "$host_alias" && ac_tool_prefix=$host_alias-
1143
1144test "$silent" = yes && exec 6>/dev/null
1145
1146
1147ac_pwd=`pwd` && test -n "$ac_pwd" &&
1148ac_ls_di=`ls -di .` &&
1149ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1150  as_fn_error $? "working directory cannot be determined"
1151test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1152  as_fn_error $? "pwd does not report name of working directory"
1153
1154
1155# Find the source files, if location was not specified.
1156if test -z "$srcdir"; then
1157  ac_srcdir_defaulted=yes
1158  # Try the directory containing this script, then the parent directory.
1159  ac_confdir=`$as_dirname -- "$as_myself" ||
1160$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1161	 X"$as_myself" : 'X\(//\)[^/]' \| \
1162	 X"$as_myself" : 'X\(//\)$' \| \
1163	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1164$as_echo X"$as_myself" |
1165    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1166	    s//\1/
1167	    q
1168	  }
1169	  /^X\(\/\/\)[^/].*/{
1170	    s//\1/
1171	    q
1172	  }
1173	  /^X\(\/\/\)$/{
1174	    s//\1/
1175	    q
1176	  }
1177	  /^X\(\/\).*/{
1178	    s//\1/
1179	    q
1180	  }
1181	  s/.*/./; q'`
1182  srcdir=$ac_confdir
1183  if test ! -r "$srcdir/$ac_unique_file"; then
1184    srcdir=..
1185  fi
1186else
1187  ac_srcdir_defaulted=no
1188fi
1189if test ! -r "$srcdir/$ac_unique_file"; then
1190  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1191  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1192fi
1193ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1194ac_abs_confdir=`(
1195	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1196	pwd)`
1197# When building in place, set srcdir=.
1198if test "$ac_abs_confdir" = "$ac_pwd"; then
1199  srcdir=.
1200fi
1201# Remove unnecessary trailing slashes from srcdir.
1202# Double slashes in file names in object file debugging info
1203# mess up M-x gdb in Emacs.
1204case $srcdir in
1205*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1206esac
1207for ac_var in $ac_precious_vars; do
1208  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1209  eval ac_env_${ac_var}_value=\$${ac_var}
1210  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1211  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1212done
1213
1214#
1215# Report the --help message.
1216#
1217if test "$ac_init_help" = "long"; then
1218  # Omit some internal or obsolete options to make the list less imposing.
1219  # This message is too long to be a string in the A/UX 3.1 sh.
1220  cat <<_ACEOF
1221\`configure' configures bodr 10 to adapt to many kinds of systems.
1222
1223Usage: $0 [OPTION]... [VAR=VALUE]...
1224
1225To assign environment variables (e.g., CC, CFLAGS...), specify them as
1226VAR=VALUE.  See below for descriptions of some of the useful variables.
1227
1228Defaults for the options are specified in brackets.
1229
1230Configuration:
1231  -h, --help              display this help and exit
1232      --help=short        display options specific to this package
1233      --help=recursive    display the short help of all the included packages
1234  -V, --version           display version information and exit
1235  -q, --quiet, --silent   do not print \`checking ...' messages
1236      --cache-file=FILE   cache test results in FILE [disabled]
1237  -C, --config-cache      alias for \`--cache-file=config.cache'
1238  -n, --no-create         do not create output files
1239      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1240
1241Installation directories:
1242  --prefix=PREFIX         install architecture-independent files in PREFIX
1243                          [$ac_default_prefix]
1244  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1245                          [PREFIX]
1246
1247By default, \`make install' will install all the files in
1248\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1249an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1250for instance \`--prefix=\$HOME'.
1251
1252For better control, use the options below.
1253
1254Fine tuning of the installation directories:
1255  --bindir=DIR            user executables [EPREFIX/bin]
1256  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1257  --libexecdir=DIR        program executables [EPREFIX/libexec]
1258  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1259  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1260  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1261  --libdir=DIR            object code libraries [EPREFIX/lib]
1262  --includedir=DIR        C header files [PREFIX/include]
1263  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1264  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1265  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1266  --infodir=DIR           info documentation [DATAROOTDIR/info]
1267  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1268  --mandir=DIR            man documentation [DATAROOTDIR/man]
1269  --docdir=DIR            documentation root [DATAROOTDIR/doc/bodr]
1270  --htmldir=DIR           html documentation [DOCDIR]
1271  --dvidir=DIR            dvi documentation [DOCDIR]
1272  --pdfdir=DIR            pdf documentation [DOCDIR]
1273  --psdir=DIR             ps documentation [DOCDIR]
1274_ACEOF
1275
1276  cat <<\_ACEOF
1277
1278Program names:
1279  --program-prefix=PREFIX            prepend PREFIX to installed program names
1280  --program-suffix=SUFFIX            append SUFFIX to installed program names
1281  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1282_ACEOF
1283fi
1284
1285if test -n "$ac_init_help"; then
1286  case $ac_init_help in
1287     short | recursive ) echo "Configuration of bodr 10:";;
1288   esac
1289  cat <<\_ACEOF
1290
1291Optional Features:
1292  --disable-option-checking  ignore unrecognized --enable/--with options
1293  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1294  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1295  --enable-silent-rules   less verbose build output (undo: "make V=1")
1296  --disable-silent-rules  verbose build output (undo: "make V=0")
1297
1298Some influential environment variables:
1299  PKG_CONFIG  path to pkg-config utility
1300  PKG_CONFIG_PATH
1301              directories to add to pkg-config's search path
1302  PKG_CONFIG_LIBDIR
1303              path overriding pkg-config's built-in search path
1304  XMLLINT     The 'xmllint' binary with path. Use it to define or override the
1305              location of 'xmllint'.
1306  XMLLINT_FLAGS
1307              More options, which should be used along with 'xmllint', like
1308              e.g. '--nonet'.
1309  XSLTPROC    The 'xsltproc' binary with path. Use it to define or override
1310              the location of 'xsltproc'.
1311  XSLTPROC_FLAGS
1312              More options, which should be used along with 'xsltproc', like
1313              e.g. '--nonet'.
1314
1315Use these variables to override the choices made by `configure' or to help
1316it to find libraries and programs with nonstandard names/locations.
1317
1318Report bugs to <http://www.blueobelisk.org/>.
1319_ACEOF
1320ac_status=$?
1321fi
1322
1323if test "$ac_init_help" = "recursive"; then
1324  # If there are subdirs, report their specific --help.
1325  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1326    test -d "$ac_dir" ||
1327      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1328      continue
1329    ac_builddir=.
1330
1331case "$ac_dir" in
1332.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1333*)
1334  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1335  # A ".." for each directory in $ac_dir_suffix.
1336  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1337  case $ac_top_builddir_sub in
1338  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1339  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1340  esac ;;
1341esac
1342ac_abs_top_builddir=$ac_pwd
1343ac_abs_builddir=$ac_pwd$ac_dir_suffix
1344# for backward compatibility:
1345ac_top_builddir=$ac_top_build_prefix
1346
1347case $srcdir in
1348  .)  # We are building in place.
1349    ac_srcdir=.
1350    ac_top_srcdir=$ac_top_builddir_sub
1351    ac_abs_top_srcdir=$ac_pwd ;;
1352  [\\/]* | ?:[\\/]* )  # Absolute name.
1353    ac_srcdir=$srcdir$ac_dir_suffix;
1354    ac_top_srcdir=$srcdir
1355    ac_abs_top_srcdir=$srcdir ;;
1356  *) # Relative name.
1357    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1358    ac_top_srcdir=$ac_top_build_prefix$srcdir
1359    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1360esac
1361ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1362
1363    cd "$ac_dir" || { ac_status=$?; continue; }
1364    # Check for guested configure.
1365    if test -f "$ac_srcdir/configure.gnu"; then
1366      echo &&
1367      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1368    elif test -f "$ac_srcdir/configure"; then
1369      echo &&
1370      $SHELL "$ac_srcdir/configure" --help=recursive
1371    else
1372      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1373    fi || ac_status=$?
1374    cd "$ac_pwd" || { ac_status=$?; break; }
1375  done
1376fi
1377
1378test -n "$ac_init_help" && exit $ac_status
1379if $ac_init_version; then
1380  cat <<\_ACEOF
1381bodr configure 10
1382generated by GNU Autoconf 2.69
1383
1384Copyright (C) 2012 Free Software Foundation, Inc.
1385This configure script is free software; the Free Software Foundation
1386gives unlimited permission to copy, distribute and modify it.
1387_ACEOF
1388  exit
1389fi
1390
1391## ------------------------ ##
1392## Autoconf initialization. ##
1393## ------------------------ ##
1394cat >config.log <<_ACEOF
1395This file contains any messages produced by compilers while
1396running configure, to aid debugging if configure makes a mistake.
1397
1398It was created by bodr $as_me 10, which was
1399generated by GNU Autoconf 2.69.  Invocation command line was
1400
1401  $ $0 $@
1402
1403_ACEOF
1404exec 5>>config.log
1405{
1406cat <<_ASUNAME
1407## --------- ##
1408## Platform. ##
1409## --------- ##
1410
1411hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1412uname -m = `(uname -m) 2>/dev/null || echo unknown`
1413uname -r = `(uname -r) 2>/dev/null || echo unknown`
1414uname -s = `(uname -s) 2>/dev/null || echo unknown`
1415uname -v = `(uname -v) 2>/dev/null || echo unknown`
1416
1417/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1418/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1419
1420/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1421/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1422/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1423/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1424/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1425/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1426/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1427
1428_ASUNAME
1429
1430as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1431for as_dir in $PATH
1432do
1433  IFS=$as_save_IFS
1434  test -z "$as_dir" && as_dir=.
1435    $as_echo "PATH: $as_dir"
1436  done
1437IFS=$as_save_IFS
1438
1439} >&5
1440
1441cat >&5 <<_ACEOF
1442
1443
1444## ----------- ##
1445## Core tests. ##
1446## ----------- ##
1447
1448_ACEOF
1449
1450
1451# Keep a trace of the command line.
1452# Strip out --no-create and --no-recursion so they do not pile up.
1453# Strip out --silent because we don't want to record it for future runs.
1454# Also quote any args containing shell meta-characters.
1455# Make two passes to allow for proper duplicate-argument suppression.
1456ac_configure_args=
1457ac_configure_args0=
1458ac_configure_args1=
1459ac_must_keep_next=false
1460for ac_pass in 1 2
1461do
1462  for ac_arg
1463  do
1464    case $ac_arg in
1465    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1466    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1467    | -silent | --silent | --silen | --sile | --sil)
1468      continue ;;
1469    *\'*)
1470      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1471    esac
1472    case $ac_pass in
1473    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1474    2)
1475      as_fn_append ac_configure_args1 " '$ac_arg'"
1476      if test $ac_must_keep_next = true; then
1477	ac_must_keep_next=false # Got value, back to normal.
1478      else
1479	case $ac_arg in
1480	  *=* | --config-cache | -C | -disable-* | --disable-* \
1481	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1482	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1483	  | -with-* | --with-* | -without-* | --without-* | --x)
1484	    case "$ac_configure_args0 " in
1485	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1486	    esac
1487	    ;;
1488	  -* ) ac_must_keep_next=true ;;
1489	esac
1490      fi
1491      as_fn_append ac_configure_args " '$ac_arg'"
1492      ;;
1493    esac
1494  done
1495done
1496{ ac_configure_args0=; unset ac_configure_args0;}
1497{ ac_configure_args1=; unset ac_configure_args1;}
1498
1499# When interrupted or exit'd, cleanup temporary files, and complete
1500# config.log.  We remove comments because anyway the quotes in there
1501# would cause problems or look ugly.
1502# WARNING: Use '\'' to represent an apostrophe within the trap.
1503# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1504trap 'exit_status=$?
1505  # Save into config.log some information that might help in debugging.
1506  {
1507    echo
1508
1509    $as_echo "## ---------------- ##
1510## Cache variables. ##
1511## ---------------- ##"
1512    echo
1513    # The following way of writing the cache mishandles newlines in values,
1514(
1515  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1516    eval ac_val=\$$ac_var
1517    case $ac_val in #(
1518    *${as_nl}*)
1519      case $ac_var in #(
1520      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1521$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1522      esac
1523      case $ac_var in #(
1524      _ | IFS | as_nl) ;; #(
1525      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1526      *) { eval $ac_var=; unset $ac_var;} ;;
1527      esac ;;
1528    esac
1529  done
1530  (set) 2>&1 |
1531    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1532    *${as_nl}ac_space=\ *)
1533      sed -n \
1534	"s/'\''/'\''\\\\'\'''\''/g;
1535	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1536      ;; #(
1537    *)
1538      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1539      ;;
1540    esac |
1541    sort
1542)
1543    echo
1544
1545    $as_echo "## ----------------- ##
1546## Output variables. ##
1547## ----------------- ##"
1548    echo
1549    for ac_var in $ac_subst_vars
1550    do
1551      eval ac_val=\$$ac_var
1552      case $ac_val in
1553      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1554      esac
1555      $as_echo "$ac_var='\''$ac_val'\''"
1556    done | sort
1557    echo
1558
1559    if test -n "$ac_subst_files"; then
1560      $as_echo "## ------------------- ##
1561## File substitutions. ##
1562## ------------------- ##"
1563      echo
1564      for ac_var in $ac_subst_files
1565      do
1566	eval ac_val=\$$ac_var
1567	case $ac_val in
1568	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1569	esac
1570	$as_echo "$ac_var='\''$ac_val'\''"
1571      done | sort
1572      echo
1573    fi
1574
1575    if test -s confdefs.h; then
1576      $as_echo "## ----------- ##
1577## confdefs.h. ##
1578## ----------- ##"
1579      echo
1580      cat confdefs.h
1581      echo
1582    fi
1583    test "$ac_signal" != 0 &&
1584      $as_echo "$as_me: caught signal $ac_signal"
1585    $as_echo "$as_me: exit $exit_status"
1586  } >&5
1587  rm -f core *.core core.conftest.* &&
1588    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1589    exit $exit_status
1590' 0
1591for ac_signal in 1 2 13 15; do
1592  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1593done
1594ac_signal=0
1595
1596# confdefs.h avoids OS command line length limits that DEFS can exceed.
1597rm -f -r conftest* confdefs.h
1598
1599$as_echo "/* confdefs.h */" > confdefs.h
1600
1601# Predefined preprocessor variables.
1602
1603cat >>confdefs.h <<_ACEOF
1604#define PACKAGE_NAME "$PACKAGE_NAME"
1605_ACEOF
1606
1607cat >>confdefs.h <<_ACEOF
1608#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1609_ACEOF
1610
1611cat >>confdefs.h <<_ACEOF
1612#define PACKAGE_VERSION "$PACKAGE_VERSION"
1613_ACEOF
1614
1615cat >>confdefs.h <<_ACEOF
1616#define PACKAGE_STRING "$PACKAGE_STRING"
1617_ACEOF
1618
1619cat >>confdefs.h <<_ACEOF
1620#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1621_ACEOF
1622
1623cat >>confdefs.h <<_ACEOF
1624#define PACKAGE_URL "$PACKAGE_URL"
1625_ACEOF
1626
1627
1628# Let the site file select an alternate cache file if it wants to.
1629# Prefer an explicitly selected file to automatically selected ones.
1630ac_site_file1=NONE
1631ac_site_file2=NONE
1632if test -n "$CONFIG_SITE"; then
1633  # We do not want a PATH search for config.site.
1634  case $CONFIG_SITE in #((
1635    -*)  ac_site_file1=./$CONFIG_SITE;;
1636    */*) ac_site_file1=$CONFIG_SITE;;
1637    *)   ac_site_file1=./$CONFIG_SITE;;
1638  esac
1639elif test "x$prefix" != xNONE; then
1640  ac_site_file1=$prefix/share/config.site
1641  ac_site_file2=$prefix/etc/config.site
1642else
1643  ac_site_file1=$ac_default_prefix/share/config.site
1644  ac_site_file2=$ac_default_prefix/etc/config.site
1645fi
1646for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1647do
1648  test "x$ac_site_file" = xNONE && continue
1649  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1650    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1651$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1652    sed 's/^/| /' "$ac_site_file" >&5
1653    . "$ac_site_file" \
1654      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1655$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1656as_fn_error $? "failed to load site script $ac_site_file
1657See \`config.log' for more details" "$LINENO" 5; }
1658  fi
1659done
1660
1661if test -r "$cache_file"; then
1662  # Some versions of bash will fail to source /dev/null (special files
1663  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
1664  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1665    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1666$as_echo "$as_me: loading cache $cache_file" >&6;}
1667    case $cache_file in
1668      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1669      *)                      . "./$cache_file";;
1670    esac
1671  fi
1672else
1673  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1674$as_echo "$as_me: creating cache $cache_file" >&6;}
1675  >$cache_file
1676fi
1677
1678# Check that the precious variables saved in the cache have kept the same
1679# value.
1680ac_cache_corrupted=false
1681for ac_var in $ac_precious_vars; do
1682  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1683  eval ac_new_set=\$ac_env_${ac_var}_set
1684  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1685  eval ac_new_val=\$ac_env_${ac_var}_value
1686  case $ac_old_set,$ac_new_set in
1687    set,)
1688      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1689$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1690      ac_cache_corrupted=: ;;
1691    ,set)
1692      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1693$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1694      ac_cache_corrupted=: ;;
1695    ,);;
1696    *)
1697      if test "x$ac_old_val" != "x$ac_new_val"; then
1698	# differences in whitespace do not lead to failure.
1699	ac_old_val_w=`echo x $ac_old_val`
1700	ac_new_val_w=`echo x $ac_new_val`
1701	if test "$ac_old_val_w" != "$ac_new_val_w"; then
1702	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1703$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1704	  ac_cache_corrupted=:
1705	else
1706	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1707$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1708	  eval $ac_var=\$ac_old_val
1709	fi
1710	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1711$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1712	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1713$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1714      fi;;
1715  esac
1716  # Pass precious variables to config.status.
1717  if test "$ac_new_set" = set; then
1718    case $ac_new_val in
1719    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1720    *) ac_arg=$ac_var=$ac_new_val ;;
1721    esac
1722    case " $ac_configure_args " in
1723      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1724      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1725    esac
1726  fi
1727done
1728if $ac_cache_corrupted; then
1729  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1730$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1731  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1732$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1733  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1734fi
1735## -------------------- ##
1736## Main body of script. ##
1737## -------------------- ##
1738
1739ac_ext=c
1740ac_cpp='$CPP $CPPFLAGS'
1741ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1742ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1743ac_compiler_gnu=$ac_cv_c_compiler_gnu
1744
1745
1746am__api_version='1.13'
1747
1748ac_aux_dir=
1749for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1750  if test -f "$ac_dir/install-sh"; then
1751    ac_aux_dir=$ac_dir
1752    ac_install_sh="$ac_aux_dir/install-sh -c"
1753    break
1754  elif test -f "$ac_dir/install.sh"; then
1755    ac_aux_dir=$ac_dir
1756    ac_install_sh="$ac_aux_dir/install.sh -c"
1757    break
1758  elif test -f "$ac_dir/shtool"; then
1759    ac_aux_dir=$ac_dir
1760    ac_install_sh="$ac_aux_dir/shtool install -c"
1761    break
1762  fi
1763done
1764if test -z "$ac_aux_dir"; then
1765  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
1766fi
1767
1768# These three variables are undocumented and unsupported,
1769# and are intended to be withdrawn in a future Autoconf release.
1770# They can cause serious problems if a builder's source tree is in a directory
1771# whose full name contains unusual characters.
1772ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1773ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1774ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1775
1776
1777# Find a good install program.  We prefer a C program (faster),
1778# so one script is as good as another.  But avoid the broken or
1779# incompatible versions:
1780# SysV /etc/install, /usr/sbin/install
1781# SunOS /usr/etc/install
1782# IRIX /sbin/install
1783# AIX /bin/install
1784# AmigaOS /C/install, which installs bootblocks on floppy discs
1785# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1786# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1787# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1788# OS/2's system install, which has a completely different semantic
1789# ./install, which can be erroneously created by make from ./install.sh.
1790# Reject install programs that cannot install multiple files.
1791{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
1792$as_echo_n "checking for a BSD-compatible install... " >&6; }
1793if test -z "$INSTALL"; then
1794if ${ac_cv_path_install+:} false; then :
1795  $as_echo_n "(cached) " >&6
1796else
1797  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1798for as_dir in $PATH
1799do
1800  IFS=$as_save_IFS
1801  test -z "$as_dir" && as_dir=.
1802    # Account for people who put trailing slashes in PATH elements.
1803case $as_dir/ in #((
1804  ./ | .// | /[cC]/* | \
1805  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1806  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1807  /usr/ucb/* ) ;;
1808  *)
1809    # OSF1 and SCO ODT 3.0 have their own names for install.
1810    # Don't use installbsd from OSF since it installs stuff as root
1811    # by default.
1812    for ac_prog in ginstall scoinst install; do
1813      for ac_exec_ext in '' $ac_executable_extensions; do
1814	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1815	  if test $ac_prog = install &&
1816	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1817	    # AIX install.  It has an incompatible calling convention.
1818	    :
1819	  elif test $ac_prog = install &&
1820	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1821	    # program-specific install script used by HP pwplus--don't use.
1822	    :
1823	  else
1824	    rm -rf conftest.one conftest.two conftest.dir
1825	    echo one > conftest.one
1826	    echo two > conftest.two
1827	    mkdir conftest.dir
1828	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
1829	      test -s conftest.one && test -s conftest.two &&
1830	      test -s conftest.dir/conftest.one &&
1831	      test -s conftest.dir/conftest.two
1832	    then
1833	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1834	      break 3
1835	    fi
1836	  fi
1837	fi
1838      done
1839    done
1840    ;;
1841esac
1842
1843  done
1844IFS=$as_save_IFS
1845
1846rm -rf conftest.one conftest.two conftest.dir
1847
1848fi
1849  if test "${ac_cv_path_install+set}" = set; then
1850    INSTALL=$ac_cv_path_install
1851  else
1852    # As a last resort, use the slow shell script.  Don't cache a
1853    # value for INSTALL within a source directory, because that will
1854    # break other packages using the cache if that directory is
1855    # removed, or if the value is a relative name.
1856    INSTALL=$ac_install_sh
1857  fi
1858fi
1859{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
1860$as_echo "$INSTALL" >&6; }
1861
1862# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1863# It thinks the first close brace ends the variable substitution.
1864test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1865
1866test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1867
1868test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1869
1870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
1871$as_echo_n "checking whether build environment is sane... " >&6; }
1872# Reject unsafe characters in $srcdir or the absolute working directory
1873# name.  Accept space and tab only in the latter.
1874am_lf='
1875'
1876case `pwd` in
1877  *[\\\"\#\$\&\'\`$am_lf]*)
1878    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
1879esac
1880case $srcdir in
1881  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
1882    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
1883esac
1884
1885# Do 'set' in a subshell so we don't clobber the current shell's
1886# arguments.  Must try -L first in case configure is actually a
1887# symlink; some systems play weird games with the mod time of symlinks
1888# (eg FreeBSD returns the mod time of the symlink's containing
1889# directory).
1890if (
1891   am_has_slept=no
1892   for am_try in 1 2; do
1893     echo "timestamp, slept: $am_has_slept" > conftest.file
1894     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1895     if test "$*" = "X"; then
1896	# -L didn't work.
1897	set X `ls -t "$srcdir/configure" conftest.file`
1898     fi
1899     if test "$*" != "X $srcdir/configure conftest.file" \
1900	&& test "$*" != "X conftest.file $srcdir/configure"; then
1901
1902	# If neither matched, then we have a broken ls.  This can happen
1903	# if, for instance, CONFIG_SHELL is bash and it inherits a
1904	# broken ls alias from the environment.  This has actually
1905	# happened.  Such a system could not be considered "sane".
1906	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
1907  alias in your environment" "$LINENO" 5
1908     fi
1909     if test "$2" = conftest.file || test $am_try -eq 2; then
1910       break
1911     fi
1912     # Just in case.
1913     sleep 1
1914     am_has_slept=yes
1915   done
1916   test "$2" = conftest.file
1917   )
1918then
1919   # Ok.
1920   :
1921else
1922   as_fn_error $? "newly created file is older than distributed files!
1923Check your system clock" "$LINENO" 5
1924fi
1925{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1926$as_echo "yes" >&6; }
1927# If we didn't sleep, we still need to ensure time stamps of config.status and
1928# generated files are strictly newer.
1929am_sleep_pid=
1930if grep 'slept: no' conftest.file >/dev/null 2>&1; then
1931  ( sleep 1 ) &
1932  am_sleep_pid=$!
1933fi
1934
1935rm -f conftest.file
1936
1937test "$program_prefix" != NONE &&
1938  program_transform_name="s&^&$program_prefix&;$program_transform_name"
1939# Use a double $ so make ignores it.
1940test "$program_suffix" != NONE &&
1941  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1942# Double any \ or $.
1943# By default was `s,x,x', remove it if useless.
1944ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
1945program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
1946
1947# expand $ac_aux_dir to an absolute path
1948am_aux_dir=`cd $ac_aux_dir && pwd`
1949
1950if test x"${MISSING+set}" != xset; then
1951  case $am_aux_dir in
1952  *\ * | *\	*)
1953    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
1954  *)
1955    MISSING="\${SHELL} $am_aux_dir/missing" ;;
1956  esac
1957fi
1958# Use eval to expand $SHELL
1959if eval "$MISSING --is-lightweight"; then
1960  am_missing_run="$MISSING "
1961else
1962  am_missing_run=
1963  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
1964$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
1965fi
1966
1967if test x"${install_sh}" != xset; then
1968  case $am_aux_dir in
1969  *\ * | *\	*)
1970    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
1971  *)
1972    install_sh="\${SHELL} $am_aux_dir/install-sh"
1973  esac
1974fi
1975
1976# Installed binaries are usually stripped using 'strip' when the user
1977# run "make install-strip".  However 'strip' might not be the right
1978# tool to use in cross-compilation environments, therefore Automake
1979# will honor the 'STRIP' environment variable to overrule this program.
1980if test "$cross_compiling" != no; then
1981  if test -n "$ac_tool_prefix"; then
1982  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1983set dummy ${ac_tool_prefix}strip; ac_word=$2
1984{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1985$as_echo_n "checking for $ac_word... " >&6; }
1986if ${ac_cv_prog_STRIP+:} false; then :
1987  $as_echo_n "(cached) " >&6
1988else
1989  if test -n "$STRIP"; then
1990  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1991else
1992as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1993for as_dir in $PATH
1994do
1995  IFS=$as_save_IFS
1996  test -z "$as_dir" && as_dir=.
1997    for ac_exec_ext in '' $ac_executable_extensions; do
1998  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1999    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2000    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2001    break 2
2002  fi
2003done
2004  done
2005IFS=$as_save_IFS
2006
2007fi
2008fi
2009STRIP=$ac_cv_prog_STRIP
2010if test -n "$STRIP"; then
2011  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2012$as_echo "$STRIP" >&6; }
2013else
2014  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2015$as_echo "no" >&6; }
2016fi
2017
2018
2019fi
2020if test -z "$ac_cv_prog_STRIP"; then
2021  ac_ct_STRIP=$STRIP
2022  # Extract the first word of "strip", so it can be a program name with args.
2023set dummy strip; ac_word=$2
2024{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2025$as_echo_n "checking for $ac_word... " >&6; }
2026if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2027  $as_echo_n "(cached) " >&6
2028else
2029  if test -n "$ac_ct_STRIP"; then
2030  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2031else
2032as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2033for as_dir in $PATH
2034do
2035  IFS=$as_save_IFS
2036  test -z "$as_dir" && as_dir=.
2037    for ac_exec_ext in '' $ac_executable_extensions; do
2038  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2039    ac_cv_prog_ac_ct_STRIP="strip"
2040    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2041    break 2
2042  fi
2043done
2044  done
2045IFS=$as_save_IFS
2046
2047fi
2048fi
2049ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2050if test -n "$ac_ct_STRIP"; then
2051  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2052$as_echo "$ac_ct_STRIP" >&6; }
2053else
2054  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2055$as_echo "no" >&6; }
2056fi
2057
2058  if test "x$ac_ct_STRIP" = x; then
2059    STRIP=":"
2060  else
2061    case $cross_compiling:$ac_tool_warned in
2062yes:)
2063{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2064$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2065ac_tool_warned=yes ;;
2066esac
2067    STRIP=$ac_ct_STRIP
2068  fi
2069else
2070  STRIP="$ac_cv_prog_STRIP"
2071fi
2072
2073fi
2074INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2075
2076{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2077$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2078if test -z "$MKDIR_P"; then
2079  if ${ac_cv_path_mkdir+:} false; then :
2080  $as_echo_n "(cached) " >&6
2081else
2082  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2083for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2084do
2085  IFS=$as_save_IFS
2086  test -z "$as_dir" && as_dir=.
2087    for ac_prog in mkdir gmkdir; do
2088	 for ac_exec_ext in '' $ac_executable_extensions; do
2089	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2090	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2091	     'mkdir (GNU coreutils) '* | \
2092	     'mkdir (coreutils) '* | \
2093	     'mkdir (fileutils) '4.1*)
2094	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2095	       break 3;;
2096	   esac
2097	 done
2098       done
2099  done
2100IFS=$as_save_IFS
2101
2102fi
2103
2104  test -d ./--version && rmdir ./--version
2105  if test "${ac_cv_path_mkdir+set}" = set; then
2106    MKDIR_P="$ac_cv_path_mkdir -p"
2107  else
2108    # As a last resort, use the slow shell script.  Don't cache a
2109    # value for MKDIR_P within a source directory, because that will
2110    # break other packages using the cache if that directory is
2111    # removed, or if the value is a relative name.
2112    MKDIR_P="$ac_install_sh -d"
2113  fi
2114fi
2115{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2116$as_echo "$MKDIR_P" >&6; }
2117
2118for ac_prog in gawk mawk nawk awk
2119do
2120  # Extract the first word of "$ac_prog", so it can be a program name with args.
2121set dummy $ac_prog; ac_word=$2
2122{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2123$as_echo_n "checking for $ac_word... " >&6; }
2124if ${ac_cv_prog_AWK+:} false; then :
2125  $as_echo_n "(cached) " >&6
2126else
2127  if test -n "$AWK"; then
2128  ac_cv_prog_AWK="$AWK" # Let the user override the test.
2129else
2130as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2131for as_dir in $PATH
2132do
2133  IFS=$as_save_IFS
2134  test -z "$as_dir" && as_dir=.
2135    for ac_exec_ext in '' $ac_executable_extensions; do
2136  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2137    ac_cv_prog_AWK="$ac_prog"
2138    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2139    break 2
2140  fi
2141done
2142  done
2143IFS=$as_save_IFS
2144
2145fi
2146fi
2147AWK=$ac_cv_prog_AWK
2148if test -n "$AWK"; then
2149  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2150$as_echo "$AWK" >&6; }
2151else
2152  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2153$as_echo "no" >&6; }
2154fi
2155
2156
2157  test -n "$AWK" && break
2158done
2159
2160{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2161$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2162set x ${MAKE-make}
2163ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2164if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2165  $as_echo_n "(cached) " >&6
2166else
2167  cat >conftest.make <<\_ACEOF
2168SHELL = /bin/sh
2169all:
2170	@echo '@@@%%%=$(MAKE)=@@@%%%'
2171_ACEOF
2172# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2173case `${MAKE-make} -f conftest.make 2>/dev/null` in
2174  *@@@%%%=?*=@@@%%%*)
2175    eval ac_cv_prog_make_${ac_make}_set=yes;;
2176  *)
2177    eval ac_cv_prog_make_${ac_make}_set=no;;
2178esac
2179rm -f conftest.make
2180fi
2181if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2182  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2183$as_echo "yes" >&6; }
2184  SET_MAKE=
2185else
2186  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2187$as_echo "no" >&6; }
2188  SET_MAKE="MAKE=${MAKE-make}"
2189fi
2190
2191rm -rf .tst 2>/dev/null
2192mkdir .tst 2>/dev/null
2193if test -d .tst; then
2194  am__leading_dot=.
2195else
2196  am__leading_dot=_
2197fi
2198rmdir .tst 2>/dev/null
2199
2200# Check whether --enable-silent-rules was given.
2201if test "${enable_silent_rules+set}" = set; then :
2202  enableval=$enable_silent_rules;
2203fi
2204
2205case $enable_silent_rules in # (((
2206  yes) AM_DEFAULT_VERBOSITY=0;;
2207   no) AM_DEFAULT_VERBOSITY=1;;
2208    *) AM_DEFAULT_VERBOSITY=1;;
2209esac
2210am_make=${MAKE-make}
2211{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2212$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2213if ${am_cv_make_support_nested_variables+:} false; then :
2214  $as_echo_n "(cached) " >&6
2215else
2216  if $as_echo 'TRUE=$(BAR$(V))
2217BAR0=false
2218BAR1=true
2219V=1
2220am__doit:
2221	@$(TRUE)
2222.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2223  am_cv_make_support_nested_variables=yes
2224else
2225  am_cv_make_support_nested_variables=no
2226fi
2227fi
2228{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2229$as_echo "$am_cv_make_support_nested_variables" >&6; }
2230if test $am_cv_make_support_nested_variables = yes; then
2231    AM_V='$(V)'
2232  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2233else
2234  AM_V=$AM_DEFAULT_VERBOSITY
2235  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2236fi
2237AM_BACKSLASH='\'
2238
2239if test "`cd $srcdir && pwd`" != "`pwd`"; then
2240  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2241  # is not polluted with repeated "-I."
2242  am__isrc=' -I$(srcdir)'
2243  # test to see if srcdir already configured
2244  if test -f $srcdir/config.status; then
2245    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2246  fi
2247fi
2248
2249# test whether we have cygpath
2250if test -z "$CYGPATH_W"; then
2251  if (cygpath --version) >/dev/null 2>/dev/null; then
2252    CYGPATH_W='cygpath -w'
2253  else
2254    CYGPATH_W=echo
2255  fi
2256fi
2257
2258
2259# Define the identity of the package.
2260 PACKAGE='bodr'
2261 VERSION='10'
2262
2263
2264cat >>confdefs.h <<_ACEOF
2265#define PACKAGE "$PACKAGE"
2266_ACEOF
2267
2268
2269cat >>confdefs.h <<_ACEOF
2270#define VERSION "$VERSION"
2271_ACEOF
2272
2273# Some tools Automake needs.
2274
2275ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2276
2277
2278AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2279
2280
2281AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2282
2283
2284AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2285
2286
2287MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2288
2289# For better backward compatibility.  To be removed once Automake 1.9.x
2290# dies out for good.  For more background, see:
2291# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2292# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2293mkdir_p='$(MKDIR_P)'
2294
2295# We need awk for the "check" target.  The system "awk" is bad on
2296# some platforms.
2297# Always define AMTAR for backward compatibility.  Yes, it's still used
2298# in the wild :-(  We should find a proper way to deprecate it ...
2299AMTAR='$${TAR-tar}'
2300
2301
2302# We'll loop over all known methods to create a tar archive until one works.
2303_am_tools='gnutar  pax cpio none'
2304
2305am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2306
2307
2308
2309
2310
2311
2312
2313
2314#AC_PROG_INTLTOOL
2315
2316# ALL_LINGUAS="de nl"
2317# AC_SUBST(ALL_LINGUAS)
2318# AM_GLIB_GNU_GETTEXT
2319# GETTEXT_PACKAGE=AC_PACKAGE_NAME
2320# AC_SUBST(GETTEXT_PACKAGE)
2321# AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",[Package name for internationalization])
2322
2323# AC_PATH_PROG(PKG_CONFIG, pkg-config, "no")
2324# AC_SUBST(PKG_CONFIG)
2325
2326
2327
2328
2329
2330
2331
2332
2333if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
2334	if test -n "$ac_tool_prefix"; then
2335  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
2336set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
2337{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2338$as_echo_n "checking for $ac_word... " >&6; }
2339if ${ac_cv_path_PKG_CONFIG+:} false; then :
2340  $as_echo_n "(cached) " >&6
2341else
2342  case $PKG_CONFIG in
2343  [\\/]* | ?:[\\/]*)
2344  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
2345  ;;
2346  *)
2347  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2348for as_dir in $PATH
2349do
2350  IFS=$as_save_IFS
2351  test -z "$as_dir" && as_dir=.
2352    for ac_exec_ext in '' $ac_executable_extensions; do
2353  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2354    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2355    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2356    break 2
2357  fi
2358done
2359  done
2360IFS=$as_save_IFS
2361
2362  ;;
2363esac
2364fi
2365PKG_CONFIG=$ac_cv_path_PKG_CONFIG
2366if test -n "$PKG_CONFIG"; then
2367  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
2368$as_echo "$PKG_CONFIG" >&6; }
2369else
2370  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2371$as_echo "no" >&6; }
2372fi
2373
2374
2375fi
2376if test -z "$ac_cv_path_PKG_CONFIG"; then
2377  ac_pt_PKG_CONFIG=$PKG_CONFIG
2378  # Extract the first word of "pkg-config", so it can be a program name with args.
2379set dummy pkg-config; ac_word=$2
2380{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2381$as_echo_n "checking for $ac_word... " >&6; }
2382if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
2383  $as_echo_n "(cached) " >&6
2384else
2385  case $ac_pt_PKG_CONFIG in
2386  [\\/]* | ?:[\\/]*)
2387  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
2388  ;;
2389  *)
2390  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2391for as_dir in $PATH
2392do
2393  IFS=$as_save_IFS
2394  test -z "$as_dir" && as_dir=.
2395    for ac_exec_ext in '' $ac_executable_extensions; do
2396  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2397    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2398    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2399    break 2
2400  fi
2401done
2402  done
2403IFS=$as_save_IFS
2404
2405  ;;
2406esac
2407fi
2408ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
2409if test -n "$ac_pt_PKG_CONFIG"; then
2410  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
2411$as_echo "$ac_pt_PKG_CONFIG" >&6; }
2412else
2413  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2414$as_echo "no" >&6; }
2415fi
2416
2417  if test "x$ac_pt_PKG_CONFIG" = x; then
2418    PKG_CONFIG=""
2419  else
2420    case $cross_compiling:$ac_tool_warned in
2421yes:)
2422{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2423$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2424ac_tool_warned=yes ;;
2425esac
2426    PKG_CONFIG=$ac_pt_PKG_CONFIG
2427  fi
2428else
2429  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
2430fi
2431
2432fi
2433if test -n "$PKG_CONFIG"; then
2434	_pkg_min_version=0.9.0
2435	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
2436$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
2437	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
2438		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2439$as_echo "yes" >&6; }
2440	else
2441		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2442$as_echo "no" >&6; }
2443		PKG_CONFIG=""
2444	fi
2445fi
2446
2447
2448
2449# Extract the first word of "xmllint", so it can be a program name with args.
2450set dummy xmllint; ac_word=$2
2451{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2452$as_echo_n "checking for $ac_word... " >&6; }
2453if ${ac_cv_path_XMLLINT+:} false; then :
2454  $as_echo_n "(cached) " >&6
2455else
2456  case $XMLLINT in
2457  [\\/]* | ?:[\\/]*)
2458  ac_cv_path_XMLLINT="$XMLLINT" # Let the user override the test with a path.
2459  ;;
2460  *)
2461  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2462for as_dir in $PATH
2463do
2464  IFS=$as_save_IFS
2465  test -z "$as_dir" && as_dir=.
2466    for ac_exec_ext in '' $ac_executable_extensions; do
2467  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2468    ac_cv_path_XMLLINT="$as_dir/$ac_word$ac_exec_ext"
2469    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2470    break 2
2471  fi
2472done
2473  done
2474IFS=$as_save_IFS
2475
2476  ;;
2477esac
2478fi
2479XMLLINT=$ac_cv_path_XMLLINT
2480if test -n "$XMLLINT"; then
2481  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XMLLINT" >&5
2482$as_echo "$XMLLINT" >&6; }
2483else
2484  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2485$as_echo "no" >&6; }
2486fi
2487
2488
2489if test -z $XMLLINT ; then
2490	{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'xmllint' was not found. We cannot validate the XML sources." >&5
2491$as_echo "$as_me: WARNING: 'xmllint' was not found. We cannot validate the XML sources." >&2;} ;
2492fi
2493
2494 if test -n $XMLLINT; then
2495  HAVE_XMLLINT_TRUE=
2496  HAVE_XMLLINT_FALSE='#'
2497else
2498  HAVE_XMLLINT_TRUE='#'
2499  HAVE_XMLLINT_FALSE=
2500fi
2501
2502
2503
2504
2505{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for optional xmllint options to use..." >&5
2506$as_echo_n "checking for optional xmllint options to use...... " >&6; }
2507{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $XMLLINT_FLAGS" >&5
2508$as_echo "$XMLLINT_FLAGS" >&6; }
2509
2510
2511
2512# Extract the first word of "xsltproc", so it can be a program name with args.
2513set dummy xsltproc; ac_word=$2
2514{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2515$as_echo_n "checking for $ac_word... " >&6; }
2516if ${ac_cv_path_XSLTPROC+:} false; then :
2517  $as_echo_n "(cached) " >&6
2518else
2519  case $XSLTPROC in
2520  [\\/]* | ?:[\\/]*)
2521  ac_cv_path_XSLTPROC="$XSLTPROC" # Let the user override the test with a path.
2522  ;;
2523  *)
2524  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2525for as_dir in $PATH
2526do
2527  IFS=$as_save_IFS
2528  test -z "$as_dir" && as_dir=.
2529    for ac_exec_ext in '' $ac_executable_extensions; do
2530  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2531    ac_cv_path_XSLTPROC="$as_dir/$ac_word$ac_exec_ext"
2532    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2533    break 2
2534  fi
2535done
2536  done
2537IFS=$as_save_IFS
2538
2539  ;;
2540esac
2541fi
2542XSLTPROC=$ac_cv_path_XSLTPROC
2543if test -n "$XSLTPROC"; then
2544  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLTPROC" >&5
2545$as_echo "$XSLTPROC" >&6; }
2546else
2547  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2548$as_echo "no" >&6; }
2549fi
2550
2551
2552if test -z $XSLTPROC ; then
2553	{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'xsltproc' was not found! You will not be able to update the manpage." >&5
2554$as_echo "$as_me: WARNING: 'xsltproc' was not found! You will not be able to update the manpage." >&2;} ;
2555fi
2556
2557 if test -n $XSLTPROC; then
2558  HAVE_XSLTPROC_TRUE=
2559  HAVE_XSLTPROC_FALSE='#'
2560else
2561  HAVE_XSLTPROC_TRUE='#'
2562  HAVE_XSLTPROC_FALSE=
2563fi
2564
2565
2566
2567
2568{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for optional xsltproc options to use..." >&5
2569$as_echo_n "checking for optional xsltproc options to use...... " >&6; }
2570{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLTPROC_FLAGS" >&5
2571$as_echo "$XSLTPROC_FLAGS" >&6; }
2572
2573if test -z $XSLTPROC ; then
2574	as_fn_error $? "Missing xsltproc!" "$LINENO" 5 ;
2575fi
2576# Extract the first word of "perl", so it can be a program name with args.
2577set dummy perl; ac_word=$2
2578{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2579$as_echo_n "checking for $ac_word... " >&6; }
2580if ${ac_cv_path_PERL+:} false; then :
2581  $as_echo_n "(cached) " >&6
2582else
2583  case $PERL in
2584  [\\/]* | ?:[\\/]*)
2585  ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
2586  ;;
2587  *)
2588  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2589for as_dir in $PATH
2590do
2591  IFS=$as_save_IFS
2592  test -z "$as_dir" && as_dir=.
2593    for ac_exec_ext in '' $ac_executable_extensions; do
2594  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2595    ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
2596    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2597    break 2
2598  fi
2599done
2600  done
2601IFS=$as_save_IFS
2602
2603  ;;
2604esac
2605fi
2606PERL=$ac_cv_path_PERL
2607if test -n "$PERL"; then
2608  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
2609$as_echo "$PERL" >&6; }
2610else
2611  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2612$as_echo "no" >&6; }
2613fi
2614
2615
2616if test -z $PERL ; then
2617	{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Missing Perl could prevent distributed perl scripts from running!" >&5
2618$as_echo "$as_me: WARNING: Missing Perl could prevent distributed perl scripts from running!" >&2;} ;
2619fi
2620PERL_MODULES="diagnostics"
2621for MODULE in $PERL_MODULES; do
2622	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Perl module $MODULE" >&5
2623$as_echo_n "checking for Perl module $MODULE... " >&6; }
2624	$PERL "-M$MODULE" -e exit > /dev/null 2>&1
2625	if test $? -ne 0; then
2626		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: missing" >&5
2627$as_echo "missing" >&6; };
2628		as_fn_error $? "The Perl module $MODULE could not be found." "$LINENO" 5
2629	else
2630		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
2631$as_echo "found" >&6; };
2632	fi
2633done
2634
2635
2636if test "$prefix" = "NONE"; then
2637        prefix=/usr/local
2638fi
2639
2640if test -z "$docdir" ; then
2641	docdir=${datadir}'/doc/${PACKAGE}'
2642
2643
2644fi
2645
2646ac_config_files="$ac_config_files bodr.pc Makefile bibtexml-xslt/Makefile dicts/Makefile crystal/Makefile elements/Makefile isotopes/Makefile schemas/Makefile scripts/Makefile tests/Makefile"
2647
2648cat >confcache <<\_ACEOF
2649# This file is a shell script that caches the results of configure
2650# tests run on this system so they can be shared between configure
2651# scripts and configure runs, see configure's option --config-cache.
2652# It is not useful on other systems.  If it contains results you don't
2653# want to keep, you may remove or edit it.
2654#
2655# config.status only pays attention to the cache file if you give it
2656# the --recheck option to rerun configure.
2657#
2658# `ac_cv_env_foo' variables (set or unset) will be overridden when
2659# loading this file, other *unset* `ac_cv_foo' will be assigned the
2660# following values.
2661
2662_ACEOF
2663
2664# The following way of writing the cache mishandles newlines in values,
2665# but we know of no workaround that is simple, portable, and efficient.
2666# So, we kill variables containing newlines.
2667# Ultrix sh set writes to stderr and can't be redirected directly,
2668# and sets the high bit in the cache file unless we assign to the vars.
2669(
2670  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2671    eval ac_val=\$$ac_var
2672    case $ac_val in #(
2673    *${as_nl}*)
2674      case $ac_var in #(
2675      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2676$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2677      esac
2678      case $ac_var in #(
2679      _ | IFS | as_nl) ;; #(
2680      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2681      *) { eval $ac_var=; unset $ac_var;} ;;
2682      esac ;;
2683    esac
2684  done
2685
2686  (set) 2>&1 |
2687    case $as_nl`(ac_space=' '; set) 2>&1` in #(
2688    *${as_nl}ac_space=\ *)
2689      # `set' does not quote correctly, so add quotes: double-quote
2690      # substitution turns \\\\ into \\, and sed turns \\ into \.
2691      sed -n \
2692	"s/'/'\\\\''/g;
2693	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2694      ;; #(
2695    *)
2696      # `set' quotes correctly as required by POSIX, so do not add quotes.
2697      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2698      ;;
2699    esac |
2700    sort
2701) |
2702  sed '
2703     /^ac_cv_env_/b end
2704     t clear
2705     :clear
2706     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2707     t end
2708     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2709     :end' >>confcache
2710if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2711  if test -w "$cache_file"; then
2712    if test "x$cache_file" != "x/dev/null"; then
2713      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
2714$as_echo "$as_me: updating cache $cache_file" >&6;}
2715      if test ! -f "$cache_file" || test -h "$cache_file"; then
2716	cat confcache >"$cache_file"
2717      else
2718        case $cache_file in #(
2719        */* | ?:*)
2720	  mv -f confcache "$cache_file"$$ &&
2721	  mv -f "$cache_file"$$ "$cache_file" ;; #(
2722        *)
2723	  mv -f confcache "$cache_file" ;;
2724	esac
2725      fi
2726    fi
2727  else
2728    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
2729$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
2730  fi
2731fi
2732rm -f confcache
2733
2734test "x$prefix" = xNONE && prefix=$ac_default_prefix
2735# Let make expand exec_prefix.
2736test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2737
2738# Transform confdefs.h into DEFS.
2739# Protect against shell expansion while executing Makefile rules.
2740# Protect against Makefile macro expansion.
2741#
2742# If the first sed substitution is executed (which looks for macros that
2743# take arguments), then branch to the quote section.  Otherwise,
2744# look for a macro that doesn't take arguments.
2745ac_script='
2746:mline
2747/\\$/{
2748 N
2749 s,\\\n,,
2750 b mline
2751}
2752t clear
2753:clear
2754s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
2755t quote
2756s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
2757t quote
2758b any
2759:quote
2760s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
2761s/\[/\\&/g
2762s/\]/\\&/g
2763s/\$/$$/g
2764H
2765:any
2766${
2767	g
2768	s/^\n//
2769	s/\n/ /g
2770	p
2771}
2772'
2773DEFS=`sed -n "$ac_script" confdefs.h`
2774
2775
2776ac_libobjs=
2777ac_ltlibobjs=
2778U=
2779for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2780  # 1. Remove the extension, and $U if already installed.
2781  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2782  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
2783  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
2784  #    will be set to the directory where LIBOBJS objects are built.
2785  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
2786  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
2787done
2788LIBOBJS=$ac_libobjs
2789
2790LTLIBOBJS=$ac_ltlibobjs
2791
2792
2793{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
2794$as_echo_n "checking that generated files are newer than configure... " >&6; }
2795   if test -n "$am_sleep_pid"; then
2796     # Hide warnings about reused PIDs.
2797     wait $am_sleep_pid 2>/dev/null
2798   fi
2799   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
2800$as_echo "done" >&6; }
2801
2802if test -z "${HAVE_XMLLINT_TRUE}" && test -z "${HAVE_XMLLINT_FALSE}"; then
2803  as_fn_error $? "conditional \"HAVE_XMLLINT\" was never defined.
2804Usually this means the macro was only invoked conditionally." "$LINENO" 5
2805fi
2806if test -z "${HAVE_XSLTPROC_TRUE}" && test -z "${HAVE_XSLTPROC_FALSE}"; then
2807  as_fn_error $? "conditional \"HAVE_XSLTPROC\" was never defined.
2808Usually this means the macro was only invoked conditionally." "$LINENO" 5
2809fi
2810
2811: "${CONFIG_STATUS=./config.status}"
2812ac_write_fail=0
2813ac_clean_files_save=$ac_clean_files
2814ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2815{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
2816$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
2817as_write_fail=0
2818cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
2819#! $SHELL
2820# Generated by $as_me.
2821# Run this file to recreate the current configuration.
2822# Compiler output produced by configure, useful for debugging
2823# configure, is in config.log if it exists.
2824
2825debug=false
2826ac_cs_recheck=false
2827ac_cs_silent=false
2828
2829SHELL=\${CONFIG_SHELL-$SHELL}
2830export SHELL
2831_ASEOF
2832cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
2833## -------------------- ##
2834## M4sh Initialization. ##
2835## -------------------- ##
2836
2837# Be more Bourne compatible
2838DUALCASE=1; export DUALCASE # for MKS sh
2839if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
2840  emulate sh
2841  NULLCMD=:
2842  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
2843  # is contrary to our usage.  Disable this feature.
2844  alias -g '${1+"$@"}'='"$@"'
2845  setopt NO_GLOB_SUBST
2846else
2847  case `(set -o) 2>/dev/null` in #(
2848  *posix*) :
2849    set -o posix ;; #(
2850  *) :
2851     ;;
2852esac
2853fi
2854
2855
2856as_nl='
2857'
2858export as_nl
2859# Printing a long string crashes Solaris 7 /usr/bin/printf.
2860as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
2861as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
2862as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
2863# Prefer a ksh shell builtin over an external printf program on Solaris,
2864# but without wasting forks for bash or zsh.
2865if test -z "$BASH_VERSION$ZSH_VERSION" \
2866    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
2867  as_echo='print -r --'
2868  as_echo_n='print -rn --'
2869elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
2870  as_echo='printf %s\n'
2871  as_echo_n='printf %s'
2872else
2873  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
2874    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
2875    as_echo_n='/usr/ucb/echo -n'
2876  else
2877    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
2878    as_echo_n_body='eval
2879      arg=$1;
2880      case $arg in #(
2881      *"$as_nl"*)
2882	expr "X$arg" : "X\\(.*\\)$as_nl";
2883	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
2884      esac;
2885      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
2886    '
2887    export as_echo_n_body
2888    as_echo_n='sh -c $as_echo_n_body as_echo'
2889  fi
2890  export as_echo_body
2891  as_echo='sh -c $as_echo_body as_echo'
2892fi
2893
2894# The user is always right.
2895if test "${PATH_SEPARATOR+set}" != set; then
2896  PATH_SEPARATOR=:
2897  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
2898    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
2899      PATH_SEPARATOR=';'
2900  }
2901fi
2902
2903
2904# IFS
2905# We need space, tab and new line, in precisely that order.  Quoting is
2906# there to prevent editors from complaining about space-tab.
2907# (If _AS_PATH_WALK were called with IFS unset, it would disable word
2908# splitting by setting IFS to empty value.)
2909IFS=" ""	$as_nl"
2910
2911# Find who we are.  Look in the path if we contain no directory separator.
2912as_myself=
2913case $0 in #((
2914  *[\\/]* ) as_myself=$0 ;;
2915  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2916for as_dir in $PATH
2917do
2918  IFS=$as_save_IFS
2919  test -z "$as_dir" && as_dir=.
2920    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2921  done
2922IFS=$as_save_IFS
2923
2924     ;;
2925esac
2926# We did not find ourselves, most probably we were run as `sh COMMAND'
2927# in which case we are not to be found in the path.
2928if test "x$as_myself" = x; then
2929  as_myself=$0
2930fi
2931if test ! -f "$as_myself"; then
2932  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2933  exit 1
2934fi
2935
2936# Unset variables that we do not need and which cause bugs (e.g. in
2937# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
2938# suppresses any "Segmentation fault" message there.  '((' could
2939# trigger a bug in pdksh 5.2.14.
2940for as_var in BASH_ENV ENV MAIL MAILPATH
2941do eval test x\${$as_var+set} = xset \
2942  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
2943done
2944PS1='$ '
2945PS2='> '
2946PS4='+ '
2947
2948# NLS nuisances.
2949LC_ALL=C
2950export LC_ALL
2951LANGUAGE=C
2952export LANGUAGE
2953
2954# CDPATH.
2955(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
2956
2957
2958# as_fn_error STATUS ERROR [LINENO LOG_FD]
2959# ----------------------------------------
2960# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
2961# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
2962# script with STATUS, using 1 if that was 0.
2963as_fn_error ()
2964{
2965  as_status=$1; test $as_status -eq 0 && as_status=1
2966  if test "$4"; then
2967    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2968    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
2969  fi
2970  $as_echo "$as_me: error: $2" >&2
2971  as_fn_exit $as_status
2972} # as_fn_error
2973
2974
2975# as_fn_set_status STATUS
2976# -----------------------
2977# Set $? to STATUS, without forking.
2978as_fn_set_status ()
2979{
2980  return $1
2981} # as_fn_set_status
2982
2983# as_fn_exit STATUS
2984# -----------------
2985# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
2986as_fn_exit ()
2987{
2988  set +e
2989  as_fn_set_status $1
2990  exit $1
2991} # as_fn_exit
2992
2993# as_fn_unset VAR
2994# ---------------
2995# Portably unset VAR.
2996as_fn_unset ()
2997{
2998  { eval $1=; unset $1;}
2999}
3000as_unset=as_fn_unset
3001# as_fn_append VAR VALUE
3002# ----------------------
3003# Append the text in VALUE to the end of the definition contained in VAR. Take
3004# advantage of any shell optimizations that allow amortized linear growth over
3005# repeated appends, instead of the typical quadratic growth present in naive
3006# implementations.
3007if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
3008  eval 'as_fn_append ()
3009  {
3010    eval $1+=\$2
3011  }'
3012else
3013  as_fn_append ()
3014  {
3015    eval $1=\$$1\$2
3016  }
3017fi # as_fn_append
3018
3019# as_fn_arith ARG...
3020# ------------------
3021# Perform arithmetic evaluation on the ARGs, and store the result in the
3022# global $as_val. Take advantage of shells that can avoid forks. The arguments
3023# must be portable across $(()) and expr.
3024if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
3025  eval 'as_fn_arith ()
3026  {
3027    as_val=$(( $* ))
3028  }'
3029else
3030  as_fn_arith ()
3031  {
3032    as_val=`expr "$@" || test $? -eq 1`
3033  }
3034fi # as_fn_arith
3035
3036
3037if expr a : '\(a\)' >/dev/null 2>&1 &&
3038   test "X`expr 00001 : '.*\(...\)'`" = X001; then
3039  as_expr=expr
3040else
3041  as_expr=false
3042fi
3043
3044if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
3045  as_basename=basename
3046else
3047  as_basename=false
3048fi
3049
3050if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
3051  as_dirname=dirname
3052else
3053  as_dirname=false
3054fi
3055
3056as_me=`$as_basename -- "$0" ||
3057$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3058	 X"$0" : 'X\(//\)$' \| \
3059	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
3060$as_echo X/"$0" |
3061    sed '/^.*\/\([^/][^/]*\)\/*$/{
3062	    s//\1/
3063	    q
3064	  }
3065	  /^X\/\(\/\/\)$/{
3066	    s//\1/
3067	    q
3068	  }
3069	  /^X\/\(\/\).*/{
3070	    s//\1/
3071	    q
3072	  }
3073	  s/.*/./; q'`
3074
3075# Avoid depending upon Character Ranges.
3076as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3077as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3078as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3079as_cr_digits='0123456789'
3080as_cr_alnum=$as_cr_Letters$as_cr_digits
3081
3082ECHO_C= ECHO_N= ECHO_T=
3083case `echo -n x` in #(((((
3084-n*)
3085  case `echo 'xy\c'` in
3086  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
3087  xy)  ECHO_C='\c';;
3088  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
3089       ECHO_T='	';;
3090  esac;;
3091*)
3092  ECHO_N='-n';;
3093esac
3094
3095rm -f conf$$ conf$$.exe conf$$.file
3096if test -d conf$$.dir; then
3097  rm -f conf$$.dir/conf$$.file
3098else
3099  rm -f conf$$.dir
3100  mkdir conf$$.dir 2>/dev/null
3101fi
3102if (echo >conf$$.file) 2>/dev/null; then
3103  if ln -s conf$$.file conf$$ 2>/dev/null; then
3104    as_ln_s='ln -s'
3105    # ... but there are two gotchas:
3106    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3107    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3108    # In both cases, we have to default to `cp -pR'.
3109    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3110      as_ln_s='cp -pR'
3111  elif ln conf$$.file conf$$ 2>/dev/null; then
3112    as_ln_s=ln
3113  else
3114    as_ln_s='cp -pR'
3115  fi
3116else
3117  as_ln_s='cp -pR'
3118fi
3119rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3120rmdir conf$$.dir 2>/dev/null
3121
3122
3123# as_fn_mkdir_p
3124# -------------
3125# Create "$as_dir" as a directory, including parents if necessary.
3126as_fn_mkdir_p ()
3127{
3128
3129  case $as_dir in #(
3130  -*) as_dir=./$as_dir;;
3131  esac
3132  test -d "$as_dir" || eval $as_mkdir_p || {
3133    as_dirs=
3134    while :; do
3135      case $as_dir in #(
3136      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
3137      *) as_qdir=$as_dir;;
3138      esac
3139      as_dirs="'$as_qdir' $as_dirs"
3140      as_dir=`$as_dirname -- "$as_dir" ||
3141$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3142	 X"$as_dir" : 'X\(//\)[^/]' \| \
3143	 X"$as_dir" : 'X\(//\)$' \| \
3144	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3145$as_echo X"$as_dir" |
3146    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3147	    s//\1/
3148	    q
3149	  }
3150	  /^X\(\/\/\)[^/].*/{
3151	    s//\1/
3152	    q
3153	  }
3154	  /^X\(\/\/\)$/{
3155	    s//\1/
3156	    q
3157	  }
3158	  /^X\(\/\).*/{
3159	    s//\1/
3160	    q
3161	  }
3162	  s/.*/./; q'`
3163      test -d "$as_dir" && break
3164    done
3165    test -z "$as_dirs" || eval "mkdir $as_dirs"
3166  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
3167
3168
3169} # as_fn_mkdir_p
3170if mkdir -p . 2>/dev/null; then
3171  as_mkdir_p='mkdir -p "$as_dir"'
3172else
3173  test -d ./-p && rmdir ./-p
3174  as_mkdir_p=false
3175fi
3176
3177
3178# as_fn_executable_p FILE
3179# -----------------------
3180# Test if FILE is an executable regular file.
3181as_fn_executable_p ()
3182{
3183  test -f "$1" && test -x "$1"
3184} # as_fn_executable_p
3185as_test_x='test -x'
3186as_executable_p=as_fn_executable_p
3187
3188# Sed expression to map a string onto a valid CPP name.
3189as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3190
3191# Sed expression to map a string onto a valid variable name.
3192as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3193
3194
3195exec 6>&1
3196## ----------------------------------- ##
3197## Main body of $CONFIG_STATUS script. ##
3198## ----------------------------------- ##
3199_ASEOF
3200test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
3201
3202cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3203# Save the log message, to keep $0 and so on meaningful, and to
3204# report actual input values of CONFIG_FILES etc. instead of their
3205# values after options handling.
3206ac_log="
3207This file was extended by bodr $as_me 10, which was
3208generated by GNU Autoconf 2.69.  Invocation command line was
3209
3210  CONFIG_FILES    = $CONFIG_FILES
3211  CONFIG_HEADERS  = $CONFIG_HEADERS
3212  CONFIG_LINKS    = $CONFIG_LINKS
3213  CONFIG_COMMANDS = $CONFIG_COMMANDS
3214  $ $0 $@
3215
3216on `(hostname || uname -n) 2>/dev/null | sed 1q`
3217"
3218
3219_ACEOF
3220
3221case $ac_config_files in *"
3222"*) set x $ac_config_files; shift; ac_config_files=$*;;
3223esac
3224
3225
3226
3227cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3228# Files that config.status was made for.
3229config_files="$ac_config_files"
3230
3231_ACEOF
3232
3233cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3234ac_cs_usage="\
3235\`$as_me' instantiates files and other configuration actions
3236from templates according to the current configuration.  Unless the files
3237and actions are specified as TAGs, all are instantiated by default.
3238
3239Usage: $0 [OPTION]... [TAG]...
3240
3241  -h, --help       print this help, then exit
3242  -V, --version    print version number and configuration settings, then exit
3243      --config     print configuration, then exit
3244  -q, --quiet, --silent
3245                   do not print progress messages
3246  -d, --debug      don't remove temporary files
3247      --recheck    update $as_me by reconfiguring in the same conditions
3248      --file=FILE[:TEMPLATE]
3249                   instantiate the configuration file FILE
3250
3251Configuration files:
3252$config_files
3253
3254Report bugs to <http://www.blueobelisk.org/>."
3255
3256_ACEOF
3257cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3258ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
3259ac_cs_version="\\
3260bodr config.status 10
3261configured by $0, generated by GNU Autoconf 2.69,
3262  with options \\"\$ac_cs_config\\"
3263
3264Copyright (C) 2012 Free Software Foundation, Inc.
3265This config.status script is free software; the Free Software Foundation
3266gives unlimited permission to copy, distribute and modify it."
3267
3268ac_pwd='$ac_pwd'
3269srcdir='$srcdir'
3270INSTALL='$INSTALL'
3271MKDIR_P='$MKDIR_P'
3272AWK='$AWK'
3273test -n "\$AWK" || AWK=awk
3274_ACEOF
3275
3276cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3277# The default lists apply if the user does not specify any file.
3278ac_need_defaults=:
3279while test $# != 0
3280do
3281  case $1 in
3282  --*=?*)
3283    ac_option=`expr "X$1" : 'X\([^=]*\)='`
3284    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3285    ac_shift=:
3286    ;;
3287  --*=)
3288    ac_option=`expr "X$1" : 'X\([^=]*\)='`
3289    ac_optarg=
3290    ac_shift=:
3291    ;;
3292  *)
3293    ac_option=$1
3294    ac_optarg=$2
3295    ac_shift=shift
3296    ;;
3297  esac
3298
3299  case $ac_option in
3300  # Handling of the options.
3301  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3302    ac_cs_recheck=: ;;
3303  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3304    $as_echo "$ac_cs_version"; exit ;;
3305  --config | --confi | --conf | --con | --co | --c )
3306    $as_echo "$ac_cs_config"; exit ;;
3307  --debug | --debu | --deb | --de | --d | -d )
3308    debug=: ;;
3309  --file | --fil | --fi | --f )
3310    $ac_shift
3311    case $ac_optarg in
3312    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
3313    '') as_fn_error $? "missing file argument" ;;
3314    esac
3315    as_fn_append CONFIG_FILES " '$ac_optarg'"
3316    ac_need_defaults=false;;
3317  --he | --h |  --help | --hel | -h )
3318    $as_echo "$ac_cs_usage"; exit ;;
3319  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3320  | -silent | --silent | --silen | --sile | --sil | --si | --s)
3321    ac_cs_silent=: ;;
3322
3323  # This is an error.
3324  -*) as_fn_error $? "unrecognized option: \`$1'
3325Try \`$0 --help' for more information." ;;
3326
3327  *) as_fn_append ac_config_targets " $1"
3328     ac_need_defaults=false ;;
3329
3330  esac
3331  shift
3332done
3333
3334ac_configure_extra_args=
3335
3336if $ac_cs_silent; then
3337  exec 6>/dev/null
3338  ac_configure_extra_args="$ac_configure_extra_args --silent"
3339fi
3340
3341_ACEOF
3342cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3343if \$ac_cs_recheck; then
3344  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3345  shift
3346  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
3347  CONFIG_SHELL='$SHELL'
3348  export CONFIG_SHELL
3349  exec "\$@"
3350fi
3351
3352_ACEOF
3353cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3354exec 5>>config.log
3355{
3356  echo
3357  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3358## Running $as_me. ##
3359_ASBOX
3360  $as_echo "$ac_log"
3361} >&5
3362
3363_ACEOF
3364cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3365_ACEOF
3366
3367cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3368
3369# Handling of arguments.
3370for ac_config_target in $ac_config_targets
3371do
3372  case $ac_config_target in
3373    "bodr.pc") CONFIG_FILES="$CONFIG_FILES bodr.pc" ;;
3374    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3375    "bibtexml-xslt/Makefile") CONFIG_FILES="$CONFIG_FILES bibtexml-xslt/Makefile" ;;
3376    "dicts/Makefile") CONFIG_FILES="$CONFIG_FILES dicts/Makefile" ;;
3377    "crystal/Makefile") CONFIG_FILES="$CONFIG_FILES crystal/Makefile" ;;
3378    "elements/Makefile") CONFIG_FILES="$CONFIG_FILES elements/Makefile" ;;
3379    "isotopes/Makefile") CONFIG_FILES="$CONFIG_FILES isotopes/Makefile" ;;
3380    "schemas/Makefile") CONFIG_FILES="$CONFIG_FILES schemas/Makefile" ;;
3381    "scripts/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;;
3382    "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
3383
3384  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
3385  esac
3386done
3387
3388
3389# If the user did not use the arguments to specify the items to instantiate,
3390# then the envvar interface is used.  Set only those that are not.
3391# We use the long form for the default assignment because of an extremely
3392# bizarre bug on SunOS 4.1.3.
3393if $ac_need_defaults; then
3394  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3395fi
3396
3397# Have a temporary directory for convenience.  Make it in the build tree
3398# simply because there is no reason against having it here, and in addition,
3399# creating and moving files from /tmp can sometimes cause problems.
3400# Hook for its removal unless debugging.
3401# Note that there is a small window in which the directory will not be cleaned:
3402# after its creation but before its name has been assigned to `$tmp'.
3403$debug ||
3404{
3405  tmp= ac_tmp=
3406  trap 'exit_status=$?
3407  : "${ac_tmp:=$tmp}"
3408  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
3409' 0
3410  trap 'as_fn_exit 1' 1 2 13 15
3411}
3412# Create a (secure) tmp directory for tmp files.
3413
3414{
3415  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3416  test -d "$tmp"
3417}  ||
3418{
3419  tmp=./conf$$-$RANDOM
3420  (umask 077 && mkdir "$tmp")
3421} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
3422ac_tmp=$tmp
3423
3424# Set up the scripts for CONFIG_FILES section.
3425# No need to generate them if there are no CONFIG_FILES.
3426# This happens for instance with `./config.status config.h'.
3427if test -n "$CONFIG_FILES"; then
3428
3429
3430ac_cr=`echo X | tr X '\015'`
3431# On cygwin, bash can eat \r inside `` if the user requested igncr.
3432# But we know of no other shell where ac_cr would be empty at this
3433# point, so we can use a bashism as a fallback.
3434if test "x$ac_cr" = x; then
3435  eval ac_cr=\$\'\\r\'
3436fi
3437ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
3438if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
3439  ac_cs_awk_cr='\\r'
3440else
3441  ac_cs_awk_cr=$ac_cr
3442fi
3443
3444echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
3445_ACEOF
3446
3447
3448{
3449  echo "cat >conf$$subs.awk <<_ACEOF" &&
3450  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
3451  echo "_ACEOF"
3452} >conf$$subs.sh ||
3453  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3454ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
3455ac_delim='%!_!# '
3456for ac_last_try in false false false false false :; do
3457  . ./conf$$subs.sh ||
3458    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3459
3460  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
3461  if test $ac_delim_n = $ac_delim_num; then
3462    break
3463  elif $ac_last_try; then
3464    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3465  else
3466    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3467  fi
3468done
3469rm -f conf$$subs.sh
3470
3471cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3472cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
3473_ACEOF
3474sed -n '
3475h
3476s/^/S["/; s/!.*/"]=/
3477p
3478g
3479s/^[^!]*!//
3480:repl
3481t repl
3482s/'"$ac_delim"'$//
3483t delim
3484:nl
3485h
3486s/\(.\{148\}\)..*/\1/
3487t more1
3488s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
3489p
3490n
3491b repl
3492:more1
3493s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3494p
3495g
3496s/.\{148\}//
3497t nl
3498:delim
3499h
3500s/\(.\{148\}\)..*/\1/
3501t more2
3502s/["\\]/\\&/g; s/^/"/; s/$/"/
3503p
3504b
3505:more2
3506s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3507p
3508g
3509s/.\{148\}//
3510t delim
3511' <conf$$subs.awk | sed '
3512/^[^""]/{
3513  N
3514  s/\n//
3515}
3516' >>$CONFIG_STATUS || ac_write_fail=1
3517rm -f conf$$subs.awk
3518cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3519_ACAWK
3520cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
3521  for (key in S) S_is_set[key] = 1
3522  FS = ""
3523
3524}
3525{
3526  line = $ 0
3527  nfields = split(line, field, "@")
3528  substed = 0
3529  len = length(field[1])
3530  for (i = 2; i < nfields; i++) {
3531    key = field[i]
3532    keylen = length(key)
3533    if (S_is_set[key]) {
3534      value = S[key]
3535      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
3536      len += length(value) + length(field[++i])
3537      substed = 1
3538    } else
3539      len += 1 + keylen
3540  }
3541
3542  print line
3543}
3544
3545_ACAWK
3546_ACEOF
3547cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3548if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
3549  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
3550else
3551  cat
3552fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
3553  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
3554_ACEOF
3555
3556# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
3557# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
3558# trailing colons and then remove the whole line if VPATH becomes empty
3559# (actually we leave an empty line to preserve line numbers).
3560if test "x$srcdir" = x.; then
3561  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
3562h
3563s///
3564s/^/:/
3565s/[	 ]*$/:/
3566s/:\$(srcdir):/:/g
3567s/:\${srcdir}:/:/g
3568s/:@srcdir@:/:/g
3569s/^:*//
3570s/:*$//
3571x
3572s/\(=[	 ]*\).*/\1/
3573G
3574s/\n//
3575s/^[^=]*=[	 ]*$//
3576}'
3577fi
3578
3579cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3580fi # test -n "$CONFIG_FILES"
3581
3582
3583eval set X "  :F $CONFIG_FILES      "
3584shift
3585for ac_tag
3586do
3587  case $ac_tag in
3588  :[FHLC]) ac_mode=$ac_tag; continue;;
3589  esac
3590  case $ac_mode$ac_tag in
3591  :[FHL]*:*);;
3592  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
3593  :[FH]-) ac_tag=-:-;;
3594  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
3595  esac
3596  ac_save_IFS=$IFS
3597  IFS=:
3598  set x $ac_tag
3599  IFS=$ac_save_IFS
3600  shift
3601  ac_file=$1
3602  shift
3603
3604  case $ac_mode in
3605  :L) ac_source=$1;;
3606  :[FH])
3607    ac_file_inputs=
3608    for ac_f
3609    do
3610      case $ac_f in
3611      -) ac_f="$ac_tmp/stdin";;
3612      *) # Look for the file first in the build tree, then in the source tree
3613	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
3614	 # because $ac_f cannot contain `:'.
3615	 test -f "$ac_f" ||
3616	   case $ac_f in
3617	   [\\/$]*) false;;
3618	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3619	   esac ||
3620	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
3621      esac
3622      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
3623      as_fn_append ac_file_inputs " '$ac_f'"
3624    done
3625
3626    # Let's still pretend it is `configure' which instantiates (i.e., don't
3627    # use $as_me), people would be surprised to read:
3628    #    /* config.h.  Generated by config.status.  */
3629    configure_input='Generated from '`
3630	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
3631	`' by configure.'
3632    if test x"$ac_file" != x-; then
3633      configure_input="$ac_file.  $configure_input"
3634      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
3635$as_echo "$as_me: creating $ac_file" >&6;}
3636    fi
3637    # Neutralize special characters interpreted by sed in replacement strings.
3638    case $configure_input in #(
3639    *\&* | *\|* | *\\* )
3640       ac_sed_conf_input=`$as_echo "$configure_input" |
3641       sed 's/[\\\\&|]/\\\\&/g'`;; #(
3642    *) ac_sed_conf_input=$configure_input;;
3643    esac
3644
3645    case $ac_tag in
3646    *:-:* | *:-) cat >"$ac_tmp/stdin" \
3647      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
3648    esac
3649    ;;
3650  esac
3651
3652  ac_dir=`$as_dirname -- "$ac_file" ||
3653$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3654	 X"$ac_file" : 'X\(//\)[^/]' \| \
3655	 X"$ac_file" : 'X\(//\)$' \| \
3656	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3657$as_echo X"$ac_file" |
3658    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3659	    s//\1/
3660	    q
3661	  }
3662	  /^X\(\/\/\)[^/].*/{
3663	    s//\1/
3664	    q
3665	  }
3666	  /^X\(\/\/\)$/{
3667	    s//\1/
3668	    q
3669	  }
3670	  /^X\(\/\).*/{
3671	    s//\1/
3672	    q
3673	  }
3674	  s/.*/./; q'`
3675  as_dir="$ac_dir"; as_fn_mkdir_p
3676  ac_builddir=.
3677
3678case "$ac_dir" in
3679.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3680*)
3681  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
3682  # A ".." for each directory in $ac_dir_suffix.
3683  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
3684  case $ac_top_builddir_sub in
3685  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3686  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3687  esac ;;
3688esac
3689ac_abs_top_builddir=$ac_pwd
3690ac_abs_builddir=$ac_pwd$ac_dir_suffix
3691# for backward compatibility:
3692ac_top_builddir=$ac_top_build_prefix
3693
3694case $srcdir in
3695  .)  # We are building in place.
3696    ac_srcdir=.
3697    ac_top_srcdir=$ac_top_builddir_sub
3698    ac_abs_top_srcdir=$ac_pwd ;;
3699  [\\/]* | ?:[\\/]* )  # Absolute name.
3700    ac_srcdir=$srcdir$ac_dir_suffix;
3701    ac_top_srcdir=$srcdir
3702    ac_abs_top_srcdir=$srcdir ;;
3703  *) # Relative name.
3704    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3705    ac_top_srcdir=$ac_top_build_prefix$srcdir
3706    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3707esac
3708ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3709
3710
3711  case $ac_mode in
3712  :F)
3713  #
3714  # CONFIG_FILE
3715  #
3716
3717  case $INSTALL in
3718  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3719  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
3720  esac
3721  ac_MKDIR_P=$MKDIR_P
3722  case $MKDIR_P in
3723  [\\/$]* | ?:[\\/]* ) ;;
3724  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
3725  esac
3726_ACEOF
3727
3728cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3729# If the template does not know about datarootdir, expand it.
3730# FIXME: This hack should be removed a few years after 2.60.
3731ac_datarootdir_hack=; ac_datarootdir_seen=
3732ac_sed_dataroot='
3733/datarootdir/ {
3734  p
3735  q
3736}
3737/@datadir@/p
3738/@docdir@/p
3739/@infodir@/p
3740/@localedir@/p
3741/@mandir@/p'
3742case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
3743*datarootdir*) ac_datarootdir_seen=yes;;
3744*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3745  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3746$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3747_ACEOF
3748cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3749  ac_datarootdir_hack='
3750  s&@datadir@&$datadir&g
3751  s&@docdir@&$docdir&g
3752  s&@infodir@&$infodir&g
3753  s&@localedir@&$localedir&g
3754  s&@mandir@&$mandir&g
3755  s&\\\${datarootdir}&$datarootdir&g' ;;
3756esac
3757_ACEOF
3758
3759# Neutralize VPATH when `$srcdir' = `.'.
3760# Shell code in configure.ac might set extrasub.
3761# FIXME: do we really want to maintain this feature?
3762cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3763ac_sed_extra="$ac_vpsub
3764$extrasub
3765_ACEOF
3766cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3767:t
3768/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3769s|@configure_input@|$ac_sed_conf_input|;t t
3770s&@top_builddir@&$ac_top_builddir_sub&;t t
3771s&@top_build_prefix@&$ac_top_build_prefix&;t t
3772s&@srcdir@&$ac_srcdir&;t t
3773s&@abs_srcdir@&$ac_abs_srcdir&;t t
3774s&@top_srcdir@&$ac_top_srcdir&;t t
3775s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3776s&@builddir@&$ac_builddir&;t t
3777s&@abs_builddir@&$ac_abs_builddir&;t t
3778s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3779s&@INSTALL@&$ac_INSTALL&;t t
3780s&@MKDIR_P@&$ac_MKDIR_P&;t t
3781$ac_datarootdir_hack
3782"
3783eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
3784  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
3785
3786test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3787  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
3788  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
3789      "$ac_tmp/out"`; test -z "$ac_out"; } &&
3790  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3791which seems to be undefined.  Please make sure it is defined" >&5
3792$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3793which seems to be undefined.  Please make sure it is defined" >&2;}
3794
3795  rm -f "$ac_tmp/stdin"
3796  case $ac_file in
3797  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
3798  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
3799  esac \
3800  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
3801 ;;
3802
3803
3804
3805  esac
3806
3807done # for ac_tag
3808
3809
3810as_fn_exit 0
3811_ACEOF
3812ac_clean_files=$ac_clean_files_save
3813
3814test $ac_write_fail = 0 ||
3815  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
3816
3817
3818# configure is writing to config.log, and then calls config.status.
3819# config.status does its own redirection, appending to config.log.
3820# Unfortunately, on DOS this fails, as config.log is still kept open
3821# by configure, so config.status won't be able to write to it; its
3822# output is simply discarded.  So we exec the FD to /dev/null,
3823# effectively closing config.log, so it can be properly (re)opened and
3824# appended to by config.status.  When coming back to configure, we
3825# need to make the FD available again.
3826if test "$no_create" != yes; then
3827  ac_cs_success=:
3828  ac_config_status_args=
3829  test "$silent" = yes &&
3830    ac_config_status_args="$ac_config_status_args --quiet"
3831  exec 5>/dev/null
3832  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3833  exec 5>>config.log
3834  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3835  # would make configure fail if this is the last instruction.
3836  $ac_cs_success || as_fn_exit 1
3837fi
3838if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
3839  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
3840$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
3841fi
3842
3843