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