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