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