blob: 39663caab8c5abb20d8e2d9fff95f974b4ff0885 [file] [log] [blame]
Skyler Grey3919fc32023-02-26 13:06:50 +00001#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.71 for run_keepass 0.1.
4#
5# Report bugs to <skyler3665@gmail.com>.
6#
7#
8# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
9# Inc.
10#
11#
12# This configure script is free software; the Free Software Foundation
13# gives unlimited permission to copy, distribute and modify it.
14## -------------------- ##
15## M4sh Initialization. ##
16## -------------------- ##
17
18# Be more Bourne compatible
19DUALCASE=1; export DUALCASE # for MKS sh
20as_nop=:
21if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
22then :
23 emulate sh
24 NULLCMD=:
25 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
26 # is contrary to our usage. Disable this feature.
27 alias -g '${1+"$@"}'='"$@"'
28 setopt NO_GLOB_SUBST
29else $as_nop
30 case `(set -o) 2>/dev/null` in #(
31 *posix*) :
32 set -o posix ;; #(
33 *) :
34 ;;
35esac
36fi
37
38
39
40# Reset variables that may have inherited troublesome values from
41# the environment.
42
43# IFS needs to be set, to space, tab, and newline, in precisely that order.
44# (If _AS_PATH_WALK were called with IFS unset, it would have the
45# side effect of setting IFS to empty, thus disabling word splitting.)
46# Quoting is to prevent editors from complaining about space-tab.
47as_nl='
48'
49export as_nl
50IFS=" "" $as_nl"
51
52PS1='$ '
53PS2='> '
54PS4='+ '
55
56# Ensure predictable behavior from utilities with locale-dependent output.
57LC_ALL=C
58export LC_ALL
59LANGUAGE=C
60export LANGUAGE
61
62# We cannot yet rely on "unset" to work, but we need these variables
63# to be unset--not just set to an empty or harmless value--now, to
64# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
65# also avoids known problems related to "unset" and subshell syntax
66# in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
67for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
68do eval test \${$as_var+y} \
69 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
70done
71
72# Ensure that fds 0, 1, and 2 are open.
73if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
74if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
75if (exec 3>&2) ; then :; else exec 2>/dev/null; fi
76
77# The user is always right.
78if ${PATH_SEPARATOR+false} :; then
79 PATH_SEPARATOR=:
80 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
81 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
82 PATH_SEPARATOR=';'
83 }
84fi
85
86
87# Find who we are. Look in the path if we contain no directory separator.
88as_myself=
89case $0 in #((
90 *[\\/]* ) as_myself=$0 ;;
91 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
92for as_dir in $PATH
93do
94 IFS=$as_save_IFS
95 case $as_dir in #(((
96 '') as_dir=./ ;;
97 */) ;;
98 *) as_dir=$as_dir/ ;;
99 esac
100 test -r "$as_dir$0" && as_myself=$as_dir$0 && break
101 done
102IFS=$as_save_IFS
103
104 ;;
105esac
106# We did not find ourselves, most probably we were run as `sh COMMAND'
107# in which case we are not to be found in the path.
108if test "x$as_myself" = x; then
109 as_myself=$0
110fi
111if test ! -f "$as_myself"; then
112 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 exit 1
114fi
115
116
117# Use a proper internal environment variable to ensure we don't fall
118 # into an infinite loop, continuously re-executing ourselves.
119 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
120 _as_can_reexec=no; export _as_can_reexec;
121 # We cannot yet assume a decent shell, so we have to provide a
122# neutralization value for shells without unset; and this also
123# works around shells that cannot unset nonexistent variables.
124# Preserve -v and -x to the replacement shell.
125BASH_ENV=/dev/null
126ENV=/dev/null
127(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
128case $- in # ((((
129 *v*x* | *x*v* ) as_opts=-vx ;;
130 *v* ) as_opts=-v ;;
131 *x* ) as_opts=-x ;;
132 * ) as_opts= ;;
133esac
134exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
135# Admittedly, this is quite paranoid, since all the known shells bail
136# out after a failed `exec'.
137printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
138exit 255
139 fi
140 # We don't want this to propagate to other subprocesses.
141 { _as_can_reexec=; unset _as_can_reexec;}
142if test "x$CONFIG_SHELL" = x; then
143 as_bourne_compatible="as_nop=:
144if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
145then :
146 emulate sh
147 NULLCMD=:
148 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
149 # is contrary to our usage. Disable this feature.
150 alias -g '\${1+\"\$@\"}'='\"\$@\"'
151 setopt NO_GLOB_SUBST
152else \$as_nop
153 case \`(set -o) 2>/dev/null\` in #(
154 *posix*) :
155 set -o posix ;; #(
156 *) :
157 ;;
158esac
159fi
160"
161 as_required="as_fn_return () { (exit \$1); }
162as_fn_success () { as_fn_return 0; }
163as_fn_failure () { as_fn_return 1; }
164as_fn_ret_success () { return 0; }
165as_fn_ret_failure () { return 1; }
166
167exitcode=0
168as_fn_success || { exitcode=1; echo as_fn_success failed.; }
169as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
170as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
171as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
172if ( set x; as_fn_ret_success y && test x = \"\$1\" )
173then :
174
175else \$as_nop
176 exitcode=1; echo positional parameters were not saved.
177fi
178test x\$exitcode = x0 || exit 1
179blah=\$(echo \$(echo blah))
180test x\"\$blah\" = xblah || exit 1
181test -x / || exit 1"
182 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
183 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
184 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
185 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
186 if (eval "$as_required") 2>/dev/null
187then :
188 as_have_required=yes
189else $as_nop
190 as_have_required=no
191fi
192 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null
193then :
194
195else $as_nop
196 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
197as_found=false
198for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
199do
200 IFS=$as_save_IFS
201 case $as_dir in #(((
202 '') as_dir=./ ;;
203 */) ;;
204 *) as_dir=$as_dir/ ;;
205 esac
206 as_found=:
207 case $as_dir in #(
208 /*)
209 for as_base in sh bash ksh sh5; do
210 # Try only shells that exist, to save several forks.
211 as_shell=$as_dir$as_base
212 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
213 as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null
214then :
215 CONFIG_SHELL=$as_shell as_have_required=yes
216 if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null
217then :
218 break 2
219fi
220fi
221 done;;
222 esac
223 as_found=false
224done
225IFS=$as_save_IFS
226if $as_found
227then :
228
229else $as_nop
230 if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
231 as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null
232then :
233 CONFIG_SHELL=$SHELL as_have_required=yes
234fi
235fi
236
237
238 if test "x$CONFIG_SHELL" != x
239then :
240 export CONFIG_SHELL
241 # We cannot yet assume a decent shell, so we have to provide a
242# neutralization value for shells without unset; and this also
243# works around shells that cannot unset nonexistent variables.
244# Preserve -v and -x to the replacement shell.
245BASH_ENV=/dev/null
246ENV=/dev/null
247(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
248case $- in # ((((
249 *v*x* | *x*v* ) as_opts=-vx ;;
250 *v* ) as_opts=-v ;;
251 *x* ) as_opts=-x ;;
252 * ) as_opts= ;;
253esac
254exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
255# Admittedly, this is quite paranoid, since all the known shells bail
256# out after a failed `exec'.
257printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
258exit 255
259fi
260
261 if test x$as_have_required = xno
262then :
263 printf "%s\n" "$0: This script requires a shell more modern than all"
264 printf "%s\n" "$0: the shells that I found on your system."
265 if test ${ZSH_VERSION+y} ; then
266 printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should"
267 printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later."
268 else
269 printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and
270$0: skyler3665@gmail.com about your system, including any
271$0: error possibly output before this message. Then install
272$0: a modern shell, or manually run the script under such a
273$0: shell if you do have one."
274 fi
275 exit 1
276fi
277fi
278fi
279SHELL=${CONFIG_SHELL-/bin/sh}
280export SHELL
281# Unset more variables known to interfere with behavior of common tools.
282CLICOLOR_FORCE= GREP_OPTIONS=
283unset CLICOLOR_FORCE GREP_OPTIONS
284
285## --------------------- ##
286## M4sh Shell Functions. ##
287## --------------------- ##
288# as_fn_unset VAR
289# ---------------
290# Portably unset VAR.
291as_fn_unset ()
292{
293 { eval $1=; unset $1;}
294}
295as_unset=as_fn_unset
296
297
298# as_fn_set_status STATUS
299# -----------------------
300# Set $? to STATUS, without forking.
301as_fn_set_status ()
302{
303 return $1
304} # as_fn_set_status
305
306# as_fn_exit STATUS
307# -----------------
308# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
309as_fn_exit ()
310{
311 set +e
312 as_fn_set_status $1
313 exit $1
314} # as_fn_exit
315# as_fn_nop
316# ---------
317# Do nothing but, unlike ":", preserve the value of $?.
318as_fn_nop ()
319{
320 return $?
321}
322as_nop=as_fn_nop
323
324# as_fn_mkdir_p
325# -------------
326# Create "$as_dir" as a directory, including parents if necessary.
327as_fn_mkdir_p ()
328{
329
330 case $as_dir in #(
331 -*) as_dir=./$as_dir;;
332 esac
333 test -d "$as_dir" || eval $as_mkdir_p || {
334 as_dirs=
335 while :; do
336 case $as_dir in #(
337 *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
338 *) as_qdir=$as_dir;;
339 esac
340 as_dirs="'$as_qdir' $as_dirs"
341 as_dir=`$as_dirname -- "$as_dir" ||
342$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
343 X"$as_dir" : 'X\(//\)[^/]' \| \
344 X"$as_dir" : 'X\(//\)$' \| \
345 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
346printf "%s\n" X"$as_dir" |
347 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)[^/].*/{
352 s//\1/
353 q
354 }
355 /^X\(\/\/\)$/{
356 s//\1/
357 q
358 }
359 /^X\(\/\).*/{
360 s//\1/
361 q
362 }
363 s/.*/./; q'`
364 test -d "$as_dir" && break
365 done
366 test -z "$as_dirs" || eval "mkdir $as_dirs"
367 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
368
369
370} # as_fn_mkdir_p
371
372# as_fn_executable_p FILE
373# -----------------------
374# Test if FILE is an executable regular file.
375as_fn_executable_p ()
376{
377 test -f "$1" && test -x "$1"
378} # as_fn_executable_p
379# as_fn_append VAR VALUE
380# ----------------------
381# Append the text in VALUE to the end of the definition contained in VAR. Take
382# advantage of any shell optimizations that allow amortized linear growth over
383# repeated appends, instead of the typical quadratic growth present in naive
384# implementations.
385if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
386then :
387 eval 'as_fn_append ()
388 {
389 eval $1+=\$2
390 }'
391else $as_nop
392 as_fn_append ()
393 {
394 eval $1=\$$1\$2
395 }
396fi # as_fn_append
397
398# as_fn_arith ARG...
399# ------------------
400# Perform arithmetic evaluation on the ARGs, and store the result in the
401# global $as_val. Take advantage of shells that can avoid forks. The arguments
402# must be portable across $(()) and expr.
403if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
404then :
405 eval 'as_fn_arith ()
406 {
407 as_val=$(( $* ))
408 }'
409else $as_nop
410 as_fn_arith ()
411 {
412 as_val=`expr "$@" || test $? -eq 1`
413 }
414fi # as_fn_arith
415
416# as_fn_nop
417# ---------
418# Do nothing but, unlike ":", preserve the value of $?.
419as_fn_nop ()
420{
421 return $?
422}
423as_nop=as_fn_nop
424
425# as_fn_error STATUS ERROR [LINENO LOG_FD]
426# ----------------------------------------
427# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
428# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
429# script with STATUS, using 1 if that was 0.
430as_fn_error ()
431{
432 as_status=$1; test $as_status -eq 0 && as_status=1
433 if test "$4"; then
434 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
435 printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
436 fi
437 printf "%s\n" "$as_me: error: $2" >&2
438 as_fn_exit $as_status
439} # as_fn_error
440
441if expr a : '\(a\)' >/dev/null 2>&1 &&
442 test "X`expr 00001 : '.*\(...\)'`" = X001; then
443 as_expr=expr
444else
445 as_expr=false
446fi
447
448if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
449 as_basename=basename
450else
451 as_basename=false
452fi
453
454if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
455 as_dirname=dirname
456else
457 as_dirname=false
458fi
459
460as_me=`$as_basename -- "$0" ||
461$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
462 X"$0" : 'X\(//\)$' \| \
463 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
464printf "%s\n" X/"$0" |
465 sed '/^.*\/\([^/][^/]*\)\/*$/{
466 s//\1/
467 q
468 }
469 /^X\/\(\/\/\)$/{
470 s//\1/
471 q
472 }
473 /^X\/\(\/\).*/{
474 s//\1/
475 q
476 }
477 s/.*/./; q'`
478
479# Avoid depending upon Character Ranges.
480as_cr_letters='abcdefghijklmnopqrstuvwxyz'
481as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
482as_cr_Letters=$as_cr_letters$as_cr_LETTERS
483as_cr_digits='0123456789'
484as_cr_alnum=$as_cr_Letters$as_cr_digits
485
486
487 as_lineno_1=$LINENO as_lineno_1a=$LINENO
488 as_lineno_2=$LINENO as_lineno_2a=$LINENO
489 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
490 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
491 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
492 sed -n '
493 p
494 /[$]LINENO/=
495 ' <$as_myself |
496 sed '
497 s/[$]LINENO.*/&-/
498 t lineno
499 b
500 :lineno
501 N
502 :loop
503 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
504 t loop
505 s/-\n.*//
506 ' >$as_me.lineno &&
507 chmod +x "$as_me.lineno" ||
508 { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
509
510 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
511 # already done that, so ensure we don't try to do so again and fall
512 # in an infinite loop. This has already happened in practice.
513 _as_can_reexec=no; export _as_can_reexec
514 # Don't try to exec as it changes $[0], causing all sort of problems
515 # (the dirname of $[0] is not the place where we might find the
516 # original and so on. Autoconf is especially sensitive to this).
517 . "./$as_me.lineno"
518 # Exit status is that of the last command.
519 exit
520}
521
522
523# Determine whether it's possible to make 'echo' print without a newline.
524# These variables are no longer used directly by Autoconf, but are AC_SUBSTed
525# for compatibility with existing Makefiles.
526ECHO_C= ECHO_N= ECHO_T=
527case `echo -n x` in #(((((
528-n*)
529 case `echo 'xy\c'` in
530 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
531 xy) ECHO_C='\c';;
532 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
533 ECHO_T=' ';;
534 esac;;
535*)
536 ECHO_N='-n';;
537esac
538
539# For backward compatibility with old third-party macros, we provide
540# the shell variables $as_echo and $as_echo_n. New code should use
541# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
542as_echo='printf %s\n'
543as_echo_n='printf %s'
544
545
546rm -f conf$$ conf$$.exe conf$$.file
547if test -d conf$$.dir; then
548 rm -f conf$$.dir/conf$$.file
549else
550 rm -f conf$$.dir
551 mkdir conf$$.dir 2>/dev/null
552fi
553if (echo >conf$$.file) 2>/dev/null; then
554 if ln -s conf$$.file conf$$ 2>/dev/null; then
555 as_ln_s='ln -s'
556 # ... but there are two gotchas:
557 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
558 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
559 # In both cases, we have to default to `cp -pR'.
560 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
561 as_ln_s='cp -pR'
562 elif ln conf$$.file conf$$ 2>/dev/null; then
563 as_ln_s=ln
564 else
565 as_ln_s='cp -pR'
566 fi
567else
568 as_ln_s='cp -pR'
569fi
570rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
571rmdir conf$$.dir 2>/dev/null
572
573if mkdir -p . 2>/dev/null; then
574 as_mkdir_p='mkdir -p "$as_dir"'
575else
576 test -d ./-p && rmdir ./-p
577 as_mkdir_p=false
578fi
579
580as_test_x='test -x'
581as_executable_p=as_fn_executable_p
582
583# Sed expression to map a string onto a valid CPP name.
584as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
585
586# Sed expression to map a string onto a valid variable name.
587as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
588
589
590test -n "$DJDIR" || exec 7<&0 </dev/null
591exec 6>&1
592
593# Name of the host.
594# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
595# so uname gets run too.
596ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
597
598#
599# Initializations.
600#
601ac_default_prefix=/usr/local
602ac_clean_files=
603ac_config_libobj_dir=.
604LIBOBJS=
605cross_compiling=no
606subdirs=
607MFLAGS=
608MAKEFLAGS=
609
610# Identity of this package.
611PACKAGE_NAME='run_keepass'
612PACKAGE_TARNAME='run_keepass'
613PACKAGE_VERSION='0.1'
614PACKAGE_STRING='run_keepass 0.1'
615PACKAGE_BUGREPORT='skyler3665@gmail.com'
616PACKAGE_URL=''
617
618ac_subst_vars='am__EXEEXT_FALSE
619am__EXEEXT_TRUE
620LTLIBOBJS
621LIBOBJS
622am__fastdepCC_FALSE
623am__fastdepCC_TRUE
624CCDEPMODE
625am__nodep
626AMDEPBACKSLASH
627AMDEP_FALSE
628AMDEP_TRUE
629am__include
630DEPDIR
631OBJEXT
632EXEEXT
633ac_ct_CC
634CPPFLAGS
635LDFLAGS
636CFLAGS
637CC
638AM_BACKSLASH
639AM_DEFAULT_VERBOSITY
640AM_DEFAULT_V
641AM_V
642CSCOPE
643ETAGS
644CTAGS
645am__untar
646am__tar
647AMTAR
648am__leading_dot
649SET_MAKE
650AWK
651mkdir_p
652MKDIR_P
653INSTALL_STRIP_PROGRAM
654STRIP
655install_sh
656MAKEINFO
657AUTOHEADER
658AUTOMAKE
659AUTOCONF
660ACLOCAL
661VERSION
662PACKAGE
663CYGPATH_W
664am__isrc
665INSTALL_DATA
666INSTALL_SCRIPT
667INSTALL_PROGRAM
668target_alias
669host_alias
670build_alias
671LIBS
672ECHO_T
673ECHO_N
674ECHO_C
675DEFS
676mandir
677localedir
678libdir
679psdir
680pdfdir
681dvidir
682htmldir
683infodir
684docdir
685oldincludedir
686includedir
687runstatedir
688localstatedir
689sharedstatedir
690sysconfdir
691datadir
692datarootdir
693libexecdir
694sbindir
695bindir
696program_transform_name
697prefix
698exec_prefix
699PACKAGE_URL
700PACKAGE_BUGREPORT
701PACKAGE_STRING
702PACKAGE_VERSION
703PACKAGE_TARNAME
704PACKAGE_NAME
705PATH_SEPARATOR
706SHELL
707am__quote'
708ac_subst_files=''
709ac_user_opts='
710enable_option_checking
711enable_silent_rules
712enable_dependency_tracking
713'
714 ac_precious_vars='build_alias
715host_alias
716target_alias
717CC
718CFLAGS
719LDFLAGS
720LIBS
721CPPFLAGS'
722
723
724# Initialize some variables set by options.
725ac_init_help=
726ac_init_version=false
727ac_unrecognized_opts=
728ac_unrecognized_sep=
729# The variables have the same names as the options, with
730# dashes changed to underlines.
731cache_file=/dev/null
732exec_prefix=NONE
733no_create=
734no_recursion=
735prefix=NONE
736program_prefix=NONE
737program_suffix=NONE
738program_transform_name=s,x,x,
739silent=
740site=
741srcdir=
742verbose=
743x_includes=NONE
744x_libraries=NONE
745
746# Installation directory options.
747# These are left unexpanded so users can "make install exec_prefix=/foo"
748# and all the variables that are supposed to be based on exec_prefix
749# by default will actually change.
750# Use braces instead of parens because sh, perl, etc. also accept them.
751# (The list follows the same order as the GNU Coding Standards.)
752bindir='${exec_prefix}/bin'
753sbindir='${exec_prefix}/sbin'
754libexecdir='${exec_prefix}/libexec'
755datarootdir='${prefix}/share'
756datadir='${datarootdir}'
757sysconfdir='${prefix}/etc'
758sharedstatedir='${prefix}/com'
759localstatedir='${prefix}/var'
760runstatedir='${localstatedir}/run'
761includedir='${prefix}/include'
762oldincludedir='/usr/include'
763docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
764infodir='${datarootdir}/info'
765htmldir='${docdir}'
766dvidir='${docdir}'
767pdfdir='${docdir}'
768psdir='${docdir}'
769libdir='${exec_prefix}/lib'
770localedir='${datarootdir}/locale'
771mandir='${datarootdir}/man'
772
773ac_prev=
774ac_dashdash=
775for ac_option
776do
777 # If the previous option needs an argument, assign it.
778 if test -n "$ac_prev"; then
779 eval $ac_prev=\$ac_option
780 ac_prev=
781 continue
782 fi
783
784 case $ac_option in
785 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
786 *=) ac_optarg= ;;
787 *) ac_optarg=yes ;;
788 esac
789
790 case $ac_dashdash$ac_option in
791 --)
792 ac_dashdash=yes ;;
793
794 -bindir | --bindir | --bindi | --bind | --bin | --bi)
795 ac_prev=bindir ;;
796 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
797 bindir=$ac_optarg ;;
798
799 -build | --build | --buil | --bui | --bu)
800 ac_prev=build_alias ;;
801 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
802 build_alias=$ac_optarg ;;
803
804 -cache-file | --cache-file | --cache-fil | --cache-fi \
805 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
806 ac_prev=cache_file ;;
807 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
808 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
809 cache_file=$ac_optarg ;;
810
811 --config-cache | -C)
812 cache_file=config.cache ;;
813
814 -datadir | --datadir | --datadi | --datad)
815 ac_prev=datadir ;;
816 -datadir=* | --datadir=* | --datadi=* | --datad=*)
817 datadir=$ac_optarg ;;
818
819 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
820 | --dataroo | --dataro | --datar)
821 ac_prev=datarootdir ;;
822 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
823 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
824 datarootdir=$ac_optarg ;;
825
826 -disable-* | --disable-*)
827 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
828 # Reject names that are not valid shell variable names.
829 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
830 as_fn_error $? "invalid feature name: \`$ac_useropt'"
831 ac_useropt_orig=$ac_useropt
832 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
833 case $ac_user_opts in
834 *"
835"enable_$ac_useropt"
836"*) ;;
837 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
838 ac_unrecognized_sep=', ';;
839 esac
840 eval enable_$ac_useropt=no ;;
841
842 -docdir | --docdir | --docdi | --doc | --do)
843 ac_prev=docdir ;;
844 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
845 docdir=$ac_optarg ;;
846
847 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
848 ac_prev=dvidir ;;
849 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
850 dvidir=$ac_optarg ;;
851
852 -enable-* | --enable-*)
853 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
854 # Reject names that are not valid shell variable names.
855 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
856 as_fn_error $? "invalid feature name: \`$ac_useropt'"
857 ac_useropt_orig=$ac_useropt
858 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
859 case $ac_user_opts in
860 *"
861"enable_$ac_useropt"
862"*) ;;
863 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
864 ac_unrecognized_sep=', ';;
865 esac
866 eval enable_$ac_useropt=\$ac_optarg ;;
867
868 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
869 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
870 | --exec | --exe | --ex)
871 ac_prev=exec_prefix ;;
872 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
873 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
874 | --exec=* | --exe=* | --ex=*)
875 exec_prefix=$ac_optarg ;;
876
877 -gas | --gas | --ga | --g)
878 # Obsolete; use --with-gas.
879 with_gas=yes ;;
880
881 -help | --help | --hel | --he | -h)
882 ac_init_help=long ;;
883 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
884 ac_init_help=recursive ;;
885 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
886 ac_init_help=short ;;
887
888 -host | --host | --hos | --ho)
889 ac_prev=host_alias ;;
890 -host=* | --host=* | --hos=* | --ho=*)
891 host_alias=$ac_optarg ;;
892
893 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
894 ac_prev=htmldir ;;
895 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
896 | --ht=*)
897 htmldir=$ac_optarg ;;
898
899 -includedir | --includedir | --includedi | --included | --include \
900 | --includ | --inclu | --incl | --inc)
901 ac_prev=includedir ;;
902 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
903 | --includ=* | --inclu=* | --incl=* | --inc=*)
904 includedir=$ac_optarg ;;
905
906 -infodir | --infodir | --infodi | --infod | --info | --inf)
907 ac_prev=infodir ;;
908 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
909 infodir=$ac_optarg ;;
910
911 -libdir | --libdir | --libdi | --libd)
912 ac_prev=libdir ;;
913 -libdir=* | --libdir=* | --libdi=* | --libd=*)
914 libdir=$ac_optarg ;;
915
916 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
917 | --libexe | --libex | --libe)
918 ac_prev=libexecdir ;;
919 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
920 | --libexe=* | --libex=* | --libe=*)
921 libexecdir=$ac_optarg ;;
922
923 -localedir | --localedir | --localedi | --localed | --locale)
924 ac_prev=localedir ;;
925 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
926 localedir=$ac_optarg ;;
927
928 -localstatedir | --localstatedir | --localstatedi | --localstated \
929 | --localstate | --localstat | --localsta | --localst | --locals)
930 ac_prev=localstatedir ;;
931 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
932 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
933 localstatedir=$ac_optarg ;;
934
935 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
936 ac_prev=mandir ;;
937 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
938 mandir=$ac_optarg ;;
939
940 -nfp | --nfp | --nf)
941 # Obsolete; use --without-fp.
942 with_fp=no ;;
943
944 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
945 | --no-cr | --no-c | -n)
946 no_create=yes ;;
947
948 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
949 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
950 no_recursion=yes ;;
951
952 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
953 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
954 | --oldin | --oldi | --old | --ol | --o)
955 ac_prev=oldincludedir ;;
956 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
957 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
958 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
959 oldincludedir=$ac_optarg ;;
960
961 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
962 ac_prev=prefix ;;
963 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
964 prefix=$ac_optarg ;;
965
966 -program-prefix | --program-prefix | --program-prefi | --program-pref \
967 | --program-pre | --program-pr | --program-p)
968 ac_prev=program_prefix ;;
969 -program-prefix=* | --program-prefix=* | --program-prefi=* \
970 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
971 program_prefix=$ac_optarg ;;
972
973 -program-suffix | --program-suffix | --program-suffi | --program-suff \
974 | --program-suf | --program-su | --program-s)
975 ac_prev=program_suffix ;;
976 -program-suffix=* | --program-suffix=* | --program-suffi=* \
977 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
978 program_suffix=$ac_optarg ;;
979
980 -program-transform-name | --program-transform-name \
981 | --program-transform-nam | --program-transform-na \
982 | --program-transform-n | --program-transform- \
983 | --program-transform | --program-transfor \
984 | --program-transfo | --program-transf \
985 | --program-trans | --program-tran \
986 | --progr-tra | --program-tr | --program-t)
987 ac_prev=program_transform_name ;;
988 -program-transform-name=* | --program-transform-name=* \
989 | --program-transform-nam=* | --program-transform-na=* \
990 | --program-transform-n=* | --program-transform-=* \
991 | --program-transform=* | --program-transfor=* \
992 | --program-transfo=* | --program-transf=* \
993 | --program-trans=* | --program-tran=* \
994 | --progr-tra=* | --program-tr=* | --program-t=*)
995 program_transform_name=$ac_optarg ;;
996
997 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
998 ac_prev=pdfdir ;;
999 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1000 pdfdir=$ac_optarg ;;
1001
1002 -psdir | --psdir | --psdi | --psd | --ps)
1003 ac_prev=psdir ;;
1004 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1005 psdir=$ac_optarg ;;
1006
1007 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1008 | -silent | --silent | --silen | --sile | --sil)
1009 silent=yes ;;
1010
1011 -runstatedir | --runstatedir | --runstatedi | --runstated \
1012 | --runstate | --runstat | --runsta | --runst | --runs \
1013 | --run | --ru | --r)
1014 ac_prev=runstatedir ;;
1015 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1016 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1017 | --run=* | --ru=* | --r=*)
1018 runstatedir=$ac_optarg ;;
1019
1020 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1021 ac_prev=sbindir ;;
1022 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1023 | --sbi=* | --sb=*)
1024 sbindir=$ac_optarg ;;
1025
1026 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1027 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1028 | --sharedst | --shareds | --shared | --share | --shar \
1029 | --sha | --sh)
1030 ac_prev=sharedstatedir ;;
1031 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1032 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1033 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1034 | --sha=* | --sh=*)
1035 sharedstatedir=$ac_optarg ;;
1036
1037 -site | --site | --sit)
1038 ac_prev=site ;;
1039 -site=* | --site=* | --sit=*)
1040 site=$ac_optarg ;;
1041
1042 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1043 ac_prev=srcdir ;;
1044 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1045 srcdir=$ac_optarg ;;
1046
1047 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1048 | --syscon | --sysco | --sysc | --sys | --sy)
1049 ac_prev=sysconfdir ;;
1050 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1051 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1052 sysconfdir=$ac_optarg ;;
1053
1054 -target | --target | --targe | --targ | --tar | --ta | --t)
1055 ac_prev=target_alias ;;
1056 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1057 target_alias=$ac_optarg ;;
1058
1059 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1060 verbose=yes ;;
1061
1062 -version | --version | --versio | --versi | --vers | -V)
1063 ac_init_version=: ;;
1064
1065 -with-* | --with-*)
1066 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1067 # Reject names that are not valid shell variable names.
1068 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1069 as_fn_error $? "invalid package name: \`$ac_useropt'"
1070 ac_useropt_orig=$ac_useropt
1071 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
1072 case $ac_user_opts in
1073 *"
1074"with_$ac_useropt"
1075"*) ;;
1076 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1077 ac_unrecognized_sep=', ';;
1078 esac
1079 eval with_$ac_useropt=\$ac_optarg ;;
1080
1081 -without-* | --without-*)
1082 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1083 # Reject names that are not valid shell variable names.
1084 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1085 as_fn_error $? "invalid package name: \`$ac_useropt'"
1086 ac_useropt_orig=$ac_useropt
1087 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
1088 case $ac_user_opts in
1089 *"
1090"with_$ac_useropt"
1091"*) ;;
1092 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1093 ac_unrecognized_sep=', ';;
1094 esac
1095 eval with_$ac_useropt=no ;;
1096
1097 --x)
1098 # Obsolete; use --with-x.
1099 with_x=yes ;;
1100
1101 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1102 | --x-incl | --x-inc | --x-in | --x-i)
1103 ac_prev=x_includes ;;
1104 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1105 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1106 x_includes=$ac_optarg ;;
1107
1108 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1109 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1110 ac_prev=x_libraries ;;
1111 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1112 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1113 x_libraries=$ac_optarg ;;
1114
1115 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1116Try \`$0 --help' for more information"
1117 ;;
1118
1119 *=*)
1120 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1121 # Reject names that are not valid shell variable names.
1122 case $ac_envvar in #(
1123 '' | [0-9]* | *[!_$as_cr_alnum]* )
1124 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1125 esac
1126 eval $ac_envvar=\$ac_optarg
1127 export $ac_envvar ;;
1128
1129 *)
1130 # FIXME: should be removed in autoconf 3.0.
1131 printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2
1132 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1133 printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2
1134 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1135 ;;
1136
1137 esac
1138done
1139
1140if test -n "$ac_prev"; then
1141 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1142 as_fn_error $? "missing argument to $ac_option"
1143fi
1144
1145if test -n "$ac_unrecognized_opts"; then
1146 case $enable_option_checking in
1147 no) ;;
1148 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1149 *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1150 esac
1151fi
1152
1153# Check all directory arguments for consistency.
1154for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1155 datadir sysconfdir sharedstatedir localstatedir includedir \
1156 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1157 libdir localedir mandir runstatedir
1158do
1159 eval ac_val=\$$ac_var
1160 # Remove trailing slashes.
1161 case $ac_val in
1162 */ )
1163 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1164 eval $ac_var=\$ac_val;;
1165 esac
1166 # Be sure to have absolute directory names.
1167 case $ac_val in
1168 [\\/$]* | ?:[\\/]* ) continue;;
1169 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1170 esac
1171 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1172done
1173
1174# There might be people who depend on the old broken behavior: `$host'
1175# used to hold the argument of --host etc.
1176# FIXME: To remove some day.
1177build=$build_alias
1178host=$host_alias
1179target=$target_alias
1180
1181# FIXME: To remove some day.
1182if test "x$host_alias" != x; then
1183 if test "x$build_alias" = x; then
1184 cross_compiling=maybe
1185 elif test "x$build_alias" != "x$host_alias"; then
1186 cross_compiling=yes
1187 fi
1188fi
1189
1190ac_tool_prefix=
1191test -n "$host_alias" && ac_tool_prefix=$host_alias-
1192
1193test "$silent" = yes && exec 6>/dev/null
1194
1195
1196ac_pwd=`pwd` && test -n "$ac_pwd" &&
1197ac_ls_di=`ls -di .` &&
1198ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1199 as_fn_error $? "working directory cannot be determined"
1200test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1201 as_fn_error $? "pwd does not report name of working directory"
1202
1203
1204# Find the source files, if location was not specified.
1205if test -z "$srcdir"; then
1206 ac_srcdir_defaulted=yes
1207 # Try the directory containing this script, then the parent directory.
1208 ac_confdir=`$as_dirname -- "$as_myself" ||
1209$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1210 X"$as_myself" : 'X\(//\)[^/]' \| \
1211 X"$as_myself" : 'X\(//\)$' \| \
1212 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1213printf "%s\n" X"$as_myself" |
1214 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1215 s//\1/
1216 q
1217 }
1218 /^X\(\/\/\)[^/].*/{
1219 s//\1/
1220 q
1221 }
1222 /^X\(\/\/\)$/{
1223 s//\1/
1224 q
1225 }
1226 /^X\(\/\).*/{
1227 s//\1/
1228 q
1229 }
1230 s/.*/./; q'`
1231 srcdir=$ac_confdir
1232 if test ! -r "$srcdir/$ac_unique_file"; then
1233 srcdir=..
1234 fi
1235else
1236 ac_srcdir_defaulted=no
1237fi
1238if test ! -r "$srcdir/$ac_unique_file"; then
1239 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1240 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1241fi
1242ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1243ac_abs_confdir=`(
1244 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1245 pwd)`
1246# When building in place, set srcdir=.
1247if test "$ac_abs_confdir" = "$ac_pwd"; then
1248 srcdir=.
1249fi
1250# Remove unnecessary trailing slashes from srcdir.
1251# Double slashes in file names in object file debugging info
1252# mess up M-x gdb in Emacs.
1253case $srcdir in
1254*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1255esac
1256for ac_var in $ac_precious_vars; do
1257 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1258 eval ac_env_${ac_var}_value=\$${ac_var}
1259 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1260 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1261done
1262
1263#
1264# Report the --help message.
1265#
1266if test "$ac_init_help" = "long"; then
1267 # Omit some internal or obsolete options to make the list less imposing.
1268 # This message is too long to be a string in the A/UX 3.1 sh.
1269 cat <<_ACEOF
1270\`configure' configures run_keepass 0.1 to adapt to many kinds of systems.
1271
1272Usage: $0 [OPTION]... [VAR=VALUE]...
1273
1274To assign environment variables (e.g., CC, CFLAGS...), specify them as
1275VAR=VALUE. See below for descriptions of some of the useful variables.
1276
1277Defaults for the options are specified in brackets.
1278
1279Configuration:
1280 -h, --help display this help and exit
1281 --help=short display options specific to this package
1282 --help=recursive display the short help of all the included packages
1283 -V, --version display version information and exit
1284 -q, --quiet, --silent do not print \`checking ...' messages
1285 --cache-file=FILE cache test results in FILE [disabled]
1286 -C, --config-cache alias for \`--cache-file=config.cache'
1287 -n, --no-create do not create output files
1288 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1289
1290Installation directories:
1291 --prefix=PREFIX install architecture-independent files in PREFIX
1292 [$ac_default_prefix]
1293 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1294 [PREFIX]
1295
1296By default, \`make install' will install all the files in
1297\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1298an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1299for instance \`--prefix=\$HOME'.
1300
1301For better control, use the options below.
1302
1303Fine tuning of the installation directories:
1304 --bindir=DIR user executables [EPREFIX/bin]
1305 --sbindir=DIR system admin executables [EPREFIX/sbin]
1306 --libexecdir=DIR program executables [EPREFIX/libexec]
1307 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1308 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1309 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1310 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
1311 --libdir=DIR object code libraries [EPREFIX/lib]
1312 --includedir=DIR C header files [PREFIX/include]
1313 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1314 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1315 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1316 --infodir=DIR info documentation [DATAROOTDIR/info]
1317 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1318 --mandir=DIR man documentation [DATAROOTDIR/man]
1319 --docdir=DIR documentation root [DATAROOTDIR/doc/run_keepass]
1320 --htmldir=DIR html documentation [DOCDIR]
1321 --dvidir=DIR dvi documentation [DOCDIR]
1322 --pdfdir=DIR pdf documentation [DOCDIR]
1323 --psdir=DIR ps documentation [DOCDIR]
1324_ACEOF
1325
1326 cat <<\_ACEOF
1327
1328Program names:
1329 --program-prefix=PREFIX prepend PREFIX to installed program names
1330 --program-suffix=SUFFIX append SUFFIX to installed program names
1331 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1332_ACEOF
1333fi
1334
1335if test -n "$ac_init_help"; then
1336 case $ac_init_help in
1337 short | recursive ) echo "Configuration of run_keepass 0.1:";;
1338 esac
1339 cat <<\_ACEOF
1340
1341Optional Features:
1342 --disable-option-checking ignore unrecognized --enable/--with options
1343 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1344 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1345 --enable-silent-rules less verbose build output (undo: "make V=1")
1346 --disable-silent-rules verbose build output (undo: "make V=0")
1347 --enable-dependency-tracking
1348 do not reject slow dependency extractors
1349 --disable-dependency-tracking
1350 speeds up one-time build
1351
1352Some influential environment variables:
1353 CC C compiler command
1354 CFLAGS C compiler flags
1355 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1356 nonstandard directory <lib dir>
1357 LIBS libraries to pass to the linker, e.g. -l<library>
1358 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1359 you have headers in a nonstandard directory <include dir>
1360
1361Use these variables to override the choices made by `configure' or to help
1362it to find libraries and programs with nonstandard names/locations.
1363
1364Report bugs to <skyler3665@gmail.com>.
1365_ACEOF
1366ac_status=$?
1367fi
1368
1369if test "$ac_init_help" = "recursive"; then
1370 # If there are subdirs, report their specific --help.
1371 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1372 test -d "$ac_dir" ||
1373 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1374 continue
1375 ac_builddir=.
1376
1377case "$ac_dir" in
1378.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1379*)
1380 ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
1381 # A ".." for each directory in $ac_dir_suffix.
1382 ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1383 case $ac_top_builddir_sub in
1384 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1385 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1386 esac ;;
1387esac
1388ac_abs_top_builddir=$ac_pwd
1389ac_abs_builddir=$ac_pwd$ac_dir_suffix
1390# for backward compatibility:
1391ac_top_builddir=$ac_top_build_prefix
1392
1393case $srcdir in
1394 .) # We are building in place.
1395 ac_srcdir=.
1396 ac_top_srcdir=$ac_top_builddir_sub
1397 ac_abs_top_srcdir=$ac_pwd ;;
1398 [\\/]* | ?:[\\/]* ) # Absolute name.
1399 ac_srcdir=$srcdir$ac_dir_suffix;
1400 ac_top_srcdir=$srcdir
1401 ac_abs_top_srcdir=$srcdir ;;
1402 *) # Relative name.
1403 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1404 ac_top_srcdir=$ac_top_build_prefix$srcdir
1405 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1406esac
1407ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1408
1409 cd "$ac_dir" || { ac_status=$?; continue; }
1410 # Check for configure.gnu first; this name is used for a wrapper for
1411 # Metaconfig's "Configure" on case-insensitive file systems.
1412 if test -f "$ac_srcdir/configure.gnu"; then
1413 echo &&
1414 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1415 elif test -f "$ac_srcdir/configure"; then
1416 echo &&
1417 $SHELL "$ac_srcdir/configure" --help=recursive
1418 else
1419 printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1420 fi || ac_status=$?
1421 cd "$ac_pwd" || { ac_status=$?; break; }
1422 done
1423fi
1424
1425test -n "$ac_init_help" && exit $ac_status
1426if $ac_init_version; then
1427 cat <<\_ACEOF
1428run_keepass configure 0.1
1429generated by GNU Autoconf 2.71
1430
1431Copyright (C) 2021 Free Software Foundation, Inc.
1432This configure script is free software; the Free Software Foundation
1433gives unlimited permission to copy, distribute and modify it.
1434_ACEOF
1435 exit
1436fi
1437
1438## ------------------------ ##
1439## Autoconf initialization. ##
1440## ------------------------ ##
1441
1442# ac_fn_c_try_compile LINENO
1443# --------------------------
1444# Try to compile conftest.$ac_ext, and return whether this succeeded.
1445ac_fn_c_try_compile ()
1446{
1447 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1448 rm -f conftest.$ac_objext conftest.beam
1449 if { { ac_try="$ac_compile"
1450case "(($ac_try" in
1451 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1452 *) ac_try_echo=$ac_try;;
1453esac
1454eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1455printf "%s\n" "$ac_try_echo"; } >&5
1456 (eval "$ac_compile") 2>conftest.err
1457 ac_status=$?
1458 if test -s conftest.err; then
1459 grep -v '^ *+' conftest.err >conftest.er1
1460 cat conftest.er1 >&5
1461 mv -f conftest.er1 conftest.err
1462 fi
1463 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1464 test $ac_status = 0; } && {
1465 test -z "$ac_c_werror_flag" ||
1466 test ! -s conftest.err
1467 } && test -s conftest.$ac_objext
1468then :
1469 ac_retval=0
1470else $as_nop
1471 printf "%s\n" "$as_me: failed program was:" >&5
1472sed 's/^/| /' conftest.$ac_ext >&5
1473
1474 ac_retval=1
1475fi
1476 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1477 as_fn_set_status $ac_retval
1478
1479} # ac_fn_c_try_compile
1480ac_configure_args_raw=
1481for ac_arg
1482do
1483 case $ac_arg in
1484 *\'*)
1485 ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1486 esac
1487 as_fn_append ac_configure_args_raw " '$ac_arg'"
1488done
1489
1490case $ac_configure_args_raw in
1491 *$as_nl*)
1492 ac_safe_unquote= ;;
1493 *)
1494 ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab.
1495 ac_unsafe_a="$ac_unsafe_z#~"
1496 ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g"
1497 ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;;
1498esac
1499
1500cat >config.log <<_ACEOF
1501This file contains any messages produced by compilers while
1502running configure, to aid debugging if configure makes a mistake.
1503
1504It was created by run_keepass $as_me 0.1, which was
1505generated by GNU Autoconf 2.71. Invocation command line was
1506
1507 $ $0$ac_configure_args_raw
1508
1509_ACEOF
1510exec 5>>config.log
1511{
1512cat <<_ASUNAME
1513## --------- ##
1514## Platform. ##
1515## --------- ##
1516
1517hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1518uname -m = `(uname -m) 2>/dev/null || echo unknown`
1519uname -r = `(uname -r) 2>/dev/null || echo unknown`
1520uname -s = `(uname -s) 2>/dev/null || echo unknown`
1521uname -v = `(uname -v) 2>/dev/null || echo unknown`
1522
1523/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1524/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1525
1526/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1527/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1528/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1529/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1530/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1531/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1532/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1533
1534_ASUNAME
1535
1536as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1537for as_dir in $PATH
1538do
1539 IFS=$as_save_IFS
1540 case $as_dir in #(((
1541 '') as_dir=./ ;;
1542 */) ;;
1543 *) as_dir=$as_dir/ ;;
1544 esac
1545 printf "%s\n" "PATH: $as_dir"
1546 done
1547IFS=$as_save_IFS
1548
1549} >&5
1550
1551cat >&5 <<_ACEOF
1552
1553
1554## ----------- ##
1555## Core tests. ##
1556## ----------- ##
1557
1558_ACEOF
1559
1560
1561# Keep a trace of the command line.
1562# Strip out --no-create and --no-recursion so they do not pile up.
1563# Strip out --silent because we don't want to record it for future runs.
1564# Also quote any args containing shell meta-characters.
1565# Make two passes to allow for proper duplicate-argument suppression.
1566ac_configure_args=
1567ac_configure_args0=
1568ac_configure_args1=
1569ac_must_keep_next=false
1570for ac_pass in 1 2
1571do
1572 for ac_arg
1573 do
1574 case $ac_arg in
1575 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1576 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1577 | -silent | --silent | --silen | --sile | --sil)
1578 continue ;;
1579 *\'*)
1580 ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1581 esac
1582 case $ac_pass in
1583 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1584 2)
1585 as_fn_append ac_configure_args1 " '$ac_arg'"
1586 if test $ac_must_keep_next = true; then
1587 ac_must_keep_next=false # Got value, back to normal.
1588 else
1589 case $ac_arg in
1590 *=* | --config-cache | -C | -disable-* | --disable-* \
1591 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1592 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1593 | -with-* | --with-* | -without-* | --without-* | --x)
1594 case "$ac_configure_args0 " in
1595 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1596 esac
1597 ;;
1598 -* ) ac_must_keep_next=true ;;
1599 esac
1600 fi
1601 as_fn_append ac_configure_args " '$ac_arg'"
1602 ;;
1603 esac
1604 done
1605done
1606{ ac_configure_args0=; unset ac_configure_args0;}
1607{ ac_configure_args1=; unset ac_configure_args1;}
1608
1609# When interrupted or exit'd, cleanup temporary files, and complete
1610# config.log. We remove comments because anyway the quotes in there
1611# would cause problems or look ugly.
1612# WARNING: Use '\'' to represent an apostrophe within the trap.
1613# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1614trap 'exit_status=$?
1615 # Sanitize IFS.
1616 IFS=" "" $as_nl"
1617 # Save into config.log some information that might help in debugging.
1618 {
1619 echo
1620
1621 printf "%s\n" "## ---------------- ##
1622## Cache variables. ##
1623## ---------------- ##"
1624 echo
1625 # The following way of writing the cache mishandles newlines in values,
1626(
1627 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1628 eval ac_val=\$$ac_var
1629 case $ac_val in #(
1630 *${as_nl}*)
1631 case $ac_var in #(
1632 *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1633printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1634 esac
1635 case $ac_var in #(
1636 _ | IFS | as_nl) ;; #(
1637 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1638 *) { eval $ac_var=; unset $ac_var;} ;;
1639 esac ;;
1640 esac
1641 done
1642 (set) 2>&1 |
1643 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1644 *${as_nl}ac_space=\ *)
1645 sed -n \
1646 "s/'\''/'\''\\\\'\'''\''/g;
1647 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1648 ;; #(
1649 *)
1650 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1651 ;;
1652 esac |
1653 sort
1654)
1655 echo
1656
1657 printf "%s\n" "## ----------------- ##
1658## Output variables. ##
1659## ----------------- ##"
1660 echo
1661 for ac_var in $ac_subst_vars
1662 do
1663 eval ac_val=\$$ac_var
1664 case $ac_val in
1665 *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1666 esac
1667 printf "%s\n" "$ac_var='\''$ac_val'\''"
1668 done | sort
1669 echo
1670
1671 if test -n "$ac_subst_files"; then
1672 printf "%s\n" "## ------------------- ##
1673## File substitutions. ##
1674## ------------------- ##"
1675 echo
1676 for ac_var in $ac_subst_files
1677 do
1678 eval ac_val=\$$ac_var
1679 case $ac_val in
1680 *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1681 esac
1682 printf "%s\n" "$ac_var='\''$ac_val'\''"
1683 done | sort
1684 echo
1685 fi
1686
1687 if test -s confdefs.h; then
1688 printf "%s\n" "## ----------- ##
1689## confdefs.h. ##
1690## ----------- ##"
1691 echo
1692 cat confdefs.h
1693 echo
1694 fi
1695 test "$ac_signal" != 0 &&
1696 printf "%s\n" "$as_me: caught signal $ac_signal"
1697 printf "%s\n" "$as_me: exit $exit_status"
1698 } >&5
1699 rm -f core *.core core.conftest.* &&
1700 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1701 exit $exit_status
1702' 0
1703for ac_signal in 1 2 13 15; do
1704 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1705done
1706ac_signal=0
1707
1708# confdefs.h avoids OS command line length limits that DEFS can exceed.
1709rm -f -r conftest* confdefs.h
1710
1711printf "%s\n" "/* confdefs.h */" > confdefs.h
1712
1713# Predefined preprocessor variables.
1714
1715printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h
1716
1717printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h
1718
1719printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h
1720
1721printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h
1722
1723printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h
1724
1725printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h
1726
1727
1728# Let the site file select an alternate cache file if it wants to.
1729# Prefer an explicitly selected file to automatically selected ones.
1730if test -n "$CONFIG_SITE"; then
1731 ac_site_files="$CONFIG_SITE"
1732elif test "x$prefix" != xNONE; then
1733 ac_site_files="$prefix/share/config.site $prefix/etc/config.site"
1734else
1735 ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1736fi
1737
1738for ac_site_file in $ac_site_files
1739do
1740 case $ac_site_file in #(
1741 */*) :
1742 ;; #(
1743 *) :
1744 ac_site_file=./$ac_site_file ;;
1745esac
1746 if test -f "$ac_site_file" && test -r "$ac_site_file"; then
1747 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1748printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;}
1749 sed 's/^/| /' "$ac_site_file" >&5
1750 . "$ac_site_file" \
1751 || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1752printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1753as_fn_error $? "failed to load site script $ac_site_file
1754See \`config.log' for more details" "$LINENO" 5; }
1755 fi
1756done
1757
1758if test -r "$cache_file"; then
1759 # Some versions of bash will fail to source /dev/null (special files
1760 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
1761 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1762 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1763printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
1764 case $cache_file in
1765 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1766 *) . "./$cache_file";;
1767 esac
1768 fi
1769else
1770 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1771printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
1772 >$cache_file
1773fi
1774
1775# Test code for whether the C compiler supports C89 (global declarations)
1776ac_c_conftest_c89_globals='
1777/* Does the compiler advertise C89 conformance?
1778 Do not test the value of __STDC__, because some compilers set it to 0
1779 while being otherwise adequately conformant. */
1780#if !defined __STDC__
1781# error "Compiler does not advertise C89 conformance"
1782#endif
1783
1784#include <stddef.h>
1785#include <stdarg.h>
1786struct stat;
1787/* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */
1788struct buf { int x; };
1789struct buf * (*rcsopen) (struct buf *, struct stat *, int);
1790static char *e (p, i)
1791 char **p;
1792 int i;
1793{
1794 return p[i];
1795}
1796static char *f (char * (*g) (char **, int), char **p, ...)
1797{
1798 char *s;
1799 va_list v;
1800 va_start (v,p);
1801 s = g (p, va_arg (v,int));
1802 va_end (v);
1803 return s;
1804}
1805
1806/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
1807 function prototypes and stuff, but not \xHH hex character constants.
1808 These do not provoke an error unfortunately, instead are silently treated
1809 as an "x". The following induces an error, until -std is added to get
1810 proper ANSI mode. Curiously \x00 != x always comes out true, for an
1811 array size at least. It is necessary to write \x00 == 0 to get something
1812 that is true only with -std. */
1813int osf4_cc_array ['\''\x00'\'' == 0 ? 1 : -1];
1814
1815/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
1816 inside strings and character constants. */
1817#define FOO(x) '\''x'\''
1818int xlc6_cc_array[FOO(a) == '\''x'\'' ? 1 : -1];
1819
1820int test (int i, double x);
1821struct s1 {int (*f) (int a);};
1822struct s2 {int (*f) (double a);};
1823int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int),
1824 int, int);'
1825
1826# Test code for whether the C compiler supports C89 (body of main).
1827ac_c_conftest_c89_main='
1828ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);
1829'
1830
1831# Test code for whether the C compiler supports C99 (global declarations)
1832ac_c_conftest_c99_globals='
1833// Does the compiler advertise C99 conformance?
1834#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
1835# error "Compiler does not advertise C99 conformance"
1836#endif
1837
1838#include <stdbool.h>
1839extern int puts (const char *);
1840extern int printf (const char *, ...);
1841extern int dprintf (int, const char *, ...);
1842extern void *malloc (size_t);
1843
1844// Check varargs macros. These examples are taken from C99 6.10.3.5.
1845// dprintf is used instead of fprintf to avoid needing to declare
1846// FILE and stderr.
1847#define debug(...) dprintf (2, __VA_ARGS__)
1848#define showlist(...) puts (#__VA_ARGS__)
1849#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
1850static void
1851test_varargs_macros (void)
1852{
1853 int x = 1234;
1854 int y = 5678;
1855 debug ("Flag");
1856 debug ("X = %d\n", x);
1857 showlist (The first, second, and third items.);
1858 report (x>y, "x is %d but y is %d", x, y);
1859}
1860
1861// Check long long types.
1862#define BIG64 18446744073709551615ull
1863#define BIG32 4294967295ul
1864#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
1865#if !BIG_OK
1866 #error "your preprocessor is broken"
1867#endif
1868#if BIG_OK
1869#else
1870 #error "your preprocessor is broken"
1871#endif
1872static long long int bignum = -9223372036854775807LL;
1873static unsigned long long int ubignum = BIG64;
1874
1875struct incomplete_array
1876{
1877 int datasize;
1878 double data[];
1879};
1880
1881struct named_init {
1882 int number;
1883 const wchar_t *name;
1884 double average;
1885};
1886
1887typedef const char *ccp;
1888
1889static inline int
1890test_restrict (ccp restrict text)
1891{
1892 // See if C++-style comments work.
1893 // Iterate through items via the restricted pointer.
1894 // Also check for declarations in for loops.
1895 for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i)
1896 continue;
1897 return 0;
1898}
1899
1900// Check varargs and va_copy.
1901static bool
1902test_varargs (const char *format, ...)
1903{
1904 va_list args;
1905 va_start (args, format);
1906 va_list args_copy;
1907 va_copy (args_copy, args);
1908
1909 const char *str = "";
1910 int number = 0;
1911 float fnumber = 0;
1912
1913 while (*format)
1914 {
1915 switch (*format++)
1916 {
1917 case '\''s'\'': // string
1918 str = va_arg (args_copy, const char *);
1919 break;
1920 case '\''d'\'': // int
1921 number = va_arg (args_copy, int);
1922 break;
1923 case '\''f'\'': // float
1924 fnumber = va_arg (args_copy, double);
1925 break;
1926 default:
1927 break;
1928 }
1929 }
1930 va_end (args_copy);
1931 va_end (args);
1932
1933 return *str && number && fnumber;
1934}
1935'
1936
1937# Test code for whether the C compiler supports C99 (body of main).
1938ac_c_conftest_c99_main='
1939 // Check bool.
1940 _Bool success = false;
1941 success |= (argc != 0);
1942
1943 // Check restrict.
1944 if (test_restrict ("String literal") == 0)
1945 success = true;
1946 char *restrict newvar = "Another string";
1947
1948 // Check varargs.
1949 success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234);
1950 test_varargs_macros ();
1951
1952 // Check flexible array members.
1953 struct incomplete_array *ia =
1954 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
1955 ia->datasize = 10;
1956 for (int i = 0; i < ia->datasize; ++i)
1957 ia->data[i] = i * 1.234;
1958
1959 // Check named initializers.
1960 struct named_init ni = {
1961 .number = 34,
1962 .name = L"Test wide string",
1963 .average = 543.34343,
1964 };
1965
1966 ni.number = 58;
1967
1968 int dynamic_array[ni.number];
1969 dynamic_array[0] = argv[0][0];
1970 dynamic_array[ni.number - 1] = 543;
1971
1972 // work around unused variable warnings
1973 ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\''
1974 || dynamic_array[ni.number - 1] != 543);
1975'
1976
1977# Test code for whether the C compiler supports C11 (global declarations)
1978ac_c_conftest_c11_globals='
1979// Does the compiler advertise C11 conformance?
1980#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
1981# error "Compiler does not advertise C11 conformance"
1982#endif
1983
1984// Check _Alignas.
1985char _Alignas (double) aligned_as_double;
1986char _Alignas (0) no_special_alignment;
1987extern char aligned_as_int;
1988char _Alignas (0) _Alignas (int) aligned_as_int;
1989
1990// Check _Alignof.
1991enum
1992{
1993 int_alignment = _Alignof (int),
1994 int_array_alignment = _Alignof (int[100]),
1995 char_alignment = _Alignof (char)
1996};
1997_Static_assert (0 < -_Alignof (int), "_Alignof is signed");
1998
1999// Check _Noreturn.
2000int _Noreturn does_not_return (void) { for (;;) continue; }
2001
2002// Check _Static_assert.
2003struct test_static_assert
2004{
2005 int x;
2006 _Static_assert (sizeof (int) <= sizeof (long int),
2007 "_Static_assert does not work in struct");
2008 long int y;
2009};
2010
2011// Check UTF-8 literals.
2012#define u8 syntax error!
2013char const utf8_literal[] = u8"happens to be ASCII" "another string";
2014
2015// Check duplicate typedefs.
2016typedef long *long_ptr;
2017typedef long int *long_ptr;
2018typedef long_ptr long_ptr;
2019
2020// Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
2021struct anonymous
2022{
2023 union {
2024 struct { int i; int j; };
2025 struct { int k; long int l; } w;
2026 };
2027 int m;
2028} v1;
2029'
2030
2031# Test code for whether the C compiler supports C11 (body of main).
2032ac_c_conftest_c11_main='
2033 _Static_assert ((offsetof (struct anonymous, i)
2034 == offsetof (struct anonymous, w.k)),
2035 "Anonymous union alignment botch");
2036 v1.i = 2;
2037 v1.w.k = 5;
2038 ok |= v1.i != 5;
2039'
2040
2041# Test code for whether the C compiler supports C11 (complete).
2042ac_c_conftest_c11_program="${ac_c_conftest_c89_globals}
2043${ac_c_conftest_c99_globals}
2044${ac_c_conftest_c11_globals}
2045
2046int
2047main (int argc, char **argv)
2048{
2049 int ok = 0;
2050 ${ac_c_conftest_c89_main}
2051 ${ac_c_conftest_c99_main}
2052 ${ac_c_conftest_c11_main}
2053 return ok;
2054}
2055"
2056
2057# Test code for whether the C compiler supports C99 (complete).
2058ac_c_conftest_c99_program="${ac_c_conftest_c89_globals}
2059${ac_c_conftest_c99_globals}
2060
2061int
2062main (int argc, char **argv)
2063{
2064 int ok = 0;
2065 ${ac_c_conftest_c89_main}
2066 ${ac_c_conftest_c99_main}
2067 return ok;
2068}
2069"
2070
2071# Test code for whether the C compiler supports C89 (complete).
2072ac_c_conftest_c89_program="${ac_c_conftest_c89_globals}
2073
2074int
2075main (int argc, char **argv)
2076{
2077 int ok = 0;
2078 ${ac_c_conftest_c89_main}
2079 return ok;
2080}
2081"
2082
2083
2084# Auxiliary files required by this configure script.
2085ac_aux_files="compile missing install-sh"
2086
2087# Locations in which to look for auxiliary files.
2088ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.."
2089
2090# Search for a directory containing all of the required auxiliary files,
2091# $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates.
2092# If we don't find one directory that contains all the files we need,
2093# we report the set of missing files from the *first* directory in
2094# $ac_aux_dir_candidates and give up.
2095ac_missing_aux_files=""
2096ac_first_candidate=:
2097printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5
2098as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2099as_found=false
2100for as_dir in $ac_aux_dir_candidates
2101do
2102 IFS=$as_save_IFS
2103 case $as_dir in #(((
2104 '') as_dir=./ ;;
2105 */) ;;
2106 *) as_dir=$as_dir/ ;;
2107 esac
2108 as_found=:
2109
2110 printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5
2111 ac_aux_dir_found=yes
2112 ac_install_sh=
2113 for ac_aux in $ac_aux_files
2114 do
2115 # As a special case, if "install-sh" is required, that requirement
2116 # can be satisfied by any of "install-sh", "install.sh", or "shtool",
2117 # and $ac_install_sh is set appropriately for whichever one is found.
2118 if test x"$ac_aux" = x"install-sh"
2119 then
2120 if test -f "${as_dir}install-sh"; then
2121 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5
2122 ac_install_sh="${as_dir}install-sh -c"
2123 elif test -f "${as_dir}install.sh"; then
2124 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5
2125 ac_install_sh="${as_dir}install.sh -c"
2126 elif test -f "${as_dir}shtool"; then
2127 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5
2128 ac_install_sh="${as_dir}shtool install -c"
2129 else
2130 ac_aux_dir_found=no
2131 if $ac_first_candidate; then
2132 ac_missing_aux_files="${ac_missing_aux_files} install-sh"
2133 else
2134 break
2135 fi
2136 fi
2137 else
2138 if test -f "${as_dir}${ac_aux}"; then
2139 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5
2140 else
2141 ac_aux_dir_found=no
2142 if $ac_first_candidate; then
2143 ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}"
2144 else
2145 break
2146 fi
2147 fi
2148 fi
2149 done
2150 if test "$ac_aux_dir_found" = yes; then
2151 ac_aux_dir="$as_dir"
2152 break
2153 fi
2154 ac_first_candidate=false
2155
2156 as_found=false
2157done
2158IFS=$as_save_IFS
2159if $as_found
2160then :
2161
2162else $as_nop
2163 as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5
2164fi
2165
2166
2167# These three variables are undocumented and unsupported,
2168# and are intended to be withdrawn in a future Autoconf release.
2169# They can cause serious problems if a builder's source tree is in a directory
2170# whose full name contains unusual characters.
2171if test -f "${ac_aux_dir}config.guess"; then
2172 ac_config_guess="$SHELL ${ac_aux_dir}config.guess"
2173fi
2174if test -f "${ac_aux_dir}config.sub"; then
2175 ac_config_sub="$SHELL ${ac_aux_dir}config.sub"
2176fi
2177if test -f "$ac_aux_dir/configure"; then
2178 ac_configure="$SHELL ${ac_aux_dir}configure"
2179fi
2180
2181# Check that the precious variables saved in the cache have kept the same
2182# value.
2183ac_cache_corrupted=false
2184for ac_var in $ac_precious_vars; do
2185 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2186 eval ac_new_set=\$ac_env_${ac_var}_set
2187 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2188 eval ac_new_val=\$ac_env_${ac_var}_value
2189 case $ac_old_set,$ac_new_set in
2190 set,)
2191 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2192printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2193 ac_cache_corrupted=: ;;
2194 ,set)
2195 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2196printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2197 ac_cache_corrupted=: ;;
2198 ,);;
2199 *)
2200 if test "x$ac_old_val" != "x$ac_new_val"; then
2201 # differences in whitespace do not lead to failure.
2202 ac_old_val_w=`echo x $ac_old_val`
2203 ac_new_val_w=`echo x $ac_new_val`
2204 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2205 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2206printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2207 ac_cache_corrupted=:
2208 else
2209 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2210printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2211 eval $ac_var=\$ac_old_val
2212 fi
2213 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2214printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;}
2215 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2216printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;}
2217 fi;;
2218 esac
2219 # Pass precious variables to config.status.
2220 if test "$ac_new_set" = set; then
2221 case $ac_new_val in
2222 *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2223 *) ac_arg=$ac_var=$ac_new_val ;;
2224 esac
2225 case " $ac_configure_args " in
2226 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2227 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2228 esac
2229 fi
2230done
2231if $ac_cache_corrupted; then
2232 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2233printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
2234 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2235printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;}
2236 as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'
2237 and start over" "$LINENO" 5
2238fi
2239## -------------------- ##
2240## Main body of script. ##
2241## -------------------- ##
2242
2243ac_ext=c
2244ac_cpp='$CPP $CPPFLAGS'
2245ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2246ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2247ac_compiler_gnu=$ac_cv_c_compiler_gnu
2248
2249
2250am__api_version='1.16'
2251
2252
2253
2254 # Find a good install program. We prefer a C program (faster),
2255# so one script is as good as another. But avoid the broken or
2256# incompatible versions:
2257# SysV /etc/install, /usr/sbin/install
2258# SunOS /usr/etc/install
2259# IRIX /sbin/install
2260# AIX /bin/install
2261# AmigaOS /C/install, which installs bootblocks on floppy discs
2262# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2263# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2264# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2265# OS/2's system install, which has a completely different semantic
2266# ./install, which can be erroneously created by make from ./install.sh.
2267# Reject install programs that cannot install multiple files.
2268{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2269printf %s "checking for a BSD-compatible install... " >&6; }
2270if test -z "$INSTALL"; then
2271if test ${ac_cv_path_install+y}
2272then :
2273 printf %s "(cached) " >&6
2274else $as_nop
2275 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2276for as_dir in $PATH
2277do
2278 IFS=$as_save_IFS
2279 case $as_dir in #(((
2280 '') as_dir=./ ;;
2281 */) ;;
2282 *) as_dir=$as_dir/ ;;
2283 esac
2284 # Account for fact that we put trailing slashes in our PATH walk.
2285case $as_dir in #((
2286 ./ | /[cC]/* | \
2287 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2288 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2289 /usr/ucb/* ) ;;
2290 *)
2291 # OSF1 and SCO ODT 3.0 have their own names for install.
2292 # Don't use installbsd from OSF since it installs stuff as root
2293 # by default.
2294 for ac_prog in ginstall scoinst install; do
2295 for ac_exec_ext in '' $ac_executable_extensions; do
2296 if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then
2297 if test $ac_prog = install &&
2298 grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2299 # AIX install. It has an incompatible calling convention.
2300 :
2301 elif test $ac_prog = install &&
2302 grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2303 # program-specific install script used by HP pwplus--don't use.
2304 :
2305 else
2306 rm -rf conftest.one conftest.two conftest.dir
2307 echo one > conftest.one
2308 echo two > conftest.two
2309 mkdir conftest.dir
2310 if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" &&
2311 test -s conftest.one && test -s conftest.two &&
2312 test -s conftest.dir/conftest.one &&
2313 test -s conftest.dir/conftest.two
2314 then
2315 ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c"
2316 break 3
2317 fi
2318 fi
2319 fi
2320 done
2321 done
2322 ;;
2323esac
2324
2325 done
2326IFS=$as_save_IFS
2327
2328rm -rf conftest.one conftest.two conftest.dir
2329
2330fi
2331 if test ${ac_cv_path_install+y}; then
2332 INSTALL=$ac_cv_path_install
2333 else
2334 # As a last resort, use the slow shell script. Don't cache a
2335 # value for INSTALL within a source directory, because that will
2336 # break other packages using the cache if that directory is
2337 # removed, or if the value is a relative name.
2338 INSTALL=$ac_install_sh
2339 fi
2340fi
2341{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2342printf "%s\n" "$INSTALL" >&6; }
2343
2344# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2345# It thinks the first close brace ends the variable substitution.
2346test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2347
2348test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2349
2350test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2351
2352{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2353printf %s "checking whether build environment is sane... " >&6; }
2354# Reject unsafe characters in $srcdir or the absolute working directory
2355# name. Accept space and tab only in the latter.
2356am_lf='
2357'
2358case `pwd` in
2359 *[\\\"\#\$\&\'\`$am_lf]*)
2360 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2361esac
2362case $srcdir in
2363 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2364 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2365esac
2366
2367# Do 'set' in a subshell so we don't clobber the current shell's
2368# arguments. Must try -L first in case configure is actually a
2369# symlink; some systems play weird games with the mod time of symlinks
2370# (eg FreeBSD returns the mod time of the symlink's containing
2371# directory).
2372if (
2373 am_has_slept=no
2374 for am_try in 1 2; do
2375 echo "timestamp, slept: $am_has_slept" > conftest.file
2376 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2377 if test "$*" = "X"; then
2378 # -L didn't work.
2379 set X `ls -t "$srcdir/configure" conftest.file`
2380 fi
2381 if test "$*" != "X $srcdir/configure conftest.file" \
2382 && test "$*" != "X conftest.file $srcdir/configure"; then
2383
2384 # If neither matched, then we have a broken ls. This can happen
2385 # if, for instance, CONFIG_SHELL is bash and it inherits a
2386 # broken ls alias from the environment. This has actually
2387 # happened. Such a system could not be considered "sane".
2388 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2389 alias in your environment" "$LINENO" 5
2390 fi
2391 if test "$2" = conftest.file || test $am_try -eq 2; then
2392 break
2393 fi
2394 # Just in case.
2395 sleep 1
2396 am_has_slept=yes
2397 done
2398 test "$2" = conftest.file
2399 )
2400then
2401 # Ok.
2402 :
2403else
2404 as_fn_error $? "newly created file is older than distributed files!
2405Check your system clock" "$LINENO" 5
2406fi
2407{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2408printf "%s\n" "yes" >&6; }
2409# If we didn't sleep, we still need to ensure time stamps of config.status and
2410# generated files are strictly newer.
2411am_sleep_pid=
2412if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2413 ( sleep 1 ) &
2414 am_sleep_pid=$!
2415fi
2416
2417rm -f conftest.file
2418
2419test "$program_prefix" != NONE &&
2420 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2421# Use a double $ so make ignores it.
2422test "$program_suffix" != NONE &&
2423 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2424# Double any \ or $.
2425# By default was `s,x,x', remove it if useless.
2426ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2427program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"`
2428
2429
2430# Expand $ac_aux_dir to an absolute path.
2431am_aux_dir=`cd "$ac_aux_dir" && pwd`
2432
2433
2434 if test x"${MISSING+set}" != xset; then
2435 MISSING="\${SHELL} '$am_aux_dir/missing'"
2436fi
2437# Use eval to expand $SHELL
2438if eval "$MISSING --is-lightweight"; then
2439 am_missing_run="$MISSING "
2440else
2441 am_missing_run=
2442 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2443printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2444fi
2445
2446if test x"${install_sh+set}" != xset; then
2447 case $am_aux_dir in
2448 *\ * | *\ *)
2449 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2450 *)
2451 install_sh="\${SHELL} $am_aux_dir/install-sh"
2452 esac
2453fi
2454
2455# Installed binaries are usually stripped using 'strip' when the user
2456# run "make install-strip". However 'strip' might not be the right
2457# tool to use in cross-compilation environments, therefore Automake
2458# will honor the 'STRIP' environment variable to overrule this program.
2459if test "$cross_compiling" != no; then
2460 if test -n "$ac_tool_prefix"; then
2461 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2462set dummy ${ac_tool_prefix}strip; ac_word=$2
2463{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2464printf %s "checking for $ac_word... " >&6; }
2465if test ${ac_cv_prog_STRIP+y}
2466then :
2467 printf %s "(cached) " >&6
2468else $as_nop
2469 if test -n "$STRIP"; then
2470 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2471else
2472as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2473for as_dir in $PATH
2474do
2475 IFS=$as_save_IFS
2476 case $as_dir in #(((
2477 '') as_dir=./ ;;
2478 */) ;;
2479 *) as_dir=$as_dir/ ;;
2480 esac
2481 for ac_exec_ext in '' $ac_executable_extensions; do
2482 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
2483 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2484 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
2485 break 2
2486 fi
2487done
2488 done
2489IFS=$as_save_IFS
2490
2491fi
2492fi
2493STRIP=$ac_cv_prog_STRIP
2494if test -n "$STRIP"; then
2495 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2496printf "%s\n" "$STRIP" >&6; }
2497else
2498 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2499printf "%s\n" "no" >&6; }
2500fi
2501
2502
2503fi
2504if test -z "$ac_cv_prog_STRIP"; then
2505 ac_ct_STRIP=$STRIP
2506 # Extract the first word of "strip", so it can be a program name with args.
2507set dummy strip; ac_word=$2
2508{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2509printf %s "checking for $ac_word... " >&6; }
2510if test ${ac_cv_prog_ac_ct_STRIP+y}
2511then :
2512 printf %s "(cached) " >&6
2513else $as_nop
2514 if test -n "$ac_ct_STRIP"; then
2515 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2516else
2517as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2518for as_dir in $PATH
2519do
2520 IFS=$as_save_IFS
2521 case $as_dir in #(((
2522 '') as_dir=./ ;;
2523 */) ;;
2524 *) as_dir=$as_dir/ ;;
2525 esac
2526 for ac_exec_ext in '' $ac_executable_extensions; do
2527 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
2528 ac_cv_prog_ac_ct_STRIP="strip"
2529 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
2530 break 2
2531 fi
2532done
2533 done
2534IFS=$as_save_IFS
2535
2536fi
2537fi
2538ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2539if test -n "$ac_ct_STRIP"; then
2540 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2541printf "%s\n" "$ac_ct_STRIP" >&6; }
2542else
2543 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2544printf "%s\n" "no" >&6; }
2545fi
2546
2547 if test "x$ac_ct_STRIP" = x; then
2548 STRIP=":"
2549 else
2550 case $cross_compiling:$ac_tool_warned in
2551yes:)
2552{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2553printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2554ac_tool_warned=yes ;;
2555esac
2556 STRIP=$ac_ct_STRIP
2557 fi
2558else
2559 STRIP="$ac_cv_prog_STRIP"
2560fi
2561
2562fi
2563INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2564
2565
2566 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5
2567printf %s "checking for a race-free mkdir -p... " >&6; }
2568if test -z "$MKDIR_P"; then
2569 if test ${ac_cv_path_mkdir+y}
2570then :
2571 printf %s "(cached) " >&6
2572else $as_nop
2573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2574for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2575do
2576 IFS=$as_save_IFS
2577 case $as_dir in #(((
2578 '') as_dir=./ ;;
2579 */) ;;
2580 *) as_dir=$as_dir/ ;;
2581 esac
2582 for ac_prog in mkdir gmkdir; do
2583 for ac_exec_ext in '' $ac_executable_extensions; do
2584 as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue
2585 case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #(
2586 'mkdir ('*'coreutils) '* | \
2587 'BusyBox '* | \
2588 'mkdir (fileutils) '4.1*)
2589 ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext
2590 break 3;;
2591 esac
2592 done
2593 done
2594 done
2595IFS=$as_save_IFS
2596
2597fi
2598
2599 test -d ./--version && rmdir ./--version
2600 if test ${ac_cv_path_mkdir+y}; then
2601 MKDIR_P="$ac_cv_path_mkdir -p"
2602 else
2603 # As a last resort, use the slow shell script. Don't cache a
2604 # value for MKDIR_P within a source directory, because that will
2605 # break other packages using the cache if that directory is
2606 # removed, or if the value is a relative name.
2607 MKDIR_P="$ac_install_sh -d"
2608 fi
2609fi
2610{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2611printf "%s\n" "$MKDIR_P" >&6; }
2612
2613for ac_prog in gawk mawk nawk awk
2614do
2615 # Extract the first word of "$ac_prog", so it can be a program name with args.
2616set dummy $ac_prog; ac_word=$2
2617{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2618printf %s "checking for $ac_word... " >&6; }
2619if test ${ac_cv_prog_AWK+y}
2620then :
2621 printf %s "(cached) " >&6
2622else $as_nop
2623 if test -n "$AWK"; then
2624 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2625else
2626as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2627for as_dir in $PATH
2628do
2629 IFS=$as_save_IFS
2630 case $as_dir in #(((
2631 '') as_dir=./ ;;
2632 */) ;;
2633 *) as_dir=$as_dir/ ;;
2634 esac
2635 for ac_exec_ext in '' $ac_executable_extensions; do
2636 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
2637 ac_cv_prog_AWK="$ac_prog"
2638 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
2639 break 2
2640 fi
2641done
2642 done
2643IFS=$as_save_IFS
2644
2645fi
2646fi
2647AWK=$ac_cv_prog_AWK
2648if test -n "$AWK"; then
2649 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2650printf "%s\n" "$AWK" >&6; }
2651else
2652 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2653printf "%s\n" "no" >&6; }
2654fi
2655
2656
2657 test -n "$AWK" && break
2658done
2659
2660{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2661printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2662set x ${MAKE-make}
2663ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2664if eval test \${ac_cv_prog_make_${ac_make}_set+y}
2665then :
2666 printf %s "(cached) " >&6
2667else $as_nop
2668 cat >conftest.make <<\_ACEOF
2669SHELL = /bin/sh
2670all:
2671 @echo '@@@%%%=$(MAKE)=@@@%%%'
2672_ACEOF
2673# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2674case `${MAKE-make} -f conftest.make 2>/dev/null` in
2675 *@@@%%%=?*=@@@%%%*)
2676 eval ac_cv_prog_make_${ac_make}_set=yes;;
2677 *)
2678 eval ac_cv_prog_make_${ac_make}_set=no;;
2679esac
2680rm -f conftest.make
2681fi
2682if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2683 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2684printf "%s\n" "yes" >&6; }
2685 SET_MAKE=
2686else
2687 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2688printf "%s\n" "no" >&6; }
2689 SET_MAKE="MAKE=${MAKE-make}"
2690fi
2691
2692rm -rf .tst 2>/dev/null
2693mkdir .tst 2>/dev/null
2694if test -d .tst; then
2695 am__leading_dot=.
2696else
2697 am__leading_dot=_
2698fi
2699rmdir .tst 2>/dev/null
2700
2701# Check whether --enable-silent-rules was given.
2702if test ${enable_silent_rules+y}
2703then :
2704 enableval=$enable_silent_rules;
2705fi
2706
2707case $enable_silent_rules in # (((
2708 yes) AM_DEFAULT_VERBOSITY=0;;
2709 no) AM_DEFAULT_VERBOSITY=1;;
2710 *) AM_DEFAULT_VERBOSITY=1;;
2711esac
2712am_make=${MAKE-make}
2713{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2714printf %s "checking whether $am_make supports nested variables... " >&6; }
2715if test ${am_cv_make_support_nested_variables+y}
2716then :
2717 printf %s "(cached) " >&6
2718else $as_nop
2719 if printf "%s\n" 'TRUE=$(BAR$(V))
2720BAR0=false
2721BAR1=true
2722V=1
2723am__doit:
2724 @$(TRUE)
2725.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2726 am_cv_make_support_nested_variables=yes
2727else
2728 am_cv_make_support_nested_variables=no
2729fi
2730fi
2731{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2732printf "%s\n" "$am_cv_make_support_nested_variables" >&6; }
2733if test $am_cv_make_support_nested_variables = yes; then
2734 AM_V='$(V)'
2735 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2736else
2737 AM_V=$AM_DEFAULT_VERBOSITY
2738 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2739fi
2740AM_BACKSLASH='\'
2741
2742if test "`cd $srcdir && pwd`" != "`pwd`"; then
2743 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2744 # is not polluted with repeated "-I."
2745 am__isrc=' -I$(srcdir)'
2746 # test to see if srcdir already configured
2747 if test -f $srcdir/config.status; then
2748 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2749 fi
2750fi
2751
2752# test whether we have cygpath
2753if test -z "$CYGPATH_W"; then
2754 if (cygpath --version) >/dev/null 2>/dev/null; then
2755 CYGPATH_W='cygpath -w'
2756 else
2757 CYGPATH_W=echo
2758 fi
2759fi
2760
2761
2762# Define the identity of the package.
2763 PACKAGE='run_keepass'
2764 VERSION='0.1'
2765
2766
2767printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
2768
2769
2770printf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h
2771
2772# Some tools Automake needs.
2773
2774ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2775
2776
2777AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2778
2779
2780AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2781
2782
2783AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2784
2785
2786MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2787
2788# For better backward compatibility. To be removed once Automake 1.9.x
2789# dies out for good. For more background, see:
2790# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2791# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2792mkdir_p='$(MKDIR_P)'
2793
2794# We need awk for the "check" target (and possibly the TAP driver). The
2795# system "awk" is bad on some platforms.
2796# Always define AMTAR for backward compatibility. Yes, it's still used
2797# in the wild :-( We should find a proper way to deprecate it ...
2798AMTAR='$${TAR-tar}'
2799
2800
2801# We'll loop over all known methods to create a tar archive until one works.
2802_am_tools='gnutar pax cpio none'
2803
2804am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2805
2806
2807
2808
2809
2810# Variables for tags utilities; see am/tags.am
2811if test -z "$CTAGS"; then
2812 CTAGS=ctags
2813fi
2814
2815if test -z "$ETAGS"; then
2816 ETAGS=etags
2817fi
2818
2819if test -z "$CSCOPE"; then
2820 CSCOPE=cscope
2821fi
2822
2823
2824
2825# POSIX will say in a future version that running "rm -f" with no argument
2826# is OK; and we want to be able to make that assumption in our Makefile
2827# recipes. So use an aggressive probe to check that the usage we want is
2828# actually supported "in the wild" to an acceptable degree.
2829# See automake bug#10828.
2830# To make any issue more visible, cause the running configure to be aborted
2831# by default if the 'rm' program in use doesn't match our expectations; the
2832# user can still override this though.
2833if rm -f && rm -fr && rm -rf; then : OK; else
2834 cat >&2 <<'END'
2835Oops!
2836
2837Your 'rm' program seems unable to run without file operands specified
2838on the command line, even when the '-f' option is present. This is contrary
2839to the behaviour of most rm programs out there, and not conforming with
2840the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
2841
2842Please tell bug-automake@gnu.org about your system, including the value
2843of your $PATH and any error possibly output before this message. This
2844can help us improve future automake versions.
2845
2846END
2847 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
2848 echo 'Configuration will proceed anyway, since you have set the' >&2
2849 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
2850 echo >&2
2851 else
2852 cat >&2 <<'END'
2853Aborting the configuration process, to ensure you take notice of the issue.
2854
2855You can download and install GNU coreutils to get an 'rm' implementation
2856that behaves properly: <https://www.gnu.org/software/coreutils/>.
2857
2858If you want to complete the configuration process using your problematic
2859'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
2860to "yes", and re-run configure.
2861
2862END
2863 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
2864 fi
2865fi
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876ac_ext=c
2877ac_cpp='$CPP $CPPFLAGS'
2878ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2879ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2880ac_compiler_gnu=$ac_cv_c_compiler_gnu
2881if test -n "$ac_tool_prefix"; then
2882 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2883set dummy ${ac_tool_prefix}gcc; ac_word=$2
2884{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2885printf %s "checking for $ac_word... " >&6; }
2886if test ${ac_cv_prog_CC+y}
2887then :
2888 printf %s "(cached) " >&6
2889else $as_nop
2890 if test -n "$CC"; then
2891 ac_cv_prog_CC="$CC" # Let the user override the test.
2892else
2893as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2894for as_dir in $PATH
2895do
2896 IFS=$as_save_IFS
2897 case $as_dir in #(((
2898 '') as_dir=./ ;;
2899 */) ;;
2900 *) as_dir=$as_dir/ ;;
2901 esac
2902 for ac_exec_ext in '' $ac_executable_extensions; do
2903 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
2904 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2905 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
2906 break 2
2907 fi
2908done
2909 done
2910IFS=$as_save_IFS
2911
2912fi
2913fi
2914CC=$ac_cv_prog_CC
2915if test -n "$CC"; then
2916 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2917printf "%s\n" "$CC" >&6; }
2918else
2919 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2920printf "%s\n" "no" >&6; }
2921fi
2922
2923
2924fi
2925if test -z "$ac_cv_prog_CC"; then
2926 ac_ct_CC=$CC
2927 # Extract the first word of "gcc", so it can be a program name with args.
2928set dummy gcc; ac_word=$2
2929{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2930printf %s "checking for $ac_word... " >&6; }
2931if test ${ac_cv_prog_ac_ct_CC+y}
2932then :
2933 printf %s "(cached) " >&6
2934else $as_nop
2935 if test -n "$ac_ct_CC"; then
2936 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2937else
2938as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2939for as_dir in $PATH
2940do
2941 IFS=$as_save_IFS
2942 case $as_dir in #(((
2943 '') as_dir=./ ;;
2944 */) ;;
2945 *) as_dir=$as_dir/ ;;
2946 esac
2947 for ac_exec_ext in '' $ac_executable_extensions; do
2948 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
2949 ac_cv_prog_ac_ct_CC="gcc"
2950 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
2951 break 2
2952 fi
2953done
2954 done
2955IFS=$as_save_IFS
2956
2957fi
2958fi
2959ac_ct_CC=$ac_cv_prog_ac_ct_CC
2960if test -n "$ac_ct_CC"; then
2961 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2962printf "%s\n" "$ac_ct_CC" >&6; }
2963else
2964 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2965printf "%s\n" "no" >&6; }
2966fi
2967
2968 if test "x$ac_ct_CC" = x; then
2969 CC=""
2970 else
2971 case $cross_compiling:$ac_tool_warned in
2972yes:)
2973{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2974printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2975ac_tool_warned=yes ;;
2976esac
2977 CC=$ac_ct_CC
2978 fi
2979else
2980 CC="$ac_cv_prog_CC"
2981fi
2982
2983if test -z "$CC"; then
2984 if test -n "$ac_tool_prefix"; then
2985 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2986set dummy ${ac_tool_prefix}cc; ac_word=$2
2987{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2988printf %s "checking for $ac_word... " >&6; }
2989if test ${ac_cv_prog_CC+y}
2990then :
2991 printf %s "(cached) " >&6
2992else $as_nop
2993 if test -n "$CC"; then
2994 ac_cv_prog_CC="$CC" # Let the user override the test.
2995else
2996as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2997for as_dir in $PATH
2998do
2999 IFS=$as_save_IFS
3000 case $as_dir in #(((
3001 '') as_dir=./ ;;
3002 */) ;;
3003 *) as_dir=$as_dir/ ;;
3004 esac
3005 for ac_exec_ext in '' $ac_executable_extensions; do
3006 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3007 ac_cv_prog_CC="${ac_tool_prefix}cc"
3008 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3009 break 2
3010 fi
3011done
3012 done
3013IFS=$as_save_IFS
3014
3015fi
3016fi
3017CC=$ac_cv_prog_CC
3018if test -n "$CC"; then
3019 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3020printf "%s\n" "$CC" >&6; }
3021else
3022 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3023printf "%s\n" "no" >&6; }
3024fi
3025
3026
3027 fi
3028fi
3029if test -z "$CC"; then
3030 # Extract the first word of "cc", so it can be a program name with args.
3031set dummy cc; ac_word=$2
3032{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3033printf %s "checking for $ac_word... " >&6; }
3034if test ${ac_cv_prog_CC+y}
3035then :
3036 printf %s "(cached) " >&6
3037else $as_nop
3038 if test -n "$CC"; then
3039 ac_cv_prog_CC="$CC" # Let the user override the test.
3040else
3041 ac_prog_rejected=no
3042as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3043for as_dir in $PATH
3044do
3045 IFS=$as_save_IFS
3046 case $as_dir in #(((
3047 '') as_dir=./ ;;
3048 */) ;;
3049 *) as_dir=$as_dir/ ;;
3050 esac
3051 for ac_exec_ext in '' $ac_executable_extensions; do
3052 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3053 if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3054 ac_prog_rejected=yes
3055 continue
3056 fi
3057 ac_cv_prog_CC="cc"
3058 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3059 break 2
3060 fi
3061done
3062 done
3063IFS=$as_save_IFS
3064
3065if test $ac_prog_rejected = yes; then
3066 # We found a bogon in the path, so make sure we never use it.
3067 set dummy $ac_cv_prog_CC
3068 shift
3069 if test $# != 0; then
3070 # We chose a different compiler from the bogus one.
3071 # However, it has the same basename, so the bogon will be chosen
3072 # first if we set CC to just the basename; use the full file name.
3073 shift
3074 ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@"
3075 fi
3076fi
3077fi
3078fi
3079CC=$ac_cv_prog_CC
3080if test -n "$CC"; then
3081 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3082printf "%s\n" "$CC" >&6; }
3083else
3084 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3085printf "%s\n" "no" >&6; }
3086fi
3087
3088
3089fi
3090if test -z "$CC"; then
3091 if test -n "$ac_tool_prefix"; then
3092 for ac_prog in cl.exe
3093 do
3094 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3095set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3096{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3097printf %s "checking for $ac_word... " >&6; }
3098if test ${ac_cv_prog_CC+y}
3099then :
3100 printf %s "(cached) " >&6
3101else $as_nop
3102 if test -n "$CC"; then
3103 ac_cv_prog_CC="$CC" # Let the user override the test.
3104else
3105as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3106for as_dir in $PATH
3107do
3108 IFS=$as_save_IFS
3109 case $as_dir in #(((
3110 '') as_dir=./ ;;
3111 */) ;;
3112 *) as_dir=$as_dir/ ;;
3113 esac
3114 for ac_exec_ext in '' $ac_executable_extensions; do
3115 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3116 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3117 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3118 break 2
3119 fi
3120done
3121 done
3122IFS=$as_save_IFS
3123
3124fi
3125fi
3126CC=$ac_cv_prog_CC
3127if test -n "$CC"; then
3128 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3129printf "%s\n" "$CC" >&6; }
3130else
3131 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3132printf "%s\n" "no" >&6; }
3133fi
3134
3135
3136 test -n "$CC" && break
3137 done
3138fi
3139if test -z "$CC"; then
3140 ac_ct_CC=$CC
3141 for ac_prog in cl.exe
3142do
3143 # Extract the first word of "$ac_prog", so it can be a program name with args.
3144set dummy $ac_prog; ac_word=$2
3145{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3146printf %s "checking for $ac_word... " >&6; }
3147if test ${ac_cv_prog_ac_ct_CC+y}
3148then :
3149 printf %s "(cached) " >&6
3150else $as_nop
3151 if test -n "$ac_ct_CC"; then
3152 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3153else
3154as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3155for as_dir in $PATH
3156do
3157 IFS=$as_save_IFS
3158 case $as_dir in #(((
3159 '') as_dir=./ ;;
3160 */) ;;
3161 *) as_dir=$as_dir/ ;;
3162 esac
3163 for ac_exec_ext in '' $ac_executable_extensions; do
3164 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3165 ac_cv_prog_ac_ct_CC="$ac_prog"
3166 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3167 break 2
3168 fi
3169done
3170 done
3171IFS=$as_save_IFS
3172
3173fi
3174fi
3175ac_ct_CC=$ac_cv_prog_ac_ct_CC
3176if test -n "$ac_ct_CC"; then
3177 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3178printf "%s\n" "$ac_ct_CC" >&6; }
3179else
3180 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3181printf "%s\n" "no" >&6; }
3182fi
3183
3184
3185 test -n "$ac_ct_CC" && break
3186done
3187
3188 if test "x$ac_ct_CC" = x; then
3189 CC=""
3190 else
3191 case $cross_compiling:$ac_tool_warned in
3192yes:)
3193{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3194printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3195ac_tool_warned=yes ;;
3196esac
3197 CC=$ac_ct_CC
3198 fi
3199fi
3200
3201fi
3202if test -z "$CC"; then
3203 if test -n "$ac_tool_prefix"; then
3204 # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args.
3205set dummy ${ac_tool_prefix}clang; ac_word=$2
3206{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3207printf %s "checking for $ac_word... " >&6; }
3208if test ${ac_cv_prog_CC+y}
3209then :
3210 printf %s "(cached) " >&6
3211else $as_nop
3212 if test -n "$CC"; then
3213 ac_cv_prog_CC="$CC" # Let the user override the test.
3214else
3215as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3216for as_dir in $PATH
3217do
3218 IFS=$as_save_IFS
3219 case $as_dir in #(((
3220 '') as_dir=./ ;;
3221 */) ;;
3222 *) as_dir=$as_dir/ ;;
3223 esac
3224 for ac_exec_ext in '' $ac_executable_extensions; do
3225 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3226 ac_cv_prog_CC="${ac_tool_prefix}clang"
3227 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3228 break 2
3229 fi
3230done
3231 done
3232IFS=$as_save_IFS
3233
3234fi
3235fi
3236CC=$ac_cv_prog_CC
3237if test -n "$CC"; then
3238 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3239printf "%s\n" "$CC" >&6; }
3240else
3241 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3242printf "%s\n" "no" >&6; }
3243fi
3244
3245
3246fi
3247if test -z "$ac_cv_prog_CC"; then
3248 ac_ct_CC=$CC
3249 # Extract the first word of "clang", so it can be a program name with args.
3250set dummy clang; ac_word=$2
3251{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3252printf %s "checking for $ac_word... " >&6; }
3253if test ${ac_cv_prog_ac_ct_CC+y}
3254then :
3255 printf %s "(cached) " >&6
3256else $as_nop
3257 if test -n "$ac_ct_CC"; then
3258 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3259else
3260as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3261for as_dir in $PATH
3262do
3263 IFS=$as_save_IFS
3264 case $as_dir in #(((
3265 '') as_dir=./ ;;
3266 */) ;;
3267 *) as_dir=$as_dir/ ;;
3268 esac
3269 for ac_exec_ext in '' $ac_executable_extensions; do
3270 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3271 ac_cv_prog_ac_ct_CC="clang"
3272 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3273 break 2
3274 fi
3275done
3276 done
3277IFS=$as_save_IFS
3278
3279fi
3280fi
3281ac_ct_CC=$ac_cv_prog_ac_ct_CC
3282if test -n "$ac_ct_CC"; then
3283 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3284printf "%s\n" "$ac_ct_CC" >&6; }
3285else
3286 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3287printf "%s\n" "no" >&6; }
3288fi
3289
3290 if test "x$ac_ct_CC" = x; then
3291 CC=""
3292 else
3293 case $cross_compiling:$ac_tool_warned in
3294yes:)
3295{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3296printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3297ac_tool_warned=yes ;;
3298esac
3299 CC=$ac_ct_CC
3300 fi
3301else
3302 CC="$ac_cv_prog_CC"
3303fi
3304
3305fi
3306
3307
3308test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3309printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
3310as_fn_error $? "no acceptable C compiler found in \$PATH
3311See \`config.log' for more details" "$LINENO" 5; }
3312
3313# Provide some information about the compiler.
3314printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3315set X $ac_compile
3316ac_compiler=$2
3317for ac_option in --version -v -V -qversion -version; do
3318 { { ac_try="$ac_compiler $ac_option >&5"
3319case "(($ac_try" in
3320 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3321 *) ac_try_echo=$ac_try;;
3322esac
3323eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3324printf "%s\n" "$ac_try_echo"; } >&5
3325 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3326 ac_status=$?
3327 if test -s conftest.err; then
3328 sed '10a\
3329... rest of stderr output deleted ...
3330 10q' conftest.err >conftest.er1
3331 cat conftest.er1 >&5
3332 fi
3333 rm -f conftest.er1 conftest.err
3334 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3335 test $ac_status = 0; }
3336done
3337
3338cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3339/* end confdefs.h. */
3340
3341int
3342main (void)
3343{
3344
3345 ;
3346 return 0;
3347}
3348_ACEOF
3349ac_clean_files_save=$ac_clean_files
3350ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3351# Try to create an executable without -o first, disregard a.out.
3352# It will help us diagnose broken compilers, and finding out an intuition
3353# of exeext.
3354{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3355printf %s "checking whether the C compiler works... " >&6; }
3356ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3357
3358# The possible output files:
3359ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3360
3361ac_rmfiles=
3362for ac_file in $ac_files
3363do
3364 case $ac_file in
3365 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3366 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3367 esac
3368done
3369rm -f $ac_rmfiles
3370
3371if { { ac_try="$ac_link_default"
3372case "(($ac_try" in
3373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3374 *) ac_try_echo=$ac_try;;
3375esac
3376eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3377printf "%s\n" "$ac_try_echo"; } >&5
3378 (eval "$ac_link_default") 2>&5
3379 ac_status=$?
3380 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3381 test $ac_status = 0; }
3382then :
3383 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3384# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3385# in a Makefile. We should not override ac_cv_exeext if it was cached,
3386# so that the user can short-circuit this test for compilers unknown to
3387# Autoconf.
3388for ac_file in $ac_files ''
3389do
3390 test -f "$ac_file" || continue
3391 case $ac_file in
3392 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3393 ;;
3394 [ab].out )
3395 # We found the default executable, but exeext='' is most
3396 # certainly right.
3397 break;;
3398 *.* )
3399 if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no;
3400 then :; else
3401 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3402 fi
3403 # We set ac_cv_exeext here because the later test for it is not
3404 # safe: cross compilers may not add the suffix if given an `-o'
3405 # argument, so we may need to know it at that point already.
3406 # Even if this section looks crufty: it has the advantage of
3407 # actually working.
3408 break;;
3409 * )
3410 break;;
3411 esac
3412done
3413test "$ac_cv_exeext" = no && ac_cv_exeext=
3414
3415else $as_nop
3416 ac_file=''
3417fi
3418if test -z "$ac_file"
3419then :
3420 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3421printf "%s\n" "no" >&6; }
3422printf "%s\n" "$as_me: failed program was:" >&5
3423sed 's/^/| /' conftest.$ac_ext >&5
3424
3425{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3426printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
3427as_fn_error 77 "C compiler cannot create executables
3428See \`config.log' for more details" "$LINENO" 5; }
3429else $as_nop
3430 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3431printf "%s\n" "yes" >&6; }
3432fi
3433{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3434printf %s "checking for C compiler default output file name... " >&6; }
3435{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3436printf "%s\n" "$ac_file" >&6; }
3437ac_exeext=$ac_cv_exeext
3438
3439rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3440ac_clean_files=$ac_clean_files_save
3441{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3442printf %s "checking for suffix of executables... " >&6; }
3443if { { ac_try="$ac_link"
3444case "(($ac_try" in
3445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3446 *) ac_try_echo=$ac_try;;
3447esac
3448eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3449printf "%s\n" "$ac_try_echo"; } >&5
3450 (eval "$ac_link") 2>&5
3451 ac_status=$?
3452 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3453 test $ac_status = 0; }
3454then :
3455 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3456# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3457# work properly (i.e., refer to `conftest.exe'), while it won't with
3458# `rm'.
3459for ac_file in conftest.exe conftest conftest.*; do
3460 test -f "$ac_file" || continue
3461 case $ac_file in
3462 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3463 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3464 break;;
3465 * ) break;;
3466 esac
3467done
3468else $as_nop
3469 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3470printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
3471as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3472See \`config.log' for more details" "$LINENO" 5; }
3473fi
3474rm -f conftest conftest$ac_cv_exeext
3475{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3476printf "%s\n" "$ac_cv_exeext" >&6; }
3477
3478rm -f conftest.$ac_ext
3479EXEEXT=$ac_cv_exeext
3480ac_exeext=$EXEEXT
3481cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3482/* end confdefs.h. */
3483#include <stdio.h>
3484int
3485main (void)
3486{
3487FILE *f = fopen ("conftest.out", "w");
3488 return ferror (f) || fclose (f) != 0;
3489
3490 ;
3491 return 0;
3492}
3493_ACEOF
3494ac_clean_files="$ac_clean_files conftest.out"
3495# Check that the compiler produces executables we can run. If not, either
3496# the compiler is broken, or we cross compile.
3497{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3498printf %s "checking whether we are cross compiling... " >&6; }
3499if test "$cross_compiling" != yes; then
3500 { { ac_try="$ac_link"
3501case "(($ac_try" in
3502 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3503 *) ac_try_echo=$ac_try;;
3504esac
3505eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3506printf "%s\n" "$ac_try_echo"; } >&5
3507 (eval "$ac_link") 2>&5
3508 ac_status=$?
3509 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3510 test $ac_status = 0; }
3511 if { ac_try='./conftest$ac_cv_exeext'
3512 { { case "(($ac_try" in
3513 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3514 *) ac_try_echo=$ac_try;;
3515esac
3516eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3517printf "%s\n" "$ac_try_echo"; } >&5
3518 (eval "$ac_try") 2>&5
3519 ac_status=$?
3520 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3521 test $ac_status = 0; }; }; then
3522 cross_compiling=no
3523 else
3524 if test "$cross_compiling" = maybe; then
3525 cross_compiling=yes
3526 else
3527 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3528printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
3529as_fn_error 77 "cannot run C compiled programs.
3530If you meant to cross compile, use \`--host'.
3531See \`config.log' for more details" "$LINENO" 5; }
3532 fi
3533 fi
3534fi
3535{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3536printf "%s\n" "$cross_compiling" >&6; }
3537
3538rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3539ac_clean_files=$ac_clean_files_save
3540{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3541printf %s "checking for suffix of object files... " >&6; }
3542if test ${ac_cv_objext+y}
3543then :
3544 printf %s "(cached) " >&6
3545else $as_nop
3546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3547/* end confdefs.h. */
3548
3549int
3550main (void)
3551{
3552
3553 ;
3554 return 0;
3555}
3556_ACEOF
3557rm -f conftest.o conftest.obj
3558if { { ac_try="$ac_compile"
3559case "(($ac_try" in
3560 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3561 *) ac_try_echo=$ac_try;;
3562esac
3563eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3564printf "%s\n" "$ac_try_echo"; } >&5
3565 (eval "$ac_compile") 2>&5
3566 ac_status=$?
3567 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3568 test $ac_status = 0; }
3569then :
3570 for ac_file in conftest.o conftest.obj conftest.*; do
3571 test -f "$ac_file" || continue;
3572 case $ac_file in
3573 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3574 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3575 break;;
3576 esac
3577done
3578else $as_nop
3579 printf "%s\n" "$as_me: failed program was:" >&5
3580sed 's/^/| /' conftest.$ac_ext >&5
3581
3582{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3583printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
3584as_fn_error $? "cannot compute suffix of object files: cannot compile
3585See \`config.log' for more details" "$LINENO" 5; }
3586fi
3587rm -f conftest.$ac_cv_objext conftest.$ac_ext
3588fi
3589{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3590printf "%s\n" "$ac_cv_objext" >&6; }
3591OBJEXT=$ac_cv_objext
3592ac_objext=$OBJEXT
3593{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5
3594printf %s "checking whether the compiler supports GNU C... " >&6; }
3595if test ${ac_cv_c_compiler_gnu+y}
3596then :
3597 printf %s "(cached) " >&6
3598else $as_nop
3599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3600/* end confdefs.h. */
3601
3602int
3603main (void)
3604{
3605#ifndef __GNUC__
3606 choke me
3607#endif
3608
3609 ;
3610 return 0;
3611}
3612_ACEOF
3613if ac_fn_c_try_compile "$LINENO"
3614then :
3615 ac_compiler_gnu=yes
3616else $as_nop
3617 ac_compiler_gnu=no
3618fi
3619rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3620ac_cv_c_compiler_gnu=$ac_compiler_gnu
3621
3622fi
3623{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3624printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; }
3625ac_compiler_gnu=$ac_cv_c_compiler_gnu
3626
3627if test $ac_compiler_gnu = yes; then
3628 GCC=yes
3629else
3630 GCC=
3631fi
3632ac_test_CFLAGS=${CFLAGS+y}
3633ac_save_CFLAGS=$CFLAGS
3634{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3635printf %s "checking whether $CC accepts -g... " >&6; }
3636if test ${ac_cv_prog_cc_g+y}
3637then :
3638 printf %s "(cached) " >&6
3639else $as_nop
3640 ac_save_c_werror_flag=$ac_c_werror_flag
3641 ac_c_werror_flag=yes
3642 ac_cv_prog_cc_g=no
3643 CFLAGS="-g"
3644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3645/* end confdefs.h. */
3646
3647int
3648main (void)
3649{
3650
3651 ;
3652 return 0;
3653}
3654_ACEOF
3655if ac_fn_c_try_compile "$LINENO"
3656then :
3657 ac_cv_prog_cc_g=yes
3658else $as_nop
3659 CFLAGS=""
3660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3661/* end confdefs.h. */
3662
3663int
3664main (void)
3665{
3666
3667 ;
3668 return 0;
3669}
3670_ACEOF
3671if ac_fn_c_try_compile "$LINENO"
3672then :
3673
3674else $as_nop
3675 ac_c_werror_flag=$ac_save_c_werror_flag
3676 CFLAGS="-g"
3677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3678/* end confdefs.h. */
3679
3680int
3681main (void)
3682{
3683
3684 ;
3685 return 0;
3686}
3687_ACEOF
3688if ac_fn_c_try_compile "$LINENO"
3689then :
3690 ac_cv_prog_cc_g=yes
3691fi
3692rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3693fi
3694rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3695fi
3696rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3697 ac_c_werror_flag=$ac_save_c_werror_flag
3698fi
3699{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3700printf "%s\n" "$ac_cv_prog_cc_g" >&6; }
3701if test $ac_test_CFLAGS; then
3702 CFLAGS=$ac_save_CFLAGS
3703elif test $ac_cv_prog_cc_g = yes; then
3704 if test "$GCC" = yes; then
3705 CFLAGS="-g -O2"
3706 else
3707 CFLAGS="-g"
3708 fi
3709else
3710 if test "$GCC" = yes; then
3711 CFLAGS="-O2"
3712 else
3713 CFLAGS=
3714 fi
3715fi
3716ac_prog_cc_stdc=no
3717if test x$ac_prog_cc_stdc = xno
3718then :
3719 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5
3720printf %s "checking for $CC option to enable C11 features... " >&6; }
3721if test ${ac_cv_prog_cc_c11+y}
3722then :
3723 printf %s "(cached) " >&6
3724else $as_nop
3725 ac_cv_prog_cc_c11=no
3726ac_save_CC=$CC
3727cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3728/* end confdefs.h. */
3729$ac_c_conftest_c11_program
3730_ACEOF
3731for ac_arg in '' -std=gnu11
3732do
3733 CC="$ac_save_CC $ac_arg"
3734 if ac_fn_c_try_compile "$LINENO"
3735then :
3736 ac_cv_prog_cc_c11=$ac_arg
3737fi
3738rm -f core conftest.err conftest.$ac_objext conftest.beam
3739 test "x$ac_cv_prog_cc_c11" != "xno" && break
3740done
3741rm -f conftest.$ac_ext
3742CC=$ac_save_CC
3743fi
3744
3745if test "x$ac_cv_prog_cc_c11" = xno
3746then :
3747 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3748printf "%s\n" "unsupported" >&6; }
3749else $as_nop
3750 if test "x$ac_cv_prog_cc_c11" = x
3751then :
3752 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3753printf "%s\n" "none needed" >&6; }
3754else $as_nop
3755 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5
3756printf "%s\n" "$ac_cv_prog_cc_c11" >&6; }
3757 CC="$CC $ac_cv_prog_cc_c11"
3758fi
3759 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11
3760 ac_prog_cc_stdc=c11
3761fi
3762fi
3763if test x$ac_prog_cc_stdc = xno
3764then :
3765 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5
3766printf %s "checking for $CC option to enable C99 features... " >&6; }
3767if test ${ac_cv_prog_cc_c99+y}
3768then :
3769 printf %s "(cached) " >&6
3770else $as_nop
3771 ac_cv_prog_cc_c99=no
3772ac_save_CC=$CC
3773cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3774/* end confdefs.h. */
3775$ac_c_conftest_c99_program
3776_ACEOF
3777for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99=
3778do
3779 CC="$ac_save_CC $ac_arg"
3780 if ac_fn_c_try_compile "$LINENO"
3781then :
3782 ac_cv_prog_cc_c99=$ac_arg
3783fi
3784rm -f core conftest.err conftest.$ac_objext conftest.beam
3785 test "x$ac_cv_prog_cc_c99" != "xno" && break
3786done
3787rm -f conftest.$ac_ext
3788CC=$ac_save_CC
3789fi
3790
3791if test "x$ac_cv_prog_cc_c99" = xno
3792then :
3793 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3794printf "%s\n" "unsupported" >&6; }
3795else $as_nop
3796 if test "x$ac_cv_prog_cc_c99" = x
3797then :
3798 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3799printf "%s\n" "none needed" >&6; }
3800else $as_nop
3801 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
3802printf "%s\n" "$ac_cv_prog_cc_c99" >&6; }
3803 CC="$CC $ac_cv_prog_cc_c99"
3804fi
3805 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
3806 ac_prog_cc_stdc=c99
3807fi
3808fi
3809if test x$ac_prog_cc_stdc = xno
3810then :
3811 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5
3812printf %s "checking for $CC option to enable C89 features... " >&6; }
3813if test ${ac_cv_prog_cc_c89+y}
3814then :
3815 printf %s "(cached) " >&6
3816else $as_nop
3817 ac_cv_prog_cc_c89=no
3818ac_save_CC=$CC
3819cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3820/* end confdefs.h. */
3821$ac_c_conftest_c89_program
3822_ACEOF
3823for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3824do
3825 CC="$ac_save_CC $ac_arg"
3826 if ac_fn_c_try_compile "$LINENO"
3827then :
3828 ac_cv_prog_cc_c89=$ac_arg
3829fi
3830rm -f core conftest.err conftest.$ac_objext conftest.beam
3831 test "x$ac_cv_prog_cc_c89" != "xno" && break
3832done
3833rm -f conftest.$ac_ext
3834CC=$ac_save_CC
3835fi
3836
3837if test "x$ac_cv_prog_cc_c89" = xno
3838then :
3839 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3840printf "%s\n" "unsupported" >&6; }
3841else $as_nop
3842 if test "x$ac_cv_prog_cc_c89" = x
3843then :
3844 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3845printf "%s\n" "none needed" >&6; }
3846else $as_nop
3847 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3848printf "%s\n" "$ac_cv_prog_cc_c89" >&6; }
3849 CC="$CC $ac_cv_prog_cc_c89"
3850fi
3851 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89
3852 ac_prog_cc_stdc=c89
3853fi
3854fi
3855
3856ac_ext=c
3857ac_cpp='$CPP $CPPFLAGS'
3858ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3859ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3860ac_compiler_gnu=$ac_cv_c_compiler_gnu
3861
3862
3863 ac_ext=c
3864ac_cpp='$CPP $CPPFLAGS'
3865ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3866ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3867ac_compiler_gnu=$ac_cv_c_compiler_gnu
3868{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3869printf %s "checking whether $CC understands -c and -o together... " >&6; }
3870if test ${am_cv_prog_cc_c_o+y}
3871then :
3872 printf %s "(cached) " >&6
3873else $as_nop
3874 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3875/* end confdefs.h. */
3876
3877int
3878main (void)
3879{
3880
3881 ;
3882 return 0;
3883}
3884_ACEOF
3885 # Make sure it works both with $CC and with simple cc.
3886 # Following AC_PROG_CC_C_O, we do the test twice because some
3887 # compilers refuse to overwrite an existing .o file with -o,
3888 # though they will create one.
3889 am_cv_prog_cc_c_o=yes
3890 for am_i in 1 2; do
3891 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3892 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3893 ac_status=$?
3894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3895 (exit $ac_status); } \
3896 && test -f conftest2.$ac_objext; then
3897 : OK
3898 else
3899 am_cv_prog_cc_c_o=no
3900 break
3901 fi
3902 done
3903 rm -f core conftest*
3904 unset am_i
3905fi
3906{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3907printf "%s\n" "$am_cv_prog_cc_c_o" >&6; }
3908if test "$am_cv_prog_cc_c_o" != yes; then
3909 # Losing compiler, so override with the script.
3910 # FIXME: It is wrong to rewrite CC.
3911 # But if we don't then we get into trouble of one sort or another.
3912 # A longer-term fix would be to have automake use am__CC in this case,
3913 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3914 CC="$am_aux_dir/compile $CC"
3915fi
3916ac_ext=c
3917ac_cpp='$CPP $CPPFLAGS'
3918ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3919ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3920ac_compiler_gnu=$ac_cv_c_compiler_gnu
3921
3922DEPDIR="${am__leading_dot}deps"
3923
3924ac_config_commands="$ac_config_commands depfiles"
3925
3926{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5
3927printf %s "checking whether ${MAKE-make} supports the include directive... " >&6; }
3928cat > confinc.mk << 'END'
3929am__doit:
3930 @echo this is the am__doit target >confinc.out
3931.PHONY: am__doit
3932END
3933am__include="#"
3934am__quote=
3935# BSD make does it like this.
3936echo '.include "confinc.mk" # ignored' > confmf.BSD
3937# Other make implementations (GNU, Solaris 10, AIX) do it like this.
3938echo 'include confinc.mk # ignored' > confmf.GNU
3939_am_result=no
3940for s in GNU BSD; do
3941 { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5
3942 (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5
3943 ac_status=$?
3944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3945 (exit $ac_status); }
3946 case $?:`cat confinc.out 2>/dev/null` in #(
3947 '0:this is the am__doit target') :
3948 case $s in #(
3949 BSD) :
3950 am__include='.include' am__quote='"' ;; #(
3951 *) :
3952 am__include='include' am__quote='' ;;
3953esac ;; #(
3954 *) :
3955 ;;
3956esac
3957 if test "$am__include" != "#"; then
3958 _am_result="yes ($s style)"
3959 break
3960 fi
3961done
3962rm -f confinc.* confmf.*
3963{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5
3964printf "%s\n" "${_am_result}" >&6; }
3965
3966# Check whether --enable-dependency-tracking was given.
3967if test ${enable_dependency_tracking+y}
3968then :
3969 enableval=$enable_dependency_tracking;
3970fi
3971
3972if test "x$enable_dependency_tracking" != xno; then
3973 am_depcomp="$ac_aux_dir/depcomp"
3974 AMDEPBACKSLASH='\'
3975 am__nodep='_no'
3976fi
3977 if test "x$enable_dependency_tracking" != xno; then
3978 AMDEP_TRUE=
3979 AMDEP_FALSE='#'
3980else
3981 AMDEP_TRUE='#'
3982 AMDEP_FALSE=
3983fi
3984
3985
3986
3987depcc="$CC" am_compiler_list=
3988
3989{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3990printf %s "checking dependency style of $depcc... " >&6; }
3991if test ${am_cv_CC_dependencies_compiler_type+y}
3992then :
3993 printf %s "(cached) " >&6
3994else $as_nop
3995 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3996 # We make a subdir and do the tests there. Otherwise we can end up
3997 # making bogus files that we don't know about and never remove. For
3998 # instance it was reported that on HP-UX the gcc test will end up
3999 # making a dummy file named 'D' -- because '-MD' means "put the output
4000 # in D".
4001 rm -rf conftest.dir
4002 mkdir conftest.dir
4003 # Copy depcomp to subdir because otherwise we won't find it if we're
4004 # using a relative directory.
4005 cp "$am_depcomp" conftest.dir
4006 cd conftest.dir
4007 # We will build objects and dependencies in a subdirectory because
4008 # it helps to detect inapplicable dependency modes. For instance
4009 # both Tru64's cc and ICC support -MD to output dependencies as a
4010 # side effect of compilation, but ICC will put the dependencies in
4011 # the current directory while Tru64 will put them in the object
4012 # directory.
4013 mkdir sub
4014
4015 am_cv_CC_dependencies_compiler_type=none
4016 if test "$am_compiler_list" = ""; then
4017 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4018 fi
4019 am__universal=false
4020 case " $depcc " in #(
4021 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4022 esac
4023
4024 for depmode in $am_compiler_list; do
4025 # Setup a source with many dependencies, because some compilers
4026 # like to wrap large dependency lists on column 80 (with \), and
4027 # we should not choose a depcomp mode which is confused by this.
4028 #
4029 # We need to recreate these files for each test, as the compiler may
4030 # overwrite some of them when testing with obscure command lines.
4031 # This happens at least with the AIX C compiler.
4032 : > sub/conftest.c
4033 for i in 1 2 3 4 5 6; do
4034 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4035 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4036 # Solaris 10 /bin/sh.
4037 echo '/* dummy */' > sub/conftst$i.h
4038 done
4039 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4040
4041 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4042 # mode. It turns out that the SunPro C++ compiler does not properly
4043 # handle '-M -o', and we need to detect this. Also, some Intel
4044 # versions had trouble with output in subdirs.
4045 am__obj=sub/conftest.${OBJEXT-o}
4046 am__minus_obj="-o $am__obj"
4047 case $depmode in
4048 gcc)
4049 # This depmode causes a compiler race in universal mode.
4050 test "$am__universal" = false || continue
4051 ;;
4052 nosideeffect)
4053 # After this tag, mechanisms are not by side-effect, so they'll
4054 # only be used when explicitly requested.
4055 if test "x$enable_dependency_tracking" = xyes; then
4056 continue
4057 else
4058 break
4059 fi
4060 ;;
4061 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4062 # This compiler won't grok '-c -o', but also, the minuso test has
4063 # not run yet. These depmodes are late enough in the game, and
4064 # so weak that their functioning should not be impacted.
4065 am__obj=conftest.${OBJEXT-o}
4066 am__minus_obj=
4067 ;;
4068 none) break ;;
4069 esac
4070 if depmode=$depmode \
4071 source=sub/conftest.c object=$am__obj \
4072 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4073 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4074 >/dev/null 2>conftest.err &&
4075 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4076 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4077 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4078 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4079 # icc doesn't choke on unknown options, it will just issue warnings
4080 # or remarks (even with -Werror). So we grep stderr for any message
4081 # that says an option was ignored or not supported.
4082 # When given -MP, icc 7.0 and 7.1 complain thusly:
4083 # icc: Command line warning: ignoring option '-M'; no argument required
4084 # The diagnosis changed in icc 8.0:
4085 # icc: Command line remark: option '-MP' not supported
4086 if (grep 'ignoring option' conftest.err ||
4087 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4088 am_cv_CC_dependencies_compiler_type=$depmode
4089 break
4090 fi
4091 fi
4092 done
4093
4094 cd ..
4095 rm -rf conftest.dir
4096else
4097 am_cv_CC_dependencies_compiler_type=none
4098fi
4099
4100fi
4101{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4102printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; }
4103CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4104
4105 if
4106 test "x$enable_dependency_tracking" != xno \
4107 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4108 am__fastdepCC_TRUE=
4109 am__fastdepCC_FALSE='#'
4110else
4111 am__fastdepCC_TRUE='#'
4112 am__fastdepCC_FALSE=
4113fi
4114
4115
4116
4117ac_config_files="$ac_config_files Makefile"
4118
4119
4120cat >confcache <<\_ACEOF
4121# This file is a shell script that caches the results of configure
4122# tests run on this system so they can be shared between configure
4123# scripts and configure runs, see configure's option --config-cache.
4124# It is not useful on other systems. If it contains results you don't
4125# want to keep, you may remove or edit it.
4126#
4127# config.status only pays attention to the cache file if you give it
4128# the --recheck option to rerun configure.
4129#
4130# `ac_cv_env_foo' variables (set or unset) will be overridden when
4131# loading this file, other *unset* `ac_cv_foo' will be assigned the
4132# following values.
4133
4134_ACEOF
4135
4136# The following way of writing the cache mishandles newlines in values,
4137# but we know of no workaround that is simple, portable, and efficient.
4138# So, we kill variables containing newlines.
4139# Ultrix sh set writes to stderr and can't be redirected directly,
4140# and sets the high bit in the cache file unless we assign to the vars.
4141(
4142 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
4143 eval ac_val=\$$ac_var
4144 case $ac_val in #(
4145 *${as_nl}*)
4146 case $ac_var in #(
4147 *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
4148printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
4149 esac
4150 case $ac_var in #(
4151 _ | IFS | as_nl) ;; #(
4152 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
4153 *) { eval $ac_var=; unset $ac_var;} ;;
4154 esac ;;
4155 esac
4156 done
4157
4158 (set) 2>&1 |
4159 case $as_nl`(ac_space=' '; set) 2>&1` in #(
4160 *${as_nl}ac_space=\ *)
4161 # `set' does not quote correctly, so add quotes: double-quote
4162 # substitution turns \\\\ into \\, and sed turns \\ into \.
4163 sed -n \
4164 "s/'/'\\\\''/g;
4165 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4166 ;; #(
4167 *)
4168 # `set' quotes correctly as required by POSIX, so do not add quotes.
4169 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
4170 ;;
4171 esac |
4172 sort
4173) |
4174 sed '
4175 /^ac_cv_env_/b end
4176 t clear
4177 :clear
4178 s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/
4179 t end
4180 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4181 :end' >>confcache
4182if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
4183 if test -w "$cache_file"; then
4184 if test "x$cache_file" != "x/dev/null"; then
4185 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
4186printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
4187 if test ! -f "$cache_file" || test -h "$cache_file"; then
4188 cat confcache >"$cache_file"
4189 else
4190 case $cache_file in #(
4191 */* | ?:*)
4192 mv -f confcache "$cache_file"$$ &&
4193 mv -f "$cache_file"$$ "$cache_file" ;; #(
4194 *)
4195 mv -f confcache "$cache_file" ;;
4196 esac
4197 fi
4198 fi
4199 else
4200 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
4201printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}
4202 fi
4203fi
4204rm -f confcache
4205
4206test "x$prefix" = xNONE && prefix=$ac_default_prefix
4207# Let make expand exec_prefix.
4208test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4209
4210# Transform confdefs.h into DEFS.
4211# Protect against shell expansion while executing Makefile rules.
4212# Protect against Makefile macro expansion.
4213#
4214# If the first sed substitution is executed (which looks for macros that
4215# take arguments), then branch to the quote section. Otherwise,
4216# look for a macro that doesn't take arguments.
4217ac_script='
4218:mline
4219/\\$/{
4220 N
4221 s,\\\n,,
4222 b mline
4223}
4224t clear
4225:clear
4226s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
4227t quote
4228s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
4229t quote
4230b any
4231:quote
4232s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
4233s/\[/\\&/g
4234s/\]/\\&/g
4235s/\$/$$/g
4236H
4237:any
4238${
4239 g
4240 s/^\n//
4241 s/\n/ /g
4242 p
4243}
4244'
4245DEFS=`sed -n "$ac_script" confdefs.h`
4246
4247
4248ac_libobjs=
4249ac_ltlibobjs=
4250U=
4251for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
4252 # 1. Remove the extension, and $U if already installed.
4253 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
4254 ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"`
4255 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
4256 # will be set to the directory where LIBOBJS objects are built.
4257 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
4258 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
4259done
4260LIBOBJS=$ac_libobjs
4261
4262LTLIBOBJS=$ac_ltlibobjs
4263
4264
4265{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
4266printf %s "checking that generated files are newer than configure... " >&6; }
4267 if test -n "$am_sleep_pid"; then
4268 # Hide warnings about reused PIDs.
4269 wait $am_sleep_pid 2>/dev/null
4270 fi
4271 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5
4272printf "%s\n" "done" >&6; }
4273 if test -n "$EXEEXT"; then
4274 am__EXEEXT_TRUE=
4275 am__EXEEXT_FALSE='#'
4276else
4277 am__EXEEXT_TRUE='#'
4278 am__EXEEXT_FALSE=
4279fi
4280
4281if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
4282 as_fn_error $? "conditional \"AMDEP\" was never defined.
4283Usually this means the macro was only invoked conditionally." "$LINENO" 5
4284fi
4285if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
4286 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
4287Usually this means the macro was only invoked conditionally." "$LINENO" 5
4288fi
4289
4290: "${CONFIG_STATUS=./config.status}"
4291ac_write_fail=0
4292ac_clean_files_save=$ac_clean_files
4293ac_clean_files="$ac_clean_files $CONFIG_STATUS"
4294{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
4295printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;}
4296as_write_fail=0
4297cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
4298#! $SHELL
4299# Generated by $as_me.
4300# Run this file to recreate the current configuration.
4301# Compiler output produced by configure, useful for debugging
4302# configure, is in config.log if it exists.
4303
4304debug=false
4305ac_cs_recheck=false
4306ac_cs_silent=false
4307
4308SHELL=\${CONFIG_SHELL-$SHELL}
4309export SHELL
4310_ASEOF
4311cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
4312## -------------------- ##
4313## M4sh Initialization. ##
4314## -------------------- ##
4315
4316# Be more Bourne compatible
4317DUALCASE=1; export DUALCASE # for MKS sh
4318as_nop=:
4319if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
4320then :
4321 emulate sh
4322 NULLCMD=:
4323 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
4324 # is contrary to our usage. Disable this feature.
4325 alias -g '${1+"$@"}'='"$@"'
4326 setopt NO_GLOB_SUBST
4327else $as_nop
4328 case `(set -o) 2>/dev/null` in #(
4329 *posix*) :
4330 set -o posix ;; #(
4331 *) :
4332 ;;
4333esac
4334fi
4335
4336
4337
4338# Reset variables that may have inherited troublesome values from
4339# the environment.
4340
4341# IFS needs to be set, to space, tab, and newline, in precisely that order.
4342# (If _AS_PATH_WALK were called with IFS unset, it would have the
4343# side effect of setting IFS to empty, thus disabling word splitting.)
4344# Quoting is to prevent editors from complaining about space-tab.
4345as_nl='
4346'
4347export as_nl
4348IFS=" "" $as_nl"
4349
4350PS1='$ '
4351PS2='> '
4352PS4='+ '
4353
4354# Ensure predictable behavior from utilities with locale-dependent output.
4355LC_ALL=C
4356export LC_ALL
4357LANGUAGE=C
4358export LANGUAGE
4359
4360# We cannot yet rely on "unset" to work, but we need these variables
4361# to be unset--not just set to an empty or harmless value--now, to
4362# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
4363# also avoids known problems related to "unset" and subshell syntax
4364# in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
4365for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
4366do eval test \${$as_var+y} \
4367 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
4368done
4369
4370# Ensure that fds 0, 1, and 2 are open.
4371if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
4372if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
4373if (exec 3>&2) ; then :; else exec 2>/dev/null; fi
4374
4375# The user is always right.
4376if ${PATH_SEPARATOR+false} :; then
4377 PATH_SEPARATOR=:
4378 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
4379 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
4380 PATH_SEPARATOR=';'
4381 }
4382fi
4383
4384
4385# Find who we are. Look in the path if we contain no directory separator.
4386as_myself=
4387case $0 in #((
4388 *[\\/]* ) as_myself=$0 ;;
4389 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4390for as_dir in $PATH
4391do
4392 IFS=$as_save_IFS
4393 case $as_dir in #(((
4394 '') as_dir=./ ;;
4395 */) ;;
4396 *) as_dir=$as_dir/ ;;
4397 esac
4398 test -r "$as_dir$0" && as_myself=$as_dir$0 && break
4399 done
4400IFS=$as_save_IFS
4401
4402 ;;
4403esac
4404# We did not find ourselves, most probably we were run as `sh COMMAND'
4405# in which case we are not to be found in the path.
4406if test "x$as_myself" = x; then
4407 as_myself=$0
4408fi
4409if test ! -f "$as_myself"; then
4410 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
4411 exit 1
4412fi
4413
4414
4415
4416# as_fn_error STATUS ERROR [LINENO LOG_FD]
4417# ----------------------------------------
4418# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
4419# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
4420# script with STATUS, using 1 if that was 0.
4421as_fn_error ()
4422{
4423 as_status=$1; test $as_status -eq 0 && as_status=1
4424 if test "$4"; then
4425 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
4426 printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
4427 fi
4428 printf "%s\n" "$as_me: error: $2" >&2
4429 as_fn_exit $as_status
4430} # as_fn_error
4431
4432
4433
4434# as_fn_set_status STATUS
4435# -----------------------
4436# Set $? to STATUS, without forking.
4437as_fn_set_status ()
4438{
4439 return $1
4440} # as_fn_set_status
4441
4442# as_fn_exit STATUS
4443# -----------------
4444# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
4445as_fn_exit ()
4446{
4447 set +e
4448 as_fn_set_status $1
4449 exit $1
4450} # as_fn_exit
4451
4452# as_fn_unset VAR
4453# ---------------
4454# Portably unset VAR.
4455as_fn_unset ()
4456{
4457 { eval $1=; unset $1;}
4458}
4459as_unset=as_fn_unset
4460
4461# as_fn_append VAR VALUE
4462# ----------------------
4463# Append the text in VALUE to the end of the definition contained in VAR. Take
4464# advantage of any shell optimizations that allow amortized linear growth over
4465# repeated appends, instead of the typical quadratic growth present in naive
4466# implementations.
4467if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
4468then :
4469 eval 'as_fn_append ()
4470 {
4471 eval $1+=\$2
4472 }'
4473else $as_nop
4474 as_fn_append ()
4475 {
4476 eval $1=\$$1\$2
4477 }
4478fi # as_fn_append
4479
4480# as_fn_arith ARG...
4481# ------------------
4482# Perform arithmetic evaluation on the ARGs, and store the result in the
4483# global $as_val. Take advantage of shells that can avoid forks. The arguments
4484# must be portable across $(()) and expr.
4485if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
4486then :
4487 eval 'as_fn_arith ()
4488 {
4489 as_val=$(( $* ))
4490 }'
4491else $as_nop
4492 as_fn_arith ()
4493 {
4494 as_val=`expr "$@" || test $? -eq 1`
4495 }
4496fi # as_fn_arith
4497
4498
4499if expr a : '\(a\)' >/dev/null 2>&1 &&
4500 test "X`expr 00001 : '.*\(...\)'`" = X001; then
4501 as_expr=expr
4502else
4503 as_expr=false
4504fi
4505
4506if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
4507 as_basename=basename
4508else
4509 as_basename=false
4510fi
4511
4512if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
4513 as_dirname=dirname
4514else
4515 as_dirname=false
4516fi
4517
4518as_me=`$as_basename -- "$0" ||
4519$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
4520 X"$0" : 'X\(//\)$' \| \
4521 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
4522printf "%s\n" X/"$0" |
4523 sed '/^.*\/\([^/][^/]*\)\/*$/{
4524 s//\1/
4525 q
4526 }
4527 /^X\/\(\/\/\)$/{
4528 s//\1/
4529 q
4530 }
4531 /^X\/\(\/\).*/{
4532 s//\1/
4533 q
4534 }
4535 s/.*/./; q'`
4536
4537# Avoid depending upon Character Ranges.
4538as_cr_letters='abcdefghijklmnopqrstuvwxyz'
4539as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
4540as_cr_Letters=$as_cr_letters$as_cr_LETTERS
4541as_cr_digits='0123456789'
4542as_cr_alnum=$as_cr_Letters$as_cr_digits
4543
4544
4545# Determine whether it's possible to make 'echo' print without a newline.
4546# These variables are no longer used directly by Autoconf, but are AC_SUBSTed
4547# for compatibility with existing Makefiles.
4548ECHO_C= ECHO_N= ECHO_T=
4549case `echo -n x` in #(((((
4550-n*)
4551 case `echo 'xy\c'` in
4552 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
4553 xy) ECHO_C='\c';;
4554 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
4555 ECHO_T=' ';;
4556 esac;;
4557*)
4558 ECHO_N='-n';;
4559esac
4560
4561# For backward compatibility with old third-party macros, we provide
4562# the shell variables $as_echo and $as_echo_n. New code should use
4563# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
4564as_echo='printf %s\n'
4565as_echo_n='printf %s'
4566
4567rm -f conf$$ conf$$.exe conf$$.file
4568if test -d conf$$.dir; then
4569 rm -f conf$$.dir/conf$$.file
4570else
4571 rm -f conf$$.dir
4572 mkdir conf$$.dir 2>/dev/null
4573fi
4574if (echo >conf$$.file) 2>/dev/null; then
4575 if ln -s conf$$.file conf$$ 2>/dev/null; then
4576 as_ln_s='ln -s'
4577 # ... but there are two gotchas:
4578 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
4579 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
4580 # In both cases, we have to default to `cp -pR'.
4581 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
4582 as_ln_s='cp -pR'
4583 elif ln conf$$.file conf$$ 2>/dev/null; then
4584 as_ln_s=ln
4585 else
4586 as_ln_s='cp -pR'
4587 fi
4588else
4589 as_ln_s='cp -pR'
4590fi
4591rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
4592rmdir conf$$.dir 2>/dev/null
4593
4594
4595# as_fn_mkdir_p
4596# -------------
4597# Create "$as_dir" as a directory, including parents if necessary.
4598as_fn_mkdir_p ()
4599{
4600
4601 case $as_dir in #(
4602 -*) as_dir=./$as_dir;;
4603 esac
4604 test -d "$as_dir" || eval $as_mkdir_p || {
4605 as_dirs=
4606 while :; do
4607 case $as_dir in #(
4608 *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
4609 *) as_qdir=$as_dir;;
4610 esac
4611 as_dirs="'$as_qdir' $as_dirs"
4612 as_dir=`$as_dirname -- "$as_dir" ||
4613$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4614 X"$as_dir" : 'X\(//\)[^/]' \| \
4615 X"$as_dir" : 'X\(//\)$' \| \
4616 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
4617printf "%s\n" X"$as_dir" |
4618 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4619 s//\1/
4620 q
4621 }
4622 /^X\(\/\/\)[^/].*/{
4623 s//\1/
4624 q
4625 }
4626 /^X\(\/\/\)$/{
4627 s//\1/
4628 q
4629 }
4630 /^X\(\/\).*/{
4631 s//\1/
4632 q
4633 }
4634 s/.*/./; q'`
4635 test -d "$as_dir" && break
4636 done
4637 test -z "$as_dirs" || eval "mkdir $as_dirs"
4638 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
4639
4640
4641} # as_fn_mkdir_p
4642if mkdir -p . 2>/dev/null; then
4643 as_mkdir_p='mkdir -p "$as_dir"'
4644else
4645 test -d ./-p && rmdir ./-p
4646 as_mkdir_p=false
4647fi
4648
4649
4650# as_fn_executable_p FILE
4651# -----------------------
4652# Test if FILE is an executable regular file.
4653as_fn_executable_p ()
4654{
4655 test -f "$1" && test -x "$1"
4656} # as_fn_executable_p
4657as_test_x='test -x'
4658as_executable_p=as_fn_executable_p
4659
4660# Sed expression to map a string onto a valid CPP name.
4661as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
4662
4663# Sed expression to map a string onto a valid variable name.
4664as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
4665
4666
4667exec 6>&1
4668## ----------------------------------- ##
4669## Main body of $CONFIG_STATUS script. ##
4670## ----------------------------------- ##
4671_ASEOF
4672test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
4673
4674cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4675# Save the log message, to keep $0 and so on meaningful, and to
4676# report actual input values of CONFIG_FILES etc. instead of their
4677# values after options handling.
4678ac_log="
4679This file was extended by run_keepass $as_me 0.1, which was
4680generated by GNU Autoconf 2.71. Invocation command line was
4681
4682 CONFIG_FILES = $CONFIG_FILES
4683 CONFIG_HEADERS = $CONFIG_HEADERS
4684 CONFIG_LINKS = $CONFIG_LINKS
4685 CONFIG_COMMANDS = $CONFIG_COMMANDS
4686 $ $0 $@
4687
4688on `(hostname || uname -n) 2>/dev/null | sed 1q`
4689"
4690
4691_ACEOF
4692
4693case $ac_config_files in *"
4694"*) set x $ac_config_files; shift; ac_config_files=$*;;
4695esac
4696
4697
4698
4699cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4700# Files that config.status was made for.
4701config_files="$ac_config_files"
4702config_commands="$ac_config_commands"
4703
4704_ACEOF
4705
4706cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4707ac_cs_usage="\
4708\`$as_me' instantiates files and other configuration actions
4709from templates according to the current configuration. Unless the files
4710and actions are specified as TAGs, all are instantiated by default.
4711
4712Usage: $0 [OPTION]... [TAG]...
4713
4714 -h, --help print this help, then exit
4715 -V, --version print version number and configuration settings, then exit
4716 --config print configuration, then exit
4717 -q, --quiet, --silent
4718 do not print progress messages
4719 -d, --debug don't remove temporary files
4720 --recheck update $as_me by reconfiguring in the same conditions
4721 --file=FILE[:TEMPLATE]
4722 instantiate the configuration file FILE
4723
4724Configuration files:
4725$config_files
4726
4727Configuration commands:
4728$config_commands
4729
4730Report bugs to <skyler3665@gmail.com>."
4731
4732_ACEOF
4733ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`
4734ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"`
4735cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4736ac_cs_config='$ac_cs_config_escaped'
4737ac_cs_version="\\
4738run_keepass config.status 0.1
4739configured by $0, generated by GNU Autoconf 2.71,
4740 with options \\"\$ac_cs_config\\"
4741
4742Copyright (C) 2021 Free Software Foundation, Inc.
4743This config.status script is free software; the Free Software Foundation
4744gives unlimited permission to copy, distribute and modify it."
4745
4746ac_pwd='$ac_pwd'
4747srcdir='$srcdir'
4748INSTALL='$INSTALL'
4749MKDIR_P='$MKDIR_P'
4750AWK='$AWK'
4751test -n "\$AWK" || AWK=awk
4752_ACEOF
4753
4754cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4755# The default lists apply if the user does not specify any file.
4756ac_need_defaults=:
4757while test $# != 0
4758do
4759 case $1 in
4760 --*=?*)
4761 ac_option=`expr "X$1" : 'X\([^=]*\)='`
4762 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
4763 ac_shift=:
4764 ;;
4765 --*=)
4766 ac_option=`expr "X$1" : 'X\([^=]*\)='`
4767 ac_optarg=
4768 ac_shift=:
4769 ;;
4770 *)
4771 ac_option=$1
4772 ac_optarg=$2
4773 ac_shift=shift
4774 ;;
4775 esac
4776
4777 case $ac_option in
4778 # Handling of the options.
4779 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
4780 ac_cs_recheck=: ;;
4781 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
4782 printf "%s\n" "$ac_cs_version"; exit ;;
4783 --config | --confi | --conf | --con | --co | --c )
4784 printf "%s\n" "$ac_cs_config"; exit ;;
4785 --debug | --debu | --deb | --de | --d | -d )
4786 debug=: ;;
4787 --file | --fil | --fi | --f )
4788 $ac_shift
4789 case $ac_optarg in
4790 *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
4791 '') as_fn_error $? "missing file argument" ;;
4792 esac
4793 as_fn_append CONFIG_FILES " '$ac_optarg'"
4794 ac_need_defaults=false;;
4795 --he | --h | --help | --hel | -h )
4796 printf "%s\n" "$ac_cs_usage"; exit ;;
4797 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
4798 | -silent | --silent | --silen | --sile | --sil | --si | --s)
4799 ac_cs_silent=: ;;
4800
4801 # This is an error.
4802 -*) as_fn_error $? "unrecognized option: \`$1'
4803Try \`$0 --help' for more information." ;;
4804
4805 *) as_fn_append ac_config_targets " $1"
4806 ac_need_defaults=false ;;
4807
4808 esac
4809 shift
4810done
4811
4812ac_configure_extra_args=
4813
4814if $ac_cs_silent; then
4815 exec 6>/dev/null
4816 ac_configure_extra_args="$ac_configure_extra_args --silent"
4817fi
4818
4819_ACEOF
4820cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4821if \$ac_cs_recheck; then
4822 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
4823 shift
4824 \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6
4825 CONFIG_SHELL='$SHELL'
4826 export CONFIG_SHELL
4827 exec "\$@"
4828fi
4829
4830_ACEOF
4831cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4832exec 5>>config.log
4833{
4834 echo
4835 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
4836## Running $as_me. ##
4837_ASBOX
4838 printf "%s\n" "$ac_log"
4839} >&5
4840
4841_ACEOF
4842cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4843#
4844# INIT-COMMANDS
4845#
4846AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"
4847
4848_ACEOF
4849
4850cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4851
4852# Handling of arguments.
4853for ac_config_target in $ac_config_targets
4854do
4855 case $ac_config_target in
4856 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
4857 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
4858
4859 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
4860 esac
4861done
4862
4863
4864# If the user did not use the arguments to specify the items to instantiate,
4865# then the envvar interface is used. Set only those that are not.
4866# We use the long form for the default assignment because of an extremely
4867# bizarre bug on SunOS 4.1.3.
4868if $ac_need_defaults; then
4869 test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files
4870 test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands
4871fi
4872
4873# Have a temporary directory for convenience. Make it in the build tree
4874# simply because there is no reason against having it here, and in addition,
4875# creating and moving files from /tmp can sometimes cause problems.
4876# Hook for its removal unless debugging.
4877# Note that there is a small window in which the directory will not be cleaned:
4878# after its creation but before its name has been assigned to `$tmp'.
4879$debug ||
4880{
4881 tmp= ac_tmp=
4882 trap 'exit_status=$?
4883 : "${ac_tmp:=$tmp}"
4884 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
4885' 0
4886 trap 'as_fn_exit 1' 1 2 13 15
4887}
4888# Create a (secure) tmp directory for tmp files.
4889
4890{
4891 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
4892 test -d "$tmp"
4893} ||
4894{
4895 tmp=./conf$$-$RANDOM
4896 (umask 077 && mkdir "$tmp")
4897} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
4898ac_tmp=$tmp
4899
4900# Set up the scripts for CONFIG_FILES section.
4901# No need to generate them if there are no CONFIG_FILES.
4902# This happens for instance with `./config.status config.h'.
4903if test -n "$CONFIG_FILES"; then
4904
4905
4906ac_cr=`echo X | tr X '\015'`
4907# On cygwin, bash can eat \r inside `` if the user requested igncr.
4908# But we know of no other shell where ac_cr would be empty at this
4909# point, so we can use a bashism as a fallback.
4910if test "x$ac_cr" = x; then
4911 eval ac_cr=\$\'\\r\'
4912fi
4913ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
4914if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
4915 ac_cs_awk_cr='\\r'
4916else
4917 ac_cs_awk_cr=$ac_cr
4918fi
4919
4920echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
4921_ACEOF
4922
4923
4924{
4925 echo "cat >conf$$subs.awk <<_ACEOF" &&
4926 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
4927 echo "_ACEOF"
4928} >conf$$subs.sh ||
4929 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4930ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
4931ac_delim='%!_!# '
4932for ac_last_try in false false false false false :; do
4933 . ./conf$$subs.sh ||
4934 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4935
4936 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
4937 if test $ac_delim_n = $ac_delim_num; then
4938 break
4939 elif $ac_last_try; then
4940 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4941 else
4942 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
4943 fi
4944done
4945rm -f conf$$subs.sh
4946
4947cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4948cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
4949_ACEOF
4950sed -n '
4951h
4952s/^/S["/; s/!.*/"]=/
4953p
4954g
4955s/^[^!]*!//
4956:repl
4957t repl
4958s/'"$ac_delim"'$//
4959t delim
4960:nl
4961h
4962s/\(.\{148\}\)..*/\1/
4963t more1
4964s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
4965p
4966n
4967b repl
4968:more1
4969s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4970p
4971g
4972s/.\{148\}//
4973t nl
4974:delim
4975h
4976s/\(.\{148\}\)..*/\1/
4977t more2
4978s/["\\]/\\&/g; s/^/"/; s/$/"/
4979p
4980b
4981:more2
4982s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4983p
4984g
4985s/.\{148\}//
4986t delim
4987' <conf$$subs.awk | sed '
4988/^[^""]/{
4989 N
4990 s/\n//
4991}
4992' >>$CONFIG_STATUS || ac_write_fail=1
4993rm -f conf$$subs.awk
4994cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4995_ACAWK
4996cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
4997 for (key in S) S_is_set[key] = 1
4998 FS = ""
4999
5000}
5001{
5002 line = $ 0
5003 nfields = split(line, field, "@")
5004 substed = 0
5005 len = length(field[1])
5006 for (i = 2; i < nfields; i++) {
5007 key = field[i]
5008 keylen = length(key)
5009 if (S_is_set[key]) {
5010 value = S[key]
5011 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
5012 len += length(value) + length(field[++i])
5013 substed = 1
5014 } else
5015 len += 1 + keylen
5016 }
5017
5018 print line
5019}
5020
5021_ACAWK
5022_ACEOF
5023cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5024if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
5025 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
5026else
5027 cat
5028fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
5029 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
5030_ACEOF
5031
5032# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
5033# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
5034# trailing colons and then remove the whole line if VPATH becomes empty
5035# (actually we leave an empty line to preserve line numbers).
5036if test "x$srcdir" = x.; then
5037 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
5038h
5039s///
5040s/^/:/
5041s/[ ]*$/:/
5042s/:\$(srcdir):/:/g
5043s/:\${srcdir}:/:/g
5044s/:@srcdir@:/:/g
5045s/^:*//
5046s/:*$//
5047x
5048s/\(=[ ]*\).*/\1/
5049G
5050s/\n//
5051s/^[^=]*=[ ]*$//
5052}'
5053fi
5054
5055cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5056fi # test -n "$CONFIG_FILES"
5057
5058
5059eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
5060shift
5061for ac_tag
5062do
5063 case $ac_tag in
5064 :[FHLC]) ac_mode=$ac_tag; continue;;
5065 esac
5066 case $ac_mode$ac_tag in
5067 :[FHL]*:*);;
5068 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
5069 :[FH]-) ac_tag=-:-;;
5070 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
5071 esac
5072 ac_save_IFS=$IFS
5073 IFS=:
5074 set x $ac_tag
5075 IFS=$ac_save_IFS
5076 shift
5077 ac_file=$1
5078 shift
5079
5080 case $ac_mode in
5081 :L) ac_source=$1;;
5082 :[FH])
5083 ac_file_inputs=
5084 for ac_f
5085 do
5086 case $ac_f in
5087 -) ac_f="$ac_tmp/stdin";;
5088 *) # Look for the file first in the build tree, then in the source tree
5089 # (if the path is not absolute). The absolute path cannot be DOS-style,
5090 # because $ac_f cannot contain `:'.
5091 test -f "$ac_f" ||
5092 case $ac_f in
5093 [\\/$]*) false;;
5094 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
5095 esac ||
5096 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
5097 esac
5098 case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
5099 as_fn_append ac_file_inputs " '$ac_f'"
5100 done
5101
5102 # Let's still pretend it is `configure' which instantiates (i.e., don't
5103 # use $as_me), people would be surprised to read:
5104 # /* config.h. Generated by config.status. */
5105 configure_input='Generated from '`
5106 printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
5107 `' by configure.'
5108 if test x"$ac_file" != x-; then
5109 configure_input="$ac_file. $configure_input"
5110 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
5111printf "%s\n" "$as_me: creating $ac_file" >&6;}
5112 fi
5113 # Neutralize special characters interpreted by sed in replacement strings.
5114 case $configure_input in #(
5115 *\&* | *\|* | *\\* )
5116 ac_sed_conf_input=`printf "%s\n" "$configure_input" |
5117 sed 's/[\\\\&|]/\\\\&/g'`;; #(
5118 *) ac_sed_conf_input=$configure_input;;
5119 esac
5120
5121 case $ac_tag in
5122 *:-:* | *:-) cat >"$ac_tmp/stdin" \
5123 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
5124 esac
5125 ;;
5126 esac
5127
5128 ac_dir=`$as_dirname -- "$ac_file" ||
5129$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5130 X"$ac_file" : 'X\(//\)[^/]' \| \
5131 X"$ac_file" : 'X\(//\)$' \| \
5132 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
5133printf "%s\n" X"$ac_file" |
5134 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5135 s//\1/
5136 q
5137 }
5138 /^X\(\/\/\)[^/].*/{
5139 s//\1/
5140 q
5141 }
5142 /^X\(\/\/\)$/{
5143 s//\1/
5144 q
5145 }
5146 /^X\(\/\).*/{
5147 s//\1/
5148 q
5149 }
5150 s/.*/./; q'`
5151 as_dir="$ac_dir"; as_fn_mkdir_p
5152 ac_builddir=.
5153
5154case "$ac_dir" in
5155.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
5156*)
5157 ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
5158 # A ".." for each directory in $ac_dir_suffix.
5159 ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
5160 case $ac_top_builddir_sub in
5161 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
5162 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
5163 esac ;;
5164esac
5165ac_abs_top_builddir=$ac_pwd
5166ac_abs_builddir=$ac_pwd$ac_dir_suffix
5167# for backward compatibility:
5168ac_top_builddir=$ac_top_build_prefix
5169
5170case $srcdir in
5171 .) # We are building in place.
5172 ac_srcdir=.
5173 ac_top_srcdir=$ac_top_builddir_sub
5174 ac_abs_top_srcdir=$ac_pwd ;;
5175 [\\/]* | ?:[\\/]* ) # Absolute name.
5176 ac_srcdir=$srcdir$ac_dir_suffix;
5177 ac_top_srcdir=$srcdir
5178 ac_abs_top_srcdir=$srcdir ;;
5179 *) # Relative name.
5180 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
5181 ac_top_srcdir=$ac_top_build_prefix$srcdir
5182 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5183esac
5184ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
5185
5186
5187 case $ac_mode in
5188 :F)
5189 #
5190 # CONFIG_FILE
5191 #
5192
5193 case $INSTALL in
5194 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
5195 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
5196 esac
5197 ac_MKDIR_P=$MKDIR_P
5198 case $MKDIR_P in
5199 [\\/$]* | ?:[\\/]* ) ;;
5200 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
5201 esac
5202_ACEOF
5203
5204cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5205# If the template does not know about datarootdir, expand it.
5206# FIXME: This hack should be removed a few years after 2.60.
5207ac_datarootdir_hack=; ac_datarootdir_seen=
5208ac_sed_dataroot='
5209/datarootdir/ {
5210 p
5211 q
5212}
5213/@datadir@/p
5214/@docdir@/p
5215/@infodir@/p
5216/@localedir@/p
5217/@mandir@/p'
5218case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
5219*datarootdir*) ac_datarootdir_seen=yes;;
5220*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
5221 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
5222printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
5223_ACEOF
5224cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5225 ac_datarootdir_hack='
5226 s&@datadir@&$datadir&g
5227 s&@docdir@&$docdir&g
5228 s&@infodir@&$infodir&g
5229 s&@localedir@&$localedir&g
5230 s&@mandir@&$mandir&g
5231 s&\\\${datarootdir}&$datarootdir&g' ;;
5232esac
5233_ACEOF
5234
5235# Neutralize VPATH when `$srcdir' = `.'.
5236# Shell code in configure.ac might set extrasub.
5237# FIXME: do we really want to maintain this feature?
5238cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5239ac_sed_extra="$ac_vpsub
5240$extrasub
5241_ACEOF
5242cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5243:t
5244/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5245s|@configure_input@|$ac_sed_conf_input|;t t
5246s&@top_builddir@&$ac_top_builddir_sub&;t t
5247s&@top_build_prefix@&$ac_top_build_prefix&;t t
5248s&@srcdir@&$ac_srcdir&;t t
5249s&@abs_srcdir@&$ac_abs_srcdir&;t t
5250s&@top_srcdir@&$ac_top_srcdir&;t t
5251s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
5252s&@builddir@&$ac_builddir&;t t
5253s&@abs_builddir@&$ac_abs_builddir&;t t
5254s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
5255s&@INSTALL@&$ac_INSTALL&;t t
5256s&@MKDIR_P@&$ac_MKDIR_P&;t t
5257$ac_datarootdir_hack
5258"
5259eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
5260 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5261
5262test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
5263 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
5264 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
5265 "$ac_tmp/out"`; test -z "$ac_out"; } &&
5266 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5267which seems to be undefined. Please make sure it is defined" >&5
5268printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5269which seems to be undefined. Please make sure it is defined" >&2;}
5270
5271 rm -f "$ac_tmp/stdin"
5272 case $ac_file in
5273 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
5274 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
5275 esac \
5276 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5277 ;;
5278
5279
5280 :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
5281printf "%s\n" "$as_me: executing $ac_file commands" >&6;}
5282 ;;
5283 esac
5284
5285
5286 case $ac_file$ac_mode in
5287 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
5288 # Older Autoconf quotes --file arguments for eval, but not when files
5289 # are listed without --file. Let's play safe and only enable the eval
5290 # if we detect the quoting.
5291 # TODO: see whether this extra hack can be removed once we start
5292 # requiring Autoconf 2.70 or later.
5293 case $CONFIG_FILES in #(
5294 *\'*) :
5295 eval set x "$CONFIG_FILES" ;; #(
5296 *) :
5297 set x $CONFIG_FILES ;; #(
5298 *) :
5299 ;;
5300esac
5301 shift
5302 # Used to flag and report bootstrapping failures.
5303 am_rc=0
5304 for am_mf
5305 do
5306 # Strip MF so we end up with the name of the file.
5307 am_mf=`printf "%s\n" "$am_mf" | sed -e 's/:.*$//'`
5308 # Check whether this is an Automake generated Makefile which includes
5309 # dependency-tracking related rules and includes.
5310 # Grep'ing the whole file directly is not great: AIX grep has a line
5311 # limit of 2048, but all sed's we know have understand at least 4000.
5312 sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
5313 || continue
5314 am_dirpart=`$as_dirname -- "$am_mf" ||
5315$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5316 X"$am_mf" : 'X\(//\)[^/]' \| \
5317 X"$am_mf" : 'X\(//\)$' \| \
5318 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
5319printf "%s\n" X"$am_mf" |
5320 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5321 s//\1/
5322 q
5323 }
5324 /^X\(\/\/\)[^/].*/{
5325 s//\1/
5326 q
5327 }
5328 /^X\(\/\/\)$/{
5329 s//\1/
5330 q
5331 }
5332 /^X\(\/\).*/{
5333 s//\1/
5334 q
5335 }
5336 s/.*/./; q'`
5337 am_filepart=`$as_basename -- "$am_mf" ||
5338$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
5339 X"$am_mf" : 'X\(//\)$' \| \
5340 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
5341printf "%s\n" X/"$am_mf" |
5342 sed '/^.*\/\([^/][^/]*\)\/*$/{
5343 s//\1/
5344 q
5345 }
5346 /^X\/\(\/\/\)$/{
5347 s//\1/
5348 q
5349 }
5350 /^X\/\(\/\).*/{
5351 s//\1/
5352 q
5353 }
5354 s/.*/./; q'`
5355 { echo "$as_me:$LINENO: cd "$am_dirpart" \
5356 && sed -e '/# am--include-marker/d' "$am_filepart" \
5357 | $MAKE -f - am--depfiles" >&5
5358 (cd "$am_dirpart" \
5359 && sed -e '/# am--include-marker/d' "$am_filepart" \
5360 | $MAKE -f - am--depfiles) >&5 2>&5
5361 ac_status=$?
5362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5363 (exit $ac_status); } || am_rc=$?
5364 done
5365 if test $am_rc -ne 0; then
5366 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5367printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
5368as_fn_error $? "Something went wrong bootstrapping makefile fragments
5369 for automatic dependency tracking. If GNU make was not used, consider
5370 re-running the configure script with MAKE=\"gmake\" (or whatever is
5371 necessary). You can also try re-running configure with the
5372 '--disable-dependency-tracking' option to at least be able to build
5373 the package (albeit without support for automatic dependency tracking).
5374See \`config.log' for more details" "$LINENO" 5; }
5375 fi
5376 { am_dirpart=; unset am_dirpart;}
5377 { am_filepart=; unset am_filepart;}
5378 { am_mf=; unset am_mf;}
5379 { am_rc=; unset am_rc;}
5380 rm -f conftest-deps.mk
5381}
5382 ;;
5383
5384 esac
5385done # for ac_tag
5386
5387
5388as_fn_exit 0
5389_ACEOF
5390ac_clean_files=$ac_clean_files_save
5391
5392test $ac_write_fail = 0 ||
5393 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
5394
5395
5396# configure is writing to config.log, and then calls config.status.
5397# config.status does its own redirection, appending to config.log.
5398# Unfortunately, on DOS this fails, as config.log is still kept open
5399# by configure, so config.status won't be able to write to it; its
5400# output is simply discarded. So we exec the FD to /dev/null,
5401# effectively closing config.log, so it can be properly (re)opened and
5402# appended to by config.status. When coming back to configure, we
5403# need to make the FD available again.
5404if test "$no_create" != yes; then
5405 ac_cs_success=:
5406 ac_config_status_args=
5407 test "$silent" = yes &&
5408 ac_config_status_args="$ac_config_status_args --quiet"
5409 exec 5>/dev/null
5410 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
5411 exec 5>>config.log
5412 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
5413 # would make configure fail if this is the last instruction.
5414 $ac_cs_success || as_fn_exit 1
5415fi
5416if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
5417 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
5418printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
5419fi
5420
5421