configure revision a99f82b8
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.59 for font-alias 1.0.1.
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-alias'
271PACKAGE_TARNAME='font-alias'
272PACKAGE_VERSION='1.0.1'
273PACKAGE_STRING='font-alias 1.0.1'
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 TOPFONTDIR 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
717
718#
719# Report the --help message.
720#
721if test "$ac_init_help" = "long"; then
722  # Omit some internal or obsolete options to make the list less imposing.
723  # This message is too long to be a string in the A/UX 3.1 sh.
724  cat <<_ACEOF
725\`configure' configures font-alias 1.0.1 to adapt to many kinds of systems.
726
727Usage: $0 [OPTION]... [VAR=VALUE]...
728
729To assign environment variables (e.g., CC, CFLAGS...), specify them as
730VAR=VALUE.  See below for descriptions of some of the useful variables.
731
732Defaults for the options are specified in brackets.
733
734Configuration:
735  -h, --help              display this help and exit
736      --help=short        display options specific to this package
737      --help=recursive    display the short help of all the included packages
738  -V, --version           display version information and exit
739  -q, --quiet, --silent   do not print \`checking...' messages
740      --cache-file=FILE   cache test results in FILE [disabled]
741  -C, --config-cache      alias for \`--cache-file=config.cache'
742  -n, --no-create         do not create output files
743      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
744
745_ACEOF
746
747  cat <<_ACEOF
748Installation directories:
749  --prefix=PREFIX         install architecture-independent files in PREFIX
750			  [$ac_default_prefix]
751  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
752			  [PREFIX]
753
754By default, \`make install' will install all the files in
755\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
756an installation prefix other than \`$ac_default_prefix' using \`--prefix',
757for instance \`--prefix=\$HOME'.
758
759For better control, use the options below.
760
761Fine tuning of the installation directories:
762  --bindir=DIR           user executables [EPREFIX/bin]
763  --sbindir=DIR          system admin executables [EPREFIX/sbin]
764  --libexecdir=DIR       program executables [EPREFIX/libexec]
765  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
766  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
767  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
768  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
769  --libdir=DIR           object code libraries [EPREFIX/lib]
770  --includedir=DIR       C header files [PREFIX/include]
771  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
772  --infodir=DIR          info documentation [PREFIX/info]
773  --mandir=DIR           man documentation [PREFIX/man]
774_ACEOF
775
776  cat <<\_ACEOF
777
778Program names:
779  --program-prefix=PREFIX            prepend PREFIX to installed program names
780  --program-suffix=SUFFIX            append SUFFIX to installed program names
781  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
782_ACEOF
783fi
784
785if test -n "$ac_init_help"; then
786  case $ac_init_help in
787     short | recursive ) echo "Configuration of font-alias 1.0.1:";;
788   esac
789  cat <<\_ACEOF
790
791Optional Features:
792  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
793  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
794  --enable-maintainer-mode enable make rules and dependencies not useful
795                          (and sometimes confusing) to the casual installer
796
797Optional Packages:
798  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
799  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
800  --with-top-fontdir=<path>
801                          Path to top level font directory
802  --with-release-version=STRING
803                          Use release version string in package name
804
805Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
806_ACEOF
807fi
808
809if test "$ac_init_help" = "recursive"; then
810  # If there are subdirs, report their specific --help.
811  ac_popdir=`pwd`
812  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
813    test -d $ac_dir || continue
814    ac_builddir=.
815
816if test "$ac_dir" != .; then
817  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
818  # A "../" for each directory in $ac_dir_suffix.
819  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
820else
821  ac_dir_suffix= ac_top_builddir=
822fi
823
824case $srcdir in
825  .)  # No --srcdir option.  We are building in place.
826    ac_srcdir=.
827    if test -z "$ac_top_builddir"; then
828       ac_top_srcdir=.
829    else
830       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
831    fi ;;
832  [\\/]* | ?:[\\/]* )  # Absolute path.
833    ac_srcdir=$srcdir$ac_dir_suffix;
834    ac_top_srcdir=$srcdir ;;
835  *) # Relative path.
836    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
837    ac_top_srcdir=$ac_top_builddir$srcdir ;;
838esac
839
840# Do not use `cd foo && pwd` to compute absolute paths, because
841# the directories may not exist.
842case `pwd` in
843.) ac_abs_builddir="$ac_dir";;
844*)
845  case "$ac_dir" in
846  .) ac_abs_builddir=`pwd`;;
847  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
848  *) ac_abs_builddir=`pwd`/"$ac_dir";;
849  esac;;
850esac
851case $ac_abs_builddir in
852.) ac_abs_top_builddir=${ac_top_builddir}.;;
853*)
854  case ${ac_top_builddir}. in
855  .) ac_abs_top_builddir=$ac_abs_builddir;;
856  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
857  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
858  esac;;
859esac
860case $ac_abs_builddir in
861.) ac_abs_srcdir=$ac_srcdir;;
862*)
863  case $ac_srcdir in
864  .) ac_abs_srcdir=$ac_abs_builddir;;
865  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
866  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
867  esac;;
868esac
869case $ac_abs_builddir in
870.) ac_abs_top_srcdir=$ac_top_srcdir;;
871*)
872  case $ac_top_srcdir in
873  .) ac_abs_top_srcdir=$ac_abs_builddir;;
874  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
875  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
876  esac;;
877esac
878
879    cd $ac_dir
880    # Check for guested configure; otherwise get Cygnus style configure.
881    if test -f $ac_srcdir/configure.gnu; then
882      echo
883      $SHELL $ac_srcdir/configure.gnu  --help=recursive
884    elif test -f $ac_srcdir/configure; then
885      echo
886      $SHELL $ac_srcdir/configure  --help=recursive
887    elif test -f $ac_srcdir/configure.ac ||
888	   test -f $ac_srcdir/configure.in; then
889      echo
890      $ac_configure --help
891    else
892      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
893    fi
894    cd $ac_popdir
895  done
896fi
897
898test -n "$ac_init_help" && exit 0
899if $ac_init_version; then
900  cat <<\_ACEOF
901font-alias configure 1.0.1
902generated by GNU Autoconf 2.59
903
904Copyright (C) 2003 Free Software Foundation, Inc.
905This configure script is free software; the Free Software Foundation
906gives unlimited permission to copy, distribute and modify it.
907_ACEOF
908  exit 0
909fi
910exec 5>config.log
911cat >&5 <<_ACEOF
912This file contains any messages produced by compilers while
913running configure, to aid debugging if configure makes a mistake.
914
915It was created by font-alias $as_me 1.0.1, which was
916generated by GNU Autoconf 2.59.  Invocation command line was
917
918  $ $0 $@
919
920_ACEOF
921{
922cat <<_ASUNAME
923## --------- ##
924## Platform. ##
925## --------- ##
926
927hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
928uname -m = `(uname -m) 2>/dev/null || echo unknown`
929uname -r = `(uname -r) 2>/dev/null || echo unknown`
930uname -s = `(uname -s) 2>/dev/null || echo unknown`
931uname -v = `(uname -v) 2>/dev/null || echo unknown`
932
933/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
934/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
935
936/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
937/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
938/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
939hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
940/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
941/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
942/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
943
944_ASUNAME
945
946as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
947for as_dir in $PATH
948do
949  IFS=$as_save_IFS
950  test -z "$as_dir" && as_dir=.
951  echo "PATH: $as_dir"
952done
953
954} >&5
955
956cat >&5 <<_ACEOF
957
958
959## ----------- ##
960## Core tests. ##
961## ----------- ##
962
963_ACEOF
964
965
966# Keep a trace of the command line.
967# Strip out --no-create and --no-recursion so they do not pile up.
968# Strip out --silent because we don't want to record it for future runs.
969# Also quote any args containing shell meta-characters.
970# Make two passes to allow for proper duplicate-argument suppression.
971ac_configure_args=
972ac_configure_args0=
973ac_configure_args1=
974ac_sep=
975ac_must_keep_next=false
976for ac_pass in 1 2
977do
978  for ac_arg
979  do
980    case $ac_arg in
981    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
982    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
983    | -silent | --silent | --silen | --sile | --sil)
984      continue ;;
985    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
986      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
987    esac
988    case $ac_pass in
989    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
990    2)
991      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
992      if test $ac_must_keep_next = true; then
993	ac_must_keep_next=false # Got value, back to normal.
994      else
995	case $ac_arg in
996	  *=* | --config-cache | -C | -disable-* | --disable-* \
997	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
998	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
999	  | -with-* | --with-* | -without-* | --without-* | --x)
1000	    case "$ac_configure_args0 " in
1001	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1002	    esac
1003	    ;;
1004	  -* ) ac_must_keep_next=true ;;
1005	esac
1006      fi
1007      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1008      # Get rid of the leading space.
1009      ac_sep=" "
1010      ;;
1011    esac
1012  done
1013done
1014$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1015$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1016
1017# When interrupted or exit'd, cleanup temporary files, and complete
1018# config.log.  We remove comments because anyway the quotes in there
1019# would cause problems or look ugly.
1020# WARNING: Be sure not to use single quotes in there, as some shells,
1021# such as our DU 5.0 friend, will then `close' the trap.
1022trap 'exit_status=$?
1023  # Save into config.log some information that might help in debugging.
1024  {
1025    echo
1026
1027    cat <<\_ASBOX
1028## ---------------- ##
1029## Cache variables. ##
1030## ---------------- ##
1031_ASBOX
1032    echo
1033    # The following way of writing the cache mishandles newlines in values,
1034{
1035  (set) 2>&1 |
1036    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1037    *ac_space=\ *)
1038      sed -n \
1039	"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1040	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1041      ;;
1042    *)
1043      sed -n \
1044	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1045      ;;
1046    esac;
1047}
1048    echo
1049
1050    cat <<\_ASBOX
1051## ----------------- ##
1052## Output variables. ##
1053## ----------------- ##
1054_ASBOX
1055    echo
1056    for ac_var in $ac_subst_vars
1057    do
1058      eval ac_val=$`echo $ac_var`
1059      echo "$ac_var='"'"'$ac_val'"'"'"
1060    done | sort
1061    echo
1062
1063    if test -n "$ac_subst_files"; then
1064      cat <<\_ASBOX
1065## ------------- ##
1066## Output files. ##
1067## ------------- ##
1068_ASBOX
1069      echo
1070      for ac_var in $ac_subst_files
1071      do
1072	eval ac_val=$`echo $ac_var`
1073	echo "$ac_var='"'"'$ac_val'"'"'"
1074      done | sort
1075      echo
1076    fi
1077
1078    if test -s confdefs.h; then
1079      cat <<\_ASBOX
1080## ----------- ##
1081## confdefs.h. ##
1082## ----------- ##
1083_ASBOX
1084      echo
1085      sed "/^$/d" confdefs.h | sort
1086      echo
1087    fi
1088    test "$ac_signal" != 0 &&
1089      echo "$as_me: caught signal $ac_signal"
1090    echo "$as_me: exit $exit_status"
1091  } >&5
1092  rm -f core *.core &&
1093  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1094    exit $exit_status
1095     ' 0
1096for ac_signal in 1 2 13 15; do
1097  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1098done
1099ac_signal=0
1100
1101# confdefs.h avoids OS command line length limits that DEFS can exceed.
1102rm -rf conftest* confdefs.h
1103# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1104echo >confdefs.h
1105
1106# Predefined preprocessor variables.
1107
1108cat >>confdefs.h <<_ACEOF
1109#define PACKAGE_NAME "$PACKAGE_NAME"
1110_ACEOF
1111
1112
1113cat >>confdefs.h <<_ACEOF
1114#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1115_ACEOF
1116
1117
1118cat >>confdefs.h <<_ACEOF
1119#define PACKAGE_VERSION "$PACKAGE_VERSION"
1120_ACEOF
1121
1122
1123cat >>confdefs.h <<_ACEOF
1124#define PACKAGE_STRING "$PACKAGE_STRING"
1125_ACEOF
1126
1127
1128cat >>confdefs.h <<_ACEOF
1129#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1130_ACEOF
1131
1132
1133# Let the site file select an alternate cache file if it wants to.
1134# Prefer explicitly selected file to automatically selected ones.
1135if test -z "$CONFIG_SITE"; then
1136  if test "x$prefix" != xNONE; then
1137    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1138  else
1139    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1140  fi
1141fi
1142for ac_site_file in $CONFIG_SITE; do
1143  if test -r "$ac_site_file"; then
1144    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1145echo "$as_me: loading site script $ac_site_file" >&6;}
1146    sed 's/^/| /' "$ac_site_file" >&5
1147    . "$ac_site_file"
1148  fi
1149done
1150
1151if test -r "$cache_file"; then
1152  # Some versions of bash will fail to source /dev/null (special
1153  # files actually), so we avoid doing that.
1154  if test -f "$cache_file"; then
1155    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1156echo "$as_me: loading cache $cache_file" >&6;}
1157    case $cache_file in
1158      [\\/]* | ?:[\\/]* ) . $cache_file;;
1159      *)                      . ./$cache_file;;
1160    esac
1161  fi
1162else
1163  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1164echo "$as_me: creating cache $cache_file" >&6;}
1165  >$cache_file
1166fi
1167
1168# Check that the precious variables saved in the cache have kept the same
1169# value.
1170ac_cache_corrupted=false
1171for ac_var in `(set) 2>&1 |
1172	       sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1173  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1174  eval ac_new_set=\$ac_env_${ac_var}_set
1175  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1176  eval ac_new_val="\$ac_env_${ac_var}_value"
1177  case $ac_old_set,$ac_new_set in
1178    set,)
1179      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1180echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1181      ac_cache_corrupted=: ;;
1182    ,set)
1183      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1184echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1185      ac_cache_corrupted=: ;;
1186    ,);;
1187    *)
1188      if test "x$ac_old_val" != "x$ac_new_val"; then
1189	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1190echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1191	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1192echo "$as_me:   former value:  $ac_old_val" >&2;}
1193	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1194echo "$as_me:   current value: $ac_new_val" >&2;}
1195	ac_cache_corrupted=:
1196      fi;;
1197  esac
1198  # Pass precious variables to config.status.
1199  if test "$ac_new_set" = set; then
1200    case $ac_new_val in
1201    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1202      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1203    *) ac_arg=$ac_var=$ac_new_val ;;
1204    esac
1205    case " $ac_configure_args " in
1206      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1207      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1208    esac
1209  fi
1210done
1211if $ac_cache_corrupted; then
1212  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1213echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1214  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1215echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1216   { (exit 1); exit 1; }; }
1217fi
1218
1219ac_ext=c
1220ac_cpp='$CPP $CPPFLAGS'
1221ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1222ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1223ac_compiler_gnu=$ac_cv_c_compiler_gnu
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251am__api_version="1.7"
1252ac_aux_dir=
1253for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1254  if test -f $ac_dir/install-sh; then
1255    ac_aux_dir=$ac_dir
1256    ac_install_sh="$ac_aux_dir/install-sh -c"
1257    break
1258  elif test -f $ac_dir/install.sh; then
1259    ac_aux_dir=$ac_dir
1260    ac_install_sh="$ac_aux_dir/install.sh -c"
1261    break
1262  elif test -f $ac_dir/shtool; then
1263    ac_aux_dir=$ac_dir
1264    ac_install_sh="$ac_aux_dir/shtool install -c"
1265    break
1266  fi
1267done
1268if test -z "$ac_aux_dir"; then
1269  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1270echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1271   { (exit 1); exit 1; }; }
1272fi
1273ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1274ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1275ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1276
1277# Find a good install program.  We prefer a C program (faster),
1278# so one script is as good as another.  But avoid the broken or
1279# incompatible versions:
1280# SysV /etc/install, /usr/sbin/install
1281# SunOS /usr/etc/install
1282# IRIX /sbin/install
1283# AIX /bin/install
1284# AmigaOS /C/install, which installs bootblocks on floppy discs
1285# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1286# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1287# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1288# OS/2's system install, which has a completely different semantic
1289# ./install, which can be erroneously created by make from ./install.sh.
1290echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1291echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1292if test -z "$INSTALL"; then
1293if test "${ac_cv_path_install+set}" = set; then
1294  echo $ECHO_N "(cached) $ECHO_C" >&6
1295else
1296  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1297for as_dir in $PATH
1298do
1299  IFS=$as_save_IFS
1300  test -z "$as_dir" && as_dir=.
1301  # Account for people who put trailing slashes in PATH elements.
1302case $as_dir/ in
1303  ./ | .// | /cC/* | \
1304  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1305  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1306  /usr/ucb/* ) ;;
1307  *)
1308    # OSF1 and SCO ODT 3.0 have their own names for install.
1309    # Don't use installbsd from OSF since it installs stuff as root
1310    # by default.
1311    for ac_prog in ginstall scoinst install; do
1312      for ac_exec_ext in '' $ac_executable_extensions; do
1313	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1314	  if test $ac_prog = install &&
1315	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1316	    # AIX install.  It has an incompatible calling convention.
1317	    :
1318	  elif test $ac_prog = install &&
1319	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1320	    # program-specific install script used by HP pwplus--don't use.
1321	    :
1322	  else
1323	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1324	    break 3
1325	  fi
1326	fi
1327      done
1328    done
1329    ;;
1330esac
1331done
1332
1333
1334fi
1335  if test "${ac_cv_path_install+set}" = set; then
1336    INSTALL=$ac_cv_path_install
1337  else
1338    # As a last resort, use the slow shell script.  We don't cache a
1339    # path for INSTALL within a source directory, because that will
1340    # break other packages using the cache if that directory is
1341    # removed, or if the path is relative.
1342    INSTALL=$ac_install_sh
1343  fi
1344fi
1345echo "$as_me:$LINENO: result: $INSTALL" >&5
1346echo "${ECHO_T}$INSTALL" >&6
1347
1348# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1349# It thinks the first close brace ends the variable substitution.
1350test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1351
1352test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1353
1354test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1355
1356echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1357echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1358# Just in case
1359sleep 1
1360echo timestamp > conftest.file
1361# Do `set' in a subshell so we don't clobber the current shell's
1362# arguments.  Must try -L first in case configure is actually a
1363# symlink; some systems play weird games with the mod time of symlinks
1364# (eg FreeBSD returns the mod time of the symlink's containing
1365# directory).
1366if (
1367   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1368   if test "$*" = "X"; then
1369      # -L didn't work.
1370      set X `ls -t $srcdir/configure conftest.file`
1371   fi
1372   rm -f conftest.file
1373   if test "$*" != "X $srcdir/configure conftest.file" \
1374      && test "$*" != "X conftest.file $srcdir/configure"; then
1375
1376      # If neither matched, then we have a broken ls.  This can happen
1377      # if, for instance, CONFIG_SHELL is bash and it inherits a
1378      # broken ls alias from the environment.  This has actually
1379      # happened.  Such a system could not be considered "sane".
1380      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
1381alias in your environment" >&5
1382echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
1383alias in your environment" >&2;}
1384   { (exit 1); exit 1; }; }
1385   fi
1386
1387   test "$2" = conftest.file
1388   )
1389then
1390   # Ok.
1391   :
1392else
1393   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1394Check your system clock" >&5
1395echo "$as_me: error: newly created file is older than distributed files!
1396Check your system clock" >&2;}
1397   { (exit 1); exit 1; }; }
1398fi
1399echo "$as_me:$LINENO: result: yes" >&5
1400echo "${ECHO_T}yes" >&6
1401test "$program_prefix" != NONE &&
1402  program_transform_name="s,^,$program_prefix,;$program_transform_name"
1403# Use a double $ so make ignores it.
1404test "$program_suffix" != NONE &&
1405  program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1406# Double any \ or $.  echo might interpret backslashes.
1407# By default was `s,x,x', remove it if useless.
1408cat <<\_ACEOF >conftest.sed
1409s/[\\$]/&&/g;s/;s,x,x,$//
1410_ACEOF
1411program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1412rm conftest.sed
1413
1414
1415# expand $ac_aux_dir to an absolute path
1416am_aux_dir=`cd $ac_aux_dir && pwd`
1417
1418test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1419# Use eval to expand $SHELL
1420if eval "$MISSING --run true"; then
1421  am_missing_run="$MISSING --run "
1422else
1423  am_missing_run=
1424  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1425echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1426fi
1427
1428for ac_prog in gawk mawk nawk awk
1429do
1430  # Extract the first word of "$ac_prog", so it can be a program name with args.
1431set dummy $ac_prog; ac_word=$2
1432echo "$as_me:$LINENO: checking for $ac_word" >&5
1433echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1434if test "${ac_cv_prog_AWK+set}" = set; then
1435  echo $ECHO_N "(cached) $ECHO_C" >&6
1436else
1437  if test -n "$AWK"; then
1438  ac_cv_prog_AWK="$AWK" # Let the user override the test.
1439else
1440as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1441for as_dir in $PATH
1442do
1443  IFS=$as_save_IFS
1444  test -z "$as_dir" && as_dir=.
1445  for ac_exec_ext in '' $ac_executable_extensions; do
1446  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1447    ac_cv_prog_AWK="$ac_prog"
1448    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1449    break 2
1450  fi
1451done
1452done
1453
1454fi
1455fi
1456AWK=$ac_cv_prog_AWK
1457if test -n "$AWK"; then
1458  echo "$as_me:$LINENO: result: $AWK" >&5
1459echo "${ECHO_T}$AWK" >&6
1460else
1461  echo "$as_me:$LINENO: result: no" >&5
1462echo "${ECHO_T}no" >&6
1463fi
1464
1465  test -n "$AWK" && break
1466done
1467
1468echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1469echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1470set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1471if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1472  echo $ECHO_N "(cached) $ECHO_C" >&6
1473else
1474  cat >conftest.make <<\_ACEOF
1475all:
1476	@echo 'ac_maketemp="$(MAKE)"'
1477_ACEOF
1478# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1479eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1480if test -n "$ac_maketemp"; then
1481  eval ac_cv_prog_make_${ac_make}_set=yes
1482else
1483  eval ac_cv_prog_make_${ac_make}_set=no
1484fi
1485rm -f conftest.make
1486fi
1487if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1488  echo "$as_me:$LINENO: result: yes" >&5
1489echo "${ECHO_T}yes" >&6
1490  SET_MAKE=
1491else
1492  echo "$as_me:$LINENO: result: no" >&5
1493echo "${ECHO_T}no" >&6
1494  SET_MAKE="MAKE=${MAKE-make}"
1495fi
1496
1497rm -rf .tst 2>/dev/null
1498mkdir .tst 2>/dev/null
1499if test -d .tst; then
1500  am__leading_dot=.
1501else
1502  am__leading_dot=_
1503fi
1504rmdir .tst 2>/dev/null
1505
1506 # test to see if srcdir already configured
1507if test "`cd $srcdir && pwd`" != "`pwd`" &&
1508   test -f $srcdir/config.status; then
1509  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1510echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1511   { (exit 1); exit 1; }; }
1512fi
1513
1514# test whether we have cygpath
1515if test -z "$CYGPATH_W"; then
1516  if (cygpath --version) >/dev/null 2>/dev/null; then
1517    CYGPATH_W='cygpath -w'
1518  else
1519    CYGPATH_W=echo
1520  fi
1521fi
1522
1523
1524# Define the identity of the package.
1525 PACKAGE='font-alias'
1526 VERSION='1.0.1'
1527
1528
1529cat >>confdefs.h <<_ACEOF
1530#define PACKAGE "$PACKAGE"
1531_ACEOF
1532
1533
1534cat >>confdefs.h <<_ACEOF
1535#define VERSION "$VERSION"
1536_ACEOF
1537
1538# Some tools Automake needs.
1539
1540ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1541
1542
1543AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1544
1545
1546AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1547
1548
1549AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1550
1551
1552MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1553
1554
1555AMTAR=${AMTAR-"${am_missing_run}tar"}
1556
1557install_sh=${install_sh-"$am_aux_dir/install-sh"}
1558
1559# Installed binaries are usually stripped using `strip' when the user
1560# run `make install-strip'.  However `strip' might not be the right
1561# tool to use in cross-compilation environments, therefore Automake
1562# will honor the `STRIP' environment variable to overrule this program.
1563if test "$cross_compiling" != no; then
1564  if test -n "$ac_tool_prefix"; then
1565  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1566set dummy ${ac_tool_prefix}strip; ac_word=$2
1567echo "$as_me:$LINENO: checking for $ac_word" >&5
1568echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1569if test "${ac_cv_prog_STRIP+set}" = set; then
1570  echo $ECHO_N "(cached) $ECHO_C" >&6
1571else
1572  if test -n "$STRIP"; then
1573  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1574else
1575as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1576for as_dir in $PATH
1577do
1578  IFS=$as_save_IFS
1579  test -z "$as_dir" && as_dir=.
1580  for ac_exec_ext in '' $ac_executable_extensions; do
1581  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1582    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1583    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1584    break 2
1585  fi
1586done
1587done
1588
1589fi
1590fi
1591STRIP=$ac_cv_prog_STRIP
1592if test -n "$STRIP"; then
1593  echo "$as_me:$LINENO: result: $STRIP" >&5
1594echo "${ECHO_T}$STRIP" >&6
1595else
1596  echo "$as_me:$LINENO: result: no" >&5
1597echo "${ECHO_T}no" >&6
1598fi
1599
1600fi
1601if test -z "$ac_cv_prog_STRIP"; then
1602  ac_ct_STRIP=$STRIP
1603  # Extract the first word of "strip", so it can be a program name with args.
1604set dummy strip; ac_word=$2
1605echo "$as_me:$LINENO: checking for $ac_word" >&5
1606echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1607if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1608  echo $ECHO_N "(cached) $ECHO_C" >&6
1609else
1610  if test -n "$ac_ct_STRIP"; then
1611  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1612else
1613as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1614for as_dir in $PATH
1615do
1616  IFS=$as_save_IFS
1617  test -z "$as_dir" && as_dir=.
1618  for ac_exec_ext in '' $ac_executable_extensions; do
1619  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1620    ac_cv_prog_ac_ct_STRIP="strip"
1621    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1622    break 2
1623  fi
1624done
1625done
1626
1627  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1628fi
1629fi
1630ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1631if test -n "$ac_ct_STRIP"; then
1632  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1633echo "${ECHO_T}$ac_ct_STRIP" >&6
1634else
1635  echo "$as_me:$LINENO: result: no" >&5
1636echo "${ECHO_T}no" >&6
1637fi
1638
1639  STRIP=$ac_ct_STRIP
1640else
1641  STRIP="$ac_cv_prog_STRIP"
1642fi
1643
1644fi
1645INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1646
1647# We need awk for the "check" target.  The system "awk" is bad on
1648# some platforms.
1649
1650
1651
1652echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1653echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1654    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1655if test "${enable_maintainer_mode+set}" = set; then
1656  enableval="$enable_maintainer_mode"
1657  USE_MAINTAINER_MODE=$enableval
1658else
1659  USE_MAINTAINER_MODE=no
1660fi;
1661  echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1662echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
1663
1664
1665if test $USE_MAINTAINER_MODE = yes; then
1666  MAINTAINER_MODE_TRUE=
1667  MAINTAINER_MODE_FALSE='#'
1668else
1669  MAINTAINER_MODE_TRUE='#'
1670  MAINTAINER_MODE_FALSE=
1671fi
1672
1673  MAINT=$MAINTAINER_MODE_TRUE
1674
1675
1676
1677# Find a good install program.  We prefer a C program (faster),
1678# so one script is as good as another.  But avoid the broken or
1679# incompatible versions:
1680# SysV /etc/install, /usr/sbin/install
1681# SunOS /usr/etc/install
1682# IRIX /sbin/install
1683# AIX /bin/install
1684# AmigaOS /C/install, which installs bootblocks on floppy discs
1685# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1686# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1687# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1688# OS/2's system install, which has a completely different semantic
1689# ./install, which can be erroneously created by make from ./install.sh.
1690echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1691echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1692if test -z "$INSTALL"; then
1693if test "${ac_cv_path_install+set}" = set; then
1694  echo $ECHO_N "(cached) $ECHO_C" >&6
1695else
1696  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1697for as_dir in $PATH
1698do
1699  IFS=$as_save_IFS
1700  test -z "$as_dir" && as_dir=.
1701  # Account for people who put trailing slashes in PATH elements.
1702case $as_dir/ in
1703  ./ | .// | /cC/* | \
1704  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1705  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1706  /usr/ucb/* ) ;;
1707  *)
1708    # OSF1 and SCO ODT 3.0 have their own names for install.
1709    # Don't use installbsd from OSF since it installs stuff as root
1710    # by default.
1711    for ac_prog in ginstall scoinst install; do
1712      for ac_exec_ext in '' $ac_executable_extensions; do
1713	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1714	  if test $ac_prog = install &&
1715	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1716	    # AIX install.  It has an incompatible calling convention.
1717	    :
1718	  elif test $ac_prog = install &&
1719	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1720	    # program-specific install script used by HP pwplus--don't use.
1721	    :
1722	  else
1723	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1724	    break 3
1725	  fi
1726	fi
1727      done
1728    done
1729    ;;
1730esac
1731done
1732
1733
1734fi
1735  if test "${ac_cv_path_install+set}" = set; then
1736    INSTALL=$ac_cv_path_install
1737  else
1738    # As a last resort, use the slow shell script.  We don't cache a
1739    # path for INSTALL within a source directory, because that will
1740    # break other packages using the cache if that directory is
1741    # removed, or if the path is relative.
1742    INSTALL=$ac_install_sh
1743  fi
1744fi
1745echo "$as_me:$LINENO: result: $INSTALL" >&5
1746echo "${ECHO_T}$INSTALL" >&6
1747
1748# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1749# It thinks the first close brace ends the variable substitution.
1750test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1751
1752test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1753
1754test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1755
1756
1757
1758
1759DEFAULT_TOPFONTDIR=${libdir}/X11/fonts
1760
1761# Check whether --with-top-fontdir or --without-top-fontdir was given.
1762if test "${with_top_fontdir+set}" = set; then
1763  withval="$with_top_fontdir"
1764  TOPFONTDIR="$withval"
1765else
1766  TOPFONTDIR="$DEFAULT_TOPFONTDIR"
1767fi;
1768
1769
1770
1771
1772# Check whether --with-release-version or --without-release-version was given.
1773if test "${with_release_version+set}" = set; then
1774  withval="$with_release_version"
1775  RELEASE_VERSION="$withval"
1776else
1777  RELEASE_VERSION=""
1778fi;
1779	if test "x$RELEASE_VERSION" != "x"; then
1780		PACKAGE="$PACKAGE-$RELEASE_VERSION"
1781		PACKAGE_TARNAME="$PACKAGE_TARNAME-$RELEASE_VERSION"
1782		{ echo "$as_me:$LINENO: Building with package name set to $PACKAGE" >&5
1783echo "$as_me: Building with package name set to $PACKAGE" >&6;}
1784	fi
1785
1786
1787                                                  ac_config_files="$ac_config_files Makefile 100dpi/Makefile 75dpi/Makefile cyrillic/Makefile misc/Makefile"
1788cat >confcache <<\_ACEOF
1789# This file is a shell script that caches the results of configure
1790# tests run on this system so they can be shared between configure
1791# scripts and configure runs, see configure's option --config-cache.
1792# It is not useful on other systems.  If it contains results you don't
1793# want to keep, you may remove or edit it.
1794#
1795# config.status only pays attention to the cache file if you give it
1796# the --recheck option to rerun configure.
1797#
1798# `ac_cv_env_foo' variables (set or unset) will be overridden when
1799# loading this file, other *unset* `ac_cv_foo' will be assigned the
1800# following values.
1801
1802_ACEOF
1803
1804# The following way of writing the cache mishandles newlines in values,
1805# but we know of no workaround that is simple, portable, and efficient.
1806# So, don't put newlines in cache variables' values.
1807# Ultrix sh set writes to stderr and can't be redirected directly,
1808# and sets the high bit in the cache file unless we assign to the vars.
1809{
1810  (set) 2>&1 |
1811    case `(ac_space=' '; set | grep ac_space) 2>&1` in
1812    *ac_space=\ *)
1813      # `set' does not quote correctly, so add quotes (double-quote
1814      # substitution turns \\\\ into \\, and sed turns \\ into \).
1815      sed -n \
1816	"s/'/'\\\\''/g;
1817	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
1818      ;;
1819    *)
1820      # `set' quotes correctly as required by POSIX, so do not add quotes.
1821      sed -n \
1822	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1823      ;;
1824    esac;
1825} |
1826  sed '
1827     t clear
1828     : clear
1829     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
1830     t end
1831     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
1832     : end' >>confcache
1833if diff $cache_file confcache >/dev/null 2>&1; then :; else
1834  if test -w $cache_file; then
1835    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
1836    cat confcache >$cache_file
1837  else
1838    echo "not updating unwritable cache $cache_file"
1839  fi
1840fi
1841rm -f confcache
1842
1843test "x$prefix" = xNONE && prefix=$ac_default_prefix
1844# Let make expand exec_prefix.
1845test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1846
1847# VPATH may cause trouble with some makes, so we remove $(srcdir),
1848# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
1849# trailing colons and then remove the whole line if VPATH becomes empty
1850# (actually we leave an empty line to preserve line numbers).
1851if test "x$srcdir" = x.; then
1852  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
1853s/:*\$(srcdir):*/:/;
1854s/:*\${srcdir}:*/:/;
1855s/:*@srcdir@:*/:/;
1856s/^\([^=]*=[	 ]*\):*/\1/;
1857s/:*$//;
1858s/^[^=]*=[	 ]*$//;
1859}'
1860fi
1861
1862# Transform confdefs.h into DEFS.
1863# Protect against shell expansion while executing Makefile rules.
1864# Protect against Makefile macro expansion.
1865#
1866# If the first sed substitution is executed (which looks for macros that
1867# take arguments), then we branch to the quote section.  Otherwise,
1868# look for a macro that doesn't take arguments.
1869cat >confdef2opt.sed <<\_ACEOF
1870t clear
1871: clear
1872s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\),-D\1=\2,g
1873t quote
1874s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\),-D\1=\2,g
1875t quote
1876d
1877: quote
1878s,[	 `~#$^&*(){}\\|;'"<>?],\\&,g
1879s,\[,\\&,g
1880s,\],\\&,g
1881s,\$,$$,g
1882p
1883_ACEOF
1884# We use echo to avoid assuming a particular line-breaking character.
1885# The extra dot is to prevent the shell from consuming trailing
1886# line-breaks from the sub-command output.  A line-break within
1887# single-quotes doesn't work because, if this script is created in a
1888# platform that uses two characters for line-breaks (e.g., DOS), tr
1889# would break.
1890ac_LF_and_DOT=`echo; echo .`
1891DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
1892rm -f confdef2opt.sed
1893
1894
1895ac_libobjs=
1896ac_ltlibobjs=
1897for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
1898  # 1. Remove the extension, and $U if already installed.
1899  ac_i=`echo "$ac_i" |
1900	 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
1901  # 2. Add them.
1902  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
1903  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
1904done
1905LIBOBJS=$ac_libobjs
1906
1907LTLIBOBJS=$ac_ltlibobjs
1908
1909
1910if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
1911  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
1912Usually this means the macro was only invoked conditionally." >&5
1913echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
1914Usually this means the macro was only invoked conditionally." >&2;}
1915   { (exit 1); exit 1; }; }
1916fi
1917
1918: ${CONFIG_STATUS=./config.status}
1919ac_clean_files_save=$ac_clean_files
1920ac_clean_files="$ac_clean_files $CONFIG_STATUS"
1921{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
1922echo "$as_me: creating $CONFIG_STATUS" >&6;}
1923cat >$CONFIG_STATUS <<_ACEOF
1924#! $SHELL
1925# Generated by $as_me.
1926# Run this file to recreate the current configuration.
1927# Compiler output produced by configure, useful for debugging
1928# configure, is in config.log if it exists.
1929
1930debug=false
1931ac_cs_recheck=false
1932ac_cs_silent=false
1933SHELL=\${CONFIG_SHELL-$SHELL}
1934_ACEOF
1935
1936cat >>$CONFIG_STATUS <<\_ACEOF
1937## --------------------- ##
1938## M4sh Initialization.  ##
1939## --------------------- ##
1940
1941# Be Bourne compatible
1942if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1943  emulate sh
1944  NULLCMD=:
1945  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
1946  # is contrary to our usage.  Disable this feature.
1947  alias -g '${1+"$@"}'='"$@"'
1948elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
1949  set -o posix
1950fi
1951DUALCASE=1; export DUALCASE # for MKS sh
1952
1953# Support unset when possible.
1954if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
1955  as_unset=unset
1956else
1957  as_unset=false
1958fi
1959
1960
1961# Work around bugs in pre-3.0 UWIN ksh.
1962$as_unset ENV MAIL MAILPATH
1963PS1='$ '
1964PS2='> '
1965PS4='+ '
1966
1967# NLS nuisances.
1968for as_var in \
1969  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
1970  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
1971  LC_TELEPHONE LC_TIME
1972do
1973  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
1974    eval $as_var=C; export $as_var
1975  else
1976    $as_unset $as_var
1977  fi
1978done
1979
1980# Required to use basename.
1981if expr a : '\(a\)' >/dev/null 2>&1; then
1982  as_expr=expr
1983else
1984  as_expr=false
1985fi
1986
1987if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
1988  as_basename=basename
1989else
1990  as_basename=false
1991fi
1992
1993
1994# Name of the executable.
1995as_me=`$as_basename "$0" ||
1996$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1997	 X"$0" : 'X\(//\)$' \| \
1998	 X"$0" : 'X\(/\)$' \| \
1999	 .     : '\(.\)' 2>/dev/null ||
2000echo X/"$0" |
2001    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
2002  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
2003  	  /^X\/\(\/\).*/{ s//\1/; q; }
2004  	  s/.*/./; q'`
2005
2006
2007# PATH needs CR, and LINENO needs CR and PATH.
2008# Avoid depending upon Character Ranges.
2009as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2010as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2011as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2012as_cr_digits='0123456789'
2013as_cr_alnum=$as_cr_Letters$as_cr_digits
2014
2015# The user is always right.
2016if test "${PATH_SEPARATOR+set}" != set; then
2017  echo "#! /bin/sh" >conf$$.sh
2018  echo  "exit 0"   >>conf$$.sh
2019  chmod +x conf$$.sh
2020  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2021    PATH_SEPARATOR=';'
2022  else
2023    PATH_SEPARATOR=:
2024  fi
2025  rm -f conf$$.sh
2026fi
2027
2028
2029  as_lineno_1=$LINENO
2030  as_lineno_2=$LINENO
2031  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2032  test "x$as_lineno_1" != "x$as_lineno_2" &&
2033  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
2034  # Find who we are.  Look in the path if we contain no path at all
2035  # relative or not.
2036  case $0 in
2037    *[\\/]* ) as_myself=$0 ;;
2038    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2039for as_dir in $PATH
2040do
2041  IFS=$as_save_IFS
2042  test -z "$as_dir" && as_dir=.
2043  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2044done
2045
2046       ;;
2047  esac
2048  # We did not find ourselves, most probably we were run as `sh COMMAND'
2049  # in which case we are not to be found in the path.
2050  if test "x$as_myself" = x; then
2051    as_myself=$0
2052  fi
2053  if test ! -f "$as_myself"; then
2054    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
2055echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
2056   { (exit 1); exit 1; }; }
2057  fi
2058  case $CONFIG_SHELL in
2059  '')
2060    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2061for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
2062do
2063  IFS=$as_save_IFS
2064  test -z "$as_dir" && as_dir=.
2065  for as_base in sh bash ksh sh5; do
2066	 case $as_dir in
2067	 /*)
2068	   if ("$as_dir/$as_base" -c '
2069  as_lineno_1=$LINENO
2070  as_lineno_2=$LINENO
2071  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2072  test "x$as_lineno_1" != "x$as_lineno_2" &&
2073  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
2074	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
2075	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
2076	     CONFIG_SHELL=$as_dir/$as_base
2077	     export CONFIG_SHELL
2078	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
2079	   fi;;
2080	 esac
2081       done
2082done
2083;;
2084  esac
2085
2086  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2087  # uniformly replaced by the line number.  The first 'sed' inserts a
2088  # line-number line before each line; the second 'sed' does the real
2089  # work.  The second script uses 'N' to pair each line-number line
2090  # with the numbered line, and appends trailing '-' during
2091  # substitution so that $LINENO is not a special case at line end.
2092  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
2093  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
2094  sed '=' <$as_myself |
2095    sed '
2096      N
2097      s,$,-,
2098      : loop
2099      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
2100      t loop
2101      s,-$,,
2102      s,^['$as_cr_digits']*\n,,
2103    ' >$as_me.lineno &&
2104  chmod +x $as_me.lineno ||
2105    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
2106echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
2107   { (exit 1); exit 1; }; }
2108
2109  # Don't try to exec as it changes $[0], causing all sort of problems
2110  # (the dirname of $[0] is not the place where we might find the
2111  # original and so on.  Autoconf is especially sensible to this).
2112  . ./$as_me.lineno
2113  # Exit status is that of the last command.
2114  exit
2115}
2116
2117
2118case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
2119  *c*,-n*) ECHO_N= ECHO_C='
2120' ECHO_T='	' ;;
2121  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
2122  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
2123esac
2124
2125if expr a : '\(a\)' >/dev/null 2>&1; then
2126  as_expr=expr
2127else
2128  as_expr=false
2129fi
2130
2131rm -f conf$$ conf$$.exe conf$$.file
2132echo >conf$$.file
2133if ln -s conf$$.file conf$$ 2>/dev/null; then
2134  # We could just check for DJGPP; but this test a) works b) is more generic
2135  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
2136  if test -f conf$$.exe; then
2137    # Don't use ln at all; we don't have any links
2138    as_ln_s='cp -p'
2139  else
2140    as_ln_s='ln -s'
2141  fi
2142elif ln conf$$.file conf$$ 2>/dev/null; then
2143  as_ln_s=ln
2144else
2145  as_ln_s='cp -p'
2146fi
2147rm -f conf$$ conf$$.exe conf$$.file
2148
2149if mkdir -p . 2>/dev/null; then
2150  as_mkdir_p=:
2151else
2152  test -d ./-p && rmdir ./-p
2153  as_mkdir_p=false
2154fi
2155
2156as_executable_p="test -f"
2157
2158# Sed expression to map a string onto a valid CPP name.
2159as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2160
2161# Sed expression to map a string onto a valid variable name.
2162as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2163
2164
2165# IFS
2166# We need space, tab and new line, in precisely that order.
2167as_nl='
2168'
2169IFS=" 	$as_nl"
2170
2171# CDPATH.
2172$as_unset CDPATH
2173
2174exec 6>&1
2175
2176# Open the log real soon, to keep \$[0] and so on meaningful, and to
2177# report actual input values of CONFIG_FILES etc. instead of their
2178# values after options handling.  Logging --version etc. is OK.
2179exec 5>>config.log
2180{
2181  echo
2182  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2183## Running $as_me. ##
2184_ASBOX
2185} >&5
2186cat >&5 <<_CSEOF
2187
2188This file was extended by font-alias $as_me 1.0.1, which was
2189generated by GNU Autoconf 2.59.  Invocation command line was
2190
2191  CONFIG_FILES    = $CONFIG_FILES
2192  CONFIG_HEADERS  = $CONFIG_HEADERS
2193  CONFIG_LINKS    = $CONFIG_LINKS
2194  CONFIG_COMMANDS = $CONFIG_COMMANDS
2195  $ $0 $@
2196
2197_CSEOF
2198echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
2199echo >&5
2200_ACEOF
2201
2202# Files that config.status was made for.
2203if test -n "$ac_config_files"; then
2204  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
2205fi
2206
2207if test -n "$ac_config_headers"; then
2208  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
2209fi
2210
2211if test -n "$ac_config_links"; then
2212  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
2213fi
2214
2215if test -n "$ac_config_commands"; then
2216  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
2217fi
2218
2219cat >>$CONFIG_STATUS <<\_ACEOF
2220
2221ac_cs_usage="\
2222\`$as_me' instantiates files from templates according to the
2223current configuration.
2224
2225Usage: $0 [OPTIONS] [FILE]...
2226
2227  -h, --help       print this help, then exit
2228  -V, --version    print version number, then exit
2229  -q, --quiet      do not print progress messages
2230  -d, --debug      don't remove temporary files
2231      --recheck    update $as_me by reconfiguring in the same conditions
2232  --file=FILE[:TEMPLATE]
2233		   instantiate the configuration file FILE
2234
2235Configuration files:
2236$config_files
2237
2238Report bugs to <bug-autoconf@gnu.org>."
2239_ACEOF
2240
2241cat >>$CONFIG_STATUS <<_ACEOF
2242ac_cs_version="\\
2243font-alias config.status 1.0.1
2244configured by $0, generated by GNU Autoconf 2.59,
2245  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2246
2247Copyright (C) 2003 Free Software Foundation, Inc.
2248This config.status script is free software; the Free Software Foundation
2249gives unlimited permission to copy, distribute and modify it."
2250srcdir=$srcdir
2251INSTALL="$INSTALL"
2252_ACEOF
2253
2254cat >>$CONFIG_STATUS <<\_ACEOF
2255# If no file are specified by the user, then we need to provide default
2256# value.  By we need to know if files were specified by the user.
2257ac_need_defaults=:
2258while test $# != 0
2259do
2260  case $1 in
2261  --*=*)
2262    ac_option=`expr "x$1" : 'x\([^=]*\)='`
2263    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
2264    ac_shift=:
2265    ;;
2266  -*)
2267    ac_option=$1
2268    ac_optarg=$2
2269    ac_shift=shift
2270    ;;
2271  *) # This is not an option, so the user has probably given explicit
2272     # arguments.
2273     ac_option=$1
2274     ac_need_defaults=false;;
2275  esac
2276
2277  case $ac_option in
2278  # Handling of the options.
2279_ACEOF
2280cat >>$CONFIG_STATUS <<\_ACEOF
2281  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2282    ac_cs_recheck=: ;;
2283  --version | --vers* | -V )
2284    echo "$ac_cs_version"; exit 0 ;;
2285  --he | --h)
2286    # Conflict between --help and --header
2287    { { echo "$as_me:$LINENO: error: ambiguous option: $1
2288Try \`$0 --help' for more information." >&5
2289echo "$as_me: error: ambiguous option: $1
2290Try \`$0 --help' for more information." >&2;}
2291   { (exit 1); exit 1; }; };;
2292  --help | --hel | -h )
2293    echo "$ac_cs_usage"; exit 0 ;;
2294  --debug | --d* | -d )
2295    debug=: ;;
2296  --file | --fil | --fi | --f )
2297    $ac_shift
2298    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
2299    ac_need_defaults=false;;
2300  --header | --heade | --head | --hea )
2301    $ac_shift
2302    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
2303    ac_need_defaults=false;;
2304  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2305  | -silent | --silent | --silen | --sile | --sil | --si | --s)
2306    ac_cs_silent=: ;;
2307
2308  # This is an error.
2309  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
2310Try \`$0 --help' for more information." >&5
2311echo "$as_me: error: unrecognized option: $1
2312Try \`$0 --help' for more information." >&2;}
2313   { (exit 1); exit 1; }; } ;;
2314
2315  *) ac_config_targets="$ac_config_targets $1" ;;
2316
2317  esac
2318  shift
2319done
2320
2321ac_configure_extra_args=
2322
2323if $ac_cs_silent; then
2324  exec 6>/dev/null
2325  ac_configure_extra_args="$ac_configure_extra_args --silent"
2326fi
2327
2328_ACEOF
2329cat >>$CONFIG_STATUS <<_ACEOF
2330if \$ac_cs_recheck; then
2331  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
2332  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2333fi
2334
2335_ACEOF
2336
2337
2338
2339
2340
2341cat >>$CONFIG_STATUS <<\_ACEOF
2342for ac_config_target in $ac_config_targets
2343do
2344  case "$ac_config_target" in
2345  # Handling of arguments.
2346  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2347  "100dpi/Makefile" ) CONFIG_FILES="$CONFIG_FILES 100dpi/Makefile" ;;
2348  "75dpi/Makefile" ) CONFIG_FILES="$CONFIG_FILES 75dpi/Makefile" ;;
2349  "cyrillic/Makefile" ) CONFIG_FILES="$CONFIG_FILES cyrillic/Makefile" ;;
2350  "misc/Makefile" ) CONFIG_FILES="$CONFIG_FILES misc/Makefile" ;;
2351  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
2352echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
2353   { (exit 1); exit 1; }; };;
2354  esac
2355done
2356
2357# If the user did not use the arguments to specify the items to instantiate,
2358# then the envvar interface is used.  Set only those that are not.
2359# We use the long form for the default assignment because of an extremely
2360# bizarre bug on SunOS 4.1.3.
2361if $ac_need_defaults; then
2362  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
2363fi
2364
2365# Have a temporary directory for convenience.  Make it in the build tree
2366# simply because there is no reason to put it here, and in addition,
2367# creating and moving files from /tmp can sometimes cause problems.
2368# Create a temporary directory, and hook for its removal unless debugging.
2369$debug ||
2370{
2371  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
2372  trap '{ (exit 1); exit 1; }' 1 2 13 15
2373}
2374
2375# Create a (secure) tmp directory for tmp files.
2376
2377{
2378  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
2379  test -n "$tmp" && test -d "$tmp"
2380}  ||
2381{
2382  tmp=./confstat$$-$RANDOM
2383  (umask 077 && mkdir $tmp)
2384} ||
2385{
2386   echo "$me: cannot create a temporary directory in ." >&2
2387   { (exit 1); exit 1; }
2388}
2389
2390_ACEOF
2391
2392cat >>$CONFIG_STATUS <<_ACEOF
2393
2394#
2395# CONFIG_FILES section.
2396#
2397
2398# No need to generate the scripts if there are no CONFIG_FILES.
2399# This happens for instance when ./config.status config.h
2400if test -n "\$CONFIG_FILES"; then
2401  # Protect against being on the right side of a sed subst in config.status.
2402  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
2403   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
2404s,@SHELL@,$SHELL,;t t
2405s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
2406s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
2407s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
2408s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
2409s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
2410s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
2411s,@exec_prefix@,$exec_prefix,;t t
2412s,@prefix@,$prefix,;t t
2413s,@program_transform_name@,$program_transform_name,;t t
2414s,@bindir@,$bindir,;t t
2415s,@sbindir@,$sbindir,;t t
2416s,@libexecdir@,$libexecdir,;t t
2417s,@datadir@,$datadir,;t t
2418s,@sysconfdir@,$sysconfdir,;t t
2419s,@sharedstatedir@,$sharedstatedir,;t t
2420s,@localstatedir@,$localstatedir,;t t
2421s,@libdir@,$libdir,;t t
2422s,@includedir@,$includedir,;t t
2423s,@oldincludedir@,$oldincludedir,;t t
2424s,@infodir@,$infodir,;t t
2425s,@mandir@,$mandir,;t t
2426s,@build_alias@,$build_alias,;t t
2427s,@host_alias@,$host_alias,;t t
2428s,@target_alias@,$target_alias,;t t
2429s,@DEFS@,$DEFS,;t t
2430s,@ECHO_C@,$ECHO_C,;t t
2431s,@ECHO_N@,$ECHO_N,;t t
2432s,@ECHO_T@,$ECHO_T,;t t
2433s,@LIBS@,$LIBS,;t t
2434s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
2435s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
2436s,@INSTALL_DATA@,$INSTALL_DATA,;t t
2437s,@CYGPATH_W@,$CYGPATH_W,;t t
2438s,@PACKAGE@,$PACKAGE,;t t
2439s,@VERSION@,$VERSION,;t t
2440s,@ACLOCAL@,$ACLOCAL,;t t
2441s,@AUTOCONF@,$AUTOCONF,;t t
2442s,@AUTOMAKE@,$AUTOMAKE,;t t
2443s,@AUTOHEADER@,$AUTOHEADER,;t t
2444s,@MAKEINFO@,$MAKEINFO,;t t
2445s,@AMTAR@,$AMTAR,;t t
2446s,@install_sh@,$install_sh,;t t
2447s,@STRIP@,$STRIP,;t t
2448s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
2449s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
2450s,@AWK@,$AWK,;t t
2451s,@SET_MAKE@,$SET_MAKE,;t t
2452s,@am__leading_dot@,$am__leading_dot,;t t
2453s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
2454s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
2455s,@MAINT@,$MAINT,;t t
2456s,@TOPFONTDIR@,$TOPFONTDIR,;t t
2457s,@LIBOBJS@,$LIBOBJS,;t t
2458s,@LTLIBOBJS@,$LTLIBOBJS,;t t
2459CEOF
2460
2461_ACEOF
2462
2463  cat >>$CONFIG_STATUS <<\_ACEOF
2464  # Split the substitutions into bite-sized pieces for seds with
2465  # small command number limits, like on Digital OSF/1 and HP-UX.
2466  ac_max_sed_lines=48
2467  ac_sed_frag=1 # Number of current file.
2468  ac_beg=1 # First line for current file.
2469  ac_end=$ac_max_sed_lines # Line after last line for current file.
2470  ac_more_lines=:
2471  ac_sed_cmds=
2472  while $ac_more_lines; do
2473    if test $ac_beg -gt 1; then
2474      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2475    else
2476      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2477    fi
2478    if test ! -s $tmp/subs.frag; then
2479      ac_more_lines=false
2480    else
2481      # The purpose of the label and of the branching condition is to
2482      # speed up the sed processing (if there are no `@' at all, there
2483      # is no need to browse any of the substitutions).
2484      # These are the two extra sed commands mentioned above.
2485      (echo ':t
2486  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
2487      if test -z "$ac_sed_cmds"; then
2488	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
2489      else
2490	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
2491      fi
2492      ac_sed_frag=`expr $ac_sed_frag + 1`
2493      ac_beg=$ac_end
2494      ac_end=`expr $ac_end + $ac_max_sed_lines`
2495    fi
2496  done
2497  if test -z "$ac_sed_cmds"; then
2498    ac_sed_cmds=cat
2499  fi
2500fi # test -n "$CONFIG_FILES"
2501
2502_ACEOF
2503cat >>$CONFIG_STATUS <<\_ACEOF
2504for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
2505  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2506  case $ac_file in
2507  - | *:- | *:-:* ) # input from stdin
2508	cat >$tmp/stdin
2509	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2510	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2511  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2512	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2513  * )   ac_file_in=$ac_file.in ;;
2514  esac
2515
2516  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
2517  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
2518$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2519	 X"$ac_file" : 'X\(//\)[^/]' \| \
2520	 X"$ac_file" : 'X\(//\)$' \| \
2521	 X"$ac_file" : 'X\(/\)' \| \
2522	 .     : '\(.\)' 2>/dev/null ||
2523echo X"$ac_file" |
2524    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2525  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2526  	  /^X\(\/\/\)$/{ s//\1/; q; }
2527  	  /^X\(\/\).*/{ s//\1/; q; }
2528  	  s/.*/./; q'`
2529  { if $as_mkdir_p; then
2530    mkdir -p "$ac_dir"
2531  else
2532    as_dir="$ac_dir"
2533    as_dirs=
2534    while test ! -d "$as_dir"; do
2535      as_dirs="$as_dir $as_dirs"
2536      as_dir=`(dirname "$as_dir") 2>/dev/null ||
2537$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2538	 X"$as_dir" : 'X\(//\)[^/]' \| \
2539	 X"$as_dir" : 'X\(//\)$' \| \
2540	 X"$as_dir" : 'X\(/\)' \| \
2541	 .     : '\(.\)' 2>/dev/null ||
2542echo X"$as_dir" |
2543    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2544  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2545  	  /^X\(\/\/\)$/{ s//\1/; q; }
2546  	  /^X\(\/\).*/{ s//\1/; q; }
2547  	  s/.*/./; q'`
2548    done
2549    test ! -n "$as_dirs" || mkdir $as_dirs
2550  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
2551echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
2552   { (exit 1); exit 1; }; }; }
2553
2554  ac_builddir=.
2555
2556if test "$ac_dir" != .; then
2557  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
2558  # A "../" for each directory in $ac_dir_suffix.
2559  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
2560else
2561  ac_dir_suffix= ac_top_builddir=
2562fi
2563
2564case $srcdir in
2565  .)  # No --srcdir option.  We are building in place.
2566    ac_srcdir=.
2567    if test -z "$ac_top_builddir"; then
2568       ac_top_srcdir=.
2569    else
2570       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
2571    fi ;;
2572  [\\/]* | ?:[\\/]* )  # Absolute path.
2573    ac_srcdir=$srcdir$ac_dir_suffix;
2574    ac_top_srcdir=$srcdir ;;
2575  *) # Relative path.
2576    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
2577    ac_top_srcdir=$ac_top_builddir$srcdir ;;
2578esac
2579
2580# Do not use `cd foo && pwd` to compute absolute paths, because
2581# the directories may not exist.
2582case `pwd` in
2583.) ac_abs_builddir="$ac_dir";;
2584*)
2585  case "$ac_dir" in
2586  .) ac_abs_builddir=`pwd`;;
2587  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
2588  *) ac_abs_builddir=`pwd`/"$ac_dir";;
2589  esac;;
2590esac
2591case $ac_abs_builddir in
2592.) ac_abs_top_builddir=${ac_top_builddir}.;;
2593*)
2594  case ${ac_top_builddir}. in
2595  .) ac_abs_top_builddir=$ac_abs_builddir;;
2596  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
2597  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
2598  esac;;
2599esac
2600case $ac_abs_builddir in
2601.) ac_abs_srcdir=$ac_srcdir;;
2602*)
2603  case $ac_srcdir in
2604  .) ac_abs_srcdir=$ac_abs_builddir;;
2605  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
2606  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
2607  esac;;
2608esac
2609case $ac_abs_builddir in
2610.) ac_abs_top_srcdir=$ac_top_srcdir;;
2611*)
2612  case $ac_top_srcdir in
2613  .) ac_abs_top_srcdir=$ac_abs_builddir;;
2614  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
2615  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
2616  esac;;
2617esac
2618
2619
2620  case $INSTALL in
2621  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
2622  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
2623  esac
2624
2625  if test x"$ac_file" != x-; then
2626    { echo "$as_me:$LINENO: creating $ac_file" >&5
2627echo "$as_me: creating $ac_file" >&6;}
2628    rm -f "$ac_file"
2629  fi
2630  # Let's still pretend it is `configure' which instantiates (i.e., don't
2631  # use $as_me), people would be surprised to read:
2632  #    /* config.h.  Generated by config.status.  */
2633  if test x"$ac_file" = x-; then
2634    configure_input=
2635  else
2636    configure_input="$ac_file.  "
2637  fi
2638  configure_input=$configure_input"Generated from `echo $ac_file_in |
2639				     sed 's,.*/,,'` by configure."
2640
2641  # First look for the input files in the build tree, otherwise in the
2642  # src tree.
2643  ac_file_inputs=`IFS=:
2644    for f in $ac_file_in; do
2645      case $f in
2646      -) echo $tmp/stdin ;;
2647      [\\/$]*)
2648	 # Absolute (can't be DOS-style, as IFS=:)
2649	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
2650echo "$as_me: error: cannot find input file: $f" >&2;}
2651   { (exit 1); exit 1; }; }
2652	 echo "$f";;
2653      *) # Relative
2654	 if test -f "$f"; then
2655	   # Build tree
2656	   echo "$f"
2657	 elif test -f "$srcdir/$f"; then
2658	   # Source tree
2659	   echo "$srcdir/$f"
2660	 else
2661	   # /dev/null tree
2662	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
2663echo "$as_me: error: cannot find input file: $f" >&2;}
2664   { (exit 1); exit 1; }; }
2665	 fi;;
2666      esac
2667    done` || { (exit 1); exit 1; }
2668_ACEOF
2669cat >>$CONFIG_STATUS <<_ACEOF
2670  sed "$ac_vpsub
2671$extrasub
2672_ACEOF
2673cat >>$CONFIG_STATUS <<\_ACEOF
2674:t
2675/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
2676s,@configure_input@,$configure_input,;t t
2677s,@srcdir@,$ac_srcdir,;t t
2678s,@abs_srcdir@,$ac_abs_srcdir,;t t
2679s,@top_srcdir@,$ac_top_srcdir,;t t
2680s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
2681s,@builddir@,$ac_builddir,;t t
2682s,@abs_builddir@,$ac_abs_builddir,;t t
2683s,@top_builddir@,$ac_top_builddir,;t t
2684s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
2685s,@INSTALL@,$ac_INSTALL,;t t
2686" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
2687  rm -f $tmp/stdin
2688  if test x"$ac_file" != x-; then
2689    mv $tmp/out $ac_file
2690  else
2691    cat $tmp/out
2692    rm -f $tmp/out
2693  fi
2694
2695done
2696_ACEOF
2697
2698cat >>$CONFIG_STATUS <<\_ACEOF
2699
2700{ (exit 0); exit 0; }
2701_ACEOF
2702chmod +x $CONFIG_STATUS
2703ac_clean_files=$ac_clean_files_save
2704
2705
2706# configure is writing to config.log, and then calls config.status.
2707# config.status does its own redirection, appending to config.log.
2708# Unfortunately, on DOS this fails, as config.log is still kept open
2709# by configure, so config.status won't be able to write to it; its
2710# output is simply discarded.  So we exec the FD to /dev/null,
2711# effectively closing config.log, so it can be properly (re)opened and
2712# appended to by config.status.  When coming back to configure, we
2713# need to make the FD available again.
2714if test "$no_create" != yes; then
2715  ac_cs_success=:
2716  ac_config_status_args=
2717  test "$silent" = yes &&
2718    ac_config_status_args="$ac_config_status_args --quiet"
2719  exec 5>/dev/null
2720  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
2721  exec 5>>config.log
2722  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
2723  # would make configure fail if this is the last instruction.
2724  $ac_cs_success || { (exit 1); exit 1; }
2725fi
2726
2727