Imported Upstream version 3.55
[platform/upstream/iso-codes.git] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for iso-codes 3.55.
4 #
5 #
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7 #
8 #
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18   emulate sh
19   NULLCMD=:
20   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21   # is contrary to our usage.  Disable this feature.
22   alias -g '${1+"$@"}'='"$@"'
23   setopt NO_GLOB_SUBST
24 else
25   case `(set -o) 2>/dev/null` in #(
26   *posix*) :
27     set -o posix ;; #(
28   *) :
29      ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45   as_echo='print -r --'
46   as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48   as_echo='printf %s\n'
49   as_echo_n='printf %s'
50 else
51   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53     as_echo_n='/usr/ucb/echo -n'
54   else
55     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56     as_echo_n_body='eval
57       arg=$1;
58       case $arg in #(
59       *"$as_nl"*)
60         expr "X$arg" : "X\\(.*\\)$as_nl";
61         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62       esac;
63       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64     '
65     export as_echo_n_body
66     as_echo_n='sh -c $as_echo_n_body as_echo'
67   fi
68   export as_echo_body
69   as_echo='sh -c $as_echo_body as_echo'
70 fi
71
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74   PATH_SEPARATOR=:
75   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77       PATH_SEPARATOR=';'
78   }
79 fi
80
81
82 # IFS
83 # We need space, tab and new line, in precisely that order.  Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" ""        $as_nl"
88
89 # Find who we are.  Look in the path if we contain no directory separator.
90 as_myself=
91 case $0 in #((
92   *[\\/]* ) as_myself=$0 ;;
93   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94 for as_dir in $PATH
95 do
96   IFS=$as_save_IFS
97   test -z "$as_dir" && as_dir=.
98     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99   done
100 IFS=$as_save_IFS
101
102      ;;
103 esac
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x; then
107   as_myself=$0
108 fi
109 if test ! -f "$as_myself"; then
110   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111   exit 1
112 fi
113
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there.  '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\${$as_var+set} = xset \
120   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121 done
122 PS1='$ '
123 PS2='> '
124 PS4='+ '
125
126 # NLS nuisances.
127 LC_ALL=C
128 export LC_ALL
129 LANGUAGE=C
130 export LANGUAGE
131
132 # CDPATH.
133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
135 # Use a proper internal environment variable to ensure we don't fall
136   # into an infinite loop, continuously re-executing ourselves.
137   if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138     _as_can_reexec=no; export _as_can_reexec;
139     # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
143 BASH_ENV=/dev/null
144 ENV=/dev/null
145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146 case $- in # ((((
147   *v*x* | *x*v* ) as_opts=-vx ;;
148   *v* ) as_opts=-v ;;
149   *x* ) as_opts=-x ;;
150   * ) as_opts= ;;
151 esac
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156 as_fn_exit 255
157   fi
158   # We don't want this to propagate to other subprocesses.
159           { _as_can_reexec=; unset _as_can_reexec;}
160 if test "x$CONFIG_SHELL" = x; then
161   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162   emulate sh
163   NULLCMD=:
164   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165   # is contrary to our usage.  Disable this feature.
166   alias -g '\${1+\"\$@\"}'='\"\$@\"'
167   setopt NO_GLOB_SUBST
168 else
169   case \`(set -o) 2>/dev/null\` in #(
170   *posix*) :
171     set -o posix ;; #(
172   *) :
173      ;;
174 esac
175 fi
176 "
177   as_required="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
182
183 exitcode=0
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190 else
191   exitcode=1; echo positional parameters were not saved.
192 fi
193 test x\$exitcode = x0 || exit 1
194 test -x / || exit 1"
195   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
199   if (eval "$as_required") 2>/dev/null; then :
200   as_have_required=yes
201 else
202   as_have_required=no
203 fi
204   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
205
206 else
207   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
208 as_found=false
209 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
210 do
211   IFS=$as_save_IFS
212   test -z "$as_dir" && as_dir=.
213   as_found=:
214   case $as_dir in #(
215          /*)
216            for as_base in sh bash ksh sh5; do
217              # Try only shells that exist, to save several forks.
218              as_shell=$as_dir/$as_base
219              if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
220                     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
221   CONFIG_SHELL=$as_shell as_have_required=yes
222                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
223   break 2
224 fi
225 fi
226            done;;
227        esac
228   as_found=false
229 done
230 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
231               { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
232   CONFIG_SHELL=$SHELL as_have_required=yes
233 fi; }
234 IFS=$as_save_IFS
235
236
237       if test "x$CONFIG_SHELL" != x; then :
238   export CONFIG_SHELL
239              # We cannot yet assume a decent shell, so we have to provide a
240 # neutralization value for shells without unset; and this also
241 # works around shells that cannot unset nonexistent variables.
242 # Preserve -v and -x to the replacement shell.
243 BASH_ENV=/dev/null
244 ENV=/dev/null
245 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
246 case $- in # ((((
247   *v*x* | *x*v* ) as_opts=-vx ;;
248   *v* ) as_opts=-v ;;
249   *x* ) as_opts=-x ;;
250   * ) as_opts= ;;
251 esac
252 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
253 # Admittedly, this is quite paranoid, since all the known shells bail
254 # out after a failed `exec'.
255 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
256 exit 255
257 fi
258
259     if test x$as_have_required = xno; then :
260   $as_echo "$0: This script requires a shell more modern than all"
261   $as_echo "$0: the shells that I found on your system."
262   if test x${ZSH_VERSION+set} = xset ; then
263     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
264     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
265   else
266     $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
267 $0: including any error possibly output before this
268 $0: message. Then install a modern shell, or manually run
269 $0: the script under such a shell if you do have one."
270   fi
271   exit 1
272 fi
273 fi
274 fi
275 SHELL=${CONFIG_SHELL-/bin/sh}
276 export SHELL
277 # Unset more variables known to interfere with behavior of common tools.
278 CLICOLOR_FORCE= GREP_OPTIONS=
279 unset CLICOLOR_FORCE GREP_OPTIONS
280
281 ## --------------------- ##
282 ## M4sh Shell Functions. ##
283 ## --------------------- ##
284 # as_fn_unset VAR
285 # ---------------
286 # Portably unset VAR.
287 as_fn_unset ()
288 {
289   { eval $1=; unset $1;}
290 }
291 as_unset=as_fn_unset
292
293 # as_fn_set_status STATUS
294 # -----------------------
295 # Set $? to STATUS, without forking.
296 as_fn_set_status ()
297 {
298   return $1
299 } # as_fn_set_status
300
301 # as_fn_exit STATUS
302 # -----------------
303 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
304 as_fn_exit ()
305 {
306   set +e
307   as_fn_set_status $1
308   exit $1
309 } # as_fn_exit
310
311 # as_fn_mkdir_p
312 # -------------
313 # Create "$as_dir" as a directory, including parents if necessary.
314 as_fn_mkdir_p ()
315 {
316
317   case $as_dir in #(
318   -*) as_dir=./$as_dir;;
319   esac
320   test -d "$as_dir" || eval $as_mkdir_p || {
321     as_dirs=
322     while :; do
323       case $as_dir in #(
324       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
325       *) as_qdir=$as_dir;;
326       esac
327       as_dirs="'$as_qdir' $as_dirs"
328       as_dir=`$as_dirname -- "$as_dir" ||
329 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
330          X"$as_dir" : 'X\(//\)[^/]' \| \
331          X"$as_dir" : 'X\(//\)$' \| \
332          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
333 $as_echo X"$as_dir" |
334     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
335             s//\1/
336             q
337           }
338           /^X\(\/\/\)[^/].*/{
339             s//\1/
340             q
341           }
342           /^X\(\/\/\)$/{
343             s//\1/
344             q
345           }
346           /^X\(\/\).*/{
347             s//\1/
348             q
349           }
350           s/.*/./; q'`
351       test -d "$as_dir" && break
352     done
353     test -z "$as_dirs" || eval "mkdir $as_dirs"
354   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
355
356
357 } # as_fn_mkdir_p
358
359 # as_fn_executable_p FILE
360 # -----------------------
361 # Test if FILE is an executable regular file.
362 as_fn_executable_p ()
363 {
364   test -f "$1" && test -x "$1"
365 } # as_fn_executable_p
366 # as_fn_append VAR VALUE
367 # ----------------------
368 # Append the text in VALUE to the end of the definition contained in VAR. Take
369 # advantage of any shell optimizations that allow amortized linear growth over
370 # repeated appends, instead of the typical quadratic growth present in naive
371 # implementations.
372 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
373   eval 'as_fn_append ()
374   {
375     eval $1+=\$2
376   }'
377 else
378   as_fn_append ()
379   {
380     eval $1=\$$1\$2
381   }
382 fi # as_fn_append
383
384 # as_fn_arith ARG...
385 # ------------------
386 # Perform arithmetic evaluation on the ARGs, and store the result in the
387 # global $as_val. Take advantage of shells that can avoid forks. The arguments
388 # must be portable across $(()) and expr.
389 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
390   eval 'as_fn_arith ()
391   {
392     as_val=$(( $* ))
393   }'
394 else
395   as_fn_arith ()
396   {
397     as_val=`expr "$@" || test $? -eq 1`
398   }
399 fi # as_fn_arith
400
401
402 # as_fn_error STATUS ERROR [LINENO LOG_FD]
403 # ----------------------------------------
404 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
405 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
406 # script with STATUS, using 1 if that was 0.
407 as_fn_error ()
408 {
409   as_status=$1; test $as_status -eq 0 && as_status=1
410   if test "$4"; then
411     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
412     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
413   fi
414   $as_echo "$as_me: error: $2" >&2
415   as_fn_exit $as_status
416 } # as_fn_error
417
418 if expr a : '\(a\)' >/dev/null 2>&1 &&
419    test "X`expr 00001 : '.*\(...\)'`" = X001; then
420   as_expr=expr
421 else
422   as_expr=false
423 fi
424
425 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
426   as_basename=basename
427 else
428   as_basename=false
429 fi
430
431 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
432   as_dirname=dirname
433 else
434   as_dirname=false
435 fi
436
437 as_me=`$as_basename -- "$0" ||
438 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
439          X"$0" : 'X\(//\)$' \| \
440          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
441 $as_echo X/"$0" |
442     sed '/^.*\/\([^/][^/]*\)\/*$/{
443             s//\1/
444             q
445           }
446           /^X\/\(\/\/\)$/{
447             s//\1/
448             q
449           }
450           /^X\/\(\/\).*/{
451             s//\1/
452             q
453           }
454           s/.*/./; q'`
455
456 # Avoid depending upon Character Ranges.
457 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
458 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
459 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
460 as_cr_digits='0123456789'
461 as_cr_alnum=$as_cr_Letters$as_cr_digits
462
463
464   as_lineno_1=$LINENO as_lineno_1a=$LINENO
465   as_lineno_2=$LINENO as_lineno_2a=$LINENO
466   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
467   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
468   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
469   sed -n '
470     p
471     /[$]LINENO/=
472   ' <$as_myself |
473     sed '
474       s/[$]LINENO.*/&-/
475       t lineno
476       b
477       :lineno
478       N
479       :loop
480       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
481       t loop
482       s/-\n.*//
483     ' >$as_me.lineno &&
484   chmod +x "$as_me.lineno" ||
485     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
486
487   # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
488   # already done that, so ensure we don't try to do so again and fall
489   # in an infinite loop.  This has already happened in practice.
490   _as_can_reexec=no; export _as_can_reexec
491   # Don't try to exec as it changes $[0], causing all sort of problems
492   # (the dirname of $[0] is not the place where we might find the
493   # original and so on.  Autoconf is especially sensitive to this).
494   . "./$as_me.lineno"
495   # Exit status is that of the last command.
496   exit
497 }
498
499 ECHO_C= ECHO_N= ECHO_T=
500 case `echo -n x` in #(((((
501 -n*)
502   case `echo 'xy\c'` in
503   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
504   xy)  ECHO_C='\c';;
505   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
506        ECHO_T=' ';;
507   esac;;
508 *)
509   ECHO_N='-n';;
510 esac
511
512 rm -f conf$$ conf$$.exe conf$$.file
513 if test -d conf$$.dir; then
514   rm -f conf$$.dir/conf$$.file
515 else
516   rm -f conf$$.dir
517   mkdir conf$$.dir 2>/dev/null
518 fi
519 if (echo >conf$$.file) 2>/dev/null; then
520   if ln -s conf$$.file conf$$ 2>/dev/null; then
521     as_ln_s='ln -s'
522     # ... but there are two gotchas:
523     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
524     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
525     # In both cases, we have to default to `cp -pR'.
526     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
527       as_ln_s='cp -pR'
528   elif ln conf$$.file conf$$ 2>/dev/null; then
529     as_ln_s=ln
530   else
531     as_ln_s='cp -pR'
532   fi
533 else
534   as_ln_s='cp -pR'
535 fi
536 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
537 rmdir conf$$.dir 2>/dev/null
538
539 if mkdir -p . 2>/dev/null; then
540   as_mkdir_p='mkdir -p "$as_dir"'
541 else
542   test -d ./-p && rmdir ./-p
543   as_mkdir_p=false
544 fi
545
546 as_test_x='test -x'
547 as_executable_p=as_fn_executable_p
548
549 # Sed expression to map a string onto a valid CPP name.
550 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
551
552 # Sed expression to map a string onto a valid variable name.
553 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
554
555
556 test -n "$DJDIR" || exec 7<&0 </dev/null
557 exec 6>&1
558
559 # Name of the host.
560 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
561 # so uname gets run too.
562 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
563
564 #
565 # Initializations.
566 #
567 ac_default_prefix=/usr/local
568 ac_clean_files=
569 ac_config_libobj_dir=.
570 LIBOBJS=
571 cross_compiling=no
572 subdirs=
573 MFLAGS=
574 MAKEFLAGS=
575
576 # Identity of this package.
577 PACKAGE_NAME='iso-codes'
578 PACKAGE_TARNAME='iso-codes'
579 PACKAGE_VERSION='3.55'
580 PACKAGE_STRING='iso-codes 3.55'
581 PACKAGE_BUGREPORT=''
582 PACKAGE_URL=''
583
584 ac_subst_vars='LTLIBOBJS
585 LIBOBJS
586 DOMAINS
587 MSGFMT_FLAGS
588 RECODE_SR_LATIN
589 MSGFILTER
590 MSGFMT
591 MSGMERGE
592 ACLOCAL_AMFLAGS
593 MAINT
594 MAINTAINER_MODE_FALSE
595 MAINTAINER_MODE_TRUE
596 AM_BACKSLASH
597 AM_DEFAULT_VERBOSITY
598 AM_DEFAULT_V
599 AM_V
600 am__untar
601 am__tar
602 AMTAR
603 am__leading_dot
604 SET_MAKE
605 AWK
606 mkdir_p
607 MKDIR_P
608 INSTALL_STRIP_PROGRAM
609 STRIP
610 install_sh
611 MAKEINFO
612 AUTOHEADER
613 AUTOMAKE
614 AUTOCONF
615 ACLOCAL
616 VERSION
617 PACKAGE
618 CYGPATH_W
619 am__isrc
620 INSTALL_DATA
621 INSTALL_SCRIPT
622 INSTALL_PROGRAM
623 target_alias
624 host_alias
625 build_alias
626 LIBS
627 ECHO_T
628 ECHO_N
629 ECHO_C
630 DEFS
631 mandir
632 localedir
633 libdir
634 psdir
635 pdfdir
636 dvidir
637 htmldir
638 infodir
639 docdir
640 oldincludedir
641 includedir
642 localstatedir
643 sharedstatedir
644 sysconfdir
645 datadir
646 datarootdir
647 libexecdir
648 sbindir
649 bindir
650 program_transform_name
651 prefix
652 exec_prefix
653 PACKAGE_URL
654 PACKAGE_BUGREPORT
655 PACKAGE_STRING
656 PACKAGE_VERSION
657 PACKAGE_TARNAME
658 PACKAGE_NAME
659 PATH_SEPARATOR
660 SHELL'
661 ac_subst_files=''
662 ac_user_opts='
663 enable_option_checking
664 enable_silent_rules
665 enable_maintainer_mode
666 '
667       ac_precious_vars='build_alias
668 host_alias
669 target_alias'
670
671
672 # Initialize some variables set by options.
673 ac_init_help=
674 ac_init_version=false
675 ac_unrecognized_opts=
676 ac_unrecognized_sep=
677 # The variables have the same names as the options, with
678 # dashes changed to underlines.
679 cache_file=/dev/null
680 exec_prefix=NONE
681 no_create=
682 no_recursion=
683 prefix=NONE
684 program_prefix=NONE
685 program_suffix=NONE
686 program_transform_name=s,x,x,
687 silent=
688 site=
689 srcdir=
690 verbose=
691 x_includes=NONE
692 x_libraries=NONE
693
694 # Installation directory options.
695 # These are left unexpanded so users can "make install exec_prefix=/foo"
696 # and all the variables that are supposed to be based on exec_prefix
697 # by default will actually change.
698 # Use braces instead of parens because sh, perl, etc. also accept them.
699 # (The list follows the same order as the GNU Coding Standards.)
700 bindir='${exec_prefix}/bin'
701 sbindir='${exec_prefix}/sbin'
702 libexecdir='${exec_prefix}/libexec'
703 datarootdir='${prefix}/share'
704 datadir='${datarootdir}'
705 sysconfdir='${prefix}/etc'
706 sharedstatedir='${prefix}/com'
707 localstatedir='${prefix}/var'
708 includedir='${prefix}/include'
709 oldincludedir='/usr/include'
710 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
711 infodir='${datarootdir}/info'
712 htmldir='${docdir}'
713 dvidir='${docdir}'
714 pdfdir='${docdir}'
715 psdir='${docdir}'
716 libdir='${exec_prefix}/lib'
717 localedir='${datarootdir}/locale'
718 mandir='${datarootdir}/man'
719
720 ac_prev=
721 ac_dashdash=
722 for ac_option
723 do
724   # If the previous option needs an argument, assign it.
725   if test -n "$ac_prev"; then
726     eval $ac_prev=\$ac_option
727     ac_prev=
728     continue
729   fi
730
731   case $ac_option in
732   *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
733   *=)   ac_optarg= ;;
734   *)    ac_optarg=yes ;;
735   esac
736
737   # Accept the important Cygnus configure options, so we can diagnose typos.
738
739   case $ac_dashdash$ac_option in
740   --)
741     ac_dashdash=yes ;;
742
743   -bindir | --bindir | --bindi | --bind | --bin | --bi)
744     ac_prev=bindir ;;
745   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
746     bindir=$ac_optarg ;;
747
748   -build | --build | --buil | --bui | --bu)
749     ac_prev=build_alias ;;
750   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
751     build_alias=$ac_optarg ;;
752
753   -cache-file | --cache-file | --cache-fil | --cache-fi \
754   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
755     ac_prev=cache_file ;;
756   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
757   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
758     cache_file=$ac_optarg ;;
759
760   --config-cache | -C)
761     cache_file=config.cache ;;
762
763   -datadir | --datadir | --datadi | --datad)
764     ac_prev=datadir ;;
765   -datadir=* | --datadir=* | --datadi=* | --datad=*)
766     datadir=$ac_optarg ;;
767
768   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
769   | --dataroo | --dataro | --datar)
770     ac_prev=datarootdir ;;
771   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
772   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
773     datarootdir=$ac_optarg ;;
774
775   -disable-* | --disable-*)
776     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
777     # Reject names that are not valid shell variable names.
778     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
779       as_fn_error $? "invalid feature name: $ac_useropt"
780     ac_useropt_orig=$ac_useropt
781     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
782     case $ac_user_opts in
783       *"
784 "enable_$ac_useropt"
785 "*) ;;
786       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
787          ac_unrecognized_sep=', ';;
788     esac
789     eval enable_$ac_useropt=no ;;
790
791   -docdir | --docdir | --docdi | --doc | --do)
792     ac_prev=docdir ;;
793   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
794     docdir=$ac_optarg ;;
795
796   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
797     ac_prev=dvidir ;;
798   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
799     dvidir=$ac_optarg ;;
800
801   -enable-* | --enable-*)
802     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
803     # Reject names that are not valid shell variable names.
804     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
805       as_fn_error $? "invalid feature name: $ac_useropt"
806     ac_useropt_orig=$ac_useropt
807     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
808     case $ac_user_opts in
809       *"
810 "enable_$ac_useropt"
811 "*) ;;
812       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
813          ac_unrecognized_sep=', ';;
814     esac
815     eval enable_$ac_useropt=\$ac_optarg ;;
816
817   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
818   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
819   | --exec | --exe | --ex)
820     ac_prev=exec_prefix ;;
821   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
822   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
823   | --exec=* | --exe=* | --ex=*)
824     exec_prefix=$ac_optarg ;;
825
826   -gas | --gas | --ga | --g)
827     # Obsolete; use --with-gas.
828     with_gas=yes ;;
829
830   -help | --help | --hel | --he | -h)
831     ac_init_help=long ;;
832   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
833     ac_init_help=recursive ;;
834   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
835     ac_init_help=short ;;
836
837   -host | --host | --hos | --ho)
838     ac_prev=host_alias ;;
839   -host=* | --host=* | --hos=* | --ho=*)
840     host_alias=$ac_optarg ;;
841
842   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
843     ac_prev=htmldir ;;
844   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
845   | --ht=*)
846     htmldir=$ac_optarg ;;
847
848   -includedir | --includedir | --includedi | --included | --include \
849   | --includ | --inclu | --incl | --inc)
850     ac_prev=includedir ;;
851   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
852   | --includ=* | --inclu=* | --incl=* | --inc=*)
853     includedir=$ac_optarg ;;
854
855   -infodir | --infodir | --infodi | --infod | --info | --inf)
856     ac_prev=infodir ;;
857   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
858     infodir=$ac_optarg ;;
859
860   -libdir | --libdir | --libdi | --libd)
861     ac_prev=libdir ;;
862   -libdir=* | --libdir=* | --libdi=* | --libd=*)
863     libdir=$ac_optarg ;;
864
865   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
866   | --libexe | --libex | --libe)
867     ac_prev=libexecdir ;;
868   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
869   | --libexe=* | --libex=* | --libe=*)
870     libexecdir=$ac_optarg ;;
871
872   -localedir | --localedir | --localedi | --localed | --locale)
873     ac_prev=localedir ;;
874   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
875     localedir=$ac_optarg ;;
876
877   -localstatedir | --localstatedir | --localstatedi | --localstated \
878   | --localstate | --localstat | --localsta | --localst | --locals)
879     ac_prev=localstatedir ;;
880   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
881   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
882     localstatedir=$ac_optarg ;;
883
884   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
885     ac_prev=mandir ;;
886   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
887     mandir=$ac_optarg ;;
888
889   -nfp | --nfp | --nf)
890     # Obsolete; use --without-fp.
891     with_fp=no ;;
892
893   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
894   | --no-cr | --no-c | -n)
895     no_create=yes ;;
896
897   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
898   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
899     no_recursion=yes ;;
900
901   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
902   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
903   | --oldin | --oldi | --old | --ol | --o)
904     ac_prev=oldincludedir ;;
905   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
906   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
907   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
908     oldincludedir=$ac_optarg ;;
909
910   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
911     ac_prev=prefix ;;
912   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
913     prefix=$ac_optarg ;;
914
915   -program-prefix | --program-prefix | --program-prefi | --program-pref \
916   | --program-pre | --program-pr | --program-p)
917     ac_prev=program_prefix ;;
918   -program-prefix=* | --program-prefix=* | --program-prefi=* \
919   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
920     program_prefix=$ac_optarg ;;
921
922   -program-suffix | --program-suffix | --program-suffi | --program-suff \
923   | --program-suf | --program-su | --program-s)
924     ac_prev=program_suffix ;;
925   -program-suffix=* | --program-suffix=* | --program-suffi=* \
926   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
927     program_suffix=$ac_optarg ;;
928
929   -program-transform-name | --program-transform-name \
930   | --program-transform-nam | --program-transform-na \
931   | --program-transform-n | --program-transform- \
932   | --program-transform | --program-transfor \
933   | --program-transfo | --program-transf \
934   | --program-trans | --program-tran \
935   | --progr-tra | --program-tr | --program-t)
936     ac_prev=program_transform_name ;;
937   -program-transform-name=* | --program-transform-name=* \
938   | --program-transform-nam=* | --program-transform-na=* \
939   | --program-transform-n=* | --program-transform-=* \
940   | --program-transform=* | --program-transfor=* \
941   | --program-transfo=* | --program-transf=* \
942   | --program-trans=* | --program-tran=* \
943   | --progr-tra=* | --program-tr=* | --program-t=*)
944     program_transform_name=$ac_optarg ;;
945
946   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
947     ac_prev=pdfdir ;;
948   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
949     pdfdir=$ac_optarg ;;
950
951   -psdir | --psdir | --psdi | --psd | --ps)
952     ac_prev=psdir ;;
953   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
954     psdir=$ac_optarg ;;
955
956   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
957   | -silent | --silent | --silen | --sile | --sil)
958     silent=yes ;;
959
960   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
961     ac_prev=sbindir ;;
962   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
963   | --sbi=* | --sb=*)
964     sbindir=$ac_optarg ;;
965
966   -sharedstatedir | --sharedstatedir | --sharedstatedi \
967   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
968   | --sharedst | --shareds | --shared | --share | --shar \
969   | --sha | --sh)
970     ac_prev=sharedstatedir ;;
971   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
972   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
973   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
974   | --sha=* | --sh=*)
975     sharedstatedir=$ac_optarg ;;
976
977   -site | --site | --sit)
978     ac_prev=site ;;
979   -site=* | --site=* | --sit=*)
980     site=$ac_optarg ;;
981
982   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
983     ac_prev=srcdir ;;
984   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
985     srcdir=$ac_optarg ;;
986
987   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
988   | --syscon | --sysco | --sysc | --sys | --sy)
989     ac_prev=sysconfdir ;;
990   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
991   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
992     sysconfdir=$ac_optarg ;;
993
994   -target | --target | --targe | --targ | --tar | --ta | --t)
995     ac_prev=target_alias ;;
996   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
997     target_alias=$ac_optarg ;;
998
999   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1000     verbose=yes ;;
1001
1002   -version | --version | --versio | --versi | --vers | -V)
1003     ac_init_version=: ;;
1004
1005   -with-* | --with-*)
1006     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1007     # Reject names that are not valid shell variable names.
1008     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1009       as_fn_error $? "invalid package name: $ac_useropt"
1010     ac_useropt_orig=$ac_useropt
1011     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1012     case $ac_user_opts in
1013       *"
1014 "with_$ac_useropt"
1015 "*) ;;
1016       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1017          ac_unrecognized_sep=', ';;
1018     esac
1019     eval with_$ac_useropt=\$ac_optarg ;;
1020
1021   -without-* | --without-*)
1022     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1023     # Reject names that are not valid shell variable names.
1024     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1025       as_fn_error $? "invalid package name: $ac_useropt"
1026     ac_useropt_orig=$ac_useropt
1027     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1028     case $ac_user_opts in
1029       *"
1030 "with_$ac_useropt"
1031 "*) ;;
1032       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1033          ac_unrecognized_sep=', ';;
1034     esac
1035     eval with_$ac_useropt=no ;;
1036
1037   --x)
1038     # Obsolete; use --with-x.
1039     with_x=yes ;;
1040
1041   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1042   | --x-incl | --x-inc | --x-in | --x-i)
1043     ac_prev=x_includes ;;
1044   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1045   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1046     x_includes=$ac_optarg ;;
1047
1048   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1049   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1050     ac_prev=x_libraries ;;
1051   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1052   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1053     x_libraries=$ac_optarg ;;
1054
1055   -*) as_fn_error $? "unrecognized option: \`$ac_option'
1056 Try \`$0 --help' for more information"
1057     ;;
1058
1059   *=*)
1060     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1061     # Reject names that are not valid shell variable names.
1062     case $ac_envvar in #(
1063       '' | [0-9]* | *[!_$as_cr_alnum]* )
1064       as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1065     esac
1066     eval $ac_envvar=\$ac_optarg
1067     export $ac_envvar ;;
1068
1069   *)
1070     # FIXME: should be removed in autoconf 3.0.
1071     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1072     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1073       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1074     : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1075     ;;
1076
1077   esac
1078 done
1079
1080 if test -n "$ac_prev"; then
1081   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1082   as_fn_error $? "missing argument to $ac_option"
1083 fi
1084
1085 if test -n "$ac_unrecognized_opts"; then
1086   case $enable_option_checking in
1087     no) ;;
1088     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1089     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1090   esac
1091 fi
1092
1093 # Check all directory arguments for consistency.
1094 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1095                 datadir sysconfdir sharedstatedir localstatedir includedir \
1096                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1097                 libdir localedir mandir
1098 do
1099   eval ac_val=\$$ac_var
1100   # Remove trailing slashes.
1101   case $ac_val in
1102     */ )
1103       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1104       eval $ac_var=\$ac_val;;
1105   esac
1106   # Be sure to have absolute directory names.
1107   case $ac_val in
1108     [\\/$]* | ?:[\\/]* )  continue;;
1109     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1110   esac
1111   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1112 done
1113
1114 # There might be people who depend on the old broken behavior: `$host'
1115 # used to hold the argument of --host etc.
1116 # FIXME: To remove some day.
1117 build=$build_alias
1118 host=$host_alias
1119 target=$target_alias
1120
1121 # FIXME: To remove some day.
1122 if test "x$host_alias" != x; then
1123   if test "x$build_alias" = x; then
1124     cross_compiling=maybe
1125   elif test "x$build_alias" != "x$host_alias"; then
1126     cross_compiling=yes
1127   fi
1128 fi
1129
1130 ac_tool_prefix=
1131 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1132
1133 test "$silent" = yes && exec 6>/dev/null
1134
1135
1136 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1137 ac_ls_di=`ls -di .` &&
1138 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1139   as_fn_error $? "working directory cannot be determined"
1140 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1141   as_fn_error $? "pwd does not report name of working directory"
1142
1143
1144 # Find the source files, if location was not specified.
1145 if test -z "$srcdir"; then
1146   ac_srcdir_defaulted=yes
1147   # Try the directory containing this script, then the parent directory.
1148   ac_confdir=`$as_dirname -- "$as_myself" ||
1149 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1150          X"$as_myself" : 'X\(//\)[^/]' \| \
1151          X"$as_myself" : 'X\(//\)$' \| \
1152          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1153 $as_echo X"$as_myself" |
1154     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1155             s//\1/
1156             q
1157           }
1158           /^X\(\/\/\)[^/].*/{
1159             s//\1/
1160             q
1161           }
1162           /^X\(\/\/\)$/{
1163             s//\1/
1164             q
1165           }
1166           /^X\(\/\).*/{
1167             s//\1/
1168             q
1169           }
1170           s/.*/./; q'`
1171   srcdir=$ac_confdir
1172   if test ! -r "$srcdir/$ac_unique_file"; then
1173     srcdir=..
1174   fi
1175 else
1176   ac_srcdir_defaulted=no
1177 fi
1178 if test ! -r "$srcdir/$ac_unique_file"; then
1179   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1180   as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1181 fi
1182 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1183 ac_abs_confdir=`(
1184         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1185         pwd)`
1186 # When building in place, set srcdir=.
1187 if test "$ac_abs_confdir" = "$ac_pwd"; then
1188   srcdir=.
1189 fi
1190 # Remove unnecessary trailing slashes from srcdir.
1191 # Double slashes in file names in object file debugging info
1192 # mess up M-x gdb in Emacs.
1193 case $srcdir in
1194 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1195 esac
1196 for ac_var in $ac_precious_vars; do
1197   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1198   eval ac_env_${ac_var}_value=\$${ac_var}
1199   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1200   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1201 done
1202
1203 #
1204 # Report the --help message.
1205 #
1206 if test "$ac_init_help" = "long"; then
1207   # Omit some internal or obsolete options to make the list less imposing.
1208   # This message is too long to be a string in the A/UX 3.1 sh.
1209   cat <<_ACEOF
1210 \`configure' configures iso-codes 3.55 to adapt to many kinds of systems.
1211
1212 Usage: $0 [OPTION]... [VAR=VALUE]...
1213
1214 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1215 VAR=VALUE.  See below for descriptions of some of the useful variables.
1216
1217 Defaults for the options are specified in brackets.
1218
1219 Configuration:
1220   -h, --help              display this help and exit
1221       --help=short        display options specific to this package
1222       --help=recursive    display the short help of all the included packages
1223   -V, --version           display version information and exit
1224   -q, --quiet, --silent   do not print \`checking ...' messages
1225       --cache-file=FILE   cache test results in FILE [disabled]
1226   -C, --config-cache      alias for \`--cache-file=config.cache'
1227   -n, --no-create         do not create output files
1228       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1229
1230 Installation directories:
1231   --prefix=PREFIX         install architecture-independent files in PREFIX
1232                           [$ac_default_prefix]
1233   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1234                           [PREFIX]
1235
1236 By default, \`make install' will install all the files in
1237 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1238 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1239 for instance \`--prefix=\$HOME'.
1240
1241 For better control, use the options below.
1242
1243 Fine tuning of the installation directories:
1244   --bindir=DIR            user executables [EPREFIX/bin]
1245   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1246   --libexecdir=DIR        program executables [EPREFIX/libexec]
1247   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1248   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1249   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1250   --libdir=DIR            object code libraries [EPREFIX/lib]
1251   --includedir=DIR        C header files [PREFIX/include]
1252   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1253   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1254   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1255   --infodir=DIR           info documentation [DATAROOTDIR/info]
1256   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1257   --mandir=DIR            man documentation [DATAROOTDIR/man]
1258   --docdir=DIR            documentation root [DATAROOTDIR/doc/iso-codes]
1259   --htmldir=DIR           html documentation [DOCDIR]
1260   --dvidir=DIR            dvi documentation [DOCDIR]
1261   --pdfdir=DIR            pdf documentation [DOCDIR]
1262   --psdir=DIR             ps documentation [DOCDIR]
1263 _ACEOF
1264
1265   cat <<\_ACEOF
1266
1267 Program names:
1268   --program-prefix=PREFIX            prepend PREFIX to installed program names
1269   --program-suffix=SUFFIX            append SUFFIX to installed program names
1270   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1271 _ACEOF
1272 fi
1273
1274 if test -n "$ac_init_help"; then
1275   case $ac_init_help in
1276      short | recursive ) echo "Configuration of iso-codes 3.55:";;
1277    esac
1278   cat <<\_ACEOF
1279
1280 Optional Features:
1281   --disable-option-checking  ignore unrecognized --enable/--with options
1282   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1283   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1284   --enable-silent-rules   less verbose build output (undo: "make V=1")
1285   --disable-silent-rules  verbose build output (undo: "make V=0")
1286   --enable-maintainer-mode
1287                           enable make rules and dependencies not useful (and
1288                           sometimes confusing) to the casual installer
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 iso-codes configure 3.55
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 iso-codes $as_me 3.55, 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 am__api_version='1.14'
1720
1721 ac_aux_dir=
1722 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1723   if test -f "$ac_dir/install-sh"; then
1724     ac_aux_dir=$ac_dir
1725     ac_install_sh="$ac_aux_dir/install-sh -c"
1726     break
1727   elif test -f "$ac_dir/install.sh"; then
1728     ac_aux_dir=$ac_dir
1729     ac_install_sh="$ac_aux_dir/install.sh -c"
1730     break
1731   elif test -f "$ac_dir/shtool"; then
1732     ac_aux_dir=$ac_dir
1733     ac_install_sh="$ac_aux_dir/shtool install -c"
1734     break
1735   fi
1736 done
1737 if test -z "$ac_aux_dir"; then
1738   as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
1739 fi
1740
1741 # These three variables are undocumented and unsupported,
1742 # and are intended to be withdrawn in a future Autoconf release.
1743 # They can cause serious problems if a builder's source tree is in a directory
1744 # whose full name contains unusual characters.
1745 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1746 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1747 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1748
1749
1750 # Find a good install program.  We prefer a C program (faster),
1751 # so one script is as good as another.  But avoid the broken or
1752 # incompatible versions:
1753 # SysV /etc/install, /usr/sbin/install
1754 # SunOS /usr/etc/install
1755 # IRIX /sbin/install
1756 # AIX /bin/install
1757 # AmigaOS /C/install, which installs bootblocks on floppy discs
1758 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1759 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1760 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1761 # OS/2's system install, which has a completely different semantic
1762 # ./install, which can be erroneously created by make from ./install.sh.
1763 # Reject install programs that cannot install multiple files.
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
1765 $as_echo_n "checking for a BSD-compatible install... " >&6; }
1766 if test -z "$INSTALL"; then
1767 if ${ac_cv_path_install+:} false; then :
1768   $as_echo_n "(cached) " >&6
1769 else
1770   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1771 for as_dir in $PATH
1772 do
1773   IFS=$as_save_IFS
1774   test -z "$as_dir" && as_dir=.
1775     # Account for people who put trailing slashes in PATH elements.
1776 case $as_dir/ in #((
1777   ./ | .// | /[cC]/* | \
1778   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1779   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1780   /usr/ucb/* ) ;;
1781   *)
1782     # OSF1 and SCO ODT 3.0 have their own names for install.
1783     # Don't use installbsd from OSF since it installs stuff as root
1784     # by default.
1785     for ac_prog in ginstall scoinst install; do
1786       for ac_exec_ext in '' $ac_executable_extensions; do
1787         if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1788           if test $ac_prog = install &&
1789             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1790             # AIX install.  It has an incompatible calling convention.
1791             :
1792           elif test $ac_prog = install &&
1793             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1794             # program-specific install script used by HP pwplus--don't use.
1795             :
1796           else
1797             rm -rf conftest.one conftest.two conftest.dir
1798             echo one > conftest.one
1799             echo two > conftest.two
1800             mkdir conftest.dir
1801             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
1802               test -s conftest.one && test -s conftest.two &&
1803               test -s conftest.dir/conftest.one &&
1804               test -s conftest.dir/conftest.two
1805             then
1806               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1807               break 3
1808             fi
1809           fi
1810         fi
1811       done
1812     done
1813     ;;
1814 esac
1815
1816   done
1817 IFS=$as_save_IFS
1818
1819 rm -rf conftest.one conftest.two conftest.dir
1820
1821 fi
1822   if test "${ac_cv_path_install+set}" = set; then
1823     INSTALL=$ac_cv_path_install
1824   else
1825     # As a last resort, use the slow shell script.  Don't cache a
1826     # value for INSTALL within a source directory, because that will
1827     # break other packages using the cache if that directory is
1828     # removed, or if the value is a relative name.
1829     INSTALL=$ac_install_sh
1830   fi
1831 fi
1832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
1833 $as_echo "$INSTALL" >&6; }
1834
1835 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1836 # It thinks the first close brace ends the variable substitution.
1837 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1838
1839 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1840
1841 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1842
1843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
1844 $as_echo_n "checking whether build environment is sane... " >&6; }
1845 # Reject unsafe characters in $srcdir or the absolute working directory
1846 # name.  Accept space and tab only in the latter.
1847 am_lf='
1848 '
1849 case `pwd` in
1850   *[\\\"\#\$\&\'\`$am_lf]*)
1851     as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
1852 esac
1853 case $srcdir in
1854   *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
1855     as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
1856 esac
1857
1858 # Do 'set' in a subshell so we don't clobber the current shell's
1859 # arguments.  Must try -L first in case configure is actually a
1860 # symlink; some systems play weird games with the mod time of symlinks
1861 # (eg FreeBSD returns the mod time of the symlink's containing
1862 # directory).
1863 if (
1864    am_has_slept=no
1865    for am_try in 1 2; do
1866      echo "timestamp, slept: $am_has_slept" > conftest.file
1867      set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1868      if test "$*" = "X"; then
1869         # -L didn't work.
1870         set X `ls -t "$srcdir/configure" conftest.file`
1871      fi
1872      if test "$*" != "X $srcdir/configure conftest.file" \
1873         && test "$*" != "X conftest.file $srcdir/configure"; then
1874
1875         # If neither matched, then we have a broken ls.  This can happen
1876         # if, for instance, CONFIG_SHELL is bash and it inherits a
1877         # broken ls alias from the environment.  This has actually
1878         # happened.  Such a system could not be considered "sane".
1879         as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
1880   alias in your environment" "$LINENO" 5
1881      fi
1882      if test "$2" = conftest.file || test $am_try -eq 2; then
1883        break
1884      fi
1885      # Just in case.
1886      sleep 1
1887      am_has_slept=yes
1888    done
1889    test "$2" = conftest.file
1890    )
1891 then
1892    # Ok.
1893    :
1894 else
1895    as_fn_error $? "newly created file is older than distributed files!
1896 Check your system clock" "$LINENO" 5
1897 fi
1898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1899 $as_echo "yes" >&6; }
1900 # If we didn't sleep, we still need to ensure time stamps of config.status and
1901 # generated files are strictly newer.
1902 am_sleep_pid=
1903 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
1904   ( sleep 1 ) &
1905   am_sleep_pid=$!
1906 fi
1907
1908 rm -f conftest.file
1909
1910 test "$program_prefix" != NONE &&
1911   program_transform_name="s&^&$program_prefix&;$program_transform_name"
1912 # Use a double $ so make ignores it.
1913 test "$program_suffix" != NONE &&
1914   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1915 # Double any \ or $.
1916 # By default was `s,x,x', remove it if useless.
1917 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
1918 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
1919
1920 # expand $ac_aux_dir to an absolute path
1921 am_aux_dir=`cd $ac_aux_dir && pwd`
1922
1923 if test x"${MISSING+set}" != xset; then
1924   case $am_aux_dir in
1925   *\ * | *\     *)
1926     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
1927   *)
1928     MISSING="\${SHELL} $am_aux_dir/missing" ;;
1929   esac
1930 fi
1931 # Use eval to expand $SHELL
1932 if eval "$MISSING --is-lightweight"; then
1933   am_missing_run="$MISSING "
1934 else
1935   am_missing_run=
1936   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
1937 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
1938 fi
1939
1940 if test x"${install_sh}" != xset; then
1941   case $am_aux_dir in
1942   *\ * | *\     *)
1943     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
1944   *)
1945     install_sh="\${SHELL} $am_aux_dir/install-sh"
1946   esac
1947 fi
1948
1949 # Installed binaries are usually stripped using 'strip' when the user
1950 # run "make install-strip".  However 'strip' might not be the right
1951 # tool to use in cross-compilation environments, therefore Automake
1952 # will honor the 'STRIP' environment variable to overrule this program.
1953 if test "$cross_compiling" != no; then
1954   if test -n "$ac_tool_prefix"; then
1955   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1956 set dummy ${ac_tool_prefix}strip; ac_word=$2
1957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1958 $as_echo_n "checking for $ac_word... " >&6; }
1959 if ${ac_cv_prog_STRIP+:} false; then :
1960   $as_echo_n "(cached) " >&6
1961 else
1962   if test -n "$STRIP"; then
1963   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1964 else
1965 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1966 for as_dir in $PATH
1967 do
1968   IFS=$as_save_IFS
1969   test -z "$as_dir" && as_dir=.
1970     for ac_exec_ext in '' $ac_executable_extensions; do
1971   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1972     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1973     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1974     break 2
1975   fi
1976 done
1977   done
1978 IFS=$as_save_IFS
1979
1980 fi
1981 fi
1982 STRIP=$ac_cv_prog_STRIP
1983 if test -n "$STRIP"; then
1984   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
1985 $as_echo "$STRIP" >&6; }
1986 else
1987   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1988 $as_echo "no" >&6; }
1989 fi
1990
1991
1992 fi
1993 if test -z "$ac_cv_prog_STRIP"; then
1994   ac_ct_STRIP=$STRIP
1995   # Extract the first word of "strip", so it can be a program name with args.
1996 set dummy strip; ac_word=$2
1997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1998 $as_echo_n "checking for $ac_word... " >&6; }
1999 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2000   $as_echo_n "(cached) " >&6
2001 else
2002   if test -n "$ac_ct_STRIP"; then
2003   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2004 else
2005 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2006 for as_dir in $PATH
2007 do
2008   IFS=$as_save_IFS
2009   test -z "$as_dir" && as_dir=.
2010     for ac_exec_ext in '' $ac_executable_extensions; do
2011   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2012     ac_cv_prog_ac_ct_STRIP="strip"
2013     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2014     break 2
2015   fi
2016 done
2017   done
2018 IFS=$as_save_IFS
2019
2020 fi
2021 fi
2022 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2023 if test -n "$ac_ct_STRIP"; then
2024   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2025 $as_echo "$ac_ct_STRIP" >&6; }
2026 else
2027   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2028 $as_echo "no" >&6; }
2029 fi
2030
2031   if test "x$ac_ct_STRIP" = x; then
2032     STRIP=":"
2033   else
2034     case $cross_compiling:$ac_tool_warned in
2035 yes:)
2036 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2037 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2038 ac_tool_warned=yes ;;
2039 esac
2040     STRIP=$ac_ct_STRIP
2041   fi
2042 else
2043   STRIP="$ac_cv_prog_STRIP"
2044 fi
2045
2046 fi
2047 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2048
2049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2050 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2051 if test -z "$MKDIR_P"; then
2052   if ${ac_cv_path_mkdir+:} false; then :
2053   $as_echo_n "(cached) " >&6
2054 else
2055   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2056 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2057 do
2058   IFS=$as_save_IFS
2059   test -z "$as_dir" && as_dir=.
2060     for ac_prog in mkdir gmkdir; do
2061          for ac_exec_ext in '' $ac_executable_extensions; do
2062            as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2063            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2064              'mkdir (GNU coreutils) '* | \
2065              'mkdir (coreutils) '* | \
2066              'mkdir (fileutils) '4.1*)
2067                ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2068                break 3;;
2069            esac
2070          done
2071        done
2072   done
2073 IFS=$as_save_IFS
2074
2075 fi
2076
2077   test -d ./--version && rmdir ./--version
2078   if test "${ac_cv_path_mkdir+set}" = set; then
2079     MKDIR_P="$ac_cv_path_mkdir -p"
2080   else
2081     # As a last resort, use the slow shell script.  Don't cache a
2082     # value for MKDIR_P within a source directory, because that will
2083     # break other packages using the cache if that directory is
2084     # removed, or if the value is a relative name.
2085     MKDIR_P="$ac_install_sh -d"
2086   fi
2087 fi
2088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2089 $as_echo "$MKDIR_P" >&6; }
2090
2091 for ac_prog in gawk mawk nawk awk
2092 do
2093   # Extract the first word of "$ac_prog", so it can be a program name with args.
2094 set dummy $ac_prog; ac_word=$2
2095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2096 $as_echo_n "checking for $ac_word... " >&6; }
2097 if ${ac_cv_prog_AWK+:} false; then :
2098   $as_echo_n "(cached) " >&6
2099 else
2100   if test -n "$AWK"; then
2101   ac_cv_prog_AWK="$AWK" # Let the user override the test.
2102 else
2103 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2104 for as_dir in $PATH
2105 do
2106   IFS=$as_save_IFS
2107   test -z "$as_dir" && as_dir=.
2108     for ac_exec_ext in '' $ac_executable_extensions; do
2109   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2110     ac_cv_prog_AWK="$ac_prog"
2111     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2112     break 2
2113   fi
2114 done
2115   done
2116 IFS=$as_save_IFS
2117
2118 fi
2119 fi
2120 AWK=$ac_cv_prog_AWK
2121 if test -n "$AWK"; then
2122   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2123 $as_echo "$AWK" >&6; }
2124 else
2125   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2126 $as_echo "no" >&6; }
2127 fi
2128
2129
2130   test -n "$AWK" && break
2131 done
2132
2133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2134 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2135 set x ${MAKE-make}
2136 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2137 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2138   $as_echo_n "(cached) " >&6
2139 else
2140   cat >conftest.make <<\_ACEOF
2141 SHELL = /bin/sh
2142 all:
2143         @echo '@@@%%%=$(MAKE)=@@@%%%'
2144 _ACEOF
2145 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2146 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2147   *@@@%%%=?*=@@@%%%*)
2148     eval ac_cv_prog_make_${ac_make}_set=yes;;
2149   *)
2150     eval ac_cv_prog_make_${ac_make}_set=no;;
2151 esac
2152 rm -f conftest.make
2153 fi
2154 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2155   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2156 $as_echo "yes" >&6; }
2157   SET_MAKE=
2158 else
2159   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2160 $as_echo "no" >&6; }
2161   SET_MAKE="MAKE=${MAKE-make}"
2162 fi
2163
2164 rm -rf .tst 2>/dev/null
2165 mkdir .tst 2>/dev/null
2166 if test -d .tst; then
2167   am__leading_dot=.
2168 else
2169   am__leading_dot=_
2170 fi
2171 rmdir .tst 2>/dev/null
2172
2173 # Check whether --enable-silent-rules was given.
2174 if test "${enable_silent_rules+set}" = set; then :
2175   enableval=$enable_silent_rules;
2176 fi
2177
2178 case $enable_silent_rules in # (((
2179   yes) AM_DEFAULT_VERBOSITY=0;;
2180    no) AM_DEFAULT_VERBOSITY=1;;
2181     *) AM_DEFAULT_VERBOSITY=1;;
2182 esac
2183 am_make=${MAKE-make}
2184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2185 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2186 if ${am_cv_make_support_nested_variables+:} false; then :
2187   $as_echo_n "(cached) " >&6
2188 else
2189   if $as_echo 'TRUE=$(BAR$(V))
2190 BAR0=false
2191 BAR1=true
2192 V=1
2193 am__doit:
2194         @$(TRUE)
2195 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2196   am_cv_make_support_nested_variables=yes
2197 else
2198   am_cv_make_support_nested_variables=no
2199 fi
2200 fi
2201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2202 $as_echo "$am_cv_make_support_nested_variables" >&6; }
2203 if test $am_cv_make_support_nested_variables = yes; then
2204     AM_V='$(V)'
2205   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2206 else
2207   AM_V=$AM_DEFAULT_VERBOSITY
2208   AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2209 fi
2210 AM_BACKSLASH='\'
2211
2212 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2213   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2214   # is not polluted with repeated "-I."
2215   am__isrc=' -I$(srcdir)'
2216   # test to see if srcdir already configured
2217   if test -f $srcdir/config.status; then
2218     as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2219   fi
2220 fi
2221
2222 # test whether we have cygpath
2223 if test -z "$CYGPATH_W"; then
2224   if (cygpath --version) >/dev/null 2>/dev/null; then
2225     CYGPATH_W='cygpath -w'
2226   else
2227     CYGPATH_W=echo
2228   fi
2229 fi
2230
2231
2232 # Define the identity of the package.
2233  PACKAGE='iso-codes'
2234  VERSION='3.55'
2235
2236
2237 cat >>confdefs.h <<_ACEOF
2238 #define PACKAGE "$PACKAGE"
2239 _ACEOF
2240
2241
2242 cat >>confdefs.h <<_ACEOF
2243 #define VERSION "$VERSION"
2244 _ACEOF
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
2327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2328 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2329     # Check whether --enable-maintainer-mode was given.
2330 if test "${enable_maintainer_mode+set}" = set; then :
2331   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2332 else
2333   USE_MAINTAINER_MODE=no
2334 fi
2335
2336   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2337 $as_echo "$USE_MAINTAINER_MODE" >&6; }
2338    if test $USE_MAINTAINER_MODE = yes; then
2339   MAINTAINER_MODE_TRUE=
2340   MAINTAINER_MODE_FALSE='#'
2341 else
2342   MAINTAINER_MODE_TRUE='#'
2343   MAINTAINER_MODE_FALSE=
2344 fi
2345
2346   MAINT=$MAINTAINER_MODE_TRUE
2347
2348
2349
2350 ACLOCAL_AMFLAGS="\${ACLOCAL_FLAGS}"
2351
2352
2353
2354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2355 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2356 set x ${MAKE-make}
2357 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2358 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2359   $as_echo_n "(cached) " >&6
2360 else
2361   cat >conftest.make <<\_ACEOF
2362 SHELL = /bin/sh
2363 all:
2364         @echo '@@@%%%=$(MAKE)=@@@%%%'
2365 _ACEOF
2366 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2367 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2368   *@@@%%%=?*=@@@%%%*)
2369     eval ac_cv_prog_make_${ac_make}_set=yes;;
2370   *)
2371     eval ac_cv_prog_make_${ac_make}_set=no;;
2372 esac
2373 rm -f conftest.make
2374 fi
2375 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2376   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2377 $as_echo "yes" >&6; }
2378   SET_MAKE=
2379 else
2380   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2381 $as_echo "no" >&6; }
2382   SET_MAKE="MAKE=${MAKE-make}"
2383 fi
2384
2385
2386 # Extract the first word of "msgmerge", so it can be a program name with args.
2387 set dummy msgmerge; ac_word=$2
2388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2389 $as_echo_n "checking for $ac_word... " >&6; }
2390 if ${ac_cv_path_MSGMERGE+:} false; then :
2391   $as_echo_n "(cached) " >&6
2392 else
2393   case $MSGMERGE in
2394   [\\/]* | ?:[\\/]*)
2395   ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
2396   ;;
2397   *)
2398   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2399 for as_dir in $PATH
2400 do
2401   IFS=$as_save_IFS
2402   test -z "$as_dir" && as_dir=.
2403     for ac_exec_ext in '' $ac_executable_extensions; do
2404   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2405     ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext"
2406     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2407     break 2
2408   fi
2409 done
2410   done
2411 IFS=$as_save_IFS
2412
2413   ;;
2414 esac
2415 fi
2416 MSGMERGE=$ac_cv_path_MSGMERGE
2417 if test -n "$MSGMERGE"; then
2418   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
2419 $as_echo "$MSGMERGE" >&6; }
2420 else
2421   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2422 $as_echo "no" >&6; }
2423 fi
2424
2425
2426 # Extract the first word of "msgfmt", so it can be a program name with args.
2427 set dummy msgfmt; ac_word=$2
2428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2429 $as_echo_n "checking for $ac_word... " >&6; }
2430 if ${ac_cv_path_MSGFMT+:} false; then :
2431   $as_echo_n "(cached) " >&6
2432 else
2433   case $MSGFMT in
2434   [\\/]* | ?:[\\/]*)
2435   ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
2436   ;;
2437   *)
2438   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2439 for as_dir in $PATH
2440 do
2441   IFS=$as_save_IFS
2442   test -z "$as_dir" && as_dir=.
2443     for ac_exec_ext in '' $ac_executable_extensions; do
2444   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2445     ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext"
2446     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2447     break 2
2448   fi
2449 done
2450   done
2451 IFS=$as_save_IFS
2452
2453   ;;
2454 esac
2455 fi
2456 MSGFMT=$ac_cv_path_MSGFMT
2457 if test -n "$MSGFMT"; then
2458   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
2459 $as_echo "$MSGFMT" >&6; }
2460 else
2461   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2462 $as_echo "no" >&6; }
2463 fi
2464
2465
2466 # Extract the first word of "msgfilter", so it can be a program name with args.
2467 set dummy msgfilter; ac_word=$2
2468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2469 $as_echo_n "checking for $ac_word... " >&6; }
2470 if ${ac_cv_path_MSGFILTER+:} false; then :
2471   $as_echo_n "(cached) " >&6
2472 else
2473   case $MSGFILTER in
2474   [\\/]* | ?:[\\/]*)
2475   ac_cv_path_MSGFILTER="$MSGFILTER" # Let the user override the test with a path.
2476   ;;
2477   *)
2478   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2479 for as_dir in $PATH
2480 do
2481   IFS=$as_save_IFS
2482   test -z "$as_dir" && as_dir=.
2483     for ac_exec_ext in '' $ac_executable_extensions; do
2484   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2485     ac_cv_path_MSGFILTER="$as_dir/$ac_word$ac_exec_ext"
2486     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2487     break 2
2488   fi
2489 done
2490   done
2491 IFS=$as_save_IFS
2492
2493   ;;
2494 esac
2495 fi
2496 MSGFILTER=$ac_cv_path_MSGFILTER
2497 if test -n "$MSGFILTER"; then
2498   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFILTER" >&5
2499 $as_echo "$MSGFILTER" >&6; }
2500 else
2501   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2502 $as_echo "no" >&6; }
2503 fi
2504
2505
2506 # Extract the first word of "recode-sr-latin", so it can be a program name with args.
2507 set dummy recode-sr-latin; ac_word=$2
2508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2509 $as_echo_n "checking for $ac_word... " >&6; }
2510 if ${ac_cv_path_RECODE_SR_LATIN+:} false; then :
2511   $as_echo_n "(cached) " >&6
2512 else
2513   case $RECODE_SR_LATIN in
2514   [\\/]* | ?:[\\/]*)
2515   ac_cv_path_RECODE_SR_LATIN="$RECODE_SR_LATIN" # Let the user override the test with a path.
2516   ;;
2517   *)
2518   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2519 for as_dir in $PATH
2520 do
2521   IFS=$as_save_IFS
2522   test -z "$as_dir" && as_dir=.
2523     for ac_exec_ext in '' $ac_executable_extensions; do
2524   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2525     ac_cv_path_RECODE_SR_LATIN="$as_dir/$ac_word$ac_exec_ext"
2526     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2527     break 2
2528   fi
2529 done
2530   done
2531 IFS=$as_save_IFS
2532
2533   ;;
2534 esac
2535 fi
2536 RECODE_SR_LATIN=$ac_cv_path_RECODE_SR_LATIN
2537 if test -n "$RECODE_SR_LATIN"; then
2538   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RECODE_SR_LATIN" >&5
2539 $as_echo "$RECODE_SR_LATIN" >&6; }
2540 else
2541   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2542 $as_echo "no" >&6; }
2543 fi
2544
2545
2546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MSGFMT is GNU msgfmt" >&5
2547 $as_echo_n "checking if $MSGFMT is GNU msgfmt... " >&6; }
2548 gnu_msgfmt=no
2549 MSGFMT_FLAGS=
2550 if $MSGFMT --version 2>&1 | grep GNU > /dev/null; then
2551   gnu_msgfmt=yes
2552   MSGFMT_FLAGS="--verbose --check"
2553 fi
2554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gnu_msgfmt" >&5
2555 $as_echo "$gnu_msgfmt" >&6; }
2556
2557
2558 DOMAINS="iso_15924 iso_3166 iso_4217 iso_639 iso_3166_2 iso_639_3 iso_639_5"
2559
2560
2561 ac_config_files="$ac_config_files Makefile iso-codes.pc iso_15924/Makefile iso_3166/Makefile iso_3166_2/Makefile iso_4217/Makefile iso_639/Makefile iso_639_3/Makefile iso_639_5/Makefile"
2562
2563
2564 cat >confcache <<\_ACEOF
2565 # This file is a shell script that caches the results of configure
2566 # tests run on this system so they can be shared between configure
2567 # scripts and configure runs, see configure's option --config-cache.
2568 # It is not useful on other systems.  If it contains results you don't
2569 # want to keep, you may remove or edit it.
2570 #
2571 # config.status only pays attention to the cache file if you give it
2572 # the --recheck option to rerun configure.
2573 #
2574 # `ac_cv_env_foo' variables (set or unset) will be overridden when
2575 # loading this file, other *unset* `ac_cv_foo' will be assigned the
2576 # following values.
2577
2578 _ACEOF
2579
2580 # The following way of writing the cache mishandles newlines in values,
2581 # but we know of no workaround that is simple, portable, and efficient.
2582 # So, we kill variables containing newlines.
2583 # Ultrix sh set writes to stderr and can't be redirected directly,
2584 # and sets the high bit in the cache file unless we assign to the vars.
2585 (
2586   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2587     eval ac_val=\$$ac_var
2588     case $ac_val in #(
2589     *${as_nl}*)
2590       case $ac_var in #(
2591       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2592 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2593       esac
2594       case $ac_var in #(
2595       _ | IFS | as_nl) ;; #(
2596       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2597       *) { eval $ac_var=; unset $ac_var;} ;;
2598       esac ;;
2599     esac
2600   done
2601
2602   (set) 2>&1 |
2603     case $as_nl`(ac_space=' '; set) 2>&1` in #(
2604     *${as_nl}ac_space=\ *)
2605       # `set' does not quote correctly, so add quotes: double-quote
2606       # substitution turns \\\\ into \\, and sed turns \\ into \.
2607       sed -n \
2608         "s/'/'\\\\''/g;
2609           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2610       ;; #(
2611     *)
2612       # `set' quotes correctly as required by POSIX, so do not add quotes.
2613       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2614       ;;
2615     esac |
2616     sort
2617 ) |
2618   sed '
2619      /^ac_cv_env_/b end
2620      t clear
2621      :clear
2622      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2623      t end
2624      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2625      :end' >>confcache
2626 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2627   if test -w "$cache_file"; then
2628     if test "x$cache_file" != "x/dev/null"; then
2629       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
2630 $as_echo "$as_me: updating cache $cache_file" >&6;}
2631       if test ! -f "$cache_file" || test -h "$cache_file"; then
2632         cat confcache >"$cache_file"
2633       else
2634         case $cache_file in #(
2635         */* | ?:*)
2636           mv -f confcache "$cache_file"$$ &&
2637           mv -f "$cache_file"$$ "$cache_file" ;; #(
2638         *)
2639           mv -f confcache "$cache_file" ;;
2640         esac
2641       fi
2642     fi
2643   else
2644     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
2645 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
2646   fi
2647 fi
2648 rm -f confcache
2649
2650 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2651 # Let make expand exec_prefix.
2652 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2653
2654 # Transform confdefs.h into DEFS.
2655 # Protect against shell expansion while executing Makefile rules.
2656 # Protect against Makefile macro expansion.
2657 #
2658 # If the first sed substitution is executed (which looks for macros that
2659 # take arguments), then branch to the quote section.  Otherwise,
2660 # look for a macro that doesn't take arguments.
2661 ac_script='
2662 :mline
2663 /\\$/{
2664  N
2665  s,\\\n,,
2666  b mline
2667 }
2668 t clear
2669 :clear
2670 s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
2671 t quote
2672 s/^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
2673 t quote
2674 b any
2675 :quote
2676 s/[      `~#$^&*(){}\\|;'\''"<>?]/\\&/g
2677 s/\[/\\&/g
2678 s/\]/\\&/g
2679 s/\$/$$/g
2680 H
2681 :any
2682 ${
2683         g
2684         s/^\n//
2685         s/\n/ /g
2686         p
2687 }
2688 '
2689 DEFS=`sed -n "$ac_script" confdefs.h`
2690
2691
2692 ac_libobjs=
2693 ac_ltlibobjs=
2694 U=
2695 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2696   # 1. Remove the extension, and $U if already installed.
2697   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2698   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
2699   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
2700   #    will be set to the directory where LIBOBJS objects are built.
2701   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
2702   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
2703 done
2704 LIBOBJS=$ac_libobjs
2705
2706 LTLIBOBJS=$ac_ltlibobjs
2707
2708
2709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
2710 $as_echo_n "checking that generated files are newer than configure... " >&6; }
2711    if test -n "$am_sleep_pid"; then
2712      # Hide warnings about reused PIDs.
2713      wait $am_sleep_pid 2>/dev/null
2714    fi
2715    { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
2716 $as_echo "done" >&6; }
2717
2718 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
2719   as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
2720 Usually this means the macro was only invoked conditionally." "$LINENO" 5
2721 fi
2722
2723 : "${CONFIG_STATUS=./config.status}"
2724 ac_write_fail=0
2725 ac_clean_files_save=$ac_clean_files
2726 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2727 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
2728 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
2729 as_write_fail=0
2730 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
2731 #! $SHELL
2732 # Generated by $as_me.
2733 # Run this file to recreate the current configuration.
2734 # Compiler output produced by configure, useful for debugging
2735 # configure, is in config.log if it exists.
2736
2737 debug=false
2738 ac_cs_recheck=false
2739 ac_cs_silent=false
2740
2741 SHELL=\${CONFIG_SHELL-$SHELL}
2742 export SHELL
2743 _ASEOF
2744 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
2745 ## -------------------- ##
2746 ## M4sh Initialization. ##
2747 ## -------------------- ##
2748
2749 # Be more Bourne compatible
2750 DUALCASE=1; export DUALCASE # for MKS sh
2751 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
2752   emulate sh
2753   NULLCMD=:
2754   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
2755   # is contrary to our usage.  Disable this feature.
2756   alias -g '${1+"$@"}'='"$@"'
2757   setopt NO_GLOB_SUBST
2758 else
2759   case `(set -o) 2>/dev/null` in #(
2760   *posix*) :
2761     set -o posix ;; #(
2762   *) :
2763      ;;
2764 esac
2765 fi
2766
2767
2768 as_nl='
2769 '
2770 export as_nl
2771 # Printing a long string crashes Solaris 7 /usr/bin/printf.
2772 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
2773 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
2774 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
2775 # Prefer a ksh shell builtin over an external printf program on Solaris,
2776 # but without wasting forks for bash or zsh.
2777 if test -z "$BASH_VERSION$ZSH_VERSION" \
2778     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
2779   as_echo='print -r --'
2780   as_echo_n='print -rn --'
2781 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
2782   as_echo='printf %s\n'
2783   as_echo_n='printf %s'
2784 else
2785   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
2786     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
2787     as_echo_n='/usr/ucb/echo -n'
2788   else
2789     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
2790     as_echo_n_body='eval
2791       arg=$1;
2792       case $arg in #(
2793       *"$as_nl"*)
2794         expr "X$arg" : "X\\(.*\\)$as_nl";
2795         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
2796       esac;
2797       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
2798     '
2799     export as_echo_n_body
2800     as_echo_n='sh -c $as_echo_n_body as_echo'
2801   fi
2802   export as_echo_body
2803   as_echo='sh -c $as_echo_body as_echo'
2804 fi
2805
2806 # The user is always right.
2807 if test "${PATH_SEPARATOR+set}" != set; then
2808   PATH_SEPARATOR=:
2809   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
2810     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
2811       PATH_SEPARATOR=';'
2812   }
2813 fi
2814
2815
2816 # IFS
2817 # We need space, tab and new line, in precisely that order.  Quoting is
2818 # there to prevent editors from complaining about space-tab.
2819 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
2820 # splitting by setting IFS to empty value.)
2821 IFS=" ""        $as_nl"
2822
2823 # Find who we are.  Look in the path if we contain no directory separator.
2824 as_myself=
2825 case $0 in #((
2826   *[\\/]* ) as_myself=$0 ;;
2827   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2828 for as_dir in $PATH
2829 do
2830   IFS=$as_save_IFS
2831   test -z "$as_dir" && as_dir=.
2832     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2833   done
2834 IFS=$as_save_IFS
2835
2836      ;;
2837 esac
2838 # We did not find ourselves, most probably we were run as `sh COMMAND'
2839 # in which case we are not to be found in the path.
2840 if test "x$as_myself" = x; then
2841   as_myself=$0
2842 fi
2843 if test ! -f "$as_myself"; then
2844   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2845   exit 1
2846 fi
2847
2848 # Unset variables that we do not need and which cause bugs (e.g. in
2849 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
2850 # suppresses any "Segmentation fault" message there.  '((' could
2851 # trigger a bug in pdksh 5.2.14.
2852 for as_var in BASH_ENV ENV MAIL MAILPATH
2853 do eval test x\${$as_var+set} = xset \
2854   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
2855 done
2856 PS1='$ '
2857 PS2='> '
2858 PS4='+ '
2859
2860 # NLS nuisances.
2861 LC_ALL=C
2862 export LC_ALL
2863 LANGUAGE=C
2864 export LANGUAGE
2865
2866 # CDPATH.
2867 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
2868
2869
2870 # as_fn_error STATUS ERROR [LINENO LOG_FD]
2871 # ----------------------------------------
2872 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
2873 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
2874 # script with STATUS, using 1 if that was 0.
2875 as_fn_error ()
2876 {
2877   as_status=$1; test $as_status -eq 0 && as_status=1
2878   if test "$4"; then
2879     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2880     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
2881   fi
2882   $as_echo "$as_me: error: $2" >&2
2883   as_fn_exit $as_status
2884 } # as_fn_error
2885
2886
2887 # as_fn_set_status STATUS
2888 # -----------------------
2889 # Set $? to STATUS, without forking.
2890 as_fn_set_status ()
2891 {
2892   return $1
2893 } # as_fn_set_status
2894
2895 # as_fn_exit STATUS
2896 # -----------------
2897 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
2898 as_fn_exit ()
2899 {
2900   set +e
2901   as_fn_set_status $1
2902   exit $1
2903 } # as_fn_exit
2904
2905 # as_fn_unset VAR
2906 # ---------------
2907 # Portably unset VAR.
2908 as_fn_unset ()
2909 {
2910   { eval $1=; unset $1;}
2911 }
2912 as_unset=as_fn_unset
2913 # as_fn_append VAR VALUE
2914 # ----------------------
2915 # Append the text in VALUE to the end of the definition contained in VAR. Take
2916 # advantage of any shell optimizations that allow amortized linear growth over
2917 # repeated appends, instead of the typical quadratic growth present in naive
2918 # implementations.
2919 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
2920   eval 'as_fn_append ()
2921   {
2922     eval $1+=\$2
2923   }'
2924 else
2925   as_fn_append ()
2926   {
2927     eval $1=\$$1\$2
2928   }
2929 fi # as_fn_append
2930
2931 # as_fn_arith ARG...
2932 # ------------------
2933 # Perform arithmetic evaluation on the ARGs, and store the result in the
2934 # global $as_val. Take advantage of shells that can avoid forks. The arguments
2935 # must be portable across $(()) and expr.
2936 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
2937   eval 'as_fn_arith ()
2938   {
2939     as_val=$(( $* ))
2940   }'
2941 else
2942   as_fn_arith ()
2943   {
2944     as_val=`expr "$@" || test $? -eq 1`
2945   }
2946 fi # as_fn_arith
2947
2948
2949 if expr a : '\(a\)' >/dev/null 2>&1 &&
2950    test "X`expr 00001 : '.*\(...\)'`" = X001; then
2951   as_expr=expr
2952 else
2953   as_expr=false
2954 fi
2955
2956 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
2957   as_basename=basename
2958 else
2959   as_basename=false
2960 fi
2961
2962 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
2963   as_dirname=dirname
2964 else
2965   as_dirname=false
2966 fi
2967
2968 as_me=`$as_basename -- "$0" ||
2969 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2970          X"$0" : 'X\(//\)$' \| \
2971          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2972 $as_echo X/"$0" |
2973     sed '/^.*\/\([^/][^/]*\)\/*$/{
2974             s//\1/
2975             q
2976           }
2977           /^X\/\(\/\/\)$/{
2978             s//\1/
2979             q
2980           }
2981           /^X\/\(\/\).*/{
2982             s//\1/
2983             q
2984           }
2985           s/.*/./; q'`
2986
2987 # Avoid depending upon Character Ranges.
2988 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2989 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2990 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2991 as_cr_digits='0123456789'
2992 as_cr_alnum=$as_cr_Letters$as_cr_digits
2993
2994 ECHO_C= ECHO_N= ECHO_T=
2995 case `echo -n x` in #(((((
2996 -n*)
2997   case `echo 'xy\c'` in
2998   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
2999   xy)  ECHO_C='\c';;
3000   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
3001        ECHO_T=' ';;
3002   esac;;
3003 *)
3004   ECHO_N='-n';;
3005 esac
3006
3007 rm -f conf$$ conf$$.exe conf$$.file
3008 if test -d conf$$.dir; then
3009   rm -f conf$$.dir/conf$$.file
3010 else
3011   rm -f conf$$.dir
3012   mkdir conf$$.dir 2>/dev/null
3013 fi
3014 if (echo >conf$$.file) 2>/dev/null; then
3015   if ln -s conf$$.file conf$$ 2>/dev/null; then
3016     as_ln_s='ln -s'
3017     # ... but there are two gotchas:
3018     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3019     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3020     # In both cases, we have to default to `cp -pR'.
3021     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3022       as_ln_s='cp -pR'
3023   elif ln conf$$.file conf$$ 2>/dev/null; then
3024     as_ln_s=ln
3025   else
3026     as_ln_s='cp -pR'
3027   fi
3028 else
3029   as_ln_s='cp -pR'
3030 fi
3031 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3032 rmdir conf$$.dir 2>/dev/null
3033
3034
3035 # as_fn_mkdir_p
3036 # -------------
3037 # Create "$as_dir" as a directory, including parents if necessary.
3038 as_fn_mkdir_p ()
3039 {
3040
3041   case $as_dir in #(
3042   -*) as_dir=./$as_dir;;
3043   esac
3044   test -d "$as_dir" || eval $as_mkdir_p || {
3045     as_dirs=
3046     while :; do
3047       case $as_dir in #(
3048       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
3049       *) as_qdir=$as_dir;;
3050       esac
3051       as_dirs="'$as_qdir' $as_dirs"
3052       as_dir=`$as_dirname -- "$as_dir" ||
3053 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3054          X"$as_dir" : 'X\(//\)[^/]' \| \
3055          X"$as_dir" : 'X\(//\)$' \| \
3056          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3057 $as_echo X"$as_dir" |
3058     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3059             s//\1/
3060             q
3061           }
3062           /^X\(\/\/\)[^/].*/{
3063             s//\1/
3064             q
3065           }
3066           /^X\(\/\/\)$/{
3067             s//\1/
3068             q
3069           }
3070           /^X\(\/\).*/{
3071             s//\1/
3072             q
3073           }
3074           s/.*/./; q'`
3075       test -d "$as_dir" && break
3076     done
3077     test -z "$as_dirs" || eval "mkdir $as_dirs"
3078   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
3079
3080
3081 } # as_fn_mkdir_p
3082 if mkdir -p . 2>/dev/null; then
3083   as_mkdir_p='mkdir -p "$as_dir"'
3084 else
3085   test -d ./-p && rmdir ./-p
3086   as_mkdir_p=false
3087 fi
3088
3089
3090 # as_fn_executable_p FILE
3091 # -----------------------
3092 # Test if FILE is an executable regular file.
3093 as_fn_executable_p ()
3094 {
3095   test -f "$1" && test -x "$1"
3096 } # as_fn_executable_p
3097 as_test_x='test -x'
3098 as_executable_p=as_fn_executable_p
3099
3100 # Sed expression to map a string onto a valid CPP name.
3101 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3102
3103 # Sed expression to map a string onto a valid variable name.
3104 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3105
3106
3107 exec 6>&1
3108 ## ----------------------------------- ##
3109 ## Main body of $CONFIG_STATUS script. ##
3110 ## ----------------------------------- ##
3111 _ASEOF
3112 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
3113
3114 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3115 # Save the log message, to keep $0 and so on meaningful, and to
3116 # report actual input values of CONFIG_FILES etc. instead of their
3117 # values after options handling.
3118 ac_log="
3119 This file was extended by iso-codes $as_me 3.55, which was
3120 generated by GNU Autoconf 2.69.  Invocation command line was
3121
3122   CONFIG_FILES    = $CONFIG_FILES
3123   CONFIG_HEADERS  = $CONFIG_HEADERS
3124   CONFIG_LINKS    = $CONFIG_LINKS
3125   CONFIG_COMMANDS = $CONFIG_COMMANDS
3126   $ $0 $@
3127
3128 on `(hostname || uname -n) 2>/dev/null | sed 1q`
3129 "
3130
3131 _ACEOF
3132
3133 case $ac_config_files in *"
3134 "*) set x $ac_config_files; shift; ac_config_files=$*;;
3135 esac
3136
3137
3138
3139 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3140 # Files that config.status was made for.
3141 config_files="$ac_config_files"
3142
3143 _ACEOF
3144
3145 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3146 ac_cs_usage="\
3147 \`$as_me' instantiates files and other configuration actions
3148 from templates according to the current configuration.  Unless the files
3149 and actions are specified as TAGs, all are instantiated by default.
3150
3151 Usage: $0 [OPTION]... [TAG]...
3152
3153   -h, --help       print this help, then exit
3154   -V, --version    print version number and configuration settings, then exit
3155       --config     print configuration, then exit
3156   -q, --quiet, --silent
3157                    do not print progress messages
3158   -d, --debug      don't remove temporary files
3159       --recheck    update $as_me by reconfiguring in the same conditions
3160       --file=FILE[:TEMPLATE]
3161                    instantiate the configuration file FILE
3162
3163 Configuration files:
3164 $config_files
3165
3166 Report bugs to the package provider."
3167
3168 _ACEOF
3169 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3170 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
3171 ac_cs_version="\\
3172 iso-codes config.status 3.55
3173 configured by $0, generated by GNU Autoconf 2.69,
3174   with options \\"\$ac_cs_config\\"
3175
3176 Copyright (C) 2012 Free Software Foundation, Inc.
3177 This config.status script is free software; the Free Software Foundation
3178 gives unlimited permission to copy, distribute and modify it."
3179
3180 ac_pwd='$ac_pwd'
3181 srcdir='$srcdir'
3182 INSTALL='$INSTALL'
3183 MKDIR_P='$MKDIR_P'
3184 AWK='$AWK'
3185 test -n "\$AWK" || AWK=awk
3186 _ACEOF
3187
3188 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3189 # The default lists apply if the user does not specify any file.
3190 ac_need_defaults=:
3191 while test $# != 0
3192 do
3193   case $1 in
3194   --*=?*)
3195     ac_option=`expr "X$1" : 'X\([^=]*\)='`
3196     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3197     ac_shift=:
3198     ;;
3199   --*=)
3200     ac_option=`expr "X$1" : 'X\([^=]*\)='`
3201     ac_optarg=
3202     ac_shift=:
3203     ;;
3204   *)
3205     ac_option=$1
3206     ac_optarg=$2
3207     ac_shift=shift
3208     ;;
3209   esac
3210
3211   case $ac_option in
3212   # Handling of the options.
3213   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3214     ac_cs_recheck=: ;;
3215   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3216     $as_echo "$ac_cs_version"; exit ;;
3217   --config | --confi | --conf | --con | --co | --c )
3218     $as_echo "$ac_cs_config"; exit ;;
3219   --debug | --debu | --deb | --de | --d | -d )
3220     debug=: ;;
3221   --file | --fil | --fi | --f )
3222     $ac_shift
3223     case $ac_optarg in
3224     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
3225     '') as_fn_error $? "missing file argument" ;;
3226     esac
3227     as_fn_append CONFIG_FILES " '$ac_optarg'"
3228     ac_need_defaults=false;;
3229   --he | --h |  --help | --hel | -h )
3230     $as_echo "$ac_cs_usage"; exit ;;
3231   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3232   | -silent | --silent | --silen | --sile | --sil | --si | --s)
3233     ac_cs_silent=: ;;
3234
3235   # This is an error.
3236   -*) as_fn_error $? "unrecognized option: \`$1'
3237 Try \`$0 --help' for more information." ;;
3238
3239   *) as_fn_append ac_config_targets " $1"
3240      ac_need_defaults=false ;;
3241
3242   esac
3243   shift
3244 done
3245
3246 ac_configure_extra_args=
3247
3248 if $ac_cs_silent; then
3249   exec 6>/dev/null
3250   ac_configure_extra_args="$ac_configure_extra_args --silent"
3251 fi
3252
3253 _ACEOF
3254 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3255 if \$ac_cs_recheck; then
3256   set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3257   shift
3258   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
3259   CONFIG_SHELL='$SHELL'
3260   export CONFIG_SHELL
3261   exec "\$@"
3262 fi
3263
3264 _ACEOF
3265 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3266 exec 5>>config.log
3267 {
3268   echo
3269   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3270 ## Running $as_me. ##
3271 _ASBOX
3272   $as_echo "$ac_log"
3273 } >&5
3274
3275 _ACEOF
3276 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3277 _ACEOF
3278
3279 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3280
3281 # Handling of arguments.
3282 for ac_config_target in $ac_config_targets
3283 do
3284   case $ac_config_target in
3285     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3286     "iso-codes.pc") CONFIG_FILES="$CONFIG_FILES iso-codes.pc" ;;
3287     "iso_15924/Makefile") CONFIG_FILES="$CONFIG_FILES iso_15924/Makefile" ;;
3288     "iso_3166/Makefile") CONFIG_FILES="$CONFIG_FILES iso_3166/Makefile" ;;
3289     "iso_3166_2/Makefile") CONFIG_FILES="$CONFIG_FILES iso_3166_2/Makefile" ;;
3290     "iso_4217/Makefile") CONFIG_FILES="$CONFIG_FILES iso_4217/Makefile" ;;
3291     "iso_639/Makefile") CONFIG_FILES="$CONFIG_FILES iso_639/Makefile" ;;
3292     "iso_639_3/Makefile") CONFIG_FILES="$CONFIG_FILES iso_639_3/Makefile" ;;
3293     "iso_639_5/Makefile") CONFIG_FILES="$CONFIG_FILES iso_639_5/Makefile" ;;
3294
3295   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
3296   esac
3297 done
3298
3299
3300 # If the user did not use the arguments to specify the items to instantiate,
3301 # then the envvar interface is used.  Set only those that are not.
3302 # We use the long form for the default assignment because of an extremely
3303 # bizarre bug on SunOS 4.1.3.
3304 if $ac_need_defaults; then
3305   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3306 fi
3307
3308 # Have a temporary directory for convenience.  Make it in the build tree
3309 # simply because there is no reason against having it here, and in addition,
3310 # creating and moving files from /tmp can sometimes cause problems.
3311 # Hook for its removal unless debugging.
3312 # Note that there is a small window in which the directory will not be cleaned:
3313 # after its creation but before its name has been assigned to `$tmp'.
3314 $debug ||
3315 {
3316   tmp= ac_tmp=
3317   trap 'exit_status=$?
3318   : "${ac_tmp:=$tmp}"
3319   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
3320 ' 0
3321   trap 'as_fn_exit 1' 1 2 13 15
3322 }
3323 # Create a (secure) tmp directory for tmp files.
3324
3325 {
3326   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3327   test -d "$tmp"
3328 }  ||
3329 {
3330   tmp=./conf$$-$RANDOM
3331   (umask 077 && mkdir "$tmp")
3332 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
3333 ac_tmp=$tmp
3334
3335 # Set up the scripts for CONFIG_FILES section.
3336 # No need to generate them if there are no CONFIG_FILES.
3337 # This happens for instance with `./config.status config.h'.
3338 if test -n "$CONFIG_FILES"; then
3339
3340
3341 ac_cr=`echo X | tr X '\015'`
3342 # On cygwin, bash can eat \r inside `` if the user requested igncr.
3343 # But we know of no other shell where ac_cr would be empty at this
3344 # point, so we can use a bashism as a fallback.
3345 if test "x$ac_cr" = x; then
3346   eval ac_cr=\$\'\\r\'
3347 fi
3348 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
3349 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
3350   ac_cs_awk_cr='\\r'
3351 else
3352   ac_cs_awk_cr=$ac_cr
3353 fi
3354
3355 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
3356 _ACEOF
3357
3358
3359 {
3360   echo "cat >conf$$subs.awk <<_ACEOF" &&
3361   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
3362   echo "_ACEOF"
3363 } >conf$$subs.sh ||
3364   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3365 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
3366 ac_delim='%!_!# '
3367 for ac_last_try in false false false false false :; do
3368   . ./conf$$subs.sh ||
3369     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3370
3371   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
3372   if test $ac_delim_n = $ac_delim_num; then
3373     break
3374   elif $ac_last_try; then
3375     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3376   else
3377     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3378   fi
3379 done
3380 rm -f conf$$subs.sh
3381
3382 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3383 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
3384 _ACEOF
3385 sed -n '
3386 h
3387 s/^/S["/; s/!.*/"]=/
3388 p
3389 g
3390 s/^[^!]*!//
3391 :repl
3392 t repl
3393 s/'"$ac_delim"'$//
3394 t delim
3395 :nl
3396 h
3397 s/\(.\{148\}\)..*/\1/
3398 t more1
3399 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
3400 p
3401 n
3402 b repl
3403 :more1
3404 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3405 p
3406 g
3407 s/.\{148\}//
3408 t nl
3409 :delim
3410 h
3411 s/\(.\{148\}\)..*/\1/
3412 t more2
3413 s/["\\]/\\&/g; s/^/"/; s/$/"/
3414 p
3415 b
3416 :more2
3417 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3418 p
3419 g
3420 s/.\{148\}//
3421 t delim
3422 ' <conf$$subs.awk | sed '
3423 /^[^""]/{
3424   N
3425   s/\n//
3426 }
3427 ' >>$CONFIG_STATUS || ac_write_fail=1
3428 rm -f conf$$subs.awk
3429 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3430 _ACAWK
3431 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
3432   for (key in S) S_is_set[key] = 1
3433   FS = "\a"
3434
3435 }
3436 {
3437   line = $ 0
3438   nfields = split(line, field, "@")
3439   substed = 0
3440   len = length(field[1])
3441   for (i = 2; i < nfields; i++) {
3442     key = field[i]
3443     keylen = length(key)
3444     if (S_is_set[key]) {
3445       value = S[key]
3446       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
3447       len += length(value) + length(field[++i])
3448       substed = 1
3449     } else
3450       len += 1 + keylen
3451   }
3452
3453   print line
3454 }
3455
3456 _ACAWK
3457 _ACEOF
3458 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3459 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
3460   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
3461 else
3462   cat
3463 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
3464   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
3465 _ACEOF
3466
3467 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
3468 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
3469 # trailing colons and then remove the whole line if VPATH becomes empty
3470 # (actually we leave an empty line to preserve line numbers).
3471 if test "x$srcdir" = x.; then
3472   ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
3473 h
3474 s///
3475 s/^/:/
3476 s/[      ]*$/:/
3477 s/:\$(srcdir):/:/g
3478 s/:\${srcdir}:/:/g
3479 s/:@srcdir@:/:/g
3480 s/^:*//
3481 s/:*$//
3482 x
3483 s/\(=[   ]*\).*/\1/
3484 G
3485 s/\n//
3486 s/^[^=]*=[       ]*$//
3487 }'
3488 fi
3489
3490 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3491 fi # test -n "$CONFIG_FILES"
3492
3493
3494 eval set X "  :F $CONFIG_FILES      "
3495 shift
3496 for ac_tag
3497 do
3498   case $ac_tag in
3499   :[FHLC]) ac_mode=$ac_tag; continue;;
3500   esac
3501   case $ac_mode$ac_tag in
3502   :[FHL]*:*);;
3503   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
3504   :[FH]-) ac_tag=-:-;;
3505   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
3506   esac
3507   ac_save_IFS=$IFS
3508   IFS=:
3509   set x $ac_tag
3510   IFS=$ac_save_IFS
3511   shift
3512   ac_file=$1
3513   shift
3514
3515   case $ac_mode in
3516   :L) ac_source=$1;;
3517   :[FH])
3518     ac_file_inputs=
3519     for ac_f
3520     do
3521       case $ac_f in
3522       -) ac_f="$ac_tmp/stdin";;
3523       *) # Look for the file first in the build tree, then in the source tree
3524          # (if the path is not absolute).  The absolute path cannot be DOS-style,
3525          # because $ac_f cannot contain `:'.
3526          test -f "$ac_f" ||
3527            case $ac_f in
3528            [\\/$]*) false;;
3529            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3530            esac ||
3531            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
3532       esac
3533       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
3534       as_fn_append ac_file_inputs " '$ac_f'"
3535     done
3536
3537     # Let's still pretend it is `configure' which instantiates (i.e., don't
3538     # use $as_me), people would be surprised to read:
3539     #    /* config.h.  Generated by config.status.  */
3540     configure_input='Generated from '`
3541           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
3542         `' by configure.'
3543     if test x"$ac_file" != x-; then
3544       configure_input="$ac_file.  $configure_input"
3545       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
3546 $as_echo "$as_me: creating $ac_file" >&6;}
3547     fi
3548     # Neutralize special characters interpreted by sed in replacement strings.
3549     case $configure_input in #(
3550     *\&* | *\|* | *\\* )
3551        ac_sed_conf_input=`$as_echo "$configure_input" |
3552        sed 's/[\\\\&|]/\\\\&/g'`;; #(
3553     *) ac_sed_conf_input=$configure_input;;
3554     esac
3555
3556     case $ac_tag in
3557     *:-:* | *:-) cat >"$ac_tmp/stdin" \
3558       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
3559     esac
3560     ;;
3561   esac
3562
3563   ac_dir=`$as_dirname -- "$ac_file" ||
3564 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3565          X"$ac_file" : 'X\(//\)[^/]' \| \
3566          X"$ac_file" : 'X\(//\)$' \| \
3567          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3568 $as_echo X"$ac_file" |
3569     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3570             s//\1/
3571             q
3572           }
3573           /^X\(\/\/\)[^/].*/{
3574             s//\1/
3575             q
3576           }
3577           /^X\(\/\/\)$/{
3578             s//\1/
3579             q
3580           }
3581           /^X\(\/\).*/{
3582             s//\1/
3583             q
3584           }
3585           s/.*/./; q'`
3586   as_dir="$ac_dir"; as_fn_mkdir_p
3587   ac_builddir=.
3588
3589 case "$ac_dir" in
3590 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3591 *)
3592   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
3593   # A ".." for each directory in $ac_dir_suffix.
3594   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
3595   case $ac_top_builddir_sub in
3596   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3597   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3598   esac ;;
3599 esac
3600 ac_abs_top_builddir=$ac_pwd
3601 ac_abs_builddir=$ac_pwd$ac_dir_suffix
3602 # for backward compatibility:
3603 ac_top_builddir=$ac_top_build_prefix
3604
3605 case $srcdir in
3606   .)  # We are building in place.
3607     ac_srcdir=.
3608     ac_top_srcdir=$ac_top_builddir_sub
3609     ac_abs_top_srcdir=$ac_pwd ;;
3610   [\\/]* | ?:[\\/]* )  # Absolute name.
3611     ac_srcdir=$srcdir$ac_dir_suffix;
3612     ac_top_srcdir=$srcdir
3613     ac_abs_top_srcdir=$srcdir ;;
3614   *) # Relative name.
3615     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3616     ac_top_srcdir=$ac_top_build_prefix$srcdir
3617     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3618 esac
3619 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3620
3621
3622   case $ac_mode in
3623   :F)
3624   #
3625   # CONFIG_FILE
3626   #
3627
3628   case $INSTALL in
3629   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3630   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
3631   esac
3632   ac_MKDIR_P=$MKDIR_P
3633   case $MKDIR_P in
3634   [\\/$]* | ?:[\\/]* ) ;;
3635   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
3636   esac
3637 _ACEOF
3638
3639 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3640 # If the template does not know about datarootdir, expand it.
3641 # FIXME: This hack should be removed a few years after 2.60.
3642 ac_datarootdir_hack=; ac_datarootdir_seen=
3643 ac_sed_dataroot='
3644 /datarootdir/ {
3645   p
3646   q
3647 }
3648 /@datadir@/p
3649 /@docdir@/p
3650 /@infodir@/p
3651 /@localedir@/p
3652 /@mandir@/p'
3653 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
3654 *datarootdir*) ac_datarootdir_seen=yes;;
3655 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3656   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3657 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3658 _ACEOF
3659 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3660   ac_datarootdir_hack='
3661   s&@datadir@&$datadir&g
3662   s&@docdir@&$docdir&g
3663   s&@infodir@&$infodir&g
3664   s&@localedir@&$localedir&g
3665   s&@mandir@&$mandir&g
3666   s&\\\${datarootdir}&$datarootdir&g' ;;
3667 esac
3668 _ACEOF
3669
3670 # Neutralize VPATH when `$srcdir' = `.'.
3671 # Shell code in configure.ac might set extrasub.
3672 # FIXME: do we really want to maintain this feature?
3673 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3674 ac_sed_extra="$ac_vpsub
3675 $extrasub
3676 _ACEOF
3677 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3678 :t
3679 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3680 s|@configure_input@|$ac_sed_conf_input|;t t
3681 s&@top_builddir@&$ac_top_builddir_sub&;t t
3682 s&@top_build_prefix@&$ac_top_build_prefix&;t t
3683 s&@srcdir@&$ac_srcdir&;t t
3684 s&@abs_srcdir@&$ac_abs_srcdir&;t t
3685 s&@top_srcdir@&$ac_top_srcdir&;t t
3686 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3687 s&@builddir@&$ac_builddir&;t t
3688 s&@abs_builddir@&$ac_abs_builddir&;t t
3689 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3690 s&@INSTALL@&$ac_INSTALL&;t t
3691 s&@MKDIR_P@&$ac_MKDIR_P&;t t
3692 $ac_datarootdir_hack
3693 "
3694 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
3695   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
3696
3697 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3698   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
3699   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
3700       "$ac_tmp/out"`; test -z "$ac_out"; } &&
3701   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3702 which seems to be undefined.  Please make sure it is defined" >&5
3703 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3704 which seems to be undefined.  Please make sure it is defined" >&2;}
3705
3706   rm -f "$ac_tmp/stdin"
3707   case $ac_file in
3708   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
3709   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
3710   esac \
3711   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
3712  ;;
3713
3714
3715
3716   esac
3717
3718 done # for ac_tag
3719
3720
3721 as_fn_exit 0
3722 _ACEOF
3723 ac_clean_files=$ac_clean_files_save
3724
3725 test $ac_write_fail = 0 ||
3726   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
3727
3728
3729 # configure is writing to config.log, and then calls config.status.
3730 # config.status does its own redirection, appending to config.log.
3731 # Unfortunately, on DOS this fails, as config.log is still kept open
3732 # by configure, so config.status won't be able to write to it; its
3733 # output is simply discarded.  So we exec the FD to /dev/null,
3734 # effectively closing config.log, so it can be properly (re)opened and
3735 # appended to by config.status.  When coming back to configure, we
3736 # need to make the FD available again.
3737 if test "$no_create" != yes; then
3738   ac_cs_success=:
3739   ac_config_status_args=
3740   test "$silent" = yes &&
3741     ac_config_status_args="$ac_config_status_args --quiet"
3742   exec 5>/dev/null
3743   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3744   exec 5>>config.log
3745   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3746   # would make configure fail if this is the last instruction.
3747   $ac_cs_success || as_fn_exit 1
3748 fi
3749 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
3750   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
3751 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
3752 fi
3753