]> sourceware.org Git - newlib-cygwin.git/blame - winsup/utils/configure
ChangeLog:
[newlib-cygwin.git] / winsup / utils / configure
CommitLineData
1fd5e000 1#! /bin/sh
1fd5e000 2# Guess values for system-dependent variables and create Makefiles.
4c36016b 3# Generated by GNU Autoconf 2.69.
7c61aa7e 4#
1fd5e000 5#
4c36016b 6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7c61aa7e
YS
7#
8#
1fd5e000
CF
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
7c61aa7e
YS
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
99fc5e10 14
5f853b3f
CF
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
7c61aa7e 17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
99fc5e10
CF
18 emulate sh
19 NULLCMD=:
5f853b3f 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
99fc5e10
CF
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
5f853b3f
CF
23 setopt NO_GLOB_SUBST
24else
7c61aa7e
YS
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
5f853b3f 30esac
5f853b3f
CF
31fi
32
33
5f853b3f
CF
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
7c61aa7e
YS
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
5f853b3f
CF
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
7c61aa7e 58 case $arg in #(
5f853b3f
CF
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
99fc5e10 79fi
99fc5e10 80
99fc5e10 81
5f853b3f
CF
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
7c61aa7e
YS
90as_myself=
91case $0 in #((
5f853b3f
CF
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
7c61aa7e
YS
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
5f853b3f
CF
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
7c61aa7e 111 exit 1
5f853b3f
CF
112fi
113
7c61aa7e
YS
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
5f853b3f 121done
99fc5e10
CF
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
5f853b3f
CF
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
99fc5e10 131
5f853b3f 132# CDPATH.
7c61aa7e 133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
99fc5e10 134
4c36016b
CF
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
5f853b3f 160if test "x$CONFIG_SHELL" = x; then
7c61aa7e
YS
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
5f853b3f 168else
7c61aa7e
YS
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
99fc5e10 175fi
7c61aa7e
YS
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
99fc5e10 182
5f853b3f 183exitcode=0
7c61aa7e
YS
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
99fc5e10 189
5f853b3f 190else
7c61aa7e
YS
191 exitcode=1; echo positional parameters were not saved.
192fi
4c36016b
CF
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
7c61aa7e
YS
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
5f853b3f 201else
7c61aa7e 202 as_have_required=no
5f853b3f 203fi
7c61aa7e 204 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
5f853b3f 205
5f853b3f 206else
7c61aa7e
YS
207 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
208as_found=false
99fc5e10
CF
209for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
210do
211 IFS=$as_save_IFS
212 test -z "$as_dir" && as_dir=.
7c61aa7e
YS
213 as_found=:
214 case $as_dir in #(
99fc5e10 215 /*)
5f853b3f 216 for as_base in sh bash ksh sh5; do
7c61aa7e
YS
217 # Try only shells that exist, to save several forks.
218 as_shell=$as_dir/$as_base
219 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
220 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
221 CONFIG_SHELL=$as_shell as_have_required=yes
222 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
223 break 2
224fi
225fi
5f853b3f
CF
226 done;;
227 esac
7c61aa7e 228 as_found=false
5f853b3f 229done
7c61aa7e
YS
230$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
231 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
232 CONFIG_SHELL=$SHELL as_have_required=yes
233fi; }
5f853b3f
CF
234IFS=$as_save_IFS
235
236
7c61aa7e 237 if test "x$CONFIG_SHELL" != x; then :
4c36016b
CF
238 export CONFIG_SHELL
239 # We cannot yet assume a decent shell, so we have to provide a
240# neutralization value for shells without unset; and this also
241# works around shells that cannot unset nonexistent variables.
242# Preserve -v and -x to the replacement shell.
243BASH_ENV=/dev/null
244ENV=/dev/null
245(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
246case $- in # ((((
247 *v*x* | *x*v* ) as_opts=-vx ;;
248 *v* ) as_opts=-v ;;
249 *x* ) as_opts=-x ;;
250 * ) as_opts= ;;
251esac
252exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
253# Admittedly, this is quite paranoid, since all the known shells bail
254# out after a failed `exec'.
255$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
256exit 255
5f853b3f
CF
257fi
258
7c61aa7e
YS
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
5f853b3f 272fi
7c61aa7e
YS
273fi
274fi
275SHELL=${CONFIG_SHELL-/bin/sh}
276export SHELL
277# Unset more variables known to interfere with behavior of common tools.
278CLICOLOR_FORCE= GREP_OPTIONS=
279unset CLICOLOR_FORCE GREP_OPTIONS
5f853b3f 280
7c61aa7e
YS
281## --------------------- ##
282## M4sh Shell Functions. ##
283## --------------------- ##
284# as_fn_unset VAR
285# ---------------
286# Portably unset VAR.
287as_fn_unset ()
288{
289 { eval $1=; unset $1;}
5f853b3f 290}
7c61aa7e 291as_unset=as_fn_unset
5f853b3f 292
7c61aa7e
YS
293# as_fn_set_status STATUS
294# -----------------------
295# Set $? to STATUS, without forking.
296as_fn_set_status ()
297{
298 return $1
299} # as_fn_set_status
5f853b3f 300
7c61aa7e
YS
301# as_fn_exit STATUS
302# -----------------
303# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
304as_fn_exit ()
305{
306 set +e
307 as_fn_set_status $1
308 exit $1
309} # as_fn_exit
310
311# as_fn_mkdir_p
312# -------------
313# Create "$as_dir" as a directory, including parents if necessary.
314as_fn_mkdir_p ()
315{
5f853b3f 316
7c61aa7e
YS
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
4c36016b
CF
358
359# as_fn_executable_p FILE
360# -----------------------
361# Test if FILE is an executable regular file.
362as_fn_executable_p ()
363{
364 test -f "$1" && test -x "$1"
365} # as_fn_executable_p
7c61aa7e
YS
366# as_fn_append VAR VALUE
367# ----------------------
368# Append the text in VALUE to the end of the definition contained in VAR. Take
369# advantage of any shell optimizations that allow amortized linear growth over
370# repeated appends, instead of the typical quadratic growth present in naive
371# implementations.
372if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
373 eval 'as_fn_append ()
374 {
375 eval $1+=\$2
376 }'
5f853b3f 377else
7c61aa7e
YS
378 as_fn_append ()
379 {
380 eval $1=\$$1\$2
381 }
382fi # as_fn_append
383
384# as_fn_arith ARG...
385# ------------------
386# Perform arithmetic evaluation on the ARGs, and store the result in the
387# global $as_val. Take advantage of shells that can avoid forks. The arguments
388# must be portable across $(()) and expr.
389if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
390 eval 'as_fn_arith ()
391 {
392 as_val=$(( $* ))
393 }'
5f853b3f 394else
7c61aa7e
YS
395 as_fn_arith ()
396 {
397 as_val=`expr "$@" || test $? -eq 1`
398 }
399fi # as_fn_arith
5f853b3f
CF
400
401
7c61aa7e
YS
402# as_fn_error STATUS ERROR [LINENO LOG_FD]
403# ----------------------------------------
404# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
405# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
406# script with STATUS, using 1 if that was 0.
407as_fn_error ()
408{
409 as_status=$1; test $as_status -eq 0 && as_status=1
410 if test "$4"; then
411 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
412 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
413 fi
414 $as_echo "$as_me: error: $2" >&2
415 as_fn_exit $as_status
416} # as_fn_error
5f853b3f 417
7c61aa7e
YS
418if expr a : '\(a\)' >/dev/null 2>&1 &&
419 test "X`expr 00001 : '.*\(...\)'`" = X001; then
420 as_expr=expr
5f853b3f 421else
7c61aa7e 422 as_expr=false
5f853b3f
CF
423fi
424
7c61aa7e
YS
425if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
426 as_basename=basename
5f853b3f 427else
7c61aa7e 428 as_basename=false
5f853b3f
CF
429fi
430
7c61aa7e
YS
431if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
432 as_dirname=dirname
5f853b3f 433else
7c61aa7e 434 as_dirname=false
5f853b3f
CF
435fi
436
7c61aa7e
YS
437as_me=`$as_basename -- "$0" ||
438$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
439 X"$0" : 'X\(//\)$' \| \
440 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
441$as_echo X/"$0" |
442 sed '/^.*\/\([^/][^/]*\)\/*$/{
443 s//\1/
444 q
445 }
446 /^X\/\(\/\/\)$/{
447 s//\1/
448 q
449 }
450 /^X\/\(\/\).*/{
451 s//\1/
452 q
453 }
454 s/.*/./; q'`
5f853b3f 455
7c61aa7e
YS
456# Avoid depending upon Character Ranges.
457as_cr_letters='abcdefghijklmnopqrstuvwxyz'
458as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
459as_cr_Letters=$as_cr_letters$as_cr_LETTERS
460as_cr_digits='0123456789'
461as_cr_alnum=$as_cr_Letters$as_cr_digits
5f853b3f 462
99fc5e10 463
7c61aa7e
YS
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. :-)
5f853b3f
CF
469 sed -n '
470 p
471 /[$]LINENO/=
472 ' <$as_myself |
99fc5e10 473 sed '
5f853b3f
CF
474 s/[$]LINENO.*/&-/
475 t lineno
476 b
477 :lineno
99fc5e10 478 N
5f853b3f
CF
479 :loop
480 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
99fc5e10 481 t loop
5f853b3f 482 s/-\n.*//
99fc5e10 483 ' >$as_me.lineno &&
5f853b3f 484 chmod +x "$as_me.lineno" ||
7c61aa7e 485 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
99fc5e10 486
4c36016b
CF
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
99fc5e10
CF
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
5f853b3f
CF
493 # original and so on. Autoconf is especially sensitive to this).
494 . "./$as_me.lineno"
99fc5e10
CF
495 # Exit status is that of the last command.
496 exit
497}
498
5f853b3f 499ECHO_C= ECHO_N= ECHO_T=
7c61aa7e 500case `echo -n x` in #(((((
5f853b3f 501-n*)
7c61aa7e 502 case `echo 'xy\c'` in
5f853b3f 503 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
7c61aa7e
YS
504 xy) ECHO_C='\c';;
505 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
506 ECHO_T=' ';;
5f853b3f
CF
507 esac;;
508*)
509 ECHO_N='-n';;
510esac
99fc5e10
CF
511
512rm -f conf$$ conf$$.exe conf$$.file
5f853b3f
CF
513if test -d conf$$.dir; then
514 rm -f conf$$.dir/conf$$.file
515else
516 rm -f conf$$.dir
517 mkdir conf$$.dir 2>/dev/null
518fi
519if (echo >conf$$.file) 2>/dev/null; then
520 if ln -s conf$$.file conf$$ 2>/dev/null; then
99fc5e10 521 as_ln_s='ln -s'
5f853b3f
CF
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.
4c36016b 525 # In both cases, we have to default to `cp -pR'.
5f853b3f 526 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
4c36016b 527 as_ln_s='cp -pR'
5f853b3f
CF
528 elif ln conf$$.file conf$$ 2>/dev/null; then
529 as_ln_s=ln
530 else
4c36016b 531 as_ln_s='cp -pR'
99fc5e10 532 fi
99fc5e10 533else
4c36016b 534 as_ln_s='cp -pR'
99fc5e10 535fi
5f853b3f
CF
536rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
537rmdir conf$$.dir 2>/dev/null
1fd5e000 538
7c61aa7e
YS
539if mkdir -p . 2>/dev/null; then
540 as_mkdir_p='mkdir -p "$as_dir"'
541else
542 test -d ./-p && rmdir ./-p
543 as_mkdir_p=false
544fi
545
4c36016b
CF
546as_test_x='test -x'
547as_executable_p=as_fn_executable_p
7c61aa7e
YS
548
549# Sed expression to map a string onto a valid CPP name.
550as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
551
552# Sed expression to map a string onto a valid variable name.
553as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
554
555
556test -n "$DJDIR" || exec 7<&0 </dev/null
557exec 6>&1
558
559# Name of the host.
560# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
561# so uname gets run too.
562ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
563
564#
565# Initializations.
566#
567ac_default_prefix=/usr/local
568ac_clean_files=
569ac_config_libobj_dir=.
570LIBOBJS=
571cross_compiling=no
572subdirs=
573MFLAGS=
574MAKEFLAGS=
575
576# Identity of this package.
577PACKAGE_NAME=
578PACKAGE_TARNAME=
579PACKAGE_VERSION=
580PACKAGE_STRING=
581PACKAGE_BUGREPORT=
582PACKAGE_URL=
583
584ac_unique_file="mount.cc"
18b785b8 585ac_no_link=no
7c61aa7e 586ac_subst_vars='LTLIBOBJS
5f853b3f 587LIBOBJS
4c36016b 588configure_args
7c61aa7e
YS
589MINGW_CXX
590INSTALL_DATA
591INSTALL_SCRIPT
592INSTALL_PROGRAM
4c36016b
CF
593cygwin_headers
594newlib_headers
595windows_headers
7c61aa7e
YS
596ac_ct_CXX
597CXXFLAGS
598CXX
599OBJEXT
600EXEEXT
601ac_ct_CC
602CPPFLAGS
603LDFLAGS
604CFLAGS
605CC
606target_os
607target_vendor
608target_cpu
609target
610host_os
611host_vendor
612host_cpu
613host
614build_os
615build_vendor
616build_cpu
617build
4c36016b 618windows_libdir
7c61aa7e
YS
619target_alias
620host_alias
621build_alias
622LIBS
623ECHO_T
624ECHO_N
625ECHO_C
626DEFS
627mandir
628localedir
629libdir
630psdir
631pdfdir
632dvidir
633htmldir
634infodir
635docdir
636oldincludedir
637includedir
638localstatedir
639sharedstatedir
640sysconfdir
641datadir
642datarootdir
643libexecdir
644sbindir
645bindir
646program_transform_name
647prefix
648exec_prefix
649PACKAGE_URL
650PACKAGE_BUGREPORT
651PACKAGE_STRING
652PACKAGE_VERSION
653PACKAGE_TARNAME
654PACKAGE_NAME
655PATH_SEPARATOR
4c36016b
CF
656SHELL
657winsup_srcdir
658target_builddir'
99fc5e10 659ac_subst_files=''
5f853b3f
CF
660ac_user_opts='
661enable_option_checking
4c36016b
CF
662with_windows_headers
663with_windows_libs
5f853b3f
CF
664'
665 ac_precious_vars='build_alias
666host_alias
667target_alias
668CC
669CFLAGS
670LDFLAGS
671LIBS
672CPPFLAGS
673CXX
674CXXFLAGS
675CCC'
676
1fd5e000
CF
677
678# Initialize some variables set by options.
99fc5e10
CF
679ac_init_help=
680ac_init_version=false
5f853b3f
CF
681ac_unrecognized_opts=
682ac_unrecognized_sep=
1fd5e000
CF
683# The variables have the same names as the options, with
684# dashes changed to underlines.
99fc5e10 685cache_file=/dev/null
1fd5e000 686exec_prefix=NONE
1fd5e000 687no_create=
1fd5e000
CF
688no_recursion=
689prefix=NONE
690program_prefix=NONE
691program_suffix=NONE
692program_transform_name=s,x,x,
693silent=
694site=
1fd5e000 695srcdir=
1fd5e000
CF
696verbose=
697x_includes=NONE
698x_libraries=NONE
99fc5e10
CF
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.
5f853b3f 705# (The list follows the same order as the GNU Coding Standards.)
1fd5e000
CF
706bindir='${exec_prefix}/bin'
707sbindir='${exec_prefix}/sbin'
708libexecdir='${exec_prefix}/libexec'
5f853b3f
CF
709datarootdir='${prefix}/share'
710datadir='${datarootdir}'
1fd5e000
CF
711sysconfdir='${prefix}/etc'
712sharedstatedir='${prefix}/com'
713localstatedir='${prefix}/var'
1fd5e000
CF
714includedir='${prefix}/include'
715oldincludedir='/usr/include'
5f853b3f
CF
716docdir='${datarootdir}/doc/${PACKAGE}'
717infodir='${datarootdir}/info'
718htmldir='${docdir}'
719dvidir='${docdir}'
720pdfdir='${docdir}'
721psdir='${docdir}'
722libdir='${exec_prefix}/lib'
723localedir='${datarootdir}/locale'
724mandir='${datarootdir}/man'
1fd5e000 725
1fd5e000 726ac_prev=
5f853b3f 727ac_dashdash=
1fd5e000
CF
728for ac_option
729do
1fd5e000
CF
730 # If the previous option needs an argument, assign it.
731 if test -n "$ac_prev"; then
5f853b3f 732 eval $ac_prev=\$ac_option
1fd5e000
CF
733 ac_prev=
734 continue
735 fi
736
5f853b3f 737 case $ac_option in
7c61aa7e
YS
738 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
739 *=) ac_optarg= ;;
740 *) ac_optarg=yes ;;
5f853b3f 741 esac
1fd5e000
CF
742
743 # Accept the important Cygnus configure options, so we can diagnose typos.
744
5f853b3f
CF
745 case $ac_dashdash$ac_option in
746 --)
747 ac_dashdash=yes ;;
1fd5e000
CF
748
749 -bindir | --bindir | --bindi | --bind | --bin | --bi)
750 ac_prev=bindir ;;
751 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
99fc5e10 752 bindir=$ac_optarg ;;
1fd5e000
CF
753
754 -build | --build | --buil | --bui | --bu)
99fc5e10 755 ac_prev=build_alias ;;
1fd5e000 756 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
99fc5e10 757 build_alias=$ac_optarg ;;
1fd5e000
CF
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=*)
99fc5e10
CF
764 cache_file=$ac_optarg ;;
765
766 --config-cache | -C)
767 cache_file=config.cache ;;
1fd5e000 768
5f853b3f 769 -datadir | --datadir | --datadi | --datad)
1fd5e000 770 ac_prev=datadir ;;
5f853b3f 771 -datadir=* | --datadir=* | --datadi=* | --datad=*)
99fc5e10 772 datadir=$ac_optarg ;;
1fd5e000 773
5f853b3f
CF
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
1fd5e000 781 -disable-* | --disable-*)
5f853b3f 782 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1fd5e000 783 # Reject names that are not valid shell variable names.
5f853b3f 784 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
7c61aa7e 785 as_fn_error $? "invalid feature name: $ac_useropt"
5f853b3f
CF
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 ;;
1fd5e000
CF
806
807 -enable-* | --enable-*)
5f853b3f 808 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1fd5e000 809 # Reject names that are not valid shell variable names.
5f853b3f 810 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
7c61aa7e 811 as_fn_error $? "invalid feature name: $ac_useropt"
5f853b3f
CF
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=', ';;
1fd5e000 820 esac
5f853b3f 821 eval enable_$ac_useropt=\$ac_optarg ;;
1fd5e000
CF
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=*)
99fc5e10 830 exec_prefix=$ac_optarg ;;
1fd5e000
CF
831
832 -gas | --gas | --ga | --g)
833 # Obsolete; use --with-gas.
834 with_gas=yes ;;
835
99fc5e10
CF
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 ;;
1fd5e000
CF
842
843 -host | --host | --hos | --ho)
99fc5e10 844 ac_prev=host_alias ;;
1fd5e000 845 -host=* | --host=* | --hos=* | --ho=*)
99fc5e10 846 host_alias=$ac_optarg ;;
1fd5e000 847
5f853b3f
CF
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
1fd5e000
CF
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=*)
99fc5e10 859 includedir=$ac_optarg ;;
1fd5e000
CF
860
861 -infodir | --infodir | --infodi | --infod | --info | --inf)
862 ac_prev=infodir ;;
863 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
99fc5e10 864 infodir=$ac_optarg ;;
1fd5e000
CF
865
866 -libdir | --libdir | --libdi | --libd)
867 ac_prev=libdir ;;
868 -libdir=* | --libdir=* | --libdi=* | --libd=*)
99fc5e10 869 libdir=$ac_optarg ;;
1fd5e000
CF
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=*)
99fc5e10 876 libexecdir=$ac_optarg ;;
1fd5e000 877
5f853b3f
CF
878 -localedir | --localedir | --localedi | --localed | --locale)
879 ac_prev=localedir ;;
880 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
881 localedir=$ac_optarg ;;
882
1fd5e000 883 -localstatedir | --localstatedir | --localstatedi | --localstated \
5f853b3f 884 | --localstate | --localstat | --localsta | --localst | --locals)
1fd5e000
CF
885 ac_prev=localstatedir ;;
886 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
5f853b3f 887 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
99fc5e10 888 localstatedir=$ac_optarg ;;
1fd5e000
CF
889
890 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
891 ac_prev=mandir ;;
892 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
99fc5e10 893 mandir=$ac_optarg ;;
1fd5e000
CF
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 \
99fc5e10 900 | --no-cr | --no-c | -n)
1fd5e000
CF
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=*)
99fc5e10 914 oldincludedir=$ac_optarg ;;
1fd5e000
CF
915
916 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
917 ac_prev=prefix ;;
918 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
99fc5e10 919 prefix=$ac_optarg ;;
1fd5e000
CF
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=*)
99fc5e10 926 program_prefix=$ac_optarg ;;
1fd5e000
CF
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=*)
99fc5e10 933 program_suffix=$ac_optarg ;;
1fd5e000
CF
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=*)
99fc5e10 950 program_transform_name=$ac_optarg ;;
1fd5e000 951
5f853b3f
CF
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
1fd5e000
CF
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=*)
99fc5e10 970 sbindir=$ac_optarg ;;
1fd5e000
CF
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=*)
99fc5e10 981 sharedstatedir=$ac_optarg ;;
1fd5e000
CF
982
983 -site | --site | --sit)
984 ac_prev=site ;;
985 -site=* | --site=* | --sit=*)
99fc5e10 986 site=$ac_optarg ;;
1fd5e000 987
1fd5e000
CF
988 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
989 ac_prev=srcdir ;;
990 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
99fc5e10 991 srcdir=$ac_optarg ;;
1fd5e000
CF
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=*)
99fc5e10 998 sysconfdir=$ac_optarg ;;
1fd5e000
CF
999
1000 -target | --target | --targe | --targ | --tar | --ta | --t)
99fc5e10 1001 ac_prev=target_alias ;;
1fd5e000 1002 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
99fc5e10 1003 target_alias=$ac_optarg ;;
1fd5e000
CF
1004
1005 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1006 verbose=yes ;;
1007
99fc5e10
CF
1008 -version | --version | --versio | --versi | --vers | -V)
1009 ac_init_version=: ;;
1fd5e000
CF
1010
1011 -with-* | --with-*)
5f853b3f 1012 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1fd5e000 1013 # Reject names that are not valid shell variable names.
5f853b3f 1014 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
7c61aa7e 1015 as_fn_error $? "invalid package name: $ac_useropt"
5f853b3f
CF
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=', ';;
1fd5e000 1024 esac
5f853b3f 1025 eval with_$ac_useropt=\$ac_optarg ;;
1fd5e000
CF
1026
1027 -without-* | --without-*)
5f853b3f 1028 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1fd5e000 1029 # Reject names that are not valid shell variable names.
5f853b3f 1030 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
7c61aa7e 1031 as_fn_error $? "invalid package name: $ac_useropt"
5f853b3f
CF
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 ;;
1fd5e000
CF
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=*)
99fc5e10 1052 x_includes=$ac_optarg ;;
1fd5e000
CF
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=*)
99fc5e10 1059 x_libraries=$ac_optarg ;;
1fd5e000 1060
7c61aa7e
YS
1061 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1062Try \`$0 --help' for more information"
1fd5e000
CF
1063 ;;
1064
99fc5e10
CF
1065 *=*)
1066 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1067 # Reject names that are not valid shell variable names.
7c61aa7e
YS
1068 case $ac_envvar in #(
1069 '' | [0-9]* | *[!_$as_cr_alnum]* )
1070 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1071 esac
5f853b3f 1072 eval $ac_envvar=\$ac_optarg
99fc5e10
CF
1073 export $ac_envvar ;;
1074
1fd5e000 1075 *)
99fc5e10 1076 # FIXME: should be removed in autoconf 3.0.
5f853b3f 1077 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
99fc5e10 1078 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
5f853b3f 1079 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
7c61aa7e 1080 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1fd5e000
CF
1081 ;;
1082
1083 esac
1084done
1085
1086if test -n "$ac_prev"; then
99fc5e10 1087 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
7c61aa7e 1088 as_fn_error $? "missing argument to $ac_option"
1fd5e000 1089fi
1fd5e000 1090
5f853b3f
CF
1091if test -n "$ac_unrecognized_opts"; then
1092 case $enable_option_checking in
1093 no) ;;
7c61aa7e
YS
1094 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1095 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
99fc5e10 1096 esac
5f853b3f 1097fi
1fd5e000 1098
5f853b3f
CF
1099# Check all directory arguments for consistency.
1100for 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
1fd5e000 1104do
5f853b3f
CF
1105 eval ac_val=\$$ac_var
1106 # Remove trailing slashes.
99fc5e10 1107 case $ac_val in
5f853b3f
CF
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;;
1fd5e000 1116 esac
7c61aa7e 1117 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1fd5e000
CF
1118done
1119
99fc5e10
CF
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.
1123build=$build_alias
1124host=$host_alias
1125target=$target_alias
1126
1127# FIXME: To remove some day.
1128if test "x$host_alias" != x; then
1129 if test "x$build_alias" = x; then
1130 cross_compiling=maybe
99fc5e10
CF
1131 elif test "x$build_alias" != "x$host_alias"; then
1132 cross_compiling=yes
1133 fi
1134fi
1fd5e000 1135
99fc5e10
CF
1136ac_tool_prefix=
1137test -n "$host_alias" && ac_tool_prefix=$host_alias-
1138
1139test "$silent" = yes && exec 6>/dev/null
1fd5e000 1140
1fd5e000 1141
5f853b3f
CF
1142ac_pwd=`pwd` && test -n "$ac_pwd" &&
1143ac_ls_di=`ls -di .` &&
1144ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
7c61aa7e 1145 as_fn_error $? "working directory cannot be determined"
5f853b3f 1146test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
7c61aa7e 1147 as_fn_error $? "pwd does not report name of working directory"
5f853b3f
CF
1148
1149
1fd5e000
CF
1150# Find the source files, if location was not specified.
1151if test -z "$srcdir"; then
1152 ac_srcdir_defaulted=yes
5f853b3f
CF
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'`
1fd5e000 1177 srcdir=$ac_confdir
5f853b3f 1178 if test ! -r "$srcdir/$ac_unique_file"; then
1fd5e000
CF
1179 srcdir=..
1180 fi
1181else
1182 ac_srcdir_defaulted=no
1183fi
5f853b3f
CF
1184if test ! -r "$srcdir/$ac_unique_file"; then
1185 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
7c61aa7e 1186 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1fd5e000 1187fi
5f853b3f
CF
1188ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1189ac_abs_confdir=`(
7c61aa7e 1190 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
5f853b3f
CF
1191 pwd)`
1192# When building in place, set srcdir=.
1193if test "$ac_abs_confdir" = "$ac_pwd"; then
1194 srcdir=.
1195fi
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.
1199case $srcdir in
1200*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1201esac
1202for 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}
1207done
99fc5e10
CF
1208
1209#
1210# Report the --help message.
1211#
1212if 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
1218Usage: $0 [OPTION]... [VAR=VALUE]...
1219
1220To assign environment variables (e.g., CC, CFLAGS...), specify them as
1221VAR=VALUE. See below for descriptions of some of the useful variables.
1222
1223Defaults for the options are specified in brackets.
1224
1225Configuration:
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
7c61aa7e 1230 -q, --quiet, --silent do not print \`checking ...' messages
99fc5e10
CF
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
99fc5e10
CF
1236Installation directories:
1237 --prefix=PREFIX install architecture-independent files in PREFIX
5f853b3f 1238 [$ac_default_prefix]
99fc5e10 1239 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
5f853b3f 1240 [PREFIX]
99fc5e10
CF
1241
1242By default, \`make install' will install all the files in
1243\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1244an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1245for instance \`--prefix=\$HOME'.
1246
1247For better control, use the options below.
1248
1249Fine tuning of the installation directories:
5f853b3f
CF
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]
99fc5e10
CF
1269_ACEOF
1270
1271 cat <<\_ACEOF
1272
1273Program 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
1278System 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
1283fi
1284
1285if test -n "$ac_init_help"; then
1286
1287 cat <<\_ACEOF
1288
4c36016b
CF
1289Optional 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
99fc5e10
CF
1296Some 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>
5f853b3f 1301 LIBS libraries to pass to the linker, e.g. -l<library>
7c61aa7e 1302 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
5f853b3f 1303 you have headers in a nonstandard directory <include dir>
99fc5e10
CF
1304 CXX C++ compiler command
1305 CXXFLAGS C++ compiler flags
1306
1307Use these variables to override the choices made by `configure' or to help
1308it to find libraries and programs with nonstandard names/locations.
1309
7c61aa7e 1310Report bugs to the package provider.
99fc5e10 1311_ACEOF
5f853b3f 1312ac_status=$?
99fc5e10
CF
1313fi
1314
1315if test "$ac_init_help" = "recursive"; then
1316 # If there are subdirs, report their specific --help.
99fc5e10 1317 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
5f853b3f
CF
1318 test -d "$ac_dir" ||
1319 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1320 continue
99fc5e10
CF
1321 ac_builddir=.
1322
5f853b3f
CF
1323case "$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 ;;
1333esac
1334ac_abs_top_builddir=$ac_pwd
1335ac_abs_builddir=$ac_pwd$ac_dir_suffix
1336# for backward compatibility:
1337ac_top_builddir=$ac_top_build_prefix
99fc5e10
CF
1338
1339case $srcdir in
5f853b3f 1340 .) # We are building in place.
99fc5e10 1341 ac_srcdir=.
5f853b3f
CF
1342 ac_top_srcdir=$ac_top_builddir_sub
1343 ac_abs_top_srcdir=$ac_pwd ;;
1344 [\\/]* | ?:[\\/]* ) # Absolute name.
99fc5e10 1345 ac_srcdir=$srcdir$ac_dir_suffix;
5f853b3f
CF
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 ;;
99fc5e10 1352esac
5f853b3f
CF
1353ac_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
99fc5e10 1363 else
5f853b3f
CF
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; }
99fc5e10
CF
1367 done
1368fi
1369
5f853b3f 1370test -n "$ac_init_help" && exit $ac_status
99fc5e10
CF
1371if $ac_init_version; then
1372 cat <<\_ACEOF
5f853b3f 1373configure
4c36016b 1374generated by GNU Autoconf 2.69
99fc5e10 1375
4c36016b 1376Copyright (C) 2012 Free Software Foundation, Inc.
99fc5e10
CF
1377This configure script is free software; the Free Software Foundation
1378gives unlimited permission to copy, distribute and modify it.
1379_ACEOF
5f853b3f 1380 exit
99fc5e10 1381fi
7c61aa7e
YS
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.
1390ac_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"
1395case "(($ac_try" in
1396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1397 *) ac_try_echo=$ac_try;;
1398esac
1399eval 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
1414else
1415 $as_echo "$as_me: failed program was:" >&5
1416sed 's/^/| /' conftest.$ac_ext >&5
1417
1418 ac_retval=1
1419fi
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.
1428ac_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"
1433case "(($ac_try" in
1434 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1435 *) ac_try_echo=$ac_try;;
1436esac
1437eval 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
1452else
1453 $as_echo "$as_me: failed program was:" >&5
1454sed 's/^/| /' conftest.$ac_ext >&5
1455
1456 ac_retval=1
1457fi
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
5f853b3f 1462cat >config.log <<_ACEOF
99fc5e10
CF
1463This file contains any messages produced by compilers while
1464running configure, to aid debugging if configure makes a mistake.
1465
1466It was created by $as_me, which was
4c36016b 1467generated by GNU Autoconf 2.69. Invocation command line was
99fc5e10
CF
1468
1469 $ $0 $@
1470
1471_ACEOF
5f853b3f 1472exec 5>>config.log
99fc5e10
CF
1473{
1474cat <<_ASUNAME
1475## --------- ##
1476## Platform. ##
1477## --------- ##
1478
1479hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1480uname -m = `(uname -m) 2>/dev/null || echo unknown`
1481uname -r = `(uname -r) 2>/dev/null || echo unknown`
1482uname -s = `(uname -s) 2>/dev/null || echo unknown`
1483uname -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`
5f853b3f 1491/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
99fc5e10
CF
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
1498as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1499for as_dir in $PATH
1500do
1501 IFS=$as_save_IFS
1502 test -z "$as_dir" && as_dir=.
7c61aa7e
YS
1503 $as_echo "PATH: $as_dir"
1504 done
5f853b3f 1505IFS=$as_save_IFS
99fc5e10
CF
1506
1507} >&5
1508
1509cat >&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.
1524ac_configure_args=
1525ac_configure_args0=
1526ac_configure_args1=
99fc5e10
CF
1527ac_must_keep_next=false
1528for ac_pass in 1 2
1529do
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 ;;
5f853b3f
CF
1537 *\'*)
1538 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
99fc5e10
CF
1539 esac
1540 case $ac_pass in
7c61aa7e 1541 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
99fc5e10 1542 2)
7c61aa7e 1543 as_fn_append ac_configure_args1 " '$ac_arg'"
99fc5e10
CF
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
7c61aa7e 1559 as_fn_append ac_configure_args " '$ac_arg'"
99fc5e10
CF
1560 ;;
1561 esac
1562 done
1563done
7c61aa7e
YS
1564{ ac_configure_args0=; unset ac_configure_args0;}
1565{ ac_configure_args1=; unset ac_configure_args1;}
99fc5e10
CF
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.
5f853b3f
CF
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.
99fc5e10
CF
1572trap 'exit_status=$?
1573 # Save into config.log some information that might help in debugging.
1574 {
1575 echo
1576
7c61aa7e 1577 $as_echo "## ---------------- ##
99fc5e10 1578## Cache variables. ##
7c61aa7e 1579## ---------------- ##"
99fc5e10
CF
1580 echo
1581 # The following way of writing the cache mishandles newlines in values,
5f853b3f
CF
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 #(
7c61aa7e
YS
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;} ;;
5f853b3f
CF
1590 esac
1591 case $ac_var in #(
1592 _ | IFS | as_nl) ;; #(
1593 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
7c61aa7e 1594 *) { eval $ac_var=; unset $ac_var;} ;;
5f853b3f
CF
1595 esac ;;
1596 esac
1597 done
99fc5e10 1598 (set) 2>&1 |
5f853b3f
CF
1599 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1600 *${as_nl}ac_space=\ *)
99fc5e10 1601 sed -n \
5f853b3f
CF
1602 "s/'\''/'\''\\\\'\'''\''/g;
1603 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1604 ;; #(
99fc5e10 1605 *)
5f853b3f 1606 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
99fc5e10 1607 ;;
5f853b3f
CF
1608 esac |
1609 sort
1610)
99fc5e10
CF
1611 echo
1612
7c61aa7e 1613 $as_echo "## ----------------- ##
99fc5e10 1614## Output variables. ##
7c61aa7e 1615## ----------------- ##"
99fc5e10
CF
1616 echo
1617 for ac_var in $ac_subst_vars
1618 do
5f853b3f
CF
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'\''"
99fc5e10
CF
1624 done | sort
1625 echo
1626
1627 if test -n "$ac_subst_files"; then
7c61aa7e 1628 $as_echo "## ------------------- ##
5f853b3f 1629## File substitutions. ##
7c61aa7e 1630## ------------------- ##"
99fc5e10
CF
1631 echo
1632 for ac_var in $ac_subst_files
1633 do
5f853b3f
CF
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'\''"
99fc5e10
CF
1639 done | sort
1640 echo
1641 fi
1642
1643 if test -s confdefs.h; then
7c61aa7e 1644 $as_echo "## ----------- ##
99fc5e10 1645## confdefs.h. ##
7c61aa7e 1646## ----------- ##"
99fc5e10 1647 echo
5f853b3f 1648 cat confdefs.h
99fc5e10
CF
1649 echo
1650 fi
1651 test "$ac_signal" != 0 &&
5f853b3f
CF
1652 $as_echo "$as_me: caught signal $ac_signal"
1653 $as_echo "$as_me: exit $exit_status"
99fc5e10 1654 } >&5
5f853b3f
CF
1655 rm -f core *.core core.conftest.* &&
1656 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
99fc5e10 1657 exit $exit_status
5f853b3f 1658' 0
99fc5e10 1659for ac_signal in 1 2 13 15; do
7c61aa7e 1660 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
99fc5e10
CF
1661done
1662ac_signal=0
1663
1664# confdefs.h avoids OS command line length limits that DEFS can exceed.
5f853b3f 1665rm -f -r conftest* confdefs.h
99fc5e10 1666
7c61aa7e
YS
1667$as_echo "/* confdefs.h */" > confdefs.h
1668
99fc5e10
CF
1669# Predefined preprocessor variables.
1670
1671cat >>confdefs.h <<_ACEOF
1672#define PACKAGE_NAME "$PACKAGE_NAME"
1673_ACEOF
1674
99fc5e10
CF
1675cat >>confdefs.h <<_ACEOF
1676#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1677_ACEOF
1fd5e000 1678
99fc5e10
CF
1679cat >>confdefs.h <<_ACEOF
1680#define PACKAGE_VERSION "$PACKAGE_VERSION"
1681_ACEOF
1682
99fc5e10
CF
1683cat >>confdefs.h <<_ACEOF
1684#define PACKAGE_STRING "$PACKAGE_STRING"
1685_ACEOF
1686
99fc5e10
CF
1687cat >>confdefs.h <<_ACEOF
1688#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1689_ACEOF
1690
7c61aa7e
YS
1691cat >>confdefs.h <<_ACEOF
1692#define PACKAGE_URL "$PACKAGE_URL"
1693_ACEOF
1694
99fc5e10
CF
1695
1696# Let the site file select an alternate cache file if it wants to.
5f853b3f
CF
1697# Prefer an explicitly selected file to automatically selected ones.
1698ac_site_file1=NONE
1699ac_site_file2=NONE
1700if test -n "$CONFIG_SITE"; then
7c61aa7e
YS
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
5f853b3f
CF
1707elif test "x$prefix" != xNONE; then
1708 ac_site_file1=$prefix/share/config.site
1709 ac_site_file2=$prefix/etc/config.site
1710else
1711 ac_site_file1=$ac_default_prefix/share/config.site
1712 ac_site_file2=$ac_default_prefix/etc/config.site
1fd5e000 1713fi
5f853b3f
CF
1714for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1715do
1716 test "x$ac_site_file" = xNONE && continue
7c61aa7e
YS
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
5f853b3f 1719$as_echo "$as_me: loading site script $ac_site_file" >&6;}
99fc5e10 1720 sed 's/^/| /' "$ac_site_file" >&5
7c61aa7e
YS
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;}
1724as_fn_error $? "failed to load site script $ac_site_file
18b785b8 1725See \`config.log' for more details" "$LINENO" 5; }
1fd5e000
CF
1726 fi
1727done
1728
1729if test -r "$cache_file"; then
7c61aa7e
YS
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
5f853b3f 1734$as_echo "$as_me: loading cache $cache_file" >&6;}
99fc5e10 1735 case $cache_file in
5f853b3f
CF
1736 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1737 *) . "./$cache_file";;
99fc5e10
CF
1738 esac
1739 fi
1fd5e000 1740else
7c61aa7e 1741 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
5f853b3f 1742$as_echo "$as_me: creating cache $cache_file" >&6;}
99fc5e10 1743 >$cache_file
1fd5e000
CF
1744fi
1745
99fc5e10
CF
1746# Check that the precious variables saved in the cache have kept the same
1747# value.
1748ac_cache_corrupted=false
5f853b3f 1749for ac_var in $ac_precious_vars; do
99fc5e10
CF
1750 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1751 eval ac_new_set=\$ac_env_${ac_var}_set
5f853b3f
CF
1752 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1753 eval ac_new_val=\$ac_env_${ac_var}_value
99fc5e10
CF
1754 case $ac_old_set,$ac_new_set in
1755 set,)
7c61aa7e 1756 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
5f853b3f 1757$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
99fc5e10
CF
1758 ac_cache_corrupted=: ;;
1759 ,set)
7c61aa7e 1760 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
5f853b3f 1761$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
99fc5e10
CF
1762 ac_cache_corrupted=: ;;
1763 ,);;
1764 *)
1765 if test "x$ac_old_val" != "x$ac_new_val"; then
5f853b3f
CF
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
7c61aa7e 1770 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
5f853b3f
CF
1771$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1772 ac_cache_corrupted=:
1773 else
7c61aa7e 1774 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
5f853b3f
CF
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
7c61aa7e 1778 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
5f853b3f 1779$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
7c61aa7e 1780 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
5f853b3f 1781$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
99fc5e10
CF
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
5f853b3f 1787 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
99fc5e10
CF
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.
7c61aa7e 1792 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
99fc5e10 1793 esac
1fd5e000 1794 fi
99fc5e10
CF
1795done
1796if $ac_cache_corrupted; then
7c61aa7e
YS
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
5f853b3f 1800$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
7c61aa7e 1801 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1fd5e000 1802fi
7c61aa7e
YS
1803## -------------------- ##
1804## Main body of script. ##
1805## -------------------- ##
1fd5e000 1806
5f853b3f
CF
1807ac_ext=c
1808ac_cpp='$CPP $CPPFLAGS'
1809ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1810ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1811ac_compiler_gnu=$ac_cv_c_compiler_gnu
92311ab5
CF
1812
1813
1814ac_aux_dir=
5f853b3f
CF
1815for ac_dir in ../.. "$srcdir"/../..; do
1816 if test -f "$ac_dir/install-sh"; then
92311ab5
CF
1817 ac_aux_dir=$ac_dir
1818 ac_install_sh="$ac_aux_dir/install-sh -c"
1819 break
5f853b3f 1820 elif test -f "$ac_dir/install.sh"; then
92311ab5
CF
1821 ac_aux_dir=$ac_dir
1822 ac_install_sh="$ac_aux_dir/install.sh -c"
1823 break
5f853b3f 1824 elif test -f "$ac_dir/shtool"; then
99fc5e10
CF
1825 ac_aux_dir=$ac_dir
1826 ac_install_sh="$ac_aux_dir/shtool install -c"
1827 break
92311ab5
CF
1828 fi
1829done
1830if test -z "$ac_aux_dir"; then
7c61aa7e 1831 as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
92311ab5 1832fi
5f853b3f
CF
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.
1838ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1839ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1840ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1841
92311ab5
CF
1842
1843
18b785b8 1844
4c36016b
CF
1845
1846. ${srcdir}/../configure.cygwin
1847
1848
1849
1850# Check whether --with-windows-headers was given.
1851if 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
1854fi
1855
1856
1857
1858
1859# Check whether --with-windows-libs was given.
1860if 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
1863fi
1864
1865windows_libdir=$(realdirpath "$with_windows_libs")
1866if 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
1871fi
1872
1873
1874
1875
92311ab5 1876# Make sure we can run config.sub.
5f853b3f 1877$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
7c61aa7e 1878 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
99fc5e10 1879
7c61aa7e 1880{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
5f853b3f 1881$as_echo_n "checking build system type... " >&6; }
7c61aa7e 1882if ${ac_cv_build+:} false; then :
5f853b3f
CF
1883 $as_echo_n "(cached) " >&6
1884else
1885 ac_build_alias=$build_alias
1886test "x$ac_build_alias" = x &&
1887 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
1888test "x$ac_build_alias" = x &&
7c61aa7e 1889 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
5f853b3f 1890ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
7c61aa7e 1891 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
92311ab5 1892
99fc5e10 1893fi
7c61aa7e 1894{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
5f853b3f
CF
1895$as_echo "$ac_cv_build" >&6; }
1896case $ac_cv_build in
1897*-*-*) ;;
18b785b8 1898*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
5f853b3f 1899esac
99fc5e10 1900build=$ac_cv_build
5f853b3f
CF
1901ac_save_IFS=$IFS; IFS='-'
1902set x $ac_cv_build
1903shift
1904build_cpu=$1
1905build_vendor=$2
1906shift; shift
1907# Remember, the first character of IFS is used to create $*,
1908# except with old shells:
1909build_os=$*
1910IFS=$ac_save_IFS
1911case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
1912
1913
7c61aa7e 1914{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
5f853b3f 1915$as_echo_n "checking host system type... " >&6; }
7c61aa7e 1916if ${ac_cv_host+:} false; then :
5f853b3f
CF
1917 $as_echo_n "(cached) " >&6
1918else
1919 if test "x$host_alias" = x; then
1920 ac_cv_host=$ac_cv_build
1921else
1922 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
7c61aa7e 1923 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5f853b3f 1924fi
92311ab5 1925
99fc5e10 1926fi
7c61aa7e 1927{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
5f853b3f
CF
1928$as_echo "$ac_cv_host" >&6; }
1929case $ac_cv_host in
1930*-*-*) ;;
18b785b8 1931*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
5f853b3f 1932esac
99fc5e10 1933host=$ac_cv_host
5f853b3f
CF
1934ac_save_IFS=$IFS; IFS='-'
1935set x $ac_cv_host
1936shift
1937host_cpu=$1
1938host_vendor=$2
1939shift; shift
1940# Remember, the first character of IFS is used to create $*,
1941# except with old shells:
1942host_os=$*
1943IFS=$ac_save_IFS
1944case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
1945
1946
7c61aa7e 1947{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
5f853b3f 1948$as_echo_n "checking target system type... " >&6; }
7c61aa7e 1949if ${ac_cv_target+:} false; then :
5f853b3f
CF
1950 $as_echo_n "(cached) " >&6
1951else
1952 if test "x$target_alias" = x; then
1953 ac_cv_target=$ac_cv_host
1954else
1955 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
7c61aa7e 1956 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5f853b3f 1957fi
92311ab5 1958
99fc5e10 1959fi
7c61aa7e 1960{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5f853b3f
CF
1961$as_echo "$ac_cv_target" >&6; }
1962case $ac_cv_target in
1963*-*-*) ;;
18b785b8 1964*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
5f853b3f 1965esac
99fc5e10 1966target=$ac_cv_target
5f853b3f
CF
1967ac_save_IFS=$IFS; IFS='-'
1968set x $ac_cv_target
1969shift
1970target_cpu=$1
1971target_vendor=$2
1972shift; shift
1973# Remember, the first character of IFS is used to create $*,
1974# except with old shells:
1975target_os=$*
1976IFS=$ac_save_IFS
1977case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
92311ab5 1978
92311ab5 1979
99fc5e10
CF
1980# The aliases save the names the user supplied, while $host etc.
1981# will get canonicalized.
1982test -n "$target_alias" &&
92311ab5
CF
1983 test "$program_prefix$program_suffix$program_transform_name" = \
1984 NONENONEs,x,x, &&
1985 program_prefix=${target_alias}-
1986
7c61aa7e 1987
99fc5e10
CF
1988ac_ext=c
1989ac_cpp='$CPP $CPPFLAGS'
1990ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1991ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1992ac_compiler_gnu=$ac_cv_c_compiler_gnu
1993if 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.
1995set dummy ${ac_tool_prefix}gcc; ac_word=$2
7c61aa7e 1996{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5f853b3f 1997$as_echo_n "checking for $ac_word... " >&6; }
7c61aa7e 1998if ${ac_cv_prog_CC+:} false; then :
5f853b3f 1999 $as_echo_n "(cached) " >&6
99fc5e10
CF
2000else
2001 if test -n "$CC"; then
2002 ac_cv_prog_CC="$CC" # Let the user override the test.
2003else
2004as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2005for as_dir in $PATH
2006do
2007 IFS=$as_save_IFS
2008 test -z "$as_dir" && as_dir=.
7c61aa7e 2009 for ac_exec_ext in '' $ac_executable_extensions; do
4c36016b 2010 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
99fc5e10 2011 ac_cv_prog_CC="${ac_tool_prefix}gcc"
7c61aa7e 2012 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
99fc5e10
CF
2013 break 2
2014 fi
2015done
7c61aa7e 2016 done
5f853b3f 2017IFS=$as_save_IFS
99fc5e10
CF
2018
2019fi
2020fi
2021CC=$ac_cv_prog_CC
2022if test -n "$CC"; then
7c61aa7e 2023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
5f853b3f 2024$as_echo "$CC" >&6; }
99fc5e10 2025else
7c61aa7e 2026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5f853b3f 2027$as_echo "no" >&6; }
99fc5e10
CF
2028fi
2029
5f853b3f 2030
99fc5e10
CF
2031fi
2032if 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.
2035set dummy gcc; ac_word=$2
7c61aa7e 2036{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5f853b3f 2037$as_echo_n "checking for $ac_word... " >&6; }
7c61aa7e 2038if ${ac_cv_prog_ac_ct_CC+:} false; then :
5f853b3f 2039 $as_echo_n "(cached) " >&6
99fc5e10
CF
2040else
2041 if test -n "$ac_ct_CC"; then
2042 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2043else
2044as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2045for as_dir in $PATH
2046do
2047 IFS=$as_save_IFS
2048 test -z "$as_dir" && as_dir=.
7c61aa7e 2049 for ac_exec_ext in '' $ac_executable_extensions; do
4c36016b 2050 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
99fc5e10 2051 ac_cv_prog_ac_ct_CC="gcc"
7c61aa7e 2052 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
99fc5e10
CF
2053 break 2
2054 fi
2055done
7c61aa7e 2056 done
5f853b3f 2057IFS=$as_save_IFS
99fc5e10
CF
2058
2059fi
2060fi
2061ac_ct_CC=$ac_cv_prog_ac_ct_CC
2062if test -n "$ac_ct_CC"; then
7c61aa7e 2063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
5f853b3f 2064$as_echo "$ac_ct_CC" >&6; }
99fc5e10 2065else
7c61aa7e 2066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5f853b3f 2067$as_echo "no" >&6; }
99fc5e10
CF
2068fi
2069
5f853b3f
CF
2070 if test "x$ac_ct_CC" = x; then
2071 CC=""
2072 else
2073 case $cross_compiling:$ac_tool_warned in
2074yes:)
7c61aa7e
YS
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;}
5f853b3f
CF
2077ac_tool_warned=yes ;;
2078esac
2079 CC=$ac_ct_CC
2080 fi
99fc5e10
CF
2081else
2082 CC="$ac_cv_prog_CC"
1fd5e000
CF
2083fi
2084
99fc5e10 2085if test -z "$CC"; then
5f853b3f
CF
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.
99fc5e10 2088set dummy ${ac_tool_prefix}cc; ac_word=$2
7c61aa7e 2089{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5f853b3f 2090$as_echo_n "checking for $ac_word... " >&6; }
7c61aa7e 2091if ${ac_cv_prog_CC+:} false; then :
5f853b3f 2092 $as_echo_n "(cached) " >&6
99fc5e10
CF
2093else
2094 if test -n "$CC"; then
2095 ac_cv_prog_CC="$CC" # Let the user override the test.
2096else
2097as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2098for as_dir in $PATH
2099do
2100 IFS=$as_save_IFS
2101 test -z "$as_dir" && as_dir=.
7c61aa7e 2102 for ac_exec_ext in '' $ac_executable_extensions; do
4c36016b 2103 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
99fc5e10 2104 ac_cv_prog_CC="${ac_tool_prefix}cc"
7c61aa7e 2105 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
99fc5e10
CF
2106 break 2
2107 fi
2108done
7c61aa7e 2109 done
5f853b3f 2110IFS=$as_save_IFS
99fc5e10
CF
2111
2112fi
2113fi
2114CC=$ac_cv_prog_CC
2115if test -n "$CC"; then
7c61aa7e 2116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
5f853b3f 2117$as_echo "$CC" >&6; }
99fc5e10 2118else
7c61aa7e 2119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5f853b3f 2120$as_echo "no" >&6; }
99fc5e10
CF
2121fi
2122
99fc5e10 2123
5f853b3f 2124 fi
99fc5e10 2125fi
1fd5e000
CF
2126if test -z "$CC"; then
2127 # Extract the first word of "cc", so it can be a program name with args.
2128set dummy cc; ac_word=$2
7c61aa7e 2129{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5f853b3f 2130$as_echo_n "checking for $ac_word... " >&6; }
7c61aa7e 2131if ${ac_cv_prog_CC+:} false; then :
5f853b3f 2132 $as_echo_n "(cached) " >&6
1fd5e000
CF
2133else
2134 if test -n "$CC"; then
2135 ac_cv_prog_CC="$CC" # Let the user override the test.
2136else
1fd5e000 2137 ac_prog_rejected=no
99fc5e10
CF
2138as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2139for as_dir in $PATH
2140do
2141 IFS=$as_save_IFS
2142 test -z "$as_dir" && as_dir=.
7c61aa7e 2143 for ac_exec_ext in '' $ac_executable_extensions; do
4c36016b 2144 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
99fc5e10
CF
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"
7c61aa7e 2150 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
99fc5e10
CF
2151 break 2
2152 fi
2153done
7c61aa7e 2154 done
5f853b3f 2155IFS=$as_save_IFS
99fc5e10 2156
1fd5e000
CF
2157if 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
99fc5e10 2161 if test $# != 0; then
1fd5e000
CF
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
99fc5e10 2166 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1fd5e000
CF
2167 fi
2168fi
2169fi
2170fi
99fc5e10 2171CC=$ac_cv_prog_CC
1fd5e000 2172if test -n "$CC"; then
7c61aa7e 2173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
5f853b3f 2174$as_echo "$CC" >&6; }
1fd5e000 2175else
7c61aa7e 2176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5f853b3f 2177$as_echo "no" >&6; }
1fd5e000
CF
2178fi
2179
5f853b3f 2180
1fd5e000 2181fi
99fc5e10
CF
2182if test -z "$CC"; then
2183 if test -n "$ac_tool_prefix"; then
5f853b3f 2184 for ac_prog in cl.exe
99fc5e10
CF
2185 do
2186 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2187set dummy $ac_tool_prefix$ac_prog; ac_word=$2
7c61aa7e 2188{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5f853b3f 2189$as_echo_n "checking for $ac_word... " >&6; }
7c61aa7e 2190if ${ac_cv_prog_CC+:} false; then :
5f853b3f 2191 $as_echo_n "(cached) " >&6
99fc5e10
CF
2192else
2193 if test -n "$CC"; then
2194 ac_cv_prog_CC="$CC" # Let the user override the test.
2195else
2196as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2197for as_dir in $PATH
2198do
2199 IFS=$as_save_IFS
2200 test -z "$as_dir" && as_dir=.
7c61aa7e 2201 for ac_exec_ext in '' $ac_executable_extensions; do
4c36016b 2202 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
99fc5e10 2203 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
7c61aa7e 2204 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
99fc5e10
CF
2205 break 2
2206 fi
2207done
7c61aa7e 2208 done
5f853b3f 2209IFS=$as_save_IFS
1fd5e000 2210
99fc5e10
CF
2211fi
2212fi
2213CC=$ac_cv_prog_CC
2214if test -n "$CC"; then
7c61aa7e 2215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
5f853b3f 2216$as_echo "$CC" >&6; }
1fd5e000 2217else
7c61aa7e 2218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5f853b3f 2219$as_echo "no" >&6; }
99fc5e10
CF
2220fi
2221
5f853b3f 2222
99fc5e10
CF
2223 test -n "$CC" && break
2224 done
2225fi
2226if test -z "$CC"; then
2227 ac_ct_CC=$CC
5f853b3f 2228 for ac_prog in cl.exe
99fc5e10
CF
2229do
2230 # Extract the first word of "$ac_prog", so it can be a program name with args.
2231set dummy $ac_prog; ac_word=$2
7c61aa7e 2232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5f853b3f 2233$as_echo_n "checking for $ac_word... " >&6; }
7c61aa7e 2234if ${ac_cv_prog_ac_ct_CC+:} false; then :
5f853b3f 2235 $as_echo_n "(cached) " >&6
1fd5e000 2236else
99fc5e10
CF
2237 if test -n "$ac_ct_CC"; then
2238 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2239else
2240as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2241for as_dir in $PATH
2242do
2243 IFS=$as_save_IFS
2244 test -z "$as_dir" && as_dir=.
7c61aa7e 2245 for ac_exec_ext in '' $ac_executable_extensions; do
4c36016b 2246 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
99fc5e10 2247 ac_cv_prog_ac_ct_CC="$ac_prog"
7c61aa7e 2248 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
99fc5e10
CF
2249 break 2
2250 fi
2251done
7c61aa7e 2252 done
5f853b3f 2253IFS=$as_save_IFS
99fc5e10
CF
2254
2255fi
1fd5e000 2256fi
99fc5e10
CF
2257ac_ct_CC=$ac_cv_prog_ac_ct_CC
2258if test -n "$ac_ct_CC"; then
7c61aa7e 2259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
5f853b3f 2260$as_echo "$ac_ct_CC" >&6; }
99fc5e10 2261else
7c61aa7e 2262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5f853b3f 2263$as_echo "no" >&6; }
1fd5e000
CF
2264fi
2265
5f853b3f 2266
99fc5e10
CF
2267 test -n "$ac_ct_CC" && break
2268done
1fd5e000 2269
5f853b3f
CF
2270 if test "x$ac_ct_CC" = x; then
2271 CC=""
2272 else
2273 case $cross_compiling:$ac_tool_warned in
2274yes:)
7c61aa7e
YS
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;}
5f853b3f
CF
2277ac_tool_warned=yes ;;
2278esac
2279 CC=$ac_ct_CC
2280 fi
99fc5e10
CF
2281fi
2282
2283fi
2284
2285
7c61aa7e
YS
2286test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2287$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2288as_fn_error $? "no acceptable C compiler found in \$PATH
18b785b8 2289See \`config.log' for more details" "$LINENO" 5; }
99fc5e10
CF
2290
2291# Provide some information about the compiler.
7c61aa7e 2292$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
5f853b3f
CF
2293set X $ac_compile
2294ac_compiler=$2
7c61aa7e
YS
2295for ac_option in --version -v -V -qversion; do
2296 { { ac_try="$ac_compiler $ac_option >&5"
5f853b3f
CF
2297case "(($ac_try" in
2298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2299 *) ac_try_echo=$ac_try;;
2300esac
7c61aa7e
YS
2301eval 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
99fc5e10 2304 ac_status=$?
7c61aa7e
YS
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; }
2314done
99fc5e10 2315
7c61aa7e 2316cat confdefs.h - <<_ACEOF >conftest.$ac_ext
99fc5e10
CF
2317/* end confdefs.h. */
2318
18b785b8
CV
2319int
2320main ()
2321{
2322
2323 ;
2324 return 0;
2325}
2326_ACEOF
2327if { { ac_try="$ac_link"
2328case "(($ac_try" in
2329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2330 *) ac_try_echo=$ac_try;;
2331esac
2332eval 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
99fc5e10
CF
2342int
2343main ()
2344{
2345
2346 ;
2347 return 0;
2348}
2349_ACEOF
2350ac_clean_files_save=$ac_clean_files
5f853b3f 2351ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
99fc5e10
CF
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.
7c61aa7e
YS
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; }
5f853b3f
CF
2357ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2358
2359# The possible output files:
2360ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2361
2362ac_rmfiles=
2363for ac_file in $ac_files
2364do
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
2369done
2370rm -f $ac_rmfiles
2371
7c61aa7e 2372if { { ac_try="$ac_link_default"
5f853b3f
CF
2373case "(($ac_try" in
2374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2375 *) ac_try_echo=$ac_try;;
2376esac
7c61aa7e
YS
2377eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2378$as_echo "$ac_try_echo"; } >&5
5f853b3f 2379 (eval "$ac_link_default") 2>&5
99fc5e10 2380 ac_status=$?
7c61aa7e
YS
2381 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2382 test $ac_status = 0; }; then :
5f853b3f
CF
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.
2388for ac_file in $ac_files ''
99fc5e10
CF
2389do
2390 test -f "$ac_file" || continue
2391 case $ac_file in
5f853b3f 2392 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
99fc5e10
CF
2393 ;;
2394 [ab].out )
2395 # We found the default executable, but exeext='' is most
2396 # certainly right.
2397 break;;
2398 *.* )
7c61aa7e 2399 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
5f853b3f
CF
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.
99fc5e10
CF
2408 break;;
2409 * )
2410 break;;
7c61aa7e
YS
2411 esac
2412done
2413test "$ac_cv_exeext" = no && ac_cv_exeext=
2414
2415else
2416 ac_file=''
99fc5e10 2417fi
7c61aa7e
YS
2418if 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
2422sed '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;}
2426as_fn_error 77 "C compiler cannot create executables
18b785b8 2427See \`config.log' for more details" "$LINENO" 5; }
7c61aa7e
YS
2428else
2429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5f853b3f 2430$as_echo "yes" >&6; }
7c61aa7e
YS
2431fi
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; }
2436ac_exeext=$ac_cv_exeext
99fc5e10 2437
5f853b3f 2438rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
99fc5e10 2439ac_clean_files=$ac_clean_files_save
7c61aa7e 2440{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
5f853b3f 2441$as_echo_n "checking for suffix of executables... " >&6; }
7c61aa7e 2442if { { ac_try="$ac_link"
5f853b3f
CF
2443case "(($ac_try" in
2444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2445 *) ac_try_echo=$ac_try;;
2446esac
7c61aa7e
YS
2447eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2448$as_echo "$ac_try_echo"; } >&5
5f853b3f 2449 (eval "$ac_link") 2>&5
99fc5e10 2450 ac_status=$?
7c61aa7e
YS
2451 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2452 test $ac_status = 0; }; then :
99fc5e10
CF
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'.
2457for ac_file in conftest.exe conftest conftest.*; do
2458 test -f "$ac_file" || continue
2459 case $ac_file in
5f853b3f 2460 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
99fc5e10 2461 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
99fc5e10
CF
2462 break;;
2463 * ) break;;
2464 esac
2465done
1fd5e000 2466else
7c61aa7e
YS
2467 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2468$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2469as_fn_error $? "cannot compute suffix of executables: cannot compile and link
18b785b8 2470See \`config.log' for more details" "$LINENO" 5; }
99fc5e10 2471fi
7c61aa7e
YS
2472rm -f conftest conftest$ac_cv_exeext
2473{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
5f853b3f 2474$as_echo "$ac_cv_exeext" >&6; }
99fc5e10
CF
2475
2476rm -f conftest.$ac_ext
2477EXEEXT=$ac_cv_exeext
2478ac_exeext=$EXEEXT
7c61aa7e
YS
2479cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2480/* end confdefs.h. */
2481#include <stdio.h>
2482int
2483main ()
2484{
2485FILE *f = fopen ("conftest.out", "w");
2486 return ferror (f) || fclose (f) != 0;
2487
2488 ;
2489 return 0;
2490}
2491_ACEOF
2492ac_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; }
2497if test "$cross_compiling" != yes; then
2498 { { ac_try="$ac_link"
2499case "(($ac_try" in
2500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2501 *) ac_try_echo=$ac_try;;
2502esac
2503eval 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;;
2513esac
2514eval 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;}
2527as_fn_error $? "cannot run C compiled programs.
2528If you meant to cross compile, use \`--host'.
18b785b8 2529See \`config.log' for more details" "$LINENO" 5; }
7c61aa7e
YS
2530 fi
2531 fi
2532fi
2533{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2534$as_echo "$cross_compiling" >&6; }
2535
2536rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2537ac_clean_files=$ac_clean_files_save
18b785b8
CV
2538
2539else
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; }
2551if test "$cross_compiling" != yes; then
2552 { { ac_try="$ac_link"
2553case "(($ac_try" in
2554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2555 *) ac_try_echo=$ac_try;;
2556esac
2557eval 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;;
2567esac
2568eval 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;}
2581as_fn_error $? "cannot run C compiled programs.
2582If you meant to cross compile, use \`--host'.
2583See \`config.log' for more details" "$LINENO" 5; }
2584 fi
2585 fi
2586fi
2587{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2588$as_echo "$cross_compiling" >&6; }
2589
2590fi
7c61aa7e 2591{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
5f853b3f 2592$as_echo_n "checking for suffix of object files... " >&6; }
7c61aa7e 2593if ${ac_cv_objext+:} false; then :
5f853b3f 2594 $as_echo_n "(cached) " >&6
99fc5e10 2595else
7c61aa7e 2596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
99fc5e10
CF
2597/* end confdefs.h. */
2598
2599int
2600main ()
2601{
2602
2603 ;
2604 return 0;
2605}
2606_ACEOF
2607rm -f conftest.o conftest.obj
7c61aa7e 2608if { { ac_try="$ac_compile"
5f853b3f
CF
2609case "(($ac_try" in
2610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2611 *) ac_try_echo=$ac_try;;
2612esac
7c61aa7e
YS
2613eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2614$as_echo "$ac_try_echo"; } >&5
5f853b3f 2615 (eval "$ac_compile") 2>&5
99fc5e10 2616 ac_status=$?
7c61aa7e
YS
2617 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2618 test $ac_status = 0; }; then :
5f853b3f
CF
2619 for ac_file in conftest.o conftest.obj conftest.*; do
2620 test -f "$ac_file" || continue;
99fc5e10 2621 case $ac_file in
5f853b3f 2622 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
99fc5e10
CF
2623 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2624 break;;
2625 esac
2626done
2627else
5f853b3f 2628 $as_echo "$as_me: failed program was:" >&5
99fc5e10
CF
2629sed 's/^/| /' conftest.$ac_ext >&5
2630
7c61aa7e
YS
2631{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2632$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2633as_fn_error $? "cannot compute suffix of object files: cannot compile
18b785b8 2634See \`config.log' for more details" "$LINENO" 5; }
1fd5e000 2635fi
99fc5e10 2636rm -f conftest.$ac_cv_objext conftest.$ac_ext
1fd5e000 2637fi
7c61aa7e 2638{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
5f853b3f 2639$as_echo "$ac_cv_objext" >&6; }
99fc5e10
CF
2640OBJEXT=$ac_cv_objext
2641ac_objext=$OBJEXT
7c61aa7e 2642{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
5f853b3f 2643$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
7c61aa7e 2644if ${ac_cv_c_compiler_gnu+:} false; then :
5f853b3f 2645 $as_echo_n "(cached) " >&6
99fc5e10 2646else
7c61aa7e 2647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
99fc5e10
CF
2648/* end confdefs.h. */
2649
2650int
2651main ()
2652{
2653#ifndef __GNUC__
2654 choke me
2655#endif
2656
2657 ;
2658 return 0;
2659}
2660_ACEOF
7c61aa7e 2661if ac_fn_c_try_compile "$LINENO"; then :
99fc5e10
CF
2662 ac_compiler_gnu=yes
2663else
7c61aa7e 2664 ac_compiler_gnu=no
99fc5e10 2665fi
5f853b3f 2666rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
99fc5e10
CF
2667ac_cv_c_compiler_gnu=$ac_compiler_gnu
2668
2669fi
7c61aa7e 2670{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
5f853b3f
CF
2671$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2672if test $ac_compiler_gnu = yes; then
2673 GCC=yes
2674else
2675 GCC=
2676fi
99fc5e10
CF
2677ac_test_CFLAGS=${CFLAGS+set}
2678ac_save_CFLAGS=$CFLAGS
7c61aa7e 2679{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
5f853b3f 2680$as_echo_n "checking whether $CC accepts -g... " >&6; }
7c61aa7e 2681if ${ac_cv_prog_cc_g+:} false; then :
5f853b3f 2682 $as_echo_n "(cached) " >&6
99fc5e10 2683else
5f853b3f
CF
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"
7c61aa7e 2688 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
99fc5e10
CF
2689/* end confdefs.h. */
2690
2691int
2692main ()
2693{
2694
2695 ;
2696 return 0;
2697}
2698_ACEOF
7c61aa7e 2699if ac_fn_c_try_compile "$LINENO"; then :
5f853b3f
CF
2700 ac_cv_prog_cc_g=yes
2701else
7c61aa7e
YS
2702 CFLAGS=""
2703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5f853b3f
CF
2704/* end confdefs.h. */
2705
2706int
2707main ()
2708{
2709
2710 ;
2711 return 0;
2712}
2713_ACEOF
7c61aa7e 2714if ac_fn_c_try_compile "$LINENO"; then :
5f853b3f 2715
7c61aa7e
YS
2716else
2717 ac_c_werror_flag=$ac_save_c_werror_flag
5f853b3f 2718 CFLAGS="-g"
7c61aa7e 2719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5f853b3f
CF
2720/* end confdefs.h. */
2721
2722int
2723main ()
2724{
2725
2726 ;
2727 return 0;
2728}
2729_ACEOF
7c61aa7e 2730if ac_fn_c_try_compile "$LINENO"; then :
99fc5e10 2731 ac_cv_prog_cc_g=yes
5f853b3f 2732fi
5f853b3f
CF
2733rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2734fi
5f853b3f 2735rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
99fc5e10 2736fi
5f853b3f
CF
2737rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2738 ac_c_werror_flag=$ac_save_c_werror_flag
99fc5e10 2739fi
7c61aa7e 2740{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
5f853b3f 2741$as_echo "$ac_cv_prog_cc_g" >&6; }
99fc5e10
CF
2742if test "$ac_test_CFLAGS" = set; then
2743 CFLAGS=$ac_save_CFLAGS
2744elif test $ac_cv_prog_cc_g = yes; then
2745 if test "$GCC" = yes; then
1fd5e000
CF
2746 CFLAGS="-g -O2"
2747 else
99fc5e10
CF
2748 CFLAGS="-g"
2749 fi
2750else
2751 if test "$GCC" = yes; then
1fd5e000 2752 CFLAGS="-O2"
99fc5e10
CF
2753 else
2754 CFLAGS=
1fd5e000 2755 fi
99fc5e10 2756fi
7c61aa7e 2757{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
5f853b3f 2758$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
7c61aa7e 2759if ${ac_cv_prog_cc_c89+:} false; then :
5f853b3f 2760 $as_echo_n "(cached) " >&6
1fd5e000 2761else
5f853b3f 2762 ac_cv_prog_cc_c89=no
99fc5e10 2763ac_save_CC=$CC
7c61aa7e 2764cat confdefs.h - <<_ACEOF >conftest.$ac_ext
99fc5e10
CF
2765/* end confdefs.h. */
2766#include <stdarg.h>
2767#include <stdio.h>
4c36016b 2768struct stat;
99fc5e10
CF
2769/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2770struct buf { int x; };
2771FILE * (*rcsopen) (struct buf *, struct stat *, int);
2772static char *e (p, i)
2773 char **p;
2774 int i;
2775{
2776 return p[i];
2777}
2778static 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
5f853b3f 2791 as 'x'. The following induces an error, until -std is added to get
99fc5e10
CF
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
5f853b3f 2794 that's true only with -std. */
99fc5e10
CF
2795int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2796
5f853b3f
CF
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'
2800int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2801
99fc5e10
CF
2802int test (int i, double x);
2803struct s1 {int (*f) (int a);};
2804struct s2 {int (*f) (double a);};
2805int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2806int argc;
2807char **argv;
2808int
2809main ()
2810{
2811return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2812 ;
2813 return 0;
2814}
2815_ACEOF
5f853b3f
CF
2816for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
2817 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
99fc5e10
CF
2818do
2819 CC="$ac_save_CC $ac_arg"
7c61aa7e 2820 if ac_fn_c_try_compile "$LINENO"; then :
5f853b3f 2821 ac_cv_prog_cc_c89=$ac_arg
99fc5e10 2822fi
5f853b3f
CF
2823rm -f core conftest.err conftest.$ac_objext
2824 test "x$ac_cv_prog_cc_c89" != "xno" && break
99fc5e10 2825done
5f853b3f 2826rm -f conftest.$ac_ext
99fc5e10
CF
2827CC=$ac_save_CC
2828
1fd5e000 2829fi
5f853b3f
CF
2830# AC_CACHE_VAL
2831case "x$ac_cv_prog_cc_c89" in
2832 x)
7c61aa7e 2833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5f853b3f
CF
2834$as_echo "none needed" >&6; } ;;
2835 xno)
7c61aa7e 2836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5f853b3f 2837$as_echo "unsupported" >&6; } ;;
99fc5e10 2838 *)
5f853b3f 2839 CC="$CC $ac_cv_prog_cc_c89"
7c61aa7e 2840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5f853b3f 2841$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
99fc5e10 2842esac
7c61aa7e 2843if test "x$ac_cv_prog_cc_c89" != xno; then :
99fc5e10 2844
7c61aa7e 2845fi
99fc5e10 2846
99fc5e10
CF
2847ac_ext=c
2848ac_cpp='$CPP $CPPFLAGS'
2849ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2850ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2851ac_compiler_gnu=$ac_cv_c_compiler_gnu
2852
4c36016b 2853ac_ext=cpp
99fc5e10
CF
2854ac_cpp='$CXXCPP $CPPFLAGS'
2855ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2856ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2857ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5f853b3f
CF
2858if 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
99fc5e10
CF
2864 do
2865 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2866set dummy $ac_tool_prefix$ac_prog; ac_word=$2
7c61aa7e 2867{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5f853b3f 2868$as_echo_n "checking for $ac_word... " >&6; }
7c61aa7e 2869if ${ac_cv_prog_CXX+:} false; then :
5f853b3f 2870 $as_echo_n "(cached) " >&6
99fc5e10
CF
2871else
2872 if test -n "$CXX"; then
2873 ac_cv_prog_CXX="$CXX" # Let the user override the test.
2874else
2875as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2876for as_dir in $PATH
2877do
2878 IFS=$as_save_IFS
2879 test -z "$as_dir" && as_dir=.
7c61aa7e 2880 for ac_exec_ext in '' $ac_executable_extensions; do
4c36016b 2881 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
99fc5e10 2882 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
7c61aa7e 2883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
99fc5e10
CF
2884 break 2
2885 fi
2886done
7c61aa7e 2887 done
5f853b3f 2888IFS=$as_save_IFS
99fc5e10
CF
2889
2890fi
2891fi
2892CXX=$ac_cv_prog_CXX
2893if test -n "$CXX"; then
7c61aa7e 2894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
5f853b3f 2895$as_echo "$CXX" >&6; }
99fc5e10 2896else
7c61aa7e 2897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5f853b3f 2898$as_echo "no" >&6; }
99fc5e10
CF
2899fi
2900
5f853b3f 2901
99fc5e10 2902 test -n "$CXX" && break
92311ab5 2903 done
99fc5e10
CF
2904fi
2905if test -z "$CXX"; then
2906 ac_ct_CXX=$CXX
5f853b3f 2907 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
99fc5e10
CF
2908do
2909 # Extract the first word of "$ac_prog", so it can be a program name with args.
2910set dummy $ac_prog; ac_word=$2
7c61aa7e 2911{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5f853b3f 2912$as_echo_n "checking for $ac_word... " >&6; }
7c61aa7e 2913if ${ac_cv_prog_ac_ct_CXX+:} false; then :
5f853b3f 2914 $as_echo_n "(cached) " >&6
99fc5e10
CF
2915else
2916 if test -n "$ac_ct_CXX"; then
2917 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2918else
2919as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2920for as_dir in $PATH
2921do
2922 IFS=$as_save_IFS
2923 test -z "$as_dir" && as_dir=.
7c61aa7e 2924 for ac_exec_ext in '' $ac_executable_extensions; do
4c36016b 2925 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
99fc5e10 2926 ac_cv_prog_ac_ct_CXX="$ac_prog"
7c61aa7e 2927 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
99fc5e10
CF
2928 break 2
2929 fi
2930done
7c61aa7e 2931 done
5f853b3f 2932IFS=$as_save_IFS
99fc5e10 2933
92311ab5
CF
2934fi
2935fi
99fc5e10
CF
2936ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2937if test -n "$ac_ct_CXX"; then
7c61aa7e 2938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
5f853b3f 2939$as_echo "$ac_ct_CXX" >&6; }
92311ab5 2940else
7c61aa7e 2941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5f853b3f 2942$as_echo "no" >&6; }
1fd5e000
CF
2943fi
2944
5f853b3f 2945
99fc5e10
CF
2946 test -n "$ac_ct_CXX" && break
2947done
1fd5e000 2948
5f853b3f
CF
2949 if test "x$ac_ct_CXX" = x; then
2950 CXX="g++"
2951 else
2952 case $cross_compiling:$ac_tool_warned in
2953yes:)
7c61aa7e
YS
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;}
5f853b3f
CF
2956ac_tool_warned=yes ;;
2957esac
2958 CXX=$ac_ct_CXX
2959 fi
99fc5e10
CF
2960fi
2961
5f853b3f
CF
2962 fi
2963fi
99fc5e10 2964# Provide some information about the compiler.
7c61aa7e 2965$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
5f853b3f
CF
2966set X $ac_compile
2967ac_compiler=$2
7c61aa7e
YS
2968for ac_option in --version -v -V -qversion; do
2969 { { ac_try="$ac_compiler $ac_option >&5"
5f853b3f
CF
2970case "(($ac_try" in
2971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2972 *) ac_try_echo=$ac_try;;
2973esac
7c61aa7e
YS
2974eval 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
99fc5e10 2977 ac_status=$?
7c61aa7e
YS
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; }
2987done
99fc5e10 2988
7c61aa7e 2989{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
5f853b3f 2990$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
7c61aa7e 2991if ${ac_cv_cxx_compiler_gnu+:} false; then :
5f853b3f 2992 $as_echo_n "(cached) " >&6
92311ab5 2993else
7c61aa7e 2994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
99fc5e10
CF
2995/* end confdefs.h. */
2996
2997int
2998main ()
2999{
3000#ifndef __GNUC__
3001 choke me
3002#endif
3003
3004 ;
3005 return 0;
3006}
3007_ACEOF
7c61aa7e 3008if ac_fn_cxx_try_compile "$LINENO"; then :
99fc5e10 3009 ac_compiler_gnu=yes
92311ab5 3010else
7c61aa7e 3011 ac_compiler_gnu=no
92311ab5 3012fi
5f853b3f 3013rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
99fc5e10
CF
3014ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3015
92311ab5 3016fi
7c61aa7e 3017{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
5f853b3f
CF
3018$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3019if test $ac_compiler_gnu = yes; then
3020 GXX=yes
3021else
3022 GXX=
3023fi
99fc5e10
CF
3024ac_test_CXXFLAGS=${CXXFLAGS+set}
3025ac_save_CXXFLAGS=$CXXFLAGS
7c61aa7e 3026{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
5f853b3f 3027$as_echo_n "checking whether $CXX accepts -g... " >&6; }
7c61aa7e 3028if ${ac_cv_prog_cxx_g+:} false; then :
5f853b3f 3029 $as_echo_n "(cached) " >&6
92311ab5 3030else
5f853b3f
CF
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"
7c61aa7e 3035 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
99fc5e10
CF
3036/* end confdefs.h. */
3037
3038int
3039main ()
3040{
3041
3042 ;
3043 return 0;
3044}
3045_ACEOF
7c61aa7e 3046if ac_fn_cxx_try_compile "$LINENO"; then :
99fc5e10 3047 ac_cv_prog_cxx_g=yes
92311ab5 3048else
7c61aa7e
YS
3049 CXXFLAGS=""
3050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
99fc5e10 3051/* end confdefs.h. */
5f853b3f 3052
99fc5e10
CF
3053int
3054main ()
3055{
5f853b3f 3056
99fc5e10
CF
3057 ;
3058 return 0;
3059}
3060_ACEOF
7c61aa7e 3061if ac_fn_cxx_try_compile "$LINENO"; then :
99fc5e10 3062
7c61aa7e
YS
3063else
3064 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5f853b3f 3065 CXXFLAGS="-g"
7c61aa7e 3066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
99fc5e10 3067/* end confdefs.h. */
5f853b3f 3068
99fc5e10
CF
3069int
3070main ()
3071{
5f853b3f 3072
99fc5e10
CF
3073 ;
3074 return 0;
3075}
3076_ACEOF
7c61aa7e 3077if ac_fn_cxx_try_compile "$LINENO"; then :
5f853b3f 3078 ac_cv_prog_cxx_g=yes
99fc5e10 3079fi
5f853b3f
CF
3080rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3081fi
5f853b3f 3082rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
92311ab5 3083fi
5f853b3f
CF
3084rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3085 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3086fi
7c61aa7e 3087{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5f853b3f
CF
3088$as_echo "$ac_cv_prog_cxx_g" >&6; }
3089if test "$ac_test_CXXFLAGS" = set; then
3090 CXXFLAGS=$ac_save_CXXFLAGS
3091elif test $ac_cv_prog_cxx_g = yes; then
7c61aa7e
YS
3092 if test "$GXX" = yes; then
3093 CXXFLAGS="-g -O2"
3094 else
3095 CXXFLAGS="-g"
3096 fi
99fc5e10 3097else
7c61aa7e
YS
3098 if test "$GXX" = yes; then
3099 CXXFLAGS="-O2"
3100 else
3101 CXXFLAGS=
3102 fi
212ed5e0 3103fi
7c61aa7e
YS
3104ac_ext=c
3105ac_cpp='$CPP $CPPFLAGS'
3106ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3107ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3108ac_compiler_gnu=$ac_cv_c_compiler_gnu
5f853b3f 3109
4c36016b
CF
3110
3111
3112addto_CPPFLAGS -nostdinc
3113: ${ac_cv_prog_CXX:=$CXX}
3114: ${ac_cv_prog_CC:=$CC}
3115
3116cygwin_headers=$(realdirpath "$winsup_srcdir/cygwin/include")
3117if test -z "$cygwin_headers"; then
3118 as_fn_error $? "cannot find $winsup_srcdir/cygwin/include directory" "$LINENO" 5
212ed5e0
CF
3119fi
3120
4c36016b
CF
3121newlib_headers=$(realdirpath $winsup_srcdir/../newlib/libc/include)
3122if test -z "$newlib_headers"; then
3123 as_fn_error $? "cannot find newlib source directory: $winsup_srcdir/../newlib/libc/include" "$LINENO" 5
3124fi
3125newlib_headers="$target_builddir/newlib/targ-include $newlib_headers"
3126
3127if 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
3133elif test -d "$winsup_srcdir/w32api/include/windef.h"; then
3134 windows_headers="$winsup_srcdir/w32api/include"
3135else
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
3140fi
3141CC=$ac_cv_prog_CC
3142CXX=$ac_cv_prog_CXX
3143export CC
3144export CXX
3145
3146
3147
7c61aa7e
YS
3148
3149
3150test "$program_prefix" != NONE &&
3151 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3152# Use a double $ so make ignores it.
3153test "$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.
3157ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3158program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
212ed5e0
CF
3159
3160
1fd5e000
CF
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
99fc5e10 3168# AmigaOS /C/install, which installs bootblocks on floppy discs
1fd5e000
CF
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"
99fc5e10 3172# OS/2's system install, which has a completely different semantic
1fd5e000 3173# ./install, which can be erroneously created by make from ./install.sh.
5f853b3f 3174# Reject install programs that cannot install multiple files.
7c61aa7e 3175{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5f853b3f 3176$as_echo_n "checking for a BSD-compatible install... " >&6; }
1fd5e000 3177if test -z "$INSTALL"; then
7c61aa7e 3178if ${ac_cv_path_install+:} false; then :
5f853b3f 3179 $as_echo_n "(cached) " >&6
99fc5e10
CF
3180else
3181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3182for as_dir in $PATH
3183do
3184 IFS=$as_save_IFS
3185 test -z "$as_dir" && as_dir=.
7c61aa7e
YS
3186 # Account for people who put trailing slashes in PATH elements.
3187case $as_dir/ in #((
3188 ./ | .// | /[cC]/* | \
99fc5e10 3189 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
7c61aa7e 3190 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
99fc5e10
CF
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
4c36016b 3198 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1fd5e000 3199 if test $ac_prog = install &&
99fc5e10 3200 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1fd5e000
CF
3201 # AIX install. It has an incompatible calling convention.
3202 :
99fc5e10
CF
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 :
1fd5e000 3207 else
5f853b3f
CF
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
1fd5e000
CF
3220 fi
3221 fi
3222 done
99fc5e10
CF
3223 done
3224 ;;
3225esac
5f853b3f 3226
7c61aa7e 3227 done
5f853b3f 3228IFS=$as_save_IFS
99fc5e10 3229
5f853b3f 3230rm -rf conftest.one conftest.two conftest.dir
1fd5e000
CF
3231
3232fi
3233 if test "${ac_cv_path_install+set}" = set; then
99fc5e10 3234 INSTALL=$ac_cv_path_install
1fd5e000 3235 else
5f853b3f
CF
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
1fd5e000 3238 # break other packages using the cache if that directory is
5f853b3f 3239 # removed, or if the value is a relative name.
99fc5e10 3240 INSTALL=$ac_install_sh
1fd5e000
CF
3241 fi
3242fi
7c61aa7e 3243{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5f853b3f 3244$as_echo "$INSTALL" >&6; }
1fd5e000
CF
3245
3246# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3247# It thinks the first close brace ends the variable substitution.
3248test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3249
99fc5e10 3250test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1fd5e000
CF
3251
3252test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3253
3254
7c61aa7e
YS
3255for ac_prog in ${target_cpu}-w64-mingw32-g++
3256do
3257 # Extract the first word of "$ac_prog", so it can be a program name with args.
3258set 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; }
3261if ${ac_cv_prog_MINGW_CXX+:} false; then :
3262 $as_echo_n "(cached) " >&6
3263else
3264 if test -n "$MINGW_CXX"; then
3265 ac_cv_prog_MINGW_CXX="$MINGW_CXX" # Let the user override the test.
3266else
3267as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3268for as_dir in $PATH
3269do
3270 IFS=$as_save_IFS
3271 test -z "$as_dir" && as_dir=.
3272 for ac_exec_ext in '' $ac_executable_extensions; do
4c36016b 3273 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7c61aa7e
YS
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
3278done
3279 done
3280IFS=$as_save_IFS
3281
3282fi
3283fi
3284MINGW_CXX=$ac_cv_prog_MINGW_CXX
3285if test -n "$MINGW_CXX"; then
3286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGW_CXX" >&5
3287$as_echo "$MINGW_CXX" >&6; }
3288else
3289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3290$as_echo "no" >&6; }
3291fi
3292
3293
3294 test -n "$MINGW_CXX" && break
3295done
3296
4c36016b
CF
3297test -n "$MINGW_CXX" || as_fn_error $? "no acceptable mingw g++ found in \$PATH" "$LINENO" 5
3298
3299
3300
3301configure_args=X
3302for f in $ac_configure_args; do
3303 case "$f" in
3304 *--srcdir*) ;;
3305 *) configure_args="$configure_args $f" ;;
3306 esac
3307done
3308configure_args=$(/usr/bin/expr "$configure_args" : 'X \(.*\)')
7c61aa7e 3309
1fd5e000 3310
5f853b3f
CF
3311ac_config_files="$ac_config_files Makefile"
3312
99fc5e10 3313cat >confcache <<\_ACEOF
1fd5e000
CF
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
99fc5e10
CF
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.
1fd5e000 3319#
99fc5e10
CF
3320# config.status only pays attention to the cache file if you give it
3321# the --recheck option to rerun configure.
1fd5e000 3322#
99fc5e10
CF
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
1fd5e000
CF
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.
5f853b3f 3331# So, we kill variables containing newlines.
1fd5e000
CF
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.
5f853b3f
CF
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 #(
7c61aa7e
YS
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;} ;;
5f853b3f
CF
3342 esac
3343 case $ac_var in #(
3344 _ | IFS | as_nl) ;; #(
3345 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
7c61aa7e 3346 *) { eval $ac_var=; unset $ac_var;} ;;
5f853b3f
CF
3347 esac ;;
3348 esac
3349 done
3350
99fc5e10 3351 (set) 2>&1 |
5f853b3f
CF
3352 case $as_nl`(ac_space=' '; set) 2>&1` in #(
3353 *${as_nl}ac_space=\ *)
7c61aa7e
YS
3354 # `set' does not quote correctly, so add quotes: double-quote
3355 # substitution turns \\\\ into \\, and sed turns \\ into \.
99fc5e10
CF
3356 sed -n \
3357 "s/'/'\\\\''/g;
3358 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5f853b3f 3359 ;; #(
99fc5e10
CF
3360 *)
3361 # `set' quotes correctly as required by POSIX, so do not add quotes.
5f853b3f 3362 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
99fc5e10 3363 ;;
5f853b3f
CF
3364 esac |
3365 sort
3366) |
99fc5e10 3367 sed '
5f853b3f 3368 /^ac_cv_env_/b end
99fc5e10 3369 t clear
5f853b3f 3370 :clear
99fc5e10
CF
3371 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3372 t end
5f853b3f
CF
3373 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3374 :end' >>confcache
3375if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3376 if test -w "$cache_file"; then
7c61aa7e
YS
3377 if test "x$cache_file" != "x/dev/null"; then
3378 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
5f853b3f 3379$as_echo "$as_me: updating cache $cache_file" >&6;}
7c61aa7e
YS
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
1fd5e000 3392 else
7c61aa7e 3393 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
5f853b3f 3394$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
1fd5e000
CF
3395 fi
3396fi
3397rm -f confcache
3398
1fd5e000
CF
3399test "x$prefix" = xNONE && prefix=$ac_default_prefix
3400# Let make expand exec_prefix.
3401test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3402
1fd5e000
CF
3403# Transform confdefs.h into DEFS.
3404# Protect against shell expansion while executing Makefile rules.
3405# Protect against Makefile macro expansion.
99fc5e10
CF
3406#
3407# If the first sed substitution is executed (which looks for macros that
5f853b3f 3408# take arguments), then branch to the quote section. Otherwise,
99fc5e10 3409# look for a macro that doesn't take arguments.
5f853b3f
CF
3410ac_script='
3411:mline
3412/\\$/{
3413 N
3414 s,\\\n,,
3415 b mline
3416}
99fc5e10 3417t clear
5f853b3f
CF
3418:clear
3419s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
99fc5e10 3420t quote
5f853b3f 3421s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
99fc5e10 3422t quote
5f853b3f
CF
3423b any
3424:quote
3425s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
3426s/\[/\\&/g
3427s/\]/\\&/g
3428s/\$/$$/g
3429H
3430:any
3431${
3432 g
3433 s/^\n//
3434 s/\n/ /g
3435 p
3436}
3437'
3438DEFS=`sed -n "$ac_script" confdefs.h`
99fc5e10
CF
3439
3440
3441ac_libobjs=
3442ac_ltlibobjs=
7c61aa7e 3443U=
99fc5e10
CF
3444for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
3445 # 1. Remove the extension, and $U if already installed.
5f853b3f
CF
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.
7c61aa7e
YS
3450 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
3451 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
99fc5e10
CF
3452done
3453LIBOBJS=$ac_libobjs
1fd5e000 3454
99fc5e10
CF
3455LTLIBOBJS=$ac_ltlibobjs
3456
3457
3458
7c61aa7e 3459: "${CONFIG_STATUS=./config.status}"
5f853b3f 3460ac_write_fail=0
99fc5e10
CF
3461ac_clean_files_save=$ac_clean_files
3462ac_clean_files="$ac_clean_files $CONFIG_STATUS"
7c61aa7e 3463{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
5f853b3f 3464$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
7c61aa7e
YS
3465as_write_fail=0
3466cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
99fc5e10
CF
3467#! $SHELL
3468# Generated by $as_me.
1fd5e000 3469# Run this file to recreate the current configuration.
1fd5e000 3470# Compiler output produced by configure, useful for debugging
99fc5e10
CF
3471# configure, is in config.log if it exists.
3472
3473debug=false
3474ac_cs_recheck=false
3475ac_cs_silent=false
99fc5e10 3476
7c61aa7e
YS
3477SHELL=\${CONFIG_SHELL-$SHELL}
3478export SHELL
3479_ASEOF
3480cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
3481## -------------------- ##
3482## M4sh Initialization. ##
3483## -------------------- ##
99fc5e10 3484
5f853b3f
CF
3485# Be more Bourne compatible
3486DUALCASE=1; export DUALCASE # for MKS sh
7c61aa7e 3487if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
99fc5e10
CF
3488 emulate sh
3489 NULLCMD=:
5f853b3f 3490 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
99fc5e10
CF
3491 # is contrary to our usage. Disable this feature.
3492 alias -g '${1+"$@"}'='"$@"'
5f853b3f
CF
3493 setopt NO_GLOB_SUBST
3494else
7c61aa7e
YS
3495 case `(set -o) 2>/dev/null` in #(
3496 *posix*) :
3497 set -o posix ;; #(
3498 *) :
3499 ;;
5f853b3f 3500esac
5f853b3f
CF
3501fi
3502
3503
5f853b3f
CF
3504as_nl='
3505'
3506export as_nl
3507# Printing a long string crashes Solaris 7 /usr/bin/printf.
3508as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3509as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
3510as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
7c61aa7e
YS
3511# Prefer a ksh shell builtin over an external printf program on Solaris,
3512# but without wasting forks for bash or zsh.
3513if 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 --'
3517elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
5f853b3f
CF
3518 as_echo='printf %s\n'
3519 as_echo_n='printf %s'
3520else
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;
7c61aa7e 3528 case $arg in #(
5f853b3f
CF
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'
3540fi
3541
3542# The user is always right.
3543if 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 }
99fc5e10 3549fi
1fd5e000 3550
99fc5e10 3551
5f853b3f
CF
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.)
3557IFS=" "" $as_nl"
3558
3559# Find who we are. Look in the path if we contain no directory separator.
7c61aa7e
YS
3560as_myself=
3561case $0 in #((
5f853b3f
CF
3562 *[\\/]* ) as_myself=$0 ;;
3563 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3564for as_dir in $PATH
3565do
3566 IFS=$as_save_IFS
3567 test -z "$as_dir" && as_dir=.
7c61aa7e
YS
3568 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3569 done
5f853b3f
CF
3570IFS=$as_save_IFS
3571
3572 ;;
3573esac
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.
3576if test "x$as_myself" = x; then
3577 as_myself=$0
3578fi
3579if test ! -f "$as_myself"; then
3580 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
7c61aa7e 3581 exit 1
5f853b3f
CF
3582fi
3583
7c61aa7e
YS
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.
3588for as_var in BASH_ENV ENV MAIL MAILPATH
3589do eval test x\${$as_var+set} = xset \
3590 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
5f853b3f 3591done
99fc5e10
CF
3592PS1='$ '
3593PS2='> '
3594PS4='+ '
3595
3596# NLS nuisances.
5f853b3f
CF
3597LC_ALL=C
3598export LC_ALL
3599LANGUAGE=C
3600export LANGUAGE
1fd5e000 3601
7c61aa7e
YS
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.
3611as_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.
3626as_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.
3634as_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.
3644as_fn_unset ()
3645{
3646 { eval $1=; unset $1;}
3647}
3648as_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.
3655if (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 }'
3660else
3661 as_fn_append ()
3662 {
3663 eval $1=\$$1\$2
3664 }
3665fi # 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.
3672if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
3673 eval 'as_fn_arith ()
3674 {
3675 as_val=$(( $* ))
3676 }'
3677else
3678 as_fn_arith ()
3679 {
3680 as_val=`expr "$@" || test $? -eq 1`
3681 }
3682fi # as_fn_arith
3683
3684
5f853b3f
CF
3685if expr a : '\(a\)' >/dev/null 2>&1 &&
3686 test "X`expr 00001 : '.*\(...\)'`" = X001; then
99fc5e10
CF
3687 as_expr=expr
3688else
3689 as_expr=false
3690fi
1fd5e000 3691
5f853b3f 3692if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
99fc5e10
CF
3693 as_basename=basename
3694else
3695 as_basename=false
3696fi
1fd5e000 3697
7c61aa7e
YS
3698if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
3699 as_dirname=dirname
3700else
3701 as_dirname=false
3702fi
1fd5e000 3703
5f853b3f 3704as_me=`$as_basename -- "$0" ||
99fc5e10
CF
3705$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3706 X"$0" : 'X\(//\)$' \| \
5f853b3f
CF
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'`
99fc5e10 3722
7c61aa7e
YS
3723# Avoid depending upon Character Ranges.
3724as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3725as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3726as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3727as_cr_digits='0123456789'
3728as_cr_alnum=$as_cr_Letters$as_cr_digits
99fc5e10 3729
5f853b3f 3730ECHO_C= ECHO_N= ECHO_T=
7c61aa7e 3731case `echo -n x` in #(((((
5f853b3f 3732-n*)
7c61aa7e 3733 case `echo 'xy\c'` in
5f853b3f 3734 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
7c61aa7e
YS
3735 xy) ECHO_C='\c';;
3736 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
3737 ECHO_T=' ';;
5f853b3f
CF
3738 esac;;
3739*)
3740 ECHO_N='-n';;
3741esac
99fc5e10
CF
3742
3743rm -f conf$$ conf$$.exe conf$$.file
5f853b3f
CF
3744if test -d conf$$.dir; then
3745 rm -f conf$$.dir/conf$$.file
3746else
3747 rm -f conf$$.dir
3748 mkdir conf$$.dir 2>/dev/null
3749fi
3750if (echo >conf$$.file) 2>/dev/null; then
3751 if ln -s conf$$.file conf$$ 2>/dev/null; then
99fc5e10 3752 as_ln_s='ln -s'
5f853b3f
CF
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.
4c36016b 3756 # In both cases, we have to default to `cp -pR'.
5f853b3f 3757 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
4c36016b 3758 as_ln_s='cp -pR'
5f853b3f
CF
3759 elif ln conf$$.file conf$$ 2>/dev/null; then
3760 as_ln_s=ln
3761 else
4c36016b 3762 as_ln_s='cp -pR'
1fd5e000 3763 fi
99fc5e10 3764else
4c36016b 3765 as_ln_s='cp -pR'
99fc5e10 3766fi
5f853b3f
CF
3767rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3768rmdir conf$$.dir 2>/dev/null
99fc5e10 3769
7c61aa7e
YS
3770
3771# as_fn_mkdir_p
3772# -------------
3773# Create "$as_dir" as a directory, including parents if necessary.
3774as_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
99fc5e10 3818if mkdir -p . 2>/dev/null; then
7c61aa7e 3819 as_mkdir_p='mkdir -p "$as_dir"'
99fc5e10
CF
3820else
3821 test -d ./-p && rmdir ./-p
3822 as_mkdir_p=false
3823fi
3824
4c36016b
CF
3825
3826# as_fn_executable_p FILE
3827# -----------------------
3828# Test if FILE is an executable regular file.
3829as_fn_executable_p ()
3830{
3831 test -f "$1" && test -x "$1"
3832} # as_fn_executable_p
3833as_test_x='test -x'
3834as_executable_p=as_fn_executable_p
99fc5e10
CF
3835
3836# Sed expression to map a string onto a valid CPP name.
3837as_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.
3840as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3841
3842
99fc5e10 3843exec 6>&1
7c61aa7e
YS
3844## ----------------------------------- ##
3845## Main body of $CONFIG_STATUS script. ##
3846## ----------------------------------- ##
3847_ASEOF
3848test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
99fc5e10 3849
7c61aa7e
YS
3850cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3851# Save the log message, to keep $0 and so on meaningful, and to
99fc5e10 3852# report actual input values of CONFIG_FILES etc. instead of their
5f853b3f
CF
3853# values after options handling.
3854ac_log="
99fc5e10 3855This file was extended by $as_me, which was
4c36016b 3856generated by GNU Autoconf 2.69. Invocation command line was
99fc5e10
CF
3857
3858 CONFIG_FILES = $CONFIG_FILES
3859 CONFIG_HEADERS = $CONFIG_HEADERS
3860 CONFIG_LINKS = $CONFIG_LINKS
3861 CONFIG_COMMANDS = $CONFIG_COMMANDS
3862 $ $0 $@
3863
5f853b3f
CF
3864on `(hostname || uname -n) 2>/dev/null | sed 1q`
3865"
3866
99fc5e10
CF
3867_ACEOF
3868
7c61aa7e
YS
3869case $ac_config_files in *"
3870"*) set x $ac_config_files; shift; ac_config_files=$*;;
3871esac
3872
3873
3874
5f853b3f 3875cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
99fc5e10 3876# Files that config.status was made for.
5f853b3f 3877config_files="$ac_config_files"
99fc5e10 3878
5f853b3f 3879_ACEOF
99fc5e10 3880
5f853b3f 3881cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
99fc5e10 3882ac_cs_usage="\
7c61aa7e
YS
3883\`$as_me' instantiates files and other configuration actions
3884from templates according to the current configuration. Unless the files
3885and actions are specified as TAGs, all are instantiated by default.
99fc5e10 3886
7c61aa7e 3887Usage: $0 [OPTION]... [TAG]...
99fc5e10
CF
3888
3889 -h, --help print this help, then exit
5f853b3f 3890 -V, --version print version number and configuration settings, then exit
7c61aa7e
YS
3891 --config print configuration, then exit
3892 -q, --quiet, --silent
3893 do not print progress messages
99fc5e10
CF
3894 -d, --debug don't remove temporary files
3895 --recheck update $as_me by reconfiguring in the same conditions
7c61aa7e 3896 --file=FILE[:TEMPLATE]
5f853b3f 3897 instantiate the configuration file FILE
99fc5e10
CF
3898
3899Configuration files:
3900$config_files
3901
7c61aa7e 3902Report bugs to the package provider."
99fc5e10 3903
5f853b3f
CF
3904_ACEOF
3905cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7c61aa7e 3906ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
99fc5e10
CF
3907ac_cs_version="\\
3908config.status
4c36016b 3909configured by $0, generated by GNU Autoconf 2.69,
7c61aa7e 3910 with options \\"\$ac_cs_config\\"
99fc5e10 3911
4c36016b 3912Copyright (C) 2012 Free Software Foundation, Inc.
99fc5e10
CF
3913This config.status script is free software; the Free Software Foundation
3914gives unlimited permission to copy, distribute and modify it."
5f853b3f
CF
3915
3916ac_pwd='$ac_pwd'
3917srcdir='$srcdir'
3918INSTALL='$INSTALL'
3919test -n "\$AWK" || AWK=awk
99fc5e10
CF
3920_ACEOF
3921
5f853b3f
CF
3922cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3923# The default lists apply if the user does not specify any file.
99fc5e10
CF
3924ac_need_defaults=:
3925while test $# != 0
3926do
3927 case $1 in
7c61aa7e 3928 --*=?*)
5f853b3f
CF
3929 ac_option=`expr "X$1" : 'X\([^=]*\)='`
3930 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
99fc5e10
CF
3931 ac_shift=:
3932 ;;
7c61aa7e
YS
3933 --*=)
3934 ac_option=`expr "X$1" : 'X\([^=]*\)='`
3935 ac_optarg=
3936 ac_shift=:
3937 ;;
5f853b3f 3938 *)
99fc5e10
CF
3939 ac_option=$1
3940 ac_optarg=$2
3941 ac_shift=shift
3942 ;;
99fc5e10
CF
3943 esac
3944
3945 case $ac_option in
3946 # Handling of the options.
99fc5e10
CF
3947 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3948 ac_cs_recheck=: ;;
5f853b3f
CF
3949 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3950 $as_echo "$ac_cs_version"; exit ;;
7c61aa7e
YS
3951 --config | --confi | --conf | --con | --co | --c )
3952 $as_echo "$ac_cs_config"; exit ;;
5f853b3f 3953 --debug | --debu | --deb | --de | --d | -d )
99fc5e10
CF
3954 debug=: ;;
3955 --file | --fil | --fi | --f )
3956 $ac_shift
5f853b3f
CF
3957 case $ac_optarg in
3958 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
7c61aa7e 3959 '') as_fn_error $? "missing file argument" ;;
5f853b3f 3960 esac
7c61aa7e 3961 as_fn_append CONFIG_FILES " '$ac_optarg'"
99fc5e10 3962 ac_need_defaults=false;;
5f853b3f
CF
3963 --he | --h | --help | --hel | -h )
3964 $as_echo "$ac_cs_usage"; exit ;;
99fc5e10
CF
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.
7c61aa7e
YS
3970 -*) as_fn_error $? "unrecognized option: \`$1'
3971Try \`$0 --help' for more information." ;;
99fc5e10 3972
7c61aa7e 3973 *) as_fn_append ac_config_targets " $1"
5f853b3f 3974 ac_need_defaults=false ;;
99fc5e10
CF
3975
3976 esac
3977 shift
1fd5e000 3978done
99fc5e10
CF
3979
3980ac_configure_extra_args=
3981
3982if $ac_cs_silent; then
3983 exec 6>/dev/null
3984 ac_configure_extra_args="$ac_configure_extra_args --silent"
3985fi
3986
3987_ACEOF
5f853b3f 3988cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
99fc5e10 3989if \$ac_cs_recheck; then
4c36016b 3990 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5f853b3f
CF
3991 shift
3992 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
3993 CONFIG_SHELL='$SHELL'
3994 export CONFIG_SHELL
3995 exec "\$@"
1fd5e000 3996fi
1fd5e000 3997
99fc5e10 3998_ACEOF
5f853b3f
CF
3999cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4000exec 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
1fd5e000 4008
5f853b3f
CF
4009_ACEOF
4010cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4011_ACEOF
99fc5e10 4012
5f853b3f 4013cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
99fc5e10 4014
5f853b3f 4015# Handling of arguments.
99fc5e10
CF
4016for ac_config_target in $ac_config_targets
4017do
5f853b3f
CF
4018 case $ac_config_target in
4019 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
4020
18b785b8 4021 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
1fd5e000 4022 esac
99fc5e10 4023done
1fd5e000 4024
5f853b3f 4025
99fc5e10
CF
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.
4030if $ac_need_defaults; then
4031 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
4032fi
1fd5e000 4033
99fc5e10 4034# Have a temporary directory for convenience. Make it in the build tree
5f853b3f 4035# simply because there is no reason against having it here, and in addition,
99fc5e10 4036# creating and moving files from /tmp can sometimes cause problems.
5f853b3f
CF
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'.
99fc5e10
CF
4040$debug ||
4041{
7c61aa7e 4042 tmp= ac_tmp=
5f853b3f 4043 trap 'exit_status=$?
7c61aa7e
YS
4044 : "${ac_tmp:=$tmp}"
4045 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
5f853b3f 4046' 0
7c61aa7e 4047 trap 'as_fn_exit 1' 1 2 13 15
99fc5e10 4048}
99fc5e10
CF
4049# Create a (secure) tmp directory for tmp files.
4050
4051{
5f853b3f 4052 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
7c61aa7e 4053 test -d "$tmp"
99fc5e10
CF
4054} ||
4055{
5f853b3f
CF
4056 tmp=./conf$$-$RANDOM
4057 (umask 077 && mkdir "$tmp")
7c61aa7e
YS
4058} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
4059ac_tmp=$tmp
99fc5e10 4060
5f853b3f
CF
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'.
4064if test -n "$CONFIG_FILES"; then
4065
4066
7c61aa7e
YS
4067ac_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.
4071if test "x$ac_cr" = x; then
4072 eval ac_cr=\$\'\\r\'
4073fi
5f853b3f
CF
4074ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
4075if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
4076 ac_cs_awk_cr='\\r'
4077else
4078 ac_cs_awk_cr=$ac_cr
4079fi
4080
7c61aa7e 4081echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
99fc5e10
CF
4082_ACEOF
4083
99fc5e10 4084
5f853b3f
CF
4085{
4086 echo "cat >conf$$subs.awk <<_ACEOF" &&
4087 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
4088 echo "_ACEOF"
4089} >conf$$subs.sh ||
7c61aa7e
YS
4090 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4091ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
5f853b3f
CF
4092ac_delim='%!_!# '
4093for ac_last_try in false false false false false :; do
4094 . ./conf$$subs.sh ||
7c61aa7e 4095 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5f853b3f 4096
7c61aa7e
YS
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
5f853b3f
CF
4099 break
4100 elif $ac_last_try; then
7c61aa7e 4101 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5f853b3f
CF
4102 else
4103 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
4104 fi
4105done
4106rm -f conf$$subs.sh
99fc5e10 4107
5f853b3f 4108cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7c61aa7e 4109cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
5f853b3f
CF
4110_ACEOF
4111sed -n '
4112h
4113s/^/S["/; s/!.*/"]=/
4114p
4115g
4116s/^[^!]*!//
4117:repl
4118t repl
4119s/'"$ac_delim"'$//
4120t delim
4121:nl
4122h
7c61aa7e 4123s/\(.\{148\}\)..*/\1/
5f853b3f
CF
4124t more1
4125s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
4126p
4127n
4128b repl
4129:more1
4130s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4131p
4132g
4133s/.\{148\}//
4134t nl
4135:delim
4136h
7c61aa7e 4137s/\(.\{148\}\)..*/\1/
5f853b3f
CF
4138t more2
4139s/["\\]/\\&/g; s/^/"/; s/$/"/
4140p
4141b
4142:more2
4143s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4144p
4145g
4146s/.\{148\}//
4147t delim
4148' <conf$$subs.awk | sed '
4149/^[^""]/{
4150 N
4151 s/\n//
4152}
4153' >>$CONFIG_STATUS || ac_write_fail=1
4154rm -f conf$$subs.awk
4155cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4156_ACAWK
7c61aa7e 4157cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
5f853b3f
CF
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}
99fc5e10 4181
5f853b3f
CF
4182_ACAWK
4183_ACEOF
4184cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4185if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
4186 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
4187else
4188 cat
7c61aa7e
YS
4189fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
4190 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
99fc5e10
CF
4191_ACEOF
4192
7c61aa7e
YS
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
5f853b3f
CF
4195# trailing colons and then remove the whole line if VPATH becomes empty
4196# (actually we leave an empty line to preserve line numbers).
4197if test "x$srcdir" = x.; then
7c61aa7e
YS
4198 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
4199h
4200s///
4201s/^/:/
4202s/[ ]*$/:/
4203s/:\$(srcdir):/:/g
4204s/:\${srcdir}:/:/g
4205s/:@srcdir@:/:/g
4206s/^:*//
5f853b3f 4207s/:*$//
7c61aa7e
YS
4208x
4209s/\(=[ ]*\).*/\1/
4210G
4211s/\n//
5f853b3f
CF
4212s/^[^=]*=[ ]*$//
4213}'
4214fi
4215
4216cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
99fc5e10 4217fi # test -n "$CONFIG_FILES"
1fd5e000 4218
5f853b3f
CF
4219
4220eval set X " :F $CONFIG_FILES "
4221shift
4222for ac_tag
4223do
4224 case $ac_tag in
4225 :[FHLC]) ac_mode=$ac_tag; continue;;
4226 esac
4227 case $ac_mode$ac_tag in
4228 :[FHL]*:*);;
18b785b8 4229 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
5f853b3f
CF
4230 :[FH]-) ac_tag=-:-;;
4231 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1fd5e000 4232 esac
5f853b3f
CF
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
7c61aa7e 4248 -) ac_f="$ac_tmp/stdin";;
5f853b3f
CF
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 ||
18b785b8 4257 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
5f853b3f
CF
4258 esac
4259 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
7c61aa7e 4260 as_fn_append ac_file_inputs " '$ac_f'"
5f853b3f 4261 done
1fd5e000 4262
5f853b3f
CF
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"
7c61aa7e 4271 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
5f853b3f
CF
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
7c61aa7e 4283 *:-:* | *:-) cat >"$ac_tmp/stdin" \
18b785b8 4284 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
5f853b3f
CF
4285 esac
4286 ;;
4287 esac
4288
4289 ac_dir=`$as_dirname -- "$ac_file" ||
99fc5e10
CF
4290$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4291 X"$ac_file" : 'X\(//\)[^/]' \| \
4292 X"$ac_file" : 'X\(//\)$' \| \
5f853b3f
CF
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'`
7c61aa7e 4312 as_dir="$ac_dir"; as_fn_mkdir_p
99fc5e10
CF
4313 ac_builddir=.
4314
5f853b3f
CF
4315case "$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 ;;
4325esac
4326ac_abs_top_builddir=$ac_pwd
4327ac_abs_builddir=$ac_pwd$ac_dir_suffix
4328# for backward compatibility:
4329ac_top_builddir=$ac_top_build_prefix
99fc5e10
CF
4330
4331case $srcdir in
5f853b3f 4332 .) # We are building in place.
99fc5e10 4333 ac_srcdir=.
5f853b3f
CF
4334 ac_top_srcdir=$ac_top_builddir_sub
4335 ac_abs_top_srcdir=$ac_pwd ;;
4336 [\\/]* | ?:[\\/]* ) # Absolute name.
99fc5e10 4337 ac_srcdir=$srcdir$ac_dir_suffix;
5f853b3f
CF
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 ;;
99fc5e10 4344esac
5f853b3f 4345ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
99fc5e10 4346
99fc5e10 4347
5f853b3f
CF
4348 case $ac_mode in
4349 :F)
4350 #
4351 # CONFIG_FILE
4352 #
1fd5e000 4353
99fc5e10
CF
4354 case $INSTALL in
4355 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
5f853b3f 4356 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1fd5e000 4357 esac
5f853b3f 4358_ACEOF
1fd5e000 4359
5f853b3f
CF
4360cat >>$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.
4363ac_datarootdir_hack=; ac_datarootdir_seen=
5f853b3f
CF
4364ac_sed_dataroot='
4365/datarootdir/ {
4366 p
4367 q
4368}
4369/@datadir@/p
4370/@docdir@/p
4371/@infodir@/p
4372/@localedir@/p
7c61aa7e 4373/@mandir@/p'
5f853b3f
CF
4374case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
4375*datarootdir*) ac_datarootdir_seen=yes;;
4376*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
7c61aa7e 4377 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
5f853b3f 4378$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
99fc5e10 4379_ACEOF
5f853b3f
CF
4380cat >>$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
7c61aa7e 4387 s&\\\${datarootdir}&$datarootdir&g' ;;
5f853b3f
CF
4388esac
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?
4394cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4395ac_sed_extra="$ac_vpsub
99fc5e10
CF
4396$extrasub
4397_ACEOF
5f853b3f 4398cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
99fc5e10
CF
4399:t
4400/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5f853b3f
CF
4401s|@configure_input@|$ac_sed_conf_input|;t t
4402s&@top_builddir@&$ac_top_builddir_sub&;t t
4403s&@top_build_prefix@&$ac_top_build_prefix&;t t
4404s&@srcdir@&$ac_srcdir&;t t
4405s&@abs_srcdir@&$ac_abs_srcdir&;t t
4406s&@top_srcdir@&$ac_top_srcdir&;t t
4407s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
4408s&@builddir@&$ac_builddir&;t t
4409s&@abs_builddir@&$ac_abs_builddir&;t t
4410s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
4411s&@INSTALL@&$ac_INSTALL&;t t
4412$ac_datarootdir_hack
4413"
7c61aa7e
YS
4414eval 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
5f853b3f
CF
4416
4417test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
7c61aa7e
YS
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'
4422which seems to be undefined. Please make sure it is defined" >&5
5f853b3f 4423$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
7c61aa7e 4424which seems to be undefined. Please make sure it is defined" >&2;}
5f853b3f 4425
7c61aa7e 4426 rm -f "$ac_tmp/stdin"
5f853b3f 4427 case $ac_file in
7c61aa7e
YS
4428 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
4429 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
5f853b3f 4430 esac \
7c61aa7e 4431 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5f853b3f
CF
4432 ;;
4433
1fd5e000 4434
1fd5e000 4435
5f853b3f
CF
4436 esac
4437
4438done # for ac_tag
4439
1fd5e000 4440
7c61aa7e 4441as_fn_exit 0
99fc5e10 4442_ACEOF
99fc5e10
CF
4443ac_clean_files=$ac_clean_files_save
4444
5f853b3f 4445test $ac_write_fail = 0 ||
7c61aa7e 4446 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
5f853b3f 4447
99fc5e10
CF
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.
4457if 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.
7c61aa7e 4467 $ac_cs_success || as_fn_exit 1
99fc5e10 4468fi
5f853b3f 4469if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
7c61aa7e
YS
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;}
5f853b3f 4472fi
1fd5e000 4473
This page took 0.704586 seconds and 5 git commands to generate.