configure revision 335e815a
1335e815aSmrg#! /bin/sh
2335e815aSmrg# Guess values for system-dependent variables and create Makefiles.
3335e815aSmrg# Generated by GNU Autoconf 2.59 for font-misc-misc 1.0.0.
4335e815aSmrg#
5335e815aSmrg# Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
6335e815aSmrg#
7335e815aSmrg# Copyright (C) 2003 Free Software Foundation, Inc.
8335e815aSmrg# This configure script is free software; the Free Software Foundation
9335e815aSmrg# gives unlimited permission to copy, distribute and modify it.
10335e815aSmrg## --------------------- ##
11335e815aSmrg## M4sh Initialization.  ##
12335e815aSmrg## --------------------- ##
13335e815aSmrg
14335e815aSmrg# Be Bourne compatible
15335e815aSmrgif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16335e815aSmrg  emulate sh
17335e815aSmrg  NULLCMD=:
18335e815aSmrg  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19335e815aSmrg  # is contrary to our usage.  Disable this feature.
20335e815aSmrg  alias -g '${1+"$@"}'='"$@"'
21335e815aSmrgelif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
22335e815aSmrg  set -o posix
23335e815aSmrgfi
24335e815aSmrgDUALCASE=1; export DUALCASE # for MKS sh
25335e815aSmrg
26335e815aSmrg# Support unset when possible.
27335e815aSmrgif ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28335e815aSmrg  as_unset=unset
29335e815aSmrgelse
30335e815aSmrg  as_unset=false
31335e815aSmrgfi
32335e815aSmrg
33335e815aSmrg
34335e815aSmrg# Work around bugs in pre-3.0 UWIN ksh.
35335e815aSmrg$as_unset ENV MAIL MAILPATH
36335e815aSmrgPS1='$ '
37335e815aSmrgPS2='> '
38335e815aSmrgPS4='+ '
39335e815aSmrg
40335e815aSmrg# NLS nuisances.
41335e815aSmrgfor as_var in \
42335e815aSmrg  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
43335e815aSmrg  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44335e815aSmrg  LC_TELEPHONE LC_TIME
45335e815aSmrgdo
46335e815aSmrg  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
47335e815aSmrg    eval $as_var=C; export $as_var
48335e815aSmrg  else
49335e815aSmrg    $as_unset $as_var
50335e815aSmrg  fi
51335e815aSmrgdone
52335e815aSmrg
53335e815aSmrg# Required to use basename.
54335e815aSmrgif expr a : '\(a\)' >/dev/null 2>&1; then
55335e815aSmrg  as_expr=expr
56335e815aSmrgelse
57335e815aSmrg  as_expr=false
58335e815aSmrgfi
59335e815aSmrg
60335e815aSmrgif (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
61335e815aSmrg  as_basename=basename
62335e815aSmrgelse
63335e815aSmrg  as_basename=false
64335e815aSmrgfi
65335e815aSmrg
66335e815aSmrg
67335e815aSmrg# Name of the executable.
68335e815aSmrgas_me=`$as_basename "$0" ||
69335e815aSmrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
70335e815aSmrg	 X"$0" : 'X\(//\)$' \| \
71335e815aSmrg	 X"$0" : 'X\(/\)$' \| \
72335e815aSmrg	 .     : '\(.\)' 2>/dev/null ||
73335e815aSmrgecho X/"$0" |
74335e815aSmrg    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
75335e815aSmrg  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
76335e815aSmrg  	  /^X\/\(\/\).*/{ s//\1/; q; }
77335e815aSmrg  	  s/.*/./; q'`
78335e815aSmrg
79335e815aSmrg
80335e815aSmrg# PATH needs CR, and LINENO needs CR and PATH.
81335e815aSmrg# Avoid depending upon Character Ranges.
82335e815aSmrgas_cr_letters='abcdefghijklmnopqrstuvwxyz'
83335e815aSmrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
84335e815aSmrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS
85335e815aSmrgas_cr_digits='0123456789'
86335e815aSmrgas_cr_alnum=$as_cr_Letters$as_cr_digits
87335e815aSmrg
88335e815aSmrg# The user is always right.
89335e815aSmrgif test "${PATH_SEPARATOR+set}" != set; then
90335e815aSmrg  echo "#! /bin/sh" >conf$$.sh
91335e815aSmrg  echo  "exit 0"   >>conf$$.sh
92335e815aSmrg  chmod +x conf$$.sh
93335e815aSmrg  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
94335e815aSmrg    PATH_SEPARATOR=';'
95335e815aSmrg  else
96335e815aSmrg    PATH_SEPARATOR=:
97335e815aSmrg  fi
98335e815aSmrg  rm -f conf$$.sh
99335e815aSmrgfi
100335e815aSmrg
101335e815aSmrg
102335e815aSmrg  as_lineno_1=$LINENO
103335e815aSmrg  as_lineno_2=$LINENO
104335e815aSmrg  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
105335e815aSmrg  test "x$as_lineno_1" != "x$as_lineno_2" &&
106335e815aSmrg  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
107335e815aSmrg  # Find who we are.  Look in the path if we contain no path at all
108335e815aSmrg  # relative or not.
109335e815aSmrg  case $0 in
110335e815aSmrg    *[\\/]* ) as_myself=$0 ;;
111335e815aSmrg    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
112335e815aSmrgfor as_dir in $PATH
113335e815aSmrgdo
114335e815aSmrg  IFS=$as_save_IFS
115335e815aSmrg  test -z "$as_dir" && as_dir=.
116335e815aSmrg  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
117335e815aSmrgdone
118335e815aSmrg
119335e815aSmrg       ;;
120335e815aSmrg  esac
121335e815aSmrg  # We did not find ourselves, most probably we were run as `sh COMMAND'
122335e815aSmrg  # in which case we are not to be found in the path.
123335e815aSmrg  if test "x$as_myself" = x; then
124335e815aSmrg    as_myself=$0
125335e815aSmrg  fi
126335e815aSmrg  if test ! -f "$as_myself"; then
127335e815aSmrg    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
128335e815aSmrg   { (exit 1); exit 1; }; }
129335e815aSmrg  fi
130335e815aSmrg  case $CONFIG_SHELL in
131335e815aSmrg  '')
132335e815aSmrg    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
133335e815aSmrgfor as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
134335e815aSmrgdo
135335e815aSmrg  IFS=$as_save_IFS
136335e815aSmrg  test -z "$as_dir" && as_dir=.
137335e815aSmrg  for as_base in sh bash ksh sh5; do
138335e815aSmrg	 case $as_dir in
139335e815aSmrg	 /*)
140335e815aSmrg	   if ("$as_dir/$as_base" -c '
141335e815aSmrg  as_lineno_1=$LINENO
142335e815aSmrg  as_lineno_2=$LINENO
143335e815aSmrg  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
144335e815aSmrg  test "x$as_lineno_1" != "x$as_lineno_2" &&
145335e815aSmrg  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
146335e815aSmrg	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
147335e815aSmrg	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
148335e815aSmrg	     CONFIG_SHELL=$as_dir/$as_base
149335e815aSmrg	     export CONFIG_SHELL
150335e815aSmrg	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
151335e815aSmrg	   fi;;
152335e815aSmrg	 esac
153335e815aSmrg       done
154335e815aSmrgdone
155335e815aSmrg;;
156335e815aSmrg  esac
157335e815aSmrg
158335e815aSmrg  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
159335e815aSmrg  # uniformly replaced by the line number.  The first 'sed' inserts a
160335e815aSmrg  # line-number line before each line; the second 'sed' does the real
161335e815aSmrg  # work.  The second script uses 'N' to pair each line-number line
162335e815aSmrg  # with the numbered line, and appends trailing '-' during
163335e815aSmrg  # substitution so that $LINENO is not a special case at line end.
164335e815aSmrg  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
165335e815aSmrg  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
166335e815aSmrg  sed '=' <$as_myself |
167335e815aSmrg    sed '
168335e815aSmrg      N
169335e815aSmrg      s,$,-,
170335e815aSmrg      : loop
171335e815aSmrg      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172335e815aSmrg      t loop
173335e815aSmrg      s,-$,,
174335e815aSmrg      s,^['$as_cr_digits']*\n,,
175335e815aSmrg    ' >$as_me.lineno &&
176335e815aSmrg  chmod +x $as_me.lineno ||
177335e815aSmrg    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
178335e815aSmrg   { (exit 1); exit 1; }; }
179335e815aSmrg
180335e815aSmrg  # Don't try to exec as it changes $[0], causing all sort of problems
181335e815aSmrg  # (the dirname of $[0] is not the place where we might find the
182335e815aSmrg  # original and so on.  Autoconf is especially sensible to this).
183335e815aSmrg  . ./$as_me.lineno
184335e815aSmrg  # Exit status is that of the last command.
185335e815aSmrg  exit
186335e815aSmrg}
187335e815aSmrg
188335e815aSmrg
189335e815aSmrgcase `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
190335e815aSmrg  *c*,-n*) ECHO_N= ECHO_C='
191335e815aSmrg' ECHO_T='	' ;;
192335e815aSmrg  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
193335e815aSmrg  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
194335e815aSmrgesac
195335e815aSmrg
196335e815aSmrgif expr a : '\(a\)' >/dev/null 2>&1; then
197335e815aSmrg  as_expr=expr
198335e815aSmrgelse
199335e815aSmrg  as_expr=false
200335e815aSmrgfi
201335e815aSmrg
202335e815aSmrgrm -f conf$$ conf$$.exe conf$$.file
203335e815aSmrgecho >conf$$.file
204335e815aSmrgif ln -s conf$$.file conf$$ 2>/dev/null; then
205335e815aSmrg  # We could just check for DJGPP; but this test a) works b) is more generic
206335e815aSmrg  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
207335e815aSmrg  if test -f conf$$.exe; then
208335e815aSmrg    # Don't use ln at all; we don't have any links
209335e815aSmrg    as_ln_s='cp -p'
210335e815aSmrg  else
211335e815aSmrg    as_ln_s='ln -s'
212335e815aSmrg  fi
213335e815aSmrgelif ln conf$$.file conf$$ 2>/dev/null; then
214335e815aSmrg  as_ln_s=ln
215335e815aSmrgelse
216335e815aSmrg  as_ln_s='cp -p'
217335e815aSmrgfi
218335e815aSmrgrm -f conf$$ conf$$.exe conf$$.file
219335e815aSmrg
220335e815aSmrgif mkdir -p . 2>/dev/null; then
221335e815aSmrg  as_mkdir_p=:
222335e815aSmrgelse
223335e815aSmrg  test -d ./-p && rmdir ./-p
224335e815aSmrg  as_mkdir_p=false
225335e815aSmrgfi
226335e815aSmrg
227335e815aSmrgas_executable_p="test -f"
228335e815aSmrg
229335e815aSmrg# Sed expression to map a string onto a valid CPP name.
230335e815aSmrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
231335e815aSmrg
232335e815aSmrg# Sed expression to map a string onto a valid variable name.
233335e815aSmrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
234335e815aSmrg
235335e815aSmrg
236335e815aSmrg# IFS
237335e815aSmrg# We need space, tab and new line, in precisely that order.
238335e815aSmrgas_nl='
239335e815aSmrg'
240335e815aSmrgIFS=" 	$as_nl"
241335e815aSmrg
242335e815aSmrg# CDPATH.
243335e815aSmrg$as_unset CDPATH
244335e815aSmrg
245335e815aSmrg
246335e815aSmrg# Name of the host.
247335e815aSmrg# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
248335e815aSmrg# so uname gets run too.
249335e815aSmrgac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
250335e815aSmrg
251335e815aSmrgexec 6>&1
252335e815aSmrg
253335e815aSmrg#
254335e815aSmrg# Initializations.
255335e815aSmrg#
256335e815aSmrgac_default_prefix=/usr/local
257335e815aSmrgac_config_libobj_dir=.
258335e815aSmrgcross_compiling=no
259335e815aSmrgsubdirs=
260335e815aSmrgMFLAGS=
261335e815aSmrgMAKEFLAGS=
262335e815aSmrgSHELL=${CONFIG_SHELL-/bin/sh}
263335e815aSmrg
264335e815aSmrg# Maximum number of lines to put in a shell here document.
265335e815aSmrg# This variable seems obsolete.  It should probably be removed, and
266335e815aSmrg# only ac_max_sed_lines should be used.
267335e815aSmrg: ${ac_max_here_lines=38}
268335e815aSmrg
269335e815aSmrg# Identity of this package.
270335e815aSmrgPACKAGE_NAME='font-misc-misc'
271335e815aSmrgPACKAGE_TARNAME='font-misc-misc'
272335e815aSmrgPACKAGE_VERSION='1.0.0'
273335e815aSmrgPACKAGE_STRING='font-misc-misc 1.0.0'
274335e815aSmrgPACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
275335e815aSmrg
276335e815aSmrgac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT PERL BDFTOPCF BDFTRUNCATE UCS2ANY MKFONTSCALE MKFONTDIR FONTDIR PKG_CONFIG ac_pt_PKG_CONFIG MAPS_CFLAGS MAPS_LIBS MAPFILES_PATH ISO8859_1_TRUE ISO8859_1_FALSE ISO8859_2_TRUE ISO8859_2_FALSE ISO8859_3_TRUE ISO8859_3_FALSE ISO8859_4_TRUE ISO8859_4_FALSE ISO8859_5_TRUE ISO8859_5_FALSE ISO8859_7_TRUE ISO8859_7_FALSE ISO8859_8_TRUE ISO8859_8_FALSE ISO8859_9_TRUE ISO8859_9_FALSE ISO8859_10_TRUE ISO8859_10_FALSE ISO8859_11_TRUE ISO8859_11_FALSE ISO8859_13_TRUE ISO8859_13_FALSE ISO8859_14_TRUE ISO8859_14_FALSE ISO8859_15_TRUE ISO8859_15_FALSE ISO8859_16_TRUE ISO8859_16_FALSE KOI8_R_TRUE KOI8_R_FALSE JISX0201_TRUE JISX0201_FALSE LIBOBJS LTLIBOBJS'
277335e815aSmrgac_subst_files=''
278335e815aSmrg
279335e815aSmrg# Initialize some variables set by options.
280335e815aSmrgac_init_help=
281335e815aSmrgac_init_version=false
282335e815aSmrg# The variables have the same names as the options, with
283335e815aSmrg# dashes changed to underlines.
284335e815aSmrgcache_file=/dev/null
285335e815aSmrgexec_prefix=NONE
286335e815aSmrgno_create=
287335e815aSmrgno_recursion=
288335e815aSmrgprefix=NONE
289335e815aSmrgprogram_prefix=NONE
290335e815aSmrgprogram_suffix=NONE
291335e815aSmrgprogram_transform_name=s,x,x,
292335e815aSmrgsilent=
293335e815aSmrgsite=
294335e815aSmrgsrcdir=
295335e815aSmrgverbose=
296335e815aSmrgx_includes=NONE
297335e815aSmrgx_libraries=NONE
298335e815aSmrg
299335e815aSmrg# Installation directory options.
300335e815aSmrg# These are left unexpanded so users can "make install exec_prefix=/foo"
301335e815aSmrg# and all the variables that are supposed to be based on exec_prefix
302335e815aSmrg# by default will actually change.
303335e815aSmrg# Use braces instead of parens because sh, perl, etc. also accept them.
304335e815aSmrgbindir='${exec_prefix}/bin'
305335e815aSmrgsbindir='${exec_prefix}/sbin'
306335e815aSmrglibexecdir='${exec_prefix}/libexec'
307335e815aSmrgdatadir='${prefix}/share'
308335e815aSmrgsysconfdir='${prefix}/etc'
309335e815aSmrgsharedstatedir='${prefix}/com'
310335e815aSmrglocalstatedir='${prefix}/var'
311335e815aSmrglibdir='${exec_prefix}/lib'
312335e815aSmrgincludedir='${prefix}/include'
313335e815aSmrgoldincludedir='/usr/include'
314335e815aSmrginfodir='${prefix}/info'
315335e815aSmrgmandir='${prefix}/man'
316335e815aSmrg
317335e815aSmrgac_prev=
318335e815aSmrgfor ac_option
319335e815aSmrgdo
320335e815aSmrg  # If the previous option needs an argument, assign it.
321335e815aSmrg  if test -n "$ac_prev"; then
322335e815aSmrg    eval "$ac_prev=\$ac_option"
323335e815aSmrg    ac_prev=
324335e815aSmrg    continue
325335e815aSmrg  fi
326335e815aSmrg
327335e815aSmrg  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
328335e815aSmrg
329335e815aSmrg  # Accept the important Cygnus configure options, so we can diagnose typos.
330335e815aSmrg
331335e815aSmrg  case $ac_option in
332335e815aSmrg
333335e815aSmrg  -bindir | --bindir | --bindi | --bind | --bin | --bi)
334335e815aSmrg    ac_prev=bindir ;;
335335e815aSmrg  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
336335e815aSmrg    bindir=$ac_optarg ;;
337335e815aSmrg
338335e815aSmrg  -build | --build | --buil | --bui | --bu)
339335e815aSmrg    ac_prev=build_alias ;;
340335e815aSmrg  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
341335e815aSmrg    build_alias=$ac_optarg ;;
342335e815aSmrg
343335e815aSmrg  -cache-file | --cache-file | --cache-fil | --cache-fi \
344335e815aSmrg  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
345335e815aSmrg    ac_prev=cache_file ;;
346335e815aSmrg  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
347335e815aSmrg  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
348335e815aSmrg    cache_file=$ac_optarg ;;
349335e815aSmrg
350335e815aSmrg  --config-cache | -C)
351335e815aSmrg    cache_file=config.cache ;;
352335e815aSmrg
353335e815aSmrg  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
354335e815aSmrg    ac_prev=datadir ;;
355335e815aSmrg  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
356335e815aSmrg  | --da=*)
357335e815aSmrg    datadir=$ac_optarg ;;
358335e815aSmrg
359335e815aSmrg  -disable-* | --disable-*)
360335e815aSmrg    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
361335e815aSmrg    # Reject names that are not valid shell variable names.
362335e815aSmrg    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
363335e815aSmrg      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
364335e815aSmrg   { (exit 1); exit 1; }; }
365335e815aSmrg    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
366335e815aSmrg    eval "enable_$ac_feature=no" ;;
367335e815aSmrg
368335e815aSmrg  -enable-* | --enable-*)
369335e815aSmrg    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
370335e815aSmrg    # Reject names that are not valid shell variable names.
371335e815aSmrg    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
372335e815aSmrg      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
373335e815aSmrg   { (exit 1); exit 1; }; }
374335e815aSmrg    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
375335e815aSmrg    case $ac_option in
376335e815aSmrg      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
377335e815aSmrg      *) ac_optarg=yes ;;
378335e815aSmrg    esac
379335e815aSmrg    eval "enable_$ac_feature='$ac_optarg'" ;;
380335e815aSmrg
381335e815aSmrg  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
382335e815aSmrg  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
383335e815aSmrg  | --exec | --exe | --ex)
384335e815aSmrg    ac_prev=exec_prefix ;;
385335e815aSmrg  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
386335e815aSmrg  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
387335e815aSmrg  | --exec=* | --exe=* | --ex=*)
388335e815aSmrg    exec_prefix=$ac_optarg ;;
389335e815aSmrg
390335e815aSmrg  -gas | --gas | --ga | --g)
391335e815aSmrg    # Obsolete; use --with-gas.
392335e815aSmrg    with_gas=yes ;;
393335e815aSmrg
394335e815aSmrg  -help | --help | --hel | --he | -h)
395335e815aSmrg    ac_init_help=long ;;
396335e815aSmrg  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
397335e815aSmrg    ac_init_help=recursive ;;
398335e815aSmrg  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
399335e815aSmrg    ac_init_help=short ;;
400335e815aSmrg
401335e815aSmrg  -host | --host | --hos | --ho)
402335e815aSmrg    ac_prev=host_alias ;;
403335e815aSmrg  -host=* | --host=* | --hos=* | --ho=*)
404335e815aSmrg    host_alias=$ac_optarg ;;
405335e815aSmrg
406335e815aSmrg  -includedir | --includedir | --includedi | --included | --include \
407335e815aSmrg  | --includ | --inclu | --incl | --inc)
408335e815aSmrg    ac_prev=includedir ;;
409335e815aSmrg  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
410335e815aSmrg  | --includ=* | --inclu=* | --incl=* | --inc=*)
411335e815aSmrg    includedir=$ac_optarg ;;
412335e815aSmrg
413335e815aSmrg  -infodir | --infodir | --infodi | --infod | --info | --inf)
414335e815aSmrg    ac_prev=infodir ;;
415335e815aSmrg  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
416335e815aSmrg    infodir=$ac_optarg ;;
417335e815aSmrg
418335e815aSmrg  -libdir | --libdir | --libdi | --libd)
419335e815aSmrg    ac_prev=libdir ;;
420335e815aSmrg  -libdir=* | --libdir=* | --libdi=* | --libd=*)
421335e815aSmrg    libdir=$ac_optarg ;;
422335e815aSmrg
423335e815aSmrg  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
424335e815aSmrg  | --libexe | --libex | --libe)
425335e815aSmrg    ac_prev=libexecdir ;;
426335e815aSmrg  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
427335e815aSmrg  | --libexe=* | --libex=* | --libe=*)
428335e815aSmrg    libexecdir=$ac_optarg ;;
429335e815aSmrg
430335e815aSmrg  -localstatedir | --localstatedir | --localstatedi | --localstated \
431335e815aSmrg  | --localstate | --localstat | --localsta | --localst \
432335e815aSmrg  | --locals | --local | --loca | --loc | --lo)
433335e815aSmrg    ac_prev=localstatedir ;;
434335e815aSmrg  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
435335e815aSmrg  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
436335e815aSmrg  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
437335e815aSmrg    localstatedir=$ac_optarg ;;
438335e815aSmrg
439335e815aSmrg  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
440335e815aSmrg    ac_prev=mandir ;;
441335e815aSmrg  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
442335e815aSmrg    mandir=$ac_optarg ;;
443335e815aSmrg
444335e815aSmrg  -nfp | --nfp | --nf)
445335e815aSmrg    # Obsolete; use --without-fp.
446335e815aSmrg    with_fp=no ;;
447335e815aSmrg
448335e815aSmrg  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
449335e815aSmrg  | --no-cr | --no-c | -n)
450335e815aSmrg    no_create=yes ;;
451335e815aSmrg
452335e815aSmrg  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
453335e815aSmrg  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
454335e815aSmrg    no_recursion=yes ;;
455335e815aSmrg
456335e815aSmrg  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
457335e815aSmrg  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
458335e815aSmrg  | --oldin | --oldi | --old | --ol | --o)
459335e815aSmrg    ac_prev=oldincludedir ;;
460335e815aSmrg  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
461335e815aSmrg  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
462335e815aSmrg  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
463335e815aSmrg    oldincludedir=$ac_optarg ;;
464335e815aSmrg
465335e815aSmrg  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
466335e815aSmrg    ac_prev=prefix ;;
467335e815aSmrg  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
468335e815aSmrg    prefix=$ac_optarg ;;
469335e815aSmrg
470335e815aSmrg  -program-prefix | --program-prefix | --program-prefi | --program-pref \
471335e815aSmrg  | --program-pre | --program-pr | --program-p)
472335e815aSmrg    ac_prev=program_prefix ;;
473335e815aSmrg  -program-prefix=* | --program-prefix=* | --program-prefi=* \
474335e815aSmrg  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
475335e815aSmrg    program_prefix=$ac_optarg ;;
476335e815aSmrg
477335e815aSmrg  -program-suffix | --program-suffix | --program-suffi | --program-suff \
478335e815aSmrg  | --program-suf | --program-su | --program-s)
479335e815aSmrg    ac_prev=program_suffix ;;
480335e815aSmrg  -program-suffix=* | --program-suffix=* | --program-suffi=* \
481335e815aSmrg  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
482335e815aSmrg    program_suffix=$ac_optarg ;;
483335e815aSmrg
484335e815aSmrg  -program-transform-name | --program-transform-name \
485335e815aSmrg  | --program-transform-nam | --program-transform-na \
486335e815aSmrg  | --program-transform-n | --program-transform- \
487335e815aSmrg  | --program-transform | --program-transfor \
488335e815aSmrg  | --program-transfo | --program-transf \
489335e815aSmrg  | --program-trans | --program-tran \
490335e815aSmrg  | --progr-tra | --program-tr | --program-t)
491335e815aSmrg    ac_prev=program_transform_name ;;
492335e815aSmrg  -program-transform-name=* | --program-transform-name=* \
493335e815aSmrg  | --program-transform-nam=* | --program-transform-na=* \
494335e815aSmrg  | --program-transform-n=* | --program-transform-=* \
495335e815aSmrg  | --program-transform=* | --program-transfor=* \
496335e815aSmrg  | --program-transfo=* | --program-transf=* \
497335e815aSmrg  | --program-trans=* | --program-tran=* \
498335e815aSmrg  | --progr-tra=* | --program-tr=* | --program-t=*)
499335e815aSmrg    program_transform_name=$ac_optarg ;;
500335e815aSmrg
501335e815aSmrg  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
502335e815aSmrg  | -silent | --silent | --silen | --sile | --sil)
503335e815aSmrg    silent=yes ;;
504335e815aSmrg
505335e815aSmrg  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
506335e815aSmrg    ac_prev=sbindir ;;
507335e815aSmrg  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
508335e815aSmrg  | --sbi=* | --sb=*)
509335e815aSmrg    sbindir=$ac_optarg ;;
510335e815aSmrg
511335e815aSmrg  -sharedstatedir | --sharedstatedir | --sharedstatedi \
512335e815aSmrg  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
513335e815aSmrg  | --sharedst | --shareds | --shared | --share | --shar \
514335e815aSmrg  | --sha | --sh)
515335e815aSmrg    ac_prev=sharedstatedir ;;
516335e815aSmrg  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
517335e815aSmrg  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
518335e815aSmrg  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
519335e815aSmrg  | --sha=* | --sh=*)
520335e815aSmrg    sharedstatedir=$ac_optarg ;;
521335e815aSmrg
522335e815aSmrg  -site | --site | --sit)
523335e815aSmrg    ac_prev=site ;;
524335e815aSmrg  -site=* | --site=* | --sit=*)
525335e815aSmrg    site=$ac_optarg ;;
526335e815aSmrg
527335e815aSmrg  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
528335e815aSmrg    ac_prev=srcdir ;;
529335e815aSmrg  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
530335e815aSmrg    srcdir=$ac_optarg ;;
531335e815aSmrg
532335e815aSmrg  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
533335e815aSmrg  | --syscon | --sysco | --sysc | --sys | --sy)
534335e815aSmrg    ac_prev=sysconfdir ;;
535335e815aSmrg  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
536335e815aSmrg  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
537335e815aSmrg    sysconfdir=$ac_optarg ;;
538335e815aSmrg
539335e815aSmrg  -target | --target | --targe | --targ | --tar | --ta | --t)
540335e815aSmrg    ac_prev=target_alias ;;
541335e815aSmrg  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
542335e815aSmrg    target_alias=$ac_optarg ;;
543335e815aSmrg
544335e815aSmrg  -v | -verbose | --verbose | --verbos | --verbo | --verb)
545335e815aSmrg    verbose=yes ;;
546335e815aSmrg
547335e815aSmrg  -version | --version | --versio | --versi | --vers | -V)
548335e815aSmrg    ac_init_version=: ;;
549335e815aSmrg
550335e815aSmrg  -with-* | --with-*)
551335e815aSmrg    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
552335e815aSmrg    # Reject names that are not valid shell variable names.
553335e815aSmrg    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
554335e815aSmrg      { echo "$as_me: error: invalid package name: $ac_package" >&2
555335e815aSmrg   { (exit 1); exit 1; }; }
556335e815aSmrg    ac_package=`echo $ac_package| sed 's/-/_/g'`
557335e815aSmrg    case $ac_option in
558335e815aSmrg      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
559335e815aSmrg      *) ac_optarg=yes ;;
560335e815aSmrg    esac
561335e815aSmrg    eval "with_$ac_package='$ac_optarg'" ;;
562335e815aSmrg
563335e815aSmrg  -without-* | --without-*)
564335e815aSmrg    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
565335e815aSmrg    # Reject names that are not valid shell variable names.
566335e815aSmrg    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
567335e815aSmrg      { echo "$as_me: error: invalid package name: $ac_package" >&2
568335e815aSmrg   { (exit 1); exit 1; }; }
569335e815aSmrg    ac_package=`echo $ac_package | sed 's/-/_/g'`
570335e815aSmrg    eval "with_$ac_package=no" ;;
571335e815aSmrg
572335e815aSmrg  --x)
573335e815aSmrg    # Obsolete; use --with-x.
574335e815aSmrg    with_x=yes ;;
575335e815aSmrg
576335e815aSmrg  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
577335e815aSmrg  | --x-incl | --x-inc | --x-in | --x-i)
578335e815aSmrg    ac_prev=x_includes ;;
579335e815aSmrg  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
580335e815aSmrg  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
581335e815aSmrg    x_includes=$ac_optarg ;;
582335e815aSmrg
583335e815aSmrg  -x-libraries | --x-libraries | --x-librarie | --x-librari \
584335e815aSmrg  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
585335e815aSmrg    ac_prev=x_libraries ;;
586335e815aSmrg  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
587335e815aSmrg  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
588335e815aSmrg    x_libraries=$ac_optarg ;;
589335e815aSmrg
590335e815aSmrg  -*) { echo "$as_me: error: unrecognized option: $ac_option
591335e815aSmrgTry \`$0 --help' for more information." >&2
592335e815aSmrg   { (exit 1); exit 1; }; }
593335e815aSmrg    ;;
594335e815aSmrg
595335e815aSmrg  *=*)
596335e815aSmrg    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
597335e815aSmrg    # Reject names that are not valid shell variable names.
598335e815aSmrg    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
599335e815aSmrg      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
600335e815aSmrg   { (exit 1); exit 1; }; }
601335e815aSmrg    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
602335e815aSmrg    eval "$ac_envvar='$ac_optarg'"
603335e815aSmrg    export $ac_envvar ;;
604335e815aSmrg
605335e815aSmrg  *)
606335e815aSmrg    # FIXME: should be removed in autoconf 3.0.
607335e815aSmrg    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
608335e815aSmrg    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
609335e815aSmrg      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
610335e815aSmrg    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
611335e815aSmrg    ;;
612335e815aSmrg
613335e815aSmrg  esac
614335e815aSmrgdone
615335e815aSmrg
616335e815aSmrgif test -n "$ac_prev"; then
617335e815aSmrg  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
618335e815aSmrg  { echo "$as_me: error: missing argument to $ac_option" >&2
619335e815aSmrg   { (exit 1); exit 1; }; }
620335e815aSmrgfi
621335e815aSmrg
622335e815aSmrg# Be sure to have absolute paths.
623335e815aSmrgfor ac_var in exec_prefix prefix
624335e815aSmrgdo
625335e815aSmrg  eval ac_val=$`echo $ac_var`
626335e815aSmrg  case $ac_val in
627335e815aSmrg    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
628335e815aSmrg    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
629335e815aSmrg   { (exit 1); exit 1; }; };;
630335e815aSmrg  esac
631335e815aSmrgdone
632335e815aSmrg
633335e815aSmrg# Be sure to have absolute paths.
634335e815aSmrgfor ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
635335e815aSmrg	      localstatedir libdir includedir oldincludedir infodir mandir
636335e815aSmrgdo
637335e815aSmrg  eval ac_val=$`echo $ac_var`
638335e815aSmrg  case $ac_val in
639335e815aSmrg    [\\/$]* | ?:[\\/]* ) ;;
640335e815aSmrg    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
641335e815aSmrg   { (exit 1); exit 1; }; };;
642335e815aSmrg  esac
643335e815aSmrgdone
644335e815aSmrg
645335e815aSmrg# There might be people who depend on the old broken behavior: `$host'
646335e815aSmrg# used to hold the argument of --host etc.
647335e815aSmrg# FIXME: To remove some day.
648335e815aSmrgbuild=$build_alias
649335e815aSmrghost=$host_alias
650335e815aSmrgtarget=$target_alias
651335e815aSmrg
652335e815aSmrg# FIXME: To remove some day.
653335e815aSmrgif test "x$host_alias" != x; then
654335e815aSmrg  if test "x$build_alias" = x; then
655335e815aSmrg    cross_compiling=maybe
656335e815aSmrg    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
657335e815aSmrg    If a cross compiler is detected then cross compile mode will be used." >&2
658335e815aSmrg  elif test "x$build_alias" != "x$host_alias"; then
659335e815aSmrg    cross_compiling=yes
660335e815aSmrg  fi
661335e815aSmrgfi
662335e815aSmrg
663335e815aSmrgac_tool_prefix=
664335e815aSmrgtest -n "$host_alias" && ac_tool_prefix=$host_alias-
665335e815aSmrg
666335e815aSmrgtest "$silent" = yes && exec 6>/dev/null
667335e815aSmrg
668335e815aSmrg
669335e815aSmrg# Find the source files, if location was not specified.
670335e815aSmrgif test -z "$srcdir"; then
671335e815aSmrg  ac_srcdir_defaulted=yes
672335e815aSmrg  # Try the directory containing this script, then its parent.
673335e815aSmrg  ac_confdir=`(dirname "$0") 2>/dev/null ||
674335e815aSmrg$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
675335e815aSmrg	 X"$0" : 'X\(//\)[^/]' \| \
676335e815aSmrg	 X"$0" : 'X\(//\)$' \| \
677335e815aSmrg	 X"$0" : 'X\(/\)' \| \
678335e815aSmrg	 .     : '\(.\)' 2>/dev/null ||
679335e815aSmrgecho X"$0" |
680335e815aSmrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
681335e815aSmrg  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
682335e815aSmrg  	  /^X\(\/\/\)$/{ s//\1/; q; }
683335e815aSmrg  	  /^X\(\/\).*/{ s//\1/; q; }
684335e815aSmrg  	  s/.*/./; q'`
685335e815aSmrg  srcdir=$ac_confdir
686335e815aSmrg  if test ! -r $srcdir/$ac_unique_file; then
687335e815aSmrg    srcdir=..
688335e815aSmrg  fi
689335e815aSmrgelse
690335e815aSmrg  ac_srcdir_defaulted=no
691335e815aSmrgfi
692335e815aSmrgif test ! -r $srcdir/$ac_unique_file; then
693335e815aSmrg  if test "$ac_srcdir_defaulted" = yes; then
694335e815aSmrg    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
695335e815aSmrg   { (exit 1); exit 1; }; }
696335e815aSmrg  else
697335e815aSmrg    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
698335e815aSmrg   { (exit 1); exit 1; }; }
699335e815aSmrg  fi
700335e815aSmrgfi
701335e815aSmrg(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
702335e815aSmrg  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
703335e815aSmrg   { (exit 1); exit 1; }; }
704335e815aSmrgsrcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
705335e815aSmrgac_env_build_alias_set=${build_alias+set}
706335e815aSmrgac_env_build_alias_value=$build_alias
707335e815aSmrgac_cv_env_build_alias_set=${build_alias+set}
708335e815aSmrgac_cv_env_build_alias_value=$build_alias
709335e815aSmrgac_env_host_alias_set=${host_alias+set}
710335e815aSmrgac_env_host_alias_value=$host_alias
711335e815aSmrgac_cv_env_host_alias_set=${host_alias+set}
712335e815aSmrgac_cv_env_host_alias_value=$host_alias
713335e815aSmrgac_env_target_alias_set=${target_alias+set}
714335e815aSmrgac_env_target_alias_value=$target_alias
715335e815aSmrgac_cv_env_target_alias_set=${target_alias+set}
716335e815aSmrgac_cv_env_target_alias_value=$target_alias
717335e815aSmrgac_env_PKG_CONFIG_set=${PKG_CONFIG+set}
718335e815aSmrgac_env_PKG_CONFIG_value=$PKG_CONFIG
719335e815aSmrgac_cv_env_PKG_CONFIG_set=${PKG_CONFIG+set}
720335e815aSmrgac_cv_env_PKG_CONFIG_value=$PKG_CONFIG
721335e815aSmrgac_env_MAPS_CFLAGS_set=${MAPS_CFLAGS+set}
722335e815aSmrgac_env_MAPS_CFLAGS_value=$MAPS_CFLAGS
723335e815aSmrgac_cv_env_MAPS_CFLAGS_set=${MAPS_CFLAGS+set}
724335e815aSmrgac_cv_env_MAPS_CFLAGS_value=$MAPS_CFLAGS
725335e815aSmrgac_env_MAPS_LIBS_set=${MAPS_LIBS+set}
726335e815aSmrgac_env_MAPS_LIBS_value=$MAPS_LIBS
727335e815aSmrgac_cv_env_MAPS_LIBS_set=${MAPS_LIBS+set}
728335e815aSmrgac_cv_env_MAPS_LIBS_value=$MAPS_LIBS
729335e815aSmrg
730335e815aSmrg#
731335e815aSmrg# Report the --help message.
732335e815aSmrg#
733335e815aSmrgif test "$ac_init_help" = "long"; then
734335e815aSmrg  # Omit some internal or obsolete options to make the list less imposing.
735335e815aSmrg  # This message is too long to be a string in the A/UX 3.1 sh.
736335e815aSmrg  cat <<_ACEOF
737335e815aSmrg\`configure' configures font-misc-misc 1.0.0 to adapt to many kinds of systems.
738335e815aSmrg
739335e815aSmrgUsage: $0 [OPTION]... [VAR=VALUE]...
740335e815aSmrg
741335e815aSmrgTo assign environment variables (e.g., CC, CFLAGS...), specify them as
742335e815aSmrgVAR=VALUE.  See below for descriptions of some of the useful variables.
743335e815aSmrg
744335e815aSmrgDefaults for the options are specified in brackets.
745335e815aSmrg
746335e815aSmrgConfiguration:
747335e815aSmrg  -h, --help              display this help and exit
748335e815aSmrg      --help=short        display options specific to this package
749335e815aSmrg      --help=recursive    display the short help of all the included packages
750335e815aSmrg  -V, --version           display version information and exit
751335e815aSmrg  -q, --quiet, --silent   do not print \`checking...' messages
752335e815aSmrg      --cache-file=FILE   cache test results in FILE [disabled]
753335e815aSmrg  -C, --config-cache      alias for \`--cache-file=config.cache'
754335e815aSmrg  -n, --no-create         do not create output files
755335e815aSmrg      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
756335e815aSmrg
757335e815aSmrg_ACEOF
758335e815aSmrg
759335e815aSmrg  cat <<_ACEOF
760335e815aSmrgInstallation directories:
761335e815aSmrg  --prefix=PREFIX         install architecture-independent files in PREFIX
762335e815aSmrg			  [$ac_default_prefix]
763335e815aSmrg  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
764335e815aSmrg			  [PREFIX]
765335e815aSmrg
766335e815aSmrgBy default, \`make install' will install all the files in
767335e815aSmrg\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
768335e815aSmrgan installation prefix other than \`$ac_default_prefix' using \`--prefix',
769335e815aSmrgfor instance \`--prefix=\$HOME'.
770335e815aSmrg
771335e815aSmrgFor better control, use the options below.
772335e815aSmrg
773335e815aSmrgFine tuning of the installation directories:
774335e815aSmrg  --bindir=DIR           user executables [EPREFIX/bin]
775335e815aSmrg  --sbindir=DIR          system admin executables [EPREFIX/sbin]
776335e815aSmrg  --libexecdir=DIR       program executables [EPREFIX/libexec]
777335e815aSmrg  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
778335e815aSmrg  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
779335e815aSmrg  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
780335e815aSmrg  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
781335e815aSmrg  --libdir=DIR           object code libraries [EPREFIX/lib]
782335e815aSmrg  --includedir=DIR       C header files [PREFIX/include]
783335e815aSmrg  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
784335e815aSmrg  --infodir=DIR          info documentation [PREFIX/info]
785335e815aSmrg  --mandir=DIR           man documentation [PREFIX/man]
786335e815aSmrg_ACEOF
787335e815aSmrg
788335e815aSmrg  cat <<\_ACEOF
789335e815aSmrg
790335e815aSmrgProgram names:
791335e815aSmrg  --program-prefix=PREFIX            prepend PREFIX to installed program names
792335e815aSmrg  --program-suffix=SUFFIX            append SUFFIX to installed program names
793335e815aSmrg  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
794335e815aSmrg_ACEOF
795335e815aSmrgfi
796335e815aSmrg
797335e815aSmrgif test -n "$ac_init_help"; then
798335e815aSmrg  case $ac_init_help in
799335e815aSmrg     short | recursive ) echo "Configuration of font-misc-misc 1.0.0:";;
800335e815aSmrg   esac
801335e815aSmrg  cat <<\_ACEOF
802335e815aSmrg
803335e815aSmrgOptional Features:
804335e815aSmrg  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
805335e815aSmrg  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
806335e815aSmrg  --enable-maintainer-mode enable make rules and dependencies not useful
807335e815aSmrg                          (and sometimes confusing) to the casual installer
808335e815aSmrg  --disable-iso8859-1     Build ISO8859-1 fonts (default: yes)
809335e815aSmrg  --disable-iso8859-2     Build ISO8859-2 fonts (default: yes)
810335e815aSmrg  --disable-iso8859-3     Build ISO8859-3 fonts (default: yes)
811335e815aSmrg  --disable-iso8859-4     Build ISO8859-4 fonts (default: yes)
812335e815aSmrg  --disable-iso8859-5     Build ISO8859-5 fonts (default: yes)
813335e815aSmrg  --disable-iso8859-7     Build ISO8859-7 fonts (default: yes)
814335e815aSmrg  --disable-iso8859-8     Build ISO8859-8 fonts (default: yes)
815335e815aSmrg  --disable-iso8859-9     Build ISO8859-9 fonts (default: yes)
816335e815aSmrg  --disable-iso8859-10    Build ISO8859-10 fonts (default: yes)
817335e815aSmrg  --disable-iso8859-11    Build ISO8859-11 fonts (default: yes)
818335e815aSmrg  --disable-iso8859-13    Build ISO8859-13 fonts (default: yes)
819335e815aSmrg  --disable-iso8859-14    Build ISO8859-14 fonts (default: yes)
820335e815aSmrg  --disable-iso8859-15    Build ISO8859-15 fonts (default: yes)
821335e815aSmrg  --disable-iso8859-16    Build ISO8859-16 fonts (default: yes)
822335e815aSmrg  --disable-koi8-r        Build KOI8-R fonts (default: yes)
823335e815aSmrg  --disable-jisx0201      Build JISX0201 fonts (default: yes)
824335e815aSmrg
825335e815aSmrgOptional Packages:
826335e815aSmrg  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
827335e815aSmrg  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
828335e815aSmrg  --with-fontdir=FONTDIR  Path to install fonts
829335e815aSmrg  --with-release-version=STRING
830335e815aSmrg                          Use release version string in package name
831335e815aSmrg
832335e815aSmrgSome influential environment variables:
833335e815aSmrg  PKG_CONFIG  path to pkg-config utility
834335e815aSmrg  MAPS_CFLAGS C compiler flags for MAPS, overriding pkg-config
835335e815aSmrg  MAPS_LIBS   linker flags for MAPS, overriding pkg-config
836335e815aSmrg
837335e815aSmrgUse these variables to override the choices made by `configure' or to help
838335e815aSmrgit to find libraries and programs with nonstandard names/locations.
839335e815aSmrg
840335e815aSmrgReport bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
841335e815aSmrg_ACEOF
842335e815aSmrgfi
843335e815aSmrg
844335e815aSmrgif test "$ac_init_help" = "recursive"; then
845335e815aSmrg  # If there are subdirs, report their specific --help.
846335e815aSmrg  ac_popdir=`pwd`
847335e815aSmrg  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
848335e815aSmrg    test -d $ac_dir || continue
849335e815aSmrg    ac_builddir=.
850335e815aSmrg
851335e815aSmrgif test "$ac_dir" != .; then
852335e815aSmrg  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
853335e815aSmrg  # A "../" for each directory in $ac_dir_suffix.
854335e815aSmrg  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
855335e815aSmrgelse
856335e815aSmrg  ac_dir_suffix= ac_top_builddir=
857335e815aSmrgfi
858335e815aSmrg
859335e815aSmrgcase $srcdir in
860335e815aSmrg  .)  # No --srcdir option.  We are building in place.
861335e815aSmrg    ac_srcdir=.
862335e815aSmrg    if test -z "$ac_top_builddir"; then
863335e815aSmrg       ac_top_srcdir=.
864335e815aSmrg    else
865335e815aSmrg       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
866335e815aSmrg    fi ;;
867335e815aSmrg  [\\/]* | ?:[\\/]* )  # Absolute path.
868335e815aSmrg    ac_srcdir=$srcdir$ac_dir_suffix;
869335e815aSmrg    ac_top_srcdir=$srcdir ;;
870335e815aSmrg  *) # Relative path.
871335e815aSmrg    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
872335e815aSmrg    ac_top_srcdir=$ac_top_builddir$srcdir ;;
873335e815aSmrgesac
874335e815aSmrg
875335e815aSmrg# Do not use `cd foo && pwd` to compute absolute paths, because
876335e815aSmrg# the directories may not exist.
877335e815aSmrgcase `pwd` in
878335e815aSmrg.) ac_abs_builddir="$ac_dir";;
879335e815aSmrg*)
880335e815aSmrg  case "$ac_dir" in
881335e815aSmrg  .) ac_abs_builddir=`pwd`;;
882335e815aSmrg  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
883335e815aSmrg  *) ac_abs_builddir=`pwd`/"$ac_dir";;
884335e815aSmrg  esac;;
885335e815aSmrgesac
886335e815aSmrgcase $ac_abs_builddir in
887335e815aSmrg.) ac_abs_top_builddir=${ac_top_builddir}.;;
888335e815aSmrg*)
889335e815aSmrg  case ${ac_top_builddir}. in
890335e815aSmrg  .) ac_abs_top_builddir=$ac_abs_builddir;;
891335e815aSmrg  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
892335e815aSmrg  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
893335e815aSmrg  esac;;
894335e815aSmrgesac
895335e815aSmrgcase $ac_abs_builddir in
896335e815aSmrg.) ac_abs_srcdir=$ac_srcdir;;
897335e815aSmrg*)
898335e815aSmrg  case $ac_srcdir in
899335e815aSmrg  .) ac_abs_srcdir=$ac_abs_builddir;;
900335e815aSmrg  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
901335e815aSmrg  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
902335e815aSmrg  esac;;
903335e815aSmrgesac
904335e815aSmrgcase $ac_abs_builddir in
905335e815aSmrg.) ac_abs_top_srcdir=$ac_top_srcdir;;
906335e815aSmrg*)
907335e815aSmrg  case $ac_top_srcdir in
908335e815aSmrg  .) ac_abs_top_srcdir=$ac_abs_builddir;;
909335e815aSmrg  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
910335e815aSmrg  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
911335e815aSmrg  esac;;
912335e815aSmrgesac
913335e815aSmrg
914335e815aSmrg    cd $ac_dir
915335e815aSmrg    # Check for guested configure; otherwise get Cygnus style configure.
916335e815aSmrg    if test -f $ac_srcdir/configure.gnu; then
917335e815aSmrg      echo
918335e815aSmrg      $SHELL $ac_srcdir/configure.gnu  --help=recursive
919335e815aSmrg    elif test -f $ac_srcdir/configure; then
920335e815aSmrg      echo
921335e815aSmrg      $SHELL $ac_srcdir/configure  --help=recursive
922335e815aSmrg    elif test -f $ac_srcdir/configure.ac ||
923335e815aSmrg	   test -f $ac_srcdir/configure.in; then
924335e815aSmrg      echo
925335e815aSmrg      $ac_configure --help
926335e815aSmrg    else
927335e815aSmrg      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
928335e815aSmrg    fi
929335e815aSmrg    cd $ac_popdir
930335e815aSmrg  done
931335e815aSmrgfi
932335e815aSmrg
933335e815aSmrgtest -n "$ac_init_help" && exit 0
934335e815aSmrgif $ac_init_version; then
935335e815aSmrg  cat <<\_ACEOF
936335e815aSmrgfont-misc-misc configure 1.0.0
937335e815aSmrggenerated by GNU Autoconf 2.59
938335e815aSmrg
939335e815aSmrgCopyright (C) 2003 Free Software Foundation, Inc.
940335e815aSmrgThis configure script is free software; the Free Software Foundation
941335e815aSmrggives unlimited permission to copy, distribute and modify it.
942335e815aSmrg_ACEOF
943335e815aSmrg  exit 0
944335e815aSmrgfi
945335e815aSmrgexec 5>config.log
946335e815aSmrgcat >&5 <<_ACEOF
947335e815aSmrgThis file contains any messages produced by compilers while
948335e815aSmrgrunning configure, to aid debugging if configure makes a mistake.
949335e815aSmrg
950335e815aSmrgIt was created by font-misc-misc $as_me 1.0.0, which was
951335e815aSmrggenerated by GNU Autoconf 2.59.  Invocation command line was
952335e815aSmrg
953335e815aSmrg  $ $0 $@
954335e815aSmrg
955335e815aSmrg_ACEOF
956335e815aSmrg{
957335e815aSmrgcat <<_ASUNAME
958335e815aSmrg## --------- ##
959335e815aSmrg## Platform. ##
960335e815aSmrg## --------- ##
961335e815aSmrg
962335e815aSmrghostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
963335e815aSmrguname -m = `(uname -m) 2>/dev/null || echo unknown`
964335e815aSmrguname -r = `(uname -r) 2>/dev/null || echo unknown`
965335e815aSmrguname -s = `(uname -s) 2>/dev/null || echo unknown`
966335e815aSmrguname -v = `(uname -v) 2>/dev/null || echo unknown`
967335e815aSmrg
968335e815aSmrg/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
969335e815aSmrg/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
970335e815aSmrg
971335e815aSmrg/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
972335e815aSmrg/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
973335e815aSmrg/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
974335e815aSmrghostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
975335e815aSmrg/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
976335e815aSmrg/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
977335e815aSmrg/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
978335e815aSmrg
979335e815aSmrg_ASUNAME
980335e815aSmrg
981335e815aSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
982335e815aSmrgfor as_dir in $PATH
983335e815aSmrgdo
984335e815aSmrg  IFS=$as_save_IFS
985335e815aSmrg  test -z "$as_dir" && as_dir=.
986335e815aSmrg  echo "PATH: $as_dir"
987335e815aSmrgdone
988335e815aSmrg
989335e815aSmrg} >&5
990335e815aSmrg
991335e815aSmrgcat >&5 <<_ACEOF
992335e815aSmrg
993335e815aSmrg
994335e815aSmrg## ----------- ##
995335e815aSmrg## Core tests. ##
996335e815aSmrg## ----------- ##
997335e815aSmrg
998335e815aSmrg_ACEOF
999335e815aSmrg
1000335e815aSmrg
1001335e815aSmrg# Keep a trace of the command line.
1002335e815aSmrg# Strip out --no-create and --no-recursion so they do not pile up.
1003335e815aSmrg# Strip out --silent because we don't want to record it for future runs.
1004335e815aSmrg# Also quote any args containing shell meta-characters.
1005335e815aSmrg# Make two passes to allow for proper duplicate-argument suppression.
1006335e815aSmrgac_configure_args=
1007335e815aSmrgac_configure_args0=
1008335e815aSmrgac_configure_args1=
1009335e815aSmrgac_sep=
1010335e815aSmrgac_must_keep_next=false
1011335e815aSmrgfor ac_pass in 1 2
1012335e815aSmrgdo
1013335e815aSmrg  for ac_arg
1014335e815aSmrg  do
1015335e815aSmrg    case $ac_arg in
1016335e815aSmrg    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1017335e815aSmrg    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1018335e815aSmrg    | -silent | --silent | --silen | --sile | --sil)
1019335e815aSmrg      continue ;;
1020335e815aSmrg    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1021335e815aSmrg      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1022335e815aSmrg    esac
1023335e815aSmrg    case $ac_pass in
1024335e815aSmrg    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1025335e815aSmrg    2)
1026335e815aSmrg      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1027335e815aSmrg      if test $ac_must_keep_next = true; then
1028335e815aSmrg	ac_must_keep_next=false # Got value, back to normal.
1029335e815aSmrg      else
1030335e815aSmrg	case $ac_arg in
1031335e815aSmrg	  *=* | --config-cache | -C | -disable-* | --disable-* \
1032335e815aSmrg	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1033335e815aSmrg	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1034335e815aSmrg	  | -with-* | --with-* | -without-* | --without-* | --x)
1035335e815aSmrg	    case "$ac_configure_args0 " in
1036335e815aSmrg	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1037335e815aSmrg	    esac
1038335e815aSmrg	    ;;
1039335e815aSmrg	  -* ) ac_must_keep_next=true ;;
1040335e815aSmrg	esac
1041335e815aSmrg      fi
1042335e815aSmrg      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1043335e815aSmrg      # Get rid of the leading space.
1044335e815aSmrg      ac_sep=" "
1045335e815aSmrg      ;;
1046335e815aSmrg    esac
1047335e815aSmrg  done
1048335e815aSmrgdone
1049335e815aSmrg$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1050335e815aSmrg$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1051335e815aSmrg
1052335e815aSmrg# When interrupted or exit'd, cleanup temporary files, and complete
1053335e815aSmrg# config.log.  We remove comments because anyway the quotes in there
1054335e815aSmrg# would cause problems or look ugly.
1055335e815aSmrg# WARNING: Be sure not to use single quotes in there, as some shells,
1056335e815aSmrg# such as our DU 5.0 friend, will then `close' the trap.
1057335e815aSmrgtrap 'exit_status=$?
1058335e815aSmrg  # Save into config.log some information that might help in debugging.
1059335e815aSmrg  {
1060335e815aSmrg    echo
1061335e815aSmrg
1062335e815aSmrg    cat <<\_ASBOX
1063335e815aSmrg## ---------------- ##
1064335e815aSmrg## Cache variables. ##
1065335e815aSmrg## ---------------- ##
1066335e815aSmrg_ASBOX
1067335e815aSmrg    echo
1068335e815aSmrg    # The following way of writing the cache mishandles newlines in values,
1069335e815aSmrg{
1070335e815aSmrg  (set) 2>&1 |
1071335e815aSmrg    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1072335e815aSmrg    *ac_space=\ *)
1073335e815aSmrg      sed -n \
1074335e815aSmrg	"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1075335e815aSmrg	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1076335e815aSmrg      ;;
1077335e815aSmrg    *)
1078335e815aSmrg      sed -n \
1079335e815aSmrg	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1080335e815aSmrg      ;;
1081335e815aSmrg    esac;
1082335e815aSmrg}
1083335e815aSmrg    echo
1084335e815aSmrg
1085335e815aSmrg    cat <<\_ASBOX
1086335e815aSmrg## ----------------- ##
1087335e815aSmrg## Output variables. ##
1088335e815aSmrg## ----------------- ##
1089335e815aSmrg_ASBOX
1090335e815aSmrg    echo
1091335e815aSmrg    for ac_var in $ac_subst_vars
1092335e815aSmrg    do
1093335e815aSmrg      eval ac_val=$`echo $ac_var`
1094335e815aSmrg      echo "$ac_var='"'"'$ac_val'"'"'"
1095335e815aSmrg    done | sort
1096335e815aSmrg    echo
1097335e815aSmrg
1098335e815aSmrg    if test -n "$ac_subst_files"; then
1099335e815aSmrg      cat <<\_ASBOX
1100335e815aSmrg## ------------- ##
1101335e815aSmrg## Output files. ##
1102335e815aSmrg## ------------- ##
1103335e815aSmrg_ASBOX
1104335e815aSmrg      echo
1105335e815aSmrg      for ac_var in $ac_subst_files
1106335e815aSmrg      do
1107335e815aSmrg	eval ac_val=$`echo $ac_var`
1108335e815aSmrg	echo "$ac_var='"'"'$ac_val'"'"'"
1109335e815aSmrg      done | sort
1110335e815aSmrg      echo
1111335e815aSmrg    fi
1112335e815aSmrg
1113335e815aSmrg    if test -s confdefs.h; then
1114335e815aSmrg      cat <<\_ASBOX
1115335e815aSmrg## ----------- ##
1116335e815aSmrg## confdefs.h. ##
1117335e815aSmrg## ----------- ##
1118335e815aSmrg_ASBOX
1119335e815aSmrg      echo
1120335e815aSmrg      sed "/^$/d" confdefs.h | sort
1121335e815aSmrg      echo
1122335e815aSmrg    fi
1123335e815aSmrg    test "$ac_signal" != 0 &&
1124335e815aSmrg      echo "$as_me: caught signal $ac_signal"
1125335e815aSmrg    echo "$as_me: exit $exit_status"
1126335e815aSmrg  } >&5
1127335e815aSmrg  rm -f core *.core &&
1128335e815aSmrg  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1129335e815aSmrg    exit $exit_status
1130335e815aSmrg     ' 0
1131335e815aSmrgfor ac_signal in 1 2 13 15; do
1132335e815aSmrg  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1133335e815aSmrgdone
1134335e815aSmrgac_signal=0
1135335e815aSmrg
1136335e815aSmrg# confdefs.h avoids OS command line length limits that DEFS can exceed.
1137335e815aSmrgrm -rf conftest* confdefs.h
1138335e815aSmrg# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1139335e815aSmrgecho >confdefs.h
1140335e815aSmrg
1141335e815aSmrg# Predefined preprocessor variables.
1142335e815aSmrg
1143335e815aSmrgcat >>confdefs.h <<_ACEOF
1144335e815aSmrg#define PACKAGE_NAME "$PACKAGE_NAME"
1145335e815aSmrg_ACEOF
1146335e815aSmrg
1147335e815aSmrg
1148335e815aSmrgcat >>confdefs.h <<_ACEOF
1149335e815aSmrg#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1150335e815aSmrg_ACEOF
1151335e815aSmrg
1152335e815aSmrg
1153335e815aSmrgcat >>confdefs.h <<_ACEOF
1154335e815aSmrg#define PACKAGE_VERSION "$PACKAGE_VERSION"
1155335e815aSmrg_ACEOF
1156335e815aSmrg
1157335e815aSmrg
1158335e815aSmrgcat >>confdefs.h <<_ACEOF
1159335e815aSmrg#define PACKAGE_STRING "$PACKAGE_STRING"
1160335e815aSmrg_ACEOF
1161335e815aSmrg
1162335e815aSmrg
1163335e815aSmrgcat >>confdefs.h <<_ACEOF
1164335e815aSmrg#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1165335e815aSmrg_ACEOF
1166335e815aSmrg
1167335e815aSmrg
1168335e815aSmrg# Let the site file select an alternate cache file if it wants to.
1169335e815aSmrg# Prefer explicitly selected file to automatically selected ones.
1170335e815aSmrgif test -z "$CONFIG_SITE"; then
1171335e815aSmrg  if test "x$prefix" != xNONE; then
1172335e815aSmrg    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1173335e815aSmrg  else
1174335e815aSmrg    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1175335e815aSmrg  fi
1176335e815aSmrgfi
1177335e815aSmrgfor ac_site_file in $CONFIG_SITE; do
1178335e815aSmrg  if test -r "$ac_site_file"; then
1179335e815aSmrg    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1180335e815aSmrgecho "$as_me: loading site script $ac_site_file" >&6;}
1181335e815aSmrg    sed 's/^/| /' "$ac_site_file" >&5
1182335e815aSmrg    . "$ac_site_file"
1183335e815aSmrg  fi
1184335e815aSmrgdone
1185335e815aSmrg
1186335e815aSmrgif test -r "$cache_file"; then
1187335e815aSmrg  # Some versions of bash will fail to source /dev/null (special
1188335e815aSmrg  # files actually), so we avoid doing that.
1189335e815aSmrg  if test -f "$cache_file"; then
1190335e815aSmrg    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1191335e815aSmrgecho "$as_me: loading cache $cache_file" >&6;}
1192335e815aSmrg    case $cache_file in
1193335e815aSmrg      [\\/]* | ?:[\\/]* ) . $cache_file;;
1194335e815aSmrg      *)                      . ./$cache_file;;
1195335e815aSmrg    esac
1196335e815aSmrg  fi
1197335e815aSmrgelse
1198335e815aSmrg  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1199335e815aSmrgecho "$as_me: creating cache $cache_file" >&6;}
1200335e815aSmrg  >$cache_file
1201335e815aSmrgfi
1202335e815aSmrg
1203335e815aSmrg# Check that the precious variables saved in the cache have kept the same
1204335e815aSmrg# value.
1205335e815aSmrgac_cache_corrupted=false
1206335e815aSmrgfor ac_var in `(set) 2>&1 |
1207335e815aSmrg	       sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1208335e815aSmrg  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1209335e815aSmrg  eval ac_new_set=\$ac_env_${ac_var}_set
1210335e815aSmrg  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1211335e815aSmrg  eval ac_new_val="\$ac_env_${ac_var}_value"
1212335e815aSmrg  case $ac_old_set,$ac_new_set in
1213335e815aSmrg    set,)
1214335e815aSmrg      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1215335e815aSmrgecho "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1216335e815aSmrg      ac_cache_corrupted=: ;;
1217335e815aSmrg    ,set)
1218335e815aSmrg      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1219335e815aSmrgecho "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1220335e815aSmrg      ac_cache_corrupted=: ;;
1221335e815aSmrg    ,);;
1222335e815aSmrg    *)
1223335e815aSmrg      if test "x$ac_old_val" != "x$ac_new_val"; then
1224335e815aSmrg	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1225335e815aSmrgecho "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1226335e815aSmrg	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1227335e815aSmrgecho "$as_me:   former value:  $ac_old_val" >&2;}
1228335e815aSmrg	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1229335e815aSmrgecho "$as_me:   current value: $ac_new_val" >&2;}
1230335e815aSmrg	ac_cache_corrupted=:
1231335e815aSmrg      fi;;
1232335e815aSmrg  esac
1233335e815aSmrg  # Pass precious variables to config.status.
1234335e815aSmrg  if test "$ac_new_set" = set; then
1235335e815aSmrg    case $ac_new_val in
1236335e815aSmrg    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1237335e815aSmrg      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1238335e815aSmrg    *) ac_arg=$ac_var=$ac_new_val ;;
1239335e815aSmrg    esac
1240335e815aSmrg    case " $ac_configure_args " in
1241335e815aSmrg      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1242335e815aSmrg      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1243335e815aSmrg    esac
1244335e815aSmrg  fi
1245335e815aSmrgdone
1246335e815aSmrgif $ac_cache_corrupted; then
1247335e815aSmrg  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1248335e815aSmrgecho "$as_me: error: changes in the environment can compromise the build" >&2;}
1249335e815aSmrg  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1250335e815aSmrgecho "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1251335e815aSmrg   { (exit 1); exit 1; }; }
1252335e815aSmrgfi
1253335e815aSmrg
1254335e815aSmrgac_ext=c
1255335e815aSmrgac_cpp='$CPP $CPPFLAGS'
1256335e815aSmrgac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1257335e815aSmrgac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1258335e815aSmrgac_compiler_gnu=$ac_cv_c_compiler_gnu
1259335e815aSmrg
1260335e815aSmrg
1261335e815aSmrg
1262335e815aSmrg
1263335e815aSmrg
1264335e815aSmrg
1265335e815aSmrg
1266335e815aSmrg
1267335e815aSmrg
1268335e815aSmrg
1269335e815aSmrg
1270335e815aSmrg
1271335e815aSmrg
1272335e815aSmrg
1273335e815aSmrg
1274335e815aSmrg
1275335e815aSmrg
1276335e815aSmrg
1277335e815aSmrg
1278335e815aSmrg
1279335e815aSmrg
1280335e815aSmrg
1281335e815aSmrg
1282335e815aSmrg
1283335e815aSmrg
1284335e815aSmrg
1285335e815aSmrg
1286335e815aSmrgam__api_version="1.7"
1287335e815aSmrgac_aux_dir=
1288335e815aSmrgfor ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1289335e815aSmrg  if test -f $ac_dir/install-sh; then
1290335e815aSmrg    ac_aux_dir=$ac_dir
1291335e815aSmrg    ac_install_sh="$ac_aux_dir/install-sh -c"
1292335e815aSmrg    break
1293335e815aSmrg  elif test -f $ac_dir/install.sh; then
1294335e815aSmrg    ac_aux_dir=$ac_dir
1295335e815aSmrg    ac_install_sh="$ac_aux_dir/install.sh -c"
1296335e815aSmrg    break
1297335e815aSmrg  elif test -f $ac_dir/shtool; then
1298335e815aSmrg    ac_aux_dir=$ac_dir
1299335e815aSmrg    ac_install_sh="$ac_aux_dir/shtool install -c"
1300335e815aSmrg    break
1301335e815aSmrg  fi
1302335e815aSmrgdone
1303335e815aSmrgif test -z "$ac_aux_dir"; then
1304335e815aSmrg  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1305335e815aSmrgecho "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1306335e815aSmrg   { (exit 1); exit 1; }; }
1307335e815aSmrgfi
1308335e815aSmrgac_config_guess="$SHELL $ac_aux_dir/config.guess"
1309335e815aSmrgac_config_sub="$SHELL $ac_aux_dir/config.sub"
1310335e815aSmrgac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1311335e815aSmrg
1312335e815aSmrg# Find a good install program.  We prefer a C program (faster),
1313335e815aSmrg# so one script is as good as another.  But avoid the broken or
1314335e815aSmrg# incompatible versions:
1315335e815aSmrg# SysV /etc/install, /usr/sbin/install
1316335e815aSmrg# SunOS /usr/etc/install
1317335e815aSmrg# IRIX /sbin/install
1318335e815aSmrg# AIX /bin/install
1319335e815aSmrg# AmigaOS /C/install, which installs bootblocks on floppy discs
1320335e815aSmrg# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1321335e815aSmrg# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1322335e815aSmrg# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1323335e815aSmrg# OS/2's system install, which has a completely different semantic
1324335e815aSmrg# ./install, which can be erroneously created by make from ./install.sh.
1325335e815aSmrgecho "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1326335e815aSmrgecho $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1327335e815aSmrgif test -z "$INSTALL"; then
1328335e815aSmrgif test "${ac_cv_path_install+set}" = set; then
1329335e815aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
1330335e815aSmrgelse
1331335e815aSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1332335e815aSmrgfor as_dir in $PATH
1333335e815aSmrgdo
1334335e815aSmrg  IFS=$as_save_IFS
1335335e815aSmrg  test -z "$as_dir" && as_dir=.
1336335e815aSmrg  # Account for people who put trailing slashes in PATH elements.
1337335e815aSmrgcase $as_dir/ in
1338335e815aSmrg  ./ | .// | /cC/* | \
1339335e815aSmrg  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1340335e815aSmrg  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1341335e815aSmrg  /usr/ucb/* ) ;;
1342335e815aSmrg  *)
1343335e815aSmrg    # OSF1 and SCO ODT 3.0 have their own names for install.
1344335e815aSmrg    # Don't use installbsd from OSF since it installs stuff as root
1345335e815aSmrg    # by default.
1346335e815aSmrg    for ac_prog in ginstall scoinst install; do
1347335e815aSmrg      for ac_exec_ext in '' $ac_executable_extensions; do
1348335e815aSmrg	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1349335e815aSmrg	  if test $ac_prog = install &&
1350335e815aSmrg	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1351335e815aSmrg	    # AIX install.  It has an incompatible calling convention.
1352335e815aSmrg	    :
1353335e815aSmrg	  elif test $ac_prog = install &&
1354335e815aSmrg	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1355335e815aSmrg	    # program-specific install script used by HP pwplus--don't use.
1356335e815aSmrg	    :
1357335e815aSmrg	  else
1358335e815aSmrg	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1359335e815aSmrg	    break 3
1360335e815aSmrg	  fi
1361335e815aSmrg	fi
1362335e815aSmrg      done
1363335e815aSmrg    done
1364335e815aSmrg    ;;
1365335e815aSmrgesac
1366335e815aSmrgdone
1367335e815aSmrg
1368335e815aSmrg
1369335e815aSmrgfi
1370335e815aSmrg  if test "${ac_cv_path_install+set}" = set; then
1371335e815aSmrg    INSTALL=$ac_cv_path_install
1372335e815aSmrg  else
1373335e815aSmrg    # As a last resort, use the slow shell script.  We don't cache a
1374335e815aSmrg    # path for INSTALL within a source directory, because that will
1375335e815aSmrg    # break other packages using the cache if that directory is
1376335e815aSmrg    # removed, or if the path is relative.
1377335e815aSmrg    INSTALL=$ac_install_sh
1378335e815aSmrg  fi
1379335e815aSmrgfi
1380335e815aSmrgecho "$as_me:$LINENO: result: $INSTALL" >&5
1381335e815aSmrgecho "${ECHO_T}$INSTALL" >&6
1382335e815aSmrg
1383335e815aSmrg# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1384335e815aSmrg# It thinks the first close brace ends the variable substitution.
1385335e815aSmrgtest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1386335e815aSmrg
1387335e815aSmrgtest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1388335e815aSmrg
1389335e815aSmrgtest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1390335e815aSmrg
1391335e815aSmrgecho "$as_me:$LINENO: checking whether build environment is sane" >&5
1392335e815aSmrgecho $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1393335e815aSmrg# Just in case
1394335e815aSmrgsleep 1
1395335e815aSmrgecho timestamp > conftest.file
1396335e815aSmrg# Do `set' in a subshell so we don't clobber the current shell's
1397335e815aSmrg# arguments.  Must try -L first in case configure is actually a
1398335e815aSmrg# symlink; some systems play weird games with the mod time of symlinks
1399335e815aSmrg# (eg FreeBSD returns the mod time of the symlink's containing
1400335e815aSmrg# directory).
1401335e815aSmrgif (
1402335e815aSmrg   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1403335e815aSmrg   if test "$*" = "X"; then
1404335e815aSmrg      # -L didn't work.
1405335e815aSmrg      set X `ls -t $srcdir/configure conftest.file`
1406335e815aSmrg   fi
1407335e815aSmrg   rm -f conftest.file
1408335e815aSmrg   if test "$*" != "X $srcdir/configure conftest.file" \
1409335e815aSmrg      && test "$*" != "X conftest.file $srcdir/configure"; then
1410335e815aSmrg
1411335e815aSmrg      # If neither matched, then we have a broken ls.  This can happen
1412335e815aSmrg      # if, for instance, CONFIG_SHELL is bash and it inherits a
1413335e815aSmrg      # broken ls alias from the environment.  This has actually
1414335e815aSmrg      # happened.  Such a system could not be considered "sane".
1415335e815aSmrg      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
1416335e815aSmrgalias in your environment" >&5
1417335e815aSmrgecho "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
1418335e815aSmrgalias in your environment" >&2;}
1419335e815aSmrg   { (exit 1); exit 1; }; }
1420335e815aSmrg   fi
1421335e815aSmrg
1422335e815aSmrg   test "$2" = conftest.file
1423335e815aSmrg   )
1424335e815aSmrgthen
1425335e815aSmrg   # Ok.
1426335e815aSmrg   :
1427335e815aSmrgelse
1428335e815aSmrg   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1429335e815aSmrgCheck your system clock" >&5
1430335e815aSmrgecho "$as_me: error: newly created file is older than distributed files!
1431335e815aSmrgCheck your system clock" >&2;}
1432335e815aSmrg   { (exit 1); exit 1; }; }
1433335e815aSmrgfi
1434335e815aSmrgecho "$as_me:$LINENO: result: yes" >&5
1435335e815aSmrgecho "${ECHO_T}yes" >&6
1436335e815aSmrgtest "$program_prefix" != NONE &&
1437335e815aSmrg  program_transform_name="s,^,$program_prefix,;$program_transform_name"
1438335e815aSmrg# Use a double $ so make ignores it.
1439335e815aSmrgtest "$program_suffix" != NONE &&
1440335e815aSmrg  program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1441335e815aSmrg# Double any \ or $.  echo might interpret backslashes.
1442335e815aSmrg# By default was `s,x,x', remove it if useless.
1443335e815aSmrgcat <<\_ACEOF >conftest.sed
1444335e815aSmrgs/[\\$]/&&/g;s/;s,x,x,$//
1445335e815aSmrg_ACEOF
1446335e815aSmrgprogram_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1447335e815aSmrgrm conftest.sed
1448335e815aSmrg
1449335e815aSmrg
1450335e815aSmrg# expand $ac_aux_dir to an absolute path
1451335e815aSmrgam_aux_dir=`cd $ac_aux_dir && pwd`
1452335e815aSmrg
1453335e815aSmrgtest x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1454335e815aSmrg# Use eval to expand $SHELL
1455335e815aSmrgif eval "$MISSING --run true"; then
1456335e815aSmrg  am_missing_run="$MISSING --run "
1457335e815aSmrgelse
1458335e815aSmrg  am_missing_run=
1459335e815aSmrg  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1460335e815aSmrgecho "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1461335e815aSmrgfi
1462335e815aSmrg
1463335e815aSmrgfor ac_prog in gawk mawk nawk awk
1464335e815aSmrgdo
1465335e815aSmrg  # Extract the first word of "$ac_prog", so it can be a program name with args.
1466335e815aSmrgset dummy $ac_prog; ac_word=$2
1467335e815aSmrgecho "$as_me:$LINENO: checking for $ac_word" >&5
1468335e815aSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1469335e815aSmrgif test "${ac_cv_prog_AWK+set}" = set; then
1470335e815aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
1471335e815aSmrgelse
1472335e815aSmrg  if test -n "$AWK"; then
1473335e815aSmrg  ac_cv_prog_AWK="$AWK" # Let the user override the test.
1474335e815aSmrgelse
1475335e815aSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1476335e815aSmrgfor as_dir in $PATH
1477335e815aSmrgdo
1478335e815aSmrg  IFS=$as_save_IFS
1479335e815aSmrg  test -z "$as_dir" && as_dir=.
1480335e815aSmrg  for ac_exec_ext in '' $ac_executable_extensions; do
1481335e815aSmrg  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1482335e815aSmrg    ac_cv_prog_AWK="$ac_prog"
1483335e815aSmrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1484335e815aSmrg    break 2
1485335e815aSmrg  fi
1486335e815aSmrgdone
1487335e815aSmrgdone
1488335e815aSmrg
1489335e815aSmrgfi
1490335e815aSmrgfi
1491335e815aSmrgAWK=$ac_cv_prog_AWK
1492335e815aSmrgif test -n "$AWK"; then
1493335e815aSmrg  echo "$as_me:$LINENO: result: $AWK" >&5
1494335e815aSmrgecho "${ECHO_T}$AWK" >&6
1495335e815aSmrgelse
1496335e815aSmrg  echo "$as_me:$LINENO: result: no" >&5
1497335e815aSmrgecho "${ECHO_T}no" >&6
1498335e815aSmrgfi
1499335e815aSmrg
1500335e815aSmrg  test -n "$AWK" && break
1501335e815aSmrgdone
1502335e815aSmrg
1503335e815aSmrgecho "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1504335e815aSmrgecho $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1505335e815aSmrgset dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1506335e815aSmrgif eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1507335e815aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
1508335e815aSmrgelse
1509335e815aSmrg  cat >conftest.make <<\_ACEOF
1510335e815aSmrgall:
1511335e815aSmrg	@echo 'ac_maketemp="$(MAKE)"'
1512335e815aSmrg_ACEOF
1513335e815aSmrg# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1514335e815aSmrgeval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1515335e815aSmrgif test -n "$ac_maketemp"; then
1516335e815aSmrg  eval ac_cv_prog_make_${ac_make}_set=yes
1517335e815aSmrgelse
1518335e815aSmrg  eval ac_cv_prog_make_${ac_make}_set=no
1519335e815aSmrgfi
1520335e815aSmrgrm -f conftest.make
1521335e815aSmrgfi
1522335e815aSmrgif eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1523335e815aSmrg  echo "$as_me:$LINENO: result: yes" >&5
1524335e815aSmrgecho "${ECHO_T}yes" >&6
1525335e815aSmrg  SET_MAKE=
1526335e815aSmrgelse
1527335e815aSmrg  echo "$as_me:$LINENO: result: no" >&5
1528335e815aSmrgecho "${ECHO_T}no" >&6
1529335e815aSmrg  SET_MAKE="MAKE=${MAKE-make}"
1530335e815aSmrgfi
1531335e815aSmrg
1532335e815aSmrgrm -rf .tst 2>/dev/null
1533335e815aSmrgmkdir .tst 2>/dev/null
1534335e815aSmrgif test -d .tst; then
1535335e815aSmrg  am__leading_dot=.
1536335e815aSmrgelse
1537335e815aSmrg  am__leading_dot=_
1538335e815aSmrgfi
1539335e815aSmrgrmdir .tst 2>/dev/null
1540335e815aSmrg
1541335e815aSmrg # test to see if srcdir already configured
1542335e815aSmrgif test "`cd $srcdir && pwd`" != "`pwd`" &&
1543335e815aSmrg   test -f $srcdir/config.status; then
1544335e815aSmrg  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1545335e815aSmrgecho "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1546335e815aSmrg   { (exit 1); exit 1; }; }
1547335e815aSmrgfi
1548335e815aSmrg
1549335e815aSmrg# test whether we have cygpath
1550335e815aSmrgif test -z "$CYGPATH_W"; then
1551335e815aSmrg  if (cygpath --version) >/dev/null 2>/dev/null; then
1552335e815aSmrg    CYGPATH_W='cygpath -w'
1553335e815aSmrg  else
1554335e815aSmrg    CYGPATH_W=echo
1555335e815aSmrg  fi
1556335e815aSmrgfi
1557335e815aSmrg
1558335e815aSmrg
1559335e815aSmrg# Define the identity of the package.
1560335e815aSmrg PACKAGE='font-misc-misc'
1561335e815aSmrg VERSION='1.0.0'
1562335e815aSmrg
1563335e815aSmrg
1564335e815aSmrgcat >>confdefs.h <<_ACEOF
1565335e815aSmrg#define PACKAGE "$PACKAGE"
1566335e815aSmrg_ACEOF
1567335e815aSmrg
1568335e815aSmrg
1569335e815aSmrgcat >>confdefs.h <<_ACEOF
1570335e815aSmrg#define VERSION "$VERSION"
1571335e815aSmrg_ACEOF
1572335e815aSmrg
1573335e815aSmrg# Some tools Automake needs.
1574335e815aSmrg
1575335e815aSmrgACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1576335e815aSmrg
1577335e815aSmrg
1578335e815aSmrgAUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1579335e815aSmrg
1580335e815aSmrg
1581335e815aSmrgAUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1582335e815aSmrg
1583335e815aSmrg
1584335e815aSmrgAUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1585335e815aSmrg
1586335e815aSmrg
1587335e815aSmrgMAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1588335e815aSmrg
1589335e815aSmrg
1590335e815aSmrgAMTAR=${AMTAR-"${am_missing_run}tar"}
1591335e815aSmrg
1592335e815aSmrginstall_sh=${install_sh-"$am_aux_dir/install-sh"}
1593335e815aSmrg
1594335e815aSmrg# Installed binaries are usually stripped using `strip' when the user
1595335e815aSmrg# run `make install-strip'.  However `strip' might not be the right
1596335e815aSmrg# tool to use in cross-compilation environments, therefore Automake
1597335e815aSmrg# will honor the `STRIP' environment variable to overrule this program.
1598335e815aSmrgif test "$cross_compiling" != no; then
1599335e815aSmrg  if test -n "$ac_tool_prefix"; then
1600335e815aSmrg  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1601335e815aSmrgset dummy ${ac_tool_prefix}strip; ac_word=$2
1602335e815aSmrgecho "$as_me:$LINENO: checking for $ac_word" >&5
1603335e815aSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1604335e815aSmrgif test "${ac_cv_prog_STRIP+set}" = set; then
1605335e815aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
1606335e815aSmrgelse
1607335e815aSmrg  if test -n "$STRIP"; then
1608335e815aSmrg  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1609335e815aSmrgelse
1610335e815aSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1611335e815aSmrgfor as_dir in $PATH
1612335e815aSmrgdo
1613335e815aSmrg  IFS=$as_save_IFS
1614335e815aSmrg  test -z "$as_dir" && as_dir=.
1615335e815aSmrg  for ac_exec_ext in '' $ac_executable_extensions; do
1616335e815aSmrg  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1617335e815aSmrg    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1618335e815aSmrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1619335e815aSmrg    break 2
1620335e815aSmrg  fi
1621335e815aSmrgdone
1622335e815aSmrgdone
1623335e815aSmrg
1624335e815aSmrgfi
1625335e815aSmrgfi
1626335e815aSmrgSTRIP=$ac_cv_prog_STRIP
1627335e815aSmrgif test -n "$STRIP"; then
1628335e815aSmrg  echo "$as_me:$LINENO: result: $STRIP" >&5
1629335e815aSmrgecho "${ECHO_T}$STRIP" >&6
1630335e815aSmrgelse
1631335e815aSmrg  echo "$as_me:$LINENO: result: no" >&5
1632335e815aSmrgecho "${ECHO_T}no" >&6
1633335e815aSmrgfi
1634335e815aSmrg
1635335e815aSmrgfi
1636335e815aSmrgif test -z "$ac_cv_prog_STRIP"; then
1637335e815aSmrg  ac_ct_STRIP=$STRIP
1638335e815aSmrg  # Extract the first word of "strip", so it can be a program name with args.
1639335e815aSmrgset dummy strip; ac_word=$2
1640335e815aSmrgecho "$as_me:$LINENO: checking for $ac_word" >&5
1641335e815aSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1642335e815aSmrgif test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1643335e815aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
1644335e815aSmrgelse
1645335e815aSmrg  if test -n "$ac_ct_STRIP"; then
1646335e815aSmrg  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1647335e815aSmrgelse
1648335e815aSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1649335e815aSmrgfor as_dir in $PATH
1650335e815aSmrgdo
1651335e815aSmrg  IFS=$as_save_IFS
1652335e815aSmrg  test -z "$as_dir" && as_dir=.
1653335e815aSmrg  for ac_exec_ext in '' $ac_executable_extensions; do
1654335e815aSmrg  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1655335e815aSmrg    ac_cv_prog_ac_ct_STRIP="strip"
1656335e815aSmrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1657335e815aSmrg    break 2
1658335e815aSmrg  fi
1659335e815aSmrgdone
1660335e815aSmrgdone
1661335e815aSmrg
1662335e815aSmrg  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1663335e815aSmrgfi
1664335e815aSmrgfi
1665335e815aSmrgac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1666335e815aSmrgif test -n "$ac_ct_STRIP"; then
1667335e815aSmrg  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1668335e815aSmrgecho "${ECHO_T}$ac_ct_STRIP" >&6
1669335e815aSmrgelse
1670335e815aSmrg  echo "$as_me:$LINENO: result: no" >&5
1671335e815aSmrgecho "${ECHO_T}no" >&6
1672335e815aSmrgfi
1673335e815aSmrg
1674335e815aSmrg  STRIP=$ac_ct_STRIP
1675335e815aSmrgelse
1676335e815aSmrg  STRIP="$ac_cv_prog_STRIP"
1677335e815aSmrgfi
1678335e815aSmrg
1679335e815aSmrgfi
1680335e815aSmrgINSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1681335e815aSmrg
1682335e815aSmrg# We need awk for the "check" target.  The system "awk" is bad on
1683335e815aSmrg# some platforms.
1684335e815aSmrg
1685335e815aSmrg
1686335e815aSmrg
1687335e815aSmrgecho "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1688335e815aSmrgecho $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1689335e815aSmrg    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1690335e815aSmrgif test "${enable_maintainer_mode+set}" = set; then
1691335e815aSmrg  enableval="$enable_maintainer_mode"
1692335e815aSmrg  USE_MAINTAINER_MODE=$enableval
1693335e815aSmrgelse
1694335e815aSmrg  USE_MAINTAINER_MODE=no
1695335e815aSmrgfi;
1696335e815aSmrg  echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1697335e815aSmrgecho "${ECHO_T}$USE_MAINTAINER_MODE" >&6
1698335e815aSmrg
1699335e815aSmrg
1700335e815aSmrgif test $USE_MAINTAINER_MODE = yes; then
1701335e815aSmrg  MAINTAINER_MODE_TRUE=
1702335e815aSmrg  MAINTAINER_MODE_FALSE='#'
1703335e815aSmrgelse
1704335e815aSmrg  MAINTAINER_MODE_TRUE='#'
1705335e815aSmrg  MAINTAINER_MODE_FALSE=
1706335e815aSmrgfi
1707335e815aSmrg
1708335e815aSmrg  MAINT=$MAINTAINER_MODE_TRUE
1709335e815aSmrg
1710335e815aSmrg
1711335e815aSmrg
1712335e815aSmrg# Find a good install program.  We prefer a C program (faster),
1713335e815aSmrg# so one script is as good as another.  But avoid the broken or
1714335e815aSmrg# incompatible versions:
1715335e815aSmrg# SysV /etc/install, /usr/sbin/install
1716335e815aSmrg# SunOS /usr/etc/install
1717335e815aSmrg# IRIX /sbin/install
1718335e815aSmrg# AIX /bin/install
1719335e815aSmrg# AmigaOS /C/install, which installs bootblocks on floppy discs
1720335e815aSmrg# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1721335e815aSmrg# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1722335e815aSmrg# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1723335e815aSmrg# OS/2's system install, which has a completely different semantic
1724335e815aSmrg# ./install, which can be erroneously created by make from ./install.sh.
1725335e815aSmrgecho "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1726335e815aSmrgecho $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1727335e815aSmrgif test -z "$INSTALL"; then
1728335e815aSmrgif test "${ac_cv_path_install+set}" = set; then
1729335e815aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
1730335e815aSmrgelse
1731335e815aSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1732335e815aSmrgfor as_dir in $PATH
1733335e815aSmrgdo
1734335e815aSmrg  IFS=$as_save_IFS
1735335e815aSmrg  test -z "$as_dir" && as_dir=.
1736335e815aSmrg  # Account for people who put trailing slashes in PATH elements.
1737335e815aSmrgcase $as_dir/ in
1738335e815aSmrg  ./ | .// | /cC/* | \
1739335e815aSmrg  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1740335e815aSmrg  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1741335e815aSmrg  /usr/ucb/* ) ;;
1742335e815aSmrg  *)
1743335e815aSmrg    # OSF1 and SCO ODT 3.0 have their own names for install.
1744335e815aSmrg    # Don't use installbsd from OSF since it installs stuff as root
1745335e815aSmrg    # by default.
1746335e815aSmrg    for ac_prog in ginstall scoinst install; do
1747335e815aSmrg      for ac_exec_ext in '' $ac_executable_extensions; do
1748335e815aSmrg	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1749335e815aSmrg	  if test $ac_prog = install &&
1750335e815aSmrg	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1751335e815aSmrg	    # AIX install.  It has an incompatible calling convention.
1752335e815aSmrg	    :
1753335e815aSmrg	  elif test $ac_prog = install &&
1754335e815aSmrg	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1755335e815aSmrg	    # program-specific install script used by HP pwplus--don't use.
1756335e815aSmrg	    :
1757335e815aSmrg	  else
1758335e815aSmrg	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1759335e815aSmrg	    break 3
1760335e815aSmrg	  fi
1761335e815aSmrg	fi
1762335e815aSmrg      done
1763335e815aSmrg    done
1764335e815aSmrg    ;;
1765335e815aSmrgesac
1766335e815aSmrgdone
1767335e815aSmrg
1768335e815aSmrg
1769335e815aSmrgfi
1770335e815aSmrg  if test "${ac_cv_path_install+set}" = set; then
1771335e815aSmrg    INSTALL=$ac_cv_path_install
1772335e815aSmrg  else
1773335e815aSmrg    # As a last resort, use the slow shell script.  We don't cache a
1774335e815aSmrg    # path for INSTALL within a source directory, because that will
1775335e815aSmrg    # break other packages using the cache if that directory is
1776335e815aSmrg    # removed, or if the path is relative.
1777335e815aSmrg    INSTALL=$ac_install_sh
1778335e815aSmrg  fi
1779335e815aSmrgfi
1780335e815aSmrgecho "$as_me:$LINENO: result: $INSTALL" >&5
1781335e815aSmrgecho "${ECHO_T}$INSTALL" >&6
1782335e815aSmrg
1783335e815aSmrg# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1784335e815aSmrg# It thinks the first close brace ends the variable substitution.
1785335e815aSmrgtest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1786335e815aSmrg
1787335e815aSmrgtest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1788335e815aSmrg
1789335e815aSmrgtest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1790335e815aSmrg
1791335e815aSmrg
1792335e815aSmrgfor ac_prog in perl perl5
1793335e815aSmrgdo
1794335e815aSmrg  # Extract the first word of "$ac_prog", so it can be a program name with args.
1795335e815aSmrgset dummy $ac_prog; ac_word=$2
1796335e815aSmrgecho "$as_me:$LINENO: checking for $ac_word" >&5
1797335e815aSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1798335e815aSmrgif test "${ac_cv_path_PERL+set}" = set; then
1799335e815aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
1800335e815aSmrgelse
1801335e815aSmrg  case $PERL in
1802335e815aSmrg  [\\/]* | ?:[\\/]*)
1803335e815aSmrg  ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
1804335e815aSmrg  ;;
1805335e815aSmrg  *)
1806335e815aSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1807335e815aSmrgfor as_dir in $PATH
1808335e815aSmrgdo
1809335e815aSmrg  IFS=$as_save_IFS
1810335e815aSmrg  test -z "$as_dir" && as_dir=.
1811335e815aSmrg  for ac_exec_ext in '' $ac_executable_extensions; do
1812335e815aSmrg  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1813335e815aSmrg    ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
1814335e815aSmrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1815335e815aSmrg    break 2
1816335e815aSmrg  fi
1817335e815aSmrgdone
1818335e815aSmrgdone
1819335e815aSmrg
1820335e815aSmrg  ;;
1821335e815aSmrgesac
1822335e815aSmrgfi
1823335e815aSmrgPERL=$ac_cv_path_PERL
1824335e815aSmrg
1825335e815aSmrgif test -n "$PERL"; then
1826335e815aSmrg  echo "$as_me:$LINENO: result: $PERL" >&5
1827335e815aSmrgecho "${ECHO_T}$PERL" >&6
1828335e815aSmrgelse
1829335e815aSmrg  echo "$as_me:$LINENO: result: no" >&5
1830335e815aSmrgecho "${ECHO_T}no" >&6
1831335e815aSmrgfi
1832335e815aSmrg
1833335e815aSmrg  test -n "$PERL" && break
1834335e815aSmrgdone
1835335e815aSmrg
1836335e815aSmrg# Extract the first word of "bdftopcf", so it can be a program name with args.
1837335e815aSmrgset dummy bdftopcf; ac_word=$2
1838335e815aSmrgecho "$as_me:$LINENO: checking for $ac_word" >&5
1839335e815aSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1840335e815aSmrgif test "${ac_cv_path_BDFTOPCF+set}" = set; then
1841335e815aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
1842335e815aSmrgelse
1843335e815aSmrg  case $BDFTOPCF in
1844335e815aSmrg  [\\/]* | ?:[\\/]*)
1845335e815aSmrg  ac_cv_path_BDFTOPCF="$BDFTOPCF" # Let the user override the test with a path.
1846335e815aSmrg  ;;
1847335e815aSmrg  *)
1848335e815aSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1849335e815aSmrgfor as_dir in $PATH
1850335e815aSmrgdo
1851335e815aSmrg  IFS=$as_save_IFS
1852335e815aSmrg  test -z "$as_dir" && as_dir=.
1853335e815aSmrg  for ac_exec_ext in '' $ac_executable_extensions; do
1854335e815aSmrg  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1855335e815aSmrg    ac_cv_path_BDFTOPCF="$as_dir/$ac_word$ac_exec_ext"
1856335e815aSmrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1857335e815aSmrg    break 2
1858335e815aSmrg  fi
1859335e815aSmrgdone
1860335e815aSmrgdone
1861335e815aSmrg
1862335e815aSmrg  ;;
1863335e815aSmrgesac
1864335e815aSmrgfi
1865335e815aSmrgBDFTOPCF=$ac_cv_path_BDFTOPCF
1866335e815aSmrg
1867335e815aSmrgif test -n "$BDFTOPCF"; then
1868335e815aSmrg  echo "$as_me:$LINENO: result: $BDFTOPCF" >&5
1869335e815aSmrgecho "${ECHO_T}$BDFTOPCF" >&6
1870335e815aSmrgelse
1871335e815aSmrg  echo "$as_me:$LINENO: result: no" >&5
1872335e815aSmrgecho "${ECHO_T}no" >&6
1873335e815aSmrgfi
1874335e815aSmrg
1875335e815aSmrg# Extract the first word of "bdftruncate", so it can be a program name with args.
1876335e815aSmrgset dummy bdftruncate; ac_word=$2
1877335e815aSmrgecho "$as_me:$LINENO: checking for $ac_word" >&5
1878335e815aSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1879335e815aSmrgif test "${ac_cv_path_BDFTRUNCATE+set}" = set; then
1880335e815aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
1881335e815aSmrgelse
1882335e815aSmrg  case $BDFTRUNCATE in
1883335e815aSmrg  [\\/]* | ?:[\\/]*)
1884335e815aSmrg  ac_cv_path_BDFTRUNCATE="$BDFTRUNCATE" # Let the user override the test with a path.
1885335e815aSmrg  ;;
1886335e815aSmrg  *)
1887335e815aSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1888335e815aSmrgfor as_dir in $PATH
1889335e815aSmrgdo
1890335e815aSmrg  IFS=$as_save_IFS
1891335e815aSmrg  test -z "$as_dir" && as_dir=.
1892335e815aSmrg  for ac_exec_ext in '' $ac_executable_extensions; do
1893335e815aSmrg  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1894335e815aSmrg    ac_cv_path_BDFTRUNCATE="$as_dir/$ac_word$ac_exec_ext"
1895335e815aSmrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1896335e815aSmrg    break 2
1897335e815aSmrg  fi
1898335e815aSmrgdone
1899335e815aSmrgdone
1900335e815aSmrg
1901335e815aSmrg  ;;
1902335e815aSmrgesac
1903335e815aSmrgfi
1904335e815aSmrgBDFTRUNCATE=$ac_cv_path_BDFTRUNCATE
1905335e815aSmrg
1906335e815aSmrgif test -n "$BDFTRUNCATE"; then
1907335e815aSmrg  echo "$as_me:$LINENO: result: $BDFTRUNCATE" >&5
1908335e815aSmrgecho "${ECHO_T}$BDFTRUNCATE" >&6
1909335e815aSmrgelse
1910335e815aSmrg  echo "$as_me:$LINENO: result: no" >&5
1911335e815aSmrgecho "${ECHO_T}no" >&6
1912335e815aSmrgfi
1913335e815aSmrg
1914335e815aSmrg# Extract the first word of "ucs2any", so it can be a program name with args.
1915335e815aSmrgset dummy ucs2any; ac_word=$2
1916335e815aSmrgecho "$as_me:$LINENO: checking for $ac_word" >&5
1917335e815aSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1918335e815aSmrgif test "${ac_cv_path_UCS2ANY+set}" = set; then
1919335e815aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
1920335e815aSmrgelse
1921335e815aSmrg  case $UCS2ANY in
1922335e815aSmrg  [\\/]* | ?:[\\/]*)
1923335e815aSmrg  ac_cv_path_UCS2ANY="$UCS2ANY" # Let the user override the test with a path.
1924335e815aSmrg  ;;
1925335e815aSmrg  *)
1926335e815aSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1927335e815aSmrgfor as_dir in $PATH
1928335e815aSmrgdo
1929335e815aSmrg  IFS=$as_save_IFS
1930335e815aSmrg  test -z "$as_dir" && as_dir=.
1931335e815aSmrg  for ac_exec_ext in '' $ac_executable_extensions; do
1932335e815aSmrg  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1933335e815aSmrg    ac_cv_path_UCS2ANY="$as_dir/$ac_word$ac_exec_ext"
1934335e815aSmrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1935335e815aSmrg    break 2
1936335e815aSmrg  fi
1937335e815aSmrgdone
1938335e815aSmrgdone
1939335e815aSmrg
1940335e815aSmrg  ;;
1941335e815aSmrgesac
1942335e815aSmrgfi
1943335e815aSmrgUCS2ANY=$ac_cv_path_UCS2ANY
1944335e815aSmrg
1945335e815aSmrgif test -n "$UCS2ANY"; then
1946335e815aSmrg  echo "$as_me:$LINENO: result: $UCS2ANY" >&5
1947335e815aSmrgecho "${ECHO_T}$UCS2ANY" >&6
1948335e815aSmrgelse
1949335e815aSmrg  echo "$as_me:$LINENO: result: no" >&5
1950335e815aSmrgecho "${ECHO_T}no" >&6
1951335e815aSmrgfi
1952335e815aSmrg
1953335e815aSmrg# Extract the first word of "mkfontscale", so it can be a program name with args.
1954335e815aSmrgset dummy mkfontscale; ac_word=$2
1955335e815aSmrgecho "$as_me:$LINENO: checking for $ac_word" >&5
1956335e815aSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1957335e815aSmrgif test "${ac_cv_path_MKFONTSCALE+set}" = set; then
1958335e815aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
1959335e815aSmrgelse
1960335e815aSmrg  case $MKFONTSCALE in
1961335e815aSmrg  [\\/]* | ?:[\\/]*)
1962335e815aSmrg  ac_cv_path_MKFONTSCALE="$MKFONTSCALE" # Let the user override the test with a path.
1963335e815aSmrg  ;;
1964335e815aSmrg  *)
1965335e815aSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1966335e815aSmrgfor as_dir in $PATH
1967335e815aSmrgdo
1968335e815aSmrg  IFS=$as_save_IFS
1969335e815aSmrg  test -z "$as_dir" && as_dir=.
1970335e815aSmrg  for ac_exec_ext in '' $ac_executable_extensions; do
1971335e815aSmrg  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1972335e815aSmrg    ac_cv_path_MKFONTSCALE="$as_dir/$ac_word$ac_exec_ext"
1973335e815aSmrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1974335e815aSmrg    break 2
1975335e815aSmrg  fi
1976335e815aSmrgdone
1977335e815aSmrgdone
1978335e815aSmrg
1979335e815aSmrg  ;;
1980335e815aSmrgesac
1981335e815aSmrgfi
1982335e815aSmrgMKFONTSCALE=$ac_cv_path_MKFONTSCALE
1983335e815aSmrg
1984335e815aSmrgif test -n "$MKFONTSCALE"; then
1985335e815aSmrg  echo "$as_me:$LINENO: result: $MKFONTSCALE" >&5
1986335e815aSmrgecho "${ECHO_T}$MKFONTSCALE" >&6
1987335e815aSmrgelse
1988335e815aSmrg  echo "$as_me:$LINENO: result: no" >&5
1989335e815aSmrgecho "${ECHO_T}no" >&6
1990335e815aSmrgfi
1991335e815aSmrg
1992335e815aSmrg# Extract the first word of "mkfontdir", so it can be a program name with args.
1993335e815aSmrgset dummy mkfontdir; ac_word=$2
1994335e815aSmrgecho "$as_me:$LINENO: checking for $ac_word" >&5
1995335e815aSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1996335e815aSmrgif test "${ac_cv_path_MKFONTDIR+set}" = set; then
1997335e815aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
1998335e815aSmrgelse
1999335e815aSmrg  case $MKFONTDIR in
2000335e815aSmrg  [\\/]* | ?:[\\/]*)
2001335e815aSmrg  ac_cv_path_MKFONTDIR="$MKFONTDIR" # Let the user override the test with a path.
2002335e815aSmrg  ;;
2003335e815aSmrg  *)
2004335e815aSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2005335e815aSmrgfor as_dir in $PATH
2006335e815aSmrgdo
2007335e815aSmrg  IFS=$as_save_IFS
2008335e815aSmrg  test -z "$as_dir" && as_dir=.
2009335e815aSmrg  for ac_exec_ext in '' $ac_executable_extensions; do
2010335e815aSmrg  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2011335e815aSmrg    ac_cv_path_MKFONTDIR="$as_dir/$ac_word$ac_exec_ext"
2012335e815aSmrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2013335e815aSmrg    break 2
2014335e815aSmrg  fi
2015335e815aSmrgdone
2016335e815aSmrgdone
2017335e815aSmrg
2018335e815aSmrg  ;;
2019335e815aSmrgesac
2020335e815aSmrgfi
2021335e815aSmrgMKFONTDIR=$ac_cv_path_MKFONTDIR
2022335e815aSmrg
2023335e815aSmrgif test -n "$MKFONTDIR"; then
2024335e815aSmrg  echo "$as_me:$LINENO: result: $MKFONTDIR" >&5
2025335e815aSmrgecho "${ECHO_T}$MKFONTDIR" >&6
2026335e815aSmrgelse
2027335e815aSmrg  echo "$as_me:$LINENO: result: no" >&5
2028335e815aSmrgecho "${ECHO_T}no" >&6
2029335e815aSmrgfi
2030335e815aSmrg
2031335e815aSmrg
2032335e815aSmrg
2033335e815aSmrg
2034335e815aSmrgDEFAULT_FONTDIR=${libdir}/X11/fonts/misc
2035335e815aSmrg
2036335e815aSmrg# Check whether --with-fontdir or --without-fontdir was given.
2037335e815aSmrgif test "${with_fontdir+set}" = set; then
2038335e815aSmrg  withval="$with_fontdir"
2039335e815aSmrg  FONTDIR="$withval"
2040335e815aSmrgelse
2041335e815aSmrg  FONTDIR="$DEFAULT_FONTDIR"
2042335e815aSmrgfi;
2043335e815aSmrg
2044335e815aSmrg
2045335e815aSmrg
2046335e815aSmrg
2047335e815aSmrgif test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
2048335e815aSmrg	if test -n "$ac_tool_prefix"; then
2049335e815aSmrg  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
2050335e815aSmrgset dummy ${ac_tool_prefix}pkg-config; ac_word=$2
2051335e815aSmrgecho "$as_me:$LINENO: checking for $ac_word" >&5
2052335e815aSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2053335e815aSmrgif test "${ac_cv_path_PKG_CONFIG+set}" = set; then
2054335e815aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
2055335e815aSmrgelse
2056335e815aSmrg  case $PKG_CONFIG in
2057335e815aSmrg  [\\/]* | ?:[\\/]*)
2058335e815aSmrg  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
2059335e815aSmrg  ;;
2060335e815aSmrg  *)
2061335e815aSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2062335e815aSmrgfor as_dir in $PATH
2063335e815aSmrgdo
2064335e815aSmrg  IFS=$as_save_IFS
2065335e815aSmrg  test -z "$as_dir" && as_dir=.
2066335e815aSmrg  for ac_exec_ext in '' $ac_executable_extensions; do
2067335e815aSmrg  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2068335e815aSmrg    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2069335e815aSmrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2070335e815aSmrg    break 2
2071335e815aSmrg  fi
2072335e815aSmrgdone
2073335e815aSmrgdone
2074335e815aSmrg
2075335e815aSmrg  ;;
2076335e815aSmrgesac
2077335e815aSmrgfi
2078335e815aSmrgPKG_CONFIG=$ac_cv_path_PKG_CONFIG
2079335e815aSmrg
2080335e815aSmrgif test -n "$PKG_CONFIG"; then
2081335e815aSmrg  echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
2082335e815aSmrgecho "${ECHO_T}$PKG_CONFIG" >&6
2083335e815aSmrgelse
2084335e815aSmrg  echo "$as_me:$LINENO: result: no" >&5
2085335e815aSmrgecho "${ECHO_T}no" >&6
2086335e815aSmrgfi
2087335e815aSmrg
2088335e815aSmrgfi
2089335e815aSmrgif test -z "$ac_cv_path_PKG_CONFIG"; then
2090335e815aSmrg  ac_pt_PKG_CONFIG=$PKG_CONFIG
2091335e815aSmrg  # Extract the first word of "pkg-config", so it can be a program name with args.
2092335e815aSmrgset dummy pkg-config; ac_word=$2
2093335e815aSmrgecho "$as_me:$LINENO: checking for $ac_word" >&5
2094335e815aSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2095335e815aSmrgif test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
2096335e815aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
2097335e815aSmrgelse
2098335e815aSmrg  case $ac_pt_PKG_CONFIG in
2099335e815aSmrg  [\\/]* | ?:[\\/]*)
2100335e815aSmrg  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
2101335e815aSmrg  ;;
2102335e815aSmrg  *)
2103335e815aSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2104335e815aSmrgfor as_dir in $PATH
2105335e815aSmrgdo
2106335e815aSmrg  IFS=$as_save_IFS
2107335e815aSmrg  test -z "$as_dir" && as_dir=.
2108335e815aSmrg  for ac_exec_ext in '' $ac_executable_extensions; do
2109335e815aSmrg  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2110335e815aSmrg    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2111335e815aSmrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2112335e815aSmrg    break 2
2113335e815aSmrg  fi
2114335e815aSmrgdone
2115335e815aSmrgdone
2116335e815aSmrg
2117335e815aSmrg  ;;
2118335e815aSmrgesac
2119335e815aSmrgfi
2120335e815aSmrgac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
2121335e815aSmrg
2122335e815aSmrgif test -n "$ac_pt_PKG_CONFIG"; then
2123335e815aSmrg  echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
2124335e815aSmrgecho "${ECHO_T}$ac_pt_PKG_CONFIG" >&6
2125335e815aSmrgelse
2126335e815aSmrg  echo "$as_me:$LINENO: result: no" >&5
2127335e815aSmrgecho "${ECHO_T}no" >&6
2128335e815aSmrgfi
2129335e815aSmrg
2130335e815aSmrg  PKG_CONFIG=$ac_pt_PKG_CONFIG
2131335e815aSmrgelse
2132335e815aSmrg  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
2133335e815aSmrgfi
2134335e815aSmrg
2135335e815aSmrgfi
2136335e815aSmrgif test -n "$PKG_CONFIG"; then
2137335e815aSmrg	_pkg_min_version=0.9.0
2138335e815aSmrg	echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
2139335e815aSmrgecho $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6
2140335e815aSmrg	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
2141335e815aSmrg		echo "$as_me:$LINENO: result: yes" >&5
2142335e815aSmrgecho "${ECHO_T}yes" >&6
2143335e815aSmrg	else
2144335e815aSmrg		echo "$as_me:$LINENO: result: no" >&5
2145335e815aSmrgecho "${ECHO_T}no" >&6
2146335e815aSmrg		PKG_CONFIG=""
2147335e815aSmrg	fi
2148335e815aSmrg
2149335e815aSmrgfi
2150335e815aSmrg
2151335e815aSmrgpkg_failed=no
2152335e815aSmrgecho "$as_me:$LINENO: checking for MAPS" >&5
2153335e815aSmrgecho $ECHO_N "checking for MAPS... $ECHO_C" >&6
2154335e815aSmrg
2155335e815aSmrgif test -n "$PKG_CONFIG"; then
2156335e815aSmrg    if test -n "$MAPS_CFLAGS"; then
2157335e815aSmrg        pkg_cv_MAPS_CFLAGS="$MAPS_CFLAGS"
2158335e815aSmrg    else
2159335e815aSmrg        if test -n "$PKG_CONFIG" && \
2160335e815aSmrg    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"fontutil\"") >&5
2161335e815aSmrg  ($PKG_CONFIG --exists --print-errors "fontutil") 2>&5
2162335e815aSmrg  ac_status=$?
2163335e815aSmrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2164335e815aSmrg  (exit $ac_status); }; then
2165335e815aSmrg  pkg_cv_MAPS_CFLAGS=`$PKG_CONFIG --cflags "fontutil" 2>/dev/null`
2166335e815aSmrgelse
2167335e815aSmrg  pkg_failed=yes
2168335e815aSmrgfi
2169335e815aSmrg    fi
2170335e815aSmrgelse
2171335e815aSmrg	pkg_failed=untried
2172335e815aSmrgfi
2173335e815aSmrgif test -n "$PKG_CONFIG"; then
2174335e815aSmrg    if test -n "$MAPS_LIBS"; then
2175335e815aSmrg        pkg_cv_MAPS_LIBS="$MAPS_LIBS"
2176335e815aSmrg    else
2177335e815aSmrg        if test -n "$PKG_CONFIG" && \
2178335e815aSmrg    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"fontutil\"") >&5
2179335e815aSmrg  ($PKG_CONFIG --exists --print-errors "fontutil") 2>&5
2180335e815aSmrg  ac_status=$?
2181335e815aSmrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2182335e815aSmrg  (exit $ac_status); }; then
2183335e815aSmrg  pkg_cv_MAPS_LIBS=`$PKG_CONFIG --libs "fontutil" 2>/dev/null`
2184335e815aSmrgelse
2185335e815aSmrg  pkg_failed=yes
2186335e815aSmrgfi
2187335e815aSmrg    fi
2188335e815aSmrgelse
2189335e815aSmrg	pkg_failed=untried
2190335e815aSmrgfi
2191335e815aSmrg
2192335e815aSmrg
2193335e815aSmrg
2194335e815aSmrgif test $pkg_failed = yes; then
2195335e815aSmrg
2196335e815aSmrgif $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
2197335e815aSmrg        _pkg_short_errors_supported=yes
2198335e815aSmrgelse
2199335e815aSmrg        _pkg_short_errors_supported=no
2200335e815aSmrgfi
2201335e815aSmrg        if test $_pkg_short_errors_supported = yes; then
2202335e815aSmrg	        MAPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "fontutil"`
2203335e815aSmrg        else
2204335e815aSmrg	        MAPS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "fontutil"`
2205335e815aSmrg        fi
2206335e815aSmrg	# Put the nasty error message in config.log where it belongs
2207335e815aSmrg	echo "$MAPS_PKG_ERRORS" >&5
2208335e815aSmrg
2209335e815aSmrg	{ { echo "$as_me:$LINENO: error: Package requirements (fontutil) were not met:
2210335e815aSmrg
2211335e815aSmrg$MAPS_PKG_ERRORS
2212335e815aSmrg
2213335e815aSmrgConsider adjusting the PKG_CONFIG_PATH environment variable if you
2214335e815aSmrginstalled software in a non-standard prefix.
2215335e815aSmrg
2216335e815aSmrgAlternatively, you may set the environment variables MAPS_CFLAGS
2217335e815aSmrgand MAPS_LIBS to avoid the need to call pkg-config.
2218335e815aSmrgSee the pkg-config man page for more details.
2219335e815aSmrg" >&5
2220335e815aSmrgecho "$as_me: error: Package requirements (fontutil) were not met:
2221335e815aSmrg
2222335e815aSmrg$MAPS_PKG_ERRORS
2223335e815aSmrg
2224335e815aSmrgConsider adjusting the PKG_CONFIG_PATH environment variable if you
2225335e815aSmrginstalled software in a non-standard prefix.
2226335e815aSmrg
2227335e815aSmrgAlternatively, you may set the environment variables MAPS_CFLAGS
2228335e815aSmrgand MAPS_LIBS to avoid the need to call pkg-config.
2229335e815aSmrgSee the pkg-config man page for more details.
2230335e815aSmrg" >&2;}
2231335e815aSmrg   { (exit 1); exit 1; }; }
2232335e815aSmrgelif test $pkg_failed = untried; then
2233335e815aSmrg	{ { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
2234335e815aSmrgis in your PATH or set the PKG_CONFIG environment variable to the full
2235335e815aSmrgpath to pkg-config.
2236335e815aSmrg
2237335e815aSmrgAlternatively, you may set the environment variables MAPS_CFLAGS
2238335e815aSmrgand MAPS_LIBS to avoid the need to call pkg-config.
2239335e815aSmrgSee the pkg-config man page for more details.
2240335e815aSmrg
2241335e815aSmrgTo get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2242335e815aSmrgSee \`config.log' for more details." >&5
2243335e815aSmrgecho "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
2244335e815aSmrgis in your PATH or set the PKG_CONFIG environment variable to the full
2245335e815aSmrgpath to pkg-config.
2246335e815aSmrg
2247335e815aSmrgAlternatively, you may set the environment variables MAPS_CFLAGS
2248335e815aSmrgand MAPS_LIBS to avoid the need to call pkg-config.
2249335e815aSmrgSee the pkg-config man page for more details.
2250335e815aSmrg
2251335e815aSmrgTo get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2252335e815aSmrgSee \`config.log' for more details." >&2;}
2253335e815aSmrg   { (exit 1); exit 1; }; }
2254335e815aSmrgelse
2255335e815aSmrg	MAPS_CFLAGS=$pkg_cv_MAPS_CFLAGS
2256335e815aSmrg	MAPS_LIBS=$pkg_cv_MAPS_LIBS
2257335e815aSmrg        echo "$as_me:$LINENO: result: yes" >&5
2258335e815aSmrgecho "${ECHO_T}yes" >&6
2259335e815aSmrg	:
2260335e815aSmrgfi
2261335e815aSmrgMAPFILES_PATH=$(pkg-config --variable=mapdir fontutil)
2262335e815aSmrg
2263335e815aSmrg
2264335e815aSmrg
2265335e815aSmrg	# Check whether --enable-iso8859-1 or --disable-iso8859-1 was given.
2266335e815aSmrgif test "${enable_iso8859_1+set}" = set; then
2267335e815aSmrg  enableval="$enable_iso8859_1"
2268335e815aSmrg  ISO8859_1=$enableval
2269335e815aSmrgelse
2270335e815aSmrg  ISO8859_1=yes
2271335e815aSmrgfi;
2272335e815aSmrg	echo "$as_me:$LINENO: checking whether to build ISO8859-1 fonts" >&5
2273335e815aSmrgecho $ECHO_N "checking whether to build ISO8859-1 fonts... $ECHO_C" >&6
2274335e815aSmrg	echo "$as_me:$LINENO: result: $ISO8859_1" >&5
2275335e815aSmrgecho "${ECHO_T}$ISO8859_1" >&6
2276335e815aSmrg
2277335e815aSmrg
2278335e815aSmrgif test "x$ISO8859_1" = xyes; then
2279335e815aSmrg  ISO8859_1_TRUE=
2280335e815aSmrg  ISO8859_1_FALSE='#'
2281335e815aSmrgelse
2282335e815aSmrg  ISO8859_1_TRUE='#'
2283335e815aSmrg  ISO8859_1_FALSE=
2284335e815aSmrgfi
2285335e815aSmrg
2286335e815aSmrg
2287335e815aSmrg
2288335e815aSmrg	# Check whether --enable-iso8859-2 or --disable-iso8859-2 was given.
2289335e815aSmrgif test "${enable_iso8859_2+set}" = set; then
2290335e815aSmrg  enableval="$enable_iso8859_2"
2291335e815aSmrg  ISO8859_2=$enableval
2292335e815aSmrgelse
2293335e815aSmrg  ISO8859_2=yes
2294335e815aSmrgfi;
2295335e815aSmrg	echo "$as_me:$LINENO: checking whether to build ISO8859-2 fonts" >&5
2296335e815aSmrgecho $ECHO_N "checking whether to build ISO8859-2 fonts... $ECHO_C" >&6
2297335e815aSmrg	echo "$as_me:$LINENO: result: $ISO8859_2" >&5
2298335e815aSmrgecho "${ECHO_T}$ISO8859_2" >&6
2299335e815aSmrg
2300335e815aSmrg
2301335e815aSmrgif test "x$ISO8859_2" = xyes; then
2302335e815aSmrg  ISO8859_2_TRUE=
2303335e815aSmrg  ISO8859_2_FALSE='#'
2304335e815aSmrgelse
2305335e815aSmrg  ISO8859_2_TRUE='#'
2306335e815aSmrg  ISO8859_2_FALSE=
2307335e815aSmrgfi
2308335e815aSmrg
2309335e815aSmrg
2310335e815aSmrg
2311335e815aSmrg	# Check whether --enable-iso8859-3 or --disable-iso8859-3 was given.
2312335e815aSmrgif test "${enable_iso8859_3+set}" = set; then
2313335e815aSmrg  enableval="$enable_iso8859_3"
2314335e815aSmrg  ISO8859_3=$enableval
2315335e815aSmrgelse
2316335e815aSmrg  ISO8859_3=yes
2317335e815aSmrgfi;
2318335e815aSmrg	echo "$as_me:$LINENO: checking whether to build ISO8859-3 fonts" >&5
2319335e815aSmrgecho $ECHO_N "checking whether to build ISO8859-3 fonts... $ECHO_C" >&6
2320335e815aSmrg	echo "$as_me:$LINENO: result: $ISO8859_3" >&5
2321335e815aSmrgecho "${ECHO_T}$ISO8859_3" >&6
2322335e815aSmrg
2323335e815aSmrg
2324335e815aSmrgif test "x$ISO8859_3" = xyes; then
2325335e815aSmrg  ISO8859_3_TRUE=
2326335e815aSmrg  ISO8859_3_FALSE='#'
2327335e815aSmrgelse
2328335e815aSmrg  ISO8859_3_TRUE='#'
2329335e815aSmrg  ISO8859_3_FALSE=
2330335e815aSmrgfi
2331335e815aSmrg
2332335e815aSmrg
2333335e815aSmrg
2334335e815aSmrg	# Check whether --enable-iso8859-4 or --disable-iso8859-4 was given.
2335335e815aSmrgif test "${enable_iso8859_4+set}" = set; then
2336335e815aSmrg  enableval="$enable_iso8859_4"
2337335e815aSmrg  ISO8859_4=$enableval
2338335e815aSmrgelse
2339335e815aSmrg  ISO8859_4=yes
2340335e815aSmrgfi;
2341335e815aSmrg	echo "$as_me:$LINENO: checking whether to build ISO8859-4 fonts" >&5
2342335e815aSmrgecho $ECHO_N "checking whether to build ISO8859-4 fonts... $ECHO_C" >&6
2343335e815aSmrg	echo "$as_me:$LINENO: result: $ISO8859_4" >&5
2344335e815aSmrgecho "${ECHO_T}$ISO8859_4" >&6
2345335e815aSmrg
2346335e815aSmrg
2347335e815aSmrgif test "x$ISO8859_4" = xyes; then
2348335e815aSmrg  ISO8859_4_TRUE=
2349335e815aSmrg  ISO8859_4_FALSE='#'
2350335e815aSmrgelse
2351335e815aSmrg  ISO8859_4_TRUE='#'
2352335e815aSmrg  ISO8859_4_FALSE=
2353335e815aSmrgfi
2354335e815aSmrg
2355335e815aSmrg
2356335e815aSmrg
2357335e815aSmrg	# Check whether --enable-iso8859-5 or --disable-iso8859-5 was given.
2358335e815aSmrgif test "${enable_iso8859_5+set}" = set; then
2359335e815aSmrg  enableval="$enable_iso8859_5"
2360335e815aSmrg  ISO8859_5=$enableval
2361335e815aSmrgelse
2362335e815aSmrg  ISO8859_5=yes
2363335e815aSmrgfi;
2364335e815aSmrg	echo "$as_me:$LINENO: checking whether to build ISO8859-5 fonts" >&5
2365335e815aSmrgecho $ECHO_N "checking whether to build ISO8859-5 fonts... $ECHO_C" >&6
2366335e815aSmrg	echo "$as_me:$LINENO: result: $ISO8859_5" >&5
2367335e815aSmrgecho "${ECHO_T}$ISO8859_5" >&6
2368335e815aSmrg
2369335e815aSmrg
2370335e815aSmrgif test "x$ISO8859_5" = xyes; then
2371335e815aSmrg  ISO8859_5_TRUE=
2372335e815aSmrg  ISO8859_5_FALSE='#'
2373335e815aSmrgelse
2374335e815aSmrg  ISO8859_5_TRUE='#'
2375335e815aSmrg  ISO8859_5_FALSE=
2376335e815aSmrgfi
2377335e815aSmrg
2378335e815aSmrg
2379335e815aSmrg
2380335e815aSmrg	# Check whether --enable-iso8859-7 or --disable-iso8859-7 was given.
2381335e815aSmrgif test "${enable_iso8859_7+set}" = set; then
2382335e815aSmrg  enableval="$enable_iso8859_7"
2383335e815aSmrg  ISO8859_7=$enableval
2384335e815aSmrgelse
2385335e815aSmrg  ISO8859_7=yes
2386335e815aSmrgfi;
2387335e815aSmrg	echo "$as_me:$LINENO: checking whether to build ISO8859-7 fonts" >&5
2388335e815aSmrgecho $ECHO_N "checking whether to build ISO8859-7 fonts... $ECHO_C" >&6
2389335e815aSmrg	echo "$as_me:$LINENO: result: $ISO8859_7" >&5
2390335e815aSmrgecho "${ECHO_T}$ISO8859_7" >&6
2391335e815aSmrg
2392335e815aSmrg
2393335e815aSmrgif test "x$ISO8859_7" = xyes; then
2394335e815aSmrg  ISO8859_7_TRUE=
2395335e815aSmrg  ISO8859_7_FALSE='#'
2396335e815aSmrgelse
2397335e815aSmrg  ISO8859_7_TRUE='#'
2398335e815aSmrg  ISO8859_7_FALSE=
2399335e815aSmrgfi
2400335e815aSmrg
2401335e815aSmrg
2402335e815aSmrg
2403335e815aSmrg	# Check whether --enable-iso8859-8 or --disable-iso8859-8 was given.
2404335e815aSmrgif test "${enable_iso8859_8+set}" = set; then
2405335e815aSmrg  enableval="$enable_iso8859_8"
2406335e815aSmrg  ISO8859_8=$enableval
2407335e815aSmrgelse
2408335e815aSmrg  ISO8859_8=yes
2409335e815aSmrgfi;
2410335e815aSmrg	echo "$as_me:$LINENO: checking whether to build ISO8859-8 fonts" >&5
2411335e815aSmrgecho $ECHO_N "checking whether to build ISO8859-8 fonts... $ECHO_C" >&6
2412335e815aSmrg	echo "$as_me:$LINENO: result: $ISO8859_8" >&5
2413335e815aSmrgecho "${ECHO_T}$ISO8859_8" >&6
2414335e815aSmrg
2415335e815aSmrg
2416335e815aSmrgif test "x$ISO8859_8" = xyes; then
2417335e815aSmrg  ISO8859_8_TRUE=
2418335e815aSmrg  ISO8859_8_FALSE='#'
2419335e815aSmrgelse
2420335e815aSmrg  ISO8859_8_TRUE='#'
2421335e815aSmrg  ISO8859_8_FALSE=
2422335e815aSmrgfi
2423335e815aSmrg
2424335e815aSmrg
2425335e815aSmrg
2426335e815aSmrg	# Check whether --enable-iso8859-9 or --disable-iso8859-9 was given.
2427335e815aSmrgif test "${enable_iso8859_9+set}" = set; then
2428335e815aSmrg  enableval="$enable_iso8859_9"
2429335e815aSmrg  ISO8859_9=$enableval
2430335e815aSmrgelse
2431335e815aSmrg  ISO8859_9=yes
2432335e815aSmrgfi;
2433335e815aSmrg	echo "$as_me:$LINENO: checking whether to build ISO8859-9 fonts" >&5
2434335e815aSmrgecho $ECHO_N "checking whether to build ISO8859-9 fonts... $ECHO_C" >&6
2435335e815aSmrg	echo "$as_me:$LINENO: result: $ISO8859_9" >&5
2436335e815aSmrgecho "${ECHO_T}$ISO8859_9" >&6
2437335e815aSmrg
2438335e815aSmrg
2439335e815aSmrgif test "x$ISO8859_9" = xyes; then
2440335e815aSmrg  ISO8859_9_TRUE=
2441335e815aSmrg  ISO8859_9_FALSE='#'
2442335e815aSmrgelse
2443335e815aSmrg  ISO8859_9_TRUE='#'
2444335e815aSmrg  ISO8859_9_FALSE=
2445335e815aSmrgfi
2446335e815aSmrg
2447335e815aSmrg
2448335e815aSmrg
2449335e815aSmrg	# Check whether --enable-iso8859-10 or --disable-iso8859-10 was given.
2450335e815aSmrgif test "${enable_iso8859_10+set}" = set; then
2451335e815aSmrg  enableval="$enable_iso8859_10"
2452335e815aSmrg  ISO8859_10=$enableval
2453335e815aSmrgelse
2454335e815aSmrg  ISO8859_10=yes
2455335e815aSmrgfi;
2456335e815aSmrg	echo "$as_me:$LINENO: checking whether to build ISO8859-10 fonts" >&5
2457335e815aSmrgecho $ECHO_N "checking whether to build ISO8859-10 fonts... $ECHO_C" >&6
2458335e815aSmrg	echo "$as_me:$LINENO: result: $ISO8859_10" >&5
2459335e815aSmrgecho "${ECHO_T}$ISO8859_10" >&6
2460335e815aSmrg
2461335e815aSmrg
2462335e815aSmrgif test "x$ISO8859_10" = xyes; then
2463335e815aSmrg  ISO8859_10_TRUE=
2464335e815aSmrg  ISO8859_10_FALSE='#'
2465335e815aSmrgelse
2466335e815aSmrg  ISO8859_10_TRUE='#'
2467335e815aSmrg  ISO8859_10_FALSE=
2468335e815aSmrgfi
2469335e815aSmrg
2470335e815aSmrg
2471335e815aSmrg
2472335e815aSmrg	# Check whether --enable-iso8859-11 or --disable-iso8859-11 was given.
2473335e815aSmrgif test "${enable_iso8859_11+set}" = set; then
2474335e815aSmrg  enableval="$enable_iso8859_11"
2475335e815aSmrg  ISO8859_11=$enableval
2476335e815aSmrgelse
2477335e815aSmrg  ISO8859_11=yes
2478335e815aSmrgfi;
2479335e815aSmrg	echo "$as_me:$LINENO: checking whether to build ISO8859-11 fonts" >&5
2480335e815aSmrgecho $ECHO_N "checking whether to build ISO8859-11 fonts... $ECHO_C" >&6
2481335e815aSmrg	echo "$as_me:$LINENO: result: $ISO8859_11" >&5
2482335e815aSmrgecho "${ECHO_T}$ISO8859_11" >&6
2483335e815aSmrg
2484335e815aSmrg
2485335e815aSmrgif test "x$ISO8859_11" = xyes; then
2486335e815aSmrg  ISO8859_11_TRUE=
2487335e815aSmrg  ISO8859_11_FALSE='#'
2488335e815aSmrgelse
2489335e815aSmrg  ISO8859_11_TRUE='#'
2490335e815aSmrg  ISO8859_11_FALSE=
2491335e815aSmrgfi
2492335e815aSmrg
2493335e815aSmrg
2494335e815aSmrg
2495335e815aSmrg	# Check whether --enable-iso8859-13 or --disable-iso8859-13 was given.
2496335e815aSmrgif test "${enable_iso8859_13+set}" = set; then
2497335e815aSmrg  enableval="$enable_iso8859_13"
2498335e815aSmrg  ISO8859_13=$enableval
2499335e815aSmrgelse
2500335e815aSmrg  ISO8859_13=yes
2501335e815aSmrgfi;
2502335e815aSmrg	echo "$as_me:$LINENO: checking whether to build ISO8859-13 fonts" >&5
2503335e815aSmrgecho $ECHO_N "checking whether to build ISO8859-13 fonts... $ECHO_C" >&6
2504335e815aSmrg	echo "$as_me:$LINENO: result: $ISO8859_13" >&5
2505335e815aSmrgecho "${ECHO_T}$ISO8859_13" >&6
2506335e815aSmrg
2507335e815aSmrg
2508335e815aSmrgif test "x$ISO8859_13" = xyes; then
2509335e815aSmrg  ISO8859_13_TRUE=
2510335e815aSmrg  ISO8859_13_FALSE='#'
2511335e815aSmrgelse
2512335e815aSmrg  ISO8859_13_TRUE='#'
2513335e815aSmrg  ISO8859_13_FALSE=
2514335e815aSmrgfi
2515335e815aSmrg
2516335e815aSmrg
2517335e815aSmrg
2518335e815aSmrg	# Check whether --enable-iso8859-14 or --disable-iso8859-14 was given.
2519335e815aSmrgif test "${enable_iso8859_14+set}" = set; then
2520335e815aSmrg  enableval="$enable_iso8859_14"
2521335e815aSmrg  ISO8859_14=$enableval
2522335e815aSmrgelse
2523335e815aSmrg  ISO8859_14=yes
2524335e815aSmrgfi;
2525335e815aSmrg	echo "$as_me:$LINENO: checking whether to build ISO8859-14 fonts" >&5
2526335e815aSmrgecho $ECHO_N "checking whether to build ISO8859-14 fonts... $ECHO_C" >&6
2527335e815aSmrg	echo "$as_me:$LINENO: result: $ISO8859_14" >&5
2528335e815aSmrgecho "${ECHO_T}$ISO8859_14" >&6
2529335e815aSmrg
2530335e815aSmrg
2531335e815aSmrgif test "x$ISO8859_14" = xyes; then
2532335e815aSmrg  ISO8859_14_TRUE=
2533335e815aSmrg  ISO8859_14_FALSE='#'
2534335e815aSmrgelse
2535335e815aSmrg  ISO8859_14_TRUE='#'
2536335e815aSmrg  ISO8859_14_FALSE=
2537335e815aSmrgfi
2538335e815aSmrg
2539335e815aSmrg
2540335e815aSmrg
2541335e815aSmrg	# Check whether --enable-iso8859-15 or --disable-iso8859-15 was given.
2542335e815aSmrgif test "${enable_iso8859_15+set}" = set; then
2543335e815aSmrg  enableval="$enable_iso8859_15"
2544335e815aSmrg  ISO8859_15=$enableval
2545335e815aSmrgelse
2546335e815aSmrg  ISO8859_15=yes
2547335e815aSmrgfi;
2548335e815aSmrg	echo "$as_me:$LINENO: checking whether to build ISO8859-15 fonts" >&5
2549335e815aSmrgecho $ECHO_N "checking whether to build ISO8859-15 fonts... $ECHO_C" >&6
2550335e815aSmrg	echo "$as_me:$LINENO: result: $ISO8859_15" >&5
2551335e815aSmrgecho "${ECHO_T}$ISO8859_15" >&6
2552335e815aSmrg
2553335e815aSmrg
2554335e815aSmrgif test "x$ISO8859_15" = xyes; then
2555335e815aSmrg  ISO8859_15_TRUE=
2556335e815aSmrg  ISO8859_15_FALSE='#'
2557335e815aSmrgelse
2558335e815aSmrg  ISO8859_15_TRUE='#'
2559335e815aSmrg  ISO8859_15_FALSE=
2560335e815aSmrgfi
2561335e815aSmrg
2562335e815aSmrg
2563335e815aSmrg
2564335e815aSmrg	# Check whether --enable-iso8859-16 or --disable-iso8859-16 was given.
2565335e815aSmrgif test "${enable_iso8859_16+set}" = set; then
2566335e815aSmrg  enableval="$enable_iso8859_16"
2567335e815aSmrg  ISO8859_16=$enableval
2568335e815aSmrgelse
2569335e815aSmrg  ISO8859_16=yes
2570335e815aSmrgfi;
2571335e815aSmrg	echo "$as_me:$LINENO: checking whether to build ISO8859-16 fonts" >&5
2572335e815aSmrgecho $ECHO_N "checking whether to build ISO8859-16 fonts... $ECHO_C" >&6
2573335e815aSmrg	echo "$as_me:$LINENO: result: $ISO8859_16" >&5
2574335e815aSmrgecho "${ECHO_T}$ISO8859_16" >&6
2575335e815aSmrg
2576335e815aSmrg
2577335e815aSmrgif test "x$ISO8859_16" = xyes; then
2578335e815aSmrg  ISO8859_16_TRUE=
2579335e815aSmrg  ISO8859_16_FALSE='#'
2580335e815aSmrgelse
2581335e815aSmrg  ISO8859_16_TRUE='#'
2582335e815aSmrg  ISO8859_16_FALSE=
2583335e815aSmrgfi
2584335e815aSmrg
2585335e815aSmrg
2586335e815aSmrg
2587335e815aSmrg	# Check whether --enable-koi8-r or --disable-koi8-r was given.
2588335e815aSmrgif test "${enable_koi8_r+set}" = set; then
2589335e815aSmrg  enableval="$enable_koi8_r"
2590335e815aSmrg  KOI8_R=$enableval
2591335e815aSmrgelse
2592335e815aSmrg  KOI8_R=yes
2593335e815aSmrgfi;
2594335e815aSmrg	echo "$as_me:$LINENO: checking whether to build KOI8-R fonts" >&5
2595335e815aSmrgecho $ECHO_N "checking whether to build KOI8-R fonts... $ECHO_C" >&6
2596335e815aSmrg	echo "$as_me:$LINENO: result: $KOI8_R" >&5
2597335e815aSmrgecho "${ECHO_T}$KOI8_R" >&6
2598335e815aSmrg
2599335e815aSmrg
2600335e815aSmrgif test "x$KOI8_R" = xyes; then
2601335e815aSmrg  KOI8_R_TRUE=
2602335e815aSmrg  KOI8_R_FALSE='#'
2603335e815aSmrgelse
2604335e815aSmrg  KOI8_R_TRUE='#'
2605335e815aSmrg  KOI8_R_FALSE=
2606335e815aSmrgfi
2607335e815aSmrg
2608335e815aSmrg
2609335e815aSmrg
2610335e815aSmrg	# Check whether --enable-jisx0201 or --disable-jisx0201 was given.
2611335e815aSmrgif test "${enable_jisx0201+set}" = set; then
2612335e815aSmrg  enableval="$enable_jisx0201"
2613335e815aSmrg  JISX0201=$enableval
2614335e815aSmrgelse
2615335e815aSmrg  JISX0201=yes
2616335e815aSmrgfi;
2617335e815aSmrg	echo "$as_me:$LINENO: checking whether to build JISX0201 fonts" >&5
2618335e815aSmrgecho $ECHO_N "checking whether to build JISX0201 fonts... $ECHO_C" >&6
2619335e815aSmrg	echo "$as_me:$LINENO: result: $JISX0201" >&5
2620335e815aSmrgecho "${ECHO_T}$JISX0201" >&6
2621335e815aSmrg
2622335e815aSmrg
2623335e815aSmrgif test "x$JISX0201" = xyes; then
2624335e815aSmrg  JISX0201_TRUE=
2625335e815aSmrg  JISX0201_FALSE='#'
2626335e815aSmrgelse
2627335e815aSmrg  JISX0201_TRUE='#'
2628335e815aSmrg  JISX0201_FALSE=
2629335e815aSmrgfi
2630335e815aSmrg
2631335e815aSmrg
2632335e815aSmrg
2633335e815aSmrg
2634335e815aSmrg
2635335e815aSmrg# Check whether --with-release-version or --without-release-version was given.
2636335e815aSmrgif test "${with_release_version+set}" = set; then
2637335e815aSmrg  withval="$with_release_version"
2638335e815aSmrg  RELEASE_VERSION="$withval"
2639335e815aSmrgelse
2640335e815aSmrg  RELEASE_VERSION=""
2641335e815aSmrgfi;
2642335e815aSmrg	if test "x$RELEASE_VERSION" != "x"; then
2643335e815aSmrg		PACKAGE="$PACKAGE-$RELEASE_VERSION"
2644335e815aSmrg		PACKAGE_TARNAME="$PACKAGE_TARNAME-$RELEASE_VERSION"
2645335e815aSmrg		{ echo "$as_me:$LINENO: Building with package name set to $PACKAGE" >&5
2646335e815aSmrgecho "$as_me: Building with package name set to $PACKAGE" >&6;}
2647335e815aSmrg	fi
2648335e815aSmrg
2649335e815aSmrg
2650335e815aSmrg          ac_config_files="$ac_config_files Makefile"
2651335e815aSmrgcat >confcache <<\_ACEOF
2652335e815aSmrg# This file is a shell script that caches the results of configure
2653335e815aSmrg# tests run on this system so they can be shared between configure
2654335e815aSmrg# scripts and configure runs, see configure's option --config-cache.
2655335e815aSmrg# It is not useful on other systems.  If it contains results you don't
2656335e815aSmrg# want to keep, you may remove or edit it.
2657335e815aSmrg#
2658335e815aSmrg# config.status only pays attention to the cache file if you give it
2659335e815aSmrg# the --recheck option to rerun configure.
2660335e815aSmrg#
2661335e815aSmrg# `ac_cv_env_foo' variables (set or unset) will be overridden when
2662335e815aSmrg# loading this file, other *unset* `ac_cv_foo' will be assigned the
2663335e815aSmrg# following values.
2664335e815aSmrg
2665335e815aSmrg_ACEOF
2666335e815aSmrg
2667335e815aSmrg# The following way of writing the cache mishandles newlines in values,
2668335e815aSmrg# but we know of no workaround that is simple, portable, and efficient.
2669335e815aSmrg# So, don't put newlines in cache variables' values.
2670335e815aSmrg# Ultrix sh set writes to stderr and can't be redirected directly,
2671335e815aSmrg# and sets the high bit in the cache file unless we assign to the vars.
2672335e815aSmrg{
2673335e815aSmrg  (set) 2>&1 |
2674335e815aSmrg    case `(ac_space=' '; set | grep ac_space) 2>&1` in
2675335e815aSmrg    *ac_space=\ *)
2676335e815aSmrg      # `set' does not quote correctly, so add quotes (double-quote
2677335e815aSmrg      # substitution turns \\\\ into \\, and sed turns \\ into \).
2678335e815aSmrg      sed -n \
2679335e815aSmrg	"s/'/'\\\\''/g;
2680335e815aSmrg	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2681335e815aSmrg      ;;
2682335e815aSmrg    *)
2683335e815aSmrg      # `set' quotes correctly as required by POSIX, so do not add quotes.
2684335e815aSmrg      sed -n \
2685335e815aSmrg	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
2686335e815aSmrg      ;;
2687335e815aSmrg    esac;
2688335e815aSmrg} |
2689335e815aSmrg  sed '
2690335e815aSmrg     t clear
2691335e815aSmrg     : clear
2692335e815aSmrg     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2693335e815aSmrg     t end
2694335e815aSmrg     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2695335e815aSmrg     : end' >>confcache
2696335e815aSmrgif diff $cache_file confcache >/dev/null 2>&1; then :; else
2697335e815aSmrg  if test -w $cache_file; then
2698335e815aSmrg    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
2699335e815aSmrg    cat confcache >$cache_file
2700335e815aSmrg  else
2701335e815aSmrg    echo "not updating unwritable cache $cache_file"
2702335e815aSmrg  fi
2703335e815aSmrgfi
2704335e815aSmrgrm -f confcache
2705335e815aSmrg
2706335e815aSmrgtest "x$prefix" = xNONE && prefix=$ac_default_prefix
2707335e815aSmrg# Let make expand exec_prefix.
2708335e815aSmrgtest "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2709335e815aSmrg
2710335e815aSmrg# VPATH may cause trouble with some makes, so we remove $(srcdir),
2711335e815aSmrg# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
2712335e815aSmrg# trailing colons and then remove the whole line if VPATH becomes empty
2713335e815aSmrg# (actually we leave an empty line to preserve line numbers).
2714335e815aSmrgif test "x$srcdir" = x.; then
2715335e815aSmrg  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
2716335e815aSmrgs/:*\$(srcdir):*/:/;
2717335e815aSmrgs/:*\${srcdir}:*/:/;
2718335e815aSmrgs/:*@srcdir@:*/:/;
2719335e815aSmrgs/^\([^=]*=[	 ]*\):*/\1/;
2720335e815aSmrgs/:*$//;
2721335e815aSmrgs/^[^=]*=[	 ]*$//;
2722335e815aSmrg}'
2723335e815aSmrgfi
2724335e815aSmrg
2725335e815aSmrg# Transform confdefs.h into DEFS.
2726335e815aSmrg# Protect against shell expansion while executing Makefile rules.
2727335e815aSmrg# Protect against Makefile macro expansion.
2728335e815aSmrg#
2729335e815aSmrg# If the first sed substitution is executed (which looks for macros that
2730335e815aSmrg# take arguments), then we branch to the quote section.  Otherwise,
2731335e815aSmrg# look for a macro that doesn't take arguments.
2732335e815aSmrgcat >confdef2opt.sed <<\_ACEOF
2733335e815aSmrgt clear
2734335e815aSmrg: clear
2735335e815aSmrgs,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\),-D\1=\2,g
2736335e815aSmrgt quote
2737335e815aSmrgs,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\),-D\1=\2,g
2738335e815aSmrgt quote
2739335e815aSmrgd
2740335e815aSmrg: quote
2741335e815aSmrgs,[	 `~#$^&*(){}\\|;'"<>?],\\&,g
2742335e815aSmrgs,\[,\\&,g
2743335e815aSmrgs,\],\\&,g
2744335e815aSmrgs,\$,$$,g
2745335e815aSmrgp
2746335e815aSmrg_ACEOF
2747335e815aSmrg# We use echo to avoid assuming a particular line-breaking character.
2748335e815aSmrg# The extra dot is to prevent the shell from consuming trailing
2749335e815aSmrg# line-breaks from the sub-command output.  A line-break within
2750335e815aSmrg# single-quotes doesn't work because, if this script is created in a
2751335e815aSmrg# platform that uses two characters for line-breaks (e.g., DOS), tr
2752335e815aSmrg# would break.
2753335e815aSmrgac_LF_and_DOT=`echo; echo .`
2754335e815aSmrgDEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
2755335e815aSmrgrm -f confdef2opt.sed
2756335e815aSmrg
2757335e815aSmrg
2758335e815aSmrgac_libobjs=
2759335e815aSmrgac_ltlibobjs=
2760335e815aSmrgfor ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2761335e815aSmrg  # 1. Remove the extension, and $U if already installed.
2762335e815aSmrg  ac_i=`echo "$ac_i" |
2763335e815aSmrg	 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
2764335e815aSmrg  # 2. Add them.
2765335e815aSmrg  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
2766335e815aSmrg  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
2767335e815aSmrgdone
2768335e815aSmrgLIBOBJS=$ac_libobjs
2769335e815aSmrg
2770335e815aSmrgLTLIBOBJS=$ac_ltlibobjs
2771335e815aSmrg
2772335e815aSmrg
2773335e815aSmrgif test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
2774335e815aSmrg  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
2775335e815aSmrgUsually this means the macro was only invoked conditionally." >&5
2776335e815aSmrgecho "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
2777335e815aSmrgUsually this means the macro was only invoked conditionally." >&2;}
2778335e815aSmrg   { (exit 1); exit 1; }; }
2779335e815aSmrgfi
2780335e815aSmrgif test -z "${ISO8859_1_TRUE}" && test -z "${ISO8859_1_FALSE}"; then
2781335e815aSmrg  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_1\" was never defined.
2782335e815aSmrgUsually this means the macro was only invoked conditionally." >&5
2783335e815aSmrgecho "$as_me: error: conditional \"ISO8859_1\" was never defined.
2784335e815aSmrgUsually this means the macro was only invoked conditionally." >&2;}
2785335e815aSmrg   { (exit 1); exit 1; }; }
2786335e815aSmrgfi
2787335e815aSmrgif test -z "${ISO8859_2_TRUE}" && test -z "${ISO8859_2_FALSE}"; then
2788335e815aSmrg  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_2\" was never defined.
2789335e815aSmrgUsually this means the macro was only invoked conditionally." >&5
2790335e815aSmrgecho "$as_me: error: conditional \"ISO8859_2\" was never defined.
2791335e815aSmrgUsually this means the macro was only invoked conditionally." >&2;}
2792335e815aSmrg   { (exit 1); exit 1; }; }
2793335e815aSmrgfi
2794335e815aSmrgif test -z "${ISO8859_3_TRUE}" && test -z "${ISO8859_3_FALSE}"; then
2795335e815aSmrg  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_3\" was never defined.
2796335e815aSmrgUsually this means the macro was only invoked conditionally." >&5
2797335e815aSmrgecho "$as_me: error: conditional \"ISO8859_3\" was never defined.
2798335e815aSmrgUsually this means the macro was only invoked conditionally." >&2;}
2799335e815aSmrg   { (exit 1); exit 1; }; }
2800335e815aSmrgfi
2801335e815aSmrgif test -z "${ISO8859_4_TRUE}" && test -z "${ISO8859_4_FALSE}"; then
2802335e815aSmrg  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_4\" was never defined.
2803335e815aSmrgUsually this means the macro was only invoked conditionally." >&5
2804335e815aSmrgecho "$as_me: error: conditional \"ISO8859_4\" was never defined.
2805335e815aSmrgUsually this means the macro was only invoked conditionally." >&2;}
2806335e815aSmrg   { (exit 1); exit 1; }; }
2807335e815aSmrgfi
2808335e815aSmrgif test -z "${ISO8859_5_TRUE}" && test -z "${ISO8859_5_FALSE}"; then
2809335e815aSmrg  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_5\" was never defined.
2810335e815aSmrgUsually this means the macro was only invoked conditionally." >&5
2811335e815aSmrgecho "$as_me: error: conditional \"ISO8859_5\" was never defined.
2812335e815aSmrgUsually this means the macro was only invoked conditionally." >&2;}
2813335e815aSmrg   { (exit 1); exit 1; }; }
2814335e815aSmrgfi
2815335e815aSmrgif test -z "${ISO8859_7_TRUE}" && test -z "${ISO8859_7_FALSE}"; then
2816335e815aSmrg  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_7\" was never defined.
2817335e815aSmrgUsually this means the macro was only invoked conditionally." >&5
2818335e815aSmrgecho "$as_me: error: conditional \"ISO8859_7\" was never defined.
2819335e815aSmrgUsually this means the macro was only invoked conditionally." >&2;}
2820335e815aSmrg   { (exit 1); exit 1; }; }
2821335e815aSmrgfi
2822335e815aSmrgif test -z "${ISO8859_8_TRUE}" && test -z "${ISO8859_8_FALSE}"; then
2823335e815aSmrg  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_8\" was never defined.
2824335e815aSmrgUsually this means the macro was only invoked conditionally." >&5
2825335e815aSmrgecho "$as_me: error: conditional \"ISO8859_8\" was never defined.
2826335e815aSmrgUsually this means the macro was only invoked conditionally." >&2;}
2827335e815aSmrg   { (exit 1); exit 1; }; }
2828335e815aSmrgfi
2829335e815aSmrgif test -z "${ISO8859_9_TRUE}" && test -z "${ISO8859_9_FALSE}"; then
2830335e815aSmrg  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_9\" was never defined.
2831335e815aSmrgUsually this means the macro was only invoked conditionally." >&5
2832335e815aSmrgecho "$as_me: error: conditional \"ISO8859_9\" was never defined.
2833335e815aSmrgUsually this means the macro was only invoked conditionally." >&2;}
2834335e815aSmrg   { (exit 1); exit 1; }; }
2835335e815aSmrgfi
2836335e815aSmrgif test -z "${ISO8859_10_TRUE}" && test -z "${ISO8859_10_FALSE}"; then
2837335e815aSmrg  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_10\" was never defined.
2838335e815aSmrgUsually this means the macro was only invoked conditionally." >&5
2839335e815aSmrgecho "$as_me: error: conditional \"ISO8859_10\" was never defined.
2840335e815aSmrgUsually this means the macro was only invoked conditionally." >&2;}
2841335e815aSmrg   { (exit 1); exit 1; }; }
2842335e815aSmrgfi
2843335e815aSmrgif test -z "${ISO8859_11_TRUE}" && test -z "${ISO8859_11_FALSE}"; then
2844335e815aSmrg  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_11\" was never defined.
2845335e815aSmrgUsually this means the macro was only invoked conditionally." >&5
2846335e815aSmrgecho "$as_me: error: conditional \"ISO8859_11\" was never defined.
2847335e815aSmrgUsually this means the macro was only invoked conditionally." >&2;}
2848335e815aSmrg   { (exit 1); exit 1; }; }
2849335e815aSmrgfi
2850335e815aSmrgif test -z "${ISO8859_13_TRUE}" && test -z "${ISO8859_13_FALSE}"; then
2851335e815aSmrg  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_13\" was never defined.
2852335e815aSmrgUsually this means the macro was only invoked conditionally." >&5
2853335e815aSmrgecho "$as_me: error: conditional \"ISO8859_13\" was never defined.
2854335e815aSmrgUsually this means the macro was only invoked conditionally." >&2;}
2855335e815aSmrg   { (exit 1); exit 1; }; }
2856335e815aSmrgfi
2857335e815aSmrgif test -z "${ISO8859_14_TRUE}" && test -z "${ISO8859_14_FALSE}"; then
2858335e815aSmrg  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_14\" was never defined.
2859335e815aSmrgUsually this means the macro was only invoked conditionally." >&5
2860335e815aSmrgecho "$as_me: error: conditional \"ISO8859_14\" was never defined.
2861335e815aSmrgUsually this means the macro was only invoked conditionally." >&2;}
2862335e815aSmrg   { (exit 1); exit 1; }; }
2863335e815aSmrgfi
2864335e815aSmrgif test -z "${ISO8859_15_TRUE}" && test -z "${ISO8859_15_FALSE}"; then
2865335e815aSmrg  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_15\" was never defined.
2866335e815aSmrgUsually this means the macro was only invoked conditionally." >&5
2867335e815aSmrgecho "$as_me: error: conditional \"ISO8859_15\" was never defined.
2868335e815aSmrgUsually this means the macro was only invoked conditionally." >&2;}
2869335e815aSmrg   { (exit 1); exit 1; }; }
2870335e815aSmrgfi
2871335e815aSmrgif test -z "${ISO8859_16_TRUE}" && test -z "${ISO8859_16_FALSE}"; then
2872335e815aSmrg  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_16\" was never defined.
2873335e815aSmrgUsually this means the macro was only invoked conditionally." >&5
2874335e815aSmrgecho "$as_me: error: conditional \"ISO8859_16\" was never defined.
2875335e815aSmrgUsually this means the macro was only invoked conditionally." >&2;}
2876335e815aSmrg   { (exit 1); exit 1; }; }
2877335e815aSmrgfi
2878335e815aSmrgif test -z "${KOI8_R_TRUE}" && test -z "${KOI8_R_FALSE}"; then
2879335e815aSmrg  { { echo "$as_me:$LINENO: error: conditional \"KOI8_R\" was never defined.
2880335e815aSmrgUsually this means the macro was only invoked conditionally." >&5
2881335e815aSmrgecho "$as_me: error: conditional \"KOI8_R\" was never defined.
2882335e815aSmrgUsually this means the macro was only invoked conditionally." >&2;}
2883335e815aSmrg   { (exit 1); exit 1; }; }
2884335e815aSmrgfi
2885335e815aSmrgif test -z "${JISX0201_TRUE}" && test -z "${JISX0201_FALSE}"; then
2886335e815aSmrg  { { echo "$as_me:$LINENO: error: conditional \"JISX0201\" was never defined.
2887335e815aSmrgUsually this means the macro was only invoked conditionally." >&5
2888335e815aSmrgecho "$as_me: error: conditional \"JISX0201\" was never defined.
2889335e815aSmrgUsually this means the macro was only invoked conditionally." >&2;}
2890335e815aSmrg   { (exit 1); exit 1; }; }
2891335e815aSmrgfi
2892335e815aSmrg
2893335e815aSmrg: ${CONFIG_STATUS=./config.status}
2894335e815aSmrgac_clean_files_save=$ac_clean_files
2895335e815aSmrgac_clean_files="$ac_clean_files $CONFIG_STATUS"
2896335e815aSmrg{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
2897335e815aSmrgecho "$as_me: creating $CONFIG_STATUS" >&6;}
2898335e815aSmrgcat >$CONFIG_STATUS <<_ACEOF
2899335e815aSmrg#! $SHELL
2900335e815aSmrg# Generated by $as_me.
2901335e815aSmrg# Run this file to recreate the current configuration.
2902335e815aSmrg# Compiler output produced by configure, useful for debugging
2903335e815aSmrg# configure, is in config.log if it exists.
2904335e815aSmrg
2905335e815aSmrgdebug=false
2906335e815aSmrgac_cs_recheck=false
2907335e815aSmrgac_cs_silent=false
2908335e815aSmrgSHELL=\${CONFIG_SHELL-$SHELL}
2909335e815aSmrg_ACEOF
2910335e815aSmrg
2911335e815aSmrgcat >>$CONFIG_STATUS <<\_ACEOF
2912335e815aSmrg## --------------------- ##
2913335e815aSmrg## M4sh Initialization.  ##
2914335e815aSmrg## --------------------- ##
2915335e815aSmrg
2916335e815aSmrg# Be Bourne compatible
2917335e815aSmrgif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2918335e815aSmrg  emulate sh
2919335e815aSmrg  NULLCMD=:
2920335e815aSmrg  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2921335e815aSmrg  # is contrary to our usage.  Disable this feature.
2922335e815aSmrg  alias -g '${1+"$@"}'='"$@"'
2923335e815aSmrgelif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
2924335e815aSmrg  set -o posix
2925335e815aSmrgfi
2926335e815aSmrgDUALCASE=1; export DUALCASE # for MKS sh
2927335e815aSmrg
2928335e815aSmrg# Support unset when possible.
2929335e815aSmrgif ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2930335e815aSmrg  as_unset=unset
2931335e815aSmrgelse
2932335e815aSmrg  as_unset=false
2933335e815aSmrgfi
2934335e815aSmrg
2935335e815aSmrg
2936335e815aSmrg# Work around bugs in pre-3.0 UWIN ksh.
2937335e815aSmrg$as_unset ENV MAIL MAILPATH
2938335e815aSmrgPS1='$ '
2939335e815aSmrgPS2='> '
2940335e815aSmrgPS4='+ '
2941335e815aSmrg
2942335e815aSmrg# NLS nuisances.
2943335e815aSmrgfor as_var in \
2944335e815aSmrg  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
2945335e815aSmrg  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2946335e815aSmrg  LC_TELEPHONE LC_TIME
2947335e815aSmrgdo
2948335e815aSmrg  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2949335e815aSmrg    eval $as_var=C; export $as_var
2950335e815aSmrg  else
2951335e815aSmrg    $as_unset $as_var
2952335e815aSmrg  fi
2953335e815aSmrgdone
2954335e815aSmrg
2955335e815aSmrg# Required to use basename.
2956335e815aSmrgif expr a : '\(a\)' >/dev/null 2>&1; then
2957335e815aSmrg  as_expr=expr
2958335e815aSmrgelse
2959335e815aSmrg  as_expr=false
2960335e815aSmrgfi
2961335e815aSmrg
2962335e815aSmrgif (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
2963335e815aSmrg  as_basename=basename
2964335e815aSmrgelse
2965335e815aSmrg  as_basename=false
2966335e815aSmrgfi
2967335e815aSmrg
2968335e815aSmrg
2969335e815aSmrg# Name of the executable.
2970335e815aSmrgas_me=`$as_basename "$0" ||
2971335e815aSmrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2972335e815aSmrg	 X"$0" : 'X\(//\)$' \| \
2973335e815aSmrg	 X"$0" : 'X\(/\)$' \| \
2974335e815aSmrg	 .     : '\(.\)' 2>/dev/null ||
2975335e815aSmrgecho X/"$0" |
2976335e815aSmrg    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
2977335e815aSmrg  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
2978335e815aSmrg  	  /^X\/\(\/\).*/{ s//\1/; q; }
2979335e815aSmrg  	  s/.*/./; q'`
2980335e815aSmrg
2981335e815aSmrg
2982335e815aSmrg# PATH needs CR, and LINENO needs CR and PATH.
2983335e815aSmrg# Avoid depending upon Character Ranges.
2984335e815aSmrgas_cr_letters='abcdefghijklmnopqrstuvwxyz'
2985335e815aSmrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2986335e815aSmrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS
2987335e815aSmrgas_cr_digits='0123456789'
2988335e815aSmrgas_cr_alnum=$as_cr_Letters$as_cr_digits
2989335e815aSmrg
2990335e815aSmrg# The user is always right.
2991335e815aSmrgif test "${PATH_SEPARATOR+set}" != set; then
2992335e815aSmrg  echo "#! /bin/sh" >conf$$.sh
2993335e815aSmrg  echo  "exit 0"   >>conf$$.sh
2994335e815aSmrg  chmod +x conf$$.sh
2995335e815aSmrg  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2996335e815aSmrg    PATH_SEPARATOR=';'
2997335e815aSmrg  else
2998335e815aSmrg    PATH_SEPARATOR=:
2999335e815aSmrg  fi
3000335e815aSmrg  rm -f conf$$.sh
3001335e815aSmrgfi
3002335e815aSmrg
3003335e815aSmrg
3004335e815aSmrg  as_lineno_1=$LINENO
3005335e815aSmrg  as_lineno_2=$LINENO
3006335e815aSmrg  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
3007335e815aSmrg  test "x$as_lineno_1" != "x$as_lineno_2" &&
3008335e815aSmrg  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
3009335e815aSmrg  # Find who we are.  Look in the path if we contain no path at all
3010335e815aSmrg  # relative or not.
3011335e815aSmrg  case $0 in
3012335e815aSmrg    *[\\/]* ) as_myself=$0 ;;
3013335e815aSmrg    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3014335e815aSmrgfor as_dir in $PATH
3015335e815aSmrgdo
3016335e815aSmrg  IFS=$as_save_IFS
3017335e815aSmrg  test -z "$as_dir" && as_dir=.
3018335e815aSmrg  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3019335e815aSmrgdone
3020335e815aSmrg
3021335e815aSmrg       ;;
3022335e815aSmrg  esac
3023335e815aSmrg  # We did not find ourselves, most probably we were run as `sh COMMAND'
3024335e815aSmrg  # in which case we are not to be found in the path.
3025335e815aSmrg  if test "x$as_myself" = x; then
3026335e815aSmrg    as_myself=$0
3027335e815aSmrg  fi
3028335e815aSmrg  if test ! -f "$as_myself"; then
3029335e815aSmrg    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
3030335e815aSmrgecho "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
3031335e815aSmrg   { (exit 1); exit 1; }; }
3032335e815aSmrg  fi
3033335e815aSmrg  case $CONFIG_SHELL in
3034335e815aSmrg  '')
3035335e815aSmrg    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3036335e815aSmrgfor as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
3037335e815aSmrgdo
3038335e815aSmrg  IFS=$as_save_IFS
3039335e815aSmrg  test -z "$as_dir" && as_dir=.
3040335e815aSmrg  for as_base in sh bash ksh sh5; do
3041335e815aSmrg	 case $as_dir in
3042335e815aSmrg	 /*)
3043335e815aSmrg	   if ("$as_dir/$as_base" -c '
3044335e815aSmrg  as_lineno_1=$LINENO
3045335e815aSmrg  as_lineno_2=$LINENO
3046335e815aSmrg  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
3047335e815aSmrg  test "x$as_lineno_1" != "x$as_lineno_2" &&
3048335e815aSmrg  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
3049335e815aSmrg	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
3050335e815aSmrg	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
3051335e815aSmrg	     CONFIG_SHELL=$as_dir/$as_base
3052335e815aSmrg	     export CONFIG_SHELL
3053335e815aSmrg	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
3054335e815aSmrg	   fi;;
3055335e815aSmrg	 esac
3056335e815aSmrg       done
3057335e815aSmrgdone
3058335e815aSmrg;;
3059335e815aSmrg  esac
3060335e815aSmrg
3061335e815aSmrg  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
3062335e815aSmrg  # uniformly replaced by the line number.  The first 'sed' inserts a
3063335e815aSmrg  # line-number line before each line; the second 'sed' does the real
3064335e815aSmrg  # work.  The second script uses 'N' to pair each line-number line
3065335e815aSmrg  # with the numbered line, and appends trailing '-' during
3066335e815aSmrg  # substitution so that $LINENO is not a special case at line end.
3067335e815aSmrg  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
3068335e815aSmrg  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
3069335e815aSmrg  sed '=' <$as_myself |
3070335e815aSmrg    sed '
3071335e815aSmrg      N
3072335e815aSmrg      s,$,-,
3073335e815aSmrg      : loop
3074335e815aSmrg      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
3075335e815aSmrg      t loop
3076335e815aSmrg      s,-$,,
3077335e815aSmrg      s,^['$as_cr_digits']*\n,,
3078335e815aSmrg    ' >$as_me.lineno &&
3079335e815aSmrg  chmod +x $as_me.lineno ||
3080335e815aSmrg    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
3081335e815aSmrgecho "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
3082335e815aSmrg   { (exit 1); exit 1; }; }
3083335e815aSmrg
3084335e815aSmrg  # Don't try to exec as it changes $[0], causing all sort of problems
3085335e815aSmrg  # (the dirname of $[0] is not the place where we might find the
3086335e815aSmrg  # original and so on.  Autoconf is especially sensible to this).
3087335e815aSmrg  . ./$as_me.lineno
3088335e815aSmrg  # Exit status is that of the last command.
3089335e815aSmrg  exit
3090335e815aSmrg}
3091335e815aSmrg
3092335e815aSmrg
3093335e815aSmrgcase `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
3094335e815aSmrg  *c*,-n*) ECHO_N= ECHO_C='
3095335e815aSmrg' ECHO_T='	' ;;
3096335e815aSmrg  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
3097335e815aSmrg  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
3098335e815aSmrgesac
3099335e815aSmrg
3100335e815aSmrgif expr a : '\(a\)' >/dev/null 2>&1; then
3101335e815aSmrg  as_expr=expr
3102335e815aSmrgelse
3103335e815aSmrg  as_expr=false
3104335e815aSmrgfi
3105335e815aSmrg
3106335e815aSmrgrm -f conf$$ conf$$.exe conf$$.file
3107335e815aSmrgecho >conf$$.file
3108335e815aSmrgif ln -s conf$$.file conf$$ 2>/dev/null; then
3109335e815aSmrg  # We could just check for DJGPP; but this test a) works b) is more generic
3110335e815aSmrg  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
3111335e815aSmrg  if test -f conf$$.exe; then
3112335e815aSmrg    # Don't use ln at all; we don't have any links
3113335e815aSmrg    as_ln_s='cp -p'
3114335e815aSmrg  else
3115335e815aSmrg    as_ln_s='ln -s'
3116335e815aSmrg  fi
3117335e815aSmrgelif ln conf$$.file conf$$ 2>/dev/null; then
3118335e815aSmrg  as_ln_s=ln
3119335e815aSmrgelse
3120335e815aSmrg  as_ln_s='cp -p'
3121335e815aSmrgfi
3122335e815aSmrgrm -f conf$$ conf$$.exe conf$$.file
3123335e815aSmrg
3124335e815aSmrgif mkdir -p . 2>/dev/null; then
3125335e815aSmrg  as_mkdir_p=:
3126335e815aSmrgelse
3127335e815aSmrg  test -d ./-p && rmdir ./-p
3128335e815aSmrg  as_mkdir_p=false
3129335e815aSmrgfi
3130335e815aSmrg
3131335e815aSmrgas_executable_p="test -f"
3132335e815aSmrg
3133335e815aSmrg# Sed expression to map a string onto a valid CPP name.
3134335e815aSmrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3135335e815aSmrg
3136335e815aSmrg# Sed expression to map a string onto a valid variable name.
3137335e815aSmrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3138335e815aSmrg
3139335e815aSmrg
3140335e815aSmrg# IFS
3141335e815aSmrg# We need space, tab and new line, in precisely that order.
3142335e815aSmrgas_nl='
3143335e815aSmrg'
3144335e815aSmrgIFS=" 	$as_nl"
3145335e815aSmrg
3146335e815aSmrg# CDPATH.
3147335e815aSmrg$as_unset CDPATH
3148335e815aSmrg
3149335e815aSmrgexec 6>&1
3150335e815aSmrg
3151335e815aSmrg# Open the log real soon, to keep \$[0] and so on meaningful, and to
3152335e815aSmrg# report actual input values of CONFIG_FILES etc. instead of their
3153335e815aSmrg# values after options handling.  Logging --version etc. is OK.
3154335e815aSmrgexec 5>>config.log
3155335e815aSmrg{
3156335e815aSmrg  echo
3157335e815aSmrg  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3158335e815aSmrg## Running $as_me. ##
3159335e815aSmrg_ASBOX
3160335e815aSmrg} >&5
3161335e815aSmrgcat >&5 <<_CSEOF
3162335e815aSmrg
3163335e815aSmrgThis file was extended by font-misc-misc $as_me 1.0.0, which was
3164335e815aSmrggenerated by GNU Autoconf 2.59.  Invocation command line was
3165335e815aSmrg
3166335e815aSmrg  CONFIG_FILES    = $CONFIG_FILES
3167335e815aSmrg  CONFIG_HEADERS  = $CONFIG_HEADERS
3168335e815aSmrg  CONFIG_LINKS    = $CONFIG_LINKS
3169335e815aSmrg  CONFIG_COMMANDS = $CONFIG_COMMANDS
3170335e815aSmrg  $ $0 $@
3171335e815aSmrg
3172335e815aSmrg_CSEOF
3173335e815aSmrgecho "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
3174335e815aSmrgecho >&5
3175335e815aSmrg_ACEOF
3176335e815aSmrg
3177335e815aSmrg# Files that config.status was made for.
3178335e815aSmrgif test -n "$ac_config_files"; then
3179335e815aSmrg  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
3180335e815aSmrgfi
3181335e815aSmrg
3182335e815aSmrgif test -n "$ac_config_headers"; then
3183335e815aSmrg  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
3184335e815aSmrgfi
3185335e815aSmrg
3186335e815aSmrgif test -n "$ac_config_links"; then
3187335e815aSmrg  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
3188335e815aSmrgfi
3189335e815aSmrg
3190335e815aSmrgif test -n "$ac_config_commands"; then
3191335e815aSmrg  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
3192335e815aSmrgfi
3193335e815aSmrg
3194335e815aSmrgcat >>$CONFIG_STATUS <<\_ACEOF
3195335e815aSmrg
3196335e815aSmrgac_cs_usage="\
3197335e815aSmrg\`$as_me' instantiates files from templates according to the
3198335e815aSmrgcurrent configuration.
3199335e815aSmrg
3200335e815aSmrgUsage: $0 [OPTIONS] [FILE]...
3201335e815aSmrg
3202335e815aSmrg  -h, --help       print this help, then exit
3203335e815aSmrg  -V, --version    print version number, then exit
3204335e815aSmrg  -q, --quiet      do not print progress messages
3205335e815aSmrg  -d, --debug      don't remove temporary files
3206335e815aSmrg      --recheck    update $as_me by reconfiguring in the same conditions
3207335e815aSmrg  --file=FILE[:TEMPLATE]
3208335e815aSmrg		   instantiate the configuration file FILE
3209335e815aSmrg
3210335e815aSmrgConfiguration files:
3211335e815aSmrg$config_files
3212335e815aSmrg
3213335e815aSmrgReport bugs to <bug-autoconf@gnu.org>."
3214335e815aSmrg_ACEOF
3215335e815aSmrg
3216335e815aSmrgcat >>$CONFIG_STATUS <<_ACEOF
3217335e815aSmrgac_cs_version="\\
3218335e815aSmrgfont-misc-misc config.status 1.0.0
3219335e815aSmrgconfigured by $0, generated by GNU Autoconf 2.59,
3220335e815aSmrg  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
3221335e815aSmrg
3222335e815aSmrgCopyright (C) 2003 Free Software Foundation, Inc.
3223335e815aSmrgThis config.status script is free software; the Free Software Foundation
3224335e815aSmrggives unlimited permission to copy, distribute and modify it."
3225335e815aSmrgsrcdir=$srcdir
3226335e815aSmrgINSTALL="$INSTALL"
3227335e815aSmrg_ACEOF
3228335e815aSmrg
3229335e815aSmrgcat >>$CONFIG_STATUS <<\_ACEOF
3230335e815aSmrg# If no file are specified by the user, then we need to provide default
3231335e815aSmrg# value.  By we need to know if files were specified by the user.
3232335e815aSmrgac_need_defaults=:
3233335e815aSmrgwhile test $# != 0
3234335e815aSmrgdo
3235335e815aSmrg  case $1 in
3236335e815aSmrg  --*=*)
3237335e815aSmrg    ac_option=`expr "x$1" : 'x\([^=]*\)='`
3238335e815aSmrg    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
3239335e815aSmrg    ac_shift=:
3240335e815aSmrg    ;;
3241335e815aSmrg  -*)
3242335e815aSmrg    ac_option=$1
3243335e815aSmrg    ac_optarg=$2
3244335e815aSmrg    ac_shift=shift
3245335e815aSmrg    ;;
3246335e815aSmrg  *) # This is not an option, so the user has probably given explicit
3247335e815aSmrg     # arguments.
3248335e815aSmrg     ac_option=$1
3249335e815aSmrg     ac_need_defaults=false;;
3250335e815aSmrg  esac
3251335e815aSmrg
3252335e815aSmrg  case $ac_option in
3253335e815aSmrg  # Handling of the options.
3254335e815aSmrg_ACEOF
3255335e815aSmrgcat >>$CONFIG_STATUS <<\_ACEOF
3256335e815aSmrg  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3257335e815aSmrg    ac_cs_recheck=: ;;
3258335e815aSmrg  --version | --vers* | -V )
3259335e815aSmrg    echo "$ac_cs_version"; exit 0 ;;
3260335e815aSmrg  --he | --h)
3261335e815aSmrg    # Conflict between --help and --header
3262335e815aSmrg    { { echo "$as_me:$LINENO: error: ambiguous option: $1
3263335e815aSmrgTry \`$0 --help' for more information." >&5
3264335e815aSmrgecho "$as_me: error: ambiguous option: $1
3265335e815aSmrgTry \`$0 --help' for more information." >&2;}
3266335e815aSmrg   { (exit 1); exit 1; }; };;
3267335e815aSmrg  --help | --hel | -h )
3268335e815aSmrg    echo "$ac_cs_usage"; exit 0 ;;
3269335e815aSmrg  --debug | --d* | -d )
3270335e815aSmrg    debug=: ;;
3271335e815aSmrg  --file | --fil | --fi | --f )
3272335e815aSmrg    $ac_shift
3273335e815aSmrg    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
3274335e815aSmrg    ac_need_defaults=false;;
3275335e815aSmrg  --header | --heade | --head | --hea )
3276335e815aSmrg    $ac_shift
3277335e815aSmrg    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
3278335e815aSmrg    ac_need_defaults=false;;
3279335e815aSmrg  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3280335e815aSmrg  | -silent | --silent | --silen | --sile | --sil | --si | --s)
3281335e815aSmrg    ac_cs_silent=: ;;
3282335e815aSmrg
3283335e815aSmrg  # This is an error.
3284335e815aSmrg  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
3285335e815aSmrgTry \`$0 --help' for more information." >&5
3286335e815aSmrgecho "$as_me: error: unrecognized option: $1
3287335e815aSmrgTry \`$0 --help' for more information." >&2;}
3288335e815aSmrg   { (exit 1); exit 1; }; } ;;
3289335e815aSmrg
3290335e815aSmrg  *) ac_config_targets="$ac_config_targets $1" ;;
3291335e815aSmrg
3292335e815aSmrg  esac
3293335e815aSmrg  shift
3294335e815aSmrgdone
3295335e815aSmrg
3296335e815aSmrgac_configure_extra_args=
3297335e815aSmrg
3298335e815aSmrgif $ac_cs_silent; then
3299335e815aSmrg  exec 6>/dev/null
3300335e815aSmrg  ac_configure_extra_args="$ac_configure_extra_args --silent"
3301335e815aSmrgfi
3302335e815aSmrg
3303335e815aSmrg_ACEOF
3304335e815aSmrgcat >>$CONFIG_STATUS <<_ACEOF
3305335e815aSmrgif \$ac_cs_recheck; then
3306335e815aSmrg  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
3307335e815aSmrg  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3308335e815aSmrgfi
3309335e815aSmrg
3310335e815aSmrg_ACEOF
3311335e815aSmrg
3312335e815aSmrg
3313335e815aSmrg
3314335e815aSmrg
3315335e815aSmrg
3316335e815aSmrgcat >>$CONFIG_STATUS <<\_ACEOF
3317335e815aSmrgfor ac_config_target in $ac_config_targets
3318335e815aSmrgdo
3319335e815aSmrg  case "$ac_config_target" in
3320335e815aSmrg  # Handling of arguments.
3321335e815aSmrg  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3322335e815aSmrg  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
3323335e815aSmrgecho "$as_me: error: invalid argument: $ac_config_target" >&2;}
3324335e815aSmrg   { (exit 1); exit 1; }; };;
3325335e815aSmrg  esac
3326335e815aSmrgdone
3327335e815aSmrg
3328335e815aSmrg# If the user did not use the arguments to specify the items to instantiate,
3329335e815aSmrg# then the envvar interface is used.  Set only those that are not.
3330335e815aSmrg# We use the long form for the default assignment because of an extremely
3331335e815aSmrg# bizarre bug on SunOS 4.1.3.
3332335e815aSmrgif $ac_need_defaults; then
3333335e815aSmrg  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3334335e815aSmrgfi
3335335e815aSmrg
3336335e815aSmrg# Have a temporary directory for convenience.  Make it in the build tree
3337335e815aSmrg# simply because there is no reason to put it here, and in addition,
3338335e815aSmrg# creating and moving files from /tmp can sometimes cause problems.
3339335e815aSmrg# Create a temporary directory, and hook for its removal unless debugging.
3340335e815aSmrg$debug ||
3341335e815aSmrg{
3342335e815aSmrg  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
3343335e815aSmrg  trap '{ (exit 1); exit 1; }' 1 2 13 15
3344335e815aSmrg}
3345335e815aSmrg
3346335e815aSmrg# Create a (secure) tmp directory for tmp files.
3347335e815aSmrg
3348335e815aSmrg{
3349335e815aSmrg  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
3350335e815aSmrg  test -n "$tmp" && test -d "$tmp"
3351335e815aSmrg}  ||
3352335e815aSmrg{
3353335e815aSmrg  tmp=./confstat$$-$RANDOM
3354335e815aSmrg  (umask 077 && mkdir $tmp)
3355335e815aSmrg} ||
3356335e815aSmrg{
3357335e815aSmrg   echo "$me: cannot create a temporary directory in ." >&2
3358335e815aSmrg   { (exit 1); exit 1; }
3359335e815aSmrg}
3360335e815aSmrg
3361335e815aSmrg_ACEOF
3362335e815aSmrg
3363335e815aSmrgcat >>$CONFIG_STATUS <<_ACEOF
3364335e815aSmrg
3365335e815aSmrg#
3366335e815aSmrg# CONFIG_FILES section.
3367335e815aSmrg#
3368335e815aSmrg
3369335e815aSmrg# No need to generate the scripts if there are no CONFIG_FILES.
3370335e815aSmrg# This happens for instance when ./config.status config.h
3371335e815aSmrgif test -n "\$CONFIG_FILES"; then
3372335e815aSmrg  # Protect against being on the right side of a sed subst in config.status.
3373335e815aSmrg  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
3374335e815aSmrg   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
3375335e815aSmrgs,@SHELL@,$SHELL,;t t
3376335e815aSmrgs,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
3377335e815aSmrgs,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
3378335e815aSmrgs,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
3379335e815aSmrgs,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
3380335e815aSmrgs,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
3381335e815aSmrgs,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
3382335e815aSmrgs,@exec_prefix@,$exec_prefix,;t t
3383335e815aSmrgs,@prefix@,$prefix,;t t
3384335e815aSmrgs,@program_transform_name@,$program_transform_name,;t t
3385335e815aSmrgs,@bindir@,$bindir,;t t
3386335e815aSmrgs,@sbindir@,$sbindir,;t t
3387335e815aSmrgs,@libexecdir@,$libexecdir,;t t
3388335e815aSmrgs,@datadir@,$datadir,;t t
3389335e815aSmrgs,@sysconfdir@,$sysconfdir,;t t
3390335e815aSmrgs,@sharedstatedir@,$sharedstatedir,;t t
3391335e815aSmrgs,@localstatedir@,$localstatedir,;t t
3392335e815aSmrgs,@libdir@,$libdir,;t t
3393335e815aSmrgs,@includedir@,$includedir,;t t
3394335e815aSmrgs,@oldincludedir@,$oldincludedir,;t t
3395335e815aSmrgs,@infodir@,$infodir,;t t
3396335e815aSmrgs,@mandir@,$mandir,;t t
3397335e815aSmrgs,@build_alias@,$build_alias,;t t
3398335e815aSmrgs,@host_alias@,$host_alias,;t t
3399335e815aSmrgs,@target_alias@,$target_alias,;t t
3400335e815aSmrgs,@DEFS@,$DEFS,;t t
3401335e815aSmrgs,@ECHO_C@,$ECHO_C,;t t
3402335e815aSmrgs,@ECHO_N@,$ECHO_N,;t t
3403335e815aSmrgs,@ECHO_T@,$ECHO_T,;t t
3404335e815aSmrgs,@LIBS@,$LIBS,;t t
3405335e815aSmrgs,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
3406335e815aSmrgs,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
3407335e815aSmrgs,@INSTALL_DATA@,$INSTALL_DATA,;t t
3408335e815aSmrgs,@CYGPATH_W@,$CYGPATH_W,;t t
3409335e815aSmrgs,@PACKAGE@,$PACKAGE,;t t
3410335e815aSmrgs,@VERSION@,$VERSION,;t t
3411335e815aSmrgs,@ACLOCAL@,$ACLOCAL,;t t
3412335e815aSmrgs,@AUTOCONF@,$AUTOCONF,;t t
3413335e815aSmrgs,@AUTOMAKE@,$AUTOMAKE,;t t
3414335e815aSmrgs,@AUTOHEADER@,$AUTOHEADER,;t t
3415335e815aSmrgs,@MAKEINFO@,$MAKEINFO,;t t
3416335e815aSmrgs,@AMTAR@,$AMTAR,;t t
3417335e815aSmrgs,@install_sh@,$install_sh,;t t
3418335e815aSmrgs,@STRIP@,$STRIP,;t t
3419335e815aSmrgs,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
3420335e815aSmrgs,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
3421335e815aSmrgs,@AWK@,$AWK,;t t
3422335e815aSmrgs,@SET_MAKE@,$SET_MAKE,;t t
3423335e815aSmrgs,@am__leading_dot@,$am__leading_dot,;t t
3424335e815aSmrgs,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
3425335e815aSmrgs,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
3426335e815aSmrgs,@MAINT@,$MAINT,;t t
3427335e815aSmrgs,@PERL@,$PERL,;t t
3428335e815aSmrgs,@BDFTOPCF@,$BDFTOPCF,;t t
3429335e815aSmrgs,@BDFTRUNCATE@,$BDFTRUNCATE,;t t
3430335e815aSmrgs,@UCS2ANY@,$UCS2ANY,;t t
3431335e815aSmrgs,@MKFONTSCALE@,$MKFONTSCALE,;t t
3432335e815aSmrgs,@MKFONTDIR@,$MKFONTDIR,;t t
3433335e815aSmrgs,@FONTDIR@,$FONTDIR,;t t
3434335e815aSmrgs,@PKG_CONFIG@,$PKG_CONFIG,;t t
3435335e815aSmrgs,@ac_pt_PKG_CONFIG@,$ac_pt_PKG_CONFIG,;t t
3436335e815aSmrgs,@MAPS_CFLAGS@,$MAPS_CFLAGS,;t t
3437335e815aSmrgs,@MAPS_LIBS@,$MAPS_LIBS,;t t
3438335e815aSmrgs,@MAPFILES_PATH@,$MAPFILES_PATH,;t t
3439335e815aSmrgs,@ISO8859_1_TRUE@,$ISO8859_1_TRUE,;t t
3440335e815aSmrgs,@ISO8859_1_FALSE@,$ISO8859_1_FALSE,;t t
3441335e815aSmrgs,@ISO8859_2_TRUE@,$ISO8859_2_TRUE,;t t
3442335e815aSmrgs,@ISO8859_2_FALSE@,$ISO8859_2_FALSE,;t t
3443335e815aSmrgs,@ISO8859_3_TRUE@,$ISO8859_3_TRUE,;t t
3444335e815aSmrgs,@ISO8859_3_FALSE@,$ISO8859_3_FALSE,;t t
3445335e815aSmrgs,@ISO8859_4_TRUE@,$ISO8859_4_TRUE,;t t
3446335e815aSmrgs,@ISO8859_4_FALSE@,$ISO8859_4_FALSE,;t t
3447335e815aSmrgs,@ISO8859_5_TRUE@,$ISO8859_5_TRUE,;t t
3448335e815aSmrgs,@ISO8859_5_FALSE@,$ISO8859_5_FALSE,;t t
3449335e815aSmrgs,@ISO8859_7_TRUE@,$ISO8859_7_TRUE,;t t
3450335e815aSmrgs,@ISO8859_7_FALSE@,$ISO8859_7_FALSE,;t t
3451335e815aSmrgs,@ISO8859_8_TRUE@,$ISO8859_8_TRUE,;t t
3452335e815aSmrgs,@ISO8859_8_FALSE@,$ISO8859_8_FALSE,;t t
3453335e815aSmrgs,@ISO8859_9_TRUE@,$ISO8859_9_TRUE,;t t
3454335e815aSmrgs,@ISO8859_9_FALSE@,$ISO8859_9_FALSE,;t t
3455335e815aSmrgs,@ISO8859_10_TRUE@,$ISO8859_10_TRUE,;t t
3456335e815aSmrgs,@ISO8859_10_FALSE@,$ISO8859_10_FALSE,;t t
3457335e815aSmrgs,@ISO8859_11_TRUE@,$ISO8859_11_TRUE,;t t
3458335e815aSmrgs,@ISO8859_11_FALSE@,$ISO8859_11_FALSE,;t t
3459335e815aSmrgs,@ISO8859_13_TRUE@,$ISO8859_13_TRUE,;t t
3460335e815aSmrgs,@ISO8859_13_FALSE@,$ISO8859_13_FALSE,;t t
3461335e815aSmrgs,@ISO8859_14_TRUE@,$ISO8859_14_TRUE,;t t
3462335e815aSmrgs,@ISO8859_14_FALSE@,$ISO8859_14_FALSE,;t t
3463335e815aSmrgs,@ISO8859_15_TRUE@,$ISO8859_15_TRUE,;t t
3464335e815aSmrgs,@ISO8859_15_FALSE@,$ISO8859_15_FALSE,;t t
3465335e815aSmrgs,@ISO8859_16_TRUE@,$ISO8859_16_TRUE,;t t
3466335e815aSmrgs,@ISO8859_16_FALSE@,$ISO8859_16_FALSE,;t t
3467335e815aSmrgs,@KOI8_R_TRUE@,$KOI8_R_TRUE,;t t
3468335e815aSmrgs,@KOI8_R_FALSE@,$KOI8_R_FALSE,;t t
3469335e815aSmrgs,@JISX0201_TRUE@,$JISX0201_TRUE,;t t
3470335e815aSmrgs,@JISX0201_FALSE@,$JISX0201_FALSE,;t t
3471335e815aSmrgs,@LIBOBJS@,$LIBOBJS,;t t
3472335e815aSmrgs,@LTLIBOBJS@,$LTLIBOBJS,;t t
3473335e815aSmrgCEOF
3474335e815aSmrg
3475335e815aSmrg_ACEOF
3476335e815aSmrg
3477335e815aSmrg  cat >>$CONFIG_STATUS <<\_ACEOF
3478335e815aSmrg  # Split the substitutions into bite-sized pieces for seds with
3479335e815aSmrg  # small command number limits, like on Digital OSF/1 and HP-UX.
3480335e815aSmrg  ac_max_sed_lines=48
3481335e815aSmrg  ac_sed_frag=1 # Number of current file.
3482335e815aSmrg  ac_beg=1 # First line for current file.
3483335e815aSmrg  ac_end=$ac_max_sed_lines # Line after last line for current file.
3484335e815aSmrg  ac_more_lines=:
3485335e815aSmrg  ac_sed_cmds=
3486335e815aSmrg  while $ac_more_lines; do
3487335e815aSmrg    if test $ac_beg -gt 1; then
3488335e815aSmrg      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3489335e815aSmrg    else
3490335e815aSmrg      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3491335e815aSmrg    fi
3492335e815aSmrg    if test ! -s $tmp/subs.frag; then
3493335e815aSmrg      ac_more_lines=false
3494335e815aSmrg    else
3495335e815aSmrg      # The purpose of the label and of the branching condition is to
3496335e815aSmrg      # speed up the sed processing (if there are no `@' at all, there
3497335e815aSmrg      # is no need to browse any of the substitutions).
3498335e815aSmrg      # These are the two extra sed commands mentioned above.
3499335e815aSmrg      (echo ':t
3500335e815aSmrg  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
3501335e815aSmrg      if test -z "$ac_sed_cmds"; then
3502335e815aSmrg	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
3503335e815aSmrg      else
3504335e815aSmrg	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
3505335e815aSmrg      fi
3506335e815aSmrg      ac_sed_frag=`expr $ac_sed_frag + 1`
3507335e815aSmrg      ac_beg=$ac_end
3508335e815aSmrg      ac_end=`expr $ac_end + $ac_max_sed_lines`
3509335e815aSmrg    fi
3510335e815aSmrg  done
3511335e815aSmrg  if test -z "$ac_sed_cmds"; then
3512335e815aSmrg    ac_sed_cmds=cat
3513335e815aSmrg  fi
3514335e815aSmrgfi # test -n "$CONFIG_FILES"
3515335e815aSmrg
3516335e815aSmrg_ACEOF
3517335e815aSmrgcat >>$CONFIG_STATUS <<\_ACEOF
3518335e815aSmrgfor ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
3519335e815aSmrg  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3520335e815aSmrg  case $ac_file in
3521335e815aSmrg  - | *:- | *:-:* ) # input from stdin
3522335e815aSmrg	cat >$tmp/stdin
3523335e815aSmrg	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3524335e815aSmrg	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3525335e815aSmrg  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3526335e815aSmrg	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3527335e815aSmrg  * )   ac_file_in=$ac_file.in ;;
3528335e815aSmrg  esac
3529335e815aSmrg
3530335e815aSmrg  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
3531335e815aSmrg  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
3532335e815aSmrg$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3533335e815aSmrg	 X"$ac_file" : 'X\(//\)[^/]' \| \
3534335e815aSmrg	 X"$ac_file" : 'X\(//\)$' \| \
3535335e815aSmrg	 X"$ac_file" : 'X\(/\)' \| \
3536335e815aSmrg	 .     : '\(.\)' 2>/dev/null ||
3537335e815aSmrgecho X"$ac_file" |
3538335e815aSmrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3539335e815aSmrg  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3540335e815aSmrg  	  /^X\(\/\/\)$/{ s//\1/; q; }
3541335e815aSmrg  	  /^X\(\/\).*/{ s//\1/; q; }
3542335e815aSmrg  	  s/.*/./; q'`
3543335e815aSmrg  { if $as_mkdir_p; then
3544335e815aSmrg    mkdir -p "$ac_dir"
3545335e815aSmrg  else
3546335e815aSmrg    as_dir="$ac_dir"
3547335e815aSmrg    as_dirs=
3548335e815aSmrg    while test ! -d "$as_dir"; do
3549335e815aSmrg      as_dirs="$as_dir $as_dirs"
3550335e815aSmrg      as_dir=`(dirname "$as_dir") 2>/dev/null ||
3551335e815aSmrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3552335e815aSmrg	 X"$as_dir" : 'X\(//\)[^/]' \| \
3553335e815aSmrg	 X"$as_dir" : 'X\(//\)$' \| \
3554335e815aSmrg	 X"$as_dir" : 'X\(/\)' \| \
3555335e815aSmrg	 .     : '\(.\)' 2>/dev/null ||
3556335e815aSmrgecho X"$as_dir" |
3557335e815aSmrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3558335e815aSmrg  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3559335e815aSmrg  	  /^X\(\/\/\)$/{ s//\1/; q; }
3560335e815aSmrg  	  /^X\(\/\).*/{ s//\1/; q; }
3561335e815aSmrg  	  s/.*/./; q'`
3562335e815aSmrg    done
3563335e815aSmrg    test ! -n "$as_dirs" || mkdir $as_dirs
3564335e815aSmrg  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
3565335e815aSmrgecho "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
3566335e815aSmrg   { (exit 1); exit 1; }; }; }
3567335e815aSmrg
3568335e815aSmrg  ac_builddir=.
3569335e815aSmrg
3570335e815aSmrgif test "$ac_dir" != .; then
3571335e815aSmrg  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3572335e815aSmrg  # A "../" for each directory in $ac_dir_suffix.
3573335e815aSmrg  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
3574335e815aSmrgelse
3575335e815aSmrg  ac_dir_suffix= ac_top_builddir=
3576335e815aSmrgfi
3577335e815aSmrg
3578335e815aSmrgcase $srcdir in
3579335e815aSmrg  .)  # No --srcdir option.  We are building in place.
3580335e815aSmrg    ac_srcdir=.
3581335e815aSmrg    if test -z "$ac_top_builddir"; then
3582335e815aSmrg       ac_top_srcdir=.
3583335e815aSmrg    else
3584335e815aSmrg       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
3585335e815aSmrg    fi ;;
3586335e815aSmrg  [\\/]* | ?:[\\/]* )  # Absolute path.
3587335e815aSmrg    ac_srcdir=$srcdir$ac_dir_suffix;
3588335e815aSmrg    ac_top_srcdir=$srcdir ;;
3589335e815aSmrg  *) # Relative path.
3590335e815aSmrg    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
3591335e815aSmrg    ac_top_srcdir=$ac_top_builddir$srcdir ;;
3592335e815aSmrgesac
3593335e815aSmrg
3594335e815aSmrg# Do not use `cd foo && pwd` to compute absolute paths, because
3595335e815aSmrg# the directories may not exist.
3596335e815aSmrgcase `pwd` in
3597335e815aSmrg.) ac_abs_builddir="$ac_dir";;
3598335e815aSmrg*)
3599335e815aSmrg  case "$ac_dir" in
3600335e815aSmrg  .) ac_abs_builddir=`pwd`;;
3601335e815aSmrg  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
3602335e815aSmrg  *) ac_abs_builddir=`pwd`/"$ac_dir";;
3603335e815aSmrg  esac;;
3604335e815aSmrgesac
3605335e815aSmrgcase $ac_abs_builddir in
3606335e815aSmrg.) ac_abs_top_builddir=${ac_top_builddir}.;;
3607335e815aSmrg*)
3608335e815aSmrg  case ${ac_top_builddir}. in
3609335e815aSmrg  .) ac_abs_top_builddir=$ac_abs_builddir;;
3610335e815aSmrg  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
3611335e815aSmrg  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
3612335e815aSmrg  esac;;
3613335e815aSmrgesac
3614335e815aSmrgcase $ac_abs_builddir in
3615335e815aSmrg.) ac_abs_srcdir=$ac_srcdir;;
3616335e815aSmrg*)
3617335e815aSmrg  case $ac_srcdir in
3618335e815aSmrg  .) ac_abs_srcdir=$ac_abs_builddir;;
3619335e815aSmrg  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
3620335e815aSmrg  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3621335e815aSmrg  esac;;
3622335e815aSmrgesac
3623335e815aSmrgcase $ac_abs_builddir in
3624335e815aSmrg.) ac_abs_top_srcdir=$ac_top_srcdir;;
3625335e815aSmrg*)
3626335e815aSmrg  case $ac_top_srcdir in
3627335e815aSmrg  .) ac_abs_top_srcdir=$ac_abs_builddir;;
3628335e815aSmrg  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
3629335e815aSmrg  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
3630335e815aSmrg  esac;;
3631335e815aSmrgesac
3632335e815aSmrg
3633335e815aSmrg
3634335e815aSmrg  case $INSTALL in
3635335e815aSmrg  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3636335e815aSmrg  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
3637335e815aSmrg  esac
3638335e815aSmrg
3639335e815aSmrg  if test x"$ac_file" != x-; then
3640335e815aSmrg    { echo "$as_me:$LINENO: creating $ac_file" >&5
3641335e815aSmrgecho "$as_me: creating $ac_file" >&6;}
3642335e815aSmrg    rm -f "$ac_file"
3643335e815aSmrg  fi
3644335e815aSmrg  # Let's still pretend it is `configure' which instantiates (i.e., don't
3645335e815aSmrg  # use $as_me), people would be surprised to read:
3646335e815aSmrg  #    /* config.h.  Generated by config.status.  */
3647335e815aSmrg  if test x"$ac_file" = x-; then
3648335e815aSmrg    configure_input=
3649335e815aSmrg  else
3650335e815aSmrg    configure_input="$ac_file.  "
3651335e815aSmrg  fi
3652335e815aSmrg  configure_input=$configure_input"Generated from `echo $ac_file_in |
3653335e815aSmrg				     sed 's,.*/,,'` by configure."
3654335e815aSmrg
3655335e815aSmrg  # First look for the input files in the build tree, otherwise in the
3656335e815aSmrg  # src tree.
3657335e815aSmrg  ac_file_inputs=`IFS=:
3658335e815aSmrg    for f in $ac_file_in; do
3659335e815aSmrg      case $f in
3660335e815aSmrg      -) echo $tmp/stdin ;;
3661335e815aSmrg      [\\/$]*)
3662335e815aSmrg	 # Absolute (can't be DOS-style, as IFS=:)
3663335e815aSmrg	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3664335e815aSmrgecho "$as_me: error: cannot find input file: $f" >&2;}
3665335e815aSmrg   { (exit 1); exit 1; }; }
3666335e815aSmrg	 echo "$f";;
3667335e815aSmrg      *) # Relative
3668335e815aSmrg	 if test -f "$f"; then
3669335e815aSmrg	   # Build tree
3670335e815aSmrg	   echo "$f"
3671335e815aSmrg	 elif test -f "$srcdir/$f"; then
3672335e815aSmrg	   # Source tree
3673335e815aSmrg	   echo "$srcdir/$f"
3674335e815aSmrg	 else
3675335e815aSmrg	   # /dev/null tree
3676335e815aSmrg	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3677335e815aSmrgecho "$as_me: error: cannot find input file: $f" >&2;}
3678335e815aSmrg   { (exit 1); exit 1; }; }
3679335e815aSmrg	 fi;;
3680335e815aSmrg      esac
3681335e815aSmrg    done` || { (exit 1); exit 1; }
3682335e815aSmrg_ACEOF
3683335e815aSmrgcat >>$CONFIG_STATUS <<_ACEOF
3684335e815aSmrg  sed "$ac_vpsub
3685335e815aSmrg$extrasub
3686335e815aSmrg_ACEOF
3687335e815aSmrgcat >>$CONFIG_STATUS <<\_ACEOF
3688335e815aSmrg:t
3689335e815aSmrg/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3690335e815aSmrgs,@configure_input@,$configure_input,;t t
3691335e815aSmrgs,@srcdir@,$ac_srcdir,;t t
3692335e815aSmrgs,@abs_srcdir@,$ac_abs_srcdir,;t t
3693335e815aSmrgs,@top_srcdir@,$ac_top_srcdir,;t t
3694335e815aSmrgs,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
3695335e815aSmrgs,@builddir@,$ac_builddir,;t t
3696335e815aSmrgs,@abs_builddir@,$ac_abs_builddir,;t t
3697335e815aSmrgs,@top_builddir@,$ac_top_builddir,;t t
3698335e815aSmrgs,@abs_top_builddir@,$ac_abs_top_builddir,;t t
3699335e815aSmrgs,@INSTALL@,$ac_INSTALL,;t t
3700335e815aSmrg" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
3701335e815aSmrg  rm -f $tmp/stdin
3702335e815aSmrg  if test x"$ac_file" != x-; then
3703335e815aSmrg    mv $tmp/out $ac_file
3704335e815aSmrg  else
3705335e815aSmrg    cat $tmp/out
3706335e815aSmrg    rm -f $tmp/out
3707335e815aSmrg  fi
3708335e815aSmrg
3709335e815aSmrgdone
3710335e815aSmrg_ACEOF
3711335e815aSmrg
3712335e815aSmrgcat >>$CONFIG_STATUS <<\_ACEOF
3713335e815aSmrg
3714335e815aSmrg{ (exit 0); exit 0; }
3715335e815aSmrg_ACEOF
3716335e815aSmrgchmod +x $CONFIG_STATUS
3717335e815aSmrgac_clean_files=$ac_clean_files_save
3718335e815aSmrg
3719335e815aSmrg
3720335e815aSmrg# configure is writing to config.log, and then calls config.status.
3721335e815aSmrg# config.status does its own redirection, appending to config.log.
3722335e815aSmrg# Unfortunately, on DOS this fails, as config.log is still kept open
3723335e815aSmrg# by configure, so config.status won't be able to write to it; its
3724335e815aSmrg# output is simply discarded.  So we exec the FD to /dev/null,
3725335e815aSmrg# effectively closing config.log, so it can be properly (re)opened and
3726335e815aSmrg# appended to by config.status.  When coming back to configure, we
3727335e815aSmrg# need to make the FD available again.
3728335e815aSmrgif test "$no_create" != yes; then
3729335e815aSmrg  ac_cs_success=:
3730335e815aSmrg  ac_config_status_args=
3731335e815aSmrg  test "$silent" = yes &&
3732335e815aSmrg    ac_config_status_args="$ac_config_status_args --quiet"
3733335e815aSmrg  exec 5>/dev/null
3734335e815aSmrg  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3735335e815aSmrg  exec 5>>config.log
3736335e815aSmrg  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3737335e815aSmrg  # would make configure fail if this is the last instruction.
3738335e815aSmrg  $ac_cs_success || { (exit 1); exit 1; }
3739335e815aSmrgfi
3740335e815aSmrg
3741