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