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