(distclean): Delete intlfonts-1.2.1/ and intlfonts-1.2.1.tar.gz.
[chise/chise-fonts-installer.git] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for chise-fonts 0.1.
4 #
5 # Report bugs to <chise-en@m17n.org>.
6 #
7 #
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
10 # Inc.
11 #
12 #
13 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ##
16 ## M4sh Initialization. ##
17 ## -------------------- ##
18
19 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22   emulate sh
23   NULLCMD=:
24   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25   # is contrary to our usage.  Disable this feature.
26   alias -g '${1+"$@"}'='"$@"'
27   setopt NO_GLOB_SUBST
28 else
29   case `(set -o) 2>/dev/null` in #(
30   *posix*) :
31     set -o posix ;; #(
32   *) :
33      ;;
34 esac
35 fi
36
37
38 as_nl='
39 '
40 export as_nl
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45 # Prefer a ksh shell builtin over an external printf program on Solaris,
46 # but without wasting forks for bash or zsh.
47 if test -z "$BASH_VERSION$ZSH_VERSION" \
48     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49   as_echo='print -r --'
50   as_echo_n='print -rn --'
51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52   as_echo='printf %s\n'
53   as_echo_n='printf %s'
54 else
55   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57     as_echo_n='/usr/ucb/echo -n'
58   else
59     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60     as_echo_n_body='eval
61       arg=$1;
62       case $arg in #(
63       *"$as_nl"*)
64         expr "X$arg" : "X\\(.*\\)$as_nl";
65         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66       esac;
67       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
68     '
69     export as_echo_n_body
70     as_echo_n='sh -c $as_echo_n_body as_echo'
71   fi
72   export as_echo_body
73   as_echo='sh -c $as_echo_body as_echo'
74 fi
75
76 # The user is always right.
77 if test "${PATH_SEPARATOR+set}" != set; then
78   PATH_SEPARATOR=:
79   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81       PATH_SEPARATOR=';'
82   }
83 fi
84
85
86 # IFS
87 # We need space, tab and new line, in precisely that order.  Quoting is
88 # there to prevent editors from complaining about space-tab.
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
90 # splitting by setting IFS to empty value.)
91 IFS=" ""        $as_nl"
92
93 # Find who we are.  Look in the path if we contain no directory separator.
94 case $0 in #((
95   *[\\/]* ) as_myself=$0 ;;
96   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 for as_dir in $PATH
98 do
99   IFS=$as_save_IFS
100   test -z "$as_dir" && as_dir=.
101     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102   done
103 IFS=$as_save_IFS
104
105      ;;
106 esac
107 # We did not find ourselves, most probably we were run as `sh COMMAND'
108 # in which case we are not to be found in the path.
109 if test "x$as_myself" = x; then
110   as_myself=$0
111 fi
112 if test ! -f "$as_myself"; then
113   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114   exit 1
115 fi
116
117 # Unset variables that we do not need and which cause bugs (e.g. in
118 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
119 # suppresses any "Segmentation fault" message there.  '((' could
120 # trigger a bug in pdksh 5.2.14.
121 for as_var in BASH_ENV ENV MAIL MAILPATH
122 do eval test x\${$as_var+set} = xset \
123   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124 done
125 PS1='$ '
126 PS2='> '
127 PS4='+ '
128
129 # NLS nuisances.
130 LC_ALL=C
131 export LC_ALL
132 LANGUAGE=C
133 export LANGUAGE
134
135 # CDPATH.
136 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137
138 if test "x$CONFIG_SHELL" = x; then
139   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140   emulate sh
141   NULLCMD=:
142   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143   # is contrary to our usage.  Disable this feature.
144   alias -g '\${1+\"\$@\"}'='\"\$@\"'
145   setopt NO_GLOB_SUBST
146 else
147   case \`(set -o) 2>/dev/null\` in #(
148   *posix*) :
149     set -o posix ;; #(
150   *) :
151      ;;
152 esac
153 fi
154 "
155   as_required="as_fn_return () { (exit \$1); }
156 as_fn_success () { as_fn_return 0; }
157 as_fn_failure () { as_fn_return 1; }
158 as_fn_ret_success () { return 0; }
159 as_fn_ret_failure () { return 1; }
160
161 exitcode=0
162 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
167
168 else
169   exitcode=1; echo positional parameters were not saved.
170 fi
171 test x\$exitcode = x0 || exit 1"
172   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
176   if (eval "$as_required") 2>/dev/null; then :
177   as_have_required=yes
178 else
179   as_have_required=no
180 fi
181   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
182
183 else
184   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
185 as_found=false
186 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
187 do
188   IFS=$as_save_IFS
189   test -z "$as_dir" && as_dir=.
190   as_found=:
191   case $as_dir in #(
192          /*)
193            for as_base in sh bash ksh sh5; do
194              # Try only shells that exist, to save several forks.
195              as_shell=$as_dir/$as_base
196              if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
197                     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
198   CONFIG_SHELL=$as_shell as_have_required=yes
199                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
200   break 2
201 fi
202 fi
203            done;;
204        esac
205   as_found=false
206 done
207 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
208               { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
209   CONFIG_SHELL=$SHELL as_have_required=yes
210 fi; }
211 IFS=$as_save_IFS
212
213
214       if test "x$CONFIG_SHELL" != x; then :
215   # We cannot yet assume a decent shell, so we have to provide a
216         # neutralization value for shells without unset; and this also
217         # works around shells that cannot unset nonexistent variables.
218         BASH_ENV=/dev/null
219         ENV=/dev/null
220         (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
221         export CONFIG_SHELL
222         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
223 fi
224
225     if test x$as_have_required = xno; then :
226   $as_echo "$0: This script requires a shell more modern than all"
227   $as_echo "$0: the shells that I found on your system."
228   if test x${ZSH_VERSION+set} = xset ; then
229     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
230     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
231   else
232     $as_echo "$0: Please tell bug-autoconf@gnu.org and chise-en@m17n.org
233 $0: about your system, including any error possibly output
234 $0: before this message. Then install a modern shell, or
235 $0: manually run the script under such a shell if you do
236 $0: have one."
237   fi
238   exit 1
239 fi
240 fi
241 fi
242 SHELL=${CONFIG_SHELL-/bin/sh}
243 export SHELL
244 # Unset more variables known to interfere with behavior of common tools.
245 CLICOLOR_FORCE= GREP_OPTIONS=
246 unset CLICOLOR_FORCE GREP_OPTIONS
247
248 ## --------------------- ##
249 ## M4sh Shell Functions. ##
250 ## --------------------- ##
251 # as_fn_unset VAR
252 # ---------------
253 # Portably unset VAR.
254 as_fn_unset ()
255 {
256   { eval $1=; unset $1;}
257 }
258 as_unset=as_fn_unset
259
260 # as_fn_set_status STATUS
261 # -----------------------
262 # Set $? to STATUS, without forking.
263 as_fn_set_status ()
264 {
265   return $1
266 } # as_fn_set_status
267
268 # as_fn_exit STATUS
269 # -----------------
270 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
271 as_fn_exit ()
272 {
273   set +e
274   as_fn_set_status $1
275   exit $1
276 } # as_fn_exit
277
278 # as_fn_mkdir_p
279 # -------------
280 # Create "$as_dir" as a directory, including parents if necessary.
281 as_fn_mkdir_p ()
282 {
283
284   case $as_dir in #(
285   -*) as_dir=./$as_dir;;
286   esac
287   test -d "$as_dir" || eval $as_mkdir_p || {
288     as_dirs=
289     while :; do
290       case $as_dir in #(
291       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
292       *) as_qdir=$as_dir;;
293       esac
294       as_dirs="'$as_qdir' $as_dirs"
295       as_dir=`$as_dirname -- "$as_dir" ||
296 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
297          X"$as_dir" : 'X\(//\)[^/]' \| \
298          X"$as_dir" : 'X\(//\)$' \| \
299          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
300 $as_echo X"$as_dir" |
301     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
302             s//\1/
303             q
304           }
305           /^X\(\/\/\)[^/].*/{
306             s//\1/
307             q
308           }
309           /^X\(\/\/\)$/{
310             s//\1/
311             q
312           }
313           /^X\(\/\).*/{
314             s//\1/
315             q
316           }
317           s/.*/./; q'`
318       test -d "$as_dir" && break
319     done
320     test -z "$as_dirs" || eval "mkdir $as_dirs"
321   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
322
323
324 } # as_fn_mkdir_p
325 # as_fn_append VAR VALUE
326 # ----------------------
327 # Append the text in VALUE to the end of the definition contained in VAR. Take
328 # advantage of any shell optimizations that allow amortized linear growth over
329 # repeated appends, instead of the typical quadratic growth present in naive
330 # implementations.
331 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
332   eval 'as_fn_append ()
333   {
334     eval $1+=\$2
335   }'
336 else
337   as_fn_append ()
338   {
339     eval $1=\$$1\$2
340   }
341 fi # as_fn_append
342
343 # as_fn_arith ARG...
344 # ------------------
345 # Perform arithmetic evaluation on the ARGs, and store the result in the
346 # global $as_val. Take advantage of shells that can avoid forks. The arguments
347 # must be portable across $(()) and expr.
348 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
349   eval 'as_fn_arith ()
350   {
351     as_val=$(( $* ))
352   }'
353 else
354   as_fn_arith ()
355   {
356     as_val=`expr "$@" || test $? -eq 1`
357   }
358 fi # as_fn_arith
359
360
361 # as_fn_error ERROR [LINENO LOG_FD]
362 # ---------------------------------
363 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
364 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
365 # script with status $?, using 1 if that was 0.
366 as_fn_error ()
367 {
368   as_status=$?; test $as_status -eq 0 && as_status=1
369   if test "$3"; then
370     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
371     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
372   fi
373   $as_echo "$as_me: error: $1" >&2
374   as_fn_exit $as_status
375 } # as_fn_error
376
377 if expr a : '\(a\)' >/dev/null 2>&1 &&
378    test "X`expr 00001 : '.*\(...\)'`" = X001; then
379   as_expr=expr
380 else
381   as_expr=false
382 fi
383
384 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
385   as_basename=basename
386 else
387   as_basename=false
388 fi
389
390 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
391   as_dirname=dirname
392 else
393   as_dirname=false
394 fi
395
396 as_me=`$as_basename -- "$0" ||
397 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
398          X"$0" : 'X\(//\)$' \| \
399          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
400 $as_echo X/"$0" |
401     sed '/^.*\/\([^/][^/]*\)\/*$/{
402             s//\1/
403             q
404           }
405           /^X\/\(\/\/\)$/{
406             s//\1/
407             q
408           }
409           /^X\/\(\/\).*/{
410             s//\1/
411             q
412           }
413           s/.*/./; q'`
414
415 # Avoid depending upon Character Ranges.
416 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
417 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
418 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
419 as_cr_digits='0123456789'
420 as_cr_alnum=$as_cr_Letters$as_cr_digits
421
422
423   as_lineno_1=$LINENO as_lineno_1a=$LINENO
424   as_lineno_2=$LINENO as_lineno_2a=$LINENO
425   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
426   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
427   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
428   sed -n '
429     p
430     /[$]LINENO/=
431   ' <$as_myself |
432     sed '
433       s/[$]LINENO.*/&-/
434       t lineno
435       b
436       :lineno
437       N
438       :loop
439       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
440       t loop
441       s/-\n.*//
442     ' >$as_me.lineno &&
443   chmod +x "$as_me.lineno" ||
444     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
445
446   # Don't try to exec as it changes $[0], causing all sort of problems
447   # (the dirname of $[0] is not the place where we might find the
448   # original and so on.  Autoconf is especially sensitive to this).
449   . "./$as_me.lineno"
450   # Exit status is that of the last command.
451   exit
452 }
453
454 ECHO_C= ECHO_N= ECHO_T=
455 case `echo -n x` in #(((((
456 -n*)
457   case `echo 'xy\c'` in
458   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
459   xy)  ECHO_C='\c';;
460   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
461        ECHO_T=' ';;
462   esac;;
463 *)
464   ECHO_N='-n';;
465 esac
466
467 rm -f conf$$ conf$$.exe conf$$.file
468 if test -d conf$$.dir; then
469   rm -f conf$$.dir/conf$$.file
470 else
471   rm -f conf$$.dir
472   mkdir conf$$.dir 2>/dev/null
473 fi
474 if (echo >conf$$.file) 2>/dev/null; then
475   if ln -s conf$$.file conf$$ 2>/dev/null; then
476     as_ln_s='ln -s'
477     # ... but there are two gotchas:
478     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
479     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
480     # In both cases, we have to default to `cp -p'.
481     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
482       as_ln_s='cp -p'
483   elif ln conf$$.file conf$$ 2>/dev/null; then
484     as_ln_s=ln
485   else
486     as_ln_s='cp -p'
487   fi
488 else
489   as_ln_s='cp -p'
490 fi
491 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
492 rmdir conf$$.dir 2>/dev/null
493
494 if mkdir -p . 2>/dev/null; then
495   as_mkdir_p='mkdir -p "$as_dir"'
496 else
497   test -d ./-p && rmdir ./-p
498   as_mkdir_p=false
499 fi
500
501 if test -x / >/dev/null 2>&1; then
502   as_test_x='test -x'
503 else
504   if ls -dL / >/dev/null 2>&1; then
505     as_ls_L_option=L
506   else
507     as_ls_L_option=
508   fi
509   as_test_x='
510     eval sh -c '\''
511       if test -d "$1"; then
512         test -d "$1/.";
513       else
514         case $1 in #(
515         -*)set "./$1";;
516         esac;
517         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
518         ???[sx]*):;;*)false;;esac;fi
519     '\'' sh
520   '
521 fi
522 as_executable_p=$as_test_x
523
524 # Sed expression to map a string onto a valid CPP name.
525 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
526
527 # Sed expression to map a string onto a valid variable name.
528 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
529
530
531 test -n "$DJDIR" || exec 7<&0 </dev/null
532 exec 6>&1
533
534 # Name of the host.
535 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
536 # so uname gets run too.
537 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
538
539 #
540 # Initializations.
541 #
542 ac_default_prefix=/usr/local
543 ac_clean_files=
544 ac_config_libobj_dir=.
545 LIBOBJS=
546 cross_compiling=no
547 subdirs=
548 MFLAGS=
549 MAKEFLAGS=
550
551 # Identity of this package.
552 PACKAGE_NAME='chise-fonts'
553 PACKAGE_TARNAME='chise-fonts'
554 PACKAGE_VERSION='0.1'
555 PACKAGE_STRING='chise-fonts 0.1'
556 PACKAGE_BUGREPORT='chise-en@m17n.org'
557 PACKAGE_URL=''
558
559 ac_subst_vars='LTLIBOBJS
560 LIBOBJS
561 ac_configure_args
562 target_os
563 target_vendor
564 target_cpu
565 target
566 host_os
567 host_vendor
568 host_cpu
569 host
570 build_os
571 build_vendor
572 build_cpu
573 build
574 target_alias
575 host_alias
576 build_alias
577 LIBS
578 ECHO_T
579 ECHO_N
580 ECHO_C
581 DEFS
582 mandir
583 localedir
584 libdir
585 psdir
586 pdfdir
587 dvidir
588 htmldir
589 infodir
590 docdir
591 oldincludedir
592 includedir
593 localstatedir
594 sharedstatedir
595 sysconfdir
596 datadir
597 datarootdir
598 libexecdir
599 sbindir
600 bindir
601 program_transform_name
602 prefix
603 exec_prefix
604 PACKAGE_URL
605 PACKAGE_BUGREPORT
606 PACKAGE_STRING
607 PACKAGE_VERSION
608 PACKAGE_TARNAME
609 PACKAGE_NAME
610 PATH_SEPARATOR
611 SHELL'
612 ac_subst_files=''
613 ac_user_opts='
614 enable_option_checking
615 '
616       ac_precious_vars='build_alias
617 host_alias
618 target_alias'
619
620
621 # Initialize some variables set by options.
622 ac_init_help=
623 ac_init_version=false
624 ac_unrecognized_opts=
625 ac_unrecognized_sep=
626 # The variables have the same names as the options, with
627 # dashes changed to underlines.
628 cache_file=/dev/null
629 exec_prefix=NONE
630 no_create=
631 no_recursion=
632 prefix=NONE
633 program_prefix=NONE
634 program_suffix=NONE
635 program_transform_name=s,x,x,
636 silent=
637 site=
638 srcdir=
639 verbose=
640 x_includes=NONE
641 x_libraries=NONE
642
643 # Installation directory options.
644 # These are left unexpanded so users can "make install exec_prefix=/foo"
645 # and all the variables that are supposed to be based on exec_prefix
646 # by default will actually change.
647 # Use braces instead of parens because sh, perl, etc. also accept them.
648 # (The list follows the same order as the GNU Coding Standards.)
649 bindir='${exec_prefix}/bin'
650 sbindir='${exec_prefix}/sbin'
651 libexecdir='${exec_prefix}/libexec'
652 datarootdir='${prefix}/share'
653 datadir='${datarootdir}'
654 sysconfdir='${prefix}/etc'
655 sharedstatedir='${prefix}/com'
656 localstatedir='${prefix}/var'
657 includedir='${prefix}/include'
658 oldincludedir='/usr/include'
659 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
660 infodir='${datarootdir}/info'
661 htmldir='${docdir}'
662 dvidir='${docdir}'
663 pdfdir='${docdir}'
664 psdir='${docdir}'
665 libdir='${exec_prefix}/lib'
666 localedir='${datarootdir}/locale'
667 mandir='${datarootdir}/man'
668
669 ac_prev=
670 ac_dashdash=
671 for ac_option
672 do
673   # If the previous option needs an argument, assign it.
674   if test -n "$ac_prev"; then
675     eval $ac_prev=\$ac_option
676     ac_prev=
677     continue
678   fi
679
680   case $ac_option in
681   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
682   *)    ac_optarg=yes ;;
683   esac
684
685   # Accept the important Cygnus configure options, so we can diagnose typos.
686
687   case $ac_dashdash$ac_option in
688   --)
689     ac_dashdash=yes ;;
690
691   -bindir | --bindir | --bindi | --bind | --bin | --bi)
692     ac_prev=bindir ;;
693   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
694     bindir=$ac_optarg ;;
695
696   -build | --build | --buil | --bui | --bu)
697     ac_prev=build_alias ;;
698   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
699     build_alias=$ac_optarg ;;
700
701   -cache-file | --cache-file | --cache-fil | --cache-fi \
702   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
703     ac_prev=cache_file ;;
704   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
705   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
706     cache_file=$ac_optarg ;;
707
708   --config-cache | -C)
709     cache_file=config.cache ;;
710
711   -datadir | --datadir | --datadi | --datad)
712     ac_prev=datadir ;;
713   -datadir=* | --datadir=* | --datadi=* | --datad=*)
714     datadir=$ac_optarg ;;
715
716   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
717   | --dataroo | --dataro | --datar)
718     ac_prev=datarootdir ;;
719   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
720   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
721     datarootdir=$ac_optarg ;;
722
723   -disable-* | --disable-*)
724     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
725     # Reject names that are not valid shell variable names.
726     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
727       as_fn_error "invalid feature name: $ac_useropt"
728     ac_useropt_orig=$ac_useropt
729     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
730     case $ac_user_opts in
731       *"
732 "enable_$ac_useropt"
733 "*) ;;
734       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
735          ac_unrecognized_sep=', ';;
736     esac
737     eval enable_$ac_useropt=no ;;
738
739   -docdir | --docdir | --docdi | --doc | --do)
740     ac_prev=docdir ;;
741   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
742     docdir=$ac_optarg ;;
743
744   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
745     ac_prev=dvidir ;;
746   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
747     dvidir=$ac_optarg ;;
748
749   -enable-* | --enable-*)
750     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
751     # Reject names that are not valid shell variable names.
752     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
753       as_fn_error "invalid feature name: $ac_useropt"
754     ac_useropt_orig=$ac_useropt
755     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
756     case $ac_user_opts in
757       *"
758 "enable_$ac_useropt"
759 "*) ;;
760       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
761          ac_unrecognized_sep=', ';;
762     esac
763     eval enable_$ac_useropt=\$ac_optarg ;;
764
765   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
766   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
767   | --exec | --exe | --ex)
768     ac_prev=exec_prefix ;;
769   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
770   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
771   | --exec=* | --exe=* | --ex=*)
772     exec_prefix=$ac_optarg ;;
773
774   -gas | --gas | --ga | --g)
775     # Obsolete; use --with-gas.
776     with_gas=yes ;;
777
778   -help | --help | --hel | --he | -h)
779     ac_init_help=long ;;
780   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
781     ac_init_help=recursive ;;
782   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
783     ac_init_help=short ;;
784
785   -host | --host | --hos | --ho)
786     ac_prev=host_alias ;;
787   -host=* | --host=* | --hos=* | --ho=*)
788     host_alias=$ac_optarg ;;
789
790   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
791     ac_prev=htmldir ;;
792   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
793   | --ht=*)
794     htmldir=$ac_optarg ;;
795
796   -includedir | --includedir | --includedi | --included | --include \
797   | --includ | --inclu | --incl | --inc)
798     ac_prev=includedir ;;
799   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
800   | --includ=* | --inclu=* | --incl=* | --inc=*)
801     includedir=$ac_optarg ;;
802
803   -infodir | --infodir | --infodi | --infod | --info | --inf)
804     ac_prev=infodir ;;
805   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
806     infodir=$ac_optarg ;;
807
808   -libdir | --libdir | --libdi | --libd)
809     ac_prev=libdir ;;
810   -libdir=* | --libdir=* | --libdi=* | --libd=*)
811     libdir=$ac_optarg ;;
812
813   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
814   | --libexe | --libex | --libe)
815     ac_prev=libexecdir ;;
816   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
817   | --libexe=* | --libex=* | --libe=*)
818     libexecdir=$ac_optarg ;;
819
820   -localedir | --localedir | --localedi | --localed | --locale)
821     ac_prev=localedir ;;
822   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
823     localedir=$ac_optarg ;;
824
825   -localstatedir | --localstatedir | --localstatedi | --localstated \
826   | --localstate | --localstat | --localsta | --localst | --locals)
827     ac_prev=localstatedir ;;
828   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
829   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
830     localstatedir=$ac_optarg ;;
831
832   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
833     ac_prev=mandir ;;
834   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
835     mandir=$ac_optarg ;;
836
837   -nfp | --nfp | --nf)
838     # Obsolete; use --without-fp.
839     with_fp=no ;;
840
841   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
842   | --no-cr | --no-c | -n)
843     no_create=yes ;;
844
845   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
846   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
847     no_recursion=yes ;;
848
849   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
850   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
851   | --oldin | --oldi | --old | --ol | --o)
852     ac_prev=oldincludedir ;;
853   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
854   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
855   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
856     oldincludedir=$ac_optarg ;;
857
858   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
859     ac_prev=prefix ;;
860   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
861     prefix=$ac_optarg ;;
862
863   -program-prefix | --program-prefix | --program-prefi | --program-pref \
864   | --program-pre | --program-pr | --program-p)
865     ac_prev=program_prefix ;;
866   -program-prefix=* | --program-prefix=* | --program-prefi=* \
867   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
868     program_prefix=$ac_optarg ;;
869
870   -program-suffix | --program-suffix | --program-suffi | --program-suff \
871   | --program-suf | --program-su | --program-s)
872     ac_prev=program_suffix ;;
873   -program-suffix=* | --program-suffix=* | --program-suffi=* \
874   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
875     program_suffix=$ac_optarg ;;
876
877   -program-transform-name | --program-transform-name \
878   | --program-transform-nam | --program-transform-na \
879   | --program-transform-n | --program-transform- \
880   | --program-transform | --program-transfor \
881   | --program-transfo | --program-transf \
882   | --program-trans | --program-tran \
883   | --progr-tra | --program-tr | --program-t)
884     ac_prev=program_transform_name ;;
885   -program-transform-name=* | --program-transform-name=* \
886   | --program-transform-nam=* | --program-transform-na=* \
887   | --program-transform-n=* | --program-transform-=* \
888   | --program-transform=* | --program-transfor=* \
889   | --program-transfo=* | --program-transf=* \
890   | --program-trans=* | --program-tran=* \
891   | --progr-tra=* | --program-tr=* | --program-t=*)
892     program_transform_name=$ac_optarg ;;
893
894   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
895     ac_prev=pdfdir ;;
896   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
897     pdfdir=$ac_optarg ;;
898
899   -psdir | --psdir | --psdi | --psd | --ps)
900     ac_prev=psdir ;;
901   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
902     psdir=$ac_optarg ;;
903
904   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
905   | -silent | --silent | --silen | --sile | --sil)
906     silent=yes ;;
907
908   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
909     ac_prev=sbindir ;;
910   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
911   | --sbi=* | --sb=*)
912     sbindir=$ac_optarg ;;
913
914   -sharedstatedir | --sharedstatedir | --sharedstatedi \
915   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
916   | --sharedst | --shareds | --shared | --share | --shar \
917   | --sha | --sh)
918     ac_prev=sharedstatedir ;;
919   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
920   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
921   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
922   | --sha=* | --sh=*)
923     sharedstatedir=$ac_optarg ;;
924
925   -site | --site | --sit)
926     ac_prev=site ;;
927   -site=* | --site=* | --sit=*)
928     site=$ac_optarg ;;
929
930   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
931     ac_prev=srcdir ;;
932   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
933     srcdir=$ac_optarg ;;
934
935   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
936   | --syscon | --sysco | --sysc | --sys | --sy)
937     ac_prev=sysconfdir ;;
938   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
939   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
940     sysconfdir=$ac_optarg ;;
941
942   -target | --target | --targe | --targ | --tar | --ta | --t)
943     ac_prev=target_alias ;;
944   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
945     target_alias=$ac_optarg ;;
946
947   -v | -verbose | --verbose | --verbos | --verbo | --verb)
948     verbose=yes ;;
949
950   -version | --version | --versio | --versi | --vers | -V)
951     ac_init_version=: ;;
952
953   -with-* | --with-*)
954     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
955     # Reject names that are not valid shell variable names.
956     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
957       as_fn_error "invalid package name: $ac_useropt"
958     ac_useropt_orig=$ac_useropt
959     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
960     case $ac_user_opts in
961       *"
962 "with_$ac_useropt"
963 "*) ;;
964       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
965          ac_unrecognized_sep=', ';;
966     esac
967     eval with_$ac_useropt=\$ac_optarg ;;
968
969   -without-* | --without-*)
970     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
971     # Reject names that are not valid shell variable names.
972     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
973       as_fn_error "invalid package name: $ac_useropt"
974     ac_useropt_orig=$ac_useropt
975     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
976     case $ac_user_opts in
977       *"
978 "with_$ac_useropt"
979 "*) ;;
980       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
981          ac_unrecognized_sep=', ';;
982     esac
983     eval with_$ac_useropt=no ;;
984
985   --x)
986     # Obsolete; use --with-x.
987     with_x=yes ;;
988
989   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
990   | --x-incl | --x-inc | --x-in | --x-i)
991     ac_prev=x_includes ;;
992   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
993   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
994     x_includes=$ac_optarg ;;
995
996   -x-libraries | --x-libraries | --x-librarie | --x-librari \
997   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
998     ac_prev=x_libraries ;;
999   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1000   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1001     x_libraries=$ac_optarg ;;
1002
1003   -*) as_fn_error "unrecognized option: \`$ac_option'
1004 Try \`$0 --help' for more information."
1005     ;;
1006
1007   *=*)
1008     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1009     # Reject names that are not valid shell variable names.
1010     case $ac_envvar in #(
1011       '' | [0-9]* | *[!_$as_cr_alnum]* )
1012       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1013     esac
1014     eval $ac_envvar=\$ac_optarg
1015     export $ac_envvar ;;
1016
1017   *)
1018     # FIXME: should be removed in autoconf 3.0.
1019     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1020     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1021       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1022     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1023     ;;
1024
1025   esac
1026 done
1027
1028 if test -n "$ac_prev"; then
1029   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1030   as_fn_error "missing argument to $ac_option"
1031 fi
1032
1033 if test -n "$ac_unrecognized_opts"; then
1034   case $enable_option_checking in
1035     no) ;;
1036     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1037     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1038   esac
1039 fi
1040
1041 # Check all directory arguments for consistency.
1042 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1043                 datadir sysconfdir sharedstatedir localstatedir includedir \
1044                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1045                 libdir localedir mandir
1046 do
1047   eval ac_val=\$$ac_var
1048   # Remove trailing slashes.
1049   case $ac_val in
1050     */ )
1051       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1052       eval $ac_var=\$ac_val;;
1053   esac
1054   # Be sure to have absolute directory names.
1055   case $ac_val in
1056     [\\/$]* | ?:[\\/]* )  continue;;
1057     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1058   esac
1059   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1060 done
1061
1062 # There might be people who depend on the old broken behavior: `$host'
1063 # used to hold the argument of --host etc.
1064 # FIXME: To remove some day.
1065 build=$build_alias
1066 host=$host_alias
1067 target=$target_alias
1068
1069 # FIXME: To remove some day.
1070 if test "x$host_alias" != x; then
1071   if test "x$build_alias" = x; then
1072     cross_compiling=maybe
1073     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1074     If a cross compiler is detected then cross compile mode will be used." >&2
1075   elif test "x$build_alias" != "x$host_alias"; then
1076     cross_compiling=yes
1077   fi
1078 fi
1079
1080 ac_tool_prefix=
1081 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1082
1083 test "$silent" = yes && exec 6>/dev/null
1084
1085
1086 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1087 ac_ls_di=`ls -di .` &&
1088 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1089   as_fn_error "working directory cannot be determined"
1090 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1091   as_fn_error "pwd does not report name of working directory"
1092
1093
1094 # Find the source files, if location was not specified.
1095 if test -z "$srcdir"; then
1096   ac_srcdir_defaulted=yes
1097   # Try the directory containing this script, then the parent directory.
1098   ac_confdir=`$as_dirname -- "$as_myself" ||
1099 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1100          X"$as_myself" : 'X\(//\)[^/]' \| \
1101          X"$as_myself" : 'X\(//\)$' \| \
1102          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1103 $as_echo X"$as_myself" |
1104     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1105             s//\1/
1106             q
1107           }
1108           /^X\(\/\/\)[^/].*/{
1109             s//\1/
1110             q
1111           }
1112           /^X\(\/\/\)$/{
1113             s//\1/
1114             q
1115           }
1116           /^X\(\/\).*/{
1117             s//\1/
1118             q
1119           }
1120           s/.*/./; q'`
1121   srcdir=$ac_confdir
1122   if test ! -r "$srcdir/$ac_unique_file"; then
1123     srcdir=..
1124   fi
1125 else
1126   ac_srcdir_defaulted=no
1127 fi
1128 if test ! -r "$srcdir/$ac_unique_file"; then
1129   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1130   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1131 fi
1132 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1133 ac_abs_confdir=`(
1134         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1135         pwd)`
1136 # When building in place, set srcdir=.
1137 if test "$ac_abs_confdir" = "$ac_pwd"; then
1138   srcdir=.
1139 fi
1140 # Remove unnecessary trailing slashes from srcdir.
1141 # Double slashes in file names in object file debugging info
1142 # mess up M-x gdb in Emacs.
1143 case $srcdir in
1144 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1145 esac
1146 for ac_var in $ac_precious_vars; do
1147   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1148   eval ac_env_${ac_var}_value=\$${ac_var}
1149   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1150   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1151 done
1152
1153 #
1154 # Report the --help message.
1155 #
1156 if test "$ac_init_help" = "long"; then
1157   # Omit some internal or obsolete options to make the list less imposing.
1158   # This message is too long to be a string in the A/UX 3.1 sh.
1159   cat <<_ACEOF
1160 \`configure' configures chise-fonts 0.1 to adapt to many kinds of systems.
1161
1162 Usage: $0 [OPTION]... [VAR=VALUE]...
1163
1164 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1165 VAR=VALUE.  See below for descriptions of some of the useful variables.
1166
1167 Defaults for the options are specified in brackets.
1168
1169 Configuration:
1170   -h, --help              display this help and exit
1171       --help=short        display options specific to this package
1172       --help=recursive    display the short help of all the included packages
1173   -V, --version           display version information and exit
1174   -q, --quiet, --silent   do not print \`checking...' messages
1175       --cache-file=FILE   cache test results in FILE [disabled]
1176   -C, --config-cache      alias for \`--cache-file=config.cache'
1177   -n, --no-create         do not create output files
1178       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1179
1180 Installation directories:
1181   --prefix=PREFIX         install architecture-independent files in PREFIX
1182                           [$ac_default_prefix]
1183   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1184                           [PREFIX]
1185
1186 By default, \`make install' will install all the files in
1187 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1188 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1189 for instance \`--prefix=\$HOME'.
1190
1191 For better control, use the options below.
1192
1193 Fine tuning of the installation directories:
1194   --bindir=DIR            user executables [EPREFIX/bin]
1195   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1196   --libexecdir=DIR        program executables [EPREFIX/libexec]
1197   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1198   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1199   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1200   --libdir=DIR            object code libraries [EPREFIX/lib]
1201   --includedir=DIR        C header files [PREFIX/include]
1202   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1203   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1204   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1205   --infodir=DIR           info documentation [DATAROOTDIR/info]
1206   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1207   --mandir=DIR            man documentation [DATAROOTDIR/man]
1208   --docdir=DIR            documentation root [DATAROOTDIR/doc/chise-fonts]
1209   --htmldir=DIR           html documentation [DOCDIR]
1210   --dvidir=DIR            dvi documentation [DOCDIR]
1211   --pdfdir=DIR            pdf documentation [DOCDIR]
1212   --psdir=DIR             ps documentation [DOCDIR]
1213 _ACEOF
1214
1215   cat <<\_ACEOF
1216
1217 System types:
1218   --build=BUILD     configure for building on BUILD [guessed]
1219   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1220   --target=TARGET   configure for building compilers for TARGET [HOST]
1221 _ACEOF
1222 fi
1223
1224 if test -n "$ac_init_help"; then
1225   case $ac_init_help in
1226      short | recursive ) echo "Configuration of chise-fonts 0.1:";;
1227    esac
1228   cat <<\_ACEOF
1229
1230 Report bugs to <chise-en@m17n.org>.
1231 _ACEOF
1232 ac_status=$?
1233 fi
1234
1235 if test "$ac_init_help" = "recursive"; then
1236   # If there are subdirs, report their specific --help.
1237   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1238     test -d "$ac_dir" ||
1239       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1240       continue
1241     ac_builddir=.
1242
1243 case "$ac_dir" in
1244 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1245 *)
1246   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1247   # A ".." for each directory in $ac_dir_suffix.
1248   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1249   case $ac_top_builddir_sub in
1250   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1251   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1252   esac ;;
1253 esac
1254 ac_abs_top_builddir=$ac_pwd
1255 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1256 # for backward compatibility:
1257 ac_top_builddir=$ac_top_build_prefix
1258
1259 case $srcdir in
1260   .)  # We are building in place.
1261     ac_srcdir=.
1262     ac_top_srcdir=$ac_top_builddir_sub
1263     ac_abs_top_srcdir=$ac_pwd ;;
1264   [\\/]* | ?:[\\/]* )  # Absolute name.
1265     ac_srcdir=$srcdir$ac_dir_suffix;
1266     ac_top_srcdir=$srcdir
1267     ac_abs_top_srcdir=$srcdir ;;
1268   *) # Relative name.
1269     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1270     ac_top_srcdir=$ac_top_build_prefix$srcdir
1271     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1272 esac
1273 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1274
1275     cd "$ac_dir" || { ac_status=$?; continue; }
1276     # Check for guested configure.
1277     if test -f "$ac_srcdir/configure.gnu"; then
1278       echo &&
1279       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1280     elif test -f "$ac_srcdir/configure"; then
1281       echo &&
1282       $SHELL "$ac_srcdir/configure" --help=recursive
1283     else
1284       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1285     fi || ac_status=$?
1286     cd "$ac_pwd" || { ac_status=$?; break; }
1287   done
1288 fi
1289
1290 test -n "$ac_init_help" && exit $ac_status
1291 if $ac_init_version; then
1292   cat <<\_ACEOF
1293 chise-fonts configure 0.1
1294 generated by GNU Autoconf 2.65
1295
1296 Copyright (C) 2009 Free Software Foundation, Inc.
1297 This configure script is free software; the Free Software Foundation
1298 gives unlimited permission to copy, distribute and modify it.
1299 _ACEOF
1300   exit
1301 fi
1302
1303 ## ------------------------ ##
1304 ## Autoconf initialization. ##
1305 ## ------------------------ ##
1306 cat >config.log <<_ACEOF
1307 This file contains any messages produced by compilers while
1308 running configure, to aid debugging if configure makes a mistake.
1309
1310 It was created by chise-fonts $as_me 0.1, which was
1311 generated by GNU Autoconf 2.65.  Invocation command line was
1312
1313   $ $0 $@
1314
1315 _ACEOF
1316 exec 5>>config.log
1317 {
1318 cat <<_ASUNAME
1319 ## --------- ##
1320 ## Platform. ##
1321 ## --------- ##
1322
1323 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1324 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1325 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1326 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1327 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1328
1329 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1330 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1331
1332 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1333 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1334 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1335 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1336 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1337 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1338 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1339
1340 _ASUNAME
1341
1342 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1343 for as_dir in $PATH
1344 do
1345   IFS=$as_save_IFS
1346   test -z "$as_dir" && as_dir=.
1347     $as_echo "PATH: $as_dir"
1348   done
1349 IFS=$as_save_IFS
1350
1351 } >&5
1352
1353 cat >&5 <<_ACEOF
1354
1355
1356 ## ----------- ##
1357 ## Core tests. ##
1358 ## ----------- ##
1359
1360 _ACEOF
1361
1362
1363 # Keep a trace of the command line.
1364 # Strip out --no-create and --no-recursion so they do not pile up.
1365 # Strip out --silent because we don't want to record it for future runs.
1366 # Also quote any args containing shell meta-characters.
1367 # Make two passes to allow for proper duplicate-argument suppression.
1368 ac_configure_args=
1369 ac_configure_args0=
1370 ac_configure_args1=
1371 ac_must_keep_next=false
1372 for ac_pass in 1 2
1373 do
1374   for ac_arg
1375   do
1376     case $ac_arg in
1377     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1378     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1379     | -silent | --silent | --silen | --sile | --sil)
1380       continue ;;
1381     *\'*)
1382       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1383     esac
1384     case $ac_pass in
1385     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1386     2)
1387       as_fn_append ac_configure_args1 " '$ac_arg'"
1388       if test $ac_must_keep_next = true; then
1389         ac_must_keep_next=false # Got value, back to normal.
1390       else
1391         case $ac_arg in
1392           *=* | --config-cache | -C | -disable-* | --disable-* \
1393           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1394           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1395           | -with-* | --with-* | -without-* | --without-* | --x)
1396             case "$ac_configure_args0 " in
1397               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1398             esac
1399             ;;
1400           -* ) ac_must_keep_next=true ;;
1401         esac
1402       fi
1403       as_fn_append ac_configure_args " '$ac_arg'"
1404       ;;
1405     esac
1406   done
1407 done
1408 { ac_configure_args0=; unset ac_configure_args0;}
1409 { ac_configure_args1=; unset ac_configure_args1;}
1410
1411 # When interrupted or exit'd, cleanup temporary files, and complete
1412 # config.log.  We remove comments because anyway the quotes in there
1413 # would cause problems or look ugly.
1414 # WARNING: Use '\'' to represent an apostrophe within the trap.
1415 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1416 trap 'exit_status=$?
1417   # Save into config.log some information that might help in debugging.
1418   {
1419     echo
1420
1421     cat <<\_ASBOX
1422 ## ---------------- ##
1423 ## Cache variables. ##
1424 ## ---------------- ##
1425 _ASBOX
1426     echo
1427     # The following way of writing the cache mishandles newlines in values,
1428 (
1429   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1430     eval ac_val=\$$ac_var
1431     case $ac_val in #(
1432     *${as_nl}*)
1433       case $ac_var in #(
1434       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1435 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1436       esac
1437       case $ac_var in #(
1438       _ | IFS | as_nl) ;; #(
1439       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1440       *) { eval $ac_var=; unset $ac_var;} ;;
1441       esac ;;
1442     esac
1443   done
1444   (set) 2>&1 |
1445     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1446     *${as_nl}ac_space=\ *)
1447       sed -n \
1448         "s/'\''/'\''\\\\'\'''\''/g;
1449           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1450       ;; #(
1451     *)
1452       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1453       ;;
1454     esac |
1455     sort
1456 )
1457     echo
1458
1459     cat <<\_ASBOX
1460 ## ----------------- ##
1461 ## Output variables. ##
1462 ## ----------------- ##
1463 _ASBOX
1464     echo
1465     for ac_var in $ac_subst_vars
1466     do
1467       eval ac_val=\$$ac_var
1468       case $ac_val in
1469       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1470       esac
1471       $as_echo "$ac_var='\''$ac_val'\''"
1472     done | sort
1473     echo
1474
1475     if test -n "$ac_subst_files"; then
1476       cat <<\_ASBOX
1477 ## ------------------- ##
1478 ## File substitutions. ##
1479 ## ------------------- ##
1480 _ASBOX
1481       echo
1482       for ac_var in $ac_subst_files
1483       do
1484         eval ac_val=\$$ac_var
1485         case $ac_val in
1486         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1487         esac
1488         $as_echo "$ac_var='\''$ac_val'\''"
1489       done | sort
1490       echo
1491     fi
1492
1493     if test -s confdefs.h; then
1494       cat <<\_ASBOX
1495 ## ----------- ##
1496 ## confdefs.h. ##
1497 ## ----------- ##
1498 _ASBOX
1499       echo
1500       cat confdefs.h
1501       echo
1502     fi
1503     test "$ac_signal" != 0 &&
1504       $as_echo "$as_me: caught signal $ac_signal"
1505     $as_echo "$as_me: exit $exit_status"
1506   } >&5
1507   rm -f core *.core core.conftest.* &&
1508     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1509     exit $exit_status
1510 ' 0
1511 for ac_signal in 1 2 13 15; do
1512   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1513 done
1514 ac_signal=0
1515
1516 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1517 rm -f -r conftest* confdefs.h
1518
1519 $as_echo "/* confdefs.h */" > confdefs.h
1520
1521 # Predefined preprocessor variables.
1522
1523 cat >>confdefs.h <<_ACEOF
1524 #define PACKAGE_NAME "$PACKAGE_NAME"
1525 _ACEOF
1526
1527 cat >>confdefs.h <<_ACEOF
1528 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1529 _ACEOF
1530
1531 cat >>confdefs.h <<_ACEOF
1532 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1533 _ACEOF
1534
1535 cat >>confdefs.h <<_ACEOF
1536 #define PACKAGE_STRING "$PACKAGE_STRING"
1537 _ACEOF
1538
1539 cat >>confdefs.h <<_ACEOF
1540 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1541 _ACEOF
1542
1543 cat >>confdefs.h <<_ACEOF
1544 #define PACKAGE_URL "$PACKAGE_URL"
1545 _ACEOF
1546
1547
1548 # Let the site file select an alternate cache file if it wants to.
1549 # Prefer an explicitly selected file to automatically selected ones.
1550 ac_site_file1=NONE
1551 ac_site_file2=NONE
1552 if test -n "$CONFIG_SITE"; then
1553   ac_site_file1=$CONFIG_SITE
1554 elif test "x$prefix" != xNONE; then
1555   ac_site_file1=$prefix/share/config.site
1556   ac_site_file2=$prefix/etc/config.site
1557 else
1558   ac_site_file1=$ac_default_prefix/share/config.site
1559   ac_site_file2=$ac_default_prefix/etc/config.site
1560 fi
1561 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1562 do
1563   test "x$ac_site_file" = xNONE && continue
1564   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1565     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1566 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1567     sed 's/^/| /' "$ac_site_file" >&5
1568     . "$ac_site_file"
1569   fi
1570 done
1571
1572 if test -r "$cache_file"; then
1573   # Some versions of bash will fail to source /dev/null (special files
1574   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
1575   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1576     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1577 $as_echo "$as_me: loading cache $cache_file" >&6;}
1578     case $cache_file in
1579       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1580       *)                      . "./$cache_file";;
1581     esac
1582   fi
1583 else
1584   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1585 $as_echo "$as_me: creating cache $cache_file" >&6;}
1586   >$cache_file
1587 fi
1588
1589 # Check that the precious variables saved in the cache have kept the same
1590 # value.
1591 ac_cache_corrupted=false
1592 for ac_var in $ac_precious_vars; do
1593   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1594   eval ac_new_set=\$ac_env_${ac_var}_set
1595   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1596   eval ac_new_val=\$ac_env_${ac_var}_value
1597   case $ac_old_set,$ac_new_set in
1598     set,)
1599       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1600 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1601       ac_cache_corrupted=: ;;
1602     ,set)
1603       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1604 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1605       ac_cache_corrupted=: ;;
1606     ,);;
1607     *)
1608       if test "x$ac_old_val" != "x$ac_new_val"; then
1609         # differences in whitespace do not lead to failure.
1610         ac_old_val_w=`echo x $ac_old_val`
1611         ac_new_val_w=`echo x $ac_new_val`
1612         if test "$ac_old_val_w" != "$ac_new_val_w"; then
1613           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1614 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1615           ac_cache_corrupted=:
1616         else
1617           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1618 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1619           eval $ac_var=\$ac_old_val
1620         fi
1621         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1622 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1623         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1624 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1625       fi;;
1626   esac
1627   # Pass precious variables to config.status.
1628   if test "$ac_new_set" = set; then
1629     case $ac_new_val in
1630     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1631     *) ac_arg=$ac_var=$ac_new_val ;;
1632     esac
1633     case " $ac_configure_args " in
1634       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1635       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1636     esac
1637   fi
1638 done
1639 if $ac_cache_corrupted; then
1640   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1641 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1642   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1643 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1644   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1645 fi
1646 ## -------------------- ##
1647 ## Main body of script. ##
1648 ## -------------------- ##
1649
1650 ac_ext=c
1651 ac_cpp='$CPP $CPPFLAGS'
1652 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1653 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1654 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1655
1656
1657
1658 ac_aux_dir=
1659 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1660   for ac_t in install-sh install.sh shtool; do
1661     if test -f "$ac_dir/$ac_t"; then
1662       ac_aux_dir=$ac_dir
1663       ac_install_sh="$ac_aux_dir/$ac_t -c"
1664       break 2
1665     fi
1666   done
1667 done
1668 if test -z "$ac_aux_dir"; then
1669   as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
1670 fi
1671
1672 # These three variables are undocumented and unsupported,
1673 # and are intended to be withdrawn in a future Autoconf release.
1674 # They can cause serious problems if a builder's source tree is in a directory
1675 # whose full name contains unusual characters.
1676 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1677 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1678 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1679
1680
1681 # Make sure we can run config.sub.
1682 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
1683   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
1684
1685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
1686 $as_echo_n "checking build system type... " >&6; }
1687 if test "${ac_cv_build+set}" = set; then :
1688   $as_echo_n "(cached) " >&6
1689 else
1690   ac_build_alias=$build_alias
1691 test "x$ac_build_alias" = x &&
1692   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
1693 test "x$ac_build_alias" = x &&
1694   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
1695 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
1696   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
1697
1698 fi
1699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
1700 $as_echo "$ac_cv_build" >&6; }
1701 case $ac_cv_build in
1702 *-*-*) ;;
1703 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
1704 esac
1705 build=$ac_cv_build
1706 ac_save_IFS=$IFS; IFS='-'
1707 set x $ac_cv_build
1708 shift
1709 build_cpu=$1
1710 build_vendor=$2
1711 shift; shift
1712 # Remember, the first character of IFS is used to create $*,
1713 # except with old shells:
1714 build_os=$*
1715 IFS=$ac_save_IFS
1716 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
1717
1718
1719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
1720 $as_echo_n "checking host system type... " >&6; }
1721 if test "${ac_cv_host+set}" = set; then :
1722   $as_echo_n "(cached) " >&6
1723 else
1724   if test "x$host_alias" = x; then
1725   ac_cv_host=$ac_cv_build
1726 else
1727   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
1728     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
1729 fi
1730
1731 fi
1732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
1733 $as_echo "$ac_cv_host" >&6; }
1734 case $ac_cv_host in
1735 *-*-*) ;;
1736 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
1737 esac
1738 host=$ac_cv_host
1739 ac_save_IFS=$IFS; IFS='-'
1740 set x $ac_cv_host
1741 shift
1742 host_cpu=$1
1743 host_vendor=$2
1744 shift; shift
1745 # Remember, the first character of IFS is used to create $*,
1746 # except with old shells:
1747 host_os=$*
1748 IFS=$ac_save_IFS
1749 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
1750
1751
1752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
1753 $as_echo_n "checking target system type... " >&6; }
1754 if test "${ac_cv_target+set}" = set; then :
1755   $as_echo_n "(cached) " >&6
1756 else
1757   if test "x$target_alias" = x; then
1758   ac_cv_target=$ac_cv_host
1759 else
1760   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
1761     as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
1762 fi
1763
1764 fi
1765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
1766 $as_echo "$ac_cv_target" >&6; }
1767 case $ac_cv_target in
1768 *-*-*) ;;
1769 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
1770 esac
1771 target=$ac_cv_target
1772 ac_save_IFS=$IFS; IFS='-'
1773 set x $ac_cv_target
1774 shift
1775 target_cpu=$1
1776 target_vendor=$2
1777 shift; shift
1778 # Remember, the first character of IFS is used to create $*,
1779 # except with old shells:
1780 target_os=$*
1781 IFS=$ac_save_IFS
1782 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
1783
1784
1785 # The aliases save the names the user supplied, while $host etc.
1786 # will get canonicalized.
1787 test -n "$target_alias" &&
1788   test "$program_prefix$program_suffix$program_transform_name" = \
1789     NONENONEs,x,x, &&
1790   program_prefix=${target_alias}-
1791
1792 # Checks for programs.
1793 # AC_PROG_CC
1794 # AC_PROG_LIBTOOL
1795 #  AC_CHECK_PROGS(LIBTOOL, glibtool libtool, libtool, \
1796 #       /usr/local/bin:/opt/bin:/sw/bin:/usr/bin:/bin)
1797
1798
1799
1800 # Checks for header files.
1801
1802 # Checks for typedefs, structures, and compiler characteristics.
1803 #AC_C_CONST
1804 #AC_C_INLINE
1805
1806 # Checks for library functions.
1807 #AC_FUNC_ALLOCA
1808 #AC_FUNC_STRNLEN
1809
1810 #AC_CHECK_FUNCS(strnlen)
1811
1812 ac_config_files="$ac_config_files Makefile"
1813
1814 ac_config_files="$ac_config_files GT/Makefile"
1815
1816 cat >confcache <<\_ACEOF
1817 # This file is a shell script that caches the results of configure
1818 # tests run on this system so they can be shared between configure
1819 # scripts and configure runs, see configure's option --config-cache.
1820 # It is not useful on other systems.  If it contains results you don't
1821 # want to keep, you may remove or edit it.
1822 #
1823 # config.status only pays attention to the cache file if you give it
1824 # the --recheck option to rerun configure.
1825 #
1826 # `ac_cv_env_foo' variables (set or unset) will be overridden when
1827 # loading this file, other *unset* `ac_cv_foo' will be assigned the
1828 # following values.
1829
1830 _ACEOF
1831
1832 # The following way of writing the cache mishandles newlines in values,
1833 # but we know of no workaround that is simple, portable, and efficient.
1834 # So, we kill variables containing newlines.
1835 # Ultrix sh set writes to stderr and can't be redirected directly,
1836 # and sets the high bit in the cache file unless we assign to the vars.
1837 (
1838   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
1839     eval ac_val=\$$ac_var
1840     case $ac_val in #(
1841     *${as_nl}*)
1842       case $ac_var in #(
1843       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1844 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1845       esac
1846       case $ac_var in #(
1847       _ | IFS | as_nl) ;; #(
1848       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1849       *) { eval $ac_var=; unset $ac_var;} ;;
1850       esac ;;
1851     esac
1852   done
1853
1854   (set) 2>&1 |
1855     case $as_nl`(ac_space=' '; set) 2>&1` in #(
1856     *${as_nl}ac_space=\ *)
1857       # `set' does not quote correctly, so add quotes: double-quote
1858       # substitution turns \\\\ into \\, and sed turns \\ into \.
1859       sed -n \
1860         "s/'/'\\\\''/g;
1861           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
1862       ;; #(
1863     *)
1864       # `set' quotes correctly as required by POSIX, so do not add quotes.
1865       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1866       ;;
1867     esac |
1868     sort
1869 ) |
1870   sed '
1871      /^ac_cv_env_/b end
1872      t clear
1873      :clear
1874      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
1875      t end
1876      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
1877      :end' >>confcache
1878 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
1879   if test -w "$cache_file"; then
1880     test "x$cache_file" != "x/dev/null" &&
1881       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
1882 $as_echo "$as_me: updating cache $cache_file" >&6;}
1883     cat confcache >$cache_file
1884   else
1885     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
1886 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
1887   fi
1888 fi
1889 rm -f confcache
1890
1891 test "x$prefix" = xNONE && prefix=$ac_default_prefix
1892 # Let make expand exec_prefix.
1893 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1894
1895 # Transform confdefs.h into DEFS.
1896 # Protect against shell expansion while executing Makefile rules.
1897 # Protect against Makefile macro expansion.
1898 #
1899 # If the first sed substitution is executed (which looks for macros that
1900 # take arguments), then branch to the quote section.  Otherwise,
1901 # look for a macro that doesn't take arguments.
1902 ac_script='
1903 :mline
1904 /\\$/{
1905  N
1906  s,\\\n,,
1907  b mline
1908 }
1909 t clear
1910 :clear
1911 s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
1912 t quote
1913 s/^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
1914 t quote
1915 b any
1916 :quote
1917 s/[      `~#$^&*(){}\\|;'\''"<>?]/\\&/g
1918 s/\[/\\&/g
1919 s/\]/\\&/g
1920 s/\$/$$/g
1921 H
1922 :any
1923 ${
1924         g
1925         s/^\n//
1926         s/\n/ /g
1927         p
1928 }
1929 '
1930 DEFS=`sed -n "$ac_script" confdefs.h`
1931
1932
1933 ac_libobjs=
1934 ac_ltlibobjs=
1935 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
1936   # 1. Remove the extension, and $U if already installed.
1937   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
1938   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
1939   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
1940   #    will be set to the directory where LIBOBJS objects are built.
1941   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
1942   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
1943 done
1944 LIBOBJS=$ac_libobjs
1945
1946 LTLIBOBJS=$ac_ltlibobjs
1947
1948
1949
1950 : ${CONFIG_STATUS=./config.status}
1951 ac_write_fail=0
1952 ac_clean_files_save=$ac_clean_files
1953 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
1954 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
1955 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
1956 as_write_fail=0
1957 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
1958 #! $SHELL
1959 # Generated by $as_me.
1960 # Run this file to recreate the current configuration.
1961 # Compiler output produced by configure, useful for debugging
1962 # configure, is in config.log if it exists.
1963
1964 debug=false
1965 ac_cs_recheck=false
1966 ac_cs_silent=false
1967
1968 SHELL=\${CONFIG_SHELL-$SHELL}
1969 export SHELL
1970 _ASEOF
1971 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
1972 ## -------------------- ##
1973 ## M4sh Initialization. ##
1974 ## -------------------- ##
1975
1976 # Be more Bourne compatible
1977 DUALCASE=1; export DUALCASE # for MKS sh
1978 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1979   emulate sh
1980   NULLCMD=:
1981   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1982   # is contrary to our usage.  Disable this feature.
1983   alias -g '${1+"$@"}'='"$@"'
1984   setopt NO_GLOB_SUBST
1985 else
1986   case `(set -o) 2>/dev/null` in #(
1987   *posix*) :
1988     set -o posix ;; #(
1989   *) :
1990      ;;
1991 esac
1992 fi
1993
1994
1995 as_nl='
1996 '
1997 export as_nl
1998 # Printing a long string crashes Solaris 7 /usr/bin/printf.
1999 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
2000 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
2001 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
2002 # Prefer a ksh shell builtin over an external printf program on Solaris,
2003 # but without wasting forks for bash or zsh.
2004 if test -z "$BASH_VERSION$ZSH_VERSION" \
2005     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
2006   as_echo='print -r --'
2007   as_echo_n='print -rn --'
2008 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
2009   as_echo='printf %s\n'
2010   as_echo_n='printf %s'
2011 else
2012   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
2013     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
2014     as_echo_n='/usr/ucb/echo -n'
2015   else
2016     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
2017     as_echo_n_body='eval
2018       arg=$1;
2019       case $arg in #(
2020       *"$as_nl"*)
2021         expr "X$arg" : "X\\(.*\\)$as_nl";
2022         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
2023       esac;
2024       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
2025     '
2026     export as_echo_n_body
2027     as_echo_n='sh -c $as_echo_n_body as_echo'
2028   fi
2029   export as_echo_body
2030   as_echo='sh -c $as_echo_body as_echo'
2031 fi
2032
2033 # The user is always right.
2034 if test "${PATH_SEPARATOR+set}" != set; then
2035   PATH_SEPARATOR=:
2036   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
2037     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
2038       PATH_SEPARATOR=';'
2039   }
2040 fi
2041
2042
2043 # IFS
2044 # We need space, tab and new line, in precisely that order.  Quoting is
2045 # there to prevent editors from complaining about space-tab.
2046 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
2047 # splitting by setting IFS to empty value.)
2048 IFS=" ""        $as_nl"
2049
2050 # Find who we are.  Look in the path if we contain no directory separator.
2051 case $0 in #((
2052   *[\\/]* ) as_myself=$0 ;;
2053   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2054 for as_dir in $PATH
2055 do
2056   IFS=$as_save_IFS
2057   test -z "$as_dir" && as_dir=.
2058     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2059   done
2060 IFS=$as_save_IFS
2061
2062      ;;
2063 esac
2064 # We did not find ourselves, most probably we were run as `sh COMMAND'
2065 # in which case we are not to be found in the path.
2066 if test "x$as_myself" = x; then
2067   as_myself=$0
2068 fi
2069 if test ! -f "$as_myself"; then
2070   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2071   exit 1
2072 fi
2073
2074 # Unset variables that we do not need and which cause bugs (e.g. in
2075 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
2076 # suppresses any "Segmentation fault" message there.  '((' could
2077 # trigger a bug in pdksh 5.2.14.
2078 for as_var in BASH_ENV ENV MAIL MAILPATH
2079 do eval test x\${$as_var+set} = xset \
2080   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
2081 done
2082 PS1='$ '
2083 PS2='> '
2084 PS4='+ '
2085
2086 # NLS nuisances.
2087 LC_ALL=C
2088 export LC_ALL
2089 LANGUAGE=C
2090 export LANGUAGE
2091
2092 # CDPATH.
2093 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
2094
2095
2096 # as_fn_error ERROR [LINENO LOG_FD]
2097 # ---------------------------------
2098 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
2099 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
2100 # script with status $?, using 1 if that was 0.
2101 as_fn_error ()
2102 {
2103   as_status=$?; test $as_status -eq 0 && as_status=1
2104   if test "$3"; then
2105     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2106     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
2107   fi
2108   $as_echo "$as_me: error: $1" >&2
2109   as_fn_exit $as_status
2110 } # as_fn_error
2111
2112
2113 # as_fn_set_status STATUS
2114 # -----------------------
2115 # Set $? to STATUS, without forking.
2116 as_fn_set_status ()
2117 {
2118   return $1
2119 } # as_fn_set_status
2120
2121 # as_fn_exit STATUS
2122 # -----------------
2123 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
2124 as_fn_exit ()
2125 {
2126   set +e
2127   as_fn_set_status $1
2128   exit $1
2129 } # as_fn_exit
2130
2131 # as_fn_unset VAR
2132 # ---------------
2133 # Portably unset VAR.
2134 as_fn_unset ()
2135 {
2136   { eval $1=; unset $1;}
2137 }
2138 as_unset=as_fn_unset
2139 # as_fn_append VAR VALUE
2140 # ----------------------
2141 # Append the text in VALUE to the end of the definition contained in VAR. Take
2142 # advantage of any shell optimizations that allow amortized linear growth over
2143 # repeated appends, instead of the typical quadratic growth present in naive
2144 # implementations.
2145 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
2146   eval 'as_fn_append ()
2147   {
2148     eval $1+=\$2
2149   }'
2150 else
2151   as_fn_append ()
2152   {
2153     eval $1=\$$1\$2
2154   }
2155 fi # as_fn_append
2156
2157 # as_fn_arith ARG...
2158 # ------------------
2159 # Perform arithmetic evaluation on the ARGs, and store the result in the
2160 # global $as_val. Take advantage of shells that can avoid forks. The arguments
2161 # must be portable across $(()) and expr.
2162 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
2163   eval 'as_fn_arith ()
2164   {
2165     as_val=$(( $* ))
2166   }'
2167 else
2168   as_fn_arith ()
2169   {
2170     as_val=`expr "$@" || test $? -eq 1`
2171   }
2172 fi # as_fn_arith
2173
2174
2175 if expr a : '\(a\)' >/dev/null 2>&1 &&
2176    test "X`expr 00001 : '.*\(...\)'`" = X001; then
2177   as_expr=expr
2178 else
2179   as_expr=false
2180 fi
2181
2182 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
2183   as_basename=basename
2184 else
2185   as_basename=false
2186 fi
2187
2188 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
2189   as_dirname=dirname
2190 else
2191   as_dirname=false
2192 fi
2193
2194 as_me=`$as_basename -- "$0" ||
2195 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2196          X"$0" : 'X\(//\)$' \| \
2197          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2198 $as_echo X/"$0" |
2199     sed '/^.*\/\([^/][^/]*\)\/*$/{
2200             s//\1/
2201             q
2202           }
2203           /^X\/\(\/\/\)$/{
2204             s//\1/
2205             q
2206           }
2207           /^X\/\(\/\).*/{
2208             s//\1/
2209             q
2210           }
2211           s/.*/./; q'`
2212
2213 # Avoid depending upon Character Ranges.
2214 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2215 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2216 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2217 as_cr_digits='0123456789'
2218 as_cr_alnum=$as_cr_Letters$as_cr_digits
2219
2220 ECHO_C= ECHO_N= ECHO_T=
2221 case `echo -n x` in #(((((
2222 -n*)
2223   case `echo 'xy\c'` in
2224   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
2225   xy)  ECHO_C='\c';;
2226   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
2227        ECHO_T=' ';;
2228   esac;;
2229 *)
2230   ECHO_N='-n';;
2231 esac
2232
2233 rm -f conf$$ conf$$.exe conf$$.file
2234 if test -d conf$$.dir; then
2235   rm -f conf$$.dir/conf$$.file
2236 else
2237   rm -f conf$$.dir
2238   mkdir conf$$.dir 2>/dev/null
2239 fi
2240 if (echo >conf$$.file) 2>/dev/null; then
2241   if ln -s conf$$.file conf$$ 2>/dev/null; then
2242     as_ln_s='ln -s'
2243     # ... but there are two gotchas:
2244     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2245     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
2246     # In both cases, we have to default to `cp -p'.
2247     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2248       as_ln_s='cp -p'
2249   elif ln conf$$.file conf$$ 2>/dev/null; then
2250     as_ln_s=ln
2251   else
2252     as_ln_s='cp -p'
2253   fi
2254 else
2255   as_ln_s='cp -p'
2256 fi
2257 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2258 rmdir conf$$.dir 2>/dev/null
2259
2260
2261 # as_fn_mkdir_p
2262 # -------------
2263 # Create "$as_dir" as a directory, including parents if necessary.
2264 as_fn_mkdir_p ()
2265 {
2266
2267   case $as_dir in #(
2268   -*) as_dir=./$as_dir;;
2269   esac
2270   test -d "$as_dir" || eval $as_mkdir_p || {
2271     as_dirs=
2272     while :; do
2273       case $as_dir in #(
2274       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
2275       *) as_qdir=$as_dir;;
2276       esac
2277       as_dirs="'$as_qdir' $as_dirs"
2278       as_dir=`$as_dirname -- "$as_dir" ||
2279 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2280          X"$as_dir" : 'X\(//\)[^/]' \| \
2281          X"$as_dir" : 'X\(//\)$' \| \
2282          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
2283 $as_echo X"$as_dir" |
2284     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2285             s//\1/
2286             q
2287           }
2288           /^X\(\/\/\)[^/].*/{
2289             s//\1/
2290             q
2291           }
2292           /^X\(\/\/\)$/{
2293             s//\1/
2294             q
2295           }
2296           /^X\(\/\).*/{
2297             s//\1/
2298             q
2299           }
2300           s/.*/./; q'`
2301       test -d "$as_dir" && break
2302     done
2303     test -z "$as_dirs" || eval "mkdir $as_dirs"
2304   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
2305
2306
2307 } # as_fn_mkdir_p
2308 if mkdir -p . 2>/dev/null; then
2309   as_mkdir_p='mkdir -p "$as_dir"'
2310 else
2311   test -d ./-p && rmdir ./-p
2312   as_mkdir_p=false
2313 fi
2314
2315 if test -x / >/dev/null 2>&1; then
2316   as_test_x='test -x'
2317 else
2318   if ls -dL / >/dev/null 2>&1; then
2319     as_ls_L_option=L
2320   else
2321     as_ls_L_option=
2322   fi
2323   as_test_x='
2324     eval sh -c '\''
2325       if test -d "$1"; then
2326         test -d "$1/.";
2327       else
2328         case $1 in #(
2329         -*)set "./$1";;
2330         esac;
2331         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
2332         ???[sx]*):;;*)false;;esac;fi
2333     '\'' sh
2334   '
2335 fi
2336 as_executable_p=$as_test_x
2337
2338 # Sed expression to map a string onto a valid CPP name.
2339 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2340
2341 # Sed expression to map a string onto a valid variable name.
2342 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2343
2344
2345 exec 6>&1
2346 ## ----------------------------------- ##
2347 ## Main body of $CONFIG_STATUS script. ##
2348 ## ----------------------------------- ##
2349 _ASEOF
2350 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
2351
2352 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2353 # Save the log message, to keep $0 and so on meaningful, and to
2354 # report actual input values of CONFIG_FILES etc. instead of their
2355 # values after options handling.
2356 ac_log="
2357 This file was extended by chise-fonts $as_me 0.1, which was
2358 generated by GNU Autoconf 2.65.  Invocation command line was
2359
2360   CONFIG_FILES    = $CONFIG_FILES
2361   CONFIG_HEADERS  = $CONFIG_HEADERS
2362   CONFIG_LINKS    = $CONFIG_LINKS
2363   CONFIG_COMMANDS = $CONFIG_COMMANDS
2364   $ $0 $@
2365
2366 on `(hostname || uname -n) 2>/dev/null | sed 1q`
2367 "
2368
2369 _ACEOF
2370
2371 case $ac_config_files in *"
2372 "*) set x $ac_config_files; shift; ac_config_files=$*;;
2373 esac
2374
2375
2376
2377 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2378 # Files that config.status was made for.
2379 config_files="$ac_config_files"
2380
2381 _ACEOF
2382
2383 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2384 ac_cs_usage="\
2385 \`$as_me' instantiates files and other configuration actions
2386 from templates according to the current configuration.  Unless the files
2387 and actions are specified as TAGs, all are instantiated by default.
2388
2389 Usage: $0 [OPTION]... [TAG]...
2390
2391   -h, --help       print this help, then exit
2392   -V, --version    print version number and configuration settings, then exit
2393       --config     print configuration, then exit
2394   -q, --quiet, --silent
2395                    do not print progress messages
2396   -d, --debug      don't remove temporary files
2397       --recheck    update $as_me by reconfiguring in the same conditions
2398       --file=FILE[:TEMPLATE]
2399                    instantiate the configuration file FILE
2400
2401 Configuration files:
2402 $config_files
2403
2404 Report bugs to <chise-en@m17n.org>."
2405
2406 _ACEOF
2407 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2408 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2409 ac_cs_version="\\
2410 chise-fonts config.status 0.1
2411 configured by $0, generated by GNU Autoconf 2.65,
2412   with options \\"\$ac_cs_config\\"
2413
2414 Copyright (C) 2009 Free Software Foundation, Inc.
2415 This config.status script is free software; the Free Software Foundation
2416 gives unlimited permission to copy, distribute and modify it."
2417
2418 ac_pwd='$ac_pwd'
2419 srcdir='$srcdir'
2420 test -n "\$AWK" || AWK=awk
2421 _ACEOF
2422
2423 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2424 # The default lists apply if the user does not specify any file.
2425 ac_need_defaults=:
2426 while test $# != 0
2427 do
2428   case $1 in
2429   --*=*)
2430     ac_option=`expr "X$1" : 'X\([^=]*\)='`
2431     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
2432     ac_shift=:
2433     ;;
2434   *)
2435     ac_option=$1
2436     ac_optarg=$2
2437     ac_shift=shift
2438     ;;
2439   esac
2440
2441   case $ac_option in
2442   # Handling of the options.
2443   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2444     ac_cs_recheck=: ;;
2445   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
2446     $as_echo "$ac_cs_version"; exit ;;
2447   --config | --confi | --conf | --con | --co | --c )
2448     $as_echo "$ac_cs_config"; exit ;;
2449   --debug | --debu | --deb | --de | --d | -d )
2450     debug=: ;;
2451   --file | --fil | --fi | --f )
2452     $ac_shift
2453     case $ac_optarg in
2454     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
2455     esac
2456     as_fn_append CONFIG_FILES " '$ac_optarg'"
2457     ac_need_defaults=false;;
2458   --he | --h |  --help | --hel | -h )
2459     $as_echo "$ac_cs_usage"; exit ;;
2460   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2461   | -silent | --silent | --silen | --sile | --sil | --si | --s)
2462     ac_cs_silent=: ;;
2463
2464   # This is an error.
2465   -*) as_fn_error "unrecognized option: \`$1'
2466 Try \`$0 --help' for more information." ;;
2467
2468   *) as_fn_append ac_config_targets " $1"
2469      ac_need_defaults=false ;;
2470
2471   esac
2472   shift
2473 done
2474
2475 ac_configure_extra_args=
2476
2477 if $ac_cs_silent; then
2478   exec 6>/dev/null
2479   ac_configure_extra_args="$ac_configure_extra_args --silent"
2480 fi
2481
2482 _ACEOF
2483 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2484 if \$ac_cs_recheck; then
2485   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2486   shift
2487   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
2488   CONFIG_SHELL='$SHELL'
2489   export CONFIG_SHELL
2490   exec "\$@"
2491 fi
2492
2493 _ACEOF
2494 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2495 exec 5>>config.log
2496 {
2497   echo
2498   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2499 ## Running $as_me. ##
2500 _ASBOX
2501   $as_echo "$ac_log"
2502 } >&5
2503
2504 _ACEOF
2505 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2506 _ACEOF
2507
2508 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2509
2510 # Handling of arguments.
2511 for ac_config_target in $ac_config_targets
2512 do
2513   case $ac_config_target in
2514     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2515     "GT/Makefile") CONFIG_FILES="$CONFIG_FILES GT/Makefile" ;;
2516
2517   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
2518   esac
2519 done
2520
2521
2522 # If the user did not use the arguments to specify the items to instantiate,
2523 # then the envvar interface is used.  Set only those that are not.
2524 # We use the long form for the default assignment because of an extremely
2525 # bizarre bug on SunOS 4.1.3.
2526 if $ac_need_defaults; then
2527   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
2528 fi
2529
2530 # Have a temporary directory for convenience.  Make it in the build tree
2531 # simply because there is no reason against having it here, and in addition,
2532 # creating and moving files from /tmp can sometimes cause problems.
2533 # Hook for its removal unless debugging.
2534 # Note that there is a small window in which the directory will not be cleaned:
2535 # after its creation but before its name has been assigned to `$tmp'.
2536 $debug ||
2537 {
2538   tmp=
2539   trap 'exit_status=$?
2540   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
2541 ' 0
2542   trap 'as_fn_exit 1' 1 2 13 15
2543 }
2544 # Create a (secure) tmp directory for tmp files.
2545
2546 {
2547   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
2548   test -n "$tmp" && test -d "$tmp"
2549 }  ||
2550 {
2551   tmp=./conf$$-$RANDOM
2552   (umask 077 && mkdir "$tmp")
2553 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
2554
2555 # Set up the scripts for CONFIG_FILES section.
2556 # No need to generate them if there are no CONFIG_FILES.
2557 # This happens for instance with `./config.status config.h'.
2558 if test -n "$CONFIG_FILES"; then
2559
2560
2561 ac_cr=`echo X | tr X '\015'`
2562 # On cygwin, bash can eat \r inside `` if the user requested igncr.
2563 # But we know of no other shell where ac_cr would be empty at this
2564 # point, so we can use a bashism as a fallback.
2565 if test "x$ac_cr" = x; then
2566   eval ac_cr=\$\'\\r\'
2567 fi
2568 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
2569 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
2570   ac_cs_awk_cr='\r'
2571 else
2572   ac_cs_awk_cr=$ac_cr
2573 fi
2574
2575 echo 'BEGIN {' >"$tmp/subs1.awk" &&
2576 _ACEOF
2577
2578
2579 {
2580   echo "cat >conf$$subs.awk <<_ACEOF" &&
2581   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
2582   echo "_ACEOF"
2583 } >conf$$subs.sh ||
2584   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
2585 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
2586 ac_delim='%!_!# '
2587 for ac_last_try in false false false false false :; do
2588   . ./conf$$subs.sh ||
2589     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
2590
2591   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
2592   if test $ac_delim_n = $ac_delim_num; then
2593     break
2594   elif $ac_last_try; then
2595     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
2596   else
2597     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
2598   fi
2599 done
2600 rm -f conf$$subs.sh
2601
2602 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2603 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
2604 _ACEOF
2605 sed -n '
2606 h
2607 s/^/S["/; s/!.*/"]=/
2608 p
2609 g
2610 s/^[^!]*!//
2611 :repl
2612 t repl
2613 s/'"$ac_delim"'$//
2614 t delim
2615 :nl
2616 h
2617 s/\(.\{148\}\)..*/\1/
2618 t more1
2619 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
2620 p
2621 n
2622 b repl
2623 :more1
2624 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
2625 p
2626 g
2627 s/.\{148\}//
2628 t nl
2629 :delim
2630 h
2631 s/\(.\{148\}\)..*/\1/
2632 t more2
2633 s/["\\]/\\&/g; s/^/"/; s/$/"/
2634 p
2635 b
2636 :more2
2637 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
2638 p
2639 g
2640 s/.\{148\}//
2641 t delim
2642 ' <conf$$subs.awk | sed '
2643 /^[^""]/{
2644   N
2645   s/\n//
2646 }
2647 ' >>$CONFIG_STATUS || ac_write_fail=1
2648 rm -f conf$$subs.awk
2649 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2650 _ACAWK
2651 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
2652   for (key in S) S_is_set[key] = 1
2653   FS = "\a"
2654
2655 }
2656 {
2657   line = $ 0
2658   nfields = split(line, field, "@")
2659   substed = 0
2660   len = length(field[1])
2661   for (i = 2; i < nfields; i++) {
2662     key = field[i]
2663     keylen = length(key)
2664     if (S_is_set[key]) {
2665       value = S[key]
2666       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
2667       len += length(value) + length(field[++i])
2668       substed = 1
2669     } else
2670       len += 1 + keylen
2671   }
2672
2673   print line
2674 }
2675
2676 _ACAWK
2677 _ACEOF
2678 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2679 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
2680   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
2681 else
2682   cat
2683 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
2684   || as_fn_error "could not setup config files machinery" "$LINENO" 5
2685 _ACEOF
2686
2687 # VPATH may cause trouble with some makes, so we remove $(srcdir),
2688 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
2689 # trailing colons and then remove the whole line if VPATH becomes empty
2690 # (actually we leave an empty line to preserve line numbers).
2691 if test "x$srcdir" = x.; then
2692   ac_vpsub='/^[  ]*VPATH[        ]*=/{
2693 s/:*\$(srcdir):*/:/
2694 s/:*\${srcdir}:*/:/
2695 s/:*@srcdir@:*/:/
2696 s/^\([^=]*=[     ]*\):*/\1/
2697 s/:*$//
2698 s/^[^=]*=[       ]*$//
2699 }'
2700 fi
2701
2702 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2703 fi # test -n "$CONFIG_FILES"
2704
2705
2706 eval set X "  :F $CONFIG_FILES      "
2707 shift
2708 for ac_tag
2709 do
2710   case $ac_tag in
2711   :[FHLC]) ac_mode=$ac_tag; continue;;
2712   esac
2713   case $ac_mode$ac_tag in
2714   :[FHL]*:*);;
2715   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
2716   :[FH]-) ac_tag=-:-;;
2717   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
2718   esac
2719   ac_save_IFS=$IFS
2720   IFS=:
2721   set x $ac_tag
2722   IFS=$ac_save_IFS
2723   shift
2724   ac_file=$1
2725   shift
2726
2727   case $ac_mode in
2728   :L) ac_source=$1;;
2729   :[FH])
2730     ac_file_inputs=
2731     for ac_f
2732     do
2733       case $ac_f in
2734       -) ac_f="$tmp/stdin";;
2735       *) # Look for the file first in the build tree, then in the source tree
2736          # (if the path is not absolute).  The absolute path cannot be DOS-style,
2737          # because $ac_f cannot contain `:'.
2738          test -f "$ac_f" ||
2739            case $ac_f in
2740            [\\/$]*) false;;
2741            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
2742            esac ||
2743            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
2744       esac
2745       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
2746       as_fn_append ac_file_inputs " '$ac_f'"
2747     done
2748
2749     # Let's still pretend it is `configure' which instantiates (i.e., don't
2750     # use $as_me), people would be surprised to read:
2751     #    /* config.h.  Generated by config.status.  */
2752     configure_input='Generated from '`
2753           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
2754         `' by configure.'
2755     if test x"$ac_file" != x-; then
2756       configure_input="$ac_file.  $configure_input"
2757       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
2758 $as_echo "$as_me: creating $ac_file" >&6;}
2759     fi
2760     # Neutralize special characters interpreted by sed in replacement strings.
2761     case $configure_input in #(
2762     *\&* | *\|* | *\\* )
2763        ac_sed_conf_input=`$as_echo "$configure_input" |
2764        sed 's/[\\\\&|]/\\\\&/g'`;; #(
2765     *) ac_sed_conf_input=$configure_input;;
2766     esac
2767
2768     case $ac_tag in
2769     *:-:* | *:-) cat >"$tmp/stdin" \
2770       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
2771     esac
2772     ;;
2773   esac
2774
2775   ac_dir=`$as_dirname -- "$ac_file" ||
2776 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2777          X"$ac_file" : 'X\(//\)[^/]' \| \
2778          X"$ac_file" : 'X\(//\)$' \| \
2779          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
2780 $as_echo X"$ac_file" |
2781     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2782             s//\1/
2783             q
2784           }
2785           /^X\(\/\/\)[^/].*/{
2786             s//\1/
2787             q
2788           }
2789           /^X\(\/\/\)$/{
2790             s//\1/
2791             q
2792           }
2793           /^X\(\/\).*/{
2794             s//\1/
2795             q
2796           }
2797           s/.*/./; q'`
2798   as_dir="$ac_dir"; as_fn_mkdir_p
2799   ac_builddir=.
2800
2801 case "$ac_dir" in
2802 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2803 *)
2804   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2805   # A ".." for each directory in $ac_dir_suffix.
2806   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2807   case $ac_top_builddir_sub in
2808   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2809   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2810   esac ;;
2811 esac
2812 ac_abs_top_builddir=$ac_pwd
2813 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2814 # for backward compatibility:
2815 ac_top_builddir=$ac_top_build_prefix
2816
2817 case $srcdir in
2818   .)  # We are building in place.
2819     ac_srcdir=.
2820     ac_top_srcdir=$ac_top_builddir_sub
2821     ac_abs_top_srcdir=$ac_pwd ;;
2822   [\\/]* | ?:[\\/]* )  # Absolute name.
2823     ac_srcdir=$srcdir$ac_dir_suffix;
2824     ac_top_srcdir=$srcdir
2825     ac_abs_top_srcdir=$srcdir ;;
2826   *) # Relative name.
2827     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2828     ac_top_srcdir=$ac_top_build_prefix$srcdir
2829     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2830 esac
2831 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2832
2833
2834   case $ac_mode in
2835   :F)
2836   #
2837   # CONFIG_FILE
2838   #
2839
2840 _ACEOF
2841
2842 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2843 # If the template does not know about datarootdir, expand it.
2844 # FIXME: This hack should be removed a few years after 2.60.
2845 ac_datarootdir_hack=; ac_datarootdir_seen=
2846 ac_sed_dataroot='
2847 /datarootdir/ {
2848   p
2849   q
2850 }
2851 /@datadir@/p
2852 /@docdir@/p
2853 /@infodir@/p
2854 /@localedir@/p
2855 /@mandir@/p'
2856 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
2857 *datarootdir*) ac_datarootdir_seen=yes;;
2858 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
2859   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
2860 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
2861 _ACEOF
2862 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2863   ac_datarootdir_hack='
2864   s&@datadir@&$datadir&g
2865   s&@docdir@&$docdir&g
2866   s&@infodir@&$infodir&g
2867   s&@localedir@&$localedir&g
2868   s&@mandir@&$mandir&g
2869   s&\\\${datarootdir}&$datarootdir&g' ;;
2870 esac
2871 _ACEOF
2872
2873 # Neutralize VPATH when `$srcdir' = `.'.
2874 # Shell code in configure.ac might set extrasub.
2875 # FIXME: do we really want to maintain this feature?
2876 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2877 ac_sed_extra="$ac_vpsub
2878 $extrasub
2879 _ACEOF
2880 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2881 :t
2882 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
2883 s|@configure_input@|$ac_sed_conf_input|;t t
2884 s&@top_builddir@&$ac_top_builddir_sub&;t t
2885 s&@top_build_prefix@&$ac_top_build_prefix&;t t
2886 s&@srcdir@&$ac_srcdir&;t t
2887 s&@abs_srcdir@&$ac_abs_srcdir&;t t
2888 s&@top_srcdir@&$ac_top_srcdir&;t t
2889 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
2890 s&@builddir@&$ac_builddir&;t t
2891 s&@abs_builddir@&$ac_abs_builddir&;t t
2892 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
2893 $ac_datarootdir_hack
2894 "
2895 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
2896   || as_fn_error "could not create $ac_file" "$LINENO" 5
2897
2898 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
2899   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
2900   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
2901   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
2902 which seems to be undefined.  Please make sure it is defined." >&5
2903 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
2904 which seems to be undefined.  Please make sure it is defined." >&2;}
2905
2906   rm -f "$tmp/stdin"
2907   case $ac_file in
2908   -) cat "$tmp/out" && rm -f "$tmp/out";;
2909   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
2910   esac \
2911   || as_fn_error "could not create $ac_file" "$LINENO" 5
2912  ;;
2913
2914
2915
2916   esac
2917
2918 done # for ac_tag
2919
2920
2921 as_fn_exit 0
2922 _ACEOF
2923 ac_clean_files=$ac_clean_files_save
2924
2925 test $ac_write_fail = 0 ||
2926   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
2927
2928
2929 # configure is writing to config.log, and then calls config.status.
2930 # config.status does its own redirection, appending to config.log.
2931 # Unfortunately, on DOS this fails, as config.log is still kept open
2932 # by configure, so config.status won't be able to write to it; its
2933 # output is simply discarded.  So we exec the FD to /dev/null,
2934 # effectively closing config.log, so it can be properly (re)opened and
2935 # appended to by config.status.  When coming back to configure, we
2936 # need to make the FD available again.
2937 if test "$no_create" != yes; then
2938   ac_cs_success=:
2939   ac_config_status_args=
2940   test "$silent" = yes &&
2941     ac_config_status_args="$ac_config_status_args --quiet"
2942   exec 5>/dev/null
2943   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
2944   exec 5>>config.log
2945   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
2946   # would make configure fail if this is the last instruction.
2947   $ac_cs_success || as_fn_exit $?
2948 fi
2949 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
2950   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
2951 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
2952 fi
2953