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