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