]> sourceware.org Git - newlib-cygwin.git/blob - winsup/utils/configure
ChangeLog:
[newlib-cygwin.git] / winsup / utils / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69.
4 #
5 #
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7 #
8 #
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50 else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70 fi
71
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
79 fi
80
81
82 # IFS
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" "" $as_nl"
88
89 # Find who we are. Look in the path if we contain no directory separator.
90 as_myself=
91 case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94 for as_dir in $PATH
95 do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100 IFS=$as_save_IFS
101
102 ;;
103 esac
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x; then
107 as_myself=$0
108 fi
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112 fi
113
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121 done
122 PS1='$ '
123 PS2='> '
124 PS4='+ '
125
126 # NLS nuisances.
127 LC_ALL=C
128 export LC_ALL
129 LANGUAGE=C
130 export LANGUAGE
131
132 # CDPATH.
133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
143 BASH_ENV=/dev/null
144 ENV=/dev/null
145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146 case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151 esac
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156 as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
160 if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168 else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174 esac
175 fi
176 "
177 as_required="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
182
183 exitcode=0
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190 else
191 exitcode=1; echo positional parameters were not saved.
192 fi
193 test x\$exitcode = x0 || exit 1
194 test -x / || exit 1"
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
199 if (eval "$as_required") 2>/dev/null; then :
200 as_have_required=yes
201 else
202 as_have_required=no
203 fi
204 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
205
206 else
207 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
208 as_found=false
209 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
210 do
211 IFS=$as_save_IFS
212 test -z "$as_dir" && as_dir=.
213 as_found=:
214 case $as_dir in #(
215 /*)
216 for as_base in sh bash ksh sh5; do
217 # Try only shells that exist, to save several forks.
218 as_shell=$as_dir/$as_base
219 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
220 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
221 CONFIG_SHELL=$as_shell as_have_required=yes
222 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
223 break 2
224 fi
225 fi
226 done;;
227 esac
228 as_found=false
229 done
230 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
231 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
232 CONFIG_SHELL=$SHELL as_have_required=yes
233 fi; }
234 IFS=$as_save_IFS
235
236
237 if test "x$CONFIG_SHELL" != x; then :
238 export CONFIG_SHELL
239 # We cannot yet assume a decent shell, so we have to provide a
240 # neutralization value for shells without unset; and this also
241 # works around shells that cannot unset nonexistent variables.
242 # Preserve -v and -x to the replacement shell.
243 BASH_ENV=/dev/null
244 ENV=/dev/null
245 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
246 case $- in # ((((
247 *v*x* | *x*v* ) as_opts=-vx ;;
248 *v* ) as_opts=-v ;;
249 *x* ) as_opts=-x ;;
250 * ) as_opts= ;;
251 esac
252 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
253 # Admittedly, this is quite paranoid, since all the known shells bail
254 # out after a failed `exec'.
255 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
256 exit 255
257 fi
258
259 if test x$as_have_required = xno; then :
260 $as_echo "$0: This script requires a shell more modern than all"
261 $as_echo "$0: the shells that I found on your system."
262 if test x${ZSH_VERSION+set} = xset ; then
263 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
264 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
265 else
266 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
267 $0: including any error possibly output before this
268 $0: message. Then install a modern shell, or manually run
269 $0: the script under such a shell if you do have one."
270 fi
271 exit 1
272 fi
273 fi
274 fi
275 SHELL=${CONFIG_SHELL-/bin/sh}
276 export SHELL
277 # Unset more variables known to interfere with behavior of common tools.
278 CLICOLOR_FORCE= GREP_OPTIONS=
279 unset CLICOLOR_FORCE GREP_OPTIONS
280
281 ## --------------------- ##
282 ## M4sh Shell Functions. ##
283 ## --------------------- ##
284 # as_fn_unset VAR
285 # ---------------
286 # Portably unset VAR.
287 as_fn_unset ()
288 {
289 { eval $1=; unset $1;}
290 }
291 as_unset=as_fn_unset
292
293 # as_fn_set_status STATUS
294 # -----------------------
295 # Set $? to STATUS, without forking.
296 as_fn_set_status ()
297 {
298 return $1
299 } # as_fn_set_status
300
301 # as_fn_exit STATUS
302 # -----------------
303 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
304 as_fn_exit ()
305 {
306 set +e
307 as_fn_set_status $1
308 exit $1
309 } # as_fn_exit
310
311 # as_fn_mkdir_p
312 # -------------
313 # Create "$as_dir" as a directory, including parents if necessary.
314 as_fn_mkdir_p ()
315 {
316
317 case $as_dir in #(
318 -*) as_dir=./$as_dir;;
319 esac
320 test -d "$as_dir" || eval $as_mkdir_p || {
321 as_dirs=
322 while :; do
323 case $as_dir in #(
324 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
325 *) as_qdir=$as_dir;;
326 esac
327 as_dirs="'$as_qdir' $as_dirs"
328 as_dir=`$as_dirname -- "$as_dir" ||
329 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
330 X"$as_dir" : 'X\(//\)[^/]' \| \
331 X"$as_dir" : 'X\(//\)$' \| \
332 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
333 $as_echo X"$as_dir" |
334 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
335 s//\1/
336 q
337 }
338 /^X\(\/\/\)[^/].*/{
339 s//\1/
340 q
341 }
342 /^X\(\/\/\)$/{
343 s//\1/
344 q
345 }
346 /^X\(\/\).*/{
347 s//\1/
348 q
349 }
350 s/.*/./; q'`
351 test -d "$as_dir" && break
352 done
353 test -z "$as_dirs" || eval "mkdir $as_dirs"
354 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
355
356
357 } # as_fn_mkdir_p
358
359 # as_fn_executable_p FILE
360 # -----------------------
361 # Test if FILE is an executable regular file.
362 as_fn_executable_p ()
363 {
364 test -f "$1" && test -x "$1"
365 } # as_fn_executable_p
366 # as_fn_append VAR VALUE
367 # ----------------------
368 # Append the text in VALUE to the end of the definition contained in VAR. Take
369 # advantage of any shell optimizations that allow amortized linear growth over
370 # repeated appends, instead of the typical quadratic growth present in naive
371 # implementations.
372 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
373 eval 'as_fn_append ()
374 {
375 eval $1+=\$2
376 }'
377 else
378 as_fn_append ()
379 {
380 eval $1=\$$1\$2
381 }
382 fi # as_fn_append
383
384 # as_fn_arith ARG...
385 # ------------------
386 # Perform arithmetic evaluation on the ARGs, and store the result in the
387 # global $as_val. Take advantage of shells that can avoid forks. The arguments
388 # must be portable across $(()) and expr.
389 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
390 eval 'as_fn_arith ()
391 {
392 as_val=$(( $* ))
393 }'
394 else
395 as_fn_arith ()
396 {
397 as_val=`expr "$@" || test $? -eq 1`
398 }
399 fi # as_fn_arith
400
401
402 # as_fn_error STATUS ERROR [LINENO LOG_FD]
403 # ----------------------------------------
404 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
405 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
406 # script with STATUS, using 1 if that was 0.
407 as_fn_error ()
408 {
409 as_status=$1; test $as_status -eq 0 && as_status=1
410 if test "$4"; then
411 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
412 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
413 fi
414 $as_echo "$as_me: error: $2" >&2
415 as_fn_exit $as_status
416 } # as_fn_error
417
418 if expr a : '\(a\)' >/dev/null 2>&1 &&
419 test "X`expr 00001 : '.*\(...\)'`" = X001; then
420 as_expr=expr
421 else
422 as_expr=false
423 fi
424
425 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
426 as_basename=basename
427 else
428 as_basename=false
429 fi
430
431 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
432 as_dirname=dirname
433 else
434 as_dirname=false
435 fi
436
437 as_me=`$as_basename -- "$0" ||
438 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
439 X"$0" : 'X\(//\)$' \| \
440 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
441 $as_echo X/"$0" |
442 sed '/^.*\/\([^/][^/]*\)\/*$/{
443 s//\1/
444 q
445 }
446 /^X\/\(\/\/\)$/{
447 s//\1/
448 q
449 }
450 /^X\/\(\/\).*/{
451 s//\1/
452 q
453 }
454 s/.*/./; q'`
455
456 # Avoid depending upon Character Ranges.
457 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
458 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
459 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
460 as_cr_digits='0123456789'
461 as_cr_alnum=$as_cr_Letters$as_cr_digits
462
463
464 as_lineno_1=$LINENO as_lineno_1a=$LINENO
465 as_lineno_2=$LINENO as_lineno_2a=$LINENO
466 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
467 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
468 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
469 sed -n '
470 p
471 /[$]LINENO/=
472 ' <$as_myself |
473 sed '
474 s/[$]LINENO.*/&-/
475 t lineno
476 b
477 :lineno
478 N
479 :loop
480 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
481 t loop
482 s/-\n.*//
483 ' >$as_me.lineno &&
484 chmod +x "$as_me.lineno" ||
485 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
486
487 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
488 # already done that, so ensure we don't try to do so again and fall
489 # in an infinite loop. This has already happened in practice.
490 _as_can_reexec=no; export _as_can_reexec
491 # Don't try to exec as it changes $[0], causing all sort of problems
492 # (the dirname of $[0] is not the place where we might find the
493 # original and so on. Autoconf is especially sensitive to this).
494 . "./$as_me.lineno"
495 # Exit status is that of the last command.
496 exit
497 }
498
499 ECHO_C= ECHO_N= ECHO_T=
500 case `echo -n x` in #(((((
501 -n*)
502 case `echo 'xy\c'` in
503 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
504 xy) ECHO_C='\c';;
505 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
506 ECHO_T=' ';;
507 esac;;
508 *)
509 ECHO_N='-n';;
510 esac
511
512 rm -f conf$$ conf$$.exe conf$$.file
513 if test -d conf$$.dir; then
514 rm -f conf$$.dir/conf$$.file
515 else
516 rm -f conf$$.dir
517 mkdir conf$$.dir 2>/dev/null
518 fi
519 if (echo >conf$$.file) 2>/dev/null; then
520 if ln -s conf$$.file conf$$ 2>/dev/null; then
521 as_ln_s='ln -s'
522 # ... but there are two gotchas:
523 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
524 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
525 # In both cases, we have to default to `cp -pR'.
526 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
527 as_ln_s='cp -pR'
528 elif ln conf$$.file conf$$ 2>/dev/null; then
529 as_ln_s=ln
530 else
531 as_ln_s='cp -pR'
532 fi
533 else
534 as_ln_s='cp -pR'
535 fi
536 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
537 rmdir conf$$.dir 2>/dev/null
538
539 if mkdir -p . 2>/dev/null; then
540 as_mkdir_p='mkdir -p "$as_dir"'
541 else
542 test -d ./-p && rmdir ./-p
543 as_mkdir_p=false
544 fi
545
546 as_test_x='test -x'
547 as_executable_p=as_fn_executable_p
548
549 # Sed expression to map a string onto a valid CPP name.
550 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
551
552 # Sed expression to map a string onto a valid variable name.
553 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
554
555
556 test -n "$DJDIR" || exec 7<&0 </dev/null
557 exec 6>&1
558
559 # Name of the host.
560 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
561 # so uname gets run too.
562 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
563
564 #
565 # Initializations.
566 #
567 ac_default_prefix=/usr/local
568 ac_clean_files=
569 ac_config_libobj_dir=.
570 LIBOBJS=
571 cross_compiling=no
572 subdirs=
573 MFLAGS=
574 MAKEFLAGS=
575
576 # Identity of this package.
577 PACKAGE_NAME=
578 PACKAGE_TARNAME=
579 PACKAGE_VERSION=
580 PACKAGE_STRING=
581 PACKAGE_BUGREPORT=
582 PACKAGE_URL=
583
584 ac_unique_file="mount.cc"
585 ac_no_link=no
586 ac_subst_vars='LTLIBOBJS
587 LIBOBJS
588 configure_args
589 MINGW_CXX
590 INSTALL_DATA
591 INSTALL_SCRIPT
592 INSTALL_PROGRAM
593 cygwin_headers
594 newlib_headers
595 windows_headers
596 ac_ct_CXX
597 CXXFLAGS
598 CXX
599 OBJEXT
600 EXEEXT
601 ac_ct_CC
602 CPPFLAGS
603 LDFLAGS
604 CFLAGS
605 CC
606 target_os
607 target_vendor
608 target_cpu
609 target
610 host_os
611 host_vendor
612 host_cpu
613 host
614 build_os
615 build_vendor
616 build_cpu
617 build
618 windows_libdir
619 target_alias
620 host_alias
621 build_alias
622 LIBS
623 ECHO_T
624 ECHO_N
625 ECHO_C
626 DEFS
627 mandir
628 localedir
629 libdir
630 psdir
631 pdfdir
632 dvidir
633 htmldir
634 infodir
635 docdir
636 oldincludedir
637 includedir
638 localstatedir
639 sharedstatedir
640 sysconfdir
641 datadir
642 datarootdir
643 libexecdir
644 sbindir
645 bindir
646 program_transform_name
647 prefix
648 exec_prefix
649 PACKAGE_URL
650 PACKAGE_BUGREPORT
651 PACKAGE_STRING
652 PACKAGE_VERSION
653 PACKAGE_TARNAME
654 PACKAGE_NAME
655 PATH_SEPARATOR
656 SHELL
657 winsup_srcdir
658 target_builddir'
659 ac_subst_files=''
660 ac_user_opts='
661 enable_option_checking
662 with_windows_headers
663 with_windows_libs
664 '
665 ac_precious_vars='build_alias
666 host_alias
667 target_alias
668 CC
669 CFLAGS
670 LDFLAGS
671 LIBS
672 CPPFLAGS
673 CXX
674 CXXFLAGS
675 CCC'
676
677
678 # Initialize some variables set by options.
679 ac_init_help=
680 ac_init_version=false
681 ac_unrecognized_opts=
682 ac_unrecognized_sep=
683 # The variables have the same names as the options, with
684 # dashes changed to underlines.
685 cache_file=/dev/null
686 exec_prefix=NONE
687 no_create=
688 no_recursion=
689 prefix=NONE
690 program_prefix=NONE
691 program_suffix=NONE
692 program_transform_name=s,x,x,
693 silent=
694 site=
695 srcdir=
696 verbose=
697 x_includes=NONE
698 x_libraries=NONE
699
700 # Installation directory options.
701 # These are left unexpanded so users can "make install exec_prefix=/foo"
702 # and all the variables that are supposed to be based on exec_prefix
703 # by default will actually change.
704 # Use braces instead of parens because sh, perl, etc. also accept them.
705 # (The list follows the same order as the GNU Coding Standards.)
706 bindir='${exec_prefix}/bin'
707 sbindir='${exec_prefix}/sbin'
708 libexecdir='${exec_prefix}/libexec'
709 datarootdir='${prefix}/share'
710 datadir='${datarootdir}'
711 sysconfdir='${prefix}/etc'
712 sharedstatedir='${prefix}/com'
713 localstatedir='${prefix}/var'
714 includedir='${prefix}/include'
715 oldincludedir='/usr/include'
716 docdir='${datarootdir}/doc/${PACKAGE}'
717 infodir='${datarootdir}/info'
718 htmldir='${docdir}'
719 dvidir='${docdir}'
720 pdfdir='${docdir}'
721 psdir='${docdir}'
722 libdir='${exec_prefix}/lib'
723 localedir='${datarootdir}/locale'
724 mandir='${datarootdir}/man'
725
726 ac_prev=
727 ac_dashdash=
728 for ac_option
729 do
730 # If the previous option needs an argument, assign it.
731 if test -n "$ac_prev"; then
732 eval $ac_prev=\$ac_option
733 ac_prev=
734 continue
735 fi
736
737 case $ac_option in
738 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
739 *=) ac_optarg= ;;
740 *) ac_optarg=yes ;;
741 esac
742
743 # Accept the important Cygnus configure options, so we can diagnose typos.
744
745 case $ac_dashdash$ac_option in
746 --)
747 ac_dashdash=yes ;;
748
749 -bindir | --bindir | --bindi | --bind | --bin | --bi)
750 ac_prev=bindir ;;
751 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
752 bindir=$ac_optarg ;;
753
754 -build | --build | --buil | --bui | --bu)
755 ac_prev=build_alias ;;
756 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
757 build_alias=$ac_optarg ;;
758
759 -cache-file | --cache-file | --cache-fil | --cache-fi \
760 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
761 ac_prev=cache_file ;;
762 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
763 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
764 cache_file=$ac_optarg ;;
765
766 --config-cache | -C)
767 cache_file=config.cache ;;
768
769 -datadir | --datadir | --datadi | --datad)
770 ac_prev=datadir ;;
771 -datadir=* | --datadir=* | --datadi=* | --datad=*)
772 datadir=$ac_optarg ;;
773
774 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
775 | --dataroo | --dataro | --datar)
776 ac_prev=datarootdir ;;
777 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
778 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
779 datarootdir=$ac_optarg ;;
780
781 -disable-* | --disable-*)
782 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
783 # Reject names that are not valid shell variable names.
784 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
785 as_fn_error $? "invalid feature name: $ac_useropt"
786 ac_useropt_orig=$ac_useropt
787 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
788 case $ac_user_opts in
789 *"
790 "enable_$ac_useropt"
791 "*) ;;
792 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
793 ac_unrecognized_sep=', ';;
794 esac
795 eval enable_$ac_useropt=no ;;
796
797 -docdir | --docdir | --docdi | --doc | --do)
798 ac_prev=docdir ;;
799 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
800 docdir=$ac_optarg ;;
801
802 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
803 ac_prev=dvidir ;;
804 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
805 dvidir=$ac_optarg ;;
806
807 -enable-* | --enable-*)
808 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
809 # Reject names that are not valid shell variable names.
810 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
811 as_fn_error $? "invalid feature name: $ac_useropt"
812 ac_useropt_orig=$ac_useropt
813 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
814 case $ac_user_opts in
815 *"
816 "enable_$ac_useropt"
817 "*) ;;
818 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
819 ac_unrecognized_sep=', ';;
820 esac
821 eval enable_$ac_useropt=\$ac_optarg ;;
822
823 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
824 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
825 | --exec | --exe | --ex)
826 ac_prev=exec_prefix ;;
827 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
828 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
829 | --exec=* | --exe=* | --ex=*)
830 exec_prefix=$ac_optarg ;;
831
832 -gas | --gas | --ga | --g)
833 # Obsolete; use --with-gas.
834 with_gas=yes ;;
835
836 -help | --help | --hel | --he | -h)
837 ac_init_help=long ;;
838 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
839 ac_init_help=recursive ;;
840 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
841 ac_init_help=short ;;
842
843 -host | --host | --hos | --ho)
844 ac_prev=host_alias ;;
845 -host=* | --host=* | --hos=* | --ho=*)
846 host_alias=$ac_optarg ;;
847
848 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
849 ac_prev=htmldir ;;
850 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
851 | --ht=*)
852 htmldir=$ac_optarg ;;
853
854 -includedir | --includedir | --includedi | --included | --include \
855 | --includ | --inclu | --incl | --inc)
856 ac_prev=includedir ;;
857 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
858 | --includ=* | --inclu=* | --incl=* | --inc=*)
859 includedir=$ac_optarg ;;
860
861 -infodir | --infodir | --infodi | --infod | --info | --inf)
862 ac_prev=infodir ;;
863 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
864 infodir=$ac_optarg ;;
865
866 -libdir | --libdir | --libdi | --libd)
867 ac_prev=libdir ;;
868 -libdir=* | --libdir=* | --libdi=* | --libd=*)
869 libdir=$ac_optarg ;;
870
871 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
872 | --libexe | --libex | --libe)
873 ac_prev=libexecdir ;;
874 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
875 | --libexe=* | --libex=* | --libe=*)
876 libexecdir=$ac_optarg ;;
877
878 -localedir | --localedir | --localedi | --localed | --locale)
879 ac_prev=localedir ;;
880 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
881 localedir=$ac_optarg ;;
882
883 -localstatedir | --localstatedir | --localstatedi | --localstated \
884 | --localstate | --localstat | --localsta | --localst | --locals)
885 ac_prev=localstatedir ;;
886 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
887 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
888 localstatedir=$ac_optarg ;;
889
890 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
891 ac_prev=mandir ;;
892 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
893 mandir=$ac_optarg ;;
894
895 -nfp | --nfp | --nf)
896 # Obsolete; use --without-fp.
897 with_fp=no ;;
898
899 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
900 | --no-cr | --no-c | -n)
901 no_create=yes ;;
902
903 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
904 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
905 no_recursion=yes ;;
906
907 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
908 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
909 | --oldin | --oldi | --old | --ol | --o)
910 ac_prev=oldincludedir ;;
911 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
912 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
913 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
914 oldincludedir=$ac_optarg ;;
915
916 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
917 ac_prev=prefix ;;
918 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
919 prefix=$ac_optarg ;;
920
921 -program-prefix | --program-prefix | --program-prefi | --program-pref \
922 | --program-pre | --program-pr | --program-p)
923 ac_prev=program_prefix ;;
924 -program-prefix=* | --program-prefix=* | --program-prefi=* \
925 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
926 program_prefix=$ac_optarg ;;
927
928 -program-suffix | --program-suffix | --program-suffi | --program-suff \
929 | --program-suf | --program-su | --program-s)
930 ac_prev=program_suffix ;;
931 -program-suffix=* | --program-suffix=* | --program-suffi=* \
932 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
933 program_suffix=$ac_optarg ;;
934
935 -program-transform-name | --program-transform-name \
936 | --program-transform-nam | --program-transform-na \
937 | --program-transform-n | --program-transform- \
938 | --program-transform | --program-transfor \
939 | --program-transfo | --program-transf \
940 | --program-trans | --program-tran \
941 | --progr-tra | --program-tr | --program-t)
942 ac_prev=program_transform_name ;;
943 -program-transform-name=* | --program-transform-name=* \
944 | --program-transform-nam=* | --program-transform-na=* \
945 | --program-transform-n=* | --program-transform-=* \
946 | --program-transform=* | --program-transfor=* \
947 | --program-transfo=* | --program-transf=* \
948 | --program-trans=* | --program-tran=* \
949 | --progr-tra=* | --program-tr=* | --program-t=*)
950 program_transform_name=$ac_optarg ;;
951
952 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
953 ac_prev=pdfdir ;;
954 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
955 pdfdir=$ac_optarg ;;
956
957 -psdir | --psdir | --psdi | --psd | --ps)
958 ac_prev=psdir ;;
959 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
960 psdir=$ac_optarg ;;
961
962 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
963 | -silent | --silent | --silen | --sile | --sil)
964 silent=yes ;;
965
966 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
967 ac_prev=sbindir ;;
968 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
969 | --sbi=* | --sb=*)
970 sbindir=$ac_optarg ;;
971
972 -sharedstatedir | --sharedstatedir | --sharedstatedi \
973 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
974 | --sharedst | --shareds | --shared | --share | --shar \
975 | --sha | --sh)
976 ac_prev=sharedstatedir ;;
977 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
978 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
979 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
980 | --sha=* | --sh=*)
981 sharedstatedir=$ac_optarg ;;
982
983 -site | --site | --sit)
984 ac_prev=site ;;
985 -site=* | --site=* | --sit=*)
986 site=$ac_optarg ;;
987
988 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
989 ac_prev=srcdir ;;
990 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
991 srcdir=$ac_optarg ;;
992
993 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
994 | --syscon | --sysco | --sysc | --sys | --sy)
995 ac_prev=sysconfdir ;;
996 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
997 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
998 sysconfdir=$ac_optarg ;;
999
1000 -target | --target | --targe | --targ | --tar | --ta | --t)
1001 ac_prev=target_alias ;;
1002 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1003 target_alias=$ac_optarg ;;
1004
1005 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1006 verbose=yes ;;
1007
1008 -version | --version | --versio | --versi | --vers | -V)
1009 ac_init_version=: ;;
1010
1011 -with-* | --with-*)
1012 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1013 # Reject names that are not valid shell variable names.
1014 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1015 as_fn_error $? "invalid package name: $ac_useropt"
1016 ac_useropt_orig=$ac_useropt
1017 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1018 case $ac_user_opts in
1019 *"
1020 "with_$ac_useropt"
1021 "*) ;;
1022 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1023 ac_unrecognized_sep=', ';;
1024 esac
1025 eval with_$ac_useropt=\$ac_optarg ;;
1026
1027 -without-* | --without-*)
1028 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1029 # Reject names that are not valid shell variable names.
1030 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1031 as_fn_error $? "invalid package name: $ac_useropt"
1032 ac_useropt_orig=$ac_useropt
1033 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1034 case $ac_user_opts in
1035 *"
1036 "with_$ac_useropt"
1037 "*) ;;
1038 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1039 ac_unrecognized_sep=', ';;
1040 esac
1041 eval with_$ac_useropt=no ;;
1042
1043 --x)
1044 # Obsolete; use --with-x.
1045 with_x=yes ;;
1046
1047 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1048 | --x-incl | --x-inc | --x-in | --x-i)
1049 ac_prev=x_includes ;;
1050 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1051 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1052 x_includes=$ac_optarg ;;
1053
1054 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1055 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1056 ac_prev=x_libraries ;;
1057 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1058 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1059 x_libraries=$ac_optarg ;;
1060
1061 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1062 Try \`$0 --help' for more information"
1063 ;;
1064
1065 *=*)
1066 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1067 # Reject names that are not valid shell variable names.
1068 case $ac_envvar in #(
1069 '' | [0-9]* | *[!_$as_cr_alnum]* )
1070 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1071 esac
1072 eval $ac_envvar=\$ac_optarg
1073 export $ac_envvar ;;
1074
1075 *)
1076 # FIXME: should be removed in autoconf 3.0.
1077 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1078 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1079 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1080 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1081 ;;
1082
1083 esac
1084 done
1085
1086 if test -n "$ac_prev"; then
1087 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1088 as_fn_error $? "missing argument to $ac_option"
1089 fi
1090
1091 if test -n "$ac_unrecognized_opts"; then
1092 case $enable_option_checking in
1093 no) ;;
1094 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1095 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1096 esac
1097 fi
1098
1099 # Check all directory arguments for consistency.
1100 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1101 datadir sysconfdir sharedstatedir localstatedir includedir \
1102 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1103 libdir localedir mandir
1104 do
1105 eval ac_val=\$$ac_var
1106 # Remove trailing slashes.
1107 case $ac_val in
1108 */ )
1109 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1110 eval $ac_var=\$ac_val;;
1111 esac
1112 # Be sure to have absolute directory names.
1113 case $ac_val in
1114 [\\/$]* | ?:[\\/]* ) continue;;
1115 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1116 esac
1117 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1118 done
1119
1120 # There might be people who depend on the old broken behavior: `$host'
1121 # used to hold the argument of --host etc.
1122 # FIXME: To remove some day.
1123 build=$build_alias
1124 host=$host_alias
1125 target=$target_alias
1126
1127 # FIXME: To remove some day.
1128 if test "x$host_alias" != x; then
1129 if test "x$build_alias" = x; then
1130 cross_compiling=maybe
1131 elif test "x$build_alias" != "x$host_alias"; then
1132 cross_compiling=yes
1133 fi
1134 fi
1135
1136 ac_tool_prefix=
1137 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1138
1139 test "$silent" = yes && exec 6>/dev/null
1140
1141
1142 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1143 ac_ls_di=`ls -di .` &&
1144 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1145 as_fn_error $? "working directory cannot be determined"
1146 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1147 as_fn_error $? "pwd does not report name of working directory"
1148
1149
1150 # Find the source files, if location was not specified.
1151 if test -z "$srcdir"; then
1152 ac_srcdir_defaulted=yes
1153 # Try the directory containing this script, then the parent directory.
1154 ac_confdir=`$as_dirname -- "$as_myself" ||
1155 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1156 X"$as_myself" : 'X\(//\)[^/]' \| \
1157 X"$as_myself" : 'X\(//\)$' \| \
1158 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1159 $as_echo X"$as_myself" |
1160 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1161 s//\1/
1162 q
1163 }
1164 /^X\(\/\/\)[^/].*/{
1165 s//\1/
1166 q
1167 }
1168 /^X\(\/\/\)$/{
1169 s//\1/
1170 q
1171 }
1172 /^X\(\/\).*/{
1173 s//\1/
1174 q
1175 }
1176 s/.*/./; q'`
1177 srcdir=$ac_confdir
1178 if test ! -r "$srcdir/$ac_unique_file"; then
1179 srcdir=..
1180 fi
1181 else
1182 ac_srcdir_defaulted=no
1183 fi
1184 if test ! -r "$srcdir/$ac_unique_file"; then
1185 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1186 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1187 fi
1188 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1189 ac_abs_confdir=`(
1190 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1191 pwd)`
1192 # When building in place, set srcdir=.
1193 if test "$ac_abs_confdir" = "$ac_pwd"; then
1194 srcdir=.
1195 fi
1196 # Remove unnecessary trailing slashes from srcdir.
1197 # Double slashes in file names in object file debugging info
1198 # mess up M-x gdb in Emacs.
1199 case $srcdir in
1200 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1201 esac
1202 for ac_var in $ac_precious_vars; do
1203 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1204 eval ac_env_${ac_var}_value=\$${ac_var}
1205 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1206 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1207 done
1208
1209 #
1210 # Report the --help message.
1211 #
1212 if test "$ac_init_help" = "long"; then
1213 # Omit some internal or obsolete options to make the list less imposing.
1214 # This message is too long to be a string in the A/UX 3.1 sh.
1215 cat <<_ACEOF
1216 \`configure' configures this package to adapt to many kinds of systems.
1217
1218 Usage: $0 [OPTION]... [VAR=VALUE]...
1219
1220 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1221 VAR=VALUE. See below for descriptions of some of the useful variables.
1222
1223 Defaults for the options are specified in brackets.
1224
1225 Configuration:
1226 -h, --help display this help and exit
1227 --help=short display options specific to this package
1228 --help=recursive display the short help of all the included packages
1229 -V, --version display version information and exit
1230 -q, --quiet, --silent do not print \`checking ...' messages
1231 --cache-file=FILE cache test results in FILE [disabled]
1232 -C, --config-cache alias for \`--cache-file=config.cache'
1233 -n, --no-create do not create output files
1234 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1235
1236 Installation directories:
1237 --prefix=PREFIX install architecture-independent files in PREFIX
1238 [$ac_default_prefix]
1239 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1240 [PREFIX]
1241
1242 By default, \`make install' will install all the files in
1243 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1244 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1245 for instance \`--prefix=\$HOME'.
1246
1247 For better control, use the options below.
1248
1249 Fine tuning of the installation directories:
1250 --bindir=DIR user executables [EPREFIX/bin]
1251 --sbindir=DIR system admin executables [EPREFIX/sbin]
1252 --libexecdir=DIR program executables [EPREFIX/libexec]
1253 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1254 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1255 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1256 --libdir=DIR object code libraries [EPREFIX/lib]
1257 --includedir=DIR C header files [PREFIX/include]
1258 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1259 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1260 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1261 --infodir=DIR info documentation [DATAROOTDIR/info]
1262 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1263 --mandir=DIR man documentation [DATAROOTDIR/man]
1264 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1265 --htmldir=DIR html documentation [DOCDIR]
1266 --dvidir=DIR dvi documentation [DOCDIR]
1267 --pdfdir=DIR pdf documentation [DOCDIR]
1268 --psdir=DIR ps documentation [DOCDIR]
1269 _ACEOF
1270
1271 cat <<\_ACEOF
1272
1273 Program names:
1274 --program-prefix=PREFIX prepend PREFIX to installed program names
1275 --program-suffix=SUFFIX append SUFFIX to installed program names
1276 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1277
1278 System types:
1279 --build=BUILD configure for building on BUILD [guessed]
1280 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1281 --target=TARGET configure for building compilers for TARGET [HOST]
1282 _ACEOF
1283 fi
1284
1285 if test -n "$ac_init_help"; then
1286
1287 cat <<\_ACEOF
1288
1289 Optional Packages:
1290 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1291 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1292 --with-windows-headers=DIR
1293 specify where the windows includes are located
1294 --with-windows-libs=DIR specify where the windows libraries are located
1295
1296 Some influential environment variables:
1297 CC C compiler command
1298 CFLAGS C compiler flags
1299 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1300 nonstandard directory <lib dir>
1301 LIBS libraries to pass to the linker, e.g. -l<library>
1302 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1303 you have headers in a nonstandard directory <include dir>
1304 CXX C++ compiler command
1305 CXXFLAGS C++ compiler flags
1306
1307 Use these variables to override the choices made by `configure' or to help
1308 it to find libraries and programs with nonstandard names/locations.
1309
1310 Report bugs to the package provider.
1311 _ACEOF
1312 ac_status=$?
1313 fi
1314
1315 if test "$ac_init_help" = "recursive"; then
1316 # If there are subdirs, report their specific --help.
1317 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1318 test -d "$ac_dir" ||
1319 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1320 continue
1321 ac_builddir=.
1322
1323 case "$ac_dir" in
1324 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1325 *)
1326 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1327 # A ".." for each directory in $ac_dir_suffix.
1328 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1329 case $ac_top_builddir_sub in
1330 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1331 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1332 esac ;;
1333 esac
1334 ac_abs_top_builddir=$ac_pwd
1335 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1336 # for backward compatibility:
1337 ac_top_builddir=$ac_top_build_prefix
1338
1339 case $srcdir in
1340 .) # We are building in place.
1341 ac_srcdir=.
1342 ac_top_srcdir=$ac_top_builddir_sub
1343 ac_abs_top_srcdir=$ac_pwd ;;
1344 [\\/]* | ?:[\\/]* ) # Absolute name.
1345 ac_srcdir=$srcdir$ac_dir_suffix;
1346 ac_top_srcdir=$srcdir
1347 ac_abs_top_srcdir=$srcdir ;;
1348 *) # Relative name.
1349 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1350 ac_top_srcdir=$ac_top_build_prefix$srcdir
1351 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1352 esac
1353 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1354
1355 cd "$ac_dir" || { ac_status=$?; continue; }
1356 # Check for guested configure.
1357 if test -f "$ac_srcdir/configure.gnu"; then
1358 echo &&
1359 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1360 elif test -f "$ac_srcdir/configure"; then
1361 echo &&
1362 $SHELL "$ac_srcdir/configure" --help=recursive
1363 else
1364 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1365 fi || ac_status=$?
1366 cd "$ac_pwd" || { ac_status=$?; break; }
1367 done
1368 fi
1369
1370 test -n "$ac_init_help" && exit $ac_status
1371 if $ac_init_version; then
1372 cat <<\_ACEOF
1373 configure
1374 generated by GNU Autoconf 2.69
1375
1376 Copyright (C) 2012 Free Software Foundation, Inc.
1377 This configure script is free software; the Free Software Foundation
1378 gives unlimited permission to copy, distribute and modify it.
1379 _ACEOF
1380 exit
1381 fi
1382
1383 ## ------------------------ ##
1384 ## Autoconf initialization. ##
1385 ## ------------------------ ##
1386
1387 # ac_fn_c_try_compile LINENO
1388 # --------------------------
1389 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1390 ac_fn_c_try_compile ()
1391 {
1392 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1393 rm -f conftest.$ac_objext
1394 if { { ac_try="$ac_compile"
1395 case "(($ac_try" in
1396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1397 *) ac_try_echo=$ac_try;;
1398 esac
1399 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1400 $as_echo "$ac_try_echo"; } >&5
1401 (eval "$ac_compile") 2>conftest.err
1402 ac_status=$?
1403 if test -s conftest.err; then
1404 grep -v '^ *+' conftest.err >conftest.er1
1405 cat conftest.er1 >&5
1406 mv -f conftest.er1 conftest.err
1407 fi
1408 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1409 test $ac_status = 0; } && {
1410 test -z "$ac_c_werror_flag" ||
1411 test ! -s conftest.err
1412 } && test -s conftest.$ac_objext; then :
1413 ac_retval=0
1414 else
1415 $as_echo "$as_me: failed program was:" >&5
1416 sed 's/^/| /' conftest.$ac_ext >&5
1417
1418 ac_retval=1
1419 fi
1420 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1421 as_fn_set_status $ac_retval
1422
1423 } # ac_fn_c_try_compile
1424
1425 # ac_fn_cxx_try_compile LINENO
1426 # ----------------------------
1427 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1428 ac_fn_cxx_try_compile ()
1429 {
1430 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1431 rm -f conftest.$ac_objext
1432 if { { ac_try="$ac_compile"
1433 case "(($ac_try" in
1434 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1435 *) ac_try_echo=$ac_try;;
1436 esac
1437 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1438 $as_echo "$ac_try_echo"; } >&5
1439 (eval "$ac_compile") 2>conftest.err
1440 ac_status=$?
1441 if test -s conftest.err; then
1442 grep -v '^ *+' conftest.err >conftest.er1
1443 cat conftest.er1 >&5
1444 mv -f conftest.er1 conftest.err
1445 fi
1446 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1447 test $ac_status = 0; } && {
1448 test -z "$ac_cxx_werror_flag" ||
1449 test ! -s conftest.err
1450 } && test -s conftest.$ac_objext; then :
1451 ac_retval=0
1452 else
1453 $as_echo "$as_me: failed program was:" >&5
1454 sed 's/^/| /' conftest.$ac_ext >&5
1455
1456 ac_retval=1
1457 fi
1458 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1459 as_fn_set_status $ac_retval
1460
1461 } # ac_fn_cxx_try_compile
1462 cat >config.log <<_ACEOF
1463 This file contains any messages produced by compilers while
1464 running configure, to aid debugging if configure makes a mistake.
1465
1466 It was created by $as_me, which was
1467 generated by GNU Autoconf 2.69. Invocation command line was
1468
1469 $ $0 $@
1470
1471 _ACEOF
1472 exec 5>>config.log
1473 {
1474 cat <<_ASUNAME
1475 ## --------- ##
1476 ## Platform. ##
1477 ## --------- ##
1478
1479 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1480 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1481 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1482 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1483 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1484
1485 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1486 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1487
1488 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1489 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1490 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1491 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1492 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1493 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1494 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1495
1496 _ASUNAME
1497
1498 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1499 for as_dir in $PATH
1500 do
1501 IFS=$as_save_IFS
1502 test -z "$as_dir" && as_dir=.
1503 $as_echo "PATH: $as_dir"
1504 done
1505 IFS=$as_save_IFS
1506
1507 } >&5
1508
1509 cat >&5 <<_ACEOF
1510
1511
1512 ## ----------- ##
1513 ## Core tests. ##
1514 ## ----------- ##
1515
1516 _ACEOF
1517
1518
1519 # Keep a trace of the command line.
1520 # Strip out --no-create and --no-recursion so they do not pile up.
1521 # Strip out --silent because we don't want to record it for future runs.
1522 # Also quote any args containing shell meta-characters.
1523 # Make two passes to allow for proper duplicate-argument suppression.
1524 ac_configure_args=
1525 ac_configure_args0=
1526 ac_configure_args1=
1527 ac_must_keep_next=false
1528 for ac_pass in 1 2
1529 do
1530 for ac_arg
1531 do
1532 case $ac_arg in
1533 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1534 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1535 | -silent | --silent | --silen | --sile | --sil)
1536 continue ;;
1537 *\'*)
1538 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1539 esac
1540 case $ac_pass in
1541 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1542 2)
1543 as_fn_append ac_configure_args1 " '$ac_arg'"
1544 if test $ac_must_keep_next = true; then
1545 ac_must_keep_next=false # Got value, back to normal.
1546 else
1547 case $ac_arg in
1548 *=* | --config-cache | -C | -disable-* | --disable-* \
1549 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1550 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1551 | -with-* | --with-* | -without-* | --without-* | --x)
1552 case "$ac_configure_args0 " in
1553 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1554 esac
1555 ;;
1556 -* ) ac_must_keep_next=true ;;
1557 esac
1558 fi
1559 as_fn_append ac_configure_args " '$ac_arg'"
1560 ;;
1561 esac
1562 done
1563 done
1564 { ac_configure_args0=; unset ac_configure_args0;}
1565 { ac_configure_args1=; unset ac_configure_args1;}
1566
1567 # When interrupted or exit'd, cleanup temporary files, and complete
1568 # config.log. We remove comments because anyway the quotes in there
1569 # would cause problems or look ugly.
1570 # WARNING: Use '\'' to represent an apostrophe within the trap.
1571 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1572 trap 'exit_status=$?
1573 # Save into config.log some information that might help in debugging.
1574 {
1575 echo
1576
1577 $as_echo "## ---------------- ##
1578 ## Cache variables. ##
1579 ## ---------------- ##"
1580 echo
1581 # The following way of writing the cache mishandles newlines in values,
1582 (
1583 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1584 eval ac_val=\$$ac_var
1585 case $ac_val in #(
1586 *${as_nl}*)
1587 case $ac_var in #(
1588 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1589 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1590 esac
1591 case $ac_var in #(
1592 _ | IFS | as_nl) ;; #(
1593 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1594 *) { eval $ac_var=; unset $ac_var;} ;;
1595 esac ;;
1596 esac
1597 done
1598 (set) 2>&1 |
1599 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1600 *${as_nl}ac_space=\ *)
1601 sed -n \
1602 "s/'\''/'\''\\\\'\'''\''/g;
1603 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1604 ;; #(
1605 *)
1606 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1607 ;;
1608 esac |
1609 sort
1610 )
1611 echo
1612
1613 $as_echo "## ----------------- ##
1614 ## Output variables. ##
1615 ## ----------------- ##"
1616 echo
1617 for ac_var in $ac_subst_vars
1618 do
1619 eval ac_val=\$$ac_var
1620 case $ac_val in
1621 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1622 esac
1623 $as_echo "$ac_var='\''$ac_val'\''"
1624 done | sort
1625 echo
1626
1627 if test -n "$ac_subst_files"; then
1628 $as_echo "## ------------------- ##
1629 ## File substitutions. ##
1630 ## ------------------- ##"
1631 echo
1632 for ac_var in $ac_subst_files
1633 do
1634 eval ac_val=\$$ac_var
1635 case $ac_val in
1636 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1637 esac
1638 $as_echo "$ac_var='\''$ac_val'\''"
1639 done | sort
1640 echo
1641 fi
1642
1643 if test -s confdefs.h; then
1644 $as_echo "## ----------- ##
1645 ## confdefs.h. ##
1646 ## ----------- ##"
1647 echo
1648 cat confdefs.h
1649 echo
1650 fi
1651 test "$ac_signal" != 0 &&
1652 $as_echo "$as_me: caught signal $ac_signal"
1653 $as_echo "$as_me: exit $exit_status"
1654 } >&5
1655 rm -f core *.core core.conftest.* &&
1656 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1657 exit $exit_status
1658 ' 0
1659 for ac_signal in 1 2 13 15; do
1660 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1661 done
1662 ac_signal=0
1663
1664 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1665 rm -f -r conftest* confdefs.h
1666
1667 $as_echo "/* confdefs.h */" > confdefs.h
1668
1669 # Predefined preprocessor variables.
1670
1671 cat >>confdefs.h <<_ACEOF
1672 #define PACKAGE_NAME "$PACKAGE_NAME"
1673 _ACEOF
1674
1675 cat >>confdefs.h <<_ACEOF
1676 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1677 _ACEOF
1678
1679 cat >>confdefs.h <<_ACEOF
1680 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1681 _ACEOF
1682
1683 cat >>confdefs.h <<_ACEOF
1684 #define PACKAGE_STRING "$PACKAGE_STRING"
1685 _ACEOF
1686
1687 cat >>confdefs.h <<_ACEOF
1688 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1689 _ACEOF
1690
1691 cat >>confdefs.h <<_ACEOF
1692 #define PACKAGE_URL "$PACKAGE_URL"
1693 _ACEOF
1694
1695
1696 # Let the site file select an alternate cache file if it wants to.
1697 # Prefer an explicitly selected file to automatically selected ones.
1698 ac_site_file1=NONE
1699 ac_site_file2=NONE
1700 if test -n "$CONFIG_SITE"; then
1701 # We do not want a PATH search for config.site.
1702 case $CONFIG_SITE in #((
1703 -*) ac_site_file1=./$CONFIG_SITE;;
1704 */*) ac_site_file1=$CONFIG_SITE;;
1705 *) ac_site_file1=./$CONFIG_SITE;;
1706 esac
1707 elif test "x$prefix" != xNONE; then
1708 ac_site_file1=$prefix/share/config.site
1709 ac_site_file2=$prefix/etc/config.site
1710 else
1711 ac_site_file1=$ac_default_prefix/share/config.site
1712 ac_site_file2=$ac_default_prefix/etc/config.site
1713 fi
1714 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1715 do
1716 test "x$ac_site_file" = xNONE && continue
1717 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1718 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1719 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1720 sed 's/^/| /' "$ac_site_file" >&5
1721 . "$ac_site_file" \
1722 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1723 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1724 as_fn_error $? "failed to load site script $ac_site_file
1725 See \`config.log' for more details" "$LINENO" 5; }
1726 fi
1727 done
1728
1729 if test -r "$cache_file"; then
1730 # Some versions of bash will fail to source /dev/null (special files
1731 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
1732 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1733 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1734 $as_echo "$as_me: loading cache $cache_file" >&6;}
1735 case $cache_file in
1736 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1737 *) . "./$cache_file";;
1738 esac
1739 fi
1740 else
1741 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1742 $as_echo "$as_me: creating cache $cache_file" >&6;}
1743 >$cache_file
1744 fi
1745
1746 # Check that the precious variables saved in the cache have kept the same
1747 # value.
1748 ac_cache_corrupted=false
1749 for ac_var in $ac_precious_vars; do
1750 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1751 eval ac_new_set=\$ac_env_${ac_var}_set
1752 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1753 eval ac_new_val=\$ac_env_${ac_var}_value
1754 case $ac_old_set,$ac_new_set in
1755 set,)
1756 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1757 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1758 ac_cache_corrupted=: ;;
1759 ,set)
1760 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1761 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1762 ac_cache_corrupted=: ;;
1763 ,);;
1764 *)
1765 if test "x$ac_old_val" != "x$ac_new_val"; then
1766 # differences in whitespace do not lead to failure.
1767 ac_old_val_w=`echo x $ac_old_val`
1768 ac_new_val_w=`echo x $ac_new_val`
1769 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1770 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1771 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1772 ac_cache_corrupted=:
1773 else
1774 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1775 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1776 eval $ac_var=\$ac_old_val
1777 fi
1778 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
1779 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1780 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
1781 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1782 fi;;
1783 esac
1784 # Pass precious variables to config.status.
1785 if test "$ac_new_set" = set; then
1786 case $ac_new_val in
1787 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1788 *) ac_arg=$ac_var=$ac_new_val ;;
1789 esac
1790 case " $ac_configure_args " in
1791 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1792 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1793 esac
1794 fi
1795 done
1796 if $ac_cache_corrupted; then
1797 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1798 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1799 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1800 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1801 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1802 fi
1803 ## -------------------- ##
1804 ## Main body of script. ##
1805 ## -------------------- ##
1806
1807 ac_ext=c
1808 ac_cpp='$CPP $CPPFLAGS'
1809 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1810 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1811 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1812
1813
1814 ac_aux_dir=
1815 for ac_dir in ../.. "$srcdir"/../..; do
1816 if test -f "$ac_dir/install-sh"; then
1817 ac_aux_dir=$ac_dir
1818 ac_install_sh="$ac_aux_dir/install-sh -c"
1819 break
1820 elif test -f "$ac_dir/install.sh"; then
1821 ac_aux_dir=$ac_dir
1822 ac_install_sh="$ac_aux_dir/install.sh -c"
1823 break
1824 elif test -f "$ac_dir/shtool"; then
1825 ac_aux_dir=$ac_dir
1826 ac_install_sh="$ac_aux_dir/shtool install -c"
1827 break
1828 fi
1829 done
1830 if test -z "$ac_aux_dir"; then
1831 as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
1832 fi
1833
1834 # These three variables are undocumented and unsupported,
1835 # and are intended to be withdrawn in a future Autoconf release.
1836 # They can cause serious problems if a builder's source tree is in a directory
1837 # whose full name contains unusual characters.
1838 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1839 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1840 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1841
1842
1843
1844
1845
1846 . ${srcdir}/../configure.cygwin
1847
1848
1849
1850 # Check whether --with-windows-headers was given.
1851 if test "${with_windows_headers+set}" = set; then :
1852 withval=$with_windows_headers; test -z "$withval" && as_fn_error $? "must specify value for --with-windows-headers" "$LINENO" 5
1853
1854 fi
1855
1856
1857
1858
1859 # Check whether --with-windows-libs was given.
1860 if test "${with_windows_libs+set}" = set; then :
1861 withval=$with_windows_libs; test -z "$withval" && as_fn_error $? "must specify value for --with-windows-libs" "$LINENO" 5
1862
1863 fi
1864
1865 windows_libdir=$(realdirpath "$with_windows_libs")
1866 if test -z "$windows_libdir"; then
1867 windows_libdir=$(realdirpath $(${ac_cv_prog_CC:-$CC} -xc /dev/null -Wl,--verbose=1 -lntdll 2>&1 | sed -rn 's%^.*\s(\S+)/libntdll\..*succeeded%\1%p'))
1868 if test -z "$windows_libdir"; then
1869 as_fn_error $? "cannot find windows library files" "$LINENO" 5
1870 fi
1871 fi
1872
1873
1874
1875
1876 # Make sure we can run config.sub.
1877 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
1878 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
1879
1880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
1881 $as_echo_n "checking build system type... " >&6; }
1882 if ${ac_cv_build+:} false; then :
1883 $as_echo_n "(cached) " >&6
1884 else
1885 ac_build_alias=$build_alias
1886 test "x$ac_build_alias" = x &&
1887 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
1888 test "x$ac_build_alias" = x &&
1889 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
1890 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
1891 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
1892
1893 fi
1894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
1895 $as_echo "$ac_cv_build" >&6; }
1896 case $ac_cv_build in
1897 *-*-*) ;;
1898 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
1899 esac
1900 build=$ac_cv_build
1901 ac_save_IFS=$IFS; IFS='-'
1902 set x $ac_cv_build
1903 shift
1904 build_cpu=$1
1905 build_vendor=$2
1906 shift; shift
1907 # Remember, the first character of IFS is used to create $*,
1908 # except with old shells:
1909 build_os=$*
1910 IFS=$ac_save_IFS
1911 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
1912
1913
1914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
1915 $as_echo_n "checking host system type... " >&6; }
1916 if ${ac_cv_host+:} false; then :
1917 $as_echo_n "(cached) " >&6
1918 else
1919 if test "x$host_alias" = x; then
1920 ac_cv_host=$ac_cv_build
1921 else
1922 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
1923 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
1924 fi
1925
1926 fi
1927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
1928 $as_echo "$ac_cv_host" >&6; }
1929 case $ac_cv_host in
1930 *-*-*) ;;
1931 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
1932 esac
1933 host=$ac_cv_host
1934 ac_save_IFS=$IFS; IFS='-'
1935 set x $ac_cv_host
1936 shift
1937 host_cpu=$1
1938 host_vendor=$2
1939 shift; shift
1940 # Remember, the first character of IFS is used to create $*,
1941 # except with old shells:
1942 host_os=$*
1943 IFS=$ac_save_IFS
1944 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
1945
1946
1947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
1948 $as_echo_n "checking target system type... " >&6; }
1949 if ${ac_cv_target+:} false; then :
1950 $as_echo_n "(cached) " >&6
1951 else
1952 if test "x$target_alias" = x; then
1953 ac_cv_target=$ac_cv_host
1954 else
1955 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
1956 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
1957 fi
1958
1959 fi
1960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
1961 $as_echo "$ac_cv_target" >&6; }
1962 case $ac_cv_target in
1963 *-*-*) ;;
1964 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
1965 esac
1966 target=$ac_cv_target
1967 ac_save_IFS=$IFS; IFS='-'
1968 set x $ac_cv_target
1969 shift
1970 target_cpu=$1
1971 target_vendor=$2
1972 shift; shift
1973 # Remember, the first character of IFS is used to create $*,
1974 # except with old shells:
1975 target_os=$*
1976 IFS=$ac_save_IFS
1977 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
1978
1979
1980 # The aliases save the names the user supplied, while $host etc.
1981 # will get canonicalized.
1982 test -n "$target_alias" &&
1983 test "$program_prefix$program_suffix$program_transform_name" = \
1984 NONENONEs,x,x, &&
1985 program_prefix=${target_alias}-
1986
1987
1988 ac_ext=c
1989 ac_cpp='$CPP $CPPFLAGS'
1990 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1991 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1992 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1993 if test -n "$ac_tool_prefix"; then
1994 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1995 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1997 $as_echo_n "checking for $ac_word... " >&6; }
1998 if ${ac_cv_prog_CC+:} false; then :
1999 $as_echo_n "(cached) " >&6
2000 else
2001 if test -n "$CC"; then
2002 ac_cv_prog_CC="$CC" # Let the user override the test.
2003 else
2004 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2005 for as_dir in $PATH
2006 do
2007 IFS=$as_save_IFS
2008 test -z "$as_dir" && as_dir=.
2009 for ac_exec_ext in '' $ac_executable_extensions; do
2010 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2011 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2012 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2013 break 2
2014 fi
2015 done
2016 done
2017 IFS=$as_save_IFS
2018
2019 fi
2020 fi
2021 CC=$ac_cv_prog_CC
2022 if test -n "$CC"; then
2023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2024 $as_echo "$CC" >&6; }
2025 else
2026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2027 $as_echo "no" >&6; }
2028 fi
2029
2030
2031 fi
2032 if test -z "$ac_cv_prog_CC"; then
2033 ac_ct_CC=$CC
2034 # Extract the first word of "gcc", so it can be a program name with args.
2035 set dummy gcc; ac_word=$2
2036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2037 $as_echo_n "checking for $ac_word... " >&6; }
2038 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2039 $as_echo_n "(cached) " >&6
2040 else
2041 if test -n "$ac_ct_CC"; then
2042 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2043 else
2044 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2045 for as_dir in $PATH
2046 do
2047 IFS=$as_save_IFS
2048 test -z "$as_dir" && as_dir=.
2049 for ac_exec_ext in '' $ac_executable_extensions; do
2050 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2051 ac_cv_prog_ac_ct_CC="gcc"
2052 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2053 break 2
2054 fi
2055 done
2056 done
2057 IFS=$as_save_IFS
2058
2059 fi
2060 fi
2061 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2062 if test -n "$ac_ct_CC"; then
2063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2064 $as_echo "$ac_ct_CC" >&6; }
2065 else
2066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2067 $as_echo "no" >&6; }
2068 fi
2069
2070 if test "x$ac_ct_CC" = x; then
2071 CC=""
2072 else
2073 case $cross_compiling:$ac_tool_warned in
2074 yes:)
2075 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2076 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2077 ac_tool_warned=yes ;;
2078 esac
2079 CC=$ac_ct_CC
2080 fi
2081 else
2082 CC="$ac_cv_prog_CC"
2083 fi
2084
2085 if test -z "$CC"; then
2086 if test -n "$ac_tool_prefix"; then
2087 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2088 set dummy ${ac_tool_prefix}cc; ac_word=$2
2089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2090 $as_echo_n "checking for $ac_word... " >&6; }
2091 if ${ac_cv_prog_CC+:} false; then :
2092 $as_echo_n "(cached) " >&6
2093 else
2094 if test -n "$CC"; then
2095 ac_cv_prog_CC="$CC" # Let the user override the test.
2096 else
2097 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2098 for as_dir in $PATH
2099 do
2100 IFS=$as_save_IFS
2101 test -z "$as_dir" && as_dir=.
2102 for ac_exec_ext in '' $ac_executable_extensions; do
2103 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2104 ac_cv_prog_CC="${ac_tool_prefix}cc"
2105 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2106 break 2
2107 fi
2108 done
2109 done
2110 IFS=$as_save_IFS
2111
2112 fi
2113 fi
2114 CC=$ac_cv_prog_CC
2115 if test -n "$CC"; then
2116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2117 $as_echo "$CC" >&6; }
2118 else
2119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2120 $as_echo "no" >&6; }
2121 fi
2122
2123
2124 fi
2125 fi
2126 if test -z "$CC"; then
2127 # Extract the first word of "cc", so it can be a program name with args.
2128 set dummy cc; ac_word=$2
2129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2130 $as_echo_n "checking for $ac_word... " >&6; }
2131 if ${ac_cv_prog_CC+:} false; then :
2132 $as_echo_n "(cached) " >&6
2133 else
2134 if test -n "$CC"; then
2135 ac_cv_prog_CC="$CC" # Let the user override the test.
2136 else
2137 ac_prog_rejected=no
2138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2139 for as_dir in $PATH
2140 do
2141 IFS=$as_save_IFS
2142 test -z "$as_dir" && as_dir=.
2143 for ac_exec_ext in '' $ac_executable_extensions; do
2144 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2145 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2146 ac_prog_rejected=yes
2147 continue
2148 fi
2149 ac_cv_prog_CC="cc"
2150 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2151 break 2
2152 fi
2153 done
2154 done
2155 IFS=$as_save_IFS
2156
2157 if test $ac_prog_rejected = yes; then
2158 # We found a bogon in the path, so make sure we never use it.
2159 set dummy $ac_cv_prog_CC
2160 shift
2161 if test $# != 0; then
2162 # We chose a different compiler from the bogus one.
2163 # However, it has the same basename, so the bogon will be chosen
2164 # first if we set CC to just the basename; use the full file name.
2165 shift
2166 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2167 fi
2168 fi
2169 fi
2170 fi
2171 CC=$ac_cv_prog_CC
2172 if test -n "$CC"; then
2173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2174 $as_echo "$CC" >&6; }
2175 else
2176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2177 $as_echo "no" >&6; }
2178 fi
2179
2180
2181 fi
2182 if test -z "$CC"; then
2183 if test -n "$ac_tool_prefix"; then
2184 for ac_prog in cl.exe
2185 do
2186 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2187 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2189 $as_echo_n "checking for $ac_word... " >&6; }
2190 if ${ac_cv_prog_CC+:} false; then :
2191 $as_echo_n "(cached) " >&6
2192 else
2193 if test -n "$CC"; then
2194 ac_cv_prog_CC="$CC" # Let the user override the test.
2195 else
2196 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2197 for as_dir in $PATH
2198 do
2199 IFS=$as_save_IFS
2200 test -z "$as_dir" && as_dir=.
2201 for ac_exec_ext in '' $ac_executable_extensions; do
2202 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2203 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2204 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2205 break 2
2206 fi
2207 done
2208 done
2209 IFS=$as_save_IFS
2210
2211 fi
2212 fi
2213 CC=$ac_cv_prog_CC
2214 if test -n "$CC"; then
2215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2216 $as_echo "$CC" >&6; }
2217 else
2218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2219 $as_echo "no" >&6; }
2220 fi
2221
2222
2223 test -n "$CC" && break
2224 done
2225 fi
2226 if test -z "$CC"; then
2227 ac_ct_CC=$CC
2228 for ac_prog in cl.exe
2229 do
2230 # Extract the first word of "$ac_prog", so it can be a program name with args.
2231 set dummy $ac_prog; ac_word=$2
2232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2233 $as_echo_n "checking for $ac_word... " >&6; }
2234 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2235 $as_echo_n "(cached) " >&6
2236 else
2237 if test -n "$ac_ct_CC"; then
2238 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2239 else
2240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2241 for as_dir in $PATH
2242 do
2243 IFS=$as_save_IFS
2244 test -z "$as_dir" && as_dir=.
2245 for ac_exec_ext in '' $ac_executable_extensions; do
2246 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2247 ac_cv_prog_ac_ct_CC="$ac_prog"
2248 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2249 break 2
2250 fi
2251 done
2252 done
2253 IFS=$as_save_IFS
2254
2255 fi
2256 fi
2257 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2258 if test -n "$ac_ct_CC"; then
2259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2260 $as_echo "$ac_ct_CC" >&6; }
2261 else
2262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2263 $as_echo "no" >&6; }
2264 fi
2265
2266
2267 test -n "$ac_ct_CC" && break
2268 done
2269
2270 if test "x$ac_ct_CC" = x; then
2271 CC=""
2272 else
2273 case $cross_compiling:$ac_tool_warned in
2274 yes:)
2275 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2276 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2277 ac_tool_warned=yes ;;
2278 esac
2279 CC=$ac_ct_CC
2280 fi
2281 fi
2282
2283 fi
2284
2285
2286 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2287 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2288 as_fn_error $? "no acceptable C compiler found in \$PATH
2289 See \`config.log' for more details" "$LINENO" 5; }
2290
2291 # Provide some information about the compiler.
2292 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2293 set X $ac_compile
2294 ac_compiler=$2
2295 for ac_option in --version -v -V -qversion; do
2296 { { ac_try="$ac_compiler $ac_option >&5"
2297 case "(($ac_try" in
2298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2299 *) ac_try_echo=$ac_try;;
2300 esac
2301 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2302 $as_echo "$ac_try_echo"; } >&5
2303 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2304 ac_status=$?
2305 if test -s conftest.err; then
2306 sed '10a\
2307 ... rest of stderr output deleted ...
2308 10q' conftest.err >conftest.er1
2309 cat conftest.er1 >&5
2310 fi
2311 rm -f conftest.er1 conftest.err
2312 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2313 test $ac_status = 0; }
2314 done
2315
2316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2317 /* end confdefs.h. */
2318
2319 int
2320 main ()
2321 {
2322
2323 ;
2324 return 0;
2325 }
2326 _ACEOF
2327 if { { ac_try="$ac_link"
2328 case "(($ac_try" in
2329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2330 *) ac_try_echo=$ac_try;;
2331 esac
2332 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2333 $as_echo "$ac_try_echo"; } >&5
2334 (eval "$ac_link") 2>&5
2335 ac_status=$?
2336 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2337 test $ac_status = 0; }; then
2338 ac_no_link=no
2339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2340 /* end confdefs.h. */
2341
2342 int
2343 main ()
2344 {
2345
2346 ;
2347 return 0;
2348 }
2349 _ACEOF
2350 ac_clean_files_save=$ac_clean_files
2351 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2352 # Try to create an executable without -o first, disregard a.out.
2353 # It will help us diagnose broken compilers, and finding out an intuition
2354 # of exeext.
2355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2356 $as_echo_n "checking whether the C compiler works... " >&6; }
2357 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2358
2359 # The possible output files:
2360 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2361
2362 ac_rmfiles=
2363 for ac_file in $ac_files
2364 do
2365 case $ac_file in
2366 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2367 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2368 esac
2369 done
2370 rm -f $ac_rmfiles
2371
2372 if { { ac_try="$ac_link_default"
2373 case "(($ac_try" in
2374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2375 *) ac_try_echo=$ac_try;;
2376 esac
2377 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2378 $as_echo "$ac_try_echo"; } >&5
2379 (eval "$ac_link_default") 2>&5
2380 ac_status=$?
2381 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2382 test $ac_status = 0; }; then :
2383 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2384 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2385 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2386 # so that the user can short-circuit this test for compilers unknown to
2387 # Autoconf.
2388 for ac_file in $ac_files ''
2389 do
2390 test -f "$ac_file" || continue
2391 case $ac_file in
2392 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2393 ;;
2394 [ab].out )
2395 # We found the default executable, but exeext='' is most
2396 # certainly right.
2397 break;;
2398 *.* )
2399 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2400 then :; else
2401 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2402 fi
2403 # We set ac_cv_exeext here because the later test for it is not
2404 # safe: cross compilers may not add the suffix if given an `-o'
2405 # argument, so we may need to know it at that point already.
2406 # Even if this section looks crufty: it has the advantage of
2407 # actually working.
2408 break;;
2409 * )
2410 break;;
2411 esac
2412 done
2413 test "$ac_cv_exeext" = no && ac_cv_exeext=
2414
2415 else
2416 ac_file=''
2417 fi
2418 if test -z "$ac_file"; then :
2419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2420 $as_echo "no" >&6; }
2421 $as_echo "$as_me: failed program was:" >&5
2422 sed 's/^/| /' conftest.$ac_ext >&5
2423
2424 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2425 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2426 as_fn_error 77 "C compiler cannot create executables
2427 See \`config.log' for more details" "$LINENO" 5; }
2428 else
2429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2430 $as_echo "yes" >&6; }
2431 fi
2432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2433 $as_echo_n "checking for C compiler default output file name... " >&6; }
2434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2435 $as_echo "$ac_file" >&6; }
2436 ac_exeext=$ac_cv_exeext
2437
2438 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2439 ac_clean_files=$ac_clean_files_save
2440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2441 $as_echo_n "checking for suffix of executables... " >&6; }
2442 if { { ac_try="$ac_link"
2443 case "(($ac_try" in
2444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2445 *) ac_try_echo=$ac_try;;
2446 esac
2447 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2448 $as_echo "$ac_try_echo"; } >&5
2449 (eval "$ac_link") 2>&5
2450 ac_status=$?
2451 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2452 test $ac_status = 0; }; then :
2453 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2454 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2455 # work properly (i.e., refer to `conftest.exe'), while it won't with
2456 # `rm'.
2457 for ac_file in conftest.exe conftest conftest.*; do
2458 test -f "$ac_file" || continue
2459 case $ac_file in
2460 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2461 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2462 break;;
2463 * ) break;;
2464 esac
2465 done
2466 else
2467 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2468 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2469 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2470 See \`config.log' for more details" "$LINENO" 5; }
2471 fi
2472 rm -f conftest conftest$ac_cv_exeext
2473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2474 $as_echo "$ac_cv_exeext" >&6; }
2475
2476 rm -f conftest.$ac_ext
2477 EXEEXT=$ac_cv_exeext
2478 ac_exeext=$EXEEXT
2479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2480 /* end confdefs.h. */
2481 #include <stdio.h>
2482 int
2483 main ()
2484 {
2485 FILE *f = fopen ("conftest.out", "w");
2486 return ferror (f) || fclose (f) != 0;
2487
2488 ;
2489 return 0;
2490 }
2491 _ACEOF
2492 ac_clean_files="$ac_clean_files conftest.out"
2493 # Check that the compiler produces executables we can run. If not, either
2494 # the compiler is broken, or we cross compile.
2495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2496 $as_echo_n "checking whether we are cross compiling... " >&6; }
2497 if test "$cross_compiling" != yes; then
2498 { { ac_try="$ac_link"
2499 case "(($ac_try" in
2500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2501 *) ac_try_echo=$ac_try;;
2502 esac
2503 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2504 $as_echo "$ac_try_echo"; } >&5
2505 (eval "$ac_link") 2>&5
2506 ac_status=$?
2507 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2508 test $ac_status = 0; }
2509 if { ac_try='./conftest$ac_cv_exeext'
2510 { { case "(($ac_try" in
2511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2512 *) ac_try_echo=$ac_try;;
2513 esac
2514 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2515 $as_echo "$ac_try_echo"; } >&5
2516 (eval "$ac_try") 2>&5
2517 ac_status=$?
2518 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2519 test $ac_status = 0; }; }; then
2520 cross_compiling=no
2521 else
2522 if test "$cross_compiling" = maybe; then
2523 cross_compiling=yes
2524 else
2525 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2526 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2527 as_fn_error $? "cannot run C compiled programs.
2528 If you meant to cross compile, use \`--host'.
2529 See \`config.log' for more details" "$LINENO" 5; }
2530 fi
2531 fi
2532 fi
2533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2534 $as_echo "$cross_compiling" >&6; }
2535
2536 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2537 ac_clean_files=$ac_clean_files_save
2538
2539 else
2540 rm -f -r a.out a.exe b.out conftest.$ac_ext conftest.o conftest.obj conftest.dSYM
2541 ac_no_link=yes
2542 # Setting cross_compile will disable run tests; it will
2543 # also disable AC_CHECK_FILE but that's generally
2544 # correct if we can't link.
2545 cross_compiling=yes
2546 EXEEXT=
2547 # Check that the compiler produces executables we can run. If not, either
2548 # the compiler is broken, or we cross compile.
2549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2550 $as_echo_n "checking whether we are cross compiling... " >&6; }
2551 if test "$cross_compiling" != yes; then
2552 { { ac_try="$ac_link"
2553 case "(($ac_try" in
2554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2555 *) ac_try_echo=$ac_try;;
2556 esac
2557 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2558 $as_echo "$ac_try_echo"; } >&5
2559 (eval "$ac_link") 2>&5
2560 ac_status=$?
2561 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2562 test $ac_status = 0; }
2563 if { ac_try='./conftest$ac_cv_exeext'
2564 { { case "(($ac_try" in
2565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2566 *) ac_try_echo=$ac_try;;
2567 esac
2568 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2569 $as_echo "$ac_try_echo"; } >&5
2570 (eval "$ac_try") 2>&5
2571 ac_status=$?
2572 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2573 test $ac_status = 0; }; }; then
2574 cross_compiling=no
2575 else
2576 if test "$cross_compiling" = maybe; then
2577 cross_compiling=yes
2578 else
2579 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2580 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2581 as_fn_error $? "cannot run C compiled programs.
2582 If you meant to cross compile, use \`--host'.
2583 See \`config.log' for more details" "$LINENO" 5; }
2584 fi
2585 fi
2586 fi
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2588 $as_echo "$cross_compiling" >&6; }
2589
2590 fi
2591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2592 $as_echo_n "checking for suffix of object files... " >&6; }
2593 if ${ac_cv_objext+:} false; then :
2594 $as_echo_n "(cached) " >&6
2595 else
2596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2597 /* end confdefs.h. */
2598
2599 int
2600 main ()
2601 {
2602
2603 ;
2604 return 0;
2605 }
2606 _ACEOF
2607 rm -f conftest.o conftest.obj
2608 if { { ac_try="$ac_compile"
2609 case "(($ac_try" in
2610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2611 *) ac_try_echo=$ac_try;;
2612 esac
2613 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2614 $as_echo "$ac_try_echo"; } >&5
2615 (eval "$ac_compile") 2>&5
2616 ac_status=$?
2617 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2618 test $ac_status = 0; }; then :
2619 for ac_file in conftest.o conftest.obj conftest.*; do
2620 test -f "$ac_file" || continue;
2621 case $ac_file in
2622 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2623 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2624 break;;
2625 esac
2626 done
2627 else
2628 $as_echo "$as_me: failed program was:" >&5
2629 sed 's/^/| /' conftest.$ac_ext >&5
2630
2631 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2632 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2633 as_fn_error $? "cannot compute suffix of object files: cannot compile
2634 See \`config.log' for more details" "$LINENO" 5; }
2635 fi
2636 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2637 fi
2638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2639 $as_echo "$ac_cv_objext" >&6; }
2640 OBJEXT=$ac_cv_objext
2641 ac_objext=$OBJEXT
2642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2643 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2644 if ${ac_cv_c_compiler_gnu+:} false; then :
2645 $as_echo_n "(cached) " >&6
2646 else
2647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2648 /* end confdefs.h. */
2649
2650 int
2651 main ()
2652 {
2653 #ifndef __GNUC__
2654 choke me
2655 #endif
2656
2657 ;
2658 return 0;
2659 }
2660 _ACEOF
2661 if ac_fn_c_try_compile "$LINENO"; then :
2662 ac_compiler_gnu=yes
2663 else
2664 ac_compiler_gnu=no
2665 fi
2666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2667 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2668
2669 fi
2670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2671 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2672 if test $ac_compiler_gnu = yes; then
2673 GCC=yes
2674 else
2675 GCC=
2676 fi
2677 ac_test_CFLAGS=${CFLAGS+set}
2678 ac_save_CFLAGS=$CFLAGS
2679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2680 $as_echo_n "checking whether $CC accepts -g... " >&6; }
2681 if ${ac_cv_prog_cc_g+:} false; then :
2682 $as_echo_n "(cached) " >&6
2683 else
2684 ac_save_c_werror_flag=$ac_c_werror_flag
2685 ac_c_werror_flag=yes
2686 ac_cv_prog_cc_g=no
2687 CFLAGS="-g"
2688 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2689 /* end confdefs.h. */
2690
2691 int
2692 main ()
2693 {
2694
2695 ;
2696 return 0;
2697 }
2698 _ACEOF
2699 if ac_fn_c_try_compile "$LINENO"; then :
2700 ac_cv_prog_cc_g=yes
2701 else
2702 CFLAGS=""
2703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2704 /* end confdefs.h. */
2705
2706 int
2707 main ()
2708 {
2709
2710 ;
2711 return 0;
2712 }
2713 _ACEOF
2714 if ac_fn_c_try_compile "$LINENO"; then :
2715
2716 else
2717 ac_c_werror_flag=$ac_save_c_werror_flag
2718 CFLAGS="-g"
2719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2720 /* end confdefs.h. */
2721
2722 int
2723 main ()
2724 {
2725
2726 ;
2727 return 0;
2728 }
2729 _ACEOF
2730 if ac_fn_c_try_compile "$LINENO"; then :
2731 ac_cv_prog_cc_g=yes
2732 fi
2733 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2734 fi
2735 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2736 fi
2737 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2738 ac_c_werror_flag=$ac_save_c_werror_flag
2739 fi
2740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
2741 $as_echo "$ac_cv_prog_cc_g" >&6; }
2742 if test "$ac_test_CFLAGS" = set; then
2743 CFLAGS=$ac_save_CFLAGS
2744 elif test $ac_cv_prog_cc_g = yes; then
2745 if test "$GCC" = yes; then
2746 CFLAGS="-g -O2"
2747 else
2748 CFLAGS="-g"
2749 fi
2750 else
2751 if test "$GCC" = yes; then
2752 CFLAGS="-O2"
2753 else
2754 CFLAGS=
2755 fi
2756 fi
2757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
2758 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
2759 if ${ac_cv_prog_cc_c89+:} false; then :
2760 $as_echo_n "(cached) " >&6
2761 else
2762 ac_cv_prog_cc_c89=no
2763 ac_save_CC=$CC
2764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2765 /* end confdefs.h. */
2766 #include <stdarg.h>
2767 #include <stdio.h>
2768 struct stat;
2769 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2770 struct buf { int x; };
2771 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2772 static char *e (p, i)
2773 char **p;
2774 int i;
2775 {
2776 return p[i];
2777 }
2778 static char *f (char * (*g) (char **, int), char **p, ...)
2779 {
2780 char *s;
2781 va_list v;
2782 va_start (v,p);
2783 s = g (p, va_arg (v,int));
2784 va_end (v);
2785 return s;
2786 }
2787
2788 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2789 function prototypes and stuff, but not '\xHH' hex character constants.
2790 These don't provoke an error unfortunately, instead are silently treated
2791 as 'x'. The following induces an error, until -std is added to get
2792 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2793 array size at least. It's necessary to write '\x00'==0 to get something
2794 that's true only with -std. */
2795 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2796
2797 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2798 inside strings and character constants. */
2799 #define FOO(x) 'x'
2800 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2801
2802 int test (int i, double x);
2803 struct s1 {int (*f) (int a);};
2804 struct s2 {int (*f) (double a);};
2805 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2806 int argc;
2807 char **argv;
2808 int
2809 main ()
2810 {
2811 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2812 ;
2813 return 0;
2814 }
2815 _ACEOF
2816 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
2817 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2818 do
2819 CC="$ac_save_CC $ac_arg"
2820 if ac_fn_c_try_compile "$LINENO"; then :
2821 ac_cv_prog_cc_c89=$ac_arg
2822 fi
2823 rm -f core conftest.err conftest.$ac_objext
2824 test "x$ac_cv_prog_cc_c89" != "xno" && break
2825 done
2826 rm -f conftest.$ac_ext
2827 CC=$ac_save_CC
2828
2829 fi
2830 # AC_CACHE_VAL
2831 case "x$ac_cv_prog_cc_c89" in
2832 x)
2833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
2834 $as_echo "none needed" >&6; } ;;
2835 xno)
2836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
2837 $as_echo "unsupported" >&6; } ;;
2838 *)
2839 CC="$CC $ac_cv_prog_cc_c89"
2840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
2841 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
2842 esac
2843 if test "x$ac_cv_prog_cc_c89" != xno; then :
2844
2845 fi
2846
2847 ac_ext=c
2848 ac_cpp='$CPP $CPPFLAGS'
2849 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2850 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2851 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2852
2853 ac_ext=cpp
2854 ac_cpp='$CXXCPP $CPPFLAGS'
2855 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2856 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2857 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2858 if test -z "$CXX"; then
2859 if test -n "$CCC"; then
2860 CXX=$CCC
2861 else
2862 if test -n "$ac_tool_prefix"; then
2863 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2864 do
2865 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2866 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2868 $as_echo_n "checking for $ac_word... " >&6; }
2869 if ${ac_cv_prog_CXX+:} false; then :
2870 $as_echo_n "(cached) " >&6
2871 else
2872 if test -n "$CXX"; then
2873 ac_cv_prog_CXX="$CXX" # Let the user override the test.
2874 else
2875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2876 for as_dir in $PATH
2877 do
2878 IFS=$as_save_IFS
2879 test -z "$as_dir" && as_dir=.
2880 for ac_exec_ext in '' $ac_executable_extensions; do
2881 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2882 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2884 break 2
2885 fi
2886 done
2887 done
2888 IFS=$as_save_IFS
2889
2890 fi
2891 fi
2892 CXX=$ac_cv_prog_CXX
2893 if test -n "$CXX"; then
2894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
2895 $as_echo "$CXX" >&6; }
2896 else
2897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2898 $as_echo "no" >&6; }
2899 fi
2900
2901
2902 test -n "$CXX" && break
2903 done
2904 fi
2905 if test -z "$CXX"; then
2906 ac_ct_CXX=$CXX
2907 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2908 do
2909 # Extract the first word of "$ac_prog", so it can be a program name with args.
2910 set dummy $ac_prog; ac_word=$2
2911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2912 $as_echo_n "checking for $ac_word... " >&6; }
2913 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
2914 $as_echo_n "(cached) " >&6
2915 else
2916 if test -n "$ac_ct_CXX"; then
2917 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2918 else
2919 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2920 for as_dir in $PATH
2921 do
2922 IFS=$as_save_IFS
2923 test -z "$as_dir" && as_dir=.
2924 for ac_exec_ext in '' $ac_executable_extensions; do
2925 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2926 ac_cv_prog_ac_ct_CXX="$ac_prog"
2927 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2928 break 2
2929 fi
2930 done
2931 done
2932 IFS=$as_save_IFS
2933
2934 fi
2935 fi
2936 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2937 if test -n "$ac_ct_CXX"; then
2938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
2939 $as_echo "$ac_ct_CXX" >&6; }
2940 else
2941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2942 $as_echo "no" >&6; }
2943 fi
2944
2945
2946 test -n "$ac_ct_CXX" && break
2947 done
2948
2949 if test "x$ac_ct_CXX" = x; then
2950 CXX="g++"
2951 else
2952 case $cross_compiling:$ac_tool_warned in
2953 yes:)
2954 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2955 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2956 ac_tool_warned=yes ;;
2957 esac
2958 CXX=$ac_ct_CXX
2959 fi
2960 fi
2961
2962 fi
2963 fi
2964 # Provide some information about the compiler.
2965 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
2966 set X $ac_compile
2967 ac_compiler=$2
2968 for ac_option in --version -v -V -qversion; do
2969 { { ac_try="$ac_compiler $ac_option >&5"
2970 case "(($ac_try" in
2971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2972 *) ac_try_echo=$ac_try;;
2973 esac
2974 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2975 $as_echo "$ac_try_echo"; } >&5
2976 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2977 ac_status=$?
2978 if test -s conftest.err; then
2979 sed '10a\
2980 ... rest of stderr output deleted ...
2981 10q' conftest.err >conftest.er1
2982 cat conftest.er1 >&5
2983 fi
2984 rm -f conftest.er1 conftest.err
2985 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2986 test $ac_status = 0; }
2987 done
2988
2989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
2990 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
2991 if ${ac_cv_cxx_compiler_gnu+:} false; then :
2992 $as_echo_n "(cached) " >&6
2993 else
2994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2995 /* end confdefs.h. */
2996
2997 int
2998 main ()
2999 {
3000 #ifndef __GNUC__
3001 choke me
3002 #endif
3003
3004 ;
3005 return 0;
3006 }
3007 _ACEOF
3008 if ac_fn_cxx_try_compile "$LINENO"; then :
3009 ac_compiler_gnu=yes
3010 else
3011 ac_compiler_gnu=no
3012 fi
3013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3014 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3015
3016 fi
3017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3018 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3019 if test $ac_compiler_gnu = yes; then
3020 GXX=yes
3021 else
3022 GXX=
3023 fi
3024 ac_test_CXXFLAGS=${CXXFLAGS+set}
3025 ac_save_CXXFLAGS=$CXXFLAGS
3026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3027 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3028 if ${ac_cv_prog_cxx_g+:} false; then :
3029 $as_echo_n "(cached) " >&6
3030 else
3031 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3032 ac_cxx_werror_flag=yes
3033 ac_cv_prog_cxx_g=no
3034 CXXFLAGS="-g"
3035 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3036 /* end confdefs.h. */
3037
3038 int
3039 main ()
3040 {
3041
3042 ;
3043 return 0;
3044 }
3045 _ACEOF
3046 if ac_fn_cxx_try_compile "$LINENO"; then :
3047 ac_cv_prog_cxx_g=yes
3048 else
3049 CXXFLAGS=""
3050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3051 /* end confdefs.h. */
3052
3053 int
3054 main ()
3055 {
3056
3057 ;
3058 return 0;
3059 }
3060 _ACEOF
3061 if ac_fn_cxx_try_compile "$LINENO"; then :
3062
3063 else
3064 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3065 CXXFLAGS="-g"
3066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3067 /* end confdefs.h. */
3068
3069 int
3070 main ()
3071 {
3072
3073 ;
3074 return 0;
3075 }
3076 _ACEOF
3077 if ac_fn_cxx_try_compile "$LINENO"; then :
3078 ac_cv_prog_cxx_g=yes
3079 fi
3080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3081 fi
3082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3083 fi
3084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3085 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3086 fi
3087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3088 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3089 if test "$ac_test_CXXFLAGS" = set; then
3090 CXXFLAGS=$ac_save_CXXFLAGS
3091 elif test $ac_cv_prog_cxx_g = yes; then
3092 if test "$GXX" = yes; then
3093 CXXFLAGS="-g -O2"
3094 else
3095 CXXFLAGS="-g"
3096 fi
3097 else
3098 if test "$GXX" = yes; then
3099 CXXFLAGS="-O2"
3100 else
3101 CXXFLAGS=
3102 fi
3103 fi
3104 ac_ext=c
3105 ac_cpp='$CPP $CPPFLAGS'
3106 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3107 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3108 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3109
3110
3111
3112 addto_CPPFLAGS -nostdinc
3113 : ${ac_cv_prog_CXX:=$CXX}
3114 : ${ac_cv_prog_CC:=$CC}
3115
3116 cygwin_headers=$(realdirpath "$winsup_srcdir/cygwin/include")
3117 if test -z "$cygwin_headers"; then
3118 as_fn_error $? "cannot find $winsup_srcdir/cygwin/include directory" "$LINENO" 5
3119 fi
3120
3121 newlib_headers=$(realdirpath $winsup_srcdir/../newlib/libc/include)
3122 if test -z "$newlib_headers"; then
3123 as_fn_error $? "cannot find newlib source directory: $winsup_srcdir/../newlib/libc/include" "$LINENO" 5
3124 fi
3125 newlib_headers="$target_builddir/newlib/targ-include $newlib_headers"
3126
3127 if test -n "$with_windows_headers"; then
3128 if test -e "$with_windows_headers/windef.h"; then
3129 windows_headers="$with_windows_headers"
3130 else
3131 as_fn_error $? "cannot find windef.h in specified --with-windows-headers path: $saw_windows_headers" "$LINENO" 5;
3132 fi
3133 elif test -d "$winsup_srcdir/w32api/include/windef.h"; then
3134 windows_headers="$winsup_srcdir/w32api/include"
3135 else
3136 windows_headers=$(cd $($ac_cv_prog_CC -xc /dev/null -E -include windef.h 2>/dev/null | sed -n 's%^# 1 "\([^"]*\)/windef\.h".*$%\1%p' | head -n1) 2>/dev/null && pwd)
3137 if test -z "$windows_headers" -o ! -d "$windows_headers"; then
3138 as_fn_error $? "cannot find windows header files" "$LINENO" 5
3139 fi
3140 fi
3141 CC=$ac_cv_prog_CC
3142 CXX=$ac_cv_prog_CXX
3143 export CC
3144 export CXX
3145
3146
3147
3148
3149
3150 test "$program_prefix" != NONE &&
3151 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3152 # Use a double $ so make ignores it.
3153 test "$program_suffix" != NONE &&
3154 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3155 # Double any \ or $.
3156 # By default was `s,x,x', remove it if useless.
3157 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3158 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3159
3160
3161 # Find a good install program. We prefer a C program (faster),
3162 # so one script is as good as another. But avoid the broken or
3163 # incompatible versions:
3164 # SysV /etc/install, /usr/sbin/install
3165 # SunOS /usr/etc/install
3166 # IRIX /sbin/install
3167 # AIX /bin/install
3168 # AmigaOS /C/install, which installs bootblocks on floppy discs
3169 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3170 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3171 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3172 # OS/2's system install, which has a completely different semantic
3173 # ./install, which can be erroneously created by make from ./install.sh.
3174 # Reject install programs that cannot install multiple files.
3175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3176 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3177 if test -z "$INSTALL"; then
3178 if ${ac_cv_path_install+:} false; then :
3179 $as_echo_n "(cached) " >&6
3180 else
3181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3182 for as_dir in $PATH
3183 do
3184 IFS=$as_save_IFS
3185 test -z "$as_dir" && as_dir=.
3186 # Account for people who put trailing slashes in PATH elements.
3187 case $as_dir/ in #((
3188 ./ | .// | /[cC]/* | \
3189 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3190 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3191 /usr/ucb/* ) ;;
3192 *)
3193 # OSF1 and SCO ODT 3.0 have their own names for install.
3194 # Don't use installbsd from OSF since it installs stuff as root
3195 # by default.
3196 for ac_prog in ginstall scoinst install; do
3197 for ac_exec_ext in '' $ac_executable_extensions; do
3198 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3199 if test $ac_prog = install &&
3200 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3201 # AIX install. It has an incompatible calling convention.
3202 :
3203 elif test $ac_prog = install &&
3204 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3205 # program-specific install script used by HP pwplus--don't use.
3206 :
3207 else
3208 rm -rf conftest.one conftest.two conftest.dir
3209 echo one > conftest.one
3210 echo two > conftest.two
3211 mkdir conftest.dir
3212 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3213 test -s conftest.one && test -s conftest.two &&
3214 test -s conftest.dir/conftest.one &&
3215 test -s conftest.dir/conftest.two
3216 then
3217 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3218 break 3
3219 fi
3220 fi
3221 fi
3222 done
3223 done
3224 ;;
3225 esac
3226
3227 done
3228 IFS=$as_save_IFS
3229
3230 rm -rf conftest.one conftest.two conftest.dir
3231
3232 fi
3233 if test "${ac_cv_path_install+set}" = set; then
3234 INSTALL=$ac_cv_path_install
3235 else
3236 # As a last resort, use the slow shell script. Don't cache a
3237 # value for INSTALL within a source directory, because that will
3238 # break other packages using the cache if that directory is
3239 # removed, or if the value is a relative name.
3240 INSTALL=$ac_install_sh
3241 fi
3242 fi
3243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3244 $as_echo "$INSTALL" >&6; }
3245
3246 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3247 # It thinks the first close brace ends the variable substitution.
3248 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3249
3250 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3251
3252 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3253
3254
3255 for ac_prog in ${target_cpu}-w64-mingw32-g++
3256 do
3257 # Extract the first word of "$ac_prog", so it can be a program name with args.
3258 set dummy $ac_prog; ac_word=$2
3259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3260 $as_echo_n "checking for $ac_word... " >&6; }
3261 if ${ac_cv_prog_MINGW_CXX+:} false; then :
3262 $as_echo_n "(cached) " >&6
3263 else
3264 if test -n "$MINGW_CXX"; then
3265 ac_cv_prog_MINGW_CXX="$MINGW_CXX" # Let the user override the test.
3266 else
3267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3268 for as_dir in $PATH
3269 do
3270 IFS=$as_save_IFS
3271 test -z "$as_dir" && as_dir=.
3272 for ac_exec_ext in '' $ac_executable_extensions; do
3273 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3274 ac_cv_prog_MINGW_CXX="$ac_prog"
3275 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3276 break 2
3277 fi
3278 done
3279 done
3280 IFS=$as_save_IFS
3281
3282 fi
3283 fi
3284 MINGW_CXX=$ac_cv_prog_MINGW_CXX
3285 if test -n "$MINGW_CXX"; then
3286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGW_CXX" >&5
3287 $as_echo "$MINGW_CXX" >&6; }
3288 else
3289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3290 $as_echo "no" >&6; }
3291 fi
3292
3293
3294 test -n "$MINGW_CXX" && break
3295 done
3296
3297 test -n "$MINGW_CXX" || as_fn_error $? "no acceptable mingw g++ found in \$PATH" "$LINENO" 5
3298
3299
3300
3301 configure_args=X
3302 for f in $ac_configure_args; do
3303 case "$f" in
3304 *--srcdir*) ;;
3305 *) configure_args="$configure_args $f" ;;
3306 esac
3307 done
3308 configure_args=$(/usr/bin/expr "$configure_args" : 'X \(.*\)')
3309
3310
3311 ac_config_files="$ac_config_files Makefile"
3312
3313 cat >confcache <<\_ACEOF
3314 # This file is a shell script that caches the results of configure
3315 # tests run on this system so they can be shared between configure
3316 # scripts and configure runs, see configure's option --config-cache.
3317 # It is not useful on other systems. If it contains results you don't
3318 # want to keep, you may remove or edit it.
3319 #
3320 # config.status only pays attention to the cache file if you give it
3321 # the --recheck option to rerun configure.
3322 #
3323 # `ac_cv_env_foo' variables (set or unset) will be overridden when
3324 # loading this file, other *unset* `ac_cv_foo' will be assigned the
3325 # following values.
3326
3327 _ACEOF
3328
3329 # The following way of writing the cache mishandles newlines in values,
3330 # but we know of no workaround that is simple, portable, and efficient.
3331 # So, we kill variables containing newlines.
3332 # Ultrix sh set writes to stderr and can't be redirected directly,
3333 # and sets the high bit in the cache file unless we assign to the vars.
3334 (
3335 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
3336 eval ac_val=\$$ac_var
3337 case $ac_val in #(
3338 *${as_nl}*)
3339 case $ac_var in #(
3340 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3341 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3342 esac
3343 case $ac_var in #(
3344 _ | IFS | as_nl) ;; #(
3345 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3346 *) { eval $ac_var=; unset $ac_var;} ;;
3347 esac ;;
3348 esac
3349 done
3350
3351 (set) 2>&1 |
3352 case $as_nl`(ac_space=' '; set) 2>&1` in #(
3353 *${as_nl}ac_space=\ *)
3354 # `set' does not quote correctly, so add quotes: double-quote
3355 # substitution turns \\\\ into \\, and sed turns \\ into \.
3356 sed -n \
3357 "s/'/'\\\\''/g;
3358 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3359 ;; #(
3360 *)
3361 # `set' quotes correctly as required by POSIX, so do not add quotes.
3362 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3363 ;;
3364 esac |
3365 sort
3366 ) |
3367 sed '
3368 /^ac_cv_env_/b end
3369 t clear
3370 :clear
3371 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3372 t end
3373 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3374 :end' >>confcache
3375 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3376 if test -w "$cache_file"; then
3377 if test "x$cache_file" != "x/dev/null"; then
3378 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3379 $as_echo "$as_me: updating cache $cache_file" >&6;}
3380 if test ! -f "$cache_file" || test -h "$cache_file"; then
3381 cat confcache >"$cache_file"
3382 else
3383 case $cache_file in #(
3384 */* | ?:*)
3385 mv -f confcache "$cache_file"$$ &&
3386 mv -f "$cache_file"$$ "$cache_file" ;; #(
3387 *)
3388 mv -f confcache "$cache_file" ;;
3389 esac
3390 fi
3391 fi
3392 else
3393 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3394 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
3395 fi
3396 fi
3397 rm -f confcache
3398
3399 test "x$prefix" = xNONE && prefix=$ac_default_prefix
3400 # Let make expand exec_prefix.
3401 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3402
3403 # Transform confdefs.h into DEFS.
3404 # Protect against shell expansion while executing Makefile rules.
3405 # Protect against Makefile macro expansion.
3406 #
3407 # If the first sed substitution is executed (which looks for macros that
3408 # take arguments), then branch to the quote section. Otherwise,
3409 # look for a macro that doesn't take arguments.
3410 ac_script='
3411 :mline
3412 /\\$/{
3413 N
3414 s,\\\n,,
3415 b mline
3416 }
3417 t clear
3418 :clear
3419 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
3420 t quote
3421 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
3422 t quote
3423 b any
3424 :quote
3425 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
3426 s/\[/\\&/g
3427 s/\]/\\&/g
3428 s/\$/$$/g
3429 H
3430 :any
3431 ${
3432 g
3433 s/^\n//
3434 s/\n/ /g
3435 p
3436 }
3437 '
3438 DEFS=`sed -n "$ac_script" confdefs.h`
3439
3440
3441 ac_libobjs=
3442 ac_ltlibobjs=
3443 U=
3444 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
3445 # 1. Remove the extension, and $U if already installed.
3446 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
3447 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
3448 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
3449 # will be set to the directory where LIBOBJS objects are built.
3450 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
3451 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
3452 done
3453 LIBOBJS=$ac_libobjs
3454
3455 LTLIBOBJS=$ac_ltlibobjs
3456
3457
3458
3459 : "${CONFIG_STATUS=./config.status}"
3460 ac_write_fail=0
3461 ac_clean_files_save=$ac_clean_files
3462 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3463 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
3464 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
3465 as_write_fail=0
3466 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
3467 #! $SHELL
3468 # Generated by $as_me.
3469 # Run this file to recreate the current configuration.
3470 # Compiler output produced by configure, useful for debugging
3471 # configure, is in config.log if it exists.
3472
3473 debug=false
3474 ac_cs_recheck=false
3475 ac_cs_silent=false
3476
3477 SHELL=\${CONFIG_SHELL-$SHELL}
3478 export SHELL
3479 _ASEOF
3480 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
3481 ## -------------------- ##
3482 ## M4sh Initialization. ##
3483 ## -------------------- ##
3484
3485 # Be more Bourne compatible
3486 DUALCASE=1; export DUALCASE # for MKS sh
3487 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
3488 emulate sh
3489 NULLCMD=:
3490 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
3491 # is contrary to our usage. Disable this feature.
3492 alias -g '${1+"$@"}'='"$@"'
3493 setopt NO_GLOB_SUBST
3494 else
3495 case `(set -o) 2>/dev/null` in #(
3496 *posix*) :
3497 set -o posix ;; #(
3498 *) :
3499 ;;
3500 esac
3501 fi
3502
3503
3504 as_nl='
3505 '
3506 export as_nl
3507 # Printing a long string crashes Solaris 7 /usr/bin/printf.
3508 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3509 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
3510 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
3511 # Prefer a ksh shell builtin over an external printf program on Solaris,
3512 # but without wasting forks for bash or zsh.
3513 if test -z "$BASH_VERSION$ZSH_VERSION" \
3514 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
3515 as_echo='print -r --'
3516 as_echo_n='print -rn --'
3517 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
3518 as_echo='printf %s\n'
3519 as_echo_n='printf %s'
3520 else
3521 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
3522 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
3523 as_echo_n='/usr/ucb/echo -n'
3524 else
3525 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
3526 as_echo_n_body='eval
3527 arg=$1;
3528 case $arg in #(
3529 *"$as_nl"*)
3530 expr "X$arg" : "X\\(.*\\)$as_nl";
3531 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
3532 esac;
3533 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
3534 '
3535 export as_echo_n_body
3536 as_echo_n='sh -c $as_echo_n_body as_echo'
3537 fi
3538 export as_echo_body
3539 as_echo='sh -c $as_echo_body as_echo'
3540 fi
3541
3542 # The user is always right.
3543 if test "${PATH_SEPARATOR+set}" != set; then
3544 PATH_SEPARATOR=:
3545 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
3546 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
3547 PATH_SEPARATOR=';'
3548 }
3549 fi
3550
3551
3552 # IFS
3553 # We need space, tab and new line, in precisely that order. Quoting is
3554 # there to prevent editors from complaining about space-tab.
3555 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
3556 # splitting by setting IFS to empty value.)
3557 IFS=" "" $as_nl"
3558
3559 # Find who we are. Look in the path if we contain no directory separator.
3560 as_myself=
3561 case $0 in #((
3562 *[\\/]* ) as_myself=$0 ;;
3563 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3564 for as_dir in $PATH
3565 do
3566 IFS=$as_save_IFS
3567 test -z "$as_dir" && as_dir=.
3568 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3569 done
3570 IFS=$as_save_IFS
3571
3572 ;;
3573 esac
3574 # We did not find ourselves, most probably we were run as `sh COMMAND'
3575 # in which case we are not to be found in the path.
3576 if test "x$as_myself" = x; then
3577 as_myself=$0
3578 fi
3579 if test ! -f "$as_myself"; then
3580 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
3581 exit 1
3582 fi
3583
3584 # Unset variables that we do not need and which cause bugs (e.g. in
3585 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
3586 # suppresses any "Segmentation fault" message there. '((' could
3587 # trigger a bug in pdksh 5.2.14.
3588 for as_var in BASH_ENV ENV MAIL MAILPATH
3589 do eval test x\${$as_var+set} = xset \
3590 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
3591 done
3592 PS1='$ '
3593 PS2='> '
3594 PS4='+ '
3595
3596 # NLS nuisances.
3597 LC_ALL=C
3598 export LC_ALL
3599 LANGUAGE=C
3600 export LANGUAGE
3601
3602 # CDPATH.
3603 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
3604
3605
3606 # as_fn_error STATUS ERROR [LINENO LOG_FD]
3607 # ----------------------------------------
3608 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
3609 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
3610 # script with STATUS, using 1 if that was 0.
3611 as_fn_error ()
3612 {
3613 as_status=$1; test $as_status -eq 0 && as_status=1
3614 if test "$4"; then
3615 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3616 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
3617 fi
3618 $as_echo "$as_me: error: $2" >&2
3619 as_fn_exit $as_status
3620 } # as_fn_error
3621
3622
3623 # as_fn_set_status STATUS
3624 # -----------------------
3625 # Set $? to STATUS, without forking.
3626 as_fn_set_status ()
3627 {
3628 return $1
3629 } # as_fn_set_status
3630
3631 # as_fn_exit STATUS
3632 # -----------------
3633 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
3634 as_fn_exit ()
3635 {
3636 set +e
3637 as_fn_set_status $1
3638 exit $1
3639 } # as_fn_exit
3640
3641 # as_fn_unset VAR
3642 # ---------------
3643 # Portably unset VAR.
3644 as_fn_unset ()
3645 {
3646 { eval $1=; unset $1;}
3647 }
3648 as_unset=as_fn_unset
3649 # as_fn_append VAR VALUE
3650 # ----------------------
3651 # Append the text in VALUE to the end of the definition contained in VAR. Take
3652 # advantage of any shell optimizations that allow amortized linear growth over
3653 # repeated appends, instead of the typical quadratic growth present in naive
3654 # implementations.
3655 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
3656 eval 'as_fn_append ()
3657 {
3658 eval $1+=\$2
3659 }'
3660 else
3661 as_fn_append ()
3662 {
3663 eval $1=\$$1\$2
3664 }
3665 fi # as_fn_append
3666
3667 # as_fn_arith ARG...
3668 # ------------------
3669 # Perform arithmetic evaluation on the ARGs, and store the result in the
3670 # global $as_val. Take advantage of shells that can avoid forks. The arguments
3671 # must be portable across $(()) and expr.
3672 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
3673 eval 'as_fn_arith ()
3674 {
3675 as_val=$(( $* ))
3676 }'
3677 else
3678 as_fn_arith ()
3679 {
3680 as_val=`expr "$@" || test $? -eq 1`
3681 }
3682 fi # as_fn_arith
3683
3684
3685 if expr a : '\(a\)' >/dev/null 2>&1 &&
3686 test "X`expr 00001 : '.*\(...\)'`" = X001; then
3687 as_expr=expr
3688 else
3689 as_expr=false
3690 fi
3691
3692 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
3693 as_basename=basename
3694 else
3695 as_basename=false
3696 fi
3697
3698 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
3699 as_dirname=dirname
3700 else
3701 as_dirname=false
3702 fi
3703
3704 as_me=`$as_basename -- "$0" ||
3705 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3706 X"$0" : 'X\(//\)$' \| \
3707 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
3708 $as_echo X/"$0" |
3709 sed '/^.*\/\([^/][^/]*\)\/*$/{
3710 s//\1/
3711 q
3712 }
3713 /^X\/\(\/\/\)$/{
3714 s//\1/
3715 q
3716 }
3717 /^X\/\(\/\).*/{
3718 s//\1/
3719 q
3720 }
3721 s/.*/./; q'`
3722
3723 # Avoid depending upon Character Ranges.
3724 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3725 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3726 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3727 as_cr_digits='0123456789'
3728 as_cr_alnum=$as_cr_Letters$as_cr_digits
3729
3730 ECHO_C= ECHO_N= ECHO_T=
3731 case `echo -n x` in #(((((
3732 -n*)
3733 case `echo 'xy\c'` in
3734 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
3735 xy) ECHO_C='\c';;
3736 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
3737 ECHO_T=' ';;
3738 esac;;
3739 *)
3740 ECHO_N='-n';;
3741 esac
3742
3743 rm -f conf$$ conf$$.exe conf$$.file
3744 if test -d conf$$.dir; then
3745 rm -f conf$$.dir/conf$$.file
3746 else
3747 rm -f conf$$.dir
3748 mkdir conf$$.dir 2>/dev/null
3749 fi
3750 if (echo >conf$$.file) 2>/dev/null; then
3751 if ln -s conf$$.file conf$$ 2>/dev/null; then
3752 as_ln_s='ln -s'
3753 # ... but there are two gotchas:
3754 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3755 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3756 # In both cases, we have to default to `cp -pR'.
3757 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3758 as_ln_s='cp -pR'
3759 elif ln conf$$.file conf$$ 2>/dev/null; then
3760 as_ln_s=ln
3761 else
3762 as_ln_s='cp -pR'
3763 fi
3764 else
3765 as_ln_s='cp -pR'
3766 fi
3767 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3768 rmdir conf$$.dir 2>/dev/null
3769
3770
3771 # as_fn_mkdir_p
3772 # -------------
3773 # Create "$as_dir" as a directory, including parents if necessary.
3774 as_fn_mkdir_p ()
3775 {
3776
3777 case $as_dir in #(
3778 -*) as_dir=./$as_dir;;
3779 esac
3780 test -d "$as_dir" || eval $as_mkdir_p || {
3781 as_dirs=
3782 while :; do
3783 case $as_dir in #(
3784 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
3785 *) as_qdir=$as_dir;;
3786 esac
3787 as_dirs="'$as_qdir' $as_dirs"
3788 as_dir=`$as_dirname -- "$as_dir" ||
3789 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3790 X"$as_dir" : 'X\(//\)[^/]' \| \
3791 X"$as_dir" : 'X\(//\)$' \| \
3792 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3793 $as_echo X"$as_dir" |
3794 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3795 s//\1/
3796 q
3797 }
3798 /^X\(\/\/\)[^/].*/{
3799 s//\1/
3800 q
3801 }
3802 /^X\(\/\/\)$/{
3803 s//\1/
3804 q
3805 }
3806 /^X\(\/\).*/{
3807 s//\1/
3808 q
3809 }
3810 s/.*/./; q'`
3811 test -d "$as_dir" && break
3812 done
3813 test -z "$as_dirs" || eval "mkdir $as_dirs"
3814 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
3815
3816
3817 } # as_fn_mkdir_p
3818 if mkdir -p . 2>/dev/null; then
3819 as_mkdir_p='mkdir -p "$as_dir"'
3820 else
3821 test -d ./-p && rmdir ./-p
3822 as_mkdir_p=false
3823 fi
3824
3825
3826 # as_fn_executable_p FILE
3827 # -----------------------
3828 # Test if FILE is an executable regular file.
3829 as_fn_executable_p ()
3830 {
3831 test -f "$1" && test -x "$1"
3832 } # as_fn_executable_p
3833 as_test_x='test -x'
3834 as_executable_p=as_fn_executable_p
3835
3836 # Sed expression to map a string onto a valid CPP name.
3837 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3838
3839 # Sed expression to map a string onto a valid variable name.
3840 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3841
3842
3843 exec 6>&1
3844 ## ----------------------------------- ##
3845 ## Main body of $CONFIG_STATUS script. ##
3846 ## ----------------------------------- ##
3847 _ASEOF
3848 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
3849
3850 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3851 # Save the log message, to keep $0 and so on meaningful, and to
3852 # report actual input values of CONFIG_FILES etc. instead of their
3853 # values after options handling.
3854 ac_log="
3855 This file was extended by $as_me, which was
3856 generated by GNU Autoconf 2.69. Invocation command line was
3857
3858 CONFIG_FILES = $CONFIG_FILES
3859 CONFIG_HEADERS = $CONFIG_HEADERS
3860 CONFIG_LINKS = $CONFIG_LINKS
3861 CONFIG_COMMANDS = $CONFIG_COMMANDS
3862 $ $0 $@
3863
3864 on `(hostname || uname -n) 2>/dev/null | sed 1q`
3865 "
3866
3867 _ACEOF
3868
3869 case $ac_config_files in *"
3870 "*) set x $ac_config_files; shift; ac_config_files=$*;;
3871 esac
3872
3873
3874
3875 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3876 # Files that config.status was made for.
3877 config_files="$ac_config_files"
3878
3879 _ACEOF
3880
3881 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3882 ac_cs_usage="\
3883 \`$as_me' instantiates files and other configuration actions
3884 from templates according to the current configuration. Unless the files
3885 and actions are specified as TAGs, all are instantiated by default.
3886
3887 Usage: $0 [OPTION]... [TAG]...
3888
3889 -h, --help print this help, then exit
3890 -V, --version print version number and configuration settings, then exit
3891 --config print configuration, then exit
3892 -q, --quiet, --silent
3893 do not print progress messages
3894 -d, --debug don't remove temporary files
3895 --recheck update $as_me by reconfiguring in the same conditions
3896 --file=FILE[:TEMPLATE]
3897 instantiate the configuration file FILE
3898
3899 Configuration files:
3900 $config_files
3901
3902 Report bugs to the package provider."
3903
3904 _ACEOF
3905 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3906 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
3907 ac_cs_version="\\
3908 config.status
3909 configured by $0, generated by GNU Autoconf 2.69,
3910 with options \\"\$ac_cs_config\\"
3911
3912 Copyright (C) 2012 Free Software Foundation, Inc.
3913 This config.status script is free software; the Free Software Foundation
3914 gives unlimited permission to copy, distribute and modify it."
3915
3916 ac_pwd='$ac_pwd'
3917 srcdir='$srcdir'
3918 INSTALL='$INSTALL'
3919 test -n "\$AWK" || AWK=awk
3920 _ACEOF
3921
3922 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3923 # The default lists apply if the user does not specify any file.
3924 ac_need_defaults=:
3925 while test $# != 0
3926 do
3927 case $1 in
3928 --*=?*)
3929 ac_option=`expr "X$1" : 'X\([^=]*\)='`
3930 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3931 ac_shift=:
3932 ;;
3933 --*=)
3934 ac_option=`expr "X$1" : 'X\([^=]*\)='`
3935 ac_optarg=
3936 ac_shift=:
3937 ;;
3938 *)
3939 ac_option=$1
3940 ac_optarg=$2
3941 ac_shift=shift
3942 ;;
3943 esac
3944
3945 case $ac_option in
3946 # Handling of the options.
3947 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3948 ac_cs_recheck=: ;;
3949 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3950 $as_echo "$ac_cs_version"; exit ;;
3951 --config | --confi | --conf | --con | --co | --c )
3952 $as_echo "$ac_cs_config"; exit ;;
3953 --debug | --debu | --deb | --de | --d | -d )
3954 debug=: ;;
3955 --file | --fil | --fi | --f )
3956 $ac_shift
3957 case $ac_optarg in
3958 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
3959 '') as_fn_error $? "missing file argument" ;;
3960 esac
3961 as_fn_append CONFIG_FILES " '$ac_optarg'"
3962 ac_need_defaults=false;;
3963 --he | --h | --help | --hel | -h )
3964 $as_echo "$ac_cs_usage"; exit ;;
3965 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3966 | -silent | --silent | --silen | --sile | --sil | --si | --s)
3967 ac_cs_silent=: ;;
3968
3969 # This is an error.
3970 -*) as_fn_error $? "unrecognized option: \`$1'
3971 Try \`$0 --help' for more information." ;;
3972
3973 *) as_fn_append ac_config_targets " $1"
3974 ac_need_defaults=false ;;
3975
3976 esac
3977 shift
3978 done
3979
3980 ac_configure_extra_args=
3981
3982 if $ac_cs_silent; then
3983 exec 6>/dev/null
3984 ac_configure_extra_args="$ac_configure_extra_args --silent"
3985 fi
3986
3987 _ACEOF
3988 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3989 if \$ac_cs_recheck; then
3990 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3991 shift
3992 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
3993 CONFIG_SHELL='$SHELL'
3994 export CONFIG_SHELL
3995 exec "\$@"
3996 fi
3997
3998 _ACEOF
3999 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4000 exec 5>>config.log
4001 {
4002 echo
4003 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
4004 ## Running $as_me. ##
4005 _ASBOX
4006 $as_echo "$ac_log"
4007 } >&5
4008
4009 _ACEOF
4010 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4011 _ACEOF
4012
4013 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4014
4015 # Handling of arguments.
4016 for ac_config_target in $ac_config_targets
4017 do
4018 case $ac_config_target in
4019 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
4020
4021 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
4022 esac
4023 done
4024
4025
4026 # If the user did not use the arguments to specify the items to instantiate,
4027 # then the envvar interface is used. Set only those that are not.
4028 # We use the long form for the default assignment because of an extremely
4029 # bizarre bug on SunOS 4.1.3.
4030 if $ac_need_defaults; then
4031 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
4032 fi
4033
4034 # Have a temporary directory for convenience. Make it in the build tree
4035 # simply because there is no reason against having it here, and in addition,
4036 # creating and moving files from /tmp can sometimes cause problems.
4037 # Hook for its removal unless debugging.
4038 # Note that there is a small window in which the directory will not be cleaned:
4039 # after its creation but before its name has been assigned to `$tmp'.
4040 $debug ||
4041 {
4042 tmp= ac_tmp=
4043 trap 'exit_status=$?
4044 : "${ac_tmp:=$tmp}"
4045 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
4046 ' 0
4047 trap 'as_fn_exit 1' 1 2 13 15
4048 }
4049 # Create a (secure) tmp directory for tmp files.
4050
4051 {
4052 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
4053 test -d "$tmp"
4054 } ||
4055 {
4056 tmp=./conf$$-$RANDOM
4057 (umask 077 && mkdir "$tmp")
4058 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
4059 ac_tmp=$tmp
4060
4061 # Set up the scripts for CONFIG_FILES section.
4062 # No need to generate them if there are no CONFIG_FILES.
4063 # This happens for instance with `./config.status config.h'.
4064 if test -n "$CONFIG_FILES"; then
4065
4066
4067 ac_cr=`echo X | tr X '\015'`
4068 # On cygwin, bash can eat \r inside `` if the user requested igncr.
4069 # But we know of no other shell where ac_cr would be empty at this
4070 # point, so we can use a bashism as a fallback.
4071 if test "x$ac_cr" = x; then
4072 eval ac_cr=\$\'\\r\'
4073 fi
4074 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
4075 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
4076 ac_cs_awk_cr='\\r'
4077 else
4078 ac_cs_awk_cr=$ac_cr
4079 fi
4080
4081 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
4082 _ACEOF
4083
4084
4085 {
4086 echo "cat >conf$$subs.awk <<_ACEOF" &&
4087 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
4088 echo "_ACEOF"
4089 } >conf$$subs.sh ||
4090 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4091 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
4092 ac_delim='%!_!# '
4093 for ac_last_try in false false false false false :; do
4094 . ./conf$$subs.sh ||
4095 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4096
4097 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
4098 if test $ac_delim_n = $ac_delim_num; then
4099 break
4100 elif $ac_last_try; then
4101 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4102 else
4103 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
4104 fi
4105 done
4106 rm -f conf$$subs.sh
4107
4108 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4109 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
4110 _ACEOF
4111 sed -n '
4112 h
4113 s/^/S["/; s/!.*/"]=/
4114 p
4115 g
4116 s/^[^!]*!//
4117 :repl
4118 t repl
4119 s/'"$ac_delim"'$//
4120 t delim
4121 :nl
4122 h
4123 s/\(.\{148\}\)..*/\1/
4124 t more1
4125 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
4126 p
4127 n
4128 b repl
4129 :more1
4130 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4131 p
4132 g
4133 s/.\{148\}//
4134 t nl
4135 :delim
4136 h
4137 s/\(.\{148\}\)..*/\1/
4138 t more2
4139 s/["\\]/\\&/g; s/^/"/; s/$/"/
4140 p
4141 b
4142 :more2
4143 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4144 p
4145 g
4146 s/.\{148\}//
4147 t delim
4148 ' <conf$$subs.awk | sed '
4149 /^[^""]/{
4150 N
4151 s/\n//
4152 }
4153 ' >>$CONFIG_STATUS || ac_write_fail=1
4154 rm -f conf$$subs.awk
4155 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4156 _ACAWK
4157 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
4158 for (key in S) S_is_set[key] = 1
4159 FS = "\a"
4160
4161 }
4162 {
4163 line = $ 0
4164 nfields = split(line, field, "@")
4165 substed = 0
4166 len = length(field[1])
4167 for (i = 2; i < nfields; i++) {
4168 key = field[i]
4169 keylen = length(key)
4170 if (S_is_set[key]) {
4171 value = S[key]
4172 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
4173 len += length(value) + length(field[++i])
4174 substed = 1
4175 } else
4176 len += 1 + keylen
4177 }
4178
4179 print line
4180 }
4181
4182 _ACAWK
4183 _ACEOF
4184 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4185 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
4186 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
4187 else
4188 cat
4189 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
4190 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
4191 _ACEOF
4192
4193 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
4194 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
4195 # trailing colons and then remove the whole line if VPATH becomes empty
4196 # (actually we leave an empty line to preserve line numbers).
4197 if test "x$srcdir" = x.; then
4198 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
4199 h
4200 s///
4201 s/^/:/
4202 s/[ ]*$/:/
4203 s/:\$(srcdir):/:/g
4204 s/:\${srcdir}:/:/g
4205 s/:@srcdir@:/:/g
4206 s/^:*//
4207 s/:*$//
4208 x
4209 s/\(=[ ]*\).*/\1/
4210 G
4211 s/\n//
4212 s/^[^=]*=[ ]*$//
4213 }'
4214 fi
4215
4216 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4217 fi # test -n "$CONFIG_FILES"
4218
4219
4220 eval set X " :F $CONFIG_FILES "
4221 shift
4222 for ac_tag
4223 do
4224 case $ac_tag in
4225 :[FHLC]) ac_mode=$ac_tag; continue;;
4226 esac
4227 case $ac_mode$ac_tag in
4228 :[FHL]*:*);;
4229 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
4230 :[FH]-) ac_tag=-:-;;
4231 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
4232 esac
4233 ac_save_IFS=$IFS
4234 IFS=:
4235 set x $ac_tag
4236 IFS=$ac_save_IFS
4237 shift
4238 ac_file=$1
4239 shift
4240
4241 case $ac_mode in
4242 :L) ac_source=$1;;
4243 :[FH])
4244 ac_file_inputs=
4245 for ac_f
4246 do
4247 case $ac_f in
4248 -) ac_f="$ac_tmp/stdin";;
4249 *) # Look for the file first in the build tree, then in the source tree
4250 # (if the path is not absolute). The absolute path cannot be DOS-style,
4251 # because $ac_f cannot contain `:'.
4252 test -f "$ac_f" ||
4253 case $ac_f in
4254 [\\/$]*) false;;
4255 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
4256 esac ||
4257 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
4258 esac
4259 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
4260 as_fn_append ac_file_inputs " '$ac_f'"
4261 done
4262
4263 # Let's still pretend it is `configure' which instantiates (i.e., don't
4264 # use $as_me), people would be surprised to read:
4265 # /* config.h. Generated by config.status. */
4266 configure_input='Generated from '`
4267 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
4268 `' by configure.'
4269 if test x"$ac_file" != x-; then
4270 configure_input="$ac_file. $configure_input"
4271 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
4272 $as_echo "$as_me: creating $ac_file" >&6;}
4273 fi
4274 # Neutralize special characters interpreted by sed in replacement strings.
4275 case $configure_input in #(
4276 *\&* | *\|* | *\\* )
4277 ac_sed_conf_input=`$as_echo "$configure_input" |
4278 sed 's/[\\\\&|]/\\\\&/g'`;; #(
4279 *) ac_sed_conf_input=$configure_input;;
4280 esac
4281
4282 case $ac_tag in
4283 *:-:* | *:-) cat >"$ac_tmp/stdin" \
4284 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
4285 esac
4286 ;;
4287 esac
4288
4289 ac_dir=`$as_dirname -- "$ac_file" ||
4290 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4291 X"$ac_file" : 'X\(//\)[^/]' \| \
4292 X"$ac_file" : 'X\(//\)$' \| \
4293 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
4294 $as_echo X"$ac_file" |
4295 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4296 s//\1/
4297 q
4298 }
4299 /^X\(\/\/\)[^/].*/{
4300 s//\1/
4301 q
4302 }
4303 /^X\(\/\/\)$/{
4304 s//\1/
4305 q
4306 }
4307 /^X\(\/\).*/{
4308 s//\1/
4309 q
4310 }
4311 s/.*/./; q'`
4312 as_dir="$ac_dir"; as_fn_mkdir_p
4313 ac_builddir=.
4314
4315 case "$ac_dir" in
4316 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
4317 *)
4318 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
4319 # A ".." for each directory in $ac_dir_suffix.
4320 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
4321 case $ac_top_builddir_sub in
4322 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
4323 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
4324 esac ;;
4325 esac
4326 ac_abs_top_builddir=$ac_pwd
4327 ac_abs_builddir=$ac_pwd$ac_dir_suffix
4328 # for backward compatibility:
4329 ac_top_builddir=$ac_top_build_prefix
4330
4331 case $srcdir in
4332 .) # We are building in place.
4333 ac_srcdir=.
4334 ac_top_srcdir=$ac_top_builddir_sub
4335 ac_abs_top_srcdir=$ac_pwd ;;
4336 [\\/]* | ?:[\\/]* ) # Absolute name.
4337 ac_srcdir=$srcdir$ac_dir_suffix;
4338 ac_top_srcdir=$srcdir
4339 ac_abs_top_srcdir=$srcdir ;;
4340 *) # Relative name.
4341 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
4342 ac_top_srcdir=$ac_top_build_prefix$srcdir
4343 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
4344 esac
4345 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
4346
4347
4348 case $ac_mode in
4349 :F)
4350 #
4351 # CONFIG_FILE
4352 #
4353
4354 case $INSTALL in
4355 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
4356 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
4357 esac
4358 _ACEOF
4359
4360 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4361 # If the template does not know about datarootdir, expand it.
4362 # FIXME: This hack should be removed a few years after 2.60.
4363 ac_datarootdir_hack=; ac_datarootdir_seen=
4364 ac_sed_dataroot='
4365 /datarootdir/ {
4366 p
4367 q
4368 }
4369 /@datadir@/p
4370 /@docdir@/p
4371 /@infodir@/p
4372 /@localedir@/p
4373 /@mandir@/p'
4374 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
4375 *datarootdir*) ac_datarootdir_seen=yes;;
4376 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
4377 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
4378 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
4379 _ACEOF
4380 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4381 ac_datarootdir_hack='
4382 s&@datadir@&$datadir&g
4383 s&@docdir@&$docdir&g
4384 s&@infodir@&$infodir&g
4385 s&@localedir@&$localedir&g
4386 s&@mandir@&$mandir&g
4387 s&\\\${datarootdir}&$datarootdir&g' ;;
4388 esac
4389 _ACEOF
4390
4391 # Neutralize VPATH when `$srcdir' = `.'.
4392 # Shell code in configure.ac might set extrasub.
4393 # FIXME: do we really want to maintain this feature?
4394 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4395 ac_sed_extra="$ac_vpsub
4396 $extrasub
4397 _ACEOF
4398 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4399 :t
4400 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
4401 s|@configure_input@|$ac_sed_conf_input|;t t
4402 s&@top_builddir@&$ac_top_builddir_sub&;t t
4403 s&@top_build_prefix@&$ac_top_build_prefix&;t t
4404 s&@srcdir@&$ac_srcdir&;t t
4405 s&@abs_srcdir@&$ac_abs_srcdir&;t t
4406 s&@top_srcdir@&$ac_top_srcdir&;t t
4407 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
4408 s&@builddir@&$ac_builddir&;t t
4409 s&@abs_builddir@&$ac_abs_builddir&;t t
4410 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
4411 s&@INSTALL@&$ac_INSTALL&;t t
4412 $ac_datarootdir_hack
4413 "
4414 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
4415 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
4416
4417 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
4418 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
4419 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
4420 "$ac_tmp/out"`; test -z "$ac_out"; } &&
4421 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4422 which seems to be undefined. Please make sure it is defined" >&5
4423 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4424 which seems to be undefined. Please make sure it is defined" >&2;}
4425
4426 rm -f "$ac_tmp/stdin"
4427 case $ac_file in
4428 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
4429 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
4430 esac \
4431 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
4432 ;;
4433
4434
4435
4436 esac
4437
4438 done # for ac_tag
4439
4440
4441 as_fn_exit 0
4442 _ACEOF
4443 ac_clean_files=$ac_clean_files_save
4444
4445 test $ac_write_fail = 0 ||
4446 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
4447
4448
4449 # configure is writing to config.log, and then calls config.status.
4450 # config.status does its own redirection, appending to config.log.
4451 # Unfortunately, on DOS this fails, as config.log is still kept open
4452 # by configure, so config.status won't be able to write to it; its
4453 # output is simply discarded. So we exec the FD to /dev/null,
4454 # effectively closing config.log, so it can be properly (re)opened and
4455 # appended to by config.status. When coming back to configure, we
4456 # need to make the FD available again.
4457 if test "$no_create" != yes; then
4458 ac_cs_success=:
4459 ac_config_status_args=
4460 test "$silent" = yes &&
4461 ac_config_status_args="$ac_config_status_args --quiet"
4462 exec 5>/dev/null
4463 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
4464 exec 5>>config.log
4465 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4466 # would make configure fail if this is the last instruction.
4467 $ac_cs_success || as_fn_exit 1
4468 fi
4469 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
4470 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
4471 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
4472 fi
4473
This page took 0.262162 seconds and 5 git commands to generate.