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