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