2 # Generated by configure.
3 # Run this file to recreate the current configuration.
4 # Compiler output produced by configure, useful for debugging
5 # configure, is in config.log if it exists.
11 SHELL
=${CONFIG_SHELL-/bin/sh}
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE
=1; export DUALCASE
# for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo_n='print
-rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
55 as_echo_n='/usr
/ucb
/echo -n'
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
65 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
68 as_echo_n='sh
-c $as_echo_n_body as_echo
'
71 as_echo='sh
-c $as_echo_body as_echo
'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
77 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
91 # Find who we are. Look in the path if we contain no directory separator.
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x
; then
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var
in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\
${$as_var+set} = xset \
122 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
135 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
138 # as_fn_error STATUS ERROR [LINENO LOG_FD]
139 # ----------------------------------------
140 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
141 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
142 # script with STATUS, using 1 if that was 0.
145 as_status
=$1; test $as_status -eq 0 && as_status
=1
147 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
148 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
150 $as_echo "$as_me: error: $2" >&2
151 as_fn_exit
$as_status
155 # as_fn_set_status STATUS
156 # -----------------------
157 # Set $? to STATUS, without forking.
165 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
175 # Portably unset VAR.
178 { eval $1=; unset $1;}
181 # as_fn_append VAR VALUE
182 # ----------------------
183 # Append the text in VALUE to the end of the definition contained in VAR. Take
184 # advantage of any shell optimizations that allow amortized linear growth over
185 # repeated appends, instead of the typical quadratic growth present in naive
187 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
188 eval 'as_fn_append ()
201 # Perform arithmetic evaluation on the ARGs, and store the result in the
202 # global $as_val. Take advantage of shells that can avoid forks. The arguments
203 # must be portable across $(()) and expr.
204 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
212 as_val
=`expr "$@" || test $? -eq 1`
217 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
218 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
224 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
230 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
236 as_me
=`$as_basename -- "$0" ||
237 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
238 X"$0" : 'X\(//\)$' \| \
239 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
241 sed '/^.*\/\([^/][^/]*\)\/*$/{
255 # Avoid depending upon Character Ranges.
256 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
257 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
258 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
259 as_cr_digits
='0123456789'
260 as_cr_alnum
=$as_cr_Letters$as_cr_digits
262 ECHO_C
= ECHO_N
= ECHO_T
=
263 case `echo -n x` in #(((((
265 case `echo 'xy\c'` in
266 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
268 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
275 rm -f conf$$ conf$$.exe conf$$.
file
276 if test -d conf$$.dir
; then
277 rm -f conf$$.dir
/conf$$.
file
280 mkdir conf$$.dir
2>/dev
/null
282 if (echo >conf$$.
file) 2>/dev
/null
; then
283 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
285 # ... but there are two gotchas:
286 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
287 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
288 # In both cases, we have to default to `cp -pR'.
289 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
291 elif ln conf$$.
file conf$$
2>/dev
/null
; then
299 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
300 rmdir conf$$.dir
2>/dev
/null
305 # Create "$as_dir" as a directory, including parents if necessary.
310 -*) as_dir
=.
/$as_dir;;
312 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
316 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
319 as_dirs
="'$as_qdir' $as_dirs"
320 as_dir
=`$as_dirname -- "$as_dir" ||
321 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
322 X"$as_dir" : 'X\(//\)[^/]' \| \
323 X"$as_dir" : 'X\(//\)$' \| \
324 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
325 $as_echo X"$as_dir" |
326 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
343 test -d "$as_dir" && break
345 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
346 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
350 if mkdir
-p .
2>/dev
/null
; then
351 as_mkdir_p
='mkdir -p "$as_dir"'
353 test -d .
/-p && rmdir .
/-p
358 # as_fn_executable_p FILE
359 # -----------------------
360 # Test if FILE is an executable regular file.
361 as_fn_executable_p
()
363 test -f "$1" && test -x "$1"
364 } # as_fn_executable_p
366 as_executable_p
=as_fn_executable_p
368 # Sed expression to map a string onto a valid CPP name.
369 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
371 # Sed expression to map a string onto a valid variable name.
372 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
376 ## ----------------------------------- ##
377 ## Main body of $CONFIG_STATUS script. ##
378 ## ----------------------------------- ##
379 # Save the log message, to keep $0 and so on meaningful, and to
380 # report actual input values of CONFIG_FILES etc. instead of their
381 # values after options handling.
383 This file was extended by GNU recutils $as_me 1.8, which was
384 generated by GNU Autoconf 2.69. Invocation command line was
386 CONFIG_FILES = $CONFIG_FILES
387 CONFIG_HEADERS = $CONFIG_HEADERS
388 CONFIG_LINKS = $CONFIG_LINKS
389 CONFIG_COMMANDS = $CONFIG_COMMANDS
392 on `(hostname || uname -n) 2>/dev/null | sed 1q`
395 # Files that config.status was made for.
396 config_files
=" Makefile lib/Makefile libcsv/Makefile src/Makefile utils/Makefile bash/Makefile doc/Makefile po/Makefile.in torture/Makefile torture/utils/Makefile torture/utils/config.sh man/Makefile etc/Makefile algol68/Makefile"
397 config_headers
=" src/config.h"
398 config_links
=" GNUmakefile:GNUmakefile"
399 config_commands
=" depfiles libtool po-directories"
402 \`$as_me' instantiates files and other configuration actions
403 from templates according to the current configuration. Unless the files
404 and actions are specified as TAGs, all are instantiated by default.
406 Usage: $0 [OPTION]... [TAG]...
408 -h, --help print this help, then exit
409 -V, --version print version number and configuration settings, then exit
410 --config print configuration, then exit
411 -q, --quiet, --silent
412 do not print progress messages
413 -d, --debug don't remove temporary files
414 --recheck update $as_me by reconfiguring in the same conditions
415 --file=FILE[:TEMPLATE]
416 instantiate the configuration file FILE
417 --header=FILE[:TEMPLATE]
418 instantiate the configuration header FILE
423 Configuration headers:
429 Configuration commands:
432 Report bugs to <bug-recutils@gnu.org>.
433 GNU recutils home page: <http://www.gnu.org/software/recutils/>.
434 General help using GNU software: <http://www.gnu.org/gethelp/>."
438 GNU recutils config.status 1.8
439 configured by ./configure, generated by GNU Autoconf 2.69,
440 with options \"$ac_cs_config\"
442 Copyright (C) 2012 Free Software Foundation, Inc.
443 This config.status script is free software; the Free Software Foundation
444 gives unlimited permission to copy, distribute and modify it."
446 ac_pwd
='/mnt/lfs/build/recutils/recutils-1.8'
448 INSTALL
='/usr/bin/install -c'
449 MKDIR_P
='/bin/mkdir -p'
451 test -n "$AWK" || AWK
=awk
452 # The default lists apply if the user does not specify any file.
458 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
459 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
463 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
475 # Handling of the options.
476 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
478 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
479 $as_echo "$ac_cs_version"; exit ;;
480 --config |
--confi |
--conf |
--con |
--co |
--c )
481 $as_echo "$ac_cs_config"; exit ;;
482 --debug |
--debu |
--deb |
--de |
--d |
-d )
484 --file |
--fil |
--fi |
--f )
487 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
488 '') as_fn_error $?
"missing file argument" ;;
490 as_fn_append CONFIG_FILES
" '$ac_optarg'"
491 ac_need_defaults
=false
;;
492 --header |
--heade |
--head |
--hea )
495 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
497 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
498 ac_need_defaults
=false
;;
500 # Conflict between --help and --header
501 as_fn_error $?
"ambiguous option: \`$1'
502 Try \`$0 --help' for more information.";;
503 --help |
--hel |
-h )
504 $as_echo "$ac_cs_usage"; exit ;;
505 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
506 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
510 -*) as_fn_error $?
"unrecognized option: \`$1'
511 Try \`$0 --help' for more information." ;;
513 *) as_fn_append ac_config_targets
" $1"
514 ac_need_defaults
=false
;;
520 ac_configure_extra_args
=
522 if $ac_cs_silent; then
524 ac_configure_extra_args
="$ac_configure_extra_args --silent"
527 if $ac_cs_recheck; then
528 set X
/bin
/sh
'./configure' $ac_configure_extra_args --no-create --no-recursion
530 $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
531 CONFIG_SHELL
='/bin/sh'
539 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
540 ## Running $as_me. ##
548 AMDEP_TRUE
="" ac_aux_dir
="build-aux"
551 # The HP-UX ksh and POSIX shell print the target directory to stdout
553 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
555 sed_quote_subst
='s/\(["`$\\]\)/\\\1/g'
556 double_quote_subst
='s/\(["`\\]\)/\\\1/g'
557 delay_variable_subst
='s/\\\\\\\\\\\$/\\\\\\$/g'
558 macro_version
='2.4.6'
559 macro_revision
='2.4.6'
563 enable_fast_install
='yes'
564 shared_archive_member_spec
=''
569 host='i686-pc-linux-gnu'
572 build
='i686-pc-linux-gnu'
575 Xsed
='/bin/sed -e 1s/^X//'
582 max_cmd_len
='1572864'
586 lt_SP2NL
='tr \040 \012'
587 lt_NL2SP
='tr \015\012 \040\040'
588 lt_cv_to_host_file_cmd
='func_convert_file_noop'
589 lt_cv_to_tool_file_cmd
='func_convert_file_noop'
591 reload_cmds
='$LD$reload_flag -o $output$reload_objs'
593 deplibs_check_method
='pass_all'
594 file_magic_cmd
='$MAGIC_CMD'
598 sharedlib_from_linklib_cmd
='printf %s\n'
601 archiver_list_spec
='@'
604 old_postinstall_cmds
='chmod 644 $oldlib~$RANLIB $tool_oldlib'
605 old_postuninstall_cmds
=''
606 old_archive_cmds
='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
607 lock_old_archive_extraction
='no'
612 lt_cv_sys_global_symbol_pipe
='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
613 lt_cv_sys_global_symbol_to_cdecl
='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
614 lt_cv_sys_global_symbol_to_import
=''
615 lt_cv_sys_global_symbol_to_c_name_address
='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
616 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
617 lt_cv_nm_interface
='BSD nm'
618 nm_file_list_spec
='@'
620 lt_cv_truncate_bin
='/bin/dd bs=4096 count=1'
623 lt_prog_compiler_no_builtin_flag
=' -fno-builtin'
624 lt_prog_compiler_pic
=' -fPIC -DPIC'
625 lt_prog_compiler_wl
='-Wl,'
626 lt_prog_compiler_static
='-static'
627 lt_cv_prog_compiler_c_o
='yes'
637 extract_expsyms_cmds
=''
638 archive_cmds_need_lc
='no'
639 enable_shared_with_static_runtimes
='no'
640 export_dynamic_flag_spec
='$wl--export-dynamic'
641 whole_archive_flag_spec
='$wl--whole-archive$convenience $wl--no-whole-archive'
642 compiler_needs_object
='no'
643 old_archive_from_new_cmds
=''
644 old_archive_from_expsyms_cmds
=''
645 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
646 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
647 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
648 echo "local: *; };" >> $output_objdir/$libname.ver~
649 $CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
651 module_expsym_cmds
=''
653 allow_undefined_flag
=''
655 hardcode_libdir_flag_spec
='$wl-rpath $wl$libdir'
656 hardcode_libdir_separator
=''
658 hardcode_direct_absolute
='no'
659 hardcode_minus_L
='no'
660 hardcode_shlibpath_var
='unsupported'
661 hardcode_automatic
='no'
663 link_all_deplibs
='no'
664 always_export_symbols
='no'
665 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
666 exclude_expsyms
='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
671 variables_saved_for_relink
='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
675 runpath_var
='LD_RUN_PATH'
676 shlibpath_var
='LD_LIBRARY_PATH'
677 shlibpath_overrides_runpath
='no'
678 libname_spec
='lib$name'
679 library_names_spec
='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
680 soname_spec
='$libname$release$shared_ext$major'
681 install_override_mode
=''
683 postuninstall_cmds
=''
684 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
686 hardcode_into_libs
='yes'
687 sys_lib_search_path_spec
='/usr/lib/gcc/i686-linux-gnu/5 /usr/lib/i386-linux-gnu /usr/lib /lib/i386-linux-gnu /lib '
688 configure_time_dlsearch_path
='/lib /usr/lib /usr/lib/i386-linux-gnu/libfakeroot /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /lib/i686-linux-gnu /usr/lib/i686-linux-gnu /usr/lib/i386-linux-gnu/mesa-egl /usr/lib/i386-linux-gnu/mesa /usr/local/lib /usr/lib/vmware-tools/lib32/libvmGuestLib.so /usr/lib/vmware-tools/lib64/libvmGuestLib.so /usr/lib/vmware-tools/lib32/libvmGuestLibJava.so /usr/lib/vmware-tools/lib64/libvmGuestLibJava.so /usr/lib/vmware-tools/lib32/libDeployPkg.so /usr/lib/vmware-tools/lib64/libDeployPkg.so '
689 configure_time_lt_sys_library_path
=''
690 hardcode_action
='immediate'
691 enable_dlopen
='unknown'
692 enable_dlopen_self
='unknown'
693 enable_dlopen_self_static
='unknown'
694 old_striplib
='strip --strip-debug'
695 striplib
='strip --strip-unneeded'
701 # A function that is used when there is no print builtin or printf.
702 func_fallback_echo
()
704 eval 'cat <<_LTECHO_EOF
709 # Quote evaled strings.
710 for var
in SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag OBJDUMP deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob DLLTOOL sharedlib_from_linklib_cmd AR AR_FLAGS archiver_list_spec STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_import lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix lt_cv_nm_interface nm_file_list_spec lt_cv_truncate_bin lt_prog_compiler_no_builtin_flag lt_prog_compiler_pic lt_prog_compiler_wl lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks MANIFEST_TOOL DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_separator exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec install_override_mode finish_eval old_striplib striplib
; do
711 case `eval \\$ECHO \\""\\$$var"\\"` in
713 eval "lt_$var=\\\"\`\
$ECHO \"\$
$var\" | \
$SED \"\
$sed_quote_subst\"\
`\\\"" ## exclude from sc_prohibit_nested_quotes
716 eval "lt_$var=\\\"\$$var\\\""
721 # Double-quote double-evaled strings.
722 for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postlink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec configure_time_dlsearch_path configure_time_lt_sys_library_path; do
723 case `eval \\$ECHO \\""\\$
$var"\\"` in
725 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes
728 eval "lt_$var=\\\"\$$var\\\""
733 ac_aux_dir
='build-aux'
735 # See if we are running on zsh, and set the options that allow our
736 # commands through without removal of \ escapes INIT.
737 if test -n "${ZSH_VERSION+set}"; then
749 GNUmakefile
=GNUmakefile
750 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
751 # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
752 # from automake < 1.5.
753 eval 'OBSOLETE_ALL_LINGUAS''=""'
754 # Capture the value of LINGUAS because we need it to compute CATALOGS.
759 # Handling of arguments.
760 for ac_config_target
in $ac_config_targets
762 case $ac_config_target in
763 "src/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS src/config.h" ;;
764 "depfiles") CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
765 "libtool") CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
766 "$GNUmakefile") CONFIG_LINKS
="$CONFIG_LINKS $GNUmakefile:$GNUmakefile" ;;
767 "po-directories") CONFIG_COMMANDS
="$CONFIG_COMMANDS po-directories" ;;
768 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
769 "lib/Makefile") CONFIG_FILES
="$CONFIG_FILES lib/Makefile" ;;
770 "libcsv/Makefile") CONFIG_FILES
="$CONFIG_FILES libcsv/Makefile" ;;
771 "src/Makefile") CONFIG_FILES
="$CONFIG_FILES src/Makefile" ;;
772 "utils/Makefile") CONFIG_FILES
="$CONFIG_FILES utils/Makefile" ;;
773 "bash/Makefile") CONFIG_FILES
="$CONFIG_FILES bash/Makefile" ;;
774 "doc/Makefile") CONFIG_FILES
="$CONFIG_FILES doc/Makefile" ;;
775 "po/Makefile.in") CONFIG_FILES
="$CONFIG_FILES po/Makefile.in" ;;
776 "torture/Makefile") CONFIG_FILES
="$CONFIG_FILES torture/Makefile" ;;
777 "torture/utils/Makefile") CONFIG_FILES
="$CONFIG_FILES torture/utils/Makefile" ;;
778 "torture/utils/config.sh") CONFIG_FILES
="$CONFIG_FILES torture/utils/config.sh" ;;
779 "man/Makefile") CONFIG_FILES
="$CONFIG_FILES man/Makefile" ;;
780 "etc/Makefile") CONFIG_FILES
="$CONFIG_FILES etc/Makefile" ;;
781 "algol68/Makefile") CONFIG_FILES
="$CONFIG_FILES algol68/Makefile" ;;
783 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
788 # If the user did not use the arguments to specify the items to instantiate,
789 # then the envvar interface is used. Set only those that are not.
790 # We use the long form for the default assignment because of an extremely
791 # bizarre bug on SunOS 4.1.3.
792 if $ac_need_defaults; then
793 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
794 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
795 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
796 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
799 # Have a temporary directory for convenience. Make it in the build tree
800 # simply because there is no reason against having it here, and in addition,
801 # creating and moving files from /tmp can sometimes cause problems.
802 # Hook for its removal unless debugging.
803 # Note that there is a small window in which the directory will not be cleaned:
804 # after its creation but before its name has been assigned to `$tmp'.
810 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
812 trap 'as_fn_exit 1' 1 2 13 15
814 # Create a (secure) tmp directory for tmp files.
817 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
822 (umask 077 && mkdir
"$tmp")
823 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
826 # Set up the scripts for CONFIG_FILES section.
827 # No need to generate them if there are no CONFIG_FILES.
828 # This happens for instance with `./config.status config.h'.
829 if test -n "$CONFIG_FILES"; then
832 ac_cr
=`echo X | tr X '\015'`
833 # On cygwin, bash can eat \r inside `` if the user requested igncr.
834 # But we know of no other shell where ac_cr would be empty at this
835 # point, so we can use a bashism as a fallback.
836 if test "x$ac_cr" = x
; then
839 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
840 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
846 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
847 cat >>"$ac_tmp/subs1.awk" <<\_ACAWK
&&
848 S
["gltests_LTLIBOBJS"]=""
849 S
["gltests_LIBOBJS"]=""
850 S
["gl_LTLIBOBJS"]=" asnprintf.lo asprintf.lo fcntl.lo fprintf.lo fseterr.lo localtime-buffer.lo mbrlen.lo mbrtowc.lo mktime.lo nl_langinfo.lo obstack.lo printf.lo prin"\
851 "tf-args.lo printf-parse.lo readline.lo regex.lo time_rz.lo vasnprintf.lo vasprintf.lo vfprintf.lo"
852 S
["gl_LIBOBJS"]=" asnprintf.o asprintf.o fcntl.o fprintf.o fseterr.o localtime-buffer.o mbrlen.o mbrtowc.o mktime.o nl_langinfo.o obstack.o printf.o printf-args.o pr"\
853 "intf-parse.o readline.o regex.o time_rz.o vasnprintf.o vasprintf.o vfprintf.o"
854 S
["CONFIG_INCLUDE"]="src/config.h"
855 S
["am__EXEEXT_FALSE"]=""
856 S
["am__EXEEXT_TRUE"]="#"
859 S
["USE_COVERAGE_FALSE"]=""
860 S
["USE_COVERAGE_TRUE"]="#"
863 S
["LTLIBICONV"]="-liconv"
864 S
["LIBICONV"]="-liconv"
865 S
["INTL_MACOSX_LIBS"]=""
866 S
["XGETTEXT_EXTRA_OPTIONS"]=" --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format"
867 S
["MSGMERGE"]="/usr/bin/msgmerge"
868 S
["XGETTEXT_015"]="/usr/bin/xgettext"
869 S
["XGETTEXT"]="/usr/bin/xgettext"
870 S
["GMSGFMT_015"]="/usr/bin/msgfmt"
871 S
["MSGFMT_015"]="/usr/bin/msgfmt"
872 S
["GMSGFMT"]="/usr/bin/msgfmt"
873 S
["MSGFMT"]="/usr/bin/msgfmt"
874 S
["GETTEXT_MACRO_VERSION"]="0.19"
876 S
["BUILD_A68_FALSE"]=""
877 S
["BUILD_A68_TRUE"]="#"
879 S
["BASH_BUILTINS_FALSE"]=""
880 S
["BASH_BUILTINS_TRUE"]="#"
881 S
["BASH_HEADERS"]="/usr/include/bash"
882 S
["UUID_TYPE_FALSE"]=""
883 S
["UUID_TYPE_TRUE"]="#"
884 S
["REMOTE_DESCRIPTORS_FALSE"]=""
885 S
["REMOTE_DESCRIPTORS_TRUE"]="#"
886 S
["COMPILE_MDB2REC_FALSE"]=""
887 S
["COMPILE_MDB2REC_TRUE"]="#"
892 S
["crypt_support"]="no"
895 S
["LIBGCRYPT_PREFIX"]=""
898 S
["HAVE_LIBGCRYPT"]="no"
906 S
["PKG_CONFIG_LIBDIR"]=""
907 S
["PKG_CONFIG_PATH"]=""
908 S
["PKG_CONFIG"]="/usr/bin/pkg-config"
909 S
["HELP2MAN"]="${SHELL} /mnt/lfs/build/recutils/recutils-1.8/build-aux/missing help2man"
910 S
["gltests_WITNESS"]="IN_RECUTILS_GNULIB_TESTS"
911 S
["REPLACE_TOWLOWER"]="0"
912 S
["REPLACE_ISWCNTRL"]="0"
913 S
["HAVE_WCTYPE_H"]="1"
914 S
["NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H"]="<wctype.h>"
915 S
["NEXT_WCTYPE_H"]="<wctype.h>"
916 S
["HAVE_ISWCNTRL"]="1"
917 S
["REPLACE_ISWBLANK"]="0"
918 S
["HAVE_WCTRANS_T"]="1"
919 S
["HAVE_WCTYPE_T"]="1"
920 S
["HAVE_ISWBLANK"]="1"
921 S
["GNULIB_TOWCTRANS"]="0"
922 S
["GNULIB_WCTRANS"]="0"
923 S
["GNULIB_ISWCTYPE"]="0"
924 S
["GNULIB_WCTYPE"]="0"
925 S
["GNULIB_ISWBLANK"]="0"
926 S
["HAVE_CRTDEFS_H"]="0"
928 S
["NEXT_AS_FIRST_DIRECTIVE_WCHAR_H"]="<wchar.h>"
929 S
["NEXT_WCHAR_H"]="<wchar.h>"
930 S
["HAVE_UNISTD_H"]="1"
931 S
["NEXT_AS_FIRST_DIRECTIVE_UNISTD_H"]="<unistd.h>"
932 S
["NEXT_UNISTD_H"]="<unistd.h>"
933 S
["UNISTD_H_DEFINES_STRUCT_TIMESPEC"]="0"
934 S
["PTHREAD_H_DEFINES_STRUCT_TIMESPEC"]="0"
935 S
["SYS_TIME_H_DEFINES_STRUCT_TIMESPEC"]="0"
936 S
["TIME_H_DEFINES_STRUCT_TIMESPEC"]="1"
937 S
["NEXT_AS_FIRST_DIRECTIVE_TIME_H"]="<time.h>"
938 S
["NEXT_TIME_H"]="<time.h>"
939 S
["NEXT_AS_FIRST_DIRECTIVE_SYS_WAIT_H"]="<sys/wait.h>"
940 S
["NEXT_SYS_WAIT_H"]="<sys/wait.h>"
941 S
["GNULIB_WAITPID"]="1"
942 S
["HAVE_SYS_FILE_H"]="1"
943 S
["NEXT_AS_FIRST_DIRECTIVE_SYS_FILE_H"]="<sys/file.h>"
944 S
["NEXT_SYS_FILE_H"]="<sys/file.h>"
945 S
["HAVE_STRINGS_H"]="1"
946 S
["NEXT_AS_FIRST_DIRECTIVE_STRINGS_H"]="<strings.h>"
947 S
["NEXT_STRINGS_H"]="<strings.h>"
948 S
["NEXT_AS_FIRST_DIRECTIVE_STRING_H"]="<string.h>"
949 S
["NEXT_STRING_H"]="<string.h>"
950 S
["HAVE_DECL_STRNCASECMP"]="1"
951 S
["HAVE_STRCASECMP"]="1"
954 S
["NEXT_AS_FIRST_DIRECTIVE_STDLIB_H"]="<stdlib.h>"
955 S
["NEXT_STDLIB_H"]="<stdlib.h>"
956 S
["NEXT_AS_FIRST_DIRECTIVE_STDIO_H"]="<stdio.h>"
957 S
["NEXT_STDIO_H"]="<stdio.h>"
958 S
["GL_GENERATE_STDARG_H_FALSE"]=""
959 S
["GL_GENERATE_STDARG_H_TRUE"]="#"
961 S
["NEXT_AS_FIRST_DIRECTIVE_STDARG_H"]=""
962 S
["NEXT_STDARG_H"]="<stdarg.h>"
963 S
["HAVE_SPAWN_H"]="1"
964 S
["NEXT_AS_FIRST_DIRECTIVE_SPAWN_H"]="<spawn.h>"
965 S
["NEXT_SPAWN_H"]="<spawn.h>"
966 S
["NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H"]="<signal.h>"
967 S
["NEXT_SIGNAL_H"]="<signal.h>"
968 S
["GL_GENERATE_SELINUX_CONTEXT_H_FALSE"]="#"
969 S
["GL_GENERATE_SELINUX_CONTEXT_H_TRUE"]=""
970 S
["SELINUX_CONTEXT_H"]="selinux/context.h"
971 S
["NEXT_AS_FIRST_DIRECTIVE_SELINUX_SELINUX_H"]=""
972 S
["NEXT_SELINUX_SELINUX_H"]=""
974 S
["GL_GENERATE_SCHED_H_FALSE"]=""
975 S
["GL_GENERATE_SCHED_H_TRUE"]="#"
977 S
["HAVE_STRUCT_SCHED_PARAM"]=""
979 S
["NEXT_AS_FIRST_DIRECTIVE_SCHED_H"]=""
982 S
["LTLIBREADLINE"]=""
984 S
["REPLACE_RAISE"]="0"
985 S
["REPLACE_PTHREAD_SIGMASK"]="0"
986 S
["HAVE_SIGHANDLER_T"]="1"
987 S
["HAVE_TYPE_VOLATILE_SIG_ATOMIC_T"]="1"
988 S
["HAVE_STRUCT_SIGACTION_SA_SIGACTION"]="1"
989 S
["HAVE_SIGACTION"]="1"
990 S
["HAVE_SIGINFO_T"]="1"
991 S
["HAVE_SIGSET_T"]="1"
993 S
["HAVE_PTHREAD_SIGMASK"]="1"
994 S
["HAVE_POSIX_SIGNALBLOCKING"]="1"
995 S
["GNULIB_SIGACTION"]="1"
996 S
["GNULIB_SIGPROCMASK"]="1"
997 S
["GNULIB_SIGNAL_H_SIGPIPE"]="0"
998 S
["GNULIB_RAISE"]="1"
999 S
["GNULIB_PTHREAD_SIGMASK"]="0"
1000 S
["ASM_SYMBOL_PREFIX"]="\"\""
1001 S
["LIB_POSIX_SPAWN"]=""
1002 S
["REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN"]="0"
1003 S
["REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2"]="0"
1004 S
["REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE"]="0"
1005 S
["REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR"]="0"
1006 S
["REPLACE_POSIX_SPAWN"]="0"
1007 S
["HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR"]="1"
1008 S
["HAVE_POSIX_SPAWN_FILE_ACTIONS_T"]="1"
1009 S
["HAVE_POSIX_SPAWNATTR_T"]="1"
1010 S
["HAVE_POSIX_SPAWN"]="1"
1011 S
["GNULIB_POSIX_SPAWNATTR_DESTROY"]="1"
1012 S
["GNULIB_POSIX_SPAWNATTR_SETSIGMASK"]="1"
1013 S
["GNULIB_POSIX_SPAWNATTR_GETSIGMASK"]="0"
1014 S
["GNULIB_POSIX_SPAWNATTR_SETSIGDEFAULT"]="0"
1015 S
["GNULIB_POSIX_SPAWNATTR_GETSIGDEFAULT"]="0"
1016 S
["GNULIB_POSIX_SPAWNATTR_SETSCHEDPOLICY"]="0"
1017 S
["GNULIB_POSIX_SPAWNATTR_GETSCHEDPOLICY"]="0"
1018 S
["GNULIB_POSIX_SPAWNATTR_SETSCHEDPARAM"]="0"
1019 S
["GNULIB_POSIX_SPAWNATTR_GETSCHEDPARAM"]="0"
1020 S
["GNULIB_POSIX_SPAWNATTR_SETPGROUP"]="0"
1021 S
["GNULIB_POSIX_SPAWNATTR_GETPGROUP"]="0"
1022 S
["GNULIB_POSIX_SPAWNATTR_SETFLAGS"]="1"
1023 S
["GNULIB_POSIX_SPAWNATTR_GETFLAGS"]="0"
1024 S
["GNULIB_POSIX_SPAWNATTR_INIT"]="1"
1025 S
["GNULIB_POSIX_SPAWN_FILE_ACTIONS_DESTROY"]="1"
1026 S
["GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN"]="1"
1027 S
["GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2"]="0"
1028 S
["GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE"]="0"
1029 S
["GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR"]="0"
1030 S
["GNULIB_POSIX_SPAWN_FILE_ACTIONS_INIT"]="1"
1031 S
["GNULIB_POSIX_SPAWNP"]="1"
1032 S
["GNULIB_POSIX_SPAWN"]="0"
1034 S
["GL_GENERATE_STDBOOL_H_FALSE"]=""
1035 S
["GL_GENERATE_STDBOOL_H_TRUE"]="#"
1037 S
["UNDEFINE_STRTOK_R"]="0"
1038 S
["REPLACE_STRSIGNAL"]="0"
1039 S
["REPLACE_STRERROR_R"]="0"
1040 S
["REPLACE_STRERROR"]="0"
1041 S
["REPLACE_STRTOK_R"]="0"
1042 S
["REPLACE_STRCASESTR"]="0"
1043 S
["REPLACE_STRSTR"]="0"
1044 S
["REPLACE_STRNLEN"]="0"
1045 S
["REPLACE_STRNDUP"]="0"
1046 S
["REPLACE_STRNCAT"]="0"
1047 S
["REPLACE_STRDUP"]="0"
1048 S
["REPLACE_STRCHRNUL"]="0"
1049 S
["REPLACE_STPNCPY"]="0"
1050 S
["REPLACE_MEMMEM"]="0"
1051 S
["REPLACE_MEMCHR"]="0"
1052 S
["HAVE_STRVERSCMP"]="1"
1053 S
["HAVE_DECL_STRSIGNAL"]="1"
1054 S
["HAVE_DECL_STRERROR_R"]="1"
1055 S
["HAVE_DECL_STRTOK_R"]="1"
1056 S
["HAVE_STRCASESTR"]="1"
1057 S
["HAVE_STRSEP"]="1"
1058 S
["HAVE_STRPBRK"]="1"
1059 S
["HAVE_DECL_STRNLEN"]="1"
1060 S
["HAVE_DECL_STRNDUP"]="1"
1061 S
["HAVE_DECL_STRDUP"]="1"
1062 S
["HAVE_STRCHRNUL"]="1"
1063 S
["HAVE_STPNCPY"]="1"
1064 S
["HAVE_STPCPY"]="1"
1065 S
["HAVE_RAWMEMCHR"]="1"
1066 S
["HAVE_DECL_MEMRCHR"]="1"
1067 S
["HAVE_MEMPCPY"]="1"
1068 S
["HAVE_DECL_MEMMEM"]="1"
1069 S
["HAVE_MEMCHR"]="1"
1072 S
["HAVE_EXPLICIT_BZERO"]="1"
1073 S
["HAVE_MBSLEN"]="0"
1074 S
["GNULIB_STRVERSCMP"]="1"
1075 S
["GNULIB_STRSIGNAL"]="0"
1076 S
["GNULIB_STRERROR_R"]="0"
1077 S
["GNULIB_STRERROR"]="1"
1078 S
["GNULIB_MBSTOK_R"]="0"
1079 S
["GNULIB_MBSSEP"]="0"
1080 S
["GNULIB_MBSSPN"]="0"
1081 S
["GNULIB_MBSPBRK"]="0"
1082 S
["GNULIB_MBSCSPN"]="0"
1083 S
["GNULIB_MBSCASESTR"]="0"
1084 S
["GNULIB_MBSPCASECMP"]="0"
1085 S
["GNULIB_MBSNCASECMP"]="0"
1086 S
["GNULIB_MBSCASECMP"]="0"
1087 S
["GNULIB_MBSSTR"]="0"
1088 S
["GNULIB_MBSRCHR"]="0"
1089 S
["GNULIB_MBSCHR"]="0"
1090 S
["GNULIB_MBSNLEN"]="0"
1091 S
["GNULIB_MBSLEN"]="0"
1092 S
["GNULIB_STRTOK_R"]="0"
1093 S
["GNULIB_STRCASESTR"]="1"
1094 S
["GNULIB_STRSTR"]="0"
1095 S
["GNULIB_STRSEP"]="1"
1096 S
["GNULIB_STRPBRK"]="0"
1097 S
["GNULIB_STRNLEN"]="0"
1098 S
["GNULIB_STRNDUP"]="0"
1099 S
["GNULIB_STRNCAT"]="0"
1100 S
["GNULIB_STRDUP"]="1"
1101 S
["GNULIB_STRCHRNUL"]="1"
1102 S
["GNULIB_STPNCPY"]="0"
1103 S
["GNULIB_STPCPY"]="0"
1104 S
["GNULIB_RAWMEMCHR"]="1"
1105 S
["GNULIB_MEMRCHR"]="0"
1106 S
["GNULIB_MEMPCPY"]="0"
1107 S
["GNULIB_MEMMEM"]="0"
1108 S
["GNULIB_MEMCHR"]="1"
1109 S
["GNULIB_FFSLL"]="0"
1110 S
["GNULIB_FFSL"]="0"
1111 S
["GNULIB_EXPLICIT_BZERO"]="0"
1112 S
["LOCALE_FR_UTF8"]="none"
1113 S
["LOCALE_ZH_CN"]="none"
1114 S
["LOCALE_JA"]="none"
1115 S
["NEXT_AS_FIRST_DIRECTIVE_MATH_H"]="<math.h>"
1116 S
["NEXT_MATH_H"]="<math.h>"
1117 S
["LTLIBMULTITHREAD"]="-pthread"
1118 S
["LIBMULTITHREAD"]="-pthread -Wl,--push-state -Wl,--no-as-needed -lpthread -Wl,--pop-state"
1121 S
["LIBPTH_PREFIX"]=""
1124 S
["NEXT_AS_FIRST_DIRECTIVE_LOCALE_H"]="<locale.h>"
1125 S
["NEXT_LOCALE_H"]="<locale.h>"
1126 S
["HAVE_XLOCALE_H"]="1"
1127 S
["NEXT_AS_FIRST_DIRECTIVE_STDDEF_H"]=""
1128 S
["NEXT_STDDEF_H"]=""
1129 S
["GL_GENERATE_STDDEF_H_FALSE"]=""
1130 S
["GL_GENERATE_STDDEF_H_TRUE"]="#"
1132 S
["HAVE_WCHAR_T"]="1"
1133 S
["HAVE_MAX_ALIGN_T"]="1"
1134 S
["REPLACE_NULL"]="0"
1135 S
["REPLACE_STRUCT_LCONV"]="0"
1136 S
["REPLACE_FREELOCALE"]="0"
1137 S
["REPLACE_DUPLOCALE"]="0"
1138 S
["REPLACE_NEWLOCALE"]="0"
1139 S
["REPLACE_SETLOCALE"]="0"
1140 S
["REPLACE_LOCALECONV"]="0"
1141 S
["HAVE_FREELOCALE"]="1"
1142 S
["HAVE_DUPLOCALE"]="1"
1143 S
["HAVE_NEWLOCALE"]="1"
1144 S
["GNULIB_LOCALENAME"]="0"
1145 S
["GNULIB_DUPLOCALE"]="0"
1146 S
["GNULIB_SETLOCALE"]="0"
1147 S
["GNULIB_LOCALECONV"]="1"
1148 S
["LOCALCHARSET_TESTS_ENVIRONMENT"]=""
1149 S
["HAVE_LANGINFO_YESEXPR"]="1"
1150 S
["HAVE_LANGINFO_ERA"]="1"
1151 S
["HAVE_LANGINFO_ALTMON"]="0"
1152 S
["HAVE_LANGINFO_T_FMT_AMPM"]="1"
1153 S
["HAVE_LANGINFO_CODESET"]="1"
1154 S
["HAVE_LANGINFO_H"]="1"
1155 S
["NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H"]="<langinfo.h>"
1156 S
["NEXT_LANGINFO_H"]="<langinfo.h>"
1157 S
["REPLACE_NL_LANGINFO"]="1"
1158 S
["HAVE_NL_LANGINFO"]="1"
1159 S
["GNULIB_NL_LANGINFO"]="1"
1160 S
["NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H"]="<inttypes.h>"
1161 S
["NEXT_INTTYPES_H"]="<inttypes.h>"
1162 S
["UINT64_MAX_EQ_ULONG_MAX"]="0"
1163 S
["UINT32_MAX_LT_UINTMAX_MAX"]="1"
1164 S
["PRIPTR_PREFIX"]="\"l\""
1165 S
["PRI_MACROS_BROKEN"]="0"
1166 S
["INT64_MAX_EQ_LONG_MAX"]="0"
1167 S
["INT32_MAX_LT_INTMAX_MAX"]="1"
1168 S
["REPLACE_STRTOUMAX"]="0"
1169 S
["REPLACE_STRTOIMAX"]="0"
1170 S
["HAVE_IMAXDIV_T"]="1"
1171 S
["HAVE_DECL_STRTOUMAX"]="1"
1172 S
["HAVE_DECL_STRTOIMAX"]="1"
1173 S
["HAVE_DECL_IMAXDIV"]="1"
1174 S
["HAVE_DECL_IMAXABS"]="1"
1175 S
["GNULIB_STRTOUMAX"]="0"
1176 S
["GNULIB_STRTOIMAX"]="0"
1177 S
["GNULIB_IMAXDIV"]="0"
1178 S
["GNULIB_IMAXABS"]="0"
1179 S
["GL_GENERATE_STDINT_H_FALSE"]="#"
1180 S
["GL_GENERATE_STDINT_H_TRUE"]=""
1181 S
["STDINT_H"]="stdint.h"
1182 S
["HAVE_SYS_INTTYPES_H"]="0"
1183 S
["HAVE_SYS_BITYPES_H"]="0"
1184 S
["HAVE_C99_STDINT_H"]="1"
1185 S
["WINT_T_SUFFIX"]=""
1186 S
["WCHAR_T_SUFFIX"]=""
1187 S
["SIG_ATOMIC_T_SUFFIX"]=""
1188 S
["SIZE_T_SUFFIX"]=""
1189 S
["PTRDIFF_T_SUFFIX"]=""
1190 S
["HAVE_SIGNED_WINT_T"]=""
1191 S
["HAVE_SIGNED_WCHAR_T"]=""
1192 S
["HAVE_SIGNED_SIG_ATOMIC_T"]=""
1193 S
["BITSIZEOF_WINT_T"]=""
1194 S
["BITSIZEOF_WCHAR_T"]=""
1195 S
["BITSIZEOF_SIG_ATOMIC_T"]=""
1196 S
["BITSIZEOF_SIZE_T"]=""
1197 S
["BITSIZEOF_PTRDIFF_T"]=""
1198 S
["HAVE_STDINT_H"]="1"
1199 S
["NEXT_AS_FIRST_DIRECTIVE_STDINT_H"]="<stdint.h>"
1200 S
["NEXT_STDINT_H"]="<stdint.h>"
1201 S
["HAVE_SYS_TYPES_H"]="1"
1202 S
["HAVE_INTTYPES_H"]="1"
1203 S
["HAVE_WCHAR_H"]="1"
1204 S
["HAVE_UNSIGNED_LONG_LONG_INT"]="1"
1205 S
["HAVE_LONG_LONG_INT"]="1"
1206 S
["GL_GENERATE_LIMITS_H_FALSE"]="#"
1207 S
["GL_GENERATE_LIMITS_H_TRUE"]=""
1208 S
["LIMITS_H"]="limits.h"
1209 S
["NEXT_AS_FIRST_DIRECTIVE_LIMITS_H"]="<limits.h>"
1210 S
["NEXT_LIMITS_H"]="<limits.h>"
1211 S
["REPLACE_LOCALTIME"]="0"
1212 S
["REPLACE_GMTIME"]="0"
1213 S
["REPLACE_TZSET"]="0"
1214 S
["REPLACE_TIMEGM"]="0"
1215 S
["REPLACE_STRFTIME"]="GNULIB_PORTCHECK"
1216 S
["REPLACE_NANOSLEEP"]="GNULIB_PORTCHECK"
1217 S
["REPLACE_MKTIME"]="0"
1218 S
["REPLACE_LOCALTIME_R"]="0"
1219 S
["REPLACE_CTIME"]="GNULIB_PORTCHECK"
1220 S
["HAVE_TIMEZONE_T"]="0"
1222 S
["HAVE_TIMEGM"]="1"
1223 S
["HAVE_STRPTIME"]="1"
1224 S
["HAVE_NANOSLEEP"]="1"
1225 S
["HAVE_DECL_LOCALTIME_R"]="1"
1226 S
["GNULIB_TZSET"]="1"
1227 S
["GNULIB_TIME_RZ"]="1"
1228 S
["GNULIB_TIME_R"]="1"
1229 S
["GNULIB_TIMEGM"]="1"
1230 S
["GNULIB_STRPTIME"]="0"
1231 S
["GNULIB_STRFTIME"]="0"
1232 S
["GNULIB_NANOSLEEP"]="0"
1233 S
["GNULIB_LOCALTIME"]="0"
1234 S
["GNULIB_MKTIME"]="1"
1235 S
["GNULIB_CTIME"]="0"
1236 S
["NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H"]="<sys/time.h>"
1237 S
["NEXT_SYS_TIME_H"]="<sys/time.h>"
1238 S
["REPLACE_STRUCT_TIMEVAL"]="0"
1239 S
["REPLACE_GETTIMEOFDAY"]="0"
1240 S
["HAVE_SYS_TIME_H"]="1"
1241 S
["HAVE_STRUCT_TIMEVAL"]="1"
1242 S
["HAVE_GETTIMEOFDAY"]="1"
1243 S
["GNULIB_GETTIMEOFDAY"]="1"
1246 S
["GNULIB_GL_UNISTD_H_GETOPT"]=""
1247 S
["GETOPT_CDEFS_H"]=""
1249 S
["HAVE_SYS_CDEFS_H"]=""
1250 S
["HAVE_GETOPT_H"]="1"
1251 S
["NEXT_AS_FIRST_DIRECTIVE_GETOPT_H"]="<getopt.h>"
1252 S
["NEXT_GETOPT_H"]="<getopt.h>"
1253 S
["WINDOWS_64_BIT_ST_SIZE"]="0"
1254 S
["WINDOWS_STAT_TIMESPEC"]="0"
1255 S
["NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H"]="<sys/stat.h>"
1256 S
["NEXT_SYS_STAT_H"]="<sys/stat.h>"
1257 S
["REPLACE_UTIMENSAT"]="0"
1258 S
["REPLACE_STAT"]="0"
1259 S
["REPLACE_MKNOD"]="0"
1260 S
["REPLACE_MKFIFO"]="0"
1261 S
["REPLACE_MKDIR"]="0"
1262 S
["REPLACE_LSTAT"]="0"
1263 S
["REPLACE_FUTIMENS"]="0"
1264 S
["REPLACE_FSTATAT"]="0"
1265 S
["REPLACE_FSTAT"]="0"
1266 S
["HAVE_UTIMENSAT"]="1"
1267 S
["HAVE_MKNODAT"]="1"
1269 S
["HAVE_MKFIFOAT"]="1"
1270 S
["HAVE_MKFIFO"]="1"
1271 S
["HAVE_MKDIRAT"]="1"
1273 S
["HAVE_LCHMOD"]="1"
1274 S
["HAVE_FUTIMENS"]="1"
1275 S
["HAVE_FSTATAT"]="1"
1276 S
["HAVE_FCHMODAT"]="1"
1277 S
["GNULIB_OVERRIDES_STRUCT_STAT"]="0"
1278 S
["GNULIB_UTIMENSAT"]="0"
1279 S
["GNULIB_STAT"]="1"
1280 S
["GNULIB_MKNODAT"]="0"
1281 S
["GNULIB_MKNOD"]="0"
1282 S
["GNULIB_MKFIFOAT"]="0"
1283 S
["GNULIB_MKFIFO"]="0"
1284 S
["GNULIB_MKDIRAT"]="0"
1285 S
["GNULIB_LSTAT"]="1"
1286 S
["GNULIB_LCHMOD"]="0"
1287 S
["GNULIB_FUTIMENS"]="0"
1288 S
["GNULIB_FSTATAT"]="0"
1289 S
["GNULIB_FSTAT"]="1"
1290 S
["GNULIB_FCHMODAT"]="0"
1291 S
["WINDOWS_STAT_INODES"]="0"
1292 S
["WINDOWS_64_BIT_OFF_T"]="0"
1293 S
["NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H"]="<sys/types.h>"
1294 S
["NEXT_SYS_TYPES_H"]="<sys/types.h>"
1295 S
["REPLACE_VSPRINTF"]="0"
1296 S
["REPLACE_VSNPRINTF"]="0"
1297 S
["REPLACE_VPRINTF"]="0"
1298 S
["REPLACE_VFPRINTF"]="1"
1299 S
["REPLACE_VDPRINTF"]="0"
1300 S
["REPLACE_VASPRINTF"]="1"
1301 S
["REPLACE_TMPFILE"]="0"
1302 S
["REPLACE_STDIO_WRITE_FUNCS"]="0"
1303 S
["REPLACE_STDIO_READ_FUNCS"]="0"
1304 S
["REPLACE_SPRINTF"]="0"
1305 S
["REPLACE_SNPRINTF"]="0"
1306 S
["REPLACE_RENAMEAT"]="0"
1307 S
["REPLACE_RENAME"]="0"
1308 S
["REPLACE_REMOVE"]="0"
1309 S
["REPLACE_PRINTF"]="1"
1310 S
["REPLACE_POPEN"]="0"
1311 S
["REPLACE_PERROR"]="0"
1312 S
["REPLACE_OBSTACK_PRINTF"]="0"
1313 S
["REPLACE_GETLINE"]="0"
1314 S
["REPLACE_GETDELIM"]="0"
1315 S
["REPLACE_FTELLO"]="0"
1316 S
["REPLACE_FTELL"]="0"
1317 S
["REPLACE_FSEEKO"]="0"
1318 S
["REPLACE_FSEEK"]="0"
1319 S
["REPLACE_FREOPEN"]="0"
1320 S
["REPLACE_FPURGE"]="0"
1321 S
["REPLACE_FPRINTF"]="1"
1322 S
["REPLACE_FOPEN"]="0"
1323 S
["REPLACE_FFLUSH"]="0"
1324 S
["REPLACE_FDOPEN"]="0"
1325 S
["REPLACE_FCLOSE"]="0"
1326 S
["REPLACE_DPRINTF"]="0"
1327 S
["HAVE_VDPRINTF"]="1"
1328 S
["HAVE_VASPRINTF"]="1"
1329 S
["HAVE_RENAMEAT"]="1"
1331 S
["HAVE_PCLOSE"]="1"
1332 S
["HAVE_FTELLO"]="1"
1333 S
["HAVE_FSEEKO"]="1"
1334 S
["HAVE_DPRINTF"]="1"
1335 S
["HAVE_DECL_VSNPRINTF"]="1"
1336 S
["HAVE_DECL_SNPRINTF"]="1"
1337 S
["HAVE_DECL_OBSTACK_PRINTF"]="1"
1338 S
["HAVE_DECL_GETLINE"]="1"
1339 S
["HAVE_DECL_GETDELIM"]="1"
1340 S
["HAVE_DECL_FTELLO"]="1"
1341 S
["HAVE_DECL_FSEEKO"]="1"
1342 S
["HAVE_DECL_FPURGE"]="1"
1343 S
["GNULIB_VSPRINTF_POSIX"]="0"
1344 S
["GNULIB_VSNPRINTF"]="0"
1345 S
["GNULIB_VPRINTF_POSIX"]="0"
1346 S
["GNULIB_VPRINTF"]="1"
1347 S
["GNULIB_VFPRINTF_POSIX"]="1"
1348 S
["GNULIB_VFPRINTF"]="1"
1349 S
["GNULIB_VDPRINTF"]="0"
1350 S
["GNULIB_VSCANF"]="0"
1351 S
["GNULIB_VFSCANF"]="0"
1352 S
["GNULIB_VASPRINTF"]="1"
1353 S
["GNULIB_TMPFILE"]="0"
1354 S
["GNULIB_STDIO_H_SIGPIPE"]="0"
1355 S
["GNULIB_STDIO_H_NONBLOCKING"]="0"
1356 S
["GNULIB_SPRINTF_POSIX"]="0"
1357 S
["GNULIB_SNPRINTF"]="0"
1358 S
["GNULIB_SCANF"]="1"
1359 S
["GNULIB_RENAMEAT"]="0"
1360 S
["GNULIB_RENAME"]="1"
1361 S
["GNULIB_REMOVE"]="0"
1362 S
["GNULIB_PUTS"]="1"
1363 S
["GNULIB_PUTCHAR"]="1"
1364 S
["GNULIB_PUTC"]="1"
1365 S
["GNULIB_PRINTF_POSIX"]="1"
1366 S
["GNULIB_PRINTF"]="1"
1367 S
["GNULIB_POPEN"]="0"
1368 S
["GNULIB_PERROR"]="0"
1369 S
["GNULIB_PCLOSE"]="0"
1370 S
["GNULIB_OBSTACK_PRINTF_POSIX"]="0"
1371 S
["GNULIB_OBSTACK_PRINTF"]="0"
1372 S
["GNULIB_GETLINE"]="1"
1373 S
["GNULIB_GETDELIM"]="1"
1374 S
["GNULIB_GETCHAR"]="1"
1375 S
["GNULIB_GETC"]="1"
1376 S
["GNULIB_FWRITE"]="1"
1377 S
["GNULIB_FTELLO"]="1"
1378 S
["GNULIB_FTELL"]="1"
1379 S
["GNULIB_FSEEKO"]="1"
1380 S
["GNULIB_FSEEK"]="1"
1381 S
["GNULIB_FSCANF"]="1"
1382 S
["GNULIB_FREOPEN"]="0"
1383 S
["GNULIB_FREAD"]="1"
1384 S
["GNULIB_FPUTS"]="1"
1385 S
["GNULIB_FPUTC"]="1"
1386 S
["GNULIB_FPURGE"]="0"
1387 S
["GNULIB_FPRINTF_POSIX"]="1"
1388 S
["GNULIB_FPRINTF"]="1"
1389 S
["GNULIB_FOPEN"]="0"
1390 S
["GNULIB_FGETS"]="1"
1391 S
["GNULIB_FGETC"]="1"
1392 S
["GNULIB_FFLUSH"]="0"
1393 S
["GNULIB_FDOPEN"]="0"
1394 S
["GNULIB_FCLOSE"]="0"
1395 S
["GNULIB_DPRINTF"]="0"
1396 S
["HAVE_FEATURES_H"]="1"
1397 S
["GNULIB_OVERRIDES_WINT_T"]="0"
1398 S
["APPLE_UNIVERSAL_BUILD"]="0"
1399 S
["HAVE_SAME_LONG_DOUBLE_AS_DOUBLE"]="0"
1400 S
["FLOOR_LIBM"]="-lm"
1401 S
["REPLACE_TRUNCL"]="0"
1402 S
["REPLACE_TRUNCF"]="0"
1403 S
["REPLACE_TRUNC"]="0"
1404 S
["REPLACE_TANHF"]="0"
1405 S
["REPLACE_TANF"]="0"
1406 S
["REPLACE_SQRTL"]="0"
1407 S
["REPLACE_SQRTF"]="0"
1408 S
["REPLACE_SINHF"]="0"
1409 S
["REPLACE_SINF"]="0"
1410 S
["REPLACE_SIGNBIT_USING_GCC"]="1"
1411 S
["REPLACE_SIGNBIT"]="0"
1412 S
["REPLACE_ROUNDL"]="0"
1413 S
["REPLACE_ROUNDF"]="0"
1414 S
["REPLACE_ROUND"]="0"
1415 S
["REPLACE_REMAINDERL"]="0"
1416 S
["REPLACE_REMAINDERF"]="0"
1417 S
["REPLACE_REMAINDER"]="0"
1418 S
["REPLACE_NAN"]="0"
1419 S
["REPLACE_MODFL"]="0"
1420 S
["REPLACE_MODFF"]="0"
1421 S
["REPLACE_MODF"]="0"
1422 S
["REPLACE_LOGBL"]="0"
1423 S
["REPLACE_LOGBF"]="0"
1424 S
["REPLACE_LOGB"]="0"
1425 S
["REPLACE_LOG2L"]="0"
1426 S
["REPLACE_LOG2F"]="0"
1427 S
["REPLACE_LOG2"]="0"
1428 S
["REPLACE_LOG1PL"]="0"
1429 S
["REPLACE_LOG1PF"]="0"
1430 S
["REPLACE_LOG1P"]="0"
1431 S
["REPLACE_LOG10L"]="0"
1432 S
["REPLACE_LOG10F"]="0"
1433 S
["REPLACE_LOG10"]="0"
1434 S
["REPLACE_LOGL"]="0"
1435 S
["REPLACE_LOGF"]="0"
1436 S
["REPLACE_LOG"]="0"
1437 S
["REPLACE_LDEXPL"]="0"
1438 S
["REPLACE_ISNAN"]="0"
1439 S
["REPLACE_ISINF"]="0"
1440 S
["REPLACE_ISFINITE"]="0"
1441 S
["REPLACE_ILOGBL"]="0"
1442 S
["REPLACE_ILOGBF"]="0"
1443 S
["REPLACE_ILOGB"]="0"
1444 S
["REPLACE_HYPOTL"]="0"
1445 S
["REPLACE_HYPOTF"]="0"
1446 S
["REPLACE_HYPOT"]="0"
1447 S
["REPLACE_HUGE_VAL"]="0"
1448 S
["REPLACE_FREXPL"]="0"
1449 S
["REPLACE_FREXP"]="0"
1450 S
["REPLACE_FREXPF"]="0"
1451 S
["REPLACE_FMODL"]="0"
1452 S
["REPLACE_FMODF"]="0"
1453 S
["REPLACE_FMOD"]="0"
1454 S
["REPLACE_FMAL"]="0"
1455 S
["REPLACE_FMAF"]="0"
1456 S
["REPLACE_FMA"]="0"
1457 S
["REPLACE_FLOORL"]="0"
1458 S
["REPLACE_FLOORF"]="0"
1459 S
["REPLACE_FLOOR"]="0"
1460 S
["REPLACE_FABSL"]="0"
1461 S
["REPLACE_EXP2L"]="0"
1462 S
["REPLACE_EXP2"]="0"
1463 S
["REPLACE_EXPM1F"]="0"
1464 S
["REPLACE_EXPM1"]="0"
1465 S
["REPLACE_EXPF"]="0"
1466 S
["REPLACE_COSHF"]="0"
1467 S
["REPLACE_COSF"]="0"
1468 S
["REPLACE_CEILL"]="0"
1469 S
["REPLACE_CEILF"]="0"
1470 S
["REPLACE_CEIL"]="0"
1471 S
["REPLACE_CBRTL"]="0"
1472 S
["REPLACE_CBRTF"]="0"
1473 S
["REPLACE_ATAN2F"]="0"
1474 S
["REPLACE_ATANF"]="0"
1475 S
["REPLACE_ASINF"]="0"
1476 S
["REPLACE_ACOSF"]="0"
1477 S
["HAVE_DECL_TRUNCL"]="1"
1478 S
["HAVE_DECL_TRUNCF"]="1"
1479 S
["HAVE_DECL_TRUNC"]="1"
1480 S
["HAVE_DECL_TANL"]="1"
1481 S
["HAVE_DECL_SQRTL"]="1"
1482 S
["HAVE_DECL_SINL"]="1"
1483 S
["HAVE_DECL_ROUNDL"]="1"
1484 S
["HAVE_DECL_ROUNDF"]="1"
1485 S
["HAVE_DECL_ROUND"]="1"
1486 S
["HAVE_DECL_RINTF"]="1"
1487 S
["HAVE_DECL_REMAINDERL"]="1"
1488 S
["HAVE_DECL_REMAINDER"]="1"
1489 S
["HAVE_DECL_LOGB"]="1"
1490 S
["HAVE_DECL_LOG2L"]="1"
1491 S
["HAVE_DECL_LOG2F"]="1"
1492 S
["HAVE_DECL_LOG2"]="1"
1493 S
["HAVE_DECL_LOG10L"]="1"
1494 S
["HAVE_DECL_LOGL"]="1"
1495 S
["HAVE_DECL_LDEXPL"]="1"
1496 S
["HAVE_DECL_FREXPL"]="1"
1497 S
["HAVE_DECL_FLOORL"]="1"
1498 S
["HAVE_DECL_FLOORF"]="1"
1499 S
["HAVE_DECL_EXPM1L"]="1"
1500 S
["HAVE_DECL_EXP2L"]="1"
1501 S
["HAVE_DECL_EXP2F"]="1"
1502 S
["HAVE_DECL_EXP2"]="1"
1503 S
["HAVE_DECL_EXPL"]="1"
1504 S
["HAVE_DECL_COSL"]="1"
1505 S
["HAVE_DECL_COPYSIGNF"]="1"
1506 S
["HAVE_DECL_CEILL"]="1"
1507 S
["HAVE_DECL_CEILF"]="1"
1508 S
["HAVE_DECL_CBRTL"]="1"
1509 S
["HAVE_DECL_CBRTF"]="1"
1510 S
["HAVE_DECL_ATANL"]="1"
1511 S
["HAVE_DECL_ASINL"]="1"
1512 S
["HAVE_DECL_ACOSL"]="1"
1523 S
["HAVE_REMAINDERF"]="1"
1524 S
["HAVE_REMAINDER"]="1"
1530 S
["HAVE_LOG1PL"]="1"
1531 S
["HAVE_LOG1PF"]="1"
1533 S
["HAVE_LOG10L"]="1"
1534 S
["HAVE_LOG10F"]="1"
1537 S
["HAVE_LDEXPF"]="1"
1538 S
["HAVE_ISNANL"]="1"
1539 S
["HAVE_ISNAND"]="1"
1540 S
["HAVE_ISNANF"]="1"
1541 S
["HAVE_ILOGBL"]="1"
1542 S
["HAVE_ILOGBF"]="1"
1544 S
["HAVE_HYPOTL"]="1"
1545 S
["HAVE_HYPOTF"]="1"
1546 S
["HAVE_FREXPF"]="1"
1554 S
["HAVE_EXPM1F"]="1"
1561 S
["HAVE_COPYSIGNL"]="1"
1562 S
["HAVE_COPYSIGN"]="1"
1566 S
["HAVE_ATAN2F"]="1"
1573 S
["GNULIB_TRUNCL"]="0"
1574 S
["GNULIB_TRUNCF"]="0"
1575 S
["GNULIB_TRUNC"]="0"
1576 S
["GNULIB_TANHF"]="0"
1577 S
["GNULIB_TANL"]="0"
1578 S
["GNULIB_TANF"]="0"
1579 S
["GNULIB_SQRTL"]="0"
1580 S
["GNULIB_SQRTF"]="0"
1581 S
["GNULIB_SINHF"]="0"
1582 S
["GNULIB_SINL"]="0"
1583 S
["GNULIB_SINF"]="0"
1584 S
["GNULIB_SIGNBIT"]="1"
1585 S
["GNULIB_ROUNDL"]="0"
1586 S
["GNULIB_ROUNDF"]="0"
1587 S
["GNULIB_ROUND"]="0"
1588 S
["GNULIB_RINTL"]="0"
1589 S
["GNULIB_RINTF"]="0"
1590 S
["GNULIB_RINT"]="0"
1591 S
["GNULIB_REMAINDERL"]="0"
1592 S
["GNULIB_REMAINDERF"]="0"
1593 S
["GNULIB_REMAINDER"]="0"
1594 S
["GNULIB_POWF"]="0"
1595 S
["GNULIB_MODFL"]="0"
1596 S
["GNULIB_MODFF"]="0"
1597 S
["GNULIB_MODF"]="0"
1598 S
["GNULIB_LOGBL"]="0"
1599 S
["GNULIB_LOGBF"]="0"
1600 S
["GNULIB_LOGB"]="0"
1601 S
["GNULIB_LOG2L"]="0"
1602 S
["GNULIB_LOG2F"]="0"
1603 S
["GNULIB_LOG2"]="0"
1604 S
["GNULIB_LOG1PL"]="0"
1605 S
["GNULIB_LOG1PF"]="0"
1606 S
["GNULIB_LOG1P"]="0"
1607 S
["GNULIB_LOG10L"]="0"
1608 S
["GNULIB_LOG10F"]="0"
1609 S
["GNULIB_LOG10"]="0"
1610 S
["GNULIB_LOGL"]="0"
1611 S
["GNULIB_LOGF"]="0"
1613 S
["GNULIB_LDEXPL"]="0"
1614 S
["GNULIB_LDEXPF"]="0"
1615 S
["GNULIB_ISNANL"]="0"
1616 S
["GNULIB_ISNAND"]="0"
1617 S
["GNULIB_ISNANF"]="0"
1618 S
["GNULIB_ISNAN"]="0"
1619 S
["GNULIB_ISINF"]="0"
1620 S
["GNULIB_ISFINITE"]="0"
1621 S
["GNULIB_ILOGBL"]="0"
1622 S
["GNULIB_ILOGBF"]="0"
1623 S
["GNULIB_ILOGB"]="0"
1624 S
["GNULIB_HYPOTL"]="0"
1625 S
["GNULIB_HYPOTF"]="0"
1626 S
["GNULIB_HYPOT"]="0"
1627 S
["GNULIB_FREXPL"]="1"
1628 S
["GNULIB_FREXP"]="1"
1629 S
["GNULIB_FREXPF"]="0"
1630 S
["GNULIB_FMODL"]="0"
1631 S
["GNULIB_FMODF"]="0"
1632 S
["GNULIB_FMOD"]="0"
1633 S
["GNULIB_FMAL"]="0"
1634 S
["GNULIB_FMAF"]="0"
1636 S
["GNULIB_FLOORL"]="0"
1637 S
["GNULIB_FLOORF"]="0"
1638 S
["GNULIB_FLOOR"]="1"
1639 S
["GNULIB_FABSL"]="0"
1640 S
["GNULIB_FABSF"]="0"
1641 S
["GNULIB_EXPM1L"]="0"
1642 S
["GNULIB_EXPM1F"]="0"
1643 S
["GNULIB_EXPM1"]="0"
1644 S
["GNULIB_EXP2L"]="0"
1645 S
["GNULIB_EXP2F"]="0"
1646 S
["GNULIB_EXP2"]="0"
1647 S
["GNULIB_EXPL"]="0"
1648 S
["GNULIB_EXPF"]="0"
1649 S
["GNULIB_COSHF"]="0"
1650 S
["GNULIB_COSL"]="0"
1651 S
["GNULIB_COSF"]="0"
1652 S
["GNULIB_COPYSIGNL"]="0"
1653 S
["GNULIB_COPYSIGNF"]="0"
1654 S
["GNULIB_COPYSIGN"]="0"
1655 S
["GNULIB_CEILL"]="0"
1656 S
["GNULIB_CEILF"]="0"
1657 S
["GNULIB_CEIL"]="0"
1658 S
["GNULIB_CBRTL"]="0"
1659 S
["GNULIB_CBRTF"]="0"
1660 S
["GNULIB_CBRT"]="0"
1661 S
["GNULIB_ATAN2F"]="0"
1662 S
["GNULIB_ATANL"]="0"
1663 S
["GNULIB_ATANF"]="0"
1664 S
["GNULIB_ASINL"]="0"
1665 S
["GNULIB_ASINF"]="0"
1666 S
["GNULIB_ACOSL"]="0"
1667 S
["GNULIB_ACOSF"]="0"
1669 S
["GNULIB_FLOCK"]="1"
1670 S
["REPLACE_ITOLD"]="0"
1671 S
["GL_GENERATE_FLOAT_H_FALSE"]=""
1672 S
["GL_GENERATE_FLOAT_H_TRUE"]="#"
1674 S
["NEXT_AS_FIRST_DIRECTIVE_FLOAT_H"]=""
1675 S
["NEXT_FLOAT_H"]=""
1676 S
["NEXT_AS_FIRST_DIRECTIVE_FCNTL_H"]="<fcntl.h>"
1677 S
["NEXT_FCNTL_H"]="<fcntl.h>"
1678 S
["REPLACE_OPENAT"]="0"
1679 S
["REPLACE_OPEN"]="0"
1680 S
["REPLACE_FCNTL"]="1"
1681 S
["HAVE_OPENAT"]="1"
1683 S
["GNULIB_OPENAT"]="0"
1684 S
["GNULIB_OPEN"]="1"
1685 S
["GNULIB_NONBLOCKING"]="0"
1686 S
["GNULIB_FCNTL"]="1"
1688 S
["EOVERFLOW_VALUE"]=""
1689 S
["EOVERFLOW_HIDDEN"]=""
1690 S
["ENOLINK_VALUE"]=""
1691 S
["ENOLINK_HIDDEN"]=""
1692 S
["EMULTIHOP_VALUE"]=""
1693 S
["EMULTIHOP_HIDDEN"]=""
1694 S
["GL_GENERATE_ERRNO_H_FALSE"]=""
1695 S
["GL_GENERATE_ERRNO_H_TRUE"]="#"
1697 S
["NEXT_AS_FIRST_DIRECTIVE_ERRNO_H"]=""
1698 S
["NEXT_ERRNO_H"]=""
1699 S
["PRAGMA_COLUMNS"]=""
1700 S
["PRAGMA_SYSTEM_HEADER"]="#pragma GCC system_header"
1701 S
["INCLUDE_NEXT_AS_FIRST_DIRECTIVE"]="include_next"
1702 S
["INCLUDE_NEXT"]="include_next"
1703 S
["HAVE_WINSOCK2_H"]="0"
1704 S
["HAVE_MSVC_INVALID_PARAMETER_HANDLER"]="0"
1705 S
["LIB_CLOCK_GETTIME"]=""
1706 S
["UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS"]="0"
1707 S
["UNISTD_H_HAVE_WINSOCK2_H"]="0"
1708 S
["REPLACE_WRITE"]="0"
1709 S
["REPLACE_USLEEP"]="0"
1710 S
["REPLACE_UNLINKAT"]="0"
1711 S
["REPLACE_UNLINK"]="0"
1712 S
["REPLACE_TTYNAME_R"]="0"
1713 S
["REPLACE_TRUNCATE"]="0"
1714 S
["REPLACE_SYMLINKAT"]="0"
1715 S
["REPLACE_SYMLINK"]="0"
1716 S
["REPLACE_SLEEP"]="0"
1717 S
["REPLACE_RMDIR"]="0"
1718 S
["REPLACE_READLINKAT"]="0"
1719 S
["REPLACE_READLINK"]="0"
1720 S
["REPLACE_READ"]="0"
1721 S
["REPLACE_PWRITE"]="0"
1722 S
["REPLACE_PREAD"]="0"
1723 S
["REPLACE_LSEEK"]="0"
1724 S
["REPLACE_LINKAT"]="0"
1725 S
["REPLACE_LINK"]="0"
1726 S
["REPLACE_LCHOWN"]="0"
1727 S
["REPLACE_ISATTY"]="0"
1728 S
["REPLACE_GETPASS"]="0"
1729 S
["REPLACE_GETPAGESIZE"]="0"
1730 S
["REPLACE_GETGROUPS"]="0"
1731 S
["REPLACE_GETLOGIN_R"]="0"
1732 S
["REPLACE_GETDTABLESIZE"]="0"
1733 S
["REPLACE_GETDOMAINNAME"]="0"
1734 S
["REPLACE_GETCWD"]="0"
1735 S
["REPLACE_FTRUNCATE"]="0"
1736 S
["REPLACE_FCHOWNAT"]="0"
1737 S
["REPLACE_FACCESSAT"]="0"
1738 S
["REPLACE_DUP2"]="0"
1739 S
["REPLACE_DUP"]="0"
1740 S
["REPLACE_CLOSE"]="0"
1741 S
["REPLACE_CHOWN"]="0"
1742 S
["HAVE_SYS_PARAM_H"]="0"
1744 S
["HAVE_DECL_TTYNAME_R"]="1"
1745 S
["HAVE_DECL_TRUNCATE"]="1"
1746 S
["HAVE_DECL_SETHOSTNAME"]="1"
1747 S
["HAVE_DECL_GETUSERSHELL"]="1"
1748 S
["HAVE_DECL_GETPAGESIZE"]="1"
1749 S
["HAVE_DECL_GETLOGIN_R"]="1"
1750 S
["HAVE_DECL_GETLOGIN"]="1"
1751 S
["HAVE_DECL_GETDOMAINNAME"]="1"
1752 S
["HAVE_DECL_FDATASYNC"]="1"
1753 S
["HAVE_DECL_FCHDIR"]="1"
1754 S
["HAVE_DECL_ENVIRON"]="1"
1755 S
["HAVE_USLEEP"]="1"
1756 S
["HAVE_UNLINKAT"]="1"
1757 S
["HAVE_SYMLINKAT"]="1"
1758 S
["HAVE_SYMLINK"]="1"
1760 S
["HAVE_SETHOSTNAME"]="1"
1761 S
["HAVE_READLINKAT"]="1"
1762 S
["HAVE_READLINK"]="1"
1763 S
["HAVE_PWRITE"]="1"
1767 S
["HAVE_LINKAT"]="1"
1769 S
["HAVE_LCHOWN"]="1"
1770 S
["HAVE_GROUP_MEMBER"]="1"
1771 S
["HAVE_GETPASS"]="1"
1772 S
["HAVE_GETPAGESIZE"]="1"
1773 S
["HAVE_GETLOGIN"]="1"
1774 S
["HAVE_GETHOSTNAME"]="1"
1775 S
["HAVE_GETGROUPS"]="1"
1776 S
["HAVE_GETDTABLESIZE"]="1"
1777 S
["HAVE_FTRUNCATE"]="1"
1779 S
["HAVE_FDATASYNC"]="1"
1780 S
["HAVE_FCHOWNAT"]="1"
1781 S
["HAVE_FCHDIR"]="1"
1782 S
["HAVE_FACCESSAT"]="1"
1783 S
["HAVE_EUIDACCESS"]="1"
1787 S
["GNULIB_WRITE"]="0"
1788 S
["GNULIB_USLEEP"]="0"
1789 S
["GNULIB_UNLINKAT"]="0"
1790 S
["GNULIB_UNLINK"]="0"
1791 S
["GNULIB_UNISTD_H_SIGPIPE"]="0"
1792 S
["GNULIB_UNISTD_H_NONBLOCKING"]="0"
1793 S
["GNULIB_TTYNAME_R"]="0"
1794 S
["GNULIB_TRUNCATE"]="0"
1795 S
["GNULIB_SYMLINKAT"]="0"
1796 S
["GNULIB_SYMLINK"]="0"
1797 S
["GNULIB_SLEEP"]="0"
1798 S
["GNULIB_SETHOSTNAME"]="0"
1799 S
["GNULIB_RMDIR"]="1"
1800 S
["GNULIB_READLINKAT"]="0"
1801 S
["GNULIB_READLINK"]="1"
1802 S
["GNULIB_READ"]="0"
1803 S
["GNULIB_PWRITE"]="0"
1804 S
["GNULIB_PREAD"]="0"
1805 S
["GNULIB_PIPE2"]="0"
1806 S
["GNULIB_PIPE"]="0"
1807 S
["GNULIB_LSEEK"]="1"
1808 S
["GNULIB_LINKAT"]="0"
1809 S
["GNULIB_LINK"]="0"
1810 S
["GNULIB_LCHOWN"]="0"
1811 S
["GNULIB_ISATTY"]="0"
1812 S
["GNULIB_GROUP_MEMBER"]="1"
1813 S
["GNULIB_GETUSERSHELL"]="0"
1814 S
["GNULIB_GETPASS"]="1"
1815 S
["GNULIB_GETPAGESIZE"]="0"
1816 S
["GNULIB_GETLOGIN_R"]="0"
1817 S
["GNULIB_GETLOGIN"]="0"
1818 S
["GNULIB_GETHOSTNAME"]="0"
1819 S
["GNULIB_GETGROUPS"]="1"
1820 S
["GNULIB_GETDTABLESIZE"]="1"
1821 S
["GNULIB_GETDOMAINNAME"]="0"
1822 S
["GNULIB_GETCWD"]="0"
1823 S
["GNULIB_FTRUNCATE"]="0"
1824 S
["GNULIB_FSYNC"]="0"
1825 S
["GNULIB_FDATASYNC"]="0"
1826 S
["GNULIB_FCHOWNAT"]="0"
1827 S
["GNULIB_FCHDIR"]="0"
1828 S
["GNULIB_FACCESSAT"]="0"
1829 S
["GNULIB_EUIDACCESS"]="1"
1830 S
["GNULIB_ENVIRON"]="1"
1831 S
["GNULIB_DUP3"]="0"
1832 S
["GNULIB_DUP2"]="1"
1834 S
["GNULIB_CLOSE"]="1"
1835 S
["GNULIB_CHOWN"]="0"
1836 S
["GNULIB_CHDIR"]="1"
1837 S
["REPLACE_WCTOMB"]="0"
1838 S
["REPLACE_UNSETENV"]="0"
1839 S
["REPLACE_STRTOD"]="0"
1840 S
["REPLACE_SETENV"]="0"
1841 S
["REPLACE_REALPATH"]="0"
1842 S
["REPLACE_REALLOC"]="0"
1843 S
["REPLACE_RANDOM_R"]="0"
1844 S
["REPLACE_QSORT_R"]="0"
1845 S
["REPLACE_PUTENV"]="0"
1846 S
["REPLACE_PTSNAME_R"]="0"
1847 S
["REPLACE_PTSNAME"]="0"
1848 S
["REPLACE_MKSTEMP"]="0"
1849 S
["REPLACE_MBTOWC"]="0"
1850 S
["REPLACE_MALLOC"]="0"
1851 S
["REPLACE_CANONICALIZE_FILE_NAME"]="0"
1852 S
["REPLACE_CALLOC"]="0"
1853 S
["HAVE_DECL_UNSETENV"]="1"
1854 S
["HAVE_UNLOCKPT"]="1"
1855 S
["HAVE_SYS_LOADAVG_H"]="0"
1856 S
["HAVE_STRUCT_RANDOM_DATA"]="1"
1857 S
["HAVE_STRTOULL"]="1"
1858 S
["HAVE_STRTOLL"]="1"
1859 S
["HAVE_STRTOD"]="1"
1860 S
["HAVE_DECL_SETSTATE"]="1"
1861 S
["HAVE_DECL_SETENV"]="1"
1862 S
["HAVE_SETENV"]="1"
1863 S
["HAVE_SECURE_GETENV"]="1"
1864 S
["HAVE_RPMATCH"]="1"
1865 S
["HAVE_REALPATH"]="1"
1866 S
["HAVE_REALLOCARRAY"]="1"
1867 S
["HAVE_RANDOM_R"]="1"
1868 S
["HAVE_RANDOM_H"]="0"
1869 S
["HAVE_RANDOM"]="1"
1870 S
["HAVE_QSORT_R"]="1"
1871 S
["HAVE_PTSNAME_R"]="1"
1872 S
["HAVE_PTSNAME"]="1"
1873 S
["HAVE_POSIX_OPENPT"]="1"
1874 S
["HAVE_MKSTEMPS"]="1"
1875 S
["HAVE_MKSTEMP"]="1"
1876 S
["HAVE_MKOSTEMPS"]="1"
1877 S
["HAVE_MKOSTEMP"]="1"
1878 S
["HAVE_MKDTEMP"]="1"
1879 S
["HAVE_DECL_INITSTATE"]="1"
1880 S
["HAVE_GRANTPT"]="1"
1881 S
["HAVE_GETSUBOPT"]="1"
1882 S
["HAVE_DECL_GETLOADAVG"]="1"
1883 S
["HAVE_CANONICALIZE_FILE_NAME"]="1"
1886 S
["GNULIB_WCTOMB"]="1"
1887 S
["GNULIB_UNSETENV"]="1"
1888 S
["GNULIB_UNLOCKPT"]="0"
1889 S
["GNULIB_SYSTEM_POSIX"]="0"
1890 S
["GNULIB_STRTOULL"]="0"
1891 S
["GNULIB_STRTOLL"]="0"
1892 S
["GNULIB_STRTOD"]="0"
1893 S
["GNULIB_SETENV"]="1"
1894 S
["GNULIB_SECURE_GETENV"]="1"
1895 S
["GNULIB_RPMATCH"]="0"
1896 S
["GNULIB_REALPATH"]="1"
1897 S
["GNULIB_REALLOC_POSIX"]="1"
1898 S
["GNULIB_REALLOCARRAY"]="0"
1899 S
["GNULIB_RANDOM_R"]="1"
1900 S
["GNULIB_RANDOM"]="0"
1901 S
["GNULIB_QSORT_R"]="0"
1902 S
["GNULIB_PUTENV"]="0"
1903 S
["GNULIB_PTSNAME_R"]="0"
1904 S
["GNULIB_PTSNAME"]="0"
1905 S
["GNULIB_POSIX_OPENPT"]="0"
1906 S
["GNULIB_MKSTEMPS"]="0"
1907 S
["GNULIB_MKSTEMP"]="1"
1908 S
["GNULIB_MKOSTEMPS"]="0"
1909 S
["GNULIB_MKOSTEMP"]="1"
1910 S
["GNULIB_MKDTEMP"]="0"
1911 S
["GNULIB_MBTOWC"]="1"
1912 S
["GNULIB_MALLOC_POSIX"]="1"
1913 S
["GNULIB_GRANTPT"]="0"
1914 S
["GNULIB_GETSUBOPT"]="0"
1915 S
["GNULIB_GETLOADAVG"]="0"
1916 S
["GNULIB_CANONICALIZE_FILE_NAME"]="1"
1917 S
["GNULIB_CALLOC_POSIX"]="0"
1918 S
["GNULIB_ATOLL"]="0"
1919 S
["GNULIB__EXIT"]="0"
1920 S
["LOCALE_FR"]="none"
1921 S
["REPLACE_WCSFTIME"]="0"
1922 S
["REPLACE_WCSWIDTH"]="0"
1923 S
["REPLACE_WCWIDTH"]="0"
1924 S
["REPLACE_WCSNRTOMBS"]="0"
1925 S
["REPLACE_WCSRTOMBS"]="0"
1926 S
["REPLACE_WCRTOMB"]="0"
1927 S
["REPLACE_MBSNRTOWCS"]="0"
1928 S
["REPLACE_MBSRTOWCS"]="0"
1929 S
["REPLACE_MBRLEN"]="1"
1930 S
["REPLACE_MBRTOWC"]="1"
1931 S
["REPLACE_MBSINIT"]="0"
1932 S
["REPLACE_WCTOB"]="0"
1933 S
["REPLACE_BTOWC"]="0"
1934 S
["REPLACE_MBSTATE_T"]="0"
1935 S
["HAVE_DECL_WCWIDTH"]="1"
1936 S
["HAVE_DECL_WCTOB"]="1"
1937 S
["HAVE_WCSFTIME"]="1"
1938 S
["HAVE_WCSWIDTH"]="1"
1939 S
["HAVE_WCSTOK"]="1"
1940 S
["HAVE_WCSSTR"]="1"
1941 S
["HAVE_WCSPBRK"]="1"
1942 S
["HAVE_WCSSPN"]="1"
1943 S
["HAVE_WCSCSPN"]="1"
1944 S
["HAVE_WCSRCHR"]="1"
1945 S
["HAVE_WCSCHR"]="1"
1946 S
["HAVE_WCSDUP"]="1"
1947 S
["HAVE_WCSXFRM"]="1"
1948 S
["HAVE_WCSCOLL"]="1"
1949 S
["HAVE_WCSNCASECMP"]="1"
1950 S
["HAVE_WCSCASECMP"]="1"
1951 S
["HAVE_WCSNCMP"]="1"
1952 S
["HAVE_WCSCMP"]="1"
1953 S
["HAVE_WCSNCAT"]="1"
1954 S
["HAVE_WCSCAT"]="1"
1955 S
["HAVE_WCPNCPY"]="1"
1956 S
["HAVE_WCSNCPY"]="1"
1957 S
["HAVE_WCPCPY"]="1"
1958 S
["HAVE_WCSCPY"]="1"
1959 S
["HAVE_WCSNLEN"]="1"
1960 S
["HAVE_WCSLEN"]="1"
1961 S
["HAVE_WMEMSET"]="1"
1962 S
["HAVE_WMEMMOVE"]="1"
1963 S
["HAVE_WMEMCPY"]="1"
1964 S
["HAVE_WMEMCMP"]="1"
1965 S
["HAVE_WMEMCHR"]="1"
1966 S
["HAVE_WCSNRTOMBS"]="1"
1967 S
["HAVE_WCSRTOMBS"]="1"
1968 S
["HAVE_WCRTOMB"]="1"
1969 S
["HAVE_MBSNRTOWCS"]="1"
1970 S
["HAVE_MBSRTOWCS"]="1"
1971 S
["HAVE_MBRLEN"]="1"
1972 S
["HAVE_MBRTOWC"]="1"
1973 S
["HAVE_MBSINIT"]="1"
1975 S
["GNULIB_WCSFTIME"]="0"
1976 S
["GNULIB_WCSWIDTH"]="0"
1977 S
["GNULIB_WCSTOK"]="0"
1978 S
["GNULIB_WCSSTR"]="0"
1979 S
["GNULIB_WCSPBRK"]="0"
1980 S
["GNULIB_WCSSPN"]="0"
1981 S
["GNULIB_WCSCSPN"]="0"
1982 S
["GNULIB_WCSRCHR"]="0"
1983 S
["GNULIB_WCSCHR"]="0"
1984 S
["GNULIB_WCSDUP"]="0"
1985 S
["GNULIB_WCSXFRM"]="0"
1986 S
["GNULIB_WCSCOLL"]="0"
1987 S
["GNULIB_WCSNCASECMP"]="0"
1988 S
["GNULIB_WCSCASECMP"]="0"
1989 S
["GNULIB_WCSNCMP"]="0"
1990 S
["GNULIB_WCSCMP"]="0"
1991 S
["GNULIB_WCSNCAT"]="0"
1992 S
["GNULIB_WCSCAT"]="0"
1993 S
["GNULIB_WCPNCPY"]="0"
1994 S
["GNULIB_WCSNCPY"]="0"
1995 S
["GNULIB_WCPCPY"]="0"
1996 S
["GNULIB_WCSCPY"]="0"
1997 S
["GNULIB_WCSNLEN"]="0"
1998 S
["GNULIB_WCSLEN"]="0"
1999 S
["GNULIB_WMEMSET"]="0"
2000 S
["GNULIB_WMEMMOVE"]="0"
2001 S
["GNULIB_WMEMCPY"]="0"
2002 S
["GNULIB_WMEMCMP"]="0"
2003 S
["GNULIB_WMEMCHR"]="0"
2004 S
["GNULIB_WCWIDTH"]="0"
2005 S
["GNULIB_WCSNRTOMBS"]="0"
2006 S
["GNULIB_WCSRTOMBS"]="0"
2007 S
["GNULIB_WCRTOMB"]="1"
2008 S
["GNULIB_MBSNRTOWCS"]="0"
2009 S
["GNULIB_MBSRTOWCS"]="0"
2010 S
["GNULIB_MBRLEN"]="1"
2011 S
["GNULIB_MBRTOWC"]="1"
2012 S
["GNULIB_MBSINIT"]="1"
2013 S
["GNULIB_WCTOB"]="1"
2014 S
["GNULIB_BTOWC"]="1"
2015 S
["GL_GENERATE_ALLOCA_H_FALSE"]="#"
2016 S
["GL_GENERATE_ALLOCA_H_TRUE"]=""
2017 S
["ALLOCA_H"]="alloca.h"
2022 S
["GL_COND_LIBTOOL_FALSE"]="#"
2023 S
["GL_COND_LIBTOOL_TRUE"]=""
2025 S
["YACC"]="bison -o y.tab.c"
2026 S
["LEX_OUTPUT_ROOT"]="lex.yy"
2029 S
["LT_SYS_LIBRARY_PATH"]=""
2035 S
["MANIFEST_TOOL"]=":"
2037 S
["DLLTOOL"]="false"
2038 S
["OBJDUMP"]="objdump"
2040 S
["NM"]="/usr/bin/nm -B"
2041 S
["ac_ct_DUMPBIN"]=""
2043 S
["LD"]="/usr/bin/ld"
2044 S
["FGREP"]="/bin/grep -F"
2046 S
["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
2047 S
["RANLIB"]="ranlib"
2050 S
["EGREP"]="/bin/grep -E"
2051 S
["GREP"]="/bin/grep"
2053 S
["am__fastdepCC_FALSE"]="#"
2054 S
["am__fastdepCC_TRUE"]=""
2055 S
["CCDEPMODE"]="depmode=gcc3"
2056 S
["am__nodep"]="_no"
2057 S
["AMDEPBACKSLASH"]="\\"
2058 S
["AMDEP_FALSE"]="#"
2061 S
["am__include"]="include"
2068 S
["CFLAGS"]="-g -O2"
2070 S
["host_os"]="linux-gnu"
2071 S
["host_vendor"]="pc"
2072 S
["host_cpu"]="i686"
2073 S
["host"]="i686-pc-linux-gnu"
2074 S
["build_os"]="linux-gnu"
2075 S
["build_vendor"]="pc"
2076 S
["build_cpu"]="i686"
2077 S
["build"]="i686-pc-linux-gnu"
2078 S
["AM_BACKSLASH"]="\\"
2079 S
["AM_DEFAULT_VERBOSITY"]="1"
2080 S
["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)"
2082 S
["am__untar"]="$${TAR-tar} xf -"
2083 S
["am__tar"]="$${TAR-tar} chof - \"$$tardir\""
2084 S
["AMTAR"]="$${TAR-tar}"
2085 S
["am__leading_dot"]="."
2088 S
["mkdir_p"]="$(MKDIR_P)"
2089 S
["MKDIR_P"]="/bin/mkdir -p"
2090 S
["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
2092 S
["install_sh"]="${SHELL} /mnt/lfs/build/recutils/recutils-1.8/build-aux/install-sh"
2093 S
["MAKEINFO"]="${SHELL} /mnt/lfs/build/recutils/recutils-1.8/build-aux/missing makeinfo"
2094 S
["AUTOHEADER"]="${SHELL} /mnt/lfs/build/recutils/recutils-1.8/build-aux/missing autoheader"
2095 S
["AUTOMAKE"]="${SHELL} /mnt/lfs/build/recutils/recutils-1.8/build-aux/missing automake-1.15"
2096 S
["AUTOCONF"]="${SHELL} /mnt/lfs/build/recutils/recutils-1.8/build-aux/missing autoconf"
2097 S
["ACLOCAL"]="${SHELL} /mnt/lfs/build/recutils/recutils-1.8/build-aux/missing aclocal-1.15"
2099 S
["PACKAGE"]="recutils"
2100 S
["CYGPATH_W"]="echo"
2102 S
["INSTALL_DATA"]="${INSTALL} -m 644"
2103 S
["INSTALL_SCRIPT"]="${INSTALL}"
2104 S
["INSTALL_PROGRAM"]="${INSTALL}"
2105 S
["target_alias"]=""
2112 S
["DEFS"]="-DHAVE_CONFIG_H"
2113 S
["mandir"]="${datarootdir}/man"
2114 S
["localedir"]="${datarootdir}/locale"
2115 S
["libdir"]="${exec_prefix}/lib"
2116 S
["psdir"]="${docdir}"
2117 S
["pdfdir"]="${docdir}"
2118 S
["dvidir"]="${docdir}"
2119 S
["htmldir"]="${docdir}"
2120 S
["infodir"]="${datarootdir}/info"
2121 S
["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
2122 S
["oldincludedir"]="/usr/include"
2123 S
["includedir"]="${prefix}/include"
2124 S
["runstatedir"]="${localstatedir}/run"
2125 S
["localstatedir"]="${prefix}/var"
2126 S
["sharedstatedir"]="${prefix}/com"
2127 S
["sysconfdir"]="${prefix}/etc"
2128 S
["datadir"]="${datarootdir}"
2129 S
["datarootdir"]="${prefix}/share"
2130 S
["libexecdir"]="${exec_prefix}/libexec"
2131 S
["sbindir"]="${exec_prefix}/sbin"
2132 S
["bindir"]="${exec_prefix}/bin"
2133 S
["program_transform_name"]="s,x,x,"
2134 S
["prefix"]="/usr/local"
2135 S
["exec_prefix"]="${prefix}"
2136 S
["PACKAGE_URL"]="http://www.gnu.org/software/recutils/"
2137 S
["PACKAGE_BUGREPORT"]="bug-recutils@gnu.org"
2138 S
["PACKAGE_STRING"]="GNU recutils 1.8"
2139 S
["PACKAGE_VERSION"]="1.8"
2140 S
["PACKAGE_TARNAME"]="recutils"
2141 S
["PACKAGE_NAME"]="GNU recutils"
2142 S
["PATH_SEPARATOR"]=":"
2143 S
["SHELL"]="/bin/sh"
2145 cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
2146 for (key in S) S_is_set[key] = 1
2152 nfields = split(line, field, "@")
2154 len = length(field[1])
2155 for (i = 2; i < nfields; i++) {
2157 keylen = length(key)
2158 if (S_is_set[key]) {
2160 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
2161 len += length(value) + length(field[++i])
2171 if sed "s/$ac_cr//" < /dev
/null
> /dev
/null
2>&1; then
2172 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
2175 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
2176 || as_fn_error $?
"could not setup config files machinery" "$LINENO" 5
2177 fi # test -n "$CONFIG_FILES"
2179 # Set up the scripts for CONFIG_HEADERS section.
2180 # No need to generate them if there are no CONFIG_HEADERS.
2181 # This happens for instance with `./config.status Makefile'.
2182 if test -n "$CONFIG_HEADERS"; then
2183 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
2185 D
["PACKAGE_NAME"]=" \"GNU recutils\""
2186 D
["PACKAGE_TARNAME"]=" \"recutils\""
2187 D
["PACKAGE_VERSION"]=" \"1.8\""
2188 D
["PACKAGE_STRING"]=" \"GNU recutils 1.8\""
2189 D
["PACKAGE_BUGREPORT"]=" \"bug-recutils@gnu.org\""
2190 D
["PACKAGE_URL"]=" \"http://www.gnu.org/software/recutils/\""
2191 D
["PACKAGE"]=" \"recutils\""
2192 D
["VERSION"]=" \"1.8\""
2193 D
["STDC_HEADERS"]=" 1"
2194 D
["HAVE_SYS_TYPES_H"]=" 1"
2195 D
["HAVE_SYS_STAT_H"]=" 1"
2196 D
["HAVE_STDLIB_H"]=" 1"
2197 D
["HAVE_STRING_H"]=" 1"
2198 D
["HAVE_MEMORY_H"]=" 1"
2199 D
["HAVE_STRINGS_H"]=" 1"
2200 D
["HAVE_INTTYPES_H"]=" 1"
2201 D
["HAVE_STDINT_H"]=" 1"
2202 D
["HAVE_UNISTD_H"]=" 1"
2203 D
["__EXTENSIONS__"]=" 1"
2204 D
["_ALL_SOURCE"]=" 1"
2205 D
["_DARWIN_C_SOURCE"]=" 1"
2206 D
["_GNU_SOURCE"]=" 1"
2207 D
["_NETBSD_SOURCE"]=" 1"
2208 D
["_OPENBSD_SOURCE"]=" 1"
2209 D
["_POSIX_PTHREAD_SEMANTICS"]=" 1"
2210 D
["__STDC_WANT_IEC_60559_ATTRIBS_EXT__"]=" 1"
2211 D
["__STDC_WANT_IEC_60559_BFP_EXT__"]=" 1"
2212 D
["__STDC_WANT_IEC_60559_DFP_EXT__"]=" 1"
2213 D
["__STDC_WANT_IEC_60559_FUNCS_EXT__"]=" 1"
2214 D
["__STDC_WANT_IEC_60559_TYPES_EXT__"]=" 1"
2215 D
["__STDC_WANT_LIB_EXT2__"]=" 1"
2216 D
["__STDC_WANT_MATH_SPEC_FUNCS__"]=" 1"
2217 D
["_TANDEM_SOURCE"]=" 1"
2218 D
["_HPUX_ALT_XOPEN_SOCKET_API"]=" 1"
2219 D
["HAVE_FSEEKO"]=" 1"
2220 D
["_FILE_OFFSET_BITS"]=" 64"
2221 D
["_DARWIN_USE_64_BIT_INODE"]=" 1"
2222 D
["HAVE_DLFCN_H"]=" 1"
2223 D
["LT_OBJDIR"]=" \".libs/\""
2224 D
["HAVE_FCHMOD"]=" 1"
2225 D
["HAVE_BTOWC"]=" 1"
2226 D
["HAVE_CANONICALIZE_FILE_NAME"]=" 1"
2227 D
["HAVE_GETCWD"]=" 1"
2228 D
["HAVE_READLINK"]=" 1"
2229 D
["HAVE_REALPATH"]=" 1"
2230 D
["HAVE_FACCESSAT"]=" 1"
2231 D
["HAVE_FCNTL"]=" 1"
2232 D
["HAVE_SYMLINK"]=" 1"
2233 D
["HAVE_FLOCK"]=" 1"
2234 D
["HAVE_SNPRINTF"]=" 1"
2235 D
["HAVE___FWRITING"]=" 1"
2236 D
["HAVE_GETDELIM"]=" 1"
2237 D
["HAVE_GETDTABLESIZE"]=" 1"
2238 D
["HAVE_GETPASS"]=" 1"
2239 D
["HAVE___FSETLOCKING"]=" 1"
2240 D
["HAVE_GETTIMEOFDAY"]=" 1"
2241 D
["HAVE_LSTAT"]=" 1"
2242 D
["HAVE_MBSINIT"]=" 1"
2243 D
["HAVE_MBRTOWC"]=" 1"
2244 D
["HAVE_MBRLEN"]=" 1"
2245 D
["HAVE_MPROTECT"]=" 1"
2246 D
["HAVE_MKOSTEMP"]=" 1"
2247 D
["HAVE_MKSTEMP"]=" 1"
2248 D
["HAVE_TZSET"]=" 1"
2249 D
["HAVE_NL_LANGINFO"]=" 1"
2250 D
["HAVE_ISBLANK"]=" 1"
2251 D
["HAVE_ISWCTYPE"]=" 1"
2253 D
["HAVE_SECURE_GETENV"]=" 1"
2254 D
["HAVE_GETUID"]=" 1"
2255 D
["HAVE_GETEUID"]=" 1"
2256 D
["HAVE_GETGID"]=" 1"
2257 D
["HAVE_GETEGID"]=" 1"
2258 D
["HAVE_SETENV"]=" 1"
2259 D
["HAVE_SIGACTION"]=" 1"
2260 D
["HAVE_SIGALTSTACK"]=" 1"
2261 D
["HAVE_SIGINTERRUPT"]=" 1"
2262 D
["HAVE_STRDUP"]=" 1"
2263 D
["HAVE_LOCALTIME_R"]=" 1"
2264 D
["HAVE_TIMEGM"]=" 1"
2265 D
["HAVE_WCRTOMB"]=" 1"
2266 D
["HAVE_WCTOB"]=" 1"
2267 D
["HAVE_ISWCNTRL"]=" 1"
2268 D
["HAVE_ALLOCA_H"]=" 1"
2269 D
["HAVE_ALLOCA"]=" 1"
2270 D
["restrict"]=" __restrict"
2271 D
["HAVE_LANGINFO_CODESET"]=" 1"
2272 D
["FUNC_REALPATH_WORKS"]=" 1"
2273 D
["HAVE_SYS_PARAM_H"]=" 1"
2274 D
["HAVE_SYS_SOCKET_H"]=" 1"
2275 D
["HAVE_UNISTD_H"]=" 1"
2276 D
["HAVE_STDIO_EXT_H"]=" 1"
2277 D
["HAVE_FEATURES_H"]=" 1"
2278 D
["HAVE_SYS_STAT_H"]=" 1"
2279 D
["HAVE_GETOPT_H"]=" 1"
2280 D
["HAVE_SYS_CDEFS_H"]=" 1"
2281 D
["HAVE_TERMIOS_H"]=" 1"
2282 D
["HAVE_SYS_TIME_H"]=" 1"
2283 D
["HAVE_LIMITS_H"]=" 1"
2284 D
["HAVE_WCHAR_H"]=" 1"
2285 D
["HAVE_STDINT_H"]=" 1"
2286 D
["HAVE_INTTYPES_H"]=" 1"
2287 D
["HAVE_LANGINFO_H"]=" 1"
2288 D
["HAVE_XLOCALE_H"]=" 1"
2289 D
["HAVE_MATH_H"]=" 1"
2290 D
["HAVE_SYS_MMAN_H"]=" 1"
2291 D
["HAVE_MALLOC_H"]=" 1"
2292 D
["HAVE_SPAWN_H"]=" 1"
2293 D
["HAVE_STRINGS_H"]=" 1"
2294 D
["HAVE_SYS_FILE_H"]=" 1"
2295 D
["HAVE_SYS_WAIT_H"]=" 1"
2296 D
["HAVE_WCTYPE_H"]=" 1"
2297 D
["HAVE_ENVIRON_DECL"]=" 1"
2298 D
["HAVE_DECL_STRERROR_R"]=" 1"
2299 D
["HAVE_STRERROR_R"]=" 1"
2300 D
["STRERROR_R_CHAR_P"]=" 1"
2301 D
["GETGROUPS_T"]=" gid_t"
2302 D
["HAVE_SIG_ATOMIC_T"]=" 1"
2303 D
["HAVE_WORKING_O_NOATIME"]=" 1"
2304 D
["HAVE_WORKING_O_NOFOLLOW"]=" 1"
2305 D
["HAVE_STDINT_H_WITH_UINTMAX"]=" 1"
2306 D
["HAVE_INTTYPES_H_WITH_UINTMAX"]=" 1"
2307 D
["CHECK_PRINTF_SAFE"]=" 1"
2308 D
["HAVE_UNSIGNED_LONG_LONG_INT"]=" 1"
2309 D
["HAVE_LONG_LONG_INT"]=" 1"
2310 D
["HAVE_WCHAR_T"]=" 1"
2311 D
["HAVE_WINT_T"]=" 1"
2312 D
["HAVE_INTMAX_T"]=" 1"
2313 D
["DBL_EXPBIT0_WORD"]=" 1"
2314 D
["DBL_EXPBIT0_BIT"]=" 20"
2315 D
["HAVE_SNPRINTF"]=" 1"
2316 D
["HAVE_STRNLEN"]=" 1"
2317 D
["HAVE_WCSLEN"]=" 1"
2318 D
["HAVE_WCSNLEN"]=" 1"
2319 D
["HAVE_MBRTOWC"]=" 1"
2320 D
["HAVE_WCRTOMB"]=" 1"
2321 D
["HAVE_DECL__SNPRINTF"]=" 0"
2322 D
["HAVE_SNPRINTF_RETVAL_C99"]=" 1"
2323 D
["HAVE_DECL_ALARM"]=" 1"
2324 D
["_USE_STD_STAT"]=" 1"
2325 D
["HAVE_DECL_FSEEKO"]=" 1"
2326 D
["HAVE_DECL_FTELLO"]=" 1"
2327 D
["HAVE_DECL_GETDELIM"]=" 1"
2328 D
["HAVE_DECL_GETDTABLESIZE"]=" 1"
2329 D
["HAVE_DECL_GETLINE"]=" 1"
2330 D
["HAVE_GETOPT_H"]=" 1"
2331 D
["HAVE_GETOPT_LONG_ONLY"]=" 1"
2332 D
["HAVE_DECL_FFLUSH_UNLOCKED"]=" 1"
2333 D
["HAVE_DECL_FLOCKFILE"]=" 1"
2334 D
["HAVE_DECL_FPUTS_UNLOCKED"]=" 1"
2335 D
["HAVE_DECL_FUNLOCKFILE"]=" 1"
2336 D
["HAVE_DECL_PUTC_UNLOCKED"]=" 1"
2337 D
["HAVE_INTTYPES_H"]=" 1"
2338 D
["FLT_EXPBIT0_WORD"]=" 0"
2339 D
["FLT_EXPBIT0_BIT"]=" 23"
2340 D
["USE_POSIX_THREADS"]=" 1"
2341 D
["USE_POSIX_THREADS_WEAK"]=" 1"
2342 D
["LSTAT_FOLLOWS_SLASHED_SYMLINK"]=" 1"
2343 D
["HAVE_STDLIB_H"]=" 1"
2344 D
["MALLOC_0_IS_NONNULL"]=" 1"
2345 D
["HAVE_MBSTATE_T"]=" 1"
2346 D
["C_LOCALE_MAYBE_EILSEQ"]=" 1"
2347 D
["HAVE_MAP_ANONYMOUS"]=" 1"
2348 D
["HAVE_MINMAX_IN_SYS_PARAM_H"]=" 1"
2349 D
["TIME_T_IS_SIGNED"]=" 1"
2350 D
["HAVE_STRUCT_TM_TM_ZONE"]=" 1"
2351 D
["HAVE_TM_ZONE"]=" 1"
2352 D
["HAVE_TM_GMTOFF"]=" 1"
2353 D
["PROMOTED_MODE_T"]=" mode_t"
2354 D
["HAVE__BOOL"]=" 1"
2355 D
["HAVE_COMPOUND_LITERALS"]=" 1"
2356 D
["HAVE_POSIX_SPAWN"]=" 1"
2357 D
["REPLACE_VFPRINTF_POSIX"]=" 1"
2358 D
["USER_LABEL_PREFIX"]=" "
2359 D
["HAVE_SIGSET_T"]=" 1"
2360 D
["HAVE_DECL_SETENV"]=" 1"
2361 D
["HAVE_SEARCH_H"]=" 1"
2362 D
["HAVE_TSEARCH"]=" 1"
2363 D
["HAVE_STRCASESTR"]=" 1"
2364 D
["HAVE_DECL_STRDUP"]=" 1"
2365 D
["HAVE_DECL_CLEARERR_UNLOCKED"]=" 1"
2366 D
["HAVE_DECL_FEOF_UNLOCKED"]=" 1"
2367 D
["HAVE_DECL_FERROR_UNLOCKED"]=" 1"
2368 D
["HAVE_DECL_FGETS_UNLOCKED"]=" 1"
2369 D
["HAVE_DECL_FPUTC_UNLOCKED"]=" 1"
2370 D
["HAVE_DECL_FREAD_UNLOCKED"]=" 1"
2371 D
["HAVE_DECL_FWRITE_UNLOCKED"]=" 1"
2372 D
["HAVE_DECL_GETC_UNLOCKED"]=" 1"
2373 D
["HAVE_DECL_GETCHAR_UNLOCKED"]=" 1"
2374 D
["HAVE_DECL_PUTCHAR_UNLOCKED"]=" 1"
2375 D
["HAVE_DECL_UNSETENV"]=" 1"
2377 D
["HAVE_ALLOCA"]=" 1"
2378 D
["GNULIB_TEST_BTOWC"]=" 1"
2379 D
["HAVE___BUILTIN_EXPECT"]=" 1"
2380 D
["GNULIB_CANONICALIZE_LGPL"]=" 1"
2381 D
["GNULIB_TEST_CANONICALIZE_FILE_NAME"]=" 1"
2382 D
["GNULIB_TEST_REALPATH"]=" 1"
2383 D
["GNULIB_TEST_CHDIR"]=" 1"
2384 D
["HAVE_CLOCK_GETTIME"]=" 1"
2385 D
["HAVE_CLOCK_SETTIME"]=" 1"
2386 D
["GNULIB_TEST_CLOEXEC"]=" 1"
2387 D
["GNULIB_TEST_CLOSE"]=" 1"
2388 D
["GNULIB_CLOSE_STREAM"]=" 1"
2390 D
["GNULIB_TEST_DUP2"]=" 1"
2391 D
["GNULIB_TEST_ENVIRON"]=" 1"
2392 D
["HAVE_EUIDACCESS"]=" 1"
2393 D
["GNULIB_TEST_EUIDACCESS"]=" 1"
2394 D
["GNULIB_TEST_FCNTL"]=" 1"
2395 D
["FLEXIBLE_ARRAY_MEMBER"]=" /**/"
2396 D
["GNULIB_TEST_FLOOR"]=" 1"
2397 D
["HAVE_DECL___FPENDING"]=" 1"
2398 D
["REPLACE_FPRINTF_POSIX"]=" 1"
2399 D
["GNULIB_TEST_FPRINTF_POSIX"]=" 1"
2400 D
["HAVE_FREXP_IN_LIBC"]=" 1"
2401 D
["GNULIB_TEST_FREXP"]=" 1"
2402 D
["HAVE_FREXPL_IN_LIBC"]=" 1"
2403 D
["GNULIB_TEST_FREXPL"]=" 1"
2404 D
["GNULIB_TEST_FSEEK"]=" 1"
2405 D
["GNULIB_TEST_FSEEKO"]=" 1"
2406 D
["GNULIB_TEST_FSTAT"]=" 1"
2407 D
["GNULIB_TEST_FTELL"]=" 1"
2408 D
["GNULIB_TEST_FTELLO"]=" 1"
2409 D
["GNULIB_TEST_GETDELIM"]=" 1"
2410 D
["GNULIB_TEST_GETDTABLESIZE"]=" 1"
2411 D
["HAVE_GETGROUPS"]=" 1"
2412 D
["GNULIB_TEST_GETGROUPS"]=" 1"
2413 D
["GNULIB_TEST_GETLINE"]=" 1"
2414 D
["GNULIB_TEST_GETPASS"]=" 1"
2415 D
["GNULIB_TEST_GETPASS"]=" 1"
2416 D
["HAVE_DECL_PROGRAM_INVOCATION_NAME"]=" 1"
2417 D
["HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME"]=" 1"
2418 D
["HAVE_DECL___ARGV"]=" 0"
2419 D
["GETTIMEOFDAY_TIMEZONE"]=" struct timezone"
2420 D
["GNULIB_TEST_GETTIMEOFDAY"]=" 1"
2421 D
["GNULIB_TEST_GROUP_MEMBER"]=" 1"
2422 D
["HAVE_ISNAND_IN_LIBC"]=" 1"
2423 D
["HAVE_ISNANF_IN_LIBC"]=" 1"
2424 D
["HAVE_ISNANL_IN_LIBC"]=" 1"
2425 D
["HAVE___INLINE"]=" 1"
2426 D
["GNULIB_TEST_LOCALECONV"]=" 1"
2427 D
["HAVE_PTHREAD_RWLOCK"]=" 1"
2428 D
["HAVE_PTHREAD_MUTEX_RECURSIVE"]=" 1"
2429 D
["GNULIB_LOCK"]=" 1"
2430 D
["GNULIB_TEST_LSEEK"]=" 1"
2431 D
["GNULIB_TEST_LSTAT"]=" 1"
2432 D
["HAVE_MALLOC_POSIX"]=" 1"
2433 D
["GNULIB_TEST_MALLOC_POSIX"]=" 1"
2434 D
["GNULIB_TEST_MBRLEN"]=" 1"
2435 D
["C_LOCALE_MAYBE_EILSEQ"]=" 1"
2436 D
["GNULIB_TEST_MBRTOWC"]=" 1"
2437 D
["GNULIB_TEST_MBSINIT"]=" 1"
2438 D
["GNULIB_TEST_MBTOWC"]=" 1"
2439 D
["GNULIB_TEST_MEMCHR"]=" 1"
2440 D
["GNULIB_MKOSTEMP"]=" 1"
2441 D
["GNULIB_TEST_MKOSTEMP"]=" 1"
2442 D
["GNULIB_TEST_MKSTEMP"]=" 1"
2443 D
["GNULIB_TEST_MKTIME"]=" 1"
2444 D
["NEED_MKTIME_INTERNAL"]=" 1"
2445 D
["GNULIB_MSVC_NOTHROW"]=" 1"
2446 D
["FUNC_NL_LANGINFO_YESEXPR_WORKS"]=" 1"
2447 D
["REPLACE_NL_LANGINFO"]=" 1"
2448 D
["GNULIB_TEST_NL_LANGINFO"]=" 1"
2449 D
["my_strftime"]=" nstrftime"
2450 D
["GNULIB_TEST_OPEN"]=" 1"
2451 D
["HAVE_STRUCT_TM_TM_ZONE"]=" 1"
2452 D
["HAVE_TM_ZONE"]=" 1"
2453 D
["GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN"]=" 1"
2454 D
["GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY"]=" 1"
2455 D
["GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT"]=" 1"
2456 D
["GNULIB_TEST_POSIX_SPAWNATTR_DESTROY"]=" 1"
2457 D
["GNULIB_TEST_POSIX_SPAWNATTR_INIT"]=" 1"
2458 D
["GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS"]=" 1"
2459 D
["GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK"]=" 1"
2460 D
["GNULIB_TEST_POSIX_SPAWNP"]=" 1"
2461 D
["HAVE_FREXP_IN_LIBC"]=" 1"
2462 D
["HAVE_LDEXP_IN_LIBC"]=" 1"
2463 D
["HAVE_FREXPL_IN_LIBC"]=" 1"
2464 D
["HAVE_LDEXPL_IN_LIBC"]=" 1"
2465 D
["REPLACE_PRINTF_POSIX"]=" 1"
2466 D
["GNULIB_TEST_PRINTF_POSIX"]=" 1"
2467 D
["HAVE_DECL_PROGRAM_INVOCATION_NAME"]=" 1"
2468 D
["HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME"]=" 1"
2469 D
["HAVE_RAISE"]=" 1"
2470 D
["GNULIB_TEST_RAISE"]=" 1"
2471 D
["HAVE_STRUCT_RANDOM_DATA"]=" 1"
2472 D
["HAVE_RANDOM_R"]=" 1"
2473 D
["GNULIB_TEST_RANDOM_R"]=" 1"
2474 D
["HAVE_RAWMEMCHR"]=" 1"
2475 D
["GNULIB_TEST_RAWMEMCHR"]=" 1"
2476 D
["GNULIB_TEST_READLINK"]=" 1"
2477 D
["HAVE_REALLOC_POSIX"]=" 1"
2478 D
["GNULIB_TEST_REALLOC_POSIX"]=" 1"
2479 D
["_REGEX_INCLUDE_LIMITS_H"]=" 1"
2480 D
["_REGEX_LARGE_OFFSETS"]=" 1"
2481 D
["re_syntax_options"]=" rpl_re_syntax_options"
2482 D
["re_set_syntax"]=" rpl_re_set_syntax"
2483 D
["re_compile_pattern"]=" rpl_re_compile_pattern"
2484 D
["re_compile_fastmap"]=" rpl_re_compile_fastmap"
2485 D
["re_search"]=" rpl_re_search"
2486 D
["re_search_2"]=" rpl_re_search_2"
2487 D
["re_match"]=" rpl_re_match"
2488 D
["re_match_2"]=" rpl_re_match_2"
2489 D
["re_set_registers"]=" rpl_re_set_registers"
2490 D
["re_comp"]=" rpl_re_comp"
2491 D
["re_exec"]=" rpl_re_exec"
2492 D
["regcomp"]=" rpl_regcomp"
2493 D
["regexec"]=" rpl_regexec"
2494 D
["regerror"]=" rpl_regerror"
2495 D
["regfree"]=" rpl_regfree"
2496 D
["HAVE_LIBINTL_H"]=" 1"
2497 D
["HAVE_DECL_ISBLANK"]=" 1"
2498 D
["GNULIB_TEST_RENAME"]=" 1"
2499 D
["GNULIB_TEST_RMDIR"]=" 1"
2500 D
["GNULIB_TEST_SECURE_GETENV"]=" 1"
2501 D
["HAVE_SELINUX_SELINUX_H"]=" 0"
2502 D
["GNULIB_TEST_SETENV"]=" 1"
2503 D
["HAVE_STRUCT_SIGACTION_SA_SIGACTION"]=" 1"
2504 D
["GNULIB_TEST_SIGACTION"]=" 1"
2505 D
["GNULIB_TEST_SIGNBIT"]=" 1"
2506 D
["GNULIB_TEST_SIGPROCMASK"]=" 1"
2507 D
["HAVE_STDINT_H"]=" 1"
2508 D
["HAVE_POSIX_SPAWNATTR_T"]=" 1"
2509 D
["HAVE_POSIX_SPAWN_FILE_ACTIONS_T"]=" 1"
2510 D
["GNULIB_TEST_STAT"]=" 1"
2511 D
["HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC"]=" 1"
2512 D
["TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC"]=" 1"
2513 D
["__USE_MINGW_ANSI_STDIO"]=" 1"
2514 D
["GNULIB_FSCANF"]=" 1"
2515 D
["GNULIB_SCANF"]=" 1"
2516 D
["HAVE_STRCASECMP"]=" 1"
2517 D
["HAVE_STRNCASECMP"]=" 1"
2518 D
["HAVE_DECL_STRNCASECMP"]=" 1"
2519 D
["HAVE_STRCASESTR"]=" 1"
2520 D
["GNULIB_TEST_STRCASESTR"]=" 1"
2521 D
["HAVE_STRCHRNUL"]=" 1"
2522 D
["GNULIB_TEST_STRCHRNUL"]=" 1"
2523 D
["GNULIB_TEST_STRDUP"]=" 1"
2524 D
["GNULIB_STRERROR"]=" 1"
2525 D
["GNULIB_TEST_STRERROR"]=" 1"
2526 D
["HAVE_STRSEP"]=" 1"
2527 D
["GNULIB_TEST_STRSEP"]=" 1"
2528 D
["HAVE_STRVERSCMP"]=" 1"
2529 D
["GNULIB_TEST_STRVERSCMP"]=" 1"
2530 D
["HAVE_DECL_LOCALTIME_R"]=" 1"
2531 D
["GNULIB_TEST_TIME_R"]=" 1"
2532 D
["GNULIB_TEST_TIME_RZ"]=" 1"
2533 D
["GNULIB_TEST_TIMEGM"]=" 1"
2534 D
["HAVE_RUN_TZSET_TEST"]=" 1"
2535 D
["GNULIB_TEST_TZSET"]=" 1"
2536 D
["USE_UNLOCKED_IO"]=" 1"
2537 D
["HAVE_UNSETENV"]=" 1"
2538 D
["GNULIB_TEST_UNSETENV"]=" 1"
2539 D
["HAVE_VASPRINTF"]=" 1"
2540 D
["GNULIB_TEST_VASPRINTF"]=" 1"
2541 D
["HAVE_VASPRINTF"]=" 1"
2542 D
["REPLACE_VFPRINTF_POSIX"]=" 1"
2543 D
["GNULIB_TEST_VFPRINTF_POSIX"]=" 1"
2544 D
["HAVE_WAITID"]=" 1"
2545 D
["GNULIB_TEST_WAITPID"]=" 1"
2546 D
["GNULIB_TEST_WCRTOMB"]=" 1"
2547 D
["HAVE_DECL_WCTOB"]=" 1"
2548 D
["GNULIB_TEST_WCTOB"]=" 1"
2549 D
["GNULIB_TEST_WCTOMB"]=" 1"
2550 D
["HAVE_TOWLOWER"]=" 1"
2551 D
["HAVE_STDINT_H"]=" 1"
2552 D
["HAVE_MALLOC_H"]=" 1"
2553 D
["HAVE_STRING_H"]=" 1"
2554 D
["HAVE_FSEEKO"]=" 1"
2555 D
["ENABLE_NLS"]=" 1"
2556 D
["HAVE_GETTEXT"]=" 1"
2557 D
["HAVE_DCGETTEXT"]=" 1"
2558 for (key
in D
) D_is_set
[key
] = 1
2561 /^
[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
2563 split(line
, arg
, " ")
2564 if (arg
[1] == "#") {
2568 defundef
= substr
(arg
[1], 2)
2571 split(mac1
, mac2
, "(") #)
2573 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
2574 if (D_is_set
[macro
]) {
2575 # Preserve the white space surrounding the "#".
2576 print prefix
"define", macro P
[macro
] D
[macro
]
2579 # Replace #undef with comments. This is necessary, for example,
2580 # in the case of _POSIX_SOURCE, which is predefined and required
2581 # on some systems where configure will not decide to define it.
2582 if (defundef
== "undef") {
2583 print
"/*", prefix defundef
, macro
, "*/"
2590 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
2591 fi # test -n "$CONFIG_HEADERS"
2594 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
2599 :[FHLC
]) ac_mode
=$ac_tag; continue;;
2601 case $ac_mode$ac_tag in
2603 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
2604 :[FH
]-) ac_tag
=-:-;;
2605 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
2622 -) ac_f
="$ac_tmp/stdin";;
2623 *) # Look for the file first in the build tree, then in the source tree
2624 # (if the path is not absolute). The absolute path cannot be DOS-style,
2625 # because $ac_f cannot contain `:'.
2629 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
2631 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
2633 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
2634 as_fn_append ac_file_inputs
" '$ac_f'"
2637 # Let's still pretend it is `configure' which instantiates (i.e., don't
2638 # use $as_me), people would be surprised to read:
2639 # /* config.h. Generated by config.status. */
2640 configure_input
='Generated from '`
2641 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
2643 if test x
"$ac_file" != x-
; then
2644 configure_input
="$ac_file. $configure_input"
2645 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
2646 $as_echo "$as_me: creating $ac_file" >&6;}
2648 # Neutralize special characters interpreted by sed in replacement strings.
2649 case $configure_input in #(
2650 *\
&* |
*\|
* |
*\\* )
2651 ac_sed_conf_input
=`$as_echo "$configure_input" |
2652 sed 's/[\\\\&|]/\\\\&/g'`;; #(
2653 *) ac_sed_conf_input
=$configure_input;;
2657 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
2658 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
2663 ac_dir
=`$as_dirname -- "$ac_file" ||
2664 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2665 X"$ac_file" : 'X\(//\)[^/]' \| \
2666 X"$ac_file" : 'X\(//\)$' \| \
2667 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
2668 $as_echo X"$ac_file" |
2669 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2686 as_dir
="$ac_dir"; as_fn_mkdir_p
2690 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2692 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2693 # A ".." for each directory in $ac_dir_suffix.
2694 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2695 case $ac_top_builddir_sub in
2696 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2697 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2700 ac_abs_top_builddir
=$ac_pwd
2701 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2702 # for backward compatibility:
2703 ac_top_builddir
=$ac_top_build_prefix
2706 .
) # We are building in place.
2708 ac_top_srcdir
=$ac_top_builddir_sub
2709 ac_abs_top_srcdir
=$ac_pwd ;;
2710 [\\/]* | ?
:[\\/]* ) # Absolute name.
2711 ac_srcdir
=$srcdir$ac_dir_suffix;
2712 ac_top_srcdir
=$srcdir
2713 ac_abs_top_srcdir
=$srcdir ;;
2715 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2716 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2717 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2719 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2729 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
2730 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
2734 [\\/$
]* | ?
:[\\/]* ) ;;
2735 */*) ac_MKDIR_P
=$ac_top_build_prefix$MKDIR_P ;;
2737 # If the template does not know about datarootdir, expand it.
2738 # FIXME: This hack should be removed a few years after 2.60.
2739 ac_datarootdir_hack
=; ac_datarootdir_seen
=
2750 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
2751 *datarootdir
*) ac_datarootdir_seen
=yes;;
2752 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
2753 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
2754 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
2755 ac_datarootdir_hack
='
2756 s&@datadir@&${datarootdir}&g
2757 s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
2758 s&@infodir@&${datarootdir}/info&g
2759 s&@localedir@&${datarootdir}/locale&g
2760 s&@mandir@&${datarootdir}/man&g
2761 s&\${datarootdir}&${prefix}/share&g' ;;
2763 ac_sed_extra
="/^[ ]*VPATH[ ]*=[ ]*/{
2781 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
2782 s|@configure_input@|$ac_sed_conf_input|;t t
2783 s&@top_builddir@&$ac_top_builddir_sub&;t t
2784 s&@top_build_prefix@&$ac_top_build_prefix&;t t
2785 s&@srcdir@&$ac_srcdir&;t t
2786 s&@abs_srcdir@&$ac_abs_srcdir&;t t
2787 s&@top_srcdir@&$ac_top_srcdir&;t t
2788 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
2789 s&@builddir@&$ac_builddir&;t t
2790 s&@abs_builddir@&$ac_abs_builddir&;t t
2791 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
2792 s&@INSTALL@&$ac_INSTALL&;t t
2793 s&@MKDIR_P@&$ac_MKDIR_P&;t t
2794 $ac_datarootdir_hack
2796 eval sed \"\
$ac_sed_extra\" "$ac_file_inputs" |
$AWK -f "$ac_tmp/subs.awk" \
2797 >$ac_tmp/out || as_fn_error $?
"could not create $ac_file" "$LINENO" 5
2799 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
2800 { ac_out
=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
2801 { ac_out
=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
2802 "$ac_tmp/out"`; test -z "$ac_out"; } &&
2803 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
2804 which seems to be undefined. Please make sure it is defined" >&5
2805 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
2806 which seems to be undefined. Please make sure it is defined" >&2;}
2808 rm -f "$ac_tmp/stdin"
2810 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
2811 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
2813 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5
2819 if test x
"$ac_file" != x-
; then
2821 $as_echo "/* $configure_input */" \
2822 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
2823 } >"$ac_tmp/config.h" \
2824 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5
2825 if diff "$ac_file" "$ac_tmp/config.h" >/dev
/null
2>&1; then
2826 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
2827 $as_echo "$as_me: $ac_file is unchanged" >&6;}
2830 mv "$ac_tmp/config.h" "$ac_file" \
2831 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5
2834 $as_echo "/* $configure_input */" \
2835 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
2836 || as_fn_error $?
"could not create -" "$LINENO" 5
2838 # Compute "$ac_file"'s index in $config_headers.
2841 for _am_header
in $config_headers :; do
2843 $_am_arg |
$_am_arg:* )
2846 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
2849 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
2850 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2851 X"$_am_arg" : 'X\(//\)[^/]' \| \
2852 X"$_am_arg" : 'X\(//\)$' \| \
2853 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
2854 $as_echo X"$_am_arg" |
2855 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2871 s/.*/./; q'`/stamp-h
$_am_stamp_count
2878 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
2881 # Prefer the file from the source tree if names are identical.
2882 if test "$ac_source" = "$ac_file" ||
test ! -r "$ac_source"; then
2883 ac_source
=$srcdir/$ac_source
2886 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
2887 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
2889 if test ! -r "$ac_source"; then
2890 as_fn_error $?
"$ac_source: file not found" "$LINENO" 5
2894 # Try a relative symlink, then a hard link, then a copy.
2896 [\\/$
]* | ?
:[\\/]* ) ac_rel_source
=$ac_source ;;
2897 *) ac_rel_source
=$ac_top_build_prefix$ac_source ;;
2899 ln -s "$ac_rel_source" "$ac_file" 2>/dev
/null ||
2900 ln "$ac_source" "$ac_file" 2>/dev
/null ||
2901 cp -p "$ac_source" "$ac_file" ||
2902 as_fn_error $?
"cannot link or copy $ac_source to $ac_file" "$LINENO" 5
2905 :C
) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
2906 $as_echo "$as_me: executing $ac_file commands" >&6;}
2911 case $ac_file$ac_mode in
2912 "depfiles":C
) test x
"$AMDEP_TRUE" != x
"" ||
{
2913 # Older Autoconf quotes --file arguments for eval, but not when files
2914 # are listed without --file. Let's play safe and only enable the eval
2915 # if we detect the quoting.
2916 case $CONFIG_FILES in
2917 *\'*) eval set x
"$CONFIG_FILES" ;;
2918 *) set x
$CONFIG_FILES ;;
2923 # Strip MF so we end up with the name of the file.
2924 mf
=`echo "$mf" | sed -e 's/:.*$//'`
2925 # Check whether this is an Automake generated Makefile or not.
2926 # We used to match only the files named 'Makefile.in', but
2927 # some people rename them; so instead we look at the file content.
2928 # Grep'ing the first line is not enough: some people post-process
2929 # each Makefile.in and add a new line on top of each file to say so.
2930 # Grep'ing the whole file is not good either: AIX grep has a line
2931 # limit of 2048, but all sed's we know have understand at least 4000.
2932 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" |
grep X
>/dev
/null
2>&1; then
2933 dirpart
=`$as_dirname -- "$mf" ||
2934 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2935 X"$mf" : 'X\(//\)[^/]' \| \
2936 X"$mf" : 'X\(//\)$' \| \
2937 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
2939 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2959 # Extract the definition of DEPDIR, am__include, and am__quote
2960 # from the Makefile without running 'make'.
2961 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
2962 test -z "$DEPDIR" && continue
2963 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
2964 test -z "$am__include" && continue
2965 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
2966 # Find all dependency output files, they are included files with
2967 # $(DEPDIR) in their names. We invoke sed twice because it is the
2968 # simplest approach to changing $(DEPDIR) to its actual value in the
2970 for file in `sed -n "
2971 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
2972 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
2973 # Make sure the directory exists.
2974 test -f "$dirpart/$file" && continue
2975 fdir
=`$as_dirname -- "$file" ||
2976 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2977 X"$file" : 'X\(//\)[^/]' \| \
2978 X"$file" : 'X\(//\)$' \| \
2979 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
2981 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2998 as_dir
=$dirpart/$fdir; as_fn_mkdir_p
2999 # echo "creating $dirpart/$file"
3000 echo '# dummy' > "$dirpart/$file"
3007 # See if we are running on zsh, and set the options that allow our
3008 # commands through without removal of \ escapes.
3009 if test -n "${ZSH_VERSION+set}"; then
3010 setopt NO_GLOB_SUBST
3014 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
3017 cat <<_LT_EOF >> "$cfgfile"
3019 # Generated automatically by $as_me ($PACKAGE) $VERSION
3020 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
3022 # Provide generalized library-building support services.
3023 # Written by Gordon Matzigkeit, 1996
3025 # Copyright (C) 2014 Free Software Foundation, Inc.
3026 # This is free software; see the source for copying conditions. There is NO
3027 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3029 # GNU Libtool is free software; you can redistribute it and/or modify
3030 # it under the terms of the GNU General Public License as published by
3031 # the Free Software Foundation; either version 2 of of the License, or
3032 # (at your option) any later version.
3034 # As a special exception to the GNU General Public License, if you
3035 # distribute this file as part of a program or library that is built
3036 # using GNU Libtool, you may include this file under the same
3037 # distribution terms that you use for the rest of that program.
3039 # GNU Libtool is distributed in the hope that it will be useful, but
3040 # WITHOUT ANY WARRANTY; without even the implied warranty of
3041 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3042 # GNU General Public License for more details.
3044 # You should have received a copy of the GNU General Public License
3045 # along with this program. If not, see <http://www.gnu.org/licenses/>.
3048 # The names of the tagged configurations supported by this script.
3051 # Configured defaults for sys_lib_dlsearch_path munging.
3052 : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"}
3054 # ### BEGIN LIBTOOL CONFIG
3056 # Which release of libtool.m4 was used?
3057 macro_version=$macro_version
3058 macro_revision=$macro_revision
3060 # Whether or not to build shared libraries.
3061 build_libtool_libs=$enable_shared
3063 # Whether or not to build static libraries.
3064 build_old_libs=$enable_static
3066 # What type of objects to build.
3069 # Whether or not to optimize for fast installation.
3070 fast_install=$enable_fast_install
3072 # Shared archive member basename,for filename based shared library versioning on AIX.
3073 shared_archive_member_spec=$shared_archive_member_spec
3075 # Shell to use when invoking shell scripts.
3078 # An echo program that protects backslashes.
3081 # The PATH separator for the build system.
3082 PATH_SEPARATOR=$lt_PATH_SEPARATOR
3085 host_alias=$host_alias
3090 build_alias=$build_alias
3094 # A sed program that does not truncate output.
3097 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
3098 Xsed="\$SED -e 1s/^X//"
3100 # A grep program that handles long lines.
3106 # A literal string matcher.
3109 # A BSD- or MS-compatible name lister.
3112 # Whether we need soft or hard links.
3115 # What is the maximum length of a command?
3116 max_cmd_len=$max_cmd_len
3118 # Object file suffix (normally "o").
3121 # Executable file suffix (normally "").
3124 # whether the shell understands "unset".
3127 # turn spaces into newlines.
3130 # turn newlines into spaces.
3133 # convert \$build file names to \$host format.
3134 to_host_file_cmd=$lt_cv_to_host_file_cmd
3136 # convert \$build files to toolchain format.
3137 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
3139 # An object symbol dumper.
3142 # Method to check whether dependent libraries are shared objects.
3143 deplibs_check_method=$lt_deplibs_check_method
3145 # Command to use when deplibs_check_method = "file_magic".
3146 file_magic_cmd=$lt_file_magic_cmd
3148 # How to find potential files when deplibs_check_method = "file_magic".
3149 file_magic_glob=$lt_file_magic_glob
3151 # Find potential files using nocaseglob when deplibs_check_method = "file_magic".
3152 want_nocaseglob=$lt_want_nocaseglob
3154 # DLL creation program.
3157 # Command to associate shared and link libraries.
3158 sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
3163 # Flags to create an archive.
3164 AR_FLAGS=$lt_AR_FLAGS
3166 # How to feed a file listing to the archiver.
3167 archiver_list_spec=$lt_archiver_list_spec
3169 # A symbol stripping program.
3172 # Commands used to install an old-style archive.
3174 old_postinstall_cmds=$lt_old_postinstall_cmds
3175 old_postuninstall_cmds=$lt_old_postuninstall_cmds
3177 # Whether to use a lock for old archive extraction.
3178 lock_old_archive_extraction=$lock_old_archive_extraction
3183 # LTCC compiler flags.
3186 # Take the output of nm and produce a listing of raw symbols and C names.
3187 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
3189 # Transform the output of nm in a proper C declaration.
3190 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
3192 # Transform the output of nm into a list of symbols to manually relocate.
3193 global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import
3195 # Transform the output of nm in a C name address pair.
3196 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
3198 # Transform the output of nm in a C name address pair when lib prefix is needed.
3199 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
3201 # The name lister interface.
3202 nm_interface=$lt_lt_cv_nm_interface
3204 # Specify filename containing input files for \$NM.
3205 nm_file_list_spec=$lt_nm_file_list_spec
3207 # The root where to search for dependent libraries,and where our libraries should be installed.
3208 lt_sysroot=$lt_sysroot
3210 # Command to truncate a binary pipe.
3211 lt_truncate_bin=$lt_lt_cv_truncate_bin
3213 # The name of the directory that contains temporary libtool files.
3216 # Used to examine libraries when file_magic_cmd begins with "file".
3217 MAGIC_CMD=$MAGIC_CMD
3219 # Must we lock files when doing compilation?
3220 need_locks=$lt_need_locks
3223 MANIFEST_TOOL=$lt_MANIFEST_TOOL
3225 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
3226 DSYMUTIL=$lt_DSYMUTIL
3228 # Tool to change global to local symbols on Mac OS X.
3231 # Tool to manipulate fat objects and archives on Mac OS X.
3234 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
3237 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
3240 # Old archive suffix (normally "a").
3243 # Shared library suffix (normally ".so").
3244 shrext_cmds=$lt_shrext_cmds
3246 # The commands to extract the exported symbol list from a shared archive.
3247 extract_expsyms_cmds=$lt_extract_expsyms_cmds
3249 # Variables whose values should be saved in libtool wrapper scripts and
3250 # restored at link time.
3251 variables_saved_for_relink=$lt_variables_saved_for_relink
3253 # Do we need the "lib" prefix for modules?
3254 need_lib_prefix=$need_lib_prefix
3256 # Do we need a version for libraries?
3257 need_version=$need_version
3259 # Library versioning type.
3260 version_type=$version_type
3262 # Shared library runtime path variable.
3263 runpath_var=$runpath_var
3265 # Shared library path variable.
3266 shlibpath_var=$shlibpath_var
3268 # Is shlibpath searched before the hard-coded library search path?
3269 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
3271 # Format of library name prefix.
3272 libname_spec=$lt_libname_spec
3274 # List of archive names. First name is the real one, the rest are links.
3275 # The last name is the one that the linker finds with -lNAME
3276 library_names_spec=$lt_library_names_spec
3278 # The coded name of the library, if different from the real name.
3279 soname_spec=$lt_soname_spec
3281 # Permission mode override for installation of shared libraries.
3282 install_override_mode=$lt_install_override_mode
3284 # Command to use after installation of a shared archive.
3285 postinstall_cmds=$lt_postinstall_cmds
3287 # Command to use after uninstallation of a shared archive.
3288 postuninstall_cmds=$lt_postuninstall_cmds
3290 # Commands used to finish a libtool library installation in a directory.
3291 finish_cmds=$lt_finish_cmds
3293 # As "finish_cmds", except a single script fragment to be evaled but
3295 finish_eval=$lt_finish_eval
3297 # Whether we should hardcode library paths into libraries.
3298 hardcode_into_libs=$hardcode_into_libs
3300 # Compile-time system search path for libraries.
3301 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
3303 # Detected run-time system search path for libraries.
3304 sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path
3306 # Explicit LT_SYS_LIBRARY_PATH set during ./configure time.
3307 configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path
3309 # Whether dlopen is supported.
3310 dlopen_support=$enable_dlopen
3312 # Whether dlopen of programs is supported.
3313 dlopen_self=$enable_dlopen_self
3315 # Whether dlopen of statically linked programs is supported.
3316 dlopen_self_static=$enable_dlopen_self_static
3318 # Commands to strip libraries.
3319 old_striplib=$lt_old_striplib
3320 striplib=$lt_striplib
3323 # The linker used to build libraries.
3326 # How to create reloadable object files.
3327 reload_flag=$lt_reload_flag
3328 reload_cmds=$lt_reload_cmds
3330 # Commands used to build an old-style archive.
3331 old_archive_cmds=$lt_old_archive_cmds
3333 # A language specific compiler.
3336 # Is the compiler the GNU compiler?
3339 # Compiler flag to turn off builtin functions.
3340 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
3342 # Additional compiler flags for building library objects.
3343 pic_flag=$lt_lt_prog_compiler_pic
3345 # How to pass a linker flag through the compiler.
3346 wl=$lt_lt_prog_compiler_wl
3348 # Compiler flag to prevent dynamic linking.
3349 link_static_flag=$lt_lt_prog_compiler_static
3351 # Does compiler simultaneously support -c and -o options?
3352 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
3354 # Whether or not to add -lc for building shared libraries.
3355 build_libtool_need_lc=$archive_cmds_need_lc
3357 # Whether or not to disallow shared libs when runtime libs are static.
3358 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
3360 # Compiler flag to allow reflexive dlopens.
3361 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
3363 # Compiler flag to generate shared objects directly from archives.
3364 whole_archive_flag_spec=$lt_whole_archive_flag_spec
3366 # Whether the compiler copes with passing no objects directly.
3367 compiler_needs_object=$lt_compiler_needs_object
3369 # Create an old-style archive from a shared archive.
3370 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
3372 # Create a temporary old-style archive to link instead of a shared archive.
3373 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
3375 # Commands used to build a shared archive.
3376 archive_cmds=$lt_archive_cmds
3377 archive_expsym_cmds=$lt_archive_expsym_cmds
3379 # Commands used to build a loadable module if different from building
3381 module_cmds=$lt_module_cmds
3382 module_expsym_cmds=$lt_module_expsym_cmds
3384 # Whether we are building with GNU ld or not.
3385 with_gnu_ld=$lt_with_gnu_ld
3387 # Flag that allows shared libraries with undefined symbols to be built.
3388 allow_undefined_flag=$lt_allow_undefined_flag
3390 # Flag that enforces no undefined symbols.
3391 no_undefined_flag=$lt_no_undefined_flag
3393 # Flag to hardcode \$libdir into a binary during linking.
3394 # This must work even if \$libdir does not exist
3395 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
3397 # Whether we need a single "-rpath" flag with a separated argument.
3398 hardcode_libdir_separator=$lt_hardcode_libdir_separator
3400 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
3401 # DIR into the resulting binary.
3402 hardcode_direct=$hardcode_direct
3404 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
3405 # DIR into the resulting binary and the resulting library dependency is
3406 # "absolute",i.e impossible to change by setting \$shlibpath_var if the
3407 # library is relocated.
3408 hardcode_direct_absolute=$hardcode_direct_absolute
3410 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
3411 # into the resulting binary.
3412 hardcode_minus_L=$hardcode_minus_L
3414 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
3415 # into the resulting binary.
3416 hardcode_shlibpath_var=$hardcode_shlibpath_var
3418 # Set to "yes" if building a shared library automatically hardcodes DIR
3419 # into the library and all subsequent libraries and executables linked
3421 hardcode_automatic=$hardcode_automatic
3423 # Set to yes if linker adds runtime paths of dependent libraries
3424 # to runtime path list.
3425 inherit_rpath=$inherit_rpath
3427 # Whether libtool must link a program against all its dependency libraries.
3428 link_all_deplibs=$link_all_deplibs
3430 # Set to "yes" if exported symbols are required.
3431 always_export_symbols=$always_export_symbols
3433 # The commands to list exported symbols.
3434 export_symbols_cmds=$lt_export_symbols_cmds
3436 # Symbols that should not be listed in the preloaded symbols.
3437 exclude_expsyms=$lt_exclude_expsyms
3439 # Symbols that must always be exported.
3440 include_expsyms=$lt_include_expsyms
3442 # Commands necessary for linking programs (against libraries) with templates.
3443 prelink_cmds=$lt_prelink_cmds
3445 # Commands necessary for finishing linking programs.
3446 postlink_cmds=$lt_postlink_cmds
3448 # Specify filename containing input files.
3449 file_list_spec=$lt_file_list_spec
3451 # How to hardcode a shared library path into an executable.
3452 hardcode_action=$hardcode_action
3454 # ### END LIBTOOL CONFIG
3458 cat <<'_LT_EOF' >> "$cfgfile"
3460 # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
3462 # func_munge_path_list VARIABLE PATH
3463 # -----------------------------------
3464 # VARIABLE is name of variable containing _space_ separated list of
3465 # directories to be munged by the contents of PATH, which is string
3468 # string "DIR[ DIR]" will be prepended to VARIABLE
3470 # string "DIR[ DIR]" will be appended to VARIABLE
3471 # "DIRP[:DIRP]::[DIRA:]DIRA"
3472 # string "DIRP[ DIRP]" will be prepended to VARIABLE and string
3473 # "DIRA[ DIRA]" will be appended to VARIABLE
3475 # VARIABLE will be replaced by "DIR[ DIR]"
3476 func_munge_path_list ()
3482 eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
3485 eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
3488 eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
3489 eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
3492 eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
3498 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
3501 for cc_temp in $*""; do
3503 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
3504 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
3509 func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
3513 # ### END FUNCTIONS SHARED WITH CONFIGURE
3519 cat <<\_LT_EOF
>> "$cfgfile"
3520 # AIX sometimes has problems with the GCC collect2 program. For some
3521 # reason, if we set the COLLECT_NAMES environment variable, the problems
3522 # vanish in a puff of smoke.
3523 if test set != "${COLLECT_NAMES+set}"; then
3525 export COLLECT_NAMES
3532 ltmain
=$ac_aux_dir/ltmain.sh
3535 # We use sed instead of cat because bash on DJGPP gets confused if
3536 # if finds mixed CR/LF and LF-only lines. Since sed operates in
3537 # text mode, it properly converts lines to CR/LF. This bash problem
3538 # is reportedly fixed, but why not run on old versions too?
3539 sed '$q' "$ltmain" >> "$cfgfile" \
3540 ||
(rm -f "$cfgfile"; exit 1)
3542 mv -f "$cfgfile" "$ofile" ||
3543 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
3548 for ac_file
in $CONFIG_FILES; do
3549 # Support "outfile[:infile[:infile...]]"
3551 *:*) ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
3553 # PO directories have a Makefile.in generated from Makefile.in.in.
3554 case "$ac_file" in */Makefile.
in)
3555 # Adjust a relative srcdir.
3556 ac_dir
=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3557 ac_dir_suffix
=/`echo "$ac_dir"|sed 's%^\./%%'`
3558 ac_dots
=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
3559 # In autoconf-2.13 it is called $ac_given_srcdir.
3560 # In autoconf-2.50 it is called $srcdir.
3561 test -n "$ac_given_srcdir" || ac_given_srcdir
="$srcdir"
3562 case "$ac_given_srcdir" in
3563 .
) top_srcdir
=`echo $ac_dots|sed 's%/$%%'` ;;
3564 /*) top_srcdir
="$ac_given_srcdir" ;;
3565 *) top_srcdir
="$ac_dots$ac_given_srcdir" ;;
3567 # Treat a directory as a PO directory if and only if it has a
3568 # POTFILES.in file. This allows packages to have multiple PO
3569 # directories under different names or in different locations.
3570 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
3571 rm -f "$ac_dir/POTFILES"
3572 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" ||
echo "creating $ac_dir/POTFILES"
3573 gt_tab
=`printf '\t'`
3574 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" |
sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*, $top_srcdir/& \\\\," |
sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
3575 POMAKEFILEDEPS
="POTFILES.in"
3576 # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
3577 # on $ac_dir but don't depend on user-specified configuration
3579 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
3580 # The LINGUAS file contains the set of available languages.
3581 if test -n "$OBSOLETE_ALL_LINGUAS"; then
3582 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" ||
echo "setting ALL_LINGUAS in configure.in is obsolete"
3584 ALL_LINGUAS_
=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
3585 # Hide the ALL_LINGUAS assignment from automake < 1.5.
3586 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
3587 POMAKEFILEDEPS
="$POMAKEFILEDEPS LINGUAS"
3589 # The set of available languages was given in configure.in.
3590 # Hide the ALL_LINGUAS assignment from automake < 1.5.
3591 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
3594 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
3595 # Compute UPDATEPOFILES
3596 # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
3597 # Compute DUMMYPOFILES
3598 # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
3600 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
3601 case "$ac_given_srcdir" in
3603 *) srcdirpre
='$(srcdir)/' ;;
3609 for lang
in $ALL_LINGUAS; do
3610 POFILES
="$POFILES $srcdirpre$lang.po"
3611 UPDATEPOFILES
="$UPDATEPOFILES $lang.po-update"
3612 DUMMYPOFILES
="$DUMMYPOFILES $lang.nop"
3613 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
3615 # CATALOGS depends on both $ac_dir and the user's LINGUAS
3616 # environment variable.
3618 if test -n "$ALL_LINGUAS"; then
3619 for presentlang
in $ALL_LINGUAS; do
3621 if test "%UNSET%" != "$LINGUAS"; then
3622 desiredlanguages
="$LINGUAS"
3624 desiredlanguages
="$ALL_LINGUAS"
3626 for desiredlang
in $desiredlanguages; do
3627 # Use the presentlang catalog if desiredlang is
3628 # a. equal to presentlang, or
3629 # b. a variant of presentlang (because in this case,
3630 # presentlang can be used as a fallback for messages
3631 # which are not translated in the desiredlang catalog).
3632 case "$desiredlang" in
3633 "$presentlang"*) useit
=yes;;
3636 if test $useit = yes; then
3637 INST_LINGUAS
="$INST_LINGUAS $presentlang"
3642 if test -n "$INST_LINGUAS"; then
3643 for lang
in $INST_LINGUAS; do
3644 CATALOGS
="$CATALOGS $lang.gmo"
3647 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" ||
echo "creating $ac_dir/Makefile"
3648 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
3649 for f
in "$ac_given_srcdir/$ac_dir"/Rules-
*; do
3650 if test -f "$f"; then
3652 *.orig |
*.bak |
*~
) ;;
3653 *) cat "$f" >> "$ac_dir/Makefile" ;;