Merge branch 'ical'
[alpine.git] / config.status
blobbce9e5157005492779fdd29827a3b360ca94b2e9
1 #! /bin/sh
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.
7 debug=false
8 ac_cs_recheck=false
9 ac_cs_silent=false
11 SHELL=${CONFIG_SHELL-/bin/sh}
12 export SHELL
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 :
20 emulate sh
21 NULLCMD=:
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
25 setopt NO_GLOB_SUBST
26 else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
32 esac
36 as_nl='
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in #(
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
84 # IFS
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" "" $as_nl"
91 # Find who we are. Look in the path if we contain no directory separator.
92 as_myself=
93 case $0 in #((
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH
98 IFS=$as_save_IFS
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101 done
102 IFS=$as_save_IFS
105 esac
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x; then
109 as_myself=$0
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 exit 1
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\${$as_var+set} = xset \
122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123 done
124 PS1='$ '
125 PS2='> '
126 PS4='+ '
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export LANGUAGE
134 # CDPATH.
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.
143 as_fn_error ()
145 as_status=$1; test $as_status -eq 0 && as_status=1
146 if test "$4"; then
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
152 } # as_fn_error
155 # as_fn_set_status STATUS
156 # -----------------------
157 # Set $? to STATUS, without forking.
158 as_fn_set_status ()
160 return $1
161 } # as_fn_set_status
163 # as_fn_exit STATUS
164 # -----------------
165 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
166 as_fn_exit ()
168 set +e
169 as_fn_set_status $1
170 exit $1
171 } # as_fn_exit
173 # as_fn_unset VAR
174 # ---------------
175 # Portably unset VAR.
176 as_fn_unset ()
178 { eval $1=; unset $1;}
180 as_unset=as_fn_unset
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
186 # implementations.
187 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
188 eval 'as_fn_append ()
190 eval $1+=\$2
192 else
193 as_fn_append ()
195 eval $1=\$$1\$2
197 fi # as_fn_append
199 # as_fn_arith ARG...
200 # ------------------
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 :
205 eval 'as_fn_arith ()
207 as_val=$(( $* ))
209 else
210 as_fn_arith ()
212 as_val=`expr "$@" || test $? -eq 1`
214 fi # as_fn_arith
217 if expr a : '\(a\)' >/dev/null 2>&1 &&
218 test "X`expr 00001 : '.*\(...\)'`" = X001; then
219 as_expr=expr
220 else
221 as_expr=false
224 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
225 as_basename=basename
226 else
227 as_basename=false
230 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
231 as_dirname=dirname
232 else
233 as_dirname=false
236 as_me=`$as_basename -- "$0" ||
237 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
238 X"$0" : 'X\(//\)$' \| \
239 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
240 $as_echo X/"$0" |
241 sed '/^.*\/\([^/][^/]*\)\/*$/{
242 s//\1/
245 /^X\/\(\/\/\)$/{
246 s//\1/
249 /^X\/\(\/\).*/{
250 s//\1/
253 s/.*/./; q'`
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 #(((((
264 -n*)
265 case `echo 'xy\c'` in
266 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
267 xy) ECHO_C='\c';;
268 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
269 ECHO_T=' ';;
270 esac;;
272 ECHO_N='-n';;
273 esac
275 rm -f conf$$ conf$$.exe conf$$.file
276 if test -d conf$$.dir; then
277 rm -f conf$$.dir/conf$$.file
278 else
279 rm -f conf$$.dir
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
284 as_ln_s='ln -s'
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 ||
290 as_ln_s='cp -pR'
291 elif ln conf$$.file conf$$ 2>/dev/null; then
292 as_ln_s=ln
293 else
294 as_ln_s='cp -pR'
296 else
297 as_ln_s='cp -pR'
299 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
300 rmdir conf$$.dir 2>/dev/null
303 # as_fn_mkdir_p
304 # -------------
305 # Create "$as_dir" as a directory, including parents if necessary.
306 as_fn_mkdir_p ()
309 case $as_dir in #(
310 -*) as_dir=./$as_dir;;
311 esac
312 test -d "$as_dir" || eval $as_mkdir_p || {
313 as_dirs=
314 while :; do
315 case $as_dir in #(
316 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
317 *) as_qdir=$as_dir;;
318 esac
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\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
327 s//\1/
330 /^X\(\/\/\)[^/].*/{
331 s//\1/
334 /^X\(\/\/\)$/{
335 s//\1/
338 /^X\(\/\).*/{
339 s//\1/
342 s/.*/./; q'`
343 test -d "$as_dir" && break
344 done
345 test -z "$as_dirs" || eval "mkdir $as_dirs"
346 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
349 } # as_fn_mkdir_p
350 if mkdir -p . 2>/dev/null; then
351 as_mkdir_p='mkdir -p "$as_dir"'
352 else
353 test -d ./-p && rmdir ./-p
354 as_mkdir_p=false
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
365 as_test_x='test -x'
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'"
375 exec 6>&1
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.
382 ac_log="
383 This file was extended by alpine $as_me 2.21.9, 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
390 $ $0 $@
392 on `(hostname || uname -n) 2>/dev/null | sed 1q`
395 # Files that config.status was made for.
396 config_files=" m4/Makefile po/Makefile.in pith/osdep/Makefile pith/charconv/Makefile pith/Makefile pico/osdep/Makefile pico/Makefile alpine/osdep/Makefile alpine/Makefile web/src/Makefile web/src/pubcookie/Makefile web/src/alpined.d/Makefile Makefile"
397 config_headers=" include/config.h"
398 config_commands=" depfiles libtool po-directories"
400 ac_cs_usage="\
401 \`$as_me' instantiates files and other configuration actions
402 from templates according to the current configuration. Unless the files
403 and actions are specified as TAGs, all are instantiated by default.
405 Usage: $0 [OPTION]... [TAG]...
407 -h, --help print this help, then exit
408 -V, --version print version number and configuration settings, then exit
409 --config print configuration, then exit
410 -q, --quiet, --silent
411 do not print progress messages
412 -d, --debug don't remove temporary files
413 --recheck update $as_me by reconfiguring in the same conditions
414 --file=FILE[:TEMPLATE]
415 instantiate the configuration file FILE
416 --header=FILE[:TEMPLATE]
417 instantiate the configuration header FILE
419 Configuration files:
420 $config_files
422 Configuration headers:
423 $config_headers
425 Configuration commands:
426 $config_commands
428 Report bugs to <chappa@washington.edu>."
430 ac_cs_config="'--disable-optimization' '--with-passfile=ALPINE.PWD'"
431 ac_cs_version="\
432 alpine config.status 2.21.9
433 configured by ./configure, generated by GNU Autoconf 2.69,
434 with options \"$ac_cs_config\"
436 Copyright (C) 2012 Free Software Foundation, Inc.
437 This config.status script is free software; the Free Software Foundation
438 gives unlimited permission to copy, distribute and modify it."
440 ac_pwd='/run/media/chappa/Work/alpine/alpinegit'
441 srcdir='.'
442 INSTALL='/usr/bin/install -c'
443 MKDIR_P='/usr/bin/mkdir -p'
444 AWK='gawk'
445 test -n "$AWK" || AWK=awk
446 # The default lists apply if the user does not specify any file.
447 ac_need_defaults=:
448 while test $# != 0
450 case $1 in
451 --*=?*)
452 ac_option=`expr "X$1" : 'X\([^=]*\)='`
453 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
454 ac_shift=:
456 --*=)
457 ac_option=`expr "X$1" : 'X\([^=]*\)='`
458 ac_optarg=
459 ac_shift=:
462 ac_option=$1
463 ac_optarg=$2
464 ac_shift=shift
466 esac
468 case $ac_option in
469 # Handling of the options.
470 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
471 ac_cs_recheck=: ;;
472 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
473 $as_echo "$ac_cs_version"; exit ;;
474 --config | --confi | --conf | --con | --co | --c )
475 $as_echo "$ac_cs_config"; exit ;;
476 --debug | --debu | --deb | --de | --d | -d )
477 debug=: ;;
478 --file | --fil | --fi | --f )
479 $ac_shift
480 case $ac_optarg in
481 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
482 '') as_fn_error $? "missing file argument" ;;
483 esac
484 as_fn_append CONFIG_FILES " '$ac_optarg'"
485 ac_need_defaults=false;;
486 --header | --heade | --head | --hea )
487 $ac_shift
488 case $ac_optarg in
489 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
490 esac
491 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
492 ac_need_defaults=false;;
493 --he | --h)
494 # Conflict between --help and --header
495 as_fn_error $? "ambiguous option: \`$1'
496 Try \`$0 --help' for more information.";;
497 --help | --hel | -h )
498 $as_echo "$ac_cs_usage"; exit ;;
499 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
500 | -silent | --silent | --silen | --sile | --sil | --si | --s)
501 ac_cs_silent=: ;;
503 # This is an error.
504 -*) as_fn_error $? "unrecognized option: \`$1'
505 Try \`$0 --help' for more information." ;;
507 *) as_fn_append ac_config_targets " $1"
508 ac_need_defaults=false ;;
510 esac
511 shift
512 done
514 ac_configure_extra_args=
516 if $ac_cs_silent; then
517 exec 6>/dev/null
518 ac_configure_extra_args="$ac_configure_extra_args --silent"
521 if $ac_cs_recheck; then
522 set X /bin/sh './configure' '--disable-optimization' '--with-passfile=ALPINE.PWD' $ac_configure_extra_args --no-create --no-recursion
523 shift
524 $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
525 CONFIG_SHELL='/bin/sh'
526 export CONFIG_SHELL
527 exec "$@"
530 exec 5>>config.log
532 echo
533 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
534 ## Running $as_me. ##
535 _ASBOX
536 $as_echo "$ac_log"
537 } >&5
540 # INIT-COMMANDS
542 AMDEP_TRUE="" ac_aux_dir="."
545 # The HP-UX ksh and POSIX shell print the target directory to stdout
546 # if CDPATH is set.
547 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
549 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
550 double_quote_subst='s/\(["`\\]\)/\\\1/g'
551 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
552 macro_version='2.4.2'
553 macro_revision='1.3337'
554 enable_shared='yes'
555 enable_static='yes'
556 pic_mode='default'
557 enable_fast_install='needless'
558 SHELL='/bin/sh'
559 ECHO='printf %s\n'
560 PATH_SEPARATOR=':'
561 host_alias=''
562 host='x86_64-suse-linux-gnu'
563 host_os='linux-gnu'
564 build_alias=''
565 build='x86_64-suse-linux-gnu'
566 build_os='linux-gnu'
567 SED='/usr/bin/sed'
568 Xsed='/usr/bin/sed -e 1s/^X//'
569 GREP='/usr/bin/grep'
570 EGREP='/usr/bin/grep -E'
571 FGREP='/usr/bin/grep -F'
572 LD='/usr/x86_64-suse-linux/bin/ld -m elf_x86_64'
573 NM='/usr/bin/nm -B'
574 LN_S='ln -s'
575 max_cmd_len='1572864'
576 ac_objext='o'
577 exeext=''
578 lt_unset='unset'
579 lt_SP2NL='tr \040 \012'
580 lt_NL2SP='tr \015\012 \040\040'
581 lt_cv_to_host_file_cmd='func_convert_file_noop'
582 lt_cv_to_tool_file_cmd='func_convert_file_noop'
583 reload_flag=' -r'
584 reload_cmds='$LD$reload_flag -o $output$reload_objs'
585 OBJDUMP='objdump'
586 deplibs_check_method='pass_all'
587 file_magic_cmd='$MAGIC_CMD'
588 file_magic_glob=''
589 want_nocaseglob='no'
590 DLLTOOL='false'
591 sharedlib_from_linklib_cmd='printf %s\n'
592 AR='/usr/bin/ar'
593 AR_FLAGS='cru'
594 archiver_list_spec='@'
595 STRIP='strip'
596 RANLIB='ranlib'
597 old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib'
598 old_postuninstall_cmds=''
599 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
600 lock_old_archive_extraction='no'
601 CC='gcc -std=gnu99'
602 CFLAGS='-g'
603 compiler='gcc -std=gnu99'
604 GCC='yes'
605 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'\'''
606 lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
607 lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
608 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
609 nm_file_list_spec='@'
610 lt_sysroot=''
611 objdir='.libs'
612 MAGIC_CMD='file'
613 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
614 lt_prog_compiler_pic=' -fPIC -DPIC'
615 lt_prog_compiler_wl='-Wl,'
616 lt_prog_compiler_static=''
617 lt_cv_prog_compiler_c_o='yes'
618 need_locks='no'
619 MANIFEST_TOOL=':'
620 DSYMUTIL=''
621 NMEDIT=''
622 LIPO=''
623 OTOOL=''
624 OTOOL64=''
625 libext='a'
626 shrext_cmds='.so'
627 extract_expsyms_cmds=''
628 archive_cmds_need_lc='no'
629 enable_shared_with_static_runtimes='no'
630 export_dynamic_flag_spec='${wl}--export-dynamic'
631 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
632 compiler_needs_object='no'
633 old_archive_from_new_cmds=''
634 old_archive_from_expsyms_cmds=''
635 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
636 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
637 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
638 echo "local: *; };" >> $output_objdir/$libname.ver~
639 $CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
640 module_cmds=''
641 module_expsym_cmds=''
642 with_gnu_ld='yes'
643 allow_undefined_flag=''
644 no_undefined_flag=''
645 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
646 hardcode_libdir_separator=''
647 hardcode_direct='no'
648 hardcode_direct_absolute='no'
649 hardcode_minus_L='no'
650 hardcode_shlibpath_var='unsupported'
651 hardcode_automatic='no'
652 inherit_rpath='no'
653 link_all_deplibs='unknown'
654 always_export_symbols='no'
655 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
656 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
657 include_expsyms=''
658 prelink_cmds=''
659 postlink_cmds=''
660 file_list_spec=''
661 variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
662 need_lib_prefix='no'
663 need_version='no'
664 version_type='linux'
665 runpath_var='LD_RUN_PATH'
666 shlibpath_var='LD_LIBRARY_PATH'
667 shlibpath_overrides_runpath='yes'
668 libname_spec='lib$name'
669 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
670 soname_spec='${libname}${release}${shared_ext}$major'
671 install_override_mode=''
672 postinstall_cmds=''
673 postuninstall_cmds=''
674 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
675 finish_eval=''
676 hardcode_into_libs='yes'
677 sys_lib_search_path_spec='/usr/lib64/gcc/x86_64-suse-linux/4.8 /usr/lib64 /lib64 /usr/x86_64-suse-linux/lib '
678 sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/local/lib64 /usr/local/lib /usr/lib64/graphviz /usr/lib64/graphviz/sharp /usr/lib64/graphviz/java /usr/lib64/graphviz/perl /usr/lib64/graphviz/php /usr/lib64/graphviz/ocaml /usr/lib64/graphviz/python /usr/lib64/graphviz/lua /usr/lib64/graphviz/tcl /usr/lib64/graphviz/guile /usr/lib64/graphviz/ruby '
679 hardcode_action='immediate'
680 enable_dlopen='unknown'
681 enable_dlopen_self='unknown'
682 enable_dlopen_self_static='unknown'
683 old_striplib='strip --strip-debug'
684 striplib='strip --strip-unneeded'
686 LTCC='gcc -std=gnu99'
687 LTCFLAGS='-g -O2'
688 compiler='gcc -std=gnu99'
690 # A function that is used when there is no print builtin or printf.
691 func_fallback_echo ()
693 eval 'cat <<_LTECHO_EOF
695 _LTECHO_EOF'
698 # Quote evaled strings.
699 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_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix nm_file_list_spec 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
700 case `eval \\$ECHO \\""\\$$var"\\"` in
701 *[\\\`\"\$]*)
702 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\""
705 eval "lt_$var=\\\"\$$var\\\""
707 esac
708 done
710 # Double-quote double-evaled strings.
711 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 sys_lib_dlsearch_path_spec; do
712 case `eval \\$ECHO \\""\\$$var"\\"` in
713 *[\\\`\"\$]*)
714 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
717 eval "lt_$var=\\\"\$$var\\\""
719 esac
720 done
722 ac_aux_dir='.'
723 xsi_shell='yes'
724 lt_shell_append='yes'
726 # See if we are running on zsh, and set the options which allow our
727 # commands through without removal of \ escapes INIT.
728 if test -n "${ZSH_VERSION+set}" ; then
729 setopt NO_GLOB_SUBST
733 PACKAGE='alpine'
734 VERSION='2.21.9'
735 TIMESTAMP=''
736 RM='/usr/bin/rm'
737 ofile='libtool'
741 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
742 # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
743 # from automake < 1.5.
744 eval 'OBSOLETE_ALL_LINGUAS''=""'
745 # Capture the value of LINGUAS because we need it to compute CATALOGS.
746 LINGUAS="%UNSET%"
750 # Handling of arguments.
751 for ac_config_target in $ac_config_targets
753 case $ac_config_target in
754 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
755 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
756 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
757 "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;;
758 "m4/Makefile") CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
759 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
760 "$REGEX_MAKEFILE") CONFIG_FILES="$CONFIG_FILES $REGEX_MAKEFILE" ;;
761 "pith/osdep/Makefile") CONFIG_FILES="$CONFIG_FILES pith/osdep/Makefile" ;;
762 "pith/charconv/Makefile") CONFIG_FILES="$CONFIG_FILES pith/charconv/Makefile" ;;
763 "pith/Makefile") CONFIG_FILES="$CONFIG_FILES pith/Makefile" ;;
764 "pico/osdep/Makefile") CONFIG_FILES="$CONFIG_FILES pico/osdep/Makefile" ;;
765 "pico/Makefile") CONFIG_FILES="$CONFIG_FILES pico/Makefile" ;;
766 "alpine/osdep/Makefile") CONFIG_FILES="$CONFIG_FILES alpine/osdep/Makefile" ;;
767 "alpine/Makefile") CONFIG_FILES="$CONFIG_FILES alpine/Makefile" ;;
768 "web/src/Makefile") CONFIG_FILES="$CONFIG_FILES web/src/Makefile" ;;
769 "web/src/pubcookie/Makefile") CONFIG_FILES="$CONFIG_FILES web/src/pubcookie/Makefile" ;;
770 "web/src/alpined.d/Makefile") CONFIG_FILES="$CONFIG_FILES web/src/alpined.d/Makefile" ;;
771 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
773 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
774 esac
775 done
778 # If the user did not use the arguments to specify the items to instantiate,
779 # then the envvar interface is used. Set only those that are not.
780 # We use the long form for the default assignment because of an extremely
781 # bizarre bug on SunOS 4.1.3.
782 if $ac_need_defaults; then
783 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
784 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
785 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
788 # Have a temporary directory for convenience. Make it in the build tree
789 # simply because there is no reason against having it here, and in addition,
790 # creating and moving files from /tmp can sometimes cause problems.
791 # Hook for its removal unless debugging.
792 # Note that there is a small window in which the directory will not be cleaned:
793 # after its creation but before its name has been assigned to `$tmp'.
794 $debug ||
796 tmp= ac_tmp=
797 trap 'exit_status=$?
798 : "${ac_tmp:=$tmp}"
799 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
801 trap 'as_fn_exit 1' 1 2 13 15
803 # Create a (secure) tmp directory for tmp files.
806 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
807 test -d "$tmp"
808 } ||
810 tmp=./conf$$-$RANDOM
811 (umask 077 && mkdir "$tmp")
812 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
813 ac_tmp=$tmp
815 # Set up the scripts for CONFIG_FILES section.
816 # No need to generate them if there are no CONFIG_FILES.
817 # This happens for instance with `./config.status config.h'.
818 if test -n "$CONFIG_FILES"; then
821 ac_cr=`echo X | tr X '\015'`
822 # On cygwin, bash can eat \r inside `` if the user requested igncr.
823 # But we know of no other shell where ac_cr would be empty at this
824 # point, so we can use a bashism as a fallback.
825 if test "x$ac_cr" = x; then
826 eval ac_cr=\$\'\\r\'
828 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
829 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
830 ac_cs_awk_cr='\\r'
831 else
832 ac_cs_awk_cr=$ac_cr
835 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
836 cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
837 S["am__EXEEXT_FALSE"]=""
838 S["am__EXEEXT_TRUE"]="#"
839 S["LTLIBOBJS"]=""
840 S["LIBOBJS"]=""
841 S["AM_LDFLAGS"]=""
842 S["AM_CFLAGS"]=" -g -pthread"
843 S["WEB_PUBCOOKIE_LINK"]=""
844 S["WEB_PUBCOOKIE_LIB"]=""
845 S["WEB_PUBCOOKIE_BUILD"]=""
846 S["WEB_BINDIR"]=""
847 S["WEB_BUILD"]=""
848 S["REGEX_BUILD"]=""
849 S["C_CLIENT_SPECIALS"]="SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib SSLDIR=/etc/ssl SSLCERTS=/etc/ssl/certs SSLKEYS=/etc/ssl/private "
850 S["C_CLIENT_AUTHS"]="gss "
851 S["C_CLIENT_GCCOPTLEVEL"]="GCCOPTLEVEL=\"-O0\""
852 S["C_CLIENT_LDFLAGS"]="EXTRALDFLAGS=\" -L/usr/lib -ltcl8.6 -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5\""
853 S["C_CLIENT_CFLAGS"]="EXTRACFLAGS=\" -DTLSV1_2 -I/usr/include/openssl -g\""
854 S["C_CLIENT_WITH_IPV6"]="touch imap/ip6"
855 S["C_CLIENT_TARGET"]="lsu"
856 S["PTHREAD_CFLAGS"]="-pthread"
857 S["PTHREAD_LIBS"]=""
858 S["PTHREAD_CC"]="gcc -std=gnu99"
859 S["acx_pthread_config"]=""
860 S["alpine_interactive_spellcheck"]="/usr/bin/hunspell"
861 S["ISPELLPROG"]="hunspell"
862 S["alpine_simple_spellcheck"]="/usr/bin/hunspell -l"
863 S["SPELLPROG"]="hunspell"
864 S["PWPROG"]="/usr/bin/passwd"
865 S["NPA_PROG"]=""
866 S["SENDMAIL"]="/usr/sbin/sendmail"
867 S["ALPINE_HOSTSTAMP"]="jctgjb2"
868 S["ALPINE_DATESTAMP"]="Mon Dec 4 16:02:35 MST 2017"
869 S["POSUB"]="po"
870 S["LTLIBINTL"]=""
871 S["LIBINTL"]=""
872 S["INTLLIBS"]=""
873 S["LTLIBICONV"]="-liconv"
874 S["LIBICONV"]="-liconv"
875 S["INTL_MACOSX_LIBS"]=""
876 S["MSGMERGE"]="/usr/bin/msgmerge"
877 S["XGETTEXT_015"]="/usr/bin/xgettext"
878 S["XGETTEXT"]="/usr/bin/xgettext"
879 S["GMSGFMT_015"]="/usr/bin/msgfmt"
880 S["MSGFMT_015"]="/usr/bin/msgfmt"
881 S["GMSGFMT"]="/usr/bin/msgfmt"
882 S["MSGFMT"]="/usr/bin/msgfmt"
883 S["USE_NLS"]="yes"
884 S["MAKE"]="/usr/bin/make"
885 S["LS"]="/usr/bin/ls"
886 S["LN"]="/usr/bin/ln"
887 S["CP"]="/usr/bin/cp"
888 S["RM"]="/usr/bin/rm"
889 S["LIBTOOL_DEPS"]="./ltmain.sh"
890 S["OTOOL64"]=""
891 S["OTOOL"]=""
892 S["LIPO"]=""
893 S["NMEDIT"]=""
894 S["DSYMUTIL"]=""
895 S["MANIFEST_TOOL"]=":"
896 S["RANLIB"]="ranlib"
897 S["ac_ct_AR"]="ar"
898 S["AR"]="/usr/bin/ar"
899 S["DLLTOOL"]="false"
900 S["OBJDUMP"]="objdump"
901 S["NM"]="/usr/bin/nm -B"
902 S["ac_ct_DUMPBIN"]=""
903 S["DUMPBIN"]=""
904 S["LD"]="/usr/x86_64-suse-linux/bin/ld -m elf_x86_64"
905 S["FGREP"]="/usr/bin/grep -F"
906 S["EGREP"]="/usr/bin/grep -E"
907 S["GREP"]="/usr/bin/grep"
908 S["SED"]="/usr/bin/sed"
909 S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
910 S["LN_S"]="ln -s"
911 S["LDFLAGS_FOR_BUILD"]=""
912 S["CPPFLAGS_FOR_BUILD"]=""
913 S["CFLAGS_FOR_BUILD"]="-g -O2"
914 S["BUILD_OBJEXT"]=""
915 S["BUILD_EXEEXT"]=""
916 S["CPP_FOR_BUILD"]="gcc -E"
917 S["ac_ct_CC_FOR_BUILD"]="gcc"
918 S["CC_FOR_BUILD"]="gcc"
919 S["CPP"]="gcc -E"
920 S["am__fastdepCC_FALSE"]="#"
921 S["am__fastdepCC_TRUE"]=""
922 S["CCDEPMODE"]="depmode=gcc3"
923 S["am__nodep"]="_no"
924 S["AMDEPBACKSLASH"]="\\"
925 S["AMDEP_FALSE"]="#"
926 S["AMDEP_TRUE"]=""
927 S["am__quote"]=""
928 S["am__include"]="include"
929 S["DEPDIR"]=".deps"
930 S["OBJEXT"]="o"
931 S["EXEEXT"]=""
932 S["ac_ct_CC"]="gcc"
933 S["CPPFLAGS"]="-I/usr/include/openssl "
934 S["LDFLAGS"]="-L/usr/lib "
935 S["CFLAGS"]="-g"
936 S["CC"]="gcc -std=gnu99"
937 S["host_os"]="linux-gnu"
938 S["host_vendor"]="suse"
939 S["host_cpu"]="x86_64"
940 S["host"]="x86_64-suse-linux-gnu"
941 S["build_os"]="linux-gnu"
942 S["build_vendor"]="suse"
943 S["build_cpu"]="x86_64"
944 S["build"]="x86_64-suse-linux-gnu"
945 S["MAINT"]="#"
946 S["MAINTAINER_MODE_FALSE"]=""
947 S["MAINTAINER_MODE_TRUE"]="#"
948 S["AM_BACKSLASH"]="\\"
949 S["AM_DEFAULT_VERBOSITY"]="1"
950 S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)"
951 S["AM_V"]="$(V)"
952 S["am__untar"]="$${TAR-tar} xf -"
953 S["am__tar"]="$${TAR-tar} chof - \"$$tardir\""
954 S["AMTAR"]="$${TAR-tar}"
955 S["am__leading_dot"]="."
956 S["SET_MAKE"]=""
957 S["AWK"]="gawk"
958 S["mkdir_p"]="$(MKDIR_P)"
959 S["MKDIR_P"]="/usr/bin/mkdir -p"
960 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
961 S["STRIP"]="strip"
962 S["install_sh"]="${SHELL} /run/media/chappa/Work/alpine/alpinegit/install-sh"
963 S["MAKEINFO"]="${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing makeinfo"
964 S["AUTOHEADER"]="${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing autoheader"
965 S["AUTOMAKE"]="${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing automake-1.13"
966 S["AUTOCONF"]="${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing autoconf"
967 S["ACLOCAL"]="${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing aclocal-1.13"
968 S["VERSION"]="2.21.9"
969 S["PACKAGE"]="alpine"
970 S["CYGPATH_W"]="echo"
971 S["am__isrc"]=""
972 S["INSTALL_DATA"]="${INSTALL} -m 644"
973 S["INSTALL_SCRIPT"]="${INSTALL}"
974 S["INSTALL_PROGRAM"]="${INSTALL}"
975 S["target_alias"]=""
976 S["host_alias"]=""
977 S["build_alias"]=""
978 S["LIBS"]=" -ltcl8.6 -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5"
979 S["ECHO_T"]=""
980 S["ECHO_N"]="-n"
981 S["ECHO_C"]=""
982 S["DEFS"]="-DHAVE_CONFIG_H"
983 S["mandir"]="${datarootdir}/man"
984 S["localedir"]="${datadir}/locale"
985 S["libdir"]="${exec_prefix}/lib64"
986 S["psdir"]="${docdir}"
987 S["pdfdir"]="${docdir}"
988 S["dvidir"]="${docdir}"
989 S["htmldir"]="${docdir}"
990 S["infodir"]="${datarootdir}/info"
991 S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
992 S["oldincludedir"]="/usr/include"
993 S["includedir"]="${prefix}/include"
994 S["localstatedir"]="${prefix}/var"
995 S["sharedstatedir"]="${prefix}/com"
996 S["sysconfdir"]="${prefix}/etc"
997 S["datadir"]="${datarootdir}"
998 S["datarootdir"]="${prefix}/share"
999 S["libexecdir"]="${exec_prefix}/lib"
1000 S["sbindir"]="${exec_prefix}/sbin"
1001 S["bindir"]="${exec_prefix}/bin"
1002 S["program_transform_name"]="s,x,x,"
1003 S["prefix"]="/usr/local"
1004 S["exec_prefix"]="${prefix}"
1005 S["PACKAGE_URL"]=""
1006 S["PACKAGE_BUGREPORT"]="chappa@washington.edu"
1007 S["PACKAGE_STRING"]="alpine 2.21.9"
1008 S["PACKAGE_VERSION"]="2.21.9"
1009 S["PACKAGE_TARNAME"]="alpine"
1010 S["PACKAGE_NAME"]="alpine"
1011 S["PATH_SEPARATOR"]=":"
1012 S["SHELL"]="/bin/sh"
1013 _ACAWK
1014 cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
1015 for (key in S) S_is_set[key] = 1
1016 FS = "\a"
1020 line = $ 0
1021 nfields = split(line, field, "@")
1022 substed = 0
1023 len = length(field[1])
1024 for (i = 2; i < nfields; i++) {
1025 key = field[i]
1026 keylen = length(key)
1027 if (S_is_set[key]) {
1028 value = S[key]
1029 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
1030 len += length(value) + length(field[++i])
1031 substed = 1
1032 } else
1033 len += 1 + keylen
1036 print line
1039 _ACAWK
1040 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
1041 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
1042 else
1044 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
1045 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
1046 fi # test -n "$CONFIG_FILES"
1048 # Set up the scripts for CONFIG_HEADERS section.
1049 # No need to generate them if there are no CONFIG_HEADERS.
1050 # This happens for instance with `./config.status Makefile'.
1051 if test -n "$CONFIG_HEADERS"; then
1052 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
1053 BEGIN {
1054 D["PACKAGE_NAME"]=" \"alpine\""
1055 D["PACKAGE_TARNAME"]=" \"alpine\""
1056 D["PACKAGE_VERSION"]=" \"2.21.9\""
1057 D["PACKAGE_STRING"]=" \"alpine 2.21.9\""
1058 D["PACKAGE_BUGREPORT"]=" \"chappa@washington.edu\""
1059 D["PACKAGE_URL"]=" \"\""
1060 D["PACKAGE"]=" \"alpine\""
1061 D["VERSION"]=" \"2.21.9\""
1062 D["STDC_HEADERS"]=" 1"
1063 D["HAVE_SYS_TYPES_H"]=" 1"
1064 D["HAVE_SYS_STAT_H"]=" 1"
1065 D["HAVE_STDLIB_H"]=" 1"
1066 D["HAVE_STRING_H"]=" 1"
1067 D["HAVE_MEMORY_H"]=" 1"
1068 D["HAVE_STRINGS_H"]=" 1"
1069 D["HAVE_INTTYPES_H"]=" 1"
1070 D["HAVE_STDINT_H"]=" 1"
1071 D["HAVE_UNISTD_H"]=" 1"
1072 D["HAVE_DLFCN_H"]=" 1"
1073 D["LT_OBJDIR"]=" \".libs/\""
1074 D["ENABLE_NLS"]=" 1"
1075 D["HAVE_GETTEXT"]=" 1"
1076 D["HAVE_DCGETTEXT"]=" 1"
1077 D["PSEFCMD"]=" \"/bin/ps auxww\""
1078 D["DEBUG"]=" 1"
1079 D["DEBUGJOURNAL"]=" 1"
1080 D["MOUSE"]=" /**/"
1081 D["BACKGROUND_POST"]=" /**/"
1082 D["KEYBOARD_LOCK"]=" /**/"
1083 D["SENDMAIL"]=" \"/usr/sbin/sendmail\""
1084 D["SENDMAILFLAGS"]=" \"-bs -odb -oem\""
1085 D["PASSWD_PROG"]=" \"/usr/bin/passwd\""
1086 D["DF_VAR_SPELLER"]=" \"/usr/bin/hunspell\""
1087 D["SPELLER"]=" \"/usr/bin/hunspell -l\""
1088 D["SYSTEM_PINERC"]=" \"/usr/local/lib/pine.conf\""
1089 D["SYSTEM_PINERC_FIXED"]=" \"/usr/local/lib/pine.conf.fixed\""
1090 D["SYSTEM_PINE_INFO_PATH"]=" \"/usr/local/lib/pine.info\""
1091 D["DF_MAILCHECK"]=" \"150\""
1092 D["CHECK_POINT_TIME"]=" 420"
1093 D["CHECK_POINT_FREQ"]=" 12"
1094 D["DEFAULT_LINES_ON_TERMINAL"]=" 24"
1095 D["DEFAULT_COLUMNS_ON_TERMINAL"]=" 80"
1096 D["MAX_SCREEN_ROWS"]=" 200"
1097 D["MAX_SCREEN_COLS"]=" 500"
1098 D["DF_FILLCOL"]=" \"74\""
1099 D["MAX_FILLCOL"]=" 80"
1100 D["DEFAULT_DEBUG"]=" 2"
1101 D["NUMDEBUGFILES"]=" 4"
1102 D["DEBUGFILE"]=" \".pine-debug\""
1103 D["FORWARDED_FLAG"]=" \"$Forwarded\""
1104 D["DF_OVERLAP"]=" \"2\""
1105 D["DF_MARGIN"]=" \"0\""
1106 D["DF_DEFAULT_FCC"]=" \"sent-mail\""
1107 D["DEFAULT_SAVE"]=" \"saved-messages\""
1108 D["POSTPONED_MAIL"]=" \"postponed-mail\""
1109 D["POSTPONED_MSGS"]=" \"postponed-msgs\""
1110 D["TRASH_FOLDER"]=" \"Trash\""
1111 D["INTERRUPTED_MAIL"]=" \".pine-interrupted-mail\""
1112 D["DEADLETTER"]=" \"dead.letter\""
1113 D["DF_MAIL_DIRECTORY"]=" \"mail\""
1114 D["INBOX_NAME"]=" \"INBOX\""
1115 D["DF_SIGNATURE_FILE"]=" \".signature\""
1116 D["DF_ELM_STYLE_SAVE"]=" \"no\""
1117 D["DF_HEADER_IN_REPLY"]=" \"no\""
1118 D["DF_OLD_STYLE_REPLY"]=" \"no\""
1119 D["DF_USE_ONLY_DOMAIN_NAME"]=" \"no\""
1120 D["DF_SAVE_BY_SENDER"]=" \"no\""
1121 D["DF_SORT_KEY"]=" \"arrival\""
1122 D["DF_AB_SORT_RULE"]=" \"fullname-with-lists-last\""
1123 D["DF_FLD_SORT_RULE"]=" \"alphabetical\""
1124 D["DF_SAVED_MSG_NAME_RULE"]=" \"default-folder\""
1125 D["DF_FCC_RULE"]=" \"default-fcc\""
1126 D["DF_STANDARD_PRINTER"]=" \"lpr\""
1127 D["ANSI_PRINTER"]=" \"attached-to-ansi\""
1128 D["DF_ADDRESSBOOK"]=" \".addressbook\""
1129 D["DF_LOCAL_FULLNAME"]=" \"Local Support\""
1130 D["DF_LOCAL_ADDRESS"]=" \"postmaster\""
1131 D["DF_KBLOCK_PASSWD_COUNT"]=" \"1\""
1132 D["DF_REMOTE_ABOOK_HISTORY"]=" \"3\""
1133 D["DF_PUBLICCERT_DIR"]=" \".alpine-smime/public\""
1134 D["DF_PRIVATEKEY_DIR"]=" \".alpine-smime/private\""
1135 D["DF_CACERT_DIR"]=" \".alpine-smime/ca\""
1136 D["DF_DEFAULT_PRINTER"]=" ANSI_PRINTER"
1137 D["DF_PUBLIC_CONTAINER"]=" \"PublicContainer\""
1138 D["DF_PRIVATE_CONTAINER"]=" \"PrivateContainer\""
1139 D["DF_CA_CONTAINER"]=" \"CAContainer\""
1140 D["PASSFILE"]=" \"ALPINE.PWD\""
1141 D["HAS_TERMINFO"]=" 1"
1142 D["SSL_SUPPORTS_TLSV1_2"]=" 1"
1143 D["ENABLE_LDAP"]=" /**/"
1144 D["HAVE_REGEX_H"]=" 1"
1145 D["HAVE_PTHREAD"]=" 1"
1146 D["HAVE_NANOSLEEP"]=" 1"
1147 D["STDC_HEADERS"]=" 1"
1148 D["HAVE_DIRENT_H"]=" 1"
1149 D["HAVE_SYS_WAIT_H"]=" 1"
1150 D["TIME_WITH_SYS_TIME"]=" 1"
1151 D["GWINSZ_IN_SYS_IOCTL"]=" 1"
1152 D["HAVE_UNISTD_H"]=" 1"
1153 D["HAVE_ERRNO_H"]=" 1"
1154 D["HAVE_CTYPE_H"]=" 1"
1155 D["HAVE_FCNTL_H"]=" 1"
1156 D["HAVE_SIGNAL_H"]=" 1"
1157 D["HAVE_SETJMP_H"]=" 1"
1158 D["HAVE_MEMORY_H"]=" 1"
1159 D["HAVE_SYS_IOCTL_H"]=" 1"
1160 D["HAVE_SYS_PARAM_H"]=" 1"
1161 D["HAVE_SYS_SOCKET_H"]=" 1"
1162 D["HAVE_SYS_UIO_H"]=" 1"
1163 D["HAVE_SYS_UN_H"]=" 1"
1164 D["HAVE_LIMITS_H"]=" 1"
1165 D["HAVE_WCHAR_H"]=" 1"
1166 D["HAVE_SYS_POLL_H"]=" 1"
1167 D["HAVE_STROPTS_H"]=" 1"
1168 D["HAVE_NETDB_H"]=" 1"
1169 D["HAVE_SYSLOG_H"]=" 1"
1170 D["HAVE_SYS_SYSLOG_H"]=" 1"
1171 D["HAVE_LOCALE_H"]=" 1"
1172 D["HAVE_LANGINFO_H"]=" 1"
1173 D["HAVE_UTIME_H"]=" 1"
1174 D["HAVE_PTHREAD_H"]=" 1"
1175 D["HAVE_PWD_H"]=" 1"
1176 D["HAVE_ASSERT_H"]=" 1"
1177 D["HAS_TERMIOS"]=" 1"
1178 D["RETSIGTYPE"]=" void"
1179 D["HAVE_UNION_WAIT"]=" 1"
1180 D["HAVE_STDINT_H"]=" 1"
1181 D["UINT16"]=" uint16_t"
1182 D["HAVE_STDINT_H"]=" 1"
1183 D["UINT32"]=" uint32_t"
1184 D["qsort_t"]=" void"
1185 D["HAVE_SYS_SELECT_H"]=" 1"
1186 D["HAVE_SYS_SOCKET_H"]=" 1"
1187 D["SELECT_TYPE_ARG1"]=" int"
1188 D["SELECT_TYPE_ARG234"]=" (fd_set *)"
1189 D["SELECT_TYPE_ARG5"]=" (struct timeval *)"
1190 D["HAVE_STRCOLL"]=" 1"
1191 D["HAVE_FORK"]=" 1"
1192 D["HAVE_VFORK"]=" 1"
1193 D["HAVE_WORKING_VFORK"]=" 1"
1194 D["HAVE_WORKING_FORK"]=" 1"
1195 D["HAVE_STRCHR"]=" 1"
1196 D["HAVE_MEMCPY"]=" 1"
1197 D["HAVE_STRTOL"]=" 1"
1198 D["HAVE_STRTOUL"]=" 1"
1199 D["HAVE_SELECT"]=" 1"
1200 D["HAVE_POLL"]=" 1"
1201 D["HAVE_QSORT"]=" 1"
1202 D["HAVE_GETUID"]=" 1"
1203 D["HAVE_GETPWUID"]=" 1"
1204 D["HAVE_GETPWNAM"]=" 1"
1205 D["HAVE_GETTIMEOFDAY"]=" 1"
1206 D["HAVE_TMPFILE"]=" 1"
1207 D["HAVE_UNAME"]=" 1"
1208 D["HAVE_RENAME"]=" 1"
1209 D["HAVE_READ"]=" 1"
1210 D["HAVE_SIGNAL"]=" 1"
1211 D["HAVE_SETJMP"]=" 1"
1212 D["HAVE_CHOWN"]=" 1"
1213 D["HAVE_WAIT4"]=" 1"
1214 D["HAVE_WAITPID"]=" 1"
1215 D["HAVE_WAIT"]=" 1"
1216 D["HAVE_SRANDOM"]=" 1"
1217 D["HAVE_POPEN"]=" 1"
1218 D["HAVE_PCLOSE"]=" 1"
1219 D["HAVE_FSYNC"]=" 1"
1220 D["HAVE_TRUNCATE"]=" 1"
1221 D["HAVE_LISTEN"]=" 1"
1222 D["HAVE_WCWIDTH"]=" 1"
1223 D["HAVE_MBSTOWCS"]=" 1"
1224 D["HAVE_WCRTOMB"]=" 1"
1225 D["HAVE_PUTENV"]=" 1"
1226 D["HAVE_SETENV"]=" 1"
1227 D["HAVE_SIGACTION"]=" 1"
1228 D["POSIX_SIGNALS"]=" /**/"
1229 D["HAVE_SIGEMPTYSET"]=" 1"
1230 D["POSIX_SIGNALS"]=" /**/"
1231 D["HAVE_SIGADDSET"]=" 1"
1232 D["POSIX_SIGNALS"]=" /**/"
1233 D["HAVE_SIGPROCMASK"]=" 1"
1234 D["POSIX_SIGNALS"]=" /**/"
1235 D["HAVE_SYSLOG"]=" 1"
1236 D["SYSTYPE"]=" \"LSU\""
1237 D["C_FILESEP"]=" '/'"
1238 D["S_FILESEP"]=" \"/\""
1239 D["MAILDIR"]=" \"/var/spool/mail\""
1240 D["MODE_READONLY"]=" (0600)"
1241 D["SMIME"]=" /**/"
1242 D["SMIME_SSLCERTS"]=" \"/etc/ssl/certs\""
1243 for (key in D) D_is_set[key] = 1
1244 FS = "\a"
1246 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1247 line = $ 0
1248 split(line, arg, " ")
1249 if (arg[1] == "#") {
1250 defundef = arg[2]
1251 mac1 = arg[3]
1252 } else {
1253 defundef = substr(arg[1], 2)
1254 mac1 = arg[2]
1256 split(mac1, mac2, "(") #)
1257 macro = mac2[1]
1258 prefix = substr(line, 1, index(line, defundef) - 1)
1259 if (D_is_set[macro]) {
1260 # Preserve the white space surrounding the "#".
1261 print prefix "define", macro P[macro] D[macro]
1262 next
1263 } else {
1264 # Replace #undef with comments. This is necessary, for example,
1265 # in the case of _POSIX_SOURCE, which is predefined and required
1266 # on some systems where configure will not decide to define it.
1267 if (defundef == "undef") {
1268 print "/*", prefix defundef, macro, "*/"
1269 next
1273 { print }
1274 _ACAWK
1275 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1276 fi # test -n "$CONFIG_HEADERS"
1279 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
1280 shift
1281 for ac_tag
1283 case $ac_tag in
1284 :[FHLC]) ac_mode=$ac_tag; continue;;
1285 esac
1286 case $ac_mode$ac_tag in
1287 :[FHL]*:*);;
1288 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1289 :[FH]-) ac_tag=-:-;;
1290 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1291 esac
1292 ac_save_IFS=$IFS
1293 IFS=:
1294 set x $ac_tag
1295 IFS=$ac_save_IFS
1296 shift
1297 ac_file=$1
1298 shift
1300 case $ac_mode in
1301 :L) ac_source=$1;;
1302 :[FH])
1303 ac_file_inputs=
1304 for ac_f
1306 case $ac_f in
1307 -) ac_f="$ac_tmp/stdin";;
1308 *) # Look for the file first in the build tree, then in the source tree
1309 # (if the path is not absolute). The absolute path cannot be DOS-style,
1310 # because $ac_f cannot contain `:'.
1311 test -f "$ac_f" ||
1312 case $ac_f in
1313 [\\/$]*) false;;
1314 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1315 esac ||
1316 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1317 esac
1318 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1319 as_fn_append ac_file_inputs " '$ac_f'"
1320 done
1322 # Let's still pretend it is `configure' which instantiates (i.e., don't
1323 # use $as_me), people would be surprised to read:
1324 # /* config.h. Generated by config.status. */
1325 configure_input='Generated from '`
1326 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1327 `' by configure.'
1328 if test x"$ac_file" != x-; then
1329 configure_input="$ac_file. $configure_input"
1330 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1331 $as_echo "$as_me: creating $ac_file" >&6;}
1333 # Neutralize special characters interpreted by sed in replacement strings.
1334 case $configure_input in #(
1335 *\&* | *\|* | *\\* )
1336 ac_sed_conf_input=`$as_echo "$configure_input" |
1337 sed 's/[\\\\&|]/\\\\&/g'`;; #(
1338 *) ac_sed_conf_input=$configure_input;;
1339 esac
1341 case $ac_tag in
1342 *:-:* | *:-) cat >"$ac_tmp/stdin" \
1343 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1344 esac
1346 esac
1348 ac_dir=`$as_dirname -- "$ac_file" ||
1349 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1350 X"$ac_file" : 'X\(//\)[^/]' \| \
1351 X"$ac_file" : 'X\(//\)$' \| \
1352 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1353 $as_echo X"$ac_file" |
1354 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1355 s//\1/
1358 /^X\(\/\/\)[^/].*/{
1359 s//\1/
1362 /^X\(\/\/\)$/{
1363 s//\1/
1366 /^X\(\/\).*/{
1367 s//\1/
1370 s/.*/./; q'`
1371 as_dir="$ac_dir"; as_fn_mkdir_p
1372 ac_builddir=.
1374 case "$ac_dir" in
1375 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1377 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1378 # A ".." for each directory in $ac_dir_suffix.
1379 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1380 case $ac_top_builddir_sub in
1381 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1382 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1383 esac ;;
1384 esac
1385 ac_abs_top_builddir=$ac_pwd
1386 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1387 # for backward compatibility:
1388 ac_top_builddir=$ac_top_build_prefix
1390 case $srcdir in
1391 .) # We are building in place.
1392 ac_srcdir=.
1393 ac_top_srcdir=$ac_top_builddir_sub
1394 ac_abs_top_srcdir=$ac_pwd ;;
1395 [\\/]* | ?:[\\/]* ) # Absolute name.
1396 ac_srcdir=$srcdir$ac_dir_suffix;
1397 ac_top_srcdir=$srcdir
1398 ac_abs_top_srcdir=$srcdir ;;
1399 *) # Relative name.
1400 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1401 ac_top_srcdir=$ac_top_build_prefix$srcdir
1402 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1403 esac
1404 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1407 case $ac_mode in
1410 # CONFIG_FILE
1413 case $INSTALL in
1414 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1415 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1416 esac
1417 ac_MKDIR_P=$MKDIR_P
1418 case $MKDIR_P in
1419 [\\/$]* | ?:[\\/]* ) ;;
1420 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1421 esac
1422 # If the template does not know about datarootdir, expand it.
1423 # FIXME: This hack should be removed a few years after 2.60.
1424 ac_datarootdir_hack=; ac_datarootdir_seen=
1425 ac_sed_dataroot='
1426 /datarootdir/ {
1430 /@datadir@/p
1431 /@docdir@/p
1432 /@infodir@/p
1433 /@localedir@/p
1434 /@mandir@/p'
1435 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1436 *datarootdir*) ac_datarootdir_seen=yes;;
1437 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1438 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1439 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1440 ac_datarootdir_hack='
1441 s&@datadir@&${datarootdir}&g
1442 s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1443 s&@infodir@&${datarootdir}/info&g
1444 s&@localedir@&${datadir}/locale&g
1445 s&@mandir@&${datarootdir}/man&g
1446 s&\${datarootdir}&${prefix}/share&g' ;;
1447 esac
1448 ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{
1450 s///
1451 s/^/:/
1452 s/[ ]*$/:/
1453 s/:\$(srcdir):/:/g
1454 s/:\${srcdir}:/:/g
1455 s/:@srcdir@:/:/g
1456 s/^:*//
1457 s/:*$//
1459 s/\(=[ ]*\).*/\1/
1461 s/\n//
1462 s/^[^=]*=[ ]*$//
1466 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1467 s|@configure_input@|$ac_sed_conf_input|;t t
1468 s&@top_builddir@&$ac_top_builddir_sub&;t t
1469 s&@top_build_prefix@&$ac_top_build_prefix&;t t
1470 s&@srcdir@&$ac_srcdir&;t t
1471 s&@abs_srcdir@&$ac_abs_srcdir&;t t
1472 s&@top_srcdir@&$ac_top_srcdir&;t t
1473 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1474 s&@builddir@&$ac_builddir&;t t
1475 s&@abs_builddir@&$ac_abs_builddir&;t t
1476 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1477 s&@INSTALL@&$ac_INSTALL&;t t
1478 s&@MKDIR_P@&$ac_MKDIR_P&;t t
1479 $ac_datarootdir_hack
1481 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
1482 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1484 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1485 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1486 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
1487 "$ac_tmp/out"`; test -z "$ac_out"; } &&
1488 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1489 which seems to be undefined. Please make sure it is defined" >&5
1490 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1491 which seems to be undefined. Please make sure it is defined" >&2;}
1493 rm -f "$ac_tmp/stdin"
1494 case $ac_file in
1495 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1496 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1497 esac \
1498 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1502 # CONFIG_HEADER
1504 if test x"$ac_file" != x-; then
1506 $as_echo "/* $configure_input */" \
1507 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1508 } >"$ac_tmp/config.h" \
1509 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1510 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1511 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1512 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1513 else
1514 rm -f "$ac_file"
1515 mv "$ac_tmp/config.h" "$ac_file" \
1516 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1518 else
1519 $as_echo "/* $configure_input */" \
1520 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1521 || as_fn_error $? "could not create -" "$LINENO" 5
1523 # Compute "$ac_file"'s index in $config_headers.
1524 _am_arg="$ac_file"
1525 _am_stamp_count=1
1526 for _am_header in $config_headers :; do
1527 case $_am_header in
1528 $_am_arg | $_am_arg:* )
1529 break ;;
1531 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1532 esac
1533 done
1534 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1535 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1536 X"$_am_arg" : 'X\(//\)[^/]' \| \
1537 X"$_am_arg" : 'X\(//\)$' \| \
1538 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1539 $as_echo X"$_am_arg" |
1540 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1541 s//\1/
1544 /^X\(\/\/\)[^/].*/{
1545 s//\1/
1548 /^X\(\/\/\)$/{
1549 s//\1/
1552 /^X\(\/\).*/{
1553 s//\1/
1556 s/.*/./; q'`/stamp-h$_am_stamp_count
1559 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1560 $as_echo "$as_me: executing $ac_file commands" >&6;}
1562 esac
1565 case $ac_file$ac_mode in
1566 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1567 # Older Autoconf quotes --file arguments for eval, but not when files
1568 # are listed without --file. Let's play safe and only enable the eval
1569 # if we detect the quoting.
1570 case $CONFIG_FILES in
1571 *\'*) eval set x "$CONFIG_FILES" ;;
1572 *) set x $CONFIG_FILES ;;
1573 esac
1574 shift
1575 for mf
1577 # Strip MF so we end up with the name of the file.
1578 mf=`echo "$mf" | sed -e 's/:.*$//'`
1579 # Check whether this is an Automake generated Makefile or not.
1580 # We used to match only the files named 'Makefile.in', but
1581 # some people rename them; so instead we look at the file content.
1582 # Grep'ing the first line is not enough: some people post-process
1583 # each Makefile.in and add a new line on top of each file to say so.
1584 # Grep'ing the whole file is not good either: AIX grep has a line
1585 # limit of 2048, but all sed's we know have understand at least 4000.
1586 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1587 dirpart=`$as_dirname -- "$mf" ||
1588 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1589 X"$mf" : 'X\(//\)[^/]' \| \
1590 X"$mf" : 'X\(//\)$' \| \
1591 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1592 $as_echo X"$mf" |
1593 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1594 s//\1/
1597 /^X\(\/\/\)[^/].*/{
1598 s//\1/
1601 /^X\(\/\/\)$/{
1602 s//\1/
1605 /^X\(\/\).*/{
1606 s//\1/
1609 s/.*/./; q'`
1610 else
1611 continue
1613 # Extract the definition of DEPDIR, am__include, and am__quote
1614 # from the Makefile without running 'make'.
1615 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1616 test -z "$DEPDIR" && continue
1617 am__include=`sed -n 's/^am__include = //p' < "$mf"`
1618 test -z "$am__include" && continue
1619 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1620 # Find all dependency output files, they are included files with
1621 # $(DEPDIR) in their names. We invoke sed twice because it is the
1622 # simplest approach to changing $(DEPDIR) to its actual value in the
1623 # expansion.
1624 for file in `sed -n "
1625 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1626 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
1627 # Make sure the directory exists.
1628 test -f "$dirpart/$file" && continue
1629 fdir=`$as_dirname -- "$file" ||
1630 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1631 X"$file" : 'X\(//\)[^/]' \| \
1632 X"$file" : 'X\(//\)$' \| \
1633 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1634 $as_echo X"$file" |
1635 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1636 s//\1/
1639 /^X\(\/\/\)[^/].*/{
1640 s//\1/
1643 /^X\(\/\/\)$/{
1644 s//\1/
1647 /^X\(\/\).*/{
1648 s//\1/
1651 s/.*/./; q'`
1652 as_dir=$dirpart/$fdir; as_fn_mkdir_p
1653 # echo "creating $dirpart/$file"
1654 echo '# dummy' > "$dirpart/$file"
1655 done
1656 done
1659 "libtool":C)
1661 # See if we are running on zsh, and set the options which allow our
1662 # commands through without removal of \ escapes.
1663 if test -n "${ZSH_VERSION+set}" ; then
1664 setopt NO_GLOB_SUBST
1667 cfgfile="${ofile}T"
1668 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1669 $RM "$cfgfile"
1671 cat <<_LT_EOF >> "$cfgfile"
1672 #! $SHELL
1674 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1675 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1676 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1677 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
1679 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1680 # 2006, 2007, 2008, 2009, 2010, 2011 Free Software
1681 # Foundation, Inc.
1682 # Written by Gordon Matzigkeit, 1996
1684 # This file is part of GNU Libtool.
1686 # GNU Libtool is free software; you can redistribute it and/or
1687 # modify it under the terms of the GNU General Public License as
1688 # published by the Free Software Foundation; either version 2 of
1689 # the License, or (at your option) any later version.
1691 # As a special exception to the GNU General Public License,
1692 # if you distribute this file as part of a program or library that
1693 # is built using GNU Libtool, you may include this file under the
1694 # same distribution terms that you use for the rest of that program.
1696 # GNU Libtool is distributed in the hope that it will be useful,
1697 # but WITHOUT ANY WARRANTY; without even the implied warranty of
1698 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1699 # GNU General Public License for more details.
1701 # You should have received a copy of the GNU General Public License
1702 # along with GNU Libtool; see the file COPYING. If not, a copy
1703 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1704 # obtained by writing to the Free Software Foundation, Inc.,
1705 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1708 # The names of the tagged configurations supported by this script.
1709 available_tags=""
1711 # ### BEGIN LIBTOOL CONFIG
1713 # Which release of libtool.m4 was used?
1714 macro_version=$macro_version
1715 macro_revision=$macro_revision
1717 # Whether or not to build shared libraries.
1718 build_libtool_libs=$enable_shared
1720 # Whether or not to build static libraries.
1721 build_old_libs=$enable_static
1723 # What type of objects to build.
1724 pic_mode=$pic_mode
1726 # Whether or not to optimize for fast installation.
1727 fast_install=$enable_fast_install
1729 # Shell to use when invoking shell scripts.
1730 SHELL=$lt_SHELL
1732 # An echo program that protects backslashes.
1733 ECHO=$lt_ECHO
1735 # The PATH separator for the build system.
1736 PATH_SEPARATOR=$lt_PATH_SEPARATOR
1738 # The host system.
1739 host_alias=$host_alias
1740 host=$host
1741 host_os=$host_os
1743 # The build system.
1744 build_alias=$build_alias
1745 build=$build
1746 build_os=$build_os
1748 # A sed program that does not truncate output.
1749 SED=$lt_SED
1751 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
1752 Xsed="\$SED -e 1s/^X//"
1754 # A grep program that handles long lines.
1755 GREP=$lt_GREP
1757 # An ERE matcher.
1758 EGREP=$lt_EGREP
1760 # A literal string matcher.
1761 FGREP=$lt_FGREP
1763 # A BSD- or MS-compatible name lister.
1764 NM=$lt_NM
1766 # Whether we need soft or hard links.
1767 LN_S=$lt_LN_S
1769 # What is the maximum length of a command?
1770 max_cmd_len=$max_cmd_len
1772 # Object file suffix (normally "o").
1773 objext=$ac_objext
1775 # Executable file suffix (normally "").
1776 exeext=$exeext
1778 # whether the shell understands "unset".
1779 lt_unset=$lt_unset
1781 # turn spaces into newlines.
1782 SP2NL=$lt_lt_SP2NL
1784 # turn newlines into spaces.
1785 NL2SP=$lt_lt_NL2SP
1787 # convert \$build file names to \$host format.
1788 to_host_file_cmd=$lt_cv_to_host_file_cmd
1790 # convert \$build files to toolchain format.
1791 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
1793 # An object symbol dumper.
1794 OBJDUMP=$lt_OBJDUMP
1796 # Method to check whether dependent libraries are shared objects.
1797 deplibs_check_method=$lt_deplibs_check_method
1799 # Command to use when deplibs_check_method = "file_magic".
1800 file_magic_cmd=$lt_file_magic_cmd
1802 # How to find potential files when deplibs_check_method = "file_magic".
1803 file_magic_glob=$lt_file_magic_glob
1805 # Find potential files using nocaseglob when deplibs_check_method = "file_magic".
1806 want_nocaseglob=$lt_want_nocaseglob
1808 # DLL creation program.
1809 DLLTOOL=$lt_DLLTOOL
1811 # Command to associate shared and link libraries.
1812 sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
1814 # The archiver.
1815 AR=$lt_AR
1817 # Flags to create an archive.
1818 AR_FLAGS=$lt_AR_FLAGS
1820 # How to feed a file listing to the archiver.
1821 archiver_list_spec=$lt_archiver_list_spec
1823 # A symbol stripping program.
1824 STRIP=$lt_STRIP
1826 # Commands used to install an old-style archive.
1827 RANLIB=$lt_RANLIB
1828 old_postinstall_cmds=$lt_old_postinstall_cmds
1829 old_postuninstall_cmds=$lt_old_postuninstall_cmds
1831 # Whether to use a lock for old archive extraction.
1832 lock_old_archive_extraction=$lock_old_archive_extraction
1834 # A C compiler.
1835 LTCC=$lt_CC
1837 # LTCC compiler flags.
1838 LTCFLAGS=$lt_CFLAGS
1840 # Take the output of nm and produce a listing of raw symbols and C names.
1841 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1843 # Transform the output of nm in a proper C declaration.
1844 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1846 # Transform the output of nm in a C name address pair.
1847 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1849 # Transform the output of nm in a C name address pair when lib prefix is needed.
1850 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1852 # Specify filename containing input files for \$NM.
1853 nm_file_list_spec=$lt_nm_file_list_spec
1855 # The root where to search for dependent libraries,and in which our libraries should be installed.
1856 lt_sysroot=$lt_sysroot
1858 # The name of the directory that contains temporary libtool files.
1859 objdir=$objdir
1861 # Used to examine libraries when file_magic_cmd begins with "file".
1862 MAGIC_CMD=$MAGIC_CMD
1864 # Must we lock files when doing compilation?
1865 need_locks=$lt_need_locks
1867 # Manifest tool.
1868 MANIFEST_TOOL=$lt_MANIFEST_TOOL
1870 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1871 DSYMUTIL=$lt_DSYMUTIL
1873 # Tool to change global to local symbols on Mac OS X.
1874 NMEDIT=$lt_NMEDIT
1876 # Tool to manipulate fat objects and archives on Mac OS X.
1877 LIPO=$lt_LIPO
1879 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
1880 OTOOL=$lt_OTOOL
1882 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1883 OTOOL64=$lt_OTOOL64
1885 # Old archive suffix (normally "a").
1886 libext=$libext
1888 # Shared library suffix (normally ".so").
1889 shrext_cmds=$lt_shrext_cmds
1891 # The commands to extract the exported symbol list from a shared archive.
1892 extract_expsyms_cmds=$lt_extract_expsyms_cmds
1894 # Variables whose values should be saved in libtool wrapper scripts and
1895 # restored at link time.
1896 variables_saved_for_relink=$lt_variables_saved_for_relink
1898 # Do we need the "lib" prefix for modules?
1899 need_lib_prefix=$need_lib_prefix
1901 # Do we need a version for libraries?
1902 need_version=$need_version
1904 # Library versioning type.
1905 version_type=$version_type
1907 # Shared library runtime path variable.
1908 runpath_var=$runpath_var
1910 # Shared library path variable.
1911 shlibpath_var=$shlibpath_var
1913 # Is shlibpath searched before the hard-coded library search path?
1914 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1916 # Format of library name prefix.
1917 libname_spec=$lt_libname_spec
1919 # List of archive names. First name is the real one, the rest are links.
1920 # The last name is the one that the linker finds with -lNAME
1921 library_names_spec=$lt_library_names_spec
1923 # The coded name of the library, if different from the real name.
1924 soname_spec=$lt_soname_spec
1926 # Permission mode override for installation of shared libraries.
1927 install_override_mode=$lt_install_override_mode
1929 # Command to use after installation of a shared archive.
1930 postinstall_cmds=$lt_postinstall_cmds
1932 # Command to use after uninstallation of a shared archive.
1933 postuninstall_cmds=$lt_postuninstall_cmds
1935 # Commands used to finish a libtool library installation in a directory.
1936 finish_cmds=$lt_finish_cmds
1938 # As "finish_cmds", except a single script fragment to be evaled but
1939 # not shown.
1940 finish_eval=$lt_finish_eval
1942 # Whether we should hardcode library paths into libraries.
1943 hardcode_into_libs=$hardcode_into_libs
1945 # Compile-time system search path for libraries.
1946 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1948 # Run-time system search path for libraries.
1949 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1951 # Whether dlopen is supported.
1952 dlopen_support=$enable_dlopen
1954 # Whether dlopen of programs is supported.
1955 dlopen_self=$enable_dlopen_self
1957 # Whether dlopen of statically linked programs is supported.
1958 dlopen_self_static=$enable_dlopen_self_static
1960 # Commands to strip libraries.
1961 old_striplib=$lt_old_striplib
1962 striplib=$lt_striplib
1965 # The linker used to build libraries.
1966 LD=$lt_LD
1968 # How to create reloadable object files.
1969 reload_flag=$lt_reload_flag
1970 reload_cmds=$lt_reload_cmds
1972 # Commands used to build an old-style archive.
1973 old_archive_cmds=$lt_old_archive_cmds
1975 # A language specific compiler.
1976 CC=$lt_compiler
1978 # Is the compiler the GNU compiler?
1979 with_gcc=$GCC
1981 # Compiler flag to turn off builtin functions.
1982 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1984 # Additional compiler flags for building library objects.
1985 pic_flag=$lt_lt_prog_compiler_pic
1987 # How to pass a linker flag through the compiler.
1988 wl=$lt_lt_prog_compiler_wl
1990 # Compiler flag to prevent dynamic linking.
1991 link_static_flag=$lt_lt_prog_compiler_static
1993 # Does compiler simultaneously support -c and -o options?
1994 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1996 # Whether or not to add -lc for building shared libraries.
1997 build_libtool_need_lc=$archive_cmds_need_lc
1999 # Whether or not to disallow shared libs when runtime libs are static.
2000 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
2002 # Compiler flag to allow reflexive dlopens.
2003 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
2005 # Compiler flag to generate shared objects directly from archives.
2006 whole_archive_flag_spec=$lt_whole_archive_flag_spec
2008 # Whether the compiler copes with passing no objects directly.
2009 compiler_needs_object=$lt_compiler_needs_object
2011 # Create an old-style archive from a shared archive.
2012 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
2014 # Create a temporary old-style archive to link instead of a shared archive.
2015 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
2017 # Commands used to build a shared archive.
2018 archive_cmds=$lt_archive_cmds
2019 archive_expsym_cmds=$lt_archive_expsym_cmds
2021 # Commands used to build a loadable module if different from building
2022 # a shared archive.
2023 module_cmds=$lt_module_cmds
2024 module_expsym_cmds=$lt_module_expsym_cmds
2026 # Whether we are building with GNU ld or not.
2027 with_gnu_ld=$lt_with_gnu_ld
2029 # Flag that allows shared libraries with undefined symbols to be built.
2030 allow_undefined_flag=$lt_allow_undefined_flag
2032 # Flag that enforces no undefined symbols.
2033 no_undefined_flag=$lt_no_undefined_flag
2035 # Flag to hardcode \$libdir into a binary during linking.
2036 # This must work even if \$libdir does not exist
2037 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
2039 # Whether we need a single "-rpath" flag with a separated argument.
2040 hardcode_libdir_separator=$lt_hardcode_libdir_separator
2042 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2043 # DIR into the resulting binary.
2044 hardcode_direct=$hardcode_direct
2046 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2047 # DIR into the resulting binary and the resulting library dependency is
2048 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2049 # library is relocated.
2050 hardcode_direct_absolute=$hardcode_direct_absolute
2052 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2053 # into the resulting binary.
2054 hardcode_minus_L=$hardcode_minus_L
2056 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2057 # into the resulting binary.
2058 hardcode_shlibpath_var=$hardcode_shlibpath_var
2060 # Set to "yes" if building a shared library automatically hardcodes DIR
2061 # into the library and all subsequent libraries and executables linked
2062 # against it.
2063 hardcode_automatic=$hardcode_automatic
2065 # Set to yes if linker adds runtime paths of dependent libraries
2066 # to runtime path list.
2067 inherit_rpath=$inherit_rpath
2069 # Whether libtool must link a program against all its dependency libraries.
2070 link_all_deplibs=$link_all_deplibs
2072 # Set to "yes" if exported symbols are required.
2073 always_export_symbols=$always_export_symbols
2075 # The commands to list exported symbols.
2076 export_symbols_cmds=$lt_export_symbols_cmds
2078 # Symbols that should not be listed in the preloaded symbols.
2079 exclude_expsyms=$lt_exclude_expsyms
2081 # Symbols that must always be exported.
2082 include_expsyms=$lt_include_expsyms
2084 # Commands necessary for linking programs (against libraries) with templates.
2085 prelink_cmds=$lt_prelink_cmds
2087 # Commands necessary for finishing linking programs.
2088 postlink_cmds=$lt_postlink_cmds
2090 # Specify filename containing input files.
2091 file_list_spec=$lt_file_list_spec
2093 # How to hardcode a shared library path into an executable.
2094 hardcode_action=$hardcode_action
2096 # ### END LIBTOOL CONFIG
2098 _LT_EOF
2100 case $host_os in
2101 aix3*)
2102 cat <<\_LT_EOF >> "$cfgfile"
2103 # AIX sometimes has problems with the GCC collect2 program. For some
2104 # reason, if we set the COLLECT_NAMES environment variable, the problems
2105 # vanish in a puff of smoke.
2106 if test "X${COLLECT_NAMES+set}" != Xset; then
2107 COLLECT_NAMES=
2108 export COLLECT_NAMES
2110 _LT_EOF
2112 esac
2115 ltmain="$ac_aux_dir/ltmain.sh"
2118 # We use sed instead of cat because bash on DJGPP gets confused if
2119 # if finds mixed CR/LF and LF-only lines. Since sed operates in
2120 # text mode, it properly converts lines to CR/LF. This bash problem
2121 # is reportedly fixed, but why not run on old versions too?
2122 sed '$q' "$ltmain" >> "$cfgfile" \
2123 || (rm -f "$cfgfile"; exit 1)
2125 if test x"$xsi_shell" = xyes; then
2126 sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
2127 func_dirname ()\
2129 \ case ${1} in\
2130 \ */*) func_dirname_result="${1%/*}${2}" ;;\
2131 \ * ) func_dirname_result="${3}" ;;\
2132 \ esac\
2133 } # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
2134 && mv -f "$cfgfile.tmp" "$cfgfile" \
2135 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2136 test 0 -eq $? || _lt_function_replace_fail=:
2139 sed -e '/^func_basename ()$/,/^} # func_basename /c\
2140 func_basename ()\
2142 \ func_basename_result="${1##*/}"\
2143 } # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
2144 && mv -f "$cfgfile.tmp" "$cfgfile" \
2145 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2146 test 0 -eq $? || _lt_function_replace_fail=:
2149 sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
2150 func_dirname_and_basename ()\
2152 \ case ${1} in\
2153 \ */*) func_dirname_result="${1%/*}${2}" ;;\
2154 \ * ) func_dirname_result="${3}" ;;\
2155 \ esac\
2156 \ func_basename_result="${1##*/}"\
2157 } # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
2158 && mv -f "$cfgfile.tmp" "$cfgfile" \
2159 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2160 test 0 -eq $? || _lt_function_replace_fail=:
2163 sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
2164 func_stripname ()\
2166 \ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
2167 \ # positional parameters, so assign one to ordinary parameter first.\
2168 \ func_stripname_result=${3}\
2169 \ func_stripname_result=${func_stripname_result#"${1}"}\
2170 \ func_stripname_result=${func_stripname_result%"${2}"}\
2171 } # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
2172 && mv -f "$cfgfile.tmp" "$cfgfile" \
2173 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2174 test 0 -eq $? || _lt_function_replace_fail=:
2177 sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
2178 func_split_long_opt ()\
2180 \ func_split_long_opt_name=${1%%=*}\
2181 \ func_split_long_opt_arg=${1#*=}\
2182 } # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
2183 && mv -f "$cfgfile.tmp" "$cfgfile" \
2184 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2185 test 0 -eq $? || _lt_function_replace_fail=:
2188 sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
2189 func_split_short_opt ()\
2191 \ func_split_short_opt_arg=${1#??}\
2192 \ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
2193 } # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
2194 && mv -f "$cfgfile.tmp" "$cfgfile" \
2195 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2196 test 0 -eq $? || _lt_function_replace_fail=:
2199 sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
2200 func_lo2o ()\
2202 \ case ${1} in\
2203 \ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
2204 \ *) func_lo2o_result=${1} ;;\
2205 \ esac\
2206 } # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
2207 && mv -f "$cfgfile.tmp" "$cfgfile" \
2208 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2209 test 0 -eq $? || _lt_function_replace_fail=:
2212 sed -e '/^func_xform ()$/,/^} # func_xform /c\
2213 func_xform ()\
2215 func_xform_result=${1%.*}.lo\
2216 } # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
2217 && mv -f "$cfgfile.tmp" "$cfgfile" \
2218 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2219 test 0 -eq $? || _lt_function_replace_fail=:
2222 sed -e '/^func_arith ()$/,/^} # func_arith /c\
2223 func_arith ()\
2225 func_arith_result=$(( $* ))\
2226 } # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
2227 && mv -f "$cfgfile.tmp" "$cfgfile" \
2228 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2229 test 0 -eq $? || _lt_function_replace_fail=:
2232 sed -e '/^func_len ()$/,/^} # func_len /c\
2233 func_len ()\
2235 func_len_result=${#1}\
2236 } # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
2237 && mv -f "$cfgfile.tmp" "$cfgfile" \
2238 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2239 test 0 -eq $? || _lt_function_replace_fail=:
2243 if test x"$lt_shell_append" = xyes; then
2244 sed -e '/^func_append ()$/,/^} # func_append /c\
2245 func_append ()\
2247 eval "${1}+=\\${2}"\
2248 } # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
2249 && mv -f "$cfgfile.tmp" "$cfgfile" \
2250 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2251 test 0 -eq $? || _lt_function_replace_fail=:
2254 sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
2255 func_append_quoted ()\
2257 \ func_quote_for_eval "${2}"\
2258 \ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
2259 } # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
2260 && mv -f "$cfgfile.tmp" "$cfgfile" \
2261 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2262 test 0 -eq $? || _lt_function_replace_fail=:
2265 # Save a `func_append' function call where possible by direct use of '+='
2266 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
2267 && mv -f "$cfgfile.tmp" "$cfgfile" \
2268 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2269 test 0 -eq $? || _lt_function_replace_fail=:
2270 else
2271 # Save a `func_append' function call even when '+=' is not available
2272 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
2273 && mv -f "$cfgfile.tmp" "$cfgfile" \
2274 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2275 test 0 -eq $? || _lt_function_replace_fail=:
2278 if test x"$_lt_function_replace_fail" = x":"; then
2279 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
2280 $as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
2284 mv -f "$cfgfile" "$ofile" ||
2285 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2286 chmod +x "$ofile"
2289 "po-directories":C)
2290 for ac_file in $CONFIG_FILES; do
2291 # Support "outfile[:infile[:infile...]]"
2292 case "$ac_file" in
2293 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2294 esac
2295 # PO directories have a Makefile.in generated from Makefile.in.in.
2296 case "$ac_file" in */Makefile.in)
2297 # Adjust a relative srcdir.
2298 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
2299 ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
2300 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
2301 # In autoconf-2.13 it is called $ac_given_srcdir.
2302 # In autoconf-2.50 it is called $srcdir.
2303 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
2304 case "$ac_given_srcdir" in
2305 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
2306 /*) top_srcdir="$ac_given_srcdir" ;;
2307 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
2308 esac
2309 # Treat a directory as a PO directory if and only if it has a
2310 # POTFILES.in file. This allows packages to have multiple PO
2311 # directories under different names or in different locations.
2312 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
2313 rm -f "$ac_dir/POTFILES"
2314 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
2315 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
2316 POMAKEFILEDEPS="POTFILES.in"
2317 # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
2318 # on $ac_dir but don't depend on user-specified configuration
2319 # parameters.
2320 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
2321 # The LINGUAS file contains the set of available languages.
2322 if test -n "$OBSOLETE_ALL_LINGUAS"; then
2323 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
2325 ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
2326 # Hide the ALL_LINGUAS assigment from automake < 1.5.
2327 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
2328 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
2329 else
2330 # The set of available languages was given in configure.in.
2331 # Hide the ALL_LINGUAS assigment from automake < 1.5.
2332 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
2334 # Compute POFILES
2335 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
2336 # Compute UPDATEPOFILES
2337 # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
2338 # Compute DUMMYPOFILES
2339 # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
2340 # Compute GMOFILES
2341 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
2342 case "$ac_given_srcdir" in
2343 .) srcdirpre= ;;
2344 *) srcdirpre='$(srcdir)/' ;;
2345 esac
2346 POFILES=
2347 UPDATEPOFILES=
2348 DUMMYPOFILES=
2349 GMOFILES=
2350 for lang in $ALL_LINGUAS; do
2351 POFILES="$POFILES $srcdirpre$lang.po"
2352 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
2353 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
2354 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
2355 done
2356 # CATALOGS depends on both $ac_dir and the user's LINGUAS
2357 # environment variable.
2358 INST_LINGUAS=
2359 if test -n "$ALL_LINGUAS"; then
2360 for presentlang in $ALL_LINGUAS; do
2361 useit=no
2362 if test "%UNSET%" != "$LINGUAS"; then
2363 desiredlanguages="$LINGUAS"
2364 else
2365 desiredlanguages="$ALL_LINGUAS"
2367 for desiredlang in $desiredlanguages; do
2368 # Use the presentlang catalog if desiredlang is
2369 # a. equal to presentlang, or
2370 # b. a variant of presentlang (because in this case,
2371 # presentlang can be used as a fallback for messages
2372 # which are not translated in the desiredlang catalog).
2373 case "$desiredlang" in
2374 "$presentlang"*) useit=yes;;
2375 esac
2376 done
2377 if test $useit = yes; then
2378 INST_LINGUAS="$INST_LINGUAS $presentlang"
2380 done
2382 CATALOGS=
2383 if test -n "$INST_LINGUAS"; then
2384 for lang in $INST_LINGUAS; do
2385 CATALOGS="$CATALOGS $lang.gmo"
2386 done
2388 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
2389 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"
2390 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
2391 if test -f "$f"; then
2392 case "$f" in
2393 *.orig | *.bak | *~) ;;
2394 *) cat "$f" >> "$ac_dir/Makefile" ;;
2395 esac
2397 done
2400 esac
2401 done ;;
2403 esac
2404 done # for ac_tag
2407 as_fn_exit 0