Update Changelog
[profile/ivi/dLeyna.git] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for dleyna-linux 0.2.0.
4 #
5 # Report bugs to <https://github.com/01org/dleyna-linux/issues/new>.
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
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if 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
26 else
27   case `(set -o) 2>/dev/null` in #(
28   *posix*) :
29     set -o posix ;; #(
30   *) :
31      ;;
32 esac
33 fi
34
35
36 as_nl='
37 '
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_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.
45 if 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 --'
49 elif (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'
52 else
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'
72 fi
73
74 # The user is always right.
75 if 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   }
81 fi
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.)
89 IFS=" ""        $as_nl"
90
91 # Find who we are.  Look in the path if we contain no directory separator.
92 as_myself=
93 case $0 in #((
94   *[\\/]* ) as_myself=$0 ;;
95   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH
97 do
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
102 IFS=$as_save_IFS
103
104      ;;
105 esac
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.
108 if test "x$as_myself" = x; then
109   as_myself=$0
110 fi
111 if test ! -f "$as_myself"; then
112   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113   exit 1
114 fi
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.
120 for as_var in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\${$as_var+set} = xset \
122   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123 done
124 PS1='$ '
125 PS2='> '
126 PS4='+ '
127
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export 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.
145 BASH_ENV=/dev/null
146 ENV=/dev/null
147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148 case $- in # ((((
149   *v*x* | *x*v* ) as_opts=-vx ;;
150   *v* ) as_opts=-v ;;
151   *x* ) as_opts=-x ;;
152   * ) as_opts= ;;
153 esac
154 exec $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
158 as_fn_exit 255
159   fi
160   # We don't want this to propagate to other subprocesses.
161           { _as_can_reexec=; unset _as_can_reexec;}
162 if 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
170 else
171   case \`(set -o) 2>/dev/null\` in #(
172   *posix*) :
173     set -o posix ;; #(
174   *) :
175      ;;
176 esac
177 fi
178 "
179   as_required="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
184
185 exitcode=0
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191
192 else
193   exitcode=1; echo positional parameters were not saved.
194 fi
195 test x\$exitcode = x0 || exit 1
196 test -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
203 else
204   as_have_required=no
205 fi
206   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
207
208 else
209   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
210 as_found=false
211 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
212 do
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
226 fi
227 fi
228            done;;
229        esac
230   as_found=false
231 done
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
235 fi; }
236 IFS=$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.
245 BASH_ENV=/dev/null
246 ENV=/dev/null
247 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
248 case $- in # ((((
249   *v*x* | *x*v* ) as_opts=-vx ;;
250   *v* ) as_opts=-v ;;
251   *x* ) as_opts=-x ;;
252   * ) as_opts= ;;
253 esac
254 exec $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
258 exit 255
259 fi
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: https://github.com/01org/dleyna-linux/issues/new about
270 $0: your system, including any error possibly output before
271 $0: this message. Then install a modern shell, or manually
272 $0: run the script under such a shell if you do have one."
273   fi
274   exit 1
275 fi
276 fi
277 fi
278 SHELL=${CONFIG_SHELL-/bin/sh}
279 export SHELL
280 # Unset more variables known to interfere with behavior of common tools.
281 CLICOLOR_FORCE= GREP_OPTIONS=
282 unset CLICOLOR_FORCE GREP_OPTIONS
283
284 ## --------------------- ##
285 ## M4sh Shell Functions. ##
286 ## --------------------- ##
287 # as_fn_unset VAR
288 # ---------------
289 # Portably unset VAR.
290 as_fn_unset ()
291 {
292   { eval $1=; unset $1;}
293 }
294 as_unset=as_fn_unset
295
296 # as_fn_set_status STATUS
297 # -----------------------
298 # Set $? to STATUS, without forking.
299 as_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.
307 as_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.
317 as_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.
365 as_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.
375 if (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   }'
380 else
381   as_fn_append ()
382   {
383     eval $1=\$$1\$2
384   }
385 fi # 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.
392 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
393   eval 'as_fn_arith ()
394   {
395     as_val=$(( $* ))
396   }'
397 else
398   as_fn_arith ()
399   {
400     as_val=`expr "$@" || test $? -eq 1`
401   }
402 fi # 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.
410 as_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
421 if expr a : '\(a\)' >/dev/null 2>&1 &&
422    test "X`expr 00001 : '.*\(...\)'`" = X001; then
423   as_expr=expr
424 else
425   as_expr=false
426 fi
427
428 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
429   as_basename=basename
430 else
431   as_basename=false
432 fi
433
434 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
435   as_dirname=dirname
436 else
437   as_dirname=false
438 fi
439
440 as_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.
460 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
461 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
462 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
463 as_cr_digits='0123456789'
464 as_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
502 ECHO_C= ECHO_N= ECHO_T=
503 case `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';;
513 esac
514
515 rm -f conf$$ conf$$.exe conf$$.file
516 if test -d conf$$.dir; then
517   rm -f conf$$.dir/conf$$.file
518 else
519   rm -f conf$$.dir
520   mkdir conf$$.dir 2>/dev/null
521 fi
522 if (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
536 else
537   as_ln_s='cp -pR'
538 fi
539 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
540 rmdir conf$$.dir 2>/dev/null
541
542 if mkdir -p . 2>/dev/null; then
543   as_mkdir_p='mkdir -p "$as_dir"'
544 else
545   test -d ./-p && rmdir ./-p
546   as_mkdir_p=false
547 fi
548
549 as_test_x='test -x'
550 as_executable_p=as_fn_executable_p
551
552 # Sed expression to map a string onto a valid CPP name.
553 as_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.
556 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
557
558
559 test -n "$DJDIR" || exec 7<&0 </dev/null
560 exec 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.
565 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
566
567 #
568 # Initializations.
569 #
570 ac_default_prefix=/usr/local
571 ac_clean_files=
572 ac_config_libobj_dir=.
573 LIBOBJS=
574 cross_compiling=no
575 subdirs=
576 MFLAGS=
577 MAKEFLAGS=
578
579 # Identity of this package.
580 PACKAGE_NAME='dleyna-linux'
581 PACKAGE_TARNAME='dleyna-linux'
582 PACKAGE_VERSION='0.2.0'
583 PACKAGE_STRING='dleyna-linux 0.2.0'
584 PACKAGE_BUGREPORT='https://github.com/01org/dleyna-linux/issues/new'
585 PACKAGE_URL='https://01.org/dleyna/'
586
587 ac_default_prefix=/usr/local
588 enable_option_checking=no
589 ac_subst_vars='LTLIBOBJS
590 LIBOBJS
591 subdirs
592 AM_BACKSLASH
593 AM_DEFAULT_VERBOSITY
594 AM_DEFAULT_V
595 AM_V
596 MAINT
597 MAINTAINER_MODE_FALSE
598 MAINTAINER_MODE_TRUE
599 am__untar
600 am__tar
601 AMTAR
602 am__leading_dot
603 SET_MAKE
604 AWK
605 mkdir_p
606 MKDIR_P
607 INSTALL_STRIP_PROGRAM
608 STRIP
609 install_sh
610 MAKEINFO
611 AUTOHEADER
612 AUTOMAKE
613 AUTOCONF
614 ACLOCAL
615 VERSION
616 PACKAGE
617 CYGPATH_W
618 am__isrc
619 INSTALL_DATA
620 INSTALL_SCRIPT
621 INSTALL_PROGRAM
622 target_alias
623 host_alias
624 build_alias
625 LIBS
626 ECHO_T
627 ECHO_N
628 ECHO_C
629 DEFS
630 mandir
631 localedir
632 libdir
633 psdir
634 pdfdir
635 dvidir
636 htmldir
637 infodir
638 docdir
639 oldincludedir
640 includedir
641 localstatedir
642 sharedstatedir
643 sysconfdir
644 datadir
645 datarootdir
646 libexecdir
647 sbindir
648 bindir
649 program_transform_name
650 prefix
651 exec_prefix
652 PACKAGE_URL
653 PACKAGE_BUGREPORT
654 PACKAGE_STRING
655 PACKAGE_VERSION
656 PACKAGE_TARNAME
657 PACKAGE_NAME
658 PATH_SEPARATOR
659 SHELL'
660 ac_subst_files=''
661 ac_user_opts='
662 enable_option_checking
663 enable_maintainer_mode
664 enable_silent_rules
665 '
666       ac_precious_vars='build_alias
667 host_alias
668 target_alias'
669 ac_subdirs_all='dleyna-core dleyna-connector-dbus dleyna-server dleyna-renderer'
670
671 # Initialize some variables set by options.
672 ac_init_help=
673 ac_init_version=false
674 ac_unrecognized_opts=
675 ac_unrecognized_sep=
676 # The variables have the same names as the options, with
677 # dashes changed to underlines.
678 cache_file=/dev/null
679 exec_prefix=NONE
680 no_create=
681 no_recursion=
682 prefix=NONE
683 program_prefix=NONE
684 program_suffix=NONE
685 program_transform_name=s,x,x,
686 silent=
687 site=
688 srcdir=
689 verbose=
690 x_includes=NONE
691 x_libraries=NONE
692
693 # Installation directory options.
694 # These are left unexpanded so users can "make install exec_prefix=/foo"
695 # and all the variables that are supposed to be based on exec_prefix
696 # by default will actually change.
697 # Use braces instead of parens because sh, perl, etc. also accept them.
698 # (The list follows the same order as the GNU Coding Standards.)
699 bindir='${exec_prefix}/bin'
700 sbindir='${exec_prefix}/sbin'
701 libexecdir='${exec_prefix}/libexec'
702 datarootdir='${prefix}/share'
703 datadir='${datarootdir}'
704 sysconfdir='${prefix}/etc'
705 sharedstatedir='${prefix}/com'
706 localstatedir='${prefix}/var'
707 includedir='${prefix}/include'
708 oldincludedir='/usr/include'
709 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
710 infodir='${datarootdir}/info'
711 htmldir='${docdir}'
712 dvidir='${docdir}'
713 pdfdir='${docdir}'
714 psdir='${docdir}'
715 libdir='${exec_prefix}/lib'
716 localedir='${datarootdir}/locale'
717 mandir='${datarootdir}/man'
718
719 ac_prev=
720 ac_dashdash=
721 for ac_option
722 do
723   # If the previous option needs an argument, assign it.
724   if test -n "$ac_prev"; then
725     eval $ac_prev=\$ac_option
726     ac_prev=
727     continue
728   fi
729
730   case $ac_option in
731   *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
732   *=)   ac_optarg= ;;
733   *)    ac_optarg=yes ;;
734   esac
735
736   # Accept the important Cygnus configure options, so we can diagnose typos.
737
738   case $ac_dashdash$ac_option in
739   --)
740     ac_dashdash=yes ;;
741
742   -bindir | --bindir | --bindi | --bind | --bin | --bi)
743     ac_prev=bindir ;;
744   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
745     bindir=$ac_optarg ;;
746
747   -build | --build | --buil | --bui | --bu)
748     ac_prev=build_alias ;;
749   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
750     build_alias=$ac_optarg ;;
751
752   -cache-file | --cache-file | --cache-fil | --cache-fi \
753   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
754     ac_prev=cache_file ;;
755   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
756   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
757     cache_file=$ac_optarg ;;
758
759   --config-cache | -C)
760     cache_file=config.cache ;;
761
762   -datadir | --datadir | --datadi | --datad)
763     ac_prev=datadir ;;
764   -datadir=* | --datadir=* | --datadi=* | --datad=*)
765     datadir=$ac_optarg ;;
766
767   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
768   | --dataroo | --dataro | --datar)
769     ac_prev=datarootdir ;;
770   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
771   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
772     datarootdir=$ac_optarg ;;
773
774   -disable-* | --disable-*)
775     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
776     # Reject names that are not valid shell variable names.
777     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
778       as_fn_error $? "invalid feature name: $ac_useropt"
779     ac_useropt_orig=$ac_useropt
780     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
781     case $ac_user_opts in
782       *"
783 "enable_$ac_useropt"
784 "*) ;;
785       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
786          ac_unrecognized_sep=', ';;
787     esac
788     eval enable_$ac_useropt=no ;;
789
790   -docdir | --docdir | --docdi | --doc | --do)
791     ac_prev=docdir ;;
792   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
793     docdir=$ac_optarg ;;
794
795   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
796     ac_prev=dvidir ;;
797   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
798     dvidir=$ac_optarg ;;
799
800   -enable-* | --enable-*)
801     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
802     # Reject names that are not valid shell variable names.
803     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
804       as_fn_error $? "invalid feature name: $ac_useropt"
805     ac_useropt_orig=$ac_useropt
806     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
807     case $ac_user_opts in
808       *"
809 "enable_$ac_useropt"
810 "*) ;;
811       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
812          ac_unrecognized_sep=', ';;
813     esac
814     eval enable_$ac_useropt=\$ac_optarg ;;
815
816   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
817   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
818   | --exec | --exe | --ex)
819     ac_prev=exec_prefix ;;
820   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
821   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
822   | --exec=* | --exe=* | --ex=*)
823     exec_prefix=$ac_optarg ;;
824
825   -gas | --gas | --ga | --g)
826     # Obsolete; use --with-gas.
827     with_gas=yes ;;
828
829   -help | --help | --hel | --he | -h)
830     ac_init_help=long ;;
831   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
832     ac_init_help=recursive ;;
833   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
834     ac_init_help=short ;;
835
836   -host | --host | --hos | --ho)
837     ac_prev=host_alias ;;
838   -host=* | --host=* | --hos=* | --ho=*)
839     host_alias=$ac_optarg ;;
840
841   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
842     ac_prev=htmldir ;;
843   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
844   | --ht=*)
845     htmldir=$ac_optarg ;;
846
847   -includedir | --includedir | --includedi | --included | --include \
848   | --includ | --inclu | --incl | --inc)
849     ac_prev=includedir ;;
850   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
851   | --includ=* | --inclu=* | --incl=* | --inc=*)
852     includedir=$ac_optarg ;;
853
854   -infodir | --infodir | --infodi | --infod | --info | --inf)
855     ac_prev=infodir ;;
856   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
857     infodir=$ac_optarg ;;
858
859   -libdir | --libdir | --libdi | --libd)
860     ac_prev=libdir ;;
861   -libdir=* | --libdir=* | --libdi=* | --libd=*)
862     libdir=$ac_optarg ;;
863
864   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
865   | --libexe | --libex | --libe)
866     ac_prev=libexecdir ;;
867   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
868   | --libexe=* | --libex=* | --libe=*)
869     libexecdir=$ac_optarg ;;
870
871   -localedir | --localedir | --localedi | --localed | --locale)
872     ac_prev=localedir ;;
873   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
874     localedir=$ac_optarg ;;
875
876   -localstatedir | --localstatedir | --localstatedi | --localstated \
877   | --localstate | --localstat | --localsta | --localst | --locals)
878     ac_prev=localstatedir ;;
879   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
880   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
881     localstatedir=$ac_optarg ;;
882
883   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
884     ac_prev=mandir ;;
885   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
886     mandir=$ac_optarg ;;
887
888   -nfp | --nfp | --nf)
889     # Obsolete; use --without-fp.
890     with_fp=no ;;
891
892   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
893   | --no-cr | --no-c | -n)
894     no_create=yes ;;
895
896   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
897   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
898     no_recursion=yes ;;
899
900   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
901   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
902   | --oldin | --oldi | --old | --ol | --o)
903     ac_prev=oldincludedir ;;
904   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
905   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
906   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
907     oldincludedir=$ac_optarg ;;
908
909   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
910     ac_prev=prefix ;;
911   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
912     prefix=$ac_optarg ;;
913
914   -program-prefix | --program-prefix | --program-prefi | --program-pref \
915   | --program-pre | --program-pr | --program-p)
916     ac_prev=program_prefix ;;
917   -program-prefix=* | --program-prefix=* | --program-prefi=* \
918   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
919     program_prefix=$ac_optarg ;;
920
921   -program-suffix | --program-suffix | --program-suffi | --program-suff \
922   | --program-suf | --program-su | --program-s)
923     ac_prev=program_suffix ;;
924   -program-suffix=* | --program-suffix=* | --program-suffi=* \
925   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
926     program_suffix=$ac_optarg ;;
927
928   -program-transform-name | --program-transform-name \
929   | --program-transform-nam | --program-transform-na \
930   | --program-transform-n | --program-transform- \
931   | --program-transform | --program-transfor \
932   | --program-transfo | --program-transf \
933   | --program-trans | --program-tran \
934   | --progr-tra | --program-tr | --program-t)
935     ac_prev=program_transform_name ;;
936   -program-transform-name=* | --program-transform-name=* \
937   | --program-transform-nam=* | --program-transform-na=* \
938   | --program-transform-n=* | --program-transform-=* \
939   | --program-transform=* | --program-transfor=* \
940   | --program-transfo=* | --program-transf=* \
941   | --program-trans=* | --program-tran=* \
942   | --progr-tra=* | --program-tr=* | --program-t=*)
943     program_transform_name=$ac_optarg ;;
944
945   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
946     ac_prev=pdfdir ;;
947   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
948     pdfdir=$ac_optarg ;;
949
950   -psdir | --psdir | --psdi | --psd | --ps)
951     ac_prev=psdir ;;
952   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
953     psdir=$ac_optarg ;;
954
955   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
956   | -silent | --silent | --silen | --sile | --sil)
957     silent=yes ;;
958
959   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
960     ac_prev=sbindir ;;
961   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
962   | --sbi=* | --sb=*)
963     sbindir=$ac_optarg ;;
964
965   -sharedstatedir | --sharedstatedir | --sharedstatedi \
966   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
967   | --sharedst | --shareds | --shared | --share | --shar \
968   | --sha | --sh)
969     ac_prev=sharedstatedir ;;
970   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
971   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
972   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
973   | --sha=* | --sh=*)
974     sharedstatedir=$ac_optarg ;;
975
976   -site | --site | --sit)
977     ac_prev=site ;;
978   -site=* | --site=* | --sit=*)
979     site=$ac_optarg ;;
980
981   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
982     ac_prev=srcdir ;;
983   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
984     srcdir=$ac_optarg ;;
985
986   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
987   | --syscon | --sysco | --sysc | --sys | --sy)
988     ac_prev=sysconfdir ;;
989   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
990   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
991     sysconfdir=$ac_optarg ;;
992
993   -target | --target | --targe | --targ | --tar | --ta | --t)
994     ac_prev=target_alias ;;
995   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
996     target_alias=$ac_optarg ;;
997
998   -v | -verbose | --verbose | --verbos | --verbo | --verb)
999     verbose=yes ;;
1000
1001   -version | --version | --versio | --versi | --vers | -V)
1002     ac_init_version=: ;;
1003
1004   -with-* | --with-*)
1005     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1006     # Reject names that are not valid shell variable names.
1007     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1008       as_fn_error $? "invalid package name: $ac_useropt"
1009     ac_useropt_orig=$ac_useropt
1010     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1011     case $ac_user_opts in
1012       *"
1013 "with_$ac_useropt"
1014 "*) ;;
1015       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1016          ac_unrecognized_sep=', ';;
1017     esac
1018     eval with_$ac_useropt=\$ac_optarg ;;
1019
1020   -without-* | --without-*)
1021     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1022     # Reject names that are not valid shell variable names.
1023     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1024       as_fn_error $? "invalid package name: $ac_useropt"
1025     ac_useropt_orig=$ac_useropt
1026     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1027     case $ac_user_opts in
1028       *"
1029 "with_$ac_useropt"
1030 "*) ;;
1031       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1032          ac_unrecognized_sep=', ';;
1033     esac
1034     eval with_$ac_useropt=no ;;
1035
1036   --x)
1037     # Obsolete; use --with-x.
1038     with_x=yes ;;
1039
1040   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1041   | --x-incl | --x-inc | --x-in | --x-i)
1042     ac_prev=x_includes ;;
1043   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1044   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1045     x_includes=$ac_optarg ;;
1046
1047   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1048   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1049     ac_prev=x_libraries ;;
1050   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1051   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1052     x_libraries=$ac_optarg ;;
1053
1054   -*) as_fn_error $? "unrecognized option: \`$ac_option'
1055 Try \`$0 --help' for more information"
1056     ;;
1057
1058   *=*)
1059     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1060     # Reject names that are not valid shell variable names.
1061     case $ac_envvar in #(
1062       '' | [0-9]* | *[!_$as_cr_alnum]* )
1063       as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1064     esac
1065     eval $ac_envvar=\$ac_optarg
1066     export $ac_envvar ;;
1067
1068   *)
1069     # FIXME: should be removed in autoconf 3.0.
1070     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1071     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1072       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1073     : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1074     ;;
1075
1076   esac
1077 done
1078
1079 if test -n "$ac_prev"; then
1080   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1081   as_fn_error $? "missing argument to $ac_option"
1082 fi
1083
1084 if test -n "$ac_unrecognized_opts"; then
1085   case $enable_option_checking in
1086     no) ;;
1087     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1088     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1089   esac
1090 fi
1091
1092 # Check all directory arguments for consistency.
1093 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1094                 datadir sysconfdir sharedstatedir localstatedir includedir \
1095                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1096                 libdir localedir mandir
1097 do
1098   eval ac_val=\$$ac_var
1099   # Remove trailing slashes.
1100   case $ac_val in
1101     */ )
1102       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1103       eval $ac_var=\$ac_val;;
1104   esac
1105   # Be sure to have absolute directory names.
1106   case $ac_val in
1107     [\\/$]* | ?:[\\/]* )  continue;;
1108     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1109   esac
1110   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1111 done
1112
1113 # There might be people who depend on the old broken behavior: `$host'
1114 # used to hold the argument of --host etc.
1115 # FIXME: To remove some day.
1116 build=$build_alias
1117 host=$host_alias
1118 target=$target_alias
1119
1120 # FIXME: To remove some day.
1121 if test "x$host_alias" != x; then
1122   if test "x$build_alias" = x; then
1123     cross_compiling=maybe
1124   elif test "x$build_alias" != "x$host_alias"; then
1125     cross_compiling=yes
1126   fi
1127 fi
1128
1129 ac_tool_prefix=
1130 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1131
1132 test "$silent" = yes && exec 6>/dev/null
1133
1134
1135 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1136 ac_ls_di=`ls -di .` &&
1137 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1138   as_fn_error $? "working directory cannot be determined"
1139 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1140   as_fn_error $? "pwd does not report name of working directory"
1141
1142
1143 # Find the source files, if location was not specified.
1144 if test -z "$srcdir"; then
1145   ac_srcdir_defaulted=yes
1146   # Try the directory containing this script, then the parent directory.
1147   ac_confdir=`$as_dirname -- "$as_myself" ||
1148 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1149          X"$as_myself" : 'X\(//\)[^/]' \| \
1150          X"$as_myself" : 'X\(//\)$' \| \
1151          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1152 $as_echo X"$as_myself" |
1153     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1154             s//\1/
1155             q
1156           }
1157           /^X\(\/\/\)[^/].*/{
1158             s//\1/
1159             q
1160           }
1161           /^X\(\/\/\)$/{
1162             s//\1/
1163             q
1164           }
1165           /^X\(\/\).*/{
1166             s//\1/
1167             q
1168           }
1169           s/.*/./; q'`
1170   srcdir=$ac_confdir
1171   if test ! -r "$srcdir/$ac_unique_file"; then
1172     srcdir=..
1173   fi
1174 else
1175   ac_srcdir_defaulted=no
1176 fi
1177 if test ! -r "$srcdir/$ac_unique_file"; then
1178   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1179   as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1180 fi
1181 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1182 ac_abs_confdir=`(
1183         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1184         pwd)`
1185 # When building in place, set srcdir=.
1186 if test "$ac_abs_confdir" = "$ac_pwd"; then
1187   srcdir=.
1188 fi
1189 # Remove unnecessary trailing slashes from srcdir.
1190 # Double slashes in file names in object file debugging info
1191 # mess up M-x gdb in Emacs.
1192 case $srcdir in
1193 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1194 esac
1195 for ac_var in $ac_precious_vars; do
1196   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1197   eval ac_env_${ac_var}_value=\$${ac_var}
1198   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1199   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1200 done
1201
1202 #
1203 # Report the --help message.
1204 #
1205 if test "$ac_init_help" = "long"; then
1206   # Omit some internal or obsolete options to make the list less imposing.
1207   # This message is too long to be a string in the A/UX 3.1 sh.
1208   cat <<_ACEOF
1209 \`configure' configures dleyna-linux 0.2.0 to adapt to many kinds of systems.
1210
1211 Usage: $0 [OPTION]... [VAR=VALUE]...
1212
1213 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1214 VAR=VALUE.  See below for descriptions of some of the useful variables.
1215
1216 Defaults for the options are specified in brackets.
1217
1218 Configuration:
1219   -h, --help              display this help and exit
1220       --help=short        display options specific to this package
1221       --help=recursive    display the short help of all the included packages
1222   -V, --version           display version information and exit
1223   -q, --quiet, --silent   do not print \`checking ...' messages
1224       --cache-file=FILE   cache test results in FILE [disabled]
1225   -C, --config-cache      alias for \`--cache-file=config.cache'
1226   -n, --no-create         do not create output files
1227       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1228
1229 Installation directories:
1230   --prefix=PREFIX         install architecture-independent files in PREFIX
1231                           [$ac_default_prefix]
1232   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1233                           [PREFIX]
1234
1235 By default, \`make install' will install all the files in
1236 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1237 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1238 for instance \`--prefix=\$HOME'.
1239
1240 For better control, use the options below.
1241
1242 Fine tuning of the installation directories:
1243   --bindir=DIR            user executables [EPREFIX/bin]
1244   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1245   --libexecdir=DIR        program executables [EPREFIX/libexec]
1246   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1247   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1248   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1249   --libdir=DIR            object code libraries [EPREFIX/lib]
1250   --includedir=DIR        C header files [PREFIX/include]
1251   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1252   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1253   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1254   --infodir=DIR           info documentation [DATAROOTDIR/info]
1255   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1256   --mandir=DIR            man documentation [DATAROOTDIR/man]
1257   --docdir=DIR            documentation root [DATAROOTDIR/doc/dleyna-linux]
1258   --htmldir=DIR           html documentation [DOCDIR]
1259   --dvidir=DIR            dvi documentation [DOCDIR]
1260   --pdfdir=DIR            pdf documentation [DOCDIR]
1261   --psdir=DIR             ps documentation [DOCDIR]
1262 _ACEOF
1263
1264   cat <<\_ACEOF
1265
1266 Program names:
1267   --program-prefix=PREFIX            prepend PREFIX to installed program names
1268   --program-suffix=SUFFIX            append SUFFIX to installed program names
1269   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1270 _ACEOF
1271 fi
1272
1273 if test -n "$ac_init_help"; then
1274   case $ac_init_help in
1275      short | recursive ) echo "Configuration of dleyna-linux 0.2.0:";;
1276    esac
1277   cat <<\_ACEOF
1278
1279 Optional Features:
1280   --disable-option-checking  ignore unrecognized --enable/--with options
1281   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1282   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1283   --enable-maintainer-mode  enable make rules and dependencies not useful
1284                           (and sometimes confusing) to the casual installer
1285   --enable-silent-rules          less verbose build output (undo: `make V=1')
1286   --disable-silent-rules         verbose build output (undo: `make V=0')
1287
1288 Report bugs to <https://github.com/01org/dleyna-linux/issues/new>.
1289 dleyna-linux home page: <https://01.org/dleyna/>.
1290 _ACEOF
1291 ac_status=$?
1292 fi
1293
1294 if test "$ac_init_help" = "recursive"; then
1295   # If there are subdirs, report their specific --help.
1296   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1297     test -d "$ac_dir" ||
1298       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1299       continue
1300     ac_builddir=.
1301
1302 case "$ac_dir" in
1303 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1304 *)
1305   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1306   # A ".." for each directory in $ac_dir_suffix.
1307   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1308   case $ac_top_builddir_sub in
1309   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1310   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1311   esac ;;
1312 esac
1313 ac_abs_top_builddir=$ac_pwd
1314 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1315 # for backward compatibility:
1316 ac_top_builddir=$ac_top_build_prefix
1317
1318 case $srcdir in
1319   .)  # We are building in place.
1320     ac_srcdir=.
1321     ac_top_srcdir=$ac_top_builddir_sub
1322     ac_abs_top_srcdir=$ac_pwd ;;
1323   [\\/]* | ?:[\\/]* )  # Absolute name.
1324     ac_srcdir=$srcdir$ac_dir_suffix;
1325     ac_top_srcdir=$srcdir
1326     ac_abs_top_srcdir=$srcdir ;;
1327   *) # Relative name.
1328     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1329     ac_top_srcdir=$ac_top_build_prefix$srcdir
1330     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1331 esac
1332 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1333
1334     cd "$ac_dir" || { ac_status=$?; continue; }
1335     # Check for guested configure.
1336     if test -f "$ac_srcdir/configure.gnu"; then
1337       echo &&
1338       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1339     elif test -f "$ac_srcdir/configure"; then
1340       echo &&
1341       $SHELL "$ac_srcdir/configure" --help=recursive
1342     else
1343       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1344     fi || ac_status=$?
1345     cd "$ac_pwd" || { ac_status=$?; break; }
1346   done
1347 fi
1348
1349 test -n "$ac_init_help" && exit $ac_status
1350 if $ac_init_version; then
1351   cat <<\_ACEOF
1352 dleyna-linux configure 0.2.0
1353 generated by GNU Autoconf 2.69
1354
1355 Copyright (C) 2012 Free Software Foundation, Inc.
1356 This configure script is free software; the Free Software Foundation
1357 gives unlimited permission to copy, distribute and modify it.
1358 _ACEOF
1359   exit
1360 fi
1361
1362 ## ------------------------ ##
1363 ## Autoconf initialization. ##
1364 ## ------------------------ ##
1365 cat >config.log <<_ACEOF
1366 This file contains any messages produced by compilers while
1367 running configure, to aid debugging if configure makes a mistake.
1368
1369 It was created by dleyna-linux $as_me 0.2.0, which was
1370 generated by GNU Autoconf 2.69.  Invocation command line was
1371
1372   $ $0 $@
1373
1374 _ACEOF
1375 exec 5>>config.log
1376 {
1377 cat <<_ASUNAME
1378 ## --------- ##
1379 ## Platform. ##
1380 ## --------- ##
1381
1382 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1383 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1384 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1385 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1386 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1387
1388 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1389 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1390
1391 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1392 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1393 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1394 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1395 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1396 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1397 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1398
1399 _ASUNAME
1400
1401 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1402 for as_dir in $PATH
1403 do
1404   IFS=$as_save_IFS
1405   test -z "$as_dir" && as_dir=.
1406     $as_echo "PATH: $as_dir"
1407   done
1408 IFS=$as_save_IFS
1409
1410 } >&5
1411
1412 cat >&5 <<_ACEOF
1413
1414
1415 ## ----------- ##
1416 ## Core tests. ##
1417 ## ----------- ##
1418
1419 _ACEOF
1420
1421
1422 # Keep a trace of the command line.
1423 # Strip out --no-create and --no-recursion so they do not pile up.
1424 # Strip out --silent because we don't want to record it for future runs.
1425 # Also quote any args containing shell meta-characters.
1426 # Make two passes to allow for proper duplicate-argument suppression.
1427 ac_configure_args=
1428 ac_configure_args0=
1429 ac_configure_args1=
1430 ac_must_keep_next=false
1431 for ac_pass in 1 2
1432 do
1433   for ac_arg
1434   do
1435     case $ac_arg in
1436     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1437     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1438     | -silent | --silent | --silen | --sile | --sil)
1439       continue ;;
1440     *\'*)
1441       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1442     esac
1443     case $ac_pass in
1444     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1445     2)
1446       as_fn_append ac_configure_args1 " '$ac_arg'"
1447       if test $ac_must_keep_next = true; then
1448         ac_must_keep_next=false # Got value, back to normal.
1449       else
1450         case $ac_arg in
1451           *=* | --config-cache | -C | -disable-* | --disable-* \
1452           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1453           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1454           | -with-* | --with-* | -without-* | --without-* | --x)
1455             case "$ac_configure_args0 " in
1456               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1457             esac
1458             ;;
1459           -* ) ac_must_keep_next=true ;;
1460         esac
1461       fi
1462       as_fn_append ac_configure_args " '$ac_arg'"
1463       ;;
1464     esac
1465   done
1466 done
1467 { ac_configure_args0=; unset ac_configure_args0;}
1468 { ac_configure_args1=; unset ac_configure_args1;}
1469
1470 # When interrupted or exit'd, cleanup temporary files, and complete
1471 # config.log.  We remove comments because anyway the quotes in there
1472 # would cause problems or look ugly.
1473 # WARNING: Use '\'' to represent an apostrophe within the trap.
1474 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1475 trap 'exit_status=$?
1476   # Save into config.log some information that might help in debugging.
1477   {
1478     echo
1479
1480     $as_echo "## ---------------- ##
1481 ## Cache variables. ##
1482 ## ---------------- ##"
1483     echo
1484     # The following way of writing the cache mishandles newlines in values,
1485 (
1486   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1487     eval ac_val=\$$ac_var
1488     case $ac_val in #(
1489     *${as_nl}*)
1490       case $ac_var in #(
1491       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1492 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1493       esac
1494       case $ac_var in #(
1495       _ | IFS | as_nl) ;; #(
1496       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1497       *) { eval $ac_var=; unset $ac_var;} ;;
1498       esac ;;
1499     esac
1500   done
1501   (set) 2>&1 |
1502     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1503     *${as_nl}ac_space=\ *)
1504       sed -n \
1505         "s/'\''/'\''\\\\'\'''\''/g;
1506           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1507       ;; #(
1508     *)
1509       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1510       ;;
1511     esac |
1512     sort
1513 )
1514     echo
1515
1516     $as_echo "## ----------------- ##
1517 ## Output variables. ##
1518 ## ----------------- ##"
1519     echo
1520     for ac_var in $ac_subst_vars
1521     do
1522       eval ac_val=\$$ac_var
1523       case $ac_val in
1524       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1525       esac
1526       $as_echo "$ac_var='\''$ac_val'\''"
1527     done | sort
1528     echo
1529
1530     if test -n "$ac_subst_files"; then
1531       $as_echo "## ------------------- ##
1532 ## File substitutions. ##
1533 ## ------------------- ##"
1534       echo
1535       for ac_var in $ac_subst_files
1536       do
1537         eval ac_val=\$$ac_var
1538         case $ac_val in
1539         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1540         esac
1541         $as_echo "$ac_var='\''$ac_val'\''"
1542       done | sort
1543       echo
1544     fi
1545
1546     if test -s confdefs.h; then
1547       $as_echo "## ----------- ##
1548 ## confdefs.h. ##
1549 ## ----------- ##"
1550       echo
1551       cat confdefs.h
1552       echo
1553     fi
1554     test "$ac_signal" != 0 &&
1555       $as_echo "$as_me: caught signal $ac_signal"
1556     $as_echo "$as_me: exit $exit_status"
1557   } >&5
1558   rm -f core *.core core.conftest.* &&
1559     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1560     exit $exit_status
1561 ' 0
1562 for ac_signal in 1 2 13 15; do
1563   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1564 done
1565 ac_signal=0
1566
1567 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1568 rm -f -r conftest* confdefs.h
1569
1570 $as_echo "/* confdefs.h */" > confdefs.h
1571
1572 # Predefined preprocessor variables.
1573
1574 cat >>confdefs.h <<_ACEOF
1575 #define PACKAGE_NAME "$PACKAGE_NAME"
1576 _ACEOF
1577
1578 cat >>confdefs.h <<_ACEOF
1579 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1580 _ACEOF
1581
1582 cat >>confdefs.h <<_ACEOF
1583 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1584 _ACEOF
1585
1586 cat >>confdefs.h <<_ACEOF
1587 #define PACKAGE_STRING "$PACKAGE_STRING"
1588 _ACEOF
1589
1590 cat >>confdefs.h <<_ACEOF
1591 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1592 _ACEOF
1593
1594 cat >>confdefs.h <<_ACEOF
1595 #define PACKAGE_URL "$PACKAGE_URL"
1596 _ACEOF
1597
1598
1599 # Let the site file select an alternate cache file if it wants to.
1600 # Prefer an explicitly selected file to automatically selected ones.
1601 ac_site_file1=NONE
1602 ac_site_file2=NONE
1603 if test -n "$CONFIG_SITE"; then
1604   # We do not want a PATH search for config.site.
1605   case $CONFIG_SITE in #((
1606     -*)  ac_site_file1=./$CONFIG_SITE;;
1607     */*) ac_site_file1=$CONFIG_SITE;;
1608     *)   ac_site_file1=./$CONFIG_SITE;;
1609   esac
1610 elif test "x$prefix" != xNONE; then
1611   ac_site_file1=$prefix/share/config.site
1612   ac_site_file2=$prefix/etc/config.site
1613 else
1614   ac_site_file1=$ac_default_prefix/share/config.site
1615   ac_site_file2=$ac_default_prefix/etc/config.site
1616 fi
1617 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1618 do
1619   test "x$ac_site_file" = xNONE && continue
1620   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1621     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1622 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1623     sed 's/^/| /' "$ac_site_file" >&5
1624     . "$ac_site_file" \
1625       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1626 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1627 as_fn_error $? "failed to load site script $ac_site_file
1628 See \`config.log' for more details" "$LINENO" 5; }
1629   fi
1630 done
1631
1632 if test -r "$cache_file"; then
1633   # Some versions of bash will fail to source /dev/null (special files
1634   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
1635   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1636     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1637 $as_echo "$as_me: loading cache $cache_file" >&6;}
1638     case $cache_file in
1639       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1640       *)                      . "./$cache_file";;
1641     esac
1642   fi
1643 else
1644   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1645 $as_echo "$as_me: creating cache $cache_file" >&6;}
1646   >$cache_file
1647 fi
1648
1649 # Check that the precious variables saved in the cache have kept the same
1650 # value.
1651 ac_cache_corrupted=false
1652 for ac_var in $ac_precious_vars; do
1653   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1654   eval ac_new_set=\$ac_env_${ac_var}_set
1655   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1656   eval ac_new_val=\$ac_env_${ac_var}_value
1657   case $ac_old_set,$ac_new_set in
1658     set,)
1659       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1660 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1661       ac_cache_corrupted=: ;;
1662     ,set)
1663       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1664 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1665       ac_cache_corrupted=: ;;
1666     ,);;
1667     *)
1668       if test "x$ac_old_val" != "x$ac_new_val"; then
1669         # differences in whitespace do not lead to failure.
1670         ac_old_val_w=`echo x $ac_old_val`
1671         ac_new_val_w=`echo x $ac_new_val`
1672         if test "$ac_old_val_w" != "$ac_new_val_w"; then
1673           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1674 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1675           ac_cache_corrupted=:
1676         else
1677           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1678 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1679           eval $ac_var=\$ac_old_val
1680         fi
1681         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1682 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1683         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1684 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1685       fi;;
1686   esac
1687   # Pass precious variables to config.status.
1688   if test "$ac_new_set" = set; then
1689     case $ac_new_val in
1690     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1691     *) ac_arg=$ac_var=$ac_new_val ;;
1692     esac
1693     case " $ac_configure_args " in
1694       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1695       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1696     esac
1697   fi
1698 done
1699 if $ac_cache_corrupted; then
1700   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1701 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1702   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1703 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1704   as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1705 fi
1706 ## -------------------- ##
1707 ## Main body of script. ##
1708 ## -------------------- ##
1709
1710 ac_ext=c
1711 ac_cpp='$CPP $CPPFLAGS'
1712 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1713 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1714 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1715
1716
1717
1718 ac_config_headers="$ac_config_headers config.h"
1719
1720 ac_aux_dir=
1721 for ac_dir in build-aux "$srcdir"/build-aux; do
1722   if test -f "$ac_dir/install-sh"; then
1723     ac_aux_dir=$ac_dir
1724     ac_install_sh="$ac_aux_dir/install-sh -c"
1725     break
1726   elif test -f "$ac_dir/install.sh"; then
1727     ac_aux_dir=$ac_dir
1728     ac_install_sh="$ac_aux_dir/install.sh -c"
1729     break
1730   elif test -f "$ac_dir/shtool"; then
1731     ac_aux_dir=$ac_dir
1732     ac_install_sh="$ac_aux_dir/shtool install -c"
1733     break
1734   fi
1735 done
1736 if test -z "$ac_aux_dir"; then
1737   as_fn_error $? "cannot find install-sh, install.sh, or shtool in build-aux \"$srcdir\"/build-aux" "$LINENO" 5
1738 fi
1739
1740 # These three variables are undocumented and unsupported,
1741 # and are intended to be withdrawn in a future Autoconf release.
1742 # They can cause serious problems if a builder's source tree is in a directory
1743 # whose full name contains unusual characters.
1744 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1745 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1746 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1747
1748
1749
1750
1751
1752
1753 am__api_version='1.11'
1754
1755 # Find a good install program.  We prefer a C program (faster),
1756 # so one script is as good as another.  But avoid the broken or
1757 # incompatible versions:
1758 # SysV /etc/install, /usr/sbin/install
1759 # SunOS /usr/etc/install
1760 # IRIX /sbin/install
1761 # AIX /bin/install
1762 # AmigaOS /C/install, which installs bootblocks on floppy discs
1763 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1764 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1765 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1766 # OS/2's system install, which has a completely different semantic
1767 # ./install, which can be erroneously created by make from ./install.sh.
1768 # Reject install programs that cannot install multiple files.
1769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
1770 $as_echo_n "checking for a BSD-compatible install... " >&6; }
1771 if test -z "$INSTALL"; then
1772 if ${ac_cv_path_install+:} false; then :
1773   $as_echo_n "(cached) " >&6
1774 else
1775   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1776 for as_dir in $PATH
1777 do
1778   IFS=$as_save_IFS
1779   test -z "$as_dir" && as_dir=.
1780     # Account for people who put trailing slashes in PATH elements.
1781 case $as_dir/ in #((
1782   ./ | .// | /[cC]/* | \
1783   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1784   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1785   /usr/ucb/* ) ;;
1786   *)
1787     # OSF1 and SCO ODT 3.0 have their own names for install.
1788     # Don't use installbsd from OSF since it installs stuff as root
1789     # by default.
1790     for ac_prog in ginstall scoinst install; do
1791       for ac_exec_ext in '' $ac_executable_extensions; do
1792         if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1793           if test $ac_prog = install &&
1794             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1795             # AIX install.  It has an incompatible calling convention.
1796             :
1797           elif test $ac_prog = install &&
1798             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1799             # program-specific install script used by HP pwplus--don't use.
1800             :
1801           else
1802             rm -rf conftest.one conftest.two conftest.dir
1803             echo one > conftest.one
1804             echo two > conftest.two
1805             mkdir conftest.dir
1806             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
1807               test -s conftest.one && test -s conftest.two &&
1808               test -s conftest.dir/conftest.one &&
1809               test -s conftest.dir/conftest.two
1810             then
1811               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1812               break 3
1813             fi
1814           fi
1815         fi
1816       done
1817     done
1818     ;;
1819 esac
1820
1821   done
1822 IFS=$as_save_IFS
1823
1824 rm -rf conftest.one conftest.two conftest.dir
1825
1826 fi
1827   if test "${ac_cv_path_install+set}" = set; then
1828     INSTALL=$ac_cv_path_install
1829   else
1830     # As a last resort, use the slow shell script.  Don't cache a
1831     # value for INSTALL within a source directory, because that will
1832     # break other packages using the cache if that directory is
1833     # removed, or if the value is a relative name.
1834     INSTALL=$ac_install_sh
1835   fi
1836 fi
1837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
1838 $as_echo "$INSTALL" >&6; }
1839
1840 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1841 # It thinks the first close brace ends the variable substitution.
1842 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1843
1844 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1845
1846 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1847
1848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
1849 $as_echo_n "checking whether build environment is sane... " >&6; }
1850 # Just in case
1851 sleep 1
1852 echo timestamp > conftest.file
1853 # Reject unsafe characters in $srcdir or the absolute working directory
1854 # name.  Accept space and tab only in the latter.
1855 am_lf='
1856 '
1857 case `pwd` in
1858   *[\\\"\#\$\&\'\`$am_lf]*)
1859     as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
1860 esac
1861 case $srcdir in
1862   *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
1863     as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
1864 esac
1865
1866 # Do `set' in a subshell so we don't clobber the current shell's
1867 # arguments.  Must try -L first in case configure is actually a
1868 # symlink; some systems play weird games with the mod time of symlinks
1869 # (eg FreeBSD returns the mod time of the symlink's containing
1870 # directory).
1871 if (
1872    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1873    if test "$*" = "X"; then
1874       # -L didn't work.
1875       set X `ls -t "$srcdir/configure" conftest.file`
1876    fi
1877    rm -f conftest.file
1878    if test "$*" != "X $srcdir/configure conftest.file" \
1879       && test "$*" != "X conftest.file $srcdir/configure"; then
1880
1881       # If neither matched, then we have a broken ls.  This can happen
1882       # if, for instance, CONFIG_SHELL is bash and it inherits a
1883       # broken ls alias from the environment.  This has actually
1884       # happened.  Such a system could not be considered "sane".
1885       as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
1886 alias in your environment" "$LINENO" 5
1887    fi
1888
1889    test "$2" = conftest.file
1890    )
1891 then
1892    # Ok.
1893    :
1894 else
1895    as_fn_error $? "newly created file is older than distributed files!
1896 Check your system clock" "$LINENO" 5
1897 fi
1898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1899 $as_echo "yes" >&6; }
1900 test "$program_prefix" != NONE &&
1901   program_transform_name="s&^&$program_prefix&;$program_transform_name"
1902 # Use a double $ so make ignores it.
1903 test "$program_suffix" != NONE &&
1904   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1905 # Double any \ or $.
1906 # By default was `s,x,x', remove it if useless.
1907 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
1908 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
1909
1910 # expand $ac_aux_dir to an absolute path
1911 am_aux_dir=`cd $ac_aux_dir && pwd`
1912
1913 if test x"${MISSING+set}" != xset; then
1914   case $am_aux_dir in
1915   *\ * | *\     *)
1916     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
1917   *)
1918     MISSING="\${SHELL} $am_aux_dir/missing" ;;
1919   esac
1920 fi
1921 # Use eval to expand $SHELL
1922 if eval "$MISSING --run true"; then
1923   am_missing_run="$MISSING --run "
1924 else
1925   am_missing_run=
1926   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
1927 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1928 fi
1929
1930 if test x"${install_sh}" != xset; then
1931   case $am_aux_dir in
1932   *\ * | *\     *)
1933     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
1934   *)
1935     install_sh="\${SHELL} $am_aux_dir/install-sh"
1936   esac
1937 fi
1938
1939 # Installed binaries are usually stripped using `strip' when the user
1940 # run `make install-strip'.  However `strip' might not be the right
1941 # tool to use in cross-compilation environments, therefore Automake
1942 # will honor the `STRIP' environment variable to overrule this program.
1943 if test "$cross_compiling" != no; then
1944   if test -n "$ac_tool_prefix"; then
1945   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1946 set dummy ${ac_tool_prefix}strip; ac_word=$2
1947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1948 $as_echo_n "checking for $ac_word... " >&6; }
1949 if ${ac_cv_prog_STRIP+:} false; then :
1950   $as_echo_n "(cached) " >&6
1951 else
1952   if test -n "$STRIP"; then
1953   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1954 else
1955 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1956 for as_dir in $PATH
1957 do
1958   IFS=$as_save_IFS
1959   test -z "$as_dir" && as_dir=.
1960     for ac_exec_ext in '' $ac_executable_extensions; do
1961   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1962     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1963     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1964     break 2
1965   fi
1966 done
1967   done
1968 IFS=$as_save_IFS
1969
1970 fi
1971 fi
1972 STRIP=$ac_cv_prog_STRIP
1973 if test -n "$STRIP"; then
1974   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
1975 $as_echo "$STRIP" >&6; }
1976 else
1977   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1978 $as_echo "no" >&6; }
1979 fi
1980
1981
1982 fi
1983 if test -z "$ac_cv_prog_STRIP"; then
1984   ac_ct_STRIP=$STRIP
1985   # Extract the first word of "strip", so it can be a program name with args.
1986 set dummy strip; ac_word=$2
1987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1988 $as_echo_n "checking for $ac_word... " >&6; }
1989 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
1990   $as_echo_n "(cached) " >&6
1991 else
1992   if test -n "$ac_ct_STRIP"; then
1993   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1994 else
1995 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1996 for as_dir in $PATH
1997 do
1998   IFS=$as_save_IFS
1999   test -z "$as_dir" && as_dir=.
2000     for ac_exec_ext in '' $ac_executable_extensions; do
2001   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2002     ac_cv_prog_ac_ct_STRIP="strip"
2003     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2004     break 2
2005   fi
2006 done
2007   done
2008 IFS=$as_save_IFS
2009
2010 fi
2011 fi
2012 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2013 if test -n "$ac_ct_STRIP"; then
2014   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2015 $as_echo "$ac_ct_STRIP" >&6; }
2016 else
2017   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2018 $as_echo "no" >&6; }
2019 fi
2020
2021   if test "x$ac_ct_STRIP" = x; then
2022     STRIP=":"
2023   else
2024     case $cross_compiling:$ac_tool_warned in
2025 yes:)
2026 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2027 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2028 ac_tool_warned=yes ;;
2029 esac
2030     STRIP=$ac_ct_STRIP
2031   fi
2032 else
2033   STRIP="$ac_cv_prog_STRIP"
2034 fi
2035
2036 fi
2037 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2038
2039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2040 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2041 if test -z "$MKDIR_P"; then
2042   if ${ac_cv_path_mkdir+:} false; then :
2043   $as_echo_n "(cached) " >&6
2044 else
2045   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2046 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2047 do
2048   IFS=$as_save_IFS
2049   test -z "$as_dir" && as_dir=.
2050     for ac_prog in mkdir gmkdir; do
2051          for ac_exec_ext in '' $ac_executable_extensions; do
2052            as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2053            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2054              'mkdir (GNU coreutils) '* | \
2055              'mkdir (coreutils) '* | \
2056              'mkdir (fileutils) '4.1*)
2057                ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2058                break 3;;
2059            esac
2060          done
2061        done
2062   done
2063 IFS=$as_save_IFS
2064
2065 fi
2066
2067   test -d ./--version && rmdir ./--version
2068   if test "${ac_cv_path_mkdir+set}" = set; then
2069     MKDIR_P="$ac_cv_path_mkdir -p"
2070   else
2071     # As a last resort, use the slow shell script.  Don't cache a
2072     # value for MKDIR_P within a source directory, because that will
2073     # break other packages using the cache if that directory is
2074     # removed, or if the value is a relative name.
2075     MKDIR_P="$ac_install_sh -d"
2076   fi
2077 fi
2078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2079 $as_echo "$MKDIR_P" >&6; }
2080
2081 mkdir_p="$MKDIR_P"
2082 case $mkdir_p in
2083   [\\/$]* | ?:[\\/]*) ;;
2084   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2085 esac
2086
2087 for ac_prog in gawk mawk nawk awk
2088 do
2089   # Extract the first word of "$ac_prog", so it can be a program name with args.
2090 set dummy $ac_prog; ac_word=$2
2091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2092 $as_echo_n "checking for $ac_word... " >&6; }
2093 if ${ac_cv_prog_AWK+:} false; then :
2094   $as_echo_n "(cached) " >&6
2095 else
2096   if test -n "$AWK"; then
2097   ac_cv_prog_AWK="$AWK" # Let the user override the test.
2098 else
2099 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2100 for as_dir in $PATH
2101 do
2102   IFS=$as_save_IFS
2103   test -z "$as_dir" && as_dir=.
2104     for ac_exec_ext in '' $ac_executable_extensions; do
2105   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2106     ac_cv_prog_AWK="$ac_prog"
2107     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2108     break 2
2109   fi
2110 done
2111   done
2112 IFS=$as_save_IFS
2113
2114 fi
2115 fi
2116 AWK=$ac_cv_prog_AWK
2117 if test -n "$AWK"; then
2118   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2119 $as_echo "$AWK" >&6; }
2120 else
2121   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2122 $as_echo "no" >&6; }
2123 fi
2124
2125
2126   test -n "$AWK" && break
2127 done
2128
2129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2130 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2131 set x ${MAKE-make}
2132 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2133 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2134   $as_echo_n "(cached) " >&6
2135 else
2136   cat >conftest.make <<\_ACEOF
2137 SHELL = /bin/sh
2138 all:
2139         @echo '@@@%%%=$(MAKE)=@@@%%%'
2140 _ACEOF
2141 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2142 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2143   *@@@%%%=?*=@@@%%%*)
2144     eval ac_cv_prog_make_${ac_make}_set=yes;;
2145   *)
2146     eval ac_cv_prog_make_${ac_make}_set=no;;
2147 esac
2148 rm -f conftest.make
2149 fi
2150 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2151   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2152 $as_echo "yes" >&6; }
2153   SET_MAKE=
2154 else
2155   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2156 $as_echo "no" >&6; }
2157   SET_MAKE="MAKE=${MAKE-make}"
2158 fi
2159
2160 rm -rf .tst 2>/dev/null
2161 mkdir .tst 2>/dev/null
2162 if test -d .tst; then
2163   am__leading_dot=.
2164 else
2165   am__leading_dot=_
2166 fi
2167 rmdir .tst 2>/dev/null
2168
2169 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2170   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2171   # is not polluted with repeated "-I."
2172   am__isrc=' -I$(srcdir)'
2173   # test to see if srcdir already configured
2174   if test -f $srcdir/config.status; then
2175     as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2176   fi
2177 fi
2178
2179 # test whether we have cygpath
2180 if test -z "$CYGPATH_W"; then
2181   if (cygpath --version) >/dev/null 2>/dev/null; then
2182     CYGPATH_W='cygpath -w'
2183   else
2184     CYGPATH_W=echo
2185   fi
2186 fi
2187
2188
2189 # Define the identity of the package.
2190  PACKAGE='dleyna-linux'
2191  VERSION='0.2.0'
2192
2193
2194 cat >>confdefs.h <<_ACEOF
2195 #define PACKAGE "$PACKAGE"
2196 _ACEOF
2197
2198
2199 cat >>confdefs.h <<_ACEOF
2200 #define VERSION "$VERSION"
2201 _ACEOF
2202
2203 # Some tools Automake needs.
2204
2205 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2206
2207
2208 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2209
2210
2211 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2212
2213
2214 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2215
2216
2217 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2218
2219 # We need awk for the "check" target.  The system "awk" is bad on
2220 # some platforms.
2221 # Always define AMTAR for backward compatibility.  Yes, it's still used
2222 # in the wild :-(  We should find a proper way to deprecate it ...
2223 AMTAR='$${TAR-tar}'
2224
2225 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2226
2227
2228
2229
2230
2231
2232
2233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2234 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2235     # Check whether --enable-maintainer-mode was given.
2236 if test "${enable_maintainer_mode+set}" = set; then :
2237   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2238 else
2239   USE_MAINTAINER_MODE=no
2240 fi
2241
2242   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2243 $as_echo "$USE_MAINTAINER_MODE" >&6; }
2244    if test $USE_MAINTAINER_MODE = yes; then
2245   MAINTAINER_MODE_TRUE=
2246   MAINTAINER_MODE_FALSE='#'
2247 else
2248   MAINTAINER_MODE_TRUE='#'
2249   MAINTAINER_MODE_FALSE=
2250 fi
2251
2252   MAINT=$MAINTAINER_MODE_TRUE
2253
2254
2255 # Check whether --enable-silent-rules was given.
2256 if test "${enable_silent_rules+set}" = set; then :
2257   enableval=$enable_silent_rules;
2258 fi
2259
2260 case $enable_silent_rules in
2261 yes) AM_DEFAULT_VERBOSITY=0;;
2262 no)  AM_DEFAULT_VERBOSITY=1;;
2263 *)   AM_DEFAULT_VERBOSITY=0;;
2264 esac
2265 am_make=${MAKE-make}
2266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2267 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2268 if ${am_cv_make_support_nested_variables+:} false; then :
2269   $as_echo_n "(cached) " >&6
2270 else
2271   if $as_echo 'TRUE=$(BAR$(V))
2272 BAR0=false
2273 BAR1=true
2274 V=1
2275 am__doit:
2276         @$(TRUE)
2277 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2278   am_cv_make_support_nested_variables=yes
2279 else
2280   am_cv_make_support_nested_variables=no
2281 fi
2282 fi
2283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2284 $as_echo "$am_cv_make_support_nested_variables" >&6; }
2285 if test $am_cv_make_support_nested_variables = yes; then
2286     AM_V='$(V)'
2287   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2288 else
2289   AM_V=$AM_DEFAULT_VERBOSITY
2290   AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2291 fi
2292 AM_BACKSLASH='\'
2293
2294
2295 ac_config_files="$ac_config_files Makefile"
2296
2297
2298
2299
2300 subdirs="$subdirs dleyna-core dleyna-connector-dbus dleyna-server dleyna-renderer"
2301
2302
2303 cat >confcache <<\_ACEOF
2304 # This file is a shell script that caches the results of configure
2305 # tests run on this system so they can be shared between configure
2306 # scripts and configure runs, see configure's option --config-cache.
2307 # It is not useful on other systems.  If it contains results you don't
2308 # want to keep, you may remove or edit it.
2309 #
2310 # config.status only pays attention to the cache file if you give it
2311 # the --recheck option to rerun configure.
2312 #
2313 # `ac_cv_env_foo' variables (set or unset) will be overridden when
2314 # loading this file, other *unset* `ac_cv_foo' will be assigned the
2315 # following values.
2316
2317 _ACEOF
2318
2319 # The following way of writing the cache mishandles newlines in values,
2320 # but we know of no workaround that is simple, portable, and efficient.
2321 # So, we kill variables containing newlines.
2322 # Ultrix sh set writes to stderr and can't be redirected directly,
2323 # and sets the high bit in the cache file unless we assign to the vars.
2324 (
2325   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2326     eval ac_val=\$$ac_var
2327     case $ac_val in #(
2328     *${as_nl}*)
2329       case $ac_var in #(
2330       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2331 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2332       esac
2333       case $ac_var in #(
2334       _ | IFS | as_nl) ;; #(
2335       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2336       *) { eval $ac_var=; unset $ac_var;} ;;
2337       esac ;;
2338     esac
2339   done
2340
2341   (set) 2>&1 |
2342     case $as_nl`(ac_space=' '; set) 2>&1` in #(
2343     *${as_nl}ac_space=\ *)
2344       # `set' does not quote correctly, so add quotes: double-quote
2345       # substitution turns \\\\ into \\, and sed turns \\ into \.
2346       sed -n \
2347         "s/'/'\\\\''/g;
2348           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2349       ;; #(
2350     *)
2351       # `set' quotes correctly as required by POSIX, so do not add quotes.
2352       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2353       ;;
2354     esac |
2355     sort
2356 ) |
2357   sed '
2358      /^ac_cv_env_/b end
2359      t clear
2360      :clear
2361      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2362      t end
2363      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2364      :end' >>confcache
2365 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2366   if test -w "$cache_file"; then
2367     if test "x$cache_file" != "x/dev/null"; then
2368       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
2369 $as_echo "$as_me: updating cache $cache_file" >&6;}
2370       if test ! -f "$cache_file" || test -h "$cache_file"; then
2371         cat confcache >"$cache_file"
2372       else
2373         case $cache_file in #(
2374         */* | ?:*)
2375           mv -f confcache "$cache_file"$$ &&
2376           mv -f "$cache_file"$$ "$cache_file" ;; #(
2377         *)
2378           mv -f confcache "$cache_file" ;;
2379         esac
2380       fi
2381     fi
2382   else
2383     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
2384 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
2385   fi
2386 fi
2387 rm -f confcache
2388
2389 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2390 # Let make expand exec_prefix.
2391 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2392
2393 DEFS=-DHAVE_CONFIG_H
2394
2395 ac_libobjs=
2396 ac_ltlibobjs=
2397 U=
2398 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2399   # 1. Remove the extension, and $U if already installed.
2400   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2401   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
2402   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
2403   #    will be set to the directory where LIBOBJS objects are built.
2404   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
2405   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
2406 done
2407 LIBOBJS=$ac_libobjs
2408
2409 LTLIBOBJS=$ac_ltlibobjs
2410
2411
2412
2413 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
2414   as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
2415 Usually this means the macro was only invoked conditionally." "$LINENO" 5
2416 fi
2417
2418 : "${CONFIG_STATUS=./config.status}"
2419 ac_write_fail=0
2420 ac_clean_files_save=$ac_clean_files
2421 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2422 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
2423 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
2424 as_write_fail=0
2425 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
2426 #! $SHELL
2427 # Generated by $as_me.
2428 # Run this file to recreate the current configuration.
2429 # Compiler output produced by configure, useful for debugging
2430 # configure, is in config.log if it exists.
2431
2432 debug=false
2433 ac_cs_recheck=false
2434 ac_cs_silent=false
2435
2436 SHELL=\${CONFIG_SHELL-$SHELL}
2437 export SHELL
2438 _ASEOF
2439 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
2440 ## -------------------- ##
2441 ## M4sh Initialization. ##
2442 ## -------------------- ##
2443
2444 # Be more Bourne compatible
2445 DUALCASE=1; export DUALCASE # for MKS sh
2446 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
2447   emulate sh
2448   NULLCMD=:
2449   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
2450   # is contrary to our usage.  Disable this feature.
2451   alias -g '${1+"$@"}'='"$@"'
2452   setopt NO_GLOB_SUBST
2453 else
2454   case `(set -o) 2>/dev/null` in #(
2455   *posix*) :
2456     set -o posix ;; #(
2457   *) :
2458      ;;
2459 esac
2460 fi
2461
2462
2463 as_nl='
2464 '
2465 export as_nl
2466 # Printing a long string crashes Solaris 7 /usr/bin/printf.
2467 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
2468 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
2469 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
2470 # Prefer a ksh shell builtin over an external printf program on Solaris,
2471 # but without wasting forks for bash or zsh.
2472 if test -z "$BASH_VERSION$ZSH_VERSION" \
2473     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
2474   as_echo='print -r --'
2475   as_echo_n='print -rn --'
2476 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
2477   as_echo='printf %s\n'
2478   as_echo_n='printf %s'
2479 else
2480   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
2481     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
2482     as_echo_n='/usr/ucb/echo -n'
2483   else
2484     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
2485     as_echo_n_body='eval
2486       arg=$1;
2487       case $arg in #(
2488       *"$as_nl"*)
2489         expr "X$arg" : "X\\(.*\\)$as_nl";
2490         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
2491       esac;
2492       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
2493     '
2494     export as_echo_n_body
2495     as_echo_n='sh -c $as_echo_n_body as_echo'
2496   fi
2497   export as_echo_body
2498   as_echo='sh -c $as_echo_body as_echo'
2499 fi
2500
2501 # The user is always right.
2502 if test "${PATH_SEPARATOR+set}" != set; then
2503   PATH_SEPARATOR=:
2504   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
2505     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
2506       PATH_SEPARATOR=';'
2507   }
2508 fi
2509
2510
2511 # IFS
2512 # We need space, tab and new line, in precisely that order.  Quoting is
2513 # there to prevent editors from complaining about space-tab.
2514 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
2515 # splitting by setting IFS to empty value.)
2516 IFS=" ""        $as_nl"
2517
2518 # Find who we are.  Look in the path if we contain no directory separator.
2519 as_myself=
2520 case $0 in #((
2521   *[\\/]* ) as_myself=$0 ;;
2522   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2523 for as_dir in $PATH
2524 do
2525   IFS=$as_save_IFS
2526   test -z "$as_dir" && as_dir=.
2527     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2528   done
2529 IFS=$as_save_IFS
2530
2531      ;;
2532 esac
2533 # We did not find ourselves, most probably we were run as `sh COMMAND'
2534 # in which case we are not to be found in the path.
2535 if test "x$as_myself" = x; then
2536   as_myself=$0
2537 fi
2538 if test ! -f "$as_myself"; then
2539   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2540   exit 1
2541 fi
2542
2543 # Unset variables that we do not need and which cause bugs (e.g. in
2544 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
2545 # suppresses any "Segmentation fault" message there.  '((' could
2546 # trigger a bug in pdksh 5.2.14.
2547 for as_var in BASH_ENV ENV MAIL MAILPATH
2548 do eval test x\${$as_var+set} = xset \
2549   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
2550 done
2551 PS1='$ '
2552 PS2='> '
2553 PS4='+ '
2554
2555 # NLS nuisances.
2556 LC_ALL=C
2557 export LC_ALL
2558 LANGUAGE=C
2559 export LANGUAGE
2560
2561 # CDPATH.
2562 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
2563
2564
2565 # as_fn_error STATUS ERROR [LINENO LOG_FD]
2566 # ----------------------------------------
2567 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
2568 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
2569 # script with STATUS, using 1 if that was 0.
2570 as_fn_error ()
2571 {
2572   as_status=$1; test $as_status -eq 0 && as_status=1
2573   if test "$4"; then
2574     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2575     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
2576   fi
2577   $as_echo "$as_me: error: $2" >&2
2578   as_fn_exit $as_status
2579 } # as_fn_error
2580
2581
2582 # as_fn_set_status STATUS
2583 # -----------------------
2584 # Set $? to STATUS, without forking.
2585 as_fn_set_status ()
2586 {
2587   return $1
2588 } # as_fn_set_status
2589
2590 # as_fn_exit STATUS
2591 # -----------------
2592 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
2593 as_fn_exit ()
2594 {
2595   set +e
2596   as_fn_set_status $1
2597   exit $1
2598 } # as_fn_exit
2599
2600 # as_fn_unset VAR
2601 # ---------------
2602 # Portably unset VAR.
2603 as_fn_unset ()
2604 {
2605   { eval $1=; unset $1;}
2606 }
2607 as_unset=as_fn_unset
2608 # as_fn_append VAR VALUE
2609 # ----------------------
2610 # Append the text in VALUE to the end of the definition contained in VAR. Take
2611 # advantage of any shell optimizations that allow amortized linear growth over
2612 # repeated appends, instead of the typical quadratic growth present in naive
2613 # implementations.
2614 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
2615   eval 'as_fn_append ()
2616   {
2617     eval $1+=\$2
2618   }'
2619 else
2620   as_fn_append ()
2621   {
2622     eval $1=\$$1\$2
2623   }
2624 fi # as_fn_append
2625
2626 # as_fn_arith ARG...
2627 # ------------------
2628 # Perform arithmetic evaluation on the ARGs, and store the result in the
2629 # global $as_val. Take advantage of shells that can avoid forks. The arguments
2630 # must be portable across $(()) and expr.
2631 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
2632   eval 'as_fn_arith ()
2633   {
2634     as_val=$(( $* ))
2635   }'
2636 else
2637   as_fn_arith ()
2638   {
2639     as_val=`expr "$@" || test $? -eq 1`
2640   }
2641 fi # as_fn_arith
2642
2643
2644 if expr a : '\(a\)' >/dev/null 2>&1 &&
2645    test "X`expr 00001 : '.*\(...\)'`" = X001; then
2646   as_expr=expr
2647 else
2648   as_expr=false
2649 fi
2650
2651 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
2652   as_basename=basename
2653 else
2654   as_basename=false
2655 fi
2656
2657 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
2658   as_dirname=dirname
2659 else
2660   as_dirname=false
2661 fi
2662
2663 as_me=`$as_basename -- "$0" ||
2664 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2665          X"$0" : 'X\(//\)$' \| \
2666          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2667 $as_echo X/"$0" |
2668     sed '/^.*\/\([^/][^/]*\)\/*$/{
2669             s//\1/
2670             q
2671           }
2672           /^X\/\(\/\/\)$/{
2673             s//\1/
2674             q
2675           }
2676           /^X\/\(\/\).*/{
2677             s//\1/
2678             q
2679           }
2680           s/.*/./; q'`
2681
2682 # Avoid depending upon Character Ranges.
2683 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2684 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2685 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2686 as_cr_digits='0123456789'
2687 as_cr_alnum=$as_cr_Letters$as_cr_digits
2688
2689 ECHO_C= ECHO_N= ECHO_T=
2690 case `echo -n x` in #(((((
2691 -n*)
2692   case `echo 'xy\c'` in
2693   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
2694   xy)  ECHO_C='\c';;
2695   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
2696        ECHO_T=' ';;
2697   esac;;
2698 *)
2699   ECHO_N='-n';;
2700 esac
2701
2702 rm -f conf$$ conf$$.exe conf$$.file
2703 if test -d conf$$.dir; then
2704   rm -f conf$$.dir/conf$$.file
2705 else
2706   rm -f conf$$.dir
2707   mkdir conf$$.dir 2>/dev/null
2708 fi
2709 if (echo >conf$$.file) 2>/dev/null; then
2710   if ln -s conf$$.file conf$$ 2>/dev/null; then
2711     as_ln_s='ln -s'
2712     # ... but there are two gotchas:
2713     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2714     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
2715     # In both cases, we have to default to `cp -pR'.
2716     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2717       as_ln_s='cp -pR'
2718   elif ln conf$$.file conf$$ 2>/dev/null; then
2719     as_ln_s=ln
2720   else
2721     as_ln_s='cp -pR'
2722   fi
2723 else
2724   as_ln_s='cp -pR'
2725 fi
2726 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2727 rmdir conf$$.dir 2>/dev/null
2728
2729
2730 # as_fn_mkdir_p
2731 # -------------
2732 # Create "$as_dir" as a directory, including parents if necessary.
2733 as_fn_mkdir_p ()
2734 {
2735
2736   case $as_dir in #(
2737   -*) as_dir=./$as_dir;;
2738   esac
2739   test -d "$as_dir" || eval $as_mkdir_p || {
2740     as_dirs=
2741     while :; do
2742       case $as_dir in #(
2743       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
2744       *) as_qdir=$as_dir;;
2745       esac
2746       as_dirs="'$as_qdir' $as_dirs"
2747       as_dir=`$as_dirname -- "$as_dir" ||
2748 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2749          X"$as_dir" : 'X\(//\)[^/]' \| \
2750          X"$as_dir" : 'X\(//\)$' \| \
2751          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
2752 $as_echo X"$as_dir" |
2753     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2754             s//\1/
2755             q
2756           }
2757           /^X\(\/\/\)[^/].*/{
2758             s//\1/
2759             q
2760           }
2761           /^X\(\/\/\)$/{
2762             s//\1/
2763             q
2764           }
2765           /^X\(\/\).*/{
2766             s//\1/
2767             q
2768           }
2769           s/.*/./; q'`
2770       test -d "$as_dir" && break
2771     done
2772     test -z "$as_dirs" || eval "mkdir $as_dirs"
2773   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
2774
2775
2776 } # as_fn_mkdir_p
2777 if mkdir -p . 2>/dev/null; then
2778   as_mkdir_p='mkdir -p "$as_dir"'
2779 else
2780   test -d ./-p && rmdir ./-p
2781   as_mkdir_p=false
2782 fi
2783
2784
2785 # as_fn_executable_p FILE
2786 # -----------------------
2787 # Test if FILE is an executable regular file.
2788 as_fn_executable_p ()
2789 {
2790   test -f "$1" && test -x "$1"
2791 } # as_fn_executable_p
2792 as_test_x='test -x'
2793 as_executable_p=as_fn_executable_p
2794
2795 # Sed expression to map a string onto a valid CPP name.
2796 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2797
2798 # Sed expression to map a string onto a valid variable name.
2799 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2800
2801
2802 exec 6>&1
2803 ## ----------------------------------- ##
2804 ## Main body of $CONFIG_STATUS script. ##
2805 ## ----------------------------------- ##
2806 _ASEOF
2807 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
2808
2809 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2810 # Save the log message, to keep $0 and so on meaningful, and to
2811 # report actual input values of CONFIG_FILES etc. instead of their
2812 # values after options handling.
2813 ac_log="
2814 This file was extended by dleyna-linux $as_me 0.2.0, which was
2815 generated by GNU Autoconf 2.69.  Invocation command line was
2816
2817   CONFIG_FILES    = $CONFIG_FILES
2818   CONFIG_HEADERS  = $CONFIG_HEADERS
2819   CONFIG_LINKS    = $CONFIG_LINKS
2820   CONFIG_COMMANDS = $CONFIG_COMMANDS
2821   $ $0 $@
2822
2823 on `(hostname || uname -n) 2>/dev/null | sed 1q`
2824 "
2825
2826 _ACEOF
2827
2828 case $ac_config_files in *"
2829 "*) set x $ac_config_files; shift; ac_config_files=$*;;
2830 esac
2831
2832 case $ac_config_headers in *"
2833 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
2834 esac
2835
2836
2837 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2838 # Files that config.status was made for.
2839 config_files="$ac_config_files"
2840 config_headers="$ac_config_headers"
2841
2842 _ACEOF
2843
2844 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2845 ac_cs_usage="\
2846 \`$as_me' instantiates files and other configuration actions
2847 from templates according to the current configuration.  Unless the files
2848 and actions are specified as TAGs, all are instantiated by default.
2849
2850 Usage: $0 [OPTION]... [TAG]...
2851
2852   -h, --help       print this help, then exit
2853   -V, --version    print version number and configuration settings, then exit
2854       --config     print configuration, then exit
2855   -q, --quiet, --silent
2856                    do not print progress messages
2857   -d, --debug      don't remove temporary files
2858       --recheck    update $as_me by reconfiguring in the same conditions
2859       --file=FILE[:TEMPLATE]
2860                    instantiate the configuration file FILE
2861       --header=FILE[:TEMPLATE]
2862                    instantiate the configuration header FILE
2863
2864 Configuration files:
2865 $config_files
2866
2867 Configuration headers:
2868 $config_headers
2869
2870 Report bugs to <https://github.com/01org/dleyna-linux/issues/new>.
2871 dleyna-linux home page: <https://01.org/dleyna/>."
2872
2873 _ACEOF
2874 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2875 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2876 ac_cs_version="\\
2877 dleyna-linux config.status 0.2.0
2878 configured by $0, generated by GNU Autoconf 2.69,
2879   with options \\"\$ac_cs_config\\"
2880
2881 Copyright (C) 2012 Free Software Foundation, Inc.
2882 This config.status script is free software; the Free Software Foundation
2883 gives unlimited permission to copy, distribute and modify it."
2884
2885 ac_pwd='$ac_pwd'
2886 srcdir='$srcdir'
2887 INSTALL='$INSTALL'
2888 MKDIR_P='$MKDIR_P'
2889 AWK='$AWK'
2890 test -n "\$AWK" || AWK=awk
2891 _ACEOF
2892
2893 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2894 # The default lists apply if the user does not specify any file.
2895 ac_need_defaults=:
2896 while test $# != 0
2897 do
2898   case $1 in
2899   --*=?*)
2900     ac_option=`expr "X$1" : 'X\([^=]*\)='`
2901     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
2902     ac_shift=:
2903     ;;
2904   --*=)
2905     ac_option=`expr "X$1" : 'X\([^=]*\)='`
2906     ac_optarg=
2907     ac_shift=:
2908     ;;
2909   *)
2910     ac_option=$1
2911     ac_optarg=$2
2912     ac_shift=shift
2913     ;;
2914   esac
2915
2916   case $ac_option in
2917   # Handling of the options.
2918   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2919     ac_cs_recheck=: ;;
2920   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
2921     $as_echo "$ac_cs_version"; exit ;;
2922   --config | --confi | --conf | --con | --co | --c )
2923     $as_echo "$ac_cs_config"; exit ;;
2924   --debug | --debu | --deb | --de | --d | -d )
2925     debug=: ;;
2926   --file | --fil | --fi | --f )
2927     $ac_shift
2928     case $ac_optarg in
2929     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
2930     '') as_fn_error $? "missing file argument" ;;
2931     esac
2932     as_fn_append CONFIG_FILES " '$ac_optarg'"
2933     ac_need_defaults=false;;
2934   --header | --heade | --head | --hea )
2935     $ac_shift
2936     case $ac_optarg in
2937     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
2938     esac
2939     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
2940     ac_need_defaults=false;;
2941   --he | --h)
2942     # Conflict between --help and --header
2943     as_fn_error $? "ambiguous option: \`$1'
2944 Try \`$0 --help' for more information.";;
2945   --help | --hel | -h )
2946     $as_echo "$ac_cs_usage"; exit ;;
2947   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2948   | -silent | --silent | --silen | --sile | --sil | --si | --s)
2949     ac_cs_silent=: ;;
2950
2951   # This is an error.
2952   -*) as_fn_error $? "unrecognized option: \`$1'
2953 Try \`$0 --help' for more information." ;;
2954
2955   *) as_fn_append ac_config_targets " $1"
2956      ac_need_defaults=false ;;
2957
2958   esac
2959   shift
2960 done
2961
2962 ac_configure_extra_args=
2963
2964 if $ac_cs_silent; then
2965   exec 6>/dev/null
2966   ac_configure_extra_args="$ac_configure_extra_args --silent"
2967 fi
2968
2969 _ACEOF
2970 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2971 if \$ac_cs_recheck; then
2972   set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2973   shift
2974   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
2975   CONFIG_SHELL='$SHELL'
2976   export CONFIG_SHELL
2977   exec "\$@"
2978 fi
2979
2980 _ACEOF
2981 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2982 exec 5>>config.log
2983 {
2984   echo
2985   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2986 ## Running $as_me. ##
2987 _ASBOX
2988   $as_echo "$ac_log"
2989 } >&5
2990
2991 _ACEOF
2992 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2993 _ACEOF
2994
2995 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2996
2997 # Handling of arguments.
2998 for ac_config_target in $ac_config_targets
2999 do
3000   case $ac_config_target in
3001     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
3002     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3003
3004   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
3005   esac
3006 done
3007
3008
3009 # If the user did not use the arguments to specify the items to instantiate,
3010 # then the envvar interface is used.  Set only those that are not.
3011 # We use the long form for the default assignment because of an extremely
3012 # bizarre bug on SunOS 4.1.3.
3013 if $ac_need_defaults; then
3014   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3015   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
3016 fi
3017
3018 # Have a temporary directory for convenience.  Make it in the build tree
3019 # simply because there is no reason against having it here, and in addition,
3020 # creating and moving files from /tmp can sometimes cause problems.
3021 # Hook for its removal unless debugging.
3022 # Note that there is a small window in which the directory will not be cleaned:
3023 # after its creation but before its name has been assigned to `$tmp'.
3024 $debug ||
3025 {
3026   tmp= ac_tmp=
3027   trap 'exit_status=$?
3028   : "${ac_tmp:=$tmp}"
3029   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
3030 ' 0
3031   trap 'as_fn_exit 1' 1 2 13 15
3032 }
3033 # Create a (secure) tmp directory for tmp files.
3034
3035 {
3036   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3037   test -d "$tmp"
3038 }  ||
3039 {
3040   tmp=./conf$$-$RANDOM
3041   (umask 077 && mkdir "$tmp")
3042 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
3043 ac_tmp=$tmp
3044
3045 # Set up the scripts for CONFIG_FILES section.
3046 # No need to generate them if there are no CONFIG_FILES.
3047 # This happens for instance with `./config.status config.h'.
3048 if test -n "$CONFIG_FILES"; then
3049
3050
3051 ac_cr=`echo X | tr X '\015'`
3052 # On cygwin, bash can eat \r inside `` if the user requested igncr.
3053 # But we know of no other shell where ac_cr would be empty at this
3054 # point, so we can use a bashism as a fallback.
3055 if test "x$ac_cr" = x; then
3056   eval ac_cr=\$\'\\r\'
3057 fi
3058 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
3059 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
3060   ac_cs_awk_cr='\\r'
3061 else
3062   ac_cs_awk_cr=$ac_cr
3063 fi
3064
3065 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
3066 _ACEOF
3067
3068
3069 {
3070   echo "cat >conf$$subs.awk <<_ACEOF" &&
3071   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
3072   echo "_ACEOF"
3073 } >conf$$subs.sh ||
3074   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3075 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
3076 ac_delim='%!_!# '
3077 for ac_last_try in false false false false false :; do
3078   . ./conf$$subs.sh ||
3079     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3080
3081   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
3082   if test $ac_delim_n = $ac_delim_num; then
3083     break
3084   elif $ac_last_try; then
3085     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3086   else
3087     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3088   fi
3089 done
3090 rm -f conf$$subs.sh
3091
3092 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3093 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
3094 _ACEOF
3095 sed -n '
3096 h
3097 s/^/S["/; s/!.*/"]=/
3098 p
3099 g
3100 s/^[^!]*!//
3101 :repl
3102 t repl
3103 s/'"$ac_delim"'$//
3104 t delim
3105 :nl
3106 h
3107 s/\(.\{148\}\)..*/\1/
3108 t more1
3109 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
3110 p
3111 n
3112 b repl
3113 :more1
3114 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3115 p
3116 g
3117 s/.\{148\}//
3118 t nl
3119 :delim
3120 h
3121 s/\(.\{148\}\)..*/\1/
3122 t more2
3123 s/["\\]/\\&/g; s/^/"/; s/$/"/
3124 p
3125 b
3126 :more2
3127 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3128 p
3129 g
3130 s/.\{148\}//
3131 t delim
3132 ' <conf$$subs.awk | sed '
3133 /^[^""]/{
3134   N
3135   s/\n//
3136 }
3137 ' >>$CONFIG_STATUS || ac_write_fail=1
3138 rm -f conf$$subs.awk
3139 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3140 _ACAWK
3141 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
3142   for (key in S) S_is_set[key] = 1
3143   FS = "\a"
3144
3145 }
3146 {
3147   line = $ 0
3148   nfields = split(line, field, "@")
3149   substed = 0
3150   len = length(field[1])
3151   for (i = 2; i < nfields; i++) {
3152     key = field[i]
3153     keylen = length(key)
3154     if (S_is_set[key]) {
3155       value = S[key]
3156       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
3157       len += length(value) + length(field[++i])
3158       substed = 1
3159     } else
3160       len += 1 + keylen
3161   }
3162
3163   print line
3164 }
3165
3166 _ACAWK
3167 _ACEOF
3168 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3169 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
3170   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
3171 else
3172   cat
3173 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
3174   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
3175 _ACEOF
3176
3177 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
3178 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
3179 # trailing colons and then remove the whole line if VPATH becomes empty
3180 # (actually we leave an empty line to preserve line numbers).
3181 if test "x$srcdir" = x.; then
3182   ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
3183 h
3184 s///
3185 s/^/:/
3186 s/[      ]*$/:/
3187 s/:\$(srcdir):/:/g
3188 s/:\${srcdir}:/:/g
3189 s/:@srcdir@:/:/g
3190 s/^:*//
3191 s/:*$//
3192 x
3193 s/\(=[   ]*\).*/\1/
3194 G
3195 s/\n//
3196 s/^[^=]*=[       ]*$//
3197 }'
3198 fi
3199
3200 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3201 fi # test -n "$CONFIG_FILES"
3202
3203 # Set up the scripts for CONFIG_HEADERS section.
3204 # No need to generate them if there are no CONFIG_HEADERS.
3205 # This happens for instance with `./config.status Makefile'.
3206 if test -n "$CONFIG_HEADERS"; then
3207 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
3208 BEGIN {
3209 _ACEOF
3210
3211 # Transform confdefs.h into an awk script `defines.awk', embedded as
3212 # here-document in config.status, that substitutes the proper values into
3213 # config.h.in to produce config.h.
3214
3215 # Create a delimiter string that does not exist in confdefs.h, to ease
3216 # handling of long lines.
3217 ac_delim='%!_!# '
3218 for ac_last_try in false false :; do
3219   ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
3220   if test -z "$ac_tt"; then
3221     break
3222   elif $ac_last_try; then
3223     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
3224   else
3225     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3226   fi
3227 done
3228
3229 # For the awk script, D is an array of macro values keyed by name,
3230 # likewise P contains macro parameters if any.  Preserve backslash
3231 # newline sequences.
3232
3233 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
3234 sed -n '
3235 s/.\{148\}/&'"$ac_delim"'/g
3236 t rset
3237 :rset
3238 s/^[     ]*#[    ]*define[       ][      ]*/ /
3239 t def
3240 d
3241 :def
3242 s/\\$//
3243 t bsnl
3244 s/["\\]/\\&/g
3245 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
3246 D["\1"]=" \3"/p
3247 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
3248 d
3249 :bsnl
3250 s/["\\]/\\&/g
3251 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
3252 D["\1"]=" \3\\\\\\n"\\/p
3253 t cont
3254 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
3255 t cont
3256 d
3257 :cont
3258 n
3259 s/.\{148\}/&'"$ac_delim"'/g
3260 t clear
3261 :clear
3262 s/\\$//
3263 t bsnlc
3264 s/["\\]/\\&/g; s/^/"/; s/$/"/p
3265 d
3266 :bsnlc
3267 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
3268 b cont
3269 ' <confdefs.h | sed '
3270 s/'"$ac_delim"'/"\\\
3271 "/g' >>$CONFIG_STATUS || ac_write_fail=1
3272
3273 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3274   for (key in D) D_is_set[key] = 1
3275   FS = "\a"
3276 }
3277 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
3278   line = \$ 0
3279   split(line, arg, " ")
3280   if (arg[1] == "#") {
3281     defundef = arg[2]
3282     mac1 = arg[3]
3283   } else {
3284     defundef = substr(arg[1], 2)
3285     mac1 = arg[2]
3286   }
3287   split(mac1, mac2, "(") #)
3288   macro = mac2[1]
3289   prefix = substr(line, 1, index(line, defundef) - 1)
3290   if (D_is_set[macro]) {
3291     # Preserve the white space surrounding the "#".
3292     print prefix "define", macro P[macro] D[macro]
3293     next
3294   } else {
3295     # Replace #undef with comments.  This is necessary, for example,
3296     # in the case of _POSIX_SOURCE, which is predefined and required
3297     # on some systems where configure will not decide to define it.
3298     if (defundef == "undef") {
3299       print "/*", prefix defundef, macro, "*/"
3300       next
3301     }
3302   }
3303 }
3304 { print }
3305 _ACAWK
3306 _ACEOF
3307 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3308   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
3309 fi # test -n "$CONFIG_HEADERS"
3310
3311
3312 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    "
3313 shift
3314 for ac_tag
3315 do
3316   case $ac_tag in
3317   :[FHLC]) ac_mode=$ac_tag; continue;;
3318   esac
3319   case $ac_mode$ac_tag in
3320   :[FHL]*:*);;
3321   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
3322   :[FH]-) ac_tag=-:-;;
3323   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
3324   esac
3325   ac_save_IFS=$IFS
3326   IFS=:
3327   set x $ac_tag
3328   IFS=$ac_save_IFS
3329   shift
3330   ac_file=$1
3331   shift
3332
3333   case $ac_mode in
3334   :L) ac_source=$1;;
3335   :[FH])
3336     ac_file_inputs=
3337     for ac_f
3338     do
3339       case $ac_f in
3340       -) ac_f="$ac_tmp/stdin";;
3341       *) # Look for the file first in the build tree, then in the source tree
3342          # (if the path is not absolute).  The absolute path cannot be DOS-style,
3343          # because $ac_f cannot contain `:'.
3344          test -f "$ac_f" ||
3345            case $ac_f in
3346            [\\/$]*) false;;
3347            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3348            esac ||
3349            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
3350       esac
3351       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
3352       as_fn_append ac_file_inputs " '$ac_f'"
3353     done
3354
3355     # Let's still pretend it is `configure' which instantiates (i.e., don't
3356     # use $as_me), people would be surprised to read:
3357     #    /* config.h.  Generated by config.status.  */
3358     configure_input='Generated from '`
3359           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
3360         `' by configure.'
3361     if test x"$ac_file" != x-; then
3362       configure_input="$ac_file.  $configure_input"
3363       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
3364 $as_echo "$as_me: creating $ac_file" >&6;}
3365     fi
3366     # Neutralize special characters interpreted by sed in replacement strings.
3367     case $configure_input in #(
3368     *\&* | *\|* | *\\* )
3369        ac_sed_conf_input=`$as_echo "$configure_input" |
3370        sed 's/[\\\\&|]/\\\\&/g'`;; #(
3371     *) ac_sed_conf_input=$configure_input;;
3372     esac
3373
3374     case $ac_tag in
3375     *:-:* | *:-) cat >"$ac_tmp/stdin" \
3376       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
3377     esac
3378     ;;
3379   esac
3380
3381   ac_dir=`$as_dirname -- "$ac_file" ||
3382 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3383          X"$ac_file" : 'X\(//\)[^/]' \| \
3384          X"$ac_file" : 'X\(//\)$' \| \
3385          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3386 $as_echo X"$ac_file" |
3387     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3388             s//\1/
3389             q
3390           }
3391           /^X\(\/\/\)[^/].*/{
3392             s//\1/
3393             q
3394           }
3395           /^X\(\/\/\)$/{
3396             s//\1/
3397             q
3398           }
3399           /^X\(\/\).*/{
3400             s//\1/
3401             q
3402           }
3403           s/.*/./; q'`
3404   as_dir="$ac_dir"; as_fn_mkdir_p
3405   ac_builddir=.
3406
3407 case "$ac_dir" in
3408 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3409 *)
3410   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
3411   # A ".." for each directory in $ac_dir_suffix.
3412   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
3413   case $ac_top_builddir_sub in
3414   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3415   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3416   esac ;;
3417 esac
3418 ac_abs_top_builddir=$ac_pwd
3419 ac_abs_builddir=$ac_pwd$ac_dir_suffix
3420 # for backward compatibility:
3421 ac_top_builddir=$ac_top_build_prefix
3422
3423 case $srcdir in
3424   .)  # We are building in place.
3425     ac_srcdir=.
3426     ac_top_srcdir=$ac_top_builddir_sub
3427     ac_abs_top_srcdir=$ac_pwd ;;
3428   [\\/]* | ?:[\\/]* )  # Absolute name.
3429     ac_srcdir=$srcdir$ac_dir_suffix;
3430     ac_top_srcdir=$srcdir
3431     ac_abs_top_srcdir=$srcdir ;;
3432   *) # Relative name.
3433     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3434     ac_top_srcdir=$ac_top_build_prefix$srcdir
3435     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3436 esac
3437 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3438
3439
3440   case $ac_mode in
3441   :F)
3442   #
3443   # CONFIG_FILE
3444   #
3445
3446   case $INSTALL in
3447   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3448   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
3449   esac
3450   ac_MKDIR_P=$MKDIR_P
3451   case $MKDIR_P in
3452   [\\/$]* | ?:[\\/]* ) ;;
3453   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
3454   esac
3455 _ACEOF
3456
3457 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3458 # If the template does not know about datarootdir, expand it.
3459 # FIXME: This hack should be removed a few years after 2.60.
3460 ac_datarootdir_hack=; ac_datarootdir_seen=
3461 ac_sed_dataroot='
3462 /datarootdir/ {
3463   p
3464   q
3465 }
3466 /@datadir@/p
3467 /@docdir@/p
3468 /@infodir@/p
3469 /@localedir@/p
3470 /@mandir@/p'
3471 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
3472 *datarootdir*) ac_datarootdir_seen=yes;;
3473 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3474   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3475 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3476 _ACEOF
3477 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3478   ac_datarootdir_hack='
3479   s&@datadir@&$datadir&g
3480   s&@docdir@&$docdir&g
3481   s&@infodir@&$infodir&g
3482   s&@localedir@&$localedir&g
3483   s&@mandir@&$mandir&g
3484   s&\\\${datarootdir}&$datarootdir&g' ;;
3485 esac
3486 _ACEOF
3487
3488 # Neutralize VPATH when `$srcdir' = `.'.
3489 # Shell code in configure.ac might set extrasub.
3490 # FIXME: do we really want to maintain this feature?
3491 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3492 ac_sed_extra="$ac_vpsub
3493 $extrasub
3494 _ACEOF
3495 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3496 :t
3497 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3498 s|@configure_input@|$ac_sed_conf_input|;t t
3499 s&@top_builddir@&$ac_top_builddir_sub&;t t
3500 s&@top_build_prefix@&$ac_top_build_prefix&;t t
3501 s&@srcdir@&$ac_srcdir&;t t
3502 s&@abs_srcdir@&$ac_abs_srcdir&;t t
3503 s&@top_srcdir@&$ac_top_srcdir&;t t
3504 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3505 s&@builddir@&$ac_builddir&;t t
3506 s&@abs_builddir@&$ac_abs_builddir&;t t
3507 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3508 s&@INSTALL@&$ac_INSTALL&;t t
3509 s&@MKDIR_P@&$ac_MKDIR_P&;t t
3510 $ac_datarootdir_hack
3511 "
3512 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
3513   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
3514
3515 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3516   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
3517   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
3518       "$ac_tmp/out"`; test -z "$ac_out"; } &&
3519   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3520 which seems to be undefined.  Please make sure it is defined" >&5
3521 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3522 which seems to be undefined.  Please make sure it is defined" >&2;}
3523
3524   rm -f "$ac_tmp/stdin"
3525   case $ac_file in
3526   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
3527   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
3528   esac \
3529   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
3530  ;;
3531   :H)
3532   #
3533   # CONFIG_HEADER
3534   #
3535   if test x"$ac_file" != x-; then
3536     {
3537       $as_echo "/* $configure_input  */" \
3538       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
3539     } >"$ac_tmp/config.h" \
3540       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
3541     if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
3542       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
3543 $as_echo "$as_me: $ac_file is unchanged" >&6;}
3544     else
3545       rm -f "$ac_file"
3546       mv "$ac_tmp/config.h" "$ac_file" \
3547         || as_fn_error $? "could not create $ac_file" "$LINENO" 5
3548     fi
3549   else
3550     $as_echo "/* $configure_input  */" \
3551       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
3552       || as_fn_error $? "could not create -" "$LINENO" 5
3553   fi
3554 # Compute "$ac_file"'s index in $config_headers.
3555 _am_arg="$ac_file"
3556 _am_stamp_count=1
3557 for _am_header in $config_headers :; do
3558   case $_am_header in
3559     $_am_arg | $_am_arg:* )
3560       break ;;
3561     * )
3562       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
3563   esac
3564 done
3565 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
3566 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3567          X"$_am_arg" : 'X\(//\)[^/]' \| \
3568          X"$_am_arg" : 'X\(//\)$' \| \
3569          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
3570 $as_echo X"$_am_arg" |
3571     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3572             s//\1/
3573             q
3574           }
3575           /^X\(\/\/\)[^/].*/{
3576             s//\1/
3577             q
3578           }
3579           /^X\(\/\/\)$/{
3580             s//\1/
3581             q
3582           }
3583           /^X\(\/\).*/{
3584             s//\1/
3585             q
3586           }
3587           s/.*/./; q'`/stamp-h$_am_stamp_count
3588  ;;
3589
3590
3591   esac
3592
3593 done # for ac_tag
3594
3595
3596 as_fn_exit 0
3597 _ACEOF
3598 ac_clean_files=$ac_clean_files_save
3599
3600 test $ac_write_fail = 0 ||
3601   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
3602
3603
3604 # configure is writing to config.log, and then calls config.status.
3605 # config.status does its own redirection, appending to config.log.
3606 # Unfortunately, on DOS this fails, as config.log is still kept open
3607 # by configure, so config.status won't be able to write to it; its
3608 # output is simply discarded.  So we exec the FD to /dev/null,
3609 # effectively closing config.log, so it can be properly (re)opened and
3610 # appended to by config.status.  When coming back to configure, we
3611 # need to make the FD available again.
3612 if test "$no_create" != yes; then
3613   ac_cs_success=:
3614   ac_config_status_args=
3615   test "$silent" = yes &&
3616     ac_config_status_args="$ac_config_status_args --quiet"
3617   exec 5>/dev/null
3618   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3619   exec 5>>config.log
3620   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3621   # would make configure fail if this is the last instruction.
3622   $ac_cs_success || as_fn_exit 1
3623 fi
3624
3625 #
3626 # CONFIG_SUBDIRS section.
3627 #
3628 if test "$no_recursion" != yes; then
3629
3630   # Remove --cache-file, --srcdir, and --disable-option-checking arguments
3631   # so they do not pile up.
3632   ac_sub_configure_args=
3633   ac_prev=
3634   eval "set x $ac_configure_args"
3635   shift
3636   for ac_arg
3637   do
3638     if test -n "$ac_prev"; then
3639       ac_prev=
3640       continue
3641     fi
3642     case $ac_arg in
3643     -cache-file | --cache-file | --cache-fil | --cache-fi \
3644     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
3645       ac_prev=cache_file ;;
3646     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
3647     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
3648     | --c=*)
3649       ;;
3650     --config-cache | -C)
3651       ;;
3652     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
3653       ac_prev=srcdir ;;
3654     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
3655       ;;
3656     -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
3657       ac_prev=prefix ;;
3658     -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
3659       ;;
3660     --disable-option-checking)
3661       ;;
3662     *)
3663       case $ac_arg in
3664       *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3665       esac
3666       as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
3667     esac
3668   done
3669
3670   # Always prepend --prefix to ensure using the same prefix
3671   # in subdir configurations.
3672   ac_arg="--prefix=$prefix"
3673   case $ac_arg in
3674   *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3675   esac
3676   ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
3677
3678   # Pass --silent
3679   if test "$silent" = yes; then
3680     ac_sub_configure_args="--silent $ac_sub_configure_args"
3681   fi
3682
3683   # Always prepend --disable-option-checking to silence warnings, since
3684   # different subdirs can have different --enable and --with options.
3685   ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
3686
3687   ac_popdir=`pwd`
3688   for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
3689
3690     # Do not complain, so a configure script can configure whichever
3691     # parts of a large source tree are present.
3692     test -d "$srcdir/$ac_dir" || continue
3693
3694     ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
3695     $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
3696     $as_echo "$ac_msg" >&6
3697     as_dir="$ac_dir"; as_fn_mkdir_p
3698     ac_builddir=.
3699
3700 case "$ac_dir" in
3701 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3702 *)
3703   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
3704   # A ".." for each directory in $ac_dir_suffix.
3705   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
3706   case $ac_top_builddir_sub in
3707   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3708   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3709   esac ;;
3710 esac
3711 ac_abs_top_builddir=$ac_pwd
3712 ac_abs_builddir=$ac_pwd$ac_dir_suffix
3713 # for backward compatibility:
3714 ac_top_builddir=$ac_top_build_prefix
3715
3716 case $srcdir in
3717   .)  # We are building in place.
3718     ac_srcdir=.
3719     ac_top_srcdir=$ac_top_builddir_sub
3720     ac_abs_top_srcdir=$ac_pwd ;;
3721   [\\/]* | ?:[\\/]* )  # Absolute name.
3722     ac_srcdir=$srcdir$ac_dir_suffix;
3723     ac_top_srcdir=$srcdir
3724     ac_abs_top_srcdir=$srcdir ;;
3725   *) # Relative name.
3726     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3727     ac_top_srcdir=$ac_top_build_prefix$srcdir
3728     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3729 esac
3730 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3731
3732
3733     cd "$ac_dir"
3734
3735     # Check for guested configure; otherwise get Cygnus style configure.
3736     if test -f "$ac_srcdir/configure.gnu"; then
3737       ac_sub_configure=$ac_srcdir/configure.gnu
3738     elif test -f "$ac_srcdir/configure"; then
3739       ac_sub_configure=$ac_srcdir/configure
3740     elif test -f "$ac_srcdir/configure.in"; then
3741       # This should be Cygnus configure.
3742       ac_sub_configure=$ac_aux_dir/configure
3743     else
3744       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
3745 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
3746       ac_sub_configure=
3747     fi
3748
3749     # The recursion is here.
3750     if test -n "$ac_sub_configure"; then
3751       # Make the cache file name correct relative to the subdirectory.
3752       case $cache_file in
3753       [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
3754       *) # Relative name.
3755         ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
3756       esac
3757
3758       { $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
3759 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
3760       # The eval makes quoting arguments work.
3761       eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
3762            --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
3763         as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
3764     fi
3765
3766     cd "$ac_popdir"
3767   done
3768 fi
3769 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
3770   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
3771 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
3772 fi
3773
3774