108f3b10eSmrg#! /bin/sh
208f3b10eSmrg# Guess values for system-dependent variables and create Makefiles.
309924814Smrg# Generated by GNU Autoconf 2.71 for font-adobe-utopia-100dpi 1.0.5.
408f3b10eSmrg#
509924814Smrg# Report bugs to <https://gitlab.freedesktop.org/xorg/font/adobe-utopia-100dpi/-/issues>.
608f3b10eSmrg#
7883dc8a3Smrg#
809924814Smrg# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
909924814Smrg# Inc.
10883dc8a3Smrg#
11883dc8a3Smrg#
1208f3b10eSmrg# This configure script is free software; the Free Software Foundation
1308f3b10eSmrg# gives unlimited permission to copy, distribute and modify it.
14883dc8a3Smrg## -------------------- ##
15883dc8a3Smrg## M4sh Initialization. ##
16883dc8a3Smrg## -------------------- ##
1708f3b10eSmrg
18516e9f99Smrg# Be more Bourne compatible
19516e9f99SmrgDUALCASE=1; export DUALCASE # for MKS sh
2009924814Smrgas_nop=:
2109924814Smrgif test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
2209924814Smrgthen :
2308f3b10eSmrg  emulate sh
2408f3b10eSmrg  NULLCMD=:
25516e9f99Smrg  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
2608f3b10eSmrg  # is contrary to our usage.  Disable this feature.
2708f3b10eSmrg  alias -g '${1+"$@"}'='"$@"'
28516e9f99Smrg  setopt NO_GLOB_SUBST
2909924814Smrgelse $as_nop
30883dc8a3Smrg  case `(set -o) 2>/dev/null` in #(
31883dc8a3Smrg  *posix*) :
32883dc8a3Smrg    set -o posix ;; #(
33883dc8a3Smrg  *) :
34883dc8a3Smrg     ;;
35516e9f99Smrgesac
36516e9f99Smrgfi
37516e9f99Smrg
38516e9f99Smrg
3909924814Smrg
4009924814Smrg# Reset variables that may have inherited troublesome values from
4109924814Smrg# the environment.
4209924814Smrg
4309924814Smrg# IFS needs to be set, to space, tab, and newline, in precisely that order.
4409924814Smrg# (If _AS_PATH_WALK were called with IFS unset, it would have the
4509924814Smrg# side effect of setting IFS to empty, thus disabling word splitting.)
4609924814Smrg# Quoting is to prevent editors from complaining about space-tab.
47516e9f99Smrgas_nl='
48516e9f99Smrg'
49516e9f99Smrgexport as_nl
5009924814SmrgIFS=" ""	$as_nl"
5109924814Smrg
5209924814SmrgPS1='$ '
5309924814SmrgPS2='> '
5409924814SmrgPS4='+ '
5509924814Smrg
5609924814Smrg# Ensure predictable behavior from utilities with locale-dependent output.
5709924814SmrgLC_ALL=C
5809924814Smrgexport LC_ALL
5909924814SmrgLANGUAGE=C
6009924814Smrgexport LANGUAGE
6109924814Smrg
6209924814Smrg# We cannot yet rely on "unset" to work, but we need these variables
6309924814Smrg# to be unset--not just set to an empty or harmless value--now, to
6409924814Smrg# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh).  This construct
6509924814Smrg# also avoids known problems related to "unset" and subshell syntax
6609924814Smrg# in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
6709924814Smrgfor as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
6809924814Smrgdo eval test \${$as_var+y} \
6909924814Smrg  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
7009924814Smrgdone
7109924814Smrg
7209924814Smrg# Ensure that fds 0, 1, and 2 are open.
7309924814Smrgif (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
7409924814Smrgif (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
7509924814Smrgif (exec 3>&2)            ; then :; else exec 2>/dev/null; fi
76516e9f99Smrg
77516e9f99Smrg# The user is always right.
7809924814Smrgif ${PATH_SEPARATOR+false} :; then
79516e9f99Smrg  PATH_SEPARATOR=:
80516e9f99Smrg  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
81516e9f99Smrg    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
82516e9f99Smrg      PATH_SEPARATOR=';'
83516e9f99Smrg  }
8408f3b10eSmrgfi
8508f3b10eSmrg
8608f3b10eSmrg
87516e9f99Smrg# Find who we are.  Look in the path if we contain no directory separator.
88883dc8a3Smrgas_myself=
89883dc8a3Smrgcase $0 in #((
90516e9f99Smrg  *[\\/]* ) as_myself=$0 ;;
91516e9f99Smrg  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
92516e9f99Smrgfor as_dir in $PATH
93516e9f99Smrgdo
94516e9f99Smrg  IFS=$as_save_IFS
9509924814Smrg  case $as_dir in #(((
9609924814Smrg    '') as_dir=./ ;;
9709924814Smrg    */) ;;
9809924814Smrg    *) as_dir=$as_dir/ ;;
9909924814Smrg  esac
10009924814Smrg    test -r "$as_dir$0" && as_myself=$as_dir$0 && break
101883dc8a3Smrg  done
102516e9f99SmrgIFS=$as_save_IFS
103516e9f99Smrg
104516e9f99Smrg     ;;
105516e9f99Smrgesac
106516e9f99Smrg# We did not find ourselves, most probably we were run as `sh COMMAND'
107516e9f99Smrg# in which case we are not to be found in the path.
108516e9f99Smrgif test "x$as_myself" = x; then
109516e9f99Smrg  as_myself=$0
110516e9f99Smrgfi
111516e9f99Smrgif test ! -f "$as_myself"; then
11209924814Smrg  printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113883dc8a3Smrg  exit 1
114516e9f99Smrgfi
115516e9f99Smrg
116883dc8a3Smrg
11709924814Smrg# Use a proper internal environment variable to ensure we don't fall
11809924814Smrg  # into an infinite loop, continuously re-executing ourselves.
11909924814Smrg  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
12009924814Smrg    _as_can_reexec=no; export _as_can_reexec;
12109924814Smrg    # We cannot yet assume a decent shell, so we have to provide a
12209924814Smrg# neutralization value for shells without unset; and this also
12309924814Smrg# works around shells that cannot unset nonexistent variables.
12409924814Smrg# Preserve -v and -x to the replacement shell.
12509924814SmrgBASH_ENV=/dev/null
12609924814SmrgENV=/dev/null
12709924814Smrg(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
12809924814Smrgcase $- in # ((((
12909924814Smrg  *v*x* | *x*v* ) as_opts=-vx ;;
13009924814Smrg  *v* ) as_opts=-v ;;
13109924814Smrg  *x* ) as_opts=-x ;;
13209924814Smrg  * ) as_opts= ;;
13309924814Smrgesac
13409924814Smrgexec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
13509924814Smrg# Admittedly, this is quite paranoid, since all the known shells bail
13609924814Smrg# out after a failed `exec'.
13709924814Smrgprintf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
13809924814Smrgexit 255
13909924814Smrg  fi
14009924814Smrg  # We don't want this to propagate to other subprocesses.
14109924814Smrg          { _as_can_reexec=; unset _as_can_reexec;}
142883dc8a3Smrgif test "x$CONFIG_SHELL" = x; then
14309924814Smrg  as_bourne_compatible="as_nop=:
14409924814Smrgif test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
14509924814Smrgthen :
146883dc8a3Smrg  emulate sh
147883dc8a3Smrg  NULLCMD=:
148883dc8a3Smrg  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
149883dc8a3Smrg  # is contrary to our usage.  Disable this feature.
150883dc8a3Smrg  alias -g '\${1+\"\$@\"}'='\"\$@\"'
151883dc8a3Smrg  setopt NO_GLOB_SUBST
15209924814Smrgelse \$as_nop
153883dc8a3Smrg  case \`(set -o) 2>/dev/null\` in #(
154883dc8a3Smrg  *posix*) :
155883dc8a3Smrg    set -o posix ;; #(
156883dc8a3Smrg  *) :
157883dc8a3Smrg     ;;
158883dc8a3Smrgesac
159883dc8a3Smrgfi
160883dc8a3Smrg"
161883dc8a3Smrg  as_required="as_fn_return () { (exit \$1); }
162883dc8a3Smrgas_fn_success () { as_fn_return 0; }
163883dc8a3Smrgas_fn_failure () { as_fn_return 1; }
164883dc8a3Smrgas_fn_ret_success () { return 0; }
165883dc8a3Smrgas_fn_ret_failure () { return 1; }
166883dc8a3Smrg
167883dc8a3Smrgexitcode=0
168883dc8a3Smrgas_fn_success || { exitcode=1; echo as_fn_success failed.; }
169883dc8a3Smrgas_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
170883dc8a3Smrgas_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
171883dc8a3Smrgas_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
17209924814Smrgif ( set x; as_fn_ret_success y && test x = \"\$1\" )
17309924814Smrgthen :
174883dc8a3Smrg
17509924814Smrgelse \$as_nop
176883dc8a3Smrg  exitcode=1; echo positional parameters were not saved.
177883dc8a3Smrgfi
17809924814Smrgtest x\$exitcode = x0 || exit 1
17909924814Smrgblah=\$(echo \$(echo blah))
18009924814Smrgtest x\"\$blah\" = xblah || exit 1
18109924814Smrgtest -x / || exit 1"
182883dc8a3Smrg  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
183883dc8a3Smrg  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
184883dc8a3Smrg  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
185883dc8a3Smrg  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
186883dc8a3Smrgtest \$(( 1 + 1 )) = 2 || exit 1"
18709924814Smrg  if (eval "$as_required") 2>/dev/null
18809924814Smrgthen :
189883dc8a3Smrg  as_have_required=yes
19009924814Smrgelse $as_nop
191883dc8a3Smrg  as_have_required=no
192883dc8a3Smrgfi
19309924814Smrg  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null
19409924814Smrgthen :
195883dc8a3Smrg
19609924814Smrgelse $as_nop
197883dc8a3Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
198883dc8a3Smrgas_found=false
199883dc8a3Smrgfor as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
200883dc8a3Smrgdo
201883dc8a3Smrg  IFS=$as_save_IFS
20209924814Smrg  case $as_dir in #(((
20309924814Smrg    '') as_dir=./ ;;
20409924814Smrg    */) ;;
20509924814Smrg    *) as_dir=$as_dir/ ;;
20609924814Smrg  esac
207883dc8a3Smrg  as_found=:
208883dc8a3Smrg  case $as_dir in #(
209883dc8a3Smrg	 /*)
210883dc8a3Smrg	   for as_base in sh bash ksh sh5; do
211883dc8a3Smrg	     # Try only shells that exist, to save several forks.
21209924814Smrg	     as_shell=$as_dir$as_base
213883dc8a3Smrg	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
21409924814Smrg		    as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null
21509924814Smrgthen :
216883dc8a3Smrg  CONFIG_SHELL=$as_shell as_have_required=yes
21709924814Smrg		   if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null
21809924814Smrgthen :
219883dc8a3Smrg  break 2
220883dc8a3Smrgfi
221883dc8a3Smrgfi
222883dc8a3Smrg	   done;;
223883dc8a3Smrg       esac
224883dc8a3Smrg  as_found=false
225883dc8a3Smrgdone
226883dc8a3SmrgIFS=$as_save_IFS
22709924814Smrgif $as_found
22809924814Smrgthen :
229883dc8a3Smrg
23009924814Smrgelse $as_nop
23109924814Smrg  if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
23209924814Smrg	      as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null
23309924814Smrgthen :
23409924814Smrg  CONFIG_SHELL=$SHELL as_have_required=yes
235883dc8a3Smrgfi
23609924814Smrgfi
23709924814Smrg
238883dc8a3Smrg
23909924814Smrg      if test "x$CONFIG_SHELL" != x
24009924814Smrgthen :
24109924814Smrg  export CONFIG_SHELL
24209924814Smrg             # We cannot yet assume a decent shell, so we have to provide a
24309924814Smrg# neutralization value for shells without unset; and this also
24409924814Smrg# works around shells that cannot unset nonexistent variables.
24509924814Smrg# Preserve -v and -x to the replacement shell.
24609924814SmrgBASH_ENV=/dev/null
24709924814SmrgENV=/dev/null
24809924814Smrg(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
24909924814Smrgcase $- in # ((((
25009924814Smrg  *v*x* | *x*v* ) as_opts=-vx ;;
25109924814Smrg  *v* ) as_opts=-v ;;
25209924814Smrg  *x* ) as_opts=-x ;;
25309924814Smrg  * ) as_opts= ;;
25409924814Smrgesac
25509924814Smrgexec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
25609924814Smrg# Admittedly, this is quite paranoid, since all the known shells bail
25709924814Smrg# out after a failed `exec'.
25809924814Smrgprintf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
25909924814Smrgexit 255
26009924814Smrgfi
26109924814Smrg
26209924814Smrg    if test x$as_have_required = xno
26309924814Smrgthen :
26409924814Smrg  printf "%s\n" "$0: This script requires a shell more modern than all"
26509924814Smrg  printf "%s\n" "$0: the shells that I found on your system."
26609924814Smrg  if test ${ZSH_VERSION+y} ; then
26709924814Smrg    printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should"
26809924814Smrg    printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later."
269883dc8a3Smrg  else
27009924814Smrg    printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and
27109924814Smrg$0: https://gitlab.freedesktop.org/xorg/font/adobe-utopia-100dpi/-/issues
272883dc8a3Smrg$0: about your system, including any error possibly output
273883dc8a3Smrg$0: before this message. Then install a modern shell, or
274883dc8a3Smrg$0: manually run the script under such a shell if you do
275883dc8a3Smrg$0: have one."
276883dc8a3Smrg  fi
277883dc8a3Smrg  exit 1
278883dc8a3Smrgfi
279883dc8a3Smrgfi
280883dc8a3Smrgfi
281883dc8a3SmrgSHELL=${CONFIG_SHELL-/bin/sh}
282883dc8a3Smrgexport SHELL
283883dc8a3Smrg# Unset more variables known to interfere with behavior of common tools.
284883dc8a3SmrgCLICOLOR_FORCE= GREP_OPTIONS=
285883dc8a3Smrgunset CLICOLOR_FORCE GREP_OPTIONS
286883dc8a3Smrg
287883dc8a3Smrg## --------------------- ##
288883dc8a3Smrg## M4sh Shell Functions. ##
289883dc8a3Smrg## --------------------- ##
290883dc8a3Smrg# as_fn_unset VAR
291883dc8a3Smrg# ---------------
292883dc8a3Smrg# Portably unset VAR.
293883dc8a3Smrgas_fn_unset ()
294883dc8a3Smrg{
295883dc8a3Smrg  { eval $1=; unset $1;}
296883dc8a3Smrg}
297883dc8a3Smrgas_unset=as_fn_unset
298883dc8a3Smrg
29909924814Smrg
300883dc8a3Smrg# as_fn_set_status STATUS
301883dc8a3Smrg# -----------------------
302883dc8a3Smrg# Set $? to STATUS, without forking.
303883dc8a3Smrgas_fn_set_status ()
304883dc8a3Smrg{
305883dc8a3Smrg  return $1
306883dc8a3Smrg} # as_fn_set_status
307883dc8a3Smrg
308883dc8a3Smrg# as_fn_exit STATUS
309883dc8a3Smrg# -----------------
310883dc8a3Smrg# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
311883dc8a3Smrgas_fn_exit ()
312883dc8a3Smrg{
313883dc8a3Smrg  set +e
314883dc8a3Smrg  as_fn_set_status $1
315883dc8a3Smrg  exit $1
316883dc8a3Smrg} # as_fn_exit
31709924814Smrg# as_fn_nop
31809924814Smrg# ---------
31909924814Smrg# Do nothing but, unlike ":", preserve the value of $?.
32009924814Smrgas_fn_nop ()
32109924814Smrg{
32209924814Smrg  return $?
32309924814Smrg}
32409924814Smrgas_nop=as_fn_nop
325883dc8a3Smrg
326883dc8a3Smrg# as_fn_mkdir_p
327883dc8a3Smrg# -------------
328883dc8a3Smrg# Create "$as_dir" as a directory, including parents if necessary.
329883dc8a3Smrgas_fn_mkdir_p ()
330883dc8a3Smrg{
331883dc8a3Smrg
332883dc8a3Smrg  case $as_dir in #(
333883dc8a3Smrg  -*) as_dir=./$as_dir;;
334883dc8a3Smrg  esac
335883dc8a3Smrg  test -d "$as_dir" || eval $as_mkdir_p || {
336883dc8a3Smrg    as_dirs=
337883dc8a3Smrg    while :; do
338883dc8a3Smrg      case $as_dir in #(
33909924814Smrg      *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
340883dc8a3Smrg      *) as_qdir=$as_dir;;
341883dc8a3Smrg      esac
342883dc8a3Smrg      as_dirs="'$as_qdir' $as_dirs"
343883dc8a3Smrg      as_dir=`$as_dirname -- "$as_dir" ||
344883dc8a3Smrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
345883dc8a3Smrg	 X"$as_dir" : 'X\(//\)[^/]' \| \
346883dc8a3Smrg	 X"$as_dir" : 'X\(//\)$' \| \
347883dc8a3Smrg	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
34809924814Smrgprintf "%s\n" X"$as_dir" |
349883dc8a3Smrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
350883dc8a3Smrg	    s//\1/
351883dc8a3Smrg	    q
352883dc8a3Smrg	  }
353883dc8a3Smrg	  /^X\(\/\/\)[^/].*/{
354883dc8a3Smrg	    s//\1/
355883dc8a3Smrg	    q
356883dc8a3Smrg	  }
357883dc8a3Smrg	  /^X\(\/\/\)$/{
358883dc8a3Smrg	    s//\1/
359883dc8a3Smrg	    q
360883dc8a3Smrg	  }
361883dc8a3Smrg	  /^X\(\/\).*/{
362883dc8a3Smrg	    s//\1/
363883dc8a3Smrg	    q
364883dc8a3Smrg	  }
365883dc8a3Smrg	  s/.*/./; q'`
366883dc8a3Smrg      test -d "$as_dir" && break
367883dc8a3Smrg    done
368883dc8a3Smrg    test -z "$as_dirs" || eval "mkdir $as_dirs"
369883dc8a3Smrg  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
370883dc8a3Smrg
371883dc8a3Smrg
372883dc8a3Smrg} # as_fn_mkdir_p
37309924814Smrg
37409924814Smrg# as_fn_executable_p FILE
37509924814Smrg# -----------------------
37609924814Smrg# Test if FILE is an executable regular file.
37709924814Smrgas_fn_executable_p ()
37809924814Smrg{
37909924814Smrg  test -f "$1" && test -x "$1"
38009924814Smrg} # as_fn_executable_p
381883dc8a3Smrg# as_fn_append VAR VALUE
382883dc8a3Smrg# ----------------------
383883dc8a3Smrg# Append the text in VALUE to the end of the definition contained in VAR. Take
384883dc8a3Smrg# advantage of any shell optimizations that allow amortized linear growth over
385883dc8a3Smrg# repeated appends, instead of the typical quadratic growth present in naive
386883dc8a3Smrg# implementations.
38709924814Smrgif (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
38809924814Smrgthen :
389883dc8a3Smrg  eval 'as_fn_append ()
390883dc8a3Smrg  {
391883dc8a3Smrg    eval $1+=\$2
392883dc8a3Smrg  }'
39309924814Smrgelse $as_nop
394883dc8a3Smrg  as_fn_append ()
395883dc8a3Smrg  {
396883dc8a3Smrg    eval $1=\$$1\$2
397883dc8a3Smrg  }
398883dc8a3Smrgfi # as_fn_append
399883dc8a3Smrg
400883dc8a3Smrg# as_fn_arith ARG...
401883dc8a3Smrg# ------------------
402883dc8a3Smrg# Perform arithmetic evaluation on the ARGs, and store the result in the
403883dc8a3Smrg# global $as_val. Take advantage of shells that can avoid forks. The arguments
404883dc8a3Smrg# must be portable across $(()) and expr.
40509924814Smrgif (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
40609924814Smrgthen :
407883dc8a3Smrg  eval 'as_fn_arith ()
408883dc8a3Smrg  {
409883dc8a3Smrg    as_val=$(( $* ))
410883dc8a3Smrg  }'
41109924814Smrgelse $as_nop
412883dc8a3Smrg  as_fn_arith ()
413883dc8a3Smrg  {
414883dc8a3Smrg    as_val=`expr "$@" || test $? -eq 1`
415883dc8a3Smrg  }
416883dc8a3Smrgfi # as_fn_arith
417883dc8a3Smrg
41809924814Smrg# as_fn_nop
41909924814Smrg# ---------
42009924814Smrg# Do nothing but, unlike ":", preserve the value of $?.
42109924814Smrgas_fn_nop ()
42209924814Smrg{
42309924814Smrg  return $?
42409924814Smrg}
42509924814Smrgas_nop=as_fn_nop
426883dc8a3Smrg
427883dc8a3Smrg# as_fn_error STATUS ERROR [LINENO LOG_FD]
428883dc8a3Smrg# ----------------------------------------
429883dc8a3Smrg# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
430883dc8a3Smrg# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
431883dc8a3Smrg# script with STATUS, using 1 if that was 0.
432883dc8a3Smrgas_fn_error ()
433883dc8a3Smrg{
434883dc8a3Smrg  as_status=$1; test $as_status -eq 0 && as_status=1
435883dc8a3Smrg  if test "$4"; then
436883dc8a3Smrg    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
43709924814Smrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
438883dc8a3Smrg  fi
43909924814Smrg  printf "%s\n" "$as_me: error: $2" >&2
440883dc8a3Smrg  as_fn_exit $as_status
441883dc8a3Smrg} # as_fn_error
442883dc8a3Smrg
443516e9f99Smrgif expr a : '\(a\)' >/dev/null 2>&1 &&
444516e9f99Smrg   test "X`expr 00001 : '.*\(...\)'`" = X001; then
44508f3b10eSmrg  as_expr=expr
44608f3b10eSmrgelse
44708f3b10eSmrg  as_expr=false
44808f3b10eSmrgfi
44908f3b10eSmrg
450516e9f99Smrgif (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
45108f3b10eSmrg  as_basename=basename
45208f3b10eSmrgelse
45308f3b10eSmrg  as_basename=false
45408f3b10eSmrgfi
45508f3b10eSmrg
456883dc8a3Smrgif (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
457883dc8a3Smrg  as_dirname=dirname
458883dc8a3Smrgelse
459883dc8a3Smrg  as_dirname=false
460883dc8a3Smrgfi
46108f3b10eSmrg
462516e9f99Smrgas_me=`$as_basename -- "$0" ||
46308f3b10eSmrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
46408f3b10eSmrg	 X"$0" : 'X\(//\)$' \| \
465516e9f99Smrg	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
46609924814Smrgprintf "%s\n" X/"$0" |
467516e9f99Smrg    sed '/^.*\/\([^/][^/]*\)\/*$/{
468516e9f99Smrg	    s//\1/
469516e9f99Smrg	    q
470516e9f99Smrg	  }
471516e9f99Smrg	  /^X\/\(\/\/\)$/{
472516e9f99Smrg	    s//\1/
473516e9f99Smrg	    q
474516e9f99Smrg	  }
475516e9f99Smrg	  /^X\/\(\/\).*/{
476516e9f99Smrg	    s//\1/
477516e9f99Smrg	    q
478516e9f99Smrg	  }
479516e9f99Smrg	  s/.*/./; q'`
48008f3b10eSmrg
481883dc8a3Smrg# Avoid depending upon Character Ranges.
482883dc8a3Smrgas_cr_letters='abcdefghijklmnopqrstuvwxyz'
483883dc8a3Smrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
484883dc8a3Smrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS
485883dc8a3Smrgas_cr_digits='0123456789'
486883dc8a3Smrgas_cr_alnum=$as_cr_Letters$as_cr_digits
48708f3b10eSmrg
48808f3b10eSmrg
489883dc8a3Smrg  as_lineno_1=$LINENO as_lineno_1a=$LINENO
490883dc8a3Smrg  as_lineno_2=$LINENO as_lineno_2a=$LINENO
491883dc8a3Smrg  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
492883dc8a3Smrg  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
493883dc8a3Smrg  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
494883dc8a3Smrg  sed -n '
495883dc8a3Smrg    p
496883dc8a3Smrg    /[$]LINENO/=
497883dc8a3Smrg  ' <$as_myself |
498883dc8a3Smrg    sed '
499883dc8a3Smrg      s/[$]LINENO.*/&-/
500883dc8a3Smrg      t lineno
501883dc8a3Smrg      b
502883dc8a3Smrg      :lineno
503883dc8a3Smrg      N
504883dc8a3Smrg      :loop
505883dc8a3Smrg      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
506883dc8a3Smrg      t loop
507883dc8a3Smrg      s/-\n.*//
508883dc8a3Smrg    ' >$as_me.lineno &&
509883dc8a3Smrg  chmod +x "$as_me.lineno" ||
51009924814Smrg    { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
51108f3b10eSmrg
51209924814Smrg  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
51309924814Smrg  # already done that, so ensure we don't try to do so again and fall
51409924814Smrg  # in an infinite loop.  This has already happened in practice.
51509924814Smrg  _as_can_reexec=no; export _as_can_reexec
516883dc8a3Smrg  # Don't try to exec as it changes $[0], causing all sort of problems
517883dc8a3Smrg  # (the dirname of $[0] is not the place where we might find the
518883dc8a3Smrg  # original and so on.  Autoconf is especially sensitive to this).
519883dc8a3Smrg  . "./$as_me.lineno"
520883dc8a3Smrg  # Exit status is that of the last command.
521883dc8a3Smrg  exit
522516e9f99Smrg}
52308f3b10eSmrg
52409924814Smrg
52509924814Smrg# Determine whether it's possible to make 'echo' print without a newline.
52609924814Smrg# These variables are no longer used directly by Autoconf, but are AC_SUBSTed
52709924814Smrg# for compatibility with existing Makefiles.
528883dc8a3SmrgECHO_C= ECHO_N= ECHO_T=
529883dc8a3Smrgcase `echo -n x` in #(((((
530883dc8a3Smrg-n*)
531883dc8a3Smrg  case `echo 'xy\c'` in
532883dc8a3Smrg  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
533883dc8a3Smrg  xy)  ECHO_C='\c';;
534883dc8a3Smrg  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
535883dc8a3Smrg       ECHO_T='	';;
536883dc8a3Smrg  esac;;
537883dc8a3Smrg*)
538883dc8a3Smrg  ECHO_N='-n';;
539883dc8a3Smrgesac
54008f3b10eSmrg
54109924814Smrg# For backward compatibility with old third-party macros, we provide
54209924814Smrg# the shell variables $as_echo and $as_echo_n.  New code should use
54309924814Smrg# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
54409924814Smrgas_echo='printf %s\n'
54509924814Smrgas_echo_n='printf %s'
54609924814Smrg
54709924814Smrg
548883dc8a3Smrgrm -f conf$$ conf$$.exe conf$$.file
549883dc8a3Smrgif test -d conf$$.dir; then
550883dc8a3Smrg  rm -f conf$$.dir/conf$$.file
551883dc8a3Smrgelse
552883dc8a3Smrg  rm -f conf$$.dir
553883dc8a3Smrg  mkdir conf$$.dir 2>/dev/null
554516e9f99Smrgfi
555883dc8a3Smrgif (echo >conf$$.file) 2>/dev/null; then
556883dc8a3Smrg  if ln -s conf$$.file conf$$ 2>/dev/null; then
557883dc8a3Smrg    as_ln_s='ln -s'
558883dc8a3Smrg    # ... but there are two gotchas:
559883dc8a3Smrg    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
560883dc8a3Smrg    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
56109924814Smrg    # In both cases, we have to default to `cp -pR'.
562883dc8a3Smrg    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
56309924814Smrg      as_ln_s='cp -pR'
564883dc8a3Smrg  elif ln conf$$.file conf$$ 2>/dev/null; then
565883dc8a3Smrg    as_ln_s=ln
566883dc8a3Smrg  else
56709924814Smrg    as_ln_s='cp -pR'
568883dc8a3Smrg  fi
569516e9f99Smrgelse
57009924814Smrg  as_ln_s='cp -pR'
571516e9f99Smrgfi
572883dc8a3Smrgrm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
573883dc8a3Smrgrmdir conf$$.dir 2>/dev/null
574516e9f99Smrg
575883dc8a3Smrgif mkdir -p . 2>/dev/null; then
576883dc8a3Smrg  as_mkdir_p='mkdir -p "$as_dir"'
577883dc8a3Smrgelse
578883dc8a3Smrg  test -d ./-p && rmdir ./-p
579883dc8a3Smrg  as_mkdir_p=false
580516e9f99Smrgfi
581516e9f99Smrg
58209924814Smrgas_test_x='test -x'
58309924814Smrgas_executable_p=as_fn_executable_p
584516e9f99Smrg
585883dc8a3Smrg# Sed expression to map a string onto a valid CPP name.
586883dc8a3Smrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
587516e9f99Smrg
588883dc8a3Smrg# Sed expression to map a string onto a valid variable name.
589883dc8a3Smrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
590516e9f99Smrg
591516e9f99Smrg
592883dc8a3Smrgtest -n "$DJDIR" || exec 7<&0 </dev/null
593883dc8a3Smrgexec 6>&1
59408f3b10eSmrg
59508f3b10eSmrg# Name of the host.
596883dc8a3Smrg# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
59708f3b10eSmrg# so uname gets run too.
59808f3b10eSmrgac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
59908f3b10eSmrg
60008f3b10eSmrg#
60108f3b10eSmrg# Initializations.
60208f3b10eSmrg#
60308f3b10eSmrgac_default_prefix=/usr/local
604516e9f99Smrgac_clean_files=
60508f3b10eSmrgac_config_libobj_dir=.
606516e9f99SmrgLIBOBJS=
60708f3b10eSmrgcross_compiling=no
60808f3b10eSmrgsubdirs=
60908f3b10eSmrgMFLAGS=
61008f3b10eSmrgMAKEFLAGS=
61108f3b10eSmrg
61208f3b10eSmrg# Identity of this package.
61308f3b10eSmrgPACKAGE_NAME='font-adobe-utopia-100dpi'
61408f3b10eSmrgPACKAGE_TARNAME='font-adobe-utopia-100dpi'
61509924814SmrgPACKAGE_VERSION='1.0.5'
61609924814SmrgPACKAGE_STRING='font-adobe-utopia-100dpi 1.0.5'
61709924814SmrgPACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/font/adobe-utopia-100dpi/-/issues'
618883dc8a3SmrgPACKAGE_URL=''
61908f3b10eSmrg
62009924814Smrgac_subst_vars='LTLIBOBJS
621516e9f99SmrgLIBOBJS
622516e9f99SmrgISO8859_15_FALSE
623516e9f99SmrgISO8859_15_TRUE
624516e9f99SmrgISO8859_14_FALSE
625516e9f99SmrgISO8859_14_TRUE
626516e9f99SmrgISO8859_13_FALSE
627516e9f99SmrgISO8859_13_TRUE
628516e9f99SmrgISO8859_10_FALSE
629516e9f99SmrgISO8859_10_TRUE
630516e9f99SmrgISO8859_9_FALSE
631516e9f99SmrgISO8859_9_TRUE
632516e9f99SmrgISO8859_4_FALSE
633516e9f99SmrgISO8859_4_TRUE
634516e9f99SmrgISO8859_3_FALSE
635516e9f99SmrgISO8859_3_TRUE
636516e9f99SmrgISO8859_2_FALSE
637516e9f99SmrgISO8859_2_TRUE
638516e9f99SmrgISO8859_1_FALSE
639516e9f99SmrgISO8859_1_TRUE
640516e9f99SmrgMAPFILES_PATH
641516e9f99SmrgMAPS_LIBS
642516e9f99SmrgMAPS_CFLAGS
643516e9f99SmrgUCS2ANY
644516e9f99SmrgCOMPRESS_SUFFIX
64509924814SmrgCOMPRESS_FLAGS
646516e9f99SmrgCOMPRESS
647516e9f99SmrgBDFTOPCF
648516e9f99SmrgMKFONTDIR
649516e9f99SmrgRUN_FCCACHE
650516e9f99SmrgFCCACHE
651516e9f99SmrgFONTDIR
652516e9f99SmrgFONTROOTDIR
653883dc8a3SmrgMAN_SUBSTS
654883dc8a3SmrgXORG_MAN_PAGE
655516e9f99SmrgADMIN_MAN_DIR
656516e9f99SmrgDRIVER_MAN_DIR
657516e9f99SmrgMISC_MAN_DIR
658516e9f99SmrgFILE_MAN_DIR
659516e9f99SmrgLIB_MAN_DIR
660516e9f99SmrgAPP_MAN_DIR
661516e9f99SmrgADMIN_MAN_SUFFIX
662516e9f99SmrgDRIVER_MAN_SUFFIX
663516e9f99SmrgMISC_MAN_SUFFIX
664516e9f99SmrgFILE_MAN_SUFFIX
665516e9f99SmrgLIB_MAN_SUFFIX
666516e9f99SmrgAPP_MAN_SUFFIX
667883dc8a3SmrgSED
668516e9f99Smrghost_os
669516e9f99Smrghost_vendor
670516e9f99Smrghost_cpu
671516e9f99Smrghost
672516e9f99Smrgbuild_os
673516e9f99Smrgbuild_vendor
674516e9f99Smrgbuild_cpu
675516e9f99Smrgbuild
676883dc8a3SmrgINSTALL_CMD
677883dc8a3SmrgPKG_CONFIG_LIBDIR
678883dc8a3SmrgPKG_CONFIG_PATH
679883dc8a3SmrgPKG_CONFIG
680516e9f99SmrgCHANGELOG_CMD
68109924814SmrgAM_BACKSLASH
68209924814SmrgAM_DEFAULT_VERBOSITY
68309924814SmrgAM_DEFAULT_V
68409924814SmrgAM_V
68509924814SmrgCSCOPE
68609924814SmrgETAGS
68709924814SmrgCTAGS
688516e9f99Smrgam__untar
689516e9f99Smrgam__tar
690516e9f99SmrgAMTAR
691516e9f99Smrgam__leading_dot
692516e9f99SmrgSET_MAKE
693516e9f99SmrgAWK
694516e9f99Smrgmkdir_p
695516e9f99SmrgMKDIR_P
696516e9f99SmrgINSTALL_STRIP_PROGRAM
697516e9f99SmrgSTRIP
698516e9f99Smrginstall_sh
699516e9f99SmrgMAKEINFO
700516e9f99SmrgAUTOHEADER
701516e9f99SmrgAUTOMAKE
702516e9f99SmrgAUTOCONF
703516e9f99SmrgACLOCAL
704516e9f99SmrgVERSION
705516e9f99SmrgPACKAGE
706516e9f99SmrgCYGPATH_W
707516e9f99Smrgam__isrc
708516e9f99SmrgINSTALL_DATA
709516e9f99SmrgINSTALL_SCRIPT
710516e9f99SmrgINSTALL_PROGRAM
711516e9f99Smrgtarget_alias
712516e9f99Smrghost_alias
713516e9f99Smrgbuild_alias
714516e9f99SmrgLIBS
715516e9f99SmrgECHO_T
716516e9f99SmrgECHO_N
717516e9f99SmrgECHO_C
718516e9f99SmrgDEFS
719516e9f99Smrgmandir
720516e9f99Smrglocaledir
721516e9f99Smrglibdir
722516e9f99Smrgpsdir
723516e9f99Smrgpdfdir
724516e9f99Smrgdvidir
725516e9f99Smrghtmldir
726516e9f99Smrginfodir
727516e9f99Smrgdocdir
728516e9f99Smrgoldincludedir
729516e9f99Smrgincludedir
73009924814Smrgrunstatedir
731516e9f99Smrglocalstatedir
732516e9f99Smrgsharedstatedir
733516e9f99Smrgsysconfdir
734516e9f99Smrgdatadir
735516e9f99Smrgdatarootdir
736516e9f99Smrglibexecdir
737516e9f99Smrgsbindir
738516e9f99Smrgbindir
739516e9f99Smrgprogram_transform_name
740516e9f99Smrgprefix
741516e9f99Smrgexec_prefix
742883dc8a3SmrgPACKAGE_URL
743516e9f99SmrgPACKAGE_BUGREPORT
744516e9f99SmrgPACKAGE_STRING
745516e9f99SmrgPACKAGE_VERSION
746516e9f99SmrgPACKAGE_TARNAME
747516e9f99SmrgPACKAGE_NAME
748516e9f99SmrgPATH_SEPARATOR
749516e9f99SmrgSHELL'
75008f3b10eSmrgac_subst_files=''
751516e9f99Smrgac_user_opts='
752516e9f99Smrgenable_option_checking
753883dc8a3Smrgenable_silent_rules
754516e9f99Smrgwith_fontrootdir
755516e9f99Smrgwith_fontdir
756516e9f99Smrgwith_compression
757883dc8a3Smrgenable_all_encodings
758516e9f99Smrgenable_iso8859_1
759516e9f99Smrgenable_iso8859_2
760516e9f99Smrgenable_iso8859_3
761516e9f99Smrgenable_iso8859_4
762516e9f99Smrgenable_iso8859_9
763516e9f99Smrgenable_iso8859_10
764516e9f99Smrgenable_iso8859_13
765516e9f99Smrgenable_iso8859_14
766516e9f99Smrgenable_iso8859_15
767516e9f99Smrg'
768516e9f99Smrg      ac_precious_vars='build_alias
769516e9f99Smrghost_alias
770516e9f99Smrgtarget_alias
771516e9f99SmrgPKG_CONFIG
772883dc8a3SmrgPKG_CONFIG_PATH
773883dc8a3SmrgPKG_CONFIG_LIBDIR
774516e9f99SmrgMAPS_CFLAGS
775516e9f99SmrgMAPS_LIBS'
776516e9f99Smrg
77708f3b10eSmrg
77808f3b10eSmrg# Initialize some variables set by options.
77908f3b10eSmrgac_init_help=
78008f3b10eSmrgac_init_version=false
781516e9f99Smrgac_unrecognized_opts=
782516e9f99Smrgac_unrecognized_sep=
78308f3b10eSmrg# The variables have the same names as the options, with
78408f3b10eSmrg# dashes changed to underlines.
78508f3b10eSmrgcache_file=/dev/null
78608f3b10eSmrgexec_prefix=NONE
78708f3b10eSmrgno_create=
78808f3b10eSmrgno_recursion=
78908f3b10eSmrgprefix=NONE
79008f3b10eSmrgprogram_prefix=NONE
79108f3b10eSmrgprogram_suffix=NONE
79208f3b10eSmrgprogram_transform_name=s,x,x,
79308f3b10eSmrgsilent=
79408f3b10eSmrgsite=
79508f3b10eSmrgsrcdir=
79608f3b10eSmrgverbose=
79708f3b10eSmrgx_includes=NONE
79808f3b10eSmrgx_libraries=NONE
79908f3b10eSmrg
80008f3b10eSmrg# Installation directory options.
80108f3b10eSmrg# These are left unexpanded so users can "make install exec_prefix=/foo"
80208f3b10eSmrg# and all the variables that are supposed to be based on exec_prefix
80308f3b10eSmrg# by default will actually change.
80408f3b10eSmrg# Use braces instead of parens because sh, perl, etc. also accept them.
805516e9f99Smrg# (The list follows the same order as the GNU Coding Standards.)
80608f3b10eSmrgbindir='${exec_prefix}/bin'
80708f3b10eSmrgsbindir='${exec_prefix}/sbin'
80808f3b10eSmrglibexecdir='${exec_prefix}/libexec'
809516e9f99Smrgdatarootdir='${prefix}/share'
810516e9f99Smrgdatadir='${datarootdir}'
81108f3b10eSmrgsysconfdir='${prefix}/etc'
81208f3b10eSmrgsharedstatedir='${prefix}/com'
81308f3b10eSmrglocalstatedir='${prefix}/var'
81409924814Smrgrunstatedir='${localstatedir}/run'
81508f3b10eSmrgincludedir='${prefix}/include'
81608f3b10eSmrgoldincludedir='/usr/include'
817516e9f99Smrgdocdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
818516e9f99Smrginfodir='${datarootdir}/info'
819516e9f99Smrghtmldir='${docdir}'
820516e9f99Smrgdvidir='${docdir}'
821516e9f99Smrgpdfdir='${docdir}'
822516e9f99Smrgpsdir='${docdir}'
823516e9f99Smrglibdir='${exec_prefix}/lib'
824516e9f99Smrglocaledir='${datarootdir}/locale'
825516e9f99Smrgmandir='${datarootdir}/man'
82608f3b10eSmrg
82708f3b10eSmrgac_prev=
828516e9f99Smrgac_dashdash=
82908f3b10eSmrgfor ac_option
83008f3b10eSmrgdo
83108f3b10eSmrg  # If the previous option needs an argument, assign it.
83208f3b10eSmrg  if test -n "$ac_prev"; then
833516e9f99Smrg    eval $ac_prev=\$ac_option
83408f3b10eSmrg    ac_prev=
83508f3b10eSmrg    continue
83608f3b10eSmrg  fi
83708f3b10eSmrg
838516e9f99Smrg  case $ac_option in
839883dc8a3Smrg  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
840883dc8a3Smrg  *=)   ac_optarg= ;;
841883dc8a3Smrg  *)    ac_optarg=yes ;;
842516e9f99Smrg  esac
84308f3b10eSmrg
844516e9f99Smrg  case $ac_dashdash$ac_option in
845516e9f99Smrg  --)
846516e9f99Smrg    ac_dashdash=yes ;;
84708f3b10eSmrg
84808f3b10eSmrg  -bindir | --bindir | --bindi | --bind | --bin | --bi)
84908f3b10eSmrg    ac_prev=bindir ;;
85008f3b10eSmrg  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
85108f3b10eSmrg    bindir=$ac_optarg ;;
85208f3b10eSmrg
85308f3b10eSmrg  -build | --build | --buil | --bui | --bu)
85408f3b10eSmrg    ac_prev=build_alias ;;
85508f3b10eSmrg  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
85608f3b10eSmrg    build_alias=$ac_optarg ;;
85708f3b10eSmrg
85808f3b10eSmrg  -cache-file | --cache-file | --cache-fil | --cache-fi \
85908f3b10eSmrg  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
86008f3b10eSmrg    ac_prev=cache_file ;;
86108f3b10eSmrg  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
86208f3b10eSmrg  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
86308f3b10eSmrg    cache_file=$ac_optarg ;;
86408f3b10eSmrg
86508f3b10eSmrg  --config-cache | -C)
86608f3b10eSmrg    cache_file=config.cache ;;
86708f3b10eSmrg
868516e9f99Smrg  -datadir | --datadir | --datadi | --datad)
86908f3b10eSmrg    ac_prev=datadir ;;
870516e9f99Smrg  -datadir=* | --datadir=* | --datadi=* | --datad=*)
87108f3b10eSmrg    datadir=$ac_optarg ;;
87208f3b10eSmrg
873516e9f99Smrg  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
874516e9f99Smrg  | --dataroo | --dataro | --datar)
875516e9f99Smrg    ac_prev=datarootdir ;;
876516e9f99Smrg  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
877516e9f99Smrg  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
878516e9f99Smrg    datarootdir=$ac_optarg ;;
879516e9f99Smrg
88008f3b10eSmrg  -disable-* | --disable-*)
881516e9f99Smrg    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
88208f3b10eSmrg    # Reject names that are not valid shell variable names.
883516e9f99Smrg    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
88409924814Smrg      as_fn_error $? "invalid feature name: \`$ac_useropt'"
885516e9f99Smrg    ac_useropt_orig=$ac_useropt
88609924814Smrg    ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
887516e9f99Smrg    case $ac_user_opts in
888516e9f99Smrg      *"
889516e9f99Smrg"enable_$ac_useropt"
890516e9f99Smrg"*) ;;
891516e9f99Smrg      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
892516e9f99Smrg	 ac_unrecognized_sep=', ';;
893516e9f99Smrg    esac
894516e9f99Smrg    eval enable_$ac_useropt=no ;;
895516e9f99Smrg
896516e9f99Smrg  -docdir | --docdir | --docdi | --doc | --do)
897516e9f99Smrg    ac_prev=docdir ;;
898516e9f99Smrg  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
899516e9f99Smrg    docdir=$ac_optarg ;;
900516e9f99Smrg
901516e9f99Smrg  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
902516e9f99Smrg    ac_prev=dvidir ;;
903516e9f99Smrg  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
904516e9f99Smrg    dvidir=$ac_optarg ;;
90508f3b10eSmrg
90608f3b10eSmrg  -enable-* | --enable-*)
907516e9f99Smrg    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
90808f3b10eSmrg    # Reject names that are not valid shell variable names.
909516e9f99Smrg    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
91009924814Smrg      as_fn_error $? "invalid feature name: \`$ac_useropt'"
911516e9f99Smrg    ac_useropt_orig=$ac_useropt
91209924814Smrg    ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
913516e9f99Smrg    case $ac_user_opts in
914516e9f99Smrg      *"
915516e9f99Smrg"enable_$ac_useropt"
916516e9f99Smrg"*) ;;
917516e9f99Smrg      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
918516e9f99Smrg	 ac_unrecognized_sep=', ';;
91908f3b10eSmrg    esac
920516e9f99Smrg    eval enable_$ac_useropt=\$ac_optarg ;;
92108f3b10eSmrg
92208f3b10eSmrg  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
92308f3b10eSmrg  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
92408f3b10eSmrg  | --exec | --exe | --ex)
92508f3b10eSmrg    ac_prev=exec_prefix ;;
92608f3b10eSmrg  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
92708f3b10eSmrg  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
92808f3b10eSmrg  | --exec=* | --exe=* | --ex=*)
92908f3b10eSmrg    exec_prefix=$ac_optarg ;;
93008f3b10eSmrg
93108f3b10eSmrg  -gas | --gas | --ga | --g)
93208f3b10eSmrg    # Obsolete; use --with-gas.
93308f3b10eSmrg    with_gas=yes ;;
93408f3b10eSmrg
93508f3b10eSmrg  -help | --help | --hel | --he | -h)
93608f3b10eSmrg    ac_init_help=long ;;
93708f3b10eSmrg  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
93808f3b10eSmrg    ac_init_help=recursive ;;
93908f3b10eSmrg  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
94008f3b10eSmrg    ac_init_help=short ;;
94108f3b10eSmrg
94208f3b10eSmrg  -host | --host | --hos | --ho)
94308f3b10eSmrg    ac_prev=host_alias ;;
94408f3b10eSmrg  -host=* | --host=* | --hos=* | --ho=*)
94508f3b10eSmrg    host_alias=$ac_optarg ;;
94608f3b10eSmrg
947516e9f99Smrg  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
948516e9f99Smrg    ac_prev=htmldir ;;
949516e9f99Smrg  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
950516e9f99Smrg  | --ht=*)
951516e9f99Smrg    htmldir=$ac_optarg ;;
952516e9f99Smrg
95308f3b10eSmrg  -includedir | --includedir | --includedi | --included | --include \
95408f3b10eSmrg  | --includ | --inclu | --incl | --inc)
95508f3b10eSmrg    ac_prev=includedir ;;
95608f3b10eSmrg  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
95708f3b10eSmrg  | --includ=* | --inclu=* | --incl=* | --inc=*)
95808f3b10eSmrg    includedir=$ac_optarg ;;
95908f3b10eSmrg
96008f3b10eSmrg  -infodir | --infodir | --infodi | --infod | --info | --inf)
96108f3b10eSmrg    ac_prev=infodir ;;
96208f3b10eSmrg  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
96308f3b10eSmrg    infodir=$ac_optarg ;;
96408f3b10eSmrg
96508f3b10eSmrg  -libdir | --libdir | --libdi | --libd)
96608f3b10eSmrg    ac_prev=libdir ;;
96708f3b10eSmrg  -libdir=* | --libdir=* | --libdi=* | --libd=*)
96808f3b10eSmrg    libdir=$ac_optarg ;;
96908f3b10eSmrg
97008f3b10eSmrg  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
97108f3b10eSmrg  | --libexe | --libex | --libe)
97208f3b10eSmrg    ac_prev=libexecdir ;;
97308f3b10eSmrg  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
97408f3b10eSmrg  | --libexe=* | --libex=* | --libe=*)
97508f3b10eSmrg    libexecdir=$ac_optarg ;;
97608f3b10eSmrg
977516e9f99Smrg  -localedir | --localedir | --localedi | --localed | --locale)
978516e9f99Smrg    ac_prev=localedir ;;
979516e9f99Smrg  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
980516e9f99Smrg    localedir=$ac_optarg ;;
981516e9f99Smrg
98208f3b10eSmrg  -localstatedir | --localstatedir | --localstatedi | --localstated \
983516e9f99Smrg  | --localstate | --localstat | --localsta | --localst | --locals)
98408f3b10eSmrg    ac_prev=localstatedir ;;
98508f3b10eSmrg  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
986516e9f99Smrg  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
98708f3b10eSmrg    localstatedir=$ac_optarg ;;
98808f3b10eSmrg
98908f3b10eSmrg  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
99008f3b10eSmrg    ac_prev=mandir ;;
99108f3b10eSmrg  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
99208f3b10eSmrg    mandir=$ac_optarg ;;
99308f3b10eSmrg
99408f3b10eSmrg  -nfp | --nfp | --nf)
99508f3b10eSmrg    # Obsolete; use --without-fp.
99608f3b10eSmrg    with_fp=no ;;
99708f3b10eSmrg
99808f3b10eSmrg  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
99908f3b10eSmrg  | --no-cr | --no-c | -n)
100008f3b10eSmrg    no_create=yes ;;
100108f3b10eSmrg
100208f3b10eSmrg  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
100308f3b10eSmrg  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
100408f3b10eSmrg    no_recursion=yes ;;
100508f3b10eSmrg
100608f3b10eSmrg  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
100708f3b10eSmrg  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
100808f3b10eSmrg  | --oldin | --oldi | --old | --ol | --o)
100908f3b10eSmrg    ac_prev=oldincludedir ;;
101008f3b10eSmrg  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
101108f3b10eSmrg  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
101208f3b10eSmrg  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
101308f3b10eSmrg    oldincludedir=$ac_optarg ;;
101408f3b10eSmrg
101508f3b10eSmrg  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
101608f3b10eSmrg    ac_prev=prefix ;;
101708f3b10eSmrg  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
101808f3b10eSmrg    prefix=$ac_optarg ;;
101908f3b10eSmrg
102008f3b10eSmrg  -program-prefix | --program-prefix | --program-prefi | --program-pref \
102108f3b10eSmrg  | --program-pre | --program-pr | --program-p)
102208f3b10eSmrg    ac_prev=program_prefix ;;
102308f3b10eSmrg  -program-prefix=* | --program-prefix=* | --program-prefi=* \
102408f3b10eSmrg  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
102508f3b10eSmrg    program_prefix=$ac_optarg ;;
102608f3b10eSmrg
102708f3b10eSmrg  -program-suffix | --program-suffix | --program-suffi | --program-suff \
102808f3b10eSmrg  | --program-suf | --program-su | --program-s)
102908f3b10eSmrg    ac_prev=program_suffix ;;
103008f3b10eSmrg  -program-suffix=* | --program-suffix=* | --program-suffi=* \
103108f3b10eSmrg  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
103208f3b10eSmrg    program_suffix=$ac_optarg ;;
103308f3b10eSmrg
103408f3b10eSmrg  -program-transform-name | --program-transform-name \
103508f3b10eSmrg  | --program-transform-nam | --program-transform-na \
103608f3b10eSmrg  | --program-transform-n | --program-transform- \
103708f3b10eSmrg  | --program-transform | --program-transfor \
103808f3b10eSmrg  | --program-transfo | --program-transf \
103908f3b10eSmrg  | --program-trans | --program-tran \
104008f3b10eSmrg  | --progr-tra | --program-tr | --program-t)
104108f3b10eSmrg    ac_prev=program_transform_name ;;
104208f3b10eSmrg  -program-transform-name=* | --program-transform-name=* \
104308f3b10eSmrg  | --program-transform-nam=* | --program-transform-na=* \
104408f3b10eSmrg  | --program-transform-n=* | --program-transform-=* \
104508f3b10eSmrg  | --program-transform=* | --program-transfor=* \
104608f3b10eSmrg  | --program-transfo=* | --program-transf=* \
104708f3b10eSmrg  | --program-trans=* | --program-tran=* \
104808f3b10eSmrg  | --progr-tra=* | --program-tr=* | --program-t=*)
104908f3b10eSmrg    program_transform_name=$ac_optarg ;;
105008f3b10eSmrg
1051516e9f99Smrg  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1052516e9f99Smrg    ac_prev=pdfdir ;;
1053516e9f99Smrg  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1054516e9f99Smrg    pdfdir=$ac_optarg ;;
1055516e9f99Smrg
1056516e9f99Smrg  -psdir | --psdir | --psdi | --psd | --ps)
1057516e9f99Smrg    ac_prev=psdir ;;
1058516e9f99Smrg  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1059516e9f99Smrg    psdir=$ac_optarg ;;
1060516e9f99Smrg
106108f3b10eSmrg  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
106208f3b10eSmrg  | -silent | --silent | --silen | --sile | --sil)
106308f3b10eSmrg    silent=yes ;;
106408f3b10eSmrg
106509924814Smrg  -runstatedir | --runstatedir | --runstatedi | --runstated \
106609924814Smrg  | --runstate | --runstat | --runsta | --runst | --runs \
106709924814Smrg  | --run | --ru | --r)
106809924814Smrg    ac_prev=runstatedir ;;
106909924814Smrg  -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
107009924814Smrg  | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
107109924814Smrg  | --run=* | --ru=* | --r=*)
107209924814Smrg    runstatedir=$ac_optarg ;;
107309924814Smrg
107408f3b10eSmrg  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
107508f3b10eSmrg    ac_prev=sbindir ;;
107608f3b10eSmrg  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
107708f3b10eSmrg  | --sbi=* | --sb=*)
107808f3b10eSmrg    sbindir=$ac_optarg ;;
107908f3b10eSmrg
108008f3b10eSmrg  -sharedstatedir | --sharedstatedir | --sharedstatedi \
108108f3b10eSmrg  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
108208f3b10eSmrg  | --sharedst | --shareds | --shared | --share | --shar \
108308f3b10eSmrg  | --sha | --sh)
108408f3b10eSmrg    ac_prev=sharedstatedir ;;
108508f3b10eSmrg  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
108608f3b10eSmrg  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
108708f3b10eSmrg  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
108808f3b10eSmrg  | --sha=* | --sh=*)
108908f3b10eSmrg    sharedstatedir=$ac_optarg ;;
109008f3b10eSmrg
109108f3b10eSmrg  -site | --site | --sit)
109208f3b10eSmrg    ac_prev=site ;;
109308f3b10eSmrg  -site=* | --site=* | --sit=*)
109408f3b10eSmrg    site=$ac_optarg ;;
109508f3b10eSmrg
109608f3b10eSmrg  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
109708f3b10eSmrg    ac_prev=srcdir ;;
109808f3b10eSmrg  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
109908f3b10eSmrg    srcdir=$ac_optarg ;;
110008f3b10eSmrg
110108f3b10eSmrg  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
110208f3b10eSmrg  | --syscon | --sysco | --sysc | --sys | --sy)
110308f3b10eSmrg    ac_prev=sysconfdir ;;
110408f3b10eSmrg  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
110508f3b10eSmrg  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
110608f3b10eSmrg    sysconfdir=$ac_optarg ;;
110708f3b10eSmrg
110808f3b10eSmrg  -target | --target | --targe | --targ | --tar | --ta | --t)
110908f3b10eSmrg    ac_prev=target_alias ;;
111008f3b10eSmrg  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
111108f3b10eSmrg    target_alias=$ac_optarg ;;
111208f3b10eSmrg
111308f3b10eSmrg  -v | -verbose | --verbose | --verbos | --verbo | --verb)
111408f3b10eSmrg    verbose=yes ;;
111508f3b10eSmrg
111608f3b10eSmrg  -version | --version | --versio | --versi | --vers | -V)
111708f3b10eSmrg    ac_init_version=: ;;
111808f3b10eSmrg
111908f3b10eSmrg  -with-* | --with-*)
1120516e9f99Smrg    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
112108f3b10eSmrg    # Reject names that are not valid shell variable names.
1122516e9f99Smrg    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
112309924814Smrg      as_fn_error $? "invalid package name: \`$ac_useropt'"
1124516e9f99Smrg    ac_useropt_orig=$ac_useropt
112509924814Smrg    ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
1126516e9f99Smrg    case $ac_user_opts in
1127516e9f99Smrg      *"
1128516e9f99Smrg"with_$ac_useropt"
1129516e9f99Smrg"*) ;;
1130516e9f99Smrg      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1131516e9f99Smrg	 ac_unrecognized_sep=', ';;
113208f3b10eSmrg    esac
1133516e9f99Smrg    eval with_$ac_useropt=\$ac_optarg ;;
113408f3b10eSmrg
113508f3b10eSmrg  -without-* | --without-*)
1136516e9f99Smrg    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
113708f3b10eSmrg    # Reject names that are not valid shell variable names.
1138516e9f99Smrg    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
113909924814Smrg      as_fn_error $? "invalid package name: \`$ac_useropt'"
1140516e9f99Smrg    ac_useropt_orig=$ac_useropt
114109924814Smrg    ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
1142516e9f99Smrg    case $ac_user_opts in
1143516e9f99Smrg      *"
1144516e9f99Smrg"with_$ac_useropt"
1145516e9f99Smrg"*) ;;
1146516e9f99Smrg      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1147516e9f99Smrg	 ac_unrecognized_sep=', ';;
1148516e9f99Smrg    esac
1149516e9f99Smrg    eval with_$ac_useropt=no ;;
115008f3b10eSmrg
115108f3b10eSmrg  --x)
115208f3b10eSmrg    # Obsolete; use --with-x.
115308f3b10eSmrg    with_x=yes ;;
115408f3b10eSmrg
115508f3b10eSmrg  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
115608f3b10eSmrg  | --x-incl | --x-inc | --x-in | --x-i)
115708f3b10eSmrg    ac_prev=x_includes ;;
115808f3b10eSmrg  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
115908f3b10eSmrg  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
116008f3b10eSmrg    x_includes=$ac_optarg ;;
116108f3b10eSmrg
116208f3b10eSmrg  -x-libraries | --x-libraries | --x-librarie | --x-librari \
116308f3b10eSmrg  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
116408f3b10eSmrg    ac_prev=x_libraries ;;
116508f3b10eSmrg  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
116608f3b10eSmrg  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
116708f3b10eSmrg    x_libraries=$ac_optarg ;;
116808f3b10eSmrg
1169883dc8a3Smrg  -*) as_fn_error $? "unrecognized option: \`$ac_option'
1170883dc8a3SmrgTry \`$0 --help' for more information"
117108f3b10eSmrg    ;;
117208f3b10eSmrg
117308f3b10eSmrg  *=*)
117408f3b10eSmrg    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
117508f3b10eSmrg    # Reject names that are not valid shell variable names.
1176883dc8a3Smrg    case $ac_envvar in #(
1177883dc8a3Smrg      '' | [0-9]* | *[!_$as_cr_alnum]* )
1178883dc8a3Smrg      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1179883dc8a3Smrg    esac
1180516e9f99Smrg    eval $ac_envvar=\$ac_optarg
118108f3b10eSmrg    export $ac_envvar ;;
118208f3b10eSmrg
118308f3b10eSmrg  *)
118408f3b10eSmrg    # FIXME: should be removed in autoconf 3.0.
118509924814Smrg    printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2
118608f3b10eSmrg    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
118709924814Smrg      printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2
1188883dc8a3Smrg    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
118908f3b10eSmrg    ;;
119008f3b10eSmrg
119108f3b10eSmrg  esac
119208f3b10eSmrgdone
119308f3b10eSmrg
119408f3b10eSmrgif test -n "$ac_prev"; then
119508f3b10eSmrg  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1196883dc8a3Smrg  as_fn_error $? "missing argument to $ac_option"
119708f3b10eSmrgfi
119808f3b10eSmrg
1199516e9f99Smrgif test -n "$ac_unrecognized_opts"; then
1200516e9f99Smrg  case $enable_option_checking in
1201516e9f99Smrg    no) ;;
1202883dc8a3Smrg    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
120309924814Smrg    *)     printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
120408f3b10eSmrg  esac
1205516e9f99Smrgfi
120608f3b10eSmrg
1207516e9f99Smrg# Check all directory arguments for consistency.
1208516e9f99Smrgfor ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
1209516e9f99Smrg		datadir sysconfdir sharedstatedir localstatedir includedir \
1210516e9f99Smrg		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
121109924814Smrg		libdir localedir mandir runstatedir
121208f3b10eSmrgdo
1213516e9f99Smrg  eval ac_val=\$$ac_var
1214516e9f99Smrg  # Remove trailing slashes.
121508f3b10eSmrg  case $ac_val in
1216516e9f99Smrg    */ )
1217516e9f99Smrg      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1218516e9f99Smrg      eval $ac_var=\$ac_val;;
1219516e9f99Smrg  esac
1220516e9f99Smrg  # Be sure to have absolute directory names.
1221516e9f99Smrg  case $ac_val in
1222516e9f99Smrg    [\\/$]* | ?:[\\/]* )  continue;;
1223516e9f99Smrg    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
122408f3b10eSmrg  esac
1225883dc8a3Smrg  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
122608f3b10eSmrgdone
122708f3b10eSmrg
122808f3b10eSmrg# There might be people who depend on the old broken behavior: `$host'
122908f3b10eSmrg# used to hold the argument of --host etc.
123008f3b10eSmrg# FIXME: To remove some day.
123108f3b10eSmrgbuild=$build_alias
123208f3b10eSmrghost=$host_alias
123308f3b10eSmrgtarget=$target_alias
123408f3b10eSmrg
123508f3b10eSmrg# FIXME: To remove some day.
123608f3b10eSmrgif test "x$host_alias" != x; then
123708f3b10eSmrg  if test "x$build_alias" = x; then
123808f3b10eSmrg    cross_compiling=maybe
123908f3b10eSmrg  elif test "x$build_alias" != "x$host_alias"; then
124008f3b10eSmrg    cross_compiling=yes
124108f3b10eSmrg  fi
124208f3b10eSmrgfi
124308f3b10eSmrg
124408f3b10eSmrgac_tool_prefix=
124508f3b10eSmrgtest -n "$host_alias" && ac_tool_prefix=$host_alias-
124608f3b10eSmrg
124708f3b10eSmrgtest "$silent" = yes && exec 6>/dev/null
124808f3b10eSmrg
124908f3b10eSmrg
1250516e9f99Smrgac_pwd=`pwd` && test -n "$ac_pwd" &&
1251516e9f99Smrgac_ls_di=`ls -di .` &&
1252516e9f99Smrgac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1253883dc8a3Smrg  as_fn_error $? "working directory cannot be determined"
1254516e9f99Smrgtest "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1255883dc8a3Smrg  as_fn_error $? "pwd does not report name of working directory"
1256516e9f99Smrg
1257516e9f99Smrg
125808f3b10eSmrg# Find the source files, if location was not specified.
125908f3b10eSmrgif test -z "$srcdir"; then
126008f3b10eSmrg  ac_srcdir_defaulted=yes
1261516e9f99Smrg  # Try the directory containing this script, then the parent directory.
1262516e9f99Smrg  ac_confdir=`$as_dirname -- "$as_myself" ||
1263516e9f99Smrg$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1264516e9f99Smrg	 X"$as_myself" : 'X\(//\)[^/]' \| \
1265516e9f99Smrg	 X"$as_myself" : 'X\(//\)$' \| \
1266516e9f99Smrg	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
126709924814Smrgprintf "%s\n" X"$as_myself" |
1268516e9f99Smrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1269516e9f99Smrg	    s//\1/
1270516e9f99Smrg	    q
1271516e9f99Smrg	  }
1272516e9f99Smrg	  /^X\(\/\/\)[^/].*/{
1273516e9f99Smrg	    s//\1/
1274516e9f99Smrg	    q
1275516e9f99Smrg	  }
1276516e9f99Smrg	  /^X\(\/\/\)$/{
1277516e9f99Smrg	    s//\1/
1278516e9f99Smrg	    q
1279516e9f99Smrg	  }
1280516e9f99Smrg	  /^X\(\/\).*/{
1281516e9f99Smrg	    s//\1/
1282516e9f99Smrg	    q
1283516e9f99Smrg	  }
1284516e9f99Smrg	  s/.*/./; q'`
128508f3b10eSmrg  srcdir=$ac_confdir
1286516e9f99Smrg  if test ! -r "$srcdir/$ac_unique_file"; then
128708f3b10eSmrg    srcdir=..
128808f3b10eSmrg  fi
128908f3b10eSmrgelse
129008f3b10eSmrg  ac_srcdir_defaulted=no
129108f3b10eSmrgfi
1292516e9f99Smrgif test ! -r "$srcdir/$ac_unique_file"; then
1293516e9f99Smrg  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1294883dc8a3Smrg  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
129508f3b10eSmrgfi
1296516e9f99Smrgac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1297516e9f99Smrgac_abs_confdir=`(
1298883dc8a3Smrg	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1299516e9f99Smrg	pwd)`
1300516e9f99Smrg# When building in place, set srcdir=.
1301516e9f99Smrgif test "$ac_abs_confdir" = "$ac_pwd"; then
1302516e9f99Smrg  srcdir=.
1303516e9f99Smrgfi
1304516e9f99Smrg# Remove unnecessary trailing slashes from srcdir.
1305516e9f99Smrg# Double slashes in file names in object file debugging info
1306516e9f99Smrg# mess up M-x gdb in Emacs.
1307516e9f99Smrgcase $srcdir in
1308516e9f99Smrg*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1309516e9f99Smrgesac
1310516e9f99Smrgfor ac_var in $ac_precious_vars; do
1311516e9f99Smrg  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1312516e9f99Smrg  eval ac_env_${ac_var}_value=\$${ac_var}
1313516e9f99Smrg  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1314516e9f99Smrg  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1315516e9f99Smrgdone
131608f3b10eSmrg
131708f3b10eSmrg#
131808f3b10eSmrg# Report the --help message.
131908f3b10eSmrg#
132008f3b10eSmrgif test "$ac_init_help" = "long"; then
132108f3b10eSmrg  # Omit some internal or obsolete options to make the list less imposing.
132208f3b10eSmrg  # This message is too long to be a string in the A/UX 3.1 sh.
132308f3b10eSmrg  cat <<_ACEOF
132409924814Smrg\`configure' configures font-adobe-utopia-100dpi 1.0.5 to adapt to many kinds of systems.
132508f3b10eSmrg
132608f3b10eSmrgUsage: $0 [OPTION]... [VAR=VALUE]...
132708f3b10eSmrg
132808f3b10eSmrgTo assign environment variables (e.g., CC, CFLAGS...), specify them as
132908f3b10eSmrgVAR=VALUE.  See below for descriptions of some of the useful variables.
133008f3b10eSmrg
133108f3b10eSmrgDefaults for the options are specified in brackets.
133208f3b10eSmrg
133308f3b10eSmrgConfiguration:
133408f3b10eSmrg  -h, --help              display this help and exit
133508f3b10eSmrg      --help=short        display options specific to this package
133608f3b10eSmrg      --help=recursive    display the short help of all the included packages
133708f3b10eSmrg  -V, --version           display version information and exit
1338883dc8a3Smrg  -q, --quiet, --silent   do not print \`checking ...' messages
133908f3b10eSmrg      --cache-file=FILE   cache test results in FILE [disabled]
134008f3b10eSmrg  -C, --config-cache      alias for \`--cache-file=config.cache'
134108f3b10eSmrg  -n, --no-create         do not create output files
134208f3b10eSmrg      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
134308f3b10eSmrg
134408f3b10eSmrgInstallation directories:
134508f3b10eSmrg  --prefix=PREFIX         install architecture-independent files in PREFIX
1346516e9f99Smrg                          [$ac_default_prefix]
134708f3b10eSmrg  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1348516e9f99Smrg                          [PREFIX]
134908f3b10eSmrg
135008f3b10eSmrgBy default, \`make install' will install all the files in
135108f3b10eSmrg\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
135208f3b10eSmrgan installation prefix other than \`$ac_default_prefix' using \`--prefix',
135308f3b10eSmrgfor instance \`--prefix=\$HOME'.
135408f3b10eSmrg
135508f3b10eSmrgFor better control, use the options below.
135608f3b10eSmrg
135708f3b10eSmrgFine tuning of the installation directories:
1358516e9f99Smrg  --bindir=DIR            user executables [EPREFIX/bin]
1359516e9f99Smrg  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1360516e9f99Smrg  --libexecdir=DIR        program executables [EPREFIX/libexec]
1361516e9f99Smrg  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1362516e9f99Smrg  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1363516e9f99Smrg  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
136409924814Smrg  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
1365516e9f99Smrg  --libdir=DIR            object code libraries [EPREFIX/lib]
1366516e9f99Smrg  --includedir=DIR        C header files [PREFIX/include]
1367516e9f99Smrg  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1368516e9f99Smrg  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1369516e9f99Smrg  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1370516e9f99Smrg  --infodir=DIR           info documentation [DATAROOTDIR/info]
1371516e9f99Smrg  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1372516e9f99Smrg  --mandir=DIR            man documentation [DATAROOTDIR/man]
1373516e9f99Smrg  --docdir=DIR            documentation root
1374516e9f99Smrg                          [DATAROOTDIR/doc/font-adobe-utopia-100dpi]
1375516e9f99Smrg  --htmldir=DIR           html documentation [DOCDIR]
1376516e9f99Smrg  --dvidir=DIR            dvi documentation [DOCDIR]
1377516e9f99Smrg  --pdfdir=DIR            pdf documentation [DOCDIR]
1378516e9f99Smrg  --psdir=DIR             ps documentation [DOCDIR]
137908f3b10eSmrg_ACEOF
138008f3b10eSmrg
138108f3b10eSmrg  cat <<\_ACEOF
138208f3b10eSmrg
138308f3b10eSmrgProgram names:
138408f3b10eSmrg  --program-prefix=PREFIX            prepend PREFIX to installed program names
138508f3b10eSmrg  --program-suffix=SUFFIX            append SUFFIX to installed program names
138608f3b10eSmrg  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1387516e9f99Smrg
1388516e9f99SmrgSystem types:
1389516e9f99Smrg  --build=BUILD     configure for building on BUILD [guessed]
1390516e9f99Smrg  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
139108f3b10eSmrg_ACEOF
139208f3b10eSmrgfi
139308f3b10eSmrg
139408f3b10eSmrgif test -n "$ac_init_help"; then
139508f3b10eSmrg  case $ac_init_help in
139609924814Smrg     short | recursive ) echo "Configuration of font-adobe-utopia-100dpi 1.0.5:";;
139708f3b10eSmrg   esac
139808f3b10eSmrg  cat <<\_ACEOF
139908f3b10eSmrg
140008f3b10eSmrgOptional Features:
1401516e9f99Smrg  --disable-option-checking  ignore unrecognized --enable/--with options
140208f3b10eSmrg  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
140308f3b10eSmrg  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
140409924814Smrg  --enable-silent-rules   less verbose build output (undo: "make V=1")
140509924814Smrg  --disable-silent-rules  verbose build output (undo: "make V=0")
1406883dc8a3Smrg  --disable-all-encodings Disable building of all font encodings
140708f3b10eSmrg  --disable-iso8859-1     Build ISO8859-1 fonts (default: yes)
140808f3b10eSmrg  --disable-iso8859-2     Build ISO8859-2 fonts (default: yes)
140908f3b10eSmrg  --disable-iso8859-3     Build ISO8859-3 fonts (default: yes)
141008f3b10eSmrg  --disable-iso8859-4     Build ISO8859-4 fonts (default: yes)
141108f3b10eSmrg  --disable-iso8859-9     Build ISO8859-9 fonts (default: yes)
141208f3b10eSmrg  --disable-iso8859-10    Build ISO8859-10 fonts (default: yes)
141308f3b10eSmrg  --disable-iso8859-13    Build ISO8859-13 fonts (default: yes)
141408f3b10eSmrg  --disable-iso8859-14    Build ISO8859-14 fonts (default: yes)
141508f3b10eSmrg  --disable-iso8859-15    Build ISO8859-15 fonts (default: yes)
141608f3b10eSmrg
141708f3b10eSmrgOptional Packages:
141808f3b10eSmrg  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
141908f3b10eSmrg  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1420516e9f99Smrg  --with-fontrootdir=DIR  Path to root directory for font files
1421516e9f99Smrg  --with-fontdir=DIR      Path to 100dpi files [FONTROOTDIR/100dpi]
1422516e9f99Smrg  --with-compression=<no|compress|gzip|bzip2>
1423516e9f99Smrg                          compression method to use on pcf fonts
142408f3b10eSmrg
142508f3b10eSmrgSome influential environment variables:
142608f3b10eSmrg  PKG_CONFIG  path to pkg-config utility
1427883dc8a3Smrg  PKG_CONFIG_PATH
1428883dc8a3Smrg              directories to add to pkg-config's search path
1429883dc8a3Smrg  PKG_CONFIG_LIBDIR
1430883dc8a3Smrg              path overriding pkg-config's built-in search path
143108f3b10eSmrg  MAPS_CFLAGS C compiler flags for MAPS, overriding pkg-config
143208f3b10eSmrg  MAPS_LIBS   linker flags for MAPS, overriding pkg-config
143308f3b10eSmrg
143408f3b10eSmrgUse these variables to override the choices made by `configure' or to help
143508f3b10eSmrgit to find libraries and programs with nonstandard names/locations.
143608f3b10eSmrg
143709924814SmrgReport bugs to <https://gitlab.freedesktop.org/xorg/font/adobe-utopia-100dpi/-/issues>.
143808f3b10eSmrg_ACEOF
1439516e9f99Smrgac_status=$?
144008f3b10eSmrgfi
144108f3b10eSmrg
144208f3b10eSmrgif test "$ac_init_help" = "recursive"; then
144308f3b10eSmrg  # If there are subdirs, report their specific --help.
144408f3b10eSmrg  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1445516e9f99Smrg    test -d "$ac_dir" ||
1446516e9f99Smrg      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1447516e9f99Smrg      continue
144808f3b10eSmrg    ac_builddir=.
144908f3b10eSmrg
1450516e9f99Smrgcase "$ac_dir" in
1451516e9f99Smrg.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1452516e9f99Smrg*)
145309924814Smrg  ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
1454516e9f99Smrg  # A ".." for each directory in $ac_dir_suffix.
145509924814Smrg  ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1456516e9f99Smrg  case $ac_top_builddir_sub in
1457516e9f99Smrg  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1458516e9f99Smrg  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1459516e9f99Smrg  esac ;;
1460516e9f99Smrgesac
1461516e9f99Smrgac_abs_top_builddir=$ac_pwd
1462516e9f99Smrgac_abs_builddir=$ac_pwd$ac_dir_suffix
1463516e9f99Smrg# for backward compatibility:
1464516e9f99Smrgac_top_builddir=$ac_top_build_prefix
146508f3b10eSmrg
146608f3b10eSmrgcase $srcdir in
1467516e9f99Smrg  .)  # We are building in place.
146808f3b10eSmrg    ac_srcdir=.
1469516e9f99Smrg    ac_top_srcdir=$ac_top_builddir_sub
1470516e9f99Smrg    ac_abs_top_srcdir=$ac_pwd ;;
1471516e9f99Smrg  [\\/]* | ?:[\\/]* )  # Absolute name.
147208f3b10eSmrg    ac_srcdir=$srcdir$ac_dir_suffix;
1473516e9f99Smrg    ac_top_srcdir=$srcdir
1474516e9f99Smrg    ac_abs_top_srcdir=$srcdir ;;
1475516e9f99Smrg  *) # Relative name.
1476516e9f99Smrg    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1477516e9f99Smrg    ac_top_srcdir=$ac_top_build_prefix$srcdir
1478516e9f99Smrg    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
147908f3b10eSmrgesac
1480516e9f99Smrgac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1481516e9f99Smrg
1482516e9f99Smrg    cd "$ac_dir" || { ac_status=$?; continue; }
148309924814Smrg    # Check for configure.gnu first; this name is used for a wrapper for
148409924814Smrg    # Metaconfig's "Configure" on case-insensitive file systems.
1485516e9f99Smrg    if test -f "$ac_srcdir/configure.gnu"; then
1486516e9f99Smrg      echo &&
1487516e9f99Smrg      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1488516e9f99Smrg    elif test -f "$ac_srcdir/configure"; then
1489516e9f99Smrg      echo &&
1490516e9f99Smrg      $SHELL "$ac_srcdir/configure" --help=recursive
149108f3b10eSmrg    else
149209924814Smrg      printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1493516e9f99Smrg    fi || ac_status=$?
1494516e9f99Smrg    cd "$ac_pwd" || { ac_status=$?; break; }
149508f3b10eSmrg  done
149608f3b10eSmrgfi
149708f3b10eSmrg
1498516e9f99Smrgtest -n "$ac_init_help" && exit $ac_status
149908f3b10eSmrgif $ac_init_version; then
150008f3b10eSmrg  cat <<\_ACEOF
150109924814Smrgfont-adobe-utopia-100dpi configure 1.0.5
150209924814Smrggenerated by GNU Autoconf 2.71
150308f3b10eSmrg
150409924814SmrgCopyright (C) 2021 Free Software Foundation, Inc.
150508f3b10eSmrgThis configure script is free software; the Free Software Foundation
150608f3b10eSmrggives unlimited permission to copy, distribute and modify it.
150708f3b10eSmrg_ACEOF
1508516e9f99Smrg  exit
150908f3b10eSmrgfi
151008f3b10eSmrg
1511883dc8a3Smrg## ------------------------ ##
1512883dc8a3Smrg## Autoconf initialization. ##
1513883dc8a3Smrg## ------------------------ ##
151409924814Smrgac_configure_args_raw=
151509924814Smrgfor ac_arg
151609924814Smrgdo
151709924814Smrg  case $ac_arg in
151809924814Smrg  *\'*)
151909924814Smrg    ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
152009924814Smrg  esac
152109924814Smrg  as_fn_append ac_configure_args_raw " '$ac_arg'"
152209924814Smrgdone
152308f3b10eSmrg
152409924814Smrgcase $ac_configure_args_raw in
152509924814Smrg  *$as_nl*)
152609924814Smrg    ac_safe_unquote= ;;
152709924814Smrg  *)
152809924814Smrg    ac_unsafe_z='|&;<>()$`\\"*?[ ''	' # This string ends in space, tab.
152909924814Smrg    ac_unsafe_a="$ac_unsafe_z#~"
153009924814Smrg    ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g"
153109924814Smrg    ac_configure_args_raw=`      printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;;
1532883dc8a3Smrgesac
1533883dc8a3Smrg
1534883dc8a3Smrgcat >config.log <<_ACEOF
1535883dc8a3SmrgThis file contains any messages produced by compilers while
1536883dc8a3Smrgrunning configure, to aid debugging if configure makes a mistake.
1537883dc8a3Smrg
153809924814SmrgIt was created by font-adobe-utopia-100dpi $as_me 1.0.5, which was
153909924814Smrggenerated by GNU Autoconf 2.71.  Invocation command line was
1540883dc8a3Smrg
154109924814Smrg  $ $0$ac_configure_args_raw
1542883dc8a3Smrg
1543883dc8a3Smrg_ACEOF
1544883dc8a3Smrgexec 5>>config.log
1545883dc8a3Smrg{
1546883dc8a3Smrgcat <<_ASUNAME
1547883dc8a3Smrg## --------- ##
1548883dc8a3Smrg## Platform. ##
1549883dc8a3Smrg## --------- ##
1550883dc8a3Smrg
1551883dc8a3Smrghostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1552883dc8a3Smrguname -m = `(uname -m) 2>/dev/null || echo unknown`
1553883dc8a3Smrguname -r = `(uname -r) 2>/dev/null || echo unknown`
1554883dc8a3Smrguname -s = `(uname -s) 2>/dev/null || echo unknown`
1555883dc8a3Smrguname -v = `(uname -v) 2>/dev/null || echo unknown`
1556883dc8a3Smrg
1557883dc8a3Smrg/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1558883dc8a3Smrg/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1559883dc8a3Smrg
1560883dc8a3Smrg/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1561883dc8a3Smrg/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1562883dc8a3Smrg/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1563883dc8a3Smrg/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1564883dc8a3Smrg/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1565883dc8a3Smrg/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1566883dc8a3Smrg/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1567883dc8a3Smrg
1568883dc8a3Smrg_ASUNAME
1569883dc8a3Smrg
1570883dc8a3Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1571883dc8a3Smrgfor as_dir in $PATH
157208f3b10eSmrgdo
157308f3b10eSmrg  IFS=$as_save_IFS
157409924814Smrg  case $as_dir in #(((
157509924814Smrg    '') as_dir=./ ;;
157609924814Smrg    */) ;;
157709924814Smrg    *) as_dir=$as_dir/ ;;
157809924814Smrg  esac
157909924814Smrg    printf "%s\n" "PATH: $as_dir"
1580883dc8a3Smrg  done
1581516e9f99SmrgIFS=$as_save_IFS
158208f3b10eSmrg
158308f3b10eSmrg} >&5
158408f3b10eSmrg
158508f3b10eSmrgcat >&5 <<_ACEOF
158608f3b10eSmrg
158708f3b10eSmrg
158808f3b10eSmrg## ----------- ##
158908f3b10eSmrg## Core tests. ##
159008f3b10eSmrg## ----------- ##
159108f3b10eSmrg
159208f3b10eSmrg_ACEOF
159308f3b10eSmrg
159408f3b10eSmrg
159508f3b10eSmrg# Keep a trace of the command line.
159608f3b10eSmrg# Strip out --no-create and --no-recursion so they do not pile up.
159708f3b10eSmrg# Strip out --silent because we don't want to record it for future runs.
159808f3b10eSmrg# Also quote any args containing shell meta-characters.
159908f3b10eSmrg# Make two passes to allow for proper duplicate-argument suppression.
160008f3b10eSmrgac_configure_args=
160108f3b10eSmrgac_configure_args0=
160208f3b10eSmrgac_configure_args1=
160308f3b10eSmrgac_must_keep_next=false
160408f3b10eSmrgfor ac_pass in 1 2
160508f3b10eSmrgdo
160608f3b10eSmrg  for ac_arg
160708f3b10eSmrg  do
160808f3b10eSmrg    case $ac_arg in
160908f3b10eSmrg    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
161008f3b10eSmrg    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
161108f3b10eSmrg    | -silent | --silent | --silen | --sile | --sil)
161208f3b10eSmrg      continue ;;
1613516e9f99Smrg    *\'*)
161409924814Smrg      ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
161508f3b10eSmrg    esac
161608f3b10eSmrg    case $ac_pass in
1617883dc8a3Smrg    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
161808f3b10eSmrg    2)
1619883dc8a3Smrg      as_fn_append ac_configure_args1 " '$ac_arg'"
162008f3b10eSmrg      if test $ac_must_keep_next = true; then
162108f3b10eSmrg	ac_must_keep_next=false # Got value, back to normal.
162208f3b10eSmrg      else
162308f3b10eSmrg	case $ac_arg in
162408f3b10eSmrg	  *=* | --config-cache | -C | -disable-* | --disable-* \
162508f3b10eSmrg	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
162608f3b10eSmrg	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
162708f3b10eSmrg	  | -with-* | --with-* | -without-* | --without-* | --x)
162808f3b10eSmrg	    case "$ac_configure_args0 " in
162908f3b10eSmrg	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
163008f3b10eSmrg	    esac
163108f3b10eSmrg	    ;;
163208f3b10eSmrg	  -* ) ac_must_keep_next=true ;;
163308f3b10eSmrg	esac
163408f3b10eSmrg      fi
1635883dc8a3Smrg      as_fn_append ac_configure_args " '$ac_arg'"
163608f3b10eSmrg      ;;
163708f3b10eSmrg    esac
163808f3b10eSmrg  done
163908f3b10eSmrgdone
1640883dc8a3Smrg{ ac_configure_args0=; unset ac_configure_args0;}
1641883dc8a3Smrg{ ac_configure_args1=; unset ac_configure_args1;}
164208f3b10eSmrg
164308f3b10eSmrg# When interrupted or exit'd, cleanup temporary files, and complete
164408f3b10eSmrg# config.log.  We remove comments because anyway the quotes in there
164508f3b10eSmrg# would cause problems or look ugly.
1646516e9f99Smrg# WARNING: Use '\'' to represent an apostrophe within the trap.
1647516e9f99Smrg# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
164808f3b10eSmrgtrap 'exit_status=$?
164909924814Smrg  # Sanitize IFS.
165009924814Smrg  IFS=" ""	$as_nl"
165108f3b10eSmrg  # Save into config.log some information that might help in debugging.
165208f3b10eSmrg  {
165308f3b10eSmrg    echo
165408f3b10eSmrg
165509924814Smrg    printf "%s\n" "## ---------------- ##
165608f3b10eSmrg## Cache variables. ##
1657883dc8a3Smrg## ---------------- ##"
165808f3b10eSmrg    echo
165908f3b10eSmrg    # The following way of writing the cache mishandles newlines in values,
1660516e9f99Smrg(
1661516e9f99Smrg  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1662516e9f99Smrg    eval ac_val=\$$ac_var
1663516e9f99Smrg    case $ac_val in #(
1664516e9f99Smrg    *${as_nl}*)
1665516e9f99Smrg      case $ac_var in #(
166609924814Smrg      *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
166709924814Smrgprintf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1668516e9f99Smrg      esac
1669516e9f99Smrg      case $ac_var in #(
1670516e9f99Smrg      _ | IFS | as_nl) ;; #(
1671516e9f99Smrg      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1672883dc8a3Smrg      *) { eval $ac_var=; unset $ac_var;} ;;
1673516e9f99Smrg      esac ;;
1674516e9f99Smrg    esac
1675516e9f99Smrg  done
167608f3b10eSmrg  (set) 2>&1 |
1677516e9f99Smrg    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1678516e9f99Smrg    *${as_nl}ac_space=\ *)
167908f3b10eSmrg      sed -n \
1680516e9f99Smrg	"s/'\''/'\''\\\\'\'''\''/g;
1681516e9f99Smrg	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1682516e9f99Smrg      ;; #(
168308f3b10eSmrg    *)
1684516e9f99Smrg      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
168508f3b10eSmrg      ;;
1686516e9f99Smrg    esac |
1687516e9f99Smrg    sort
1688516e9f99Smrg)
168908f3b10eSmrg    echo
169008f3b10eSmrg
169109924814Smrg    printf "%s\n" "## ----------------- ##
169208f3b10eSmrg## Output variables. ##
1693883dc8a3Smrg## ----------------- ##"
169408f3b10eSmrg    echo
169508f3b10eSmrg    for ac_var in $ac_subst_vars
169608f3b10eSmrg    do
1697516e9f99Smrg      eval ac_val=\$$ac_var
1698516e9f99Smrg      case $ac_val in
169909924814Smrg      *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1700516e9f99Smrg      esac
170109924814Smrg      printf "%s\n" "$ac_var='\''$ac_val'\''"
170208f3b10eSmrg    done | sort
170308f3b10eSmrg    echo
170408f3b10eSmrg
170508f3b10eSmrg    if test -n "$ac_subst_files"; then
170609924814Smrg      printf "%s\n" "## ------------------- ##
1707516e9f99Smrg## File substitutions. ##
1708883dc8a3Smrg## ------------------- ##"
170908f3b10eSmrg      echo
171008f3b10eSmrg      for ac_var in $ac_subst_files
171108f3b10eSmrg      do
1712516e9f99Smrg	eval ac_val=\$$ac_var
1713516e9f99Smrg	case $ac_val in
171409924814Smrg	*\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1715516e9f99Smrg	esac
171609924814Smrg	printf "%s\n" "$ac_var='\''$ac_val'\''"
171708f3b10eSmrg      done | sort
171808f3b10eSmrg      echo
171908f3b10eSmrg    fi
172008f3b10eSmrg
172108f3b10eSmrg    if test -s confdefs.h; then
172209924814Smrg      printf "%s\n" "## ----------- ##
172308f3b10eSmrg## confdefs.h. ##
1724883dc8a3Smrg## ----------- ##"
172508f3b10eSmrg      echo
1726516e9f99Smrg      cat confdefs.h
172708f3b10eSmrg      echo
172808f3b10eSmrg    fi
172908f3b10eSmrg    test "$ac_signal" != 0 &&
173009924814Smrg      printf "%s\n" "$as_me: caught signal $ac_signal"
173109924814Smrg    printf "%s\n" "$as_me: exit $exit_status"
173208f3b10eSmrg  } >&5
1733516e9f99Smrg  rm -f core *.core core.conftest.* &&
1734516e9f99Smrg    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
173508f3b10eSmrg    exit $exit_status
1736516e9f99Smrg' 0
173708f3b10eSmrgfor ac_signal in 1 2 13 15; do
1738883dc8a3Smrg  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
173908f3b10eSmrgdone
174008f3b10eSmrgac_signal=0
174108f3b10eSmrg
174208f3b10eSmrg# confdefs.h avoids OS command line length limits that DEFS can exceed.
1743516e9f99Smrgrm -f -r conftest* confdefs.h
174408f3b10eSmrg
174509924814Smrgprintf "%s\n" "/* confdefs.h */" > confdefs.h
1746883dc8a3Smrg
174708f3b10eSmrg# Predefined preprocessor variables.
174808f3b10eSmrg
174909924814Smrgprintf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h
175008f3b10eSmrg
175109924814Smrgprintf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h
175208f3b10eSmrg
175309924814Smrgprintf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h
175408f3b10eSmrg
175509924814Smrgprintf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h
175608f3b10eSmrg
175709924814Smrgprintf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h
175808f3b10eSmrg
175909924814Smrgprintf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h
1760883dc8a3Smrg
176108f3b10eSmrg
176208f3b10eSmrg# Let the site file select an alternate cache file if it wants to.
1763516e9f99Smrg# Prefer an explicitly selected file to automatically selected ones.
1764516e9f99Smrgif test -n "$CONFIG_SITE"; then
176509924814Smrg  ac_site_files="$CONFIG_SITE"
1766516e9f99Smrgelif test "x$prefix" != xNONE; then
176709924814Smrg  ac_site_files="$prefix/share/config.site $prefix/etc/config.site"
1768516e9f99Smrgelse
176909924814Smrg  ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
177008f3b10eSmrgfi
177109924814Smrg
177209924814Smrgfor ac_site_file in $ac_site_files
1773516e9f99Smrgdo
177409924814Smrg  case $ac_site_file in #(
177509924814Smrg  */*) :
177609924814Smrg     ;; #(
177709924814Smrg  *) :
177809924814Smrg    ac_site_file=./$ac_site_file ;;
177909924814Smrgesac
178009924814Smrg  if test -f "$ac_site_file" && test -r "$ac_site_file"; then
178109924814Smrg    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
178209924814Smrgprintf "%s\n" "$as_me: loading site script $ac_site_file" >&6;}
178308f3b10eSmrg    sed 's/^/| /' "$ac_site_file" >&5
1784883dc8a3Smrg    . "$ac_site_file" \
178509924814Smrg      || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
178609924814Smrgprintf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1787883dc8a3Smrgas_fn_error $? "failed to load site script $ac_site_file
1788883dc8a3SmrgSee \`config.log' for more details" "$LINENO" 5; }
178908f3b10eSmrg  fi
179008f3b10eSmrgdone
179108f3b10eSmrg
179208f3b10eSmrgif test -r "$cache_file"; then
1793883dc8a3Smrg  # Some versions of bash will fail to source /dev/null (special files
1794883dc8a3Smrg  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
1795883dc8a3Smrg  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
179609924814Smrg    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
179709924814Smrgprintf "%s\n" "$as_me: loading cache $cache_file" >&6;}
179808f3b10eSmrg    case $cache_file in
1799516e9f99Smrg      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1800516e9f99Smrg      *)                      . "./$cache_file";;
180108f3b10eSmrg    esac
180208f3b10eSmrg  fi
180308f3b10eSmrgelse
180409924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
180509924814Smrgprintf "%s\n" "$as_me: creating cache $cache_file" >&6;}
180608f3b10eSmrg  >$cache_file
180708f3b10eSmrgfi
180808f3b10eSmrg
180909924814Smrg
181009924814Smrg# Auxiliary files required by this configure script.
181109924814Smrgac_aux_files="config.guess config.sub missing install-sh"
181209924814Smrg
181309924814Smrg# Locations in which to look for auxiliary files.
181409924814Smrgac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.."
181509924814Smrg
181609924814Smrg# Search for a directory containing all of the required auxiliary files,
181709924814Smrg# $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates.
181809924814Smrg# If we don't find one directory that contains all the files we need,
181909924814Smrg# we report the set of missing files from the *first* directory in
182009924814Smrg# $ac_aux_dir_candidates and give up.
182109924814Smrgac_missing_aux_files=""
182209924814Smrgac_first_candidate=:
182309924814Smrgprintf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5
182409924814Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
182509924814Smrgas_found=false
182609924814Smrgfor as_dir in $ac_aux_dir_candidates
182709924814Smrgdo
182809924814Smrg  IFS=$as_save_IFS
182909924814Smrg  case $as_dir in #(((
183009924814Smrg    '') as_dir=./ ;;
183109924814Smrg    */) ;;
183209924814Smrg    *) as_dir=$as_dir/ ;;
183309924814Smrg  esac
183409924814Smrg  as_found=:
183509924814Smrg
183609924814Smrg  printf "%s\n" "$as_me:${as_lineno-$LINENO}:  trying $as_dir" >&5
183709924814Smrg  ac_aux_dir_found=yes
183809924814Smrg  ac_install_sh=
183909924814Smrg  for ac_aux in $ac_aux_files
184009924814Smrg  do
184109924814Smrg    # As a special case, if "install-sh" is required, that requirement
184209924814Smrg    # can be satisfied by any of "install-sh", "install.sh", or "shtool",
184309924814Smrg    # and $ac_install_sh is set appropriately for whichever one is found.
184409924814Smrg    if test x"$ac_aux" = x"install-sh"
184509924814Smrg    then
184609924814Smrg      if test -f "${as_dir}install-sh"; then
184709924814Smrg        printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}install-sh found" >&5
184809924814Smrg        ac_install_sh="${as_dir}install-sh -c"
184909924814Smrg      elif test -f "${as_dir}install.sh"; then
185009924814Smrg        printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}install.sh found" >&5
185109924814Smrg        ac_install_sh="${as_dir}install.sh -c"
185209924814Smrg      elif test -f "${as_dir}shtool"; then
185309924814Smrg        printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}shtool found" >&5
185409924814Smrg        ac_install_sh="${as_dir}shtool install -c"
185509924814Smrg      else
185609924814Smrg        ac_aux_dir_found=no
185709924814Smrg        if $ac_first_candidate; then
185809924814Smrg          ac_missing_aux_files="${ac_missing_aux_files} install-sh"
185909924814Smrg        else
186009924814Smrg          break
186109924814Smrg        fi
186209924814Smrg      fi
186309924814Smrg    else
186409924814Smrg      if test -f "${as_dir}${ac_aux}"; then
186509924814Smrg        printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}${ac_aux} found" >&5
186609924814Smrg      else
186709924814Smrg        ac_aux_dir_found=no
186809924814Smrg        if $ac_first_candidate; then
186909924814Smrg          ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}"
187009924814Smrg        else
187109924814Smrg          break
187209924814Smrg        fi
187309924814Smrg      fi
187409924814Smrg    fi
187509924814Smrg  done
187609924814Smrg  if test "$ac_aux_dir_found" = yes; then
187709924814Smrg    ac_aux_dir="$as_dir"
187809924814Smrg    break
187909924814Smrg  fi
188009924814Smrg  ac_first_candidate=false
188109924814Smrg
188209924814Smrg  as_found=false
188309924814Smrgdone
188409924814SmrgIFS=$as_save_IFS
188509924814Smrgif $as_found
188609924814Smrgthen :
188709924814Smrg
188809924814Smrgelse $as_nop
188909924814Smrg  as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5
189009924814Smrgfi
189109924814Smrg
189209924814Smrg
189309924814Smrg# These three variables are undocumented and unsupported,
189409924814Smrg# and are intended to be withdrawn in a future Autoconf release.
189509924814Smrg# They can cause serious problems if a builder's source tree is in a directory
189609924814Smrg# whose full name contains unusual characters.
189709924814Smrgif test -f "${ac_aux_dir}config.guess"; then
189809924814Smrg  ac_config_guess="$SHELL ${ac_aux_dir}config.guess"
189909924814Smrgfi
190009924814Smrgif test -f "${ac_aux_dir}config.sub"; then
190109924814Smrg  ac_config_sub="$SHELL ${ac_aux_dir}config.sub"
190209924814Smrgfi
190309924814Smrgif test -f "$ac_aux_dir/configure"; then
190409924814Smrg  ac_configure="$SHELL ${ac_aux_dir}configure"
190509924814Smrgfi
190609924814Smrg
190708f3b10eSmrg# Check that the precious variables saved in the cache have kept the same
190808f3b10eSmrg# value.
190908f3b10eSmrgac_cache_corrupted=false
1910516e9f99Smrgfor ac_var in $ac_precious_vars; do
191108f3b10eSmrg  eval ac_old_set=\$ac_cv_env_${ac_var}_set
191208f3b10eSmrg  eval ac_new_set=\$ac_env_${ac_var}_set
1913516e9f99Smrg  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1914516e9f99Smrg  eval ac_new_val=\$ac_env_${ac_var}_value
191508f3b10eSmrg  case $ac_old_set,$ac_new_set in
191608f3b10eSmrg    set,)
191709924814Smrg      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
191809924814Smrgprintf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
191908f3b10eSmrg      ac_cache_corrupted=: ;;
192008f3b10eSmrg    ,set)
192109924814Smrg      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
192209924814Smrgprintf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
192308f3b10eSmrg      ac_cache_corrupted=: ;;
192408f3b10eSmrg    ,);;
192508f3b10eSmrg    *)
192608f3b10eSmrg      if test "x$ac_old_val" != "x$ac_new_val"; then
1927516e9f99Smrg	# differences in whitespace do not lead to failure.
1928516e9f99Smrg	ac_old_val_w=`echo x $ac_old_val`
1929516e9f99Smrg	ac_new_val_w=`echo x $ac_new_val`
1930516e9f99Smrg	if test "$ac_old_val_w" != "$ac_new_val_w"; then
193109924814Smrg	  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
193209924814Smrgprintf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1933516e9f99Smrg	  ac_cache_corrupted=:
1934516e9f99Smrg	else
193509924814Smrg	  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
193609924814Smrgprintf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1937516e9f99Smrg	  eval $ac_var=\$ac_old_val
1938516e9f99Smrg	fi
193909924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
194009924814Smrgprintf "%s\n" "$as_me:   former value:  \`$ac_old_val'" >&2;}
194109924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
194209924814Smrgprintf "%s\n" "$as_me:   current value: \`$ac_new_val'" >&2;}
194308f3b10eSmrg      fi;;
194408f3b10eSmrg  esac
194508f3b10eSmrg  # Pass precious variables to config.status.
194608f3b10eSmrg  if test "$ac_new_set" = set; then
194708f3b10eSmrg    case $ac_new_val in
194809924814Smrg    *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
194908f3b10eSmrg    *) ac_arg=$ac_var=$ac_new_val ;;
195008f3b10eSmrg    esac
195108f3b10eSmrg    case " $ac_configure_args " in
195208f3b10eSmrg      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1953883dc8a3Smrg      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
195408f3b10eSmrg    esac
195508f3b10eSmrg  fi
195608f3b10eSmrgdone
195708f3b10eSmrgif $ac_cache_corrupted; then
195809924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
195909924814Smrgprintf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
196009924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
196109924814Smrgprintf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;}
196209924814Smrg  as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'
196309924814Smrg	    and start over" "$LINENO" 5
196408f3b10eSmrgfi
1965883dc8a3Smrg## -------------------- ##
1966883dc8a3Smrg## Main body of script. ##
1967883dc8a3Smrg## -------------------- ##
196808f3b10eSmrg
1969516e9f99Smrgac_ext=c
1970516e9f99Smrgac_cpp='$CPP $CPPFLAGS'
1971516e9f99Smrgac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1972516e9f99Smrgac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1973516e9f99Smrgac_compiler_gnu=$ac_cv_c_compiler_gnu
197408f3b10eSmrg
197508f3b10eSmrg
197609924814Smrgam__api_version='1.16'
1977516e9f99Smrg
1978516e9f99Smrg
197908f3b10eSmrg
198009924814Smrg  # Find a good install program.  We prefer a C program (faster),
198108f3b10eSmrg# so one script is as good as another.  But avoid the broken or
198208f3b10eSmrg# incompatible versions:
198308f3b10eSmrg# SysV /etc/install, /usr/sbin/install
198408f3b10eSmrg# SunOS /usr/etc/install
198508f3b10eSmrg# IRIX /sbin/install
198608f3b10eSmrg# AIX /bin/install
198708f3b10eSmrg# AmigaOS /C/install, which installs bootblocks on floppy discs
198808f3b10eSmrg# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
198908f3b10eSmrg# AFS /usr/afsws/bin/install, which mishandles nonexistent args
199008f3b10eSmrg# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
199108f3b10eSmrg# OS/2's system install, which has a completely different semantic
199208f3b10eSmrg# ./install, which can be erroneously created by make from ./install.sh.
1993516e9f99Smrg# Reject install programs that cannot install multiple files.
199409924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
199509924814Smrgprintf %s "checking for a BSD-compatible install... " >&6; }
199608f3b10eSmrgif test -z "$INSTALL"; then
199709924814Smrgif test ${ac_cv_path_install+y}
199809924814Smrgthen :
199909924814Smrg  printf %s "(cached) " >&6
200009924814Smrgelse $as_nop
200108f3b10eSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
200208f3b10eSmrgfor as_dir in $PATH
200308f3b10eSmrgdo
200408f3b10eSmrg  IFS=$as_save_IFS
200509924814Smrg  case $as_dir in #(((
200609924814Smrg    '') as_dir=./ ;;
200709924814Smrg    */) ;;
200809924814Smrg    *) as_dir=$as_dir/ ;;
200909924814Smrg  esac
201009924814Smrg    # Account for fact that we put trailing slashes in our PATH walk.
201109924814Smrgcase $as_dir in #((
201209924814Smrg  ./ | /[cC]/* | \
201308f3b10eSmrg  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2014883dc8a3Smrg  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
201508f3b10eSmrg  /usr/ucb/* ) ;;
201608f3b10eSmrg  *)
201708f3b10eSmrg    # OSF1 and SCO ODT 3.0 have their own names for install.
201808f3b10eSmrg    # Don't use installbsd from OSF since it installs stuff as root
201908f3b10eSmrg    # by default.
202008f3b10eSmrg    for ac_prog in ginstall scoinst install; do
202108f3b10eSmrg      for ac_exec_ext in '' $ac_executable_extensions; do
202209924814Smrg	if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then
202308f3b10eSmrg	  if test $ac_prog = install &&
202409924814Smrg	    grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
202508f3b10eSmrg	    # AIX install.  It has an incompatible calling convention.
202608f3b10eSmrg	    :
202708f3b10eSmrg	  elif test $ac_prog = install &&
202809924814Smrg	    grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
202908f3b10eSmrg	    # program-specific install script used by HP pwplus--don't use.
203008f3b10eSmrg	    :
203108f3b10eSmrg	  else
2032516e9f99Smrg	    rm -rf conftest.one conftest.two conftest.dir
2033516e9f99Smrg	    echo one > conftest.one
2034516e9f99Smrg	    echo two > conftest.two
2035516e9f99Smrg	    mkdir conftest.dir
203609924814Smrg	    if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" &&
2037516e9f99Smrg	      test -s conftest.one && test -s conftest.two &&
2038516e9f99Smrg	      test -s conftest.dir/conftest.one &&
2039516e9f99Smrg	      test -s conftest.dir/conftest.two
2040516e9f99Smrg	    then
204109924814Smrg	      ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c"
2042516e9f99Smrg	      break 3
2043516e9f99Smrg	    fi
204408f3b10eSmrg	  fi
204508f3b10eSmrg	fi
204608f3b10eSmrg      done
204708f3b10eSmrg    done
204808f3b10eSmrg    ;;
204908f3b10eSmrgesac
2050516e9f99Smrg
2051883dc8a3Smrg  done
2052516e9f99SmrgIFS=$as_save_IFS
205308f3b10eSmrg
2054516e9f99Smrgrm -rf conftest.one conftest.two conftest.dir
205508f3b10eSmrg
205608f3b10eSmrgfi
205709924814Smrg  if test ${ac_cv_path_install+y}; then
205808f3b10eSmrg    INSTALL=$ac_cv_path_install
205908f3b10eSmrg  else
2060516e9f99Smrg    # As a last resort, use the slow shell script.  Don't cache a
2061516e9f99Smrg    # value for INSTALL within a source directory, because that will
206208f3b10eSmrg    # break other packages using the cache if that directory is
2063516e9f99Smrg    # removed, or if the value is a relative name.
206408f3b10eSmrg    INSTALL=$ac_install_sh
206508f3b10eSmrg  fi
206608f3b10eSmrgfi
206709924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
206809924814Smrgprintf "%s\n" "$INSTALL" >&6; }
206908f3b10eSmrg
207008f3b10eSmrg# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
207108f3b10eSmrg# It thinks the first close brace ends the variable substitution.
207208f3b10eSmrgtest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
207308f3b10eSmrg
207408f3b10eSmrgtest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
207508f3b10eSmrg
207608f3b10eSmrgtest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
207708f3b10eSmrg
207809924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
207909924814Smrgprintf %s "checking whether build environment is sane... " >&6; }
2080516e9f99Smrg# Reject unsafe characters in $srcdir or the absolute working directory
2081516e9f99Smrg# name.  Accept space and tab only in the latter.
2082516e9f99Smrgam_lf='
2083516e9f99Smrg'
2084516e9f99Smrgcase `pwd` in
2085516e9f99Smrg  *[\\\"\#\$\&\'\`$am_lf]*)
2086883dc8a3Smrg    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2087516e9f99Smrgesac
2088516e9f99Smrgcase $srcdir in
2089516e9f99Smrg  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
209009924814Smrg    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2091516e9f99Smrgesac
2092516e9f99Smrg
209309924814Smrg# Do 'set' in a subshell so we don't clobber the current shell's
209408f3b10eSmrg# arguments.  Must try -L first in case configure is actually a
209508f3b10eSmrg# symlink; some systems play weird games with the mod time of symlinks
209608f3b10eSmrg# (eg FreeBSD returns the mod time of the symlink's containing
209708f3b10eSmrg# directory).
209808f3b10eSmrgif (
209909924814Smrg   am_has_slept=no
210009924814Smrg   for am_try in 1 2; do
210109924814Smrg     echo "timestamp, slept: $am_has_slept" > conftest.file
210209924814Smrg     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
210309924814Smrg     if test "$*" = "X"; then
210409924814Smrg	# -L didn't work.
210509924814Smrg	set X `ls -t "$srcdir/configure" conftest.file`
210609924814Smrg     fi
210709924814Smrg     if test "$*" != "X $srcdir/configure conftest.file" \
210809924814Smrg	&& test "$*" != "X conftest.file $srcdir/configure"; then
210909924814Smrg
211009924814Smrg	# If neither matched, then we have a broken ls.  This can happen
211109924814Smrg	# if, for instance, CONFIG_SHELL is bash and it inherits a
211209924814Smrg	# broken ls alias from the environment.  This has actually
211309924814Smrg	# happened.  Such a system could not be considered "sane".
211409924814Smrg	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
211509924814Smrg  alias in your environment" "$LINENO" 5
211609924814Smrg     fi
211709924814Smrg     if test "$2" = conftest.file || test $am_try -eq 2; then
211809924814Smrg       break
211909924814Smrg     fi
212009924814Smrg     # Just in case.
212109924814Smrg     sleep 1
212209924814Smrg     am_has_slept=yes
212309924814Smrg   done
212408f3b10eSmrg   test "$2" = conftest.file
212508f3b10eSmrg   )
212608f3b10eSmrgthen
212708f3b10eSmrg   # Ok.
212808f3b10eSmrg   :
212908f3b10eSmrgelse
2130883dc8a3Smrg   as_fn_error $? "newly created file is older than distributed files!
2131883dc8a3SmrgCheck your system clock" "$LINENO" 5
213208f3b10eSmrgfi
213309924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
213409924814Smrgprintf "%s\n" "yes" >&6; }
213509924814Smrg# If we didn't sleep, we still need to ensure time stamps of config.status and
213609924814Smrg# generated files are strictly newer.
213709924814Smrgam_sleep_pid=
213809924814Smrgif grep 'slept: no' conftest.file >/dev/null 2>&1; then
213909924814Smrg  ( sleep 1 ) &
214009924814Smrg  am_sleep_pid=$!
214109924814Smrgfi
214209924814Smrg
214309924814Smrgrm -f conftest.file
214409924814Smrg
214508f3b10eSmrgtest "$program_prefix" != NONE &&
2146516e9f99Smrg  program_transform_name="s&^&$program_prefix&;$program_transform_name"
214708f3b10eSmrg# Use a double $ so make ignores it.
214808f3b10eSmrgtest "$program_suffix" != NONE &&
2149516e9f99Smrg  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2150516e9f99Smrg# Double any \ or $.
215108f3b10eSmrg# By default was `s,x,x', remove it if useless.
2152516e9f99Smrgac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
215309924814Smrgprogram_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"`
215408f3b10eSmrg
215508f3b10eSmrg
215609924814Smrg# Expand $ac_aux_dir to an absolute path.
215709924814Smrgam_aux_dir=`cd "$ac_aux_dir" && pwd`
215809924814Smrg
215909924814Smrg
216009924814Smrg  if test x"${MISSING+set}" != xset; then
216109924814Smrg  MISSING="\${SHELL} '$am_aux_dir/missing'"
2162516e9f99Smrgfi
216308f3b10eSmrg# Use eval to expand $SHELL
216409924814Smrgif eval "$MISSING --is-lightweight"; then
216509924814Smrg  am_missing_run="$MISSING "
216608f3b10eSmrgelse
216708f3b10eSmrg  am_missing_run=
216809924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
216909924814Smrgprintf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2170516e9f99Smrgfi
2171516e9f99Smrg
217209924814Smrgif test x"${install_sh+set}" != xset; then
2173516e9f99Smrg  case $am_aux_dir in
2174516e9f99Smrg  *\ * | *\	*)
2175516e9f99Smrg    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2176516e9f99Smrg  *)
2177516e9f99Smrg    install_sh="\${SHELL} $am_aux_dir/install-sh"
2178516e9f99Smrg  esac
2179516e9f99Smrgfi
2180516e9f99Smrg
218109924814Smrg# Installed binaries are usually stripped using 'strip' when the user
218209924814Smrg# run "make install-strip".  However 'strip' might not be the right
2183516e9f99Smrg# tool to use in cross-compilation environments, therefore Automake
218409924814Smrg# will honor the 'STRIP' environment variable to overrule this program.
2185516e9f99Smrgif test "$cross_compiling" != no; then
2186516e9f99Smrg  if test -n "$ac_tool_prefix"; then
2187516e9f99Smrg  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2188516e9f99Smrgset dummy ${ac_tool_prefix}strip; ac_word=$2
218909924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
219009924814Smrgprintf %s "checking for $ac_word... " >&6; }
219109924814Smrgif test ${ac_cv_prog_STRIP+y}
219209924814Smrgthen :
219309924814Smrg  printf %s "(cached) " >&6
219409924814Smrgelse $as_nop
2195516e9f99Smrg  if test -n "$STRIP"; then
2196516e9f99Smrg  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2197516e9f99Smrgelse
2198516e9f99Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2199516e9f99Smrgfor as_dir in $PATH
2200516e9f99Smrgdo
2201516e9f99Smrg  IFS=$as_save_IFS
220209924814Smrg  case $as_dir in #(((
220309924814Smrg    '') as_dir=./ ;;
220409924814Smrg    */) ;;
220509924814Smrg    *) as_dir=$as_dir/ ;;
220609924814Smrg  esac
2207883dc8a3Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
220809924814Smrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
2209516e9f99Smrg    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
221009924814Smrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
2211516e9f99Smrg    break 2
2212516e9f99Smrg  fi
2213516e9f99Smrgdone
2214883dc8a3Smrg  done
2215516e9f99SmrgIFS=$as_save_IFS
2216516e9f99Smrg
2217516e9f99Smrgfi
2218516e9f99Smrgfi
2219516e9f99SmrgSTRIP=$ac_cv_prog_STRIP
2220516e9f99Smrgif test -n "$STRIP"; then
222109924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
222209924814Smrgprintf "%s\n" "$STRIP" >&6; }
2223516e9f99Smrgelse
222409924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
222509924814Smrgprintf "%s\n" "no" >&6; }
2226516e9f99Smrgfi
2227516e9f99Smrg
2228516e9f99Smrg
2229516e9f99Smrgfi
2230516e9f99Smrgif test -z "$ac_cv_prog_STRIP"; then
2231516e9f99Smrg  ac_ct_STRIP=$STRIP
2232516e9f99Smrg  # Extract the first word of "strip", so it can be a program name with args.
2233516e9f99Smrgset dummy strip; ac_word=$2
223409924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
223509924814Smrgprintf %s "checking for $ac_word... " >&6; }
223609924814Smrgif test ${ac_cv_prog_ac_ct_STRIP+y}
223709924814Smrgthen :
223809924814Smrg  printf %s "(cached) " >&6
223909924814Smrgelse $as_nop
2240516e9f99Smrg  if test -n "$ac_ct_STRIP"; then
2241516e9f99Smrg  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2242516e9f99Smrgelse
2243516e9f99Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2244516e9f99Smrgfor as_dir in $PATH
2245516e9f99Smrgdo
2246516e9f99Smrg  IFS=$as_save_IFS
224709924814Smrg  case $as_dir in #(((
224809924814Smrg    '') as_dir=./ ;;
224909924814Smrg    */) ;;
225009924814Smrg    *) as_dir=$as_dir/ ;;
225109924814Smrg  esac
2252883dc8a3Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
225309924814Smrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
2254516e9f99Smrg    ac_cv_prog_ac_ct_STRIP="strip"
225509924814Smrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
2256516e9f99Smrg    break 2
2257516e9f99Smrg  fi
2258516e9f99Smrgdone
2259883dc8a3Smrg  done
2260516e9f99SmrgIFS=$as_save_IFS
2261516e9f99Smrg
2262516e9f99Smrgfi
2263516e9f99Smrgfi
2264516e9f99Smrgac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2265516e9f99Smrgif test -n "$ac_ct_STRIP"; then
226609924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
226709924814Smrgprintf "%s\n" "$ac_ct_STRIP" >&6; }
2268516e9f99Smrgelse
226909924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
227009924814Smrgprintf "%s\n" "no" >&6; }
227108f3b10eSmrgfi
227208f3b10eSmrg
2273516e9f99Smrg  if test "x$ac_ct_STRIP" = x; then
2274516e9f99Smrg    STRIP=":"
2275516e9f99Smrg  else
2276516e9f99Smrg    case $cross_compiling:$ac_tool_warned in
2277516e9f99Smrgyes:)
227809924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
227909924814Smrgprintf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2280516e9f99Smrgac_tool_warned=yes ;;
2281516e9f99Smrgesac
2282516e9f99Smrg    STRIP=$ac_ct_STRIP
2283516e9f99Smrg  fi
2284516e9f99Smrgelse
2285516e9f99Smrg  STRIP="$ac_cv_prog_STRIP"
2286516e9f99Smrgfi
2287516e9f99Smrg
2288516e9f99Smrgfi
2289516e9f99SmrgINSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2290516e9f99Smrg
229109924814Smrg
229209924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5
229309924814Smrgprintf %s "checking for a race-free mkdir -p... " >&6; }
2294516e9f99Smrgif test -z "$MKDIR_P"; then
229509924814Smrg  if test ${ac_cv_path_mkdir+y}
229609924814Smrgthen :
229709924814Smrg  printf %s "(cached) " >&6
229809924814Smrgelse $as_nop
2299516e9f99Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2300516e9f99Smrgfor as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2301516e9f99Smrgdo
2302516e9f99Smrg  IFS=$as_save_IFS
230309924814Smrg  case $as_dir in #(((
230409924814Smrg    '') as_dir=./ ;;
230509924814Smrg    */) ;;
230609924814Smrg    *) as_dir=$as_dir/ ;;
230709924814Smrg  esac
2308883dc8a3Smrg    for ac_prog in mkdir gmkdir; do
2309516e9f99Smrg	 for ac_exec_ext in '' $ac_executable_extensions; do
231009924814Smrg	   as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue
231109924814Smrg	   case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #(
231209924814Smrg	     'mkdir ('*'coreutils) '* | \
231309924814Smrg	     'BusyBox '* | \
2314516e9f99Smrg	     'mkdir (fileutils) '4.1*)
231509924814Smrg	       ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext
2316516e9f99Smrg	       break 3;;
2317516e9f99Smrg	   esac
2318516e9f99Smrg	 done
2319516e9f99Smrg       done
2320883dc8a3Smrg  done
2321516e9f99SmrgIFS=$as_save_IFS
2322516e9f99Smrg
2323516e9f99Smrgfi
2324516e9f99Smrg
2325883dc8a3Smrg  test -d ./--version && rmdir ./--version
232609924814Smrg  if test ${ac_cv_path_mkdir+y}; then
2327516e9f99Smrg    MKDIR_P="$ac_cv_path_mkdir -p"
2328516e9f99Smrg  else
2329516e9f99Smrg    # As a last resort, use the slow shell script.  Don't cache a
2330516e9f99Smrg    # value for MKDIR_P within a source directory, because that will
2331516e9f99Smrg    # break other packages using the cache if that directory is
2332516e9f99Smrg    # removed, or if the value is a relative name.
2333516e9f99Smrg    MKDIR_P="$ac_install_sh -d"
2334516e9f99Smrg  fi
2335516e9f99Smrgfi
233609924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
233709924814Smrgprintf "%s\n" "$MKDIR_P" >&6; }
2338516e9f99Smrg
233908f3b10eSmrgfor ac_prog in gawk mawk nawk awk
234008f3b10eSmrgdo
234108f3b10eSmrg  # Extract the first word of "$ac_prog", so it can be a program name with args.
234208f3b10eSmrgset dummy $ac_prog; ac_word=$2
234309924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
234409924814Smrgprintf %s "checking for $ac_word... " >&6; }
234509924814Smrgif test ${ac_cv_prog_AWK+y}
234609924814Smrgthen :
234709924814Smrg  printf %s "(cached) " >&6
234809924814Smrgelse $as_nop
234908f3b10eSmrg  if test -n "$AWK"; then
235008f3b10eSmrg  ac_cv_prog_AWK="$AWK" # Let the user override the test.
235108f3b10eSmrgelse
235208f3b10eSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
235308f3b10eSmrgfor as_dir in $PATH
235408f3b10eSmrgdo
235508f3b10eSmrg  IFS=$as_save_IFS
235609924814Smrg  case $as_dir in #(((
235709924814Smrg    '') as_dir=./ ;;
235809924814Smrg    */) ;;
235909924814Smrg    *) as_dir=$as_dir/ ;;
236009924814Smrg  esac
2361883dc8a3Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
236209924814Smrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
236308f3b10eSmrg    ac_cv_prog_AWK="$ac_prog"
236409924814Smrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
236508f3b10eSmrg    break 2
236608f3b10eSmrg  fi
236708f3b10eSmrgdone
2368883dc8a3Smrg  done
2369516e9f99SmrgIFS=$as_save_IFS
237008f3b10eSmrg
237108f3b10eSmrgfi
237208f3b10eSmrgfi
237308f3b10eSmrgAWK=$ac_cv_prog_AWK
237408f3b10eSmrgif test -n "$AWK"; then
237509924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
237609924814Smrgprintf "%s\n" "$AWK" >&6; }
237708f3b10eSmrgelse
237809924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
237909924814Smrgprintf "%s\n" "no" >&6; }
238008f3b10eSmrgfi
238108f3b10eSmrg
2382516e9f99Smrg
238308f3b10eSmrg  test -n "$AWK" && break
238408f3b10eSmrgdone
238508f3b10eSmrg
238609924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
238709924814Smrgprintf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2388516e9f99Smrgset x ${MAKE-make}
238909924814Smrgac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
239009924814Smrgif eval test \${ac_cv_prog_make_${ac_make}_set+y}
239109924814Smrgthen :
239209924814Smrg  printf %s "(cached) " >&6
239309924814Smrgelse $as_nop
239408f3b10eSmrg  cat >conftest.make <<\_ACEOF
2395516e9f99SmrgSHELL = /bin/sh
239608f3b10eSmrgall:
2397516e9f99Smrg	@echo '@@@%%%=$(MAKE)=@@@%%%'
239808f3b10eSmrg_ACEOF
2399883dc8a3Smrg# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2400516e9f99Smrgcase `${MAKE-make} -f conftest.make 2>/dev/null` in
2401516e9f99Smrg  *@@@%%%=?*=@@@%%%*)
2402516e9f99Smrg    eval ac_cv_prog_make_${ac_make}_set=yes;;
2403516e9f99Smrg  *)
2404516e9f99Smrg    eval ac_cv_prog_make_${ac_make}_set=no;;
2405516e9f99Smrgesac
240608f3b10eSmrgrm -f conftest.make
240708f3b10eSmrgfi
2408516e9f99Smrgif eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
240909924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
241009924814Smrgprintf "%s\n" "yes" >&6; }
241108f3b10eSmrg  SET_MAKE=
241208f3b10eSmrgelse
241309924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
241409924814Smrgprintf "%s\n" "no" >&6; }
241508f3b10eSmrg  SET_MAKE="MAKE=${MAKE-make}"
241608f3b10eSmrgfi
241708f3b10eSmrg
241808f3b10eSmrgrm -rf .tst 2>/dev/null
241908f3b10eSmrgmkdir .tst 2>/dev/null
242008f3b10eSmrgif test -d .tst; then
242108f3b10eSmrg  am__leading_dot=.
242208f3b10eSmrgelse
242308f3b10eSmrg  am__leading_dot=_
242408f3b10eSmrgfi
242508f3b10eSmrgrmdir .tst 2>/dev/null
242608f3b10eSmrg
242709924814Smrg# Check whether --enable-silent-rules was given.
242809924814Smrgif test ${enable_silent_rules+y}
242909924814Smrgthen :
243009924814Smrg  enableval=$enable_silent_rules;
243109924814Smrgfi
243209924814Smrg
243309924814Smrgcase $enable_silent_rules in # (((
243409924814Smrg  yes) AM_DEFAULT_VERBOSITY=0;;
243509924814Smrg   no) AM_DEFAULT_VERBOSITY=1;;
243609924814Smrg    *) AM_DEFAULT_VERBOSITY=1;;
243709924814Smrgesac
243809924814Smrgam_make=${MAKE-make}
243909924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
244009924814Smrgprintf %s "checking whether $am_make supports nested variables... " >&6; }
244109924814Smrgif test ${am_cv_make_support_nested_variables+y}
244209924814Smrgthen :
244309924814Smrg  printf %s "(cached) " >&6
244409924814Smrgelse $as_nop
244509924814Smrg  if printf "%s\n" 'TRUE=$(BAR$(V))
244609924814SmrgBAR0=false
244709924814SmrgBAR1=true
244809924814SmrgV=1
244909924814Smrgam__doit:
245009924814Smrg	@$(TRUE)
245109924814Smrg.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
245209924814Smrg  am_cv_make_support_nested_variables=yes
245309924814Smrgelse
245409924814Smrg  am_cv_make_support_nested_variables=no
245509924814Smrgfi
245609924814Smrgfi
245709924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
245809924814Smrgprintf "%s\n" "$am_cv_make_support_nested_variables" >&6; }
245909924814Smrgif test $am_cv_make_support_nested_variables = yes; then
246009924814Smrg    AM_V='$(V)'
246109924814Smrg  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
246209924814Smrgelse
246309924814Smrg  AM_V=$AM_DEFAULT_VERBOSITY
246409924814Smrg  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
246509924814Smrgfi
246609924814SmrgAM_BACKSLASH='\'
246709924814Smrg
2468516e9f99Smrgif test "`cd $srcdir && pwd`" != "`pwd`"; then
2469516e9f99Smrg  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2470516e9f99Smrg  # is not polluted with repeated "-I."
2471516e9f99Smrg  am__isrc=' -I$(srcdir)'
2472516e9f99Smrg  # test to see if srcdir already configured
2473516e9f99Smrg  if test -f $srcdir/config.status; then
2474883dc8a3Smrg    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2475516e9f99Smrg  fi
247608f3b10eSmrgfi
247708f3b10eSmrg
247808f3b10eSmrg# test whether we have cygpath
247908f3b10eSmrgif test -z "$CYGPATH_W"; then
248008f3b10eSmrg  if (cygpath --version) >/dev/null 2>/dev/null; then
248108f3b10eSmrg    CYGPATH_W='cygpath -w'
248208f3b10eSmrg  else
248308f3b10eSmrg    CYGPATH_W=echo
248408f3b10eSmrg  fi
248508f3b10eSmrgfi
248608f3b10eSmrg
248708f3b10eSmrg
248808f3b10eSmrg# Define the identity of the package.
248908f3b10eSmrg PACKAGE='font-adobe-utopia-100dpi'
249009924814Smrg VERSION='1.0.5'
249108f3b10eSmrg
249208f3b10eSmrg
249309924814Smrgprintf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
249408f3b10eSmrg
249508f3b10eSmrg
249609924814Smrgprintf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h
249708f3b10eSmrg
249808f3b10eSmrg# Some tools Automake needs.
249908f3b10eSmrg
250008f3b10eSmrgACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
250108f3b10eSmrg
250208f3b10eSmrg
250308f3b10eSmrgAUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
250408f3b10eSmrg
250508f3b10eSmrg
250608f3b10eSmrgAUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
250708f3b10eSmrg
250808f3b10eSmrg
250908f3b10eSmrgAUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
251008f3b10eSmrg
251108f3b10eSmrg
251208f3b10eSmrgMAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
251308f3b10eSmrg
251409924814Smrg# For better backward compatibility.  To be removed once Automake 1.9.x
251509924814Smrg# dies out for good.  For more background, see:
251609924814Smrg# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
251709924814Smrg# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
251809924814Smrgmkdir_p='$(MKDIR_P)'
2519516e9f99Smrg
252009924814Smrg# We need awk for the "check" target (and possibly the TAP driver).  The
252109924814Smrg# system "awk" is bad on some platforms.
252209924814Smrg# Always define AMTAR for backward compatibility.  Yes, it's still used
252309924814Smrg# in the wild :-(  We should find a proper way to deprecate it ...
252409924814SmrgAMTAR='$${TAR-tar}'
2525516e9f99Smrg
2526516e9f99Smrg
252709924814Smrg# We'll loop over all known methods to create a tar archive until one works.
252809924814Smrg_am_tools='gnutar  pax cpio none'
2529516e9f99Smrg
253009924814Smrgam__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2531516e9f99Smrg
2532516e9f99Smrg
253309924814Smrg
253409924814Smrg
253509924814Smrg
253609924814Smrg# Variables for tags utilities; see am/tags.am
253709924814Smrgif test -z "$CTAGS"; then
253809924814Smrg  CTAGS=ctags
2539516e9f99Smrgfi
2540516e9f99Smrg
254109924814Smrgif test -z "$ETAGS"; then
254209924814Smrg  ETAGS=etags
2543516e9f99Smrgfi
2544516e9f99Smrg
254509924814Smrgif test -z "$CSCOPE"; then
254609924814Smrg  CSCOPE=cscope
254709924814Smrgfi
2548516e9f99Smrg
2549516e9f99Smrg
2550516e9f99Smrg
255109924814Smrg# POSIX will say in a future version that running "rm -f" with no argument
255209924814Smrg# is OK; and we want to be able to make that assumption in our Makefile
255309924814Smrg# recipes.  So use an aggressive probe to check that the usage we want is
255409924814Smrg# actually supported "in the wild" to an acceptable degree.
255509924814Smrg# See automake bug#10828.
255609924814Smrg# To make any issue more visible, cause the running configure to be aborted
255709924814Smrg# by default if the 'rm' program in use doesn't match our expectations; the
255809924814Smrg# user can still override this though.
255909924814Smrgif rm -f && rm -fr && rm -rf; then : OK; else
256009924814Smrg  cat >&2 <<'END'
256109924814SmrgOops!
2562516e9f99Smrg
256309924814SmrgYour 'rm' program seems unable to run without file operands specified
256409924814Smrgon the command line, even when the '-f' option is present.  This is contrary
256509924814Smrgto the behaviour of most rm programs out there, and not conforming with
256609924814Smrgthe upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
2567883dc8a3Smrg
256809924814SmrgPlease tell bug-automake@gnu.org about your system, including the value
256909924814Smrgof your $PATH and any error possibly output before this message.  This
257009924814Smrgcan help us improve future automake versions.
2571516e9f99Smrg
257209924814SmrgEND
257309924814Smrg  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
257409924814Smrg    echo 'Configuration will proceed anyway, since you have set the' >&2
257509924814Smrg    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
257609924814Smrg    echo >&2
257709924814Smrg  else
257809924814Smrg    cat >&2 <<'END'
257909924814SmrgAborting the configuration process, to ensure you take notice of the issue.
2580516e9f99Smrg
258109924814SmrgYou can download and install GNU coreutils to get an 'rm' implementation
258209924814Smrgthat behaves properly: <https://www.gnu.org/software/coreutils/>.
2583516e9f99Smrg
258409924814SmrgIf you want to complete the configuration process using your problematic
258509924814Smrg'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
258609924814Smrgto "yes", and re-run configure.
2587883dc8a3Smrg
258809924814SmrgEND
258909924814Smrg    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
259009924814Smrg  fi
2591516e9f99Smrgfi
2592516e9f99Smrg
2593516e9f99Smrg
259409924814Smrg# Require xorg-macros 1.20 or later: XORG_DEFAULT_NOCODE_OPTIONS
259509924814Smrg
259609924814Smrg
259709924814Smrg
2598516e9f99Smrg
2599516e9f99Smrg
2600516e9f99Smrg
2601516e9f99Smrg
2602516e9f99Smrg
2603516e9f99Smrg
2604516e9f99Smrg
2605516e9f99Smrg
2606516e9f99Smrg
2607516e9f99Smrg
2608516e9f99Smrg
2609516e9f99Smrg
2610516e9f99Smrg
2611516e9f99Smrg
2612516e9f99Smrg
2613883dc8a3Smrgif test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
2614883dc8a3Smrg	if test -n "$ac_tool_prefix"; then
2615883dc8a3Smrg  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
2616883dc8a3Smrgset dummy ${ac_tool_prefix}pkg-config; ac_word=$2
261709924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
261809924814Smrgprintf %s "checking for $ac_word... " >&6; }
261909924814Smrgif test ${ac_cv_path_PKG_CONFIG+y}
262009924814Smrgthen :
262109924814Smrg  printf %s "(cached) " >&6
262209924814Smrgelse $as_nop
2623883dc8a3Smrg  case $PKG_CONFIG in
2624883dc8a3Smrg  [\\/]* | ?:[\\/]*)
2625883dc8a3Smrg  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
2626883dc8a3Smrg  ;;
2627883dc8a3Smrg  *)
2628883dc8a3Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2629883dc8a3Smrgfor as_dir in $PATH
2630516e9f99Smrgdo
2631883dc8a3Smrg  IFS=$as_save_IFS
263209924814Smrg  case $as_dir in #(((
263309924814Smrg    '') as_dir=./ ;;
263409924814Smrg    */) ;;
263509924814Smrg    *) as_dir=$as_dir/ ;;
263609924814Smrg  esac
2637883dc8a3Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
263809924814Smrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
263909924814Smrg    ac_cv_path_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext"
264009924814Smrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
2641883dc8a3Smrg    break 2
2642883dc8a3Smrg  fi
2643883dc8a3Smrgdone
2644883dc8a3Smrg  done
2645883dc8a3SmrgIFS=$as_save_IFS
2646883dc8a3Smrg
2647883dc8a3Smrg  ;;
2648516e9f99Smrgesac
2649883dc8a3Smrgfi
2650883dc8a3SmrgPKG_CONFIG=$ac_cv_path_PKG_CONFIG
2651883dc8a3Smrgif test -n "$PKG_CONFIG"; then
265209924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
265309924814Smrgprintf "%s\n" "$PKG_CONFIG" >&6; }
2654516e9f99Smrgelse
265509924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
265609924814Smrgprintf "%s\n" "no" >&6; }
2657516e9f99Smrgfi
2658516e9f99Smrg
2659516e9f99Smrg
2660516e9f99Smrgfi
2661883dc8a3Smrgif test -z "$ac_cv_path_PKG_CONFIG"; then
2662883dc8a3Smrg  ac_pt_PKG_CONFIG=$PKG_CONFIG
2663883dc8a3Smrg  # Extract the first word of "pkg-config", so it can be a program name with args.
2664883dc8a3Smrgset dummy pkg-config; ac_word=$2
266509924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
266609924814Smrgprintf %s "checking for $ac_word... " >&6; }
266709924814Smrgif test ${ac_cv_path_ac_pt_PKG_CONFIG+y}
266809924814Smrgthen :
266909924814Smrg  printf %s "(cached) " >&6
267009924814Smrgelse $as_nop
2671883dc8a3Smrg  case $ac_pt_PKG_CONFIG in
2672883dc8a3Smrg  [\\/]* | ?:[\\/]*)
2673883dc8a3Smrg  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
2674883dc8a3Smrg  ;;
2675516e9f99Smrg  *)
2676883dc8a3Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2677883dc8a3Smrgfor as_dir in $PATH
2678883dc8a3Smrgdo
2679883dc8a3Smrg  IFS=$as_save_IFS
268009924814Smrg  case $as_dir in #(((
268109924814Smrg    '') as_dir=./ ;;
268209924814Smrg    */) ;;
268309924814Smrg    *) as_dir=$as_dir/ ;;
268409924814Smrg  esac
2685883dc8a3Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
268609924814Smrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
268709924814Smrg    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext"
268809924814Smrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
2689883dc8a3Smrg    break 2
2690883dc8a3Smrg  fi
2691883dc8a3Smrgdone
2692883dc8a3Smrg  done
2693883dc8a3SmrgIFS=$as_save_IFS
2694516e9f99Smrg
2695883dc8a3Smrg  ;;
2696883dc8a3Smrgesac
2697883dc8a3Smrgfi
2698883dc8a3Smrgac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
2699883dc8a3Smrgif test -n "$ac_pt_PKG_CONFIG"; then
270009924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
270109924814Smrgprintf "%s\n" "$ac_pt_PKG_CONFIG" >&6; }
2702883dc8a3Smrgelse
270309924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
270409924814Smrgprintf "%s\n" "no" >&6; }
2705883dc8a3Smrgfi
2706516e9f99Smrg
2707883dc8a3Smrg  if test "x$ac_pt_PKG_CONFIG" = x; then
2708883dc8a3Smrg    PKG_CONFIG=""
2709883dc8a3Smrg  else
2710883dc8a3Smrg    case $cross_compiling:$ac_tool_warned in
2711883dc8a3Smrgyes:)
271209924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
271309924814Smrgprintf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2714883dc8a3Smrgac_tool_warned=yes ;;
2715883dc8a3Smrgesac
2716883dc8a3Smrg    PKG_CONFIG=$ac_pt_PKG_CONFIG
2717883dc8a3Smrg  fi
2718883dc8a3Smrgelse
2719883dc8a3Smrg  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
2720883dc8a3Smrgfi
2721516e9f99Smrg
2722883dc8a3Smrgfi
2723883dc8a3Smrgif test -n "$PKG_CONFIG"; then
2724883dc8a3Smrg	_pkg_min_version=0.9.0
272509924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
272609924814Smrgprintf %s "checking pkg-config is at least version $_pkg_min_version... " >&6; }
2727883dc8a3Smrg	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
272809924814Smrg		{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
272909924814Smrgprintf "%s\n" "yes" >&6; }
2730883dc8a3Smrg	else
273109924814Smrg		{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
273209924814Smrgprintf "%s\n" "no" >&6; }
2733883dc8a3Smrg		PKG_CONFIG=""
2734883dc8a3Smrg	fi
2735883dc8a3Smrgfi
2736516e9f99Smrg
273709924814Smrg
273809924814Smrg  # Make sure we can run config.sub.
273909924814Smrg$SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 ||
274009924814Smrg  as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5
274109924814Smrg
274209924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
274309924814Smrgprintf %s "checking build system type... " >&6; }
274409924814Smrgif test ${ac_cv_build+y}
274509924814Smrgthen :
274609924814Smrg  printf %s "(cached) " >&6
274709924814Smrgelse $as_nop
2748516e9f99Smrg  ac_build_alias=$build_alias
2749516e9f99Smrgtest "x$ac_build_alias" = x &&
275009924814Smrg  ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"`
2751516e9f99Smrgtest "x$ac_build_alias" = x &&
2752883dc8a3Smrg  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
275309924814Smrgac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` ||
275409924814Smrg  as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5
2755516e9f99Smrg
2756516e9f99Smrgfi
275709924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
275809924814Smrgprintf "%s\n" "$ac_cv_build" >&6; }
2759516e9f99Smrgcase $ac_cv_build in
2760516e9f99Smrg*-*-*) ;;
2761883dc8a3Smrg*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2762516e9f99Smrgesac
2763516e9f99Smrgbuild=$ac_cv_build
2764516e9f99Smrgac_save_IFS=$IFS; IFS='-'
2765516e9f99Smrgset x $ac_cv_build
2766516e9f99Smrgshift
2767516e9f99Smrgbuild_cpu=$1
2768516e9f99Smrgbuild_vendor=$2
2769516e9f99Smrgshift; shift
2770516e9f99Smrg# Remember, the first character of IFS is used to create $*,
2771516e9f99Smrg# except with old shells:
2772516e9f99Smrgbuild_os=$*
2773516e9f99SmrgIFS=$ac_save_IFS
2774516e9f99Smrgcase $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2775516e9f99Smrg
2776516e9f99Smrg
277709924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
277809924814Smrgprintf %s "checking host system type... " >&6; }
277909924814Smrgif test ${ac_cv_host+y}
278009924814Smrgthen :
278109924814Smrg  printf %s "(cached) " >&6
278209924814Smrgelse $as_nop
2783516e9f99Smrg  if test "x$host_alias" = x; then
2784516e9f99Smrg  ac_cv_host=$ac_cv_build
2785516e9f99Smrgelse
278609924814Smrg  ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` ||
278709924814Smrg    as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5
278808f3b10eSmrgfi
278908f3b10eSmrg
2790516e9f99Smrgfi
279109924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
279209924814Smrgprintf "%s\n" "$ac_cv_host" >&6; }
2793516e9f99Smrgcase $ac_cv_host in
2794516e9f99Smrg*-*-*) ;;
2795883dc8a3Smrg*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2796516e9f99Smrgesac
2797516e9f99Smrghost=$ac_cv_host
2798516e9f99Smrgac_save_IFS=$IFS; IFS='-'
2799516e9f99Smrgset x $ac_cv_host
2800516e9f99Smrgshift
2801516e9f99Smrghost_cpu=$1
2802516e9f99Smrghost_vendor=$2
2803516e9f99Smrgshift; shift
2804516e9f99Smrg# Remember, the first character of IFS is used to create $*,
2805516e9f99Smrg# except with old shells:
2806516e9f99Smrghost_os=$*
2807516e9f99SmrgIFS=$ac_save_IFS
2808516e9f99Smrgcase $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2809516e9f99Smrg
2810516e9f99Smrg
281109924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
281209924814Smrgprintf %s "checking for a sed that does not truncate output... " >&6; }
281309924814Smrgif test ${ac_cv_path_SED+y}
281409924814Smrgthen :
281509924814Smrg  printf %s "(cached) " >&6
281609924814Smrgelse $as_nop
2817883dc8a3Smrg            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2818883dc8a3Smrg     for ac_i in 1 2 3 4 5 6 7; do
2819883dc8a3Smrg       ac_script="$ac_script$as_nl$ac_script"
2820883dc8a3Smrg     done
2821883dc8a3Smrg     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2822883dc8a3Smrg     { ac_script=; unset ac_script;}
2823883dc8a3Smrg     if test -z "$SED"; then
2824883dc8a3Smrg  ac_path_SED_found=false
2825883dc8a3Smrg  # Loop through the user's path and test for each of PROGNAME-LIST
2826883dc8a3Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2827883dc8a3Smrgfor as_dir in $PATH
2828883dc8a3Smrgdo
2829883dc8a3Smrg  IFS=$as_save_IFS
283009924814Smrg  case $as_dir in #(((
283109924814Smrg    '') as_dir=./ ;;
283209924814Smrg    */) ;;
283309924814Smrg    *) as_dir=$as_dir/ ;;
283409924814Smrg  esac
283509924814Smrg    for ac_prog in sed gsed
283609924814Smrg   do
2837883dc8a3Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
283809924814Smrg      ac_path_SED="$as_dir$ac_prog$ac_exec_ext"
283909924814Smrg      as_fn_executable_p "$ac_path_SED" || continue
2840883dc8a3Smrg# Check for GNU ac_path_SED and select it if it is found.
2841883dc8a3Smrg  # Check for GNU $ac_path_SED
2842883dc8a3Smrgcase `"$ac_path_SED" --version 2>&1` in
2843883dc8a3Smrg*GNU*)
2844883dc8a3Smrg  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2845883dc8a3Smrg*)
2846883dc8a3Smrg  ac_count=0
284709924814Smrg  printf %s 0123456789 >"conftest.in"
2848883dc8a3Smrg  while :
2849883dc8a3Smrg  do
2850883dc8a3Smrg    cat "conftest.in" "conftest.in" >"conftest.tmp"
2851883dc8a3Smrg    mv "conftest.tmp" "conftest.in"
2852883dc8a3Smrg    cp "conftest.in" "conftest.nl"
285309924814Smrg    printf "%s\n" '' >> "conftest.nl"
2854883dc8a3Smrg    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2855883dc8a3Smrg    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2856883dc8a3Smrg    as_fn_arith $ac_count + 1 && ac_count=$as_val
2857883dc8a3Smrg    if test $ac_count -gt ${ac_path_SED_max-0}; then
2858883dc8a3Smrg      # Best one so far, save it but keep looking for a better one
2859883dc8a3Smrg      ac_cv_path_SED="$ac_path_SED"
2860883dc8a3Smrg      ac_path_SED_max=$ac_count
2861883dc8a3Smrg    fi
2862883dc8a3Smrg    # 10*(2^10) chars as input seems more than enough
2863883dc8a3Smrg    test $ac_count -gt 10 && break
2864883dc8a3Smrg  done
2865883dc8a3Smrg  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2866883dc8a3Smrgesac
2867883dc8a3Smrg
2868883dc8a3Smrg      $ac_path_SED_found && break 3
2869883dc8a3Smrg    done
2870883dc8a3Smrg  done
2871883dc8a3Smrg  done
2872883dc8a3SmrgIFS=$as_save_IFS
2873883dc8a3Smrg  if test -z "$ac_cv_path_SED"; then
2874883dc8a3Smrg    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
2875883dc8a3Smrg  fi
2876883dc8a3Smrgelse
2877883dc8a3Smrg  ac_cv_path_SED=$SED
2878883dc8a3Smrgfi
2879883dc8a3Smrg
2880883dc8a3Smrgfi
288109924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
288209924814Smrgprintf "%s\n" "$ac_cv_path_SED" >&6; }
2883883dc8a3Smrg SED="$ac_cv_path_SED"
2884883dc8a3Smrg  rm -f conftest.sed
2885883dc8a3Smrg
2886883dc8a3Smrg
2887516e9f99Smrg
2888516e9f99Smrg
2889516e9f99Smrg
2890516e9f99Smrgcat >>confdefs.h <<_ACEOF
2891516e9f99Smrg#define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1`
2892516e9f99Smrg_ACEOF
2893516e9f99Smrg
2894516e9f99Smrg	PVM=`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1`
2895516e9f99Smrg	if test "x$PVM" = "x"; then
2896516e9f99Smrg		PVM="0"
2897516e9f99Smrg	fi
2898516e9f99Smrg
289909924814Smrgprintf "%s\n" "#define PACKAGE_VERSION_MINOR $PVM" >>confdefs.h
2900516e9f99Smrg
2901516e9f99Smrg	PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1`
2902516e9f99Smrg	if test "x$PVP" = "x"; then
2903516e9f99Smrg		PVP="0"
2904516e9f99Smrg	fi
2905516e9f99Smrg
290609924814Smrgprintf "%s\n" "#define PACKAGE_VERSION_PATCHLEVEL $PVP" >>confdefs.h
2907516e9f99Smrg
2908516e9f99Smrg
2909516e9f99Smrg
291009924814SmrgCHANGELOG_CMD="((GIT_DIR=\$(top_srcdir)/.git git log > \$(top_srcdir)/.changelog.tmp) 2>/dev/null && \
2911883dc8a3Smrgmv \$(top_srcdir)/.changelog.tmp \$(top_srcdir)/ChangeLog) \
291209924814Smrg|| (rm -f \$(top_srcdir)/.changelog.tmp; test -e \$(top_srcdir)/ChangeLog || ( \
291309924814Smrgtouch \$(top_srcdir)/ChangeLog; \
291409924814Smrgecho 'git failed to create ChangeLog: installing empty ChangeLog.' >&2))"
2915516e9f99Smrg
2916883dc8a3Smrg
2917883dc8a3Smrg
2918883dc8a3Smrg
2919883dc8a3Smrgmacros_datadir=`$PKG_CONFIG --print-errors --variable=pkgdatadir xorg-macros`
2920883dc8a3SmrgINSTALL_CMD="(cp -f "$macros_datadir/INSTALL" \$(top_srcdir)/.INSTALL.tmp && \
2921883dc8a3Smrgmv \$(top_srcdir)/.INSTALL.tmp \$(top_srcdir)/INSTALL) \
292209924814Smrg|| (rm -f \$(top_srcdir)/.INSTALL.tmp; test -e \$(top_srcdir)/INSTALL || ( \
292309924814Smrgtouch \$(top_srcdir)/INSTALL; \
292409924814Smrgecho 'failed to copy INSTALL from util-macros: installing empty INSTALL.' >&2))"
292509924814Smrg
2926883dc8a3Smrg
2927516e9f99Smrg
2928516e9f99Smrg
2929516e9f99Smrg
2930516e9f99Smrg
293109924814Smrgcase $host_os in
293209924814Smrg    solaris*)
293309924814Smrg        # Solaris 2.0 - 11.3 use SysV man page section numbers, so we
293409924814Smrg        # check for a man page file found in later versions that use
293509924814Smrg        # traditional section numbers instead
293609924814Smrg        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for /usr/share/man/man7/attributes.7" >&5
293709924814Smrgprintf %s "checking for /usr/share/man/man7/attributes.7... " >&6; }
293809924814Smrgif test ${ac_cv_file__usr_share_man_man7_attributes_7+y}
293909924814Smrgthen :
294009924814Smrg  printf %s "(cached) " >&6
294109924814Smrgelse $as_nop
294209924814Smrg  test "$cross_compiling" = yes &&
294309924814Smrg  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
294409924814Smrgif test -r "/usr/share/man/man7/attributes.7"; then
294509924814Smrg  ac_cv_file__usr_share_man_man7_attributes_7=yes
294609924814Smrgelse
294709924814Smrg  ac_cv_file__usr_share_man_man7_attributes_7=no
294809924814Smrgfi
294909924814Smrgfi
295009924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_man_man7_attributes_7" >&5
295109924814Smrgprintf "%s\n" "$ac_cv_file__usr_share_man_man7_attributes_7" >&6; }
295209924814Smrgif test "x$ac_cv_file__usr_share_man_man7_attributes_7" = xyes
295309924814Smrgthen :
295409924814Smrg  SYSV_MAN_SECTIONS=false
295509924814Smrgelse $as_nop
295609924814Smrg  SYSV_MAN_SECTIONS=true
295709924814Smrgfi
295809924814Smrg
295909924814Smrg        ;;
296009924814Smrg    *) SYSV_MAN_SECTIONS=false ;;
296109924814Smrgesac
2962516e9f99Smrg
2963516e9f99Smrgif test x$APP_MAN_SUFFIX = x    ; then
2964516e9f99Smrg    APP_MAN_SUFFIX=1
2965516e9f99Smrgfi
2966516e9f99Smrgif test x$APP_MAN_DIR = x    ; then
2967516e9f99Smrg    APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)'
2968516e9f99Smrgfi
2969516e9f99Smrg
2970516e9f99Smrgif test x$LIB_MAN_SUFFIX = x    ; then
2971516e9f99Smrg    LIB_MAN_SUFFIX=3
2972516e9f99Smrgfi
2973516e9f99Smrgif test x$LIB_MAN_DIR = x    ; then
2974516e9f99Smrg    LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)'
2975516e9f99Smrgfi
2976516e9f99Smrg
2977516e9f99Smrgif test x$FILE_MAN_SUFFIX = x    ; then
297809924814Smrg    case $SYSV_MAN_SECTIONS in
297909924814Smrg	true)				FILE_MAN_SUFFIX=4  ;;
298009924814Smrg	*)				FILE_MAN_SUFFIX=5  ;;
2981516e9f99Smrg    esac
2982516e9f99Smrgfi
2983516e9f99Smrgif test x$FILE_MAN_DIR = x    ; then
2984516e9f99Smrg    FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)'
2985516e9f99Smrgfi
2986516e9f99Smrg
2987516e9f99Smrgif test x$MISC_MAN_SUFFIX = x    ; then
298809924814Smrg    case $SYSV_MAN_SECTIONS in
298909924814Smrg	true)				MISC_MAN_SUFFIX=5  ;;
299009924814Smrg	*)				MISC_MAN_SUFFIX=7  ;;
2991516e9f99Smrg    esac
2992516e9f99Smrgfi
2993516e9f99Smrgif test x$MISC_MAN_DIR = x    ; then
2994516e9f99Smrg    MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)'
2995516e9f99Smrgfi
2996516e9f99Smrg
2997516e9f99Smrgif test x$DRIVER_MAN_SUFFIX = x    ; then
299809924814Smrg    case $SYSV_MAN_SECTIONS in
299909924814Smrg	true)				DRIVER_MAN_SUFFIX=7  ;;
300009924814Smrg	*)				DRIVER_MAN_SUFFIX=4  ;;
3001516e9f99Smrg    esac
3002516e9f99Smrgfi
3003516e9f99Smrgif test x$DRIVER_MAN_DIR = x    ; then
3004516e9f99Smrg    DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)'
3005516e9f99Smrgfi
3006516e9f99Smrg
3007516e9f99Smrgif test x$ADMIN_MAN_SUFFIX = x    ; then
300809924814Smrg    case $SYSV_MAN_SECTIONS in
300909924814Smrg	true)				ADMIN_MAN_SUFFIX=1m ;;
301009924814Smrg	*)				ADMIN_MAN_SUFFIX=8  ;;
3011516e9f99Smrg    esac
3012516e9f99Smrgfi
3013516e9f99Smrgif test x$ADMIN_MAN_DIR = x    ; then
3014516e9f99Smrg    ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)'
3015516e9f99Smrgfi
3016516e9f99Smrg
3017516e9f99Smrg
3018516e9f99Smrg
3019516e9f99Smrg
3020516e9f99Smrg
3021516e9f99Smrg
3022516e9f99Smrg
3023516e9f99Smrg
3024516e9f99Smrg
3025516e9f99Smrg
3026516e9f99Smrg
3027516e9f99Smrg
3028516e9f99Smrg
3029516e9f99Smrg
303008f3b10eSmrg
3031883dc8a3SmrgXORG_MAN_PAGE="X Version 11"
303208f3b10eSmrg
3033883dc8a3SmrgMAN_SUBSTS="\
3034883dc8a3Smrg	-e 's|__vendorversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \
3035883dc8a3Smrg	-e 's|__xorgversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \
3036883dc8a3Smrg	-e 's|__xservername__|Xorg|g' \
3037883dc8a3Smrg	-e 's|__xconfigfile__|xorg.conf|g' \
3038883dc8a3Smrg	-e 's|__projectroot__|\$(prefix)|g' \
3039883dc8a3Smrg	-e 's|__apploaddir__|\$(appdefaultdir)|g' \
3040883dc8a3Smrg	-e 's|__appmansuffix__|\$(APP_MAN_SUFFIX)|g' \
3041883dc8a3Smrg	-e 's|__drivermansuffix__|\$(DRIVER_MAN_SUFFIX)|g' \
3042883dc8a3Smrg	-e 's|__adminmansuffix__|\$(ADMIN_MAN_SUFFIX)|g' \
3043883dc8a3Smrg	-e 's|__libmansuffix__|\$(LIB_MAN_SUFFIX)|g' \
3044883dc8a3Smrg	-e 's|__miscmansuffix__|\$(MISC_MAN_SUFFIX)|g' \
3045883dc8a3Smrg	-e 's|__filemansuffix__|\$(FILE_MAN_SUFFIX)|g'"
304608f3b10eSmrg
3047883dc8a3Smrg
3048883dc8a3Smrg
3049883dc8a3Smrg# Check whether --enable-silent-rules was given.
305009924814Smrgif test ${enable_silent_rules+y}
305109924814Smrgthen :
3052883dc8a3Smrg  enableval=$enable_silent_rules;
3053883dc8a3Smrgfi
3054883dc8a3Smrg
305509924814Smrgcase $enable_silent_rules in # (((
305609924814Smrg  yes) AM_DEFAULT_VERBOSITY=0;;
305709924814Smrg   no) AM_DEFAULT_VERBOSITY=1;;
305809924814Smrg    *) AM_DEFAULT_VERBOSITY=0;;
305908f3b10eSmrgesac
306009924814Smrgam_make=${MAKE-make}
306109924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
306209924814Smrgprintf %s "checking whether $am_make supports nested variables... " >&6; }
306309924814Smrgif test ${am_cv_make_support_nested_variables+y}
306409924814Smrgthen :
306509924814Smrg  printf %s "(cached) " >&6
306609924814Smrgelse $as_nop
306709924814Smrg  if printf "%s\n" 'TRUE=$(BAR$(V))
306809924814SmrgBAR0=false
306909924814SmrgBAR1=true
307009924814SmrgV=1
307109924814Smrgam__doit:
307209924814Smrg	@$(TRUE)
307309924814Smrg.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
307409924814Smrg  am_cv_make_support_nested_variables=yes
307509924814Smrgelse
307609924814Smrg  am_cv_make_support_nested_variables=no
307709924814Smrgfi
307809924814Smrgfi
307909924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
308009924814Smrgprintf "%s\n" "$am_cv_make_support_nested_variables" >&6; }
308109924814Smrgif test $am_cv_make_support_nested_variables = yes; then
308209924814Smrg    AM_V='$(V)'
308309924814Smrg  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
308409924814Smrgelse
308509924814Smrg  AM_V=$AM_DEFAULT_VERBOSITY
308609924814Smrg  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
308709924814Smrgfi
3088883dc8a3SmrgAM_BACKSLASH='\'
3089516e9f99Smrg
309008f3b10eSmrg
309108f3b10eSmrg
309209924814Smrg# Require X.Org's font util macros 1.4 or later for COMPRESS_FLAGS
3093516e9f99Smrg
3094516e9f99Smrg
3095516e9f99Smrg
3096516e9f99Smrg
3097516e9f99Smrg
3098516e9f99Smrg
3099516e9f99Smrg
3100516e9f99Smrg
3101516e9f99Smrg
3102516e9f99Smrg
3103516e9f99Smrg
3104516e9f99Smrg
3105516e9f99Smrg
3106516e9f99Smrg
3107516e9f99Smrg
310809924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for root directory for font files" >&5
310909924814Smrgprintf %s "checking for root directory for font files... " >&6; }
3110516e9f99Smrg
3111516e9f99Smrg# Check whether --with-fontrootdir was given.
311209924814Smrgif test ${with_fontrootdir+y}
311309924814Smrgthen :
3114516e9f99Smrg  withval=$with_fontrootdir; FONTROOTDIR="$withval"
3115516e9f99Smrgfi
311608f3b10eSmrg
3117516e9f99Smrg	# if --with-fontrootdir not specified...
3118516e9f99Smrg	if test "x${FONTROOTDIR}" = "x"; then
3119516e9f99Smrg		FONTROOTDIR=`$PKG_CONFIG --variable=fontrootdir fontutil`
3120516e9f99Smrg	fi
3121516e9f99Smrg	# ...and if pkg-config didn't find fontdir in fontutil.pc...
3122516e9f99Smrg	if test "x${FONTROOTDIR}" = "x"; then
3123516e9f99Smrg		FONTROOTDIR="${datadir}/fonts/X11"
3124516e9f99Smrg	fi
312508f3b10eSmrg
312609924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${FONTROOTDIR}" >&5
312709924814Smrgprintf "%s\n" "${FONTROOTDIR}" >&6; }
312808f3b10eSmrg
312908f3b10eSmrg
313008f3b10eSmrg
313108f3b10eSmrg
313209924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for directory for 100dpi files" >&5
313309924814Smrgprintf %s "checking for directory for 100dpi files... " >&6; }
313408f3b10eSmrg
3135516e9f99Smrg# Check whether --with-fontdir was given.
313609924814Smrgif test ${with_fontdir+y}
313709924814Smrgthen :
3138516e9f99Smrg  withval=$with_fontdir; FONTDIR="${withval}"
313909924814Smrgelse $as_nop
3140516e9f99Smrg  FONTDIR='${FONTROOTDIR}/100dpi'
314108f3b10eSmrgfi
314208f3b10eSmrg
3143516e9f99Smrg
314409924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${FONTDIR}" >&5
314509924814Smrgprintf "%s\n" "${FONTDIR}" >&6; }
3146516e9f99Smrg
3147516e9f99Smrg
3148516e9f99Smrg
3149516e9f99Smrg
3150516e9f99Smrg	# Extract the first word of "fc-cache", so it can be a program name with args.
3151516e9f99Smrgset dummy fc-cache; ac_word=$2
315209924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
315309924814Smrgprintf %s "checking for $ac_word... " >&6; }
315409924814Smrgif test ${ac_cv_path_FCCACHE+y}
315509924814Smrgthen :
315609924814Smrg  printf %s "(cached) " >&6
315709924814Smrgelse $as_nop
3158516e9f99Smrg  case $FCCACHE in
315908f3b10eSmrg  [\\/]* | ?:[\\/]*)
3160516e9f99Smrg  ac_cv_path_FCCACHE="$FCCACHE" # Let the user override the test with a path.
316108f3b10eSmrg  ;;
316208f3b10eSmrg  *)
316308f3b10eSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
316408f3b10eSmrgfor as_dir in $PATH
316508f3b10eSmrgdo
316608f3b10eSmrg  IFS=$as_save_IFS
316709924814Smrg  case $as_dir in #(((
316809924814Smrg    '') as_dir=./ ;;
316909924814Smrg    */) ;;
317009924814Smrg    *) as_dir=$as_dir/ ;;
317109924814Smrg  esac
3172883dc8a3Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
317309924814Smrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
317409924814Smrg    ac_cv_path_FCCACHE="$as_dir$ac_word$ac_exec_ext"
317509924814Smrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
317608f3b10eSmrg    break 2
317708f3b10eSmrg  fi
317808f3b10eSmrgdone
3179883dc8a3Smrg  done
3180516e9f99SmrgIFS=$as_save_IFS
318108f3b10eSmrg
318208f3b10eSmrg  ;;
318308f3b10eSmrgesac
318408f3b10eSmrgfi
3185516e9f99SmrgFCCACHE=$ac_cv_path_FCCACHE
3186516e9f99Smrgif test -n "$FCCACHE"; then
318709924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FCCACHE" >&5
318809924814Smrgprintf "%s\n" "$FCCACHE" >&6; }
318908f3b10eSmrgelse
319009924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
319109924814Smrgprintf "%s\n" "no" >&6; }
319208f3b10eSmrgfi
319308f3b10eSmrg
3194516e9f99Smrg
3195516e9f99Smrg	FCCACHE_WARN='echo "** Warning: fonts.cache not built" ; echo "** Generate this file manually on host system using fc-cache"'
319609924814Smrg	if test x"$FCCACHE" = x || test x"$cross_compiling" != x"no" ; then
3197516e9f99Smrg		RUN_FCCACHE="${FCCACHE_WARN}"
3198516e9f99Smrg	else
3199516e9f99Smrg		RUN_FCCACHE='@(if test -z "$(DESTDIR)"; then echo $(FCCACHE) $(fontdir); $(FCCACHE) $(fontdir); else'
3200516e9f99Smrg		RUN_FCCACHE="${RUN_FCCACHE} ${FCCACHE_WARN} ; fi)"
3201516e9f99Smrg	fi
3202516e9f99Smrg
3203516e9f99Smrg
3204516e9f99Smrg
320509924814Smrg	if test x"$cross_compiling" != x"no" ; then
320609924814Smrg		# Extract the first word of "mkfontdir", so it can be a program name with args.
3207516e9f99Smrgset dummy mkfontdir; ac_word=$2
320809924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
320909924814Smrgprintf %s "checking for $ac_word... " >&6; }
321009924814Smrgif test ${ac_cv_path_MKFONTDIR+y}
321109924814Smrgthen :
321209924814Smrg  printf %s "(cached) " >&6
321309924814Smrgelse $as_nop
321409924814Smrg  case $MKFONTDIR in
321509924814Smrg  [\\/]* | ?:[\\/]*)
321609924814Smrg  ac_cv_path_MKFONTDIR="$MKFONTDIR" # Let the user override the test with a path.
321709924814Smrg  ;;
321809924814Smrg  *)
321909924814Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
322009924814Smrgfor as_dir in $PATH
322109924814Smrgdo
322209924814Smrg  IFS=$as_save_IFS
322309924814Smrg  case $as_dir in #(((
322409924814Smrg    '') as_dir=./ ;;
322509924814Smrg    */) ;;
322609924814Smrg    *) as_dir=$as_dir/ ;;
322709924814Smrg  esac
322809924814Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
322909924814Smrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
323009924814Smrg    ac_cv_path_MKFONTDIR="$as_dir$ac_word$ac_exec_ext"
323109924814Smrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
323209924814Smrg    break 2
323309924814Smrg  fi
323409924814Smrgdone
323509924814Smrg  done
323609924814SmrgIFS=$as_save_IFS
323709924814Smrg
323809924814Smrg  test -z "$ac_cv_path_MKFONTDIR" && ac_cv_path_MKFONTDIR=""""
323909924814Smrg  ;;
324009924814Smrgesac
324109924814Smrgfi
324209924814SmrgMKFONTDIR=$ac_cv_path_MKFONTDIR
324309924814Smrgif test -n "$MKFONTDIR"; then
324409924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKFONTDIR" >&5
324509924814Smrgprintf "%s\n" "$MKFONTDIR" >&6; }
324608f3b10eSmrgelse
324709924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
324809924814Smrgprintf "%s\n" "no" >&6; }
324909924814Smrgfi
325009924814Smrg
325109924814Smrg
325209924814Smrg		MKFONTDIR_WARN='echo "** Warning: mkfontdir not run" ; echo "** Run mkfontdir manually on host system"'
325309924814Smrg
325409924814Smrg		if test x"$MKFONTDIR" = x; then
325509924814Smrg			MKFONTDIR="${MKFONTDIR_WARN} ; echo '** mkfontdir'"
325609924814Smrg		fi
325709924814Smrg	else
325809924814Smrg
325909924814Smrg	# Extract the first word of "mkfontdir", so it can be a program name with args.
326009924814Smrgset dummy mkfontdir; ac_word=$2
326109924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
326209924814Smrgprintf %s "checking for $ac_word... " >&6; }
326309924814Smrgif test ${ac_cv_path_MKFONTDIR+y}
326409924814Smrgthen :
326509924814Smrg  printf %s "(cached) " >&6
326609924814Smrgelse $as_nop
3267516e9f99Smrg  case $MKFONTDIR in
326808f3b10eSmrg  [\\/]* | ?:[\\/]*)
3269516e9f99Smrg  ac_cv_path_MKFONTDIR="$MKFONTDIR" # Let the user override the test with a path.
327008f3b10eSmrg  ;;
327108f3b10eSmrg  *)
327208f3b10eSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
327308f3b10eSmrgfor as_dir in $PATH
327408f3b10eSmrgdo
327508f3b10eSmrg  IFS=$as_save_IFS
327609924814Smrg  case $as_dir in #(((
327709924814Smrg    '') as_dir=./ ;;
327809924814Smrg    */) ;;
327909924814Smrg    *) as_dir=$as_dir/ ;;
328009924814Smrg  esac
3281883dc8a3Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
328209924814Smrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
328309924814Smrg    ac_cv_path_MKFONTDIR="$as_dir$ac_word$ac_exec_ext"
328409924814Smrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
328508f3b10eSmrg    break 2
328608f3b10eSmrg  fi
328708f3b10eSmrgdone
3288883dc8a3Smrg  done
3289516e9f99SmrgIFS=$as_save_IFS
329008f3b10eSmrg
329108f3b10eSmrg  ;;
329208f3b10eSmrgesac
329308f3b10eSmrgfi
3294516e9f99SmrgMKFONTDIR=$ac_cv_path_MKFONTDIR
3295516e9f99Smrgif test -n "$MKFONTDIR"; then
329609924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKFONTDIR" >&5
329709924814Smrgprintf "%s\n" "$MKFONTDIR" >&6; }
329808f3b10eSmrgelse
329909924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
330009924814Smrgprintf "%s\n" "no" >&6; }
330108f3b10eSmrgfi
330208f3b10eSmrg
3303516e9f99Smrg
3304883dc8a3Smrg	if test x"$MKFONTDIR" = x; then
3305883dc8a3Smrg		as_fn_error $? "mkfontdir is required to build $PACKAGE_NAME." "$LINENO" 5
3306516e9f99Smrg	fi
3307516e9f99Smrg
330809924814Smrg	fi
330909924814Smrg
331009924814Smrg
331109924814Smrg
3312516e9f99Smrg
3313516e9f99Smrg
3314516e9f99Smrg	# Extract the first word of "bdftopcf", so it can be a program name with args.
3315516e9f99Smrgset dummy bdftopcf; ac_word=$2
331609924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
331709924814Smrgprintf %s "checking for $ac_word... " >&6; }
331809924814Smrgif test ${ac_cv_path_BDFTOPCF+y}
331909924814Smrgthen :
332009924814Smrg  printf %s "(cached) " >&6
332109924814Smrgelse $as_nop
3322516e9f99Smrg  case $BDFTOPCF in
332308f3b10eSmrg  [\\/]* | ?:[\\/]*)
3324516e9f99Smrg  ac_cv_path_BDFTOPCF="$BDFTOPCF" # Let the user override the test with a path.
332508f3b10eSmrg  ;;
332608f3b10eSmrg  *)
332708f3b10eSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
332808f3b10eSmrgfor as_dir in $PATH
332908f3b10eSmrgdo
333008f3b10eSmrg  IFS=$as_save_IFS
333109924814Smrg  case $as_dir in #(((
333209924814Smrg    '') as_dir=./ ;;
333309924814Smrg    */) ;;
333409924814Smrg    *) as_dir=$as_dir/ ;;
333509924814Smrg  esac
3336883dc8a3Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
333709924814Smrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
333809924814Smrg    ac_cv_path_BDFTOPCF="$as_dir$ac_word$ac_exec_ext"
333909924814Smrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
334008f3b10eSmrg    break 2
334108f3b10eSmrg  fi
334208f3b10eSmrgdone
3343883dc8a3Smrg  done
3344516e9f99SmrgIFS=$as_save_IFS
334508f3b10eSmrg
334608f3b10eSmrg  ;;
334708f3b10eSmrgesac
334808f3b10eSmrgfi
3349516e9f99SmrgBDFTOPCF=$ac_cv_path_BDFTOPCF
3350516e9f99Smrgif test -n "$BDFTOPCF"; then
335109924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $BDFTOPCF" >&5
335209924814Smrgprintf "%s\n" "$BDFTOPCF" >&6; }
335308f3b10eSmrgelse
335409924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
335509924814Smrgprintf "%s\n" "no" >&6; }
335608f3b10eSmrgfi
335708f3b10eSmrg
335808f3b10eSmrg
3359883dc8a3Smrg	if test x"$BDFTOPCF" = x; then
3360883dc8a3Smrg		as_fn_error $? "bdftopcf is required to build $PACKAGE_NAME." "$LINENO" 5
3361516e9f99Smrg	fi
336208f3b10eSmrg
336308f3b10eSmrg
336409924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking font compression method" >&5
336509924814Smrgprintf %s "checking font compression method... " >&6; }
336608f3b10eSmrg
3367516e9f99Smrg# Check whether --with-compression was given.
336809924814Smrgif test ${with_compression+y}
336909924814Smrgthen :
3370516e9f99Smrg  withval=$with_compression; compression="$withval"
337109924814Smrgelse $as_nop
3372516e9f99Smrg  compression="yes"
3373516e9f99Smrgfi
337408f3b10eSmrg
3375516e9f99Smrg	if test x"$compression" = "xyes" ; then
3376516e9f99Smrg		compression="gzip"
3377516e9f99Smrg	fi
337809924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${compression}" >&5
337909924814Smrgprintf "%s\n" "${compression}" >&6; }
3380516e9f99Smrg	case ${compression} in
3381516e9f99Smrg	 *compress)	COMPRESS_SUFFIX=".Z" ;;
338209924814Smrg	 *gzip)		COMPRESS_SUFFIX=".gz" ;
338309924814Smrg			COMPRESS_FLAGS="${COMPRESS_FLAGS--n}" ;;
3384516e9f99Smrg	 *bzip2)	COMPRESS_SUFFIX=".bz2" ;;
3385516e9f99Smrg	 no|none)	COMPRESS_SUFFIX="" ; COMPRESS="cat" ;;
3386883dc8a3Smrg	 *) as_fn_error $? "${compression} is not a supported compression method" "$LINENO" 5 ;;
3387516e9f99Smrg	esac
3388516e9f99Smrg	if test x"$COMPRESS_SUFFIX" != "x" ; then
3389516e9f99Smrg
3390516e9f99Smrg	# Extract the first word of "${compression}", so it can be a program name with args.
3391516e9f99Smrgset dummy ${compression}; ac_word=$2
339209924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
339309924814Smrgprintf %s "checking for $ac_word... " >&6; }
339409924814Smrgif test ${ac_cv_path_COMPRESS+y}
339509924814Smrgthen :
339609924814Smrg  printf %s "(cached) " >&6
339709924814Smrgelse $as_nop
3398516e9f99Smrg  case $COMPRESS in
339908f3b10eSmrg  [\\/]* | ?:[\\/]*)
3400516e9f99Smrg  ac_cv_path_COMPRESS="$COMPRESS" # Let the user override the test with a path.
340108f3b10eSmrg  ;;
340208f3b10eSmrg  *)
340308f3b10eSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
340408f3b10eSmrgfor as_dir in $PATH
340508f3b10eSmrgdo
340608f3b10eSmrg  IFS=$as_save_IFS
340709924814Smrg  case $as_dir in #(((
340809924814Smrg    '') as_dir=./ ;;
340909924814Smrg    */) ;;
341009924814Smrg    *) as_dir=$as_dir/ ;;
341109924814Smrg  esac
3412883dc8a3Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
341309924814Smrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
341409924814Smrg    ac_cv_path_COMPRESS="$as_dir$ac_word$ac_exec_ext"
341509924814Smrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
341608f3b10eSmrg    break 2
341708f3b10eSmrg  fi
341808f3b10eSmrgdone
3419883dc8a3Smrg  done
3420516e9f99SmrgIFS=$as_save_IFS
342108f3b10eSmrg
342208f3b10eSmrg  ;;
342308f3b10eSmrgesac
342408f3b10eSmrgfi
3425516e9f99SmrgCOMPRESS=$ac_cv_path_COMPRESS
3426516e9f99Smrgif test -n "$COMPRESS"; then
342709924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $COMPRESS" >&5
342809924814Smrgprintf "%s\n" "$COMPRESS" >&6; }
342908f3b10eSmrgelse
343009924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
343109924814Smrgprintf "%s\n" "no" >&6; }
343208f3b10eSmrgfi
343308f3b10eSmrg
3434516e9f99Smrg
3435883dc8a3Smrg	if test x"$COMPRESS" = x; then
3436883dc8a3Smrg		as_fn_error $? "${compression} is required to build $PACKAGE_NAME." "$LINENO" 5
3437516e9f99Smrg	fi
3438516e9f99Smrg
3439516e9f99Smrg	fi
344009924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking options to font compression command" >&5
344109924814Smrgprintf %s "checking options to font compression command... " >&6; }
344209924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${COMPRESS_FLAGS:-none}" >&5
344309924814Smrgprintf "%s\n" "${COMPRESS_FLAGS:-none}" >&6; }
344409924814Smrg
344509924814Smrg
3446516e9f99Smrg
3447516e9f99Smrg
3448516e9f99Smrg
3449516e9f99Smrg
3450516e9f99Smrg
3451516e9f99Smrg	# Extract the first word of "ucs2any", so it can be a program name with args.
3452516e9f99Smrgset dummy ucs2any; ac_word=$2
345309924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
345409924814Smrgprintf %s "checking for $ac_word... " >&6; }
345509924814Smrgif test ${ac_cv_path_UCS2ANY+y}
345609924814Smrgthen :
345709924814Smrg  printf %s "(cached) " >&6
345809924814Smrgelse $as_nop
3459516e9f99Smrg  case $UCS2ANY in
346008f3b10eSmrg  [\\/]* | ?:[\\/]*)
3461516e9f99Smrg  ac_cv_path_UCS2ANY="$UCS2ANY" # Let the user override the test with a path.
346208f3b10eSmrg  ;;
346308f3b10eSmrg  *)
346408f3b10eSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
346508f3b10eSmrgfor as_dir in $PATH
346608f3b10eSmrgdo
346708f3b10eSmrg  IFS=$as_save_IFS
346809924814Smrg  case $as_dir in #(((
346909924814Smrg    '') as_dir=./ ;;
347009924814Smrg    */) ;;
347109924814Smrg    *) as_dir=$as_dir/ ;;
347209924814Smrg  esac
3473883dc8a3Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
347409924814Smrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
347509924814Smrg    ac_cv_path_UCS2ANY="$as_dir$ac_word$ac_exec_ext"
347609924814Smrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
347708f3b10eSmrg    break 2
347808f3b10eSmrg  fi
347908f3b10eSmrgdone
3480883dc8a3Smrg  done
3481516e9f99SmrgIFS=$as_save_IFS
348208f3b10eSmrg
348308f3b10eSmrg  ;;
348408f3b10eSmrgesac
348508f3b10eSmrgfi
3486516e9f99SmrgUCS2ANY=$ac_cv_path_UCS2ANY
3487516e9f99Smrgif test -n "$UCS2ANY"; then
348809924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $UCS2ANY" >&5
348909924814Smrgprintf "%s\n" "$UCS2ANY" >&6; }
349008f3b10eSmrgelse
349109924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
349209924814Smrgprintf "%s\n" "no" >&6; }
349308f3b10eSmrgfi
349408f3b10eSmrg
349508f3b10eSmrg
3496883dc8a3Smrg	if test x"$UCS2ANY" = x; then
3497883dc8a3Smrg		as_fn_error $? "ucs2any is required to build $PACKAGE_NAME." "$LINENO" 5
349808f3b10eSmrg	fi
349908f3b10eSmrg
350008f3b10eSmrg
350108f3b10eSmrgpkg_failed=no
350209924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MAPS" >&5
350309924814Smrgprintf %s "checking for MAPS... " >&6; }
3504516e9f99Smrg
3505516e9f99Smrgif test -n "$MAPS_CFLAGS"; then
3506516e9f99Smrg    pkg_cv_MAPS_CFLAGS="$MAPS_CFLAGS"
3507516e9f99Smrg elif test -n "$PKG_CONFIG"; then
3508516e9f99Smrg    if test -n "$PKG_CONFIG" && \
350909924814Smrg    { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fontutil\""; } >&5
351008f3b10eSmrg  ($PKG_CONFIG --exists --print-errors "fontutil") 2>&5
351108f3b10eSmrg  ac_status=$?
351209924814Smrg  printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3513883dc8a3Smrg  test $ac_status = 0; }; then
351408f3b10eSmrg  pkg_cv_MAPS_CFLAGS=`$PKG_CONFIG --cflags "fontutil" 2>/dev/null`
351509924814Smrg		      test "x$?" != "x0" && pkg_failed=yes
351608f3b10eSmrgelse
351708f3b10eSmrg  pkg_failed=yes
351808f3b10eSmrgfi
3519516e9f99Smrg else
3520516e9f99Smrg    pkg_failed=untried
352108f3b10eSmrgfi
3522516e9f99Smrgif test -n "$MAPS_LIBS"; then
3523516e9f99Smrg    pkg_cv_MAPS_LIBS="$MAPS_LIBS"
3524516e9f99Smrg elif test -n "$PKG_CONFIG"; then
3525516e9f99Smrg    if test -n "$PKG_CONFIG" && \
352609924814Smrg    { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fontutil\""; } >&5
352708f3b10eSmrg  ($PKG_CONFIG --exists --print-errors "fontutil") 2>&5
352808f3b10eSmrg  ac_status=$?
352909924814Smrg  printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3530883dc8a3Smrg  test $ac_status = 0; }; then
353108f3b10eSmrg  pkg_cv_MAPS_LIBS=`$PKG_CONFIG --libs "fontutil" 2>/dev/null`
353209924814Smrg		      test "x$?" != "x0" && pkg_failed=yes
353308f3b10eSmrgelse
353408f3b10eSmrg  pkg_failed=yes
353508f3b10eSmrgfi
3536516e9f99Smrg else
3537516e9f99Smrg    pkg_failed=untried
353808f3b10eSmrgfi
353908f3b10eSmrg
354008f3b10eSmrg
354108f3b10eSmrg
354208f3b10eSmrgif test $pkg_failed = yes; then
354309924814Smrg   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
354409924814Smrgprintf "%s\n" "no" >&6; }
354508f3b10eSmrg
354608f3b10eSmrgif $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
354708f3b10eSmrg        _pkg_short_errors_supported=yes
354808f3b10eSmrgelse
354908f3b10eSmrg        _pkg_short_errors_supported=no
355008f3b10eSmrgfi
355108f3b10eSmrg        if test $_pkg_short_errors_supported = yes; then
355209924814Smrg	        MAPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fontutil" 2>&1`
355308f3b10eSmrg        else
355409924814Smrg	        MAPS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fontutil" 2>&1`
355508f3b10eSmrg        fi
355608f3b10eSmrg	# Put the nasty error message in config.log where it belongs
355708f3b10eSmrg	echo "$MAPS_PKG_ERRORS" >&5
355808f3b10eSmrg
3559883dc8a3Smrg	as_fn_error $? "Package requirements (fontutil) were not met:
356008f3b10eSmrg
356108f3b10eSmrg$MAPS_PKG_ERRORS
356208f3b10eSmrg
356308f3b10eSmrgConsider adjusting the PKG_CONFIG_PATH environment variable if you
356408f3b10eSmrginstalled software in a non-standard prefix.
356508f3b10eSmrg
356608f3b10eSmrgAlternatively, you may set the environment variables MAPS_CFLAGS
356708f3b10eSmrgand MAPS_LIBS to avoid the need to call pkg-config.
3568883dc8a3SmrgSee the pkg-config man page for more details." "$LINENO" 5
356908f3b10eSmrgelif test $pkg_failed = untried; then
357009924814Smrg     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
357109924814Smrgprintf "%s\n" "no" >&6; }
357209924814Smrg	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
357309924814Smrgprintf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
3574883dc8a3Smrgas_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
357508f3b10eSmrgis in your PATH or set the PKG_CONFIG environment variable to the full
357608f3b10eSmrgpath to pkg-config.
357708f3b10eSmrg
3578883dc8a3SmrgAlternatively, you may set the environment variables MAPS_CFLAGS
3579883dc8a3Smrgand MAPS_LIBS to avoid the need to call pkg-config.
3580883dc8a3SmrgSee the pkg-config man page for more details.
3581883dc8a3Smrg
3582883dc8a3SmrgTo get pkg-config, see <http://pkg-config.freedesktop.org/>.
3583883dc8a3SmrgSee \`config.log' for more details" "$LINENO" 5; }
3584883dc8a3Smrgelse
3585883dc8a3Smrg	MAPS_CFLAGS=$pkg_cv_MAPS_CFLAGS
3586883dc8a3Smrg	MAPS_LIBS=$pkg_cv_MAPS_LIBS
358709924814Smrg        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
358809924814Smrgprintf "%s\n" "yes" >&6; }
3589883dc8a3Smrg
3590883dc8a3Smrgfi
359109924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ucs2any encoding data files" >&5
359209924814Smrgprintf %s "checking for ucs2any encoding data files... " >&6; }
359309924814Smrg	MAPFILES_PATH=`$PKG_CONFIG --variable=mapdir fontutil`
3594883dc8a3Smrg
359509924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${MAPFILES_PATH}" >&5
359609924814Smrgprintf "%s\n" "${MAPFILES_PATH}" >&6; }
3597883dc8a3Smrg
3598883dc8a3Smrg
3599883dc8a3Smrg
3600883dc8a3Smrg	# Check whether --enable-all-encodings was given.
360109924814Smrgif test ${enable_all_encodings+y}
360209924814Smrgthen :
3603883dc8a3Smrg  enableval=$enable_all_encodings;
3604883dc8a3Smrg			ISO8859_1=$enableval
3605883dc8a3Smrg
3606883dc8a3Smrg			ISO8859_2=$enableval
3607883dc8a3Smrg
3608883dc8a3Smrg			ISO8859_3=$enableval
3609883dc8a3Smrg
3610883dc8a3Smrg			ISO8859_4=$enableval
3611883dc8a3Smrg
3612883dc8a3Smrg			ISO8859_9=$enableval
3613883dc8a3Smrg
3614883dc8a3Smrg			ISO8859_10=$enableval
3615883dc8a3Smrg
3616883dc8a3Smrg			ISO8859_13=$enableval
3617883dc8a3Smrg
3618883dc8a3Smrg			ISO8859_14=$enableval
3619883dc8a3Smrg
3620883dc8a3Smrg			ISO8859_15=$enableval
3621883dc8a3Smrg
362209924814Smrgelse $as_nop
3623883dc8a3Smrg
3624883dc8a3Smrg			ISO8859_1=yes
3625883dc8a3Smrg
3626883dc8a3Smrg			ISO8859_2=yes
362708f3b10eSmrg
3628883dc8a3Smrg			ISO8859_3=yes
362908f3b10eSmrg
3630883dc8a3Smrg			ISO8859_4=yes
363108f3b10eSmrg
3632883dc8a3Smrg			ISO8859_9=yes
3633516e9f99Smrg
3634883dc8a3Smrg			ISO8859_10=yes
3635883dc8a3Smrg
3636883dc8a3Smrg			ISO8859_13=yes
3637883dc8a3Smrg
3638883dc8a3Smrg			ISO8859_14=yes
363908f3b10eSmrg
3640883dc8a3Smrg			ISO8859_15=yes
364108f3b10eSmrg
3642883dc8a3Smrgfi
364308f3b10eSmrg
3644516e9f99Smrg
3645516e9f99Smrg	# Check whether --enable-iso8859-1 was given.
364609924814Smrgif test ${enable_iso8859_1+y}
364709924814Smrgthen :
3648516e9f99Smrg  enableval=$enable_iso8859_1; ISO8859_1=$enableval
3649516e9f99Smrgfi
365008f3b10eSmrg
365109924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-1 fonts" >&5
365209924814Smrgprintf %s "checking whether to build ISO8859-1 fonts... " >&6; }
365309924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_1" >&5
365409924814Smrgprintf "%s\n" "$ISO8859_1" >&6; }
3655516e9f99Smrg	 if test "x$ISO8859_1" = xyes; then
365608f3b10eSmrg  ISO8859_1_TRUE=
365708f3b10eSmrg  ISO8859_1_FALSE='#'
365808f3b10eSmrgelse
365908f3b10eSmrg  ISO8859_1_TRUE='#'
366008f3b10eSmrg  ISO8859_1_FALSE=
366108f3b10eSmrgfi
366208f3b10eSmrg
366308f3b10eSmrg
3664516e9f99Smrg	# Check whether --enable-iso8859-2 was given.
366509924814Smrgif test ${enable_iso8859_2+y}
366609924814Smrgthen :
3667516e9f99Smrg  enableval=$enable_iso8859_2; ISO8859_2=$enableval
3668516e9f99Smrgfi
366908f3b10eSmrg
367009924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-2 fonts" >&5
367109924814Smrgprintf %s "checking whether to build ISO8859-2 fonts... " >&6; }
367209924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_2" >&5
367309924814Smrgprintf "%s\n" "$ISO8859_2" >&6; }
3674516e9f99Smrg	 if test "x$ISO8859_2" = xyes; then
367508f3b10eSmrg  ISO8859_2_TRUE=
367608f3b10eSmrg  ISO8859_2_FALSE='#'
367708f3b10eSmrgelse
367808f3b10eSmrg  ISO8859_2_TRUE='#'
367908f3b10eSmrg  ISO8859_2_FALSE=
368008f3b10eSmrgfi
368108f3b10eSmrg
368208f3b10eSmrg
3683516e9f99Smrg	# Check whether --enable-iso8859-3 was given.
368409924814Smrgif test ${enable_iso8859_3+y}
368509924814Smrgthen :
3686516e9f99Smrg  enableval=$enable_iso8859_3; ISO8859_3=$enableval
3687516e9f99Smrgfi
368808f3b10eSmrg
368909924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-3 fonts" >&5
369009924814Smrgprintf %s "checking whether to build ISO8859-3 fonts... " >&6; }
369109924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_3" >&5
369209924814Smrgprintf "%s\n" "$ISO8859_3" >&6; }
3693516e9f99Smrg	 if test "x$ISO8859_3" = xyes; then
369408f3b10eSmrg  ISO8859_3_TRUE=
369508f3b10eSmrg  ISO8859_3_FALSE='#'
369608f3b10eSmrgelse
369708f3b10eSmrg  ISO8859_3_TRUE='#'
369808f3b10eSmrg  ISO8859_3_FALSE=
369908f3b10eSmrgfi
370008f3b10eSmrg
370108f3b10eSmrg
3702516e9f99Smrg	# Check whether --enable-iso8859-4 was given.
370309924814Smrgif test ${enable_iso8859_4+y}
370409924814Smrgthen :
3705516e9f99Smrg  enableval=$enable_iso8859_4; ISO8859_4=$enableval
3706516e9f99Smrgfi
370708f3b10eSmrg
370809924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-4 fonts" >&5
370909924814Smrgprintf %s "checking whether to build ISO8859-4 fonts... " >&6; }
371009924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_4" >&5
371109924814Smrgprintf "%s\n" "$ISO8859_4" >&6; }
3712516e9f99Smrg	 if test "x$ISO8859_4" = xyes; then
371308f3b10eSmrg  ISO8859_4_TRUE=
371408f3b10eSmrg  ISO8859_4_FALSE='#'
371508f3b10eSmrgelse
371608f3b10eSmrg  ISO8859_4_TRUE='#'
371708f3b10eSmrg  ISO8859_4_FALSE=
371808f3b10eSmrgfi
371908f3b10eSmrg
372008f3b10eSmrg
3721516e9f99Smrg	# Check whether --enable-iso8859-9 was given.
372209924814Smrgif test ${enable_iso8859_9+y}
372309924814Smrgthen :
3724516e9f99Smrg  enableval=$enable_iso8859_9; ISO8859_9=$enableval
3725516e9f99Smrgfi
372608f3b10eSmrg
372709924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-9 fonts" >&5
372809924814Smrgprintf %s "checking whether to build ISO8859-9 fonts... " >&6; }
372909924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_9" >&5
373009924814Smrgprintf "%s\n" "$ISO8859_9" >&6; }
3731516e9f99Smrg	 if test "x$ISO8859_9" = xyes; then
373208f3b10eSmrg  ISO8859_9_TRUE=
373308f3b10eSmrg  ISO8859_9_FALSE='#'
373408f3b10eSmrgelse
373508f3b10eSmrg  ISO8859_9_TRUE='#'
373608f3b10eSmrg  ISO8859_9_FALSE=
373708f3b10eSmrgfi
373808f3b10eSmrg
373908f3b10eSmrg
3740516e9f99Smrg	# Check whether --enable-iso8859-10 was given.
374109924814Smrgif test ${enable_iso8859_10+y}
374209924814Smrgthen :
3743516e9f99Smrg  enableval=$enable_iso8859_10; ISO8859_10=$enableval
3744516e9f99Smrgfi
374508f3b10eSmrg
374609924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-10 fonts" >&5
374709924814Smrgprintf %s "checking whether to build ISO8859-10 fonts... " >&6; }
374809924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_10" >&5
374909924814Smrgprintf "%s\n" "$ISO8859_10" >&6; }
3750516e9f99Smrg	 if test "x$ISO8859_10" = xyes; then
375108f3b10eSmrg  ISO8859_10_TRUE=
375208f3b10eSmrg  ISO8859_10_FALSE='#'
375308f3b10eSmrgelse
375408f3b10eSmrg  ISO8859_10_TRUE='#'
375508f3b10eSmrg  ISO8859_10_FALSE=
375608f3b10eSmrgfi
375708f3b10eSmrg
375808f3b10eSmrg
3759516e9f99Smrg	# Check whether --enable-iso8859-13 was given.
376009924814Smrgif test ${enable_iso8859_13+y}
376109924814Smrgthen :
3762516e9f99Smrg  enableval=$enable_iso8859_13; ISO8859_13=$enableval
3763516e9f99Smrgfi
376408f3b10eSmrg
376509924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-13 fonts" >&5
376609924814Smrgprintf %s "checking whether to build ISO8859-13 fonts... " >&6; }
376709924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_13" >&5
376809924814Smrgprintf "%s\n" "$ISO8859_13" >&6; }
3769516e9f99Smrg	 if test "x$ISO8859_13" = xyes; then
377008f3b10eSmrg  ISO8859_13_TRUE=
377108f3b10eSmrg  ISO8859_13_FALSE='#'
377208f3b10eSmrgelse
377308f3b10eSmrg  ISO8859_13_TRUE='#'
377408f3b10eSmrg  ISO8859_13_FALSE=
377508f3b10eSmrgfi
377608f3b10eSmrg
377708f3b10eSmrg
3778516e9f99Smrg	# Check whether --enable-iso8859-14 was given.
377909924814Smrgif test ${enable_iso8859_14+y}
378009924814Smrgthen :
3781516e9f99Smrg  enableval=$enable_iso8859_14; ISO8859_14=$enableval
3782516e9f99Smrgfi
378308f3b10eSmrg
378409924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-14 fonts" >&5
378509924814Smrgprintf %s "checking whether to build ISO8859-14 fonts... " >&6; }
378609924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_14" >&5
378709924814Smrgprintf "%s\n" "$ISO8859_14" >&6; }
3788516e9f99Smrg	 if test "x$ISO8859_14" = xyes; then
378908f3b10eSmrg  ISO8859_14_TRUE=
379008f3b10eSmrg  ISO8859_14_FALSE='#'
379108f3b10eSmrgelse
379208f3b10eSmrg  ISO8859_14_TRUE='#'
379308f3b10eSmrg  ISO8859_14_FALSE=
379408f3b10eSmrgfi
379508f3b10eSmrg
379608f3b10eSmrg
3797516e9f99Smrg	# Check whether --enable-iso8859-15 was given.
379809924814Smrgif test ${enable_iso8859_15+y}
379909924814Smrgthen :
3800516e9f99Smrg  enableval=$enable_iso8859_15; ISO8859_15=$enableval
3801516e9f99Smrgfi
380208f3b10eSmrg
380309924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-15 fonts" >&5
380409924814Smrgprintf %s "checking whether to build ISO8859-15 fonts... " >&6; }
380509924814Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_15" >&5
380609924814Smrgprintf "%s\n" "$ISO8859_15" >&6; }
3807516e9f99Smrg	 if test "x$ISO8859_15" = xyes; then
380808f3b10eSmrg  ISO8859_15_TRUE=
380908f3b10eSmrg  ISO8859_15_FALSE='#'
381008f3b10eSmrgelse
381108f3b10eSmrg  ISO8859_15_TRUE='#'
381208f3b10eSmrg  ISO8859_15_FALSE=
381308f3b10eSmrgfi
381408f3b10eSmrg
381508f3b10eSmrg
381608f3b10eSmrg
381708f3b10eSmrg
3818516e9f99Smrgac_config_files="$ac_config_files Makefile"
381908f3b10eSmrg
382008f3b10eSmrgcat >confcache <<\_ACEOF
382108f3b10eSmrg# This file is a shell script that caches the results of configure
382208f3b10eSmrg# tests run on this system so they can be shared between configure
382308f3b10eSmrg# scripts and configure runs, see configure's option --config-cache.
382408f3b10eSmrg# It is not useful on other systems.  If it contains results you don't
382508f3b10eSmrg# want to keep, you may remove or edit it.
382608f3b10eSmrg#
382708f3b10eSmrg# config.status only pays attention to the cache file if you give it
382808f3b10eSmrg# the --recheck option to rerun configure.
382908f3b10eSmrg#
383008f3b10eSmrg# `ac_cv_env_foo' variables (set or unset) will be overridden when
383108f3b10eSmrg# loading this file, other *unset* `ac_cv_foo' will be assigned the
383208f3b10eSmrg# following values.
383308f3b10eSmrg
383408f3b10eSmrg_ACEOF
383508f3b10eSmrg
383608f3b10eSmrg# The following way of writing the cache mishandles newlines in values,
383708f3b10eSmrg# but we know of no workaround that is simple, portable, and efficient.
3838516e9f99Smrg# So, we kill variables containing newlines.
383908f3b10eSmrg# Ultrix sh set writes to stderr and can't be redirected directly,
384008f3b10eSmrg# and sets the high bit in the cache file unless we assign to the vars.
3841516e9f99Smrg(
3842516e9f99Smrg  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
3843516e9f99Smrg    eval ac_val=\$$ac_var
3844516e9f99Smrg    case $ac_val in #(
3845516e9f99Smrg    *${as_nl}*)
3846516e9f99Smrg      case $ac_var in #(
384709924814Smrg      *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
384809924814Smrgprintf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3849516e9f99Smrg      esac
3850516e9f99Smrg      case $ac_var in #(
3851516e9f99Smrg      _ | IFS | as_nl) ;; #(
3852516e9f99Smrg      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3853883dc8a3Smrg      *) { eval $ac_var=; unset $ac_var;} ;;
3854516e9f99Smrg      esac ;;
3855516e9f99Smrg    esac
3856516e9f99Smrg  done
3857516e9f99Smrg
385808f3b10eSmrg  (set) 2>&1 |
3859516e9f99Smrg    case $as_nl`(ac_space=' '; set) 2>&1` in #(
3860516e9f99Smrg    *${as_nl}ac_space=\ *)
3861883dc8a3Smrg      # `set' does not quote correctly, so add quotes: double-quote
3862883dc8a3Smrg      # substitution turns \\\\ into \\, and sed turns \\ into \.
386308f3b10eSmrg      sed -n \
386408f3b10eSmrg	"s/'/'\\\\''/g;
386508f3b10eSmrg	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3866516e9f99Smrg      ;; #(
386708f3b10eSmrg    *)
386808f3b10eSmrg      # `set' quotes correctly as required by POSIX, so do not add quotes.
3869516e9f99Smrg      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
387008f3b10eSmrg      ;;
3871516e9f99Smrg    esac |
3872516e9f99Smrg    sort
3873516e9f99Smrg) |
387408f3b10eSmrg  sed '
3875516e9f99Smrg     /^ac_cv_env_/b end
387608f3b10eSmrg     t clear
3877516e9f99Smrg     :clear
387809924814Smrg     s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/
387908f3b10eSmrg     t end
3880516e9f99Smrg     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3881516e9f99Smrg     :end' >>confcache
3882516e9f99Smrgif diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3883516e9f99Smrg  if test -w "$cache_file"; then
3884883dc8a3Smrg    if test "x$cache_file" != "x/dev/null"; then
388509924814Smrg      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
388609924814Smrgprintf "%s\n" "$as_me: updating cache $cache_file" >&6;}
3887883dc8a3Smrg      if test ! -f "$cache_file" || test -h "$cache_file"; then
3888883dc8a3Smrg	cat confcache >"$cache_file"
3889883dc8a3Smrg      else
3890883dc8a3Smrg        case $cache_file in #(
3891883dc8a3Smrg        */* | ?:*)
3892883dc8a3Smrg	  mv -f confcache "$cache_file"$$ &&
3893883dc8a3Smrg	  mv -f "$cache_file"$$ "$cache_file" ;; #(
3894883dc8a3Smrg        *)
3895883dc8a3Smrg	  mv -f confcache "$cache_file" ;;
3896883dc8a3Smrg	esac
3897883dc8a3Smrg      fi
3898883dc8a3Smrg    fi
389908f3b10eSmrg  else
390009924814Smrg    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
390109924814Smrgprintf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}
390208f3b10eSmrg  fi
390308f3b10eSmrgfi
390408f3b10eSmrgrm -f confcache
390508f3b10eSmrg
390608f3b10eSmrgtest "x$prefix" = xNONE && prefix=$ac_default_prefix
390708f3b10eSmrg# Let make expand exec_prefix.
390808f3b10eSmrgtest "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
390908f3b10eSmrg
391008f3b10eSmrg# Transform confdefs.h into DEFS.
391108f3b10eSmrg# Protect against shell expansion while executing Makefile rules.
391208f3b10eSmrg# Protect against Makefile macro expansion.
391308f3b10eSmrg#
391408f3b10eSmrg# If the first sed substitution is executed (which looks for macros that
3915516e9f99Smrg# take arguments), then branch to the quote section.  Otherwise,
391608f3b10eSmrg# look for a macro that doesn't take arguments.
3917516e9f99Smrgac_script='
3918516e9f99Smrg:mline
3919516e9f99Smrg/\\$/{
3920516e9f99Smrg N
3921516e9f99Smrg s,\\\n,,
3922516e9f99Smrg b mline
3923516e9f99Smrg}
392408f3b10eSmrgt clear
3925516e9f99Smrg:clear
3926516e9f99Smrgs/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
392708f3b10eSmrgt quote
3928516e9f99Smrgs/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
392908f3b10eSmrgt quote
3930516e9f99Smrgb any
3931516e9f99Smrg:quote
3932516e9f99Smrgs/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
3933516e9f99Smrgs/\[/\\&/g
3934516e9f99Smrgs/\]/\\&/g
3935516e9f99Smrgs/\$/$$/g
3936516e9f99SmrgH
3937516e9f99Smrg:any
3938516e9f99Smrg${
3939516e9f99Smrg	g
3940516e9f99Smrg	s/^\n//
3941516e9f99Smrg	s/\n/ /g
3942516e9f99Smrg	p
3943516e9f99Smrg}
3944516e9f99Smrg'
3945516e9f99SmrgDEFS=`sed -n "$ac_script" confdefs.h`
394608f3b10eSmrg
394708f3b10eSmrg
394808f3b10eSmrgac_libobjs=
394908f3b10eSmrgac_ltlibobjs=
3950883dc8a3SmrgU=
395108f3b10eSmrgfor ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
395208f3b10eSmrg  # 1. Remove the extension, and $U if already installed.
3953516e9f99Smrg  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
395409924814Smrg  ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"`
3955516e9f99Smrg  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
3956516e9f99Smrg  #    will be set to the directory where LIBOBJS objects are built.
3957883dc8a3Smrg  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
3958883dc8a3Smrg  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
395908f3b10eSmrgdone
396008f3b10eSmrgLIBOBJS=$ac_libobjs
396108f3b10eSmrg
396208f3b10eSmrgLTLIBOBJS=$ac_ltlibobjs
396308f3b10eSmrg
396408f3b10eSmrg
396509924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
396609924814Smrgprintf %s "checking that generated files are newer than configure... " >&6; }
396709924814Smrg   if test -n "$am_sleep_pid"; then
396809924814Smrg     # Hide warnings about reused PIDs.
396909924814Smrg     wait $am_sleep_pid 2>/dev/null
397009924814Smrg   fi
397109924814Smrg   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5
397209924814Smrgprintf "%s\n" "done" >&6; }
3973516e9f99Smrg
397408f3b10eSmrgif test -z "${ISO8859_1_TRUE}" && test -z "${ISO8859_1_FALSE}"; then
3975883dc8a3Smrg  as_fn_error $? "conditional \"ISO8859_1\" was never defined.
3976883dc8a3SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5
397708f3b10eSmrgfi
397808f3b10eSmrgif test -z "${ISO8859_2_TRUE}" && test -z "${ISO8859_2_FALSE}"; then
3979883dc8a3Smrg  as_fn_error $? "conditional \"ISO8859_2\" was never defined.
3980883dc8a3SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5
398108f3b10eSmrgfi
398208f3b10eSmrgif test -z "${ISO8859_3_TRUE}" && test -z "${ISO8859_3_FALSE}"; then
3983883dc8a3Smrg  as_fn_error $? "conditional \"ISO8859_3\" was never defined.
3984883dc8a3SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5
398508f3b10eSmrgfi
398608f3b10eSmrgif test -z "${ISO8859_4_TRUE}" && test -z "${ISO8859_4_FALSE}"; then
3987883dc8a3Smrg  as_fn_error $? "conditional \"ISO8859_4\" was never defined.
3988883dc8a3SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5
398908f3b10eSmrgfi
399008f3b10eSmrgif test -z "${ISO8859_9_TRUE}" && test -z "${ISO8859_9_FALSE}"; then
3991883dc8a3Smrg  as_fn_error $? "conditional \"ISO8859_9\" was never defined.
3992883dc8a3SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5
399308f3b10eSmrgfi
399408f3b10eSmrgif test -z "${ISO8859_10_TRUE}" && test -z "${ISO8859_10_FALSE}"; then
3995883dc8a3Smrg  as_fn_error $? "conditional \"ISO8859_10\" was never defined.
3996883dc8a3SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5
399708f3b10eSmrgfi
399808f3b10eSmrgif test -z "${ISO8859_13_TRUE}" && test -z "${ISO8859_13_FALSE}"; then
3999883dc8a3Smrg  as_fn_error $? "conditional \"ISO8859_13\" was never defined.
4000883dc8a3SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5
400108f3b10eSmrgfi
400208f3b10eSmrgif test -z "${ISO8859_14_TRUE}" && test -z "${ISO8859_14_FALSE}"; then
4003883dc8a3Smrg  as_fn_error $? "conditional \"ISO8859_14\" was never defined.
4004883dc8a3SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5
400508f3b10eSmrgfi
400608f3b10eSmrgif test -z "${ISO8859_15_TRUE}" && test -z "${ISO8859_15_FALSE}"; then
4007883dc8a3Smrg  as_fn_error $? "conditional \"ISO8859_15\" was never defined.
4008883dc8a3SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5
400908f3b10eSmrgfi
401008f3b10eSmrg
4011883dc8a3Smrg: "${CONFIG_STATUS=./config.status}"
4012516e9f99Smrgac_write_fail=0
401308f3b10eSmrgac_clean_files_save=$ac_clean_files
401408f3b10eSmrgac_clean_files="$ac_clean_files $CONFIG_STATUS"
401509924814Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
401609924814Smrgprintf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;}
4017883dc8a3Smrgas_write_fail=0
4018883dc8a3Smrgcat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
401908f3b10eSmrg#! $SHELL
402008f3b10eSmrg# Generated by $as_me.
402108f3b10eSmrg# Run this file to recreate the current configuration.
402208f3b10eSmrg# Compiler output produced by configure, useful for debugging
402308f3b10eSmrg# configure, is in config.log if it exists.
402408f3b10eSmrg
402508f3b10eSmrgdebug=false
402608f3b10eSmrgac_cs_recheck=false
402708f3b10eSmrgac_cs_silent=false
402808f3b10eSmrg
4029883dc8a3SmrgSHELL=\${CONFIG_SHELL-$SHELL}
4030883dc8a3Smrgexport SHELL
4031883dc8a3Smrg_ASEOF
4032883dc8a3Smrgcat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
4033883dc8a3Smrg## -------------------- ##
4034883dc8a3Smrg## M4sh Initialization. ##
4035883dc8a3Smrg## -------------------- ##
403608f3b10eSmrg
4037516e9f99Smrg# Be more Bourne compatible
4038516e9f99SmrgDUALCASE=1; export DUALCASE # for MKS sh
403909924814Smrgas_nop=:
404009924814Smrgif test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
404109924814Smrgthen :
404208f3b10eSmrg  emulate sh
404308f3b10eSmrg  NULLCMD=:
4044516e9f99Smrg  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
404508f3b10eSmrg  # is contrary to our usage.  Disable this feature.
404608f3b10eSmrg  alias -g '${1+"$@"}'='"$@"'
4047516e9f99Smrg  setopt NO_GLOB_SUBST
404809924814Smrgelse $as_nop
4049883dc8a3Smrg  case `(set -o) 2>/dev/null` in #(
4050883dc8a3Smrg  *posix*) :
4051883dc8a3Smrg    set -o posix ;; #(
4052883dc8a3Smrg  *) :
4053883dc8a3Smrg     ;;
4054516e9f99Smrgesac
4055516e9f99Smrgfi
4056516e9f99Smrg
4057516e9f99Smrg
405809924814Smrg
405909924814Smrg# Reset variables that may have inherited troublesome values from
406009924814Smrg# the environment.
406109924814Smrg
406209924814Smrg# IFS needs to be set, to space, tab, and newline, in precisely that order.
406309924814Smrg# (If _AS_PATH_WALK were called with IFS unset, it would have the
406409924814Smrg# side effect of setting IFS to empty, thus disabling word splitting.)
406509924814Smrg# Quoting is to prevent editors from complaining about space-tab.
4066516e9f99Smrgas_nl='
4067516e9f99Smrg'
4068516e9f99Smrgexport as_nl
406909924814SmrgIFS=" ""	$as_nl"
407009924814Smrg
407109924814SmrgPS1='$ '
407209924814SmrgPS2='> '
407309924814SmrgPS4='+ '
407409924814Smrg
407509924814Smrg# Ensure predictable behavior from utilities with locale-dependent output.
407609924814SmrgLC_ALL=C
407709924814Smrgexport LC_ALL
407809924814SmrgLANGUAGE=C
407909924814Smrgexport LANGUAGE
408009924814Smrg
408109924814Smrg# We cannot yet rely on "unset" to work, but we need these variables
408209924814Smrg# to be unset--not just set to an empty or harmless value--now, to
408309924814Smrg# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh).  This construct
408409924814Smrg# also avoids known problems related to "unset" and subshell syntax
408509924814Smrg# in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
408609924814Smrgfor as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
408709924814Smrgdo eval test \${$as_var+y} \
408809924814Smrg  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
408909924814Smrgdone
409009924814Smrg
409109924814Smrg# Ensure that fds 0, 1, and 2 are open.
409209924814Smrgif (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
409309924814Smrgif (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
409409924814Smrgif (exec 3>&2)            ; then :; else exec 2>/dev/null; fi
4095516e9f99Smrg
4096516e9f99Smrg# The user is always right.
409709924814Smrgif ${PATH_SEPARATOR+false} :; then
4098516e9f99Smrg  PATH_SEPARATOR=:
4099516e9f99Smrg  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
4100516e9f99Smrg    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
4101516e9f99Smrg      PATH_SEPARATOR=';'
4102516e9f99Smrg  }
410308f3b10eSmrgfi
410408f3b10eSmrg
410508f3b10eSmrg
4106516e9f99Smrg# Find who we are.  Look in the path if we contain no directory separator.
4107883dc8a3Smrgas_myself=
4108883dc8a3Smrgcase $0 in #((
4109516e9f99Smrg  *[\\/]* ) as_myself=$0 ;;
4110516e9f99Smrg  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4111516e9f99Smrgfor as_dir in $PATH
4112516e9f99Smrgdo
4113516e9f99Smrg  IFS=$as_save_IFS
411409924814Smrg  case $as_dir in #(((
411509924814Smrg    '') as_dir=./ ;;
411609924814Smrg    */) ;;
411709924814Smrg    *) as_dir=$as_dir/ ;;
411809924814Smrg  esac
411909924814Smrg    test -r "$as_dir$0" && as_myself=$as_dir$0 && break
4120883dc8a3Smrg  done
4121516e9f99SmrgIFS=$as_save_IFS
4122516e9f99Smrg
4123516e9f99Smrg     ;;
4124516e9f99Smrgesac
4125516e9f99Smrg# We did not find ourselves, most probably we were run as `sh COMMAND'
4126516e9f99Smrg# in which case we are not to be found in the path.
4127516e9f99Smrgif test "x$as_myself" = x; then
4128516e9f99Smrg  as_myself=$0
4129516e9f99Smrgfi
4130516e9f99Smrgif test ! -f "$as_myself"; then
413109924814Smrg  printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
4132883dc8a3Smrg  exit 1
4133516e9f99Smrgfi
4134516e9f99Smrg
4135883dc8a3Smrg
4136883dc8a3Smrg
4137883dc8a3Smrg# as_fn_error STATUS ERROR [LINENO LOG_FD]
4138883dc8a3Smrg# ----------------------------------------
4139883dc8a3Smrg# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
4140883dc8a3Smrg# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
4141883dc8a3Smrg# script with STATUS, using 1 if that was 0.
4142883dc8a3Smrgas_fn_error ()
4143883dc8a3Smrg{
4144883dc8a3Smrg  as_status=$1; test $as_status -eq 0 && as_status=1
4145883dc8a3Smrg  if test "$4"; then
4146883dc8a3Smrg    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
414709924814Smrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
4148883dc8a3Smrg  fi
414909924814Smrg  printf "%s\n" "$as_me: error: $2" >&2
4150883dc8a3Smrg  as_fn_exit $as_status
4151883dc8a3Smrg} # as_fn_error
4152883dc8a3Smrg
4153883dc8a3Smrg
415409924814Smrg
4155883dc8a3Smrg# as_fn_set_status STATUS
4156883dc8a3Smrg# -----------------------
4157883dc8a3Smrg# Set $? to STATUS, without forking.
4158883dc8a3Smrgas_fn_set_status ()
4159883dc8a3Smrg{
4160883dc8a3Smrg  return $1
4161883dc8a3Smrg} # as_fn_set_status
4162883dc8a3Smrg
4163883dc8a3Smrg# as_fn_exit STATUS
4164883dc8a3Smrg# -----------------
4165883dc8a3Smrg# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
4166883dc8a3Smrgas_fn_exit ()
4167883dc8a3Smrg{
4168883dc8a3Smrg  set +e
4169883dc8a3Smrg  as_fn_set_status $1
4170883dc8a3Smrg  exit $1
4171883dc8a3Smrg} # as_fn_exit
4172883dc8a3Smrg
4173883dc8a3Smrg# as_fn_unset VAR
4174883dc8a3Smrg# ---------------
4175883dc8a3Smrg# Portably unset VAR.
4176883dc8a3Smrgas_fn_unset ()
4177883dc8a3Smrg{
4178883dc8a3Smrg  { eval $1=; unset $1;}
4179883dc8a3Smrg}
4180883dc8a3Smrgas_unset=as_fn_unset
418109924814Smrg
4182883dc8a3Smrg# as_fn_append VAR VALUE
4183883dc8a3Smrg# ----------------------
4184883dc8a3Smrg# Append the text in VALUE to the end of the definition contained in VAR. Take
4185883dc8a3Smrg# advantage of any shell optimizations that allow amortized linear growth over
4186883dc8a3Smrg# repeated appends, instead of the typical quadratic growth present in naive
4187883dc8a3Smrg# implementations.
418809924814Smrgif (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
418909924814Smrgthen :
4190883dc8a3Smrg  eval 'as_fn_append ()
4191883dc8a3Smrg  {
4192883dc8a3Smrg    eval $1+=\$2
4193883dc8a3Smrg  }'
419409924814Smrgelse $as_nop
4195883dc8a3Smrg  as_fn_append ()
4196883dc8a3Smrg  {
4197883dc8a3Smrg    eval $1=\$$1\$2
4198883dc8a3Smrg  }
4199883dc8a3Smrgfi # as_fn_append
4200883dc8a3Smrg
4201883dc8a3Smrg# as_fn_arith ARG...
4202883dc8a3Smrg# ------------------
4203883dc8a3Smrg# Perform arithmetic evaluation on the ARGs, and store the result in the
4204883dc8a3Smrg# global $as_val. Take advantage of shells that can avoid forks. The arguments
4205883dc8a3Smrg# must be portable across $(()) and expr.
420609924814Smrgif (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
420709924814Smrgthen :
4208883dc8a3Smrg  eval 'as_fn_arith ()
4209883dc8a3Smrg  {
4210883dc8a3Smrg    as_val=$(( $* ))
4211883dc8a3Smrg  }'
421209924814Smrgelse $as_nop
4213883dc8a3Smrg  as_fn_arith ()
4214883dc8a3Smrg  {
4215883dc8a3Smrg    as_val=`expr "$@" || test $? -eq 1`
4216883dc8a3Smrg  }
4217883dc8a3Smrgfi # as_fn_arith
4218883dc8a3Smrg
4219883dc8a3Smrg
4220516e9f99Smrgif expr a : '\(a\)' >/dev/null 2>&1 &&
4221516e9f99Smrg   test "X`expr 00001 : '.*\(...\)'`" = X001; then
422208f3b10eSmrg  as_expr=expr
422308f3b10eSmrgelse
422408f3b10eSmrg  as_expr=false
422508f3b10eSmrgfi
422608f3b10eSmrg
4227516e9f99Smrgif (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
422808f3b10eSmrg  as_basename=basename
422908f3b10eSmrgelse
423008f3b10eSmrg  as_basename=false
423108f3b10eSmrgfi
423208f3b10eSmrg
4233883dc8a3Smrgif (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
4234883dc8a3Smrg  as_dirname=dirname
4235883dc8a3Smrgelse
4236883dc8a3Smrg  as_dirname=false
4237883dc8a3Smrgfi
423808f3b10eSmrg
4239516e9f99Smrgas_me=`$as_basename -- "$0" ||
424008f3b10eSmrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
424108f3b10eSmrg	 X"$0" : 'X\(//\)$' \| \
4242516e9f99Smrg	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
424309924814Smrgprintf "%s\n" X/"$0" |
4244516e9f99Smrg    sed '/^.*\/\([^/][^/]*\)\/*$/{
4245516e9f99Smrg	    s//\1/
4246516e9f99Smrg	    q
4247516e9f99Smrg	  }
4248516e9f99Smrg	  /^X\/\(\/\/\)$/{
4249516e9f99Smrg	    s//\1/
4250516e9f99Smrg	    q
4251516e9f99Smrg	  }
4252516e9f99Smrg	  /^X\/\(\/\).*/{
4253516e9f99Smrg	    s//\1/
4254516e9f99Smrg	    q
4255516e9f99Smrg	  }
4256516e9f99Smrg	  s/.*/./; q'`
425708f3b10eSmrg
4258883dc8a3Smrg# Avoid depending upon Character Ranges.
4259883dc8a3Smrgas_cr_letters='abcdefghijklmnopqrstuvwxyz'
4260883dc8a3Smrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
4261883dc8a3Smrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS
4262883dc8a3Smrgas_cr_digits='0123456789'
4263883dc8a3Smrgas_cr_alnum=$as_cr_Letters$as_cr_digits
426408f3b10eSmrg
426509924814Smrg
426609924814Smrg# Determine whether it's possible to make 'echo' print without a newline.
426709924814Smrg# These variables are no longer used directly by Autoconf, but are AC_SUBSTed
426809924814Smrg# for compatibility with existing Makefiles.
4269516e9f99SmrgECHO_C= ECHO_N= ECHO_T=
4270883dc8a3Smrgcase `echo -n x` in #(((((
4271516e9f99Smrg-n*)
4272883dc8a3Smrg  case `echo 'xy\c'` in
4273516e9f99Smrg  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
4274883dc8a3Smrg  xy)  ECHO_C='\c';;
4275883dc8a3Smrg  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
4276883dc8a3Smrg       ECHO_T='	';;
4277516e9f99Smrg  esac;;
4278516e9f99Smrg*)
4279516e9f99Smrg  ECHO_N='-n';;
4280516e9f99Smrgesac
428108f3b10eSmrg
428209924814Smrg# For backward compatibility with old third-party macros, we provide
428309924814Smrg# the shell variables $as_echo and $as_echo_n.  New code should use
428409924814Smrg# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
428509924814Smrgas_echo='printf %s\n'
428609924814Smrgas_echo_n='printf %s'
428709924814Smrg
428808f3b10eSmrgrm -f conf$$ conf$$.exe conf$$.file
4289516e9f99Smrgif test -d conf$$.dir; then
4290516e9f99Smrg  rm -f conf$$.dir/conf$$.file
4291516e9f99Smrgelse
4292516e9f99Smrg  rm -f conf$$.dir
4293516e9f99Smrg  mkdir conf$$.dir 2>/dev/null
4294516e9f99Smrgfi
4295516e9f99Smrgif (echo >conf$$.file) 2>/dev/null; then
4296516e9f99Smrg  if ln -s conf$$.file conf$$ 2>/dev/null; then
429708f3b10eSmrg    as_ln_s='ln -s'
4298516e9f99Smrg    # ... but there are two gotchas:
4299516e9f99Smrg    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
4300516e9f99Smrg    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
430109924814Smrg    # In both cases, we have to default to `cp -pR'.
4302516e9f99Smrg    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
430309924814Smrg      as_ln_s='cp -pR'
4304516e9f99Smrg  elif ln conf$$.file conf$$ 2>/dev/null; then
4305516e9f99Smrg    as_ln_s=ln
4306516e9f99Smrg  else
430709924814Smrg    as_ln_s='cp -pR'
430808f3b10eSmrg  fi
430908f3b10eSmrgelse
431009924814Smrg  as_ln_s='cp -pR'
431108f3b10eSmrgfi
4312516e9f99Smrgrm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
4313516e9f99Smrgrmdir conf$$.dir 2>/dev/null
431408f3b10eSmrg
4315883dc8a3Smrg
4316883dc8a3Smrg# as_fn_mkdir_p
4317883dc8a3Smrg# -------------
4318883dc8a3Smrg# Create "$as_dir" as a directory, including parents if necessary.
4319883dc8a3Smrgas_fn_mkdir_p ()
4320883dc8a3Smrg{
4321883dc8a3Smrg
4322883dc8a3Smrg  case $as_dir in #(
4323883dc8a3Smrg  -*) as_dir=./$as_dir;;
4324883dc8a3Smrg  esac
4325883dc8a3Smrg  test -d "$as_dir" || eval $as_mkdir_p || {
4326883dc8a3Smrg    as_dirs=
4327883dc8a3Smrg    while :; do
4328883dc8a3Smrg      case $as_dir in #(
432909924814Smrg      *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
4330883dc8a3Smrg      *) as_qdir=$as_dir;;
4331883dc8a3Smrg      esac
4332883dc8a3Smrg      as_dirs="'$as_qdir' $as_dirs"
4333883dc8a3Smrg      as_dir=`$as_dirname -- "$as_dir" ||
4334883dc8a3Smrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4335883dc8a3Smrg	 X"$as_dir" : 'X\(//\)[^/]' \| \
4336883dc8a3Smrg	 X"$as_dir" : 'X\(//\)$' \| \
4337883dc8a3Smrg	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
433809924814Smrgprintf "%s\n" X"$as_dir" |
4339883dc8a3Smrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4340883dc8a3Smrg	    s//\1/
4341883dc8a3Smrg	    q
4342883dc8a3Smrg	  }
4343883dc8a3Smrg	  /^X\(\/\/\)[^/].*/{
4344883dc8a3Smrg	    s//\1/
4345883dc8a3Smrg	    q
4346883dc8a3Smrg	  }
4347883dc8a3Smrg	  /^X\(\/\/\)$/{
4348883dc8a3Smrg	    s//\1/
4349883dc8a3Smrg	    q
4350883dc8a3Smrg	  }
4351883dc8a3Smrg	  /^X\(\/\).*/{
4352883dc8a3Smrg	    s//\1/
4353883dc8a3Smrg	    q
4354883dc8a3Smrg	  }
4355883dc8a3Smrg	  s/.*/./; q'`
4356883dc8a3Smrg      test -d "$as_dir" && break
4357883dc8a3Smrg    done
4358883dc8a3Smrg    test -z "$as_dirs" || eval "mkdir $as_dirs"
4359883dc8a3Smrg  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
4360883dc8a3Smrg
4361883dc8a3Smrg
4362883dc8a3Smrg} # as_fn_mkdir_p
436308f3b10eSmrgif mkdir -p . 2>/dev/null; then
4364883dc8a3Smrg  as_mkdir_p='mkdir -p "$as_dir"'
436508f3b10eSmrgelse
436608f3b10eSmrg  test -d ./-p && rmdir ./-p
436708f3b10eSmrg  as_mkdir_p=false
436808f3b10eSmrgfi
436908f3b10eSmrg
437009924814Smrg
437109924814Smrg# as_fn_executable_p FILE
437209924814Smrg# -----------------------
437309924814Smrg# Test if FILE is an executable regular file.
437409924814Smrgas_fn_executable_p ()
437509924814Smrg{
437609924814Smrg  test -f "$1" && test -x "$1"
437709924814Smrg} # as_fn_executable_p
437809924814Smrgas_test_x='test -x'
437909924814Smrgas_executable_p=as_fn_executable_p
438008f3b10eSmrg
438108f3b10eSmrg# Sed expression to map a string onto a valid CPP name.
438208f3b10eSmrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
438308f3b10eSmrg
438408f3b10eSmrg# Sed expression to map a string onto a valid variable name.
438508f3b10eSmrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
438608f3b10eSmrg
438708f3b10eSmrg
438808f3b10eSmrgexec 6>&1
4389883dc8a3Smrg## ----------------------------------- ##
4390883dc8a3Smrg## Main body of $CONFIG_STATUS script. ##
4391883dc8a3Smrg## ----------------------------------- ##
4392883dc8a3Smrg_ASEOF
4393883dc8a3Smrgtest $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
439408f3b10eSmrg
4395883dc8a3Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4396883dc8a3Smrg# Save the log message, to keep $0 and so on meaningful, and to
439708f3b10eSmrg# report actual input values of CONFIG_FILES etc. instead of their
4398516e9f99Smrg# values after options handling.
4399516e9f99Smrgac_log="
440009924814SmrgThis file was extended by font-adobe-utopia-100dpi $as_me 1.0.5, which was
440109924814Smrggenerated by GNU Autoconf 2.71.  Invocation command line was
440208f3b10eSmrg
440308f3b10eSmrg  CONFIG_FILES    = $CONFIG_FILES
440408f3b10eSmrg  CONFIG_HEADERS  = $CONFIG_HEADERS
440508f3b10eSmrg  CONFIG_LINKS    = $CONFIG_LINKS
440608f3b10eSmrg  CONFIG_COMMANDS = $CONFIG_COMMANDS
440708f3b10eSmrg  $ $0 $@
440808f3b10eSmrg
4409516e9f99Smrgon `(hostname || uname -n) 2>/dev/null | sed 1q`
4410516e9f99Smrg"
4411516e9f99Smrg
441208f3b10eSmrg_ACEOF
441308f3b10eSmrg
4414516e9f99Smrgcase $ac_config_files in *"
4415516e9f99Smrg"*) set x $ac_config_files; shift; ac_config_files=$*;;
4416516e9f99Smrgesac
441708f3b10eSmrg
441808f3b10eSmrg
441908f3b10eSmrg
4420516e9f99Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4421516e9f99Smrg# Files that config.status was made for.
4422516e9f99Smrgconfig_files="$ac_config_files"
442308f3b10eSmrg
4424516e9f99Smrg_ACEOF
442508f3b10eSmrg
4426516e9f99Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
442708f3b10eSmrgac_cs_usage="\
4428883dc8a3Smrg\`$as_me' instantiates files and other configuration actions
4429883dc8a3Smrgfrom templates according to the current configuration.  Unless the files
4430883dc8a3Smrgand actions are specified as TAGs, all are instantiated by default.
443108f3b10eSmrg
4432883dc8a3SmrgUsage: $0 [OPTION]... [TAG]...
443308f3b10eSmrg
443408f3b10eSmrg  -h, --help       print this help, then exit
4435516e9f99Smrg  -V, --version    print version number and configuration settings, then exit
4436883dc8a3Smrg      --config     print configuration, then exit
4437516e9f99Smrg  -q, --quiet, --silent
4438516e9f99Smrg                   do not print progress messages
443908f3b10eSmrg  -d, --debug      don't remove temporary files
444008f3b10eSmrg      --recheck    update $as_me by reconfiguring in the same conditions
4441516e9f99Smrg      --file=FILE[:TEMPLATE]
4442516e9f99Smrg                   instantiate the configuration file FILE
444308f3b10eSmrg
444408f3b10eSmrgConfiguration files:
444508f3b10eSmrg$config_files
444608f3b10eSmrg
444709924814SmrgReport bugs to <https://gitlab.freedesktop.org/xorg/font/adobe-utopia-100dpi/-/issues>."
444808f3b10eSmrg
4449516e9f99Smrg_ACEOF
445009924814Smrgac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`
445109924814Smrgac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"`
4452516e9f99Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
445309924814Smrgac_cs_config='$ac_cs_config_escaped'
445408f3b10eSmrgac_cs_version="\\
445509924814Smrgfont-adobe-utopia-100dpi config.status 1.0.5
445609924814Smrgconfigured by $0, generated by GNU Autoconf 2.71,
4457883dc8a3Smrg  with options \\"\$ac_cs_config\\"
445808f3b10eSmrg
445909924814SmrgCopyright (C) 2021 Free Software Foundation, Inc.
446008f3b10eSmrgThis config.status script is free software; the Free Software Foundation
446108f3b10eSmrggives unlimited permission to copy, distribute and modify it."
4462516e9f99Smrg
4463516e9f99Smrgac_pwd='$ac_pwd'
4464516e9f99Smrgsrcdir='$srcdir'
4465516e9f99SmrgINSTALL='$INSTALL'
4466516e9f99SmrgMKDIR_P='$MKDIR_P'
4467516e9f99SmrgAWK='$AWK'
4468516e9f99Smrgtest -n "\$AWK" || AWK=awk
446908f3b10eSmrg_ACEOF
447008f3b10eSmrg
4471516e9f99Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4472516e9f99Smrg# The default lists apply if the user does not specify any file.
447308f3b10eSmrgac_need_defaults=:
447408f3b10eSmrgwhile test $# != 0
447508f3b10eSmrgdo
447608f3b10eSmrg  case $1 in
4477883dc8a3Smrg  --*=?*)
4478516e9f99Smrg    ac_option=`expr "X$1" : 'X\([^=]*\)='`
4479516e9f99Smrg    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
448008f3b10eSmrg    ac_shift=:
448108f3b10eSmrg    ;;
4482883dc8a3Smrg  --*=)
4483883dc8a3Smrg    ac_option=`expr "X$1" : 'X\([^=]*\)='`
4484883dc8a3Smrg    ac_optarg=
4485883dc8a3Smrg    ac_shift=:
4486883dc8a3Smrg    ;;
4487516e9f99Smrg  *)
448808f3b10eSmrg    ac_option=$1
448908f3b10eSmrg    ac_optarg=$2
449008f3b10eSmrg    ac_shift=shift
449108f3b10eSmrg    ;;
449208f3b10eSmrg  esac
449308f3b10eSmrg
449408f3b10eSmrg  case $ac_option in
449508f3b10eSmrg  # Handling of the options.
449608f3b10eSmrg  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
449708f3b10eSmrg    ac_cs_recheck=: ;;
4498516e9f99Smrg  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
449909924814Smrg    printf "%s\n" "$ac_cs_version"; exit ;;
4500883dc8a3Smrg  --config | --confi | --conf | --con | --co | --c )
450109924814Smrg    printf "%s\n" "$ac_cs_config"; exit ;;
4502516e9f99Smrg  --debug | --debu | --deb | --de | --d | -d )
450308f3b10eSmrg    debug=: ;;
450408f3b10eSmrg  --file | --fil | --fi | --f )
450508f3b10eSmrg    $ac_shift
4506516e9f99Smrg    case $ac_optarg in
450709924814Smrg    *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
4508883dc8a3Smrg    '') as_fn_error $? "missing file argument" ;;
4509516e9f99Smrg    esac
4510883dc8a3Smrg    as_fn_append CONFIG_FILES " '$ac_optarg'"
451108f3b10eSmrg    ac_need_defaults=false;;
4512516e9f99Smrg  --he | --h |  --help | --hel | -h )
451309924814Smrg    printf "%s\n" "$ac_cs_usage"; exit ;;
451408f3b10eSmrg  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
451508f3b10eSmrg  | -silent | --silent | --silen | --sile | --sil | --si | --s)
451608f3b10eSmrg    ac_cs_silent=: ;;
451708f3b10eSmrg
451808f3b10eSmrg  # This is an error.
4519883dc8a3Smrg  -*) as_fn_error $? "unrecognized option: \`$1'
4520883dc8a3SmrgTry \`$0 --help' for more information." ;;
452108f3b10eSmrg
4522883dc8a3Smrg  *) as_fn_append ac_config_targets " $1"
4523516e9f99Smrg     ac_need_defaults=false ;;
452408f3b10eSmrg
452508f3b10eSmrg  esac
452608f3b10eSmrg  shift
452708f3b10eSmrgdone
452808f3b10eSmrg
452908f3b10eSmrgac_configure_extra_args=
453008f3b10eSmrg
453108f3b10eSmrgif $ac_cs_silent; then
453208f3b10eSmrg  exec 6>/dev/null
453308f3b10eSmrg  ac_configure_extra_args="$ac_configure_extra_args --silent"
453408f3b10eSmrgfi
453508f3b10eSmrg
453608f3b10eSmrg_ACEOF
4537516e9f99Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
453808f3b10eSmrgif \$ac_cs_recheck; then
453909924814Smrg  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
4540516e9f99Smrg  shift
454109924814Smrg  \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6
4542516e9f99Smrg  CONFIG_SHELL='$SHELL'
4543516e9f99Smrg  export CONFIG_SHELL
4544516e9f99Smrg  exec "\$@"
454508f3b10eSmrgfi
454608f3b10eSmrg
454708f3b10eSmrg_ACEOF
4548516e9f99Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4549516e9f99Smrgexec 5>>config.log
4550516e9f99Smrg{
4551516e9f99Smrg  echo
4552516e9f99Smrg  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
4553516e9f99Smrg## Running $as_me. ##
4554516e9f99Smrg_ASBOX
455509924814Smrg  printf "%s\n" "$ac_log"
4556516e9f99Smrg} >&5
455708f3b10eSmrg
4558516e9f99Smrg_ACEOF
4559516e9f99Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4560516e9f99Smrg_ACEOF
456108f3b10eSmrg
4562516e9f99Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
456308f3b10eSmrg
4564516e9f99Smrg# Handling of arguments.
456508f3b10eSmrgfor ac_config_target in $ac_config_targets
456608f3b10eSmrgdo
4567516e9f99Smrg  case $ac_config_target in
4568516e9f99Smrg    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
4569516e9f99Smrg
4570883dc8a3Smrg  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
457108f3b10eSmrg  esac
457208f3b10eSmrgdone
457308f3b10eSmrg
4574516e9f99Smrg
457508f3b10eSmrg# If the user did not use the arguments to specify the items to instantiate,
457608f3b10eSmrg# then the envvar interface is used.  Set only those that are not.
457708f3b10eSmrg# We use the long form for the default assignment because of an extremely
457808f3b10eSmrg# bizarre bug on SunOS 4.1.3.
457908f3b10eSmrgif $ac_need_defaults; then
458009924814Smrg  test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files
458108f3b10eSmrgfi
458208f3b10eSmrg
458308f3b10eSmrg# Have a temporary directory for convenience.  Make it in the build tree
4584516e9f99Smrg# simply because there is no reason against having it here, and in addition,
458508f3b10eSmrg# creating and moving files from /tmp can sometimes cause problems.
4586516e9f99Smrg# Hook for its removal unless debugging.
4587516e9f99Smrg# Note that there is a small window in which the directory will not be cleaned:
4588516e9f99Smrg# after its creation but before its name has been assigned to `$tmp'.
458908f3b10eSmrg$debug ||
459008f3b10eSmrg{
4591883dc8a3Smrg  tmp= ac_tmp=
4592516e9f99Smrg  trap 'exit_status=$?
4593883dc8a3Smrg  : "${ac_tmp:=$tmp}"
4594883dc8a3Smrg  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
4595516e9f99Smrg' 0
4596883dc8a3Smrg  trap 'as_fn_exit 1' 1 2 13 15
459708f3b10eSmrg}
459808f3b10eSmrg# Create a (secure) tmp directory for tmp files.
459908f3b10eSmrg
460008f3b10eSmrg{
4601516e9f99Smrg  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
4602883dc8a3Smrg  test -d "$tmp"
460308f3b10eSmrg}  ||
460408f3b10eSmrg{
4605516e9f99Smrg  tmp=./conf$$-$RANDOM
4606516e9f99Smrg  (umask 077 && mkdir "$tmp")
4607883dc8a3Smrg} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
4608883dc8a3Smrgac_tmp=$tmp
460908f3b10eSmrg
4610516e9f99Smrg# Set up the scripts for CONFIG_FILES section.
4611516e9f99Smrg# No need to generate them if there are no CONFIG_FILES.
4612516e9f99Smrg# This happens for instance with `./config.status config.h'.
4613516e9f99Smrgif test -n "$CONFIG_FILES"; then
4614516e9f99Smrg
4615516e9f99Smrg
4616883dc8a3Smrgac_cr=`echo X | tr X '\015'`
4617883dc8a3Smrg# On cygwin, bash can eat \r inside `` if the user requested igncr.
4618883dc8a3Smrg# But we know of no other shell where ac_cr would be empty at this
4619883dc8a3Smrg# point, so we can use a bashism as a fallback.
4620883dc8a3Smrgif test "x$ac_cr" = x; then
4621883dc8a3Smrg  eval ac_cr=\$\'\\r\'
4622883dc8a3Smrgfi
4623516e9f99Smrgac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
4624516e9f99Smrgif test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
4625516e9f99Smrg  ac_cs_awk_cr='\\r'
4626516e9f99Smrgelse
4627516e9f99Smrg  ac_cs_awk_cr=$ac_cr
4628516e9f99Smrgfi
4629516e9f99Smrg
4630883dc8a3Smrgecho 'BEGIN {' >"$ac_tmp/subs1.awk" &&
463108f3b10eSmrg_ACEOF
463208f3b10eSmrg
463308f3b10eSmrg
4634516e9f99Smrg{
4635516e9f99Smrg  echo "cat >conf$$subs.awk <<_ACEOF" &&
4636516e9f99Smrg  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
4637516e9f99Smrg  echo "_ACEOF"
4638516e9f99Smrg} >conf$$subs.sh ||
4639883dc8a3Smrg  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4640883dc8a3Smrgac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
4641516e9f99Smrgac_delim='%!_!# '
4642516e9f99Smrgfor ac_last_try in false false false false false :; do
4643516e9f99Smrg  . ./conf$$subs.sh ||
4644883dc8a3Smrg    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
464508f3b10eSmrg
4646516e9f99Smrg  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
4647516e9f99Smrg  if test $ac_delim_n = $ac_delim_num; then
4648516e9f99Smrg    break
4649516e9f99Smrg  elif $ac_last_try; then
4650883dc8a3Smrg    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4651516e9f99Smrg  else
4652516e9f99Smrg    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
465308f3b10eSmrg  fi
4654516e9f99Smrgdone
4655516e9f99Smrgrm -f conf$$subs.sh
465608f3b10eSmrg
4657516e9f99Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4658883dc8a3Smrgcat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
465908f3b10eSmrg_ACEOF
4660516e9f99Smrgsed -n '
4661516e9f99Smrgh
4662516e9f99Smrgs/^/S["/; s/!.*/"]=/
4663516e9f99Smrgp
4664516e9f99Smrgg
4665516e9f99Smrgs/^[^!]*!//
4666516e9f99Smrg:repl
4667516e9f99Smrgt repl
4668516e9f99Smrgs/'"$ac_delim"'$//
4669516e9f99Smrgt delim
4670516e9f99Smrg:nl
4671516e9f99Smrgh
4672883dc8a3Smrgs/\(.\{148\}\)..*/\1/
4673516e9f99Smrgt more1
4674516e9f99Smrgs/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
4675516e9f99Smrgp
4676516e9f99Smrgn
4677516e9f99Smrgb repl
4678516e9f99Smrg:more1
4679516e9f99Smrgs/["\\]/\\&/g; s/^/"/; s/$/"\\/
4680516e9f99Smrgp
4681516e9f99Smrgg
4682516e9f99Smrgs/.\{148\}//
4683516e9f99Smrgt nl
4684516e9f99Smrg:delim
4685516e9f99Smrgh
4686883dc8a3Smrgs/\(.\{148\}\)..*/\1/
4687516e9f99Smrgt more2
4688516e9f99Smrgs/["\\]/\\&/g; s/^/"/; s/$/"/
4689516e9f99Smrgp
4690516e9f99Smrgb
4691516e9f99Smrg:more2
4692516e9f99Smrgs/["\\]/\\&/g; s/^/"/; s/$/"\\/
4693516e9f99Smrgp
4694516e9f99Smrgg
4695516e9f99Smrgs/.\{148\}//
4696516e9f99Smrgt delim
4697516e9f99Smrg' <conf$$subs.awk | sed '
4698516e9f99Smrg/^[^""]/{
4699516e9f99Smrg  N
4700516e9f99Smrg  s/\n//
4701516e9f99Smrg}
4702516e9f99Smrg' >>$CONFIG_STATUS || ac_write_fail=1
4703516e9f99Smrgrm -f conf$$subs.awk
4704516e9f99Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4705516e9f99Smrg_ACAWK
4706883dc8a3Smrgcat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
4707516e9f99Smrg  for (key in S) S_is_set[key] = 1
4708516e9f99Smrg  FS = ""
4709516e9f99Smrg
4710516e9f99Smrg}
4711516e9f99Smrg{
4712516e9f99Smrg  line = $ 0
4713516e9f99Smrg  nfields = split(line, field, "@")
4714516e9f99Smrg  substed = 0
4715516e9f99Smrg  len = length(field[1])
4716516e9f99Smrg  for (i = 2; i < nfields; i++) {
4717516e9f99Smrg    key = field[i]
4718516e9f99Smrg    keylen = length(key)
4719516e9f99Smrg    if (S_is_set[key]) {
4720516e9f99Smrg      value = S[key]
4721516e9f99Smrg      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
4722516e9f99Smrg      len += length(value) + length(field[++i])
4723516e9f99Smrg      substed = 1
4724516e9f99Smrg    } else
4725516e9f99Smrg      len += 1 + keylen
4726516e9f99Smrg  }
4727516e9f99Smrg
4728516e9f99Smrg  print line
4729516e9f99Smrg}
4730516e9f99Smrg
4731516e9f99Smrg_ACAWK
4732516e9f99Smrg_ACEOF
4733516e9f99Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4734516e9f99Smrgif sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
4735516e9f99Smrg  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
4736516e9f99Smrgelse
4737516e9f99Smrg  cat
4738883dc8a3Smrgfi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
4739883dc8a3Smrg  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
4740516e9f99Smrg_ACEOF
4741516e9f99Smrg
4742883dc8a3Smrg# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
4743883dc8a3Smrg# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
4744516e9f99Smrg# trailing colons and then remove the whole line if VPATH becomes empty
4745516e9f99Smrg# (actually we leave an empty line to preserve line numbers).
4746516e9f99Smrgif test "x$srcdir" = x.; then
4747883dc8a3Smrg  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
4748883dc8a3Smrgh
4749883dc8a3Smrgs///
4750883dc8a3Smrgs/^/:/
4751883dc8a3Smrgs/[	 ]*$/:/
4752883dc8a3Smrgs/:\$(srcdir):/:/g
4753883dc8a3Smrgs/:\${srcdir}:/:/g
4754883dc8a3Smrgs/:@srcdir@:/:/g
4755883dc8a3Smrgs/^:*//
4756516e9f99Smrgs/:*$//
4757883dc8a3Smrgx
4758883dc8a3Smrgs/\(=[	 ]*\).*/\1/
4759883dc8a3SmrgG
4760883dc8a3Smrgs/\n//
4761516e9f99Smrgs/^[^=]*=[	 ]*$//
4762516e9f99Smrg}'
4763516e9f99Smrgfi
4764516e9f99Smrg
4765516e9f99Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4766516e9f99Smrgfi # test -n "$CONFIG_FILES"
4767516e9f99Smrg
4768516e9f99Smrg
476909924814Smrgeval set X "  :F $CONFIG_FILES      "
4770516e9f99Smrgshift
4771516e9f99Smrgfor ac_tag
4772516e9f99Smrgdo
4773516e9f99Smrg  case $ac_tag in
4774516e9f99Smrg  :[FHLC]) ac_mode=$ac_tag; continue;;
4775516e9f99Smrg  esac
4776516e9f99Smrg  case $ac_mode$ac_tag in
4777516e9f99Smrg  :[FHL]*:*);;
4778883dc8a3Smrg  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
4779516e9f99Smrg  :[FH]-) ac_tag=-:-;;
4780516e9f99Smrg  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
4781516e9f99Smrg  esac
4782516e9f99Smrg  ac_save_IFS=$IFS
4783516e9f99Smrg  IFS=:
4784516e9f99Smrg  set x $ac_tag
4785516e9f99Smrg  IFS=$ac_save_IFS
4786516e9f99Smrg  shift
4787516e9f99Smrg  ac_file=$1
4788516e9f99Smrg  shift
4789516e9f99Smrg
4790516e9f99Smrg  case $ac_mode in
4791516e9f99Smrg  :L) ac_source=$1;;
4792516e9f99Smrg  :[FH])
4793516e9f99Smrg    ac_file_inputs=
4794516e9f99Smrg    for ac_f
4795516e9f99Smrg    do
4796516e9f99Smrg      case $ac_f in
4797883dc8a3Smrg      -) ac_f="$ac_tmp/stdin";;
4798516e9f99Smrg      *) # Look for the file first in the build tree, then in the source tree
4799516e9f99Smrg	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
4800516e9f99Smrg	 # because $ac_f cannot contain `:'.
4801516e9f99Smrg	 test -f "$ac_f" ||
4802516e9f99Smrg	   case $ac_f in
4803516e9f99Smrg	   [\\/$]*) false;;
4804516e9f99Smrg	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
4805516e9f99Smrg	   esac ||
4806883dc8a3Smrg	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
4807516e9f99Smrg      esac
480809924814Smrg      case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
4809883dc8a3Smrg      as_fn_append ac_file_inputs " '$ac_f'"
4810516e9f99Smrg    done
4811516e9f99Smrg
4812516e9f99Smrg    # Let's still pretend it is `configure' which instantiates (i.e., don't
4813516e9f99Smrg    # use $as_me), people would be surprised to read:
4814516e9f99Smrg    #    /* config.h.  Generated by config.status.  */
4815516e9f99Smrg    configure_input='Generated from '`
481609924814Smrg	  printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
4817516e9f99Smrg	`' by configure.'
4818516e9f99Smrg    if test x"$ac_file" != x-; then
4819516e9f99Smrg      configure_input="$ac_file.  $configure_input"
482009924814Smrg      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
482109924814Smrgprintf "%s\n" "$as_me: creating $ac_file" >&6;}
4822516e9f99Smrg    fi
4823516e9f99Smrg    # Neutralize special characters interpreted by sed in replacement strings.
4824516e9f99Smrg    case $configure_input in #(
4825516e9f99Smrg    *\&* | *\|* | *\\* )
482609924814Smrg       ac_sed_conf_input=`printf "%s\n" "$configure_input" |
4827516e9f99Smrg       sed 's/[\\\\&|]/\\\\&/g'`;; #(
4828516e9f99Smrg    *) ac_sed_conf_input=$configure_input;;
4829516e9f99Smrg    esac
4830516e9f99Smrg
4831516e9f99Smrg    case $ac_tag in
4832883dc8a3Smrg    *:-:* | *:-) cat >"$ac_tmp/stdin" \
4833883dc8a3Smrg      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
4834516e9f99Smrg    esac
4835516e9f99Smrg    ;;
483608f3b10eSmrg  esac
483708f3b10eSmrg
4838516e9f99Smrg  ac_dir=`$as_dirname -- "$ac_file" ||
483908f3b10eSmrg$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
484008f3b10eSmrg	 X"$ac_file" : 'X\(//\)[^/]' \| \
484108f3b10eSmrg	 X"$ac_file" : 'X\(//\)$' \| \
4842516e9f99Smrg	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
484309924814Smrgprintf "%s\n" X"$ac_file" |
4844516e9f99Smrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4845516e9f99Smrg	    s//\1/
4846516e9f99Smrg	    q
4847516e9f99Smrg	  }
4848516e9f99Smrg	  /^X\(\/\/\)[^/].*/{
4849516e9f99Smrg	    s//\1/
4850516e9f99Smrg	    q
4851516e9f99Smrg	  }
4852516e9f99Smrg	  /^X\(\/\/\)$/{
4853516e9f99Smrg	    s//\1/
4854516e9f99Smrg	    q
4855516e9f99Smrg	  }
4856516e9f99Smrg	  /^X\(\/\).*/{
4857516e9f99Smrg	    s//\1/
4858516e9f99Smrg	    q
4859516e9f99Smrg	  }
4860516e9f99Smrg	  s/.*/./; q'`
4861883dc8a3Smrg  as_dir="$ac_dir"; as_fn_mkdir_p
486208f3b10eSmrg  ac_builddir=.
486308f3b10eSmrg
4864516e9f99Smrgcase "$ac_dir" in
4865516e9f99Smrg.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
4866516e9f99Smrg*)
486709924814Smrg  ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
4868516e9f99Smrg  # A ".." for each directory in $ac_dir_suffix.
486909924814Smrg  ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
4870516e9f99Smrg  case $ac_top_builddir_sub in
4871516e9f99Smrg  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
4872516e9f99Smrg  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
4873516e9f99Smrg  esac ;;
4874516e9f99Smrgesac
4875516e9f99Smrgac_abs_top_builddir=$ac_pwd
4876516e9f99Smrgac_abs_builddir=$ac_pwd$ac_dir_suffix
4877516e9f99Smrg# for backward compatibility:
4878516e9f99Smrgac_top_builddir=$ac_top_build_prefix
487908f3b10eSmrg
488008f3b10eSmrgcase $srcdir in
4881516e9f99Smrg  .)  # We are building in place.
488208f3b10eSmrg    ac_srcdir=.
4883516e9f99Smrg    ac_top_srcdir=$ac_top_builddir_sub
4884516e9f99Smrg    ac_abs_top_srcdir=$ac_pwd ;;
4885516e9f99Smrg  [\\/]* | ?:[\\/]* )  # Absolute name.
488608f3b10eSmrg    ac_srcdir=$srcdir$ac_dir_suffix;
4887516e9f99Smrg    ac_top_srcdir=$srcdir
4888516e9f99Smrg    ac_abs_top_srcdir=$srcdir ;;
4889516e9f99Smrg  *) # Relative name.
4890516e9f99Smrg    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
4891516e9f99Smrg    ac_top_srcdir=$ac_top_build_prefix$srcdir
4892516e9f99Smrg    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
489308f3b10eSmrgesac
4894516e9f99Smrgac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
489508f3b10eSmrg
489608f3b10eSmrg
4897516e9f99Smrg  case $ac_mode in
4898516e9f99Smrg  :F)
4899516e9f99Smrg  #
4900516e9f99Smrg  # CONFIG_FILE
4901516e9f99Smrg  #
490208f3b10eSmrg
490308f3b10eSmrg  case $INSTALL in
490408f3b10eSmrg  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
4905516e9f99Smrg  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
490608f3b10eSmrg  esac
4907516e9f99Smrg  ac_MKDIR_P=$MKDIR_P
4908516e9f99Smrg  case $MKDIR_P in
4909516e9f99Smrg  [\\/$]* | ?:[\\/]* ) ;;
4910516e9f99Smrg  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
4911516e9f99Smrg  esac
4912516e9f99Smrg_ACEOF
491308f3b10eSmrg
4914516e9f99Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4915516e9f99Smrg# If the template does not know about datarootdir, expand it.
4916516e9f99Smrg# FIXME: This hack should be removed a few years after 2.60.
4917516e9f99Smrgac_datarootdir_hack=; ac_datarootdir_seen=
4918516e9f99Smrgac_sed_dataroot='
4919516e9f99Smrg/datarootdir/ {
4920516e9f99Smrg  p
4921516e9f99Smrg  q
4922516e9f99Smrg}
4923516e9f99Smrg/@datadir@/p
4924516e9f99Smrg/@docdir@/p
4925516e9f99Smrg/@infodir@/p
4926516e9f99Smrg/@localedir@/p
4927883dc8a3Smrg/@mandir@/p'
4928516e9f99Smrgcase `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
4929516e9f99Smrg*datarootdir*) ac_datarootdir_seen=yes;;
4930516e9f99Smrg*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
493109924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
493209924814Smrgprintf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
4933516e9f99Smrg_ACEOF
4934516e9f99Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4935516e9f99Smrg  ac_datarootdir_hack='
4936516e9f99Smrg  s&@datadir@&$datadir&g
4937516e9f99Smrg  s&@docdir@&$docdir&g
4938516e9f99Smrg  s&@infodir@&$infodir&g
4939516e9f99Smrg  s&@localedir@&$localedir&g
4940516e9f99Smrg  s&@mandir@&$mandir&g
4941883dc8a3Smrg  s&\\\${datarootdir}&$datarootdir&g' ;;
4942516e9f99Smrgesac
494308f3b10eSmrg_ACEOF
4944516e9f99Smrg
4945516e9f99Smrg# Neutralize VPATH when `$srcdir' = `.'.
4946516e9f99Smrg# Shell code in configure.ac might set extrasub.
4947516e9f99Smrg# FIXME: do we really want to maintain this feature?
4948516e9f99Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4949516e9f99Smrgac_sed_extra="$ac_vpsub
495008f3b10eSmrg$extrasub
495108f3b10eSmrg_ACEOF
4952516e9f99Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
495308f3b10eSmrg:t
495408f3b10eSmrg/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
4955516e9f99Smrgs|@configure_input@|$ac_sed_conf_input|;t t
4956516e9f99Smrgs&@top_builddir@&$ac_top_builddir_sub&;t t
4957516e9f99Smrgs&@top_build_prefix@&$ac_top_build_prefix&;t t
4958516e9f99Smrgs&@srcdir@&$ac_srcdir&;t t
4959516e9f99Smrgs&@abs_srcdir@&$ac_abs_srcdir&;t t
4960516e9f99Smrgs&@top_srcdir@&$ac_top_srcdir&;t t
4961516e9f99Smrgs&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
4962516e9f99Smrgs&@builddir@&$ac_builddir&;t t
4963516e9f99Smrgs&@abs_builddir@&$ac_abs_builddir&;t t
4964516e9f99Smrgs&@abs_top_builddir@&$ac_abs_top_builddir&;t t
4965516e9f99Smrgs&@INSTALL@&$ac_INSTALL&;t t
4966516e9f99Smrgs&@MKDIR_P@&$ac_MKDIR_P&;t t
4967516e9f99Smrg$ac_datarootdir_hack
4968516e9f99Smrg"
4969883dc8a3Smrgeval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
4970883dc8a3Smrg  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
497108f3b10eSmrg
4972516e9f99Smrgtest -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
4973883dc8a3Smrg  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
4974883dc8a3Smrg  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
4975883dc8a3Smrg      "$ac_tmp/out"`; test -z "$ac_out"; } &&
497609924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4977883dc8a3Smrgwhich seems to be undefined.  Please make sure it is defined" >&5
497809924814Smrgprintf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4979883dc8a3Smrgwhich seems to be undefined.  Please make sure it is defined" >&2;}
4980516e9f99Smrg
4981883dc8a3Smrg  rm -f "$ac_tmp/stdin"
4982516e9f99Smrg  case $ac_file in
4983883dc8a3Smrg  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
4984883dc8a3Smrg  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
4985516e9f99Smrg  esac \
4986883dc8a3Smrg  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
4987516e9f99Smrg ;;
4988516e9f99Smrg
4989516e9f99Smrg
4990516e9f99Smrg
4991516e9f99Smrg  esac
4992516e9f99Smrg
4993516e9f99Smrgdone # for ac_tag
499408f3b10eSmrg
499508f3b10eSmrg
4996883dc8a3Smrgas_fn_exit 0
499708f3b10eSmrg_ACEOF
499808f3b10eSmrgac_clean_files=$ac_clean_files_save
499908f3b10eSmrg
5000516e9f99Smrgtest $ac_write_fail = 0 ||
5001883dc8a3Smrg  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
5002516e9f99Smrg
500308f3b10eSmrg
500408f3b10eSmrg# configure is writing to config.log, and then calls config.status.
500508f3b10eSmrg# config.status does its own redirection, appending to config.log.
500608f3b10eSmrg# Unfortunately, on DOS this fails, as config.log is still kept open
500708f3b10eSmrg# by configure, so config.status won't be able to write to it; its
500808f3b10eSmrg# output is simply discarded.  So we exec the FD to /dev/null,
500908f3b10eSmrg# effectively closing config.log, so it can be properly (re)opened and
501008f3b10eSmrg# appended to by config.status.  When coming back to configure, we
501108f3b10eSmrg# need to make the FD available again.
501208f3b10eSmrgif test "$no_create" != yes; then
501308f3b10eSmrg  ac_cs_success=:
501408f3b10eSmrg  ac_config_status_args=
501508f3b10eSmrg  test "$silent" = yes &&
501608f3b10eSmrg    ac_config_status_args="$ac_config_status_args --quiet"
501708f3b10eSmrg  exec 5>/dev/null
501808f3b10eSmrg  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
501908f3b10eSmrg  exec 5>>config.log
502008f3b10eSmrg  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
502108f3b10eSmrg  # would make configure fail if this is the last instruction.
5022883dc8a3Smrg  $ac_cs_success || as_fn_exit 1
502308f3b10eSmrgfi
5024516e9f99Smrgif test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
502509924814Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
502609924814Smrgprintf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
5027516e9f99Smrgfi
502808f3b10eSmrg
502909924814Smrg
5030