configure revision 335e815a
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.59 for font-misc-misc 1.0.0.
4#
5# Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
6#
7# Copyright (C) 2003 Free Software Foundation, Inc.
8# This configure script is free software; the Free Software Foundation
9# gives unlimited permission to copy, distribute and modify it.
10## --------------------- ##
11## M4sh Initialization.  ##
12## --------------------- ##
13
14# Be Bourne compatible
15if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16  emulate sh
17  NULLCMD=:
18  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19  # is contrary to our usage.  Disable this feature.
20  alias -g '${1+"$@"}'='"$@"'
21elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
22  set -o posix
23fi
24DUALCASE=1; export DUALCASE # for MKS sh
25
26# Support unset when possible.
27if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28  as_unset=unset
29else
30  as_unset=false
31fi
32
33
34# Work around bugs in pre-3.0 UWIN ksh.
35$as_unset ENV MAIL MAILPATH
36PS1='$ '
37PS2='> '
38PS4='+ '
39
40# NLS nuisances.
41for as_var in \
42  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
43  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44  LC_TELEPHONE LC_TIME
45do
46  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
47    eval $as_var=C; export $as_var
48  else
49    $as_unset $as_var
50  fi
51done
52
53# Required to use basename.
54if expr a : '\(a\)' >/dev/null 2>&1; then
55  as_expr=expr
56else
57  as_expr=false
58fi
59
60if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
61  as_basename=basename
62else
63  as_basename=false
64fi
65
66
67# Name of the executable.
68as_me=`$as_basename "$0" ||
69$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
70	 X"$0" : 'X\(//\)$' \| \
71	 X"$0" : 'X\(/\)$' \| \
72	 .     : '\(.\)' 2>/dev/null ||
73echo X/"$0" |
74    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
75  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
76  	  /^X\/\(\/\).*/{ s//\1/; q; }
77  	  s/.*/./; q'`
78
79
80# PATH needs CR, and LINENO needs CR and PATH.
81# Avoid depending upon Character Ranges.
82as_cr_letters='abcdefghijklmnopqrstuvwxyz'
83as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
84as_cr_Letters=$as_cr_letters$as_cr_LETTERS
85as_cr_digits='0123456789'
86as_cr_alnum=$as_cr_Letters$as_cr_digits
87
88# The user is always right.
89if test "${PATH_SEPARATOR+set}" != set; then
90  echo "#! /bin/sh" >conf$$.sh
91  echo  "exit 0"   >>conf$$.sh
92  chmod +x conf$$.sh
93  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
94    PATH_SEPARATOR=';'
95  else
96    PATH_SEPARATOR=:
97  fi
98  rm -f conf$$.sh
99fi
100
101
102  as_lineno_1=$LINENO
103  as_lineno_2=$LINENO
104  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
105  test "x$as_lineno_1" != "x$as_lineno_2" &&
106  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
107  # Find who we are.  Look in the path if we contain no path at all
108  # relative or not.
109  case $0 in
110    *[\\/]* ) as_myself=$0 ;;
111    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
112for as_dir in $PATH
113do
114  IFS=$as_save_IFS
115  test -z "$as_dir" && as_dir=.
116  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
117done
118
119       ;;
120  esac
121  # We did not find ourselves, most probably we were run as `sh COMMAND'
122  # in which case we are not to be found in the path.
123  if test "x$as_myself" = x; then
124    as_myself=$0
125  fi
126  if test ! -f "$as_myself"; then
127    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
128   { (exit 1); exit 1; }; }
129  fi
130  case $CONFIG_SHELL in
131  '')
132    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
133for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
134do
135  IFS=$as_save_IFS
136  test -z "$as_dir" && as_dir=.
137  for as_base in sh bash ksh sh5; do
138	 case $as_dir in
139	 /*)
140	   if ("$as_dir/$as_base" -c '
141  as_lineno_1=$LINENO
142  as_lineno_2=$LINENO
143  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
144  test "x$as_lineno_1" != "x$as_lineno_2" &&
145  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
146	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
147	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
148	     CONFIG_SHELL=$as_dir/$as_base
149	     export CONFIG_SHELL
150	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
151	   fi;;
152	 esac
153       done
154done
155;;
156  esac
157
158  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
159  # uniformly replaced by the line number.  The first 'sed' inserts a
160  # line-number line before each line; the second 'sed' does the real
161  # work.  The second script uses 'N' to pair each line-number line
162  # with the numbered line, and appends trailing '-' during
163  # substitution so that $LINENO is not a special case at line end.
164  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
165  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
166  sed '=' <$as_myself |
167    sed '
168      N
169      s,$,-,
170      : loop
171      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172      t loop
173      s,-$,,
174      s,^['$as_cr_digits']*\n,,
175    ' >$as_me.lineno &&
176  chmod +x $as_me.lineno ||
177    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
178   { (exit 1); exit 1; }; }
179
180  # Don't try to exec as it changes $[0], causing all sort of problems
181  # (the dirname of $[0] is not the place where we might find the
182  # original and so on.  Autoconf is especially sensible to this).
183  . ./$as_me.lineno
184  # Exit status is that of the last command.
185  exit
186}
187
188
189case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
190  *c*,-n*) ECHO_N= ECHO_C='
191' ECHO_T='	' ;;
192  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
193  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
194esac
195
196if expr a : '\(a\)' >/dev/null 2>&1; then
197  as_expr=expr
198else
199  as_expr=false
200fi
201
202rm -f conf$$ conf$$.exe conf$$.file
203echo >conf$$.file
204if ln -s conf$$.file conf$$ 2>/dev/null; then
205  # We could just check for DJGPP; but this test a) works b) is more generic
206  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
207  if test -f conf$$.exe; then
208    # Don't use ln at all; we don't have any links
209    as_ln_s='cp -p'
210  else
211    as_ln_s='ln -s'
212  fi
213elif ln conf$$.file conf$$ 2>/dev/null; then
214  as_ln_s=ln
215else
216  as_ln_s='cp -p'
217fi
218rm -f conf$$ conf$$.exe conf$$.file
219
220if mkdir -p . 2>/dev/null; then
221  as_mkdir_p=:
222else
223  test -d ./-p && rmdir ./-p
224  as_mkdir_p=false
225fi
226
227as_executable_p="test -f"
228
229# Sed expression to map a string onto a valid CPP name.
230as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
231
232# Sed expression to map a string onto a valid variable name.
233as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
234
235
236# IFS
237# We need space, tab and new line, in precisely that order.
238as_nl='
239'
240IFS=" 	$as_nl"
241
242# CDPATH.
243$as_unset CDPATH
244
245
246# Name of the host.
247# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
248# so uname gets run too.
249ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
250
251exec 6>&1
252
253#
254# Initializations.
255#
256ac_default_prefix=/usr/local
257ac_config_libobj_dir=.
258cross_compiling=no
259subdirs=
260MFLAGS=
261MAKEFLAGS=
262SHELL=${CONFIG_SHELL-/bin/sh}
263
264# Maximum number of lines to put in a shell here document.
265# This variable seems obsolete.  It should probably be removed, and
266# only ac_max_sed_lines should be used.
267: ${ac_max_here_lines=38}
268
269# Identity of this package.
270PACKAGE_NAME='font-misc-misc'
271PACKAGE_TARNAME='font-misc-misc'
272PACKAGE_VERSION='1.0.0'
273PACKAGE_STRING='font-misc-misc 1.0.0'
274PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
275
276ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT PERL BDFTOPCF BDFTRUNCATE UCS2ANY MKFONTSCALE MKFONTDIR FONTDIR PKG_CONFIG ac_pt_PKG_CONFIG MAPS_CFLAGS MAPS_LIBS MAPFILES_PATH ISO8859_1_TRUE ISO8859_1_FALSE ISO8859_2_TRUE ISO8859_2_FALSE ISO8859_3_TRUE ISO8859_3_FALSE ISO8859_4_TRUE ISO8859_4_FALSE ISO8859_5_TRUE ISO8859_5_FALSE ISO8859_7_TRUE ISO8859_7_FALSE ISO8859_8_TRUE ISO8859_8_FALSE ISO8859_9_TRUE ISO8859_9_FALSE ISO8859_10_TRUE ISO8859_10_FALSE ISO8859_11_TRUE ISO8859_11_FALSE ISO8859_13_TRUE ISO8859_13_FALSE ISO8859_14_TRUE ISO8859_14_FALSE ISO8859_15_TRUE ISO8859_15_FALSE ISO8859_16_TRUE ISO8859_16_FALSE KOI8_R_TRUE KOI8_R_FALSE JISX0201_TRUE JISX0201_FALSE LIBOBJS LTLIBOBJS'
277ac_subst_files=''
278
279# Initialize some variables set by options.
280ac_init_help=
281ac_init_version=false
282# The variables have the same names as the options, with
283# dashes changed to underlines.
284cache_file=/dev/null
285exec_prefix=NONE
286no_create=
287no_recursion=
288prefix=NONE
289program_prefix=NONE
290program_suffix=NONE
291program_transform_name=s,x,x,
292silent=
293site=
294srcdir=
295verbose=
296x_includes=NONE
297x_libraries=NONE
298
299# Installation directory options.
300# These are left unexpanded so users can "make install exec_prefix=/foo"
301# and all the variables that are supposed to be based on exec_prefix
302# by default will actually change.
303# Use braces instead of parens because sh, perl, etc. also accept them.
304bindir='${exec_prefix}/bin'
305sbindir='${exec_prefix}/sbin'
306libexecdir='${exec_prefix}/libexec'
307datadir='${prefix}/share'
308sysconfdir='${prefix}/etc'
309sharedstatedir='${prefix}/com'
310localstatedir='${prefix}/var'
311libdir='${exec_prefix}/lib'
312includedir='${prefix}/include'
313oldincludedir='/usr/include'
314infodir='${prefix}/info'
315mandir='${prefix}/man'
316
317ac_prev=
318for ac_option
319do
320  # If the previous option needs an argument, assign it.
321  if test -n "$ac_prev"; then
322    eval "$ac_prev=\$ac_option"
323    ac_prev=
324    continue
325  fi
326
327  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
328
329  # Accept the important Cygnus configure options, so we can diagnose typos.
330
331  case $ac_option in
332
333  -bindir | --bindir | --bindi | --bind | --bin | --bi)
334    ac_prev=bindir ;;
335  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
336    bindir=$ac_optarg ;;
337
338  -build | --build | --buil | --bui | --bu)
339    ac_prev=build_alias ;;
340  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
341    build_alias=$ac_optarg ;;
342
343  -cache-file | --cache-file | --cache-fil | --cache-fi \
344  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
345    ac_prev=cache_file ;;
346  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
347  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
348    cache_file=$ac_optarg ;;
349
350  --config-cache | -C)
351    cache_file=config.cache ;;
352
353  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
354    ac_prev=datadir ;;
355  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
356  | --da=*)
357    datadir=$ac_optarg ;;
358
359  -disable-* | --disable-*)
360    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
361    # Reject names that are not valid shell variable names.
362    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
363      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
364   { (exit 1); exit 1; }; }
365    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
366    eval "enable_$ac_feature=no" ;;
367
368  -enable-* | --enable-*)
369    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
370    # Reject names that are not valid shell variable names.
371    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
372      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
373   { (exit 1); exit 1; }; }
374    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
375    case $ac_option in
376      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
377      *) ac_optarg=yes ;;
378    esac
379    eval "enable_$ac_feature='$ac_optarg'" ;;
380
381  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
382  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
383  | --exec | --exe | --ex)
384    ac_prev=exec_prefix ;;
385  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
386  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
387  | --exec=* | --exe=* | --ex=*)
388    exec_prefix=$ac_optarg ;;
389
390  -gas | --gas | --ga | --g)
391    # Obsolete; use --with-gas.
392    with_gas=yes ;;
393
394  -help | --help | --hel | --he | -h)
395    ac_init_help=long ;;
396  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
397    ac_init_help=recursive ;;
398  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
399    ac_init_help=short ;;
400
401  -host | --host | --hos | --ho)
402    ac_prev=host_alias ;;
403  -host=* | --host=* | --hos=* | --ho=*)
404    host_alias=$ac_optarg ;;
405
406  -includedir | --includedir | --includedi | --included | --include \
407  | --includ | --inclu | --incl | --inc)
408    ac_prev=includedir ;;
409  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
410  | --includ=* | --inclu=* | --incl=* | --inc=*)
411    includedir=$ac_optarg ;;
412
413  -infodir | --infodir | --infodi | --infod | --info | --inf)
414    ac_prev=infodir ;;
415  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
416    infodir=$ac_optarg ;;
417
418  -libdir | --libdir | --libdi | --libd)
419    ac_prev=libdir ;;
420  -libdir=* | --libdir=* | --libdi=* | --libd=*)
421    libdir=$ac_optarg ;;
422
423  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
424  | --libexe | --libex | --libe)
425    ac_prev=libexecdir ;;
426  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
427  | --libexe=* | --libex=* | --libe=*)
428    libexecdir=$ac_optarg ;;
429
430  -localstatedir | --localstatedir | --localstatedi | --localstated \
431  | --localstate | --localstat | --localsta | --localst \
432  | --locals | --local | --loca | --loc | --lo)
433    ac_prev=localstatedir ;;
434  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
435  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
436  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
437    localstatedir=$ac_optarg ;;
438
439  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
440    ac_prev=mandir ;;
441  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
442    mandir=$ac_optarg ;;
443
444  -nfp | --nfp | --nf)
445    # Obsolete; use --without-fp.
446    with_fp=no ;;
447
448  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
449  | --no-cr | --no-c | -n)
450    no_create=yes ;;
451
452  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
453  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
454    no_recursion=yes ;;
455
456  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
457  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
458  | --oldin | --oldi | --old | --ol | --o)
459    ac_prev=oldincludedir ;;
460  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
461  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
462  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
463    oldincludedir=$ac_optarg ;;
464
465  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
466    ac_prev=prefix ;;
467  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
468    prefix=$ac_optarg ;;
469
470  -program-prefix | --program-prefix | --program-prefi | --program-pref \
471  | --program-pre | --program-pr | --program-p)
472    ac_prev=program_prefix ;;
473  -program-prefix=* | --program-prefix=* | --program-prefi=* \
474  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
475    program_prefix=$ac_optarg ;;
476
477  -program-suffix | --program-suffix | --program-suffi | --program-suff \
478  | --program-suf | --program-su | --program-s)
479    ac_prev=program_suffix ;;
480  -program-suffix=* | --program-suffix=* | --program-suffi=* \
481  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
482    program_suffix=$ac_optarg ;;
483
484  -program-transform-name | --program-transform-name \
485  | --program-transform-nam | --program-transform-na \
486  | --program-transform-n | --program-transform- \
487  | --program-transform | --program-transfor \
488  | --program-transfo | --program-transf \
489  | --program-trans | --program-tran \
490  | --progr-tra | --program-tr | --program-t)
491    ac_prev=program_transform_name ;;
492  -program-transform-name=* | --program-transform-name=* \
493  | --program-transform-nam=* | --program-transform-na=* \
494  | --program-transform-n=* | --program-transform-=* \
495  | --program-transform=* | --program-transfor=* \
496  | --program-transfo=* | --program-transf=* \
497  | --program-trans=* | --program-tran=* \
498  | --progr-tra=* | --program-tr=* | --program-t=*)
499    program_transform_name=$ac_optarg ;;
500
501  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
502  | -silent | --silent | --silen | --sile | --sil)
503    silent=yes ;;
504
505  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
506    ac_prev=sbindir ;;
507  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
508  | --sbi=* | --sb=*)
509    sbindir=$ac_optarg ;;
510
511  -sharedstatedir | --sharedstatedir | --sharedstatedi \
512  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
513  | --sharedst | --shareds | --shared | --share | --shar \
514  | --sha | --sh)
515    ac_prev=sharedstatedir ;;
516  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
517  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
518  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
519  | --sha=* | --sh=*)
520    sharedstatedir=$ac_optarg ;;
521
522  -site | --site | --sit)
523    ac_prev=site ;;
524  -site=* | --site=* | --sit=*)
525    site=$ac_optarg ;;
526
527  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
528    ac_prev=srcdir ;;
529  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
530    srcdir=$ac_optarg ;;
531
532  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
533  | --syscon | --sysco | --sysc | --sys | --sy)
534    ac_prev=sysconfdir ;;
535  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
536  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
537    sysconfdir=$ac_optarg ;;
538
539  -target | --target | --targe | --targ | --tar | --ta | --t)
540    ac_prev=target_alias ;;
541  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
542    target_alias=$ac_optarg ;;
543
544  -v | -verbose | --verbose | --verbos | --verbo | --verb)
545    verbose=yes ;;
546
547  -version | --version | --versio | --versi | --vers | -V)
548    ac_init_version=: ;;
549
550  -with-* | --with-*)
551    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
552    # Reject names that are not valid shell variable names.
553    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
554      { echo "$as_me: error: invalid package name: $ac_package" >&2
555   { (exit 1); exit 1; }; }
556    ac_package=`echo $ac_package| sed 's/-/_/g'`
557    case $ac_option in
558      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
559      *) ac_optarg=yes ;;
560    esac
561    eval "with_$ac_package='$ac_optarg'" ;;
562
563  -without-* | --without-*)
564    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
565    # Reject names that are not valid shell variable names.
566    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
567      { echo "$as_me: error: invalid package name: $ac_package" >&2
568   { (exit 1); exit 1; }; }
569    ac_package=`echo $ac_package | sed 's/-/_/g'`
570    eval "with_$ac_package=no" ;;
571
572  --x)
573    # Obsolete; use --with-x.
574    with_x=yes ;;
575
576  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
577  | --x-incl | --x-inc | --x-in | --x-i)
578    ac_prev=x_includes ;;
579  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
580  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
581    x_includes=$ac_optarg ;;
582
583  -x-libraries | --x-libraries | --x-librarie | --x-librari \
584  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
585    ac_prev=x_libraries ;;
586  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
587  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
588    x_libraries=$ac_optarg ;;
589
590  -*) { echo "$as_me: error: unrecognized option: $ac_option
591Try \`$0 --help' for more information." >&2
592   { (exit 1); exit 1; }; }
593    ;;
594
595  *=*)
596    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
597    # Reject names that are not valid shell variable names.
598    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
599      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
600   { (exit 1); exit 1; }; }
601    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
602    eval "$ac_envvar='$ac_optarg'"
603    export $ac_envvar ;;
604
605  *)
606    # FIXME: should be removed in autoconf 3.0.
607    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
608    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
609      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
610    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
611    ;;
612
613  esac
614done
615
616if test -n "$ac_prev"; then
617  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
618  { echo "$as_me: error: missing argument to $ac_option" >&2
619   { (exit 1); exit 1; }; }
620fi
621
622# Be sure to have absolute paths.
623for ac_var in exec_prefix prefix
624do
625  eval ac_val=$`echo $ac_var`
626  case $ac_val in
627    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
628    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
629   { (exit 1); exit 1; }; };;
630  esac
631done
632
633# Be sure to have absolute paths.
634for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
635	      localstatedir libdir includedir oldincludedir infodir mandir
636do
637  eval ac_val=$`echo $ac_var`
638  case $ac_val in
639    [\\/$]* | ?:[\\/]* ) ;;
640    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
641   { (exit 1); exit 1; }; };;
642  esac
643done
644
645# There might be people who depend on the old broken behavior: `$host'
646# used to hold the argument of --host etc.
647# FIXME: To remove some day.
648build=$build_alias
649host=$host_alias
650target=$target_alias
651
652# FIXME: To remove some day.
653if test "x$host_alias" != x; then
654  if test "x$build_alias" = x; then
655    cross_compiling=maybe
656    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
657    If a cross compiler is detected then cross compile mode will be used." >&2
658  elif test "x$build_alias" != "x$host_alias"; then
659    cross_compiling=yes
660  fi
661fi
662
663ac_tool_prefix=
664test -n "$host_alias" && ac_tool_prefix=$host_alias-
665
666test "$silent" = yes && exec 6>/dev/null
667
668
669# Find the source files, if location was not specified.
670if test -z "$srcdir"; then
671  ac_srcdir_defaulted=yes
672  # Try the directory containing this script, then its parent.
673  ac_confdir=`(dirname "$0") 2>/dev/null ||
674$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
675	 X"$0" : 'X\(//\)[^/]' \| \
676	 X"$0" : 'X\(//\)$' \| \
677	 X"$0" : 'X\(/\)' \| \
678	 .     : '\(.\)' 2>/dev/null ||
679echo X"$0" |
680    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
681  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
682  	  /^X\(\/\/\)$/{ s//\1/; q; }
683  	  /^X\(\/\).*/{ s//\1/; q; }
684  	  s/.*/./; q'`
685  srcdir=$ac_confdir
686  if test ! -r $srcdir/$ac_unique_file; then
687    srcdir=..
688  fi
689else
690  ac_srcdir_defaulted=no
691fi
692if test ! -r $srcdir/$ac_unique_file; then
693  if test "$ac_srcdir_defaulted" = yes; then
694    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
695   { (exit 1); exit 1; }; }
696  else
697    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
698   { (exit 1); exit 1; }; }
699  fi
700fi
701(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
702  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
703   { (exit 1); exit 1; }; }
704srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
705ac_env_build_alias_set=${build_alias+set}
706ac_env_build_alias_value=$build_alias
707ac_cv_env_build_alias_set=${build_alias+set}
708ac_cv_env_build_alias_value=$build_alias
709ac_env_host_alias_set=${host_alias+set}
710ac_env_host_alias_value=$host_alias
711ac_cv_env_host_alias_set=${host_alias+set}
712ac_cv_env_host_alias_value=$host_alias
713ac_env_target_alias_set=${target_alias+set}
714ac_env_target_alias_value=$target_alias
715ac_cv_env_target_alias_set=${target_alias+set}
716ac_cv_env_target_alias_value=$target_alias
717ac_env_PKG_CONFIG_set=${PKG_CONFIG+set}
718ac_env_PKG_CONFIG_value=$PKG_CONFIG
719ac_cv_env_PKG_CONFIG_set=${PKG_CONFIG+set}
720ac_cv_env_PKG_CONFIG_value=$PKG_CONFIG
721ac_env_MAPS_CFLAGS_set=${MAPS_CFLAGS+set}
722ac_env_MAPS_CFLAGS_value=$MAPS_CFLAGS
723ac_cv_env_MAPS_CFLAGS_set=${MAPS_CFLAGS+set}
724ac_cv_env_MAPS_CFLAGS_value=$MAPS_CFLAGS
725ac_env_MAPS_LIBS_set=${MAPS_LIBS+set}
726ac_env_MAPS_LIBS_value=$MAPS_LIBS
727ac_cv_env_MAPS_LIBS_set=${MAPS_LIBS+set}
728ac_cv_env_MAPS_LIBS_value=$MAPS_LIBS
729
730#
731# Report the --help message.
732#
733if test "$ac_init_help" = "long"; then
734  # Omit some internal or obsolete options to make the list less imposing.
735  # This message is too long to be a string in the A/UX 3.1 sh.
736  cat <<_ACEOF
737\`configure' configures font-misc-misc 1.0.0 to adapt to many kinds of systems.
738
739Usage: $0 [OPTION]... [VAR=VALUE]...
740
741To assign environment variables (e.g., CC, CFLAGS...), specify them as
742VAR=VALUE.  See below for descriptions of some of the useful variables.
743
744Defaults for the options are specified in brackets.
745
746Configuration:
747  -h, --help              display this help and exit
748      --help=short        display options specific to this package
749      --help=recursive    display the short help of all the included packages
750  -V, --version           display version information and exit
751  -q, --quiet, --silent   do not print \`checking...' messages
752      --cache-file=FILE   cache test results in FILE [disabled]
753  -C, --config-cache      alias for \`--cache-file=config.cache'
754  -n, --no-create         do not create output files
755      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
756
757_ACEOF
758
759  cat <<_ACEOF
760Installation directories:
761  --prefix=PREFIX         install architecture-independent files in PREFIX
762			  [$ac_default_prefix]
763  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
764			  [PREFIX]
765
766By default, \`make install' will install all the files in
767\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
768an installation prefix other than \`$ac_default_prefix' using \`--prefix',
769for instance \`--prefix=\$HOME'.
770
771For better control, use the options below.
772
773Fine tuning of the installation directories:
774  --bindir=DIR           user executables [EPREFIX/bin]
775  --sbindir=DIR          system admin executables [EPREFIX/sbin]
776  --libexecdir=DIR       program executables [EPREFIX/libexec]
777  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
778  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
779  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
780  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
781  --libdir=DIR           object code libraries [EPREFIX/lib]
782  --includedir=DIR       C header files [PREFIX/include]
783  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
784  --infodir=DIR          info documentation [PREFIX/info]
785  --mandir=DIR           man documentation [PREFIX/man]
786_ACEOF
787
788  cat <<\_ACEOF
789
790Program names:
791  --program-prefix=PREFIX            prepend PREFIX to installed program names
792  --program-suffix=SUFFIX            append SUFFIX to installed program names
793  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
794_ACEOF
795fi
796
797if test -n "$ac_init_help"; then
798  case $ac_init_help in
799     short | recursive ) echo "Configuration of font-misc-misc 1.0.0:";;
800   esac
801  cat <<\_ACEOF
802
803Optional Features:
804  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
805  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
806  --enable-maintainer-mode enable make rules and dependencies not useful
807                          (and sometimes confusing) to the casual installer
808  --disable-iso8859-1     Build ISO8859-1 fonts (default: yes)
809  --disable-iso8859-2     Build ISO8859-2 fonts (default: yes)
810  --disable-iso8859-3     Build ISO8859-3 fonts (default: yes)
811  --disable-iso8859-4     Build ISO8859-4 fonts (default: yes)
812  --disable-iso8859-5     Build ISO8859-5 fonts (default: yes)
813  --disable-iso8859-7     Build ISO8859-7 fonts (default: yes)
814  --disable-iso8859-8     Build ISO8859-8 fonts (default: yes)
815  --disable-iso8859-9     Build ISO8859-9 fonts (default: yes)
816  --disable-iso8859-10    Build ISO8859-10 fonts (default: yes)
817  --disable-iso8859-11    Build ISO8859-11 fonts (default: yes)
818  --disable-iso8859-13    Build ISO8859-13 fonts (default: yes)
819  --disable-iso8859-14    Build ISO8859-14 fonts (default: yes)
820  --disable-iso8859-15    Build ISO8859-15 fonts (default: yes)
821  --disable-iso8859-16    Build ISO8859-16 fonts (default: yes)
822  --disable-koi8-r        Build KOI8-R fonts (default: yes)
823  --disable-jisx0201      Build JISX0201 fonts (default: yes)
824
825Optional Packages:
826  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
827  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
828  --with-fontdir=FONTDIR  Path to install fonts
829  --with-release-version=STRING
830                          Use release version string in package name
831
832Some influential environment variables:
833  PKG_CONFIG  path to pkg-config utility
834  MAPS_CFLAGS C compiler flags for MAPS, overriding pkg-config
835  MAPS_LIBS   linker flags for MAPS, overriding pkg-config
836
837Use these variables to override the choices made by `configure' or to help
838it to find libraries and programs with nonstandard names/locations.
839
840Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
841_ACEOF
842fi
843
844if test "$ac_init_help" = "recursive"; then
845  # If there are subdirs, report their specific --help.
846  ac_popdir=`pwd`
847  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
848    test -d $ac_dir || continue
849    ac_builddir=.
850
851if test "$ac_dir" != .; then
852  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
853  # A "../" for each directory in $ac_dir_suffix.
854  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
855else
856  ac_dir_suffix= ac_top_builddir=
857fi
858
859case $srcdir in
860  .)  # No --srcdir option.  We are building in place.
861    ac_srcdir=.
862    if test -z "$ac_top_builddir"; then
863       ac_top_srcdir=.
864    else
865       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
866    fi ;;
867  [\\/]* | ?:[\\/]* )  # Absolute path.
868    ac_srcdir=$srcdir$ac_dir_suffix;
869    ac_top_srcdir=$srcdir ;;
870  *) # Relative path.
871    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
872    ac_top_srcdir=$ac_top_builddir$srcdir ;;
873esac
874
875# Do not use `cd foo && pwd` to compute absolute paths, because
876# the directories may not exist.
877case `pwd` in
878.) ac_abs_builddir="$ac_dir";;
879*)
880  case "$ac_dir" in
881  .) ac_abs_builddir=`pwd`;;
882  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
883  *) ac_abs_builddir=`pwd`/"$ac_dir";;
884  esac;;
885esac
886case $ac_abs_builddir in
887.) ac_abs_top_builddir=${ac_top_builddir}.;;
888*)
889  case ${ac_top_builddir}. in
890  .) ac_abs_top_builddir=$ac_abs_builddir;;
891  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
892  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
893  esac;;
894esac
895case $ac_abs_builddir in
896.) ac_abs_srcdir=$ac_srcdir;;
897*)
898  case $ac_srcdir in
899  .) ac_abs_srcdir=$ac_abs_builddir;;
900  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
901  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
902  esac;;
903esac
904case $ac_abs_builddir in
905.) ac_abs_top_srcdir=$ac_top_srcdir;;
906*)
907  case $ac_top_srcdir in
908  .) ac_abs_top_srcdir=$ac_abs_builddir;;
909  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
910  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
911  esac;;
912esac
913
914    cd $ac_dir
915    # Check for guested configure; otherwise get Cygnus style configure.
916    if test -f $ac_srcdir/configure.gnu; then
917      echo
918      $SHELL $ac_srcdir/configure.gnu  --help=recursive
919    elif test -f $ac_srcdir/configure; then
920      echo
921      $SHELL $ac_srcdir/configure  --help=recursive
922    elif test -f $ac_srcdir/configure.ac ||
923	   test -f $ac_srcdir/configure.in; then
924      echo
925      $ac_configure --help
926    else
927      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
928    fi
929    cd $ac_popdir
930  done
931fi
932
933test -n "$ac_init_help" && exit 0
934if $ac_init_version; then
935  cat <<\_ACEOF
936font-misc-misc configure 1.0.0
937generated by GNU Autoconf 2.59
938
939Copyright (C) 2003 Free Software Foundation, Inc.
940This configure script is free software; the Free Software Foundation
941gives unlimited permission to copy, distribute and modify it.
942_ACEOF
943  exit 0
944fi
945exec 5>config.log
946cat >&5 <<_ACEOF
947This file contains any messages produced by compilers while
948running configure, to aid debugging if configure makes a mistake.
949
950It was created by font-misc-misc $as_me 1.0.0, which was
951generated by GNU Autoconf 2.59.  Invocation command line was
952
953  $ $0 $@
954
955_ACEOF
956{
957cat <<_ASUNAME
958## --------- ##
959## Platform. ##
960## --------- ##
961
962hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
963uname -m = `(uname -m) 2>/dev/null || echo unknown`
964uname -r = `(uname -r) 2>/dev/null || echo unknown`
965uname -s = `(uname -s) 2>/dev/null || echo unknown`
966uname -v = `(uname -v) 2>/dev/null || echo unknown`
967
968/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
969/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
970
971/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
972/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
973/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
974hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
975/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
976/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
977/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
978
979_ASUNAME
980
981as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
982for as_dir in $PATH
983do
984  IFS=$as_save_IFS
985  test -z "$as_dir" && as_dir=.
986  echo "PATH: $as_dir"
987done
988
989} >&5
990
991cat >&5 <<_ACEOF
992
993
994## ----------- ##
995## Core tests. ##
996## ----------- ##
997
998_ACEOF
999
1000
1001# Keep a trace of the command line.
1002# Strip out --no-create and --no-recursion so they do not pile up.
1003# Strip out --silent because we don't want to record it for future runs.
1004# Also quote any args containing shell meta-characters.
1005# Make two passes to allow for proper duplicate-argument suppression.
1006ac_configure_args=
1007ac_configure_args0=
1008ac_configure_args1=
1009ac_sep=
1010ac_must_keep_next=false
1011for ac_pass in 1 2
1012do
1013  for ac_arg
1014  do
1015    case $ac_arg in
1016    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1017    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1018    | -silent | --silent | --silen | --sile | --sil)
1019      continue ;;
1020    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1021      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1022    esac
1023    case $ac_pass in
1024    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1025    2)
1026      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1027      if test $ac_must_keep_next = true; then
1028	ac_must_keep_next=false # Got value, back to normal.
1029      else
1030	case $ac_arg in
1031	  *=* | --config-cache | -C | -disable-* | --disable-* \
1032	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1033	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1034	  | -with-* | --with-* | -without-* | --without-* | --x)
1035	    case "$ac_configure_args0 " in
1036	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1037	    esac
1038	    ;;
1039	  -* ) ac_must_keep_next=true ;;
1040	esac
1041      fi
1042      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1043      # Get rid of the leading space.
1044      ac_sep=" "
1045      ;;
1046    esac
1047  done
1048done
1049$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1050$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1051
1052# When interrupted or exit'd, cleanup temporary files, and complete
1053# config.log.  We remove comments because anyway the quotes in there
1054# would cause problems or look ugly.
1055# WARNING: Be sure not to use single quotes in there, as some shells,
1056# such as our DU 5.0 friend, will then `close' the trap.
1057trap 'exit_status=$?
1058  # Save into config.log some information that might help in debugging.
1059  {
1060    echo
1061
1062    cat <<\_ASBOX
1063## ---------------- ##
1064## Cache variables. ##
1065## ---------------- ##
1066_ASBOX
1067    echo
1068    # The following way of writing the cache mishandles newlines in values,
1069{
1070  (set) 2>&1 |
1071    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1072    *ac_space=\ *)
1073      sed -n \
1074	"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1075	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1076      ;;
1077    *)
1078      sed -n \
1079	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1080      ;;
1081    esac;
1082}
1083    echo
1084
1085    cat <<\_ASBOX
1086## ----------------- ##
1087## Output variables. ##
1088## ----------------- ##
1089_ASBOX
1090    echo
1091    for ac_var in $ac_subst_vars
1092    do
1093      eval ac_val=$`echo $ac_var`
1094      echo "$ac_var='"'"'$ac_val'"'"'"
1095    done | sort
1096    echo
1097
1098    if test -n "$ac_subst_files"; then
1099      cat <<\_ASBOX
1100## ------------- ##
1101## Output files. ##
1102## ------------- ##
1103_ASBOX
1104      echo
1105      for ac_var in $ac_subst_files
1106      do
1107	eval ac_val=$`echo $ac_var`
1108	echo "$ac_var='"'"'$ac_val'"'"'"
1109      done | sort
1110      echo
1111    fi
1112
1113    if test -s confdefs.h; then
1114      cat <<\_ASBOX
1115## ----------- ##
1116## confdefs.h. ##
1117## ----------- ##
1118_ASBOX
1119      echo
1120      sed "/^$/d" confdefs.h | sort
1121      echo
1122    fi
1123    test "$ac_signal" != 0 &&
1124      echo "$as_me: caught signal $ac_signal"
1125    echo "$as_me: exit $exit_status"
1126  } >&5
1127  rm -f core *.core &&
1128  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1129    exit $exit_status
1130     ' 0
1131for ac_signal in 1 2 13 15; do
1132  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1133done
1134ac_signal=0
1135
1136# confdefs.h avoids OS command line length limits that DEFS can exceed.
1137rm -rf conftest* confdefs.h
1138# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1139echo >confdefs.h
1140
1141# Predefined preprocessor variables.
1142
1143cat >>confdefs.h <<_ACEOF
1144#define PACKAGE_NAME "$PACKAGE_NAME"
1145_ACEOF
1146
1147
1148cat >>confdefs.h <<_ACEOF
1149#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1150_ACEOF
1151
1152
1153cat >>confdefs.h <<_ACEOF
1154#define PACKAGE_VERSION "$PACKAGE_VERSION"
1155_ACEOF
1156
1157
1158cat >>confdefs.h <<_ACEOF
1159#define PACKAGE_STRING "$PACKAGE_STRING"
1160_ACEOF
1161
1162
1163cat >>confdefs.h <<_ACEOF
1164#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1165_ACEOF
1166
1167
1168# Let the site file select an alternate cache file if it wants to.
1169# Prefer explicitly selected file to automatically selected ones.
1170if test -z "$CONFIG_SITE"; then
1171  if test "x$prefix" != xNONE; then
1172    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1173  else
1174    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1175  fi
1176fi
1177for ac_site_file in $CONFIG_SITE; do
1178  if test -r "$ac_site_file"; then
1179    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1180echo "$as_me: loading site script $ac_site_file" >&6;}
1181    sed 's/^/| /' "$ac_site_file" >&5
1182    . "$ac_site_file"
1183  fi
1184done
1185
1186if test -r "$cache_file"; then
1187  # Some versions of bash will fail to source /dev/null (special
1188  # files actually), so we avoid doing that.
1189  if test -f "$cache_file"; then
1190    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1191echo "$as_me: loading cache $cache_file" >&6;}
1192    case $cache_file in
1193      [\\/]* | ?:[\\/]* ) . $cache_file;;
1194      *)                      . ./$cache_file;;
1195    esac
1196  fi
1197else
1198  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1199echo "$as_me: creating cache $cache_file" >&6;}
1200  >$cache_file
1201fi
1202
1203# Check that the precious variables saved in the cache have kept the same
1204# value.
1205ac_cache_corrupted=false
1206for ac_var in `(set) 2>&1 |
1207	       sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1208  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1209  eval ac_new_set=\$ac_env_${ac_var}_set
1210  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1211  eval ac_new_val="\$ac_env_${ac_var}_value"
1212  case $ac_old_set,$ac_new_set in
1213    set,)
1214      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1215echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1216      ac_cache_corrupted=: ;;
1217    ,set)
1218      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1219echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1220      ac_cache_corrupted=: ;;
1221    ,);;
1222    *)
1223      if test "x$ac_old_val" != "x$ac_new_val"; then
1224	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1225echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1226	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1227echo "$as_me:   former value:  $ac_old_val" >&2;}
1228	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1229echo "$as_me:   current value: $ac_new_val" >&2;}
1230	ac_cache_corrupted=:
1231      fi;;
1232  esac
1233  # Pass precious variables to config.status.
1234  if test "$ac_new_set" = set; then
1235    case $ac_new_val in
1236    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1237      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1238    *) ac_arg=$ac_var=$ac_new_val ;;
1239    esac
1240    case " $ac_configure_args " in
1241      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1242      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1243    esac
1244  fi
1245done
1246if $ac_cache_corrupted; then
1247  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1248echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1249  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1250echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1251   { (exit 1); exit 1; }; }
1252fi
1253
1254ac_ext=c
1255ac_cpp='$CPP $CPPFLAGS'
1256ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1257ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1258ac_compiler_gnu=$ac_cv_c_compiler_gnu
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286am__api_version="1.7"
1287ac_aux_dir=
1288for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1289  if test -f $ac_dir/install-sh; then
1290    ac_aux_dir=$ac_dir
1291    ac_install_sh="$ac_aux_dir/install-sh -c"
1292    break
1293  elif test -f $ac_dir/install.sh; then
1294    ac_aux_dir=$ac_dir
1295    ac_install_sh="$ac_aux_dir/install.sh -c"
1296    break
1297  elif test -f $ac_dir/shtool; then
1298    ac_aux_dir=$ac_dir
1299    ac_install_sh="$ac_aux_dir/shtool install -c"
1300    break
1301  fi
1302done
1303if test -z "$ac_aux_dir"; then
1304  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1305echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1306   { (exit 1); exit 1; }; }
1307fi
1308ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1309ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1310ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1311
1312# Find a good install program.  We prefer a C program (faster),
1313# so one script is as good as another.  But avoid the broken or
1314# incompatible versions:
1315# SysV /etc/install, /usr/sbin/install
1316# SunOS /usr/etc/install
1317# IRIX /sbin/install
1318# AIX /bin/install
1319# AmigaOS /C/install, which installs bootblocks on floppy discs
1320# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1321# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1322# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1323# OS/2's system install, which has a completely different semantic
1324# ./install, which can be erroneously created by make from ./install.sh.
1325echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1326echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1327if test -z "$INSTALL"; then
1328if test "${ac_cv_path_install+set}" = set; then
1329  echo $ECHO_N "(cached) $ECHO_C" >&6
1330else
1331  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1332for as_dir in $PATH
1333do
1334  IFS=$as_save_IFS
1335  test -z "$as_dir" && as_dir=.
1336  # Account for people who put trailing slashes in PATH elements.
1337case $as_dir/ in
1338  ./ | .// | /cC/* | \
1339  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1340  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1341  /usr/ucb/* ) ;;
1342  *)
1343    # OSF1 and SCO ODT 3.0 have their own names for install.
1344    # Don't use installbsd from OSF since it installs stuff as root
1345    # by default.
1346    for ac_prog in ginstall scoinst install; do
1347      for ac_exec_ext in '' $ac_executable_extensions; do
1348	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1349	  if test $ac_prog = install &&
1350	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1351	    # AIX install.  It has an incompatible calling convention.
1352	    :
1353	  elif test $ac_prog = install &&
1354	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1355	    # program-specific install script used by HP pwplus--don't use.
1356	    :
1357	  else
1358	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1359	    break 3
1360	  fi
1361	fi
1362      done
1363    done
1364    ;;
1365esac
1366done
1367
1368
1369fi
1370  if test "${ac_cv_path_install+set}" = set; then
1371    INSTALL=$ac_cv_path_install
1372  else
1373    # As a last resort, use the slow shell script.  We don't cache a
1374    # path for INSTALL within a source directory, because that will
1375    # break other packages using the cache if that directory is
1376    # removed, or if the path is relative.
1377    INSTALL=$ac_install_sh
1378  fi
1379fi
1380echo "$as_me:$LINENO: result: $INSTALL" >&5
1381echo "${ECHO_T}$INSTALL" >&6
1382
1383# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1384# It thinks the first close brace ends the variable substitution.
1385test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1386
1387test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1388
1389test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1390
1391echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1392echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1393# Just in case
1394sleep 1
1395echo timestamp > conftest.file
1396# Do `set' in a subshell so we don't clobber the current shell's
1397# arguments.  Must try -L first in case configure is actually a
1398# symlink; some systems play weird games with the mod time of symlinks
1399# (eg FreeBSD returns the mod time of the symlink's containing
1400# directory).
1401if (
1402   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1403   if test "$*" = "X"; then
1404      # -L didn't work.
1405      set X `ls -t $srcdir/configure conftest.file`
1406   fi
1407   rm -f conftest.file
1408   if test "$*" != "X $srcdir/configure conftest.file" \
1409      && test "$*" != "X conftest.file $srcdir/configure"; then
1410
1411      # If neither matched, then we have a broken ls.  This can happen
1412      # if, for instance, CONFIG_SHELL is bash and it inherits a
1413      # broken ls alias from the environment.  This has actually
1414      # happened.  Such a system could not be considered "sane".
1415      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
1416alias in your environment" >&5
1417echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
1418alias in your environment" >&2;}
1419   { (exit 1); exit 1; }; }
1420   fi
1421
1422   test "$2" = conftest.file
1423   )
1424then
1425   # Ok.
1426   :
1427else
1428   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1429Check your system clock" >&5
1430echo "$as_me: error: newly created file is older than distributed files!
1431Check your system clock" >&2;}
1432   { (exit 1); exit 1; }; }
1433fi
1434echo "$as_me:$LINENO: result: yes" >&5
1435echo "${ECHO_T}yes" >&6
1436test "$program_prefix" != NONE &&
1437  program_transform_name="s,^,$program_prefix,;$program_transform_name"
1438# Use a double $ so make ignores it.
1439test "$program_suffix" != NONE &&
1440  program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1441# Double any \ or $.  echo might interpret backslashes.
1442# By default was `s,x,x', remove it if useless.
1443cat <<\_ACEOF >conftest.sed
1444s/[\\$]/&&/g;s/;s,x,x,$//
1445_ACEOF
1446program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1447rm conftest.sed
1448
1449
1450# expand $ac_aux_dir to an absolute path
1451am_aux_dir=`cd $ac_aux_dir && pwd`
1452
1453test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1454# Use eval to expand $SHELL
1455if eval "$MISSING --run true"; then
1456  am_missing_run="$MISSING --run "
1457else
1458  am_missing_run=
1459  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1460echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1461fi
1462
1463for ac_prog in gawk mawk nawk awk
1464do
1465  # Extract the first word of "$ac_prog", so it can be a program name with args.
1466set dummy $ac_prog; ac_word=$2
1467echo "$as_me:$LINENO: checking for $ac_word" >&5
1468echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1469if test "${ac_cv_prog_AWK+set}" = set; then
1470  echo $ECHO_N "(cached) $ECHO_C" >&6
1471else
1472  if test -n "$AWK"; then
1473  ac_cv_prog_AWK="$AWK" # Let the user override the test.
1474else
1475as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1476for as_dir in $PATH
1477do
1478  IFS=$as_save_IFS
1479  test -z "$as_dir" && as_dir=.
1480  for ac_exec_ext in '' $ac_executable_extensions; do
1481  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1482    ac_cv_prog_AWK="$ac_prog"
1483    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1484    break 2
1485  fi
1486done
1487done
1488
1489fi
1490fi
1491AWK=$ac_cv_prog_AWK
1492if test -n "$AWK"; then
1493  echo "$as_me:$LINENO: result: $AWK" >&5
1494echo "${ECHO_T}$AWK" >&6
1495else
1496  echo "$as_me:$LINENO: result: no" >&5
1497echo "${ECHO_T}no" >&6
1498fi
1499
1500  test -n "$AWK" && break
1501done
1502
1503echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1504echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1505set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1506if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1507  echo $ECHO_N "(cached) $ECHO_C" >&6
1508else
1509  cat >conftest.make <<\_ACEOF
1510all:
1511	@echo 'ac_maketemp="$(MAKE)"'
1512_ACEOF
1513# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1514eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1515if test -n "$ac_maketemp"; then
1516  eval ac_cv_prog_make_${ac_make}_set=yes
1517else
1518  eval ac_cv_prog_make_${ac_make}_set=no
1519fi
1520rm -f conftest.make
1521fi
1522if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1523  echo "$as_me:$LINENO: result: yes" >&5
1524echo "${ECHO_T}yes" >&6
1525  SET_MAKE=
1526else
1527  echo "$as_me:$LINENO: result: no" >&5
1528echo "${ECHO_T}no" >&6
1529  SET_MAKE="MAKE=${MAKE-make}"
1530fi
1531
1532rm -rf .tst 2>/dev/null
1533mkdir .tst 2>/dev/null
1534if test -d .tst; then
1535  am__leading_dot=.
1536else
1537  am__leading_dot=_
1538fi
1539rmdir .tst 2>/dev/null
1540
1541 # test to see if srcdir already configured
1542if test "`cd $srcdir && pwd`" != "`pwd`" &&
1543   test -f $srcdir/config.status; then
1544  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1545echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1546   { (exit 1); exit 1; }; }
1547fi
1548
1549# test whether we have cygpath
1550if test -z "$CYGPATH_W"; then
1551  if (cygpath --version) >/dev/null 2>/dev/null; then
1552    CYGPATH_W='cygpath -w'
1553  else
1554    CYGPATH_W=echo
1555  fi
1556fi
1557
1558
1559# Define the identity of the package.
1560 PACKAGE='font-misc-misc'
1561 VERSION='1.0.0'
1562
1563
1564cat >>confdefs.h <<_ACEOF
1565#define PACKAGE "$PACKAGE"
1566_ACEOF
1567
1568
1569cat >>confdefs.h <<_ACEOF
1570#define VERSION "$VERSION"
1571_ACEOF
1572
1573# Some tools Automake needs.
1574
1575ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1576
1577
1578AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1579
1580
1581AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1582
1583
1584AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1585
1586
1587MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1588
1589
1590AMTAR=${AMTAR-"${am_missing_run}tar"}
1591
1592install_sh=${install_sh-"$am_aux_dir/install-sh"}
1593
1594# Installed binaries are usually stripped using `strip' when the user
1595# run `make install-strip'.  However `strip' might not be the right
1596# tool to use in cross-compilation environments, therefore Automake
1597# will honor the `STRIP' environment variable to overrule this program.
1598if test "$cross_compiling" != no; then
1599  if test -n "$ac_tool_prefix"; then
1600  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1601set dummy ${ac_tool_prefix}strip; ac_word=$2
1602echo "$as_me:$LINENO: checking for $ac_word" >&5
1603echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1604if test "${ac_cv_prog_STRIP+set}" = set; then
1605  echo $ECHO_N "(cached) $ECHO_C" >&6
1606else
1607  if test -n "$STRIP"; then
1608  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1609else
1610as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1611for as_dir in $PATH
1612do
1613  IFS=$as_save_IFS
1614  test -z "$as_dir" && as_dir=.
1615  for ac_exec_ext in '' $ac_executable_extensions; do
1616  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1617    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1618    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1619    break 2
1620  fi
1621done
1622done
1623
1624fi
1625fi
1626STRIP=$ac_cv_prog_STRIP
1627if test -n "$STRIP"; then
1628  echo "$as_me:$LINENO: result: $STRIP" >&5
1629echo "${ECHO_T}$STRIP" >&6
1630else
1631  echo "$as_me:$LINENO: result: no" >&5
1632echo "${ECHO_T}no" >&6
1633fi
1634
1635fi
1636if test -z "$ac_cv_prog_STRIP"; then
1637  ac_ct_STRIP=$STRIP
1638  # Extract the first word of "strip", so it can be a program name with args.
1639set dummy strip; ac_word=$2
1640echo "$as_me:$LINENO: checking for $ac_word" >&5
1641echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1642if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1643  echo $ECHO_N "(cached) $ECHO_C" >&6
1644else
1645  if test -n "$ac_ct_STRIP"; then
1646  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1647else
1648as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1649for as_dir in $PATH
1650do
1651  IFS=$as_save_IFS
1652  test -z "$as_dir" && as_dir=.
1653  for ac_exec_ext in '' $ac_executable_extensions; do
1654  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1655    ac_cv_prog_ac_ct_STRIP="strip"
1656    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1657    break 2
1658  fi
1659done
1660done
1661
1662  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1663fi
1664fi
1665ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1666if test -n "$ac_ct_STRIP"; then
1667  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1668echo "${ECHO_T}$ac_ct_STRIP" >&6
1669else
1670  echo "$as_me:$LINENO: result: no" >&5
1671echo "${ECHO_T}no" >&6
1672fi
1673
1674  STRIP=$ac_ct_STRIP
1675else
1676  STRIP="$ac_cv_prog_STRIP"
1677fi
1678
1679fi
1680INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1681
1682# We need awk for the "check" target.  The system "awk" is bad on
1683# some platforms.
1684
1685
1686
1687echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1688echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1689    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1690if test "${enable_maintainer_mode+set}" = set; then
1691  enableval="$enable_maintainer_mode"
1692  USE_MAINTAINER_MODE=$enableval
1693else
1694  USE_MAINTAINER_MODE=no
1695fi;
1696  echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1697echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
1698
1699
1700if test $USE_MAINTAINER_MODE = yes; then
1701  MAINTAINER_MODE_TRUE=
1702  MAINTAINER_MODE_FALSE='#'
1703else
1704  MAINTAINER_MODE_TRUE='#'
1705  MAINTAINER_MODE_FALSE=
1706fi
1707
1708  MAINT=$MAINTAINER_MODE_TRUE
1709
1710
1711
1712# Find a good install program.  We prefer a C program (faster),
1713# so one script is as good as another.  But avoid the broken or
1714# incompatible versions:
1715# SysV /etc/install, /usr/sbin/install
1716# SunOS /usr/etc/install
1717# IRIX /sbin/install
1718# AIX /bin/install
1719# AmigaOS /C/install, which installs bootblocks on floppy discs
1720# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1721# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1722# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1723# OS/2's system install, which has a completely different semantic
1724# ./install, which can be erroneously created by make from ./install.sh.
1725echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1726echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1727if test -z "$INSTALL"; then
1728if test "${ac_cv_path_install+set}" = set; then
1729  echo $ECHO_N "(cached) $ECHO_C" >&6
1730else
1731  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1732for as_dir in $PATH
1733do
1734  IFS=$as_save_IFS
1735  test -z "$as_dir" && as_dir=.
1736  # Account for people who put trailing slashes in PATH elements.
1737case $as_dir/ in
1738  ./ | .// | /cC/* | \
1739  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1740  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1741  /usr/ucb/* ) ;;
1742  *)
1743    # OSF1 and SCO ODT 3.0 have their own names for install.
1744    # Don't use installbsd from OSF since it installs stuff as root
1745    # by default.
1746    for ac_prog in ginstall scoinst install; do
1747      for ac_exec_ext in '' $ac_executable_extensions; do
1748	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1749	  if test $ac_prog = install &&
1750	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1751	    # AIX install.  It has an incompatible calling convention.
1752	    :
1753	  elif test $ac_prog = install &&
1754	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1755	    # program-specific install script used by HP pwplus--don't use.
1756	    :
1757	  else
1758	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1759	    break 3
1760	  fi
1761	fi
1762      done
1763    done
1764    ;;
1765esac
1766done
1767
1768
1769fi
1770  if test "${ac_cv_path_install+set}" = set; then
1771    INSTALL=$ac_cv_path_install
1772  else
1773    # As a last resort, use the slow shell script.  We don't cache a
1774    # path for INSTALL within a source directory, because that will
1775    # break other packages using the cache if that directory is
1776    # removed, or if the path is relative.
1777    INSTALL=$ac_install_sh
1778  fi
1779fi
1780echo "$as_me:$LINENO: result: $INSTALL" >&5
1781echo "${ECHO_T}$INSTALL" >&6
1782
1783# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1784# It thinks the first close brace ends the variable substitution.
1785test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1786
1787test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1788
1789test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1790
1791
1792for ac_prog in perl perl5
1793do
1794  # Extract the first word of "$ac_prog", so it can be a program name with args.
1795set dummy $ac_prog; ac_word=$2
1796echo "$as_me:$LINENO: checking for $ac_word" >&5
1797echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1798if test "${ac_cv_path_PERL+set}" = set; then
1799  echo $ECHO_N "(cached) $ECHO_C" >&6
1800else
1801  case $PERL in
1802  [\\/]* | ?:[\\/]*)
1803  ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
1804  ;;
1805  *)
1806  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1807for as_dir in $PATH
1808do
1809  IFS=$as_save_IFS
1810  test -z "$as_dir" && as_dir=.
1811  for ac_exec_ext in '' $ac_executable_extensions; do
1812  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1813    ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
1814    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1815    break 2
1816  fi
1817done
1818done
1819
1820  ;;
1821esac
1822fi
1823PERL=$ac_cv_path_PERL
1824
1825if test -n "$PERL"; then
1826  echo "$as_me:$LINENO: result: $PERL" >&5
1827echo "${ECHO_T}$PERL" >&6
1828else
1829  echo "$as_me:$LINENO: result: no" >&5
1830echo "${ECHO_T}no" >&6
1831fi
1832
1833  test -n "$PERL" && break
1834done
1835
1836# Extract the first word of "bdftopcf", so it can be a program name with args.
1837set dummy bdftopcf; ac_word=$2
1838echo "$as_me:$LINENO: checking for $ac_word" >&5
1839echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1840if test "${ac_cv_path_BDFTOPCF+set}" = set; then
1841  echo $ECHO_N "(cached) $ECHO_C" >&6
1842else
1843  case $BDFTOPCF in
1844  [\\/]* | ?:[\\/]*)
1845  ac_cv_path_BDFTOPCF="$BDFTOPCF" # Let the user override the test with a path.
1846  ;;
1847  *)
1848  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1849for as_dir in $PATH
1850do
1851  IFS=$as_save_IFS
1852  test -z "$as_dir" && as_dir=.
1853  for ac_exec_ext in '' $ac_executable_extensions; do
1854  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1855    ac_cv_path_BDFTOPCF="$as_dir/$ac_word$ac_exec_ext"
1856    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1857    break 2
1858  fi
1859done
1860done
1861
1862  ;;
1863esac
1864fi
1865BDFTOPCF=$ac_cv_path_BDFTOPCF
1866
1867if test -n "$BDFTOPCF"; then
1868  echo "$as_me:$LINENO: result: $BDFTOPCF" >&5
1869echo "${ECHO_T}$BDFTOPCF" >&6
1870else
1871  echo "$as_me:$LINENO: result: no" >&5
1872echo "${ECHO_T}no" >&6
1873fi
1874
1875# Extract the first word of "bdftruncate", so it can be a program name with args.
1876set dummy bdftruncate; ac_word=$2
1877echo "$as_me:$LINENO: checking for $ac_word" >&5
1878echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1879if test "${ac_cv_path_BDFTRUNCATE+set}" = set; then
1880  echo $ECHO_N "(cached) $ECHO_C" >&6
1881else
1882  case $BDFTRUNCATE in
1883  [\\/]* | ?:[\\/]*)
1884  ac_cv_path_BDFTRUNCATE="$BDFTRUNCATE" # Let the user override the test with a path.
1885  ;;
1886  *)
1887  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1888for as_dir in $PATH
1889do
1890  IFS=$as_save_IFS
1891  test -z "$as_dir" && as_dir=.
1892  for ac_exec_ext in '' $ac_executable_extensions; do
1893  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1894    ac_cv_path_BDFTRUNCATE="$as_dir/$ac_word$ac_exec_ext"
1895    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1896    break 2
1897  fi
1898done
1899done
1900
1901  ;;
1902esac
1903fi
1904BDFTRUNCATE=$ac_cv_path_BDFTRUNCATE
1905
1906if test -n "$BDFTRUNCATE"; then
1907  echo "$as_me:$LINENO: result: $BDFTRUNCATE" >&5
1908echo "${ECHO_T}$BDFTRUNCATE" >&6
1909else
1910  echo "$as_me:$LINENO: result: no" >&5
1911echo "${ECHO_T}no" >&6
1912fi
1913
1914# Extract the first word of "ucs2any", so it can be a program name with args.
1915set dummy ucs2any; ac_word=$2
1916echo "$as_me:$LINENO: checking for $ac_word" >&5
1917echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1918if test "${ac_cv_path_UCS2ANY+set}" = set; then
1919  echo $ECHO_N "(cached) $ECHO_C" >&6
1920else
1921  case $UCS2ANY in
1922  [\\/]* | ?:[\\/]*)
1923  ac_cv_path_UCS2ANY="$UCS2ANY" # Let the user override the test with a path.
1924  ;;
1925  *)
1926  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1927for as_dir in $PATH
1928do
1929  IFS=$as_save_IFS
1930  test -z "$as_dir" && as_dir=.
1931  for ac_exec_ext in '' $ac_executable_extensions; do
1932  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1933    ac_cv_path_UCS2ANY="$as_dir/$ac_word$ac_exec_ext"
1934    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1935    break 2
1936  fi
1937done
1938done
1939
1940  ;;
1941esac
1942fi
1943UCS2ANY=$ac_cv_path_UCS2ANY
1944
1945if test -n "$UCS2ANY"; then
1946  echo "$as_me:$LINENO: result: $UCS2ANY" >&5
1947echo "${ECHO_T}$UCS2ANY" >&6
1948else
1949  echo "$as_me:$LINENO: result: no" >&5
1950echo "${ECHO_T}no" >&6
1951fi
1952
1953# Extract the first word of "mkfontscale", so it can be a program name with args.
1954set dummy mkfontscale; ac_word=$2
1955echo "$as_me:$LINENO: checking for $ac_word" >&5
1956echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1957if test "${ac_cv_path_MKFONTSCALE+set}" = set; then
1958  echo $ECHO_N "(cached) $ECHO_C" >&6
1959else
1960  case $MKFONTSCALE in
1961  [\\/]* | ?:[\\/]*)
1962  ac_cv_path_MKFONTSCALE="$MKFONTSCALE" # Let the user override the test with a path.
1963  ;;
1964  *)
1965  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1966for as_dir in $PATH
1967do
1968  IFS=$as_save_IFS
1969  test -z "$as_dir" && as_dir=.
1970  for ac_exec_ext in '' $ac_executable_extensions; do
1971  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1972    ac_cv_path_MKFONTSCALE="$as_dir/$ac_word$ac_exec_ext"
1973    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1974    break 2
1975  fi
1976done
1977done
1978
1979  ;;
1980esac
1981fi
1982MKFONTSCALE=$ac_cv_path_MKFONTSCALE
1983
1984if test -n "$MKFONTSCALE"; then
1985  echo "$as_me:$LINENO: result: $MKFONTSCALE" >&5
1986echo "${ECHO_T}$MKFONTSCALE" >&6
1987else
1988  echo "$as_me:$LINENO: result: no" >&5
1989echo "${ECHO_T}no" >&6
1990fi
1991
1992# Extract the first word of "mkfontdir", so it can be a program name with args.
1993set dummy mkfontdir; ac_word=$2
1994echo "$as_me:$LINENO: checking for $ac_word" >&5
1995echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1996if test "${ac_cv_path_MKFONTDIR+set}" = set; then
1997  echo $ECHO_N "(cached) $ECHO_C" >&6
1998else
1999  case $MKFONTDIR in
2000  [\\/]* | ?:[\\/]*)
2001  ac_cv_path_MKFONTDIR="$MKFONTDIR" # Let the user override the test with a path.
2002  ;;
2003  *)
2004  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2005for as_dir in $PATH
2006do
2007  IFS=$as_save_IFS
2008  test -z "$as_dir" && as_dir=.
2009  for ac_exec_ext in '' $ac_executable_extensions; do
2010  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2011    ac_cv_path_MKFONTDIR="$as_dir/$ac_word$ac_exec_ext"
2012    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2013    break 2
2014  fi
2015done
2016done
2017
2018  ;;
2019esac
2020fi
2021MKFONTDIR=$ac_cv_path_MKFONTDIR
2022
2023if test -n "$MKFONTDIR"; then
2024  echo "$as_me:$LINENO: result: $MKFONTDIR" >&5
2025echo "${ECHO_T}$MKFONTDIR" >&6
2026else
2027  echo "$as_me:$LINENO: result: no" >&5
2028echo "${ECHO_T}no" >&6
2029fi
2030
2031
2032
2033
2034DEFAULT_FONTDIR=${libdir}/X11/fonts/misc
2035
2036# Check whether --with-fontdir or --without-fontdir was given.
2037if test "${with_fontdir+set}" = set; then
2038  withval="$with_fontdir"
2039  FONTDIR="$withval"
2040else
2041  FONTDIR="$DEFAULT_FONTDIR"
2042fi;
2043
2044
2045
2046
2047if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
2048	if test -n "$ac_tool_prefix"; then
2049  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
2050set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
2051echo "$as_me:$LINENO: checking for $ac_word" >&5
2052echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2053if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
2054  echo $ECHO_N "(cached) $ECHO_C" >&6
2055else
2056  case $PKG_CONFIG in
2057  [\\/]* | ?:[\\/]*)
2058  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
2059  ;;
2060  *)
2061  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2062for as_dir in $PATH
2063do
2064  IFS=$as_save_IFS
2065  test -z "$as_dir" && as_dir=.
2066  for ac_exec_ext in '' $ac_executable_extensions; do
2067  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2068    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2069    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2070    break 2
2071  fi
2072done
2073done
2074
2075  ;;
2076esac
2077fi
2078PKG_CONFIG=$ac_cv_path_PKG_CONFIG
2079
2080if test -n "$PKG_CONFIG"; then
2081  echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
2082echo "${ECHO_T}$PKG_CONFIG" >&6
2083else
2084  echo "$as_me:$LINENO: result: no" >&5
2085echo "${ECHO_T}no" >&6
2086fi
2087
2088fi
2089if test -z "$ac_cv_path_PKG_CONFIG"; then
2090  ac_pt_PKG_CONFIG=$PKG_CONFIG
2091  # Extract the first word of "pkg-config", so it can be a program name with args.
2092set dummy pkg-config; ac_word=$2
2093echo "$as_me:$LINENO: checking for $ac_word" >&5
2094echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2095if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
2096  echo $ECHO_N "(cached) $ECHO_C" >&6
2097else
2098  case $ac_pt_PKG_CONFIG in
2099  [\\/]* | ?:[\\/]*)
2100  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
2101  ;;
2102  *)
2103  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2104for as_dir in $PATH
2105do
2106  IFS=$as_save_IFS
2107  test -z "$as_dir" && as_dir=.
2108  for ac_exec_ext in '' $ac_executable_extensions; do
2109  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2110    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2111    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2112    break 2
2113  fi
2114done
2115done
2116
2117  ;;
2118esac
2119fi
2120ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
2121
2122if test -n "$ac_pt_PKG_CONFIG"; then
2123  echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
2124echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6
2125else
2126  echo "$as_me:$LINENO: result: no" >&5
2127echo "${ECHO_T}no" >&6
2128fi
2129
2130  PKG_CONFIG=$ac_pt_PKG_CONFIG
2131else
2132  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
2133fi
2134
2135fi
2136if test -n "$PKG_CONFIG"; then
2137	_pkg_min_version=0.9.0
2138	echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
2139echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6
2140	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
2141		echo "$as_me:$LINENO: result: yes" >&5
2142echo "${ECHO_T}yes" >&6
2143	else
2144		echo "$as_me:$LINENO: result: no" >&5
2145echo "${ECHO_T}no" >&6
2146		PKG_CONFIG=""
2147	fi
2148
2149fi
2150
2151pkg_failed=no
2152echo "$as_me:$LINENO: checking for MAPS" >&5
2153echo $ECHO_N "checking for MAPS... $ECHO_C" >&6
2154
2155if test -n "$PKG_CONFIG"; then
2156    if test -n "$MAPS_CFLAGS"; then
2157        pkg_cv_MAPS_CFLAGS="$MAPS_CFLAGS"
2158    else
2159        if test -n "$PKG_CONFIG" && \
2160    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"fontutil\"") >&5
2161  ($PKG_CONFIG --exists --print-errors "fontutil") 2>&5
2162  ac_status=$?
2163  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2164  (exit $ac_status); }; then
2165  pkg_cv_MAPS_CFLAGS=`$PKG_CONFIG --cflags "fontutil" 2>/dev/null`
2166else
2167  pkg_failed=yes
2168fi
2169    fi
2170else
2171	pkg_failed=untried
2172fi
2173if test -n "$PKG_CONFIG"; then
2174    if test -n "$MAPS_LIBS"; then
2175        pkg_cv_MAPS_LIBS="$MAPS_LIBS"
2176    else
2177        if test -n "$PKG_CONFIG" && \
2178    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"fontutil\"") >&5
2179  ($PKG_CONFIG --exists --print-errors "fontutil") 2>&5
2180  ac_status=$?
2181  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2182  (exit $ac_status); }; then
2183  pkg_cv_MAPS_LIBS=`$PKG_CONFIG --libs "fontutil" 2>/dev/null`
2184else
2185  pkg_failed=yes
2186fi
2187    fi
2188else
2189	pkg_failed=untried
2190fi
2191
2192
2193
2194if test $pkg_failed = yes; then
2195
2196if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
2197        _pkg_short_errors_supported=yes
2198else
2199        _pkg_short_errors_supported=no
2200fi
2201        if test $_pkg_short_errors_supported = yes; then
2202	        MAPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "fontutil"`
2203        else
2204	        MAPS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "fontutil"`
2205        fi
2206	# Put the nasty error message in config.log where it belongs
2207	echo "$MAPS_PKG_ERRORS" >&5
2208
2209	{ { echo "$as_me:$LINENO: error: Package requirements (fontutil) were not met:
2210
2211$MAPS_PKG_ERRORS
2212
2213Consider adjusting the PKG_CONFIG_PATH environment variable if you
2214installed software in a non-standard prefix.
2215
2216Alternatively, you may set the environment variables MAPS_CFLAGS
2217and MAPS_LIBS to avoid the need to call pkg-config.
2218See the pkg-config man page for more details.
2219" >&5
2220echo "$as_me: error: Package requirements (fontutil) were not met:
2221
2222$MAPS_PKG_ERRORS
2223
2224Consider adjusting the PKG_CONFIG_PATH environment variable if you
2225installed software in a non-standard prefix.
2226
2227Alternatively, you may set the environment variables MAPS_CFLAGS
2228and MAPS_LIBS to avoid the need to call pkg-config.
2229See the pkg-config man page for more details.
2230" >&2;}
2231   { (exit 1); exit 1; }; }
2232elif test $pkg_failed = untried; then
2233	{ { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
2234is in your PATH or set the PKG_CONFIG environment variable to the full
2235path to pkg-config.
2236
2237Alternatively, you may set the environment variables MAPS_CFLAGS
2238and MAPS_LIBS to avoid the need to call pkg-config.
2239See the pkg-config man page for more details.
2240
2241To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2242See \`config.log' for more details." >&5
2243echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
2244is in your PATH or set the PKG_CONFIG environment variable to the full
2245path to pkg-config.
2246
2247Alternatively, you may set the environment variables MAPS_CFLAGS
2248and MAPS_LIBS to avoid the need to call pkg-config.
2249See the pkg-config man page for more details.
2250
2251To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2252See \`config.log' for more details." >&2;}
2253   { (exit 1); exit 1; }; }
2254else
2255	MAPS_CFLAGS=$pkg_cv_MAPS_CFLAGS
2256	MAPS_LIBS=$pkg_cv_MAPS_LIBS
2257        echo "$as_me:$LINENO: result: yes" >&5
2258echo "${ECHO_T}yes" >&6
2259	:
2260fi
2261MAPFILES_PATH=$(pkg-config --variable=mapdir fontutil)
2262
2263
2264
2265	# Check whether --enable-iso8859-1 or --disable-iso8859-1 was given.
2266if test "${enable_iso8859_1+set}" = set; then
2267  enableval="$enable_iso8859_1"
2268  ISO8859_1=$enableval
2269else
2270  ISO8859_1=yes
2271fi;
2272	echo "$as_me:$LINENO: checking whether to build ISO8859-1 fonts" >&5
2273echo $ECHO_N "checking whether to build ISO8859-1 fonts... $ECHO_C" >&6
2274	echo "$as_me:$LINENO: result: $ISO8859_1" >&5
2275echo "${ECHO_T}$ISO8859_1" >&6
2276
2277
2278if test "x$ISO8859_1" = xyes; then
2279  ISO8859_1_TRUE=
2280  ISO8859_1_FALSE='#'
2281else
2282  ISO8859_1_TRUE='#'
2283  ISO8859_1_FALSE=
2284fi
2285
2286
2287
2288	# Check whether --enable-iso8859-2 or --disable-iso8859-2 was given.
2289if test "${enable_iso8859_2+set}" = set; then
2290  enableval="$enable_iso8859_2"
2291  ISO8859_2=$enableval
2292else
2293  ISO8859_2=yes
2294fi;
2295	echo "$as_me:$LINENO: checking whether to build ISO8859-2 fonts" >&5
2296echo $ECHO_N "checking whether to build ISO8859-2 fonts... $ECHO_C" >&6
2297	echo "$as_me:$LINENO: result: $ISO8859_2" >&5
2298echo "${ECHO_T}$ISO8859_2" >&6
2299
2300
2301if test "x$ISO8859_2" = xyes; then
2302  ISO8859_2_TRUE=
2303  ISO8859_2_FALSE='#'
2304else
2305  ISO8859_2_TRUE='#'
2306  ISO8859_2_FALSE=
2307fi
2308
2309
2310
2311	# Check whether --enable-iso8859-3 or --disable-iso8859-3 was given.
2312if test "${enable_iso8859_3+set}" = set; then
2313  enableval="$enable_iso8859_3"
2314  ISO8859_3=$enableval
2315else
2316  ISO8859_3=yes
2317fi;
2318	echo "$as_me:$LINENO: checking whether to build ISO8859-3 fonts" >&5
2319echo $ECHO_N "checking whether to build ISO8859-3 fonts... $ECHO_C" >&6
2320	echo "$as_me:$LINENO: result: $ISO8859_3" >&5
2321echo "${ECHO_T}$ISO8859_3" >&6
2322
2323
2324if test "x$ISO8859_3" = xyes; then
2325  ISO8859_3_TRUE=
2326  ISO8859_3_FALSE='#'
2327else
2328  ISO8859_3_TRUE='#'
2329  ISO8859_3_FALSE=
2330fi
2331
2332
2333
2334	# Check whether --enable-iso8859-4 or --disable-iso8859-4 was given.
2335if test "${enable_iso8859_4+set}" = set; then
2336  enableval="$enable_iso8859_4"
2337  ISO8859_4=$enableval
2338else
2339  ISO8859_4=yes
2340fi;
2341	echo "$as_me:$LINENO: checking whether to build ISO8859-4 fonts" >&5
2342echo $ECHO_N "checking whether to build ISO8859-4 fonts... $ECHO_C" >&6
2343	echo "$as_me:$LINENO: result: $ISO8859_4" >&5
2344echo "${ECHO_T}$ISO8859_4" >&6
2345
2346
2347if test "x$ISO8859_4" = xyes; then
2348  ISO8859_4_TRUE=
2349  ISO8859_4_FALSE='#'
2350else
2351  ISO8859_4_TRUE='#'
2352  ISO8859_4_FALSE=
2353fi
2354
2355
2356
2357	# Check whether --enable-iso8859-5 or --disable-iso8859-5 was given.
2358if test "${enable_iso8859_5+set}" = set; then
2359  enableval="$enable_iso8859_5"
2360  ISO8859_5=$enableval
2361else
2362  ISO8859_5=yes
2363fi;
2364	echo "$as_me:$LINENO: checking whether to build ISO8859-5 fonts" >&5
2365echo $ECHO_N "checking whether to build ISO8859-5 fonts... $ECHO_C" >&6
2366	echo "$as_me:$LINENO: result: $ISO8859_5" >&5
2367echo "${ECHO_T}$ISO8859_5" >&6
2368
2369
2370if test "x$ISO8859_5" = xyes; then
2371  ISO8859_5_TRUE=
2372  ISO8859_5_FALSE='#'
2373else
2374  ISO8859_5_TRUE='#'
2375  ISO8859_5_FALSE=
2376fi
2377
2378
2379
2380	# Check whether --enable-iso8859-7 or --disable-iso8859-7 was given.
2381if test "${enable_iso8859_7+set}" = set; then
2382  enableval="$enable_iso8859_7"
2383  ISO8859_7=$enableval
2384else
2385  ISO8859_7=yes
2386fi;
2387	echo "$as_me:$LINENO: checking whether to build ISO8859-7 fonts" >&5
2388echo $ECHO_N "checking whether to build ISO8859-7 fonts... $ECHO_C" >&6
2389	echo "$as_me:$LINENO: result: $ISO8859_7" >&5
2390echo "${ECHO_T}$ISO8859_7" >&6
2391
2392
2393if test "x$ISO8859_7" = xyes; then
2394  ISO8859_7_TRUE=
2395  ISO8859_7_FALSE='#'
2396else
2397  ISO8859_7_TRUE='#'
2398  ISO8859_7_FALSE=
2399fi
2400
2401
2402
2403	# Check whether --enable-iso8859-8 or --disable-iso8859-8 was given.
2404if test "${enable_iso8859_8+set}" = set; then
2405  enableval="$enable_iso8859_8"
2406  ISO8859_8=$enableval
2407else
2408  ISO8859_8=yes
2409fi;
2410	echo "$as_me:$LINENO: checking whether to build ISO8859-8 fonts" >&5
2411echo $ECHO_N "checking whether to build ISO8859-8 fonts... $ECHO_C" >&6
2412	echo "$as_me:$LINENO: result: $ISO8859_8" >&5
2413echo "${ECHO_T}$ISO8859_8" >&6
2414
2415
2416if test "x$ISO8859_8" = xyes; then
2417  ISO8859_8_TRUE=
2418  ISO8859_8_FALSE='#'
2419else
2420  ISO8859_8_TRUE='#'
2421  ISO8859_8_FALSE=
2422fi
2423
2424
2425
2426	# Check whether --enable-iso8859-9 or --disable-iso8859-9 was given.
2427if test "${enable_iso8859_9+set}" = set; then
2428  enableval="$enable_iso8859_9"
2429  ISO8859_9=$enableval
2430else
2431  ISO8859_9=yes
2432fi;
2433	echo "$as_me:$LINENO: checking whether to build ISO8859-9 fonts" >&5
2434echo $ECHO_N "checking whether to build ISO8859-9 fonts... $ECHO_C" >&6
2435	echo "$as_me:$LINENO: result: $ISO8859_9" >&5
2436echo "${ECHO_T}$ISO8859_9" >&6
2437
2438
2439if test "x$ISO8859_9" = xyes; then
2440  ISO8859_9_TRUE=
2441  ISO8859_9_FALSE='#'
2442else
2443  ISO8859_9_TRUE='#'
2444  ISO8859_9_FALSE=
2445fi
2446
2447
2448
2449	# Check whether --enable-iso8859-10 or --disable-iso8859-10 was given.
2450if test "${enable_iso8859_10+set}" = set; then
2451  enableval="$enable_iso8859_10"
2452  ISO8859_10=$enableval
2453else
2454  ISO8859_10=yes
2455fi;
2456	echo "$as_me:$LINENO: checking whether to build ISO8859-10 fonts" >&5
2457echo $ECHO_N "checking whether to build ISO8859-10 fonts... $ECHO_C" >&6
2458	echo "$as_me:$LINENO: result: $ISO8859_10" >&5
2459echo "${ECHO_T}$ISO8859_10" >&6
2460
2461
2462if test "x$ISO8859_10" = xyes; then
2463  ISO8859_10_TRUE=
2464  ISO8859_10_FALSE='#'
2465else
2466  ISO8859_10_TRUE='#'
2467  ISO8859_10_FALSE=
2468fi
2469
2470
2471
2472	# Check whether --enable-iso8859-11 or --disable-iso8859-11 was given.
2473if test "${enable_iso8859_11+set}" = set; then
2474  enableval="$enable_iso8859_11"
2475  ISO8859_11=$enableval
2476else
2477  ISO8859_11=yes
2478fi;
2479	echo "$as_me:$LINENO: checking whether to build ISO8859-11 fonts" >&5
2480echo $ECHO_N "checking whether to build ISO8859-11 fonts... $ECHO_C" >&6
2481	echo "$as_me:$LINENO: result: $ISO8859_11" >&5
2482echo "${ECHO_T}$ISO8859_11" >&6
2483
2484
2485if test "x$ISO8859_11" = xyes; then
2486  ISO8859_11_TRUE=
2487  ISO8859_11_FALSE='#'
2488else
2489  ISO8859_11_TRUE='#'
2490  ISO8859_11_FALSE=
2491fi
2492
2493
2494
2495	# Check whether --enable-iso8859-13 or --disable-iso8859-13 was given.
2496if test "${enable_iso8859_13+set}" = set; then
2497  enableval="$enable_iso8859_13"
2498  ISO8859_13=$enableval
2499else
2500  ISO8859_13=yes
2501fi;
2502	echo "$as_me:$LINENO: checking whether to build ISO8859-13 fonts" >&5
2503echo $ECHO_N "checking whether to build ISO8859-13 fonts... $ECHO_C" >&6
2504	echo "$as_me:$LINENO: result: $ISO8859_13" >&5
2505echo "${ECHO_T}$ISO8859_13" >&6
2506
2507
2508if test "x$ISO8859_13" = xyes; then
2509  ISO8859_13_TRUE=
2510  ISO8859_13_FALSE='#'
2511else
2512  ISO8859_13_TRUE='#'
2513  ISO8859_13_FALSE=
2514fi
2515
2516
2517
2518	# Check whether --enable-iso8859-14 or --disable-iso8859-14 was given.
2519if test "${enable_iso8859_14+set}" = set; then
2520  enableval="$enable_iso8859_14"
2521  ISO8859_14=$enableval
2522else
2523  ISO8859_14=yes
2524fi;
2525	echo "$as_me:$LINENO: checking whether to build ISO8859-14 fonts" >&5
2526echo $ECHO_N "checking whether to build ISO8859-14 fonts... $ECHO_C" >&6
2527	echo "$as_me:$LINENO: result: $ISO8859_14" >&5
2528echo "${ECHO_T}$ISO8859_14" >&6
2529
2530
2531if test "x$ISO8859_14" = xyes; then
2532  ISO8859_14_TRUE=
2533  ISO8859_14_FALSE='#'
2534else
2535  ISO8859_14_TRUE='#'
2536  ISO8859_14_FALSE=
2537fi
2538
2539
2540
2541	# Check whether --enable-iso8859-15 or --disable-iso8859-15 was given.
2542if test "${enable_iso8859_15+set}" = set; then
2543  enableval="$enable_iso8859_15"
2544  ISO8859_15=$enableval
2545else
2546  ISO8859_15=yes
2547fi;
2548	echo "$as_me:$LINENO: checking whether to build ISO8859-15 fonts" >&5
2549echo $ECHO_N "checking whether to build ISO8859-15 fonts... $ECHO_C" >&6
2550	echo "$as_me:$LINENO: result: $ISO8859_15" >&5
2551echo "${ECHO_T}$ISO8859_15" >&6
2552
2553
2554if test "x$ISO8859_15" = xyes; then
2555  ISO8859_15_TRUE=
2556  ISO8859_15_FALSE='#'
2557else
2558  ISO8859_15_TRUE='#'
2559  ISO8859_15_FALSE=
2560fi
2561
2562
2563
2564	# Check whether --enable-iso8859-16 or --disable-iso8859-16 was given.
2565if test "${enable_iso8859_16+set}" = set; then
2566  enableval="$enable_iso8859_16"
2567  ISO8859_16=$enableval
2568else
2569  ISO8859_16=yes
2570fi;
2571	echo "$as_me:$LINENO: checking whether to build ISO8859-16 fonts" >&5
2572echo $ECHO_N "checking whether to build ISO8859-16 fonts... $ECHO_C" >&6
2573	echo "$as_me:$LINENO: result: $ISO8859_16" >&5
2574echo "${ECHO_T}$ISO8859_16" >&6
2575
2576
2577if test "x$ISO8859_16" = xyes; then
2578  ISO8859_16_TRUE=
2579  ISO8859_16_FALSE='#'
2580else
2581  ISO8859_16_TRUE='#'
2582  ISO8859_16_FALSE=
2583fi
2584
2585
2586
2587	# Check whether --enable-koi8-r or --disable-koi8-r was given.
2588if test "${enable_koi8_r+set}" = set; then
2589  enableval="$enable_koi8_r"
2590  KOI8_R=$enableval
2591else
2592  KOI8_R=yes
2593fi;
2594	echo "$as_me:$LINENO: checking whether to build KOI8-R fonts" >&5
2595echo $ECHO_N "checking whether to build KOI8-R fonts... $ECHO_C" >&6
2596	echo "$as_me:$LINENO: result: $KOI8_R" >&5
2597echo "${ECHO_T}$KOI8_R" >&6
2598
2599
2600if test "x$KOI8_R" = xyes; then
2601  KOI8_R_TRUE=
2602  KOI8_R_FALSE='#'
2603else
2604  KOI8_R_TRUE='#'
2605  KOI8_R_FALSE=
2606fi
2607
2608
2609
2610	# Check whether --enable-jisx0201 or --disable-jisx0201 was given.
2611if test "${enable_jisx0201+set}" = set; then
2612  enableval="$enable_jisx0201"
2613  JISX0201=$enableval
2614else
2615  JISX0201=yes
2616fi;
2617	echo "$as_me:$LINENO: checking whether to build JISX0201 fonts" >&5
2618echo $ECHO_N "checking whether to build JISX0201 fonts... $ECHO_C" >&6
2619	echo "$as_me:$LINENO: result: $JISX0201" >&5
2620echo "${ECHO_T}$JISX0201" >&6
2621
2622
2623if test "x$JISX0201" = xyes; then
2624  JISX0201_TRUE=
2625  JISX0201_FALSE='#'
2626else
2627  JISX0201_TRUE='#'
2628  JISX0201_FALSE=
2629fi
2630
2631
2632
2633
2634
2635# Check whether --with-release-version or --without-release-version was given.
2636if test "${with_release_version+set}" = set; then
2637  withval="$with_release_version"
2638  RELEASE_VERSION="$withval"
2639else
2640  RELEASE_VERSION=""
2641fi;
2642	if test "x$RELEASE_VERSION" != "x"; then
2643		PACKAGE="$PACKAGE-$RELEASE_VERSION"
2644		PACKAGE_TARNAME="$PACKAGE_TARNAME-$RELEASE_VERSION"
2645		{ echo "$as_me:$LINENO: Building with package name set to $PACKAGE" >&5
2646echo "$as_me: Building with package name set to $PACKAGE" >&6;}
2647	fi
2648
2649
2650          ac_config_files="$ac_config_files Makefile"
2651cat >confcache <<\_ACEOF
2652# This file is a shell script that caches the results of configure
2653# tests run on this system so they can be shared between configure
2654# scripts and configure runs, see configure's option --config-cache.
2655# It is not useful on other systems.  If it contains results you don't
2656# want to keep, you may remove or edit it.
2657#
2658# config.status only pays attention to the cache file if you give it
2659# the --recheck option to rerun configure.
2660#
2661# `ac_cv_env_foo' variables (set or unset) will be overridden when
2662# loading this file, other *unset* `ac_cv_foo' will be assigned the
2663# following values.
2664
2665_ACEOF
2666
2667# The following way of writing the cache mishandles newlines in values,
2668# but we know of no workaround that is simple, portable, and efficient.
2669# So, don't put newlines in cache variables' values.
2670# Ultrix sh set writes to stderr and can't be redirected directly,
2671# and sets the high bit in the cache file unless we assign to the vars.
2672{
2673  (set) 2>&1 |
2674    case `(ac_space=' '; set | grep ac_space) 2>&1` in
2675    *ac_space=\ *)
2676      # `set' does not quote correctly, so add quotes (double-quote
2677      # substitution turns \\\\ into \\, and sed turns \\ into \).
2678      sed -n \
2679	"s/'/'\\\\''/g;
2680	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2681      ;;
2682    *)
2683      # `set' quotes correctly as required by POSIX, so do not add quotes.
2684      sed -n \
2685	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
2686      ;;
2687    esac;
2688} |
2689  sed '
2690     t clear
2691     : clear
2692     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2693     t end
2694     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2695     : end' >>confcache
2696if diff $cache_file confcache >/dev/null 2>&1; then :; else
2697  if test -w $cache_file; then
2698    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
2699    cat confcache >$cache_file
2700  else
2701    echo "not updating unwritable cache $cache_file"
2702  fi
2703fi
2704rm -f confcache
2705
2706test "x$prefix" = xNONE && prefix=$ac_default_prefix
2707# Let make expand exec_prefix.
2708test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2709
2710# VPATH may cause trouble with some makes, so we remove $(srcdir),
2711# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
2712# trailing colons and then remove the whole line if VPATH becomes empty
2713# (actually we leave an empty line to preserve line numbers).
2714if test "x$srcdir" = x.; then
2715  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
2716s/:*\$(srcdir):*/:/;
2717s/:*\${srcdir}:*/:/;
2718s/:*@srcdir@:*/:/;
2719s/^\([^=]*=[	 ]*\):*/\1/;
2720s/:*$//;
2721s/^[^=]*=[	 ]*$//;
2722}'
2723fi
2724
2725# Transform confdefs.h into DEFS.
2726# Protect against shell expansion while executing Makefile rules.
2727# Protect against Makefile macro expansion.
2728#
2729# If the first sed substitution is executed (which looks for macros that
2730# take arguments), then we branch to the quote section.  Otherwise,
2731# look for a macro that doesn't take arguments.
2732cat >confdef2opt.sed <<\_ACEOF
2733t clear
2734: clear
2735s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\),-D\1=\2,g
2736t quote
2737s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\),-D\1=\2,g
2738t quote
2739d
2740: quote
2741s,[	 `~#$^&*(){}\\|;'"<>?],\\&,g
2742s,\[,\\&,g
2743s,\],\\&,g
2744s,\$,$$,g
2745p
2746_ACEOF
2747# We use echo to avoid assuming a particular line-breaking character.
2748# The extra dot is to prevent the shell from consuming trailing
2749# line-breaks from the sub-command output.  A line-break within
2750# single-quotes doesn't work because, if this script is created in a
2751# platform that uses two characters for line-breaks (e.g., DOS), tr
2752# would break.
2753ac_LF_and_DOT=`echo; echo .`
2754DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
2755rm -f confdef2opt.sed
2756
2757
2758ac_libobjs=
2759ac_ltlibobjs=
2760for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2761  # 1. Remove the extension, and $U if already installed.
2762  ac_i=`echo "$ac_i" |
2763	 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
2764  # 2. Add them.
2765  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
2766  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
2767done
2768LIBOBJS=$ac_libobjs
2769
2770LTLIBOBJS=$ac_ltlibobjs
2771
2772
2773if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
2774  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
2775Usually this means the macro was only invoked conditionally." >&5
2776echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
2777Usually this means the macro was only invoked conditionally." >&2;}
2778   { (exit 1); exit 1; }; }
2779fi
2780if test -z "${ISO8859_1_TRUE}" && test -z "${ISO8859_1_FALSE}"; then
2781  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_1\" was never defined.
2782Usually this means the macro was only invoked conditionally." >&5
2783echo "$as_me: error: conditional \"ISO8859_1\" was never defined.
2784Usually this means the macro was only invoked conditionally." >&2;}
2785   { (exit 1); exit 1; }; }
2786fi
2787if test -z "${ISO8859_2_TRUE}" && test -z "${ISO8859_2_FALSE}"; then
2788  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_2\" was never defined.
2789Usually this means the macro was only invoked conditionally." >&5
2790echo "$as_me: error: conditional \"ISO8859_2\" was never defined.
2791Usually this means the macro was only invoked conditionally." >&2;}
2792   { (exit 1); exit 1; }; }
2793fi
2794if test -z "${ISO8859_3_TRUE}" && test -z "${ISO8859_3_FALSE}"; then
2795  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_3\" was never defined.
2796Usually this means the macro was only invoked conditionally." >&5
2797echo "$as_me: error: conditional \"ISO8859_3\" was never defined.
2798Usually this means the macro was only invoked conditionally." >&2;}
2799   { (exit 1); exit 1; }; }
2800fi
2801if test -z "${ISO8859_4_TRUE}" && test -z "${ISO8859_4_FALSE}"; then
2802  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_4\" was never defined.
2803Usually this means the macro was only invoked conditionally." >&5
2804echo "$as_me: error: conditional \"ISO8859_4\" was never defined.
2805Usually this means the macro was only invoked conditionally." >&2;}
2806   { (exit 1); exit 1; }; }
2807fi
2808if test -z "${ISO8859_5_TRUE}" && test -z "${ISO8859_5_FALSE}"; then
2809  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_5\" was never defined.
2810Usually this means the macro was only invoked conditionally." >&5
2811echo "$as_me: error: conditional \"ISO8859_5\" was never defined.
2812Usually this means the macro was only invoked conditionally." >&2;}
2813   { (exit 1); exit 1; }; }
2814fi
2815if test -z "${ISO8859_7_TRUE}" && test -z "${ISO8859_7_FALSE}"; then
2816  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_7\" was never defined.
2817Usually this means the macro was only invoked conditionally." >&5
2818echo "$as_me: error: conditional \"ISO8859_7\" was never defined.
2819Usually this means the macro was only invoked conditionally." >&2;}
2820   { (exit 1); exit 1; }; }
2821fi
2822if test -z "${ISO8859_8_TRUE}" && test -z "${ISO8859_8_FALSE}"; then
2823  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_8\" was never defined.
2824Usually this means the macro was only invoked conditionally." >&5
2825echo "$as_me: error: conditional \"ISO8859_8\" was never defined.
2826Usually this means the macro was only invoked conditionally." >&2;}
2827   { (exit 1); exit 1; }; }
2828fi
2829if test -z "${ISO8859_9_TRUE}" && test -z "${ISO8859_9_FALSE}"; then
2830  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_9\" was never defined.
2831Usually this means the macro was only invoked conditionally." >&5
2832echo "$as_me: error: conditional \"ISO8859_9\" was never defined.
2833Usually this means the macro was only invoked conditionally." >&2;}
2834   { (exit 1); exit 1; }; }
2835fi
2836if test -z "${ISO8859_10_TRUE}" && test -z "${ISO8859_10_FALSE}"; then
2837  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_10\" was never defined.
2838Usually this means the macro was only invoked conditionally." >&5
2839echo "$as_me: error: conditional \"ISO8859_10\" was never defined.
2840Usually this means the macro was only invoked conditionally." >&2;}
2841   { (exit 1); exit 1; }; }
2842fi
2843if test -z "${ISO8859_11_TRUE}" && test -z "${ISO8859_11_FALSE}"; then
2844  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_11\" was never defined.
2845Usually this means the macro was only invoked conditionally." >&5
2846echo "$as_me: error: conditional \"ISO8859_11\" was never defined.
2847Usually this means the macro was only invoked conditionally." >&2;}
2848   { (exit 1); exit 1; }; }
2849fi
2850if test -z "${ISO8859_13_TRUE}" && test -z "${ISO8859_13_FALSE}"; then
2851  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_13\" was never defined.
2852Usually this means the macro was only invoked conditionally." >&5
2853echo "$as_me: error: conditional \"ISO8859_13\" was never defined.
2854Usually this means the macro was only invoked conditionally." >&2;}
2855   { (exit 1); exit 1; }; }
2856fi
2857if test -z "${ISO8859_14_TRUE}" && test -z "${ISO8859_14_FALSE}"; then
2858  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_14\" was never defined.
2859Usually this means the macro was only invoked conditionally." >&5
2860echo "$as_me: error: conditional \"ISO8859_14\" was never defined.
2861Usually this means the macro was only invoked conditionally." >&2;}
2862   { (exit 1); exit 1; }; }
2863fi
2864if test -z "${ISO8859_15_TRUE}" && test -z "${ISO8859_15_FALSE}"; then
2865  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_15\" was never defined.
2866Usually this means the macro was only invoked conditionally." >&5
2867echo "$as_me: error: conditional \"ISO8859_15\" was never defined.
2868Usually this means the macro was only invoked conditionally." >&2;}
2869   { (exit 1); exit 1; }; }
2870fi
2871if test -z "${ISO8859_16_TRUE}" && test -z "${ISO8859_16_FALSE}"; then
2872  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_16\" was never defined.
2873Usually this means the macro was only invoked conditionally." >&5
2874echo "$as_me: error: conditional \"ISO8859_16\" was never defined.
2875Usually this means the macro was only invoked conditionally." >&2;}
2876   { (exit 1); exit 1; }; }
2877fi
2878if test -z "${KOI8_R_TRUE}" && test -z "${KOI8_R_FALSE}"; then
2879  { { echo "$as_me:$LINENO: error: conditional \"KOI8_R\" was never defined.
2880Usually this means the macro was only invoked conditionally." >&5
2881echo "$as_me: error: conditional \"KOI8_R\" was never defined.
2882Usually this means the macro was only invoked conditionally." >&2;}
2883   { (exit 1); exit 1; }; }
2884fi
2885if test -z "${JISX0201_TRUE}" && test -z "${JISX0201_FALSE}"; then
2886  { { echo "$as_me:$LINENO: error: conditional \"JISX0201\" was never defined.
2887Usually this means the macro was only invoked conditionally." >&5
2888echo "$as_me: error: conditional \"JISX0201\" was never defined.
2889Usually this means the macro was only invoked conditionally." >&2;}
2890   { (exit 1); exit 1; }; }
2891fi
2892
2893: ${CONFIG_STATUS=./config.status}
2894ac_clean_files_save=$ac_clean_files
2895ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2896{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
2897echo "$as_me: creating $CONFIG_STATUS" >&6;}
2898cat >$CONFIG_STATUS <<_ACEOF
2899#! $SHELL
2900# Generated by $as_me.
2901# Run this file to recreate the current configuration.
2902# Compiler output produced by configure, useful for debugging
2903# configure, is in config.log if it exists.
2904
2905debug=false
2906ac_cs_recheck=false
2907ac_cs_silent=false
2908SHELL=\${CONFIG_SHELL-$SHELL}
2909_ACEOF
2910
2911cat >>$CONFIG_STATUS <<\_ACEOF
2912## --------------------- ##
2913## M4sh Initialization.  ##
2914## --------------------- ##
2915
2916# Be Bourne compatible
2917if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2918  emulate sh
2919  NULLCMD=:
2920  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2921  # is contrary to our usage.  Disable this feature.
2922  alias -g '${1+"$@"}'='"$@"'
2923elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
2924  set -o posix
2925fi
2926DUALCASE=1; export DUALCASE # for MKS sh
2927
2928# Support unset when possible.
2929if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2930  as_unset=unset
2931else
2932  as_unset=false
2933fi
2934
2935
2936# Work around bugs in pre-3.0 UWIN ksh.
2937$as_unset ENV MAIL MAILPATH
2938PS1='$ '
2939PS2='> '
2940PS4='+ '
2941
2942# NLS nuisances.
2943for as_var in \
2944  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
2945  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2946  LC_TELEPHONE LC_TIME
2947do
2948  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2949    eval $as_var=C; export $as_var
2950  else
2951    $as_unset $as_var
2952  fi
2953done
2954
2955# Required to use basename.
2956if expr a : '\(a\)' >/dev/null 2>&1; then
2957  as_expr=expr
2958else
2959  as_expr=false
2960fi
2961
2962if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
2963  as_basename=basename
2964else
2965  as_basename=false
2966fi
2967
2968
2969# Name of the executable.
2970as_me=`$as_basename "$0" ||
2971$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2972	 X"$0" : 'X\(//\)$' \| \
2973	 X"$0" : 'X\(/\)$' \| \
2974	 .     : '\(.\)' 2>/dev/null ||
2975echo X/"$0" |
2976    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
2977  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
2978  	  /^X\/\(\/\).*/{ s//\1/; q; }
2979  	  s/.*/./; q'`
2980
2981
2982# PATH needs CR, and LINENO needs CR and PATH.
2983# Avoid depending upon Character Ranges.
2984as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2985as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2986as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2987as_cr_digits='0123456789'
2988as_cr_alnum=$as_cr_Letters$as_cr_digits
2989
2990# The user is always right.
2991if test "${PATH_SEPARATOR+set}" != set; then
2992  echo "#! /bin/sh" >conf$$.sh
2993  echo  "exit 0"   >>conf$$.sh
2994  chmod +x conf$$.sh
2995  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2996    PATH_SEPARATOR=';'
2997  else
2998    PATH_SEPARATOR=:
2999  fi
3000  rm -f conf$$.sh
3001fi
3002
3003
3004  as_lineno_1=$LINENO
3005  as_lineno_2=$LINENO
3006  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
3007  test "x$as_lineno_1" != "x$as_lineno_2" &&
3008  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
3009  # Find who we are.  Look in the path if we contain no path at all
3010  # relative or not.
3011  case $0 in
3012    *[\\/]* ) as_myself=$0 ;;
3013    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3014for as_dir in $PATH
3015do
3016  IFS=$as_save_IFS
3017  test -z "$as_dir" && as_dir=.
3018  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3019done
3020
3021       ;;
3022  esac
3023  # We did not find ourselves, most probably we were run as `sh COMMAND'
3024  # in which case we are not to be found in the path.
3025  if test "x$as_myself" = x; then
3026    as_myself=$0
3027  fi
3028  if test ! -f "$as_myself"; then
3029    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
3030echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
3031   { (exit 1); exit 1; }; }
3032  fi
3033  case $CONFIG_SHELL in
3034  '')
3035    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3036for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
3037do
3038  IFS=$as_save_IFS
3039  test -z "$as_dir" && as_dir=.
3040  for as_base in sh bash ksh sh5; do
3041	 case $as_dir in
3042	 /*)
3043	   if ("$as_dir/$as_base" -c '
3044  as_lineno_1=$LINENO
3045  as_lineno_2=$LINENO
3046  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
3047  test "x$as_lineno_1" != "x$as_lineno_2" &&
3048  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
3049	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
3050	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
3051	     CONFIG_SHELL=$as_dir/$as_base
3052	     export CONFIG_SHELL
3053	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
3054	   fi;;
3055	 esac
3056       done
3057done
3058;;
3059  esac
3060
3061  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
3062  # uniformly replaced by the line number.  The first 'sed' inserts a
3063  # line-number line before each line; the second 'sed' does the real
3064  # work.  The second script uses 'N' to pair each line-number line
3065  # with the numbered line, and appends trailing '-' during
3066  # substitution so that $LINENO is not a special case at line end.
3067  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
3068  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
3069  sed '=' <$as_myself |
3070    sed '
3071      N
3072      s,$,-,
3073      : loop
3074      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
3075      t loop
3076      s,-$,,
3077      s,^['$as_cr_digits']*\n,,
3078    ' >$as_me.lineno &&
3079  chmod +x $as_me.lineno ||
3080    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
3081echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
3082   { (exit 1); exit 1; }; }
3083
3084  # Don't try to exec as it changes $[0], causing all sort of problems
3085  # (the dirname of $[0] is not the place where we might find the
3086  # original and so on.  Autoconf is especially sensible to this).
3087  . ./$as_me.lineno
3088  # Exit status is that of the last command.
3089  exit
3090}
3091
3092
3093case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
3094  *c*,-n*) ECHO_N= ECHO_C='
3095' ECHO_T='	' ;;
3096  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
3097  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
3098esac
3099
3100if expr a : '\(a\)' >/dev/null 2>&1; then
3101  as_expr=expr
3102else
3103  as_expr=false
3104fi
3105
3106rm -f conf$$ conf$$.exe conf$$.file
3107echo >conf$$.file
3108if ln -s conf$$.file conf$$ 2>/dev/null; then
3109  # We could just check for DJGPP; but this test a) works b) is more generic
3110  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
3111  if test -f conf$$.exe; then
3112    # Don't use ln at all; we don't have any links
3113    as_ln_s='cp -p'
3114  else
3115    as_ln_s='ln -s'
3116  fi
3117elif ln conf$$.file conf$$ 2>/dev/null; then
3118  as_ln_s=ln
3119else
3120  as_ln_s='cp -p'
3121fi
3122rm -f conf$$ conf$$.exe conf$$.file
3123
3124if mkdir -p . 2>/dev/null; then
3125  as_mkdir_p=:
3126else
3127  test -d ./-p && rmdir ./-p
3128  as_mkdir_p=false
3129fi
3130
3131as_executable_p="test -f"
3132
3133# Sed expression to map a string onto a valid CPP name.
3134as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3135
3136# Sed expression to map a string onto a valid variable name.
3137as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3138
3139
3140# IFS
3141# We need space, tab and new line, in precisely that order.
3142as_nl='
3143'
3144IFS=" 	$as_nl"
3145
3146# CDPATH.
3147$as_unset CDPATH
3148
3149exec 6>&1
3150
3151# Open the log real soon, to keep \$[0] and so on meaningful, and to
3152# report actual input values of CONFIG_FILES etc. instead of their
3153# values after options handling.  Logging --version etc. is OK.
3154exec 5>>config.log
3155{
3156  echo
3157  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3158## Running $as_me. ##
3159_ASBOX
3160} >&5
3161cat >&5 <<_CSEOF
3162
3163This file was extended by font-misc-misc $as_me 1.0.0, which was
3164generated by GNU Autoconf 2.59.  Invocation command line was
3165
3166  CONFIG_FILES    = $CONFIG_FILES
3167  CONFIG_HEADERS  = $CONFIG_HEADERS
3168  CONFIG_LINKS    = $CONFIG_LINKS
3169  CONFIG_COMMANDS = $CONFIG_COMMANDS
3170  $ $0 $@
3171
3172_CSEOF
3173echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
3174echo >&5
3175_ACEOF
3176
3177# Files that config.status was made for.
3178if test -n "$ac_config_files"; then
3179  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
3180fi
3181
3182if test -n "$ac_config_headers"; then
3183  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
3184fi
3185
3186if test -n "$ac_config_links"; then
3187  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
3188fi
3189
3190if test -n "$ac_config_commands"; then
3191  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
3192fi
3193
3194cat >>$CONFIG_STATUS <<\_ACEOF
3195
3196ac_cs_usage="\
3197\`$as_me' instantiates files from templates according to the
3198current configuration.
3199
3200Usage: $0 [OPTIONS] [FILE]...
3201
3202  -h, --help       print this help, then exit
3203  -V, --version    print version number, then exit
3204  -q, --quiet      do not print progress messages
3205  -d, --debug      don't remove temporary files
3206      --recheck    update $as_me by reconfiguring in the same conditions
3207  --file=FILE[:TEMPLATE]
3208		   instantiate the configuration file FILE
3209
3210Configuration files:
3211$config_files
3212
3213Report bugs to <bug-autoconf@gnu.org>."
3214_ACEOF
3215
3216cat >>$CONFIG_STATUS <<_ACEOF
3217ac_cs_version="\\
3218font-misc-misc config.status 1.0.0
3219configured by $0, generated by GNU Autoconf 2.59,
3220  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
3221
3222Copyright (C) 2003 Free Software Foundation, Inc.
3223This config.status script is free software; the Free Software Foundation
3224gives unlimited permission to copy, distribute and modify it."
3225srcdir=$srcdir
3226INSTALL="$INSTALL"
3227_ACEOF
3228
3229cat >>$CONFIG_STATUS <<\_ACEOF
3230# If no file are specified by the user, then we need to provide default
3231# value.  By we need to know if files were specified by the user.
3232ac_need_defaults=:
3233while test $# != 0
3234do
3235  case $1 in
3236  --*=*)
3237    ac_option=`expr "x$1" : 'x\([^=]*\)='`
3238    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
3239    ac_shift=:
3240    ;;
3241  -*)
3242    ac_option=$1
3243    ac_optarg=$2
3244    ac_shift=shift
3245    ;;
3246  *) # This is not an option, so the user has probably given explicit
3247     # arguments.
3248     ac_option=$1
3249     ac_need_defaults=false;;
3250  esac
3251
3252  case $ac_option in
3253  # Handling of the options.
3254_ACEOF
3255cat >>$CONFIG_STATUS <<\_ACEOF
3256  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3257    ac_cs_recheck=: ;;
3258  --version | --vers* | -V )
3259    echo "$ac_cs_version"; exit 0 ;;
3260  --he | --h)
3261    # Conflict between --help and --header
3262    { { echo "$as_me:$LINENO: error: ambiguous option: $1
3263Try \`$0 --help' for more information." >&5
3264echo "$as_me: error: ambiguous option: $1
3265Try \`$0 --help' for more information." >&2;}
3266   { (exit 1); exit 1; }; };;
3267  --help | --hel | -h )
3268    echo "$ac_cs_usage"; exit 0 ;;
3269  --debug | --d* | -d )
3270    debug=: ;;
3271  --file | --fil | --fi | --f )
3272    $ac_shift
3273    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
3274    ac_need_defaults=false;;
3275  --header | --heade | --head | --hea )
3276    $ac_shift
3277    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
3278    ac_need_defaults=false;;
3279  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3280  | -silent | --silent | --silen | --sile | --sil | --si | --s)
3281    ac_cs_silent=: ;;
3282
3283  # This is an error.
3284  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
3285Try \`$0 --help' for more information." >&5
3286echo "$as_me: error: unrecognized option: $1
3287Try \`$0 --help' for more information." >&2;}
3288   { (exit 1); exit 1; }; } ;;
3289
3290  *) ac_config_targets="$ac_config_targets $1" ;;
3291
3292  esac
3293  shift
3294done
3295
3296ac_configure_extra_args=
3297
3298if $ac_cs_silent; then
3299  exec 6>/dev/null
3300  ac_configure_extra_args="$ac_configure_extra_args --silent"
3301fi
3302
3303_ACEOF
3304cat >>$CONFIG_STATUS <<_ACEOF
3305if \$ac_cs_recheck; then
3306  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
3307  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3308fi
3309
3310_ACEOF
3311
3312
3313
3314
3315
3316cat >>$CONFIG_STATUS <<\_ACEOF
3317for ac_config_target in $ac_config_targets
3318do
3319  case "$ac_config_target" in
3320  # Handling of arguments.
3321  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3322  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
3323echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
3324   { (exit 1); exit 1; }; };;
3325  esac
3326done
3327
3328# If the user did not use the arguments to specify the items to instantiate,
3329# then the envvar interface is used.  Set only those that are not.
3330# We use the long form for the default assignment because of an extremely
3331# bizarre bug on SunOS 4.1.3.
3332if $ac_need_defaults; then
3333  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3334fi
3335
3336# Have a temporary directory for convenience.  Make it in the build tree
3337# simply because there is no reason to put it here, and in addition,
3338# creating and moving files from /tmp can sometimes cause problems.
3339# Create a temporary directory, and hook for its removal unless debugging.
3340$debug ||
3341{
3342  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
3343  trap '{ (exit 1); exit 1; }' 1 2 13 15
3344}
3345
3346# Create a (secure) tmp directory for tmp files.
3347
3348{
3349  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
3350  test -n "$tmp" && test -d "$tmp"
3351}  ||
3352{
3353  tmp=./confstat$$-$RANDOM
3354  (umask 077 && mkdir $tmp)
3355} ||
3356{
3357   echo "$me: cannot create a temporary directory in ." >&2
3358   { (exit 1); exit 1; }
3359}
3360
3361_ACEOF
3362
3363cat >>$CONFIG_STATUS <<_ACEOF
3364
3365#
3366# CONFIG_FILES section.
3367#
3368
3369# No need to generate the scripts if there are no CONFIG_FILES.
3370# This happens for instance when ./config.status config.h
3371if test -n "\$CONFIG_FILES"; then
3372  # Protect against being on the right side of a sed subst in config.status.
3373  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
3374   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
3375s,@SHELL@,$SHELL,;t t
3376s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
3377s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
3378s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
3379s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
3380s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
3381s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
3382s,@exec_prefix@,$exec_prefix,;t t
3383s,@prefix@,$prefix,;t t
3384s,@program_transform_name@,$program_transform_name,;t t
3385s,@bindir@,$bindir,;t t
3386s,@sbindir@,$sbindir,;t t
3387s,@libexecdir@,$libexecdir,;t t
3388s,@datadir@,$datadir,;t t
3389s,@sysconfdir@,$sysconfdir,;t t
3390s,@sharedstatedir@,$sharedstatedir,;t t
3391s,@localstatedir@,$localstatedir,;t t
3392s,@libdir@,$libdir,;t t
3393s,@includedir@,$includedir,;t t
3394s,@oldincludedir@,$oldincludedir,;t t
3395s,@infodir@,$infodir,;t t
3396s,@mandir@,$mandir,;t t
3397s,@build_alias@,$build_alias,;t t
3398s,@host_alias@,$host_alias,;t t
3399s,@target_alias@,$target_alias,;t t
3400s,@DEFS@,$DEFS,;t t
3401s,@ECHO_C@,$ECHO_C,;t t
3402s,@ECHO_N@,$ECHO_N,;t t
3403s,@ECHO_T@,$ECHO_T,;t t
3404s,@LIBS@,$LIBS,;t t
3405s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
3406s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
3407s,@INSTALL_DATA@,$INSTALL_DATA,;t t
3408s,@CYGPATH_W@,$CYGPATH_W,;t t
3409s,@PACKAGE@,$PACKAGE,;t t
3410s,@VERSION@,$VERSION,;t t
3411s,@ACLOCAL@,$ACLOCAL,;t t
3412s,@AUTOCONF@,$AUTOCONF,;t t
3413s,@AUTOMAKE@,$AUTOMAKE,;t t
3414s,@AUTOHEADER@,$AUTOHEADER,;t t
3415s,@MAKEINFO@,$MAKEINFO,;t t
3416s,@AMTAR@,$AMTAR,;t t
3417s,@install_sh@,$install_sh,;t t
3418s,@STRIP@,$STRIP,;t t
3419s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
3420s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
3421s,@AWK@,$AWK,;t t
3422s,@SET_MAKE@,$SET_MAKE,;t t
3423s,@am__leading_dot@,$am__leading_dot,;t t
3424s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
3425s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
3426s,@MAINT@,$MAINT,;t t
3427s,@PERL@,$PERL,;t t
3428s,@BDFTOPCF@,$BDFTOPCF,;t t
3429s,@BDFTRUNCATE@,$BDFTRUNCATE,;t t
3430s,@UCS2ANY@,$UCS2ANY,;t t
3431s,@MKFONTSCALE@,$MKFONTSCALE,;t t
3432s,@MKFONTDIR@,$MKFONTDIR,;t t
3433s,@FONTDIR@,$FONTDIR,;t t
3434s,@PKG_CONFIG@,$PKG_CONFIG,;t t
3435s,@ac_pt_PKG_CONFIG@,$ac_pt_PKG_CONFIG,;t t
3436s,@MAPS_CFLAGS@,$MAPS_CFLAGS,;t t
3437s,@MAPS_LIBS@,$MAPS_LIBS,;t t
3438s,@MAPFILES_PATH@,$MAPFILES_PATH,;t t
3439s,@ISO8859_1_TRUE@,$ISO8859_1_TRUE,;t t
3440s,@ISO8859_1_FALSE@,$ISO8859_1_FALSE,;t t
3441s,@ISO8859_2_TRUE@,$ISO8859_2_TRUE,;t t
3442s,@ISO8859_2_FALSE@,$ISO8859_2_FALSE,;t t
3443s,@ISO8859_3_TRUE@,$ISO8859_3_TRUE,;t t
3444s,@ISO8859_3_FALSE@,$ISO8859_3_FALSE,;t t
3445s,@ISO8859_4_TRUE@,$ISO8859_4_TRUE,;t t
3446s,@ISO8859_4_FALSE@,$ISO8859_4_FALSE,;t t
3447s,@ISO8859_5_TRUE@,$ISO8859_5_TRUE,;t t
3448s,@ISO8859_5_FALSE@,$ISO8859_5_FALSE,;t t
3449s,@ISO8859_7_TRUE@,$ISO8859_7_TRUE,;t t
3450s,@ISO8859_7_FALSE@,$ISO8859_7_FALSE,;t t
3451s,@ISO8859_8_TRUE@,$ISO8859_8_TRUE,;t t
3452s,@ISO8859_8_FALSE@,$ISO8859_8_FALSE,;t t
3453s,@ISO8859_9_TRUE@,$ISO8859_9_TRUE,;t t
3454s,@ISO8859_9_FALSE@,$ISO8859_9_FALSE,;t t
3455s,@ISO8859_10_TRUE@,$ISO8859_10_TRUE,;t t
3456s,@ISO8859_10_FALSE@,$ISO8859_10_FALSE,;t t
3457s,@ISO8859_11_TRUE@,$ISO8859_11_TRUE,;t t
3458s,@ISO8859_11_FALSE@,$ISO8859_11_FALSE,;t t
3459s,@ISO8859_13_TRUE@,$ISO8859_13_TRUE,;t t
3460s,@ISO8859_13_FALSE@,$ISO8859_13_FALSE,;t t
3461s,@ISO8859_14_TRUE@,$ISO8859_14_TRUE,;t t
3462s,@ISO8859_14_FALSE@,$ISO8859_14_FALSE,;t t
3463s,@ISO8859_15_TRUE@,$ISO8859_15_TRUE,;t t
3464s,@ISO8859_15_FALSE@,$ISO8859_15_FALSE,;t t
3465s,@ISO8859_16_TRUE@,$ISO8859_16_TRUE,;t t
3466s,@ISO8859_16_FALSE@,$ISO8859_16_FALSE,;t t
3467s,@KOI8_R_TRUE@,$KOI8_R_TRUE,;t t
3468s,@KOI8_R_FALSE@,$KOI8_R_FALSE,;t t
3469s,@JISX0201_TRUE@,$JISX0201_TRUE,;t t
3470s,@JISX0201_FALSE@,$JISX0201_FALSE,;t t
3471s,@LIBOBJS@,$LIBOBJS,;t t
3472s,@LTLIBOBJS@,$LTLIBOBJS,;t t
3473CEOF
3474
3475_ACEOF
3476
3477  cat >>$CONFIG_STATUS <<\_ACEOF
3478  # Split the substitutions into bite-sized pieces for seds with
3479  # small command number limits, like on Digital OSF/1 and HP-UX.
3480  ac_max_sed_lines=48
3481  ac_sed_frag=1 # Number of current file.
3482  ac_beg=1 # First line for current file.
3483  ac_end=$ac_max_sed_lines # Line after last line for current file.
3484  ac_more_lines=:
3485  ac_sed_cmds=
3486  while $ac_more_lines; do
3487    if test $ac_beg -gt 1; then
3488      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3489    else
3490      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3491    fi
3492    if test ! -s $tmp/subs.frag; then
3493      ac_more_lines=false
3494    else
3495      # The purpose of the label and of the branching condition is to
3496      # speed up the sed processing (if there are no `@' at all, there
3497      # is no need to browse any of the substitutions).
3498      # These are the two extra sed commands mentioned above.
3499      (echo ':t
3500  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
3501      if test -z "$ac_sed_cmds"; then
3502	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
3503      else
3504	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
3505      fi
3506      ac_sed_frag=`expr $ac_sed_frag + 1`
3507      ac_beg=$ac_end
3508      ac_end=`expr $ac_end + $ac_max_sed_lines`
3509    fi
3510  done
3511  if test -z "$ac_sed_cmds"; then
3512    ac_sed_cmds=cat
3513  fi
3514fi # test -n "$CONFIG_FILES"
3515
3516_ACEOF
3517cat >>$CONFIG_STATUS <<\_ACEOF
3518for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
3519  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3520  case $ac_file in
3521  - | *:- | *:-:* ) # input from stdin
3522	cat >$tmp/stdin
3523	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3524	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3525  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3526	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3527  * )   ac_file_in=$ac_file.in ;;
3528  esac
3529
3530  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
3531  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
3532$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3533	 X"$ac_file" : 'X\(//\)[^/]' \| \
3534	 X"$ac_file" : 'X\(//\)$' \| \
3535	 X"$ac_file" : 'X\(/\)' \| \
3536	 .     : '\(.\)' 2>/dev/null ||
3537echo X"$ac_file" |
3538    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3539  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3540  	  /^X\(\/\/\)$/{ s//\1/; q; }
3541  	  /^X\(\/\).*/{ s//\1/; q; }
3542  	  s/.*/./; q'`
3543  { if $as_mkdir_p; then
3544    mkdir -p "$ac_dir"
3545  else
3546    as_dir="$ac_dir"
3547    as_dirs=
3548    while test ! -d "$as_dir"; do
3549      as_dirs="$as_dir $as_dirs"
3550      as_dir=`(dirname "$as_dir") 2>/dev/null ||
3551$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3552	 X"$as_dir" : 'X\(//\)[^/]' \| \
3553	 X"$as_dir" : 'X\(//\)$' \| \
3554	 X"$as_dir" : 'X\(/\)' \| \
3555	 .     : '\(.\)' 2>/dev/null ||
3556echo X"$as_dir" |
3557    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3558  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3559  	  /^X\(\/\/\)$/{ s//\1/; q; }
3560  	  /^X\(\/\).*/{ s//\1/; q; }
3561  	  s/.*/./; q'`
3562    done
3563    test ! -n "$as_dirs" || mkdir $as_dirs
3564  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
3565echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
3566   { (exit 1); exit 1; }; }; }
3567
3568  ac_builddir=.
3569
3570if test "$ac_dir" != .; then
3571  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3572  # A "../" for each directory in $ac_dir_suffix.
3573  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
3574else
3575  ac_dir_suffix= ac_top_builddir=
3576fi
3577
3578case $srcdir in
3579  .)  # No --srcdir option.  We are building in place.
3580    ac_srcdir=.
3581    if test -z "$ac_top_builddir"; then
3582       ac_top_srcdir=.
3583    else
3584       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
3585    fi ;;
3586  [\\/]* | ?:[\\/]* )  # Absolute path.
3587    ac_srcdir=$srcdir$ac_dir_suffix;
3588    ac_top_srcdir=$srcdir ;;
3589  *) # Relative path.
3590    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
3591    ac_top_srcdir=$ac_top_builddir$srcdir ;;
3592esac
3593
3594# Do not use `cd foo && pwd` to compute absolute paths, because
3595# the directories may not exist.
3596case `pwd` in
3597.) ac_abs_builddir="$ac_dir";;
3598*)
3599  case "$ac_dir" in
3600  .) ac_abs_builddir=`pwd`;;
3601  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
3602  *) ac_abs_builddir=`pwd`/"$ac_dir";;
3603  esac;;
3604esac
3605case $ac_abs_builddir in
3606.) ac_abs_top_builddir=${ac_top_builddir}.;;
3607*)
3608  case ${ac_top_builddir}. in
3609  .) ac_abs_top_builddir=$ac_abs_builddir;;
3610  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
3611  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
3612  esac;;
3613esac
3614case $ac_abs_builddir in
3615.) ac_abs_srcdir=$ac_srcdir;;
3616*)
3617  case $ac_srcdir in
3618  .) ac_abs_srcdir=$ac_abs_builddir;;
3619  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
3620  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3621  esac;;
3622esac
3623case $ac_abs_builddir in
3624.) ac_abs_top_srcdir=$ac_top_srcdir;;
3625*)
3626  case $ac_top_srcdir in
3627  .) ac_abs_top_srcdir=$ac_abs_builddir;;
3628  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
3629  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
3630  esac;;
3631esac
3632
3633
3634  case $INSTALL in
3635  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3636  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
3637  esac
3638
3639  if test x"$ac_file" != x-; then
3640    { echo "$as_me:$LINENO: creating $ac_file" >&5
3641echo "$as_me: creating $ac_file" >&6;}
3642    rm -f "$ac_file"
3643  fi
3644  # Let's still pretend it is `configure' which instantiates (i.e., don't
3645  # use $as_me), people would be surprised to read:
3646  #    /* config.h.  Generated by config.status.  */
3647  if test x"$ac_file" = x-; then
3648    configure_input=
3649  else
3650    configure_input="$ac_file.  "
3651  fi
3652  configure_input=$configure_input"Generated from `echo $ac_file_in |
3653				     sed 's,.*/,,'` by configure."
3654
3655  # First look for the input files in the build tree, otherwise in the
3656  # src tree.
3657  ac_file_inputs=`IFS=:
3658    for f in $ac_file_in; do
3659      case $f in
3660      -) echo $tmp/stdin ;;
3661      [\\/$]*)
3662	 # Absolute (can't be DOS-style, as IFS=:)
3663	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3664echo "$as_me: error: cannot find input file: $f" >&2;}
3665   { (exit 1); exit 1; }; }
3666	 echo "$f";;
3667      *) # Relative
3668	 if test -f "$f"; then
3669	   # Build tree
3670	   echo "$f"
3671	 elif test -f "$srcdir/$f"; then
3672	   # Source tree
3673	   echo "$srcdir/$f"
3674	 else
3675	   # /dev/null tree
3676	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3677echo "$as_me: error: cannot find input file: $f" >&2;}
3678   { (exit 1); exit 1; }; }
3679	 fi;;
3680      esac
3681    done` || { (exit 1); exit 1; }
3682_ACEOF
3683cat >>$CONFIG_STATUS <<_ACEOF
3684  sed "$ac_vpsub
3685$extrasub
3686_ACEOF
3687cat >>$CONFIG_STATUS <<\_ACEOF
3688:t
3689/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3690s,@configure_input@,$configure_input,;t t
3691s,@srcdir@,$ac_srcdir,;t t
3692s,@abs_srcdir@,$ac_abs_srcdir,;t t
3693s,@top_srcdir@,$ac_top_srcdir,;t t
3694s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
3695s,@builddir@,$ac_builddir,;t t
3696s,@abs_builddir@,$ac_abs_builddir,;t t
3697s,@top_builddir@,$ac_top_builddir,;t t
3698s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
3699s,@INSTALL@,$ac_INSTALL,;t t
3700" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
3701  rm -f $tmp/stdin
3702  if test x"$ac_file" != x-; then
3703    mv $tmp/out $ac_file
3704  else
3705    cat $tmp/out
3706    rm -f $tmp/out
3707  fi
3708
3709done
3710_ACEOF
3711
3712cat >>$CONFIG_STATUS <<\_ACEOF
3713
3714{ (exit 0); exit 0; }
3715_ACEOF
3716chmod +x $CONFIG_STATUS
3717ac_clean_files=$ac_clean_files_save
3718
3719
3720# configure is writing to config.log, and then calls config.status.
3721# config.status does its own redirection, appending to config.log.
3722# Unfortunately, on DOS this fails, as config.log is still kept open
3723# by configure, so config.status won't be able to write to it; its
3724# output is simply discarded.  So we exec the FD to /dev/null,
3725# effectively closing config.log, so it can be properly (re)opened and
3726# appended to by config.status.  When coming back to configure, we
3727# need to make the FD available again.
3728if test "$no_create" != yes; then
3729  ac_cs_success=:
3730  ac_config_status_args=
3731  test "$silent" = yes &&
3732    ac_config_status_args="$ac_config_status_args --quiet"
3733  exec 5>/dev/null
3734  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3735  exec 5>>config.log
3736  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3737  # would make configure fail if this is the last instruction.
3738  $ac_cs_success || { (exit 1); exit 1; }
3739fi
3740
3741