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