improve of cmpl.
[bush.git] / config.status
blobe29fbff218371c1cfbb19ab8249847c317b15b13
1 #! /bin/bash
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/bash}
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 bush $as_me 5.1-release, 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=" Makefile builtins/Makefile lib/readline/Makefile lib/glob/Makefile lib/intl/Makefile lib/malloc/Makefile lib/sh/Makefile lib/termcap/Makefile lib/tilde/Makefile doc/umdoc/Makefile support/Makefile po/Makefile.in examples/loadables/Makefile examples/loadables/Makefile.inc examples/loadables/perl/Makefile support/bush.pc support/bushbug.sh"
397 config_headers=" config.h"
398 config_commands=" po-directories default"
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 <bug-bush@gnu.org>."
430 ac_cs_config=""
431 ac_cs_version="\
432 bush config.status 5.1-release
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='/mnt/hgfs/workspace/tmp/srcpkg/bush'
441 srcdir='.'
442 INSTALL='/usr/bin/install -c'
443 MKDIR_P='/bin/mkdir -p'
444 test -n "$AWK" || AWK=awk
445 # The default lists apply if the user does not specify any file.
446 ac_need_defaults=:
447 while test $# != 0
449 case $1 in
450 --*=?*)
451 ac_option=`expr "X$1" : 'X\([^=]*\)='`
452 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
453 ac_shift=:
455 --*=)
456 ac_option=`expr "X$1" : 'X\([^=]*\)='`
457 ac_optarg=
458 ac_shift=:
461 ac_option=$1
462 ac_optarg=$2
463 ac_shift=shift
465 esac
467 case $ac_option in
468 # Handling of the options.
469 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
470 ac_cs_recheck=: ;;
471 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
472 $as_echo "$ac_cs_version"; exit ;;
473 --config | --confi | --conf | --con | --co | --c )
474 $as_echo "$ac_cs_config"; exit ;;
475 --debug | --debu | --deb | --de | --d | -d )
476 debug=: ;;
477 --file | --fil | --fi | --f )
478 $ac_shift
479 case $ac_optarg in
480 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
481 '') as_fn_error $? "missing file argument" ;;
482 esac
483 as_fn_append CONFIG_FILES " '$ac_optarg'"
484 ac_need_defaults=false;;
485 --header | --heade | --head | --hea )
486 $ac_shift
487 case $ac_optarg in
488 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
489 esac
490 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
491 ac_need_defaults=false;;
492 --he | --h)
493 # Conflict between --help and --header
494 as_fn_error $? "ambiguous option: \`$1'
495 Try \`$0 --help' for more information.";;
496 --help | --hel | -h )
497 $as_echo "$ac_cs_usage"; exit ;;
498 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
499 | -silent | --silent | --silen | --sile | --sil | --si | --s)
500 ac_cs_silent=: ;;
502 # This is an error.
503 -*) as_fn_error $? "unrecognized option: \`$1'
504 Try \`$0 --help' for more information." ;;
506 *) as_fn_append ac_config_targets " $1"
507 ac_need_defaults=false ;;
509 esac
510 shift
511 done
513 ac_configure_extra_args=
515 if $ac_cs_silent; then
516 exec 6>/dev/null
517 ac_configure_extra_args="$ac_configure_extra_args --silent"
520 if $ac_cs_recheck; then
521 set X /bin/bash './configure' $ac_configure_extra_args --no-create --no-recursion
522 shift
523 $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
524 CONFIG_SHELL='/bin/bash'
525 export CONFIG_SHELL
526 exec "$@"
529 exec 5>>config.log
531 echo
532 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
533 ## Running $as_me. ##
534 _ASBOX
535 $as_echo "$ac_log"
536 } >&5
539 # INIT-COMMANDS
541 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
542 # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS.
543 OBSOLETE_ALL_LINGUAS=""
544 # Capture the value of LINGUAS because we need it to compute CATALOGS.
545 LINGUAS="%UNSET%"
549 # Handling of arguments.
550 for ac_config_target in $ac_config_targets
552 case $ac_config_target in
553 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
554 "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;;
555 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
556 "builtins/Makefile") CONFIG_FILES="$CONFIG_FILES builtins/Makefile" ;;
557 "lib/readline/Makefile") CONFIG_FILES="$CONFIG_FILES lib/readline/Makefile" ;;
558 "lib/glob/Makefile") CONFIG_FILES="$CONFIG_FILES lib/glob/Makefile" ;;
559 "lib/intl/Makefile") CONFIG_FILES="$CONFIG_FILES lib/intl/Makefile" ;;
560 "lib/malloc/Makefile") CONFIG_FILES="$CONFIG_FILES lib/malloc/Makefile" ;;
561 "lib/sh/Makefile") CONFIG_FILES="$CONFIG_FILES lib/sh/Makefile" ;;
562 "lib/termcap/Makefile") CONFIG_FILES="$CONFIG_FILES lib/termcap/Makefile" ;;
563 "lib/tilde/Makefile") CONFIG_FILES="$CONFIG_FILES lib/tilde/Makefile" ;;
564 "doc/umdoc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/umdoc/Makefile" ;;
565 "support/Makefile") CONFIG_FILES="$CONFIG_FILES support/Makefile" ;;
566 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
567 "examples/loadables/Makefile") CONFIG_FILES="$CONFIG_FILES examples/loadables/Makefile" ;;
568 "examples/loadables/Makefile.inc") CONFIG_FILES="$CONFIG_FILES examples/loadables/Makefile.inc" ;;
569 "examples/loadables/perl/Makefile") CONFIG_FILES="$CONFIG_FILES examples/loadables/perl/Makefile" ;;
570 "support/bush.pc") CONFIG_FILES="$CONFIG_FILES support/bush.pc" ;;
571 "support/bushbug.sh") CONFIG_FILES="$CONFIG_FILES support/bushbug.sh" ;;
572 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
574 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
575 esac
576 done
579 # If the user did not use the arguments to specify the items to instantiate,
580 # then the envvar interface is used. Set only those that are not.
581 # We use the long form for the default assignment because of an extremely
582 # bizarre bug on SunOS 4.1.3.
583 if $ac_need_defaults; then
584 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
585 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
586 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
589 # Have a temporary directory for convenience. Make it in the build tree
590 # simply because there is no reason against having it here, and in addition,
591 # creating and moving files from /tmp can sometimes cause problems.
592 # Hook for its removal unless debugging.
593 # Note that there is a small window in which the directory will not be cleaned:
594 # after its creation but before its name has been assigned to `$tmp'.
595 $debug ||
597 tmp= ac_tmp=
598 trap 'exit_status=$?
599 : "${ac_tmp:=$tmp}"
600 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
602 trap 'as_fn_exit 1' 1 2 13 15
604 # Create a (secure) tmp directory for tmp files.
607 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
608 test -d "$tmp"
609 } ||
611 tmp=./conf$$-$RANDOM
612 (umask 077 && mkdir "$tmp")
613 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
614 ac_tmp=$tmp
616 # Set up the scripts for CONFIG_FILES section.
617 # No need to generate them if there are no CONFIG_FILES.
618 # This happens for instance with `./config.status config.h'.
619 if test -n "$CONFIG_FILES"; then
622 ac_cr=`echo X | tr X '\015'`
623 # On cygwin, bash can eat \r inside `` if the user requested igncr.
624 # But we know of no other shell where ac_cr would be empty at this
625 # point, so we can use a bashism as a fallback.
626 if test "x$ac_cr" = x; then
627 eval ac_cr=\$\'\\r\'
629 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
630 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
631 ac_cs_awk_cr='\\r'
632 else
633 ac_cs_awk_cr=$ac_cr
636 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
637 cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
638 S["LTLIBOBJS"]=" ${LIBOBJDIR}mbschr$U.lo"
639 S["LOCAL_DEFS"]="-DSHELL"
640 S["LOCAL_LDFLAGS"]="-rdynamic"
641 S["LOCAL_CFLAGS"]=""
642 S["LOCAL_LIBS"]=""
643 S["MALLOC_DEBUG"]=""
644 S["DEBUG"]=""
645 S["RELSTATUS"]="release"
646 S["BUSHVERS"]="5.1"
647 S["headersdir"]="$(includedir)/$(PACKAGE_NAME)"
648 S["loadablesdir"]="${libdir}/bush"
649 S["BUILD_DIR"]="/mnt/hgfs/workspace/tmp/srcpkg/bush"
650 S["incdir"]=""
651 S["PROFILE_FLAGS"]=""
652 S["SHOBJ_STATUS"]="supported"
653 S["SHOBJ_LIBS"]=""
654 S["SHOBJ_XLDFLAGS"]=""
655 S["SHOBJ_LDFLAGS"]="-shared -Wl,-soname,$@"
656 S["SHOBJ_LD"]="${CC}"
657 S["SHOBJ_CFLAGS"]="-fPIC"
658 S["SHOBJ_CC"]="gcc"
659 S["JOBS_O"]="jobs.o"
660 S["TERMCAP_DEP"]=""
661 S["TERMCAP_LIB"]="-ltermcap"
662 S["SIGLIST_O"]=""
663 S["PTHREAD_H_DEFINES_STRUCT_TIMESPEC"]="0"
664 S["SYS_TIME_H_DEFINES_STRUCT_TIMESPEC"]="0"
665 S["TIME_H_DEFINES_STRUCT_TIMESPEC"]="1"
666 S["LIBINTL_H"]=""
667 S["INTL_INC"]=""
668 S["INTL_DEP"]=""
669 S["LIBOBJS"]=" ${LIBOBJDIR}mbschr$U.o"
670 S["POSUB"]="po"
671 S["LTLIBINTL"]=""
672 S["LIBINTL"]=""
673 S["INTLLIBS"]=""
674 S["INTL_LIBTOOL_SUFFIX_PREFIX"]=""
675 S["INTLOBJS"]=""
676 S["GENCAT"]="gencat"
677 S["INSTOBJEXT"]=".mo"
678 S["DATADIRNAME"]="share"
679 S["CATOBJEXT"]=".gmo"
680 S["USE_INCLUDED_LIBINTL"]="no"
681 S["BUILD_INCLUDED_LIBINTL"]="no"
682 S["WINDRES"]=""
683 S["WOE32"]="no"
684 S["WOE32DLL"]="no"
685 S["HAVE_NAMELESS_LOCALES"]="0"
686 S["HAVE_WPRINTF"]="0"
687 S["HAVE_NEWLOCALE"]="1"
688 S["HAVE_SNPRINTF"]="1"
689 S["HAVE_ASPRINTF"]="1"
690 S["HAVE_POSIX_PRINTF"]="1"
691 S["INTL_DEFAULT_VERBOSITY"]="1"
692 S["ARFLAGS"]="cr"
693 S["INTL_MACOSX_LIBS"]=""
694 S["GLIBC21"]="yes"
695 S["GNULIB_OVERRIDES_WINT_T"]="0"
696 S["INTLBISON"]=":"
697 S["LTLIBICONV"]=""
698 S["LIBICONV"]=""
699 S["LTLIBMULTITHREAD"]="-pthread"
700 S["LIBMULTITHREAD"]="-pthread"
701 S["LTLIBTHREAD"]=""
702 S["LIBTHREAD"]=""
703 S["LIBPTH_PREFIX"]=""
704 S["LTLIBPTH"]=""
705 S["LIBPTH"]=""
706 S["PRI_MACROS_BROKEN"]="0"
707 S["ALLOCA"]=""
708 S["HAVE_VISIBILITY"]="1"
709 S["CFLAG_VISIBILITY"]="-fvisibility=hidden"
710 S["GLIBC2"]="yes"
711 S["XGETTEXT_EXTRA_OPTIONS"]=""
712 S["MSGMERGE"]=":"
713 S["XGETTEXT_015"]=":"
714 S["XGETTEXT"]=":"
715 S["GMSGFMT_015"]=":"
716 S["MSGFMT_015"]=":"
717 S["GMSGFMT"]=":"
718 S["MSGFMT"]=":"
719 S["GETTEXT_MACRO_VERSION"]="0.19"
720 S["USE_NLS"]="yes"
721 S["SED"]="/bin/sed"
722 S["MKDIR_P"]="/bin/mkdir -p"
723 S["SIZE"]="size"
724 S["MAKE_SHELL"]="/bin/sh"
725 S["SET_MAKE"]=""
726 S["YFLAGS"]=""
727 S["YACC"]="yacc"
728 S["RANLIB"]="ranlib"
729 S["AR"]="ar"
730 S["INSTALL_DATA"]="${INSTALL} -m 644"
731 S["INSTALL_SCRIPT"]="${INSTALL}"
732 S["INSTALL_PROGRAM"]="${INSTALL}"
733 S["TILDE_LIB"]="-ltilde"
734 S["HIST_LIBDIR"]="$(dot)/$(LIBSUBDIR)/readline"
735 S["HISTORY_DEP"]="$(HISTORY_LIBRARY)"
736 S["HISTORY_LIB"]="-lhistory"
737 S["RL_INCLUDE"]=""
738 S["RL_INCLUDEDIR"]=""
739 S["RL_LIBDIR"]="$(dot)/$(LIBSUBDIR)/readline"
740 S["READLINE_DEP"]="$(READLINE_LIBRARY)"
741 S["READLINE_LIB"]="-lreadline"
742 S["RL_MINOR"]=""
743 S["RL_MAJOR"]=""
744 S["RL_VERSION"]=""
745 S["LIBS_FOR_BUILD"]="$(LIBS)"
746 S["STATIC_LD"]=""
747 S["SIGNAMES_O"]=""
748 S["SIGNAMES_H"]="src/lsignames.h"
749 S["CROSS_COMPILE"]=""
750 S["EGREP"]="/bin/grep -E"
751 S["GREP"]="/bin/grep"
752 S["CPP"]="gcc -E"
753 S["OBJEXT"]="o"
754 S["EXEEXT"]=""
755 S["ac_ct_CC"]="gcc"
756 S["CPPFLAGS"]=""
757 S["LDFLAGS"]=""
758 S["CFLAGS"]="-g -O2 -Wno-parentheses -Wno-format-security"
759 S["CC"]="gcc"
760 S["HELPSTRINGS"]=""
761 S["HELPFILES_TARGET"]=""
762 S["HELPINSTALL"]=""
763 S["HELPDIRDEFINE"]=""
764 S["HELPDIR"]=""
765 S["MALLOC_DEP"]="$(MALLOC_LIBRARY)"
766 S["MALLOC_LDFLAGS"]="-L$(ALLOC_LIBDIR)"
767 S["MALLOC_LIBRARY"]="$(ALLOC_LIBDIR)/libmalloc.a"
768 S["MALLOC_LIB"]="-lmalloc"
769 S["MALLOC_SRC"]="malloc.c"
770 S["MALLOC_TARGET"]="malloc"
771 S["TESTSCRIPT"]="run-all"
772 S["CPPFLAGS_FOR_BUILD"]=""
773 S["LDFLAGS_FOR_BUILD"]="$(LDFLAGS)"
774 S["CFLAGS_FOR_BUILD"]="-g -O2 -Wno-parentheses -Wno-format-security"
775 S["CC_FOR_BUILD"]="$(CC)"
776 S["DEBUGGER_START_FILE"]="${datadir}/bushdb/bushdb-main.inc"
777 S["host_os"]="linux-gnu"
778 S["host_vendor"]="pc"
779 S["host_cpu"]="i686"
780 S["host"]="i686-pc-linux-gnu"
781 S["build_os"]="linux-gnu"
782 S["build_vendor"]="pc"
783 S["build_cpu"]="i686"
784 S["build"]="i686-pc-linux-gnu"
785 S["target_alias"]=""
786 S["host_alias"]=""
787 S["build_alias"]=""
788 S["LIBS"]="-ldl "
789 S["ECHO_T"]=""
790 S["ECHO_N"]="-n"
791 S["ECHO_C"]=""
792 S["DEFS"]="-DHAVE_CONFIG_H"
793 S["mandir"]="${datarootdir}/man"
794 S["localedir"]="${datarootdir}/locale"
795 S["libdir"]="${exec_prefix}/lib"
796 S["psdir"]="${docdir}"
797 S["pdfdir"]="${docdir}"
798 S["dvidir"]="${docdir}"
799 S["htmldir"]="${docdir}"
800 S["infodir"]="${datarootdir}/info"
801 S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
802 S["oldincludedir"]="/usr/include"
803 S["includedir"]="${prefix}/include"
804 S["runstatedir"]="${localstatedir}/run"
805 S["localstatedir"]="${prefix}/var"
806 S["sharedstatedir"]="${prefix}/com"
807 S["sysconfdir"]="${prefix}/etc"
808 S["datadir"]="${datarootdir}"
809 S["datarootdir"]="${prefix}/share"
810 S["libexecdir"]="${exec_prefix}/libexec"
811 S["sbindir"]="${exec_prefix}/sbin"
812 S["bindir"]="${exec_prefix}/bin"
813 S["program_transform_name"]="s,x,x,"
814 S["prefix"]="/usr/local"
815 S["exec_prefix"]="${prefix}"
816 S["PACKAGE_URL"]=""
817 S["PACKAGE_BUGREPORT"]="bug-bush@gnu.org"
818 S["PACKAGE_STRING"]="bush 5.1-release"
819 S["PACKAGE_VERSION"]="5.1-release"
820 S["PACKAGE_TARNAME"]="bush"
821 S["PACKAGE_NAME"]="bush"
822 S["PATH_SEPARATOR"]=":"
823 S["SHELL"]="/bin/bash"
824 _ACAWK
825 cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
826 for (key in S) S_is_set[key] = 1
827 FS = "\a"
831 line = $ 0
832 nfields = split(line, field, "@")
833 substed = 0
834 len = length(field[1])
835 for (i = 2; i < nfields; i++) {
836 key = field[i]
837 keylen = length(key)
838 if (S_is_set[key]) {
839 value = S[key]
840 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
841 len += length(value) + length(field[++i])
842 substed = 1
843 } else
844 len += 1 + keylen
847 print line
850 _ACAWK
851 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
852 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
853 else
855 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
856 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
857 fi # test -n "$CONFIG_FILES"
859 # Set up the scripts for CONFIG_HEADERS section.
860 # No need to generate them if there are no CONFIG_HEADERS.
861 # This happens for instance with `./config.status Makefile'.
862 if test -n "$CONFIG_HEADERS"; then
863 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
864 BEGIN {
865 D["PACKAGE_NAME"]=" \"bush\""
866 D["PACKAGE_TARNAME"]=" \"bush\""
867 D["PACKAGE_VERSION"]=" \"5.1-release\""
868 D["PACKAGE_STRING"]=" \"bush 5.1-release\""
869 D["PACKAGE_BUGREPORT"]=" \"bug-bush@gnu.org\""
870 D["PACKAGE_URL"]=" \"\""
871 D["USING_BUSH_MALLOC"]=" 1"
872 D["ALIAS"]=" 1"
873 D["PUSHD_AND_POPD"]=" 1"
874 D["RESTRICTED_SHELL"]=" 1"
875 D["PROCESS_SUBSTITUTION"]=" 1"
876 D["PROMPT_STRING_DECODE"]=" 1"
877 D["SELECT_COMMAND"]=" 1"
878 D["HELP_BUILTIN"]=" 1"
879 D["ARRAY_VARS"]=" 1"
880 D["DPAREN_ARITHMETIC"]=" 1"
881 D["BRACE_EXPANSION"]=" 1"
882 D["COMMAND_TIMING"]=" 1"
883 D["EXTENDED_GLOB"]=" 1"
884 D["EXTGLOB_DEFAULT"]=" 0"
885 D["COND_COMMAND"]=" 1"
886 D["COND_REGEXP"]=" 1"
887 D["COPROCESS_SUPPORT"]=" 1"
888 D["ARITH_FOR_COMMAND"]=" 1"
889 D["NETWORK_REDIRECTIONS"]=" 1"
890 D["PROGRAMMABLE_COMPLETION"]=" 1"
891 D["DEBUGGER"]=" 1"
892 D["CASEMOD_ATTRS"]=" 1"
893 D["CASEMOD_EXPANSIONS"]=" 1"
894 D["GLOBASCII_DEFAULT"]=" 1"
895 D["FUNCTION_IMPORT"]=" 1"
896 D["MEMSCRAMBLE"]=" 1"
897 D["STDC_HEADERS"]=" 1"
898 D["HAVE_SYS_TYPES_H"]=" 1"
899 D["HAVE_SYS_STAT_H"]=" 1"
900 D["HAVE_STDLIB_H"]=" 1"
901 D["HAVE_STRING_H"]=" 1"
902 D["HAVE_MEMORY_H"]=" 1"
903 D["HAVE_STRINGS_H"]=" 1"
904 D["HAVE_INTTYPES_H"]=" 1"
905 D["HAVE_STDINT_H"]=" 1"
906 D["HAVE_UNISTD_H"]=" 1"
907 D["__EXTENSIONS__"]=" 1"
908 D["_ALL_SOURCE"]=" 1"
909 D["_GNU_SOURCE"]=" 1"
910 D["_POSIX_PTHREAD_SEMANTICS"]=" 1"
911 D["_TANDEM_SOURCE"]=" 1"
912 D["_FILE_OFFSET_BITS"]=" 64"
913 D["READLINE"]=" 1"
914 D["HISTORY"]=" 1"
915 D["BANG_HISTORY"]=" 1"
916 D["_GNU_SOURCE"]=" 1"
917 D["HAVE_STRINGIZE"]=" 1"
918 D["HAVE_LONG_DOUBLE_WIDER"]=" 1"
919 D["HAVE_LONG_DOUBLE"]=" 1"
920 D["PROTOTYPES"]=" 1"
921 D["__PROTOTYPES"]=" 1"
922 D["restrict"]=" __restrict"
923 D["HAVE_VISIBILITY"]=" 1"
924 D["HAVE_STDINT_H_WITH_UINTMAX"]=" 1"
925 D["HAVE_ALLOCA_H"]=" 1"
926 D["HAVE_ALLOCA"]=" 1"
927 D["HAVE_STDLIB_H"]=" 1"
928 D["HAVE_UNISTD_H"]=" 1"
929 D["HAVE_SYS_PARAM_H"]=" 1"
930 D["HAVE_XLOCALE_H"]=" 1"
931 D["HAVE_SYS_TIME_H"]=" 1"
932 D["HAVE_GETPAGESIZE"]=" 1"
933 D["HAVE_MMAP"]=" 1"
934 D["INTDIV0_RAISES_SIGFPE"]=" 1"
935 D["HAVE_INTTYPES_H_WITH_UINTMAX"]=" 1"
936 D["HAVE_UNSIGNED_LONG_LONG_INT"]=" 1"
937 D["HAVE_UINTMAX_T"]=" 1"
938 D["HAVE_INTTYPES_H"]=" 1"
939 D["USE_POSIX_THREADS"]=" 1"
940 D["USE_POSIX_THREADS_WEAK"]=" 1"
941 D["HAVE_PTHREAD_RWLOCK"]=" 1"
942 D["HAVE_PTHREAD_MUTEX_RECURSIVE"]=" 1"
943 D["HAVE_ICONV"]=" 1"
944 D["ICONV_CONST"]=" "
945 D["HAVE_BUILTIN_EXPECT"]=" 1"
946 D["HAVE_ARGZ_H"]=" 1"
947 D["HAVE_INTTYPES_H"]=" 1"
948 D["HAVE_LIMITS_H"]=" 1"
949 D["HAVE_UNISTD_H"]=" 1"
950 D["HAVE_SYS_PARAM_H"]=" 1"
951 D["HAVE_GETCWD"]=" 1"
952 D["HAVE_GETEGID"]=" 1"
953 D["HAVE_GETEUID"]=" 1"
954 D["HAVE_GETGID"]=" 1"
955 D["HAVE_GETUID"]=" 1"
956 D["HAVE_MEMPCPY"]=" 1"
957 D["HAVE_MUNMAP"]=" 1"
958 D["HAVE_STPCPY"]=" 1"
959 D["HAVE_STRCASECMP"]=" 1"
960 D["HAVE_STRDUP"]=" 1"
961 D["HAVE_STRTOUL"]=" 1"
962 D["HAVE_TSEARCH"]=" 1"
963 D["HAVE_ARGZ_COUNT"]=" 1"
964 D["HAVE_ARGZ_STRINGIFY"]=" 1"
965 D["HAVE_ARGZ_NEXT"]=" 1"
966 D["HAVE___FSETLOCKING"]=" 1"
967 D["HAVE_LOCALECONV"]=" 1"
968 D["HAVE_DECL_FEOF_UNLOCKED"]=" 1"
969 D["HAVE_DECL_FGETS_UNLOCKED"]=" 1"
970 D["HAVE_LONG_LONG_INT"]=" 1"
971 D["HAVE_WCHAR_T"]=" 1"
972 D["HAVE_WINT_T"]=" 1"
973 D["HAVE_INTMAX_T"]=" 1"
974 D["HAVE_POSIX_PRINTF"]=" 1"
975 D["HAVE_STDINT_H"]=" 1"
976 D["HAVE_STDINT_H"]=" 1"
977 D["HAVE_SYMLINK"]=" 1"
978 D["HAVE_USELOCALE"]=" 1"
979 D["HAVE_ALARM"]=" 1"
980 D["HAVE___FPURGE"]=" 1"
981 D["HAVE_SNPRINTF"]=" 1"
982 D["HAVE_VSNPRINTF"]=" 1"
983 D["HAVE_WORKING_O_NOATIME"]=" 0"
984 D["HAVE_WORKING_O_NOFOLLOW"]=" 0"
985 D["HAVE_WORKING_USELOCALE"]=" 1"
986 D["FLEXIBLE_ARRAY_MEMBER"]=" /**/"
987 D["HAVE_FEATURES_H"]=" 1"
988 D["HAVE_STDDEF_H"]=" 1"
989 D["HAVE_STDLIB_H"]=" 1"
990 D["HAVE_STRING_H"]=" 1"
991 D["HAVE_ASPRINTF"]=" 1"
992 D["HAVE_FWPRINTF"]=" 1"
993 D["HAVE_NEWLOCALE"]=" 1"
994 D["HAVE_PUTENV"]=" 1"
995 D["HAVE_SETENV"]=" 1"
996 D["HAVE_SETLOCALE"]=" 1"
997 D["HAVE_SNPRINTF"]=" 1"
998 D["HAVE_STRNLEN"]=" 1"
999 D["HAVE_USELOCALE"]=" 1"
1000 D["HAVE_WCSLEN"]=" 1"
1001 D["HAVE_WCSNLEN"]=" 1"
1002 D["HAVE_MBRTOWC"]=" 1"
1003 D["HAVE_WCRTOMB"]=" 1"
1004 D["HAVE_DECL__SNPRINTF"]=" 0"
1005 D["HAVE_DECL__SNWPRINTF"]=" 0"
1006 D["HAVE_DECL_GETC_UNLOCKED"]=" 1"
1007 D["HAVE_LANGINFO_CODESET"]=" 1"
1008 D["HAVE_LC_MESSAGES"]=" 1"
1009 D["ENABLE_NLS"]=" 1"
1010 D["HAVE_GETTEXT"]=" 1"
1011 D["HAVE_DCGETTEXT"]=" 1"
1012 D["HAVE_DIRENT_H"]=" 1"
1013 D["TIME_WITH_SYS_TIME"]=" 1"
1014 D["HAVE_INTTYPES_H"]=" 1"
1015 D["HAVE_UNISTD_H"]=" 1"
1016 D["HAVE_STDLIB_H"]=" 1"
1017 D["HAVE_STDARG_H"]=" 1"
1018 D["HAVE_LIMITS_H"]=" 1"
1019 D["HAVE_STRING_H"]=" 1"
1020 D["HAVE_MEMORY_H"]=" 1"
1021 D["HAVE_LOCALE_H"]=" 1"
1022 D["HAVE_TERMCAP_H"]=" 1"
1023 D["HAVE_TERMIO_H"]=" 1"
1024 D["HAVE_TERMIOS_H"]=" 1"
1025 D["HAVE_DLFCN_H"]=" 1"
1026 D["HAVE_STDBOOL_H"]=" 1"
1027 D["HAVE_STDDEF_H"]=" 1"
1028 D["HAVE_STDINT_H"]=" 1"
1029 D["HAVE_NETDB_H"]=" 1"
1030 D["HAVE_PWD_H"]=" 1"
1031 D["HAVE_GRP_H"]=" 1"
1032 D["HAVE_STRINGS_H"]=" 1"
1033 D["HAVE_REGEX_H"]=" 1"
1034 D["HAVE_SYSLOG_H"]=" 1"
1035 D["HAVE_ULIMIT_H"]=" 1"
1036 D["HAVE_SYS_SELECT_H"]=" 1"
1037 D["HAVE_SYS_FILE_H"]=" 1"
1038 D["HAVE_SYS_IOCTL_H"]=" 1"
1039 D["HAVE_SYS_MMAN_H"]=" 1"
1040 D["HAVE_SYS_PARAM_H"]=" 1"
1041 D["HAVE_SYS_SOCKET_H"]=" 1"
1042 D["HAVE_SYS_STAT_H"]=" 1"
1043 D["HAVE_SYS_TIME_H"]=" 1"
1044 D["HAVE_SYS_TIMES_H"]=" 1"
1045 D["HAVE_SYS_TYPES_H"]=" 1"
1046 D["HAVE_SYS_WAIT_H"]=" 1"
1047 D["HAVE_NETINET_IN_H"]=" 1"
1048 D["HAVE_ARPA_INET_H"]=" 1"
1049 D["HAVE_SYS_RESOURCE_H"]=" 1"
1050 D["HAVE_ALLOCA_H"]=" 1"
1051 D["HAVE_ALLOCA"]=" 1"
1052 D["HAVE_UNISTD_H"]=" 1"
1053 D["HAVE_CHOWN"]=" 1"
1054 D["GETPGRP_VOID"]=" 1"
1055 D["HAVE_VPRINTF"]=" 1"
1056 D["HAVE_STRCOLL"]=" 1"
1057 D["RETSIGTYPE"]=" void"
1058 D["HAVE_WAIT3"]=" 1"
1059 D["HAVE_MKFIFO"]=" 1"
1060 D["HAVE_DUP2"]=" 1"
1061 D["HAVE_EACCESS"]=" 1"
1062 D["HAVE_FCNTL"]=" 1"
1063 D["HAVE_GETDTABLESIZE"]=" 1"
1064 D["HAVE_GETGROUPS"]=" 1"
1065 D["HAVE_GETHOSTNAME"]=" 1"
1066 D["HAVE_GETPAGESIZE"]=" 1"
1067 D["HAVE_GETPEERNAME"]=" 1"
1068 D["HAVE_GETRLIMIT"]=" 1"
1069 D["HAVE_GETRUSAGE"]=" 1"
1070 D["HAVE_GETTIMEOFDAY"]=" 1"
1071 D["HAVE_KILL"]=" 1"
1072 D["HAVE_KILLPG"]=" 1"
1073 D["HAVE_LSTAT"]=" 1"
1074 D["HAVE_PSELECT"]=" 1"
1075 D["HAVE_READLINK"]=" 1"
1076 D["HAVE_SELECT"]=" 1"
1077 D["HAVE_SETITIMER"]=" 1"
1078 D["HAVE_TCGETPGRP"]=" 1"
1079 D["HAVE_UNAME"]=" 1"
1080 D["HAVE_ULIMIT"]=" 1"
1081 D["HAVE_WAITPID"]=" 1"
1082 D["HAVE_RENAME"]=" 1"
1083 D["HAVE_BCOPY"]=" 1"
1084 D["HAVE_BZERO"]=" 1"
1085 D["HAVE_CONFSTR"]=" 1"
1086 D["HAVE_FACCESSAT"]=" 1"
1087 D["HAVE_FNMATCH"]=" 1"
1088 D["HAVE_GETADDRINFO"]=" 1"
1089 D["HAVE_GETHOSTBYNAME"]=" 1"
1090 D["HAVE_GETSERVBYNAME"]=" 1"
1091 D["HAVE_GETSERVENT"]=" 1"
1092 D["HAVE_INET_ATON"]=" 1"
1093 D["HAVE_IMAXDIV"]=" 1"
1094 D["HAVE_MEMMOVE"]=" 1"
1095 D["HAVE_PATHCONF"]=" 1"
1096 D["HAVE_PUTENV"]=" 1"
1097 D["HAVE_RAISE"]=" 1"
1098 D["HAVE_RANDOM"]=" 1"
1099 D["HAVE_REGCOMP"]=" 1"
1100 D["HAVE_REGEXEC"]=" 1"
1101 D["HAVE_SETENV"]=" 1"
1102 D["HAVE_SETLINEBUF"]=" 1"
1103 D["HAVE_SETLOCALE"]=" 1"
1104 D["HAVE_SETVBUF"]=" 1"
1105 D["HAVE_SIGINTERRUPT"]=" 1"
1106 D["HAVE_STRCHR"]=" 1"
1107 D["HAVE_SYSCONF"]=" 1"
1108 D["HAVE_SYSLOG"]=" 1"
1109 D["HAVE_TCGETATTR"]=" 1"
1110 D["HAVE_TIMES"]=" 1"
1111 D["HAVE_TTYNAME"]=" 1"
1112 D["HAVE_TZSET"]=" 1"
1113 D["HAVE_UNSETENV"]=" 1"
1114 D["HAVE_VASPRINTF"]=" 1"
1115 D["HAVE_ASPRINTF"]=" 1"
1116 D["HAVE_ISASCII"]=" 1"
1117 D["HAVE_ISBLANK"]=" 1"
1118 D["HAVE_ISGRAPH"]=" 1"
1119 D["HAVE_ISPRINT"]=" 1"
1120 D["HAVE_ISSPACE"]=" 1"
1121 D["HAVE_ISXDIGIT"]=" 1"
1122 D["HAVE_GETPWENT"]=" 1"
1123 D["HAVE_GETPWNAM"]=" 1"
1124 D["HAVE_GETPWUID"]=" 1"
1125 D["HAVE_MKSTEMP"]=" 1"
1126 D["HAVE_MKDTEMP"]=" 1"
1127 D["HAVE_GETCWD"]=" 1"
1128 D["HAVE_MEMSET"]=" 1"
1129 D["HAVE_STRCASECMP"]=" 1"
1130 D["HAVE_STRCASESTR"]=" 1"
1131 D["HAVE_STRERROR"]=" 1"
1132 D["HAVE_STRFTIME"]=" 1"
1133 D["HAVE_STRNLEN"]=" 1"
1134 D["HAVE_STRPBRK"]=" 1"
1135 D["HAVE_STRSTR"]=" 1"
1136 D["HAVE_STRTOD"]=" 1"
1137 D["HAVE_STRTOL"]=" 1"
1138 D["HAVE_STRTOUL"]=" 1"
1139 D["HAVE_STRTOLL"]=" 1"
1140 D["HAVE_STRTOULL"]=" 1"
1141 D["HAVE_STRTOIMAX"]=" 1"
1142 D["HAVE_STRTOUMAX"]=" 1"
1143 D["HAVE_DPRINTF"]=" 1"
1144 D["HAVE_STRCHRNUL"]=" 1"
1145 D["HAVE_STRDUP"]=" 1"
1146 D["HAVE_DECL_AUDIT_USER_TTY"]=" 1"
1147 D["HAVE_DECL_CONFSTR"]=" 1"
1148 D["HAVE_DECL_PRINTF"]=" 1"
1149 D["HAVE_DECL_SBRK"]=" 1"
1150 D["HAVE_DECL_SETREGID"]=" 1"
1151 D["HAVE_DECL_STRCPY"]=" 1"
1152 D["HAVE_DECL_STRSIGNAL"]=" 1"
1153 D["HAVE_SETRESUID"]=" 1"
1154 D["HAVE_SETRESGID"]=" 1"
1155 D["HAVE_DECL_STRTOLD"]=" 1"
1156 D["HAVE_DECL_STRTOIMAX"]=" 1"
1157 D["HAVE_DECL_STRTOL"]=" 1"
1158 D["HAVE_DECL_STRTOLL"]=" 1"
1159 D["HAVE_DECL_STRTOUL"]=" 1"
1160 D["HAVE_DECL_STRTOULL"]=" 1"
1161 D["HAVE_DECL_STRTOUMAX"]=" 1"
1162 D["HAVE_ARGZ_H"]=" 1"
1163 D["HAVE_ERRNO_H"]=" 1"
1164 D["HAVE_FCNTL_H"]=" 1"
1165 D["HAVE_MALLOC_H"]=" 1"
1166 D["HAVE_STDIO_EXT_H"]=" 1"
1167 D["HAVE_GETPAGESIZE"]=" 1"
1168 D["HAVE_MMAP"]=" 1"
1169 D["HAVE___ARGZ_COUNT"]=" 1"
1170 D["HAVE___ARGZ_NEXT"]=" 1"
1171 D["HAVE___ARGZ_STRINGIFY"]=" 1"
1172 D["HAVE_DCGETTEXT"]=" 1"
1173 D["HAVE_MEMPCPY"]=" 1"
1174 D["HAVE_MUNMAP"]=" 1"
1175 D["HAVE_MREMAP"]=" 1"
1176 D["HAVE_STPCPY"]=" 1"
1177 D["HAVE_STRCSPN"]=" 1"
1178 D["HAVE_WCTYPE_H"]=" 1"
1179 D["HAVE_WCHAR_H"]=" 1"
1180 D["HAVE_LANGINFO_H"]=" 1"
1181 D["HAVE_MBRLEN"]=" 1"
1182 D["HAVE_MBSNRTOWCS"]=" 1"
1183 D["HAVE_MBSRTOWCS"]=" 1"
1184 D["HAVE_WCRTOMB"]=" 1"
1185 D["HAVE_WCSCOLL"]=" 1"
1186 D["HAVE_WCSDUP"]=" 1"
1187 D["HAVE_WCWIDTH"]=" 1"
1188 D["HAVE_WCTYPE"]=" 1"
1189 D["HAVE_WCSWIDTH"]=" 1"
1190 D["HAVE_MBRTOWC"]=" 1"
1191 D["HAVE_MBSTATE_T"]=" 1"
1192 D["HAVE_ISWLOWER"]=" 1"
1193 D["HAVE_ISWUPPER"]=" 1"
1194 D["HAVE_TOWLOWER"]=" 1"
1195 D["HAVE_TOWUPPER"]=" 1"
1196 D["HAVE_ISWCTYPE"]=" 1"
1197 D["HAVE_LANGINFO_CODESET"]=" 1"
1198 D["HAVE_WCHAR_T"]=" 1"
1199 D["HAVE_WCTYPE_T"]=" 1"
1200 D["HAVE_WINT_T"]=" 1"
1201 D["SIZEOF_WCHAR_T"]=" 4"
1202 D["HAVE_LIBDL"]=" 1"
1203 D["HAVE_DLOPEN"]=" 1"
1204 D["HAVE_DLCLOSE"]=" 1"
1205 D["HAVE_DLSYM"]=" 1"
1206 D["HAVE_DECL_SYS_SIGLIST"]=" 1"
1207 D["GETGROUPS_T"]=" gid_t"
1208 D["HAVE_UINTPTR_T"]=" 1"
1209 D["HAVE_LONG_LONG"]=" 1"
1210 D["HAVE_UNSIGNED_LONG_LONG"]=" 1"
1211 D["RETSIGTYPE"]=" void"
1212 D["SIZEOF_CHAR"]=" 1"
1213 D["SIZEOF_SHORT"]=" 2"
1214 D["SIZEOF_INT"]=" 4"
1215 D["SIZEOF_LONG"]=" 4"
1216 D["SIZEOF_CHAR_P"]=" 4"
1217 D["SIZEOF_DOUBLE"]=" 8"
1218 D["SIZEOF_LONG_LONG"]=" 8"
1219 D["bits16_t"]=" short"
1220 D["u_bits16_t"]=" unsigned short"
1221 D["bits32_t"]=" int"
1222 D["u_bits32_t"]=" unsigned int"
1223 D["bits64_t"]=" double"
1224 D["HAVE_HASH_BANG_EXEC"]=" 1"
1225 D["HAVE_POSIX_SIGNALS"]=" 1"
1226 D["HAVE_SYS_ERRLIST"]=" 1"
1227 D["HAVE_SYS_SIGLIST"]=" 1"
1228 D["UNDER_SYS_SIGLIST_DECLARED"]=" 1"
1229 D["HAVE_UNDER_SYS_SIGLIST"]=" 1"
1230 D["VOID_SIGHANDLER"]=" 1"
1231 D["HAVE_QUAD_T"]=" 1"
1232 D["HAVE_SOCKLEN_T"]=" 1"
1233 D["RLIMTYPE"]=" rlim_t"
1234 D["SIZEOF_INTMAX_T"]=" 8"
1235 D["TERMIOS_LDISC"]=" 1"
1236 D["TERMIO_LDISC"]=" 1"
1237 D["HAVE_STRUCT_DIRENT_D_INO"]=" 1"
1238 D["HAVE_STRUCT_DIRENT_D_FILENO"]=" 1"
1239 D["STRUCT_WINSIZE_IN_SYS_IOCTL"]=" 1"
1240 D["HAVE_TIMEVAL"]=" 1"
1241 D["HAVE_STRUCT_STAT_ST_BLOCKS"]=" 1"
1242 D["HAVE_STRUCT_TM_TM_ZONE"]=" 1"
1243 D["HAVE_TM_ZONE"]=" 1"
1244 D["HAVE_STRUCT_TIMEZONE"]=" 1"
1245 D["WEXITSTATUS_OFFSET"]=" 8"
1246 D["HAVE_STRUCT_TIMESPEC"]=" 1"
1247 D["TIME_H_DEFINES_STRUCT_TIMESPEC"]=" 1"
1248 D["HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC"]=" 1"
1249 D["TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC"]=" 1"
1250 D["HAVE_SBRK"]=" 1"
1251 D["HAVE_STRSIGNAL"]=" 1"
1252 D["ULIMIT_MAXFDS"]=" 1"
1253 D["HAVE_DECL_FPURGE"]=" 0"
1254 D["CAN_REDEFINE_GETENV"]=" 1"
1255 D["HAVE_POSIX_SIGSETJMP"]=" 1"
1256 D["HAVE_STD_PUTENV"]=" 1"
1257 D["HAVE_STD_UNSETENV"]=" 1"
1258 D["HAVE_PRINTF_A_FORMAT"]=" 1"
1259 D["FNMATCH_EQUIV_FALLBACK"]=" 1"
1260 D["GWINSZ_IN_SYS_IOCTL"]=" 1"
1261 D["FIONREAD_IN_SYS_IOCTL"]=" 1"
1262 D["HAVE_GETPW_DECLS"]=" 1"
1263 D["HAVE_DEV_FD"]=" 1"
1264 D["DEV_FD_PREFIX"]=" \"/dev/fd/\""
1265 D["HAVE_DEV_STDIN"]=" 1"
1266 D["DEFAULT_MAIL_DIRECTORY"]=" \"/var/mail\""
1267 D["JOB_CONTROL"]=" 1"
1268 D["PGRP_PIPE"]=" 1"
1269 for (key in D) D_is_set[key] = 1
1270 FS = "\a"
1272 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1273 line = $ 0
1274 split(line, arg, " ")
1275 if (arg[1] == "#") {
1276 defundef = arg[2]
1277 mac1 = arg[3]
1278 } else {
1279 defundef = substr(arg[1], 2)
1280 mac1 = arg[2]
1282 split(mac1, mac2, "(") #)
1283 macro = mac2[1]
1284 prefix = substr(line, 1, index(line, defundef) - 1)
1285 if (D_is_set[macro]) {
1286 # Preserve the white space surrounding the "#".
1287 print prefix "define", macro P[macro] D[macro]
1288 next
1289 } else {
1290 # Replace #undef with comments. This is necessary, for example,
1291 # in the case of _POSIX_SOURCE, which is predefined and required
1292 # on some systems where configure will not decide to define it.
1293 if (defundef == "undef") {
1294 print "/*", prefix defundef, macro, "*/"
1295 next
1299 { print }
1300 _ACAWK
1301 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1302 fi # test -n "$CONFIG_HEADERS"
1305 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
1306 shift
1307 for ac_tag
1309 case $ac_tag in
1310 :[FHLC]) ac_mode=$ac_tag; continue;;
1311 esac
1312 case $ac_mode$ac_tag in
1313 :[FHL]*:*);;
1314 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1315 :[FH]-) ac_tag=-:-;;
1316 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1317 esac
1318 ac_save_IFS=$IFS
1319 IFS=:
1320 set x $ac_tag
1321 IFS=$ac_save_IFS
1322 shift
1323 ac_file=$1
1324 shift
1326 case $ac_mode in
1327 :L) ac_source=$1;;
1328 :[FH])
1329 ac_file_inputs=
1330 for ac_f
1332 case $ac_f in
1333 -) ac_f="$ac_tmp/stdin";;
1334 *) # Look for the file first in the build tree, then in the source tree
1335 # (if the path is not absolute). The absolute path cannot be DOS-style,
1336 # because $ac_f cannot contain `:'.
1337 test -f "$ac_f" ||
1338 case $ac_f in
1339 [\\/$]*) false;;
1340 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1341 esac ||
1342 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1343 esac
1344 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1345 as_fn_append ac_file_inputs " '$ac_f'"
1346 done
1348 # Let's still pretend it is `configure' which instantiates (i.e., don't
1349 # use $as_me), people would be surprised to read:
1350 # /* config.h. Generated by config.status. */
1351 configure_input='Generated from '`
1352 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1353 `' by configure.'
1354 if test x"$ac_file" != x-; then
1355 configure_input="$ac_file. $configure_input"
1356 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1357 $as_echo "$as_me: creating $ac_file" >&6;}
1359 # Neutralize special characters interpreted by sed in replacement strings.
1360 case $configure_input in #(
1361 *\&* | *\|* | *\\* )
1362 ac_sed_conf_input=`$as_echo "$configure_input" |
1363 sed 's/[\\\\&|]/\\\\&/g'`;; #(
1364 *) ac_sed_conf_input=$configure_input;;
1365 esac
1367 case $ac_tag in
1368 *:-:* | *:-) cat >"$ac_tmp/stdin" \
1369 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1370 esac
1372 esac
1374 ac_dir=`$as_dirname -- "$ac_file" ||
1375 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1376 X"$ac_file" : 'X\(//\)[^/]' \| \
1377 X"$ac_file" : 'X\(//\)$' \| \
1378 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1379 $as_echo X"$ac_file" |
1380 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1381 s//\1/
1384 /^X\(\/\/\)[^/].*/{
1385 s//\1/
1388 /^X\(\/\/\)$/{
1389 s//\1/
1392 /^X\(\/\).*/{
1393 s//\1/
1396 s/.*/./; q'`
1397 as_dir="$ac_dir"; as_fn_mkdir_p
1398 ac_builddir=.
1400 case "$ac_dir" in
1401 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1403 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1404 # A ".." for each directory in $ac_dir_suffix.
1405 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1406 case $ac_top_builddir_sub in
1407 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1408 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1409 esac ;;
1410 esac
1411 ac_abs_top_builddir=$ac_pwd
1412 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1413 # for backward compatibility:
1414 ac_top_builddir=$ac_top_build_prefix
1416 case $srcdir in
1417 .) # We are building in place.
1418 ac_srcdir=.
1419 ac_top_srcdir=$ac_top_builddir_sub
1420 ac_abs_top_srcdir=$ac_pwd ;;
1421 [\\/]* | ?:[\\/]* ) # Absolute name.
1422 ac_srcdir=$srcdir$ac_dir_suffix;
1423 ac_top_srcdir=$srcdir
1424 ac_abs_top_srcdir=$srcdir ;;
1425 *) # Relative name.
1426 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1427 ac_top_srcdir=$ac_top_build_prefix$srcdir
1428 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1429 esac
1430 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1433 case $ac_mode in
1436 # CONFIG_FILE
1439 case $INSTALL in
1440 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1441 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1442 esac
1443 ac_MKDIR_P=$MKDIR_P
1444 case $MKDIR_P in
1445 [\\/$]* | ?:[\\/]* ) ;;
1446 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1447 esac
1448 # If the template does not know about datarootdir, expand it.
1449 # FIXME: This hack should be removed a few years after 2.60.
1450 ac_datarootdir_hack=; ac_datarootdir_seen=
1451 ac_sed_dataroot='
1452 /datarootdir/ {
1456 /@datadir@/p
1457 /@docdir@/p
1458 /@infodir@/p
1459 /@localedir@/p
1460 /@mandir@/p'
1461 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1462 *datarootdir*) ac_datarootdir_seen=yes;;
1463 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1464 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1465 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1466 ac_datarootdir_hack='
1467 s&@datadir@&${datarootdir}&g
1468 s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1469 s&@infodir@&${datarootdir}/info&g
1470 s&@localedir@&${datarootdir}/locale&g
1471 s&@mandir@&${datarootdir}/man&g
1472 s&\${datarootdir}&${prefix}/share&g' ;;
1473 esac
1474 ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{
1476 s///
1477 s/^/:/
1478 s/[ ]*$/:/
1479 s/:\$(srcdir):/:/g
1480 s/:\${srcdir}:/:/g
1481 s/:@srcdir@:/:/g
1482 s/^:*//
1483 s/:*$//
1485 s/\(=[ ]*\).*/\1/
1487 s/\n//
1488 s/^[^=]*=[ ]*$//
1492 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1493 s|@configure_input@|$ac_sed_conf_input|;t t
1494 s&@top_builddir@&$ac_top_builddir_sub&;t t
1495 s&@top_build_prefix@&$ac_top_build_prefix&;t t
1496 s&@srcdir@&$ac_srcdir&;t t
1497 s&@abs_srcdir@&$ac_abs_srcdir&;t t
1498 s&@top_srcdir@&$ac_top_srcdir&;t t
1499 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1500 s&@builddir@&$ac_builddir&;t t
1501 s&@abs_builddir@&$ac_abs_builddir&;t t
1502 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1503 s&@INSTALL@&$ac_INSTALL&;t t
1504 s&@MKDIR_P@&$ac_MKDIR_P&;t t
1505 $ac_datarootdir_hack
1507 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
1508 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1510 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1511 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1512 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
1513 "$ac_tmp/out"`; test -z "$ac_out"; } &&
1514 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1515 which seems to be undefined. Please make sure it is defined" >&5
1516 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1517 which seems to be undefined. Please make sure it is defined" >&2;}
1519 rm -f "$ac_tmp/stdin"
1520 case $ac_file in
1521 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1522 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1523 esac \
1524 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1528 # CONFIG_HEADER
1530 if test x"$ac_file" != x-; then
1532 $as_echo "/* $configure_input */" \
1533 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1534 } >"$ac_tmp/config.h" \
1535 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1536 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1537 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1538 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1539 else
1540 rm -f "$ac_file"
1541 mv "$ac_tmp/config.h" "$ac_file" \
1542 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1544 else
1545 $as_echo "/* $configure_input */" \
1546 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1547 || as_fn_error $? "could not create -" "$LINENO" 5
1551 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1552 $as_echo "$as_me: executing $ac_file commands" >&6;}
1554 esac
1557 case $ac_file$ac_mode in
1558 "po-directories":C)
1559 for ac_file in $CONFIG_FILES; do
1560 # Support "outfile[:infile[:infile...]]"
1561 case "$ac_file" in
1562 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1563 esac
1564 # PO directories have a Makefile.in generated from Makefile.in.in.
1565 case "$ac_file" in */Makefile.in)
1566 # Adjust a relative srcdir.
1567 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
1568 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
1569 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
1570 # In autoconf-2.13 it is called $ac_given_srcdir.
1571 # In autoconf-2.50 it is called $srcdir.
1572 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
1573 case "$ac_given_srcdir" in
1574 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
1575 /*) top_srcdir="$ac_given_srcdir" ;;
1576 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
1577 esac
1578 # Treat a directory as a PO directory if and only if it has a
1579 # POTFILES.in file. This allows packages to have multiple PO
1580 # directories under different names or in different locations.
1581 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
1582 rm -f "$ac_dir/POTFILES"
1583 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
1584 gt_tab=`printf '\t'`
1585 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"
1586 POMAKEFILEDEPS="POTFILES.in"
1587 # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
1588 # on $ac_dir but don't depend on user-specified configuration
1589 # parameters.
1590 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
1591 # The LINGUAS file contains the set of available languages.
1592 if test -n "$OBSOLETE_ALL_LINGUAS"; then
1593 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
1595 ALL_LINGUAS=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
1596 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
1597 else
1598 # The set of available languages was given in configure.in.
1599 ALL_LINGUAS=$OBSOLETE_ALL_LINGUAS
1601 # Compute POFILES
1602 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
1603 # Compute UPDATEPOFILES
1604 # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
1605 # Compute DUMMYPOFILES
1606 # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
1607 # Compute GMOFILES
1608 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
1609 case "$ac_given_srcdir" in
1610 .) srcdirpre= ;;
1611 *) srcdirpre='$(srcdir)/' ;;
1612 esac
1613 POFILES=
1614 UPDATEPOFILES=
1615 DUMMYPOFILES=
1616 GMOFILES=
1617 for lang in $ALL_LINGUAS; do
1618 POFILES="$POFILES $srcdirpre$lang.po"
1619 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
1620 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
1621 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
1622 done
1623 # CATALOGS depends on both $ac_dir and the user's LINGUAS
1624 # environment variable.
1625 INST_LINGUAS=
1626 if test -n "$ALL_LINGUAS"; then
1627 for presentlang in $ALL_LINGUAS; do
1628 useit=no
1629 if test "%UNSET%" != "$LINGUAS"; then
1630 desiredlanguages="$LINGUAS"
1631 else
1632 desiredlanguages="$ALL_LINGUAS"
1634 for desiredlang in $desiredlanguages; do
1635 # Use the presentlang catalog if desiredlang is
1636 # a. equal to presentlang, or
1637 # b. a variant of presentlang (because in this case,
1638 # presentlang can be used as a fallback for messages
1639 # which are not translated in the desiredlang catalog).
1640 case "$desiredlang" in
1641 "$presentlang"*) useit=yes;;
1642 esac
1643 done
1644 if test $useit = yes; then
1645 INST_LINGUAS="$INST_LINGUAS $presentlang"
1647 done
1649 CATALOGS=
1650 if test -n "$INST_LINGUAS"; then
1651 for lang in $INST_LINGUAS; do
1652 CATALOGS="$CATALOGS $lang.gmo"
1653 done
1655 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
1656 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"
1657 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
1658 if test -f "$f"; then
1659 case "$f" in
1660 *.orig | *.bak | *~) ;;
1661 *) cat "$f" >> "$ac_dir/Makefile" ;;
1662 esac
1664 done
1667 esac
1668 done ;;
1669 "default":C)
1670 # Makefile uses this timestamp file to record whether config.h is up to date.
1671 echo timestamp > stamp-h
1674 esac
1675 done # for ac_tag
1678 as_fn_exit 0