configure revision 644fc5c1
1644fc5c1Stron#! /bin/sh
2644fc5c1Stron# Guess values for system-dependent variables and create Makefiles.
3644fc5c1Stron# Generated by GNU Autoconf 2.59 for font-sony-misc 1.0.0.
4644fc5c1Stron#
5644fc5c1Stron# Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
6644fc5c1Stron#
7644fc5c1Stron# Copyright (C) 2003 Free Software Foundation, Inc.
8644fc5c1Stron# This configure script is free software; the Free Software Foundation
9644fc5c1Stron# gives unlimited permission to copy, distribute and modify it.
10644fc5c1Stron## --------------------- ##
11644fc5c1Stron## M4sh Initialization.  ##
12644fc5c1Stron## --------------------- ##
13644fc5c1Stron
14644fc5c1Stron# Be Bourne compatible
15644fc5c1Stronif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16644fc5c1Stron  emulate sh
17644fc5c1Stron  NULLCMD=:
18644fc5c1Stron  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19644fc5c1Stron  # is contrary to our usage.  Disable this feature.
20644fc5c1Stron  alias -g '${1+"$@"}'='"$@"'
21644fc5c1Stronelif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
22644fc5c1Stron  set -o posix
23644fc5c1Stronfi
24644fc5c1StronDUALCASE=1; export DUALCASE # for MKS sh
25644fc5c1Stron
26644fc5c1Stron# Support unset when possible.
27644fc5c1Stronif ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28644fc5c1Stron  as_unset=unset
29644fc5c1Stronelse
30644fc5c1Stron  as_unset=false
31644fc5c1Stronfi
32644fc5c1Stron
33644fc5c1Stron
34644fc5c1Stron# Work around bugs in pre-3.0 UWIN ksh.
35644fc5c1Stron$as_unset ENV MAIL MAILPATH
36644fc5c1StronPS1='$ '
37644fc5c1StronPS2='> '
38644fc5c1StronPS4='+ '
39644fc5c1Stron
40644fc5c1Stron# NLS nuisances.
41644fc5c1Stronfor as_var in \
42644fc5c1Stron  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
43644fc5c1Stron  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44644fc5c1Stron  LC_TELEPHONE LC_TIME
45644fc5c1Strondo
46644fc5c1Stron  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
47644fc5c1Stron    eval $as_var=C; export $as_var
48644fc5c1Stron  else
49644fc5c1Stron    $as_unset $as_var
50644fc5c1Stron  fi
51644fc5c1Strondone
52644fc5c1Stron
53644fc5c1Stron# Required to use basename.
54644fc5c1Stronif expr a : '\(a\)' >/dev/null 2>&1; then
55644fc5c1Stron  as_expr=expr
56644fc5c1Stronelse
57644fc5c1Stron  as_expr=false
58644fc5c1Stronfi
59644fc5c1Stron
60644fc5c1Stronif (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
61644fc5c1Stron  as_basename=basename
62644fc5c1Stronelse
63644fc5c1Stron  as_basename=false
64644fc5c1Stronfi
65644fc5c1Stron
66644fc5c1Stron
67644fc5c1Stron# Name of the executable.
68644fc5c1Stronas_me=`$as_basename "$0" ||
69644fc5c1Stron$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
70644fc5c1Stron	 X"$0" : 'X\(//\)$' \| \
71644fc5c1Stron	 X"$0" : 'X\(/\)$' \| \
72644fc5c1Stron	 .     : '\(.\)' 2>/dev/null ||
73644fc5c1Stronecho X/"$0" |
74644fc5c1Stron    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
75644fc5c1Stron  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
76644fc5c1Stron  	  /^X\/\(\/\).*/{ s//\1/; q; }
77644fc5c1Stron  	  s/.*/./; q'`
78644fc5c1Stron
79644fc5c1Stron
80644fc5c1Stron# PATH needs CR, and LINENO needs CR and PATH.
81644fc5c1Stron# Avoid depending upon Character Ranges.
82644fc5c1Stronas_cr_letters='abcdefghijklmnopqrstuvwxyz'
83644fc5c1Stronas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
84644fc5c1Stronas_cr_Letters=$as_cr_letters$as_cr_LETTERS
85644fc5c1Stronas_cr_digits='0123456789'
86644fc5c1Stronas_cr_alnum=$as_cr_Letters$as_cr_digits
87644fc5c1Stron
88644fc5c1Stron# The user is always right.
89644fc5c1Stronif test "${PATH_SEPARATOR+set}" != set; then
90644fc5c1Stron  echo "#! /bin/sh" >conf$$.sh
91644fc5c1Stron  echo  "exit 0"   >>conf$$.sh
92644fc5c1Stron  chmod +x conf$$.sh
93644fc5c1Stron  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
94644fc5c1Stron    PATH_SEPARATOR=';'
95644fc5c1Stron  else
96644fc5c1Stron    PATH_SEPARATOR=:
97644fc5c1Stron  fi
98644fc5c1Stron  rm -f conf$$.sh
99644fc5c1Stronfi
100644fc5c1Stron
101644fc5c1Stron
102644fc5c1Stron  as_lineno_1=$LINENO
103644fc5c1Stron  as_lineno_2=$LINENO
104644fc5c1Stron  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
105644fc5c1Stron  test "x$as_lineno_1" != "x$as_lineno_2" &&
106644fc5c1Stron  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
107644fc5c1Stron  # Find who we are.  Look in the path if we contain no path at all
108644fc5c1Stron  # relative or not.
109644fc5c1Stron  case $0 in
110644fc5c1Stron    *[\\/]* ) as_myself=$0 ;;
111644fc5c1Stron    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
112644fc5c1Stronfor as_dir in $PATH
113644fc5c1Strondo
114644fc5c1Stron  IFS=$as_save_IFS
115644fc5c1Stron  test -z "$as_dir" && as_dir=.
116644fc5c1Stron  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
117644fc5c1Strondone
118644fc5c1Stron
119644fc5c1Stron       ;;
120644fc5c1Stron  esac
121644fc5c1Stron  # We did not find ourselves, most probably we were run as `sh COMMAND'
122644fc5c1Stron  # in which case we are not to be found in the path.
123644fc5c1Stron  if test "x$as_myself" = x; then
124644fc5c1Stron    as_myself=$0
125644fc5c1Stron  fi
126644fc5c1Stron  if test ! -f "$as_myself"; then
127644fc5c1Stron    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
128644fc5c1Stron   { (exit 1); exit 1; }; }
129644fc5c1Stron  fi
130644fc5c1Stron  case $CONFIG_SHELL in
131644fc5c1Stron  '')
132644fc5c1Stron    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
133644fc5c1Stronfor as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
134644fc5c1Strondo
135644fc5c1Stron  IFS=$as_save_IFS
136644fc5c1Stron  test -z "$as_dir" && as_dir=.
137644fc5c1Stron  for as_base in sh bash ksh sh5; do
138644fc5c1Stron	 case $as_dir in
139644fc5c1Stron	 /*)
140644fc5c1Stron	   if ("$as_dir/$as_base" -c '
141644fc5c1Stron  as_lineno_1=$LINENO
142644fc5c1Stron  as_lineno_2=$LINENO
143644fc5c1Stron  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
144644fc5c1Stron  test "x$as_lineno_1" != "x$as_lineno_2" &&
145644fc5c1Stron  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
146644fc5c1Stron	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
147644fc5c1Stron	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
148644fc5c1Stron	     CONFIG_SHELL=$as_dir/$as_base
149644fc5c1Stron	     export CONFIG_SHELL
150644fc5c1Stron	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
151644fc5c1Stron	   fi;;
152644fc5c1Stron	 esac
153644fc5c1Stron       done
154644fc5c1Strondone
155644fc5c1Stron;;
156644fc5c1Stron  esac
157644fc5c1Stron
158644fc5c1Stron  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
159644fc5c1Stron  # uniformly replaced by the line number.  The first 'sed' inserts a
160644fc5c1Stron  # line-number line before each line; the second 'sed' does the real
161644fc5c1Stron  # work.  The second script uses 'N' to pair each line-number line
162644fc5c1Stron  # with the numbered line, and appends trailing '-' during
163644fc5c1Stron  # substitution so that $LINENO is not a special case at line end.
164644fc5c1Stron  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
165644fc5c1Stron  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
166644fc5c1Stron  sed '=' <$as_myself |
167644fc5c1Stron    sed '
168644fc5c1Stron      N
169644fc5c1Stron      s,$,-,
170644fc5c1Stron      : loop
171644fc5c1Stron      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172644fc5c1Stron      t loop
173644fc5c1Stron      s,-$,,
174644fc5c1Stron      s,^['$as_cr_digits']*\n,,
175644fc5c1Stron    ' >$as_me.lineno &&
176644fc5c1Stron  chmod +x $as_me.lineno ||
177644fc5c1Stron    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
178644fc5c1Stron   { (exit 1); exit 1; }; }
179644fc5c1Stron
180644fc5c1Stron  # Don't try to exec as it changes $[0], causing all sort of problems
181644fc5c1Stron  # (the dirname of $[0] is not the place where we might find the
182644fc5c1Stron  # original and so on.  Autoconf is especially sensible to this).
183644fc5c1Stron  . ./$as_me.lineno
184644fc5c1Stron  # Exit status is that of the last command.
185644fc5c1Stron  exit
186644fc5c1Stron}
187644fc5c1Stron
188644fc5c1Stron
189644fc5c1Stroncase `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
190644fc5c1Stron  *c*,-n*) ECHO_N= ECHO_C='
191644fc5c1Stron' ECHO_T='	' ;;
192644fc5c1Stron  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
193644fc5c1Stron  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
194644fc5c1Stronesac
195644fc5c1Stron
196644fc5c1Stronif expr a : '\(a\)' >/dev/null 2>&1; then
197644fc5c1Stron  as_expr=expr
198644fc5c1Stronelse
199644fc5c1Stron  as_expr=false
200644fc5c1Stronfi
201644fc5c1Stron
202644fc5c1Stronrm -f conf$$ conf$$.exe conf$$.file
203644fc5c1Stronecho >conf$$.file
204644fc5c1Stronif ln -s conf$$.file conf$$ 2>/dev/null; then
205644fc5c1Stron  # We could just check for DJGPP; but this test a) works b) is more generic
206644fc5c1Stron  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
207644fc5c1Stron  if test -f conf$$.exe; then
208644fc5c1Stron    # Don't use ln at all; we don't have any links
209644fc5c1Stron    as_ln_s='cp -p'
210644fc5c1Stron  else
211644fc5c1Stron    as_ln_s='ln -s'
212644fc5c1Stron  fi
213644fc5c1Stronelif ln conf$$.file conf$$ 2>/dev/null; then
214644fc5c1Stron  as_ln_s=ln
215644fc5c1Stronelse
216644fc5c1Stron  as_ln_s='cp -p'
217644fc5c1Stronfi
218644fc5c1Stronrm -f conf$$ conf$$.exe conf$$.file
219644fc5c1Stron
220644fc5c1Stronif mkdir -p . 2>/dev/null; then
221644fc5c1Stron  as_mkdir_p=:
222644fc5c1Stronelse
223644fc5c1Stron  test -d ./-p && rmdir ./-p
224644fc5c1Stron  as_mkdir_p=false
225644fc5c1Stronfi
226644fc5c1Stron
227644fc5c1Stronas_executable_p="test -f"
228644fc5c1Stron
229644fc5c1Stron# Sed expression to map a string onto a valid CPP name.
230644fc5c1Stronas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
231644fc5c1Stron
232644fc5c1Stron# Sed expression to map a string onto a valid variable name.
233644fc5c1Stronas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
234644fc5c1Stron
235644fc5c1Stron
236644fc5c1Stron# IFS
237644fc5c1Stron# We need space, tab and new line, in precisely that order.
238644fc5c1Stronas_nl='
239644fc5c1Stron'
240644fc5c1StronIFS=" 	$as_nl"
241644fc5c1Stron
242644fc5c1Stron# CDPATH.
243644fc5c1Stron$as_unset CDPATH
244644fc5c1Stron
245644fc5c1Stron
246644fc5c1Stron# Name of the host.
247644fc5c1Stron# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
248644fc5c1Stron# so uname gets run too.
249644fc5c1Stronac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
250644fc5c1Stron
251644fc5c1Stronexec 6>&1
252644fc5c1Stron
253644fc5c1Stron#
254644fc5c1Stron# Initializations.
255644fc5c1Stron#
256644fc5c1Stronac_default_prefix=/usr/local
257644fc5c1Stronac_config_libobj_dir=.
258644fc5c1Stroncross_compiling=no
259644fc5c1Stronsubdirs=
260644fc5c1StronMFLAGS=
261644fc5c1StronMAKEFLAGS=
262644fc5c1StronSHELL=${CONFIG_SHELL-/bin/sh}
263644fc5c1Stron
264644fc5c1Stron# Maximum number of lines to put in a shell here document.
265644fc5c1Stron# This variable seems obsolete.  It should probably be removed, and
266644fc5c1Stron# only ac_max_sed_lines should be used.
267644fc5c1Stron: ${ac_max_here_lines=38}
268644fc5c1Stron
269644fc5c1Stron# Identity of this package.
270644fc5c1StronPACKAGE_NAME='font-sony-misc'
271644fc5c1StronPACKAGE_TARNAME='font-sony-misc'
272644fc5c1StronPACKAGE_VERSION='1.0.0'
273644fc5c1StronPACKAGE_STRING='font-sony-misc 1.0.0'
274644fc5c1StronPACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
275644fc5c1Stron
276644fc5c1Stronac_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 BDFTOPCF MKFONTSCALE MKFONTDIR FONTDIR LIBOBJS LTLIBOBJS'
277644fc5c1Stronac_subst_files=''
278644fc5c1Stron
279644fc5c1Stron# Initialize some variables set by options.
280644fc5c1Stronac_init_help=
281644fc5c1Stronac_init_version=false
282644fc5c1Stron# The variables have the same names as the options, with
283644fc5c1Stron# dashes changed to underlines.
284644fc5c1Stroncache_file=/dev/null
285644fc5c1Stronexec_prefix=NONE
286644fc5c1Stronno_create=
287644fc5c1Stronno_recursion=
288644fc5c1Stronprefix=NONE
289644fc5c1Stronprogram_prefix=NONE
290644fc5c1Stronprogram_suffix=NONE
291644fc5c1Stronprogram_transform_name=s,x,x,
292644fc5c1Stronsilent=
293644fc5c1Stronsite=
294644fc5c1Stronsrcdir=
295644fc5c1Stronverbose=
296644fc5c1Stronx_includes=NONE
297644fc5c1Stronx_libraries=NONE
298644fc5c1Stron
299644fc5c1Stron# Installation directory options.
300644fc5c1Stron# These are left unexpanded so users can "make install exec_prefix=/foo"
301644fc5c1Stron# and all the variables that are supposed to be based on exec_prefix
302644fc5c1Stron# by default will actually change.
303644fc5c1Stron# Use braces instead of parens because sh, perl, etc. also accept them.
304644fc5c1Stronbindir='${exec_prefix}/bin'
305644fc5c1Stronsbindir='${exec_prefix}/sbin'
306644fc5c1Stronlibexecdir='${exec_prefix}/libexec'
307644fc5c1Strondatadir='${prefix}/share'
308644fc5c1Stronsysconfdir='${prefix}/etc'
309644fc5c1Stronsharedstatedir='${prefix}/com'
310644fc5c1Stronlocalstatedir='${prefix}/var'
311644fc5c1Stronlibdir='${exec_prefix}/lib'
312644fc5c1Stronincludedir='${prefix}/include'
313644fc5c1Stronoldincludedir='/usr/include'
314644fc5c1Stroninfodir='${prefix}/info'
315644fc5c1Stronmandir='${prefix}/man'
316644fc5c1Stron
317644fc5c1Stronac_prev=
318644fc5c1Stronfor ac_option
319644fc5c1Strondo
320644fc5c1Stron  # If the previous option needs an argument, assign it.
321644fc5c1Stron  if test -n "$ac_prev"; then
322644fc5c1Stron    eval "$ac_prev=\$ac_option"
323644fc5c1Stron    ac_prev=
324644fc5c1Stron    continue
325644fc5c1Stron  fi
326644fc5c1Stron
327644fc5c1Stron  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
328644fc5c1Stron
329644fc5c1Stron  # Accept the important Cygnus configure options, so we can diagnose typos.
330644fc5c1Stron
331644fc5c1Stron  case $ac_option in
332644fc5c1Stron
333644fc5c1Stron  -bindir | --bindir | --bindi | --bind | --bin | --bi)
334644fc5c1Stron    ac_prev=bindir ;;
335644fc5c1Stron  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
336644fc5c1Stron    bindir=$ac_optarg ;;
337644fc5c1Stron
338644fc5c1Stron  -build | --build | --buil | --bui | --bu)
339644fc5c1Stron    ac_prev=build_alias ;;
340644fc5c1Stron  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
341644fc5c1Stron    build_alias=$ac_optarg ;;
342644fc5c1Stron
343644fc5c1Stron  -cache-file | --cache-file | --cache-fil | --cache-fi \
344644fc5c1Stron  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
345644fc5c1Stron    ac_prev=cache_file ;;
346644fc5c1Stron  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
347644fc5c1Stron  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
348644fc5c1Stron    cache_file=$ac_optarg ;;
349644fc5c1Stron
350644fc5c1Stron  --config-cache | -C)
351644fc5c1Stron    cache_file=config.cache ;;
352644fc5c1Stron
353644fc5c1Stron  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
354644fc5c1Stron    ac_prev=datadir ;;
355644fc5c1Stron  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
356644fc5c1Stron  | --da=*)
357644fc5c1Stron    datadir=$ac_optarg ;;
358644fc5c1Stron
359644fc5c1Stron  -disable-* | --disable-*)
360644fc5c1Stron    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
361644fc5c1Stron    # Reject names that are not valid shell variable names.
362644fc5c1Stron    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
363644fc5c1Stron      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
364644fc5c1Stron   { (exit 1); exit 1; }; }
365644fc5c1Stron    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
366644fc5c1Stron    eval "enable_$ac_feature=no" ;;
367644fc5c1Stron
368644fc5c1Stron  -enable-* | --enable-*)
369644fc5c1Stron    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
370644fc5c1Stron    # Reject names that are not valid shell variable names.
371644fc5c1Stron    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
372644fc5c1Stron      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
373644fc5c1Stron   { (exit 1); exit 1; }; }
374644fc5c1Stron    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
375644fc5c1Stron    case $ac_option in
376644fc5c1Stron      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
377644fc5c1Stron      *) ac_optarg=yes ;;
378644fc5c1Stron    esac
379644fc5c1Stron    eval "enable_$ac_feature='$ac_optarg'" ;;
380644fc5c1Stron
381644fc5c1Stron  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
382644fc5c1Stron  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
383644fc5c1Stron  | --exec | --exe | --ex)
384644fc5c1Stron    ac_prev=exec_prefix ;;
385644fc5c1Stron  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
386644fc5c1Stron  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
387644fc5c1Stron  | --exec=* | --exe=* | --ex=*)
388644fc5c1Stron    exec_prefix=$ac_optarg ;;
389644fc5c1Stron
390644fc5c1Stron  -gas | --gas | --ga | --g)
391644fc5c1Stron    # Obsolete; use --with-gas.
392644fc5c1Stron    with_gas=yes ;;
393644fc5c1Stron
394644fc5c1Stron  -help | --help | --hel | --he | -h)
395644fc5c1Stron    ac_init_help=long ;;
396644fc5c1Stron  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
397644fc5c1Stron    ac_init_help=recursive ;;
398644fc5c1Stron  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
399644fc5c1Stron    ac_init_help=short ;;
400644fc5c1Stron
401644fc5c1Stron  -host | --host | --hos | --ho)
402644fc5c1Stron    ac_prev=host_alias ;;
403644fc5c1Stron  -host=* | --host=* | --hos=* | --ho=*)
404644fc5c1Stron    host_alias=$ac_optarg ;;
405644fc5c1Stron
406644fc5c1Stron  -includedir | --includedir | --includedi | --included | --include \
407644fc5c1Stron  | --includ | --inclu | --incl | --inc)
408644fc5c1Stron    ac_prev=includedir ;;
409644fc5c1Stron  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
410644fc5c1Stron  | --includ=* | --inclu=* | --incl=* | --inc=*)
411644fc5c1Stron    includedir=$ac_optarg ;;
412644fc5c1Stron
413644fc5c1Stron  -infodir | --infodir | --infodi | --infod | --info | --inf)
414644fc5c1Stron    ac_prev=infodir ;;
415644fc5c1Stron  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
416644fc5c1Stron    infodir=$ac_optarg ;;
417644fc5c1Stron
418644fc5c1Stron  -libdir | --libdir | --libdi | --libd)
419644fc5c1Stron    ac_prev=libdir ;;
420644fc5c1Stron  -libdir=* | --libdir=* | --libdi=* | --libd=*)
421644fc5c1Stron    libdir=$ac_optarg ;;
422644fc5c1Stron
423644fc5c1Stron  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
424644fc5c1Stron  | --libexe | --libex | --libe)
425644fc5c1Stron    ac_prev=libexecdir ;;
426644fc5c1Stron  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
427644fc5c1Stron  | --libexe=* | --libex=* | --libe=*)
428644fc5c1Stron    libexecdir=$ac_optarg ;;
429644fc5c1Stron
430644fc5c1Stron  -localstatedir | --localstatedir | --localstatedi | --localstated \
431644fc5c1Stron  | --localstate | --localstat | --localsta | --localst \
432644fc5c1Stron  | --locals | --local | --loca | --loc | --lo)
433644fc5c1Stron    ac_prev=localstatedir ;;
434644fc5c1Stron  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
435644fc5c1Stron  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
436644fc5c1Stron  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
437644fc5c1Stron    localstatedir=$ac_optarg ;;
438644fc5c1Stron
439644fc5c1Stron  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
440644fc5c1Stron    ac_prev=mandir ;;
441644fc5c1Stron  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
442644fc5c1Stron    mandir=$ac_optarg ;;
443644fc5c1Stron
444644fc5c1Stron  -nfp | --nfp | --nf)
445644fc5c1Stron    # Obsolete; use --without-fp.
446644fc5c1Stron    with_fp=no ;;
447644fc5c1Stron
448644fc5c1Stron  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
449644fc5c1Stron  | --no-cr | --no-c | -n)
450644fc5c1Stron    no_create=yes ;;
451644fc5c1Stron
452644fc5c1Stron  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
453644fc5c1Stron  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
454644fc5c1Stron    no_recursion=yes ;;
455644fc5c1Stron
456644fc5c1Stron  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
457644fc5c1Stron  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
458644fc5c1Stron  | --oldin | --oldi | --old | --ol | --o)
459644fc5c1Stron    ac_prev=oldincludedir ;;
460644fc5c1Stron  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
461644fc5c1Stron  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
462644fc5c1Stron  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
463644fc5c1Stron    oldincludedir=$ac_optarg ;;
464644fc5c1Stron
465644fc5c1Stron  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
466644fc5c1Stron    ac_prev=prefix ;;
467644fc5c1Stron  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
468644fc5c1Stron    prefix=$ac_optarg ;;
469644fc5c1Stron
470644fc5c1Stron  -program-prefix | --program-prefix | --program-prefi | --program-pref \
471644fc5c1Stron  | --program-pre | --program-pr | --program-p)
472644fc5c1Stron    ac_prev=program_prefix ;;
473644fc5c1Stron  -program-prefix=* | --program-prefix=* | --program-prefi=* \
474644fc5c1Stron  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
475644fc5c1Stron    program_prefix=$ac_optarg ;;
476644fc5c1Stron
477644fc5c1Stron  -program-suffix | --program-suffix | --program-suffi | --program-suff \
478644fc5c1Stron  | --program-suf | --program-su | --program-s)
479644fc5c1Stron    ac_prev=program_suffix ;;
480644fc5c1Stron  -program-suffix=* | --program-suffix=* | --program-suffi=* \
481644fc5c1Stron  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
482644fc5c1Stron    program_suffix=$ac_optarg ;;
483644fc5c1Stron
484644fc5c1Stron  -program-transform-name | --program-transform-name \
485644fc5c1Stron  | --program-transform-nam | --program-transform-na \
486644fc5c1Stron  | --program-transform-n | --program-transform- \
487644fc5c1Stron  | --program-transform | --program-transfor \
488644fc5c1Stron  | --program-transfo | --program-transf \
489644fc5c1Stron  | --program-trans | --program-tran \
490644fc5c1Stron  | --progr-tra | --program-tr | --program-t)
491644fc5c1Stron    ac_prev=program_transform_name ;;
492644fc5c1Stron  -program-transform-name=* | --program-transform-name=* \
493644fc5c1Stron  | --program-transform-nam=* | --program-transform-na=* \
494644fc5c1Stron  | --program-transform-n=* | --program-transform-=* \
495644fc5c1Stron  | --program-transform=* | --program-transfor=* \
496644fc5c1Stron  | --program-transfo=* | --program-transf=* \
497644fc5c1Stron  | --program-trans=* | --program-tran=* \
498644fc5c1Stron  | --progr-tra=* | --program-tr=* | --program-t=*)
499644fc5c1Stron    program_transform_name=$ac_optarg ;;
500644fc5c1Stron
501644fc5c1Stron  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
502644fc5c1Stron  | -silent | --silent | --silen | --sile | --sil)
503644fc5c1Stron    silent=yes ;;
504644fc5c1Stron
505644fc5c1Stron  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
506644fc5c1Stron    ac_prev=sbindir ;;
507644fc5c1Stron  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
508644fc5c1Stron  | --sbi=* | --sb=*)
509644fc5c1Stron    sbindir=$ac_optarg ;;
510644fc5c1Stron
511644fc5c1Stron  -sharedstatedir | --sharedstatedir | --sharedstatedi \
512644fc5c1Stron  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
513644fc5c1Stron  | --sharedst | --shareds | --shared | --share | --shar \
514644fc5c1Stron  | --sha | --sh)
515644fc5c1Stron    ac_prev=sharedstatedir ;;
516644fc5c1Stron  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
517644fc5c1Stron  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
518644fc5c1Stron  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
519644fc5c1Stron  | --sha=* | --sh=*)
520644fc5c1Stron    sharedstatedir=$ac_optarg ;;
521644fc5c1Stron
522644fc5c1Stron  -site | --site | --sit)
523644fc5c1Stron    ac_prev=site ;;
524644fc5c1Stron  -site=* | --site=* | --sit=*)
525644fc5c1Stron    site=$ac_optarg ;;
526644fc5c1Stron
527644fc5c1Stron  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
528644fc5c1Stron    ac_prev=srcdir ;;
529644fc5c1Stron  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
530644fc5c1Stron    srcdir=$ac_optarg ;;
531644fc5c1Stron
532644fc5c1Stron  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
533644fc5c1Stron  | --syscon | --sysco | --sysc | --sys | --sy)
534644fc5c1Stron    ac_prev=sysconfdir ;;
535644fc5c1Stron  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
536644fc5c1Stron  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
537644fc5c1Stron    sysconfdir=$ac_optarg ;;
538644fc5c1Stron
539644fc5c1Stron  -target | --target | --targe | --targ | --tar | --ta | --t)
540644fc5c1Stron    ac_prev=target_alias ;;
541644fc5c1Stron  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
542644fc5c1Stron    target_alias=$ac_optarg ;;
543644fc5c1Stron
544644fc5c1Stron  -v | -verbose | --verbose | --verbos | --verbo | --verb)
545644fc5c1Stron    verbose=yes ;;
546644fc5c1Stron
547644fc5c1Stron  -version | --version | --versio | --versi | --vers | -V)
548644fc5c1Stron    ac_init_version=: ;;
549644fc5c1Stron
550644fc5c1Stron  -with-* | --with-*)
551644fc5c1Stron    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
552644fc5c1Stron    # Reject names that are not valid shell variable names.
553644fc5c1Stron    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
554644fc5c1Stron      { echo "$as_me: error: invalid package name: $ac_package" >&2
555644fc5c1Stron   { (exit 1); exit 1; }; }
556644fc5c1Stron    ac_package=`echo $ac_package| sed 's/-/_/g'`
557644fc5c1Stron    case $ac_option in
558644fc5c1Stron      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
559644fc5c1Stron      *) ac_optarg=yes ;;
560644fc5c1Stron    esac
561644fc5c1Stron    eval "with_$ac_package='$ac_optarg'" ;;
562644fc5c1Stron
563644fc5c1Stron  -without-* | --without-*)
564644fc5c1Stron    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
565644fc5c1Stron    # Reject names that are not valid shell variable names.
566644fc5c1Stron    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
567644fc5c1Stron      { echo "$as_me: error: invalid package name: $ac_package" >&2
568644fc5c1Stron   { (exit 1); exit 1; }; }
569644fc5c1Stron    ac_package=`echo $ac_package | sed 's/-/_/g'`
570644fc5c1Stron    eval "with_$ac_package=no" ;;
571644fc5c1Stron
572644fc5c1Stron  --x)
573644fc5c1Stron    # Obsolete; use --with-x.
574644fc5c1Stron    with_x=yes ;;
575644fc5c1Stron
576644fc5c1Stron  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
577644fc5c1Stron  | --x-incl | --x-inc | --x-in | --x-i)
578644fc5c1Stron    ac_prev=x_includes ;;
579644fc5c1Stron  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
580644fc5c1Stron  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
581644fc5c1Stron    x_includes=$ac_optarg ;;
582644fc5c1Stron
583644fc5c1Stron  -x-libraries | --x-libraries | --x-librarie | --x-librari \
584644fc5c1Stron  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
585644fc5c1Stron    ac_prev=x_libraries ;;
586644fc5c1Stron  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
587644fc5c1Stron  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
588644fc5c1Stron    x_libraries=$ac_optarg ;;
589644fc5c1Stron
590644fc5c1Stron  -*) { echo "$as_me: error: unrecognized option: $ac_option
591644fc5c1StronTry \`$0 --help' for more information." >&2
592644fc5c1Stron   { (exit 1); exit 1; }; }
593644fc5c1Stron    ;;
594644fc5c1Stron
595644fc5c1Stron  *=*)
596644fc5c1Stron    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
597644fc5c1Stron    # Reject names that are not valid shell variable names.
598644fc5c1Stron    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
599644fc5c1Stron      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
600644fc5c1Stron   { (exit 1); exit 1; }; }
601644fc5c1Stron    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
602644fc5c1Stron    eval "$ac_envvar='$ac_optarg'"
603644fc5c1Stron    export $ac_envvar ;;
604644fc5c1Stron
605644fc5c1Stron  *)
606644fc5c1Stron    # FIXME: should be removed in autoconf 3.0.
607644fc5c1Stron    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
608644fc5c1Stron    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
609644fc5c1Stron      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
610644fc5c1Stron    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
611644fc5c1Stron    ;;
612644fc5c1Stron
613644fc5c1Stron  esac
614644fc5c1Strondone
615644fc5c1Stron
616644fc5c1Stronif test -n "$ac_prev"; then
617644fc5c1Stron  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
618644fc5c1Stron  { echo "$as_me: error: missing argument to $ac_option" >&2
619644fc5c1Stron   { (exit 1); exit 1; }; }
620644fc5c1Stronfi
621644fc5c1Stron
622644fc5c1Stron# Be sure to have absolute paths.
623644fc5c1Stronfor ac_var in exec_prefix prefix
624644fc5c1Strondo
625644fc5c1Stron  eval ac_val=$`echo $ac_var`
626644fc5c1Stron  case $ac_val in
627644fc5c1Stron    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
628644fc5c1Stron    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
629644fc5c1Stron   { (exit 1); exit 1; }; };;
630644fc5c1Stron  esac
631644fc5c1Strondone
632644fc5c1Stron
633644fc5c1Stron# Be sure to have absolute paths.
634644fc5c1Stronfor ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
635644fc5c1Stron	      localstatedir libdir includedir oldincludedir infodir mandir
636644fc5c1Strondo
637644fc5c1Stron  eval ac_val=$`echo $ac_var`
638644fc5c1Stron  case $ac_val in
639644fc5c1Stron    [\\/$]* | ?:[\\/]* ) ;;
640644fc5c1Stron    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
641644fc5c1Stron   { (exit 1); exit 1; }; };;
642644fc5c1Stron  esac
643644fc5c1Strondone
644644fc5c1Stron
645644fc5c1Stron# There might be people who depend on the old broken behavior: `$host'
646644fc5c1Stron# used to hold the argument of --host etc.
647644fc5c1Stron# FIXME: To remove some day.
648644fc5c1Stronbuild=$build_alias
649644fc5c1Stronhost=$host_alias
650644fc5c1Strontarget=$target_alias
651644fc5c1Stron
652644fc5c1Stron# FIXME: To remove some day.
653644fc5c1Stronif test "x$host_alias" != x; then
654644fc5c1Stron  if test "x$build_alias" = x; then
655644fc5c1Stron    cross_compiling=maybe
656644fc5c1Stron    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
657644fc5c1Stron    If a cross compiler is detected then cross compile mode will be used." >&2
658644fc5c1Stron  elif test "x$build_alias" != "x$host_alias"; then
659644fc5c1Stron    cross_compiling=yes
660644fc5c1Stron  fi
661644fc5c1Stronfi
662644fc5c1Stron
663644fc5c1Stronac_tool_prefix=
664644fc5c1Strontest -n "$host_alias" && ac_tool_prefix=$host_alias-
665644fc5c1Stron
666644fc5c1Strontest "$silent" = yes && exec 6>/dev/null
667644fc5c1Stron
668644fc5c1Stron
669644fc5c1Stron# Find the source files, if location was not specified.
670644fc5c1Stronif test -z "$srcdir"; then
671644fc5c1Stron  ac_srcdir_defaulted=yes
672644fc5c1Stron  # Try the directory containing this script, then its parent.
673644fc5c1Stron  ac_confdir=`(dirname "$0") 2>/dev/null ||
674644fc5c1Stron$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
675644fc5c1Stron	 X"$0" : 'X\(//\)[^/]' \| \
676644fc5c1Stron	 X"$0" : 'X\(//\)$' \| \
677644fc5c1Stron	 X"$0" : 'X\(/\)' \| \
678644fc5c1Stron	 .     : '\(.\)' 2>/dev/null ||
679644fc5c1Stronecho X"$0" |
680644fc5c1Stron    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
681644fc5c1Stron  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
682644fc5c1Stron  	  /^X\(\/\/\)$/{ s//\1/; q; }
683644fc5c1Stron  	  /^X\(\/\).*/{ s//\1/; q; }
684644fc5c1Stron  	  s/.*/./; q'`
685644fc5c1Stron  srcdir=$ac_confdir
686644fc5c1Stron  if test ! -r $srcdir/$ac_unique_file; then
687644fc5c1Stron    srcdir=..
688644fc5c1Stron  fi
689644fc5c1Stronelse
690644fc5c1Stron  ac_srcdir_defaulted=no
691644fc5c1Stronfi
692644fc5c1Stronif test ! -r $srcdir/$ac_unique_file; then
693644fc5c1Stron  if test "$ac_srcdir_defaulted" = yes; then
694644fc5c1Stron    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
695644fc5c1Stron   { (exit 1); exit 1; }; }
696644fc5c1Stron  else
697644fc5c1Stron    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
698644fc5c1Stron   { (exit 1); exit 1; }; }
699644fc5c1Stron  fi
700644fc5c1Stronfi
701644fc5c1Stron(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
702644fc5c1Stron  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
703644fc5c1Stron   { (exit 1); exit 1; }; }
704644fc5c1Stronsrcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
705644fc5c1Stronac_env_build_alias_set=${build_alias+set}
706644fc5c1Stronac_env_build_alias_value=$build_alias
707644fc5c1Stronac_cv_env_build_alias_set=${build_alias+set}
708644fc5c1Stronac_cv_env_build_alias_value=$build_alias
709644fc5c1Stronac_env_host_alias_set=${host_alias+set}
710644fc5c1Stronac_env_host_alias_value=$host_alias
711644fc5c1Stronac_cv_env_host_alias_set=${host_alias+set}
712644fc5c1Stronac_cv_env_host_alias_value=$host_alias
713644fc5c1Stronac_env_target_alias_set=${target_alias+set}
714644fc5c1Stronac_env_target_alias_value=$target_alias
715644fc5c1Stronac_cv_env_target_alias_set=${target_alias+set}
716644fc5c1Stronac_cv_env_target_alias_value=$target_alias
717644fc5c1Stron
718644fc5c1Stron#
719644fc5c1Stron# Report the --help message.
720644fc5c1Stron#
721644fc5c1Stronif test "$ac_init_help" = "long"; then
722644fc5c1Stron  # Omit some internal or obsolete options to make the list less imposing.
723644fc5c1Stron  # This message is too long to be a string in the A/UX 3.1 sh.
724644fc5c1Stron  cat <<_ACEOF
725644fc5c1Stron\`configure' configures font-sony-misc 1.0.0 to adapt to many kinds of systems.
726644fc5c1Stron
727644fc5c1StronUsage: $0 [OPTION]... [VAR=VALUE]...
728644fc5c1Stron
729644fc5c1StronTo assign environment variables (e.g., CC, CFLAGS...), specify them as
730644fc5c1StronVAR=VALUE.  See below for descriptions of some of the useful variables.
731644fc5c1Stron
732644fc5c1StronDefaults for the options are specified in brackets.
733644fc5c1Stron
734644fc5c1StronConfiguration:
735644fc5c1Stron  -h, --help              display this help and exit
736644fc5c1Stron      --help=short        display options specific to this package
737644fc5c1Stron      --help=recursive    display the short help of all the included packages
738644fc5c1Stron  -V, --version           display version information and exit
739644fc5c1Stron  -q, --quiet, --silent   do not print \`checking...' messages
740644fc5c1Stron      --cache-file=FILE   cache test results in FILE [disabled]
741644fc5c1Stron  -C, --config-cache      alias for \`--cache-file=config.cache'
742644fc5c1Stron  -n, --no-create         do not create output files
743644fc5c1Stron      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
744644fc5c1Stron
745644fc5c1Stron_ACEOF
746644fc5c1Stron
747644fc5c1Stron  cat <<_ACEOF
748644fc5c1StronInstallation directories:
749644fc5c1Stron  --prefix=PREFIX         install architecture-independent files in PREFIX
750644fc5c1Stron			  [$ac_default_prefix]
751644fc5c1Stron  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
752644fc5c1Stron			  [PREFIX]
753644fc5c1Stron
754644fc5c1StronBy default, \`make install' will install all the files in
755644fc5c1Stron\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
756644fc5c1Stronan installation prefix other than \`$ac_default_prefix' using \`--prefix',
757644fc5c1Stronfor instance \`--prefix=\$HOME'.
758644fc5c1Stron
759644fc5c1StronFor better control, use the options below.
760644fc5c1Stron
761644fc5c1StronFine tuning of the installation directories:
762644fc5c1Stron  --bindir=DIR           user executables [EPREFIX/bin]
763644fc5c1Stron  --sbindir=DIR          system admin executables [EPREFIX/sbin]
764644fc5c1Stron  --libexecdir=DIR       program executables [EPREFIX/libexec]
765644fc5c1Stron  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
766644fc5c1Stron  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
767644fc5c1Stron  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
768644fc5c1Stron  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
769644fc5c1Stron  --libdir=DIR           object code libraries [EPREFIX/lib]
770644fc5c1Stron  --includedir=DIR       C header files [PREFIX/include]
771644fc5c1Stron  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
772644fc5c1Stron  --infodir=DIR          info documentation [PREFIX/info]
773644fc5c1Stron  --mandir=DIR           man documentation [PREFIX/man]
774644fc5c1Stron_ACEOF
775644fc5c1Stron
776644fc5c1Stron  cat <<\_ACEOF
777644fc5c1Stron
778644fc5c1StronProgram names:
779644fc5c1Stron  --program-prefix=PREFIX            prepend PREFIX to installed program names
780644fc5c1Stron  --program-suffix=SUFFIX            append SUFFIX to installed program names
781644fc5c1Stron  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
782644fc5c1Stron_ACEOF
783644fc5c1Stronfi
784644fc5c1Stron
785644fc5c1Stronif test -n "$ac_init_help"; then
786644fc5c1Stron  case $ac_init_help in
787644fc5c1Stron     short | recursive ) echo "Configuration of font-sony-misc 1.0.0:";;
788644fc5c1Stron   esac
789644fc5c1Stron  cat <<\_ACEOF
790644fc5c1Stron
791644fc5c1StronOptional Features:
792644fc5c1Stron  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
793644fc5c1Stron  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
794644fc5c1Stron  --enable-maintainer-mode enable make rules and dependencies not useful
795644fc5c1Stron                          (and sometimes confusing) to the casual installer
796644fc5c1Stron
797644fc5c1StronOptional Packages:
798644fc5c1Stron  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
799644fc5c1Stron  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
800644fc5c1Stron  --with-fontdir=FONTDIR  Path to install fonts
801644fc5c1Stron  --with-release-version=STRING
802644fc5c1Stron                          Use release version string in package name
803644fc5c1Stron
804644fc5c1StronReport bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
805644fc5c1Stron_ACEOF
806644fc5c1Stronfi
807644fc5c1Stron
808644fc5c1Stronif test "$ac_init_help" = "recursive"; then
809644fc5c1Stron  # If there are subdirs, report their specific --help.
810644fc5c1Stron  ac_popdir=`pwd`
811644fc5c1Stron  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
812644fc5c1Stron    test -d $ac_dir || continue
813644fc5c1Stron    ac_builddir=.
814644fc5c1Stron
815644fc5c1Stronif test "$ac_dir" != .; then
816644fc5c1Stron  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
817644fc5c1Stron  # A "../" for each directory in $ac_dir_suffix.
818644fc5c1Stron  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
819644fc5c1Stronelse
820644fc5c1Stron  ac_dir_suffix= ac_top_builddir=
821644fc5c1Stronfi
822644fc5c1Stron
823644fc5c1Stroncase $srcdir in
824644fc5c1Stron  .)  # No --srcdir option.  We are building in place.
825644fc5c1Stron    ac_srcdir=.
826644fc5c1Stron    if test -z "$ac_top_builddir"; then
827644fc5c1Stron       ac_top_srcdir=.
828644fc5c1Stron    else
829644fc5c1Stron       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
830644fc5c1Stron    fi ;;
831644fc5c1Stron  [\\/]* | ?:[\\/]* )  # Absolute path.
832644fc5c1Stron    ac_srcdir=$srcdir$ac_dir_suffix;
833644fc5c1Stron    ac_top_srcdir=$srcdir ;;
834644fc5c1Stron  *) # Relative path.
835644fc5c1Stron    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
836644fc5c1Stron    ac_top_srcdir=$ac_top_builddir$srcdir ;;
837644fc5c1Stronesac
838644fc5c1Stron
839644fc5c1Stron# Do not use `cd foo && pwd` to compute absolute paths, because
840644fc5c1Stron# the directories may not exist.
841644fc5c1Stroncase `pwd` in
842644fc5c1Stron.) ac_abs_builddir="$ac_dir";;
843644fc5c1Stron*)
844644fc5c1Stron  case "$ac_dir" in
845644fc5c1Stron  .) ac_abs_builddir=`pwd`;;
846644fc5c1Stron  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
847644fc5c1Stron  *) ac_abs_builddir=`pwd`/"$ac_dir";;
848644fc5c1Stron  esac;;
849644fc5c1Stronesac
850644fc5c1Stroncase $ac_abs_builddir in
851644fc5c1Stron.) ac_abs_top_builddir=${ac_top_builddir}.;;
852644fc5c1Stron*)
853644fc5c1Stron  case ${ac_top_builddir}. in
854644fc5c1Stron  .) ac_abs_top_builddir=$ac_abs_builddir;;
855644fc5c1Stron  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
856644fc5c1Stron  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
857644fc5c1Stron  esac;;
858644fc5c1Stronesac
859644fc5c1Stroncase $ac_abs_builddir in
860644fc5c1Stron.) ac_abs_srcdir=$ac_srcdir;;
861644fc5c1Stron*)
862644fc5c1Stron  case $ac_srcdir in
863644fc5c1Stron  .) ac_abs_srcdir=$ac_abs_builddir;;
864644fc5c1Stron  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
865644fc5c1Stron  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
866644fc5c1Stron  esac;;
867644fc5c1Stronesac
868644fc5c1Stroncase $ac_abs_builddir in
869644fc5c1Stron.) ac_abs_top_srcdir=$ac_top_srcdir;;
870644fc5c1Stron*)
871644fc5c1Stron  case $ac_top_srcdir in
872644fc5c1Stron  .) ac_abs_top_srcdir=$ac_abs_builddir;;
873644fc5c1Stron  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
874644fc5c1Stron  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
875644fc5c1Stron  esac;;
876644fc5c1Stronesac
877644fc5c1Stron
878644fc5c1Stron    cd $ac_dir
879644fc5c1Stron    # Check for guested configure; otherwise get Cygnus style configure.
880644fc5c1Stron    if test -f $ac_srcdir/configure.gnu; then
881644fc5c1Stron      echo
882644fc5c1Stron      $SHELL $ac_srcdir/configure.gnu  --help=recursive
883644fc5c1Stron    elif test -f $ac_srcdir/configure; then
884644fc5c1Stron      echo
885644fc5c1Stron      $SHELL $ac_srcdir/configure  --help=recursive
886644fc5c1Stron    elif test -f $ac_srcdir/configure.ac ||
887644fc5c1Stron	   test -f $ac_srcdir/configure.in; then
888644fc5c1Stron      echo
889644fc5c1Stron      $ac_configure --help
890644fc5c1Stron    else
891644fc5c1Stron      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
892644fc5c1Stron    fi
893644fc5c1Stron    cd $ac_popdir
894644fc5c1Stron  done
895644fc5c1Stronfi
896644fc5c1Stron
897644fc5c1Strontest -n "$ac_init_help" && exit 0
898644fc5c1Stronif $ac_init_version; then
899644fc5c1Stron  cat <<\_ACEOF
900644fc5c1Stronfont-sony-misc configure 1.0.0
901644fc5c1Strongenerated by GNU Autoconf 2.59
902644fc5c1Stron
903644fc5c1StronCopyright (C) 2003 Free Software Foundation, Inc.
904644fc5c1StronThis configure script is free software; the Free Software Foundation
905644fc5c1Strongives unlimited permission to copy, distribute and modify it.
906644fc5c1Stron_ACEOF
907644fc5c1Stron  exit 0
908644fc5c1Stronfi
909644fc5c1Stronexec 5>config.log
910644fc5c1Stroncat >&5 <<_ACEOF
911644fc5c1StronThis file contains any messages produced by compilers while
912644fc5c1Stronrunning configure, to aid debugging if configure makes a mistake.
913644fc5c1Stron
914644fc5c1StronIt was created by font-sony-misc $as_me 1.0.0, which was
915644fc5c1Strongenerated by GNU Autoconf 2.59.  Invocation command line was
916644fc5c1Stron
917644fc5c1Stron  $ $0 $@
918644fc5c1Stron
919644fc5c1Stron_ACEOF
920644fc5c1Stron{
921644fc5c1Stroncat <<_ASUNAME
922644fc5c1Stron## --------- ##
923644fc5c1Stron## Platform. ##
924644fc5c1Stron## --------- ##
925644fc5c1Stron
926644fc5c1Stronhostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
927644fc5c1Stronuname -m = `(uname -m) 2>/dev/null || echo unknown`
928644fc5c1Stronuname -r = `(uname -r) 2>/dev/null || echo unknown`
929644fc5c1Stronuname -s = `(uname -s) 2>/dev/null || echo unknown`
930644fc5c1Stronuname -v = `(uname -v) 2>/dev/null || echo unknown`
931644fc5c1Stron
932644fc5c1Stron/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
933644fc5c1Stron/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
934644fc5c1Stron
935644fc5c1Stron/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
936644fc5c1Stron/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
937644fc5c1Stron/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
938644fc5c1Stronhostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
939644fc5c1Stron/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
940644fc5c1Stron/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
941644fc5c1Stron/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
942644fc5c1Stron
943644fc5c1Stron_ASUNAME
944644fc5c1Stron
945644fc5c1Stronas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
946644fc5c1Stronfor as_dir in $PATH
947644fc5c1Strondo
948644fc5c1Stron  IFS=$as_save_IFS
949644fc5c1Stron  test -z "$as_dir" && as_dir=.
950644fc5c1Stron  echo "PATH: $as_dir"
951644fc5c1Strondone
952644fc5c1Stron
953644fc5c1Stron} >&5
954644fc5c1Stron
955644fc5c1Stroncat >&5 <<_ACEOF
956644fc5c1Stron
957644fc5c1Stron
958644fc5c1Stron## ----------- ##
959644fc5c1Stron## Core tests. ##
960644fc5c1Stron## ----------- ##
961644fc5c1Stron
962644fc5c1Stron_ACEOF
963644fc5c1Stron
964644fc5c1Stron
965644fc5c1Stron# Keep a trace of the command line.
966644fc5c1Stron# Strip out --no-create and --no-recursion so they do not pile up.
967644fc5c1Stron# Strip out --silent because we don't want to record it for future runs.
968644fc5c1Stron# Also quote any args containing shell meta-characters.
969644fc5c1Stron# Make two passes to allow for proper duplicate-argument suppression.
970644fc5c1Stronac_configure_args=
971644fc5c1Stronac_configure_args0=
972644fc5c1Stronac_configure_args1=
973644fc5c1Stronac_sep=
974644fc5c1Stronac_must_keep_next=false
975644fc5c1Stronfor ac_pass in 1 2
976644fc5c1Strondo
977644fc5c1Stron  for ac_arg
978644fc5c1Stron  do
979644fc5c1Stron    case $ac_arg in
980644fc5c1Stron    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
981644fc5c1Stron    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
982644fc5c1Stron    | -silent | --silent | --silen | --sile | --sil)
983644fc5c1Stron      continue ;;
984644fc5c1Stron    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
985644fc5c1Stron      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
986644fc5c1Stron    esac
987644fc5c1Stron    case $ac_pass in
988644fc5c1Stron    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
989644fc5c1Stron    2)
990644fc5c1Stron      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
991644fc5c1Stron      if test $ac_must_keep_next = true; then
992644fc5c1Stron	ac_must_keep_next=false # Got value, back to normal.
993644fc5c1Stron      else
994644fc5c1Stron	case $ac_arg in
995644fc5c1Stron	  *=* | --config-cache | -C | -disable-* | --disable-* \
996644fc5c1Stron	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
997644fc5c1Stron	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
998644fc5c1Stron	  | -with-* | --with-* | -without-* | --without-* | --x)
999644fc5c1Stron	    case "$ac_configure_args0 " in
1000644fc5c1Stron	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1001644fc5c1Stron	    esac
1002644fc5c1Stron	    ;;
1003644fc5c1Stron	  -* ) ac_must_keep_next=true ;;
1004644fc5c1Stron	esac
1005644fc5c1Stron      fi
1006644fc5c1Stron      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1007644fc5c1Stron      # Get rid of the leading space.
1008644fc5c1Stron      ac_sep=" "
1009644fc5c1Stron      ;;
1010644fc5c1Stron    esac
1011644fc5c1Stron  done
1012644fc5c1Strondone
1013644fc5c1Stron$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1014644fc5c1Stron$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1015644fc5c1Stron
1016644fc5c1Stron# When interrupted or exit'd, cleanup temporary files, and complete
1017644fc5c1Stron# config.log.  We remove comments because anyway the quotes in there
1018644fc5c1Stron# would cause problems or look ugly.
1019644fc5c1Stron# WARNING: Be sure not to use single quotes in there, as some shells,
1020644fc5c1Stron# such as our DU 5.0 friend, will then `close' the trap.
1021644fc5c1Strontrap 'exit_status=$?
1022644fc5c1Stron  # Save into config.log some information that might help in debugging.
1023644fc5c1Stron  {
1024644fc5c1Stron    echo
1025644fc5c1Stron
1026644fc5c1Stron    cat <<\_ASBOX
1027644fc5c1Stron## ---------------- ##
1028644fc5c1Stron## Cache variables. ##
1029644fc5c1Stron## ---------------- ##
1030644fc5c1Stron_ASBOX
1031644fc5c1Stron    echo
1032644fc5c1Stron    # The following way of writing the cache mishandles newlines in values,
1033644fc5c1Stron{
1034644fc5c1Stron  (set) 2>&1 |
1035644fc5c1Stron    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1036644fc5c1Stron    *ac_space=\ *)
1037644fc5c1Stron      sed -n \
1038644fc5c1Stron	"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1039644fc5c1Stron	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1040644fc5c1Stron      ;;
1041644fc5c1Stron    *)
1042644fc5c1Stron      sed -n \
1043644fc5c1Stron	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1044644fc5c1Stron      ;;
1045644fc5c1Stron    esac;
1046644fc5c1Stron}
1047644fc5c1Stron    echo
1048644fc5c1Stron
1049644fc5c1Stron    cat <<\_ASBOX
1050644fc5c1Stron## ----------------- ##
1051644fc5c1Stron## Output variables. ##
1052644fc5c1Stron## ----------------- ##
1053644fc5c1Stron_ASBOX
1054644fc5c1Stron    echo
1055644fc5c1Stron    for ac_var in $ac_subst_vars
1056644fc5c1Stron    do
1057644fc5c1Stron      eval ac_val=$`echo $ac_var`
1058644fc5c1Stron      echo "$ac_var='"'"'$ac_val'"'"'"
1059644fc5c1Stron    done | sort
1060644fc5c1Stron    echo
1061644fc5c1Stron
1062644fc5c1Stron    if test -n "$ac_subst_files"; then
1063644fc5c1Stron      cat <<\_ASBOX
1064644fc5c1Stron## ------------- ##
1065644fc5c1Stron## Output files. ##
1066644fc5c1Stron## ------------- ##
1067644fc5c1Stron_ASBOX
1068644fc5c1Stron      echo
1069644fc5c1Stron      for ac_var in $ac_subst_files
1070644fc5c1Stron      do
1071644fc5c1Stron	eval ac_val=$`echo $ac_var`
1072644fc5c1Stron	echo "$ac_var='"'"'$ac_val'"'"'"
1073644fc5c1Stron      done | sort
1074644fc5c1Stron      echo
1075644fc5c1Stron    fi
1076644fc5c1Stron
1077644fc5c1Stron    if test -s confdefs.h; then
1078644fc5c1Stron      cat <<\_ASBOX
1079644fc5c1Stron## ----------- ##
1080644fc5c1Stron## confdefs.h. ##
1081644fc5c1Stron## ----------- ##
1082644fc5c1Stron_ASBOX
1083644fc5c1Stron      echo
1084644fc5c1Stron      sed "/^$/d" confdefs.h | sort
1085644fc5c1Stron      echo
1086644fc5c1Stron    fi
1087644fc5c1Stron    test "$ac_signal" != 0 &&
1088644fc5c1Stron      echo "$as_me: caught signal $ac_signal"
1089644fc5c1Stron    echo "$as_me: exit $exit_status"
1090644fc5c1Stron  } >&5
1091644fc5c1Stron  rm -f core *.core &&
1092644fc5c1Stron  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1093644fc5c1Stron    exit $exit_status
1094644fc5c1Stron     ' 0
1095644fc5c1Stronfor ac_signal in 1 2 13 15; do
1096644fc5c1Stron  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1097644fc5c1Strondone
1098644fc5c1Stronac_signal=0
1099644fc5c1Stron
1100644fc5c1Stron# confdefs.h avoids OS command line length limits that DEFS can exceed.
1101644fc5c1Stronrm -rf conftest* confdefs.h
1102644fc5c1Stron# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1103644fc5c1Stronecho >confdefs.h
1104644fc5c1Stron
1105644fc5c1Stron# Predefined preprocessor variables.
1106644fc5c1Stron
1107644fc5c1Stroncat >>confdefs.h <<_ACEOF
1108644fc5c1Stron#define PACKAGE_NAME "$PACKAGE_NAME"
1109644fc5c1Stron_ACEOF
1110644fc5c1Stron
1111644fc5c1Stron
1112644fc5c1Stroncat >>confdefs.h <<_ACEOF
1113644fc5c1Stron#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1114644fc5c1Stron_ACEOF
1115644fc5c1Stron
1116644fc5c1Stron
1117644fc5c1Stroncat >>confdefs.h <<_ACEOF
1118644fc5c1Stron#define PACKAGE_VERSION "$PACKAGE_VERSION"
1119644fc5c1Stron_ACEOF
1120644fc5c1Stron
1121644fc5c1Stron
1122644fc5c1Stroncat >>confdefs.h <<_ACEOF
1123644fc5c1Stron#define PACKAGE_STRING "$PACKAGE_STRING"
1124644fc5c1Stron_ACEOF
1125644fc5c1Stron
1126644fc5c1Stron
1127644fc5c1Stroncat >>confdefs.h <<_ACEOF
1128644fc5c1Stron#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1129644fc5c1Stron_ACEOF
1130644fc5c1Stron
1131644fc5c1Stron
1132644fc5c1Stron# Let the site file select an alternate cache file if it wants to.
1133644fc5c1Stron# Prefer explicitly selected file to automatically selected ones.
1134644fc5c1Stronif test -z "$CONFIG_SITE"; then
1135644fc5c1Stron  if test "x$prefix" != xNONE; then
1136644fc5c1Stron    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1137644fc5c1Stron  else
1138644fc5c1Stron    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1139644fc5c1Stron  fi
1140644fc5c1Stronfi
1141644fc5c1Stronfor ac_site_file in $CONFIG_SITE; do
1142644fc5c1Stron  if test -r "$ac_site_file"; then
1143644fc5c1Stron    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1144644fc5c1Stronecho "$as_me: loading site script $ac_site_file" >&6;}
1145644fc5c1Stron    sed 's/^/| /' "$ac_site_file" >&5
1146644fc5c1Stron    . "$ac_site_file"
1147644fc5c1Stron  fi
1148644fc5c1Strondone
1149644fc5c1Stron
1150644fc5c1Stronif test -r "$cache_file"; then
1151644fc5c1Stron  # Some versions of bash will fail to source /dev/null (special
1152644fc5c1Stron  # files actually), so we avoid doing that.
1153644fc5c1Stron  if test -f "$cache_file"; then
1154644fc5c1Stron    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1155644fc5c1Stronecho "$as_me: loading cache $cache_file" >&6;}
1156644fc5c1Stron    case $cache_file in
1157644fc5c1Stron      [\\/]* | ?:[\\/]* ) . $cache_file;;
1158644fc5c1Stron      *)                      . ./$cache_file;;
1159644fc5c1Stron    esac
1160644fc5c1Stron  fi
1161644fc5c1Stronelse
1162644fc5c1Stron  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1163644fc5c1Stronecho "$as_me: creating cache $cache_file" >&6;}
1164644fc5c1Stron  >$cache_file
1165644fc5c1Stronfi
1166644fc5c1Stron
1167644fc5c1Stron# Check that the precious variables saved in the cache have kept the same
1168644fc5c1Stron# value.
1169644fc5c1Stronac_cache_corrupted=false
1170644fc5c1Stronfor ac_var in `(set) 2>&1 |
1171644fc5c1Stron	       sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1172644fc5c1Stron  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1173644fc5c1Stron  eval ac_new_set=\$ac_env_${ac_var}_set
1174644fc5c1Stron  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1175644fc5c1Stron  eval ac_new_val="\$ac_env_${ac_var}_value"
1176644fc5c1Stron  case $ac_old_set,$ac_new_set in
1177644fc5c1Stron    set,)
1178644fc5c1Stron      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1179644fc5c1Stronecho "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1180644fc5c1Stron      ac_cache_corrupted=: ;;
1181644fc5c1Stron    ,set)
1182644fc5c1Stron      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1183644fc5c1Stronecho "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1184644fc5c1Stron      ac_cache_corrupted=: ;;
1185644fc5c1Stron    ,);;
1186644fc5c1Stron    *)
1187644fc5c1Stron      if test "x$ac_old_val" != "x$ac_new_val"; then
1188644fc5c1Stron	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1189644fc5c1Stronecho "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1190644fc5c1Stron	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1191644fc5c1Stronecho "$as_me:   former value:  $ac_old_val" >&2;}
1192644fc5c1Stron	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1193644fc5c1Stronecho "$as_me:   current value: $ac_new_val" >&2;}
1194644fc5c1Stron	ac_cache_corrupted=:
1195644fc5c1Stron      fi;;
1196644fc5c1Stron  esac
1197644fc5c1Stron  # Pass precious variables to config.status.
1198644fc5c1Stron  if test "$ac_new_set" = set; then
1199644fc5c1Stron    case $ac_new_val in
1200644fc5c1Stron    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1201644fc5c1Stron      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1202644fc5c1Stron    *) ac_arg=$ac_var=$ac_new_val ;;
1203644fc5c1Stron    esac
1204644fc5c1Stron    case " $ac_configure_args " in
1205644fc5c1Stron      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1206644fc5c1Stron      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1207644fc5c1Stron    esac
1208644fc5c1Stron  fi
1209644fc5c1Strondone
1210644fc5c1Stronif $ac_cache_corrupted; then
1211644fc5c1Stron  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1212644fc5c1Stronecho "$as_me: error: changes in the environment can compromise the build" >&2;}
1213644fc5c1Stron  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1214644fc5c1Stronecho "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1215644fc5c1Stron   { (exit 1); exit 1; }; }
1216644fc5c1Stronfi
1217644fc5c1Stron
1218644fc5c1Stronac_ext=c
1219644fc5c1Stronac_cpp='$CPP $CPPFLAGS'
1220644fc5c1Stronac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1221644fc5c1Stronac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1222644fc5c1Stronac_compiler_gnu=$ac_cv_c_compiler_gnu
1223644fc5c1Stron
1224644fc5c1Stron
1225644fc5c1Stron
1226644fc5c1Stron
1227644fc5c1Stron
1228644fc5c1Stron
1229644fc5c1Stron
1230644fc5c1Stron
1231644fc5c1Stron
1232644fc5c1Stron
1233644fc5c1Stron
1234644fc5c1Stron
1235644fc5c1Stron
1236644fc5c1Stron
1237644fc5c1Stron
1238644fc5c1Stron
1239644fc5c1Stron
1240644fc5c1Stron
1241644fc5c1Stron
1242644fc5c1Stron
1243644fc5c1Stron
1244644fc5c1Stron
1245644fc5c1Stron
1246644fc5c1Stron
1247644fc5c1Stron
1248644fc5c1Stron
1249644fc5c1Stron
1250644fc5c1Stronam__api_version="1.7"
1251644fc5c1Stronac_aux_dir=
1252644fc5c1Stronfor ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1253644fc5c1Stron  if test -f $ac_dir/install-sh; then
1254644fc5c1Stron    ac_aux_dir=$ac_dir
1255644fc5c1Stron    ac_install_sh="$ac_aux_dir/install-sh -c"
1256644fc5c1Stron    break
1257644fc5c1Stron  elif test -f $ac_dir/install.sh; then
1258644fc5c1Stron    ac_aux_dir=$ac_dir
1259644fc5c1Stron    ac_install_sh="$ac_aux_dir/install.sh -c"
1260644fc5c1Stron    break
1261644fc5c1Stron  elif test -f $ac_dir/shtool; then
1262644fc5c1Stron    ac_aux_dir=$ac_dir
1263644fc5c1Stron    ac_install_sh="$ac_aux_dir/shtool install -c"
1264644fc5c1Stron    break
1265644fc5c1Stron  fi
1266644fc5c1Strondone
1267644fc5c1Stronif test -z "$ac_aux_dir"; then
1268644fc5c1Stron  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1269644fc5c1Stronecho "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1270644fc5c1Stron   { (exit 1); exit 1; }; }
1271644fc5c1Stronfi
1272644fc5c1Stronac_config_guess="$SHELL $ac_aux_dir/config.guess"
1273644fc5c1Stronac_config_sub="$SHELL $ac_aux_dir/config.sub"
1274644fc5c1Stronac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1275644fc5c1Stron
1276644fc5c1Stron# Find a good install program.  We prefer a C program (faster),
1277644fc5c1Stron# so one script is as good as another.  But avoid the broken or
1278644fc5c1Stron# incompatible versions:
1279644fc5c1Stron# SysV /etc/install, /usr/sbin/install
1280644fc5c1Stron# SunOS /usr/etc/install
1281644fc5c1Stron# IRIX /sbin/install
1282644fc5c1Stron# AIX /bin/install
1283644fc5c1Stron# AmigaOS /C/install, which installs bootblocks on floppy discs
1284644fc5c1Stron# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1285644fc5c1Stron# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1286644fc5c1Stron# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1287644fc5c1Stron# OS/2's system install, which has a completely different semantic
1288644fc5c1Stron# ./install, which can be erroneously created by make from ./install.sh.
1289644fc5c1Stronecho "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1290644fc5c1Stronecho $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1291644fc5c1Stronif test -z "$INSTALL"; then
1292644fc5c1Stronif test "${ac_cv_path_install+set}" = set; then
1293644fc5c1Stron  echo $ECHO_N "(cached) $ECHO_C" >&6
1294644fc5c1Stronelse
1295644fc5c1Stron  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1296644fc5c1Stronfor as_dir in $PATH
1297644fc5c1Strondo
1298644fc5c1Stron  IFS=$as_save_IFS
1299644fc5c1Stron  test -z "$as_dir" && as_dir=.
1300644fc5c1Stron  # Account for people who put trailing slashes in PATH elements.
1301644fc5c1Stroncase $as_dir/ in
1302644fc5c1Stron  ./ | .// | /cC/* | \
1303644fc5c1Stron  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1304644fc5c1Stron  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1305644fc5c1Stron  /usr/ucb/* ) ;;
1306644fc5c1Stron  *)
1307644fc5c1Stron    # OSF1 and SCO ODT 3.0 have their own names for install.
1308644fc5c1Stron    # Don't use installbsd from OSF since it installs stuff as root
1309644fc5c1Stron    # by default.
1310644fc5c1Stron    for ac_prog in ginstall scoinst install; do
1311644fc5c1Stron      for ac_exec_ext in '' $ac_executable_extensions; do
1312644fc5c1Stron	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1313644fc5c1Stron	  if test $ac_prog = install &&
1314644fc5c1Stron	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1315644fc5c1Stron	    # AIX install.  It has an incompatible calling convention.
1316644fc5c1Stron	    :
1317644fc5c1Stron	  elif test $ac_prog = install &&
1318644fc5c1Stron	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1319644fc5c1Stron	    # program-specific install script used by HP pwplus--don't use.
1320644fc5c1Stron	    :
1321644fc5c1Stron	  else
1322644fc5c1Stron	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1323644fc5c1Stron	    break 3
1324644fc5c1Stron	  fi
1325644fc5c1Stron	fi
1326644fc5c1Stron      done
1327644fc5c1Stron    done
1328644fc5c1Stron    ;;
1329644fc5c1Stronesac
1330644fc5c1Strondone
1331644fc5c1Stron
1332644fc5c1Stron
1333644fc5c1Stronfi
1334644fc5c1Stron  if test "${ac_cv_path_install+set}" = set; then
1335644fc5c1Stron    INSTALL=$ac_cv_path_install
1336644fc5c1Stron  else
1337644fc5c1Stron    # As a last resort, use the slow shell script.  We don't cache a
1338644fc5c1Stron    # path for INSTALL within a source directory, because that will
1339644fc5c1Stron    # break other packages using the cache if that directory is
1340644fc5c1Stron    # removed, or if the path is relative.
1341644fc5c1Stron    INSTALL=$ac_install_sh
1342644fc5c1Stron  fi
1343644fc5c1Stronfi
1344644fc5c1Stronecho "$as_me:$LINENO: result: $INSTALL" >&5
1345644fc5c1Stronecho "${ECHO_T}$INSTALL" >&6
1346644fc5c1Stron
1347644fc5c1Stron# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1348644fc5c1Stron# It thinks the first close brace ends the variable substitution.
1349644fc5c1Strontest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1350644fc5c1Stron
1351644fc5c1Strontest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1352644fc5c1Stron
1353644fc5c1Strontest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1354644fc5c1Stron
1355644fc5c1Stronecho "$as_me:$LINENO: checking whether build environment is sane" >&5
1356644fc5c1Stronecho $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1357644fc5c1Stron# Just in case
1358644fc5c1Stronsleep 1
1359644fc5c1Stronecho timestamp > conftest.file
1360644fc5c1Stron# Do `set' in a subshell so we don't clobber the current shell's
1361644fc5c1Stron# arguments.  Must try -L first in case configure is actually a
1362644fc5c1Stron# symlink; some systems play weird games with the mod time of symlinks
1363644fc5c1Stron# (eg FreeBSD returns the mod time of the symlink's containing
1364644fc5c1Stron# directory).
1365644fc5c1Stronif (
1366644fc5c1Stron   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1367644fc5c1Stron   if test "$*" = "X"; then
1368644fc5c1Stron      # -L didn't work.
1369644fc5c1Stron      set X `ls -t $srcdir/configure conftest.file`
1370644fc5c1Stron   fi
1371644fc5c1Stron   rm -f conftest.file
1372644fc5c1Stron   if test "$*" != "X $srcdir/configure conftest.file" \
1373644fc5c1Stron      && test "$*" != "X conftest.file $srcdir/configure"; then
1374644fc5c1Stron
1375644fc5c1Stron      # If neither matched, then we have a broken ls.  This can happen
1376644fc5c1Stron      # if, for instance, CONFIG_SHELL is bash and it inherits a
1377644fc5c1Stron      # broken ls alias from the environment.  This has actually
1378644fc5c1Stron      # happened.  Such a system could not be considered "sane".
1379644fc5c1Stron      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
1380644fc5c1Stronalias in your environment" >&5
1381644fc5c1Stronecho "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
1382644fc5c1Stronalias in your environment" >&2;}
1383644fc5c1Stron   { (exit 1); exit 1; }; }
1384644fc5c1Stron   fi
1385644fc5c1Stron
1386644fc5c1Stron   test "$2" = conftest.file
1387644fc5c1Stron   )
1388644fc5c1Stronthen
1389644fc5c1Stron   # Ok.
1390644fc5c1Stron   :
1391644fc5c1Stronelse
1392644fc5c1Stron   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1393644fc5c1StronCheck your system clock" >&5
1394644fc5c1Stronecho "$as_me: error: newly created file is older than distributed files!
1395644fc5c1StronCheck your system clock" >&2;}
1396644fc5c1Stron   { (exit 1); exit 1; }; }
1397644fc5c1Stronfi
1398644fc5c1Stronecho "$as_me:$LINENO: result: yes" >&5
1399644fc5c1Stronecho "${ECHO_T}yes" >&6
1400644fc5c1Strontest "$program_prefix" != NONE &&
1401644fc5c1Stron  program_transform_name="s,^,$program_prefix,;$program_transform_name"
1402644fc5c1Stron# Use a double $ so make ignores it.
1403644fc5c1Strontest "$program_suffix" != NONE &&
1404644fc5c1Stron  program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1405644fc5c1Stron# Double any \ or $.  echo might interpret backslashes.
1406644fc5c1Stron# By default was `s,x,x', remove it if useless.
1407644fc5c1Stroncat <<\_ACEOF >conftest.sed
1408644fc5c1Strons/[\\$]/&&/g;s/;s,x,x,$//
1409644fc5c1Stron_ACEOF
1410644fc5c1Stronprogram_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1411644fc5c1Stronrm conftest.sed
1412644fc5c1Stron
1413644fc5c1Stron
1414644fc5c1Stron# expand $ac_aux_dir to an absolute path
1415644fc5c1Stronam_aux_dir=`cd $ac_aux_dir && pwd`
1416644fc5c1Stron
1417644fc5c1Strontest x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1418644fc5c1Stron# Use eval to expand $SHELL
1419644fc5c1Stronif eval "$MISSING --run true"; then
1420644fc5c1Stron  am_missing_run="$MISSING --run "
1421644fc5c1Stronelse
1422644fc5c1Stron  am_missing_run=
1423644fc5c1Stron  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1424644fc5c1Stronecho "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1425644fc5c1Stronfi
1426644fc5c1Stron
1427644fc5c1Stronfor ac_prog in gawk mawk nawk awk
1428644fc5c1Strondo
1429644fc5c1Stron  # Extract the first word of "$ac_prog", so it can be a program name with args.
1430644fc5c1Stronset dummy $ac_prog; ac_word=$2
1431644fc5c1Stronecho "$as_me:$LINENO: checking for $ac_word" >&5
1432644fc5c1Stronecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1433644fc5c1Stronif test "${ac_cv_prog_AWK+set}" = set; then
1434644fc5c1Stron  echo $ECHO_N "(cached) $ECHO_C" >&6
1435644fc5c1Stronelse
1436644fc5c1Stron  if test -n "$AWK"; then
1437644fc5c1Stron  ac_cv_prog_AWK="$AWK" # Let the user override the test.
1438644fc5c1Stronelse
1439644fc5c1Stronas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1440644fc5c1Stronfor as_dir in $PATH
1441644fc5c1Strondo
1442644fc5c1Stron  IFS=$as_save_IFS
1443644fc5c1Stron  test -z "$as_dir" && as_dir=.
1444644fc5c1Stron  for ac_exec_ext in '' $ac_executable_extensions; do
1445644fc5c1Stron  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1446644fc5c1Stron    ac_cv_prog_AWK="$ac_prog"
1447644fc5c1Stron    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1448644fc5c1Stron    break 2
1449644fc5c1Stron  fi
1450644fc5c1Strondone
1451644fc5c1Strondone
1452644fc5c1Stron
1453644fc5c1Stronfi
1454644fc5c1Stronfi
1455644fc5c1StronAWK=$ac_cv_prog_AWK
1456644fc5c1Stronif test -n "$AWK"; then
1457644fc5c1Stron  echo "$as_me:$LINENO: result: $AWK" >&5
1458644fc5c1Stronecho "${ECHO_T}$AWK" >&6
1459644fc5c1Stronelse
1460644fc5c1Stron  echo "$as_me:$LINENO: result: no" >&5
1461644fc5c1Stronecho "${ECHO_T}no" >&6
1462644fc5c1Stronfi
1463644fc5c1Stron
1464644fc5c1Stron  test -n "$AWK" && break
1465644fc5c1Strondone
1466644fc5c1Stron
1467644fc5c1Stronecho "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1468644fc5c1Stronecho $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1469644fc5c1Stronset dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1470644fc5c1Stronif eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1471644fc5c1Stron  echo $ECHO_N "(cached) $ECHO_C" >&6
1472644fc5c1Stronelse
1473644fc5c1Stron  cat >conftest.make <<\_ACEOF
1474644fc5c1Stronall:
1475644fc5c1Stron	@echo 'ac_maketemp="$(MAKE)"'
1476644fc5c1Stron_ACEOF
1477644fc5c1Stron# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1478644fc5c1Stroneval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1479644fc5c1Stronif test -n "$ac_maketemp"; then
1480644fc5c1Stron  eval ac_cv_prog_make_${ac_make}_set=yes
1481644fc5c1Stronelse
1482644fc5c1Stron  eval ac_cv_prog_make_${ac_make}_set=no
1483644fc5c1Stronfi
1484644fc5c1Stronrm -f conftest.make
1485644fc5c1Stronfi
1486644fc5c1Stronif eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1487644fc5c1Stron  echo "$as_me:$LINENO: result: yes" >&5
1488644fc5c1Stronecho "${ECHO_T}yes" >&6
1489644fc5c1Stron  SET_MAKE=
1490644fc5c1Stronelse
1491644fc5c1Stron  echo "$as_me:$LINENO: result: no" >&5
1492644fc5c1Stronecho "${ECHO_T}no" >&6
1493644fc5c1Stron  SET_MAKE="MAKE=${MAKE-make}"
1494644fc5c1Stronfi
1495644fc5c1Stron
1496644fc5c1Stronrm -rf .tst 2>/dev/null
1497644fc5c1Stronmkdir .tst 2>/dev/null
1498644fc5c1Stronif test -d .tst; then
1499644fc5c1Stron  am__leading_dot=.
1500644fc5c1Stronelse
1501644fc5c1Stron  am__leading_dot=_
1502644fc5c1Stronfi
1503644fc5c1Stronrmdir .tst 2>/dev/null
1504644fc5c1Stron
1505644fc5c1Stron # test to see if srcdir already configured
1506644fc5c1Stronif test "`cd $srcdir && pwd`" != "`pwd`" &&
1507644fc5c1Stron   test -f $srcdir/config.status; then
1508644fc5c1Stron  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1509644fc5c1Stronecho "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1510644fc5c1Stron   { (exit 1); exit 1; }; }
1511644fc5c1Stronfi
1512644fc5c1Stron
1513644fc5c1Stron# test whether we have cygpath
1514644fc5c1Stronif test -z "$CYGPATH_W"; then
1515644fc5c1Stron  if (cygpath --version) >/dev/null 2>/dev/null; then
1516644fc5c1Stron    CYGPATH_W='cygpath -w'
1517644fc5c1Stron  else
1518644fc5c1Stron    CYGPATH_W=echo
1519644fc5c1Stron  fi
1520644fc5c1Stronfi
1521644fc5c1Stron
1522644fc5c1Stron
1523644fc5c1Stron# Define the identity of the package.
1524644fc5c1Stron PACKAGE='font-sony-misc'
1525644fc5c1Stron VERSION='1.0.0'
1526644fc5c1Stron
1527644fc5c1Stron
1528644fc5c1Stroncat >>confdefs.h <<_ACEOF
1529644fc5c1Stron#define PACKAGE "$PACKAGE"
1530644fc5c1Stron_ACEOF
1531644fc5c1Stron
1532644fc5c1Stron
1533644fc5c1Stroncat >>confdefs.h <<_ACEOF
1534644fc5c1Stron#define VERSION "$VERSION"
1535644fc5c1Stron_ACEOF
1536644fc5c1Stron
1537644fc5c1Stron# Some tools Automake needs.
1538644fc5c1Stron
1539644fc5c1StronACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1540644fc5c1Stron
1541644fc5c1Stron
1542644fc5c1StronAUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1543644fc5c1Stron
1544644fc5c1Stron
1545644fc5c1StronAUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1546644fc5c1Stron
1547644fc5c1Stron
1548644fc5c1StronAUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1549644fc5c1Stron
1550644fc5c1Stron
1551644fc5c1StronMAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1552644fc5c1Stron
1553644fc5c1Stron
1554644fc5c1StronAMTAR=${AMTAR-"${am_missing_run}tar"}
1555644fc5c1Stron
1556644fc5c1Stroninstall_sh=${install_sh-"$am_aux_dir/install-sh"}
1557644fc5c1Stron
1558644fc5c1Stron# Installed binaries are usually stripped using `strip' when the user
1559644fc5c1Stron# run `make install-strip'.  However `strip' might not be the right
1560644fc5c1Stron# tool to use in cross-compilation environments, therefore Automake
1561644fc5c1Stron# will honor the `STRIP' environment variable to overrule this program.
1562644fc5c1Stronif test "$cross_compiling" != no; then
1563644fc5c1Stron  if test -n "$ac_tool_prefix"; then
1564644fc5c1Stron  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1565644fc5c1Stronset dummy ${ac_tool_prefix}strip; ac_word=$2
1566644fc5c1Stronecho "$as_me:$LINENO: checking for $ac_word" >&5
1567644fc5c1Stronecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1568644fc5c1Stronif test "${ac_cv_prog_STRIP+set}" = set; then
1569644fc5c1Stron  echo $ECHO_N "(cached) $ECHO_C" >&6
1570644fc5c1Stronelse
1571644fc5c1Stron  if test -n "$STRIP"; then
1572644fc5c1Stron  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1573644fc5c1Stronelse
1574644fc5c1Stronas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1575644fc5c1Stronfor as_dir in $PATH
1576644fc5c1Strondo
1577644fc5c1Stron  IFS=$as_save_IFS
1578644fc5c1Stron  test -z "$as_dir" && as_dir=.
1579644fc5c1Stron  for ac_exec_ext in '' $ac_executable_extensions; do
1580644fc5c1Stron  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1581644fc5c1Stron    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1582644fc5c1Stron    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1583644fc5c1Stron    break 2
1584644fc5c1Stron  fi
1585644fc5c1Strondone
1586644fc5c1Strondone
1587644fc5c1Stron
1588644fc5c1Stronfi
1589644fc5c1Stronfi
1590644fc5c1StronSTRIP=$ac_cv_prog_STRIP
1591644fc5c1Stronif test -n "$STRIP"; then
1592644fc5c1Stron  echo "$as_me:$LINENO: result: $STRIP" >&5
1593644fc5c1Stronecho "${ECHO_T}$STRIP" >&6
1594644fc5c1Stronelse
1595644fc5c1Stron  echo "$as_me:$LINENO: result: no" >&5
1596644fc5c1Stronecho "${ECHO_T}no" >&6
1597644fc5c1Stronfi
1598644fc5c1Stron
1599644fc5c1Stronfi
1600644fc5c1Stronif test -z "$ac_cv_prog_STRIP"; then
1601644fc5c1Stron  ac_ct_STRIP=$STRIP
1602644fc5c1Stron  # Extract the first word of "strip", so it can be a program name with args.
1603644fc5c1Stronset dummy strip; ac_word=$2
1604644fc5c1Stronecho "$as_me:$LINENO: checking for $ac_word" >&5
1605644fc5c1Stronecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1606644fc5c1Stronif test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1607644fc5c1Stron  echo $ECHO_N "(cached) $ECHO_C" >&6
1608644fc5c1Stronelse
1609644fc5c1Stron  if test -n "$ac_ct_STRIP"; then
1610644fc5c1Stron  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1611644fc5c1Stronelse
1612644fc5c1Stronas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1613644fc5c1Stronfor as_dir in $PATH
1614644fc5c1Strondo
1615644fc5c1Stron  IFS=$as_save_IFS
1616644fc5c1Stron  test -z "$as_dir" && as_dir=.
1617644fc5c1Stron  for ac_exec_ext in '' $ac_executable_extensions; do
1618644fc5c1Stron  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1619644fc5c1Stron    ac_cv_prog_ac_ct_STRIP="strip"
1620644fc5c1Stron    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1621644fc5c1Stron    break 2
1622644fc5c1Stron  fi
1623644fc5c1Strondone
1624644fc5c1Strondone
1625644fc5c1Stron
1626644fc5c1Stron  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1627644fc5c1Stronfi
1628644fc5c1Stronfi
1629644fc5c1Stronac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1630644fc5c1Stronif test -n "$ac_ct_STRIP"; then
1631644fc5c1Stron  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1632644fc5c1Stronecho "${ECHO_T}$ac_ct_STRIP" >&6
1633644fc5c1Stronelse
1634644fc5c1Stron  echo "$as_me:$LINENO: result: no" >&5
1635644fc5c1Stronecho "${ECHO_T}no" >&6
1636644fc5c1Stronfi
1637644fc5c1Stron
1638644fc5c1Stron  STRIP=$ac_ct_STRIP
1639644fc5c1Stronelse
1640644fc5c1Stron  STRIP="$ac_cv_prog_STRIP"
1641644fc5c1Stronfi
1642644fc5c1Stron
1643644fc5c1Stronfi
1644644fc5c1StronINSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1645644fc5c1Stron
1646644fc5c1Stron# We need awk for the "check" target.  The system "awk" is bad on
1647644fc5c1Stron# some platforms.
1648644fc5c1Stron
1649644fc5c1Stron
1650644fc5c1Stron
1651644fc5c1Stronecho "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1652644fc5c1Stronecho $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1653644fc5c1Stron    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1654644fc5c1Stronif test "${enable_maintainer_mode+set}" = set; then
1655644fc5c1Stron  enableval="$enable_maintainer_mode"
1656644fc5c1Stron  USE_MAINTAINER_MODE=$enableval
1657644fc5c1Stronelse
1658644fc5c1Stron  USE_MAINTAINER_MODE=no
1659644fc5c1Stronfi;
1660644fc5c1Stron  echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1661644fc5c1Stronecho "${ECHO_T}$USE_MAINTAINER_MODE" >&6
1662644fc5c1Stron
1663644fc5c1Stron
1664644fc5c1Stronif test $USE_MAINTAINER_MODE = yes; then
1665644fc5c1Stron  MAINTAINER_MODE_TRUE=
1666644fc5c1Stron  MAINTAINER_MODE_FALSE='#'
1667644fc5c1Stronelse
1668644fc5c1Stron  MAINTAINER_MODE_TRUE='#'
1669644fc5c1Stron  MAINTAINER_MODE_FALSE=
1670644fc5c1Stronfi
1671644fc5c1Stron
1672644fc5c1Stron  MAINT=$MAINTAINER_MODE_TRUE
1673644fc5c1Stron
1674644fc5c1Stron
1675644fc5c1Stron
1676644fc5c1Stron# Find a good install program.  We prefer a C program (faster),
1677644fc5c1Stron# so one script is as good as another.  But avoid the broken or
1678644fc5c1Stron# incompatible versions:
1679644fc5c1Stron# SysV /etc/install, /usr/sbin/install
1680644fc5c1Stron# SunOS /usr/etc/install
1681644fc5c1Stron# IRIX /sbin/install
1682644fc5c1Stron# AIX /bin/install
1683644fc5c1Stron# AmigaOS /C/install, which installs bootblocks on floppy discs
1684644fc5c1Stron# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1685644fc5c1Stron# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1686644fc5c1Stron# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1687644fc5c1Stron# OS/2's system install, which has a completely different semantic
1688644fc5c1Stron# ./install, which can be erroneously created by make from ./install.sh.
1689644fc5c1Stronecho "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1690644fc5c1Stronecho $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1691644fc5c1Stronif test -z "$INSTALL"; then
1692644fc5c1Stronif test "${ac_cv_path_install+set}" = set; then
1693644fc5c1Stron  echo $ECHO_N "(cached) $ECHO_C" >&6
1694644fc5c1Stronelse
1695644fc5c1Stron  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1696644fc5c1Stronfor as_dir in $PATH
1697644fc5c1Strondo
1698644fc5c1Stron  IFS=$as_save_IFS
1699644fc5c1Stron  test -z "$as_dir" && as_dir=.
1700644fc5c1Stron  # Account for people who put trailing slashes in PATH elements.
1701644fc5c1Stroncase $as_dir/ in
1702644fc5c1Stron  ./ | .// | /cC/* | \
1703644fc5c1Stron  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1704644fc5c1Stron  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1705644fc5c1Stron  /usr/ucb/* ) ;;
1706644fc5c1Stron  *)
1707644fc5c1Stron    # OSF1 and SCO ODT 3.0 have their own names for install.
1708644fc5c1Stron    # Don't use installbsd from OSF since it installs stuff as root
1709644fc5c1Stron    # by default.
1710644fc5c1Stron    for ac_prog in ginstall scoinst install; do
1711644fc5c1Stron      for ac_exec_ext in '' $ac_executable_extensions; do
1712644fc5c1Stron	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1713644fc5c1Stron	  if test $ac_prog = install &&
1714644fc5c1Stron	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1715644fc5c1Stron	    # AIX install.  It has an incompatible calling convention.
1716644fc5c1Stron	    :
1717644fc5c1Stron	  elif test $ac_prog = install &&
1718644fc5c1Stron	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1719644fc5c1Stron	    # program-specific install script used by HP pwplus--don't use.
1720644fc5c1Stron	    :
1721644fc5c1Stron	  else
1722644fc5c1Stron	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1723644fc5c1Stron	    break 3
1724644fc5c1Stron	  fi
1725644fc5c1Stron	fi
1726644fc5c1Stron      done
1727644fc5c1Stron    done
1728644fc5c1Stron    ;;
1729644fc5c1Stronesac
1730644fc5c1Strondone
1731644fc5c1Stron
1732644fc5c1Stron
1733644fc5c1Stronfi
1734644fc5c1Stron  if test "${ac_cv_path_install+set}" = set; then
1735644fc5c1Stron    INSTALL=$ac_cv_path_install
1736644fc5c1Stron  else
1737644fc5c1Stron    # As a last resort, use the slow shell script.  We don't cache a
1738644fc5c1Stron    # path for INSTALL within a source directory, because that will
1739644fc5c1Stron    # break other packages using the cache if that directory is
1740644fc5c1Stron    # removed, or if the path is relative.
1741644fc5c1Stron    INSTALL=$ac_install_sh
1742644fc5c1Stron  fi
1743644fc5c1Stronfi
1744644fc5c1Stronecho "$as_me:$LINENO: result: $INSTALL" >&5
1745644fc5c1Stronecho "${ECHO_T}$INSTALL" >&6
1746644fc5c1Stron
1747644fc5c1Stron# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1748644fc5c1Stron# It thinks the first close brace ends the variable substitution.
1749644fc5c1Strontest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1750644fc5c1Stron
1751644fc5c1Strontest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1752644fc5c1Stron
1753644fc5c1Strontest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1754644fc5c1Stron
1755644fc5c1Stron
1756644fc5c1Stron# Extract the first word of "bdftopcf", so it can be a program name with args.
1757644fc5c1Stronset dummy bdftopcf; ac_word=$2
1758644fc5c1Stronecho "$as_me:$LINENO: checking for $ac_word" >&5
1759644fc5c1Stronecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1760644fc5c1Stronif test "${ac_cv_path_BDFTOPCF+set}" = set; then
1761644fc5c1Stron  echo $ECHO_N "(cached) $ECHO_C" >&6
1762644fc5c1Stronelse
1763644fc5c1Stron  case $BDFTOPCF in
1764644fc5c1Stron  [\\/]* | ?:[\\/]*)
1765644fc5c1Stron  ac_cv_path_BDFTOPCF="$BDFTOPCF" # Let the user override the test with a path.
1766644fc5c1Stron  ;;
1767644fc5c1Stron  *)
1768644fc5c1Stron  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1769644fc5c1Stronfor as_dir in $PATH
1770644fc5c1Strondo
1771644fc5c1Stron  IFS=$as_save_IFS
1772644fc5c1Stron  test -z "$as_dir" && as_dir=.
1773644fc5c1Stron  for ac_exec_ext in '' $ac_executable_extensions; do
1774644fc5c1Stron  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1775644fc5c1Stron    ac_cv_path_BDFTOPCF="$as_dir/$ac_word$ac_exec_ext"
1776644fc5c1Stron    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1777644fc5c1Stron    break 2
1778644fc5c1Stron  fi
1779644fc5c1Strondone
1780644fc5c1Strondone
1781644fc5c1Stron
1782644fc5c1Stron  ;;
1783644fc5c1Stronesac
1784644fc5c1Stronfi
1785644fc5c1StronBDFTOPCF=$ac_cv_path_BDFTOPCF
1786644fc5c1Stron
1787644fc5c1Stronif test -n "$BDFTOPCF"; then
1788644fc5c1Stron  echo "$as_me:$LINENO: result: $BDFTOPCF" >&5
1789644fc5c1Stronecho "${ECHO_T}$BDFTOPCF" >&6
1790644fc5c1Stronelse
1791644fc5c1Stron  echo "$as_me:$LINENO: result: no" >&5
1792644fc5c1Stronecho "${ECHO_T}no" >&6
1793644fc5c1Stronfi
1794644fc5c1Stron
1795644fc5c1Stron# Extract the first word of "mkfontscale", so it can be a program name with args.
1796644fc5c1Stronset dummy mkfontscale; ac_word=$2
1797644fc5c1Stronecho "$as_me:$LINENO: checking for $ac_word" >&5
1798644fc5c1Stronecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1799644fc5c1Stronif test "${ac_cv_path_MKFONTSCALE+set}" = set; then
1800644fc5c1Stron  echo $ECHO_N "(cached) $ECHO_C" >&6
1801644fc5c1Stronelse
1802644fc5c1Stron  case $MKFONTSCALE in
1803644fc5c1Stron  [\\/]* | ?:[\\/]*)
1804644fc5c1Stron  ac_cv_path_MKFONTSCALE="$MKFONTSCALE" # Let the user override the test with a path.
1805644fc5c1Stron  ;;
1806644fc5c1Stron  *)
1807644fc5c1Stron  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1808644fc5c1Stronfor as_dir in $PATH
1809644fc5c1Strondo
1810644fc5c1Stron  IFS=$as_save_IFS
1811644fc5c1Stron  test -z "$as_dir" && as_dir=.
1812644fc5c1Stron  for ac_exec_ext in '' $ac_executable_extensions; do
1813644fc5c1Stron  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1814644fc5c1Stron    ac_cv_path_MKFONTSCALE="$as_dir/$ac_word$ac_exec_ext"
1815644fc5c1Stron    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1816644fc5c1Stron    break 2
1817644fc5c1Stron  fi
1818644fc5c1Strondone
1819644fc5c1Strondone
1820644fc5c1Stron
1821644fc5c1Stron  ;;
1822644fc5c1Stronesac
1823644fc5c1Stronfi
1824644fc5c1StronMKFONTSCALE=$ac_cv_path_MKFONTSCALE
1825644fc5c1Stron
1826644fc5c1Stronif test -n "$MKFONTSCALE"; then
1827644fc5c1Stron  echo "$as_me:$LINENO: result: $MKFONTSCALE" >&5
1828644fc5c1Stronecho "${ECHO_T}$MKFONTSCALE" >&6
1829644fc5c1Stronelse
1830644fc5c1Stron  echo "$as_me:$LINENO: result: no" >&5
1831644fc5c1Stronecho "${ECHO_T}no" >&6
1832644fc5c1Stronfi
1833644fc5c1Stron
1834644fc5c1Stron# Extract the first word of "mkfontdir", so it can be a program name with args.
1835644fc5c1Stronset dummy mkfontdir; ac_word=$2
1836644fc5c1Stronecho "$as_me:$LINENO: checking for $ac_word" >&5
1837644fc5c1Stronecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1838644fc5c1Stronif test "${ac_cv_path_MKFONTDIR+set}" = set; then
1839644fc5c1Stron  echo $ECHO_N "(cached) $ECHO_C" >&6
1840644fc5c1Stronelse
1841644fc5c1Stron  case $MKFONTDIR in
1842644fc5c1Stron  [\\/]* | ?:[\\/]*)
1843644fc5c1Stron  ac_cv_path_MKFONTDIR="$MKFONTDIR" # Let the user override the test with a path.
1844644fc5c1Stron  ;;
1845644fc5c1Stron  *)
1846644fc5c1Stron  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1847644fc5c1Stronfor as_dir in $PATH
1848644fc5c1Strondo
1849644fc5c1Stron  IFS=$as_save_IFS
1850644fc5c1Stron  test -z "$as_dir" && as_dir=.
1851644fc5c1Stron  for ac_exec_ext in '' $ac_executable_extensions; do
1852644fc5c1Stron  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1853644fc5c1Stron    ac_cv_path_MKFONTDIR="$as_dir/$ac_word$ac_exec_ext"
1854644fc5c1Stron    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1855644fc5c1Stron    break 2
1856644fc5c1Stron  fi
1857644fc5c1Strondone
1858644fc5c1Strondone
1859644fc5c1Stron
1860644fc5c1Stron  ;;
1861644fc5c1Stronesac
1862644fc5c1Stronfi
1863644fc5c1StronMKFONTDIR=$ac_cv_path_MKFONTDIR
1864644fc5c1Stron
1865644fc5c1Stronif test -n "$MKFONTDIR"; then
1866644fc5c1Stron  echo "$as_me:$LINENO: result: $MKFONTDIR" >&5
1867644fc5c1Stronecho "${ECHO_T}$MKFONTDIR" >&6
1868644fc5c1Stronelse
1869644fc5c1Stron  echo "$as_me:$LINENO: result: no" >&5
1870644fc5c1Stronecho "${ECHO_T}no" >&6
1871644fc5c1Stronfi
1872644fc5c1Stron
1873644fc5c1Stron
1874644fc5c1Stron
1875644fc5c1Stron
1876644fc5c1StronDEFAULT_FONTDIR=${libdir}/X11/fonts/misc
1877644fc5c1Stron
1878644fc5c1Stron# Check whether --with-fontdir or --without-fontdir was given.
1879644fc5c1Stronif test "${with_fontdir+set}" = set; then
1880644fc5c1Stron  withval="$with_fontdir"
1881644fc5c1Stron  FONTDIR="$withval"
1882644fc5c1Stronelse
1883644fc5c1Stron  FONTDIR="$DEFAULT_FONTDIR"
1884644fc5c1Stronfi;
1885644fc5c1Stron
1886644fc5c1Stron
1887644fc5c1Stron
1888644fc5c1Stron
1889644fc5c1Stron# Check whether --with-release-version or --without-release-version was given.
1890644fc5c1Stronif test "${with_release_version+set}" = set; then
1891644fc5c1Stron  withval="$with_release_version"
1892644fc5c1Stron  RELEASE_VERSION="$withval"
1893644fc5c1Stronelse
1894644fc5c1Stron  RELEASE_VERSION=""
1895644fc5c1Stronfi;
1896644fc5c1Stron	if test "x$RELEASE_VERSION" != "x"; then
1897644fc5c1Stron		PACKAGE="$PACKAGE-$RELEASE_VERSION"
1898644fc5c1Stron		PACKAGE_TARNAME="$PACKAGE_TARNAME-$RELEASE_VERSION"
1899644fc5c1Stron		{ echo "$as_me:$LINENO: Building with package name set to $PACKAGE" >&5
1900644fc5c1Stronecho "$as_me: Building with package name set to $PACKAGE" >&6;}
1901644fc5c1Stron	fi
1902644fc5c1Stron
1903644fc5c1Stron
1904644fc5c1Stron          ac_config_files="$ac_config_files Makefile"
1905644fc5c1Stroncat >confcache <<\_ACEOF
1906644fc5c1Stron# This file is a shell script that caches the results of configure
1907644fc5c1Stron# tests run on this system so they can be shared between configure
1908644fc5c1Stron# scripts and configure runs, see configure's option --config-cache.
1909644fc5c1Stron# It is not useful on other systems.  If it contains results you don't
1910644fc5c1Stron# want to keep, you may remove or edit it.
1911644fc5c1Stron#
1912644fc5c1Stron# config.status only pays attention to the cache file if you give it
1913644fc5c1Stron# the --recheck option to rerun configure.
1914644fc5c1Stron#
1915644fc5c1Stron# `ac_cv_env_foo' variables (set or unset) will be overridden when
1916644fc5c1Stron# loading this file, other *unset* `ac_cv_foo' will be assigned the
1917644fc5c1Stron# following values.
1918644fc5c1Stron
1919644fc5c1Stron_ACEOF
1920644fc5c1Stron
1921644fc5c1Stron# The following way of writing the cache mishandles newlines in values,
1922644fc5c1Stron# but we know of no workaround that is simple, portable, and efficient.
1923644fc5c1Stron# So, don't put newlines in cache variables' values.
1924644fc5c1Stron# Ultrix sh set writes to stderr and can't be redirected directly,
1925644fc5c1Stron# and sets the high bit in the cache file unless we assign to the vars.
1926644fc5c1Stron{
1927644fc5c1Stron  (set) 2>&1 |
1928644fc5c1Stron    case `(ac_space=' '; set | grep ac_space) 2>&1` in
1929644fc5c1Stron    *ac_space=\ *)
1930644fc5c1Stron      # `set' does not quote correctly, so add quotes (double-quote
1931644fc5c1Stron      # substitution turns \\\\ into \\, and sed turns \\ into \).
1932644fc5c1Stron      sed -n \
1933644fc5c1Stron	"s/'/'\\\\''/g;
1934644fc5c1Stron	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
1935644fc5c1Stron      ;;
1936644fc5c1Stron    *)
1937644fc5c1Stron      # `set' quotes correctly as required by POSIX, so do not add quotes.
1938644fc5c1Stron      sed -n \
1939644fc5c1Stron	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1940644fc5c1Stron      ;;
1941644fc5c1Stron    esac;
1942644fc5c1Stron} |
1943644fc5c1Stron  sed '
1944644fc5c1Stron     t clear
1945644fc5c1Stron     : clear
1946644fc5c1Stron     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
1947644fc5c1Stron     t end
1948644fc5c1Stron     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
1949644fc5c1Stron     : end' >>confcache
1950644fc5c1Stronif diff $cache_file confcache >/dev/null 2>&1; then :; else
1951644fc5c1Stron  if test -w $cache_file; then
1952644fc5c1Stron    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
1953644fc5c1Stron    cat confcache >$cache_file
1954644fc5c1Stron  else
1955644fc5c1Stron    echo "not updating unwritable cache $cache_file"
1956644fc5c1Stron  fi
1957644fc5c1Stronfi
1958644fc5c1Stronrm -f confcache
1959644fc5c1Stron
1960644fc5c1Strontest "x$prefix" = xNONE && prefix=$ac_default_prefix
1961644fc5c1Stron# Let make expand exec_prefix.
1962644fc5c1Strontest "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1963644fc5c1Stron
1964644fc5c1Stron# VPATH may cause trouble with some makes, so we remove $(srcdir),
1965644fc5c1Stron# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
1966644fc5c1Stron# trailing colons and then remove the whole line if VPATH becomes empty
1967644fc5c1Stron# (actually we leave an empty line to preserve line numbers).
1968644fc5c1Stronif test "x$srcdir" = x.; then
1969644fc5c1Stron  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
1970644fc5c1Strons/:*\$(srcdir):*/:/;
1971644fc5c1Strons/:*\${srcdir}:*/:/;
1972644fc5c1Strons/:*@srcdir@:*/:/;
1973644fc5c1Strons/^\([^=]*=[	 ]*\):*/\1/;
1974644fc5c1Strons/:*$//;
1975644fc5c1Strons/^[^=]*=[	 ]*$//;
1976644fc5c1Stron}'
1977644fc5c1Stronfi
1978644fc5c1Stron
1979644fc5c1Stron# Transform confdefs.h into DEFS.
1980644fc5c1Stron# Protect against shell expansion while executing Makefile rules.
1981644fc5c1Stron# Protect against Makefile macro expansion.
1982644fc5c1Stron#
1983644fc5c1Stron# If the first sed substitution is executed (which looks for macros that
1984644fc5c1Stron# take arguments), then we branch to the quote section.  Otherwise,
1985644fc5c1Stron# look for a macro that doesn't take arguments.
1986644fc5c1Stroncat >confdef2opt.sed <<\_ACEOF
1987644fc5c1Stront clear
1988644fc5c1Stron: clear
1989644fc5c1Strons,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\),-D\1=\2,g
1990644fc5c1Stront quote
1991644fc5c1Strons,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\),-D\1=\2,g
1992644fc5c1Stront quote
1993644fc5c1Strond
1994644fc5c1Stron: quote
1995644fc5c1Strons,[	 `~#$^&*(){}\\|;'"<>?],\\&,g
1996644fc5c1Strons,\[,\\&,g
1997644fc5c1Strons,\],\\&,g
1998644fc5c1Strons,\$,$$,g
1999644fc5c1Stronp
2000644fc5c1Stron_ACEOF
2001644fc5c1Stron# We use echo to avoid assuming a particular line-breaking character.
2002644fc5c1Stron# The extra dot is to prevent the shell from consuming trailing
2003644fc5c1Stron# line-breaks from the sub-command output.  A line-break within
2004644fc5c1Stron# single-quotes doesn't work because, if this script is created in a
2005644fc5c1Stron# platform that uses two characters for line-breaks (e.g., DOS), tr
2006644fc5c1Stron# would break.
2007644fc5c1Stronac_LF_and_DOT=`echo; echo .`
2008644fc5c1StronDEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
2009644fc5c1Stronrm -f confdef2opt.sed
2010644fc5c1Stron
2011644fc5c1Stron
2012644fc5c1Stronac_libobjs=
2013644fc5c1Stronac_ltlibobjs=
2014644fc5c1Stronfor ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2015644fc5c1Stron  # 1. Remove the extension, and $U if already installed.
2016644fc5c1Stron  ac_i=`echo "$ac_i" |
2017644fc5c1Stron	 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
2018644fc5c1Stron  # 2. Add them.
2019644fc5c1Stron  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
2020644fc5c1Stron  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
2021644fc5c1Strondone
2022644fc5c1StronLIBOBJS=$ac_libobjs
2023644fc5c1Stron
2024644fc5c1StronLTLIBOBJS=$ac_ltlibobjs
2025644fc5c1Stron
2026644fc5c1Stron
2027644fc5c1Stronif test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
2028644fc5c1Stron  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
2029644fc5c1StronUsually this means the macro was only invoked conditionally." >&5
2030644fc5c1Stronecho "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
2031644fc5c1StronUsually this means the macro was only invoked conditionally." >&2;}
2032644fc5c1Stron   { (exit 1); exit 1; }; }
2033644fc5c1Stronfi
2034644fc5c1Stron
2035644fc5c1Stron: ${CONFIG_STATUS=./config.status}
2036644fc5c1Stronac_clean_files_save=$ac_clean_files
2037644fc5c1Stronac_clean_files="$ac_clean_files $CONFIG_STATUS"
2038644fc5c1Stron{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
2039644fc5c1Stronecho "$as_me: creating $CONFIG_STATUS" >&6;}
2040644fc5c1Stroncat >$CONFIG_STATUS <<_ACEOF
2041644fc5c1Stron#! $SHELL
2042644fc5c1Stron# Generated by $as_me.
2043644fc5c1Stron# Run this file to recreate the current configuration.
2044644fc5c1Stron# Compiler output produced by configure, useful for debugging
2045644fc5c1Stron# configure, is in config.log if it exists.
2046644fc5c1Stron
2047644fc5c1Strondebug=false
2048644fc5c1Stronac_cs_recheck=false
2049644fc5c1Stronac_cs_silent=false
2050644fc5c1StronSHELL=\${CONFIG_SHELL-$SHELL}
2051644fc5c1Stron_ACEOF
2052644fc5c1Stron
2053644fc5c1Stroncat >>$CONFIG_STATUS <<\_ACEOF
2054644fc5c1Stron## --------------------- ##
2055644fc5c1Stron## M4sh Initialization.  ##
2056644fc5c1Stron## --------------------- ##
2057644fc5c1Stron
2058644fc5c1Stron# Be Bourne compatible
2059644fc5c1Stronif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2060644fc5c1Stron  emulate sh
2061644fc5c1Stron  NULLCMD=:
2062644fc5c1Stron  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2063644fc5c1Stron  # is contrary to our usage.  Disable this feature.
2064644fc5c1Stron  alias -g '${1+"$@"}'='"$@"'
2065644fc5c1Stronelif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
2066644fc5c1Stron  set -o posix
2067644fc5c1Stronfi
2068644fc5c1StronDUALCASE=1; export DUALCASE # for MKS sh
2069644fc5c1Stron
2070644fc5c1Stron# Support unset when possible.
2071644fc5c1Stronif ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2072644fc5c1Stron  as_unset=unset
2073644fc5c1Stronelse
2074644fc5c1Stron  as_unset=false
2075644fc5c1Stronfi
2076644fc5c1Stron
2077644fc5c1Stron
2078644fc5c1Stron# Work around bugs in pre-3.0 UWIN ksh.
2079644fc5c1Stron$as_unset ENV MAIL MAILPATH
2080644fc5c1StronPS1='$ '
2081644fc5c1StronPS2='> '
2082644fc5c1StronPS4='+ '
2083644fc5c1Stron
2084644fc5c1Stron# NLS nuisances.
2085644fc5c1Stronfor as_var in \
2086644fc5c1Stron  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
2087644fc5c1Stron  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2088644fc5c1Stron  LC_TELEPHONE LC_TIME
2089644fc5c1Strondo
2090644fc5c1Stron  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2091644fc5c1Stron    eval $as_var=C; export $as_var
2092644fc5c1Stron  else
2093644fc5c1Stron    $as_unset $as_var
2094644fc5c1Stron  fi
2095644fc5c1Strondone
2096644fc5c1Stron
2097644fc5c1Stron# Required to use basename.
2098644fc5c1Stronif expr a : '\(a\)' >/dev/null 2>&1; then
2099644fc5c1Stron  as_expr=expr
2100644fc5c1Stronelse
2101644fc5c1Stron  as_expr=false
2102644fc5c1Stronfi
2103644fc5c1Stron
2104644fc5c1Stronif (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
2105644fc5c1Stron  as_basename=basename
2106644fc5c1Stronelse
2107644fc5c1Stron  as_basename=false
2108644fc5c1Stronfi
2109644fc5c1Stron
2110644fc5c1Stron
2111644fc5c1Stron# Name of the executable.
2112644fc5c1Stronas_me=`$as_basename "$0" ||
2113644fc5c1Stron$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2114644fc5c1Stron	 X"$0" : 'X\(//\)$' \| \
2115644fc5c1Stron	 X"$0" : 'X\(/\)$' \| \
2116644fc5c1Stron	 .     : '\(.\)' 2>/dev/null ||
2117644fc5c1Stronecho X/"$0" |
2118644fc5c1Stron    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
2119644fc5c1Stron  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
2120644fc5c1Stron  	  /^X\/\(\/\).*/{ s//\1/; q; }
2121644fc5c1Stron  	  s/.*/./; q'`
2122644fc5c1Stron
2123644fc5c1Stron
2124644fc5c1Stron# PATH needs CR, and LINENO needs CR and PATH.
2125644fc5c1Stron# Avoid depending upon Character Ranges.
2126644fc5c1Stronas_cr_letters='abcdefghijklmnopqrstuvwxyz'
2127644fc5c1Stronas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2128644fc5c1Stronas_cr_Letters=$as_cr_letters$as_cr_LETTERS
2129644fc5c1Stronas_cr_digits='0123456789'
2130644fc5c1Stronas_cr_alnum=$as_cr_Letters$as_cr_digits
2131644fc5c1Stron
2132644fc5c1Stron# The user is always right.
2133644fc5c1Stronif test "${PATH_SEPARATOR+set}" != set; then
2134644fc5c1Stron  echo "#! /bin/sh" >conf$$.sh
2135644fc5c1Stron  echo  "exit 0"   >>conf$$.sh
2136644fc5c1Stron  chmod +x conf$$.sh
2137644fc5c1Stron  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2138644fc5c1Stron    PATH_SEPARATOR=';'
2139644fc5c1Stron  else
2140644fc5c1Stron    PATH_SEPARATOR=:
2141644fc5c1Stron  fi
2142644fc5c1Stron  rm -f conf$$.sh
2143644fc5c1Stronfi
2144644fc5c1Stron
2145644fc5c1Stron
2146644fc5c1Stron  as_lineno_1=$LINENO
2147644fc5c1Stron  as_lineno_2=$LINENO
2148644fc5c1Stron  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2149644fc5c1Stron  test "x$as_lineno_1" != "x$as_lineno_2" &&
2150644fc5c1Stron  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
2151644fc5c1Stron  # Find who we are.  Look in the path if we contain no path at all
2152644fc5c1Stron  # relative or not.
2153644fc5c1Stron  case $0 in
2154644fc5c1Stron    *[\\/]* ) as_myself=$0 ;;
2155644fc5c1Stron    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2156644fc5c1Stronfor as_dir in $PATH
2157644fc5c1Strondo
2158644fc5c1Stron  IFS=$as_save_IFS
2159644fc5c1Stron  test -z "$as_dir" && as_dir=.
2160644fc5c1Stron  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2161644fc5c1Strondone
2162644fc5c1Stron
2163644fc5c1Stron       ;;
2164644fc5c1Stron  esac
2165644fc5c1Stron  # We did not find ourselves, most probably we were run as `sh COMMAND'
2166644fc5c1Stron  # in which case we are not to be found in the path.
2167644fc5c1Stron  if test "x$as_myself" = x; then
2168644fc5c1Stron    as_myself=$0
2169644fc5c1Stron  fi
2170644fc5c1Stron  if test ! -f "$as_myself"; then
2171644fc5c1Stron    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
2172644fc5c1Stronecho "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
2173644fc5c1Stron   { (exit 1); exit 1; }; }
2174644fc5c1Stron  fi
2175644fc5c1Stron  case $CONFIG_SHELL in
2176644fc5c1Stron  '')
2177644fc5c1Stron    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2178644fc5c1Stronfor as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
2179644fc5c1Strondo
2180644fc5c1Stron  IFS=$as_save_IFS
2181644fc5c1Stron  test -z "$as_dir" && as_dir=.
2182644fc5c1Stron  for as_base in sh bash ksh sh5; do
2183644fc5c1Stron	 case $as_dir in
2184644fc5c1Stron	 /*)
2185644fc5c1Stron	   if ("$as_dir/$as_base" -c '
2186644fc5c1Stron  as_lineno_1=$LINENO
2187644fc5c1Stron  as_lineno_2=$LINENO
2188644fc5c1Stron  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2189644fc5c1Stron  test "x$as_lineno_1" != "x$as_lineno_2" &&
2190644fc5c1Stron  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
2191644fc5c1Stron	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
2192644fc5c1Stron	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
2193644fc5c1Stron	     CONFIG_SHELL=$as_dir/$as_base
2194644fc5c1Stron	     export CONFIG_SHELL
2195644fc5c1Stron	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
2196644fc5c1Stron	   fi;;
2197644fc5c1Stron	 esac
2198644fc5c1Stron       done
2199644fc5c1Strondone
2200644fc5c1Stron;;
2201644fc5c1Stron  esac
2202644fc5c1Stron
2203644fc5c1Stron  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2204644fc5c1Stron  # uniformly replaced by the line number.  The first 'sed' inserts a
2205644fc5c1Stron  # line-number line before each line; the second 'sed' does the real
2206644fc5c1Stron  # work.  The second script uses 'N' to pair each line-number line
2207644fc5c1Stron  # with the numbered line, and appends trailing '-' during
2208644fc5c1Stron  # substitution so that $LINENO is not a special case at line end.
2209644fc5c1Stron  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
2210644fc5c1Stron  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
2211644fc5c1Stron  sed '=' <$as_myself |
2212644fc5c1Stron    sed '
2213644fc5c1Stron      N
2214644fc5c1Stron      s,$,-,
2215644fc5c1Stron      : loop
2216644fc5c1Stron      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
2217644fc5c1Stron      t loop
2218644fc5c1Stron      s,-$,,
2219644fc5c1Stron      s,^['$as_cr_digits']*\n,,
2220644fc5c1Stron    ' >$as_me.lineno &&
2221644fc5c1Stron  chmod +x $as_me.lineno ||
2222644fc5c1Stron    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
2223644fc5c1Stronecho "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
2224644fc5c1Stron   { (exit 1); exit 1; }; }
2225644fc5c1Stron
2226644fc5c1Stron  # Don't try to exec as it changes $[0], causing all sort of problems
2227644fc5c1Stron  # (the dirname of $[0] is not the place where we might find the
2228644fc5c1Stron  # original and so on.  Autoconf is especially sensible to this).
2229644fc5c1Stron  . ./$as_me.lineno
2230644fc5c1Stron  # Exit status is that of the last command.
2231644fc5c1Stron  exit
2232644fc5c1Stron}
2233644fc5c1Stron
2234644fc5c1Stron
2235644fc5c1Stroncase `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
2236644fc5c1Stron  *c*,-n*) ECHO_N= ECHO_C='
2237644fc5c1Stron' ECHO_T='	' ;;
2238644fc5c1Stron  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
2239644fc5c1Stron  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
2240644fc5c1Stronesac
2241644fc5c1Stron
2242644fc5c1Stronif expr a : '\(a\)' >/dev/null 2>&1; then
2243644fc5c1Stron  as_expr=expr
2244644fc5c1Stronelse
2245644fc5c1Stron  as_expr=false
2246644fc5c1Stronfi
2247644fc5c1Stron
2248644fc5c1Stronrm -f conf$$ conf$$.exe conf$$.file
2249644fc5c1Stronecho >conf$$.file
2250644fc5c1Stronif ln -s conf$$.file conf$$ 2>/dev/null; then
2251644fc5c1Stron  # We could just check for DJGPP; but this test a) works b) is more generic
2252644fc5c1Stron  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
2253644fc5c1Stron  if test -f conf$$.exe; then
2254644fc5c1Stron    # Don't use ln at all; we don't have any links
2255644fc5c1Stron    as_ln_s='cp -p'
2256644fc5c1Stron  else
2257644fc5c1Stron    as_ln_s='ln -s'
2258644fc5c1Stron  fi
2259644fc5c1Stronelif ln conf$$.file conf$$ 2>/dev/null; then
2260644fc5c1Stron  as_ln_s=ln
2261644fc5c1Stronelse
2262644fc5c1Stron  as_ln_s='cp -p'
2263644fc5c1Stronfi
2264644fc5c1Stronrm -f conf$$ conf$$.exe conf$$.file
2265644fc5c1Stron
2266644fc5c1Stronif mkdir -p . 2>/dev/null; then
2267644fc5c1Stron  as_mkdir_p=:
2268644fc5c1Stronelse
2269644fc5c1Stron  test -d ./-p && rmdir ./-p
2270644fc5c1Stron  as_mkdir_p=false
2271644fc5c1Stronfi
2272644fc5c1Stron
2273644fc5c1Stronas_executable_p="test -f"
2274644fc5c1Stron
2275644fc5c1Stron# Sed expression to map a string onto a valid CPP name.
2276644fc5c1Stronas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2277644fc5c1Stron
2278644fc5c1Stron# Sed expression to map a string onto a valid variable name.
2279644fc5c1Stronas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2280644fc5c1Stron
2281644fc5c1Stron
2282644fc5c1Stron# IFS
2283644fc5c1Stron# We need space, tab and new line, in precisely that order.
2284644fc5c1Stronas_nl='
2285644fc5c1Stron'
2286644fc5c1StronIFS=" 	$as_nl"
2287644fc5c1Stron
2288644fc5c1Stron# CDPATH.
2289644fc5c1Stron$as_unset CDPATH
2290644fc5c1Stron
2291644fc5c1Stronexec 6>&1
2292644fc5c1Stron
2293644fc5c1Stron# Open the log real soon, to keep \$[0] and so on meaningful, and to
2294644fc5c1Stron# report actual input values of CONFIG_FILES etc. instead of their
2295644fc5c1Stron# values after options handling.  Logging --version etc. is OK.
2296644fc5c1Stronexec 5>>config.log
2297644fc5c1Stron{
2298644fc5c1Stron  echo
2299644fc5c1Stron  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2300644fc5c1Stron## Running $as_me. ##
2301644fc5c1Stron_ASBOX
2302644fc5c1Stron} >&5
2303644fc5c1Stroncat >&5 <<_CSEOF
2304644fc5c1Stron
2305644fc5c1StronThis file was extended by font-sony-misc $as_me 1.0.0, which was
2306644fc5c1Strongenerated by GNU Autoconf 2.59.  Invocation command line was
2307644fc5c1Stron
2308644fc5c1Stron  CONFIG_FILES    = $CONFIG_FILES
2309644fc5c1Stron  CONFIG_HEADERS  = $CONFIG_HEADERS
2310644fc5c1Stron  CONFIG_LINKS    = $CONFIG_LINKS
2311644fc5c1Stron  CONFIG_COMMANDS = $CONFIG_COMMANDS
2312644fc5c1Stron  $ $0 $@
2313644fc5c1Stron
2314644fc5c1Stron_CSEOF
2315644fc5c1Stronecho "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
2316644fc5c1Stronecho >&5
2317644fc5c1Stron_ACEOF
2318644fc5c1Stron
2319644fc5c1Stron# Files that config.status was made for.
2320644fc5c1Stronif test -n "$ac_config_files"; then
2321644fc5c1Stron  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
2322644fc5c1Stronfi
2323644fc5c1Stron
2324644fc5c1Stronif test -n "$ac_config_headers"; then
2325644fc5c1Stron  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
2326644fc5c1Stronfi
2327644fc5c1Stron
2328644fc5c1Stronif test -n "$ac_config_links"; then
2329644fc5c1Stron  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
2330644fc5c1Stronfi
2331644fc5c1Stron
2332644fc5c1Stronif test -n "$ac_config_commands"; then
2333644fc5c1Stron  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
2334644fc5c1Stronfi
2335644fc5c1Stron
2336644fc5c1Stroncat >>$CONFIG_STATUS <<\_ACEOF
2337644fc5c1Stron
2338644fc5c1Stronac_cs_usage="\
2339644fc5c1Stron\`$as_me' instantiates files from templates according to the
2340644fc5c1Stroncurrent configuration.
2341644fc5c1Stron
2342644fc5c1StronUsage: $0 [OPTIONS] [FILE]...
2343644fc5c1Stron
2344644fc5c1Stron  -h, --help       print this help, then exit
2345644fc5c1Stron  -V, --version    print version number, then exit
2346644fc5c1Stron  -q, --quiet      do not print progress messages
2347644fc5c1Stron  -d, --debug      don't remove temporary files
2348644fc5c1Stron      --recheck    update $as_me by reconfiguring in the same conditions
2349644fc5c1Stron  --file=FILE[:TEMPLATE]
2350644fc5c1Stron		   instantiate the configuration file FILE
2351644fc5c1Stron
2352644fc5c1StronConfiguration files:
2353644fc5c1Stron$config_files
2354644fc5c1Stron
2355644fc5c1StronReport bugs to <bug-autoconf@gnu.org>."
2356644fc5c1Stron_ACEOF
2357644fc5c1Stron
2358644fc5c1Stroncat >>$CONFIG_STATUS <<_ACEOF
2359644fc5c1Stronac_cs_version="\\
2360644fc5c1Stronfont-sony-misc config.status 1.0.0
2361644fc5c1Stronconfigured by $0, generated by GNU Autoconf 2.59,
2362644fc5c1Stron  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2363644fc5c1Stron
2364644fc5c1StronCopyright (C) 2003 Free Software Foundation, Inc.
2365644fc5c1StronThis config.status script is free software; the Free Software Foundation
2366644fc5c1Strongives unlimited permission to copy, distribute and modify it."
2367644fc5c1Stronsrcdir=$srcdir
2368644fc5c1StronINSTALL="$INSTALL"
2369644fc5c1Stron_ACEOF
2370644fc5c1Stron
2371644fc5c1Stroncat >>$CONFIG_STATUS <<\_ACEOF
2372644fc5c1Stron# If no file are specified by the user, then we need to provide default
2373644fc5c1Stron# value.  By we need to know if files were specified by the user.
2374644fc5c1Stronac_need_defaults=:
2375644fc5c1Stronwhile test $# != 0
2376644fc5c1Strondo
2377644fc5c1Stron  case $1 in
2378644fc5c1Stron  --*=*)
2379644fc5c1Stron    ac_option=`expr "x$1" : 'x\([^=]*\)='`
2380644fc5c1Stron    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
2381644fc5c1Stron    ac_shift=:
2382644fc5c1Stron    ;;
2383644fc5c1Stron  -*)
2384644fc5c1Stron    ac_option=$1
2385644fc5c1Stron    ac_optarg=$2
2386644fc5c1Stron    ac_shift=shift
2387644fc5c1Stron    ;;
2388644fc5c1Stron  *) # This is not an option, so the user has probably given explicit
2389644fc5c1Stron     # arguments.
2390644fc5c1Stron     ac_option=$1
2391644fc5c1Stron     ac_need_defaults=false;;
2392644fc5c1Stron  esac
2393644fc5c1Stron
2394644fc5c1Stron  case $ac_option in
2395644fc5c1Stron  # Handling of the options.
2396644fc5c1Stron_ACEOF
2397644fc5c1Stroncat >>$CONFIG_STATUS <<\_ACEOF
2398644fc5c1Stron  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2399644fc5c1Stron    ac_cs_recheck=: ;;
2400644fc5c1Stron  --version | --vers* | -V )
2401644fc5c1Stron    echo "$ac_cs_version"; exit 0 ;;
2402644fc5c1Stron  --he | --h)
2403644fc5c1Stron    # Conflict between --help and --header
2404644fc5c1Stron    { { echo "$as_me:$LINENO: error: ambiguous option: $1
2405644fc5c1StronTry \`$0 --help' for more information." >&5
2406644fc5c1Stronecho "$as_me: error: ambiguous option: $1
2407644fc5c1StronTry \`$0 --help' for more information." >&2;}
2408644fc5c1Stron   { (exit 1); exit 1; }; };;
2409644fc5c1Stron  --help | --hel | -h )
2410644fc5c1Stron    echo "$ac_cs_usage"; exit 0 ;;
2411644fc5c1Stron  --debug | --d* | -d )
2412644fc5c1Stron    debug=: ;;
2413644fc5c1Stron  --file | --fil | --fi | --f )
2414644fc5c1Stron    $ac_shift
2415644fc5c1Stron    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
2416644fc5c1Stron    ac_need_defaults=false;;
2417644fc5c1Stron  --header | --heade | --head | --hea )
2418644fc5c1Stron    $ac_shift
2419644fc5c1Stron    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
2420644fc5c1Stron    ac_need_defaults=false;;
2421644fc5c1Stron  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2422644fc5c1Stron  | -silent | --silent | --silen | --sile | --sil | --si | --s)
2423644fc5c1Stron    ac_cs_silent=: ;;
2424644fc5c1Stron
2425644fc5c1Stron  # This is an error.
2426644fc5c1Stron  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
2427644fc5c1StronTry \`$0 --help' for more information." >&5
2428644fc5c1Stronecho "$as_me: error: unrecognized option: $1
2429644fc5c1StronTry \`$0 --help' for more information." >&2;}
2430644fc5c1Stron   { (exit 1); exit 1; }; } ;;
2431644fc5c1Stron
2432644fc5c1Stron  *) ac_config_targets="$ac_config_targets $1" ;;
2433644fc5c1Stron
2434644fc5c1Stron  esac
2435644fc5c1Stron  shift
2436644fc5c1Strondone
2437644fc5c1Stron
2438644fc5c1Stronac_configure_extra_args=
2439644fc5c1Stron
2440644fc5c1Stronif $ac_cs_silent; then
2441644fc5c1Stron  exec 6>/dev/null
2442644fc5c1Stron  ac_configure_extra_args="$ac_configure_extra_args --silent"
2443644fc5c1Stronfi
2444644fc5c1Stron
2445644fc5c1Stron_ACEOF
2446644fc5c1Stroncat >>$CONFIG_STATUS <<_ACEOF
2447644fc5c1Stronif \$ac_cs_recheck; then
2448644fc5c1Stron  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
2449644fc5c1Stron  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2450644fc5c1Stronfi
2451644fc5c1Stron
2452644fc5c1Stron_ACEOF
2453644fc5c1Stron
2454644fc5c1Stron
2455644fc5c1Stron
2456644fc5c1Stron
2457644fc5c1Stron
2458644fc5c1Stroncat >>$CONFIG_STATUS <<\_ACEOF
2459644fc5c1Stronfor ac_config_target in $ac_config_targets
2460644fc5c1Strondo
2461644fc5c1Stron  case "$ac_config_target" in
2462644fc5c1Stron  # Handling of arguments.
2463644fc5c1Stron  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2464644fc5c1Stron  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
2465644fc5c1Stronecho "$as_me: error: invalid argument: $ac_config_target" >&2;}
2466644fc5c1Stron   { (exit 1); exit 1; }; };;
2467644fc5c1Stron  esac
2468644fc5c1Strondone
2469644fc5c1Stron
2470644fc5c1Stron# If the user did not use the arguments to specify the items to instantiate,
2471644fc5c1Stron# then the envvar interface is used.  Set only those that are not.
2472644fc5c1Stron# We use the long form for the default assignment because of an extremely
2473644fc5c1Stron# bizarre bug on SunOS 4.1.3.
2474644fc5c1Stronif $ac_need_defaults; then
2475644fc5c1Stron  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
2476644fc5c1Stronfi
2477644fc5c1Stron
2478644fc5c1Stron# Have a temporary directory for convenience.  Make it in the build tree
2479644fc5c1Stron# simply because there is no reason to put it here, and in addition,
2480644fc5c1Stron# creating and moving files from /tmp can sometimes cause problems.
2481644fc5c1Stron# Create a temporary directory, and hook for its removal unless debugging.
2482644fc5c1Stron$debug ||
2483644fc5c1Stron{
2484644fc5c1Stron  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
2485644fc5c1Stron  trap '{ (exit 1); exit 1; }' 1 2 13 15
2486644fc5c1Stron}
2487644fc5c1Stron
2488644fc5c1Stron# Create a (secure) tmp directory for tmp files.
2489644fc5c1Stron
2490644fc5c1Stron{
2491644fc5c1Stron  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
2492644fc5c1Stron  test -n "$tmp" && test -d "$tmp"
2493644fc5c1Stron}  ||
2494644fc5c1Stron{
2495644fc5c1Stron  tmp=./confstat$$-$RANDOM
2496644fc5c1Stron  (umask 077 && mkdir $tmp)
2497644fc5c1Stron} ||
2498644fc5c1Stron{
2499644fc5c1Stron   echo "$me: cannot create a temporary directory in ." >&2
2500644fc5c1Stron   { (exit 1); exit 1; }
2501644fc5c1Stron}
2502644fc5c1Stron
2503644fc5c1Stron_ACEOF
2504644fc5c1Stron
2505644fc5c1Stroncat >>$CONFIG_STATUS <<_ACEOF
2506644fc5c1Stron
2507644fc5c1Stron#
2508644fc5c1Stron# CONFIG_FILES section.
2509644fc5c1Stron#
2510644fc5c1Stron
2511644fc5c1Stron# No need to generate the scripts if there are no CONFIG_FILES.
2512644fc5c1Stron# This happens for instance when ./config.status config.h
2513644fc5c1Stronif test -n "\$CONFIG_FILES"; then
2514644fc5c1Stron  # Protect against being on the right side of a sed subst in config.status.
2515644fc5c1Stron  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
2516644fc5c1Stron   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
2517644fc5c1Strons,@SHELL@,$SHELL,;t t
2518644fc5c1Strons,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
2519644fc5c1Strons,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
2520644fc5c1Strons,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
2521644fc5c1Strons,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
2522644fc5c1Strons,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
2523644fc5c1Strons,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
2524644fc5c1Strons,@exec_prefix@,$exec_prefix,;t t
2525644fc5c1Strons,@prefix@,$prefix,;t t
2526644fc5c1Strons,@program_transform_name@,$program_transform_name,;t t
2527644fc5c1Strons,@bindir@,$bindir,;t t
2528644fc5c1Strons,@sbindir@,$sbindir,;t t
2529644fc5c1Strons,@libexecdir@,$libexecdir,;t t
2530644fc5c1Strons,@datadir@,$datadir,;t t
2531644fc5c1Strons,@sysconfdir@,$sysconfdir,;t t
2532644fc5c1Strons,@sharedstatedir@,$sharedstatedir,;t t
2533644fc5c1Strons,@localstatedir@,$localstatedir,;t t
2534644fc5c1Strons,@libdir@,$libdir,;t t
2535644fc5c1Strons,@includedir@,$includedir,;t t
2536644fc5c1Strons,@oldincludedir@,$oldincludedir,;t t
2537644fc5c1Strons,@infodir@,$infodir,;t t
2538644fc5c1Strons,@mandir@,$mandir,;t t
2539644fc5c1Strons,@build_alias@,$build_alias,;t t
2540644fc5c1Strons,@host_alias@,$host_alias,;t t
2541644fc5c1Strons,@target_alias@,$target_alias,;t t
2542644fc5c1Strons,@DEFS@,$DEFS,;t t
2543644fc5c1Strons,@ECHO_C@,$ECHO_C,;t t
2544644fc5c1Strons,@ECHO_N@,$ECHO_N,;t t
2545644fc5c1Strons,@ECHO_T@,$ECHO_T,;t t
2546644fc5c1Strons,@LIBS@,$LIBS,;t t
2547644fc5c1Strons,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
2548644fc5c1Strons,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
2549644fc5c1Strons,@INSTALL_DATA@,$INSTALL_DATA,;t t
2550644fc5c1Strons,@CYGPATH_W@,$CYGPATH_W,;t t
2551644fc5c1Strons,@PACKAGE@,$PACKAGE,;t t
2552644fc5c1Strons,@VERSION@,$VERSION,;t t
2553644fc5c1Strons,@ACLOCAL@,$ACLOCAL,;t t
2554644fc5c1Strons,@AUTOCONF@,$AUTOCONF,;t t
2555644fc5c1Strons,@AUTOMAKE@,$AUTOMAKE,;t t
2556644fc5c1Strons,@AUTOHEADER@,$AUTOHEADER,;t t
2557644fc5c1Strons,@MAKEINFO@,$MAKEINFO,;t t
2558644fc5c1Strons,@AMTAR@,$AMTAR,;t t
2559644fc5c1Strons,@install_sh@,$install_sh,;t t
2560644fc5c1Strons,@STRIP@,$STRIP,;t t
2561644fc5c1Strons,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
2562644fc5c1Strons,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
2563644fc5c1Strons,@AWK@,$AWK,;t t
2564644fc5c1Strons,@SET_MAKE@,$SET_MAKE,;t t
2565644fc5c1Strons,@am__leading_dot@,$am__leading_dot,;t t
2566644fc5c1Strons,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
2567644fc5c1Strons,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
2568644fc5c1Strons,@MAINT@,$MAINT,;t t
2569644fc5c1Strons,@BDFTOPCF@,$BDFTOPCF,;t t
2570644fc5c1Strons,@MKFONTSCALE@,$MKFONTSCALE,;t t
2571644fc5c1Strons,@MKFONTDIR@,$MKFONTDIR,;t t
2572644fc5c1Strons,@FONTDIR@,$FONTDIR,;t t
2573644fc5c1Strons,@LIBOBJS@,$LIBOBJS,;t t
2574644fc5c1Strons,@LTLIBOBJS@,$LTLIBOBJS,;t t
2575644fc5c1StronCEOF
2576644fc5c1Stron
2577644fc5c1Stron_ACEOF
2578644fc5c1Stron
2579644fc5c1Stron  cat >>$CONFIG_STATUS <<\_ACEOF
2580644fc5c1Stron  # Split the substitutions into bite-sized pieces for seds with
2581644fc5c1Stron  # small command number limits, like on Digital OSF/1 and HP-UX.
2582644fc5c1Stron  ac_max_sed_lines=48
2583644fc5c1Stron  ac_sed_frag=1 # Number of current file.
2584644fc5c1Stron  ac_beg=1 # First line for current file.
2585644fc5c1Stron  ac_end=$ac_max_sed_lines # Line after last line for current file.
2586644fc5c1Stron  ac_more_lines=:
2587644fc5c1Stron  ac_sed_cmds=
2588644fc5c1Stron  while $ac_more_lines; do
2589644fc5c1Stron    if test $ac_beg -gt 1; then
2590644fc5c1Stron      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2591644fc5c1Stron    else
2592644fc5c1Stron      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2593644fc5c1Stron    fi
2594644fc5c1Stron    if test ! -s $tmp/subs.frag; then
2595644fc5c1Stron      ac_more_lines=false
2596644fc5c1Stron    else
2597644fc5c1Stron      # The purpose of the label and of the branching condition is to
2598644fc5c1Stron      # speed up the sed processing (if there are no `@' at all, there
2599644fc5c1Stron      # is no need to browse any of the substitutions).
2600644fc5c1Stron      # These are the two extra sed commands mentioned above.
2601644fc5c1Stron      (echo ':t
2602644fc5c1Stron  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
2603644fc5c1Stron      if test -z "$ac_sed_cmds"; then
2604644fc5c1Stron	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
2605644fc5c1Stron      else
2606644fc5c1Stron	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
2607644fc5c1Stron      fi
2608644fc5c1Stron      ac_sed_frag=`expr $ac_sed_frag + 1`
2609644fc5c1Stron      ac_beg=$ac_end
2610644fc5c1Stron      ac_end=`expr $ac_end + $ac_max_sed_lines`
2611644fc5c1Stron    fi
2612644fc5c1Stron  done
2613644fc5c1Stron  if test -z "$ac_sed_cmds"; then
2614644fc5c1Stron    ac_sed_cmds=cat
2615644fc5c1Stron  fi
2616644fc5c1Stronfi # test -n "$CONFIG_FILES"
2617644fc5c1Stron
2618644fc5c1Stron_ACEOF
2619644fc5c1Stroncat >>$CONFIG_STATUS <<\_ACEOF
2620644fc5c1Stronfor ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
2621644fc5c1Stron  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2622644fc5c1Stron  case $ac_file in
2623644fc5c1Stron  - | *:- | *:-:* ) # input from stdin
2624644fc5c1Stron	cat >$tmp/stdin
2625644fc5c1Stron	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2626644fc5c1Stron	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2627644fc5c1Stron  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2628644fc5c1Stron	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2629644fc5c1Stron  * )   ac_file_in=$ac_file.in ;;
2630644fc5c1Stron  esac
2631644fc5c1Stron
2632644fc5c1Stron  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
2633644fc5c1Stron  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
2634644fc5c1Stron$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2635644fc5c1Stron	 X"$ac_file" : 'X\(//\)[^/]' \| \
2636644fc5c1Stron	 X"$ac_file" : 'X\(//\)$' \| \
2637644fc5c1Stron	 X"$ac_file" : 'X\(/\)' \| \
2638644fc5c1Stron	 .     : '\(.\)' 2>/dev/null ||
2639644fc5c1Stronecho X"$ac_file" |
2640644fc5c1Stron    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2641644fc5c1Stron  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2642644fc5c1Stron  	  /^X\(\/\/\)$/{ s//\1/; q; }
2643644fc5c1Stron  	  /^X\(\/\).*/{ s//\1/; q; }
2644644fc5c1Stron  	  s/.*/./; q'`
2645644fc5c1Stron  { if $as_mkdir_p; then
2646644fc5c1Stron    mkdir -p "$ac_dir"
2647644fc5c1Stron  else
2648644fc5c1Stron    as_dir="$ac_dir"
2649644fc5c1Stron    as_dirs=
2650644fc5c1Stron    while test ! -d "$as_dir"; do
2651644fc5c1Stron      as_dirs="$as_dir $as_dirs"
2652644fc5c1Stron      as_dir=`(dirname "$as_dir") 2>/dev/null ||
2653644fc5c1Stron$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2654644fc5c1Stron	 X"$as_dir" : 'X\(//\)[^/]' \| \
2655644fc5c1Stron	 X"$as_dir" : 'X\(//\)$' \| \
2656644fc5c1Stron	 X"$as_dir" : 'X\(/\)' \| \
2657644fc5c1Stron	 .     : '\(.\)' 2>/dev/null ||
2658644fc5c1Stronecho X"$as_dir" |
2659644fc5c1Stron    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2660644fc5c1Stron  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2661644fc5c1Stron  	  /^X\(\/\/\)$/{ s//\1/; q; }
2662644fc5c1Stron  	  /^X\(\/\).*/{ s//\1/; q; }
2663644fc5c1Stron  	  s/.*/./; q'`
2664644fc5c1Stron    done
2665644fc5c1Stron    test ! -n "$as_dirs" || mkdir $as_dirs
2666644fc5c1Stron  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
2667644fc5c1Stronecho "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
2668644fc5c1Stron   { (exit 1); exit 1; }; }; }
2669644fc5c1Stron
2670644fc5c1Stron  ac_builddir=.
2671644fc5c1Stron
2672644fc5c1Stronif test "$ac_dir" != .; then
2673644fc5c1Stron  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
2674644fc5c1Stron  # A "../" for each directory in $ac_dir_suffix.
2675644fc5c1Stron  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
2676644fc5c1Stronelse
2677644fc5c1Stron  ac_dir_suffix= ac_top_builddir=
2678644fc5c1Stronfi
2679644fc5c1Stron
2680644fc5c1Stroncase $srcdir in
2681644fc5c1Stron  .)  # No --srcdir option.  We are building in place.
2682644fc5c1Stron    ac_srcdir=.
2683644fc5c1Stron    if test -z "$ac_top_builddir"; then
2684644fc5c1Stron       ac_top_srcdir=.
2685644fc5c1Stron    else
2686644fc5c1Stron       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
2687644fc5c1Stron    fi ;;
2688644fc5c1Stron  [\\/]* | ?:[\\/]* )  # Absolute path.
2689644fc5c1Stron    ac_srcdir=$srcdir$ac_dir_suffix;
2690644fc5c1Stron    ac_top_srcdir=$srcdir ;;
2691644fc5c1Stron  *) # Relative path.
2692644fc5c1Stron    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
2693644fc5c1Stron    ac_top_srcdir=$ac_top_builddir$srcdir ;;
2694644fc5c1Stronesac
2695644fc5c1Stron
2696644fc5c1Stron# Do not use `cd foo && pwd` to compute absolute paths, because
2697644fc5c1Stron# the directories may not exist.
2698644fc5c1Stroncase `pwd` in
2699644fc5c1Stron.) ac_abs_builddir="$ac_dir";;
2700644fc5c1Stron*)
2701644fc5c1Stron  case "$ac_dir" in
2702644fc5c1Stron  .) ac_abs_builddir=`pwd`;;
2703644fc5c1Stron  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
2704644fc5c1Stron  *) ac_abs_builddir=`pwd`/"$ac_dir";;
2705644fc5c1Stron  esac;;
2706644fc5c1Stronesac
2707644fc5c1Stroncase $ac_abs_builddir in
2708644fc5c1Stron.) ac_abs_top_builddir=${ac_top_builddir}.;;
2709644fc5c1Stron*)
2710644fc5c1Stron  case ${ac_top_builddir}. in
2711644fc5c1Stron  .) ac_abs_top_builddir=$ac_abs_builddir;;
2712644fc5c1Stron  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
2713644fc5c1Stron  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
2714644fc5c1Stron  esac;;
2715644fc5c1Stronesac
2716644fc5c1Stroncase $ac_abs_builddir in
2717644fc5c1Stron.) ac_abs_srcdir=$ac_srcdir;;
2718644fc5c1Stron*)
2719644fc5c1Stron  case $ac_srcdir in
2720644fc5c1Stron  .) ac_abs_srcdir=$ac_abs_builddir;;
2721644fc5c1Stron  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
2722644fc5c1Stron  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
2723644fc5c1Stron  esac;;
2724644fc5c1Stronesac
2725644fc5c1Stroncase $ac_abs_builddir in
2726644fc5c1Stron.) ac_abs_top_srcdir=$ac_top_srcdir;;
2727644fc5c1Stron*)
2728644fc5c1Stron  case $ac_top_srcdir in
2729644fc5c1Stron  .) ac_abs_top_srcdir=$ac_abs_builddir;;
2730644fc5c1Stron  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
2731644fc5c1Stron  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
2732644fc5c1Stron  esac;;
2733644fc5c1Stronesac
2734644fc5c1Stron
2735644fc5c1Stron
2736644fc5c1Stron  case $INSTALL in
2737644fc5c1Stron  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
2738644fc5c1Stron  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
2739644fc5c1Stron  esac
2740644fc5c1Stron
2741644fc5c1Stron  if test x"$ac_file" != x-; then
2742644fc5c1Stron    { echo "$as_me:$LINENO: creating $ac_file" >&5
2743644fc5c1Stronecho "$as_me: creating $ac_file" >&6;}
2744644fc5c1Stron    rm -f "$ac_file"
2745644fc5c1Stron  fi
2746644fc5c1Stron  # Let's still pretend it is `configure' which instantiates (i.e., don't
2747644fc5c1Stron  # use $as_me), people would be surprised to read:
2748644fc5c1Stron  #    /* config.h.  Generated by config.status.  */
2749644fc5c1Stron  if test x"$ac_file" = x-; then
2750644fc5c1Stron    configure_input=
2751644fc5c1Stron  else
2752644fc5c1Stron    configure_input="$ac_file.  "
2753644fc5c1Stron  fi
2754644fc5c1Stron  configure_input=$configure_input"Generated from `echo $ac_file_in |
2755644fc5c1Stron				     sed 's,.*/,,'` by configure."
2756644fc5c1Stron
2757644fc5c1Stron  # First look for the input files in the build tree, otherwise in the
2758644fc5c1Stron  # src tree.
2759644fc5c1Stron  ac_file_inputs=`IFS=:
2760644fc5c1Stron    for f in $ac_file_in; do
2761644fc5c1Stron      case $f in
2762644fc5c1Stron      -) echo $tmp/stdin ;;
2763644fc5c1Stron      [\\/$]*)
2764644fc5c1Stron	 # Absolute (can't be DOS-style, as IFS=:)
2765644fc5c1Stron	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
2766644fc5c1Stronecho "$as_me: error: cannot find input file: $f" >&2;}
2767644fc5c1Stron   { (exit 1); exit 1; }; }
2768644fc5c1Stron	 echo "$f";;
2769644fc5c1Stron      *) # Relative
2770644fc5c1Stron	 if test -f "$f"; then
2771644fc5c1Stron	   # Build tree
2772644fc5c1Stron	   echo "$f"
2773644fc5c1Stron	 elif test -f "$srcdir/$f"; then
2774644fc5c1Stron	   # Source tree
2775644fc5c1Stron	   echo "$srcdir/$f"
2776644fc5c1Stron	 else
2777644fc5c1Stron	   # /dev/null tree
2778644fc5c1Stron	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
2779644fc5c1Stronecho "$as_me: error: cannot find input file: $f" >&2;}
2780644fc5c1Stron   { (exit 1); exit 1; }; }
2781644fc5c1Stron	 fi;;
2782644fc5c1Stron      esac
2783644fc5c1Stron    done` || { (exit 1); exit 1; }
2784644fc5c1Stron_ACEOF
2785644fc5c1Stroncat >>$CONFIG_STATUS <<_ACEOF
2786644fc5c1Stron  sed "$ac_vpsub
2787644fc5c1Stron$extrasub
2788644fc5c1Stron_ACEOF
2789644fc5c1Stroncat >>$CONFIG_STATUS <<\_ACEOF
2790644fc5c1Stron:t
2791644fc5c1Stron/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
2792644fc5c1Strons,@configure_input@,$configure_input,;t t
2793644fc5c1Strons,@srcdir@,$ac_srcdir,;t t
2794644fc5c1Strons,@abs_srcdir@,$ac_abs_srcdir,;t t
2795644fc5c1Strons,@top_srcdir@,$ac_top_srcdir,;t t
2796644fc5c1Strons,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
2797644fc5c1Strons,@builddir@,$ac_builddir,;t t
2798644fc5c1Strons,@abs_builddir@,$ac_abs_builddir,;t t
2799644fc5c1Strons,@top_builddir@,$ac_top_builddir,;t t
2800644fc5c1Strons,@abs_top_builddir@,$ac_abs_top_builddir,;t t
2801644fc5c1Strons,@INSTALL@,$ac_INSTALL,;t t
2802644fc5c1Stron" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
2803644fc5c1Stron  rm -f $tmp/stdin
2804644fc5c1Stron  if test x"$ac_file" != x-; then
2805644fc5c1Stron    mv $tmp/out $ac_file
2806644fc5c1Stron  else
2807644fc5c1Stron    cat $tmp/out
2808644fc5c1Stron    rm -f $tmp/out
2809644fc5c1Stron  fi
2810644fc5c1Stron
2811644fc5c1Strondone
2812644fc5c1Stron_ACEOF
2813644fc5c1Stron
2814644fc5c1Stroncat >>$CONFIG_STATUS <<\_ACEOF
2815644fc5c1Stron
2816644fc5c1Stron{ (exit 0); exit 0; }
2817644fc5c1Stron_ACEOF
2818644fc5c1Stronchmod +x $CONFIG_STATUS
2819644fc5c1Stronac_clean_files=$ac_clean_files_save
2820644fc5c1Stron
2821644fc5c1Stron
2822644fc5c1Stron# configure is writing to config.log, and then calls config.status.
2823644fc5c1Stron# config.status does its own redirection, appending to config.log.
2824644fc5c1Stron# Unfortunately, on DOS this fails, as config.log is still kept open
2825644fc5c1Stron# by configure, so config.status won't be able to write to it; its
2826644fc5c1Stron# output is simply discarded.  So we exec the FD to /dev/null,
2827644fc5c1Stron# effectively closing config.log, so it can be properly (re)opened and
2828644fc5c1Stron# appended to by config.status.  When coming back to configure, we
2829644fc5c1Stron# need to make the FD available again.
2830644fc5c1Stronif test "$no_create" != yes; then
2831644fc5c1Stron  ac_cs_success=:
2832644fc5c1Stron  ac_config_status_args=
2833644fc5c1Stron  test "$silent" = yes &&
2834644fc5c1Stron    ac_config_status_args="$ac_config_status_args --quiet"
2835644fc5c1Stron  exec 5>/dev/null
2836644fc5c1Stron  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
2837644fc5c1Stron  exec 5>>config.log
2838644fc5c1Stron  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
2839644fc5c1Stron  # would make configure fail if this is the last instruction.
2840644fc5c1Stron  $ac_cs_success || { (exit 1); exit 1; }
2841644fc5c1Stronfi
2842644fc5c1Stron
2843