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