1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.68.
4#
5#
6# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
7# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
8# 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
137if test "x$CONFIG_SHELL" = x; then
138  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
139  emulate sh
140  NULLCMD=:
141  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
142  # is contrary to our usage.  Disable this feature.
143  alias -g '\${1+\"\$@\"}'='\"\$@\"'
144  setopt NO_GLOB_SUBST
145else
146  case \`(set -o) 2>/dev/null\` in #(
147  *posix*) :
148    set -o posix ;; #(
149  *) :
150     ;;
151esac
152fi
153"
154  as_required="as_fn_return () { (exit \$1); }
155as_fn_success () { as_fn_return 0; }
156as_fn_failure () { as_fn_return 1; }
157as_fn_ret_success () { return 0; }
158as_fn_ret_failure () { return 1; }
159
160exitcode=0
161as_fn_success || { exitcode=1; echo as_fn_success failed.; }
162as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
163as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
164as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
165if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
166
167else
168  exitcode=1; echo positional parameters were not saved.
169fi
170test x\$exitcode = x0 || exit 1"
171  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
172  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
173  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
174  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
175  if (eval "$as_required") 2>/dev/null; then :
176  as_have_required=yes
177else
178  as_have_required=no
179fi
180  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
181
182else
183  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
184as_found=false
185for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
186do
187  IFS=$as_save_IFS
188  test -z "$as_dir" && as_dir=.
189  as_found=:
190  case $as_dir in #(
191	 /*)
192	   for as_base in sh bash ksh sh5; do
193	     # Try only shells that exist, to save several forks.
194	     as_shell=$as_dir/$as_base
195	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
196		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
197  CONFIG_SHELL=$as_shell as_have_required=yes
198		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
199  break 2
200fi
201fi
202	   done;;
203       esac
204  as_found=false
205done
206$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
207	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
208  CONFIG_SHELL=$SHELL as_have_required=yes
209fi; }
210IFS=$as_save_IFS
211
212
213      if test "x$CONFIG_SHELL" != x; then :
214  # We cannot yet assume a decent shell, so we have to provide a
215	# neutralization value for shells without unset; and this also
216	# works around shells that cannot unset nonexistent variables.
217	# Preserve -v and -x to the replacement shell.
218	BASH_ENV=/dev/null
219	ENV=/dev/null
220	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
221	export CONFIG_SHELL
222	case $- in # ((((
223	  *v*x* | *x*v* ) as_opts=-vx ;;
224	  *v* ) as_opts=-v ;;
225	  *x* ) as_opts=-x ;;
226	  * ) as_opts= ;;
227	esac
228	exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
229fi
230
231    if test x$as_have_required = xno; then :
232  $as_echo "$0: This script requires a shell more modern than all"
233  $as_echo "$0: the shells that I found on your system."
234  if test x${ZSH_VERSION+set} = xset ; then
235    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
236    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
237  else
238    $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
239$0: including any error possibly output before this
240$0: message. Then install a modern shell, or manually run
241$0: the script under such a shell if you do have one."
242  fi
243  exit 1
244fi
245fi
246fi
247SHELL=${CONFIG_SHELL-/bin/sh}
248export SHELL
249# Unset more variables known to interfere with behavior of common tools.
250CLICOLOR_FORCE= GREP_OPTIONS=
251unset CLICOLOR_FORCE GREP_OPTIONS
252
253## --------------------- ##
254## M4sh Shell Functions. ##
255## --------------------- ##
256# as_fn_unset VAR
257# ---------------
258# Portably unset VAR.
259as_fn_unset ()
260{
261  { eval $1=; unset $1;}
262}
263as_unset=as_fn_unset
264
265# as_fn_set_status STATUS
266# -----------------------
267# Set $? to STATUS, without forking.
268as_fn_set_status ()
269{
270  return $1
271} # as_fn_set_status
272
273# as_fn_exit STATUS
274# -----------------
275# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
276as_fn_exit ()
277{
278  set +e
279  as_fn_set_status $1
280  exit $1
281} # as_fn_exit
282
283# as_fn_mkdir_p
284# -------------
285# Create "$as_dir" as a directory, including parents if necessary.
286as_fn_mkdir_p ()
287{
288
289  case $as_dir in #(
290  -*) as_dir=./$as_dir;;
291  esac
292  test -d "$as_dir" || eval $as_mkdir_p || {
293    as_dirs=
294    while :; do
295      case $as_dir in #(
296      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
297      *) as_qdir=$as_dir;;
298      esac
299      as_dirs="'$as_qdir' $as_dirs"
300      as_dir=`$as_dirname -- "$as_dir" ||
301$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
302	 X"$as_dir" : 'X\(//\)[^/]' \| \
303	 X"$as_dir" : 'X\(//\)$' \| \
304	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
305$as_echo X"$as_dir" |
306    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
307	    s//\1/
308	    q
309	  }
310	  /^X\(\/\/\)[^/].*/{
311	    s//\1/
312	    q
313	  }
314	  /^X\(\/\/\)$/{
315	    s//\1/
316	    q
317	  }
318	  /^X\(\/\).*/{
319	    s//\1/
320	    q
321	  }
322	  s/.*/./; q'`
323      test -d "$as_dir" && break
324    done
325    test -z "$as_dirs" || eval "mkdir $as_dirs"
326  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
327
328
329} # as_fn_mkdir_p
330# as_fn_append VAR VALUE
331# ----------------------
332# Append the text in VALUE to the end of the definition contained in VAR. Take
333# advantage of any shell optimizations that allow amortized linear growth over
334# repeated appends, instead of the typical quadratic growth present in naive
335# implementations.
336if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
337  eval 'as_fn_append ()
338  {
339    eval $1+=\$2
340  }'
341else
342  as_fn_append ()
343  {
344    eval $1=\$$1\$2
345  }
346fi # as_fn_append
347
348# as_fn_arith ARG...
349# ------------------
350# Perform arithmetic evaluation on the ARGs, and store the result in the
351# global $as_val. Take advantage of shells that can avoid forks. The arguments
352# must be portable across $(()) and expr.
353if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
354  eval 'as_fn_arith ()
355  {
356    as_val=$(( $* ))
357  }'
358else
359  as_fn_arith ()
360  {
361    as_val=`expr "$@" || test $? -eq 1`
362  }
363fi # as_fn_arith
364
365
366# as_fn_error STATUS ERROR [LINENO LOG_FD]
367# ----------------------------------------
368# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
369# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
370# script with STATUS, using 1 if that was 0.
371as_fn_error ()
372{
373  as_status=$1; test $as_status -eq 0 && as_status=1
374  if test "$4"; then
375    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
376    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
377  fi
378  $as_echo "$as_me: error: $2" >&2
379  as_fn_exit $as_status
380} # as_fn_error
381
382if expr a : '\(a\)' >/dev/null 2>&1 &&
383   test "X`expr 00001 : '.*\(...\)'`" = X001; then
384  as_expr=expr
385else
386  as_expr=false
387fi
388
389if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
390  as_basename=basename
391else
392  as_basename=false
393fi
394
395if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
396  as_dirname=dirname
397else
398  as_dirname=false
399fi
400
401as_me=`$as_basename -- "$0" ||
402$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
403	 X"$0" : 'X\(//\)$' \| \
404	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
405$as_echo X/"$0" |
406    sed '/^.*\/\([^/][^/]*\)\/*$/{
407	    s//\1/
408	    q
409	  }
410	  /^X\/\(\/\/\)$/{
411	    s//\1/
412	    q
413	  }
414	  /^X\/\(\/\).*/{
415	    s//\1/
416	    q
417	  }
418	  s/.*/./; q'`
419
420# Avoid depending upon Character Ranges.
421as_cr_letters='abcdefghijklmnopqrstuvwxyz'
422as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
423as_cr_Letters=$as_cr_letters$as_cr_LETTERS
424as_cr_digits='0123456789'
425as_cr_alnum=$as_cr_Letters$as_cr_digits
426
427
428  as_lineno_1=$LINENO as_lineno_1a=$LINENO
429  as_lineno_2=$LINENO as_lineno_2a=$LINENO
430  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
431  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
432  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
433  sed -n '
434    p
435    /[$]LINENO/=
436  ' <$as_myself |
437    sed '
438      s/[$]LINENO.*/&-/
439      t lineno
440      b
441      :lineno
442      N
443      :loop
444      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
445      t loop
446      s/-\n.*//
447    ' >$as_me.lineno &&
448  chmod +x "$as_me.lineno" ||
449    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
450
451  # Don't try to exec as it changes $[0], causing all sort of problems
452  # (the dirname of $[0] is not the place where we might find the
453  # original and so on.  Autoconf is especially sensitive to this).
454  . "./$as_me.lineno"
455  # Exit status is that of the last command.
456  exit
457}
458
459ECHO_C= ECHO_N= ECHO_T=
460case `echo -n x` in #(((((
461-n*)
462  case `echo 'xy\c'` in
463  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
464  xy)  ECHO_C='\c';;
465  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
466       ECHO_T='	';;
467  esac;;
468*)
469  ECHO_N='-n';;
470esac
471
472rm -f conf$$ conf$$.exe conf$$.file
473if test -d conf$$.dir; then
474  rm -f conf$$.dir/conf$$.file
475else
476  rm -f conf$$.dir
477  mkdir conf$$.dir 2>/dev/null
478fi
479if (echo >conf$$.file) 2>/dev/null; then
480  if ln -s conf$$.file conf$$ 2>/dev/null; then
481    as_ln_s='ln -s'
482    # ... but there are two gotchas:
483    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
484    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
485    # In both cases, we have to default to `cp -p'.
486    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
487      as_ln_s='cp -p'
488  elif ln conf$$.file conf$$ 2>/dev/null; then
489    as_ln_s=ln
490  else
491    as_ln_s='cp -p'
492  fi
493else
494  as_ln_s='cp -p'
495fi
496rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
497rmdir conf$$.dir 2>/dev/null
498
499if mkdir -p . 2>/dev/null; then
500  as_mkdir_p='mkdir -p "$as_dir"'
501else
502  test -d ./-p && rmdir ./-p
503  as_mkdir_p=false
504fi
505
506if test -x / >/dev/null 2>&1; then
507  as_test_x='test -x'
508else
509  if ls -dL / >/dev/null 2>&1; then
510    as_ls_L_option=L
511  else
512    as_ls_L_option=
513  fi
514  as_test_x='
515    eval sh -c '\''
516      if test -d "$1"; then
517	test -d "$1/.";
518      else
519	case $1 in #(
520	-*)set "./$1";;
521	esac;
522	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
523	???[sx]*):;;*)false;;esac;fi
524    '\'' sh
525  '
526fi
527as_executable_p=$as_test_x
528
529# Sed expression to map a string onto a valid CPP name.
530as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
531
532# Sed expression to map a string onto a valid variable name.
533as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
534
535
536test -n "$DJDIR" || exec 7<&0 </dev/null
537exec 6>&1
538
539# Name of the host.
540# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
541# so uname gets run too.
542ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
543
544#
545# Initializations.
546#
547ac_default_prefix=/usr/local
548ac_clean_files=
549ac_config_libobj_dir=.
550LIBOBJS=
551cross_compiling=no
552subdirs=
553MFLAGS=
554MAKEFLAGS=
555
556# Identity of this package.
557PACKAGE_NAME=
558PACKAGE_TARNAME=
559PACKAGE_VERSION=
560PACKAGE_STRING=
561PACKAGE_BUGREPORT=
562PACKAGE_URL=
563
564enable_option_checking=no
565ac_subst_vars='LTLIBOBJS
566LIBOBJS
567subdirs
568target_alias
569host_alias
570build_alias
571LIBS
572ECHO_T
573ECHO_N
574ECHO_C
575DEFS
576mandir
577localedir
578libdir
579psdir
580pdfdir
581dvidir
582htmldir
583infodir
584docdir
585oldincludedir
586includedir
587localstatedir
588sharedstatedir
589sysconfdir
590datadir
591datarootdir
592libexecdir
593sbindir
594bindir
595program_transform_name
596prefix
597exec_prefix
598PACKAGE_URL
599PACKAGE_BUGREPORT
600PACKAGE_STRING
601PACKAGE_VERSION
602PACKAGE_TARNAME
603PACKAGE_NAME
604PATH_SEPARATOR
605SHELL'
606ac_subst_files=''
607ac_user_opts='
608enable_option_checking
609enable_debug_log
610'
611      ac_precious_vars='build_alias
612host_alias
613target_alias'
614ac_subdirs_all='FModuleAnnotations FModuleContents FModuleCrDate FModuleKind FModuleModDate FModuleName FModuleOwner FModuleSize'
615
616# Initialize some variables set by options.
617ac_init_help=
618ac_init_version=false
619ac_unrecognized_opts=
620ac_unrecognized_sep=
621# The variables have the same names as the options, with
622# dashes changed to underlines.
623cache_file=/dev/null
624exec_prefix=NONE
625no_create=
626no_recursion=
627prefix=NONE
628program_prefix=NONE
629program_suffix=NONE
630program_transform_name=s,x,x,
631silent=
632site=
633srcdir=
634verbose=
635x_includes=NONE
636x_libraries=NONE
637
638# Installation directory options.
639# These are left unexpanded so users can "make install exec_prefix=/foo"
640# and all the variables that are supposed to be based on exec_prefix
641# by default will actually change.
642# Use braces instead of parens because sh, perl, etc. also accept them.
643# (The list follows the same order as the GNU Coding Standards.)
644bindir='${exec_prefix}/bin'
645sbindir='${exec_prefix}/sbin'
646libexecdir='${exec_prefix}/libexec'
647datarootdir='${prefix}/share'
648datadir='${datarootdir}'
649sysconfdir='${prefix}/etc'
650sharedstatedir='${prefix}/com'
651localstatedir='${prefix}/var'
652includedir='${prefix}/include'
653oldincludedir='/usr/include'
654docdir='${datarootdir}/doc/${PACKAGE}'
655infodir='${datarootdir}/info'
656htmldir='${docdir}'
657dvidir='${docdir}'
658pdfdir='${docdir}'
659psdir='${docdir}'
660libdir='${exec_prefix}/lib'
661localedir='${datarootdir}/locale'
662mandir='${datarootdir}/man'
663
664ac_prev=
665ac_dashdash=
666for ac_option
667do
668  # If the previous option needs an argument, assign it.
669  if test -n "$ac_prev"; then
670    eval $ac_prev=\$ac_option
671    ac_prev=
672    continue
673  fi
674
675  case $ac_option in
676  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
677  *=)   ac_optarg= ;;
678  *)    ac_optarg=yes ;;
679  esac
680
681  # Accept the important Cygnus configure options, so we can diagnose typos.
682
683  case $ac_dashdash$ac_option in
684  --)
685    ac_dashdash=yes ;;
686
687  -bindir | --bindir | --bindi | --bind | --bin | --bi)
688    ac_prev=bindir ;;
689  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
690    bindir=$ac_optarg ;;
691
692  -build | --build | --buil | --bui | --bu)
693    ac_prev=build_alias ;;
694  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
695    build_alias=$ac_optarg ;;
696
697  -cache-file | --cache-file | --cache-fil | --cache-fi \
698  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
699    ac_prev=cache_file ;;
700  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
701  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
702    cache_file=$ac_optarg ;;
703
704  --config-cache | -C)
705    cache_file=config.cache ;;
706
707  -datadir | --datadir | --datadi | --datad)
708    ac_prev=datadir ;;
709  -datadir=* | --datadir=* | --datadi=* | --datad=*)
710    datadir=$ac_optarg ;;
711
712  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
713  | --dataroo | --dataro | --datar)
714    ac_prev=datarootdir ;;
715  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
716  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
717    datarootdir=$ac_optarg ;;
718
719  -disable-* | --disable-*)
720    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
721    # Reject names that are not valid shell variable names.
722    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
723      as_fn_error $? "invalid feature name: $ac_useropt"
724    ac_useropt_orig=$ac_useropt
725    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
726    case $ac_user_opts in
727      *"
728"enable_$ac_useropt"
729"*) ;;
730      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
731	 ac_unrecognized_sep=', ';;
732    esac
733    eval enable_$ac_useropt=no ;;
734
735  -docdir | --docdir | --docdi | --doc | --do)
736    ac_prev=docdir ;;
737  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
738    docdir=$ac_optarg ;;
739
740  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
741    ac_prev=dvidir ;;
742  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
743    dvidir=$ac_optarg ;;
744
745  -enable-* | --enable-*)
746    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
747    # Reject names that are not valid shell variable names.
748    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
749      as_fn_error $? "invalid feature name: $ac_useropt"
750    ac_useropt_orig=$ac_useropt
751    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
752    case $ac_user_opts in
753      *"
754"enable_$ac_useropt"
755"*) ;;
756      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
757	 ac_unrecognized_sep=', ';;
758    esac
759    eval enable_$ac_useropt=\$ac_optarg ;;
760
761  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
762  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
763  | --exec | --exe | --ex)
764    ac_prev=exec_prefix ;;
765  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
766  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
767  | --exec=* | --exe=* | --ex=*)
768    exec_prefix=$ac_optarg ;;
769
770  -gas | --gas | --ga | --g)
771    # Obsolete; use --with-gas.
772    with_gas=yes ;;
773
774  -help | --help | --hel | --he | -h)
775    ac_init_help=long ;;
776  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
777    ac_init_help=recursive ;;
778  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
779    ac_init_help=short ;;
780
781  -host | --host | --hos | --ho)
782    ac_prev=host_alias ;;
783  -host=* | --host=* | --hos=* | --ho=*)
784    host_alias=$ac_optarg ;;
785
786  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
787    ac_prev=htmldir ;;
788  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
789  | --ht=*)
790    htmldir=$ac_optarg ;;
791
792  -includedir | --includedir | --includedi | --included | --include \
793  | --includ | --inclu | --incl | --inc)
794    ac_prev=includedir ;;
795  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
796  | --includ=* | --inclu=* | --incl=* | --inc=*)
797    includedir=$ac_optarg ;;
798
799  -infodir | --infodir | --infodi | --infod | --info | --inf)
800    ac_prev=infodir ;;
801  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
802    infodir=$ac_optarg ;;
803
804  -libdir | --libdir | --libdi | --libd)
805    ac_prev=libdir ;;
806  -libdir=* | --libdir=* | --libdi=* | --libd=*)
807    libdir=$ac_optarg ;;
808
809  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
810  | --libexe | --libex | --libe)
811    ac_prev=libexecdir ;;
812  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
813  | --libexe=* | --libex=* | --libe=*)
814    libexecdir=$ac_optarg ;;
815
816  -localedir | --localedir | --localedi | --localed | --locale)
817    ac_prev=localedir ;;
818  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
819    localedir=$ac_optarg ;;
820
821  -localstatedir | --localstatedir | --localstatedi | --localstated \
822  | --localstate | --localstat | --localsta | --localst | --locals)
823    ac_prev=localstatedir ;;
824  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
825  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
826    localstatedir=$ac_optarg ;;
827
828  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
829    ac_prev=mandir ;;
830  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
831    mandir=$ac_optarg ;;
832
833  -nfp | --nfp | --nf)
834    # Obsolete; use --without-fp.
835    with_fp=no ;;
836
837  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
838  | --no-cr | --no-c | -n)
839    no_create=yes ;;
840
841  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
842  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
843    no_recursion=yes ;;
844
845  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
846  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
847  | --oldin | --oldi | --old | --ol | --o)
848    ac_prev=oldincludedir ;;
849  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
850  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
851  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
852    oldincludedir=$ac_optarg ;;
853
854  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
855    ac_prev=prefix ;;
856  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
857    prefix=$ac_optarg ;;
858
859  -program-prefix | --program-prefix | --program-prefi | --program-pref \
860  | --program-pre | --program-pr | --program-p)
861    ac_prev=program_prefix ;;
862  -program-prefix=* | --program-prefix=* | --program-prefi=* \
863  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
864    program_prefix=$ac_optarg ;;
865
866  -program-suffix | --program-suffix | --program-suffi | --program-suff \
867  | --program-suf | --program-su | --program-s)
868    ac_prev=program_suffix ;;
869  -program-suffix=* | --program-suffix=* | --program-suffi=* \
870  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
871    program_suffix=$ac_optarg ;;
872
873  -program-transform-name | --program-transform-name \
874  | --program-transform-nam | --program-transform-na \
875  | --program-transform-n | --program-transform- \
876  | --program-transform | --program-transfor \
877  | --program-transfo | --program-transf \
878  | --program-trans | --program-tran \
879  | --progr-tra | --program-tr | --program-t)
880    ac_prev=program_transform_name ;;
881  -program-transform-name=* | --program-transform-name=* \
882  | --program-transform-nam=* | --program-transform-na=* \
883  | --program-transform-n=* | --program-transform-=* \
884  | --program-transform=* | --program-transfor=* \
885  | --program-transfo=* | --program-transf=* \
886  | --program-trans=* | --program-tran=* \
887  | --progr-tra=* | --program-tr=* | --program-t=*)
888    program_transform_name=$ac_optarg ;;
889
890  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
891    ac_prev=pdfdir ;;
892  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
893    pdfdir=$ac_optarg ;;
894
895  -psdir | --psdir | --psdi | --psd | --ps)
896    ac_prev=psdir ;;
897  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
898    psdir=$ac_optarg ;;
899
900  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
901  | -silent | --silent | --silen | --sile | --sil)
902    silent=yes ;;
903
904  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
905    ac_prev=sbindir ;;
906  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
907  | --sbi=* | --sb=*)
908    sbindir=$ac_optarg ;;
909
910  -sharedstatedir | --sharedstatedir | --sharedstatedi \
911  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
912  | --sharedst | --shareds | --shared | --share | --shar \
913  | --sha | --sh)
914    ac_prev=sharedstatedir ;;
915  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
916  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
917  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
918  | --sha=* | --sh=*)
919    sharedstatedir=$ac_optarg ;;
920
921  -site | --site | --sit)
922    ac_prev=site ;;
923  -site=* | --site=* | --sit=*)
924    site=$ac_optarg ;;
925
926  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
927    ac_prev=srcdir ;;
928  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
929    srcdir=$ac_optarg ;;
930
931  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
932  | --syscon | --sysco | --sysc | --sys | --sy)
933    ac_prev=sysconfdir ;;
934  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
935  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
936    sysconfdir=$ac_optarg ;;
937
938  -target | --target | --targe | --targ | --tar | --ta | --t)
939    ac_prev=target_alias ;;
940  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
941    target_alias=$ac_optarg ;;
942
943  -v | -verbose | --verbose | --verbos | --verbo | --verb)
944    verbose=yes ;;
945
946  -version | --version | --versio | --versi | --vers | -V)
947    ac_init_version=: ;;
948
949  -with-* | --with-*)
950    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
951    # Reject names that are not valid shell variable names.
952    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
953      as_fn_error $? "invalid package name: $ac_useropt"
954    ac_useropt_orig=$ac_useropt
955    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
956    case $ac_user_opts in
957      *"
958"with_$ac_useropt"
959"*) ;;
960      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
961	 ac_unrecognized_sep=', ';;
962    esac
963    eval with_$ac_useropt=\$ac_optarg ;;
964
965  -without-* | --without-*)
966    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
967    # Reject names that are not valid shell variable names.
968    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
969      as_fn_error $? "invalid package name: $ac_useropt"
970    ac_useropt_orig=$ac_useropt
971    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
972    case $ac_user_opts in
973      *"
974"with_$ac_useropt"
975"*) ;;
976      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
977	 ac_unrecognized_sep=', ';;
978    esac
979    eval with_$ac_useropt=no ;;
980
981  --x)
982    # Obsolete; use --with-x.
983    with_x=yes ;;
984
985  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
986  | --x-incl | --x-inc | --x-in | --x-i)
987    ac_prev=x_includes ;;
988  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
989  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
990    x_includes=$ac_optarg ;;
991
992  -x-libraries | --x-libraries | --x-librarie | --x-librari \
993  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
994    ac_prev=x_libraries ;;
995  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
996  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
997    x_libraries=$ac_optarg ;;
998
999  -*) as_fn_error $? "unrecognized option: \`$ac_option'
1000Try \`$0 --help' for more information"
1001    ;;
1002
1003  *=*)
1004    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1005    # Reject names that are not valid shell variable names.
1006    case $ac_envvar in #(
1007      '' | [0-9]* | *[!_$as_cr_alnum]* )
1008      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1009    esac
1010    eval $ac_envvar=\$ac_optarg
1011    export $ac_envvar ;;
1012
1013  *)
1014    # FIXME: should be removed in autoconf 3.0.
1015    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1016    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1017      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1018    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1019    ;;
1020
1021  esac
1022done
1023
1024if test -n "$ac_prev"; then
1025  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1026  as_fn_error $? "missing argument to $ac_option"
1027fi
1028
1029if test -n "$ac_unrecognized_opts"; then
1030  case $enable_option_checking in
1031    no) ;;
1032    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1033    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1034  esac
1035fi
1036
1037# Check all directory arguments for consistency.
1038for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
1039		datadir sysconfdir sharedstatedir localstatedir includedir \
1040		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1041		libdir localedir mandir
1042do
1043  eval ac_val=\$$ac_var
1044  # Remove trailing slashes.
1045  case $ac_val in
1046    */ )
1047      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1048      eval $ac_var=\$ac_val;;
1049  esac
1050  # Be sure to have absolute directory names.
1051  case $ac_val in
1052    [\\/$]* | ?:[\\/]* )  continue;;
1053    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1054  esac
1055  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1056done
1057
1058# There might be people who depend on the old broken behavior: `$host'
1059# used to hold the argument of --host etc.
1060# FIXME: To remove some day.
1061build=$build_alias
1062host=$host_alias
1063target=$target_alias
1064
1065# FIXME: To remove some day.
1066if test "x$host_alias" != x; then
1067  if test "x$build_alias" = x; then
1068    cross_compiling=maybe
1069    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1070    If a cross compiler is detected then cross compile mode will be used" >&2
1071  elif test "x$build_alias" != "x$host_alias"; then
1072    cross_compiling=yes
1073  fi
1074fi
1075
1076ac_tool_prefix=
1077test -n "$host_alias" && ac_tool_prefix=$host_alias-
1078
1079test "$silent" = yes && exec 6>/dev/null
1080
1081
1082ac_pwd=`pwd` && test -n "$ac_pwd" &&
1083ac_ls_di=`ls -di .` &&
1084ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1085  as_fn_error $? "working directory cannot be determined"
1086test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1087  as_fn_error $? "pwd does not report name of working directory"
1088
1089
1090# Find the source files, if location was not specified.
1091if test -z "$srcdir"; then
1092  ac_srcdir_defaulted=yes
1093  # Try the directory containing this script, then the parent directory.
1094  ac_confdir=`$as_dirname -- "$as_myself" ||
1095$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1096	 X"$as_myself" : 'X\(//\)[^/]' \| \
1097	 X"$as_myself" : 'X\(//\)$' \| \
1098	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1099$as_echo X"$as_myself" |
1100    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1101	    s//\1/
1102	    q
1103	  }
1104	  /^X\(\/\/\)[^/].*/{
1105	    s//\1/
1106	    q
1107	  }
1108	  /^X\(\/\/\)$/{
1109	    s//\1/
1110	    q
1111	  }
1112	  /^X\(\/\).*/{
1113	    s//\1/
1114	    q
1115	  }
1116	  s/.*/./; q'`
1117  srcdir=$ac_confdir
1118  if test ! -r "$srcdir/$ac_unique_file"; then
1119    srcdir=..
1120  fi
1121else
1122  ac_srcdir_defaulted=no
1123fi
1124if test ! -r "$srcdir/$ac_unique_file"; then
1125  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1126  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1127fi
1128ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1129ac_abs_confdir=`(
1130	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1131	pwd)`
1132# When building in place, set srcdir=.
1133if test "$ac_abs_confdir" = "$ac_pwd"; then
1134  srcdir=.
1135fi
1136# Remove unnecessary trailing slashes from srcdir.
1137# Double slashes in file names in object file debugging info
1138# mess up M-x gdb in Emacs.
1139case $srcdir in
1140*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1141esac
1142for ac_var in $ac_precious_vars; do
1143  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1144  eval ac_env_${ac_var}_value=\$${ac_var}
1145  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1146  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1147done
1148
1149#
1150# Report the --help message.
1151#
1152if test "$ac_init_help" = "long"; then
1153  # Omit some internal or obsolete options to make the list less imposing.
1154  # This message is too long to be a string in the A/UX 3.1 sh.
1155  cat <<_ACEOF
1156\`configure' configures this package to adapt to many kinds of systems.
1157
1158Usage: $0 [OPTION]... [VAR=VALUE]...
1159
1160To assign environment variables (e.g., CC, CFLAGS...), specify them as
1161VAR=VALUE.  See below for descriptions of some of the useful variables.
1162
1163Defaults for the options are specified in brackets.
1164
1165Configuration:
1166  -h, --help              display this help and exit
1167      --help=short        display options specific to this package
1168      --help=recursive    display the short help of all the included packages
1169  -V, --version           display version information and exit
1170  -q, --quiet, --silent   do not print \`checking ...' messages
1171      --cache-file=FILE   cache test results in FILE [disabled]
1172  -C, --config-cache      alias for \`--cache-file=config.cache'
1173  -n, --no-create         do not create output files
1174      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1175
1176Installation directories:
1177  --prefix=PREFIX         install architecture-independent files in PREFIX
1178                          [$ac_default_prefix]
1179  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1180                          [PREFIX]
1181
1182By default, \`make install' will install all the files in
1183\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1184an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1185for instance \`--prefix=\$HOME'.
1186
1187For better control, use the options below.
1188
1189Fine tuning of the installation directories:
1190  --bindir=DIR            user executables [EPREFIX/bin]
1191  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1192  --libexecdir=DIR        program executables [EPREFIX/libexec]
1193  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1194  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1195  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1196  --libdir=DIR            object code libraries [EPREFIX/lib]
1197  --includedir=DIR        C header files [PREFIX/include]
1198  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1199  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1200  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1201  --infodir=DIR           info documentation [DATAROOTDIR/info]
1202  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1203  --mandir=DIR            man documentation [DATAROOTDIR/man]
1204  --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
1205  --htmldir=DIR           html documentation [DOCDIR]
1206  --dvidir=DIR            dvi documentation [DOCDIR]
1207  --pdfdir=DIR            pdf documentation [DOCDIR]
1208  --psdir=DIR             ps documentation [DOCDIR]
1209_ACEOF
1210
1211  cat <<\_ACEOF
1212_ACEOF
1213fi
1214
1215if test -n "$ac_init_help"; then
1216
1217  cat <<\_ACEOF
1218
1219Optional Features:
1220  --disable-option-checking  ignore unrecognized --enable/--with options
1221  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1222  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1223  --enable-debug-log  		Enable debug logging
1224
1225Report bugs to the package provider.
1226_ACEOF
1227ac_status=$?
1228fi
1229
1230if test "$ac_init_help" = "recursive"; then
1231  # If there are subdirs, report their specific --help.
1232  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1233    test -d "$ac_dir" ||
1234      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1235      continue
1236    ac_builddir=.
1237
1238case "$ac_dir" in
1239.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1240*)
1241  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1242  # A ".." for each directory in $ac_dir_suffix.
1243  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1244  case $ac_top_builddir_sub in
1245  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1246  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1247  esac ;;
1248esac
1249ac_abs_top_builddir=$ac_pwd
1250ac_abs_builddir=$ac_pwd$ac_dir_suffix
1251# for backward compatibility:
1252ac_top_builddir=$ac_top_build_prefix
1253
1254case $srcdir in
1255  .)  # We are building in place.
1256    ac_srcdir=.
1257    ac_top_srcdir=$ac_top_builddir_sub
1258    ac_abs_top_srcdir=$ac_pwd ;;
1259  [\\/]* | ?:[\\/]* )  # Absolute name.
1260    ac_srcdir=$srcdir$ac_dir_suffix;
1261    ac_top_srcdir=$srcdir
1262    ac_abs_top_srcdir=$srcdir ;;
1263  *) # Relative name.
1264    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1265    ac_top_srcdir=$ac_top_build_prefix$srcdir
1266    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1267esac
1268ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1269
1270    cd "$ac_dir" || { ac_status=$?; continue; }
1271    # Check for guested configure.
1272    if test -f "$ac_srcdir/configure.gnu"; then
1273      echo &&
1274      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1275    elif test -f "$ac_srcdir/configure"; then
1276      echo &&
1277      $SHELL "$ac_srcdir/configure" --help=recursive
1278    else
1279      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1280    fi || ac_status=$?
1281    cd "$ac_pwd" || { ac_status=$?; break; }
1282  done
1283fi
1284
1285test -n "$ac_init_help" && exit $ac_status
1286if $ac_init_version; then
1287  cat <<\_ACEOF
1288configure
1289generated by GNU Autoconf 2.68
1290
1291Copyright (C) 2010 Free Software Foundation, Inc.
1292This configure script is free software; the Free Software Foundation
1293gives unlimited permission to copy, distribute and modify it.
1294_ACEOF
1295  exit
1296fi
1297
1298## ------------------------ ##
1299## Autoconf initialization. ##
1300## ------------------------ ##
1301cat >config.log <<_ACEOF
1302This file contains any messages produced by compilers while
1303running configure, to aid debugging if configure makes a mistake.
1304
1305It was created by $as_me, which was
1306generated by GNU Autoconf 2.68.  Invocation command line was
1307
1308  $ $0 $@
1309
1310_ACEOF
1311exec 5>>config.log
1312{
1313cat <<_ASUNAME
1314## --------- ##
1315## Platform. ##
1316## --------- ##
1317
1318hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1319uname -m = `(uname -m) 2>/dev/null || echo unknown`
1320uname -r = `(uname -r) 2>/dev/null || echo unknown`
1321uname -s = `(uname -s) 2>/dev/null || echo unknown`
1322uname -v = `(uname -v) 2>/dev/null || echo unknown`
1323
1324/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1325/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1326
1327/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1328/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1329/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1330/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1331/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1332/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1333/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1334
1335_ASUNAME
1336
1337as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1338for as_dir in $PATH
1339do
1340  IFS=$as_save_IFS
1341  test -z "$as_dir" && as_dir=.
1342    $as_echo "PATH: $as_dir"
1343  done
1344IFS=$as_save_IFS
1345
1346} >&5
1347
1348cat >&5 <<_ACEOF
1349
1350
1351## ----------- ##
1352## Core tests. ##
1353## ----------- ##
1354
1355_ACEOF
1356
1357
1358# Keep a trace of the command line.
1359# Strip out --no-create and --no-recursion so they do not pile up.
1360# Strip out --silent because we don't want to record it for future runs.
1361# Also quote any args containing shell meta-characters.
1362# Make two passes to allow for proper duplicate-argument suppression.
1363ac_configure_args=
1364ac_configure_args0=
1365ac_configure_args1=
1366ac_must_keep_next=false
1367for ac_pass in 1 2
1368do
1369  for ac_arg
1370  do
1371    case $ac_arg in
1372    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1373    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1374    | -silent | --silent | --silen | --sile | --sil)
1375      continue ;;
1376    *\'*)
1377      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1378    esac
1379    case $ac_pass in
1380    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1381    2)
1382      as_fn_append ac_configure_args1 " '$ac_arg'"
1383      if test $ac_must_keep_next = true; then
1384	ac_must_keep_next=false # Got value, back to normal.
1385      else
1386	case $ac_arg in
1387	  *=* | --config-cache | -C | -disable-* | --disable-* \
1388	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1389	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1390	  | -with-* | --with-* | -without-* | --without-* | --x)
1391	    case "$ac_configure_args0 " in
1392	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1393	    esac
1394	    ;;
1395	  -* ) ac_must_keep_next=true ;;
1396	esac
1397      fi
1398      as_fn_append ac_configure_args " '$ac_arg'"
1399      ;;
1400    esac
1401  done
1402done
1403{ ac_configure_args0=; unset ac_configure_args0;}
1404{ ac_configure_args1=; unset ac_configure_args1;}
1405
1406# When interrupted or exit'd, cleanup temporary files, and complete
1407# config.log.  We remove comments because anyway the quotes in there
1408# would cause problems or look ugly.
1409# WARNING: Use '\'' to represent an apostrophe within the trap.
1410# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1411trap 'exit_status=$?
1412  # Save into config.log some information that might help in debugging.
1413  {
1414    echo
1415
1416    $as_echo "## ---------------- ##
1417## Cache variables. ##
1418## ---------------- ##"
1419    echo
1420    # The following way of writing the cache mishandles newlines in values,
1421(
1422  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1423    eval ac_val=\$$ac_var
1424    case $ac_val in #(
1425    *${as_nl}*)
1426      case $ac_var in #(
1427      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1428$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1429      esac
1430      case $ac_var in #(
1431      _ | IFS | as_nl) ;; #(
1432      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1433      *) { eval $ac_var=; unset $ac_var;} ;;
1434      esac ;;
1435    esac
1436  done
1437  (set) 2>&1 |
1438    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1439    *${as_nl}ac_space=\ *)
1440      sed -n \
1441	"s/'\''/'\''\\\\'\'''\''/g;
1442	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1443      ;; #(
1444    *)
1445      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1446      ;;
1447    esac |
1448    sort
1449)
1450    echo
1451
1452    $as_echo "## ----------------- ##
1453## Output variables. ##
1454## ----------------- ##"
1455    echo
1456    for ac_var in $ac_subst_vars
1457    do
1458      eval ac_val=\$$ac_var
1459      case $ac_val in
1460      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1461      esac
1462      $as_echo "$ac_var='\''$ac_val'\''"
1463    done | sort
1464    echo
1465
1466    if test -n "$ac_subst_files"; then
1467      $as_echo "## ------------------- ##
1468## File substitutions. ##
1469## ------------------- ##"
1470      echo
1471      for ac_var in $ac_subst_files
1472      do
1473	eval ac_val=\$$ac_var
1474	case $ac_val in
1475	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1476	esac
1477	$as_echo "$ac_var='\''$ac_val'\''"
1478      done | sort
1479      echo
1480    fi
1481
1482    if test -s confdefs.h; then
1483      $as_echo "## ----------- ##
1484## confdefs.h. ##
1485## ----------- ##"
1486      echo
1487      cat confdefs.h
1488      echo
1489    fi
1490    test "$ac_signal" != 0 &&
1491      $as_echo "$as_me: caught signal $ac_signal"
1492    $as_echo "$as_me: exit $exit_status"
1493  } >&5
1494  rm -f core *.core core.conftest.* &&
1495    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1496    exit $exit_status
1497' 0
1498for ac_signal in 1 2 13 15; do
1499  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1500done
1501ac_signal=0
1502
1503# confdefs.h avoids OS command line length limits that DEFS can exceed.
1504rm -f -r conftest* confdefs.h
1505
1506$as_echo "/* confdefs.h */" > confdefs.h
1507
1508# Predefined preprocessor variables.
1509
1510cat >>confdefs.h <<_ACEOF
1511#define PACKAGE_NAME "$PACKAGE_NAME"
1512_ACEOF
1513
1514cat >>confdefs.h <<_ACEOF
1515#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1516_ACEOF
1517
1518cat >>confdefs.h <<_ACEOF
1519#define PACKAGE_VERSION "$PACKAGE_VERSION"
1520_ACEOF
1521
1522cat >>confdefs.h <<_ACEOF
1523#define PACKAGE_STRING "$PACKAGE_STRING"
1524_ACEOF
1525
1526cat >>confdefs.h <<_ACEOF
1527#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1528_ACEOF
1529
1530cat >>confdefs.h <<_ACEOF
1531#define PACKAGE_URL "$PACKAGE_URL"
1532_ACEOF
1533
1534
1535# Let the site file select an alternate cache file if it wants to.
1536# Prefer an explicitly selected file to automatically selected ones.
1537ac_site_file1=NONE
1538ac_site_file2=NONE
1539if test -n "$CONFIG_SITE"; then
1540  # We do not want a PATH search for config.site.
1541  case $CONFIG_SITE in #((
1542    -*)  ac_site_file1=./$CONFIG_SITE;;
1543    */*) ac_site_file1=$CONFIG_SITE;;
1544    *)   ac_site_file1=./$CONFIG_SITE;;
1545  esac
1546elif test "x$prefix" != xNONE; then
1547  ac_site_file1=$prefix/share/config.site
1548  ac_site_file2=$prefix/etc/config.site
1549else
1550  ac_site_file1=$ac_default_prefix/share/config.site
1551  ac_site_file2=$ac_default_prefix/etc/config.site
1552fi
1553for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1554do
1555  test "x$ac_site_file" = xNONE && continue
1556  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1557    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1558$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1559    sed 's/^/| /' "$ac_site_file" >&5
1560    . "$ac_site_file" \
1561      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1562$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1563as_fn_error $? "failed to load site script $ac_site_file
1564See \`config.log' for more details" "$LINENO" 5; }
1565  fi
1566done
1567
1568if test -r "$cache_file"; then
1569  # Some versions of bash will fail to source /dev/null (special files
1570  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
1571  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1572    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1573$as_echo "$as_me: loading cache $cache_file" >&6;}
1574    case $cache_file in
1575      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1576      *)                      . "./$cache_file";;
1577    esac
1578  fi
1579else
1580  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1581$as_echo "$as_me: creating cache $cache_file" >&6;}
1582  >$cache_file
1583fi
1584
1585# Check that the precious variables saved in the cache have kept the same
1586# value.
1587ac_cache_corrupted=false
1588for ac_var in $ac_precious_vars; do
1589  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1590  eval ac_new_set=\$ac_env_${ac_var}_set
1591  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1592  eval ac_new_val=\$ac_env_${ac_var}_value
1593  case $ac_old_set,$ac_new_set in
1594    set,)
1595      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1596$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1597      ac_cache_corrupted=: ;;
1598    ,set)
1599      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1600$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1601      ac_cache_corrupted=: ;;
1602    ,);;
1603    *)
1604      if test "x$ac_old_val" != "x$ac_new_val"; then
1605	# differences in whitespace do not lead to failure.
1606	ac_old_val_w=`echo x $ac_old_val`
1607	ac_new_val_w=`echo x $ac_new_val`
1608	if test "$ac_old_val_w" != "$ac_new_val_w"; then
1609	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1610$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1611	  ac_cache_corrupted=:
1612	else
1613	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1614$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1615	  eval $ac_var=\$ac_old_val
1616	fi
1617	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1618$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1619	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1620$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1621      fi;;
1622  esac
1623  # Pass precious variables to config.status.
1624  if test "$ac_new_set" = set; then
1625    case $ac_new_val in
1626    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1627    *) ac_arg=$ac_var=$ac_new_val ;;
1628    esac
1629    case " $ac_configure_args " in
1630      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1631      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1632    esac
1633  fi
1634done
1635if $ac_cache_corrupted; then
1636  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1637$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1638  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1639$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1640  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1641fi
1642## -------------------- ##
1643## Main body of script. ##
1644## -------------------- ##
1645
1646ac_ext=c
1647ac_cpp='$CPP $CPPFLAGS'
1648ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1649ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1650ac_compiler_gnu=$ac_cv_c_compiler_gnu
1651
1652
1653
1654if test -z "$GNUSTEP_MAKEFILES"; then
1655  as_fn_error $? "You must run the GNUstep initialization script first!" "$LINENO" 5
1656fi
1657
1658#--------------------------------------------------------------------
1659# Use config.guess, config.sub and install-sh provided by gnustep-make
1660#--------------------------------------------------------------------
1661ac_aux_dir=
1662for ac_dir in $GNUSTEP_MAKEFILES "$srcdir"/$GNUSTEP_MAKEFILES; do
1663  if test -f "$ac_dir/install-sh"; then
1664    ac_aux_dir=$ac_dir
1665    ac_install_sh="$ac_aux_dir/install-sh -c"
1666    break
1667  elif test -f "$ac_dir/install.sh"; then
1668    ac_aux_dir=$ac_dir
1669    ac_install_sh="$ac_aux_dir/install.sh -c"
1670    break
1671  elif test -f "$ac_dir/shtool"; then
1672    ac_aux_dir=$ac_dir
1673    ac_install_sh="$ac_aux_dir/shtool install -c"
1674    break
1675  fi
1676done
1677if test -z "$ac_aux_dir"; then
1678  as_fn_error $? "cannot find install-sh, install.sh, or shtool in $GNUSTEP_MAKEFILES \"$srcdir\"/$GNUSTEP_MAKEFILES" "$LINENO" 5
1679fi
1680
1681# These three variables are undocumented and unsupported,
1682# and are intended to be withdrawn in a future Autoconf release.
1683# They can cause serious problems if a builder's source tree is in a directory
1684# whose full name contains unusual characters.
1685ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1686ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1687ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1688
1689
1690
1691
1692
1693subdirs="$subdirs FModuleAnnotations FModuleContents FModuleCrDate FModuleKind FModuleModDate FModuleName FModuleOwner FModuleSize"
1694
1695
1696ac_config_headers="$ac_config_headers config.h"
1697
1698
1699#--------------------------------------------------------------------
1700# Debug logging
1701#--------------------------------------------------------------------
1702# Check whether --enable-debug_log was given.
1703if test "${enable_debug_log+set}" = set; then :
1704  enableval=$enable_debug_log;
1705else
1706  enable_debug_log=no
1707fi
1708
1709
1710if test "$enable_debug_log" = "no"; then
1711 GW_DEBUG_LOG=0
1712else
1713 GW_DEBUG_LOG=1
1714fi
1715
1716
1717cat >>confdefs.h <<_ACEOF
1718#define GW_DEBUG_LOG $GW_DEBUG_LOG
1719_ACEOF
1720
1721
1722
1723ac_config_files="$ac_config_files GNUmakefile"
1724
1725
1726cat >confcache <<\_ACEOF
1727# This file is a shell script that caches the results of configure
1728# tests run on this system so they can be shared between configure
1729# scripts and configure runs, see configure's option --config-cache.
1730# It is not useful on other systems.  If it contains results you don't
1731# want to keep, you may remove or edit it.
1732#
1733# config.status only pays attention to the cache file if you give it
1734# the --recheck option to rerun configure.
1735#
1736# `ac_cv_env_foo' variables (set or unset) will be overridden when
1737# loading this file, other *unset* `ac_cv_foo' will be assigned the
1738# following values.
1739
1740_ACEOF
1741
1742# The following way of writing the cache mishandles newlines in values,
1743# but we know of no workaround that is simple, portable, and efficient.
1744# So, we kill variables containing newlines.
1745# Ultrix sh set writes to stderr and can't be redirected directly,
1746# and sets the high bit in the cache file unless we assign to the vars.
1747(
1748  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
1749    eval ac_val=\$$ac_var
1750    case $ac_val in #(
1751    *${as_nl}*)
1752      case $ac_var in #(
1753      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1754$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1755      esac
1756      case $ac_var in #(
1757      _ | IFS | as_nl) ;; #(
1758      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1759      *) { eval $ac_var=; unset $ac_var;} ;;
1760      esac ;;
1761    esac
1762  done
1763
1764  (set) 2>&1 |
1765    case $as_nl`(ac_space=' '; set) 2>&1` in #(
1766    *${as_nl}ac_space=\ *)
1767      # `set' does not quote correctly, so add quotes: double-quote
1768      # substitution turns \\\\ into \\, and sed turns \\ into \.
1769      sed -n \
1770	"s/'/'\\\\''/g;
1771	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
1772      ;; #(
1773    *)
1774      # `set' quotes correctly as required by POSIX, so do not add quotes.
1775      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1776      ;;
1777    esac |
1778    sort
1779) |
1780  sed '
1781     /^ac_cv_env_/b end
1782     t clear
1783     :clear
1784     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
1785     t end
1786     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
1787     :end' >>confcache
1788if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
1789  if test -w "$cache_file"; then
1790    if test "x$cache_file" != "x/dev/null"; then
1791      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
1792$as_echo "$as_me: updating cache $cache_file" >&6;}
1793      if test ! -f "$cache_file" || test -h "$cache_file"; then
1794	cat confcache >"$cache_file"
1795      else
1796        case $cache_file in #(
1797        */* | ?:*)
1798	  mv -f confcache "$cache_file"$$ &&
1799	  mv -f "$cache_file"$$ "$cache_file" ;; #(
1800        *)
1801	  mv -f confcache "$cache_file" ;;
1802	esac
1803      fi
1804    fi
1805  else
1806    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
1807$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
1808  fi
1809fi
1810rm -f confcache
1811
1812test "x$prefix" = xNONE && prefix=$ac_default_prefix
1813# Let make expand exec_prefix.
1814test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1815
1816DEFS=-DHAVE_CONFIG_H
1817
1818ac_libobjs=
1819ac_ltlibobjs=
1820U=
1821for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
1822  # 1. Remove the extension, and $U if already installed.
1823  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
1824  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
1825  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
1826  #    will be set to the directory where LIBOBJS objects are built.
1827  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
1828  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
1829done
1830LIBOBJS=$ac_libobjs
1831
1832LTLIBOBJS=$ac_ltlibobjs
1833
1834
1835
1836: "${CONFIG_STATUS=./config.status}"
1837ac_write_fail=0
1838ac_clean_files_save=$ac_clean_files
1839ac_clean_files="$ac_clean_files $CONFIG_STATUS"
1840{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
1841$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
1842as_write_fail=0
1843cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
1844#! $SHELL
1845# Generated by $as_me.
1846# Run this file to recreate the current configuration.
1847# Compiler output produced by configure, useful for debugging
1848# configure, is in config.log if it exists.
1849
1850debug=false
1851ac_cs_recheck=false
1852ac_cs_silent=false
1853
1854SHELL=\${CONFIG_SHELL-$SHELL}
1855export SHELL
1856_ASEOF
1857cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
1858## -------------------- ##
1859## M4sh Initialization. ##
1860## -------------------- ##
1861
1862# Be more Bourne compatible
1863DUALCASE=1; export DUALCASE # for MKS sh
1864if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1865  emulate sh
1866  NULLCMD=:
1867  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1868  # is contrary to our usage.  Disable this feature.
1869  alias -g '${1+"$@"}'='"$@"'
1870  setopt NO_GLOB_SUBST
1871else
1872  case `(set -o) 2>/dev/null` in #(
1873  *posix*) :
1874    set -o posix ;; #(
1875  *) :
1876     ;;
1877esac
1878fi
1879
1880
1881as_nl='
1882'
1883export as_nl
1884# Printing a long string crashes Solaris 7 /usr/bin/printf.
1885as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
1886as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
1887as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
1888# Prefer a ksh shell builtin over an external printf program on Solaris,
1889# but without wasting forks for bash or zsh.
1890if test -z "$BASH_VERSION$ZSH_VERSION" \
1891    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
1892  as_echo='print -r --'
1893  as_echo_n='print -rn --'
1894elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
1895  as_echo='printf %s\n'
1896  as_echo_n='printf %s'
1897else
1898  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
1899    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
1900    as_echo_n='/usr/ucb/echo -n'
1901  else
1902    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
1903    as_echo_n_body='eval
1904      arg=$1;
1905      case $arg in #(
1906      *"$as_nl"*)
1907	expr "X$arg" : "X\\(.*\\)$as_nl";
1908	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
1909      esac;
1910      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
1911    '
1912    export as_echo_n_body
1913    as_echo_n='sh -c $as_echo_n_body as_echo'
1914  fi
1915  export as_echo_body
1916  as_echo='sh -c $as_echo_body as_echo'
1917fi
1918
1919# The user is always right.
1920if test "${PATH_SEPARATOR+set}" != set; then
1921  PATH_SEPARATOR=:
1922  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
1923    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
1924      PATH_SEPARATOR=';'
1925  }
1926fi
1927
1928
1929# IFS
1930# We need space, tab and new line, in precisely that order.  Quoting is
1931# there to prevent editors from complaining about space-tab.
1932# (If _AS_PATH_WALK were called with IFS unset, it would disable word
1933# splitting by setting IFS to empty value.)
1934IFS=" ""	$as_nl"
1935
1936# Find who we are.  Look in the path if we contain no directory separator.
1937as_myself=
1938case $0 in #((
1939  *[\\/]* ) as_myself=$0 ;;
1940  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1941for as_dir in $PATH
1942do
1943  IFS=$as_save_IFS
1944  test -z "$as_dir" && as_dir=.
1945    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
1946  done
1947IFS=$as_save_IFS
1948
1949     ;;
1950esac
1951# We did not find ourselves, most probably we were run as `sh COMMAND'
1952# in which case we are not to be found in the path.
1953if test "x$as_myself" = x; then
1954  as_myself=$0
1955fi
1956if test ! -f "$as_myself"; then
1957  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
1958  exit 1
1959fi
1960
1961# Unset variables that we do not need and which cause bugs (e.g. in
1962# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
1963# suppresses any "Segmentation fault" message there.  '((' could
1964# trigger a bug in pdksh 5.2.14.
1965for as_var in BASH_ENV ENV MAIL MAILPATH
1966do eval test x\${$as_var+set} = xset \
1967  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
1968done
1969PS1='$ '
1970PS2='> '
1971PS4='+ '
1972
1973# NLS nuisances.
1974LC_ALL=C
1975export LC_ALL
1976LANGUAGE=C
1977export LANGUAGE
1978
1979# CDPATH.
1980(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
1981
1982
1983# as_fn_error STATUS ERROR [LINENO LOG_FD]
1984# ----------------------------------------
1985# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
1986# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
1987# script with STATUS, using 1 if that was 0.
1988as_fn_error ()
1989{
1990  as_status=$1; test $as_status -eq 0 && as_status=1
1991  if test "$4"; then
1992    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1993    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
1994  fi
1995  $as_echo "$as_me: error: $2" >&2
1996  as_fn_exit $as_status
1997} # as_fn_error
1998
1999
2000# as_fn_set_status STATUS
2001# -----------------------
2002# Set $? to STATUS, without forking.
2003as_fn_set_status ()
2004{
2005  return $1
2006} # as_fn_set_status
2007
2008# as_fn_exit STATUS
2009# -----------------
2010# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
2011as_fn_exit ()
2012{
2013  set +e
2014  as_fn_set_status $1
2015  exit $1
2016} # as_fn_exit
2017
2018# as_fn_unset VAR
2019# ---------------
2020# Portably unset VAR.
2021as_fn_unset ()
2022{
2023  { eval $1=; unset $1;}
2024}
2025as_unset=as_fn_unset
2026# as_fn_append VAR VALUE
2027# ----------------------
2028# Append the text in VALUE to the end of the definition contained in VAR. Take
2029# advantage of any shell optimizations that allow amortized linear growth over
2030# repeated appends, instead of the typical quadratic growth present in naive
2031# implementations.
2032if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
2033  eval 'as_fn_append ()
2034  {
2035    eval $1+=\$2
2036  }'
2037else
2038  as_fn_append ()
2039  {
2040    eval $1=\$$1\$2
2041  }
2042fi # as_fn_append
2043
2044# as_fn_arith ARG...
2045# ------------------
2046# Perform arithmetic evaluation on the ARGs, and store the result in the
2047# global $as_val. Take advantage of shells that can avoid forks. The arguments
2048# must be portable across $(()) and expr.
2049if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
2050  eval 'as_fn_arith ()
2051  {
2052    as_val=$(( $* ))
2053  }'
2054else
2055  as_fn_arith ()
2056  {
2057    as_val=`expr "$@" || test $? -eq 1`
2058  }
2059fi # as_fn_arith
2060
2061
2062if expr a : '\(a\)' >/dev/null 2>&1 &&
2063   test "X`expr 00001 : '.*\(...\)'`" = X001; then
2064  as_expr=expr
2065else
2066  as_expr=false
2067fi
2068
2069if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
2070  as_basename=basename
2071else
2072  as_basename=false
2073fi
2074
2075if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
2076  as_dirname=dirname
2077else
2078  as_dirname=false
2079fi
2080
2081as_me=`$as_basename -- "$0" ||
2082$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2083	 X"$0" : 'X\(//\)$' \| \
2084	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2085$as_echo X/"$0" |
2086    sed '/^.*\/\([^/][^/]*\)\/*$/{
2087	    s//\1/
2088	    q
2089	  }
2090	  /^X\/\(\/\/\)$/{
2091	    s//\1/
2092	    q
2093	  }
2094	  /^X\/\(\/\).*/{
2095	    s//\1/
2096	    q
2097	  }
2098	  s/.*/./; q'`
2099
2100# Avoid depending upon Character Ranges.
2101as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2102as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2103as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2104as_cr_digits='0123456789'
2105as_cr_alnum=$as_cr_Letters$as_cr_digits
2106
2107ECHO_C= ECHO_N= ECHO_T=
2108case `echo -n x` in #(((((
2109-n*)
2110  case `echo 'xy\c'` in
2111  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
2112  xy)  ECHO_C='\c';;
2113  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
2114       ECHO_T='	';;
2115  esac;;
2116*)
2117  ECHO_N='-n';;
2118esac
2119
2120rm -f conf$$ conf$$.exe conf$$.file
2121if test -d conf$$.dir; then
2122  rm -f conf$$.dir/conf$$.file
2123else
2124  rm -f conf$$.dir
2125  mkdir conf$$.dir 2>/dev/null
2126fi
2127if (echo >conf$$.file) 2>/dev/null; then
2128  if ln -s conf$$.file conf$$ 2>/dev/null; then
2129    as_ln_s='ln -s'
2130    # ... but there are two gotchas:
2131    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2132    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
2133    # In both cases, we have to default to `cp -p'.
2134    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2135      as_ln_s='cp -p'
2136  elif ln conf$$.file conf$$ 2>/dev/null; then
2137    as_ln_s=ln
2138  else
2139    as_ln_s='cp -p'
2140  fi
2141else
2142  as_ln_s='cp -p'
2143fi
2144rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2145rmdir conf$$.dir 2>/dev/null
2146
2147
2148# as_fn_mkdir_p
2149# -------------
2150# Create "$as_dir" as a directory, including parents if necessary.
2151as_fn_mkdir_p ()
2152{
2153
2154  case $as_dir in #(
2155  -*) as_dir=./$as_dir;;
2156  esac
2157  test -d "$as_dir" || eval $as_mkdir_p || {
2158    as_dirs=
2159    while :; do
2160      case $as_dir in #(
2161      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
2162      *) as_qdir=$as_dir;;
2163      esac
2164      as_dirs="'$as_qdir' $as_dirs"
2165      as_dir=`$as_dirname -- "$as_dir" ||
2166$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2167	 X"$as_dir" : 'X\(//\)[^/]' \| \
2168	 X"$as_dir" : 'X\(//\)$' \| \
2169	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
2170$as_echo X"$as_dir" |
2171    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2172	    s//\1/
2173	    q
2174	  }
2175	  /^X\(\/\/\)[^/].*/{
2176	    s//\1/
2177	    q
2178	  }
2179	  /^X\(\/\/\)$/{
2180	    s//\1/
2181	    q
2182	  }
2183	  /^X\(\/\).*/{
2184	    s//\1/
2185	    q
2186	  }
2187	  s/.*/./; q'`
2188      test -d "$as_dir" && break
2189    done
2190    test -z "$as_dirs" || eval "mkdir $as_dirs"
2191  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
2192
2193
2194} # as_fn_mkdir_p
2195if mkdir -p . 2>/dev/null; then
2196  as_mkdir_p='mkdir -p "$as_dir"'
2197else
2198  test -d ./-p && rmdir ./-p
2199  as_mkdir_p=false
2200fi
2201
2202if test -x / >/dev/null 2>&1; then
2203  as_test_x='test -x'
2204else
2205  if ls -dL / >/dev/null 2>&1; then
2206    as_ls_L_option=L
2207  else
2208    as_ls_L_option=
2209  fi
2210  as_test_x='
2211    eval sh -c '\''
2212      if test -d "$1"; then
2213	test -d "$1/.";
2214      else
2215	case $1 in #(
2216	-*)set "./$1";;
2217	esac;
2218	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
2219	???[sx]*):;;*)false;;esac;fi
2220    '\'' sh
2221  '
2222fi
2223as_executable_p=$as_test_x
2224
2225# Sed expression to map a string onto a valid CPP name.
2226as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2227
2228# Sed expression to map a string onto a valid variable name.
2229as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2230
2231
2232exec 6>&1
2233## ----------------------------------- ##
2234## Main body of $CONFIG_STATUS script. ##
2235## ----------------------------------- ##
2236_ASEOF
2237test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
2238
2239cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2240# Save the log message, to keep $0 and so on meaningful, and to
2241# report actual input values of CONFIG_FILES etc. instead of their
2242# values after options handling.
2243ac_log="
2244This file was extended by $as_me, which was
2245generated by GNU Autoconf 2.68.  Invocation command line was
2246
2247  CONFIG_FILES    = $CONFIG_FILES
2248  CONFIG_HEADERS  = $CONFIG_HEADERS
2249  CONFIG_LINKS    = $CONFIG_LINKS
2250  CONFIG_COMMANDS = $CONFIG_COMMANDS
2251  $ $0 $@
2252
2253on `(hostname || uname -n) 2>/dev/null | sed 1q`
2254"
2255
2256_ACEOF
2257
2258case $ac_config_files in *"
2259"*) set x $ac_config_files; shift; ac_config_files=$*;;
2260esac
2261
2262case $ac_config_headers in *"
2263"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
2264esac
2265
2266
2267cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2268# Files that config.status was made for.
2269config_files="$ac_config_files"
2270config_headers="$ac_config_headers"
2271
2272_ACEOF
2273
2274cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2275ac_cs_usage="\
2276\`$as_me' instantiates files and other configuration actions
2277from templates according to the current configuration.  Unless the files
2278and actions are specified as TAGs, all are instantiated by default.
2279
2280Usage: $0 [OPTION]... [TAG]...
2281
2282  -h, --help       print this help, then exit
2283  -V, --version    print version number and configuration settings, then exit
2284      --config     print configuration, then exit
2285  -q, --quiet, --silent
2286                   do not print progress messages
2287  -d, --debug      don't remove temporary files
2288      --recheck    update $as_me by reconfiguring in the same conditions
2289      --file=FILE[:TEMPLATE]
2290                   instantiate the configuration file FILE
2291      --header=FILE[:TEMPLATE]
2292                   instantiate the configuration header FILE
2293
2294Configuration files:
2295$config_files
2296
2297Configuration headers:
2298$config_headers
2299
2300Report bugs to the package provider."
2301
2302_ACEOF
2303cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2304ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2305ac_cs_version="\\
2306config.status
2307configured by $0, generated by GNU Autoconf 2.68,
2308  with options \\"\$ac_cs_config\\"
2309
2310Copyright (C) 2010 Free Software Foundation, Inc.
2311This config.status script is free software; the Free Software Foundation
2312gives unlimited permission to copy, distribute and modify it."
2313
2314ac_pwd='$ac_pwd'
2315srcdir='$srcdir'
2316test -n "\$AWK" || AWK=awk
2317_ACEOF
2318
2319cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2320# The default lists apply if the user does not specify any file.
2321ac_need_defaults=:
2322while test $# != 0
2323do
2324  case $1 in
2325  --*=?*)
2326    ac_option=`expr "X$1" : 'X\([^=]*\)='`
2327    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
2328    ac_shift=:
2329    ;;
2330  --*=)
2331    ac_option=`expr "X$1" : 'X\([^=]*\)='`
2332    ac_optarg=
2333    ac_shift=:
2334    ;;
2335  *)
2336    ac_option=$1
2337    ac_optarg=$2
2338    ac_shift=shift
2339    ;;
2340  esac
2341
2342  case $ac_option in
2343  # Handling of the options.
2344  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2345    ac_cs_recheck=: ;;
2346  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
2347    $as_echo "$ac_cs_version"; exit ;;
2348  --config | --confi | --conf | --con | --co | --c )
2349    $as_echo "$ac_cs_config"; exit ;;
2350  --debug | --debu | --deb | --de | --d | -d )
2351    debug=: ;;
2352  --file | --fil | --fi | --f )
2353    $ac_shift
2354    case $ac_optarg in
2355    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
2356    '') as_fn_error $? "missing file argument" ;;
2357    esac
2358    as_fn_append CONFIG_FILES " '$ac_optarg'"
2359    ac_need_defaults=false;;
2360  --header | --heade | --head | --hea )
2361    $ac_shift
2362    case $ac_optarg in
2363    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
2364    esac
2365    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
2366    ac_need_defaults=false;;
2367  --he | --h)
2368    # Conflict between --help and --header
2369    as_fn_error $? "ambiguous option: \`$1'
2370Try \`$0 --help' for more information.";;
2371  --help | --hel | -h )
2372    $as_echo "$ac_cs_usage"; exit ;;
2373  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2374  | -silent | --silent | --silen | --sile | --sil | --si | --s)
2375    ac_cs_silent=: ;;
2376
2377  # This is an error.
2378  -*) as_fn_error $? "unrecognized option: \`$1'
2379Try \`$0 --help' for more information." ;;
2380
2381  *) as_fn_append ac_config_targets " $1"
2382     ac_need_defaults=false ;;
2383
2384  esac
2385  shift
2386done
2387
2388ac_configure_extra_args=
2389
2390if $ac_cs_silent; then
2391  exec 6>/dev/null
2392  ac_configure_extra_args="$ac_configure_extra_args --silent"
2393fi
2394
2395_ACEOF
2396cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2397if \$ac_cs_recheck; then
2398  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2399  shift
2400  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
2401  CONFIG_SHELL='$SHELL'
2402  export CONFIG_SHELL
2403  exec "\$@"
2404fi
2405
2406_ACEOF
2407cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2408exec 5>>config.log
2409{
2410  echo
2411  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2412## Running $as_me. ##
2413_ASBOX
2414  $as_echo "$ac_log"
2415} >&5
2416
2417_ACEOF
2418cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2419_ACEOF
2420
2421cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2422
2423# Handling of arguments.
2424for ac_config_target in $ac_config_targets
2425do
2426  case $ac_config_target in
2427    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
2428    "GNUmakefile") CONFIG_FILES="$CONFIG_FILES GNUmakefile" ;;
2429
2430  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
2431  esac
2432done
2433
2434
2435# If the user did not use the arguments to specify the items to instantiate,
2436# then the envvar interface is used.  Set only those that are not.
2437# We use the long form for the default assignment because of an extremely
2438# bizarre bug on SunOS 4.1.3.
2439if $ac_need_defaults; then
2440  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
2441  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
2442fi
2443
2444# Have a temporary directory for convenience.  Make it in the build tree
2445# simply because there is no reason against having it here, and in addition,
2446# creating and moving files from /tmp can sometimes cause problems.
2447# Hook for its removal unless debugging.
2448# Note that there is a small window in which the directory will not be cleaned:
2449# after its creation but before its name has been assigned to `$tmp'.
2450$debug ||
2451{
2452  tmp= ac_tmp=
2453  trap 'exit_status=$?
2454  : "${ac_tmp:=$tmp}"
2455  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
2456' 0
2457  trap 'as_fn_exit 1' 1 2 13 15
2458}
2459# Create a (secure) tmp directory for tmp files.
2460
2461{
2462  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
2463  test -d "$tmp"
2464}  ||
2465{
2466  tmp=./conf$$-$RANDOM
2467  (umask 077 && mkdir "$tmp")
2468} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
2469ac_tmp=$tmp
2470
2471# Set up the scripts for CONFIG_FILES section.
2472# No need to generate them if there are no CONFIG_FILES.
2473# This happens for instance with `./config.status config.h'.
2474if test -n "$CONFIG_FILES"; then
2475
2476
2477ac_cr=`echo X | tr X '\015'`
2478# On cygwin, bash can eat \r inside `` if the user requested igncr.
2479# But we know of no other shell where ac_cr would be empty at this
2480# point, so we can use a bashism as a fallback.
2481if test "x$ac_cr" = x; then
2482  eval ac_cr=\$\'\\r\'
2483fi
2484ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
2485if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
2486  ac_cs_awk_cr='\\r'
2487else
2488  ac_cs_awk_cr=$ac_cr
2489fi
2490
2491echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
2492_ACEOF
2493
2494
2495{
2496  echo "cat >conf$$subs.awk <<_ACEOF" &&
2497  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
2498  echo "_ACEOF"
2499} >conf$$subs.sh ||
2500  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
2501ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
2502ac_delim='%!_!# '
2503for ac_last_try in false false false false false :; do
2504  . ./conf$$subs.sh ||
2505    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
2506
2507  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
2508  if test $ac_delim_n = $ac_delim_num; then
2509    break
2510  elif $ac_last_try; then
2511    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
2512  else
2513    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
2514  fi
2515done
2516rm -f conf$$subs.sh
2517
2518cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2519cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
2520_ACEOF
2521sed -n '
2522h
2523s/^/S["/; s/!.*/"]=/
2524p
2525g
2526s/^[^!]*!//
2527:repl
2528t repl
2529s/'"$ac_delim"'$//
2530t delim
2531:nl
2532h
2533s/\(.\{148\}\)..*/\1/
2534t more1
2535s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
2536p
2537n
2538b repl
2539:more1
2540s/["\\]/\\&/g; s/^/"/; s/$/"\\/
2541p
2542g
2543s/.\{148\}//
2544t nl
2545:delim
2546h
2547s/\(.\{148\}\)..*/\1/
2548t more2
2549s/["\\]/\\&/g; s/^/"/; s/$/"/
2550p
2551b
2552:more2
2553s/["\\]/\\&/g; s/^/"/; s/$/"\\/
2554p
2555g
2556s/.\{148\}//
2557t delim
2558' <conf$$subs.awk | sed '
2559/^[^""]/{
2560  N
2561  s/\n//
2562}
2563' >>$CONFIG_STATUS || ac_write_fail=1
2564rm -f conf$$subs.awk
2565cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2566_ACAWK
2567cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
2568  for (key in S) S_is_set[key] = 1
2569  FS = ""
2570
2571}
2572{
2573  line = $ 0
2574  nfields = split(line, field, "@")
2575  substed = 0
2576  len = length(field[1])
2577  for (i = 2; i < nfields; i++) {
2578    key = field[i]
2579    keylen = length(key)
2580    if (S_is_set[key]) {
2581      value = S[key]
2582      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
2583      len += length(value) + length(field[++i])
2584      substed = 1
2585    } else
2586      len += 1 + keylen
2587  }
2588
2589  print line
2590}
2591
2592_ACAWK
2593_ACEOF
2594cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2595if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
2596  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
2597else
2598  cat
2599fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
2600  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
2601_ACEOF
2602
2603# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
2604# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
2605# trailing colons and then remove the whole line if VPATH becomes empty
2606# (actually we leave an empty line to preserve line numbers).
2607if test "x$srcdir" = x.; then
2608  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
2609h
2610s///
2611s/^/:/
2612s/[	 ]*$/:/
2613s/:\$(srcdir):/:/g
2614s/:\${srcdir}:/:/g
2615s/:@srcdir@:/:/g
2616s/^:*//
2617s/:*$//
2618x
2619s/\(=[	 ]*\).*/\1/
2620G
2621s/\n//
2622s/^[^=]*=[	 ]*$//
2623}'
2624fi
2625
2626cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2627fi # test -n "$CONFIG_FILES"
2628
2629# Set up the scripts for CONFIG_HEADERS section.
2630# No need to generate them if there are no CONFIG_HEADERS.
2631# This happens for instance with `./config.status Makefile'.
2632if test -n "$CONFIG_HEADERS"; then
2633cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
2634BEGIN {
2635_ACEOF
2636
2637# Transform confdefs.h into an awk script `defines.awk', embedded as
2638# here-document in config.status, that substitutes the proper values into
2639# config.h.in to produce config.h.
2640
2641# Create a delimiter string that does not exist in confdefs.h, to ease
2642# handling of long lines.
2643ac_delim='%!_!# '
2644for ac_last_try in false false :; do
2645  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
2646  if test -z "$ac_tt"; then
2647    break
2648  elif $ac_last_try; then
2649    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
2650  else
2651    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
2652  fi
2653done
2654
2655# For the awk script, D is an array of macro values keyed by name,
2656# likewise P contains macro parameters if any.  Preserve backslash
2657# newline sequences.
2658
2659ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
2660sed -n '
2661s/.\{148\}/&'"$ac_delim"'/g
2662t rset
2663:rset
2664s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
2665t def
2666d
2667:def
2668s/\\$//
2669t bsnl
2670s/["\\]/\\&/g
2671s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
2672D["\1"]=" \3"/p
2673s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2"/p
2674d
2675:bsnl
2676s/["\\]/\\&/g
2677s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
2678D["\1"]=" \3\\\\\\n"\\/p
2679t cont
2680s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
2681t cont
2682d
2683:cont
2684n
2685s/.\{148\}/&'"$ac_delim"'/g
2686t clear
2687:clear
2688s/\\$//
2689t bsnlc
2690s/["\\]/\\&/g; s/^/"/; s/$/"/p
2691d
2692:bsnlc
2693s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
2694b cont
2695' <confdefs.h | sed '
2696s/'"$ac_delim"'/"\\\
2697"/g' >>$CONFIG_STATUS || ac_write_fail=1
2698
2699cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2700  for (key in D) D_is_set[key] = 1
2701  FS = ""
2702}
2703/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
2704  line = \$ 0
2705  split(line, arg, " ")
2706  if (arg[1] == "#") {
2707    defundef = arg[2]
2708    mac1 = arg[3]
2709  } else {
2710    defundef = substr(arg[1], 2)
2711    mac1 = arg[2]
2712  }
2713  split(mac1, mac2, "(") #)
2714  macro = mac2[1]
2715  prefix = substr(line, 1, index(line, defundef) - 1)
2716  if (D_is_set[macro]) {
2717    # Preserve the white space surrounding the "#".
2718    print prefix "define", macro P[macro] D[macro]
2719    next
2720  } else {
2721    # Replace #undef with comments.  This is necessary, for example,
2722    # in the case of _POSIX_SOURCE, which is predefined and required
2723    # on some systems where configure will not decide to define it.
2724    if (defundef == "undef") {
2725      print "/*", prefix defundef, macro, "*/"
2726      next
2727    }
2728  }
2729}
2730{ print }
2731_ACAWK
2732_ACEOF
2733cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2734  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
2735fi # test -n "$CONFIG_HEADERS"
2736
2737
2738eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    "
2739shift
2740for ac_tag
2741do
2742  case $ac_tag in
2743  :[FHLC]) ac_mode=$ac_tag; continue;;
2744  esac
2745  case $ac_mode$ac_tag in
2746  :[FHL]*:*);;
2747  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
2748  :[FH]-) ac_tag=-:-;;
2749  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
2750  esac
2751  ac_save_IFS=$IFS
2752  IFS=:
2753  set x $ac_tag
2754  IFS=$ac_save_IFS
2755  shift
2756  ac_file=$1
2757  shift
2758
2759  case $ac_mode in
2760  :L) ac_source=$1;;
2761  :[FH])
2762    ac_file_inputs=
2763    for ac_f
2764    do
2765      case $ac_f in
2766      -) ac_f="$ac_tmp/stdin";;
2767      *) # Look for the file first in the build tree, then in the source tree
2768	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
2769	 # because $ac_f cannot contain `:'.
2770	 test -f "$ac_f" ||
2771	   case $ac_f in
2772	   [\\/$]*) false;;
2773	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
2774	   esac ||
2775	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
2776      esac
2777      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
2778      as_fn_append ac_file_inputs " '$ac_f'"
2779    done
2780
2781    # Let's still pretend it is `configure' which instantiates (i.e., don't
2782    # use $as_me), people would be surprised to read:
2783    #    /* config.h.  Generated by config.status.  */
2784    configure_input='Generated from '`
2785	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
2786	`' by configure.'
2787    if test x"$ac_file" != x-; then
2788      configure_input="$ac_file.  $configure_input"
2789      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
2790$as_echo "$as_me: creating $ac_file" >&6;}
2791    fi
2792    # Neutralize special characters interpreted by sed in replacement strings.
2793    case $configure_input in #(
2794    *\&* | *\|* | *\\* )
2795       ac_sed_conf_input=`$as_echo "$configure_input" |
2796       sed 's/[\\\\&|]/\\\\&/g'`;; #(
2797    *) ac_sed_conf_input=$configure_input;;
2798    esac
2799
2800    case $ac_tag in
2801    *:-:* | *:-) cat >"$ac_tmp/stdin" \
2802      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
2803    esac
2804    ;;
2805  esac
2806
2807  ac_dir=`$as_dirname -- "$ac_file" ||
2808$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2809	 X"$ac_file" : 'X\(//\)[^/]' \| \
2810	 X"$ac_file" : 'X\(//\)$' \| \
2811	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
2812$as_echo X"$ac_file" |
2813    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2814	    s//\1/
2815	    q
2816	  }
2817	  /^X\(\/\/\)[^/].*/{
2818	    s//\1/
2819	    q
2820	  }
2821	  /^X\(\/\/\)$/{
2822	    s//\1/
2823	    q
2824	  }
2825	  /^X\(\/\).*/{
2826	    s//\1/
2827	    q
2828	  }
2829	  s/.*/./; q'`
2830  as_dir="$ac_dir"; as_fn_mkdir_p
2831  ac_builddir=.
2832
2833case "$ac_dir" in
2834.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2835*)
2836  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2837  # A ".." for each directory in $ac_dir_suffix.
2838  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2839  case $ac_top_builddir_sub in
2840  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2841  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2842  esac ;;
2843esac
2844ac_abs_top_builddir=$ac_pwd
2845ac_abs_builddir=$ac_pwd$ac_dir_suffix
2846# for backward compatibility:
2847ac_top_builddir=$ac_top_build_prefix
2848
2849case $srcdir in
2850  .)  # We are building in place.
2851    ac_srcdir=.
2852    ac_top_srcdir=$ac_top_builddir_sub
2853    ac_abs_top_srcdir=$ac_pwd ;;
2854  [\\/]* | ?:[\\/]* )  # Absolute name.
2855    ac_srcdir=$srcdir$ac_dir_suffix;
2856    ac_top_srcdir=$srcdir
2857    ac_abs_top_srcdir=$srcdir ;;
2858  *) # Relative name.
2859    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2860    ac_top_srcdir=$ac_top_build_prefix$srcdir
2861    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2862esac
2863ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2864
2865
2866  case $ac_mode in
2867  :F)
2868  #
2869  # CONFIG_FILE
2870  #
2871
2872_ACEOF
2873
2874cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2875# If the template does not know about datarootdir, expand it.
2876# FIXME: This hack should be removed a few years after 2.60.
2877ac_datarootdir_hack=; ac_datarootdir_seen=
2878ac_sed_dataroot='
2879/datarootdir/ {
2880  p
2881  q
2882}
2883/@datadir@/p
2884/@docdir@/p
2885/@infodir@/p
2886/@localedir@/p
2887/@mandir@/p'
2888case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
2889*datarootdir*) ac_datarootdir_seen=yes;;
2890*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
2891  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
2892$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
2893_ACEOF
2894cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2895  ac_datarootdir_hack='
2896  s&@datadir@&$datadir&g
2897  s&@docdir@&$docdir&g
2898  s&@infodir@&$infodir&g
2899  s&@localedir@&$localedir&g
2900  s&@mandir@&$mandir&g
2901  s&\\\${datarootdir}&$datarootdir&g' ;;
2902esac
2903_ACEOF
2904
2905# Neutralize VPATH when `$srcdir' = `.'.
2906# Shell code in configure.ac might set extrasub.
2907# FIXME: do we really want to maintain this feature?
2908cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2909ac_sed_extra="$ac_vpsub
2910$extrasub
2911_ACEOF
2912cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2913:t
2914/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
2915s|@configure_input@|$ac_sed_conf_input|;t t
2916s&@top_builddir@&$ac_top_builddir_sub&;t t
2917s&@top_build_prefix@&$ac_top_build_prefix&;t t
2918s&@srcdir@&$ac_srcdir&;t t
2919s&@abs_srcdir@&$ac_abs_srcdir&;t t
2920s&@top_srcdir@&$ac_top_srcdir&;t t
2921s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
2922s&@builddir@&$ac_builddir&;t t
2923s&@abs_builddir@&$ac_abs_builddir&;t t
2924s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
2925$ac_datarootdir_hack
2926"
2927eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
2928  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
2929
2930test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
2931  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
2932  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
2933      "$ac_tmp/out"`; test -z "$ac_out"; } &&
2934  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
2935which seems to be undefined.  Please make sure it is defined" >&5
2936$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
2937which seems to be undefined.  Please make sure it is defined" >&2;}
2938
2939  rm -f "$ac_tmp/stdin"
2940  case $ac_file in
2941  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
2942  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
2943  esac \
2944  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
2945 ;;
2946  :H)
2947  #
2948  # CONFIG_HEADER
2949  #
2950  if test x"$ac_file" != x-; then
2951    {
2952      $as_echo "/* $configure_input  */" \
2953      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
2954    } >"$ac_tmp/config.h" \
2955      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
2956    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
2957      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
2958$as_echo "$as_me: $ac_file is unchanged" >&6;}
2959    else
2960      rm -f "$ac_file"
2961      mv "$ac_tmp/config.h" "$ac_file" \
2962	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
2963    fi
2964  else
2965    $as_echo "/* $configure_input  */" \
2966      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
2967      || as_fn_error $? "could not create -" "$LINENO" 5
2968  fi
2969 ;;
2970
2971
2972  esac
2973
2974done # for ac_tag
2975
2976
2977as_fn_exit 0
2978_ACEOF
2979ac_clean_files=$ac_clean_files_save
2980
2981test $ac_write_fail = 0 ||
2982  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
2983
2984
2985# configure is writing to config.log, and then calls config.status.
2986# config.status does its own redirection, appending to config.log.
2987# Unfortunately, on DOS this fails, as config.log is still kept open
2988# by configure, so config.status won't be able to write to it; its
2989# output is simply discarded.  So we exec the FD to /dev/null,
2990# effectively closing config.log, so it can be properly (re)opened and
2991# appended to by config.status.  When coming back to configure, we
2992# need to make the FD available again.
2993if test "$no_create" != yes; then
2994  ac_cs_success=:
2995  ac_config_status_args=
2996  test "$silent" = yes &&
2997    ac_config_status_args="$ac_config_status_args --quiet"
2998  exec 5>/dev/null
2999  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3000  exec 5>>config.log
3001  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3002  # would make configure fail if this is the last instruction.
3003  $ac_cs_success || as_fn_exit 1
3004fi
3005
3006#
3007# CONFIG_SUBDIRS section.
3008#
3009if test "$no_recursion" != yes; then
3010
3011  # Remove --cache-file, --srcdir, and --disable-option-checking arguments
3012  # so they do not pile up.
3013  ac_sub_configure_args=
3014  ac_prev=
3015  eval "set x $ac_configure_args"
3016  shift
3017  for ac_arg
3018  do
3019    if test -n "$ac_prev"; then
3020      ac_prev=
3021      continue
3022    fi
3023    case $ac_arg in
3024    -cache-file | --cache-file | --cache-fil | --cache-fi \
3025    | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
3026      ac_prev=cache_file ;;
3027    -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
3028    | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
3029    | --c=*)
3030      ;;
3031    --config-cache | -C)
3032      ;;
3033    -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
3034      ac_prev=srcdir ;;
3035    -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
3036      ;;
3037    -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
3038      ac_prev=prefix ;;
3039    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
3040      ;;
3041    --disable-option-checking)
3042      ;;
3043    *)
3044      case $ac_arg in
3045      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3046      esac
3047      as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
3048    esac
3049  done
3050
3051  # Always prepend --prefix to ensure using the same prefix
3052  # in subdir configurations.
3053  ac_arg="--prefix=$prefix"
3054  case $ac_arg in
3055  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3056  esac
3057  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
3058
3059  # Pass --silent
3060  if test "$silent" = yes; then
3061    ac_sub_configure_args="--silent $ac_sub_configure_args"
3062  fi
3063
3064  # Always prepend --disable-option-checking to silence warnings, since
3065  # different subdirs can have different --enable and --with options.
3066  ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
3067
3068  ac_popdir=`pwd`
3069  for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
3070
3071    # Do not complain, so a configure script can configure whichever
3072    # parts of a large source tree are present.
3073    test -d "$srcdir/$ac_dir" || continue
3074
3075    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
3076    $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
3077    $as_echo "$ac_msg" >&6
3078    as_dir="$ac_dir"; as_fn_mkdir_p
3079    ac_builddir=.
3080
3081case "$ac_dir" in
3082.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3083*)
3084  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
3085  # A ".." for each directory in $ac_dir_suffix.
3086  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
3087  case $ac_top_builddir_sub in
3088  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3089  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3090  esac ;;
3091esac
3092ac_abs_top_builddir=$ac_pwd
3093ac_abs_builddir=$ac_pwd$ac_dir_suffix
3094# for backward compatibility:
3095ac_top_builddir=$ac_top_build_prefix
3096
3097case $srcdir in
3098  .)  # We are building in place.
3099    ac_srcdir=.
3100    ac_top_srcdir=$ac_top_builddir_sub
3101    ac_abs_top_srcdir=$ac_pwd ;;
3102  [\\/]* | ?:[\\/]* )  # Absolute name.
3103    ac_srcdir=$srcdir$ac_dir_suffix;
3104    ac_top_srcdir=$srcdir
3105    ac_abs_top_srcdir=$srcdir ;;
3106  *) # Relative name.
3107    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3108    ac_top_srcdir=$ac_top_build_prefix$srcdir
3109    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3110esac
3111ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3112
3113
3114    cd "$ac_dir"
3115
3116    # Check for guested configure; otherwise get Cygnus style configure.
3117    if test -f "$ac_srcdir/configure.gnu"; then
3118      ac_sub_configure=$ac_srcdir/configure.gnu
3119    elif test -f "$ac_srcdir/configure"; then
3120      ac_sub_configure=$ac_srcdir/configure
3121    elif test -f "$ac_srcdir/configure.in"; then
3122      # This should be Cygnus configure.
3123      ac_sub_configure=$ac_aux_dir/configure
3124    else
3125      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
3126$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
3127      ac_sub_configure=
3128    fi
3129
3130    # The recursion is here.
3131    if test -n "$ac_sub_configure"; then
3132      # Make the cache file name correct relative to the subdirectory.
3133      case $cache_file in
3134      [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
3135      *) # Relative name.
3136	ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
3137      esac
3138
3139      { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
3140$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
3141      # The eval makes quoting arguments work.
3142      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
3143	   --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
3144	as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
3145    fi
3146
3147    cd "$ac_popdir"
3148  done
3149fi
3150if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
3151  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
3152$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
3153fi
3154
3155