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