Imported Upstream version 0.20.2
[platform/upstream/gettext.git] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for gettext 0.20.2.
4 #
5 # Report bugs to <bug-gettext@gnu.org>.
6 #
7 #
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9 #
10 #
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
16
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   *) :
31      ;;
32 esac
33 fi
34
35
36 as_nl='
37 '
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"
66     '
67     export as_echo_n_body
68     as_echo_n='sh -c $as_echo_n_body as_echo'
69   fi
70   export as_echo_body
71   as_echo='sh -c $as_echo_body as_echo'
72 fi
73
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=';'
80   }
81 fi
82
83
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"
90
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
97 do
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
103
104      ;;
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
110 fi
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
114 fi
115
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='+ '
127
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export LANGUAGE
133
134 # CDPATH.
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136
137 # Use a proper internal environment variable to ensure we don't fall
138   # into an infinite loop, continuously re-executing ourselves.
139   if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
140     _as_can_reexec=no; export _as_can_reexec;
141     # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
145 BASH_ENV=/dev/null
146 ENV=/dev/null
147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148 case $- in # ((((
149   *v*x* | *x*v* ) as_opts=-vx ;;
150   *v* ) as_opts=-v ;;
151   *x* ) as_opts=-x ;;
152   * ) as_opts= ;;
153 esac
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 as_fn_exit 255
159   fi
160   # We don't want this to propagate to other subprocesses.
161           { _as_can_reexec=; unset _as_can_reexec;}
162 if test "x$CONFIG_SHELL" = x; then
163   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164   emulate sh
165   NULLCMD=:
166   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167   # is contrary to our usage.  Disable this feature.
168   alias -g '\${1+\"\$@\"}'='\"\$@\"'
169   setopt NO_GLOB_SUBST
170 else
171   case \`(set -o) 2>/dev/null\` in #(
172   *posix*) :
173     set -o posix ;; #(
174   *) :
175      ;;
176 esac
177 fi
178 "
179   as_required="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
184
185 exitcode=0
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191
192 else
193   exitcode=1; echo positional parameters were not saved.
194 fi
195 test x\$exitcode = x0 || exit 1
196 test -x / || exit 1"
197   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
199   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
201   if (eval "$as_required") 2>/dev/null; then :
202   as_have_required=yes
203 else
204   as_have_required=no
205 fi
206   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
207
208 else
209   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
210 as_found=false
211 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
212 do
213   IFS=$as_save_IFS
214   test -z "$as_dir" && as_dir=.
215   as_found=:
216   case $as_dir in #(
217          /*)
218            for as_base in sh bash ksh sh5; do
219              # Try only shells that exist, to save several forks.
220              as_shell=$as_dir/$as_base
221              if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
222                     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
223   CONFIG_SHELL=$as_shell as_have_required=yes
224                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
225   break 2
226 fi
227 fi
228            done;;
229        esac
230   as_found=false
231 done
232 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
233               { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
234   CONFIG_SHELL=$SHELL as_have_required=yes
235 fi; }
236 IFS=$as_save_IFS
237
238
239       if test "x$CONFIG_SHELL" != x; then :
240   export CONFIG_SHELL
241              # We cannot yet assume a decent shell, so we have to provide a
242 # neutralization value for shells without unset; and this also
243 # works around shells that cannot unset nonexistent variables.
244 # Preserve -v and -x to the replacement shell.
245 BASH_ENV=/dev/null
246 ENV=/dev/null
247 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
248 case $- in # ((((
249   *v*x* | *x*v* ) as_opts=-vx ;;
250   *v* ) as_opts=-v ;;
251   *x* ) as_opts=-x ;;
252   * ) as_opts= ;;
253 esac
254 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
255 # Admittedly, this is quite paranoid, since all the known shells bail
256 # out after a failed `exec'.
257 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
258 exit 255
259 fi
260
261     if test x$as_have_required = xno; then :
262   $as_echo "$0: This script requires a shell more modern than all"
263   $as_echo "$0: the shells that I found on your system."
264   if test x${ZSH_VERSION+set} = xset ; then
265     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
266     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
267   else
268     $as_echo "$0: Please tell bug-autoconf@gnu.org and
269 $0: bug-gettext@gnu.org about your system, including any
270 $0: error possibly output before this message. Then install
271 $0: a modern shell, or manually run the script under such a
272 $0: shell if you do have one."
273   fi
274   exit 1
275 fi
276 fi
277 fi
278 SHELL=${CONFIG_SHELL-/bin/sh}
279 export SHELL
280 # Unset more variables known to interfere with behavior of common tools.
281 CLICOLOR_FORCE= GREP_OPTIONS=
282 unset CLICOLOR_FORCE GREP_OPTIONS
283
284 ## --------------------- ##
285 ## M4sh Shell Functions. ##
286 ## --------------------- ##
287 # as_fn_unset VAR
288 # ---------------
289 # Portably unset VAR.
290 as_fn_unset ()
291 {
292   { eval $1=; unset $1;}
293 }
294 as_unset=as_fn_unset
295
296 # as_fn_set_status STATUS
297 # -----------------------
298 # Set $? to STATUS, without forking.
299 as_fn_set_status ()
300 {
301   return $1
302 } # as_fn_set_status
303
304 # as_fn_exit STATUS
305 # -----------------
306 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
307 as_fn_exit ()
308 {
309   set +e
310   as_fn_set_status $1
311   exit $1
312 } # as_fn_exit
313
314 # as_fn_mkdir_p
315 # -------------
316 # Create "$as_dir" as a directory, including parents if necessary.
317 as_fn_mkdir_p ()
318 {
319
320   case $as_dir in #(
321   -*) as_dir=./$as_dir;;
322   esac
323   test -d "$as_dir" || eval $as_mkdir_p || {
324     as_dirs=
325     while :; do
326       case $as_dir in #(
327       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
328       *) as_qdir=$as_dir;;
329       esac
330       as_dirs="'$as_qdir' $as_dirs"
331       as_dir=`$as_dirname -- "$as_dir" ||
332 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
333          X"$as_dir" : 'X\(//\)[^/]' \| \
334          X"$as_dir" : 'X\(//\)$' \| \
335          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
336 $as_echo X"$as_dir" |
337     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
338             s//\1/
339             q
340           }
341           /^X\(\/\/\)[^/].*/{
342             s//\1/
343             q
344           }
345           /^X\(\/\/\)$/{
346             s//\1/
347             q
348           }
349           /^X\(\/\).*/{
350             s//\1/
351             q
352           }
353           s/.*/./; q'`
354       test -d "$as_dir" && break
355     done
356     test -z "$as_dirs" || eval "mkdir $as_dirs"
357   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
358
359
360 } # as_fn_mkdir_p
361
362 # as_fn_executable_p FILE
363 # -----------------------
364 # Test if FILE is an executable regular file.
365 as_fn_executable_p ()
366 {
367   test -f "$1" && test -x "$1"
368 } # as_fn_executable_p
369 # as_fn_append VAR VALUE
370 # ----------------------
371 # Append the text in VALUE to the end of the definition contained in VAR. Take
372 # advantage of any shell optimizations that allow amortized linear growth over
373 # repeated appends, instead of the typical quadratic growth present in naive
374 # implementations.
375 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
376   eval 'as_fn_append ()
377   {
378     eval $1+=\$2
379   }'
380 else
381   as_fn_append ()
382   {
383     eval $1=\$$1\$2
384   }
385 fi # as_fn_append
386
387 # as_fn_arith ARG...
388 # ------------------
389 # Perform arithmetic evaluation on the ARGs, and store the result in the
390 # global $as_val. Take advantage of shells that can avoid forks. The arguments
391 # must be portable across $(()) and expr.
392 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
393   eval 'as_fn_arith ()
394   {
395     as_val=$(( $* ))
396   }'
397 else
398   as_fn_arith ()
399   {
400     as_val=`expr "$@" || test $? -eq 1`
401   }
402 fi # as_fn_arith
403
404
405 # as_fn_error STATUS ERROR [LINENO LOG_FD]
406 # ----------------------------------------
407 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
408 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
409 # script with STATUS, using 1 if that was 0.
410 as_fn_error ()
411 {
412   as_status=$1; test $as_status -eq 0 && as_status=1
413   if test "$4"; then
414     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
415     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
416   fi
417   $as_echo "$as_me: error: $2" >&2
418   as_fn_exit $as_status
419 } # as_fn_error
420
421 if expr a : '\(a\)' >/dev/null 2>&1 &&
422    test "X`expr 00001 : '.*\(...\)'`" = X001; then
423   as_expr=expr
424 else
425   as_expr=false
426 fi
427
428 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
429   as_basename=basename
430 else
431   as_basename=false
432 fi
433
434 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
435   as_dirname=dirname
436 else
437   as_dirname=false
438 fi
439
440 as_me=`$as_basename -- "$0" ||
441 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
442          X"$0" : 'X\(//\)$' \| \
443          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
444 $as_echo X/"$0" |
445     sed '/^.*\/\([^/][^/]*\)\/*$/{
446             s//\1/
447             q
448           }
449           /^X\/\(\/\/\)$/{
450             s//\1/
451             q
452           }
453           /^X\/\(\/\).*/{
454             s//\1/
455             q
456           }
457           s/.*/./; q'`
458
459 # Avoid depending upon Character Ranges.
460 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
461 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
462 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
463 as_cr_digits='0123456789'
464 as_cr_alnum=$as_cr_Letters$as_cr_digits
465
466
467   as_lineno_1=$LINENO as_lineno_1a=$LINENO
468   as_lineno_2=$LINENO as_lineno_2a=$LINENO
469   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
470   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
471   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
472   sed -n '
473     p
474     /[$]LINENO/=
475   ' <$as_myself |
476     sed '
477       s/[$]LINENO.*/&-/
478       t lineno
479       b
480       :lineno
481       N
482       :loop
483       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
484       t loop
485       s/-\n.*//
486     ' >$as_me.lineno &&
487   chmod +x "$as_me.lineno" ||
488     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
489
490   # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
491   # already done that, so ensure we don't try to do so again and fall
492   # in an infinite loop.  This has already happened in practice.
493   _as_can_reexec=no; export _as_can_reexec
494   # Don't try to exec as it changes $[0], causing all sort of problems
495   # (the dirname of $[0] is not the place where we might find the
496   # original and so on.  Autoconf is especially sensitive to this).
497   . "./$as_me.lineno"
498   # Exit status is that of the last command.
499   exit
500 }
501
502 ECHO_C= ECHO_N= ECHO_T=
503 case `echo -n x` in #(((((
504 -n*)
505   case `echo 'xy\c'` in
506   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
507   xy)  ECHO_C='\c';;
508   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
509        ECHO_T=' ';;
510   esac;;
511 *)
512   ECHO_N='-n';;
513 esac
514
515 rm -f conf$$ conf$$.exe conf$$.file
516 if test -d conf$$.dir; then
517   rm -f conf$$.dir/conf$$.file
518 else
519   rm -f conf$$.dir
520   mkdir conf$$.dir 2>/dev/null
521 fi
522 if (echo >conf$$.file) 2>/dev/null; then
523   if ln -s conf$$.file conf$$ 2>/dev/null; then
524     as_ln_s='ln -s'
525     # ... but there are two gotchas:
526     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
527     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
528     # In both cases, we have to default to `cp -pR'.
529     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
530       as_ln_s='cp -pR'
531   elif ln conf$$.file conf$$ 2>/dev/null; then
532     as_ln_s=ln
533   else
534     as_ln_s='cp -pR'
535   fi
536 else
537   as_ln_s='cp -pR'
538 fi
539 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
540 rmdir conf$$.dir 2>/dev/null
541
542 if mkdir -p . 2>/dev/null; then
543   as_mkdir_p='mkdir -p "$as_dir"'
544 else
545   test -d ./-p && rmdir ./-p
546   as_mkdir_p=false
547 fi
548
549 as_test_x='test -x'
550 as_executable_p=as_fn_executable_p
551
552 # Sed expression to map a string onto a valid CPP name.
553 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
554
555 # Sed expression to map a string onto a valid variable name.
556 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
557
558
559 test -n "$DJDIR" || exec 7<&0 </dev/null
560 exec 6>&1
561
562 # Name of the host.
563 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
564 # so uname gets run too.
565 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
566
567 #
568 # Initializations.
569 #
570 ac_default_prefix=/usr/local
571 ac_clean_files=
572 ac_config_libobj_dir=.
573 LIBOBJS=
574 cross_compiling=no
575 subdirs=
576 MFLAGS=
577 MAKEFLAGS=
578
579 # Identity of this package.
580 PACKAGE_NAME='gettext'
581 PACKAGE_TARNAME='gettext'
582 PACKAGE_VERSION='0.20.2'
583 PACKAGE_STRING='gettext 0.20.2'
584 PACKAGE_BUGREPORT='bug-gettext@gnu.org'
585 PACKAGE_URL=''
586
587 ac_unique_file="gettext-tools/src/msgfmt.c"
588 enable_option_checking=no
589 ac_subst_vars='LTLIBOBJS
590 LIBOBJS
591 CXXCPP
592 EMACSLOADPATH
593 EMACS
594 CXXFLAGS
595 CXX
596 LT_SYS_LIBRARY_PATH
597 CPP
598 YFLAGS
599 YACC
600 CPPFLAGS
601 LDFLAGS
602 CFLAGS
603 CC
604 host_os
605 host_vendor
606 host_cpu
607 host
608 build_os
609 build_vendor
610 build_cpu
611 build
612 subdirs
613 AM_BACKSLASH
614 AM_DEFAULT_VERBOSITY
615 AM_DEFAULT_V
616 AM_V
617 am__untar
618 am__tar
619 AMTAR
620 am__leading_dot
621 SET_MAKE
622 AWK
623 mkdir_p
624 MKDIR_P
625 INSTALL_STRIP_PROGRAM
626 STRIP
627 install_sh
628 MAKEINFO
629 AUTOHEADER
630 AUTOMAKE
631 AUTOCONF
632 ACLOCAL
633 VERSION
634 PACKAGE
635 CYGPATH_W
636 am__isrc
637 INSTALL_DATA
638 INSTALL_SCRIPT
639 INSTALL_PROGRAM
640 target_alias
641 host_alias
642 build_alias
643 LIBS
644 ECHO_T
645 ECHO_N
646 ECHO_C
647 DEFS
648 mandir
649 localedir
650 libdir
651 psdir
652 pdfdir
653 dvidir
654 htmldir
655 infodir
656 docdir
657 oldincludedir
658 includedir
659 localstatedir
660 sharedstatedir
661 sysconfdir
662 datadir
663 datarootdir
664 libexecdir
665 sbindir
666 bindir
667 program_transform_name
668 prefix
669 exec_prefix
670 PACKAGE_URL
671 PACKAGE_BUGREPORT
672 PACKAGE_STRING
673 PACKAGE_VERSION
674 PACKAGE_TARNAME
675 PACKAGE_NAME
676 PATH_SEPARATOR
677 SHELL'
678 ac_subst_files=''
679 ac_user_opts='
680 enable_option_checking
681 enable_silent_rules
682 enable_dependency_tracking
683 enable_java
684 enable_csharp
685 enable_largefile
686 enable_threads
687 enable_shared
688 enable_static
689 with_pic
690 enable_fast_install
691 with_aix_soname
692 with_gnu_ld
693 with_sysroot
694 enable_libtool_lock
695 enable_nls
696 enable_rpath
697 with_libiconv_prefix
698 enable_c__
699 with_included_gettext
700 with_libintl_prefix
701 enable_cross_guesses
702 enable_relocatable
703 enable_libasprintf
704 enable_curses
705 with_libncurses_prefix
706 with_libtermcap_prefix
707 with_libxcurses_prefix
708 with_libcurses_prefix
709 enable_namespacing
710 with_libtextstyle_prefix
711 enable_openmp
712 enable_acl
713 with_included_libunistring
714 with_libunistring_prefix
715 with_included_libxml
716 with_libxml2_prefix
717 with_included_regex
718 with_emacs
719 with_lispdir
720 with_git
721 with_cvs
722 with_bzip2
723 with_xz
724 '
725       ac_precious_vars='build_alias
726 host_alias
727 target_alias
728 CC
729 CFLAGS
730 LDFLAGS
731 LIBS
732 CPPFLAGS
733 YACC
734 YFLAGS
735 CPP
736 LT_SYS_LIBRARY_PATH
737 CXX
738 CXXFLAGS
739 EMACS
740 EMACSLOADPATH
741 CXXCPP'
742 ac_subdirs_all='gettext-runtime libtextstyle gettext-tools'
743
744 # Initialize some variables set by options.
745 ac_init_help=
746 ac_init_version=false
747 ac_unrecognized_opts=
748 ac_unrecognized_sep=
749 # The variables have the same names as the options, with
750 # dashes changed to underlines.
751 cache_file=/dev/null
752 exec_prefix=NONE
753 no_create=
754 no_recursion=
755 prefix=NONE
756 program_prefix=NONE
757 program_suffix=NONE
758 program_transform_name=s,x,x,
759 silent=
760 site=
761 srcdir=
762 verbose=
763 x_includes=NONE
764 x_libraries=NONE
765
766 # Installation directory options.
767 # These are left unexpanded so users can "make install exec_prefix=/foo"
768 # and all the variables that are supposed to be based on exec_prefix
769 # by default will actually change.
770 # Use braces instead of parens because sh, perl, etc. also accept them.
771 # (The list follows the same order as the GNU Coding Standards.)
772 bindir='${exec_prefix}/bin'
773 sbindir='${exec_prefix}/sbin'
774 libexecdir='${exec_prefix}/libexec'
775 datarootdir='${prefix}/share'
776 datadir='${datarootdir}'
777 sysconfdir='${prefix}/etc'
778 sharedstatedir='${prefix}/com'
779 localstatedir='${prefix}/var'
780 includedir='${prefix}/include'
781 oldincludedir='/usr/include'
782 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
783 infodir='${datarootdir}/info'
784 htmldir='${docdir}'
785 dvidir='${docdir}'
786 pdfdir='${docdir}'
787 psdir='${docdir}'
788 libdir='${exec_prefix}/lib'
789 localedir='${datarootdir}/locale'
790 mandir='${datarootdir}/man'
791
792 ac_prev=
793 ac_dashdash=
794 for ac_option
795 do
796   # If the previous option needs an argument, assign it.
797   if test -n "$ac_prev"; then
798     eval $ac_prev=\$ac_option
799     ac_prev=
800     continue
801   fi
802
803   case $ac_option in
804   *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
805   *=)   ac_optarg= ;;
806   *)    ac_optarg=yes ;;
807   esac
808
809   # Accept the important Cygnus configure options, so we can diagnose typos.
810
811   case $ac_dashdash$ac_option in
812   --)
813     ac_dashdash=yes ;;
814
815   -bindir | --bindir | --bindi | --bind | --bin | --bi)
816     ac_prev=bindir ;;
817   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
818     bindir=$ac_optarg ;;
819
820   -build | --build | --buil | --bui | --bu)
821     ac_prev=build_alias ;;
822   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
823     build_alias=$ac_optarg ;;
824
825   -cache-file | --cache-file | --cache-fil | --cache-fi \
826   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
827     ac_prev=cache_file ;;
828   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
829   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
830     cache_file=$ac_optarg ;;
831
832   --config-cache | -C)
833     cache_file=config.cache ;;
834
835   -datadir | --datadir | --datadi | --datad)
836     ac_prev=datadir ;;
837   -datadir=* | --datadir=* | --datadi=* | --datad=*)
838     datadir=$ac_optarg ;;
839
840   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
841   | --dataroo | --dataro | --datar)
842     ac_prev=datarootdir ;;
843   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
844   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
845     datarootdir=$ac_optarg ;;
846
847   -disable-* | --disable-*)
848     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
849     # Reject names that are not valid shell variable names.
850     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
851       as_fn_error $? "invalid feature name: $ac_useropt"
852     ac_useropt_orig=$ac_useropt
853     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
854     case $ac_user_opts in
855       *"
856 "enable_$ac_useropt"
857 "*) ;;
858       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
859          ac_unrecognized_sep=', ';;
860     esac
861     eval enable_$ac_useropt=no ;;
862
863   -docdir | --docdir | --docdi | --doc | --do)
864     ac_prev=docdir ;;
865   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
866     docdir=$ac_optarg ;;
867
868   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
869     ac_prev=dvidir ;;
870   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
871     dvidir=$ac_optarg ;;
872
873   -enable-* | --enable-*)
874     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
875     # Reject names that are not valid shell variable names.
876     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
877       as_fn_error $? "invalid feature name: $ac_useropt"
878     ac_useropt_orig=$ac_useropt
879     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
880     case $ac_user_opts in
881       *"
882 "enable_$ac_useropt"
883 "*) ;;
884       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
885          ac_unrecognized_sep=', ';;
886     esac
887     eval enable_$ac_useropt=\$ac_optarg ;;
888
889   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
890   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
891   | --exec | --exe | --ex)
892     ac_prev=exec_prefix ;;
893   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
894   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
895   | --exec=* | --exe=* | --ex=*)
896     exec_prefix=$ac_optarg ;;
897
898   -gas | --gas | --ga | --g)
899     # Obsolete; use --with-gas.
900     with_gas=yes ;;
901
902   -help | --help | --hel | --he | -h)
903     ac_init_help=long ;;
904   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
905     ac_init_help=recursive ;;
906   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
907     ac_init_help=short ;;
908
909   -host | --host | --hos | --ho)
910     ac_prev=host_alias ;;
911   -host=* | --host=* | --hos=* | --ho=*)
912     host_alias=$ac_optarg ;;
913
914   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
915     ac_prev=htmldir ;;
916   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
917   | --ht=*)
918     htmldir=$ac_optarg ;;
919
920   -includedir | --includedir | --includedi | --included | --include \
921   | --includ | --inclu | --incl | --inc)
922     ac_prev=includedir ;;
923   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
924   | --includ=* | --inclu=* | --incl=* | --inc=*)
925     includedir=$ac_optarg ;;
926
927   -infodir | --infodir | --infodi | --infod | --info | --inf)
928     ac_prev=infodir ;;
929   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
930     infodir=$ac_optarg ;;
931
932   -libdir | --libdir | --libdi | --libd)
933     ac_prev=libdir ;;
934   -libdir=* | --libdir=* | --libdi=* | --libd=*)
935     libdir=$ac_optarg ;;
936
937   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
938   | --libexe | --libex | --libe)
939     ac_prev=libexecdir ;;
940   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
941   | --libexe=* | --libex=* | --libe=*)
942     libexecdir=$ac_optarg ;;
943
944   -localedir | --localedir | --localedi | --localed | --locale)
945     ac_prev=localedir ;;
946   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
947     localedir=$ac_optarg ;;
948
949   -localstatedir | --localstatedir | --localstatedi | --localstated \
950   | --localstate | --localstat | --localsta | --localst | --locals)
951     ac_prev=localstatedir ;;
952   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
953   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
954     localstatedir=$ac_optarg ;;
955
956   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
957     ac_prev=mandir ;;
958   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
959     mandir=$ac_optarg ;;
960
961   -nfp | --nfp | --nf)
962     # Obsolete; use --without-fp.
963     with_fp=no ;;
964
965   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
966   | --no-cr | --no-c | -n)
967     no_create=yes ;;
968
969   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
970   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
971     no_recursion=yes ;;
972
973   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
974   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
975   | --oldin | --oldi | --old | --ol | --o)
976     ac_prev=oldincludedir ;;
977   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
978   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
979   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
980     oldincludedir=$ac_optarg ;;
981
982   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
983     ac_prev=prefix ;;
984   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
985     prefix=$ac_optarg ;;
986
987   -program-prefix | --program-prefix | --program-prefi | --program-pref \
988   | --program-pre | --program-pr | --program-p)
989     ac_prev=program_prefix ;;
990   -program-prefix=* | --program-prefix=* | --program-prefi=* \
991   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
992     program_prefix=$ac_optarg ;;
993
994   -program-suffix | --program-suffix | --program-suffi | --program-suff \
995   | --program-suf | --program-su | --program-s)
996     ac_prev=program_suffix ;;
997   -program-suffix=* | --program-suffix=* | --program-suffi=* \
998   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
999     program_suffix=$ac_optarg ;;
1000
1001   -program-transform-name | --program-transform-name \
1002   | --program-transform-nam | --program-transform-na \
1003   | --program-transform-n | --program-transform- \
1004   | --program-transform | --program-transfor \
1005   | --program-transfo | --program-transf \
1006   | --program-trans | --program-tran \
1007   | --progr-tra | --program-tr | --program-t)
1008     ac_prev=program_transform_name ;;
1009   -program-transform-name=* | --program-transform-name=* \
1010   | --program-transform-nam=* | --program-transform-na=* \
1011   | --program-transform-n=* | --program-transform-=* \
1012   | --program-transform=* | --program-transfor=* \
1013   | --program-transfo=* | --program-transf=* \
1014   | --program-trans=* | --program-tran=* \
1015   | --progr-tra=* | --program-tr=* | --program-t=*)
1016     program_transform_name=$ac_optarg ;;
1017
1018   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1019     ac_prev=pdfdir ;;
1020   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1021     pdfdir=$ac_optarg ;;
1022
1023   -psdir | --psdir | --psdi | --psd | --ps)
1024     ac_prev=psdir ;;
1025   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1026     psdir=$ac_optarg ;;
1027
1028   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1029   | -silent | --silent | --silen | --sile | --sil)
1030     silent=yes ;;
1031
1032   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1033     ac_prev=sbindir ;;
1034   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1035   | --sbi=* | --sb=*)
1036     sbindir=$ac_optarg ;;
1037
1038   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1039   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1040   | --sharedst | --shareds | --shared | --share | --shar \
1041   | --sha | --sh)
1042     ac_prev=sharedstatedir ;;
1043   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1044   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1045   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1046   | --sha=* | --sh=*)
1047     sharedstatedir=$ac_optarg ;;
1048
1049   -site | --site | --sit)
1050     ac_prev=site ;;
1051   -site=* | --site=* | --sit=*)
1052     site=$ac_optarg ;;
1053
1054   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1055     ac_prev=srcdir ;;
1056   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1057     srcdir=$ac_optarg ;;
1058
1059   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1060   | --syscon | --sysco | --sysc | --sys | --sy)
1061     ac_prev=sysconfdir ;;
1062   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1063   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1064     sysconfdir=$ac_optarg ;;
1065
1066   -target | --target | --targe | --targ | --tar | --ta | --t)
1067     ac_prev=target_alias ;;
1068   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1069     target_alias=$ac_optarg ;;
1070
1071   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1072     verbose=yes ;;
1073
1074   -version | --version | --versio | --versi | --vers | -V)
1075     ac_init_version=: ;;
1076
1077   -with-* | --with-*)
1078     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1079     # Reject names that are not valid shell variable names.
1080     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1081       as_fn_error $? "invalid package name: $ac_useropt"
1082     ac_useropt_orig=$ac_useropt
1083     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1084     case $ac_user_opts in
1085       *"
1086 "with_$ac_useropt"
1087 "*) ;;
1088       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1089          ac_unrecognized_sep=', ';;
1090     esac
1091     eval with_$ac_useropt=\$ac_optarg ;;
1092
1093   -without-* | --without-*)
1094     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1095     # Reject names that are not valid shell variable names.
1096     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1097       as_fn_error $? "invalid package name: $ac_useropt"
1098     ac_useropt_orig=$ac_useropt
1099     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1100     case $ac_user_opts in
1101       *"
1102 "with_$ac_useropt"
1103 "*) ;;
1104       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1105          ac_unrecognized_sep=', ';;
1106     esac
1107     eval with_$ac_useropt=no ;;
1108
1109   --x)
1110     # Obsolete; use --with-x.
1111     with_x=yes ;;
1112
1113   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1114   | --x-incl | --x-inc | --x-in | --x-i)
1115     ac_prev=x_includes ;;
1116   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1117   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1118     x_includes=$ac_optarg ;;
1119
1120   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1121   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1122     ac_prev=x_libraries ;;
1123   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1124   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1125     x_libraries=$ac_optarg ;;
1126
1127   -*) as_fn_error $? "unrecognized option: \`$ac_option'
1128 Try \`$0 --help' for more information"
1129     ;;
1130
1131   *=*)
1132     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1133     # Reject names that are not valid shell variable names.
1134     case $ac_envvar in #(
1135       '' | [0-9]* | *[!_$as_cr_alnum]* )
1136       as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1137     esac
1138     eval $ac_envvar=\$ac_optarg
1139     export $ac_envvar ;;
1140
1141   *)
1142     # FIXME: should be removed in autoconf 3.0.
1143     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1144     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1145       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1146     : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1147     ;;
1148
1149   esac
1150 done
1151
1152 if test -n "$ac_prev"; then
1153   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1154   as_fn_error $? "missing argument to $ac_option"
1155 fi
1156
1157 if test -n "$ac_unrecognized_opts"; then
1158   case $enable_option_checking in
1159     no) ;;
1160     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1161     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1162   esac
1163 fi
1164
1165 # Check all directory arguments for consistency.
1166 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1167                 datadir sysconfdir sharedstatedir localstatedir includedir \
1168                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1169                 libdir localedir mandir
1170 do
1171   eval ac_val=\$$ac_var
1172   # Remove trailing slashes.
1173   case $ac_val in
1174     */ )
1175       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1176       eval $ac_var=\$ac_val;;
1177   esac
1178   # Be sure to have absolute directory names.
1179   case $ac_val in
1180     [\\/$]* | ?:[\\/]* )  continue;;
1181     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1182   esac
1183   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1184 done
1185
1186 # There might be people who depend on the old broken behavior: `$host'
1187 # used to hold the argument of --host etc.
1188 # FIXME: To remove some day.
1189 build=$build_alias
1190 host=$host_alias
1191 target=$target_alias
1192
1193 # FIXME: To remove some day.
1194 if test "x$host_alias" != x; then
1195   if test "x$build_alias" = x; then
1196     cross_compiling=maybe
1197   elif test "x$build_alias" != "x$host_alias"; then
1198     cross_compiling=yes
1199   fi
1200 fi
1201
1202 ac_tool_prefix=
1203 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1204
1205 test "$silent" = yes && exec 6>/dev/null
1206
1207
1208 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1209 ac_ls_di=`ls -di .` &&
1210 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1211   as_fn_error $? "working directory cannot be determined"
1212 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1213   as_fn_error $? "pwd does not report name of working directory"
1214
1215
1216 # Find the source files, if location was not specified.
1217 if test -z "$srcdir"; then
1218   ac_srcdir_defaulted=yes
1219   # Try the directory containing this script, then the parent directory.
1220   ac_confdir=`$as_dirname -- "$as_myself" ||
1221 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1222          X"$as_myself" : 'X\(//\)[^/]' \| \
1223          X"$as_myself" : 'X\(//\)$' \| \
1224          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1225 $as_echo X"$as_myself" |
1226     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1227             s//\1/
1228             q
1229           }
1230           /^X\(\/\/\)[^/].*/{
1231             s//\1/
1232             q
1233           }
1234           /^X\(\/\/\)$/{
1235             s//\1/
1236             q
1237           }
1238           /^X\(\/\).*/{
1239             s//\1/
1240             q
1241           }
1242           s/.*/./; q'`
1243   srcdir=$ac_confdir
1244   if test ! -r "$srcdir/$ac_unique_file"; then
1245     srcdir=..
1246   fi
1247 else
1248   ac_srcdir_defaulted=no
1249 fi
1250 if test ! -r "$srcdir/$ac_unique_file"; then
1251   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1252   as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1253 fi
1254 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1255 ac_abs_confdir=`(
1256         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1257         pwd)`
1258 # When building in place, set srcdir=.
1259 if test "$ac_abs_confdir" = "$ac_pwd"; then
1260   srcdir=.
1261 fi
1262 # Remove unnecessary trailing slashes from srcdir.
1263 # Double slashes in file names in object file debugging info
1264 # mess up M-x gdb in Emacs.
1265 case $srcdir in
1266 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1267 esac
1268 for ac_var in $ac_precious_vars; do
1269   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1270   eval ac_env_${ac_var}_value=\$${ac_var}
1271   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1272   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1273 done
1274
1275 #
1276 # Report the --help message.
1277 #
1278 if test "$ac_init_help" = "long"; then
1279   # Omit some internal or obsolete options to make the list less imposing.
1280   # This message is too long to be a string in the A/UX 3.1 sh.
1281   cat <<_ACEOF
1282 \`configure' configures gettext 0.20.2 to adapt to many kinds of systems.
1283
1284 Usage: $0 [OPTION]... [VAR=VALUE]...
1285
1286 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1287 VAR=VALUE.  See below for descriptions of some of the useful variables.
1288
1289 Defaults for the options are specified in brackets.
1290
1291 Configuration:
1292   -h, --help              display this help and exit
1293       --help=short        display options specific to this package
1294       --help=recursive    display the short help of all the included packages
1295   -V, --version           display version information and exit
1296   -q, --quiet, --silent   do not print \`checking ...' messages
1297       --cache-file=FILE   cache test results in FILE [disabled]
1298   -C, --config-cache      alias for \`--cache-file=config.cache'
1299   -n, --no-create         do not create output files
1300       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1301
1302 Installation directories:
1303   --prefix=PREFIX         install architecture-independent files in PREFIX
1304                           [$ac_default_prefix]
1305   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1306                           [PREFIX]
1307
1308 By default, \`make install' will install all the files in
1309 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1310 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1311 for instance \`--prefix=\$HOME'.
1312
1313 For better control, use the options below.
1314
1315 Fine tuning of the installation directories:
1316   --bindir=DIR            user executables [EPREFIX/bin]
1317   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1318   --libexecdir=DIR        program executables [EPREFIX/libexec]
1319   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1320   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1321   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1322   --libdir=DIR            object code libraries [EPREFIX/lib]
1323   --includedir=DIR        C header files [PREFIX/include]
1324   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1325   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1326   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1327   --infodir=DIR           info documentation [DATAROOTDIR/info]
1328   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1329   --mandir=DIR            man documentation [DATAROOTDIR/man]
1330   --docdir=DIR            documentation root [DATAROOTDIR/doc/gettext]
1331   --htmldir=DIR           html documentation [DOCDIR]
1332   --dvidir=DIR            dvi documentation [DOCDIR]
1333   --pdfdir=DIR            pdf documentation [DOCDIR]
1334   --psdir=DIR             ps documentation [DOCDIR]
1335 _ACEOF
1336
1337   cat <<\_ACEOF
1338
1339 Program names:
1340   --program-prefix=PREFIX            prepend PREFIX to installed program names
1341   --program-suffix=SUFFIX            append SUFFIX to installed program names
1342   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1343
1344 System types:
1345   --build=BUILD     configure for building on BUILD [guessed]
1346   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1347 _ACEOF
1348 fi
1349
1350 if test -n "$ac_init_help"; then
1351   case $ac_init_help in
1352      short | recursive ) echo "Configuration of gettext 0.20.2:";;
1353    esac
1354   cat <<\_ACEOF
1355
1356 Optional Features:
1357   --disable-option-checking  ignore unrecognized --enable/--with options
1358   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1359   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1360   --enable-silent-rules   less verbose build output (undo: "make V=1")
1361   --disable-silent-rules  verbose build output (undo: "make V=0")
1362   --enable-dependency-tracking
1363                           do not reject slow dependency extractors
1364   --disable-dependency-tracking
1365                           speeds up one-time build
1366   --disable-java          do not build Java sources
1367   --enable-csharp[=IMPL]  choose preferred C# implementation (mono)
1368   --disable-largefile     omit support for large files
1369   --enable-threads={isoc|posix|isoc+posix|windows}
1370                           specify multithreading API
1371   --disable-threads       build without multithread safety
1372   --enable-shared[=PKGS]  build shared libraries
1373                           [default=]_LT_ENABLE_SHARED_DEFAULT[]
1374   --enable-static[=PKGS]  build static libraries
1375                           [default=]_LT_ENABLE_STATIC_DEFAULT[]
1376   --enable-fast-install[=PKGS]
1377                           optimize for fast installation
1378                           [default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[]
1379   --disable-libtool-lock  avoid locking (might break parallel builds)
1380   --disable-nls           do not use Native Language Support
1381   --disable-rpath         do not hardcode runtime library paths
1382   --disable-c++           do not build C++ sources
1383   --enable-cross-guesses={conservative|risky}
1384                           specify policy for cross-compilation guesses
1385   --enable-relocatable    install a package that can be moved in the file
1386                           system
1387   --disable-libasprintf   do not build libasprintf
1388   --disable-curses        do not use libncurses, libtermcap even if they exist
1389   --disable-namespacing   build a library that exports undesired symbols
1390   --disable-openmp        do not use OpenMP
1391   --disable-acl           do not support ACLs
1392
1393 Optional Packages:
1394   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1395   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1396   --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
1397                           both]
1398   --with-aix-soname=aix|svr4|both
1399                           shared library versioning (aka "SONAME") variant to
1400                           provide on AIX,
1401                           [default=]_LT_WITH_AIX_SONAME_DEFAULT[].
1402   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1403   --with-sysroot=DIR      Search for dependent libraries within DIR (or the
1404                           compiler's sysroot if not specified).
1405   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1406   --with-libiconv-prefix[=DIR]  search for PACKLIBS in DIR/include and DIR/lib
1407   --without-libiconv-prefix     don't search for PACKLIBS in includedir and libdir
1408   --with-included-gettext use the GNU gettext library included here
1409   --with-libintl-prefix[=DIR]  search for PACKLIBS in DIR/include and DIR/lib
1410   --without-libintl-prefix     don't search for PACKLIBS in includedir and libdir
1411   --with-libncurses-prefix[=DIR]  search for PACKLIBS in DIR/include and DIR/lib
1412   --without-libncurses-prefix     don't search for PACKLIBS in includedir and libdir
1413   --with-libtermcap-prefix[=DIR]  search for PACKLIBS in DIR/include and DIR/lib
1414   --without-libtermcap-prefix     don't search for PACKLIBS in includedir and libdir
1415   --with-libxcurses-prefix[=DIR]  search for PACKLIBS in DIR/include and DIR/lib
1416   --without-libxcurses-prefix     don't search for PACKLIBS in includedir and libdir
1417   --with-libcurses-prefix[=DIR]  search for PACKLIBS in DIR/include and DIR/lib
1418   --without-libcurses-prefix     don't search for PACKLIBS in includedir and libdir
1419   --with-libtextstyle-prefix[=DIR]  search for PACKLIBS in DIR/include and DIR/lib
1420   --without-libtextstyle-prefix     don't search for PACKLIBS in includedir and libdir
1421   --with-included-libunistring  use the libunistring parts included here
1422   --with-libunistring-prefix[=DIR]  search for PACKLIBS in DIR/include and DIR/lib
1423   --without-libunistring-prefix     don't search for PACKLIBS in includedir and libdir
1424   --with-included-libxml  use the libxml2 included here
1425   --with-libxml2-prefix[=DIR]  search for PACKLIBS in DIR/include and DIR/lib
1426   --without-libxml2-prefix     don't search for PACKLIBS in includedir and libdir
1427   --without-included-regex
1428                           don't compile regex; this is the default on systems
1429                           with recent-enough versions of the GNU C Library
1430                           (use with caution on other systems).
1431   --without-emacs         do not use Emacs, don't install po-mode
1432   --with-lispdir          override the default lisp directory
1433   --without-git           don't use git to compress the infrastructure archive
1434   --with-cvs              use cvs to compress the infrastructure archive
1435                           (deprecated)
1436   --without-bzip2         don't use bzip2 to compress the infrastructure archive
1437   --without-xz            don't use xz to compress the infrastructure archive
1438
1439 Some influential environment variables:
1440   CC          C compiler command
1441   CFLAGS      C compiler flags
1442   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1443               nonstandard directory <lib dir>
1444   LIBS        libraries to pass to the linker, e.g. -l<library>
1445   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1446               you have headers in a nonstandard directory <include dir>
1447   YACC        The `Yet Another Compiler Compiler' implementation to use.
1448               Defaults to the first program found out of: `bison -y', `byacc',
1449               `yacc'.
1450   YFLAGS      The list of arguments that will be passed by default to $YACC.
1451               This script will default YFLAGS to the empty string to avoid a
1452               default value of `-d' given by some make applications.
1453   CPP         C preprocessor
1454   LT_SYS_LIBRARY_PATH
1455               User-defined run-time library search path.
1456   CXX         C++ compiler command
1457   CXXFLAGS    C++ compiler flags
1458   EMACS       the Emacs editor command
1459   EMACSLOADPATH
1460               the Emacs library search path
1461   CXXCPP      C++ preprocessor
1462
1463 Use these variables to override the choices made by `configure' or to help
1464 it to find libraries and programs with nonstandard names/locations.
1465
1466 Report bugs to <bug-gettext@gnu.org>.
1467 _ACEOF
1468 ac_status=$?
1469 fi
1470
1471 if test "$ac_init_help" = "recursive"; then
1472   # If there are subdirs, report their specific --help.
1473   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1474     test -d "$ac_dir" ||
1475       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1476       continue
1477     ac_builddir=.
1478
1479 case "$ac_dir" in
1480 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1481 *)
1482   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1483   # A ".." for each directory in $ac_dir_suffix.
1484   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1485   case $ac_top_builddir_sub in
1486   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1487   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1488   esac ;;
1489 esac
1490 ac_abs_top_builddir=$ac_pwd
1491 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1492 # for backward compatibility:
1493 ac_top_builddir=$ac_top_build_prefix
1494
1495 case $srcdir in
1496   .)  # We are building in place.
1497     ac_srcdir=.
1498     ac_top_srcdir=$ac_top_builddir_sub
1499     ac_abs_top_srcdir=$ac_pwd ;;
1500   [\\/]* | ?:[\\/]* )  # Absolute name.
1501     ac_srcdir=$srcdir$ac_dir_suffix;
1502     ac_top_srcdir=$srcdir
1503     ac_abs_top_srcdir=$srcdir ;;
1504   *) # Relative name.
1505     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1506     ac_top_srcdir=$ac_top_build_prefix$srcdir
1507     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1508 esac
1509 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1510
1511     cd "$ac_dir" || { ac_status=$?; continue; }
1512     # Check for guested configure.
1513     if test -f "$ac_srcdir/configure.gnu"; then
1514       echo &&
1515       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1516     elif test -f "$ac_srcdir/configure"; then
1517       echo &&
1518       $SHELL "$ac_srcdir/configure" --help=recursive
1519     else
1520       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1521     fi || ac_status=$?
1522     cd "$ac_pwd" || { ac_status=$?; break; }
1523   done
1524 fi
1525
1526 test -n "$ac_init_help" && exit $ac_status
1527 if $ac_init_version; then
1528   cat <<\_ACEOF
1529 gettext configure 0.20.2
1530 generated by GNU Autoconf 2.69
1531
1532 Copyright (C) 2012 Free Software Foundation, Inc.
1533 This configure script is free software; the Free Software Foundation
1534 gives unlimited permission to copy, distribute and modify it.
1535 _ACEOF
1536   exit
1537 fi
1538
1539 ## ------------------------ ##
1540 ## Autoconf initialization. ##
1541 ## ------------------------ ##
1542 cat >config.log <<_ACEOF
1543 This file contains any messages produced by compilers while
1544 running configure, to aid debugging if configure makes a mistake.
1545
1546 It was created by gettext $as_me 0.20.2, which was
1547 generated by GNU Autoconf 2.69.  Invocation command line was
1548
1549   $ $0 $@
1550
1551 _ACEOF
1552 exec 5>>config.log
1553 {
1554 cat <<_ASUNAME
1555 ## --------- ##
1556 ## Platform. ##
1557 ## --------- ##
1558
1559 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1560 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1561 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1562 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1563 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1564
1565 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1566 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1567
1568 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1569 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1570 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1571 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1572 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1573 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1574 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1575
1576 _ASUNAME
1577
1578 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1579 for as_dir in $PATH
1580 do
1581   IFS=$as_save_IFS
1582   test -z "$as_dir" && as_dir=.
1583     $as_echo "PATH: $as_dir"
1584   done
1585 IFS=$as_save_IFS
1586
1587 } >&5
1588
1589 cat >&5 <<_ACEOF
1590
1591
1592 ## ----------- ##
1593 ## Core tests. ##
1594 ## ----------- ##
1595
1596 _ACEOF
1597
1598
1599 # Keep a trace of the command line.
1600 # Strip out --no-create and --no-recursion so they do not pile up.
1601 # Strip out --silent because we don't want to record it for future runs.
1602 # Also quote any args containing shell meta-characters.
1603 # Make two passes to allow for proper duplicate-argument suppression.
1604 ac_configure_args=
1605 ac_configure_args0=
1606 ac_configure_args1=
1607 ac_must_keep_next=false
1608 for ac_pass in 1 2
1609 do
1610   for ac_arg
1611   do
1612     case $ac_arg in
1613     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1614     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1615     | -silent | --silent | --silen | --sile | --sil)
1616       continue ;;
1617     *\'*)
1618       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1619     esac
1620     case $ac_pass in
1621     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1622     2)
1623       as_fn_append ac_configure_args1 " '$ac_arg'"
1624       if test $ac_must_keep_next = true; then
1625         ac_must_keep_next=false # Got value, back to normal.
1626       else
1627         case $ac_arg in
1628           *=* | --config-cache | -C | -disable-* | --disable-* \
1629           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1630           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1631           | -with-* | --with-* | -without-* | --without-* | --x)
1632             case "$ac_configure_args0 " in
1633               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1634             esac
1635             ;;
1636           -* ) ac_must_keep_next=true ;;
1637         esac
1638       fi
1639       as_fn_append ac_configure_args " '$ac_arg'"
1640       ;;
1641     esac
1642   done
1643 done
1644 { ac_configure_args0=; unset ac_configure_args0;}
1645 { ac_configure_args1=; unset ac_configure_args1;}
1646
1647 # When interrupted or exit'd, cleanup temporary files, and complete
1648 # config.log.  We remove comments because anyway the quotes in there
1649 # would cause problems or look ugly.
1650 # WARNING: Use '\'' to represent an apostrophe within the trap.
1651 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1652 trap 'exit_status=$?
1653   # Save into config.log some information that might help in debugging.
1654   {
1655     echo
1656
1657     $as_echo "## ---------------- ##
1658 ## Cache variables. ##
1659 ## ---------------- ##"
1660     echo
1661     # The following way of writing the cache mishandles newlines in values,
1662 (
1663   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1664     eval ac_val=\$$ac_var
1665     case $ac_val in #(
1666     *${as_nl}*)
1667       case $ac_var in #(
1668       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1669 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1670       esac
1671       case $ac_var in #(
1672       _ | IFS | as_nl) ;; #(
1673       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1674       *) { eval $ac_var=; unset $ac_var;} ;;
1675       esac ;;
1676     esac
1677   done
1678   (set) 2>&1 |
1679     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1680     *${as_nl}ac_space=\ *)
1681       sed -n \
1682         "s/'\''/'\''\\\\'\'''\''/g;
1683           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1684       ;; #(
1685     *)
1686       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1687       ;;
1688     esac |
1689     sort
1690 )
1691     echo
1692
1693     $as_echo "## ----------------- ##
1694 ## Output variables. ##
1695 ## ----------------- ##"
1696     echo
1697     for ac_var in $ac_subst_vars
1698     do
1699       eval ac_val=\$$ac_var
1700       case $ac_val in
1701       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1702       esac
1703       $as_echo "$ac_var='\''$ac_val'\''"
1704     done | sort
1705     echo
1706
1707     if test -n "$ac_subst_files"; then
1708       $as_echo "## ------------------- ##
1709 ## File substitutions. ##
1710 ## ------------------- ##"
1711       echo
1712       for ac_var in $ac_subst_files
1713       do
1714         eval ac_val=\$$ac_var
1715         case $ac_val in
1716         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1717         esac
1718         $as_echo "$ac_var='\''$ac_val'\''"
1719       done | sort
1720       echo
1721     fi
1722
1723     if test -s confdefs.h; then
1724       $as_echo "## ----------- ##
1725 ## confdefs.h. ##
1726 ## ----------- ##"
1727       echo
1728       cat confdefs.h
1729       echo
1730     fi
1731     test "$ac_signal" != 0 &&
1732       $as_echo "$as_me: caught signal $ac_signal"
1733     $as_echo "$as_me: exit $exit_status"
1734   } >&5
1735   rm -f core *.core core.conftest.* &&
1736     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1737     exit $exit_status
1738 ' 0
1739 for ac_signal in 1 2 13 15; do
1740   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1741 done
1742 ac_signal=0
1743
1744 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1745 rm -f -r conftest* confdefs.h
1746
1747 $as_echo "/* confdefs.h */" > confdefs.h
1748
1749 # Predefined preprocessor variables.
1750
1751 cat >>confdefs.h <<_ACEOF
1752 #define PACKAGE_NAME "$PACKAGE_NAME"
1753 _ACEOF
1754
1755 cat >>confdefs.h <<_ACEOF
1756 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1757 _ACEOF
1758
1759 cat >>confdefs.h <<_ACEOF
1760 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1761 _ACEOF
1762
1763 cat >>confdefs.h <<_ACEOF
1764 #define PACKAGE_STRING "$PACKAGE_STRING"
1765 _ACEOF
1766
1767 cat >>confdefs.h <<_ACEOF
1768 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1769 _ACEOF
1770
1771 cat >>confdefs.h <<_ACEOF
1772 #define PACKAGE_URL "$PACKAGE_URL"
1773 _ACEOF
1774
1775
1776 # Let the site file select an alternate cache file if it wants to.
1777 # Prefer an explicitly selected file to automatically selected ones.
1778 ac_site_file1=NONE
1779 ac_site_file2=NONE
1780 if test -n "$CONFIG_SITE"; then
1781   # We do not want a PATH search for config.site.
1782   case $CONFIG_SITE in #((
1783     -*)  ac_site_file1=./$CONFIG_SITE;;
1784     */*) ac_site_file1=$CONFIG_SITE;;
1785     *)   ac_site_file1=./$CONFIG_SITE;;
1786   esac
1787 elif test "x$prefix" != xNONE; then
1788   ac_site_file1=$prefix/share/config.site
1789   ac_site_file2=$prefix/etc/config.site
1790 else
1791   ac_site_file1=$ac_default_prefix/share/config.site
1792   ac_site_file2=$ac_default_prefix/etc/config.site
1793 fi
1794 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1795 do
1796   test "x$ac_site_file" = xNONE && continue
1797   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1798     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1799 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1800     sed 's/^/| /' "$ac_site_file" >&5
1801     . "$ac_site_file" \
1802       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1803 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1804 as_fn_error $? "failed to load site script $ac_site_file
1805 See \`config.log' for more details" "$LINENO" 5; }
1806   fi
1807 done
1808
1809 if test -r "$cache_file"; then
1810   # Some versions of bash will fail to source /dev/null (special files
1811   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
1812   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1813     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1814 $as_echo "$as_me: loading cache $cache_file" >&6;}
1815     case $cache_file in
1816       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1817       *)                      . "./$cache_file";;
1818     esac
1819   fi
1820 else
1821   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1822 $as_echo "$as_me: creating cache $cache_file" >&6;}
1823   >$cache_file
1824 fi
1825
1826 # Check that the precious variables saved in the cache have kept the same
1827 # value.
1828 ac_cache_corrupted=false
1829 for ac_var in $ac_precious_vars; do
1830   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1831   eval ac_new_set=\$ac_env_${ac_var}_set
1832   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1833   eval ac_new_val=\$ac_env_${ac_var}_value
1834   case $ac_old_set,$ac_new_set in
1835     set,)
1836       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1837 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1838       ac_cache_corrupted=: ;;
1839     ,set)
1840       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1841 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1842       ac_cache_corrupted=: ;;
1843     ,);;
1844     *)
1845       if test "x$ac_old_val" != "x$ac_new_val"; then
1846         # differences in whitespace do not lead to failure.
1847         ac_old_val_w=`echo x $ac_old_val`
1848         ac_new_val_w=`echo x $ac_new_val`
1849         if test "$ac_old_val_w" != "$ac_new_val_w"; then
1850           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1851 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1852           ac_cache_corrupted=:
1853         else
1854           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1855 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1856           eval $ac_var=\$ac_old_val
1857         fi
1858         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1859 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1860         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1861 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1862       fi;;
1863   esac
1864   # Pass precious variables to config.status.
1865   if test "$ac_new_set" = set; then
1866     case $ac_new_val in
1867     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1868     *) ac_arg=$ac_var=$ac_new_val ;;
1869     esac
1870     case " $ac_configure_args " in
1871       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1872       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1873     esac
1874   fi
1875 done
1876 if $ac_cache_corrupted; then
1877   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1878 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1879   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1880 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1881   as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1882 fi
1883 ## -------------------- ##
1884 ## Main body of script. ##
1885 ## -------------------- ##
1886
1887 ac_ext=c
1888 ac_cpp='$CPP $CPPFLAGS'
1889 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1890 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1891 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1892
1893
1894
1895 ac_aux_dir=
1896 for ac_dir in build-aux "$srcdir"/build-aux; do
1897   if test -f "$ac_dir/install-sh"; then
1898     ac_aux_dir=$ac_dir
1899     ac_install_sh="$ac_aux_dir/install-sh -c"
1900     break
1901   elif test -f "$ac_dir/install.sh"; then
1902     ac_aux_dir=$ac_dir
1903     ac_install_sh="$ac_aux_dir/install.sh -c"
1904     break
1905   elif test -f "$ac_dir/shtool"; then
1906     ac_aux_dir=$ac_dir
1907     ac_install_sh="$ac_aux_dir/shtool install -c"
1908     break
1909   fi
1910 done
1911 if test -z "$ac_aux_dir"; then
1912   as_fn_error $? "cannot find install-sh, install.sh, or shtool in build-aux \"$srcdir\"/build-aux" "$LINENO" 5
1913 fi
1914
1915 # These three variables are undocumented and unsupported,
1916 # and are intended to be withdrawn in a future Autoconf release.
1917 # They can cause serious problems if a builder's source tree is in a directory
1918 # whose full name contains unusual characters.
1919 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1920 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1921 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1922
1923
1924 am__api_version='1.16'
1925
1926 # Find a good install program.  We prefer a C program (faster),
1927 # so one script is as good as another.  But avoid the broken or
1928 # incompatible versions:
1929 # SysV /etc/install, /usr/sbin/install
1930 # SunOS /usr/etc/install
1931 # IRIX /sbin/install
1932 # AIX /bin/install
1933 # AmigaOS /C/install, which installs bootblocks on floppy discs
1934 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1935 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1936 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1937 # OS/2's system install, which has a completely different semantic
1938 # ./install, which can be erroneously created by make from ./install.sh.
1939 # Reject install programs that cannot install multiple files.
1940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
1941 $as_echo_n "checking for a BSD-compatible install... " >&6; }
1942 if test -z "$INSTALL"; then
1943 if ${ac_cv_path_install+:} false; then :
1944   $as_echo_n "(cached) " >&6
1945 else
1946   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1947 for as_dir in $PATH
1948 do
1949   IFS=$as_save_IFS
1950   test -z "$as_dir" && as_dir=.
1951     # Account for people who put trailing slashes in PATH elements.
1952 case $as_dir/ in #((
1953   ./ | .// | /[cC]/* | \
1954   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1955   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1956   /usr/ucb/* ) ;;
1957   *)
1958     # OSF1 and SCO ODT 3.0 have their own names for install.
1959     # Don't use installbsd from OSF since it installs stuff as root
1960     # by default.
1961     for ac_prog in ginstall scoinst install; do
1962       for ac_exec_ext in '' $ac_executable_extensions; do
1963         if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1964           if test $ac_prog = install &&
1965             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1966             # AIX install.  It has an incompatible calling convention.
1967             :
1968           elif test $ac_prog = install &&
1969             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1970             # program-specific install script used by HP pwplus--don't use.
1971             :
1972           else
1973             rm -rf conftest.one conftest.two conftest.dir
1974             echo one > conftest.one
1975             echo two > conftest.two
1976             mkdir conftest.dir
1977             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
1978               test -s conftest.one && test -s conftest.two &&
1979               test -s conftest.dir/conftest.one &&
1980               test -s conftest.dir/conftest.two
1981             then
1982               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1983               break 3
1984             fi
1985           fi
1986         fi
1987       done
1988     done
1989     ;;
1990 esac
1991
1992   done
1993 IFS=$as_save_IFS
1994
1995 rm -rf conftest.one conftest.two conftest.dir
1996
1997 fi
1998   if test "${ac_cv_path_install+set}" = set; then
1999     INSTALL=$ac_cv_path_install
2000   else
2001     # As a last resort, use the slow shell script.  Don't cache a
2002     # value for INSTALL within a source directory, because that will
2003     # break other packages using the cache if that directory is
2004     # removed, or if the value is a relative name.
2005     INSTALL=$ac_install_sh
2006   fi
2007 fi
2008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2009 $as_echo "$INSTALL" >&6; }
2010
2011 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2012 # It thinks the first close brace ends the variable substitution.
2013 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2014
2015 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2016
2017 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2018
2019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2020 $as_echo_n "checking whether build environment is sane... " >&6; }
2021 # Reject unsafe characters in $srcdir or the absolute working directory
2022 # name.  Accept space and tab only in the latter.
2023 am_lf='
2024 '
2025 case `pwd` in
2026   *[\\\"\#\$\&\'\`$am_lf]*)
2027     as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2028 esac
2029 case $srcdir in
2030   *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2031     as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2032 esac
2033
2034 # Do 'set' in a subshell so we don't clobber the current shell's
2035 # arguments.  Must try -L first in case configure is actually a
2036 # symlink; some systems play weird games with the mod time of symlinks
2037 # (eg FreeBSD returns the mod time of the symlink's containing
2038 # directory).
2039 if (
2040    am_has_slept=no
2041    for am_try in 1 2; do
2042      echo "timestamp, slept: $am_has_slept" > conftest.file
2043      set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2044      if test "$*" = "X"; then
2045         # -L didn't work.
2046         set X `ls -t "$srcdir/configure" conftest.file`
2047      fi
2048      if test "$*" != "X $srcdir/configure conftest.file" \
2049         && test "$*" != "X conftest.file $srcdir/configure"; then
2050
2051         # If neither matched, then we have a broken ls.  This can happen
2052         # if, for instance, CONFIG_SHELL is bash and it inherits a
2053         # broken ls alias from the environment.  This has actually
2054         # happened.  Such a system could not be considered "sane".
2055         as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2056   alias in your environment" "$LINENO" 5
2057      fi
2058      if test "$2" = conftest.file || test $am_try -eq 2; then
2059        break
2060      fi
2061      # Just in case.
2062      sleep 1
2063      am_has_slept=yes
2064    done
2065    test "$2" = conftest.file
2066    )
2067 then
2068    # Ok.
2069    :
2070 else
2071    as_fn_error $? "newly created file is older than distributed files!
2072 Check your system clock" "$LINENO" 5
2073 fi
2074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2075 $as_echo "yes" >&6; }
2076 # If we didn't sleep, we still need to ensure time stamps of config.status and
2077 # generated files are strictly newer.
2078 am_sleep_pid=
2079 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2080   ( sleep 1 ) &
2081   am_sleep_pid=$!
2082 fi
2083
2084 rm -f conftest.file
2085
2086 test "$program_prefix" != NONE &&
2087   program_transform_name="s&^&$program_prefix&;$program_transform_name"
2088 # Use a double $ so make ignores it.
2089 test "$program_suffix" != NONE &&
2090   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2091 # Double any \ or $.
2092 # By default was `s,x,x', remove it if useless.
2093 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2094 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2095
2096 # Expand $ac_aux_dir to an absolute path.
2097 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2098
2099 if test x"${MISSING+set}" != xset; then
2100   case $am_aux_dir in
2101   *\ * | *\     *)
2102     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2103   *)
2104     MISSING="\${SHELL} $am_aux_dir/missing" ;;
2105   esac
2106 fi
2107 # Use eval to expand $SHELL
2108 if eval "$MISSING --is-lightweight"; then
2109   am_missing_run="$MISSING "
2110 else
2111   am_missing_run=
2112   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2113 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2114 fi
2115
2116 if test x"${install_sh+set}" != xset; then
2117   case $am_aux_dir in
2118   *\ * | *\     *)
2119     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2120   *)
2121     install_sh="\${SHELL} $am_aux_dir/install-sh"
2122   esac
2123 fi
2124
2125 # Installed binaries are usually stripped using 'strip' when the user
2126 # run "make install-strip".  However 'strip' might not be the right
2127 # tool to use in cross-compilation environments, therefore Automake
2128 # will honor the 'STRIP' environment variable to overrule this program.
2129 if test "$cross_compiling" != no; then
2130   if test -n "$ac_tool_prefix"; then
2131   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2132 set dummy ${ac_tool_prefix}strip; ac_word=$2
2133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2134 $as_echo_n "checking for $ac_word... " >&6; }
2135 if ${ac_cv_prog_STRIP+:} false; then :
2136   $as_echo_n "(cached) " >&6
2137 else
2138   if test -n "$STRIP"; then
2139   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2140 else
2141 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2142 for as_dir in $PATH
2143 do
2144   IFS=$as_save_IFS
2145   test -z "$as_dir" && as_dir=.
2146     for ac_exec_ext in '' $ac_executable_extensions; do
2147   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2148     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2149     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2150     break 2
2151   fi
2152 done
2153   done
2154 IFS=$as_save_IFS
2155
2156 fi
2157 fi
2158 STRIP=$ac_cv_prog_STRIP
2159 if test -n "$STRIP"; then
2160   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2161 $as_echo "$STRIP" >&6; }
2162 else
2163   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2164 $as_echo "no" >&6; }
2165 fi
2166
2167
2168 fi
2169 if test -z "$ac_cv_prog_STRIP"; then
2170   ac_ct_STRIP=$STRIP
2171   # Extract the first word of "strip", so it can be a program name with args.
2172 set dummy strip; ac_word=$2
2173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2174 $as_echo_n "checking for $ac_word... " >&6; }
2175 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2176   $as_echo_n "(cached) " >&6
2177 else
2178   if test -n "$ac_ct_STRIP"; then
2179   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2180 else
2181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2182 for as_dir in $PATH
2183 do
2184   IFS=$as_save_IFS
2185   test -z "$as_dir" && as_dir=.
2186     for ac_exec_ext in '' $ac_executable_extensions; do
2187   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2188     ac_cv_prog_ac_ct_STRIP="strip"
2189     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2190     break 2
2191   fi
2192 done
2193   done
2194 IFS=$as_save_IFS
2195
2196 fi
2197 fi
2198 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2199 if test -n "$ac_ct_STRIP"; then
2200   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2201 $as_echo "$ac_ct_STRIP" >&6; }
2202 else
2203   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2204 $as_echo "no" >&6; }
2205 fi
2206
2207   if test "x$ac_ct_STRIP" = x; then
2208     STRIP=":"
2209   else
2210     case $cross_compiling:$ac_tool_warned in
2211 yes:)
2212 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2213 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2214 ac_tool_warned=yes ;;
2215 esac
2216     STRIP=$ac_ct_STRIP
2217   fi
2218 else
2219   STRIP="$ac_cv_prog_STRIP"
2220 fi
2221
2222 fi
2223 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2224
2225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2226 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2227 if test -z "$MKDIR_P"; then
2228   if ${ac_cv_path_mkdir+:} false; then :
2229   $as_echo_n "(cached) " >&6
2230 else
2231   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2232 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2233 do
2234   IFS=$as_save_IFS
2235   test -z "$as_dir" && as_dir=.
2236     for ac_prog in mkdir gmkdir; do
2237          for ac_exec_ext in '' $ac_executable_extensions; do
2238            as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2239            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2240              'mkdir (GNU coreutils) '* | \
2241              'mkdir (coreutils) '* | \
2242              'mkdir (fileutils) '4.1*)
2243                ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2244                break 3;;
2245            esac
2246          done
2247        done
2248   done
2249 IFS=$as_save_IFS
2250
2251 fi
2252
2253   test -d ./--version && rmdir ./--version
2254   if test "${ac_cv_path_mkdir+set}" = set; then
2255     MKDIR_P="$ac_cv_path_mkdir -p"
2256   else
2257     # As a last resort, use the slow shell script.  Don't cache a
2258     # value for MKDIR_P within a source directory, because that will
2259     # break other packages using the cache if that directory is
2260     # removed, or if the value is a relative name.
2261     MKDIR_P="$ac_install_sh -d"
2262   fi
2263 fi
2264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2265 $as_echo "$MKDIR_P" >&6; }
2266
2267 for ac_prog in gawk mawk nawk awk
2268 do
2269   # Extract the first word of "$ac_prog", so it can be a program name with args.
2270 set dummy $ac_prog; ac_word=$2
2271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2272 $as_echo_n "checking for $ac_word... " >&6; }
2273 if ${ac_cv_prog_AWK+:} false; then :
2274   $as_echo_n "(cached) " >&6
2275 else
2276   if test -n "$AWK"; then
2277   ac_cv_prog_AWK="$AWK" # Let the user override the test.
2278 else
2279 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2280 for as_dir in $PATH
2281 do
2282   IFS=$as_save_IFS
2283   test -z "$as_dir" && as_dir=.
2284     for ac_exec_ext in '' $ac_executable_extensions; do
2285   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2286     ac_cv_prog_AWK="$ac_prog"
2287     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2288     break 2
2289   fi
2290 done
2291   done
2292 IFS=$as_save_IFS
2293
2294 fi
2295 fi
2296 AWK=$ac_cv_prog_AWK
2297 if test -n "$AWK"; then
2298   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2299 $as_echo "$AWK" >&6; }
2300 else
2301   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2302 $as_echo "no" >&6; }
2303 fi
2304
2305
2306   test -n "$AWK" && break
2307 done
2308
2309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2310 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2311 set x ${MAKE-make}
2312 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2313 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2314   $as_echo_n "(cached) " >&6
2315 else
2316   cat >conftest.make <<\_ACEOF
2317 SHELL = /bin/sh
2318 all:
2319         @echo '@@@%%%=$(MAKE)=@@@%%%'
2320 _ACEOF
2321 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2322 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2323   *@@@%%%=?*=@@@%%%*)
2324     eval ac_cv_prog_make_${ac_make}_set=yes;;
2325   *)
2326     eval ac_cv_prog_make_${ac_make}_set=no;;
2327 esac
2328 rm -f conftest.make
2329 fi
2330 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2331   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2332 $as_echo "yes" >&6; }
2333   SET_MAKE=
2334 else
2335   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2336 $as_echo "no" >&6; }
2337   SET_MAKE="MAKE=${MAKE-make}"
2338 fi
2339
2340 rm -rf .tst 2>/dev/null
2341 mkdir .tst 2>/dev/null
2342 if test -d .tst; then
2343   am__leading_dot=.
2344 else
2345   am__leading_dot=_
2346 fi
2347 rmdir .tst 2>/dev/null
2348
2349 # Check whether --enable-silent-rules was given.
2350 if test "${enable_silent_rules+set}" = set; then :
2351   enableval=$enable_silent_rules;
2352 fi
2353
2354 case $enable_silent_rules in # (((
2355   yes) AM_DEFAULT_VERBOSITY=0;;
2356    no) AM_DEFAULT_VERBOSITY=1;;
2357     *) AM_DEFAULT_VERBOSITY=1;;
2358 esac
2359 am_make=${MAKE-make}
2360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2361 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2362 if ${am_cv_make_support_nested_variables+:} false; then :
2363   $as_echo_n "(cached) " >&6
2364 else
2365   if $as_echo 'TRUE=$(BAR$(V))
2366 BAR0=false
2367 BAR1=true
2368 V=1
2369 am__doit:
2370         @$(TRUE)
2371 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2372   am_cv_make_support_nested_variables=yes
2373 else
2374   am_cv_make_support_nested_variables=no
2375 fi
2376 fi
2377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2378 $as_echo "$am_cv_make_support_nested_variables" >&6; }
2379 if test $am_cv_make_support_nested_variables = yes; then
2380     AM_V='$(V)'
2381   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2382 else
2383   AM_V=$AM_DEFAULT_VERBOSITY
2384   AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2385 fi
2386 AM_BACKSLASH='\'
2387
2388 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2389   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2390   # is not polluted with repeated "-I."
2391   am__isrc=' -I$(srcdir)'
2392   # test to see if srcdir already configured
2393   if test -f $srcdir/config.status; then
2394     as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2395   fi
2396 fi
2397
2398 # test whether we have cygpath
2399 if test -z "$CYGPATH_W"; then
2400   if (cygpath --version) >/dev/null 2>/dev/null; then
2401     CYGPATH_W='cygpath -w'
2402   else
2403     CYGPATH_W=echo
2404   fi
2405 fi
2406
2407
2408 # Define the identity of the package.
2409  PACKAGE='gettext'
2410  VERSION='0.20.2'
2411
2412
2413 cat >>confdefs.h <<_ACEOF
2414 #define PACKAGE "$PACKAGE"
2415 _ACEOF
2416
2417
2418 cat >>confdefs.h <<_ACEOF
2419 #define VERSION "$VERSION"
2420 _ACEOF
2421
2422 # Some tools Automake needs.
2423
2424 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2425
2426
2427 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2428
2429
2430 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2431
2432
2433 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2434
2435
2436 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2437
2438 # For better backward compatibility.  To be removed once Automake 1.9.x
2439 # dies out for good.  For more background, see:
2440 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2441 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2442 mkdir_p='$(MKDIR_P)'
2443
2444 # We need awk for the "check" target (and possibly the TAP driver).  The
2445 # system "awk" is bad on some platforms.
2446 # Always define AMTAR for backward compatibility.  Yes, it's still used
2447 # in the wild :-(  We should find a proper way to deprecate it ...
2448 AMTAR='$${TAR-tar}'
2449
2450
2451 # We'll loop over all known methods to create a tar archive until one works.
2452 _am_tools='gnutar plaintar pax cpio none'
2453
2454 # The POSIX 1988 'ustar' format is defined with fixed-size fields.
2455       # There is notably a 21 bits limit for the UID and the GID.  In fact,
2456       # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
2457       # and bug#13588).
2458       am_max_uid=2097151 # 2^21 - 1
2459       am_max_gid=$am_max_uid
2460       # The $UID and $GID variables are not portable, so we need to resort
2461       # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
2462       # below are definitely unexpected, so allow the users to see them
2463       # (that is, avoid stderr redirection).
2464       am_uid=`id -u || echo unknown`
2465       am_gid=`id -g || echo unknown`
2466       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether UID '$am_uid' is supported by ustar format" >&5
2467 $as_echo_n "checking whether UID '$am_uid' is supported by ustar format... " >&6; }
2468       if test $am_uid -le $am_max_uid; then
2469          { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2470 $as_echo "yes" >&6; }
2471       else
2472          { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2473 $as_echo "no" >&6; }
2474          _am_tools=none
2475       fi
2476       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GID '$am_gid' is supported by ustar format" >&5
2477 $as_echo_n "checking whether GID '$am_gid' is supported by ustar format... " >&6; }
2478       if test $am_gid -le $am_max_gid; then
2479          { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2480 $as_echo "yes" >&6; }
2481       else
2482         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2483 $as_echo "no" >&6; }
2484         _am_tools=none
2485       fi
2486
2487   { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
2488 $as_echo_n "checking how to create a ustar tar archive... " >&6; }
2489
2490   # Go ahead even if we have the value already cached.  We do so because we
2491   # need to set the values for the 'am__tar' and 'am__untar' variables.
2492   _am_tools=${am_cv_prog_tar_ustar-$_am_tools}
2493
2494   for _am_tool in $_am_tools; do
2495     case $_am_tool in
2496     gnutar)
2497       for _am_tar in tar gnutar gtar; do
2498         { echo "$as_me:$LINENO: $_am_tar --version" >&5
2499    ($_am_tar --version) >&5 2>&5
2500    ac_status=$?
2501    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2502    (exit $ac_status); } && break
2503       done
2504       am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'
2505       am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'
2506       am__untar="$_am_tar -xf -"
2507       ;;
2508     plaintar)
2509       # Must skip GNU tar: if it does not support --format= it doesn't create
2510       # ustar tarball either.
2511       (tar --version) >/dev/null 2>&1 && continue
2512       am__tar='tar chf - "$$tardir"'
2513       am__tar_='tar chf - "$tardir"'
2514       am__untar='tar xf -'
2515       ;;
2516     pax)
2517       am__tar='pax -L -x ustar -w "$$tardir"'
2518       am__tar_='pax -L -x ustar -w "$tardir"'
2519       am__untar='pax -r'
2520       ;;
2521     cpio)
2522       am__tar='find "$$tardir" -print | cpio -o -H ustar -L'
2523       am__tar_='find "$tardir" -print | cpio -o -H ustar -L'
2524       am__untar='cpio -i -H ustar -d'
2525       ;;
2526     none)
2527       am__tar=false
2528       am__tar_=false
2529       am__untar=false
2530       ;;
2531     esac
2532
2533     # If the value was cached, stop now.  We just wanted to have am__tar
2534     # and am__untar set.
2535     test -n "${am_cv_prog_tar_ustar}" && break
2536
2537     # tar/untar a dummy directory, and stop if the command works.
2538     rm -rf conftest.dir
2539     mkdir conftest.dir
2540     echo GrepMe > conftest.dir/file
2541     { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
2542    (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
2543    ac_status=$?
2544    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2545    (exit $ac_status); }
2546     rm -rf conftest.dir
2547     if test -s conftest.tar; then
2548       { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
2549    ($am__untar <conftest.tar) >&5 2>&5
2550    ac_status=$?
2551    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2552    (exit $ac_status); }
2553       { echo "$as_me:$LINENO: cat conftest.dir/file" >&5
2554    (cat conftest.dir/file) >&5 2>&5
2555    ac_status=$?
2556    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2557    (exit $ac_status); }
2558       grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
2559     fi
2560   done
2561   rm -rf conftest.dir
2562
2563   if ${am_cv_prog_tar_ustar+:} false; then :
2564   $as_echo_n "(cached) " >&6
2565 else
2566   am_cv_prog_tar_ustar=$_am_tool
2567 fi
2568
2569   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
2570 $as_echo "$am_cv_prog_tar_ustar" >&6; }
2571
2572
2573
2574
2575
2576
2577 # POSIX will say in a future version that running "rm -f" with no argument
2578 # is OK; and we want to be able to make that assumption in our Makefile
2579 # recipes.  So use an aggressive probe to check that the usage we want is
2580 # actually supported "in the wild" to an acceptable degree.
2581 # See automake bug#10828.
2582 # To make any issue more visible, cause the running configure to be aborted
2583 # by default if the 'rm' program in use doesn't match our expectations; the
2584 # user can still override this though.
2585 if rm -f && rm -fr && rm -rf; then : OK; else
2586   cat >&2 <<'END'
2587 Oops!
2588
2589 Your 'rm' program seems unable to run without file operands specified
2590 on the command line, even when the '-f' option is present.  This is contrary
2591 to the behaviour of most rm programs out there, and not conforming with
2592 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
2593
2594 Please tell bug-automake@gnu.org about your system, including the value
2595 of your $PATH and any error possibly output before this message.  This
2596 can help us improve future automake versions.
2597
2598 END
2599   if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
2600     echo 'Configuration will proceed anyway, since you have set the' >&2
2601     echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
2602     echo >&2
2603   else
2604     cat >&2 <<'END'
2605 Aborting the configuration process, to ensure you take notice of the issue.
2606
2607 You can download and install GNU coreutils to get an 'rm' implementation
2608 that behaves properly: <https://www.gnu.org/software/coreutils/>.
2609
2610 If you want to complete the configuration process using your problematic
2611 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
2612 to "yes", and re-run configure.
2613
2614 END
2615     as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
2616   fi
2617 fi
2618
2619
2620 am__tar='${AMTAR} chf - --format=ustar --owner=root --group=root "$$tardir"'
2621
2622
2623
2624
2625
2626
2627
2628
2629 subdirs="$subdirs gettext-runtime libtextstyle gettext-tools"
2630
2631
2632
2633
2634 # Make sure we can run config.sub.
2635 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2636   as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2637
2638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2639 $as_echo_n "checking build system type... " >&6; }
2640 if ${ac_cv_build+:} false; then :
2641   $as_echo_n "(cached) " >&6
2642 else
2643   ac_build_alias=$build_alias
2644 test "x$ac_build_alias" = x &&
2645   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2646 test "x$ac_build_alias" = x &&
2647   as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2648 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2649   as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2650
2651 fi
2652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2653 $as_echo "$ac_cv_build" >&6; }
2654 case $ac_cv_build in
2655 *-*-*) ;;
2656 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2657 esac
2658 build=$ac_cv_build
2659 ac_save_IFS=$IFS; IFS='-'
2660 set x $ac_cv_build
2661 shift
2662 build_cpu=$1
2663 build_vendor=$2
2664 shift; shift
2665 # Remember, the first character of IFS is used to create $*,
2666 # except with old shells:
2667 build_os=$*
2668 IFS=$ac_save_IFS
2669 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2670
2671
2672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2673 $as_echo_n "checking host system type... " >&6; }
2674 if ${ac_cv_host+:} false; then :
2675   $as_echo_n "(cached) " >&6
2676 else
2677   if test "x$host_alias" = x; then
2678   ac_cv_host=$ac_cv_build
2679 else
2680   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2681     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2682 fi
2683
2684 fi
2685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2686 $as_echo "$ac_cv_host" >&6; }
2687 case $ac_cv_host in
2688 *-*-*) ;;
2689 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2690 esac
2691 host=$ac_cv_host
2692 ac_save_IFS=$IFS; IFS='-'
2693 set x $ac_cv_host
2694 shift
2695 host_cpu=$1
2696 host_vendor=$2
2697 shift; shift
2698 # Remember, the first character of IFS is used to create $*,
2699 # except with old shells:
2700 host_os=$*
2701 IFS=$ac_save_IFS
2702 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2703
2704
2705 # Check whether --enable-silent-rules was given.
2706 if test "${enable_silent_rules+set}" = set; then :
2707   enableval=$enable_silent_rules;
2708 fi
2709
2710
2711
2712
2713
2714
2715 # Check whether --enable-dependency-tracking was given.
2716 if test "${enable_dependency_tracking+set}" = set; then :
2717   enableval=$enable_dependency_tracking;
2718 fi
2719
2720
2721
2722 # Check whether --enable-java was given.
2723 if test "${enable_java+set}" = set; then :
2724   enableval=$enable_java;
2725 fi
2726
2727
2728
2729 # Check whether --enable-csharp was given.
2730 if test "${enable_csharp+set}" = set; then :
2731   enableval=$enable_csharp;
2732 fi
2733
2734 # Check whether --enable-largefile was given.
2735 if test "${enable_largefile+set}" = set; then :
2736   enableval=$enable_largefile;
2737 fi
2738
2739 # Check whether --enable-threads was given.
2740 if test "${enable_threads+set}" = set; then :
2741   enableval=$enable_threads;
2742 fi
2743
2744 # Check whether --enable-shared was given.
2745 if test "${enable_shared+set}" = set; then :
2746   enableval=$enable_shared;
2747 fi
2748
2749 # Check whether --enable-static was given.
2750 if test "${enable_static+set}" = set; then :
2751   enableval=$enable_static;
2752 fi
2753
2754
2755 # Check whether --with-pic was given.
2756 if test "${with_pic+set}" = set; then :
2757   withval=$with_pic;
2758 fi
2759
2760 # Check whether --enable-fast-install was given.
2761 if test "${enable_fast_install+set}" = set; then :
2762   enableval=$enable_fast_install;
2763 fi
2764
2765
2766 # Check whether --with-aix-soname was given.
2767 if test "${with_aix_soname+set}" = set; then :
2768   withval=$with_aix_soname;
2769 fi
2770
2771
2772 # Check whether --with-gnu-ld was given.
2773 if test "${with_gnu_ld+set}" = set; then :
2774   withval=$with_gnu_ld;
2775 fi
2776
2777
2778 # Check whether --with-sysroot was given.
2779 if test "${with_sysroot+set}" = set; then :
2780   withval=$with_sysroot;
2781 fi
2782
2783 # Check whether --enable-libtool-lock was given.
2784 if test "${enable_libtool_lock+set}" = set; then :
2785   enableval=$enable_libtool_lock;
2786 fi
2787
2788
2789 # Check whether --enable-nls was given.
2790 if test "${enable_nls+set}" = set; then :
2791   enableval=$enable_nls;
2792 fi
2793
2794
2795 # Check whether --with-gnu-ld was given.
2796 if test "${with_gnu_ld+set}" = set; then :
2797   withval=$with_gnu_ld;
2798 fi
2799
2800 # Check whether --enable-rpath was given.
2801 if test "${enable_rpath+set}" = set; then :
2802   enableval=$enable_rpath;
2803 fi
2804
2805
2806 # Check whether --with-libiconv-prefix was given.
2807 if test "${with_libiconv_prefix+set}" = set; then :
2808   withval=$with_libiconv_prefix;
2809 fi
2810
2811 # Check whether --enable-c++ was given.
2812 if test "${enable_c__+set}" = set; then :
2813   enableval=$enable_c__;
2814 fi
2815
2816
2817
2818
2819 # Check whether --with-included-gettext was given.
2820 if test "${with_included_gettext+set}" = set; then :
2821   withval=$with_included_gettext;
2822 fi
2823
2824
2825 # Check whether --with-libintl-prefix was given.
2826 if test "${with_libintl_prefix+set}" = set; then :
2827   withval=$with_libintl_prefix;
2828 fi
2829
2830 # Check whether --enable-cross-guesses was given.
2831 if test "${enable_cross_guesses+set}" = set; then :
2832   enableval=$enable_cross_guesses;
2833 fi
2834
2835 # Check whether --enable-java was given.
2836 if test "${enable_java+set}" = set; then :
2837   enableval=$enable_java;
2838 fi
2839
2840 # Check whether --enable-relocatable was given.
2841 if test "${enable_relocatable+set}" = set; then :
2842   enableval=$enable_relocatable;
2843 fi
2844
2845
2846
2847 # Check whether --enable-libasprintf was given.
2848 if test "${enable_libasprintf+set}" = set; then :
2849   enableval=$enable_libasprintf;
2850 fi
2851
2852 # Check whether --enable-silent-rules was given.
2853 if test "${enable_silent_rules+set}" = set; then :
2854   enableval=$enable_silent_rules;
2855 fi
2856
2857
2858
2859
2860
2861
2862 # Check whether --enable-dependency-tracking was given.
2863 if test "${enable_dependency_tracking+set}" = set; then :
2864   enableval=$enable_dependency_tracking;
2865 fi
2866
2867
2868
2869 # Check whether --enable-largefile was given.
2870 if test "${enable_largefile+set}" = set; then :
2871   enableval=$enable_largefile;
2872 fi
2873
2874 # Check whether --enable-shared was given.
2875 if test "${enable_shared+set}" = set; then :
2876   enableval=$enable_shared;
2877 fi
2878
2879 # Check whether --enable-static was given.
2880 if test "${enable_static+set}" = set; then :
2881   enableval=$enable_static;
2882 fi
2883
2884
2885 # Check whether --with-pic was given.
2886 if test "${with_pic+set}" = set; then :
2887   withval=$with_pic;
2888 fi
2889
2890 # Check whether --enable-fast-install was given.
2891 if test "${enable_fast_install+set}" = set; then :
2892   enableval=$enable_fast_install;
2893 fi
2894
2895
2896 # Check whether --with-aix-soname was given.
2897 if test "${with_aix_soname+set}" = set; then :
2898   withval=$with_aix_soname;
2899 fi
2900
2901
2902 # Check whether --with-gnu-ld was given.
2903 if test "${with_gnu_ld+set}" = set; then :
2904   withval=$with_gnu_ld;
2905 fi
2906
2907
2908 # Check whether --with-sysroot was given.
2909 if test "${with_sysroot+set}" = set; then :
2910   withval=$with_sysroot;
2911 fi
2912
2913 # Check whether --enable-libtool-lock was given.
2914 if test "${enable_libtool_lock+set}" = set; then :
2915   enableval=$enable_libtool_lock;
2916 fi
2917
2918
2919 # Check whether --enable-cross-guesses was given.
2920 if test "${enable_cross_guesses+set}" = set; then :
2921   enableval=$enable_cross_guesses;
2922 fi
2923
2924
2925 # Check whether --with-gnu-ld was given.
2926 if test "${with_gnu_ld+set}" = set; then :
2927   withval=$with_gnu_ld;
2928 fi
2929
2930 # Check whether --enable-rpath was given.
2931 if test "${enable_rpath+set}" = set; then :
2932   enableval=$enable_rpath;
2933 fi
2934
2935
2936 # Check whether --with-libiconv-prefix was given.
2937 if test "${with_libiconv_prefix+set}" = set; then :
2938   withval=$with_libiconv_prefix;
2939 fi
2940
2941 # Check whether --enable-curses was given.
2942 if test "${enable_curses+set}" = set; then :
2943   enableval=$enable_curses;
2944 fi
2945
2946
2947 # Check whether --with-libncurses-prefix was given.
2948 if test "${with_libncurses_prefix+set}" = set; then :
2949   withval=$with_libncurses_prefix;
2950 fi
2951
2952
2953 # Check whether --with-libtermcap-prefix was given.
2954 if test "${with_libtermcap_prefix+set}" = set; then :
2955   withval=$with_libtermcap_prefix;
2956 fi
2957
2958
2959 # Check whether --with-libxcurses-prefix was given.
2960 if test "${with_libxcurses_prefix+set}" = set; then :
2961   withval=$with_libxcurses_prefix;
2962 fi
2963
2964
2965 # Check whether --with-libcurses-prefix was given.
2966 if test "${with_libcurses_prefix+set}" = set; then :
2967   withval=$with_libcurses_prefix;
2968 fi
2969
2970 # Check whether --enable-namespacing was given.
2971 if test "${enable_namespacing+set}" = set; then :
2972   enableval=$enable_namespacing;
2973 fi
2974
2975 # Check whether --enable-silent-rules was given.
2976 if test "${enable_silent_rules+set}" = set; then :
2977   enableval=$enable_silent_rules;
2978 fi
2979
2980
2981
2982
2983
2984
2985 # Check whether --enable-dependency-tracking was given.
2986 if test "${enable_dependency_tracking+set}" = set; then :
2987   enableval=$enable_dependency_tracking;
2988 fi
2989
2990
2991
2992 # Check whether --enable-java was given.
2993 if test "${enable_java+set}" = set; then :
2994   enableval=$enable_java;
2995 fi
2996
2997
2998
2999 # Check whether --enable-csharp was given.
3000 if test "${enable_csharp+set}" = set; then :
3001   enableval=$enable_csharp;
3002 fi
3003
3004 # Check whether --enable-largefile was given.
3005 if test "${enable_largefile+set}" = set; then :
3006   enableval=$enable_largefile;
3007 fi
3008
3009 # Check whether --enable-threads was given.
3010 if test "${enable_threads+set}" = set; then :
3011   enableval=$enable_threads;
3012 fi
3013
3014 # Check whether --enable-shared was given.
3015 if test "${enable_shared+set}" = set; then :
3016   enableval=$enable_shared;
3017 fi
3018
3019 # Check whether --enable-static was given.
3020 if test "${enable_static+set}" = set; then :
3021   enableval=$enable_static;
3022 fi
3023
3024
3025 # Check whether --with-pic was given.
3026 if test "${with_pic+set}" = set; then :
3027   withval=$with_pic;
3028 fi
3029
3030 # Check whether --enable-fast-install was given.
3031 if test "${enable_fast_install+set}" = set; then :
3032   enableval=$enable_fast_install;
3033 fi
3034
3035
3036 # Check whether --with-aix-soname was given.
3037 if test "${with_aix_soname+set}" = set; then :
3038   withval=$with_aix_soname;
3039 fi
3040
3041
3042 # Check whether --with-gnu-ld was given.
3043 if test "${with_gnu_ld+set}" = set; then :
3044   withval=$with_gnu_ld;
3045 fi
3046
3047
3048 # Check whether --with-sysroot was given.
3049 if test "${with_sysroot+set}" = set; then :
3050   withval=$with_sysroot;
3051 fi
3052
3053 # Check whether --enable-libtool-lock was given.
3054 if test "${enable_libtool_lock+set}" = set; then :
3055   enableval=$enable_libtool_lock;
3056 fi
3057
3058
3059 # Check whether --enable-nls was given.
3060 if test "${enable_nls+set}" = set; then :
3061   enableval=$enable_nls;
3062 fi
3063
3064
3065 # Check whether --with-gnu-ld was given.
3066 if test "${with_gnu_ld+set}" = set; then :
3067   withval=$with_gnu_ld;
3068 fi
3069
3070 # Check whether --enable-rpath was given.
3071 if test "${enable_rpath+set}" = set; then :
3072   enableval=$enable_rpath;
3073 fi
3074
3075
3076 # Check whether --with-libiconv-prefix was given.
3077 if test "${with_libiconv_prefix+set}" = set; then :
3078   withval=$with_libiconv_prefix;
3079 fi
3080
3081 # Check whether --enable-c++ was given.
3082 if test "${enable_c__+set}" = set; then :
3083   enableval=$enable_c__;
3084 fi
3085
3086
3087
3088
3089 # Check whether --with-included-gettext was given.
3090 if test "${with_included_gettext+set}" = set; then :
3091   withval=$with_included_gettext;
3092 fi
3093
3094
3095 # Check whether --with-libintl-prefix was given.
3096 if test "${with_libintl_prefix+set}" = set; then :
3097   withval=$with_libintl_prefix;
3098 fi
3099
3100
3101 # Check whether --with-libtextstyle-prefix was given.
3102 if test "${with_libtextstyle_prefix+set}" = set; then :
3103   withval=$with_libtextstyle_prefix;
3104 fi
3105
3106 # Check whether --enable-openmp was given.
3107 if test "${enable_openmp+set}" = set; then :
3108   enableval=$enable_openmp;
3109 fi
3110
3111 # Check whether --enable-cross-guesses was given.
3112 if test "${enable_cross_guesses+set}" = set; then :
3113   enableval=$enable_cross_guesses;
3114 fi
3115
3116 # Check whether --enable-acl was given.
3117 if test "${enable_acl+set}" = set; then :
3118   enableval=$enable_acl;
3119 fi
3120
3121 # Check whether --enable-java was given.
3122 if test "${enable_java+set}" = set; then :
3123   enableval=$enable_java;
3124 fi
3125
3126
3127 # Check whether --with-included-libunistring was given.
3128 if test "${with_included_libunistring+set}" = set; then :
3129   withval=$with_included_libunistring;
3130 fi
3131
3132
3133 # Check whether --with-libunistring-prefix was given.
3134 if test "${with_libunistring_prefix+set}" = set; then :
3135   withval=$with_libunistring_prefix;
3136 fi
3137
3138
3139 # Check whether --with-libunistring-prefix was given.
3140 if test "${with_libunistring_prefix+set}" = set; then :
3141   withval=$with_libunistring_prefix;
3142 fi
3143
3144
3145 # Check whether --with-libunistring-prefix was given.
3146 if test "${with_libunistring_prefix+set}" = set; then :
3147   withval=$with_libunistring_prefix;
3148 fi
3149
3150
3151 # Check whether --with-included-libxml was given.
3152 if test "${with_included_libxml+set}" = set; then :
3153   withval=$with_included_libxml;
3154 fi
3155
3156
3157 # Check whether --with-libxml2-prefix was given.
3158 if test "${with_libxml2_prefix+set}" = set; then :
3159   withval=$with_libxml2_prefix;
3160 fi
3161
3162 # Check whether --enable-relocatable was given.
3163 if test "${enable_relocatable+set}" = set; then :
3164   enableval=$enable_relocatable;
3165 fi
3166
3167
3168 # Check whether --with-included-regex was given.
3169 if test "${with_included_regex+set}" = set; then :
3170   withval=$with_included_regex;
3171 fi
3172
3173
3174 # Check whether --with-emacs was given.
3175 if test "${with_emacs+set}" = set; then :
3176   withval=$with_emacs;
3177 fi
3178
3179
3180
3181
3182 # Check whether --with-lispdir was given.
3183 if test "${with_lispdir+set}" = set; then :
3184   withval=$with_lispdir;
3185 fi
3186
3187
3188 # Check whether --with-git was given.
3189 if test "${with_git+set}" = set; then :
3190   withval=$with_git;
3191 fi
3192
3193
3194 # Check whether --with-cvs was given.
3195 if test "${with_cvs+set}" = set; then :
3196   withval=$with_cvs;
3197 fi
3198
3199
3200 # Check whether --with-bzip2 was given.
3201 if test "${with_bzip2+set}" = set; then :
3202   withval=$with_bzip2;
3203 fi
3204
3205
3206 # Check whether --with-xz was given.
3207 if test "${with_xz+set}" = set; then :
3208   withval=$with_xz;
3209 fi
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221 # Check whether --with-gnu-ld was given.
3222 if test "${with_gnu_ld+set}" = set; then :
3223   withval=$with_gnu_ld;
3224 fi
3225
3226
3227
3228
3229 ac_config_files="$ac_config_files Makefile"
3230
3231
3232 ac_config_files="$ac_config_files gnulib-local/Makefile"
3233
3234
3235 cat >confcache <<\_ACEOF
3236 # This file is a shell script that caches the results of configure
3237 # tests run on this system so they can be shared between configure
3238 # scripts and configure runs, see configure's option --config-cache.
3239 # It is not useful on other systems.  If it contains results you don't
3240 # want to keep, you may remove or edit it.
3241 #
3242 # config.status only pays attention to the cache file if you give it
3243 # the --recheck option to rerun configure.
3244 #
3245 # `ac_cv_env_foo' variables (set or unset) will be overridden when
3246 # loading this file, other *unset* `ac_cv_foo' will be assigned the
3247 # following values.
3248
3249 _ACEOF
3250
3251 # The following way of writing the cache mishandles newlines in values,
3252 # but we know of no workaround that is simple, portable, and efficient.
3253 # So, we kill variables containing newlines.
3254 # Ultrix sh set writes to stderr and can't be redirected directly,
3255 # and sets the high bit in the cache file unless we assign to the vars.
3256 (
3257   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
3258     eval ac_val=\$$ac_var
3259     case $ac_val in #(
3260     *${as_nl}*)
3261       case $ac_var in #(
3262       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3263 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3264       esac
3265       case $ac_var in #(
3266       _ | IFS | as_nl) ;; #(
3267       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3268       *) { eval $ac_var=; unset $ac_var;} ;;
3269       esac ;;
3270     esac
3271   done
3272
3273   (set) 2>&1 |
3274     case $as_nl`(ac_space=' '; set) 2>&1` in #(
3275     *${as_nl}ac_space=\ *)
3276       # `set' does not quote correctly, so add quotes: double-quote
3277       # substitution turns \\\\ into \\, and sed turns \\ into \.
3278       sed -n \
3279         "s/'/'\\\\''/g;
3280           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3281       ;; #(
3282     *)
3283       # `set' quotes correctly as required by POSIX, so do not add quotes.
3284       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3285       ;;
3286     esac |
3287     sort
3288 ) |
3289   sed '
3290      /^ac_cv_env_/b end
3291      t clear
3292      :clear
3293      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3294      t end
3295      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3296      :end' >>confcache
3297 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3298   if test -w "$cache_file"; then
3299     if test "x$cache_file" != "x/dev/null"; then
3300       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3301 $as_echo "$as_me: updating cache $cache_file" >&6;}
3302       if test ! -f "$cache_file" || test -h "$cache_file"; then
3303         cat confcache >"$cache_file"
3304       else
3305         case $cache_file in #(
3306         */* | ?:*)
3307           mv -f confcache "$cache_file"$$ &&
3308           mv -f "$cache_file"$$ "$cache_file" ;; #(
3309         *)
3310           mv -f confcache "$cache_file" ;;
3311         esac
3312       fi
3313     fi
3314   else
3315     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3316 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
3317   fi
3318 fi
3319 rm -f confcache
3320
3321 test "x$prefix" = xNONE && prefix=$ac_default_prefix
3322 # Let make expand exec_prefix.
3323 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3324
3325 # Transform confdefs.h into DEFS.
3326 # Protect against shell expansion while executing Makefile rules.
3327 # Protect against Makefile macro expansion.
3328 #
3329 # If the first sed substitution is executed (which looks for macros that
3330 # take arguments), then branch to the quote section.  Otherwise,
3331 # look for a macro that doesn't take arguments.
3332 ac_script='
3333 :mline
3334 /\\$/{
3335  N
3336  s,\\\n,,
3337  b mline
3338 }
3339 t clear
3340 :clear
3341 s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
3342 t quote
3343 s/^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
3344 t quote
3345 b any
3346 :quote
3347 s/[      `~#$^&*(){}\\|;'\''"<>?]/\\&/g
3348 s/\[/\\&/g
3349 s/\]/\\&/g
3350 s/\$/$$/g
3351 H
3352 :any
3353 ${
3354         g
3355         s/^\n//
3356         s/\n/ /g
3357         p
3358 }
3359 '
3360 DEFS=`sed -n "$ac_script" confdefs.h`
3361
3362
3363 ac_libobjs=
3364 ac_ltlibobjs=
3365 U=
3366 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
3367   # 1. Remove the extension, and $U if already installed.
3368   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
3369   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
3370   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
3371   #    will be set to the directory where LIBOBJS objects are built.
3372   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
3373   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
3374 done
3375 LIBOBJS=$ac_libobjs
3376
3377 LTLIBOBJS=$ac_ltlibobjs
3378
3379
3380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
3381 $as_echo_n "checking that generated files are newer than configure... " >&6; }
3382    if test -n "$am_sleep_pid"; then
3383      # Hide warnings about reused PIDs.
3384      wait $am_sleep_pid 2>/dev/null
3385    fi
3386    { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
3387 $as_echo "done" >&6; }
3388
3389
3390 : "${CONFIG_STATUS=./config.status}"
3391 ac_write_fail=0
3392 ac_clean_files_save=$ac_clean_files
3393 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3394 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
3395 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
3396 as_write_fail=0
3397 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
3398 #! $SHELL
3399 # Generated by $as_me.
3400 # Run this file to recreate the current configuration.
3401 # Compiler output produced by configure, useful for debugging
3402 # configure, is in config.log if it exists.
3403
3404 debug=false
3405 ac_cs_recheck=false
3406 ac_cs_silent=false
3407
3408 SHELL=\${CONFIG_SHELL-$SHELL}
3409 export SHELL
3410 _ASEOF
3411 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
3412 ## -------------------- ##
3413 ## M4sh Initialization. ##
3414 ## -------------------- ##
3415
3416 # Be more Bourne compatible
3417 DUALCASE=1; export DUALCASE # for MKS sh
3418 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
3419   emulate sh
3420   NULLCMD=:
3421   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
3422   # is contrary to our usage.  Disable this feature.
3423   alias -g '${1+"$@"}'='"$@"'
3424   setopt NO_GLOB_SUBST
3425 else
3426   case `(set -o) 2>/dev/null` in #(
3427   *posix*) :
3428     set -o posix ;; #(
3429   *) :
3430      ;;
3431 esac
3432 fi
3433
3434
3435 as_nl='
3436 '
3437 export as_nl
3438 # Printing a long string crashes Solaris 7 /usr/bin/printf.
3439 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3440 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
3441 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
3442 # Prefer a ksh shell builtin over an external printf program on Solaris,
3443 # but without wasting forks for bash or zsh.
3444 if test -z "$BASH_VERSION$ZSH_VERSION" \
3445     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
3446   as_echo='print -r --'
3447   as_echo_n='print -rn --'
3448 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
3449   as_echo='printf %s\n'
3450   as_echo_n='printf %s'
3451 else
3452   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
3453     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
3454     as_echo_n='/usr/ucb/echo -n'
3455   else
3456     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
3457     as_echo_n_body='eval
3458       arg=$1;
3459       case $arg in #(
3460       *"$as_nl"*)
3461         expr "X$arg" : "X\\(.*\\)$as_nl";
3462         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
3463       esac;
3464       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
3465     '
3466     export as_echo_n_body
3467     as_echo_n='sh -c $as_echo_n_body as_echo'
3468   fi
3469   export as_echo_body
3470   as_echo='sh -c $as_echo_body as_echo'
3471 fi
3472
3473 # The user is always right.
3474 if test "${PATH_SEPARATOR+set}" != set; then
3475   PATH_SEPARATOR=:
3476   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
3477     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
3478       PATH_SEPARATOR=';'
3479   }
3480 fi
3481
3482
3483 # IFS
3484 # We need space, tab and new line, in precisely that order.  Quoting is
3485 # there to prevent editors from complaining about space-tab.
3486 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
3487 # splitting by setting IFS to empty value.)
3488 IFS=" ""        $as_nl"
3489
3490 # Find who we are.  Look in the path if we contain no directory separator.
3491 as_myself=
3492 case $0 in #((
3493   *[\\/]* ) as_myself=$0 ;;
3494   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3495 for as_dir in $PATH
3496 do
3497   IFS=$as_save_IFS
3498   test -z "$as_dir" && as_dir=.
3499     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3500   done
3501 IFS=$as_save_IFS
3502
3503      ;;
3504 esac
3505 # We did not find ourselves, most probably we were run as `sh COMMAND'
3506 # in which case we are not to be found in the path.
3507 if test "x$as_myself" = x; then
3508   as_myself=$0
3509 fi
3510 if test ! -f "$as_myself"; then
3511   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
3512   exit 1
3513 fi
3514
3515 # Unset variables that we do not need and which cause bugs (e.g. in
3516 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
3517 # suppresses any "Segmentation fault" message there.  '((' could
3518 # trigger a bug in pdksh 5.2.14.
3519 for as_var in BASH_ENV ENV MAIL MAILPATH
3520 do eval test x\${$as_var+set} = xset \
3521   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
3522 done
3523 PS1='$ '
3524 PS2='> '
3525 PS4='+ '
3526
3527 # NLS nuisances.
3528 LC_ALL=C
3529 export LC_ALL
3530 LANGUAGE=C
3531 export LANGUAGE
3532
3533 # CDPATH.
3534 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
3535
3536
3537 # as_fn_error STATUS ERROR [LINENO LOG_FD]
3538 # ----------------------------------------
3539 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
3540 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
3541 # script with STATUS, using 1 if that was 0.
3542 as_fn_error ()
3543 {
3544   as_status=$1; test $as_status -eq 0 && as_status=1
3545   if test "$4"; then
3546     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3547     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
3548   fi
3549   $as_echo "$as_me: error: $2" >&2
3550   as_fn_exit $as_status
3551 } # as_fn_error
3552
3553
3554 # as_fn_set_status STATUS
3555 # -----------------------
3556 # Set $? to STATUS, without forking.
3557 as_fn_set_status ()
3558 {
3559   return $1
3560 } # as_fn_set_status
3561
3562 # as_fn_exit STATUS
3563 # -----------------
3564 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
3565 as_fn_exit ()
3566 {
3567   set +e
3568   as_fn_set_status $1
3569   exit $1
3570 } # as_fn_exit
3571
3572 # as_fn_unset VAR
3573 # ---------------
3574 # Portably unset VAR.
3575 as_fn_unset ()
3576 {
3577   { eval $1=; unset $1;}
3578 }
3579 as_unset=as_fn_unset
3580 # as_fn_append VAR VALUE
3581 # ----------------------
3582 # Append the text in VALUE to the end of the definition contained in VAR. Take
3583 # advantage of any shell optimizations that allow amortized linear growth over
3584 # repeated appends, instead of the typical quadratic growth present in naive
3585 # implementations.
3586 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
3587   eval 'as_fn_append ()
3588   {
3589     eval $1+=\$2
3590   }'
3591 else
3592   as_fn_append ()
3593   {
3594     eval $1=\$$1\$2
3595   }
3596 fi # as_fn_append
3597
3598 # as_fn_arith ARG...
3599 # ------------------
3600 # Perform arithmetic evaluation on the ARGs, and store the result in the
3601 # global $as_val. Take advantage of shells that can avoid forks. The arguments
3602 # must be portable across $(()) and expr.
3603 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
3604   eval 'as_fn_arith ()
3605   {
3606     as_val=$(( $* ))
3607   }'
3608 else
3609   as_fn_arith ()
3610   {
3611     as_val=`expr "$@" || test $? -eq 1`
3612   }
3613 fi # as_fn_arith
3614
3615
3616 if expr a : '\(a\)' >/dev/null 2>&1 &&
3617    test "X`expr 00001 : '.*\(...\)'`" = X001; then
3618   as_expr=expr
3619 else
3620   as_expr=false
3621 fi
3622
3623 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
3624   as_basename=basename
3625 else
3626   as_basename=false
3627 fi
3628
3629 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
3630   as_dirname=dirname
3631 else
3632   as_dirname=false
3633 fi
3634
3635 as_me=`$as_basename -- "$0" ||
3636 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3637          X"$0" : 'X\(//\)$' \| \
3638          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
3639 $as_echo X/"$0" |
3640     sed '/^.*\/\([^/][^/]*\)\/*$/{
3641             s//\1/
3642             q
3643           }
3644           /^X\/\(\/\/\)$/{
3645             s//\1/
3646             q
3647           }
3648           /^X\/\(\/\).*/{
3649             s//\1/
3650             q
3651           }
3652           s/.*/./; q'`
3653
3654 # Avoid depending upon Character Ranges.
3655 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3656 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3657 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3658 as_cr_digits='0123456789'
3659 as_cr_alnum=$as_cr_Letters$as_cr_digits
3660
3661 ECHO_C= ECHO_N= ECHO_T=
3662 case `echo -n x` in #(((((
3663 -n*)
3664   case `echo 'xy\c'` in
3665   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
3666   xy)  ECHO_C='\c';;
3667   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
3668        ECHO_T=' ';;
3669   esac;;
3670 *)
3671   ECHO_N='-n';;
3672 esac
3673
3674 rm -f conf$$ conf$$.exe conf$$.file
3675 if test -d conf$$.dir; then
3676   rm -f conf$$.dir/conf$$.file
3677 else
3678   rm -f conf$$.dir
3679   mkdir conf$$.dir 2>/dev/null
3680 fi
3681 if (echo >conf$$.file) 2>/dev/null; then
3682   if ln -s conf$$.file conf$$ 2>/dev/null; then
3683     as_ln_s='ln -s'
3684     # ... but there are two gotchas:
3685     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3686     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3687     # In both cases, we have to default to `cp -pR'.
3688     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3689       as_ln_s='cp -pR'
3690   elif ln conf$$.file conf$$ 2>/dev/null; then
3691     as_ln_s=ln
3692   else
3693     as_ln_s='cp -pR'
3694   fi
3695 else
3696   as_ln_s='cp -pR'
3697 fi
3698 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3699 rmdir conf$$.dir 2>/dev/null
3700
3701
3702 # as_fn_mkdir_p
3703 # -------------
3704 # Create "$as_dir" as a directory, including parents if necessary.
3705 as_fn_mkdir_p ()
3706 {
3707
3708   case $as_dir in #(
3709   -*) as_dir=./$as_dir;;
3710   esac
3711   test -d "$as_dir" || eval $as_mkdir_p || {
3712     as_dirs=
3713     while :; do
3714       case $as_dir in #(
3715       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
3716       *) as_qdir=$as_dir;;
3717       esac
3718       as_dirs="'$as_qdir' $as_dirs"
3719       as_dir=`$as_dirname -- "$as_dir" ||
3720 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3721          X"$as_dir" : 'X\(//\)[^/]' \| \
3722          X"$as_dir" : 'X\(//\)$' \| \
3723          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3724 $as_echo X"$as_dir" |
3725     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3726             s//\1/
3727             q
3728           }
3729           /^X\(\/\/\)[^/].*/{
3730             s//\1/
3731             q
3732           }
3733           /^X\(\/\/\)$/{
3734             s//\1/
3735             q
3736           }
3737           /^X\(\/\).*/{
3738             s//\1/
3739             q
3740           }
3741           s/.*/./; q'`
3742       test -d "$as_dir" && break
3743     done
3744     test -z "$as_dirs" || eval "mkdir $as_dirs"
3745   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
3746
3747
3748 } # as_fn_mkdir_p
3749 if mkdir -p . 2>/dev/null; then
3750   as_mkdir_p='mkdir -p "$as_dir"'
3751 else
3752   test -d ./-p && rmdir ./-p
3753   as_mkdir_p=false
3754 fi
3755
3756
3757 # as_fn_executable_p FILE
3758 # -----------------------
3759 # Test if FILE is an executable regular file.
3760 as_fn_executable_p ()
3761 {
3762   test -f "$1" && test -x "$1"
3763 } # as_fn_executable_p
3764 as_test_x='test -x'
3765 as_executable_p=as_fn_executable_p
3766
3767 # Sed expression to map a string onto a valid CPP name.
3768 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3769
3770 # Sed expression to map a string onto a valid variable name.
3771 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3772
3773
3774 exec 6>&1
3775 ## ----------------------------------- ##
3776 ## Main body of $CONFIG_STATUS script. ##
3777 ## ----------------------------------- ##
3778 _ASEOF
3779 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
3780
3781 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3782 # Save the log message, to keep $0 and so on meaningful, and to
3783 # report actual input values of CONFIG_FILES etc. instead of their
3784 # values after options handling.
3785 ac_log="
3786 This file was extended by gettext $as_me 0.20.2, which was
3787 generated by GNU Autoconf 2.69.  Invocation command line was
3788
3789   CONFIG_FILES    = $CONFIG_FILES
3790   CONFIG_HEADERS  = $CONFIG_HEADERS
3791   CONFIG_LINKS    = $CONFIG_LINKS
3792   CONFIG_COMMANDS = $CONFIG_COMMANDS
3793   $ $0 $@
3794
3795 on `(hostname || uname -n) 2>/dev/null | sed 1q`
3796 "
3797
3798 _ACEOF
3799
3800 case $ac_config_files in *"
3801 "*) set x $ac_config_files; shift; ac_config_files=$*;;
3802 esac
3803
3804
3805
3806 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3807 # Files that config.status was made for.
3808 config_files="$ac_config_files"
3809
3810 _ACEOF
3811
3812 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3813 ac_cs_usage="\
3814 \`$as_me' instantiates files and other configuration actions
3815 from templates according to the current configuration.  Unless the files
3816 and actions are specified as TAGs, all are instantiated by default.
3817
3818 Usage: $0 [OPTION]... [TAG]...
3819
3820   -h, --help       print this help, then exit
3821   -V, --version    print version number and configuration settings, then exit
3822       --config     print configuration, then exit
3823   -q, --quiet, --silent
3824                    do not print progress messages
3825   -d, --debug      don't remove temporary files
3826       --recheck    update $as_me by reconfiguring in the same conditions
3827       --file=FILE[:TEMPLATE]
3828                    instantiate the configuration file FILE
3829
3830 Configuration files:
3831 $config_files
3832
3833 Report bugs to <bug-gettext@gnu.org>."
3834
3835 _ACEOF
3836 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3837 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
3838 ac_cs_version="\\
3839 gettext config.status 0.20.2
3840 configured by $0, generated by GNU Autoconf 2.69,
3841   with options \\"\$ac_cs_config\\"
3842
3843 Copyright (C) 2012 Free Software Foundation, Inc.
3844 This config.status script is free software; the Free Software Foundation
3845 gives unlimited permission to copy, distribute and modify it."
3846
3847 ac_pwd='$ac_pwd'
3848 srcdir='$srcdir'
3849 INSTALL='$INSTALL'
3850 MKDIR_P='$MKDIR_P'
3851 AWK='$AWK'
3852 test -n "\$AWK" || AWK=awk
3853 _ACEOF
3854
3855 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3856 # The default lists apply if the user does not specify any file.
3857 ac_need_defaults=:
3858 while test $# != 0
3859 do
3860   case $1 in
3861   --*=?*)
3862     ac_option=`expr "X$1" : 'X\([^=]*\)='`
3863     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3864     ac_shift=:
3865     ;;
3866   --*=)
3867     ac_option=`expr "X$1" : 'X\([^=]*\)='`
3868     ac_optarg=
3869     ac_shift=:
3870     ;;
3871   *)
3872     ac_option=$1
3873     ac_optarg=$2
3874     ac_shift=shift
3875     ;;
3876   esac
3877
3878   case $ac_option in
3879   # Handling of the options.
3880   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3881     ac_cs_recheck=: ;;
3882   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3883     $as_echo "$ac_cs_version"; exit ;;
3884   --config | --confi | --conf | --con | --co | --c )
3885     $as_echo "$ac_cs_config"; exit ;;
3886   --debug | --debu | --deb | --de | --d | -d )
3887     debug=: ;;
3888   --file | --fil | --fi | --f )
3889     $ac_shift
3890     case $ac_optarg in
3891     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
3892     '') as_fn_error $? "missing file argument" ;;
3893     esac
3894     as_fn_append CONFIG_FILES " '$ac_optarg'"
3895     ac_need_defaults=false;;
3896   --he | --h |  --help | --hel | -h )
3897     $as_echo "$ac_cs_usage"; exit ;;
3898   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3899   | -silent | --silent | --silen | --sile | --sil | --si | --s)
3900     ac_cs_silent=: ;;
3901
3902   # This is an error.
3903   -*) as_fn_error $? "unrecognized option: \`$1'
3904 Try \`$0 --help' for more information." ;;
3905
3906   *) as_fn_append ac_config_targets " $1"
3907      ac_need_defaults=false ;;
3908
3909   esac
3910   shift
3911 done
3912
3913 ac_configure_extra_args=
3914
3915 if $ac_cs_silent; then
3916   exec 6>/dev/null
3917   ac_configure_extra_args="$ac_configure_extra_args --silent"
3918 fi
3919
3920 _ACEOF
3921 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3922 if \$ac_cs_recheck; then
3923   set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3924   shift
3925   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
3926   CONFIG_SHELL='$SHELL'
3927   export CONFIG_SHELL
3928   exec "\$@"
3929 fi
3930
3931 _ACEOF
3932 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3933 exec 5>>config.log
3934 {
3935   echo
3936   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3937 ## Running $as_me. ##
3938 _ASBOX
3939   $as_echo "$ac_log"
3940 } >&5
3941
3942 _ACEOF
3943 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3944 _ACEOF
3945
3946 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3947
3948 # Handling of arguments.
3949 for ac_config_target in $ac_config_targets
3950 do
3951   case $ac_config_target in
3952     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3953     "gnulib-local/Makefile") CONFIG_FILES="$CONFIG_FILES gnulib-local/Makefile" ;;
3954
3955   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
3956   esac
3957 done
3958
3959
3960 # If the user did not use the arguments to specify the items to instantiate,
3961 # then the envvar interface is used.  Set only those that are not.
3962 # We use the long form for the default assignment because of an extremely
3963 # bizarre bug on SunOS 4.1.3.
3964 if $ac_need_defaults; then
3965   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3966 fi
3967
3968 # Have a temporary directory for convenience.  Make it in the build tree
3969 # simply because there is no reason against having it here, and in addition,
3970 # creating and moving files from /tmp can sometimes cause problems.
3971 # Hook for its removal unless debugging.
3972 # Note that there is a small window in which the directory will not be cleaned:
3973 # after its creation but before its name has been assigned to `$tmp'.
3974 $debug ||
3975 {
3976   tmp= ac_tmp=
3977   trap 'exit_status=$?
3978   : "${ac_tmp:=$tmp}"
3979   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
3980 ' 0
3981   trap 'as_fn_exit 1' 1 2 13 15
3982 }
3983 # Create a (secure) tmp directory for tmp files.
3984
3985 {
3986   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3987   test -d "$tmp"
3988 }  ||
3989 {
3990   tmp=./conf$$-$RANDOM
3991   (umask 077 && mkdir "$tmp")
3992 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
3993 ac_tmp=$tmp
3994
3995 # Set up the scripts for CONFIG_FILES section.
3996 # No need to generate them if there are no CONFIG_FILES.
3997 # This happens for instance with `./config.status config.h'.
3998 if test -n "$CONFIG_FILES"; then
3999
4000
4001 ac_cr=`echo X | tr X '\015'`
4002 # On cygwin, bash can eat \r inside `` if the user requested igncr.
4003 # But we know of no other shell where ac_cr would be empty at this
4004 # point, so we can use a bashism as a fallback.
4005 if test "x$ac_cr" = x; then
4006   eval ac_cr=\$\'\\r\'
4007 fi
4008 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
4009 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
4010   ac_cs_awk_cr='\\r'
4011 else
4012   ac_cs_awk_cr=$ac_cr
4013 fi
4014
4015 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
4016 _ACEOF
4017
4018
4019 {
4020   echo "cat >conf$$subs.awk <<_ACEOF" &&
4021   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
4022   echo "_ACEOF"
4023 } >conf$$subs.sh ||
4024   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4025 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
4026 ac_delim='%!_!# '
4027 for ac_last_try in false false false false false :; do
4028   . ./conf$$subs.sh ||
4029     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4030
4031   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
4032   if test $ac_delim_n = $ac_delim_num; then
4033     break
4034   elif $ac_last_try; then
4035     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4036   else
4037     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
4038   fi
4039 done
4040 rm -f conf$$subs.sh
4041
4042 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4043 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
4044 _ACEOF
4045 sed -n '
4046 h
4047 s/^/S["/; s/!.*/"]=/
4048 p
4049 g
4050 s/^[^!]*!//
4051 :repl
4052 t repl
4053 s/'"$ac_delim"'$//
4054 t delim
4055 :nl
4056 h
4057 s/\(.\{148\}\)..*/\1/
4058 t more1
4059 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
4060 p
4061 n
4062 b repl
4063 :more1
4064 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4065 p
4066 g
4067 s/.\{148\}//
4068 t nl
4069 :delim
4070 h
4071 s/\(.\{148\}\)..*/\1/
4072 t more2
4073 s/["\\]/\\&/g; s/^/"/; s/$/"/
4074 p
4075 b
4076 :more2
4077 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4078 p
4079 g
4080 s/.\{148\}//
4081 t delim
4082 ' <conf$$subs.awk | sed '
4083 /^[^""]/{
4084   N
4085   s/\n//
4086 }
4087 ' >>$CONFIG_STATUS || ac_write_fail=1
4088 rm -f conf$$subs.awk
4089 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4090 _ACAWK
4091 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
4092   for (key in S) S_is_set[key] = 1
4093   FS = "\a"
4094
4095 }
4096 {
4097   line = $ 0
4098   nfields = split(line, field, "@")
4099   substed = 0
4100   len = length(field[1])
4101   for (i = 2; i < nfields; i++) {
4102     key = field[i]
4103     keylen = length(key)
4104     if (S_is_set[key]) {
4105       value = S[key]
4106       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
4107       len += length(value) + length(field[++i])
4108       substed = 1
4109     } else
4110       len += 1 + keylen
4111   }
4112
4113   print line
4114 }
4115
4116 _ACAWK
4117 _ACEOF
4118 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4119 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
4120   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
4121 else
4122   cat
4123 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
4124   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
4125 _ACEOF
4126
4127 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
4128 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
4129 # trailing colons and then remove the whole line if VPATH becomes empty
4130 # (actually we leave an empty line to preserve line numbers).
4131 if test "x$srcdir" = x.; then
4132   ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
4133 h
4134 s///
4135 s/^/:/
4136 s/[      ]*$/:/
4137 s/:\$(srcdir):/:/g
4138 s/:\${srcdir}:/:/g
4139 s/:@srcdir@:/:/g
4140 s/^:*//
4141 s/:*$//
4142 x
4143 s/\(=[   ]*\).*/\1/
4144 G
4145 s/\n//
4146 s/^[^=]*=[       ]*$//
4147 }'
4148 fi
4149
4150 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4151 fi # test -n "$CONFIG_FILES"
4152
4153
4154 eval set X "  :F $CONFIG_FILES      "
4155 shift
4156 for ac_tag
4157 do
4158   case $ac_tag in
4159   :[FHLC]) ac_mode=$ac_tag; continue;;
4160   esac
4161   case $ac_mode$ac_tag in
4162   :[FHL]*:*);;
4163   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
4164   :[FH]-) ac_tag=-:-;;
4165   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
4166   esac
4167   ac_save_IFS=$IFS
4168   IFS=:
4169   set x $ac_tag
4170   IFS=$ac_save_IFS
4171   shift
4172   ac_file=$1
4173   shift
4174
4175   case $ac_mode in
4176   :L) ac_source=$1;;
4177   :[FH])
4178     ac_file_inputs=
4179     for ac_f
4180     do
4181       case $ac_f in
4182       -) ac_f="$ac_tmp/stdin";;
4183       *) # Look for the file first in the build tree, then in the source tree
4184          # (if the path is not absolute).  The absolute path cannot be DOS-style,
4185          # because $ac_f cannot contain `:'.
4186          test -f "$ac_f" ||
4187            case $ac_f in
4188            [\\/$]*) false;;
4189            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
4190            esac ||
4191            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
4192       esac
4193       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
4194       as_fn_append ac_file_inputs " '$ac_f'"
4195     done
4196
4197     # Let's still pretend it is `configure' which instantiates (i.e., don't
4198     # use $as_me), people would be surprised to read:
4199     #    /* config.h.  Generated by config.status.  */
4200     configure_input='Generated from '`
4201           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
4202         `' by configure.'
4203     if test x"$ac_file" != x-; then
4204       configure_input="$ac_file.  $configure_input"
4205       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
4206 $as_echo "$as_me: creating $ac_file" >&6;}
4207     fi
4208     # Neutralize special characters interpreted by sed in replacement strings.
4209     case $configure_input in #(
4210     *\&* | *\|* | *\\* )
4211        ac_sed_conf_input=`$as_echo "$configure_input" |
4212        sed 's/[\\\\&|]/\\\\&/g'`;; #(
4213     *) ac_sed_conf_input=$configure_input;;
4214     esac
4215
4216     case $ac_tag in
4217     *:-:* | *:-) cat >"$ac_tmp/stdin" \
4218       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
4219     esac
4220     ;;
4221   esac
4222
4223   ac_dir=`$as_dirname -- "$ac_file" ||
4224 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4225          X"$ac_file" : 'X\(//\)[^/]' \| \
4226          X"$ac_file" : 'X\(//\)$' \| \
4227          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
4228 $as_echo X"$ac_file" |
4229     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4230             s//\1/
4231             q
4232           }
4233           /^X\(\/\/\)[^/].*/{
4234             s//\1/
4235             q
4236           }
4237           /^X\(\/\/\)$/{
4238             s//\1/
4239             q
4240           }
4241           /^X\(\/\).*/{
4242             s//\1/
4243             q
4244           }
4245           s/.*/./; q'`
4246   as_dir="$ac_dir"; as_fn_mkdir_p
4247   ac_builddir=.
4248
4249 case "$ac_dir" in
4250 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
4251 *)
4252   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
4253   # A ".." for each directory in $ac_dir_suffix.
4254   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
4255   case $ac_top_builddir_sub in
4256   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
4257   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
4258   esac ;;
4259 esac
4260 ac_abs_top_builddir=$ac_pwd
4261 ac_abs_builddir=$ac_pwd$ac_dir_suffix
4262 # for backward compatibility:
4263 ac_top_builddir=$ac_top_build_prefix
4264
4265 case $srcdir in
4266   .)  # We are building in place.
4267     ac_srcdir=.
4268     ac_top_srcdir=$ac_top_builddir_sub
4269     ac_abs_top_srcdir=$ac_pwd ;;
4270   [\\/]* | ?:[\\/]* )  # Absolute name.
4271     ac_srcdir=$srcdir$ac_dir_suffix;
4272     ac_top_srcdir=$srcdir
4273     ac_abs_top_srcdir=$srcdir ;;
4274   *) # Relative name.
4275     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
4276     ac_top_srcdir=$ac_top_build_prefix$srcdir
4277     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
4278 esac
4279 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
4280
4281
4282   case $ac_mode in
4283   :F)
4284   #
4285   # CONFIG_FILE
4286   #
4287
4288   case $INSTALL in
4289   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
4290   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
4291   esac
4292   ac_MKDIR_P=$MKDIR_P
4293   case $MKDIR_P in
4294   [\\/$]* | ?:[\\/]* ) ;;
4295   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
4296   esac
4297 _ACEOF
4298
4299 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4300 # If the template does not know about datarootdir, expand it.
4301 # FIXME: This hack should be removed a few years after 2.60.
4302 ac_datarootdir_hack=; ac_datarootdir_seen=
4303 ac_sed_dataroot='
4304 /datarootdir/ {
4305   p
4306   q
4307 }
4308 /@datadir@/p
4309 /@docdir@/p
4310 /@infodir@/p
4311 /@localedir@/p
4312 /@mandir@/p'
4313 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
4314 *datarootdir*) ac_datarootdir_seen=yes;;
4315 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
4316   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
4317 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
4318 _ACEOF
4319 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4320   ac_datarootdir_hack='
4321   s&@datadir@&$datadir&g
4322   s&@docdir@&$docdir&g
4323   s&@infodir@&$infodir&g
4324   s&@localedir@&$localedir&g
4325   s&@mandir@&$mandir&g
4326   s&\\\${datarootdir}&$datarootdir&g' ;;
4327 esac
4328 _ACEOF
4329
4330 # Neutralize VPATH when `$srcdir' = `.'.
4331 # Shell code in configure.ac might set extrasub.
4332 # FIXME: do we really want to maintain this feature?
4333 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4334 ac_sed_extra="$ac_vpsub
4335 $extrasub
4336 _ACEOF
4337 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4338 :t
4339 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
4340 s|@configure_input@|$ac_sed_conf_input|;t t
4341 s&@top_builddir@&$ac_top_builddir_sub&;t t
4342 s&@top_build_prefix@&$ac_top_build_prefix&;t t
4343 s&@srcdir@&$ac_srcdir&;t t
4344 s&@abs_srcdir@&$ac_abs_srcdir&;t t
4345 s&@top_srcdir@&$ac_top_srcdir&;t t
4346 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
4347 s&@builddir@&$ac_builddir&;t t
4348 s&@abs_builddir@&$ac_abs_builddir&;t t
4349 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
4350 s&@INSTALL@&$ac_INSTALL&;t t
4351 s&@MKDIR_P@&$ac_MKDIR_P&;t t
4352 $ac_datarootdir_hack
4353 "
4354 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
4355   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
4356
4357 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
4358   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
4359   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
4360       "$ac_tmp/out"`; test -z "$ac_out"; } &&
4361   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4362 which seems to be undefined.  Please make sure it is defined" >&5
4363 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4364 which seems to be undefined.  Please make sure it is defined" >&2;}
4365
4366   rm -f "$ac_tmp/stdin"
4367   case $ac_file in
4368   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
4369   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
4370   esac \
4371   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
4372  ;;
4373
4374
4375
4376   esac
4377
4378 done # for ac_tag
4379
4380
4381 as_fn_exit 0
4382 _ACEOF
4383 ac_clean_files=$ac_clean_files_save
4384
4385 test $ac_write_fail = 0 ||
4386   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
4387
4388
4389 # configure is writing to config.log, and then calls config.status.
4390 # config.status does its own redirection, appending to config.log.
4391 # Unfortunately, on DOS this fails, as config.log is still kept open
4392 # by configure, so config.status won't be able to write to it; its
4393 # output is simply discarded.  So we exec the FD to /dev/null,
4394 # effectively closing config.log, so it can be properly (re)opened and
4395 # appended to by config.status.  When coming back to configure, we
4396 # need to make the FD available again.
4397 if test "$no_create" != yes; then
4398   ac_cs_success=:
4399   ac_config_status_args=
4400   test "$silent" = yes &&
4401     ac_config_status_args="$ac_config_status_args --quiet"
4402   exec 5>/dev/null
4403   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
4404   exec 5>>config.log
4405   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4406   # would make configure fail if this is the last instruction.
4407   $ac_cs_success || as_fn_exit 1
4408 fi
4409
4410 #
4411 # CONFIG_SUBDIRS section.
4412 #
4413 if test "$no_recursion" != yes; then
4414
4415   # Remove --cache-file, --srcdir, and --disable-option-checking arguments
4416   # so they do not pile up.
4417   ac_sub_configure_args=
4418   ac_prev=
4419   eval "set x $ac_configure_args"
4420   shift
4421   for ac_arg
4422   do
4423     if test -n "$ac_prev"; then
4424       ac_prev=
4425       continue
4426     fi
4427     case $ac_arg in
4428     -cache-file | --cache-file | --cache-fil | --cache-fi \
4429     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
4430       ac_prev=cache_file ;;
4431     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
4432     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
4433     | --c=*)
4434       ;;
4435     --config-cache | -C)
4436       ;;
4437     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
4438       ac_prev=srcdir ;;
4439     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
4440       ;;
4441     -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
4442       ac_prev=prefix ;;
4443     -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
4444       ;;
4445     --disable-option-checking)
4446       ;;
4447     *)
4448       case $ac_arg in
4449       *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
4450       esac
4451       as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
4452     esac
4453   done
4454
4455   # Always prepend --prefix to ensure using the same prefix
4456   # in subdir configurations.
4457   ac_arg="--prefix=$prefix"
4458   case $ac_arg in
4459   *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
4460   esac
4461   ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
4462
4463   # Pass --silent
4464   if test "$silent" = yes; then
4465     ac_sub_configure_args="--silent $ac_sub_configure_args"
4466   fi
4467
4468   # Always prepend --disable-option-checking to silence warnings, since
4469   # different subdirs can have different --enable and --with options.
4470   ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
4471
4472   ac_popdir=`pwd`
4473   for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
4474
4475     # Do not complain, so a configure script can configure whichever
4476     # parts of a large source tree are present.
4477     test -d "$srcdir/$ac_dir" || continue
4478
4479     ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
4480     $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
4481     $as_echo "$ac_msg" >&6
4482     as_dir="$ac_dir"; as_fn_mkdir_p
4483     ac_builddir=.
4484
4485 case "$ac_dir" in
4486 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
4487 *)
4488   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
4489   # A ".." for each directory in $ac_dir_suffix.
4490   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
4491   case $ac_top_builddir_sub in
4492   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
4493   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
4494   esac ;;
4495 esac
4496 ac_abs_top_builddir=$ac_pwd
4497 ac_abs_builddir=$ac_pwd$ac_dir_suffix
4498 # for backward compatibility:
4499 ac_top_builddir=$ac_top_build_prefix
4500
4501 case $srcdir in
4502   .)  # We are building in place.
4503     ac_srcdir=.
4504     ac_top_srcdir=$ac_top_builddir_sub
4505     ac_abs_top_srcdir=$ac_pwd ;;
4506   [\\/]* | ?:[\\/]* )  # Absolute name.
4507     ac_srcdir=$srcdir$ac_dir_suffix;
4508     ac_top_srcdir=$srcdir
4509     ac_abs_top_srcdir=$srcdir ;;
4510   *) # Relative name.
4511     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
4512     ac_top_srcdir=$ac_top_build_prefix$srcdir
4513     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
4514 esac
4515 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
4516
4517
4518     cd "$ac_dir"
4519
4520     # Check for guested configure; otherwise get Cygnus style configure.
4521     if test -f "$ac_srcdir/configure.gnu"; then
4522       ac_sub_configure=$ac_srcdir/configure.gnu
4523     elif test -f "$ac_srcdir/configure"; then
4524       ac_sub_configure=$ac_srcdir/configure
4525     elif test -f "$ac_srcdir/configure.in"; then
4526       # This should be Cygnus configure.
4527       ac_sub_configure=$ac_aux_dir/configure
4528     else
4529       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
4530 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
4531       ac_sub_configure=
4532     fi
4533
4534     # The recursion is here.
4535     if test -n "$ac_sub_configure"; then
4536       # Make the cache file name correct relative to the subdirectory.
4537       case $cache_file in
4538       [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
4539       *) # Relative name.
4540         ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
4541       esac
4542
4543       { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
4544 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
4545       # The eval makes quoting arguments work.
4546       eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
4547            --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
4548         as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
4549     fi
4550
4551     cd "$ac_popdir"
4552   done
4553 fi
4554 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
4555   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
4556 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
4557 fi
4558