138b41dabSmrg#! /bin/sh
238b41dabSmrg# Guess values for system-dependent variables and create Makefiles.
338b41dabSmrg# Generated by GNU Autoconf 2.71 for font-winitzki-cyrillic 1.0.4.
438b41dabSmrg#
538b41dabSmrg# Report bugs to <https://gitlab.freedesktop.org/xorg/font/winitzki-cyrillic/-/issues>.
638b41dabSmrg#
738b41dabSmrg#
838b41dabSmrg# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
938b41dabSmrg# Inc.
1038b41dabSmrg#
1138b41dabSmrg#
1238b41dabSmrg# This configure script is free software; the Free Software Foundation
1338b41dabSmrg# gives unlimited permission to copy, distribute and modify it.
1438b41dabSmrg## -------------------- ##
1538b41dabSmrg## M4sh Initialization. ##
1638b41dabSmrg## -------------------- ##
1738b41dabSmrg
1838b41dabSmrg# Be more Bourne compatible
1938b41dabSmrgDUALCASE=1; export DUALCASE # for MKS sh
2038b41dabSmrgas_nop=:
2138b41dabSmrgif test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
2238b41dabSmrgthen :
2338b41dabSmrg  emulate sh
2438b41dabSmrg  NULLCMD=:
2538b41dabSmrg  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
2638b41dabSmrg  # is contrary to our usage.  Disable this feature.
2738b41dabSmrg  alias -g '${1+"$@"}'='"$@"'
2838b41dabSmrg  setopt NO_GLOB_SUBST
2938b41dabSmrgelse $as_nop
3038b41dabSmrg  case `(set -o) 2>/dev/null` in #(
3138b41dabSmrg  *posix*) :
3238b41dabSmrg    set -o posix ;; #(
3338b41dabSmrg  *) :
3438b41dabSmrg     ;;
3538b41dabSmrgesac
3638b41dabSmrgfi
3738b41dabSmrg
3838b41dabSmrg
3938b41dabSmrg
4038b41dabSmrg# Reset variables that may have inherited troublesome values from
4138b41dabSmrg# the environment.
4238b41dabSmrg
4338b41dabSmrg# IFS needs to be set, to space, tab, and newline, in precisely that order.
4438b41dabSmrg# (If _AS_PATH_WALK were called with IFS unset, it would have the
4538b41dabSmrg# side effect of setting IFS to empty, thus disabling word splitting.)
4638b41dabSmrg# Quoting is to prevent editors from complaining about space-tab.
4738b41dabSmrgas_nl='
4838b41dabSmrg'
4938b41dabSmrgexport as_nl
5038b41dabSmrgIFS=" ""	$as_nl"
5138b41dabSmrg
5238b41dabSmrgPS1='$ '
5338b41dabSmrgPS2='> '
5438b41dabSmrgPS4='+ '
5538b41dabSmrg
5638b41dabSmrg# Ensure predictable behavior from utilities with locale-dependent output.
5738b41dabSmrgLC_ALL=C
5838b41dabSmrgexport LC_ALL
5938b41dabSmrgLANGUAGE=C
6038b41dabSmrgexport LANGUAGE
6138b41dabSmrg
6238b41dabSmrg# We cannot yet rely on "unset" to work, but we need these variables
6338b41dabSmrg# to be unset--not just set to an empty or harmless value--now, to
6438b41dabSmrg# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh).  This construct
6538b41dabSmrg# also avoids known problems related to "unset" and subshell syntax
6638b41dabSmrg# in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
6738b41dabSmrgfor as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
6838b41dabSmrgdo eval test \${$as_var+y} \
6938b41dabSmrg  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
7038b41dabSmrgdone
7138b41dabSmrg
7238b41dabSmrg# Ensure that fds 0, 1, and 2 are open.
7338b41dabSmrgif (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
7438b41dabSmrgif (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
7538b41dabSmrgif (exec 3>&2)            ; then :; else exec 2>/dev/null; fi
7638b41dabSmrg
7738b41dabSmrg# The user is always right.
7838b41dabSmrgif ${PATH_SEPARATOR+false} :; then
7938b41dabSmrg  PATH_SEPARATOR=:
8038b41dabSmrg  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
8138b41dabSmrg    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
8238b41dabSmrg      PATH_SEPARATOR=';'
8338b41dabSmrg  }
8438b41dabSmrgfi
8538b41dabSmrg
8638b41dabSmrg
8738b41dabSmrg# Find who we are.  Look in the path if we contain no directory separator.
8838b41dabSmrgas_myself=
8938b41dabSmrgcase $0 in #((
9038b41dabSmrg  *[\\/]* ) as_myself=$0 ;;
9138b41dabSmrg  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9238b41dabSmrgfor as_dir in $PATH
9338b41dabSmrgdo
9438b41dabSmrg  IFS=$as_save_IFS
9538b41dabSmrg  case $as_dir in #(((
9638b41dabSmrg    '') as_dir=./ ;;
9738b41dabSmrg    */) ;;
9838b41dabSmrg    *) as_dir=$as_dir/ ;;
9938b41dabSmrg  esac
10038b41dabSmrg    test -r "$as_dir$0" && as_myself=$as_dir$0 && break
10138b41dabSmrg  done
10238b41dabSmrgIFS=$as_save_IFS
10338b41dabSmrg
10438b41dabSmrg     ;;
10538b41dabSmrgesac
10638b41dabSmrg# We did not find ourselves, most probably we were run as `sh COMMAND'
10738b41dabSmrg# in which case we are not to be found in the path.
10838b41dabSmrgif test "x$as_myself" = x; then
10938b41dabSmrg  as_myself=$0
11038b41dabSmrgfi
11138b41dabSmrgif test ! -f "$as_myself"; then
11238b41dabSmrg  printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11338b41dabSmrg  exit 1
11438b41dabSmrgfi
11538b41dabSmrg
11638b41dabSmrg
11738b41dabSmrg# Use a proper internal environment variable to ensure we don't fall
11838b41dabSmrg  # into an infinite loop, continuously re-executing ourselves.
11938b41dabSmrg  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
12038b41dabSmrg    _as_can_reexec=no; export _as_can_reexec;
12138b41dabSmrg    # We cannot yet assume a decent shell, so we have to provide a
12238b41dabSmrg# neutralization value for shells without unset; and this also
12338b41dabSmrg# works around shells that cannot unset nonexistent variables.
12438b41dabSmrg# Preserve -v and -x to the replacement shell.
12538b41dabSmrgBASH_ENV=/dev/null
12638b41dabSmrgENV=/dev/null
12738b41dabSmrg(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
12838b41dabSmrgcase $- in # ((((
12938b41dabSmrg  *v*x* | *x*v* ) as_opts=-vx ;;
13038b41dabSmrg  *v* ) as_opts=-v ;;
13138b41dabSmrg  *x* ) as_opts=-x ;;
13238b41dabSmrg  * ) as_opts= ;;
13338b41dabSmrgesac
13438b41dabSmrgexec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
13538b41dabSmrg# Admittedly, this is quite paranoid, since all the known shells bail
13638b41dabSmrg# out after a failed `exec'.
13738b41dabSmrgprintf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
13838b41dabSmrgexit 255
13938b41dabSmrg  fi
14038b41dabSmrg  # We don't want this to propagate to other subprocesses.
14138b41dabSmrg          { _as_can_reexec=; unset _as_can_reexec;}
14238b41dabSmrgif test "x$CONFIG_SHELL" = x; then
14338b41dabSmrg  as_bourne_compatible="as_nop=:
14438b41dabSmrgif test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
14538b41dabSmrgthen :
14638b41dabSmrg  emulate sh
14738b41dabSmrg  NULLCMD=:
14838b41dabSmrg  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
14938b41dabSmrg  # is contrary to our usage.  Disable this feature.
15038b41dabSmrg  alias -g '\${1+\"\$@\"}'='\"\$@\"'
15138b41dabSmrg  setopt NO_GLOB_SUBST
15238b41dabSmrgelse \$as_nop
15338b41dabSmrg  case \`(set -o) 2>/dev/null\` in #(
15438b41dabSmrg  *posix*) :
15538b41dabSmrg    set -o posix ;; #(
15638b41dabSmrg  *) :
15738b41dabSmrg     ;;
15838b41dabSmrgesac
15938b41dabSmrgfi
16038b41dabSmrg"
16138b41dabSmrg  as_required="as_fn_return () { (exit \$1); }
16238b41dabSmrgas_fn_success () { as_fn_return 0; }
16338b41dabSmrgas_fn_failure () { as_fn_return 1; }
16438b41dabSmrgas_fn_ret_success () { return 0; }
16538b41dabSmrgas_fn_ret_failure () { return 1; }
16638b41dabSmrg
16738b41dabSmrgexitcode=0
16838b41dabSmrgas_fn_success || { exitcode=1; echo as_fn_success failed.; }
16938b41dabSmrgas_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
17038b41dabSmrgas_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
17138b41dabSmrgas_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
17238b41dabSmrgif ( set x; as_fn_ret_success y && test x = \"\$1\" )
17338b41dabSmrgthen :
17438b41dabSmrg
17538b41dabSmrgelse \$as_nop
17638b41dabSmrg  exitcode=1; echo positional parameters were not saved.
17738b41dabSmrgfi
17838b41dabSmrgtest x\$exitcode = x0 || exit 1
17938b41dabSmrgblah=\$(echo \$(echo blah))
18038b41dabSmrgtest x\"\$blah\" = xblah || exit 1
18138b41dabSmrgtest -x / || exit 1"
18238b41dabSmrg  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
18338b41dabSmrg  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
18438b41dabSmrg  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
18538b41dabSmrg  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
18638b41dabSmrgtest \$(( 1 + 1 )) = 2 || exit 1"
18738b41dabSmrg  if (eval "$as_required") 2>/dev/null
18838b41dabSmrgthen :
18938b41dabSmrg  as_have_required=yes
19038b41dabSmrgelse $as_nop
19138b41dabSmrg  as_have_required=no
19238b41dabSmrgfi
19338b41dabSmrg  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null
19438b41dabSmrgthen :
19538b41dabSmrg
19638b41dabSmrgelse $as_nop
19738b41dabSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19838b41dabSmrgas_found=false
19938b41dabSmrgfor as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
20038b41dabSmrgdo
20138b41dabSmrg  IFS=$as_save_IFS
20238b41dabSmrg  case $as_dir in #(((
20338b41dabSmrg    '') as_dir=./ ;;
20438b41dabSmrg    */) ;;
20538b41dabSmrg    *) as_dir=$as_dir/ ;;
20638b41dabSmrg  esac
20738b41dabSmrg  as_found=:
20838b41dabSmrg  case $as_dir in #(
20938b41dabSmrg	 /*)
21038b41dabSmrg	   for as_base in sh bash ksh sh5; do
21138b41dabSmrg	     # Try only shells that exist, to save several forks.
21238b41dabSmrg	     as_shell=$as_dir$as_base
21338b41dabSmrg	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
21438b41dabSmrg		    as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null
21538b41dabSmrgthen :
21638b41dabSmrg  CONFIG_SHELL=$as_shell as_have_required=yes
21738b41dabSmrg		   if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null
21838b41dabSmrgthen :
21938b41dabSmrg  break 2
22038b41dabSmrgfi
22138b41dabSmrgfi
22238b41dabSmrg	   done;;
22338b41dabSmrg       esac
22438b41dabSmrg  as_found=false
22538b41dabSmrgdone
22638b41dabSmrgIFS=$as_save_IFS
22738b41dabSmrgif $as_found
22838b41dabSmrgthen :
22938b41dabSmrg
23038b41dabSmrgelse $as_nop
23138b41dabSmrg  if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
23238b41dabSmrg	      as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null
23338b41dabSmrgthen :
23438b41dabSmrg  CONFIG_SHELL=$SHELL as_have_required=yes
23538b41dabSmrgfi
23638b41dabSmrgfi
23738b41dabSmrg
23838b41dabSmrg
23938b41dabSmrg      if test "x$CONFIG_SHELL" != x
24038b41dabSmrgthen :
24138b41dabSmrg  export CONFIG_SHELL
24238b41dabSmrg             # We cannot yet assume a decent shell, so we have to provide a
24338b41dabSmrg# neutralization value for shells without unset; and this also
24438b41dabSmrg# works around shells that cannot unset nonexistent variables.
24538b41dabSmrg# Preserve -v and -x to the replacement shell.
24638b41dabSmrgBASH_ENV=/dev/null
24738b41dabSmrgENV=/dev/null
24838b41dabSmrg(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
24938b41dabSmrgcase $- in # ((((
25038b41dabSmrg  *v*x* | *x*v* ) as_opts=-vx ;;
25138b41dabSmrg  *v* ) as_opts=-v ;;
25238b41dabSmrg  *x* ) as_opts=-x ;;
25338b41dabSmrg  * ) as_opts= ;;
25438b41dabSmrgesac
25538b41dabSmrgexec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
25638b41dabSmrg# Admittedly, this is quite paranoid, since all the known shells bail
25738b41dabSmrg# out after a failed `exec'.
25838b41dabSmrgprintf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
25938b41dabSmrgexit 255
26038b41dabSmrgfi
26138b41dabSmrg
26238b41dabSmrg    if test x$as_have_required = xno
26338b41dabSmrgthen :
26438b41dabSmrg  printf "%s\n" "$0: This script requires a shell more modern than all"
26538b41dabSmrg  printf "%s\n" "$0: the shells that I found on your system."
26638b41dabSmrg  if test ${ZSH_VERSION+y} ; then
26738b41dabSmrg    printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should"
26838b41dabSmrg    printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later."
26938b41dabSmrg  else
27038b41dabSmrg    printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and
27138b41dabSmrg$0: https://gitlab.freedesktop.org/xorg/font/winitzki-cyrillic/-/issues
27238b41dabSmrg$0: about your system, including any error possibly output
27338b41dabSmrg$0: before this message. Then install a modern shell, or
27438b41dabSmrg$0: manually run the script under such a shell if you do
27538b41dabSmrg$0: have one."
27638b41dabSmrg  fi
27738b41dabSmrg  exit 1
27838b41dabSmrgfi
27938b41dabSmrgfi
28038b41dabSmrgfi
28138b41dabSmrgSHELL=${CONFIG_SHELL-/bin/sh}
28238b41dabSmrgexport SHELL
28338b41dabSmrg# Unset more variables known to interfere with behavior of common tools.
28438b41dabSmrgCLICOLOR_FORCE= GREP_OPTIONS=
28538b41dabSmrgunset CLICOLOR_FORCE GREP_OPTIONS
28638b41dabSmrg
28738b41dabSmrg## --------------------- ##
28838b41dabSmrg## M4sh Shell Functions. ##
28938b41dabSmrg## --------------------- ##
29038b41dabSmrg# as_fn_unset VAR
29138b41dabSmrg# ---------------
29238b41dabSmrg# Portably unset VAR.
29338b41dabSmrgas_fn_unset ()
29438b41dabSmrg{
29538b41dabSmrg  { eval $1=; unset $1;}
29638b41dabSmrg}
29738b41dabSmrgas_unset=as_fn_unset
29838b41dabSmrg
29938b41dabSmrg
30038b41dabSmrg# as_fn_set_status STATUS
30138b41dabSmrg# -----------------------
30238b41dabSmrg# Set $? to STATUS, without forking.
30338b41dabSmrgas_fn_set_status ()
30438b41dabSmrg{
30538b41dabSmrg  return $1
30638b41dabSmrg} # as_fn_set_status
30738b41dabSmrg
30838b41dabSmrg# as_fn_exit STATUS
30938b41dabSmrg# -----------------
31038b41dabSmrg# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
31138b41dabSmrgas_fn_exit ()
31238b41dabSmrg{
31338b41dabSmrg  set +e
31438b41dabSmrg  as_fn_set_status $1
31538b41dabSmrg  exit $1
31638b41dabSmrg} # as_fn_exit
31738b41dabSmrg# as_fn_nop
31838b41dabSmrg# ---------
31938b41dabSmrg# Do nothing but, unlike ":", preserve the value of $?.
32038b41dabSmrgas_fn_nop ()
32138b41dabSmrg{
32238b41dabSmrg  return $?
32338b41dabSmrg}
32438b41dabSmrgas_nop=as_fn_nop
32538b41dabSmrg
32638b41dabSmrg# as_fn_mkdir_p
32738b41dabSmrg# -------------
32838b41dabSmrg# Create "$as_dir" as a directory, including parents if necessary.
32938b41dabSmrgas_fn_mkdir_p ()
33038b41dabSmrg{
33138b41dabSmrg
33238b41dabSmrg  case $as_dir in #(
33338b41dabSmrg  -*) as_dir=./$as_dir;;
33438b41dabSmrg  esac
33538b41dabSmrg  test -d "$as_dir" || eval $as_mkdir_p || {
33638b41dabSmrg    as_dirs=
33738b41dabSmrg    while :; do
33838b41dabSmrg      case $as_dir in #(
33938b41dabSmrg      *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
34038b41dabSmrg      *) as_qdir=$as_dir;;
34138b41dabSmrg      esac
34238b41dabSmrg      as_dirs="'$as_qdir' $as_dirs"
34338b41dabSmrg      as_dir=`$as_dirname -- "$as_dir" ||
34438b41dabSmrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
34538b41dabSmrg	 X"$as_dir" : 'X\(//\)[^/]' \| \
34638b41dabSmrg	 X"$as_dir" : 'X\(//\)$' \| \
34738b41dabSmrg	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
34838b41dabSmrgprintf "%s\n" X"$as_dir" |
34938b41dabSmrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
35038b41dabSmrg	    s//\1/
35138b41dabSmrg	    q
35238b41dabSmrg	  }
35338b41dabSmrg	  /^X\(\/\/\)[^/].*/{
35438b41dabSmrg	    s//\1/
35538b41dabSmrg	    q
35638b41dabSmrg	  }
35738b41dabSmrg	  /^X\(\/\/\)$/{
35838b41dabSmrg	    s//\1/
35938b41dabSmrg	    q
36038b41dabSmrg	  }
36138b41dabSmrg	  /^X\(\/\).*/{
36238b41dabSmrg	    s//\1/
36338b41dabSmrg	    q
36438b41dabSmrg	  }
36538b41dabSmrg	  s/.*/./; q'`
36638b41dabSmrg      test -d "$as_dir" && break
36738b41dabSmrg    done
36838b41dabSmrg    test -z "$as_dirs" || eval "mkdir $as_dirs"
36938b41dabSmrg  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
37038b41dabSmrg
37138b41dabSmrg
37238b41dabSmrg} # as_fn_mkdir_p
37338b41dabSmrg
37438b41dabSmrg# as_fn_executable_p FILE
37538b41dabSmrg# -----------------------
37638b41dabSmrg# Test if FILE is an executable regular file.
37738b41dabSmrgas_fn_executable_p ()
37838b41dabSmrg{
37938b41dabSmrg  test -f "$1" && test -x "$1"
38038b41dabSmrg} # as_fn_executable_p
38138b41dabSmrg# as_fn_append VAR VALUE
38238b41dabSmrg# ----------------------
38338b41dabSmrg# Append the text in VALUE to the end of the definition contained in VAR. Take
38438b41dabSmrg# advantage of any shell optimizations that allow amortized linear growth over
38538b41dabSmrg# repeated appends, instead of the typical quadratic growth present in naive
38638b41dabSmrg# implementations.
38738b41dabSmrgif (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
38838b41dabSmrgthen :
38938b41dabSmrg  eval 'as_fn_append ()
39038b41dabSmrg  {
39138b41dabSmrg    eval $1+=\$2
39238b41dabSmrg  }'
39338b41dabSmrgelse $as_nop
39438b41dabSmrg  as_fn_append ()
39538b41dabSmrg  {
39638b41dabSmrg    eval $1=\$$1\$2
39738b41dabSmrg  }
39838b41dabSmrgfi # as_fn_append
39938b41dabSmrg
40038b41dabSmrg# as_fn_arith ARG...
40138b41dabSmrg# ------------------
40238b41dabSmrg# Perform arithmetic evaluation on the ARGs, and store the result in the
40338b41dabSmrg# global $as_val. Take advantage of shells that can avoid forks. The arguments
40438b41dabSmrg# must be portable across $(()) and expr.
40538b41dabSmrgif (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
40638b41dabSmrgthen :
40738b41dabSmrg  eval 'as_fn_arith ()
40838b41dabSmrg  {
40938b41dabSmrg    as_val=$(( $* ))
41038b41dabSmrg  }'
41138b41dabSmrgelse $as_nop
41238b41dabSmrg  as_fn_arith ()
41338b41dabSmrg  {
41438b41dabSmrg    as_val=`expr "$@" || test $? -eq 1`
41538b41dabSmrg  }
41638b41dabSmrgfi # as_fn_arith
41738b41dabSmrg
41838b41dabSmrg# as_fn_nop
41938b41dabSmrg# ---------
42038b41dabSmrg# Do nothing but, unlike ":", preserve the value of $?.
42138b41dabSmrgas_fn_nop ()
42238b41dabSmrg{
42338b41dabSmrg  return $?
42438b41dabSmrg}
42538b41dabSmrgas_nop=as_fn_nop
42638b41dabSmrg
42738b41dabSmrg# as_fn_error STATUS ERROR [LINENO LOG_FD]
42838b41dabSmrg# ----------------------------------------
42938b41dabSmrg# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
43038b41dabSmrg# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
43138b41dabSmrg# script with STATUS, using 1 if that was 0.
43238b41dabSmrgas_fn_error ()
43338b41dabSmrg{
43438b41dabSmrg  as_status=$1; test $as_status -eq 0 && as_status=1
43538b41dabSmrg  if test "$4"; then
43638b41dabSmrg    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
43738b41dabSmrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
43838b41dabSmrg  fi
43938b41dabSmrg  printf "%s\n" "$as_me: error: $2" >&2
44038b41dabSmrg  as_fn_exit $as_status
44138b41dabSmrg} # as_fn_error
44238b41dabSmrg
44338b41dabSmrgif expr a : '\(a\)' >/dev/null 2>&1 &&
44438b41dabSmrg   test "X`expr 00001 : '.*\(...\)'`" = X001; then
44538b41dabSmrg  as_expr=expr
44638b41dabSmrgelse
44738b41dabSmrg  as_expr=false
44838b41dabSmrgfi
44938b41dabSmrg
45038b41dabSmrgif (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
45138b41dabSmrg  as_basename=basename
45238b41dabSmrgelse
45338b41dabSmrg  as_basename=false
45438b41dabSmrgfi
45538b41dabSmrg
45638b41dabSmrgif (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
45738b41dabSmrg  as_dirname=dirname
45838b41dabSmrgelse
45938b41dabSmrg  as_dirname=false
46038b41dabSmrgfi
46138b41dabSmrg
46238b41dabSmrgas_me=`$as_basename -- "$0" ||
46338b41dabSmrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
46438b41dabSmrg	 X"$0" : 'X\(//\)$' \| \
46538b41dabSmrg	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
46638b41dabSmrgprintf "%s\n" X/"$0" |
46738b41dabSmrg    sed '/^.*\/\([^/][^/]*\)\/*$/{
46838b41dabSmrg	    s//\1/
46938b41dabSmrg	    q
47038b41dabSmrg	  }
47138b41dabSmrg	  /^X\/\(\/\/\)$/{
47238b41dabSmrg	    s//\1/
47338b41dabSmrg	    q
47438b41dabSmrg	  }
47538b41dabSmrg	  /^X\/\(\/\).*/{
47638b41dabSmrg	    s//\1/
47738b41dabSmrg	    q
47838b41dabSmrg	  }
47938b41dabSmrg	  s/.*/./; q'`
48038b41dabSmrg
48138b41dabSmrg# Avoid depending upon Character Ranges.
48238b41dabSmrgas_cr_letters='abcdefghijklmnopqrstuvwxyz'
48338b41dabSmrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
48438b41dabSmrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS
48538b41dabSmrgas_cr_digits='0123456789'
48638b41dabSmrgas_cr_alnum=$as_cr_Letters$as_cr_digits
48738b41dabSmrg
48838b41dabSmrg
48938b41dabSmrg  as_lineno_1=$LINENO as_lineno_1a=$LINENO
49038b41dabSmrg  as_lineno_2=$LINENO as_lineno_2a=$LINENO
49138b41dabSmrg  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
49238b41dabSmrg  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
49338b41dabSmrg  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
49438b41dabSmrg  sed -n '
49538b41dabSmrg    p
49638b41dabSmrg    /[$]LINENO/=
49738b41dabSmrg  ' <$as_myself |
49838b41dabSmrg    sed '
49938b41dabSmrg      s/[$]LINENO.*/&-/
50038b41dabSmrg      t lineno
50138b41dabSmrg      b
50238b41dabSmrg      :lineno
50338b41dabSmrg      N
50438b41dabSmrg      :loop
50538b41dabSmrg      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
50638b41dabSmrg      t loop
50738b41dabSmrg      s/-\n.*//
50838b41dabSmrg    ' >$as_me.lineno &&
50938b41dabSmrg  chmod +x "$as_me.lineno" ||
51038b41dabSmrg    { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
51138b41dabSmrg
51238b41dabSmrg  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
51338b41dabSmrg  # already done that, so ensure we don't try to do so again and fall
51438b41dabSmrg  # in an infinite loop.  This has already happened in practice.
51538b41dabSmrg  _as_can_reexec=no; export _as_can_reexec
51638b41dabSmrg  # Don't try to exec as it changes $[0], causing all sort of problems
51738b41dabSmrg  # (the dirname of $[0] is not the place where we might find the
51838b41dabSmrg  # original and so on.  Autoconf is especially sensitive to this).
51938b41dabSmrg  . "./$as_me.lineno"
52038b41dabSmrg  # Exit status is that of the last command.
52138b41dabSmrg  exit
52238b41dabSmrg}
52338b41dabSmrg
52438b41dabSmrg
52538b41dabSmrg# Determine whether it's possible to make 'echo' print without a newline.
52638b41dabSmrg# These variables are no longer used directly by Autoconf, but are AC_SUBSTed
52738b41dabSmrg# for compatibility with existing Makefiles.
52838b41dabSmrgECHO_C= ECHO_N= ECHO_T=
52938b41dabSmrgcase `echo -n x` in #(((((
53038b41dabSmrg-n*)
53138b41dabSmrg  case `echo 'xy\c'` in
53238b41dabSmrg  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
53338b41dabSmrg  xy)  ECHO_C='\c';;
53438b41dabSmrg  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
53538b41dabSmrg       ECHO_T='	';;
53638b41dabSmrg  esac;;
53738b41dabSmrg*)
53838b41dabSmrg  ECHO_N='-n';;
53938b41dabSmrgesac
54038b41dabSmrg
54138b41dabSmrg# For backward compatibility with old third-party macros, we provide
54238b41dabSmrg# the shell variables $as_echo and $as_echo_n.  New code should use
54338b41dabSmrg# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
54438b41dabSmrgas_echo='printf %s\n'
54538b41dabSmrgas_echo_n='printf %s'
54638b41dabSmrg
54738b41dabSmrg
54838b41dabSmrgrm -f conf$$ conf$$.exe conf$$.file
54938b41dabSmrgif test -d conf$$.dir; then
55038b41dabSmrg  rm -f conf$$.dir/conf$$.file
55138b41dabSmrgelse
55238b41dabSmrg  rm -f conf$$.dir
55338b41dabSmrg  mkdir conf$$.dir 2>/dev/null
55438b41dabSmrgfi
55538b41dabSmrgif (echo >conf$$.file) 2>/dev/null; then
55638b41dabSmrg  if ln -s conf$$.file conf$$ 2>/dev/null; then
55738b41dabSmrg    as_ln_s='ln -s'
55838b41dabSmrg    # ... but there are two gotchas:
55938b41dabSmrg    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
56038b41dabSmrg    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
56138b41dabSmrg    # In both cases, we have to default to `cp -pR'.
56238b41dabSmrg    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
56338b41dabSmrg      as_ln_s='cp -pR'
56438b41dabSmrg  elif ln conf$$.file conf$$ 2>/dev/null; then
56538b41dabSmrg    as_ln_s=ln
56638b41dabSmrg  else
56738b41dabSmrg    as_ln_s='cp -pR'
56838b41dabSmrg  fi
56938b41dabSmrgelse
57038b41dabSmrg  as_ln_s='cp -pR'
57138b41dabSmrgfi
57238b41dabSmrgrm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
57338b41dabSmrgrmdir conf$$.dir 2>/dev/null
57438b41dabSmrg
57538b41dabSmrgif mkdir -p . 2>/dev/null; then
57638b41dabSmrg  as_mkdir_p='mkdir -p "$as_dir"'
57738b41dabSmrgelse
57838b41dabSmrg  test -d ./-p && rmdir ./-p
57938b41dabSmrg  as_mkdir_p=false
58038b41dabSmrgfi
58138b41dabSmrg
58238b41dabSmrgas_test_x='test -x'
58338b41dabSmrgas_executable_p=as_fn_executable_p
58438b41dabSmrg
58538b41dabSmrg# Sed expression to map a string onto a valid CPP name.
58638b41dabSmrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
58738b41dabSmrg
58838b41dabSmrg# Sed expression to map a string onto a valid variable name.
58938b41dabSmrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
59038b41dabSmrg
59138b41dabSmrg
59238b41dabSmrgtest -n "$DJDIR" || exec 7<&0 </dev/null
59338b41dabSmrgexec 6>&1
59438b41dabSmrg
59538b41dabSmrg# Name of the host.
59638b41dabSmrg# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
59738b41dabSmrg# so uname gets run too.
59838b41dabSmrgac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
59938b41dabSmrg
60038b41dabSmrg#
60138b41dabSmrg# Initializations.
60238b41dabSmrg#
60338b41dabSmrgac_default_prefix=/usr/local
60438b41dabSmrgac_clean_files=
60538b41dabSmrgac_config_libobj_dir=.
60638b41dabSmrgLIBOBJS=
60738b41dabSmrgcross_compiling=no
60838b41dabSmrgsubdirs=
60938b41dabSmrgMFLAGS=
61038b41dabSmrgMAKEFLAGS=
61138b41dabSmrg
61238b41dabSmrg# Identity of this package.
61338b41dabSmrgPACKAGE_NAME='font-winitzki-cyrillic'
61438b41dabSmrgPACKAGE_TARNAME='font-winitzki-cyrillic'
61538b41dabSmrgPACKAGE_VERSION='1.0.4'
61638b41dabSmrgPACKAGE_STRING='font-winitzki-cyrillic 1.0.4'
61738b41dabSmrgPACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/font/winitzki-cyrillic/-/issues'
61838b41dabSmrgPACKAGE_URL=''
61938b41dabSmrg
62038b41dabSmrgac_subst_vars='LTLIBOBJS
62138b41dabSmrgLIBOBJS
62238b41dabSmrgCOMPRESS_SUFFIX
62338b41dabSmrgCOMPRESS_FLAGS
62438b41dabSmrgCOMPRESS
62538b41dabSmrgBDFTOPCF
62638b41dabSmrgMKFONTDIR
62738b41dabSmrgRUN_FCCACHE
62838b41dabSmrgFCCACHE
62938b41dabSmrgFONTDIR
63038b41dabSmrgFONTROOTDIR
63138b41dabSmrgMAN_SUBSTS
63238b41dabSmrgXORG_MAN_PAGE
63338b41dabSmrgADMIN_MAN_DIR
63438b41dabSmrgDRIVER_MAN_DIR
63538b41dabSmrgMISC_MAN_DIR
63638b41dabSmrgFILE_MAN_DIR
63738b41dabSmrgLIB_MAN_DIR
63838b41dabSmrgAPP_MAN_DIR
63938b41dabSmrgADMIN_MAN_SUFFIX
64038b41dabSmrgDRIVER_MAN_SUFFIX
64138b41dabSmrgMISC_MAN_SUFFIX
64238b41dabSmrgFILE_MAN_SUFFIX
64338b41dabSmrgLIB_MAN_SUFFIX
64438b41dabSmrgAPP_MAN_SUFFIX
64538b41dabSmrgSED
64638b41dabSmrghost_os
64738b41dabSmrghost_vendor
64838b41dabSmrghost_cpu
64938b41dabSmrghost
65038b41dabSmrgbuild_os
65138b41dabSmrgbuild_vendor
65238b41dabSmrgbuild_cpu
65338b41dabSmrgbuild
65438b41dabSmrgINSTALL_CMD
65538b41dabSmrgPKG_CONFIG_LIBDIR
65638b41dabSmrgPKG_CONFIG_PATH
65738b41dabSmrgPKG_CONFIG
65838b41dabSmrgCHANGELOG_CMD
65938b41dabSmrgAM_BACKSLASH
66038b41dabSmrgAM_DEFAULT_VERBOSITY
66138b41dabSmrgAM_DEFAULT_V
66238b41dabSmrgAM_V
66338b41dabSmrgCSCOPE
66438b41dabSmrgETAGS
66538b41dabSmrgCTAGS
66638b41dabSmrgam__untar
66738b41dabSmrgam__tar
66838b41dabSmrgAMTAR
66938b41dabSmrgam__leading_dot
67038b41dabSmrgSET_MAKE
67138b41dabSmrgAWK
67238b41dabSmrgmkdir_p
67338b41dabSmrgMKDIR_P
67438b41dabSmrgINSTALL_STRIP_PROGRAM
67538b41dabSmrgSTRIP
67638b41dabSmrginstall_sh
67738b41dabSmrgMAKEINFO
67838b41dabSmrgAUTOHEADER
67938b41dabSmrgAUTOMAKE
68038b41dabSmrgAUTOCONF
68138b41dabSmrgACLOCAL
68238b41dabSmrgVERSION
68338b41dabSmrgPACKAGE
68438b41dabSmrgCYGPATH_W
68538b41dabSmrgam__isrc
68638b41dabSmrgINSTALL_DATA
68738b41dabSmrgINSTALL_SCRIPT
68838b41dabSmrgINSTALL_PROGRAM
68938b41dabSmrgtarget_alias
69038b41dabSmrghost_alias
69138b41dabSmrgbuild_alias
69238b41dabSmrgLIBS
69338b41dabSmrgECHO_T
69438b41dabSmrgECHO_N
69538b41dabSmrgECHO_C
69638b41dabSmrgDEFS
69738b41dabSmrgmandir
69838b41dabSmrglocaledir
69938b41dabSmrglibdir
70038b41dabSmrgpsdir
70138b41dabSmrgpdfdir
70238b41dabSmrgdvidir
70338b41dabSmrghtmldir
70438b41dabSmrginfodir
70538b41dabSmrgdocdir
70638b41dabSmrgoldincludedir
70738b41dabSmrgincludedir
70838b41dabSmrgrunstatedir
70938b41dabSmrglocalstatedir
71038b41dabSmrgsharedstatedir
71138b41dabSmrgsysconfdir
71238b41dabSmrgdatadir
71338b41dabSmrgdatarootdir
71438b41dabSmrglibexecdir
71538b41dabSmrgsbindir
71638b41dabSmrgbindir
71738b41dabSmrgprogram_transform_name
71838b41dabSmrgprefix
71938b41dabSmrgexec_prefix
72038b41dabSmrgPACKAGE_URL
72138b41dabSmrgPACKAGE_BUGREPORT
72238b41dabSmrgPACKAGE_STRING
72338b41dabSmrgPACKAGE_VERSION
72438b41dabSmrgPACKAGE_TARNAME
72538b41dabSmrgPACKAGE_NAME
72638b41dabSmrgPATH_SEPARATOR
72738b41dabSmrgSHELL'
72838b41dabSmrgac_subst_files=''
72938b41dabSmrgac_user_opts='
73038b41dabSmrgenable_option_checking
73138b41dabSmrgenable_silent_rules
73238b41dabSmrgwith_fontrootdir
73338b41dabSmrgwith_fontdir
73438b41dabSmrgwith_compression
73538b41dabSmrg'
73638b41dabSmrg      ac_precious_vars='build_alias
73738b41dabSmrghost_alias
73838b41dabSmrgtarget_alias
73938b41dabSmrgPKG_CONFIG
74038b41dabSmrgPKG_CONFIG_PATH
74138b41dabSmrgPKG_CONFIG_LIBDIR'
74238b41dabSmrg
74338b41dabSmrg
74438b41dabSmrg# Initialize some variables set by options.
74538b41dabSmrgac_init_help=
74638b41dabSmrgac_init_version=false
74738b41dabSmrgac_unrecognized_opts=
74838b41dabSmrgac_unrecognized_sep=
74938b41dabSmrg# The variables have the same names as the options, with
75038b41dabSmrg# dashes changed to underlines.
75138b41dabSmrgcache_file=/dev/null
75238b41dabSmrgexec_prefix=NONE
75338b41dabSmrgno_create=
75438b41dabSmrgno_recursion=
75538b41dabSmrgprefix=NONE
75638b41dabSmrgprogram_prefix=NONE
75738b41dabSmrgprogram_suffix=NONE
75838b41dabSmrgprogram_transform_name=s,x,x,
75938b41dabSmrgsilent=
76038b41dabSmrgsite=
76138b41dabSmrgsrcdir=
76238b41dabSmrgverbose=
76338b41dabSmrgx_includes=NONE
76438b41dabSmrgx_libraries=NONE
76538b41dabSmrg
76638b41dabSmrg# Installation directory options.
76738b41dabSmrg# These are left unexpanded so users can "make install exec_prefix=/foo"
76838b41dabSmrg# and all the variables that are supposed to be based on exec_prefix
76938b41dabSmrg# by default will actually change.
77038b41dabSmrg# Use braces instead of parens because sh, perl, etc. also accept them.
77138b41dabSmrg# (The list follows the same order as the GNU Coding Standards.)
77238b41dabSmrgbindir='${exec_prefix}/bin'
77338b41dabSmrgsbindir='${exec_prefix}/sbin'
77438b41dabSmrglibexecdir='${exec_prefix}/libexec'
77538b41dabSmrgdatarootdir='${prefix}/share'
77638b41dabSmrgdatadir='${datarootdir}'
77738b41dabSmrgsysconfdir='${prefix}/etc'
77838b41dabSmrgsharedstatedir='${prefix}/com'
77938b41dabSmrglocalstatedir='${prefix}/var'
78038b41dabSmrgrunstatedir='${localstatedir}/run'
78138b41dabSmrgincludedir='${prefix}/include'
78238b41dabSmrgoldincludedir='/usr/include'
78338b41dabSmrgdocdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
78438b41dabSmrginfodir='${datarootdir}/info'
78538b41dabSmrghtmldir='${docdir}'
78638b41dabSmrgdvidir='${docdir}'
78738b41dabSmrgpdfdir='${docdir}'
78838b41dabSmrgpsdir='${docdir}'
78938b41dabSmrglibdir='${exec_prefix}/lib'
79038b41dabSmrglocaledir='${datarootdir}/locale'
79138b41dabSmrgmandir='${datarootdir}/man'
79238b41dabSmrg
79338b41dabSmrgac_prev=
79438b41dabSmrgac_dashdash=
79538b41dabSmrgfor ac_option
79638b41dabSmrgdo
79738b41dabSmrg  # If the previous option needs an argument, assign it.
79838b41dabSmrg  if test -n "$ac_prev"; then
79938b41dabSmrg    eval $ac_prev=\$ac_option
80038b41dabSmrg    ac_prev=
80138b41dabSmrg    continue
80238b41dabSmrg  fi
80338b41dabSmrg
80438b41dabSmrg  case $ac_option in
80538b41dabSmrg  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
80638b41dabSmrg  *=)   ac_optarg= ;;
80738b41dabSmrg  *)    ac_optarg=yes ;;
80838b41dabSmrg  esac
80938b41dabSmrg
81038b41dabSmrg  case $ac_dashdash$ac_option in
81138b41dabSmrg  --)
81238b41dabSmrg    ac_dashdash=yes ;;
81338b41dabSmrg
81438b41dabSmrg  -bindir | --bindir | --bindi | --bind | --bin | --bi)
81538b41dabSmrg    ac_prev=bindir ;;
81638b41dabSmrg  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
81738b41dabSmrg    bindir=$ac_optarg ;;
81838b41dabSmrg
81938b41dabSmrg  -build | --build | --buil | --bui | --bu)
82038b41dabSmrg    ac_prev=build_alias ;;
82138b41dabSmrg  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
82238b41dabSmrg    build_alias=$ac_optarg ;;
82338b41dabSmrg
82438b41dabSmrg  -cache-file | --cache-file | --cache-fil | --cache-fi \
82538b41dabSmrg  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
82638b41dabSmrg    ac_prev=cache_file ;;
82738b41dabSmrg  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
82838b41dabSmrg  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
82938b41dabSmrg    cache_file=$ac_optarg ;;
83038b41dabSmrg
83138b41dabSmrg  --config-cache | -C)
83238b41dabSmrg    cache_file=config.cache ;;
83338b41dabSmrg
83438b41dabSmrg  -datadir | --datadir | --datadi | --datad)
83538b41dabSmrg    ac_prev=datadir ;;
83638b41dabSmrg  -datadir=* | --datadir=* | --datadi=* | --datad=*)
83738b41dabSmrg    datadir=$ac_optarg ;;
83838b41dabSmrg
83938b41dabSmrg  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
84038b41dabSmrg  | --dataroo | --dataro | --datar)
84138b41dabSmrg    ac_prev=datarootdir ;;
84238b41dabSmrg  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
84338b41dabSmrg  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
84438b41dabSmrg    datarootdir=$ac_optarg ;;
84538b41dabSmrg
84638b41dabSmrg  -disable-* | --disable-*)
84738b41dabSmrg    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
84838b41dabSmrg    # Reject names that are not valid shell variable names.
84938b41dabSmrg    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
85038b41dabSmrg      as_fn_error $? "invalid feature name: \`$ac_useropt'"
85138b41dabSmrg    ac_useropt_orig=$ac_useropt
85238b41dabSmrg    ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
85338b41dabSmrg    case $ac_user_opts in
85438b41dabSmrg      *"
85538b41dabSmrg"enable_$ac_useropt"
85638b41dabSmrg"*) ;;
85738b41dabSmrg      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
85838b41dabSmrg	 ac_unrecognized_sep=', ';;
85938b41dabSmrg    esac
86038b41dabSmrg    eval enable_$ac_useropt=no ;;
86138b41dabSmrg
86238b41dabSmrg  -docdir | --docdir | --docdi | --doc | --do)
86338b41dabSmrg    ac_prev=docdir ;;
86438b41dabSmrg  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
86538b41dabSmrg    docdir=$ac_optarg ;;
86638b41dabSmrg
86738b41dabSmrg  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
86838b41dabSmrg    ac_prev=dvidir ;;
86938b41dabSmrg  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
87038b41dabSmrg    dvidir=$ac_optarg ;;
87138b41dabSmrg
87238b41dabSmrg  -enable-* | --enable-*)
87338b41dabSmrg    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
87438b41dabSmrg    # Reject names that are not valid shell variable names.
87538b41dabSmrg    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
87638b41dabSmrg      as_fn_error $? "invalid feature name: \`$ac_useropt'"
87738b41dabSmrg    ac_useropt_orig=$ac_useropt
87838b41dabSmrg    ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
87938b41dabSmrg    case $ac_user_opts in
88038b41dabSmrg      *"
88138b41dabSmrg"enable_$ac_useropt"
88238b41dabSmrg"*) ;;
88338b41dabSmrg      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
88438b41dabSmrg	 ac_unrecognized_sep=', ';;
88538b41dabSmrg    esac
88638b41dabSmrg    eval enable_$ac_useropt=\$ac_optarg ;;
88738b41dabSmrg
88838b41dabSmrg  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
88938b41dabSmrg  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
89038b41dabSmrg  | --exec | --exe | --ex)
89138b41dabSmrg    ac_prev=exec_prefix ;;
89238b41dabSmrg  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
89338b41dabSmrg  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
89438b41dabSmrg  | --exec=* | --exe=* | --ex=*)
89538b41dabSmrg    exec_prefix=$ac_optarg ;;
89638b41dabSmrg
89738b41dabSmrg  -gas | --gas | --ga | --g)
89838b41dabSmrg    # Obsolete; use --with-gas.
89938b41dabSmrg    with_gas=yes ;;
90038b41dabSmrg
90138b41dabSmrg  -help | --help | --hel | --he | -h)
90238b41dabSmrg    ac_init_help=long ;;
90338b41dabSmrg  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
90438b41dabSmrg    ac_init_help=recursive ;;
90538b41dabSmrg  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
90638b41dabSmrg    ac_init_help=short ;;
90738b41dabSmrg
90838b41dabSmrg  -host | --host | --hos | --ho)
90938b41dabSmrg    ac_prev=host_alias ;;
91038b41dabSmrg  -host=* | --host=* | --hos=* | --ho=*)
91138b41dabSmrg    host_alias=$ac_optarg ;;
91238b41dabSmrg
91338b41dabSmrg  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
91438b41dabSmrg    ac_prev=htmldir ;;
91538b41dabSmrg  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
91638b41dabSmrg  | --ht=*)
91738b41dabSmrg    htmldir=$ac_optarg ;;
91838b41dabSmrg
91938b41dabSmrg  -includedir | --includedir | --includedi | --included | --include \
92038b41dabSmrg  | --includ | --inclu | --incl | --inc)
92138b41dabSmrg    ac_prev=includedir ;;
92238b41dabSmrg  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
92338b41dabSmrg  | --includ=* | --inclu=* | --incl=* | --inc=*)
92438b41dabSmrg    includedir=$ac_optarg ;;
92538b41dabSmrg
92638b41dabSmrg  -infodir | --infodir | --infodi | --infod | --info | --inf)
92738b41dabSmrg    ac_prev=infodir ;;
92838b41dabSmrg  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
92938b41dabSmrg    infodir=$ac_optarg ;;
93038b41dabSmrg
93138b41dabSmrg  -libdir | --libdir | --libdi | --libd)
93238b41dabSmrg    ac_prev=libdir ;;
93338b41dabSmrg  -libdir=* | --libdir=* | --libdi=* | --libd=*)
93438b41dabSmrg    libdir=$ac_optarg ;;
93538b41dabSmrg
93638b41dabSmrg  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
93738b41dabSmrg  | --libexe | --libex | --libe)
93838b41dabSmrg    ac_prev=libexecdir ;;
93938b41dabSmrg  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
94038b41dabSmrg  | --libexe=* | --libex=* | --libe=*)
94138b41dabSmrg    libexecdir=$ac_optarg ;;
94238b41dabSmrg
94338b41dabSmrg  -localedir | --localedir | --localedi | --localed | --locale)
94438b41dabSmrg    ac_prev=localedir ;;
94538b41dabSmrg  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
94638b41dabSmrg    localedir=$ac_optarg ;;
94738b41dabSmrg
94838b41dabSmrg  -localstatedir | --localstatedir | --localstatedi | --localstated \
94938b41dabSmrg  | --localstate | --localstat | --localsta | --localst | --locals)
95038b41dabSmrg    ac_prev=localstatedir ;;
95138b41dabSmrg  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
95238b41dabSmrg  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
95338b41dabSmrg    localstatedir=$ac_optarg ;;
95438b41dabSmrg
95538b41dabSmrg  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
95638b41dabSmrg    ac_prev=mandir ;;
95738b41dabSmrg  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
95838b41dabSmrg    mandir=$ac_optarg ;;
95938b41dabSmrg
96038b41dabSmrg  -nfp | --nfp | --nf)
96138b41dabSmrg    # Obsolete; use --without-fp.
96238b41dabSmrg    with_fp=no ;;
96338b41dabSmrg
96438b41dabSmrg  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
96538b41dabSmrg  | --no-cr | --no-c | -n)
96638b41dabSmrg    no_create=yes ;;
96738b41dabSmrg
96838b41dabSmrg  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
96938b41dabSmrg  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
97038b41dabSmrg    no_recursion=yes ;;
97138b41dabSmrg
97238b41dabSmrg  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
97338b41dabSmrg  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
97438b41dabSmrg  | --oldin | --oldi | --old | --ol | --o)
97538b41dabSmrg    ac_prev=oldincludedir ;;
97638b41dabSmrg  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
97738b41dabSmrg  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
97838b41dabSmrg  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
97938b41dabSmrg    oldincludedir=$ac_optarg ;;
98038b41dabSmrg
98138b41dabSmrg  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
98238b41dabSmrg    ac_prev=prefix ;;
98338b41dabSmrg  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
98438b41dabSmrg    prefix=$ac_optarg ;;
98538b41dabSmrg
98638b41dabSmrg  -program-prefix | --program-prefix | --program-prefi | --program-pref \
98738b41dabSmrg  | --program-pre | --program-pr | --program-p)
98838b41dabSmrg    ac_prev=program_prefix ;;
98938b41dabSmrg  -program-prefix=* | --program-prefix=* | --program-prefi=* \
99038b41dabSmrg  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
99138b41dabSmrg    program_prefix=$ac_optarg ;;
99238b41dabSmrg
99338b41dabSmrg  -program-suffix | --program-suffix | --program-suffi | --program-suff \
99438b41dabSmrg  | --program-suf | --program-su | --program-s)
99538b41dabSmrg    ac_prev=program_suffix ;;
99638b41dabSmrg  -program-suffix=* | --program-suffix=* | --program-suffi=* \
99738b41dabSmrg  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
99838b41dabSmrg    program_suffix=$ac_optarg ;;
99938b41dabSmrg
100038b41dabSmrg  -program-transform-name | --program-transform-name \
100138b41dabSmrg  | --program-transform-nam | --program-transform-na \
100238b41dabSmrg  | --program-transform-n | --program-transform- \
100338b41dabSmrg  | --program-transform | --program-transfor \
100438b41dabSmrg  | --program-transfo | --program-transf \
100538b41dabSmrg  | --program-trans | --program-tran \
100638b41dabSmrg  | --progr-tra | --program-tr | --program-t)
100738b41dabSmrg    ac_prev=program_transform_name ;;
100838b41dabSmrg  -program-transform-name=* | --program-transform-name=* \
100938b41dabSmrg  | --program-transform-nam=* | --program-transform-na=* \
101038b41dabSmrg  | --program-transform-n=* | --program-transform-=* \
101138b41dabSmrg  | --program-transform=* | --program-transfor=* \
101238b41dabSmrg  | --program-transfo=* | --program-transf=* \
101338b41dabSmrg  | --program-trans=* | --program-tran=* \
101438b41dabSmrg  | --progr-tra=* | --program-tr=* | --program-t=*)
101538b41dabSmrg    program_transform_name=$ac_optarg ;;
101638b41dabSmrg
101738b41dabSmrg  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
101838b41dabSmrg    ac_prev=pdfdir ;;
101938b41dabSmrg  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
102038b41dabSmrg    pdfdir=$ac_optarg ;;
102138b41dabSmrg
102238b41dabSmrg  -psdir | --psdir | --psdi | --psd | --ps)
102338b41dabSmrg    ac_prev=psdir ;;
102438b41dabSmrg  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
102538b41dabSmrg    psdir=$ac_optarg ;;
102638b41dabSmrg
102738b41dabSmrg  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
102838b41dabSmrg  | -silent | --silent | --silen | --sile | --sil)
102938b41dabSmrg    silent=yes ;;
103038b41dabSmrg
103138b41dabSmrg  -runstatedir | --runstatedir | --runstatedi | --runstated \
103238b41dabSmrg  | --runstate | --runstat | --runsta | --runst | --runs \
103338b41dabSmrg  | --run | --ru | --r)
103438b41dabSmrg    ac_prev=runstatedir ;;
103538b41dabSmrg  -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
103638b41dabSmrg  | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
103738b41dabSmrg  | --run=* | --ru=* | --r=*)
103838b41dabSmrg    runstatedir=$ac_optarg ;;
103938b41dabSmrg
104038b41dabSmrg  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
104138b41dabSmrg    ac_prev=sbindir ;;
104238b41dabSmrg  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
104338b41dabSmrg  | --sbi=* | --sb=*)
104438b41dabSmrg    sbindir=$ac_optarg ;;
104538b41dabSmrg
104638b41dabSmrg  -sharedstatedir | --sharedstatedir | --sharedstatedi \
104738b41dabSmrg  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
104838b41dabSmrg  | --sharedst | --shareds | --shared | --share | --shar \
104938b41dabSmrg  | --sha | --sh)
105038b41dabSmrg    ac_prev=sharedstatedir ;;
105138b41dabSmrg  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
105238b41dabSmrg  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
105338b41dabSmrg  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
105438b41dabSmrg  | --sha=* | --sh=*)
105538b41dabSmrg    sharedstatedir=$ac_optarg ;;
105638b41dabSmrg
105738b41dabSmrg  -site | --site | --sit)
105838b41dabSmrg    ac_prev=site ;;
105938b41dabSmrg  -site=* | --site=* | --sit=*)
106038b41dabSmrg    site=$ac_optarg ;;
106138b41dabSmrg
106238b41dabSmrg  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
106338b41dabSmrg    ac_prev=srcdir ;;
106438b41dabSmrg  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
106538b41dabSmrg    srcdir=$ac_optarg ;;
106638b41dabSmrg
106738b41dabSmrg  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
106838b41dabSmrg  | --syscon | --sysco | --sysc | --sys | --sy)
106938b41dabSmrg    ac_prev=sysconfdir ;;
107038b41dabSmrg  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
107138b41dabSmrg  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
107238b41dabSmrg    sysconfdir=$ac_optarg ;;
107338b41dabSmrg
107438b41dabSmrg  -target | --target | --targe | --targ | --tar | --ta | --t)
107538b41dabSmrg    ac_prev=target_alias ;;
107638b41dabSmrg  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
107738b41dabSmrg    target_alias=$ac_optarg ;;
107838b41dabSmrg
107938b41dabSmrg  -v | -verbose | --verbose | --verbos | --verbo | --verb)
108038b41dabSmrg    verbose=yes ;;
108138b41dabSmrg
108238b41dabSmrg  -version | --version | --versio | --versi | --vers | -V)
108338b41dabSmrg    ac_init_version=: ;;
108438b41dabSmrg
108538b41dabSmrg  -with-* | --with-*)
108638b41dabSmrg    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
108738b41dabSmrg    # Reject names that are not valid shell variable names.
108838b41dabSmrg    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
108938b41dabSmrg      as_fn_error $? "invalid package name: \`$ac_useropt'"
109038b41dabSmrg    ac_useropt_orig=$ac_useropt
109138b41dabSmrg    ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
109238b41dabSmrg    case $ac_user_opts in
109338b41dabSmrg      *"
109438b41dabSmrg"with_$ac_useropt"
109538b41dabSmrg"*) ;;
109638b41dabSmrg      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
109738b41dabSmrg	 ac_unrecognized_sep=', ';;
109838b41dabSmrg    esac
109938b41dabSmrg    eval with_$ac_useropt=\$ac_optarg ;;
110038b41dabSmrg
110138b41dabSmrg  -without-* | --without-*)
110238b41dabSmrg    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
110338b41dabSmrg    # Reject names that are not valid shell variable names.
110438b41dabSmrg    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
110538b41dabSmrg      as_fn_error $? "invalid package name: \`$ac_useropt'"
110638b41dabSmrg    ac_useropt_orig=$ac_useropt
110738b41dabSmrg    ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
110838b41dabSmrg    case $ac_user_opts in
110938b41dabSmrg      *"
111038b41dabSmrg"with_$ac_useropt"
111138b41dabSmrg"*) ;;
111238b41dabSmrg      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
111338b41dabSmrg	 ac_unrecognized_sep=', ';;
111438b41dabSmrg    esac
111538b41dabSmrg    eval with_$ac_useropt=no ;;
111638b41dabSmrg
111738b41dabSmrg  --x)
111838b41dabSmrg    # Obsolete; use --with-x.
111938b41dabSmrg    with_x=yes ;;
112038b41dabSmrg
112138b41dabSmrg  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
112238b41dabSmrg  | --x-incl | --x-inc | --x-in | --x-i)
112338b41dabSmrg    ac_prev=x_includes ;;
112438b41dabSmrg  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
112538b41dabSmrg  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
112638b41dabSmrg    x_includes=$ac_optarg ;;
112738b41dabSmrg
112838b41dabSmrg  -x-libraries | --x-libraries | --x-librarie | --x-librari \
112938b41dabSmrg  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
113038b41dabSmrg    ac_prev=x_libraries ;;
113138b41dabSmrg  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
113238b41dabSmrg  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
113338b41dabSmrg    x_libraries=$ac_optarg ;;
113438b41dabSmrg
113538b41dabSmrg  -*) as_fn_error $? "unrecognized option: \`$ac_option'
113638b41dabSmrgTry \`$0 --help' for more information"
113738b41dabSmrg    ;;
113838b41dabSmrg
113938b41dabSmrg  *=*)
114038b41dabSmrg    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
114138b41dabSmrg    # Reject names that are not valid shell variable names.
114238b41dabSmrg    case $ac_envvar in #(
114338b41dabSmrg      '' | [0-9]* | *[!_$as_cr_alnum]* )
114438b41dabSmrg      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
114538b41dabSmrg    esac
114638b41dabSmrg    eval $ac_envvar=\$ac_optarg
114738b41dabSmrg    export $ac_envvar ;;
114838b41dabSmrg
114938b41dabSmrg  *)
115038b41dabSmrg    # FIXME: should be removed in autoconf 3.0.
115138b41dabSmrg    printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2
115238b41dabSmrg    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
115338b41dabSmrg      printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2
115438b41dabSmrg    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
115538b41dabSmrg    ;;
115638b41dabSmrg
115738b41dabSmrg  esac
115838b41dabSmrgdone
115938b41dabSmrg
116038b41dabSmrgif test -n "$ac_prev"; then
116138b41dabSmrg  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
116238b41dabSmrg  as_fn_error $? "missing argument to $ac_option"
116338b41dabSmrgfi
116438b41dabSmrg
116538b41dabSmrgif test -n "$ac_unrecognized_opts"; then
116638b41dabSmrg  case $enable_option_checking in
116738b41dabSmrg    no) ;;
116838b41dabSmrg    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
116938b41dabSmrg    *)     printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
117038b41dabSmrg  esac
117138b41dabSmrgfi
117238b41dabSmrg
117338b41dabSmrg# Check all directory arguments for consistency.
117438b41dabSmrgfor ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
117538b41dabSmrg		datadir sysconfdir sharedstatedir localstatedir includedir \
117638b41dabSmrg		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
117738b41dabSmrg		libdir localedir mandir runstatedir
117838b41dabSmrgdo
117938b41dabSmrg  eval ac_val=\$$ac_var
118038b41dabSmrg  # Remove trailing slashes.
118138b41dabSmrg  case $ac_val in
118238b41dabSmrg    */ )
118338b41dabSmrg      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
118438b41dabSmrg      eval $ac_var=\$ac_val;;
118538b41dabSmrg  esac
118638b41dabSmrg  # Be sure to have absolute directory names.
118738b41dabSmrg  case $ac_val in
118838b41dabSmrg    [\\/$]* | ?:[\\/]* )  continue;;
118938b41dabSmrg    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
119038b41dabSmrg  esac
119138b41dabSmrg  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
119238b41dabSmrgdone
119338b41dabSmrg
119438b41dabSmrg# There might be people who depend on the old broken behavior: `$host'
119538b41dabSmrg# used to hold the argument of --host etc.
119638b41dabSmrg# FIXME: To remove some day.
119738b41dabSmrgbuild=$build_alias
119838b41dabSmrghost=$host_alias
119938b41dabSmrgtarget=$target_alias
120038b41dabSmrg
120138b41dabSmrg# FIXME: To remove some day.
120238b41dabSmrgif test "x$host_alias" != x; then
120338b41dabSmrg  if test "x$build_alias" = x; then
120438b41dabSmrg    cross_compiling=maybe
120538b41dabSmrg  elif test "x$build_alias" != "x$host_alias"; then
120638b41dabSmrg    cross_compiling=yes
120738b41dabSmrg  fi
120838b41dabSmrgfi
120938b41dabSmrg
121038b41dabSmrgac_tool_prefix=
121138b41dabSmrgtest -n "$host_alias" && ac_tool_prefix=$host_alias-
121238b41dabSmrg
121338b41dabSmrgtest "$silent" = yes && exec 6>/dev/null
121438b41dabSmrg
121538b41dabSmrg
121638b41dabSmrgac_pwd=`pwd` && test -n "$ac_pwd" &&
121738b41dabSmrgac_ls_di=`ls -di .` &&
121838b41dabSmrgac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
121938b41dabSmrg  as_fn_error $? "working directory cannot be determined"
122038b41dabSmrgtest "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
122138b41dabSmrg  as_fn_error $? "pwd does not report name of working directory"
122238b41dabSmrg
122338b41dabSmrg
122438b41dabSmrg# Find the source files, if location was not specified.
122538b41dabSmrgif test -z "$srcdir"; then
122638b41dabSmrg  ac_srcdir_defaulted=yes
122738b41dabSmrg  # Try the directory containing this script, then the parent directory.
122838b41dabSmrg  ac_confdir=`$as_dirname -- "$as_myself" ||
122938b41dabSmrg$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
123038b41dabSmrg	 X"$as_myself" : 'X\(//\)[^/]' \| \
123138b41dabSmrg	 X"$as_myself" : 'X\(//\)$' \| \
123238b41dabSmrg	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
123338b41dabSmrgprintf "%s\n" X"$as_myself" |
123438b41dabSmrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
123538b41dabSmrg	    s//\1/
123638b41dabSmrg	    q
123738b41dabSmrg	  }
123838b41dabSmrg	  /^X\(\/\/\)[^/].*/{
123938b41dabSmrg	    s//\1/
124038b41dabSmrg	    q
124138b41dabSmrg	  }
124238b41dabSmrg	  /^X\(\/\/\)$/{
124338b41dabSmrg	    s//\1/
124438b41dabSmrg	    q
124538b41dabSmrg	  }
124638b41dabSmrg	  /^X\(\/\).*/{
124738b41dabSmrg	    s//\1/
124838b41dabSmrg	    q
124938b41dabSmrg	  }
125038b41dabSmrg	  s/.*/./; q'`
125138b41dabSmrg  srcdir=$ac_confdir
125238b41dabSmrg  if test ! -r "$srcdir/$ac_unique_file"; then
125338b41dabSmrg    srcdir=..
125438b41dabSmrg  fi
125538b41dabSmrgelse
125638b41dabSmrg  ac_srcdir_defaulted=no
125738b41dabSmrgfi
125838b41dabSmrgif test ! -r "$srcdir/$ac_unique_file"; then
125938b41dabSmrg  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
126038b41dabSmrg  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
126138b41dabSmrgfi
126238b41dabSmrgac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
126338b41dabSmrgac_abs_confdir=`(
126438b41dabSmrg	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
126538b41dabSmrg	pwd)`
126638b41dabSmrg# When building in place, set srcdir=.
126738b41dabSmrgif test "$ac_abs_confdir" = "$ac_pwd"; then
126838b41dabSmrg  srcdir=.
126938b41dabSmrgfi
127038b41dabSmrg# Remove unnecessary trailing slashes from srcdir.
127138b41dabSmrg# Double slashes in file names in object file debugging info
127238b41dabSmrg# mess up M-x gdb in Emacs.
127338b41dabSmrgcase $srcdir in
127438b41dabSmrg*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
127538b41dabSmrgesac
127638b41dabSmrgfor ac_var in $ac_precious_vars; do
127738b41dabSmrg  eval ac_env_${ac_var}_set=\${${ac_var}+set}
127838b41dabSmrg  eval ac_env_${ac_var}_value=\$${ac_var}
127938b41dabSmrg  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
128038b41dabSmrg  eval ac_cv_env_${ac_var}_value=\$${ac_var}
128138b41dabSmrgdone
128238b41dabSmrg
128338b41dabSmrg#
128438b41dabSmrg# Report the --help message.
128538b41dabSmrg#
128638b41dabSmrgif test "$ac_init_help" = "long"; then
128738b41dabSmrg  # Omit some internal or obsolete options to make the list less imposing.
128838b41dabSmrg  # This message is too long to be a string in the A/UX 3.1 sh.
128938b41dabSmrg  cat <<_ACEOF
129038b41dabSmrg\`configure' configures font-winitzki-cyrillic 1.0.4 to adapt to many kinds of systems.
129138b41dabSmrg
129238b41dabSmrgUsage: $0 [OPTION]... [VAR=VALUE]...
129338b41dabSmrg
129438b41dabSmrgTo assign environment variables (e.g., CC, CFLAGS...), specify them as
129538b41dabSmrgVAR=VALUE.  See below for descriptions of some of the useful variables.
129638b41dabSmrg
129738b41dabSmrgDefaults for the options are specified in brackets.
129838b41dabSmrg
129938b41dabSmrgConfiguration:
130038b41dabSmrg  -h, --help              display this help and exit
130138b41dabSmrg      --help=short        display options specific to this package
130238b41dabSmrg      --help=recursive    display the short help of all the included packages
130338b41dabSmrg  -V, --version           display version information and exit
130438b41dabSmrg  -q, --quiet, --silent   do not print \`checking ...' messages
130538b41dabSmrg      --cache-file=FILE   cache test results in FILE [disabled]
130638b41dabSmrg  -C, --config-cache      alias for \`--cache-file=config.cache'
130738b41dabSmrg  -n, --no-create         do not create output files
130838b41dabSmrg      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
130938b41dabSmrg
131038b41dabSmrgInstallation directories:
131138b41dabSmrg  --prefix=PREFIX         install architecture-independent files in PREFIX
131238b41dabSmrg                          [$ac_default_prefix]
131338b41dabSmrg  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
131438b41dabSmrg                          [PREFIX]
131538b41dabSmrg
131638b41dabSmrgBy default, \`make install' will install all the files in
131738b41dabSmrg\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
131838b41dabSmrgan installation prefix other than \`$ac_default_prefix' using \`--prefix',
131938b41dabSmrgfor instance \`--prefix=\$HOME'.
132038b41dabSmrg
132138b41dabSmrgFor better control, use the options below.
132238b41dabSmrg
132338b41dabSmrgFine tuning of the installation directories:
132438b41dabSmrg  --bindir=DIR            user executables [EPREFIX/bin]
132538b41dabSmrg  --sbindir=DIR           system admin executables [EPREFIX/sbin]
132638b41dabSmrg  --libexecdir=DIR        program executables [EPREFIX/libexec]
132738b41dabSmrg  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
132838b41dabSmrg  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
132938b41dabSmrg  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
133038b41dabSmrg  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
133138b41dabSmrg  --libdir=DIR            object code libraries [EPREFIX/lib]
133238b41dabSmrg  --includedir=DIR        C header files [PREFIX/include]
133338b41dabSmrg  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
133438b41dabSmrg  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
133538b41dabSmrg  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
133638b41dabSmrg  --infodir=DIR           info documentation [DATAROOTDIR/info]
133738b41dabSmrg  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
133838b41dabSmrg  --mandir=DIR            man documentation [DATAROOTDIR/man]
133938b41dabSmrg  --docdir=DIR            documentation root
134038b41dabSmrg                          [DATAROOTDIR/doc/font-winitzki-cyrillic]
134138b41dabSmrg  --htmldir=DIR           html documentation [DOCDIR]
134238b41dabSmrg  --dvidir=DIR            dvi documentation [DOCDIR]
134338b41dabSmrg  --pdfdir=DIR            pdf documentation [DOCDIR]
134438b41dabSmrg  --psdir=DIR             ps documentation [DOCDIR]
134538b41dabSmrg_ACEOF
134638b41dabSmrg
134738b41dabSmrg  cat <<\_ACEOF
134838b41dabSmrg
134938b41dabSmrgProgram names:
135038b41dabSmrg  --program-prefix=PREFIX            prepend PREFIX to installed program names
135138b41dabSmrg  --program-suffix=SUFFIX            append SUFFIX to installed program names
135238b41dabSmrg  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
135338b41dabSmrg
135438b41dabSmrgSystem types:
135538b41dabSmrg  --build=BUILD     configure for building on BUILD [guessed]
135638b41dabSmrg  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
135738b41dabSmrg_ACEOF
135838b41dabSmrgfi
135938b41dabSmrg
136038b41dabSmrgif test -n "$ac_init_help"; then
136138b41dabSmrg  case $ac_init_help in
136238b41dabSmrg     short | recursive ) echo "Configuration of font-winitzki-cyrillic 1.0.4:";;
136338b41dabSmrg   esac
136438b41dabSmrg  cat <<\_ACEOF
136538b41dabSmrg
136638b41dabSmrgOptional Features:
136738b41dabSmrg  --disable-option-checking  ignore unrecognized --enable/--with options
136838b41dabSmrg  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
136938b41dabSmrg  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
137038b41dabSmrg  --enable-silent-rules   less verbose build output (undo: "make V=1")
137138b41dabSmrg  --disable-silent-rules  verbose build output (undo: "make V=0")
137238b41dabSmrg
137338b41dabSmrgOptional Packages:
137438b41dabSmrg  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
137538b41dabSmrg  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
137638b41dabSmrg  --with-fontrootdir=DIR  Path to root directory for font files
137738b41dabSmrg  --with-fontdir=DIR      Path to cyrillic files [FONTROOTDIR/cyrillic]
137838b41dabSmrg  --with-compression=<no|compress|gzip|bzip2>
137938b41dabSmrg                          compression method to use on pcf fonts
138038b41dabSmrg
138138b41dabSmrgSome influential environment variables:
138238b41dabSmrg  PKG_CONFIG  path to pkg-config utility
138338b41dabSmrg  PKG_CONFIG_PATH
138438b41dabSmrg              directories to add to pkg-config's search path
138538b41dabSmrg  PKG_CONFIG_LIBDIR
138638b41dabSmrg              path overriding pkg-config's built-in search path
138738b41dabSmrg
138838b41dabSmrgUse these variables to override the choices made by `configure' or to help
138938b41dabSmrgit to find libraries and programs with nonstandard names/locations.
139038b41dabSmrg
139138b41dabSmrgReport bugs to <https://gitlab.freedesktop.org/xorg/font/winitzki-cyrillic/-/issues>.
139238b41dabSmrg_ACEOF
139338b41dabSmrgac_status=$?
139438b41dabSmrgfi
139538b41dabSmrg
139638b41dabSmrgif test "$ac_init_help" = "recursive"; then
139738b41dabSmrg  # If there are subdirs, report their specific --help.
139838b41dabSmrg  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
139938b41dabSmrg    test -d "$ac_dir" ||
140038b41dabSmrg      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
140138b41dabSmrg      continue
140238b41dabSmrg    ac_builddir=.
140338b41dabSmrg
140438b41dabSmrgcase "$ac_dir" in
140538b41dabSmrg.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
140638b41dabSmrg*)
140738b41dabSmrg  ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
140838b41dabSmrg  # A ".." for each directory in $ac_dir_suffix.
140938b41dabSmrg  ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
141038b41dabSmrg  case $ac_top_builddir_sub in
141138b41dabSmrg  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
141238b41dabSmrg  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
141338b41dabSmrg  esac ;;
141438b41dabSmrgesac
141538b41dabSmrgac_abs_top_builddir=$ac_pwd
141638b41dabSmrgac_abs_builddir=$ac_pwd$ac_dir_suffix
141738b41dabSmrg# for backward compatibility:
141838b41dabSmrgac_top_builddir=$ac_top_build_prefix
141938b41dabSmrg
142038b41dabSmrgcase $srcdir in
142138b41dabSmrg  .)  # We are building in place.
142238b41dabSmrg    ac_srcdir=.
142338b41dabSmrg    ac_top_srcdir=$ac_top_builddir_sub
142438b41dabSmrg    ac_abs_top_srcdir=$ac_pwd ;;
142538b41dabSmrg  [\\/]* | ?:[\\/]* )  # Absolute name.
142638b41dabSmrg    ac_srcdir=$srcdir$ac_dir_suffix;
142738b41dabSmrg    ac_top_srcdir=$srcdir
142838b41dabSmrg    ac_abs_top_srcdir=$srcdir ;;
142938b41dabSmrg  *) # Relative name.
143038b41dabSmrg    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
143138b41dabSmrg    ac_top_srcdir=$ac_top_build_prefix$srcdir
143238b41dabSmrg    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
143338b41dabSmrgesac
143438b41dabSmrgac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
143538b41dabSmrg
143638b41dabSmrg    cd "$ac_dir" || { ac_status=$?; continue; }
143738b41dabSmrg    # Check for configure.gnu first; this name is used for a wrapper for
143838b41dabSmrg    # Metaconfig's "Configure" on case-insensitive file systems.
143938b41dabSmrg    if test -f "$ac_srcdir/configure.gnu"; then
144038b41dabSmrg      echo &&
144138b41dabSmrg      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
144238b41dabSmrg    elif test -f "$ac_srcdir/configure"; then
144338b41dabSmrg      echo &&
144438b41dabSmrg      $SHELL "$ac_srcdir/configure" --help=recursive
144538b41dabSmrg    else
144638b41dabSmrg      printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2
144738b41dabSmrg    fi || ac_status=$?
144838b41dabSmrg    cd "$ac_pwd" || { ac_status=$?; break; }
144938b41dabSmrg  done
145038b41dabSmrgfi
145138b41dabSmrg
145238b41dabSmrgtest -n "$ac_init_help" && exit $ac_status
145338b41dabSmrgif $ac_init_version; then
145438b41dabSmrg  cat <<\_ACEOF
145538b41dabSmrgfont-winitzki-cyrillic configure 1.0.4
145638b41dabSmrggenerated by GNU Autoconf 2.71
145738b41dabSmrg
145838b41dabSmrgCopyright (C) 2021 Free Software Foundation, Inc.
145938b41dabSmrgThis configure script is free software; the Free Software Foundation
146038b41dabSmrggives unlimited permission to copy, distribute and modify it.
146138b41dabSmrg_ACEOF
146238b41dabSmrg  exit
146338b41dabSmrgfi
146438b41dabSmrg
146538b41dabSmrg## ------------------------ ##
146638b41dabSmrg## Autoconf initialization. ##
146738b41dabSmrg## ------------------------ ##
146838b41dabSmrgac_configure_args_raw=
146938b41dabSmrgfor ac_arg
147038b41dabSmrgdo
147138b41dabSmrg  case $ac_arg in
147238b41dabSmrg  *\'*)
147338b41dabSmrg    ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
147438b41dabSmrg  esac
147538b41dabSmrg  as_fn_append ac_configure_args_raw " '$ac_arg'"
147638b41dabSmrgdone
147738b41dabSmrg
147838b41dabSmrgcase $ac_configure_args_raw in
147938b41dabSmrg  *$as_nl*)
148038b41dabSmrg    ac_safe_unquote= ;;
148138b41dabSmrg  *)
148238b41dabSmrg    ac_unsafe_z='|&;<>()$`\\"*?[ ''	' # This string ends in space, tab.
148338b41dabSmrg    ac_unsafe_a="$ac_unsafe_z#~"
148438b41dabSmrg    ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g"
148538b41dabSmrg    ac_configure_args_raw=`      printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;;
148638b41dabSmrgesac
148738b41dabSmrg
148838b41dabSmrgcat >config.log <<_ACEOF
148938b41dabSmrgThis file contains any messages produced by compilers while
149038b41dabSmrgrunning configure, to aid debugging if configure makes a mistake.
149138b41dabSmrg
149238b41dabSmrgIt was created by font-winitzki-cyrillic $as_me 1.0.4, which was
149338b41dabSmrggenerated by GNU Autoconf 2.71.  Invocation command line was
149438b41dabSmrg
149538b41dabSmrg  $ $0$ac_configure_args_raw
149638b41dabSmrg
149738b41dabSmrg_ACEOF
149838b41dabSmrgexec 5>>config.log
149938b41dabSmrg{
150038b41dabSmrgcat <<_ASUNAME
150138b41dabSmrg## --------- ##
150238b41dabSmrg## Platform. ##
150338b41dabSmrg## --------- ##
150438b41dabSmrg
150538b41dabSmrghostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
150638b41dabSmrguname -m = `(uname -m) 2>/dev/null || echo unknown`
150738b41dabSmrguname -r = `(uname -r) 2>/dev/null || echo unknown`
150838b41dabSmrguname -s = `(uname -s) 2>/dev/null || echo unknown`
150938b41dabSmrguname -v = `(uname -v) 2>/dev/null || echo unknown`
151038b41dabSmrg
151138b41dabSmrg/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
151238b41dabSmrg/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
151338b41dabSmrg
151438b41dabSmrg/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
151538b41dabSmrg/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
151638b41dabSmrg/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
151738b41dabSmrg/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
151838b41dabSmrg/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
151938b41dabSmrg/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
152038b41dabSmrg/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
152138b41dabSmrg
152238b41dabSmrg_ASUNAME
152338b41dabSmrg
152438b41dabSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
152538b41dabSmrgfor as_dir in $PATH
152638b41dabSmrgdo
152738b41dabSmrg  IFS=$as_save_IFS
152838b41dabSmrg  case $as_dir in #(((
152938b41dabSmrg    '') as_dir=./ ;;
153038b41dabSmrg    */) ;;
153138b41dabSmrg    *) as_dir=$as_dir/ ;;
153238b41dabSmrg  esac
153338b41dabSmrg    printf "%s\n" "PATH: $as_dir"
153438b41dabSmrg  done
153538b41dabSmrgIFS=$as_save_IFS
153638b41dabSmrg
153738b41dabSmrg} >&5
153838b41dabSmrg
153938b41dabSmrgcat >&5 <<_ACEOF
154038b41dabSmrg
154138b41dabSmrg
154238b41dabSmrg## ----------- ##
154338b41dabSmrg## Core tests. ##
154438b41dabSmrg## ----------- ##
154538b41dabSmrg
154638b41dabSmrg_ACEOF
154738b41dabSmrg
154838b41dabSmrg
154938b41dabSmrg# Keep a trace of the command line.
155038b41dabSmrg# Strip out --no-create and --no-recursion so they do not pile up.
155138b41dabSmrg# Strip out --silent because we don't want to record it for future runs.
155238b41dabSmrg# Also quote any args containing shell meta-characters.
155338b41dabSmrg# Make two passes to allow for proper duplicate-argument suppression.
155438b41dabSmrgac_configure_args=
155538b41dabSmrgac_configure_args0=
155638b41dabSmrgac_configure_args1=
155738b41dabSmrgac_must_keep_next=false
155838b41dabSmrgfor ac_pass in 1 2
155938b41dabSmrgdo
156038b41dabSmrg  for ac_arg
156138b41dabSmrg  do
156238b41dabSmrg    case $ac_arg in
156338b41dabSmrg    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
156438b41dabSmrg    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
156538b41dabSmrg    | -silent | --silent | --silen | --sile | --sil)
156638b41dabSmrg      continue ;;
156738b41dabSmrg    *\'*)
156838b41dabSmrg      ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
156938b41dabSmrg    esac
157038b41dabSmrg    case $ac_pass in
157138b41dabSmrg    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
157238b41dabSmrg    2)
157338b41dabSmrg      as_fn_append ac_configure_args1 " '$ac_arg'"
157438b41dabSmrg      if test $ac_must_keep_next = true; then
157538b41dabSmrg	ac_must_keep_next=false # Got value, back to normal.
157638b41dabSmrg      else
157738b41dabSmrg	case $ac_arg in
157838b41dabSmrg	  *=* | --config-cache | -C | -disable-* | --disable-* \
157938b41dabSmrg	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
158038b41dabSmrg	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
158138b41dabSmrg	  | -with-* | --with-* | -without-* | --without-* | --x)
158238b41dabSmrg	    case "$ac_configure_args0 " in
158338b41dabSmrg	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
158438b41dabSmrg	    esac
158538b41dabSmrg	    ;;
158638b41dabSmrg	  -* ) ac_must_keep_next=true ;;
158738b41dabSmrg	esac
158838b41dabSmrg      fi
158938b41dabSmrg      as_fn_append ac_configure_args " '$ac_arg'"
159038b41dabSmrg      ;;
159138b41dabSmrg    esac
159238b41dabSmrg  done
159338b41dabSmrgdone
159438b41dabSmrg{ ac_configure_args0=; unset ac_configure_args0;}
159538b41dabSmrg{ ac_configure_args1=; unset ac_configure_args1;}
159638b41dabSmrg
159738b41dabSmrg# When interrupted or exit'd, cleanup temporary files, and complete
159838b41dabSmrg# config.log.  We remove comments because anyway the quotes in there
159938b41dabSmrg# would cause problems or look ugly.
160038b41dabSmrg# WARNING: Use '\'' to represent an apostrophe within the trap.
160138b41dabSmrg# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
160238b41dabSmrgtrap 'exit_status=$?
160338b41dabSmrg  # Sanitize IFS.
160438b41dabSmrg  IFS=" ""	$as_nl"
160538b41dabSmrg  # Save into config.log some information that might help in debugging.
160638b41dabSmrg  {
160738b41dabSmrg    echo
160838b41dabSmrg
160938b41dabSmrg    printf "%s\n" "## ---------------- ##
161038b41dabSmrg## Cache variables. ##
161138b41dabSmrg## ---------------- ##"
161238b41dabSmrg    echo
161338b41dabSmrg    # The following way of writing the cache mishandles newlines in values,
161438b41dabSmrg(
161538b41dabSmrg  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
161638b41dabSmrg    eval ac_val=\$$ac_var
161738b41dabSmrg    case $ac_val in #(
161838b41dabSmrg    *${as_nl}*)
161938b41dabSmrg      case $ac_var in #(
162038b41dabSmrg      *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
162138b41dabSmrgprintf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
162238b41dabSmrg      esac
162338b41dabSmrg      case $ac_var in #(
162438b41dabSmrg      _ | IFS | as_nl) ;; #(
162538b41dabSmrg      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
162638b41dabSmrg      *) { eval $ac_var=; unset $ac_var;} ;;
162738b41dabSmrg      esac ;;
162838b41dabSmrg    esac
162938b41dabSmrg  done
163038b41dabSmrg  (set) 2>&1 |
163138b41dabSmrg    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
163238b41dabSmrg    *${as_nl}ac_space=\ *)
163338b41dabSmrg      sed -n \
163438b41dabSmrg	"s/'\''/'\''\\\\'\'''\''/g;
163538b41dabSmrg	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
163638b41dabSmrg      ;; #(
163738b41dabSmrg    *)
163838b41dabSmrg      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
163938b41dabSmrg      ;;
164038b41dabSmrg    esac |
164138b41dabSmrg    sort
164238b41dabSmrg)
164338b41dabSmrg    echo
164438b41dabSmrg
164538b41dabSmrg    printf "%s\n" "## ----------------- ##
164638b41dabSmrg## Output variables. ##
164738b41dabSmrg## ----------------- ##"
164838b41dabSmrg    echo
164938b41dabSmrg    for ac_var in $ac_subst_vars
165038b41dabSmrg    do
165138b41dabSmrg      eval ac_val=\$$ac_var
165238b41dabSmrg      case $ac_val in
165338b41dabSmrg      *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
165438b41dabSmrg      esac
165538b41dabSmrg      printf "%s\n" "$ac_var='\''$ac_val'\''"
165638b41dabSmrg    done | sort
165738b41dabSmrg    echo
165838b41dabSmrg
165938b41dabSmrg    if test -n "$ac_subst_files"; then
166038b41dabSmrg      printf "%s\n" "## ------------------- ##
166138b41dabSmrg## File substitutions. ##
166238b41dabSmrg## ------------------- ##"
166338b41dabSmrg      echo
166438b41dabSmrg      for ac_var in $ac_subst_files
166538b41dabSmrg      do
166638b41dabSmrg	eval ac_val=\$$ac_var
166738b41dabSmrg	case $ac_val in
166838b41dabSmrg	*\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
166938b41dabSmrg	esac
167038b41dabSmrg	printf "%s\n" "$ac_var='\''$ac_val'\''"
167138b41dabSmrg      done | sort
167238b41dabSmrg      echo
167338b41dabSmrg    fi
167438b41dabSmrg
167538b41dabSmrg    if test -s confdefs.h; then
167638b41dabSmrg      printf "%s\n" "## ----------- ##
167738b41dabSmrg## confdefs.h. ##
167838b41dabSmrg## ----------- ##"
167938b41dabSmrg      echo
168038b41dabSmrg      cat confdefs.h
168138b41dabSmrg      echo
168238b41dabSmrg    fi
168338b41dabSmrg    test "$ac_signal" != 0 &&
168438b41dabSmrg      printf "%s\n" "$as_me: caught signal $ac_signal"
168538b41dabSmrg    printf "%s\n" "$as_me: exit $exit_status"
168638b41dabSmrg  } >&5
168738b41dabSmrg  rm -f core *.core core.conftest.* &&
168838b41dabSmrg    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
168938b41dabSmrg    exit $exit_status
169038b41dabSmrg' 0
169138b41dabSmrgfor ac_signal in 1 2 13 15; do
169238b41dabSmrg  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
169338b41dabSmrgdone
169438b41dabSmrgac_signal=0
169538b41dabSmrg
169638b41dabSmrg# confdefs.h avoids OS command line length limits that DEFS can exceed.
169738b41dabSmrgrm -f -r conftest* confdefs.h
169838b41dabSmrg
169938b41dabSmrgprintf "%s\n" "/* confdefs.h */" > confdefs.h
170038b41dabSmrg
170138b41dabSmrg# Predefined preprocessor variables.
170238b41dabSmrg
170338b41dabSmrgprintf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h
170438b41dabSmrg
170538b41dabSmrgprintf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h
170638b41dabSmrg
170738b41dabSmrgprintf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h
170838b41dabSmrg
170938b41dabSmrgprintf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h
171038b41dabSmrg
171138b41dabSmrgprintf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h
171238b41dabSmrg
171338b41dabSmrgprintf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h
171438b41dabSmrg
171538b41dabSmrg
171638b41dabSmrg# Let the site file select an alternate cache file if it wants to.
171738b41dabSmrg# Prefer an explicitly selected file to automatically selected ones.
171838b41dabSmrgif test -n "$CONFIG_SITE"; then
171938b41dabSmrg  ac_site_files="$CONFIG_SITE"
172038b41dabSmrgelif test "x$prefix" != xNONE; then
172138b41dabSmrg  ac_site_files="$prefix/share/config.site $prefix/etc/config.site"
172238b41dabSmrgelse
172338b41dabSmrg  ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
172438b41dabSmrgfi
172538b41dabSmrg
172638b41dabSmrgfor ac_site_file in $ac_site_files
172738b41dabSmrgdo
172838b41dabSmrg  case $ac_site_file in #(
172938b41dabSmrg  */*) :
173038b41dabSmrg     ;; #(
173138b41dabSmrg  *) :
173238b41dabSmrg    ac_site_file=./$ac_site_file ;;
173338b41dabSmrgesac
173438b41dabSmrg  if test -f "$ac_site_file" && test -r "$ac_site_file"; then
173538b41dabSmrg    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
173638b41dabSmrgprintf "%s\n" "$as_me: loading site script $ac_site_file" >&6;}
173738b41dabSmrg    sed 's/^/| /' "$ac_site_file" >&5
173838b41dabSmrg    . "$ac_site_file" \
173938b41dabSmrg      || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
174038b41dabSmrgprintf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
174138b41dabSmrgas_fn_error $? "failed to load site script $ac_site_file
174238b41dabSmrgSee \`config.log' for more details" "$LINENO" 5; }
174338b41dabSmrg  fi
174438b41dabSmrgdone
174538b41dabSmrg
174638b41dabSmrgif test -r "$cache_file"; then
174738b41dabSmrg  # Some versions of bash will fail to source /dev/null (special files
174838b41dabSmrg  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
174938b41dabSmrg  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
175038b41dabSmrg    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
175138b41dabSmrgprintf "%s\n" "$as_me: loading cache $cache_file" >&6;}
175238b41dabSmrg    case $cache_file in
175338b41dabSmrg      [\\/]* | ?:[\\/]* ) . "$cache_file";;
175438b41dabSmrg      *)                      . "./$cache_file";;
175538b41dabSmrg    esac
175638b41dabSmrg  fi
175738b41dabSmrgelse
175838b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
175938b41dabSmrgprintf "%s\n" "$as_me: creating cache $cache_file" >&6;}
176038b41dabSmrg  >$cache_file
176138b41dabSmrgfi
176238b41dabSmrg
176338b41dabSmrg
176438b41dabSmrg# Auxiliary files required by this configure script.
176538b41dabSmrgac_aux_files="config.guess config.sub missing install-sh"
176638b41dabSmrg
176738b41dabSmrg# Locations in which to look for auxiliary files.
176838b41dabSmrgac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.."
176938b41dabSmrg
177038b41dabSmrg# Search for a directory containing all of the required auxiliary files,
177138b41dabSmrg# $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates.
177238b41dabSmrg# If we don't find one directory that contains all the files we need,
177338b41dabSmrg# we report the set of missing files from the *first* directory in
177438b41dabSmrg# $ac_aux_dir_candidates and give up.
177538b41dabSmrgac_missing_aux_files=""
177638b41dabSmrgac_first_candidate=:
177738b41dabSmrgprintf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5
177838b41dabSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
177938b41dabSmrgas_found=false
178038b41dabSmrgfor as_dir in $ac_aux_dir_candidates
178138b41dabSmrgdo
178238b41dabSmrg  IFS=$as_save_IFS
178338b41dabSmrg  case $as_dir in #(((
178438b41dabSmrg    '') as_dir=./ ;;
178538b41dabSmrg    */) ;;
178638b41dabSmrg    *) as_dir=$as_dir/ ;;
178738b41dabSmrg  esac
178838b41dabSmrg  as_found=:
178938b41dabSmrg
179038b41dabSmrg  printf "%s\n" "$as_me:${as_lineno-$LINENO}:  trying $as_dir" >&5
179138b41dabSmrg  ac_aux_dir_found=yes
179238b41dabSmrg  ac_install_sh=
179338b41dabSmrg  for ac_aux in $ac_aux_files
179438b41dabSmrg  do
179538b41dabSmrg    # As a special case, if "install-sh" is required, that requirement
179638b41dabSmrg    # can be satisfied by any of "install-sh", "install.sh", or "shtool",
179738b41dabSmrg    # and $ac_install_sh is set appropriately for whichever one is found.
179838b41dabSmrg    if test x"$ac_aux" = x"install-sh"
179938b41dabSmrg    then
180038b41dabSmrg      if test -f "${as_dir}install-sh"; then
180138b41dabSmrg        printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}install-sh found" >&5
180238b41dabSmrg        ac_install_sh="${as_dir}install-sh -c"
180338b41dabSmrg      elif test -f "${as_dir}install.sh"; then
180438b41dabSmrg        printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}install.sh found" >&5
180538b41dabSmrg        ac_install_sh="${as_dir}install.sh -c"
180638b41dabSmrg      elif test -f "${as_dir}shtool"; then
180738b41dabSmrg        printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}shtool found" >&5
180838b41dabSmrg        ac_install_sh="${as_dir}shtool install -c"
180938b41dabSmrg      else
181038b41dabSmrg        ac_aux_dir_found=no
181138b41dabSmrg        if $ac_first_candidate; then
181238b41dabSmrg          ac_missing_aux_files="${ac_missing_aux_files} install-sh"
181338b41dabSmrg        else
181438b41dabSmrg          break
181538b41dabSmrg        fi
181638b41dabSmrg      fi
181738b41dabSmrg    else
181838b41dabSmrg      if test -f "${as_dir}${ac_aux}"; then
181938b41dabSmrg        printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}${ac_aux} found" >&5
182038b41dabSmrg      else
182138b41dabSmrg        ac_aux_dir_found=no
182238b41dabSmrg        if $ac_first_candidate; then
182338b41dabSmrg          ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}"
182438b41dabSmrg        else
182538b41dabSmrg          break
182638b41dabSmrg        fi
182738b41dabSmrg      fi
182838b41dabSmrg    fi
182938b41dabSmrg  done
183038b41dabSmrg  if test "$ac_aux_dir_found" = yes; then
183138b41dabSmrg    ac_aux_dir="$as_dir"
183238b41dabSmrg    break
183338b41dabSmrg  fi
183438b41dabSmrg  ac_first_candidate=false
183538b41dabSmrg
183638b41dabSmrg  as_found=false
183738b41dabSmrgdone
183838b41dabSmrgIFS=$as_save_IFS
183938b41dabSmrgif $as_found
184038b41dabSmrgthen :
184138b41dabSmrg
184238b41dabSmrgelse $as_nop
184338b41dabSmrg  as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5
184438b41dabSmrgfi
184538b41dabSmrg
184638b41dabSmrg
184738b41dabSmrg# These three variables are undocumented and unsupported,
184838b41dabSmrg# and are intended to be withdrawn in a future Autoconf release.
184938b41dabSmrg# They can cause serious problems if a builder's source tree is in a directory
185038b41dabSmrg# whose full name contains unusual characters.
185138b41dabSmrgif test -f "${ac_aux_dir}config.guess"; then
185238b41dabSmrg  ac_config_guess="$SHELL ${ac_aux_dir}config.guess"
185338b41dabSmrgfi
185438b41dabSmrgif test -f "${ac_aux_dir}config.sub"; then
185538b41dabSmrg  ac_config_sub="$SHELL ${ac_aux_dir}config.sub"
185638b41dabSmrgfi
185738b41dabSmrgif test -f "$ac_aux_dir/configure"; then
185838b41dabSmrg  ac_configure="$SHELL ${ac_aux_dir}configure"
185938b41dabSmrgfi
186038b41dabSmrg
186138b41dabSmrg# Check that the precious variables saved in the cache have kept the same
186238b41dabSmrg# value.
186338b41dabSmrgac_cache_corrupted=false
186438b41dabSmrgfor ac_var in $ac_precious_vars; do
186538b41dabSmrg  eval ac_old_set=\$ac_cv_env_${ac_var}_set
186638b41dabSmrg  eval ac_new_set=\$ac_env_${ac_var}_set
186738b41dabSmrg  eval ac_old_val=\$ac_cv_env_${ac_var}_value
186838b41dabSmrg  eval ac_new_val=\$ac_env_${ac_var}_value
186938b41dabSmrg  case $ac_old_set,$ac_new_set in
187038b41dabSmrg    set,)
187138b41dabSmrg      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
187238b41dabSmrgprintf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
187338b41dabSmrg      ac_cache_corrupted=: ;;
187438b41dabSmrg    ,set)
187538b41dabSmrg      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
187638b41dabSmrgprintf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
187738b41dabSmrg      ac_cache_corrupted=: ;;
187838b41dabSmrg    ,);;
187938b41dabSmrg    *)
188038b41dabSmrg      if test "x$ac_old_val" != "x$ac_new_val"; then
188138b41dabSmrg	# differences in whitespace do not lead to failure.
188238b41dabSmrg	ac_old_val_w=`echo x $ac_old_val`
188338b41dabSmrg	ac_new_val_w=`echo x $ac_new_val`
188438b41dabSmrg	if test "$ac_old_val_w" != "$ac_new_val_w"; then
188538b41dabSmrg	  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
188638b41dabSmrgprintf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
188738b41dabSmrg	  ac_cache_corrupted=:
188838b41dabSmrg	else
188938b41dabSmrg	  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
189038b41dabSmrgprintf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
189138b41dabSmrg	  eval $ac_var=\$ac_old_val
189238b41dabSmrg	fi
189338b41dabSmrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
189438b41dabSmrgprintf "%s\n" "$as_me:   former value:  \`$ac_old_val'" >&2;}
189538b41dabSmrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
189638b41dabSmrgprintf "%s\n" "$as_me:   current value: \`$ac_new_val'" >&2;}
189738b41dabSmrg      fi;;
189838b41dabSmrg  esac
189938b41dabSmrg  # Pass precious variables to config.status.
190038b41dabSmrg  if test "$ac_new_set" = set; then
190138b41dabSmrg    case $ac_new_val in
190238b41dabSmrg    *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
190338b41dabSmrg    *) ac_arg=$ac_var=$ac_new_val ;;
190438b41dabSmrg    esac
190538b41dabSmrg    case " $ac_configure_args " in
190638b41dabSmrg      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
190738b41dabSmrg      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
190838b41dabSmrg    esac
190938b41dabSmrg  fi
191038b41dabSmrgdone
191138b41dabSmrgif $ac_cache_corrupted; then
191238b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
191338b41dabSmrgprintf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
191438b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
191538b41dabSmrgprintf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;}
191638b41dabSmrg  as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'
191738b41dabSmrg	    and start over" "$LINENO" 5
191838b41dabSmrgfi
191938b41dabSmrg## -------------------- ##
192038b41dabSmrg## Main body of script. ##
192138b41dabSmrg## -------------------- ##
192238b41dabSmrg
192338b41dabSmrgac_ext=c
192438b41dabSmrgac_cpp='$CPP $CPPFLAGS'
192538b41dabSmrgac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
192638b41dabSmrgac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
192738b41dabSmrgac_compiler_gnu=$ac_cv_c_compiler_gnu
192838b41dabSmrg
192938b41dabSmrg
193038b41dabSmrgam__api_version='1.16'
193138b41dabSmrg
193238b41dabSmrg
193338b41dabSmrg
193438b41dabSmrg  # Find a good install program.  We prefer a C program (faster),
193538b41dabSmrg# so one script is as good as another.  But avoid the broken or
193638b41dabSmrg# incompatible versions:
193738b41dabSmrg# SysV /etc/install, /usr/sbin/install
193838b41dabSmrg# SunOS /usr/etc/install
193938b41dabSmrg# IRIX /sbin/install
194038b41dabSmrg# AIX /bin/install
194138b41dabSmrg# AmigaOS /C/install, which installs bootblocks on floppy discs
194238b41dabSmrg# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
194338b41dabSmrg# AFS /usr/afsws/bin/install, which mishandles nonexistent args
194438b41dabSmrg# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
194538b41dabSmrg# OS/2's system install, which has a completely different semantic
194638b41dabSmrg# ./install, which can be erroneously created by make from ./install.sh.
194738b41dabSmrg# Reject install programs that cannot install multiple files.
194838b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
194938b41dabSmrgprintf %s "checking for a BSD-compatible install... " >&6; }
195038b41dabSmrgif test -z "$INSTALL"; then
195138b41dabSmrgif test ${ac_cv_path_install+y}
195238b41dabSmrgthen :
195338b41dabSmrg  printf %s "(cached) " >&6
195438b41dabSmrgelse $as_nop
195538b41dabSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
195638b41dabSmrgfor as_dir in $PATH
195738b41dabSmrgdo
195838b41dabSmrg  IFS=$as_save_IFS
195938b41dabSmrg  case $as_dir in #(((
196038b41dabSmrg    '') as_dir=./ ;;
196138b41dabSmrg    */) ;;
196238b41dabSmrg    *) as_dir=$as_dir/ ;;
196338b41dabSmrg  esac
196438b41dabSmrg    # Account for fact that we put trailing slashes in our PATH walk.
196538b41dabSmrgcase $as_dir in #((
196638b41dabSmrg  ./ | /[cC]/* | \
196738b41dabSmrg  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
196838b41dabSmrg  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
196938b41dabSmrg  /usr/ucb/* ) ;;
197038b41dabSmrg  *)
197138b41dabSmrg    # OSF1 and SCO ODT 3.0 have their own names for install.
197238b41dabSmrg    # Don't use installbsd from OSF since it installs stuff as root
197338b41dabSmrg    # by default.
197438b41dabSmrg    for ac_prog in ginstall scoinst install; do
197538b41dabSmrg      for ac_exec_ext in '' $ac_executable_extensions; do
197638b41dabSmrg	if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then
197738b41dabSmrg	  if test $ac_prog = install &&
197838b41dabSmrg	    grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
197938b41dabSmrg	    # AIX install.  It has an incompatible calling convention.
198038b41dabSmrg	    :
198138b41dabSmrg	  elif test $ac_prog = install &&
198238b41dabSmrg	    grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
198338b41dabSmrg	    # program-specific install script used by HP pwplus--don't use.
198438b41dabSmrg	    :
198538b41dabSmrg	  else
198638b41dabSmrg	    rm -rf conftest.one conftest.two conftest.dir
198738b41dabSmrg	    echo one > conftest.one
198838b41dabSmrg	    echo two > conftest.two
198938b41dabSmrg	    mkdir conftest.dir
199038b41dabSmrg	    if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" &&
199138b41dabSmrg	      test -s conftest.one && test -s conftest.two &&
199238b41dabSmrg	      test -s conftest.dir/conftest.one &&
199338b41dabSmrg	      test -s conftest.dir/conftest.two
199438b41dabSmrg	    then
199538b41dabSmrg	      ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c"
199638b41dabSmrg	      break 3
199738b41dabSmrg	    fi
199838b41dabSmrg	  fi
199938b41dabSmrg	fi
200038b41dabSmrg      done
200138b41dabSmrg    done
200238b41dabSmrg    ;;
200338b41dabSmrgesac
200438b41dabSmrg
200538b41dabSmrg  done
200638b41dabSmrgIFS=$as_save_IFS
200738b41dabSmrg
200838b41dabSmrgrm -rf conftest.one conftest.two conftest.dir
200938b41dabSmrg
201038b41dabSmrgfi
201138b41dabSmrg  if test ${ac_cv_path_install+y}; then
201238b41dabSmrg    INSTALL=$ac_cv_path_install
201338b41dabSmrg  else
201438b41dabSmrg    # As a last resort, use the slow shell script.  Don't cache a
201538b41dabSmrg    # value for INSTALL within a source directory, because that will
201638b41dabSmrg    # break other packages using the cache if that directory is
201738b41dabSmrg    # removed, or if the value is a relative name.
201838b41dabSmrg    INSTALL=$ac_install_sh
201938b41dabSmrg  fi
202038b41dabSmrgfi
202138b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
202238b41dabSmrgprintf "%s\n" "$INSTALL" >&6; }
202338b41dabSmrg
202438b41dabSmrg# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
202538b41dabSmrg# It thinks the first close brace ends the variable substitution.
202638b41dabSmrgtest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
202738b41dabSmrg
202838b41dabSmrgtest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
202938b41dabSmrg
203038b41dabSmrgtest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
203138b41dabSmrg
203238b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
203338b41dabSmrgprintf %s "checking whether build environment is sane... " >&6; }
203438b41dabSmrg# Reject unsafe characters in $srcdir or the absolute working directory
203538b41dabSmrg# name.  Accept space and tab only in the latter.
203638b41dabSmrgam_lf='
203738b41dabSmrg'
203838b41dabSmrgcase `pwd` in
203938b41dabSmrg  *[\\\"\#\$\&\'\`$am_lf]*)
204038b41dabSmrg    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
204138b41dabSmrgesac
204238b41dabSmrgcase $srcdir in
204338b41dabSmrg  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
204438b41dabSmrg    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
204538b41dabSmrgesac
204638b41dabSmrg
204738b41dabSmrg# Do 'set' in a subshell so we don't clobber the current shell's
204838b41dabSmrg# arguments.  Must try -L first in case configure is actually a
204938b41dabSmrg# symlink; some systems play weird games with the mod time of symlinks
205038b41dabSmrg# (eg FreeBSD returns the mod time of the symlink's containing
205138b41dabSmrg# directory).
205238b41dabSmrgif (
205338b41dabSmrg   am_has_slept=no
205438b41dabSmrg   for am_try in 1 2; do
205538b41dabSmrg     echo "timestamp, slept: $am_has_slept" > conftest.file
205638b41dabSmrg     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
205738b41dabSmrg     if test "$*" = "X"; then
205838b41dabSmrg	# -L didn't work.
205938b41dabSmrg	set X `ls -t "$srcdir/configure" conftest.file`
206038b41dabSmrg     fi
206138b41dabSmrg     if test "$*" != "X $srcdir/configure conftest.file" \
206238b41dabSmrg	&& test "$*" != "X conftest.file $srcdir/configure"; then
206338b41dabSmrg
206438b41dabSmrg	# If neither matched, then we have a broken ls.  This can happen
206538b41dabSmrg	# if, for instance, CONFIG_SHELL is bash and it inherits a
206638b41dabSmrg	# broken ls alias from the environment.  This has actually
206738b41dabSmrg	# happened.  Such a system could not be considered "sane".
206838b41dabSmrg	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
206938b41dabSmrg  alias in your environment" "$LINENO" 5
207038b41dabSmrg     fi
207138b41dabSmrg     if test "$2" = conftest.file || test $am_try -eq 2; then
207238b41dabSmrg       break
207338b41dabSmrg     fi
207438b41dabSmrg     # Just in case.
207538b41dabSmrg     sleep 1
207638b41dabSmrg     am_has_slept=yes
207738b41dabSmrg   done
207838b41dabSmrg   test "$2" = conftest.file
207938b41dabSmrg   )
208038b41dabSmrgthen
208138b41dabSmrg   # Ok.
208238b41dabSmrg   :
208338b41dabSmrgelse
208438b41dabSmrg   as_fn_error $? "newly created file is older than distributed files!
208538b41dabSmrgCheck your system clock" "$LINENO" 5
208638b41dabSmrgfi
208738b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
208838b41dabSmrgprintf "%s\n" "yes" >&6; }
208938b41dabSmrg# If we didn't sleep, we still need to ensure time stamps of config.status and
209038b41dabSmrg# generated files are strictly newer.
209138b41dabSmrgam_sleep_pid=
209238b41dabSmrgif grep 'slept: no' conftest.file >/dev/null 2>&1; then
209338b41dabSmrg  ( sleep 1 ) &
209438b41dabSmrg  am_sleep_pid=$!
209538b41dabSmrgfi
209638b41dabSmrg
209738b41dabSmrgrm -f conftest.file
209838b41dabSmrg
209938b41dabSmrgtest "$program_prefix" != NONE &&
210038b41dabSmrg  program_transform_name="s&^&$program_prefix&;$program_transform_name"
210138b41dabSmrg# Use a double $ so make ignores it.
210238b41dabSmrgtest "$program_suffix" != NONE &&
210338b41dabSmrg  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
210438b41dabSmrg# Double any \ or $.
210538b41dabSmrg# By default was `s,x,x', remove it if useless.
210638b41dabSmrgac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
210738b41dabSmrgprogram_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"`
210838b41dabSmrg
210938b41dabSmrg
211038b41dabSmrg# Expand $ac_aux_dir to an absolute path.
211138b41dabSmrgam_aux_dir=`cd "$ac_aux_dir" && pwd`
211238b41dabSmrg
211338b41dabSmrg
211438b41dabSmrg  if test x"${MISSING+set}" != xset; then
211538b41dabSmrg  MISSING="\${SHELL} '$am_aux_dir/missing'"
211638b41dabSmrgfi
211738b41dabSmrg# Use eval to expand $SHELL
211838b41dabSmrgif eval "$MISSING --is-lightweight"; then
211938b41dabSmrg  am_missing_run="$MISSING "
212038b41dabSmrgelse
212138b41dabSmrg  am_missing_run=
212238b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
212338b41dabSmrgprintf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
212438b41dabSmrgfi
212538b41dabSmrg
212638b41dabSmrgif test x"${install_sh+set}" != xset; then
212738b41dabSmrg  case $am_aux_dir in
212838b41dabSmrg  *\ * | *\	*)
212938b41dabSmrg    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
213038b41dabSmrg  *)
213138b41dabSmrg    install_sh="\${SHELL} $am_aux_dir/install-sh"
213238b41dabSmrg  esac
213338b41dabSmrgfi
213438b41dabSmrg
213538b41dabSmrg# Installed binaries are usually stripped using 'strip' when the user
213638b41dabSmrg# run "make install-strip".  However 'strip' might not be the right
213738b41dabSmrg# tool to use in cross-compilation environments, therefore Automake
213838b41dabSmrg# will honor the 'STRIP' environment variable to overrule this program.
213938b41dabSmrgif test "$cross_compiling" != no; then
214038b41dabSmrg  if test -n "$ac_tool_prefix"; then
214138b41dabSmrg  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
214238b41dabSmrgset dummy ${ac_tool_prefix}strip; ac_word=$2
214338b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
214438b41dabSmrgprintf %s "checking for $ac_word... " >&6; }
214538b41dabSmrgif test ${ac_cv_prog_STRIP+y}
214638b41dabSmrgthen :
214738b41dabSmrg  printf %s "(cached) " >&6
214838b41dabSmrgelse $as_nop
214938b41dabSmrg  if test -n "$STRIP"; then
215038b41dabSmrg  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
215138b41dabSmrgelse
215238b41dabSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
215338b41dabSmrgfor as_dir in $PATH
215438b41dabSmrgdo
215538b41dabSmrg  IFS=$as_save_IFS
215638b41dabSmrg  case $as_dir in #(((
215738b41dabSmrg    '') as_dir=./ ;;
215838b41dabSmrg    */) ;;
215938b41dabSmrg    *) as_dir=$as_dir/ ;;
216038b41dabSmrg  esac
216138b41dabSmrg    for ac_exec_ext in '' $ac_executable_extensions; do
216238b41dabSmrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
216338b41dabSmrg    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
216438b41dabSmrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
216538b41dabSmrg    break 2
216638b41dabSmrg  fi
216738b41dabSmrgdone
216838b41dabSmrg  done
216938b41dabSmrgIFS=$as_save_IFS
217038b41dabSmrg
217138b41dabSmrgfi
217238b41dabSmrgfi
217338b41dabSmrgSTRIP=$ac_cv_prog_STRIP
217438b41dabSmrgif test -n "$STRIP"; then
217538b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
217638b41dabSmrgprintf "%s\n" "$STRIP" >&6; }
217738b41dabSmrgelse
217838b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
217938b41dabSmrgprintf "%s\n" "no" >&6; }
218038b41dabSmrgfi
218138b41dabSmrg
218238b41dabSmrg
218338b41dabSmrgfi
218438b41dabSmrgif test -z "$ac_cv_prog_STRIP"; then
218538b41dabSmrg  ac_ct_STRIP=$STRIP
218638b41dabSmrg  # Extract the first word of "strip", so it can be a program name with args.
218738b41dabSmrgset dummy strip; ac_word=$2
218838b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
218938b41dabSmrgprintf %s "checking for $ac_word... " >&6; }
219038b41dabSmrgif test ${ac_cv_prog_ac_ct_STRIP+y}
219138b41dabSmrgthen :
219238b41dabSmrg  printf %s "(cached) " >&6
219338b41dabSmrgelse $as_nop
219438b41dabSmrg  if test -n "$ac_ct_STRIP"; then
219538b41dabSmrg  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
219638b41dabSmrgelse
219738b41dabSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
219838b41dabSmrgfor as_dir in $PATH
219938b41dabSmrgdo
220038b41dabSmrg  IFS=$as_save_IFS
220138b41dabSmrg  case $as_dir in #(((
220238b41dabSmrg    '') as_dir=./ ;;
220338b41dabSmrg    */) ;;
220438b41dabSmrg    *) as_dir=$as_dir/ ;;
220538b41dabSmrg  esac
220638b41dabSmrg    for ac_exec_ext in '' $ac_executable_extensions; do
220738b41dabSmrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
220838b41dabSmrg    ac_cv_prog_ac_ct_STRIP="strip"
220938b41dabSmrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
221038b41dabSmrg    break 2
221138b41dabSmrg  fi
221238b41dabSmrgdone
221338b41dabSmrg  done
221438b41dabSmrgIFS=$as_save_IFS
221538b41dabSmrg
221638b41dabSmrgfi
221738b41dabSmrgfi
221838b41dabSmrgac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
221938b41dabSmrgif test -n "$ac_ct_STRIP"; then
222038b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
222138b41dabSmrgprintf "%s\n" "$ac_ct_STRIP" >&6; }
222238b41dabSmrgelse
222338b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
222438b41dabSmrgprintf "%s\n" "no" >&6; }
222538b41dabSmrgfi
222638b41dabSmrg
222738b41dabSmrg  if test "x$ac_ct_STRIP" = x; then
222838b41dabSmrg    STRIP=":"
222938b41dabSmrg  else
223038b41dabSmrg    case $cross_compiling:$ac_tool_warned in
223138b41dabSmrgyes:)
223238b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
223338b41dabSmrgprintf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
223438b41dabSmrgac_tool_warned=yes ;;
223538b41dabSmrgesac
223638b41dabSmrg    STRIP=$ac_ct_STRIP
223738b41dabSmrg  fi
223838b41dabSmrgelse
223938b41dabSmrg  STRIP="$ac_cv_prog_STRIP"
224038b41dabSmrgfi
224138b41dabSmrg
224238b41dabSmrgfi
224338b41dabSmrgINSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
224438b41dabSmrg
224538b41dabSmrg
224638b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5
224738b41dabSmrgprintf %s "checking for a race-free mkdir -p... " >&6; }
224838b41dabSmrgif test -z "$MKDIR_P"; then
224938b41dabSmrg  if test ${ac_cv_path_mkdir+y}
225038b41dabSmrgthen :
225138b41dabSmrg  printf %s "(cached) " >&6
225238b41dabSmrgelse $as_nop
225338b41dabSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
225438b41dabSmrgfor as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
225538b41dabSmrgdo
225638b41dabSmrg  IFS=$as_save_IFS
225738b41dabSmrg  case $as_dir in #(((
225838b41dabSmrg    '') as_dir=./ ;;
225938b41dabSmrg    */) ;;
226038b41dabSmrg    *) as_dir=$as_dir/ ;;
226138b41dabSmrg  esac
226238b41dabSmrg    for ac_prog in mkdir gmkdir; do
226338b41dabSmrg	 for ac_exec_ext in '' $ac_executable_extensions; do
226438b41dabSmrg	   as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue
226538b41dabSmrg	   case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #(
226638b41dabSmrg	     'mkdir ('*'coreutils) '* | \
226738b41dabSmrg	     'BusyBox '* | \
226838b41dabSmrg	     'mkdir (fileutils) '4.1*)
226938b41dabSmrg	       ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext
227038b41dabSmrg	       break 3;;
227138b41dabSmrg	   esac
227238b41dabSmrg	 done
227338b41dabSmrg       done
227438b41dabSmrg  done
227538b41dabSmrgIFS=$as_save_IFS
227638b41dabSmrg
227738b41dabSmrgfi
227838b41dabSmrg
227938b41dabSmrg  test -d ./--version && rmdir ./--version
228038b41dabSmrg  if test ${ac_cv_path_mkdir+y}; then
228138b41dabSmrg    MKDIR_P="$ac_cv_path_mkdir -p"
228238b41dabSmrg  else
228338b41dabSmrg    # As a last resort, use the slow shell script.  Don't cache a
228438b41dabSmrg    # value for MKDIR_P within a source directory, because that will
228538b41dabSmrg    # break other packages using the cache if that directory is
228638b41dabSmrg    # removed, or if the value is a relative name.
228738b41dabSmrg    MKDIR_P="$ac_install_sh -d"
228838b41dabSmrg  fi
228938b41dabSmrgfi
229038b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
229138b41dabSmrgprintf "%s\n" "$MKDIR_P" >&6; }
229238b41dabSmrg
229338b41dabSmrgfor ac_prog in gawk mawk nawk awk
229438b41dabSmrgdo
229538b41dabSmrg  # Extract the first word of "$ac_prog", so it can be a program name with args.
229638b41dabSmrgset dummy $ac_prog; ac_word=$2
229738b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
229838b41dabSmrgprintf %s "checking for $ac_word... " >&6; }
229938b41dabSmrgif test ${ac_cv_prog_AWK+y}
230038b41dabSmrgthen :
230138b41dabSmrg  printf %s "(cached) " >&6
230238b41dabSmrgelse $as_nop
230338b41dabSmrg  if test -n "$AWK"; then
230438b41dabSmrg  ac_cv_prog_AWK="$AWK" # Let the user override the test.
230538b41dabSmrgelse
230638b41dabSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
230738b41dabSmrgfor as_dir in $PATH
230838b41dabSmrgdo
230938b41dabSmrg  IFS=$as_save_IFS
231038b41dabSmrg  case $as_dir in #(((
231138b41dabSmrg    '') as_dir=./ ;;
231238b41dabSmrg    */) ;;
231338b41dabSmrg    *) as_dir=$as_dir/ ;;
231438b41dabSmrg  esac
231538b41dabSmrg    for ac_exec_ext in '' $ac_executable_extensions; do
231638b41dabSmrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
231738b41dabSmrg    ac_cv_prog_AWK="$ac_prog"
231838b41dabSmrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
231938b41dabSmrg    break 2
232038b41dabSmrg  fi
232138b41dabSmrgdone
232238b41dabSmrg  done
232338b41dabSmrgIFS=$as_save_IFS
232438b41dabSmrg
232538b41dabSmrgfi
232638b41dabSmrgfi
232738b41dabSmrgAWK=$ac_cv_prog_AWK
232838b41dabSmrgif test -n "$AWK"; then
232938b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
233038b41dabSmrgprintf "%s\n" "$AWK" >&6; }
233138b41dabSmrgelse
233238b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
233338b41dabSmrgprintf "%s\n" "no" >&6; }
233438b41dabSmrgfi
233538b41dabSmrg
233638b41dabSmrg
233738b41dabSmrg  test -n "$AWK" && break
233838b41dabSmrgdone
233938b41dabSmrg
234038b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
234138b41dabSmrgprintf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
234238b41dabSmrgset x ${MAKE-make}
234338b41dabSmrgac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
234438b41dabSmrgif eval test \${ac_cv_prog_make_${ac_make}_set+y}
234538b41dabSmrgthen :
234638b41dabSmrg  printf %s "(cached) " >&6
234738b41dabSmrgelse $as_nop
234838b41dabSmrg  cat >conftest.make <<\_ACEOF
234938b41dabSmrgSHELL = /bin/sh
235038b41dabSmrgall:
235138b41dabSmrg	@echo '@@@%%%=$(MAKE)=@@@%%%'
235238b41dabSmrg_ACEOF
235338b41dabSmrg# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
235438b41dabSmrgcase `${MAKE-make} -f conftest.make 2>/dev/null` in
235538b41dabSmrg  *@@@%%%=?*=@@@%%%*)
235638b41dabSmrg    eval ac_cv_prog_make_${ac_make}_set=yes;;
235738b41dabSmrg  *)
235838b41dabSmrg    eval ac_cv_prog_make_${ac_make}_set=no;;
235938b41dabSmrgesac
236038b41dabSmrgrm -f conftest.make
236138b41dabSmrgfi
236238b41dabSmrgif eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
236338b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
236438b41dabSmrgprintf "%s\n" "yes" >&6; }
236538b41dabSmrg  SET_MAKE=
236638b41dabSmrgelse
236738b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
236838b41dabSmrgprintf "%s\n" "no" >&6; }
236938b41dabSmrg  SET_MAKE="MAKE=${MAKE-make}"
237038b41dabSmrgfi
237138b41dabSmrg
237238b41dabSmrgrm -rf .tst 2>/dev/null
237338b41dabSmrgmkdir .tst 2>/dev/null
237438b41dabSmrgif test -d .tst; then
237538b41dabSmrg  am__leading_dot=.
237638b41dabSmrgelse
237738b41dabSmrg  am__leading_dot=_
237838b41dabSmrgfi
237938b41dabSmrgrmdir .tst 2>/dev/null
238038b41dabSmrg
238138b41dabSmrg# Check whether --enable-silent-rules was given.
238238b41dabSmrgif test ${enable_silent_rules+y}
238338b41dabSmrgthen :
238438b41dabSmrg  enableval=$enable_silent_rules;
238538b41dabSmrgfi
238638b41dabSmrg
238738b41dabSmrgcase $enable_silent_rules in # (((
238838b41dabSmrg  yes) AM_DEFAULT_VERBOSITY=0;;
238938b41dabSmrg   no) AM_DEFAULT_VERBOSITY=1;;
239038b41dabSmrg    *) AM_DEFAULT_VERBOSITY=1;;
239138b41dabSmrgesac
239238b41dabSmrgam_make=${MAKE-make}
239338b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
239438b41dabSmrgprintf %s "checking whether $am_make supports nested variables... " >&6; }
239538b41dabSmrgif test ${am_cv_make_support_nested_variables+y}
239638b41dabSmrgthen :
239738b41dabSmrg  printf %s "(cached) " >&6
239838b41dabSmrgelse $as_nop
239938b41dabSmrg  if printf "%s\n" 'TRUE=$(BAR$(V))
240038b41dabSmrgBAR0=false
240138b41dabSmrgBAR1=true
240238b41dabSmrgV=1
240338b41dabSmrgam__doit:
240438b41dabSmrg	@$(TRUE)
240538b41dabSmrg.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
240638b41dabSmrg  am_cv_make_support_nested_variables=yes
240738b41dabSmrgelse
240838b41dabSmrg  am_cv_make_support_nested_variables=no
240938b41dabSmrgfi
241038b41dabSmrgfi
241138b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
241238b41dabSmrgprintf "%s\n" "$am_cv_make_support_nested_variables" >&6; }
241338b41dabSmrgif test $am_cv_make_support_nested_variables = yes; then
241438b41dabSmrg    AM_V='$(V)'
241538b41dabSmrg  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
241638b41dabSmrgelse
241738b41dabSmrg  AM_V=$AM_DEFAULT_VERBOSITY
241838b41dabSmrg  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
241938b41dabSmrgfi
242038b41dabSmrgAM_BACKSLASH='\'
242138b41dabSmrg
242238b41dabSmrgif test "`cd $srcdir && pwd`" != "`pwd`"; then
242338b41dabSmrg  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
242438b41dabSmrg  # is not polluted with repeated "-I."
242538b41dabSmrg  am__isrc=' -I$(srcdir)'
242638b41dabSmrg  # test to see if srcdir already configured
242738b41dabSmrg  if test -f $srcdir/config.status; then
242838b41dabSmrg    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
242938b41dabSmrg  fi
243038b41dabSmrgfi
243138b41dabSmrg
243238b41dabSmrg# test whether we have cygpath
243338b41dabSmrgif test -z "$CYGPATH_W"; then
243438b41dabSmrg  if (cygpath --version) >/dev/null 2>/dev/null; then
243538b41dabSmrg    CYGPATH_W='cygpath -w'
243638b41dabSmrg  else
243738b41dabSmrg    CYGPATH_W=echo
243838b41dabSmrg  fi
243938b41dabSmrgfi
244038b41dabSmrg
244138b41dabSmrg
244238b41dabSmrg# Define the identity of the package.
244338b41dabSmrg PACKAGE='font-winitzki-cyrillic'
244438b41dabSmrg VERSION='1.0.4'
244538b41dabSmrg
244638b41dabSmrg
244738b41dabSmrgprintf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
244838b41dabSmrg
244938b41dabSmrg
245038b41dabSmrgprintf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h
245138b41dabSmrg
245238b41dabSmrg# Some tools Automake needs.
245338b41dabSmrg
245438b41dabSmrgACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
245538b41dabSmrg
245638b41dabSmrg
245738b41dabSmrgAUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
245838b41dabSmrg
245938b41dabSmrg
246038b41dabSmrgAUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
246138b41dabSmrg
246238b41dabSmrg
246338b41dabSmrgAUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
246438b41dabSmrg
246538b41dabSmrg
246638b41dabSmrgMAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
246738b41dabSmrg
246838b41dabSmrg# For better backward compatibility.  To be removed once Automake 1.9.x
246938b41dabSmrg# dies out for good.  For more background, see:
247038b41dabSmrg# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
247138b41dabSmrg# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
247238b41dabSmrgmkdir_p='$(MKDIR_P)'
247338b41dabSmrg
247438b41dabSmrg# We need awk for the "check" target (and possibly the TAP driver).  The
247538b41dabSmrg# system "awk" is bad on some platforms.
247638b41dabSmrg# Always define AMTAR for backward compatibility.  Yes, it's still used
247738b41dabSmrg# in the wild :-(  We should find a proper way to deprecate it ...
247838b41dabSmrgAMTAR='$${TAR-tar}'
247938b41dabSmrg
248038b41dabSmrg
248138b41dabSmrg# We'll loop over all known methods to create a tar archive until one works.
248238b41dabSmrg_am_tools='gnutar  pax cpio none'
248338b41dabSmrg
248438b41dabSmrgam__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
248538b41dabSmrg
248638b41dabSmrg
248738b41dabSmrg
248838b41dabSmrg
248938b41dabSmrg
249038b41dabSmrg# Variables for tags utilities; see am/tags.am
249138b41dabSmrgif test -z "$CTAGS"; then
249238b41dabSmrg  CTAGS=ctags
249338b41dabSmrgfi
249438b41dabSmrg
249538b41dabSmrgif test -z "$ETAGS"; then
249638b41dabSmrg  ETAGS=etags
249738b41dabSmrgfi
249838b41dabSmrg
249938b41dabSmrgif test -z "$CSCOPE"; then
250038b41dabSmrg  CSCOPE=cscope
250138b41dabSmrgfi
250238b41dabSmrg
250338b41dabSmrg
250438b41dabSmrg
250538b41dabSmrg# POSIX will say in a future version that running "rm -f" with no argument
250638b41dabSmrg# is OK; and we want to be able to make that assumption in our Makefile
250738b41dabSmrg# recipes.  So use an aggressive probe to check that the usage we want is
250838b41dabSmrg# actually supported "in the wild" to an acceptable degree.
250938b41dabSmrg# See automake bug#10828.
251038b41dabSmrg# To make any issue more visible, cause the running configure to be aborted
251138b41dabSmrg# by default if the 'rm' program in use doesn't match our expectations; the
251238b41dabSmrg# user can still override this though.
251338b41dabSmrgif rm -f && rm -fr && rm -rf; then : OK; else
251438b41dabSmrg  cat >&2 <<'END'
251538b41dabSmrgOops!
251638b41dabSmrg
251738b41dabSmrgYour 'rm' program seems unable to run without file operands specified
251838b41dabSmrgon the command line, even when the '-f' option is present.  This is contrary
251938b41dabSmrgto the behaviour of most rm programs out there, and not conforming with
252038b41dabSmrgthe upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
252138b41dabSmrg
252238b41dabSmrgPlease tell bug-automake@gnu.org about your system, including the value
252338b41dabSmrgof your $PATH and any error possibly output before this message.  This
252438b41dabSmrgcan help us improve future automake versions.
252538b41dabSmrg
252638b41dabSmrgEND
252738b41dabSmrg  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
252838b41dabSmrg    echo 'Configuration will proceed anyway, since you have set the' >&2
252938b41dabSmrg    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
253038b41dabSmrg    echo >&2
253138b41dabSmrg  else
253238b41dabSmrg    cat >&2 <<'END'
253338b41dabSmrgAborting the configuration process, to ensure you take notice of the issue.
253438b41dabSmrg
253538b41dabSmrgYou can download and install GNU coreutils to get an 'rm' implementation
253638b41dabSmrgthat behaves properly: <https://www.gnu.org/software/coreutils/>.
253738b41dabSmrg
253838b41dabSmrgIf you want to complete the configuration process using your problematic
253938b41dabSmrg'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
254038b41dabSmrgto "yes", and re-run configure.
254138b41dabSmrg
254238b41dabSmrgEND
254338b41dabSmrg    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
254438b41dabSmrg  fi
254538b41dabSmrgfi
254638b41dabSmrg
254738b41dabSmrg
254838b41dabSmrg
254938b41dabSmrg# Require xorg-macros 1.20 or later: XORG_DEFAULT_NOCODE_OPTIONS
255038b41dabSmrg
255138b41dabSmrg
255238b41dabSmrg
255338b41dabSmrg
255438b41dabSmrg
255538b41dabSmrg
255638b41dabSmrg
255738b41dabSmrg
255838b41dabSmrg
255938b41dabSmrg
256038b41dabSmrg
256138b41dabSmrg
256238b41dabSmrg
256338b41dabSmrg
256438b41dabSmrg
256538b41dabSmrg
256638b41dabSmrg
256738b41dabSmrg
256838b41dabSmrgif test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
256938b41dabSmrg	if test -n "$ac_tool_prefix"; then
257038b41dabSmrg  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
257138b41dabSmrgset dummy ${ac_tool_prefix}pkg-config; ac_word=$2
257238b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
257338b41dabSmrgprintf %s "checking for $ac_word... " >&6; }
257438b41dabSmrgif test ${ac_cv_path_PKG_CONFIG+y}
257538b41dabSmrgthen :
257638b41dabSmrg  printf %s "(cached) " >&6
257738b41dabSmrgelse $as_nop
257838b41dabSmrg  case $PKG_CONFIG in
257938b41dabSmrg  [\\/]* | ?:[\\/]*)
258038b41dabSmrg  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
258138b41dabSmrg  ;;
258238b41dabSmrg  *)
258338b41dabSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
258438b41dabSmrgfor as_dir in $PATH
258538b41dabSmrgdo
258638b41dabSmrg  IFS=$as_save_IFS
258738b41dabSmrg  case $as_dir in #(((
258838b41dabSmrg    '') as_dir=./ ;;
258938b41dabSmrg    */) ;;
259038b41dabSmrg    *) as_dir=$as_dir/ ;;
259138b41dabSmrg  esac
259238b41dabSmrg    for ac_exec_ext in '' $ac_executable_extensions; do
259338b41dabSmrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
259438b41dabSmrg    ac_cv_path_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext"
259538b41dabSmrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
259638b41dabSmrg    break 2
259738b41dabSmrg  fi
259838b41dabSmrgdone
259938b41dabSmrg  done
260038b41dabSmrgIFS=$as_save_IFS
260138b41dabSmrg
260238b41dabSmrg  ;;
260338b41dabSmrgesac
260438b41dabSmrgfi
260538b41dabSmrgPKG_CONFIG=$ac_cv_path_PKG_CONFIG
260638b41dabSmrgif test -n "$PKG_CONFIG"; then
260738b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
260838b41dabSmrgprintf "%s\n" "$PKG_CONFIG" >&6; }
260938b41dabSmrgelse
261038b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
261138b41dabSmrgprintf "%s\n" "no" >&6; }
261238b41dabSmrgfi
261338b41dabSmrg
261438b41dabSmrg
261538b41dabSmrgfi
261638b41dabSmrgif test -z "$ac_cv_path_PKG_CONFIG"; then
261738b41dabSmrg  ac_pt_PKG_CONFIG=$PKG_CONFIG
261838b41dabSmrg  # Extract the first word of "pkg-config", so it can be a program name with args.
261938b41dabSmrgset dummy pkg-config; ac_word=$2
262038b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
262138b41dabSmrgprintf %s "checking for $ac_word... " >&6; }
262238b41dabSmrgif test ${ac_cv_path_ac_pt_PKG_CONFIG+y}
262338b41dabSmrgthen :
262438b41dabSmrg  printf %s "(cached) " >&6
262538b41dabSmrgelse $as_nop
262638b41dabSmrg  case $ac_pt_PKG_CONFIG in
262738b41dabSmrg  [\\/]* | ?:[\\/]*)
262838b41dabSmrg  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
262938b41dabSmrg  ;;
263038b41dabSmrg  *)
263138b41dabSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
263238b41dabSmrgfor as_dir in $PATH
263338b41dabSmrgdo
263438b41dabSmrg  IFS=$as_save_IFS
263538b41dabSmrg  case $as_dir in #(((
263638b41dabSmrg    '') as_dir=./ ;;
263738b41dabSmrg    */) ;;
263838b41dabSmrg    *) as_dir=$as_dir/ ;;
263938b41dabSmrg  esac
264038b41dabSmrg    for ac_exec_ext in '' $ac_executable_extensions; do
264138b41dabSmrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
264238b41dabSmrg    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext"
264338b41dabSmrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
264438b41dabSmrg    break 2
264538b41dabSmrg  fi
264638b41dabSmrgdone
264738b41dabSmrg  done
264838b41dabSmrgIFS=$as_save_IFS
264938b41dabSmrg
265038b41dabSmrg  ;;
265138b41dabSmrgesac
265238b41dabSmrgfi
265338b41dabSmrgac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
265438b41dabSmrgif test -n "$ac_pt_PKG_CONFIG"; then
265538b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
265638b41dabSmrgprintf "%s\n" "$ac_pt_PKG_CONFIG" >&6; }
265738b41dabSmrgelse
265838b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
265938b41dabSmrgprintf "%s\n" "no" >&6; }
266038b41dabSmrgfi
266138b41dabSmrg
266238b41dabSmrg  if test "x$ac_pt_PKG_CONFIG" = x; then
266338b41dabSmrg    PKG_CONFIG=""
266438b41dabSmrg  else
266538b41dabSmrg    case $cross_compiling:$ac_tool_warned in
266638b41dabSmrgyes:)
266738b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
266838b41dabSmrgprintf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
266938b41dabSmrgac_tool_warned=yes ;;
267038b41dabSmrgesac
267138b41dabSmrg    PKG_CONFIG=$ac_pt_PKG_CONFIG
267238b41dabSmrg  fi
267338b41dabSmrgelse
267438b41dabSmrg  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
267538b41dabSmrgfi
267638b41dabSmrg
267738b41dabSmrgfi
267838b41dabSmrgif test -n "$PKG_CONFIG"; then
267938b41dabSmrg	_pkg_min_version=0.9.0
268038b41dabSmrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
268138b41dabSmrgprintf %s "checking pkg-config is at least version $_pkg_min_version... " >&6; }
268238b41dabSmrg	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
268338b41dabSmrg		{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
268438b41dabSmrgprintf "%s\n" "yes" >&6; }
268538b41dabSmrg	else
268638b41dabSmrg		{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
268738b41dabSmrgprintf "%s\n" "no" >&6; }
268838b41dabSmrg		PKG_CONFIG=""
268938b41dabSmrg	fi
269038b41dabSmrgfi
269138b41dabSmrg
269238b41dabSmrg
269338b41dabSmrg  # Make sure we can run config.sub.
269438b41dabSmrg$SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 ||
269538b41dabSmrg  as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5
269638b41dabSmrg
269738b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
269838b41dabSmrgprintf %s "checking build system type... " >&6; }
269938b41dabSmrgif test ${ac_cv_build+y}
270038b41dabSmrgthen :
270138b41dabSmrg  printf %s "(cached) " >&6
270238b41dabSmrgelse $as_nop
270338b41dabSmrg  ac_build_alias=$build_alias
270438b41dabSmrgtest "x$ac_build_alias" = x &&
270538b41dabSmrg  ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"`
270638b41dabSmrgtest "x$ac_build_alias" = x &&
270738b41dabSmrg  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
270838b41dabSmrgac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` ||
270938b41dabSmrg  as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5
271038b41dabSmrg
271138b41dabSmrgfi
271238b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
271338b41dabSmrgprintf "%s\n" "$ac_cv_build" >&6; }
271438b41dabSmrgcase $ac_cv_build in
271538b41dabSmrg*-*-*) ;;
271638b41dabSmrg*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
271738b41dabSmrgesac
271838b41dabSmrgbuild=$ac_cv_build
271938b41dabSmrgac_save_IFS=$IFS; IFS='-'
272038b41dabSmrgset x $ac_cv_build
272138b41dabSmrgshift
272238b41dabSmrgbuild_cpu=$1
272338b41dabSmrgbuild_vendor=$2
272438b41dabSmrgshift; shift
272538b41dabSmrg# Remember, the first character of IFS is used to create $*,
272638b41dabSmrg# except with old shells:
272738b41dabSmrgbuild_os=$*
272838b41dabSmrgIFS=$ac_save_IFS
272938b41dabSmrgcase $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
273038b41dabSmrg
273138b41dabSmrg
273238b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
273338b41dabSmrgprintf %s "checking host system type... " >&6; }
273438b41dabSmrgif test ${ac_cv_host+y}
273538b41dabSmrgthen :
273638b41dabSmrg  printf %s "(cached) " >&6
273738b41dabSmrgelse $as_nop
273838b41dabSmrg  if test "x$host_alias" = x; then
273938b41dabSmrg  ac_cv_host=$ac_cv_build
274038b41dabSmrgelse
274138b41dabSmrg  ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` ||
274238b41dabSmrg    as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5
274338b41dabSmrgfi
274438b41dabSmrg
274538b41dabSmrgfi
274638b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
274738b41dabSmrgprintf "%s\n" "$ac_cv_host" >&6; }
274838b41dabSmrgcase $ac_cv_host in
274938b41dabSmrg*-*-*) ;;
275038b41dabSmrg*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
275138b41dabSmrgesac
275238b41dabSmrghost=$ac_cv_host
275338b41dabSmrgac_save_IFS=$IFS; IFS='-'
275438b41dabSmrgset x $ac_cv_host
275538b41dabSmrgshift
275638b41dabSmrghost_cpu=$1
275738b41dabSmrghost_vendor=$2
275838b41dabSmrgshift; shift
275938b41dabSmrg# Remember, the first character of IFS is used to create $*,
276038b41dabSmrg# except with old shells:
276138b41dabSmrghost_os=$*
276238b41dabSmrgIFS=$ac_save_IFS
276338b41dabSmrgcase $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
276438b41dabSmrg
276538b41dabSmrg
276638b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
276738b41dabSmrgprintf %s "checking for a sed that does not truncate output... " >&6; }
276838b41dabSmrgif test ${ac_cv_path_SED+y}
276938b41dabSmrgthen :
277038b41dabSmrg  printf %s "(cached) " >&6
277138b41dabSmrgelse $as_nop
277238b41dabSmrg            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
277338b41dabSmrg     for ac_i in 1 2 3 4 5 6 7; do
277438b41dabSmrg       ac_script="$ac_script$as_nl$ac_script"
277538b41dabSmrg     done
277638b41dabSmrg     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
277738b41dabSmrg     { ac_script=; unset ac_script;}
277838b41dabSmrg     if test -z "$SED"; then
277938b41dabSmrg  ac_path_SED_found=false
278038b41dabSmrg  # Loop through the user's path and test for each of PROGNAME-LIST
278138b41dabSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
278238b41dabSmrgfor as_dir in $PATH
278338b41dabSmrgdo
278438b41dabSmrg  IFS=$as_save_IFS
278538b41dabSmrg  case $as_dir in #(((
278638b41dabSmrg    '') as_dir=./ ;;
278738b41dabSmrg    */) ;;
278838b41dabSmrg    *) as_dir=$as_dir/ ;;
278938b41dabSmrg  esac
279038b41dabSmrg    for ac_prog in sed gsed
279138b41dabSmrg   do
279238b41dabSmrg    for ac_exec_ext in '' $ac_executable_extensions; do
279338b41dabSmrg      ac_path_SED="$as_dir$ac_prog$ac_exec_ext"
279438b41dabSmrg      as_fn_executable_p "$ac_path_SED" || continue
279538b41dabSmrg# Check for GNU ac_path_SED and select it if it is found.
279638b41dabSmrg  # Check for GNU $ac_path_SED
279738b41dabSmrgcase `"$ac_path_SED" --version 2>&1` in
279838b41dabSmrg*GNU*)
279938b41dabSmrg  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
280038b41dabSmrg*)
280138b41dabSmrg  ac_count=0
280238b41dabSmrg  printf %s 0123456789 >"conftest.in"
280338b41dabSmrg  while :
280438b41dabSmrg  do
280538b41dabSmrg    cat "conftest.in" "conftest.in" >"conftest.tmp"
280638b41dabSmrg    mv "conftest.tmp" "conftest.in"
280738b41dabSmrg    cp "conftest.in" "conftest.nl"
280838b41dabSmrg    printf "%s\n" '' >> "conftest.nl"
280938b41dabSmrg    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
281038b41dabSmrg    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
281138b41dabSmrg    as_fn_arith $ac_count + 1 && ac_count=$as_val
281238b41dabSmrg    if test $ac_count -gt ${ac_path_SED_max-0}; then
281338b41dabSmrg      # Best one so far, save it but keep looking for a better one
281438b41dabSmrg      ac_cv_path_SED="$ac_path_SED"
281538b41dabSmrg      ac_path_SED_max=$ac_count
281638b41dabSmrg    fi
281738b41dabSmrg    # 10*(2^10) chars as input seems more than enough
281838b41dabSmrg    test $ac_count -gt 10 && break
281938b41dabSmrg  done
282038b41dabSmrg  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
282138b41dabSmrgesac
282238b41dabSmrg
282338b41dabSmrg      $ac_path_SED_found && break 3
282438b41dabSmrg    done
282538b41dabSmrg  done
282638b41dabSmrg  done
282738b41dabSmrgIFS=$as_save_IFS
282838b41dabSmrg  if test -z "$ac_cv_path_SED"; then
282938b41dabSmrg    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
283038b41dabSmrg  fi
283138b41dabSmrgelse
283238b41dabSmrg  ac_cv_path_SED=$SED
283338b41dabSmrgfi
283438b41dabSmrg
283538b41dabSmrgfi
283638b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
283738b41dabSmrgprintf "%s\n" "$ac_cv_path_SED" >&6; }
283838b41dabSmrg SED="$ac_cv_path_SED"
283938b41dabSmrg  rm -f conftest.sed
284038b41dabSmrg
284138b41dabSmrg
284238b41dabSmrg
284338b41dabSmrg
284438b41dabSmrg
284538b41dabSmrgcat >>confdefs.h <<_ACEOF
284638b41dabSmrg#define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1`
284738b41dabSmrg_ACEOF
284838b41dabSmrg
284938b41dabSmrg	PVM=`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1`
285038b41dabSmrg	if test "x$PVM" = "x"; then
285138b41dabSmrg		PVM="0"
285238b41dabSmrg	fi
285338b41dabSmrg
285438b41dabSmrgprintf "%s\n" "#define PACKAGE_VERSION_MINOR $PVM" >>confdefs.h
285538b41dabSmrg
285638b41dabSmrg	PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1`
285738b41dabSmrg	if test "x$PVP" = "x"; then
285838b41dabSmrg		PVP="0"
285938b41dabSmrg	fi
286038b41dabSmrg
286138b41dabSmrgprintf "%s\n" "#define PACKAGE_VERSION_PATCHLEVEL $PVP" >>confdefs.h
286238b41dabSmrg
286338b41dabSmrg
286438b41dabSmrg
286538b41dabSmrgCHANGELOG_CMD="((GIT_DIR=\$(top_srcdir)/.git git log > \$(top_srcdir)/.changelog.tmp) 2>/dev/null && \
286638b41dabSmrgmv \$(top_srcdir)/.changelog.tmp \$(top_srcdir)/ChangeLog) \
286738b41dabSmrg|| (rm -f \$(top_srcdir)/.changelog.tmp; test -e \$(top_srcdir)/ChangeLog || ( \
286838b41dabSmrgtouch \$(top_srcdir)/ChangeLog; \
286938b41dabSmrgecho 'git failed to create ChangeLog: installing empty ChangeLog.' >&2))"
287038b41dabSmrg
287138b41dabSmrg
287238b41dabSmrg
287338b41dabSmrg
287438b41dabSmrgmacros_datadir=`$PKG_CONFIG --print-errors --variable=pkgdatadir xorg-macros`
287538b41dabSmrgINSTALL_CMD="(cp -f "$macros_datadir/INSTALL" \$(top_srcdir)/.INSTALL.tmp && \
287638b41dabSmrgmv \$(top_srcdir)/.INSTALL.tmp \$(top_srcdir)/INSTALL) \
287738b41dabSmrg|| (rm -f \$(top_srcdir)/.INSTALL.tmp; test -e \$(top_srcdir)/INSTALL || ( \
287838b41dabSmrgtouch \$(top_srcdir)/INSTALL; \
287938b41dabSmrgecho 'failed to copy INSTALL from util-macros: installing empty INSTALL.' >&2))"
288038b41dabSmrg
288138b41dabSmrg
288238b41dabSmrg
288338b41dabSmrg
288438b41dabSmrg
288538b41dabSmrg
288638b41dabSmrgcase $host_os in
288738b41dabSmrg    solaris*)
288838b41dabSmrg        # Solaris 2.0 - 11.3 use SysV man page section numbers, so we
288938b41dabSmrg        # check for a man page file found in later versions that use
289038b41dabSmrg        # traditional section numbers instead
289138b41dabSmrg        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for /usr/share/man/man7/attributes.7" >&5
289238b41dabSmrgprintf %s "checking for /usr/share/man/man7/attributes.7... " >&6; }
289338b41dabSmrgif test ${ac_cv_file__usr_share_man_man7_attributes_7+y}
289438b41dabSmrgthen :
289538b41dabSmrg  printf %s "(cached) " >&6
289638b41dabSmrgelse $as_nop
289738b41dabSmrg  test "$cross_compiling" = yes &&
289838b41dabSmrg  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
289938b41dabSmrgif test -r "/usr/share/man/man7/attributes.7"; then
290038b41dabSmrg  ac_cv_file__usr_share_man_man7_attributes_7=yes
290138b41dabSmrgelse
290238b41dabSmrg  ac_cv_file__usr_share_man_man7_attributes_7=no
290338b41dabSmrgfi
290438b41dabSmrgfi
290538b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_man_man7_attributes_7" >&5
290638b41dabSmrgprintf "%s\n" "$ac_cv_file__usr_share_man_man7_attributes_7" >&6; }
290738b41dabSmrgif test "x$ac_cv_file__usr_share_man_man7_attributes_7" = xyes
290838b41dabSmrgthen :
290938b41dabSmrg  SYSV_MAN_SECTIONS=false
291038b41dabSmrgelse $as_nop
291138b41dabSmrg  SYSV_MAN_SECTIONS=true
291238b41dabSmrgfi
291338b41dabSmrg
291438b41dabSmrg        ;;
291538b41dabSmrg    *) SYSV_MAN_SECTIONS=false ;;
291638b41dabSmrgesac
291738b41dabSmrg
291838b41dabSmrgif test x$APP_MAN_SUFFIX = x    ; then
291938b41dabSmrg    APP_MAN_SUFFIX=1
292038b41dabSmrgfi
292138b41dabSmrgif test x$APP_MAN_DIR = x    ; then
292238b41dabSmrg    APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)'
292338b41dabSmrgfi
292438b41dabSmrg
292538b41dabSmrgif test x$LIB_MAN_SUFFIX = x    ; then
292638b41dabSmrg    LIB_MAN_SUFFIX=3
292738b41dabSmrgfi
292838b41dabSmrgif test x$LIB_MAN_DIR = x    ; then
292938b41dabSmrg    LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)'
293038b41dabSmrgfi
293138b41dabSmrg
293238b41dabSmrgif test x$FILE_MAN_SUFFIX = x    ; then
293338b41dabSmrg    case $SYSV_MAN_SECTIONS in
293438b41dabSmrg	true)				FILE_MAN_SUFFIX=4  ;;
293538b41dabSmrg	*)				FILE_MAN_SUFFIX=5  ;;
293638b41dabSmrg    esac
293738b41dabSmrgfi
293838b41dabSmrgif test x$FILE_MAN_DIR = x    ; then
293938b41dabSmrg    FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)'
294038b41dabSmrgfi
294138b41dabSmrg
294238b41dabSmrgif test x$MISC_MAN_SUFFIX = x    ; then
294338b41dabSmrg    case $SYSV_MAN_SECTIONS in
294438b41dabSmrg	true)				MISC_MAN_SUFFIX=5  ;;
294538b41dabSmrg	*)				MISC_MAN_SUFFIX=7  ;;
294638b41dabSmrg    esac
294738b41dabSmrgfi
294838b41dabSmrgif test x$MISC_MAN_DIR = x    ; then
294938b41dabSmrg    MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)'
295038b41dabSmrgfi
295138b41dabSmrg
295238b41dabSmrgif test x$DRIVER_MAN_SUFFIX = x    ; then
295338b41dabSmrg    case $SYSV_MAN_SECTIONS in
295438b41dabSmrg	true)				DRIVER_MAN_SUFFIX=7  ;;
295538b41dabSmrg	*)				DRIVER_MAN_SUFFIX=4  ;;
295638b41dabSmrg    esac
295738b41dabSmrgfi
295838b41dabSmrgif test x$DRIVER_MAN_DIR = x    ; then
295938b41dabSmrg    DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)'
296038b41dabSmrgfi
296138b41dabSmrg
296238b41dabSmrgif test x$ADMIN_MAN_SUFFIX = x    ; then
296338b41dabSmrg    case $SYSV_MAN_SECTIONS in
296438b41dabSmrg	true)				ADMIN_MAN_SUFFIX=1m ;;
296538b41dabSmrg	*)				ADMIN_MAN_SUFFIX=8  ;;
296638b41dabSmrg    esac
296738b41dabSmrgfi
296838b41dabSmrgif test x$ADMIN_MAN_DIR = x    ; then
296938b41dabSmrg    ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)'
297038b41dabSmrgfi
297138b41dabSmrg
297238b41dabSmrg
297338b41dabSmrg
297438b41dabSmrg
297538b41dabSmrg
297638b41dabSmrg
297738b41dabSmrg
297838b41dabSmrg
297938b41dabSmrg
298038b41dabSmrg
298138b41dabSmrg
298238b41dabSmrg
298338b41dabSmrg
298438b41dabSmrg
298538b41dabSmrg
298638b41dabSmrgXORG_MAN_PAGE="X Version 11"
298738b41dabSmrg
298838b41dabSmrgMAN_SUBSTS="\
298938b41dabSmrg	-e 's|__vendorversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \
299038b41dabSmrg	-e 's|__xorgversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \
299138b41dabSmrg	-e 's|__xservername__|Xorg|g' \
299238b41dabSmrg	-e 's|__xconfigfile__|xorg.conf|g' \
299338b41dabSmrg	-e 's|__projectroot__|\$(prefix)|g' \
299438b41dabSmrg	-e 's|__apploaddir__|\$(appdefaultdir)|g' \
299538b41dabSmrg	-e 's|__appmansuffix__|\$(APP_MAN_SUFFIX)|g' \
299638b41dabSmrg	-e 's|__drivermansuffix__|\$(DRIVER_MAN_SUFFIX)|g' \
299738b41dabSmrg	-e 's|__adminmansuffix__|\$(ADMIN_MAN_SUFFIX)|g' \
299838b41dabSmrg	-e 's|__libmansuffix__|\$(LIB_MAN_SUFFIX)|g' \
299938b41dabSmrg	-e 's|__miscmansuffix__|\$(MISC_MAN_SUFFIX)|g' \
300038b41dabSmrg	-e 's|__filemansuffix__|\$(FILE_MAN_SUFFIX)|g'"
300138b41dabSmrg
300238b41dabSmrg
300338b41dabSmrg
300438b41dabSmrg# Check whether --enable-silent-rules was given.
300538b41dabSmrgif test ${enable_silent_rules+y}
300638b41dabSmrgthen :
300738b41dabSmrg  enableval=$enable_silent_rules;
300838b41dabSmrgfi
300938b41dabSmrg
301038b41dabSmrgcase $enable_silent_rules in # (((
301138b41dabSmrg  yes) AM_DEFAULT_VERBOSITY=0;;
301238b41dabSmrg   no) AM_DEFAULT_VERBOSITY=1;;
301338b41dabSmrg    *) AM_DEFAULT_VERBOSITY=0;;
301438b41dabSmrgesac
301538b41dabSmrgam_make=${MAKE-make}
301638b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
301738b41dabSmrgprintf %s "checking whether $am_make supports nested variables... " >&6; }
301838b41dabSmrgif test ${am_cv_make_support_nested_variables+y}
301938b41dabSmrgthen :
302038b41dabSmrg  printf %s "(cached) " >&6
302138b41dabSmrgelse $as_nop
302238b41dabSmrg  if printf "%s\n" 'TRUE=$(BAR$(V))
302338b41dabSmrgBAR0=false
302438b41dabSmrgBAR1=true
302538b41dabSmrgV=1
302638b41dabSmrgam__doit:
302738b41dabSmrg	@$(TRUE)
302838b41dabSmrg.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
302938b41dabSmrg  am_cv_make_support_nested_variables=yes
303038b41dabSmrgelse
303138b41dabSmrg  am_cv_make_support_nested_variables=no
303238b41dabSmrgfi
303338b41dabSmrgfi
303438b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
303538b41dabSmrgprintf "%s\n" "$am_cv_make_support_nested_variables" >&6; }
303638b41dabSmrgif test $am_cv_make_support_nested_variables = yes; then
303738b41dabSmrg    AM_V='$(V)'
303838b41dabSmrg  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
303938b41dabSmrgelse
304038b41dabSmrg  AM_V=$AM_DEFAULT_VERBOSITY
304138b41dabSmrg  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
304238b41dabSmrgfi
304338b41dabSmrgAM_BACKSLASH='\'
304438b41dabSmrg
304538b41dabSmrg
304638b41dabSmrg
304738b41dabSmrg# Require X.Org's font util macros 1.4 or later for COMPRESS_FLAGS
304838b41dabSmrg
304938b41dabSmrg
305038b41dabSmrg
305138b41dabSmrg
305238b41dabSmrg
305338b41dabSmrg
305438b41dabSmrg
305538b41dabSmrg
305638b41dabSmrg
305738b41dabSmrg
305838b41dabSmrg
305938b41dabSmrg
306038b41dabSmrg
306138b41dabSmrg
306238b41dabSmrg
306338b41dabSmrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for root directory for font files" >&5
306438b41dabSmrgprintf %s "checking for root directory for font files... " >&6; }
306538b41dabSmrg
306638b41dabSmrg# Check whether --with-fontrootdir was given.
306738b41dabSmrgif test ${with_fontrootdir+y}
306838b41dabSmrgthen :
306938b41dabSmrg  withval=$with_fontrootdir; FONTROOTDIR="$withval"
307038b41dabSmrgfi
307138b41dabSmrg
307238b41dabSmrg	# if --with-fontrootdir not specified...
307338b41dabSmrg	if test "x${FONTROOTDIR}" = "x"; then
307438b41dabSmrg		FONTROOTDIR=`$PKG_CONFIG --variable=fontrootdir fontutil`
307538b41dabSmrg	fi
307638b41dabSmrg	# ...and if pkg-config didn't find fontdir in fontutil.pc...
307738b41dabSmrg	if test "x${FONTROOTDIR}" = "x"; then
307838b41dabSmrg		FONTROOTDIR="${datadir}/fonts/X11"
307938b41dabSmrg	fi
308038b41dabSmrg
308138b41dabSmrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${FONTROOTDIR}" >&5
308238b41dabSmrgprintf "%s\n" "${FONTROOTDIR}" >&6; }
308338b41dabSmrg
308438b41dabSmrg
308538b41dabSmrg
308638b41dabSmrg
308738b41dabSmrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for directory for cyrillic files" >&5
308838b41dabSmrgprintf %s "checking for directory for cyrillic files... " >&6; }
308938b41dabSmrg
309038b41dabSmrg# Check whether --with-fontdir was given.
309138b41dabSmrgif test ${with_fontdir+y}
309238b41dabSmrgthen :
309338b41dabSmrg  withval=$with_fontdir; FONTDIR="${withval}"
309438b41dabSmrgelse $as_nop
309538b41dabSmrg  FONTDIR='${FONTROOTDIR}/cyrillic'
309638b41dabSmrgfi
309738b41dabSmrg
309838b41dabSmrg
309938b41dabSmrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${FONTDIR}" >&5
310038b41dabSmrgprintf "%s\n" "${FONTDIR}" >&6; }
310138b41dabSmrg
310238b41dabSmrg
310338b41dabSmrg
310438b41dabSmrg
310538b41dabSmrg	# Extract the first word of "fc-cache", so it can be a program name with args.
310638b41dabSmrgset dummy fc-cache; ac_word=$2
310738b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
310838b41dabSmrgprintf %s "checking for $ac_word... " >&6; }
310938b41dabSmrgif test ${ac_cv_path_FCCACHE+y}
311038b41dabSmrgthen :
311138b41dabSmrg  printf %s "(cached) " >&6
311238b41dabSmrgelse $as_nop
311338b41dabSmrg  case $FCCACHE in
311438b41dabSmrg  [\\/]* | ?:[\\/]*)
311538b41dabSmrg  ac_cv_path_FCCACHE="$FCCACHE" # Let the user override the test with a path.
311638b41dabSmrg  ;;
311738b41dabSmrg  *)
311838b41dabSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
311938b41dabSmrgfor as_dir in $PATH
312038b41dabSmrgdo
312138b41dabSmrg  IFS=$as_save_IFS
312238b41dabSmrg  case $as_dir in #(((
312338b41dabSmrg    '') as_dir=./ ;;
312438b41dabSmrg    */) ;;
312538b41dabSmrg    *) as_dir=$as_dir/ ;;
312638b41dabSmrg  esac
312738b41dabSmrg    for ac_exec_ext in '' $ac_executable_extensions; do
312838b41dabSmrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
312938b41dabSmrg    ac_cv_path_FCCACHE="$as_dir$ac_word$ac_exec_ext"
313038b41dabSmrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
313138b41dabSmrg    break 2
313238b41dabSmrg  fi
313338b41dabSmrgdone
313438b41dabSmrg  done
313538b41dabSmrgIFS=$as_save_IFS
313638b41dabSmrg
313738b41dabSmrg  ;;
313838b41dabSmrgesac
313938b41dabSmrgfi
314038b41dabSmrgFCCACHE=$ac_cv_path_FCCACHE
314138b41dabSmrgif test -n "$FCCACHE"; then
314238b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FCCACHE" >&5
314338b41dabSmrgprintf "%s\n" "$FCCACHE" >&6; }
314438b41dabSmrgelse
314538b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
314638b41dabSmrgprintf "%s\n" "no" >&6; }
314738b41dabSmrgfi
314838b41dabSmrg
314938b41dabSmrg
315038b41dabSmrg	FCCACHE_WARN='echo "** Warning: fonts.cache not built" ; echo "** Generate this file manually on host system using fc-cache"'
315138b41dabSmrg	if test x"$FCCACHE" = x || test x"$cross_compiling" != x"no" ; then
315238b41dabSmrg		RUN_FCCACHE="${FCCACHE_WARN}"
315338b41dabSmrg	else
315438b41dabSmrg		RUN_FCCACHE='@(if test -z "$(DESTDIR)"; then echo $(FCCACHE) $(fontdir); $(FCCACHE) $(fontdir); else'
315538b41dabSmrg		RUN_FCCACHE="${RUN_FCCACHE} ${FCCACHE_WARN} ; fi)"
315638b41dabSmrg	fi
315738b41dabSmrg
315838b41dabSmrg
315938b41dabSmrg
316038b41dabSmrg	if test x"$cross_compiling" != x"no" ; then
316138b41dabSmrg		# Extract the first word of "mkfontdir", so it can be a program name with args.
316238b41dabSmrgset dummy mkfontdir; ac_word=$2
316338b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
316438b41dabSmrgprintf %s "checking for $ac_word... " >&6; }
316538b41dabSmrgif test ${ac_cv_path_MKFONTDIR+y}
316638b41dabSmrgthen :
316738b41dabSmrg  printf %s "(cached) " >&6
316838b41dabSmrgelse $as_nop
316938b41dabSmrg  case $MKFONTDIR in
317038b41dabSmrg  [\\/]* | ?:[\\/]*)
317138b41dabSmrg  ac_cv_path_MKFONTDIR="$MKFONTDIR" # Let the user override the test with a path.
317238b41dabSmrg  ;;
317338b41dabSmrg  *)
317438b41dabSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
317538b41dabSmrgfor as_dir in $PATH
317638b41dabSmrgdo
317738b41dabSmrg  IFS=$as_save_IFS
317838b41dabSmrg  case $as_dir in #(((
317938b41dabSmrg    '') as_dir=./ ;;
318038b41dabSmrg    */) ;;
318138b41dabSmrg    *) as_dir=$as_dir/ ;;
318238b41dabSmrg  esac
318338b41dabSmrg    for ac_exec_ext in '' $ac_executable_extensions; do
318438b41dabSmrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
318538b41dabSmrg    ac_cv_path_MKFONTDIR="$as_dir$ac_word$ac_exec_ext"
318638b41dabSmrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
318738b41dabSmrg    break 2
318838b41dabSmrg  fi
318938b41dabSmrgdone
319038b41dabSmrg  done
319138b41dabSmrgIFS=$as_save_IFS
319238b41dabSmrg
319338b41dabSmrg  test -z "$ac_cv_path_MKFONTDIR" && ac_cv_path_MKFONTDIR=""""
319438b41dabSmrg  ;;
319538b41dabSmrgesac
319638b41dabSmrgfi
319738b41dabSmrgMKFONTDIR=$ac_cv_path_MKFONTDIR
319838b41dabSmrgif test -n "$MKFONTDIR"; then
319938b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKFONTDIR" >&5
320038b41dabSmrgprintf "%s\n" "$MKFONTDIR" >&6; }
320138b41dabSmrgelse
320238b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
320338b41dabSmrgprintf "%s\n" "no" >&6; }
320438b41dabSmrgfi
320538b41dabSmrg
320638b41dabSmrg
320738b41dabSmrg		MKFONTDIR_WARN='echo "** Warning: mkfontdir not run" ; echo "** Run mkfontdir manually on host system"'
320838b41dabSmrg
320938b41dabSmrg		if test x"$MKFONTDIR" = x; then
321038b41dabSmrg			MKFONTDIR="${MKFONTDIR_WARN} ; echo '** mkfontdir'"
321138b41dabSmrg		fi
321238b41dabSmrg	else
321338b41dabSmrg
321438b41dabSmrg	# Extract the first word of "mkfontdir", so it can be a program name with args.
321538b41dabSmrgset dummy mkfontdir; ac_word=$2
321638b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
321738b41dabSmrgprintf %s "checking for $ac_word... " >&6; }
321838b41dabSmrgif test ${ac_cv_path_MKFONTDIR+y}
321938b41dabSmrgthen :
322038b41dabSmrg  printf %s "(cached) " >&6
322138b41dabSmrgelse $as_nop
322238b41dabSmrg  case $MKFONTDIR in
322338b41dabSmrg  [\\/]* | ?:[\\/]*)
322438b41dabSmrg  ac_cv_path_MKFONTDIR="$MKFONTDIR" # Let the user override the test with a path.
322538b41dabSmrg  ;;
322638b41dabSmrg  *)
322738b41dabSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
322838b41dabSmrgfor as_dir in $PATH
322938b41dabSmrgdo
323038b41dabSmrg  IFS=$as_save_IFS
323138b41dabSmrg  case $as_dir in #(((
323238b41dabSmrg    '') as_dir=./ ;;
323338b41dabSmrg    */) ;;
323438b41dabSmrg    *) as_dir=$as_dir/ ;;
323538b41dabSmrg  esac
323638b41dabSmrg    for ac_exec_ext in '' $ac_executable_extensions; do
323738b41dabSmrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
323838b41dabSmrg    ac_cv_path_MKFONTDIR="$as_dir$ac_word$ac_exec_ext"
323938b41dabSmrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
324038b41dabSmrg    break 2
324138b41dabSmrg  fi
324238b41dabSmrgdone
324338b41dabSmrg  done
324438b41dabSmrgIFS=$as_save_IFS
324538b41dabSmrg
324638b41dabSmrg  ;;
324738b41dabSmrgesac
324838b41dabSmrgfi
324938b41dabSmrgMKFONTDIR=$ac_cv_path_MKFONTDIR
325038b41dabSmrgif test -n "$MKFONTDIR"; then
325138b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKFONTDIR" >&5
325238b41dabSmrgprintf "%s\n" "$MKFONTDIR" >&6; }
325338b41dabSmrgelse
325438b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
325538b41dabSmrgprintf "%s\n" "no" >&6; }
325638b41dabSmrgfi
325738b41dabSmrg
325838b41dabSmrg
325938b41dabSmrg	if test x"$MKFONTDIR" = x; then
326038b41dabSmrg		as_fn_error $? "mkfontdir is required to build $PACKAGE_NAME." "$LINENO" 5
326138b41dabSmrg	fi
326238b41dabSmrg
326338b41dabSmrg	fi
326438b41dabSmrg
326538b41dabSmrg
326638b41dabSmrg
326738b41dabSmrg
326838b41dabSmrg
326938b41dabSmrg	# Extract the first word of "bdftopcf", so it can be a program name with args.
327038b41dabSmrgset dummy bdftopcf; ac_word=$2
327138b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
327238b41dabSmrgprintf %s "checking for $ac_word... " >&6; }
327338b41dabSmrgif test ${ac_cv_path_BDFTOPCF+y}
327438b41dabSmrgthen :
327538b41dabSmrg  printf %s "(cached) " >&6
327638b41dabSmrgelse $as_nop
327738b41dabSmrg  case $BDFTOPCF in
327838b41dabSmrg  [\\/]* | ?:[\\/]*)
327938b41dabSmrg  ac_cv_path_BDFTOPCF="$BDFTOPCF" # Let the user override the test with a path.
328038b41dabSmrg  ;;
328138b41dabSmrg  *)
328238b41dabSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
328338b41dabSmrgfor as_dir in $PATH
328438b41dabSmrgdo
328538b41dabSmrg  IFS=$as_save_IFS
328638b41dabSmrg  case $as_dir in #(((
328738b41dabSmrg    '') as_dir=./ ;;
328838b41dabSmrg    */) ;;
328938b41dabSmrg    *) as_dir=$as_dir/ ;;
329038b41dabSmrg  esac
329138b41dabSmrg    for ac_exec_ext in '' $ac_executable_extensions; do
329238b41dabSmrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
329338b41dabSmrg    ac_cv_path_BDFTOPCF="$as_dir$ac_word$ac_exec_ext"
329438b41dabSmrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
329538b41dabSmrg    break 2
329638b41dabSmrg  fi
329738b41dabSmrgdone
329838b41dabSmrg  done
329938b41dabSmrgIFS=$as_save_IFS
330038b41dabSmrg
330138b41dabSmrg  ;;
330238b41dabSmrgesac
330338b41dabSmrgfi
330438b41dabSmrgBDFTOPCF=$ac_cv_path_BDFTOPCF
330538b41dabSmrgif test -n "$BDFTOPCF"; then
330638b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $BDFTOPCF" >&5
330738b41dabSmrgprintf "%s\n" "$BDFTOPCF" >&6; }
330838b41dabSmrgelse
330938b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
331038b41dabSmrgprintf "%s\n" "no" >&6; }
331138b41dabSmrgfi
331238b41dabSmrg
331338b41dabSmrg
331438b41dabSmrg	if test x"$BDFTOPCF" = x; then
331538b41dabSmrg		as_fn_error $? "bdftopcf is required to build $PACKAGE_NAME." "$LINENO" 5
331638b41dabSmrg	fi
331738b41dabSmrg
331838b41dabSmrg
331938b41dabSmrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking font compression method" >&5
332038b41dabSmrgprintf %s "checking font compression method... " >&6; }
332138b41dabSmrg
332238b41dabSmrg# Check whether --with-compression was given.
332338b41dabSmrgif test ${with_compression+y}
332438b41dabSmrgthen :
332538b41dabSmrg  withval=$with_compression; compression="$withval"
332638b41dabSmrgelse $as_nop
332738b41dabSmrg  compression="yes"
332838b41dabSmrgfi
332938b41dabSmrg
333038b41dabSmrg	if test x"$compression" = "xyes" ; then
333138b41dabSmrg		compression="gzip"
333238b41dabSmrg	fi
333338b41dabSmrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${compression}" >&5
333438b41dabSmrgprintf "%s\n" "${compression}" >&6; }
333538b41dabSmrg	case ${compression} in
333638b41dabSmrg	 *compress)	COMPRESS_SUFFIX=".Z" ;;
333738b41dabSmrg	 *gzip)		COMPRESS_SUFFIX=".gz" ;
333838b41dabSmrg			COMPRESS_FLAGS="${COMPRESS_FLAGS--n}" ;;
333938b41dabSmrg	 *bzip2)	COMPRESS_SUFFIX=".bz2" ;;
334038b41dabSmrg	 no|none)	COMPRESS_SUFFIX="" ; COMPRESS="cat" ;;
334138b41dabSmrg	 *) as_fn_error $? "${compression} is not a supported compression method" "$LINENO" 5 ;;
334238b41dabSmrg	esac
334338b41dabSmrg	if test x"$COMPRESS_SUFFIX" != "x" ; then
334438b41dabSmrg
334538b41dabSmrg	# Extract the first word of "${compression}", so it can be a program name with args.
334638b41dabSmrgset dummy ${compression}; ac_word=$2
334738b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
334838b41dabSmrgprintf %s "checking for $ac_word... " >&6; }
334938b41dabSmrgif test ${ac_cv_path_COMPRESS+y}
335038b41dabSmrgthen :
335138b41dabSmrg  printf %s "(cached) " >&6
335238b41dabSmrgelse $as_nop
335338b41dabSmrg  case $COMPRESS in
335438b41dabSmrg  [\\/]* | ?:[\\/]*)
335538b41dabSmrg  ac_cv_path_COMPRESS="$COMPRESS" # Let the user override the test with a path.
335638b41dabSmrg  ;;
335738b41dabSmrg  *)
335838b41dabSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
335938b41dabSmrgfor as_dir in $PATH
336038b41dabSmrgdo
336138b41dabSmrg  IFS=$as_save_IFS
336238b41dabSmrg  case $as_dir in #(((
336338b41dabSmrg    '') as_dir=./ ;;
336438b41dabSmrg    */) ;;
336538b41dabSmrg    *) as_dir=$as_dir/ ;;
336638b41dabSmrg  esac
336738b41dabSmrg    for ac_exec_ext in '' $ac_executable_extensions; do
336838b41dabSmrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
336938b41dabSmrg    ac_cv_path_COMPRESS="$as_dir$ac_word$ac_exec_ext"
337038b41dabSmrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
337138b41dabSmrg    break 2
337238b41dabSmrg  fi
337338b41dabSmrgdone
337438b41dabSmrg  done
337538b41dabSmrgIFS=$as_save_IFS
337638b41dabSmrg
337738b41dabSmrg  ;;
337838b41dabSmrgesac
337938b41dabSmrgfi
338038b41dabSmrgCOMPRESS=$ac_cv_path_COMPRESS
338138b41dabSmrgif test -n "$COMPRESS"; then
338238b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $COMPRESS" >&5
338338b41dabSmrgprintf "%s\n" "$COMPRESS" >&6; }
338438b41dabSmrgelse
338538b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
338638b41dabSmrgprintf "%s\n" "no" >&6; }
338738b41dabSmrgfi
338838b41dabSmrg
338938b41dabSmrg
339038b41dabSmrg	if test x"$COMPRESS" = x; then
339138b41dabSmrg		as_fn_error $? "${compression} is required to build $PACKAGE_NAME." "$LINENO" 5
339238b41dabSmrg	fi
339338b41dabSmrg
339438b41dabSmrg	fi
339538b41dabSmrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking options to font compression command" >&5
339638b41dabSmrgprintf %s "checking options to font compression command... " >&6; }
339738b41dabSmrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${COMPRESS_FLAGS:-none}" >&5
339838b41dabSmrgprintf "%s\n" "${COMPRESS_FLAGS:-none}" >&6; }
339938b41dabSmrg
340038b41dabSmrg
340138b41dabSmrg
340238b41dabSmrg
340338b41dabSmrg
340438b41dabSmrgac_config_files="$ac_config_files Makefile"
340538b41dabSmrg
340638b41dabSmrgcat >confcache <<\_ACEOF
340738b41dabSmrg# This file is a shell script that caches the results of configure
340838b41dabSmrg# tests run on this system so they can be shared between configure
340938b41dabSmrg# scripts and configure runs, see configure's option --config-cache.
341038b41dabSmrg# It is not useful on other systems.  If it contains results you don't
341138b41dabSmrg# want to keep, you may remove or edit it.
341238b41dabSmrg#
341338b41dabSmrg# config.status only pays attention to the cache file if you give it
341438b41dabSmrg# the --recheck option to rerun configure.
341538b41dabSmrg#
341638b41dabSmrg# `ac_cv_env_foo' variables (set or unset) will be overridden when
341738b41dabSmrg# loading this file, other *unset* `ac_cv_foo' will be assigned the
341838b41dabSmrg# following values.
341938b41dabSmrg
342038b41dabSmrg_ACEOF
342138b41dabSmrg
342238b41dabSmrg# The following way of writing the cache mishandles newlines in values,
342338b41dabSmrg# but we know of no workaround that is simple, portable, and efficient.
342438b41dabSmrg# So, we kill variables containing newlines.
342538b41dabSmrg# Ultrix sh set writes to stderr and can't be redirected directly,
342638b41dabSmrg# and sets the high bit in the cache file unless we assign to the vars.
342738b41dabSmrg(
342838b41dabSmrg  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
342938b41dabSmrg    eval ac_val=\$$ac_var
343038b41dabSmrg    case $ac_val in #(
343138b41dabSmrg    *${as_nl}*)
343238b41dabSmrg      case $ac_var in #(
343338b41dabSmrg      *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
343438b41dabSmrgprintf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
343538b41dabSmrg      esac
343638b41dabSmrg      case $ac_var in #(
343738b41dabSmrg      _ | IFS | as_nl) ;; #(
343838b41dabSmrg      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
343938b41dabSmrg      *) { eval $ac_var=; unset $ac_var;} ;;
344038b41dabSmrg      esac ;;
344138b41dabSmrg    esac
344238b41dabSmrg  done
344338b41dabSmrg
344438b41dabSmrg  (set) 2>&1 |
344538b41dabSmrg    case $as_nl`(ac_space=' '; set) 2>&1` in #(
344638b41dabSmrg    *${as_nl}ac_space=\ *)
344738b41dabSmrg      # `set' does not quote correctly, so add quotes: double-quote
344838b41dabSmrg      # substitution turns \\\\ into \\, and sed turns \\ into \.
344938b41dabSmrg      sed -n \
345038b41dabSmrg	"s/'/'\\\\''/g;
345138b41dabSmrg	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
345238b41dabSmrg      ;; #(
345338b41dabSmrg    *)
345438b41dabSmrg      # `set' quotes correctly as required by POSIX, so do not add quotes.
345538b41dabSmrg      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
345638b41dabSmrg      ;;
345738b41dabSmrg    esac |
345838b41dabSmrg    sort
345938b41dabSmrg) |
346038b41dabSmrg  sed '
346138b41dabSmrg     /^ac_cv_env_/b end
346238b41dabSmrg     t clear
346338b41dabSmrg     :clear
346438b41dabSmrg     s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/
346538b41dabSmrg     t end
346638b41dabSmrg     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
346738b41dabSmrg     :end' >>confcache
346838b41dabSmrgif diff "$cache_file" confcache >/dev/null 2>&1; then :; else
346938b41dabSmrg  if test -w "$cache_file"; then
347038b41dabSmrg    if test "x$cache_file" != "x/dev/null"; then
347138b41dabSmrg      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
347238b41dabSmrgprintf "%s\n" "$as_me: updating cache $cache_file" >&6;}
347338b41dabSmrg      if test ! -f "$cache_file" || test -h "$cache_file"; then
347438b41dabSmrg	cat confcache >"$cache_file"
347538b41dabSmrg      else
347638b41dabSmrg        case $cache_file in #(
347738b41dabSmrg        */* | ?:*)
347838b41dabSmrg	  mv -f confcache "$cache_file"$$ &&
347938b41dabSmrg	  mv -f "$cache_file"$$ "$cache_file" ;; #(
348038b41dabSmrg        *)
348138b41dabSmrg	  mv -f confcache "$cache_file" ;;
348238b41dabSmrg	esac
348338b41dabSmrg      fi
348438b41dabSmrg    fi
348538b41dabSmrg  else
348638b41dabSmrg    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
348738b41dabSmrgprintf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}
348838b41dabSmrg  fi
348938b41dabSmrgfi
349038b41dabSmrgrm -f confcache
349138b41dabSmrg
349238b41dabSmrgtest "x$prefix" = xNONE && prefix=$ac_default_prefix
349338b41dabSmrg# Let make expand exec_prefix.
349438b41dabSmrgtest "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
349538b41dabSmrg
349638b41dabSmrg# Transform confdefs.h into DEFS.
349738b41dabSmrg# Protect against shell expansion while executing Makefile rules.
349838b41dabSmrg# Protect against Makefile macro expansion.
349938b41dabSmrg#
350038b41dabSmrg# If the first sed substitution is executed (which looks for macros that
350138b41dabSmrg# take arguments), then branch to the quote section.  Otherwise,
350238b41dabSmrg# look for a macro that doesn't take arguments.
350338b41dabSmrgac_script='
350438b41dabSmrg:mline
350538b41dabSmrg/\\$/{
350638b41dabSmrg N
350738b41dabSmrg s,\\\n,,
350838b41dabSmrg b mline
350938b41dabSmrg}
351038b41dabSmrgt clear
351138b41dabSmrg:clear
351238b41dabSmrgs/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
351338b41dabSmrgt quote
351438b41dabSmrgs/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
351538b41dabSmrgt quote
351638b41dabSmrgb any
351738b41dabSmrg:quote
351838b41dabSmrgs/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
351938b41dabSmrgs/\[/\\&/g
352038b41dabSmrgs/\]/\\&/g
352138b41dabSmrgs/\$/$$/g
352238b41dabSmrgH
352338b41dabSmrg:any
352438b41dabSmrg${
352538b41dabSmrg	g
352638b41dabSmrg	s/^\n//
352738b41dabSmrg	s/\n/ /g
352838b41dabSmrg	p
352938b41dabSmrg}
353038b41dabSmrg'
353138b41dabSmrgDEFS=`sed -n "$ac_script" confdefs.h`
353238b41dabSmrg
353338b41dabSmrg
353438b41dabSmrgac_libobjs=
353538b41dabSmrgac_ltlibobjs=
353638b41dabSmrgU=
353738b41dabSmrgfor ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
353838b41dabSmrg  # 1. Remove the extension, and $U if already installed.
353938b41dabSmrg  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
354038b41dabSmrg  ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"`
354138b41dabSmrg  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
354238b41dabSmrg  #    will be set to the directory where LIBOBJS objects are built.
354338b41dabSmrg  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
354438b41dabSmrg  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
354538b41dabSmrgdone
354638b41dabSmrgLIBOBJS=$ac_libobjs
354738b41dabSmrg
354838b41dabSmrgLTLIBOBJS=$ac_ltlibobjs
354938b41dabSmrg
355038b41dabSmrg
355138b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
355238b41dabSmrgprintf %s "checking that generated files are newer than configure... " >&6; }
355338b41dabSmrg   if test -n "$am_sleep_pid"; then
355438b41dabSmrg     # Hide warnings about reused PIDs.
355538b41dabSmrg     wait $am_sleep_pid 2>/dev/null
355638b41dabSmrg   fi
355738b41dabSmrg   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5
355838b41dabSmrgprintf "%s\n" "done" >&6; }
355938b41dabSmrg
356038b41dabSmrg
356138b41dabSmrg: "${CONFIG_STATUS=./config.status}"
356238b41dabSmrgac_write_fail=0
356338b41dabSmrgac_clean_files_save=$ac_clean_files
356438b41dabSmrgac_clean_files="$ac_clean_files $CONFIG_STATUS"
356538b41dabSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
356638b41dabSmrgprintf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;}
356738b41dabSmrgas_write_fail=0
356838b41dabSmrgcat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
356938b41dabSmrg#! $SHELL
357038b41dabSmrg# Generated by $as_me.
357138b41dabSmrg# Run this file to recreate the current configuration.
357238b41dabSmrg# Compiler output produced by configure, useful for debugging
357338b41dabSmrg# configure, is in config.log if it exists.
357438b41dabSmrg
357538b41dabSmrgdebug=false
357638b41dabSmrgac_cs_recheck=false
357738b41dabSmrgac_cs_silent=false
357838b41dabSmrg
357938b41dabSmrgSHELL=\${CONFIG_SHELL-$SHELL}
358038b41dabSmrgexport SHELL
358138b41dabSmrg_ASEOF
358238b41dabSmrgcat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
358338b41dabSmrg## -------------------- ##
358438b41dabSmrg## M4sh Initialization. ##
358538b41dabSmrg## -------------------- ##
358638b41dabSmrg
358738b41dabSmrg# Be more Bourne compatible
358838b41dabSmrgDUALCASE=1; export DUALCASE # for MKS sh
358938b41dabSmrgas_nop=:
359038b41dabSmrgif test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
359138b41dabSmrgthen :
359238b41dabSmrg  emulate sh
359338b41dabSmrg  NULLCMD=:
359438b41dabSmrg  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
359538b41dabSmrg  # is contrary to our usage.  Disable this feature.
359638b41dabSmrg  alias -g '${1+"$@"}'='"$@"'
359738b41dabSmrg  setopt NO_GLOB_SUBST
359838b41dabSmrgelse $as_nop
359938b41dabSmrg  case `(set -o) 2>/dev/null` in #(
360038b41dabSmrg  *posix*) :
360138b41dabSmrg    set -o posix ;; #(
360238b41dabSmrg  *) :
360338b41dabSmrg     ;;
360438b41dabSmrgesac
360538b41dabSmrgfi
360638b41dabSmrg
360738b41dabSmrg
360838b41dabSmrg
360938b41dabSmrg# Reset variables that may have inherited troublesome values from
361038b41dabSmrg# the environment.
361138b41dabSmrg
361238b41dabSmrg# IFS needs to be set, to space, tab, and newline, in precisely that order.
361338b41dabSmrg# (If _AS_PATH_WALK were called with IFS unset, it would have the
361438b41dabSmrg# side effect of setting IFS to empty, thus disabling word splitting.)
361538b41dabSmrg# Quoting is to prevent editors from complaining about space-tab.
361638b41dabSmrgas_nl='
361738b41dabSmrg'
361838b41dabSmrgexport as_nl
361938b41dabSmrgIFS=" ""	$as_nl"
362038b41dabSmrg
362138b41dabSmrgPS1='$ '
362238b41dabSmrgPS2='> '
362338b41dabSmrgPS4='+ '
362438b41dabSmrg
362538b41dabSmrg# Ensure predictable behavior from utilities with locale-dependent output.
362638b41dabSmrgLC_ALL=C
362738b41dabSmrgexport LC_ALL
362838b41dabSmrgLANGUAGE=C
362938b41dabSmrgexport LANGUAGE
363038b41dabSmrg
363138b41dabSmrg# We cannot yet rely on "unset" to work, but we need these variables
363238b41dabSmrg# to be unset--not just set to an empty or harmless value--now, to
363338b41dabSmrg# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh).  This construct
363438b41dabSmrg# also avoids known problems related to "unset" and subshell syntax
363538b41dabSmrg# in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
363638b41dabSmrgfor as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
363738b41dabSmrgdo eval test \${$as_var+y} \
363838b41dabSmrg  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
363938b41dabSmrgdone
364038b41dabSmrg
364138b41dabSmrg# Ensure that fds 0, 1, and 2 are open.
364238b41dabSmrgif (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
364338b41dabSmrgif (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
364438b41dabSmrgif (exec 3>&2)            ; then :; else exec 2>/dev/null; fi
364538b41dabSmrg
364638b41dabSmrg# The user is always right.
364738b41dabSmrgif ${PATH_SEPARATOR+false} :; then
364838b41dabSmrg  PATH_SEPARATOR=:
364938b41dabSmrg  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
365038b41dabSmrg    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
365138b41dabSmrg      PATH_SEPARATOR=';'
365238b41dabSmrg  }
365338b41dabSmrgfi
365438b41dabSmrg
365538b41dabSmrg
365638b41dabSmrg# Find who we are.  Look in the path if we contain no directory separator.
365738b41dabSmrgas_myself=
365838b41dabSmrgcase $0 in #((
365938b41dabSmrg  *[\\/]* ) as_myself=$0 ;;
366038b41dabSmrg  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
366138b41dabSmrgfor as_dir in $PATH
366238b41dabSmrgdo
366338b41dabSmrg  IFS=$as_save_IFS
366438b41dabSmrg  case $as_dir in #(((
366538b41dabSmrg    '') as_dir=./ ;;
366638b41dabSmrg    */) ;;
366738b41dabSmrg    *) as_dir=$as_dir/ ;;
366838b41dabSmrg  esac
366938b41dabSmrg    test -r "$as_dir$0" && as_myself=$as_dir$0 && break
367038b41dabSmrg  done
367138b41dabSmrgIFS=$as_save_IFS
367238b41dabSmrg
367338b41dabSmrg     ;;
367438b41dabSmrgesac
367538b41dabSmrg# We did not find ourselves, most probably we were run as `sh COMMAND'
367638b41dabSmrg# in which case we are not to be found in the path.
367738b41dabSmrgif test "x$as_myself" = x; then
367838b41dabSmrg  as_myself=$0
367938b41dabSmrgfi
368038b41dabSmrgif test ! -f "$as_myself"; then
368138b41dabSmrg  printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
368238b41dabSmrg  exit 1
368338b41dabSmrgfi
368438b41dabSmrg
368538b41dabSmrg
368638b41dabSmrg
368738b41dabSmrg# as_fn_error STATUS ERROR [LINENO LOG_FD]
368838b41dabSmrg# ----------------------------------------
368938b41dabSmrg# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
369038b41dabSmrg# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369138b41dabSmrg# script with STATUS, using 1 if that was 0.
369238b41dabSmrgas_fn_error ()
369338b41dabSmrg{
369438b41dabSmrg  as_status=$1; test $as_status -eq 0 && as_status=1
369538b41dabSmrg  if test "$4"; then
369638b41dabSmrg    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
369738b41dabSmrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
369838b41dabSmrg  fi
369938b41dabSmrg  printf "%s\n" "$as_me: error: $2" >&2
370038b41dabSmrg  as_fn_exit $as_status
370138b41dabSmrg} # as_fn_error
370238b41dabSmrg
370338b41dabSmrg
370438b41dabSmrg
370538b41dabSmrg# as_fn_set_status STATUS
370638b41dabSmrg# -----------------------
370738b41dabSmrg# Set $? to STATUS, without forking.
370838b41dabSmrgas_fn_set_status ()
370938b41dabSmrg{
371038b41dabSmrg  return $1
371138b41dabSmrg} # as_fn_set_status
371238b41dabSmrg
371338b41dabSmrg# as_fn_exit STATUS
371438b41dabSmrg# -----------------
371538b41dabSmrg# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
371638b41dabSmrgas_fn_exit ()
371738b41dabSmrg{
371838b41dabSmrg  set +e
371938b41dabSmrg  as_fn_set_status $1
372038b41dabSmrg  exit $1
372138b41dabSmrg} # as_fn_exit
372238b41dabSmrg
372338b41dabSmrg# as_fn_unset VAR
372438b41dabSmrg# ---------------
372538b41dabSmrg# Portably unset VAR.
372638b41dabSmrgas_fn_unset ()
372738b41dabSmrg{
372838b41dabSmrg  { eval $1=; unset $1;}
372938b41dabSmrg}
373038b41dabSmrgas_unset=as_fn_unset
373138b41dabSmrg
373238b41dabSmrg# as_fn_append VAR VALUE
373338b41dabSmrg# ----------------------
373438b41dabSmrg# Append the text in VALUE to the end of the definition contained in VAR. Take
373538b41dabSmrg# advantage of any shell optimizations that allow amortized linear growth over
373638b41dabSmrg# repeated appends, instead of the typical quadratic growth present in naive
373738b41dabSmrg# implementations.
373838b41dabSmrgif (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
373938b41dabSmrgthen :
374038b41dabSmrg  eval 'as_fn_append ()
374138b41dabSmrg  {
374238b41dabSmrg    eval $1+=\$2
374338b41dabSmrg  }'
374438b41dabSmrgelse $as_nop
374538b41dabSmrg  as_fn_append ()
374638b41dabSmrg  {
374738b41dabSmrg    eval $1=\$$1\$2
374838b41dabSmrg  }
374938b41dabSmrgfi # as_fn_append
375038b41dabSmrg
375138b41dabSmrg# as_fn_arith ARG...
375238b41dabSmrg# ------------------
375338b41dabSmrg# Perform arithmetic evaluation on the ARGs, and store the result in the
375438b41dabSmrg# global $as_val. Take advantage of shells that can avoid forks. The arguments
375538b41dabSmrg# must be portable across $(()) and expr.
375638b41dabSmrgif (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
375738b41dabSmrgthen :
375838b41dabSmrg  eval 'as_fn_arith ()
375938b41dabSmrg  {
376038b41dabSmrg    as_val=$(( $* ))
376138b41dabSmrg  }'
376238b41dabSmrgelse $as_nop
376338b41dabSmrg  as_fn_arith ()
376438b41dabSmrg  {
376538b41dabSmrg    as_val=`expr "$@" || test $? -eq 1`
376638b41dabSmrg  }
376738b41dabSmrgfi # as_fn_arith
376838b41dabSmrg
376938b41dabSmrg
377038b41dabSmrgif expr a : '\(a\)' >/dev/null 2>&1 &&
377138b41dabSmrg   test "X`expr 00001 : '.*\(...\)'`" = X001; then
377238b41dabSmrg  as_expr=expr
377338b41dabSmrgelse
377438b41dabSmrg  as_expr=false
377538b41dabSmrgfi
377638b41dabSmrg
377738b41dabSmrgif (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
377838b41dabSmrg  as_basename=basename
377938b41dabSmrgelse
378038b41dabSmrg  as_basename=false
378138b41dabSmrgfi
378238b41dabSmrg
378338b41dabSmrgif (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
378438b41dabSmrg  as_dirname=dirname
378538b41dabSmrgelse
378638b41dabSmrg  as_dirname=false
378738b41dabSmrgfi
378838b41dabSmrg
378938b41dabSmrgas_me=`$as_basename -- "$0" ||
379038b41dabSmrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
379138b41dabSmrg	 X"$0" : 'X\(//\)$' \| \
379238b41dabSmrg	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
379338b41dabSmrgprintf "%s\n" X/"$0" |
379438b41dabSmrg    sed '/^.*\/\([^/][^/]*\)\/*$/{
379538b41dabSmrg	    s//\1/
379638b41dabSmrg	    q
379738b41dabSmrg	  }
379838b41dabSmrg	  /^X\/\(\/\/\)$/{
379938b41dabSmrg	    s//\1/
380038b41dabSmrg	    q
380138b41dabSmrg	  }
380238b41dabSmrg	  /^X\/\(\/\).*/{
380338b41dabSmrg	    s//\1/
380438b41dabSmrg	    q
380538b41dabSmrg	  }
380638b41dabSmrg	  s/.*/./; q'`
380738b41dabSmrg
380838b41dabSmrg# Avoid depending upon Character Ranges.
380938b41dabSmrgas_cr_letters='abcdefghijklmnopqrstuvwxyz'
381038b41dabSmrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
381138b41dabSmrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS
381238b41dabSmrgas_cr_digits='0123456789'
381338b41dabSmrgas_cr_alnum=$as_cr_Letters$as_cr_digits
381438b41dabSmrg
381538b41dabSmrg
381638b41dabSmrg# Determine whether it's possible to make 'echo' print without a newline.
381738b41dabSmrg# These variables are no longer used directly by Autoconf, but are AC_SUBSTed
381838b41dabSmrg# for compatibility with existing Makefiles.
381938b41dabSmrgECHO_C= ECHO_N= ECHO_T=
382038b41dabSmrgcase `echo -n x` in #(((((
382138b41dabSmrg-n*)
382238b41dabSmrg  case `echo 'xy\c'` in
382338b41dabSmrg  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
382438b41dabSmrg  xy)  ECHO_C='\c';;
382538b41dabSmrg  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
382638b41dabSmrg       ECHO_T='	';;
382738b41dabSmrg  esac;;
382838b41dabSmrg*)
382938b41dabSmrg  ECHO_N='-n';;
383038b41dabSmrgesac
383138b41dabSmrg
383238b41dabSmrg# For backward compatibility with old third-party macros, we provide
383338b41dabSmrg# the shell variables $as_echo and $as_echo_n.  New code should use
383438b41dabSmrg# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
383538b41dabSmrgas_echo='printf %s\n'
383638b41dabSmrgas_echo_n='printf %s'
383738b41dabSmrg
383838b41dabSmrgrm -f conf$$ conf$$.exe conf$$.file
383938b41dabSmrgif test -d conf$$.dir; then
384038b41dabSmrg  rm -f conf$$.dir/conf$$.file
384138b41dabSmrgelse
384238b41dabSmrg  rm -f conf$$.dir
384338b41dabSmrg  mkdir conf$$.dir 2>/dev/null
384438b41dabSmrgfi
384538b41dabSmrgif (echo >conf$$.file) 2>/dev/null; then
384638b41dabSmrg  if ln -s conf$$.file conf$$ 2>/dev/null; then
384738b41dabSmrg    as_ln_s='ln -s'
384838b41dabSmrg    # ... but there are two gotchas:
384938b41dabSmrg    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
385038b41dabSmrg    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
385138b41dabSmrg    # In both cases, we have to default to `cp -pR'.
385238b41dabSmrg    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
385338b41dabSmrg      as_ln_s='cp -pR'
385438b41dabSmrg  elif ln conf$$.file conf$$ 2>/dev/null; then
385538b41dabSmrg    as_ln_s=ln
385638b41dabSmrg  else
385738b41dabSmrg    as_ln_s='cp -pR'
385838b41dabSmrg  fi
385938b41dabSmrgelse
386038b41dabSmrg  as_ln_s='cp -pR'
386138b41dabSmrgfi
386238b41dabSmrgrm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
386338b41dabSmrgrmdir conf$$.dir 2>/dev/null
386438b41dabSmrg
386538b41dabSmrg
386638b41dabSmrg# as_fn_mkdir_p
386738b41dabSmrg# -------------
386838b41dabSmrg# Create "$as_dir" as a directory, including parents if necessary.
386938b41dabSmrgas_fn_mkdir_p ()
387038b41dabSmrg{
387138b41dabSmrg
387238b41dabSmrg  case $as_dir in #(
387338b41dabSmrg  -*) as_dir=./$as_dir;;
387438b41dabSmrg  esac
387538b41dabSmrg  test -d "$as_dir" || eval $as_mkdir_p || {
387638b41dabSmrg    as_dirs=
387738b41dabSmrg    while :; do
387838b41dabSmrg      case $as_dir in #(
387938b41dabSmrg      *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
388038b41dabSmrg      *) as_qdir=$as_dir;;
388138b41dabSmrg      esac
388238b41dabSmrg      as_dirs="'$as_qdir' $as_dirs"
388338b41dabSmrg      as_dir=`$as_dirname -- "$as_dir" ||
388438b41dabSmrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
388538b41dabSmrg	 X"$as_dir" : 'X\(//\)[^/]' \| \
388638b41dabSmrg	 X"$as_dir" : 'X\(//\)$' \| \
388738b41dabSmrg	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
388838b41dabSmrgprintf "%s\n" X"$as_dir" |
388938b41dabSmrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
389038b41dabSmrg	    s//\1/
389138b41dabSmrg	    q
389238b41dabSmrg	  }
389338b41dabSmrg	  /^X\(\/\/\)[^/].*/{
389438b41dabSmrg	    s//\1/
389538b41dabSmrg	    q
389638b41dabSmrg	  }
389738b41dabSmrg	  /^X\(\/\/\)$/{
389838b41dabSmrg	    s//\1/
389938b41dabSmrg	    q
390038b41dabSmrg	  }
390138b41dabSmrg	  /^X\(\/\).*/{
390238b41dabSmrg	    s//\1/
390338b41dabSmrg	    q
390438b41dabSmrg	  }
390538b41dabSmrg	  s/.*/./; q'`
390638b41dabSmrg      test -d "$as_dir" && break
390738b41dabSmrg    done
390838b41dabSmrg    test -z "$as_dirs" || eval "mkdir $as_dirs"
390938b41dabSmrg  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
391038b41dabSmrg
391138b41dabSmrg
391238b41dabSmrg} # as_fn_mkdir_p
391338b41dabSmrgif mkdir -p . 2>/dev/null; then
391438b41dabSmrg  as_mkdir_p='mkdir -p "$as_dir"'
391538b41dabSmrgelse
391638b41dabSmrg  test -d ./-p && rmdir ./-p
391738b41dabSmrg  as_mkdir_p=false
391838b41dabSmrgfi
391938b41dabSmrg
392038b41dabSmrg
392138b41dabSmrg# as_fn_executable_p FILE
392238b41dabSmrg# -----------------------
392338b41dabSmrg# Test if FILE is an executable regular file.
392438b41dabSmrgas_fn_executable_p ()
392538b41dabSmrg{
392638b41dabSmrg  test -f "$1" && test -x "$1"
392738b41dabSmrg} # as_fn_executable_p
392838b41dabSmrgas_test_x='test -x'
392938b41dabSmrgas_executable_p=as_fn_executable_p
393038b41dabSmrg
393138b41dabSmrg# Sed expression to map a string onto a valid CPP name.
393238b41dabSmrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
393338b41dabSmrg
393438b41dabSmrg# Sed expression to map a string onto a valid variable name.
393538b41dabSmrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
393638b41dabSmrg
393738b41dabSmrg
393838b41dabSmrgexec 6>&1
393938b41dabSmrg## ----------------------------------- ##
394038b41dabSmrg## Main body of $CONFIG_STATUS script. ##
394138b41dabSmrg## ----------------------------------- ##
394238b41dabSmrg_ASEOF
394338b41dabSmrgtest $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
394438b41dabSmrg
394538b41dabSmrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
394638b41dabSmrg# Save the log message, to keep $0 and so on meaningful, and to
394738b41dabSmrg# report actual input values of CONFIG_FILES etc. instead of their
394838b41dabSmrg# values after options handling.
394938b41dabSmrgac_log="
395038b41dabSmrgThis file was extended by font-winitzki-cyrillic $as_me 1.0.4, which was
395138b41dabSmrggenerated by GNU Autoconf 2.71.  Invocation command line was
395238b41dabSmrg
395338b41dabSmrg  CONFIG_FILES    = $CONFIG_FILES
395438b41dabSmrg  CONFIG_HEADERS  = $CONFIG_HEADERS
395538b41dabSmrg  CONFIG_LINKS    = $CONFIG_LINKS
395638b41dabSmrg  CONFIG_COMMANDS = $CONFIG_COMMANDS
395738b41dabSmrg  $ $0 $@
395838b41dabSmrg
395938b41dabSmrgon `(hostname || uname -n) 2>/dev/null | sed 1q`
396038b41dabSmrg"
396138b41dabSmrg
396238b41dabSmrg_ACEOF
396338b41dabSmrg
396438b41dabSmrgcase $ac_config_files in *"
396538b41dabSmrg"*) set x $ac_config_files; shift; ac_config_files=$*;;
396638b41dabSmrgesac
396738b41dabSmrg
396838b41dabSmrg
396938b41dabSmrg
397038b41dabSmrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
397138b41dabSmrg# Files that config.status was made for.
397238b41dabSmrgconfig_files="$ac_config_files"
397338b41dabSmrg
397438b41dabSmrg_ACEOF
397538b41dabSmrg
397638b41dabSmrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
397738b41dabSmrgac_cs_usage="\
397838b41dabSmrg\`$as_me' instantiates files and other configuration actions
397938b41dabSmrgfrom templates according to the current configuration.  Unless the files
398038b41dabSmrgand actions are specified as TAGs, all are instantiated by default.
398138b41dabSmrg
398238b41dabSmrgUsage: $0 [OPTION]... [TAG]...
398338b41dabSmrg
398438b41dabSmrg  -h, --help       print this help, then exit
398538b41dabSmrg  -V, --version    print version number and configuration settings, then exit
398638b41dabSmrg      --config     print configuration, then exit
398738b41dabSmrg  -q, --quiet, --silent
398838b41dabSmrg                   do not print progress messages
398938b41dabSmrg  -d, --debug      don't remove temporary files
399038b41dabSmrg      --recheck    update $as_me by reconfiguring in the same conditions
399138b41dabSmrg      --file=FILE[:TEMPLATE]
399238b41dabSmrg                   instantiate the configuration file FILE
399338b41dabSmrg
399438b41dabSmrgConfiguration files:
399538b41dabSmrg$config_files
399638b41dabSmrg
399738b41dabSmrgReport bugs to <https://gitlab.freedesktop.org/xorg/font/winitzki-cyrillic/-/issues>."
399838b41dabSmrg
399938b41dabSmrg_ACEOF
400038b41dabSmrgac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`
400138b41dabSmrgac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"`
400238b41dabSmrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
400338b41dabSmrgac_cs_config='$ac_cs_config_escaped'
400438b41dabSmrgac_cs_version="\\
400538b41dabSmrgfont-winitzki-cyrillic config.status 1.0.4
400638b41dabSmrgconfigured by $0, generated by GNU Autoconf 2.71,
400738b41dabSmrg  with options \\"\$ac_cs_config\\"
400838b41dabSmrg
400938b41dabSmrgCopyright (C) 2021 Free Software Foundation, Inc.
401038b41dabSmrgThis config.status script is free software; the Free Software Foundation
401138b41dabSmrggives unlimited permission to copy, distribute and modify it."
401238b41dabSmrg
401338b41dabSmrgac_pwd='$ac_pwd'
401438b41dabSmrgsrcdir='$srcdir'
401538b41dabSmrgINSTALL='$INSTALL'
401638b41dabSmrgMKDIR_P='$MKDIR_P'
401738b41dabSmrgAWK='$AWK'
401838b41dabSmrgtest -n "\$AWK" || AWK=awk
401938b41dabSmrg_ACEOF
402038b41dabSmrg
402138b41dabSmrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
402238b41dabSmrg# The default lists apply if the user does not specify any file.
402338b41dabSmrgac_need_defaults=:
402438b41dabSmrgwhile test $# != 0
402538b41dabSmrgdo
402638b41dabSmrg  case $1 in
402738b41dabSmrg  --*=?*)
402838b41dabSmrg    ac_option=`expr "X$1" : 'X\([^=]*\)='`
402938b41dabSmrg    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
403038b41dabSmrg    ac_shift=:
403138b41dabSmrg    ;;
403238b41dabSmrg  --*=)
403338b41dabSmrg    ac_option=`expr "X$1" : 'X\([^=]*\)='`
403438b41dabSmrg    ac_optarg=
403538b41dabSmrg    ac_shift=:
403638b41dabSmrg    ;;
403738b41dabSmrg  *)
403838b41dabSmrg    ac_option=$1
403938b41dabSmrg    ac_optarg=$2
404038b41dabSmrg    ac_shift=shift
404138b41dabSmrg    ;;
404238b41dabSmrg  esac
404338b41dabSmrg
404438b41dabSmrg  case $ac_option in
404538b41dabSmrg  # Handling of the options.
404638b41dabSmrg  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
404738b41dabSmrg    ac_cs_recheck=: ;;
404838b41dabSmrg  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
404938b41dabSmrg    printf "%s\n" "$ac_cs_version"; exit ;;
405038b41dabSmrg  --config | --confi | --conf | --con | --co | --c )
405138b41dabSmrg    printf "%s\n" "$ac_cs_config"; exit ;;
405238b41dabSmrg  --debug | --debu | --deb | --de | --d | -d )
405338b41dabSmrg    debug=: ;;
405438b41dabSmrg  --file | --fil | --fi | --f )
405538b41dabSmrg    $ac_shift
405638b41dabSmrg    case $ac_optarg in
405738b41dabSmrg    *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
405838b41dabSmrg    '') as_fn_error $? "missing file argument" ;;
405938b41dabSmrg    esac
406038b41dabSmrg    as_fn_append CONFIG_FILES " '$ac_optarg'"
406138b41dabSmrg    ac_need_defaults=false;;
406238b41dabSmrg  --he | --h |  --help | --hel | -h )
406338b41dabSmrg    printf "%s\n" "$ac_cs_usage"; exit ;;
406438b41dabSmrg  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
406538b41dabSmrg  | -silent | --silent | --silen | --sile | --sil | --si | --s)
406638b41dabSmrg    ac_cs_silent=: ;;
406738b41dabSmrg
406838b41dabSmrg  # This is an error.
406938b41dabSmrg  -*) as_fn_error $? "unrecognized option: \`$1'
407038b41dabSmrgTry \`$0 --help' for more information." ;;
407138b41dabSmrg
407238b41dabSmrg  *) as_fn_append ac_config_targets " $1"
407338b41dabSmrg     ac_need_defaults=false ;;
407438b41dabSmrg
407538b41dabSmrg  esac
407638b41dabSmrg  shift
407738b41dabSmrgdone
407838b41dabSmrg
407938b41dabSmrgac_configure_extra_args=
408038b41dabSmrg
408138b41dabSmrgif $ac_cs_silent; then
408238b41dabSmrg  exec 6>/dev/null
408338b41dabSmrg  ac_configure_extra_args="$ac_configure_extra_args --silent"
408438b41dabSmrgfi
408538b41dabSmrg
408638b41dabSmrg_ACEOF
408738b41dabSmrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
408838b41dabSmrgif \$ac_cs_recheck; then
408938b41dabSmrg  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
409038b41dabSmrg  shift
409138b41dabSmrg  \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6
409238b41dabSmrg  CONFIG_SHELL='$SHELL'
409338b41dabSmrg  export CONFIG_SHELL
409438b41dabSmrg  exec "\$@"
409538b41dabSmrgfi
409638b41dabSmrg
409738b41dabSmrg_ACEOF
409838b41dabSmrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
409938b41dabSmrgexec 5>>config.log
410038b41dabSmrg{
410138b41dabSmrg  echo
410238b41dabSmrg  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
410338b41dabSmrg## Running $as_me. ##
410438b41dabSmrg_ASBOX
410538b41dabSmrg  printf "%s\n" "$ac_log"
410638b41dabSmrg} >&5
410738b41dabSmrg
410838b41dabSmrg_ACEOF
410938b41dabSmrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
411038b41dabSmrg_ACEOF
411138b41dabSmrg
411238b41dabSmrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
411338b41dabSmrg
411438b41dabSmrg# Handling of arguments.
411538b41dabSmrgfor ac_config_target in $ac_config_targets
411638b41dabSmrgdo
411738b41dabSmrg  case $ac_config_target in
411838b41dabSmrg    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
411938b41dabSmrg
412038b41dabSmrg  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
412138b41dabSmrg  esac
412238b41dabSmrgdone
412338b41dabSmrg
412438b41dabSmrg
412538b41dabSmrg# If the user did not use the arguments to specify the items to instantiate,
412638b41dabSmrg# then the envvar interface is used.  Set only those that are not.
412738b41dabSmrg# We use the long form for the default assignment because of an extremely
412838b41dabSmrg# bizarre bug on SunOS 4.1.3.
412938b41dabSmrgif $ac_need_defaults; then
413038b41dabSmrg  test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files
413138b41dabSmrgfi
413238b41dabSmrg
413338b41dabSmrg# Have a temporary directory for convenience.  Make it in the build tree
413438b41dabSmrg# simply because there is no reason against having it here, and in addition,
413538b41dabSmrg# creating and moving files from /tmp can sometimes cause problems.
413638b41dabSmrg# Hook for its removal unless debugging.
413738b41dabSmrg# Note that there is a small window in which the directory will not be cleaned:
413838b41dabSmrg# after its creation but before its name has been assigned to `$tmp'.
413938b41dabSmrg$debug ||
414038b41dabSmrg{
414138b41dabSmrg  tmp= ac_tmp=
414238b41dabSmrg  trap 'exit_status=$?
414338b41dabSmrg  : "${ac_tmp:=$tmp}"
414438b41dabSmrg  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
414538b41dabSmrg' 0
414638b41dabSmrg  trap 'as_fn_exit 1' 1 2 13 15
414738b41dabSmrg}
414838b41dabSmrg# Create a (secure) tmp directory for tmp files.
414938b41dabSmrg
415038b41dabSmrg{
415138b41dabSmrg  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
415238b41dabSmrg  test -d "$tmp"
415338b41dabSmrg}  ||
415438b41dabSmrg{
415538b41dabSmrg  tmp=./conf$$-$RANDOM
415638b41dabSmrg  (umask 077 && mkdir "$tmp")
415738b41dabSmrg} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
415838b41dabSmrgac_tmp=$tmp
415938b41dabSmrg
416038b41dabSmrg# Set up the scripts for CONFIG_FILES section.
416138b41dabSmrg# No need to generate them if there are no CONFIG_FILES.
416238b41dabSmrg# This happens for instance with `./config.status config.h'.
416338b41dabSmrgif test -n "$CONFIG_FILES"; then
416438b41dabSmrg
416538b41dabSmrg
416638b41dabSmrgac_cr=`echo X | tr X '\015'`
416738b41dabSmrg# On cygwin, bash can eat \r inside `` if the user requested igncr.
416838b41dabSmrg# But we know of no other shell where ac_cr would be empty at this
416938b41dabSmrg# point, so we can use a bashism as a fallback.
417038b41dabSmrgif test "x$ac_cr" = x; then
417138b41dabSmrg  eval ac_cr=\$\'\\r\'
417238b41dabSmrgfi
417338b41dabSmrgac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
417438b41dabSmrgif test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
417538b41dabSmrg  ac_cs_awk_cr='\\r'
417638b41dabSmrgelse
417738b41dabSmrg  ac_cs_awk_cr=$ac_cr
417838b41dabSmrgfi
417938b41dabSmrg
418038b41dabSmrgecho 'BEGIN {' >"$ac_tmp/subs1.awk" &&
418138b41dabSmrg_ACEOF
418238b41dabSmrg
418338b41dabSmrg
418438b41dabSmrg{
418538b41dabSmrg  echo "cat >conf$$subs.awk <<_ACEOF" &&
418638b41dabSmrg  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
418738b41dabSmrg  echo "_ACEOF"
418838b41dabSmrg} >conf$$subs.sh ||
418938b41dabSmrg  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
419038b41dabSmrgac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
419138b41dabSmrgac_delim='%!_!# '
419238b41dabSmrgfor ac_last_try in false false false false false :; do
419338b41dabSmrg  . ./conf$$subs.sh ||
419438b41dabSmrg    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
419538b41dabSmrg
419638b41dabSmrg  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
419738b41dabSmrg  if test $ac_delim_n = $ac_delim_num; then
419838b41dabSmrg    break
419938b41dabSmrg  elif $ac_last_try; then
420038b41dabSmrg    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
420138b41dabSmrg  else
420238b41dabSmrg    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
420338b41dabSmrg  fi
420438b41dabSmrgdone
420538b41dabSmrgrm -f conf$$subs.sh
420638b41dabSmrg
420738b41dabSmrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
420838b41dabSmrgcat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
420938b41dabSmrg_ACEOF
421038b41dabSmrgsed -n '
421138b41dabSmrgh
421238b41dabSmrgs/^/S["/; s/!.*/"]=/
421338b41dabSmrgp
421438b41dabSmrgg
421538b41dabSmrgs/^[^!]*!//
421638b41dabSmrg:repl
421738b41dabSmrgt repl
421838b41dabSmrgs/'"$ac_delim"'$//
421938b41dabSmrgt delim
422038b41dabSmrg:nl
422138b41dabSmrgh
422238b41dabSmrgs/\(.\{148\}\)..*/\1/
422338b41dabSmrgt more1
422438b41dabSmrgs/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
422538b41dabSmrgp
422638b41dabSmrgn
422738b41dabSmrgb repl
422838b41dabSmrg:more1
422938b41dabSmrgs/["\\]/\\&/g; s/^/"/; s/$/"\\/
423038b41dabSmrgp
423138b41dabSmrgg
423238b41dabSmrgs/.\{148\}//
423338b41dabSmrgt nl
423438b41dabSmrg:delim
423538b41dabSmrgh
423638b41dabSmrgs/\(.\{148\}\)..*/\1/
423738b41dabSmrgt more2
423838b41dabSmrgs/["\\]/\\&/g; s/^/"/; s/$/"/
423938b41dabSmrgp
424038b41dabSmrgb
424138b41dabSmrg:more2
424238b41dabSmrgs/["\\]/\\&/g; s/^/"/; s/$/"\\/
424338b41dabSmrgp
424438b41dabSmrgg
424538b41dabSmrgs/.\{148\}//
424638b41dabSmrgt delim
424738b41dabSmrg' <conf$$subs.awk | sed '
424838b41dabSmrg/^[^""]/{
424938b41dabSmrg  N
425038b41dabSmrg  s/\n//
425138b41dabSmrg}
425238b41dabSmrg' >>$CONFIG_STATUS || ac_write_fail=1
425338b41dabSmrgrm -f conf$$subs.awk
425438b41dabSmrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
425538b41dabSmrg_ACAWK
425638b41dabSmrgcat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
425738b41dabSmrg  for (key in S) S_is_set[key] = 1
425838b41dabSmrg  FS = ""
425938b41dabSmrg
426038b41dabSmrg}
426138b41dabSmrg{
426238b41dabSmrg  line = $ 0
426338b41dabSmrg  nfields = split(line, field, "@")
426438b41dabSmrg  substed = 0
426538b41dabSmrg  len = length(field[1])
426638b41dabSmrg  for (i = 2; i < nfields; i++) {
426738b41dabSmrg    key = field[i]
426838b41dabSmrg    keylen = length(key)
426938b41dabSmrg    if (S_is_set[key]) {
427038b41dabSmrg      value = S[key]
427138b41dabSmrg      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
427238b41dabSmrg      len += length(value) + length(field[++i])
427338b41dabSmrg      substed = 1
427438b41dabSmrg    } else
427538b41dabSmrg      len += 1 + keylen
427638b41dabSmrg  }
427738b41dabSmrg
427838b41dabSmrg  print line
427938b41dabSmrg}
428038b41dabSmrg
428138b41dabSmrg_ACAWK
428238b41dabSmrg_ACEOF
428338b41dabSmrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
428438b41dabSmrgif sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
428538b41dabSmrg  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
428638b41dabSmrgelse
428738b41dabSmrg  cat
428838b41dabSmrgfi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
428938b41dabSmrg  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
429038b41dabSmrg_ACEOF
429138b41dabSmrg
429238b41dabSmrg# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
429338b41dabSmrg# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
429438b41dabSmrg# trailing colons and then remove the whole line if VPATH becomes empty
429538b41dabSmrg# (actually we leave an empty line to preserve line numbers).
429638b41dabSmrgif test "x$srcdir" = x.; then
429738b41dabSmrg  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
429838b41dabSmrgh
429938b41dabSmrgs///
430038b41dabSmrgs/^/:/
430138b41dabSmrgs/[	 ]*$/:/
430238b41dabSmrgs/:\$(srcdir):/:/g
430338b41dabSmrgs/:\${srcdir}:/:/g
430438b41dabSmrgs/:@srcdir@:/:/g
430538b41dabSmrgs/^:*//
430638b41dabSmrgs/:*$//
430738b41dabSmrgx
430838b41dabSmrgs/\(=[	 ]*\).*/\1/
430938b41dabSmrgG
431038b41dabSmrgs/\n//
431138b41dabSmrgs/^[^=]*=[	 ]*$//
431238b41dabSmrg}'
431338b41dabSmrgfi
431438b41dabSmrg
431538b41dabSmrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
431638b41dabSmrgfi # test -n "$CONFIG_FILES"
431738b41dabSmrg
431838b41dabSmrg
431938b41dabSmrgeval set X "  :F $CONFIG_FILES      "
432038b41dabSmrgshift
432138b41dabSmrgfor ac_tag
432238b41dabSmrgdo
432338b41dabSmrg  case $ac_tag in
432438b41dabSmrg  :[FHLC]) ac_mode=$ac_tag; continue;;
432538b41dabSmrg  esac
432638b41dabSmrg  case $ac_mode$ac_tag in
432738b41dabSmrg  :[FHL]*:*);;
432838b41dabSmrg  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
432938b41dabSmrg  :[FH]-) ac_tag=-:-;;
433038b41dabSmrg  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
433138b41dabSmrg  esac
433238b41dabSmrg  ac_save_IFS=$IFS
433338b41dabSmrg  IFS=:
433438b41dabSmrg  set x $ac_tag
433538b41dabSmrg  IFS=$ac_save_IFS
433638b41dabSmrg  shift
433738b41dabSmrg  ac_file=$1
433838b41dabSmrg  shift
433938b41dabSmrg
434038b41dabSmrg  case $ac_mode in
434138b41dabSmrg  :L) ac_source=$1;;
434238b41dabSmrg  :[FH])
434338b41dabSmrg    ac_file_inputs=
434438b41dabSmrg    for ac_f
434538b41dabSmrg    do
434638b41dabSmrg      case $ac_f in
434738b41dabSmrg      -) ac_f="$ac_tmp/stdin";;
434838b41dabSmrg      *) # Look for the file first in the build tree, then in the source tree
434938b41dabSmrg	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
435038b41dabSmrg	 # because $ac_f cannot contain `:'.
435138b41dabSmrg	 test -f "$ac_f" ||
435238b41dabSmrg	   case $ac_f in
435338b41dabSmrg	   [\\/$]*) false;;
435438b41dabSmrg	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
435538b41dabSmrg	   esac ||
435638b41dabSmrg	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
435738b41dabSmrg      esac
435838b41dabSmrg      case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
435938b41dabSmrg      as_fn_append ac_file_inputs " '$ac_f'"
436038b41dabSmrg    done
436138b41dabSmrg
436238b41dabSmrg    # Let's still pretend it is `configure' which instantiates (i.e., don't
436338b41dabSmrg    # use $as_me), people would be surprised to read:
436438b41dabSmrg    #    /* config.h.  Generated by config.status.  */
436538b41dabSmrg    configure_input='Generated from '`
436638b41dabSmrg	  printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
436738b41dabSmrg	`' by configure.'
436838b41dabSmrg    if test x"$ac_file" != x-; then
436938b41dabSmrg      configure_input="$ac_file.  $configure_input"
437038b41dabSmrg      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
437138b41dabSmrgprintf "%s\n" "$as_me: creating $ac_file" >&6;}
437238b41dabSmrg    fi
437338b41dabSmrg    # Neutralize special characters interpreted by sed in replacement strings.
437438b41dabSmrg    case $configure_input in #(
437538b41dabSmrg    *\&* | *\|* | *\\* )
437638b41dabSmrg       ac_sed_conf_input=`printf "%s\n" "$configure_input" |
437738b41dabSmrg       sed 's/[\\\\&|]/\\\\&/g'`;; #(
437838b41dabSmrg    *) ac_sed_conf_input=$configure_input;;
437938b41dabSmrg    esac
438038b41dabSmrg
438138b41dabSmrg    case $ac_tag in
438238b41dabSmrg    *:-:* | *:-) cat >"$ac_tmp/stdin" \
438338b41dabSmrg      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
438438b41dabSmrg    esac
438538b41dabSmrg    ;;
438638b41dabSmrg  esac
438738b41dabSmrg
438838b41dabSmrg  ac_dir=`$as_dirname -- "$ac_file" ||
438938b41dabSmrg$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
439038b41dabSmrg	 X"$ac_file" : 'X\(//\)[^/]' \| \
439138b41dabSmrg	 X"$ac_file" : 'X\(//\)$' \| \
439238b41dabSmrg	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
439338b41dabSmrgprintf "%s\n" X"$ac_file" |
439438b41dabSmrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
439538b41dabSmrg	    s//\1/
439638b41dabSmrg	    q
439738b41dabSmrg	  }
439838b41dabSmrg	  /^X\(\/\/\)[^/].*/{
439938b41dabSmrg	    s//\1/
440038b41dabSmrg	    q
440138b41dabSmrg	  }
440238b41dabSmrg	  /^X\(\/\/\)$/{
440338b41dabSmrg	    s//\1/
440438b41dabSmrg	    q
440538b41dabSmrg	  }
440638b41dabSmrg	  /^X\(\/\).*/{
440738b41dabSmrg	    s//\1/
440838b41dabSmrg	    q
440938b41dabSmrg	  }
441038b41dabSmrg	  s/.*/./; q'`
441138b41dabSmrg  as_dir="$ac_dir"; as_fn_mkdir_p
441238b41dabSmrg  ac_builddir=.
441338b41dabSmrg
441438b41dabSmrgcase "$ac_dir" in
441538b41dabSmrg.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
441638b41dabSmrg*)
441738b41dabSmrg  ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
441838b41dabSmrg  # A ".." for each directory in $ac_dir_suffix.
441938b41dabSmrg  ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
442038b41dabSmrg  case $ac_top_builddir_sub in
442138b41dabSmrg  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
442238b41dabSmrg  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
442338b41dabSmrg  esac ;;
442438b41dabSmrgesac
442538b41dabSmrgac_abs_top_builddir=$ac_pwd
442638b41dabSmrgac_abs_builddir=$ac_pwd$ac_dir_suffix
442738b41dabSmrg# for backward compatibility:
442838b41dabSmrgac_top_builddir=$ac_top_build_prefix
442938b41dabSmrg
443038b41dabSmrgcase $srcdir in
443138b41dabSmrg  .)  # We are building in place.
443238b41dabSmrg    ac_srcdir=.
443338b41dabSmrg    ac_top_srcdir=$ac_top_builddir_sub
443438b41dabSmrg    ac_abs_top_srcdir=$ac_pwd ;;
443538b41dabSmrg  [\\/]* | ?:[\\/]* )  # Absolute name.
443638b41dabSmrg    ac_srcdir=$srcdir$ac_dir_suffix;
443738b41dabSmrg    ac_top_srcdir=$srcdir
443838b41dabSmrg    ac_abs_top_srcdir=$srcdir ;;
443938b41dabSmrg  *) # Relative name.
444038b41dabSmrg    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
444138b41dabSmrg    ac_top_srcdir=$ac_top_build_prefix$srcdir
444238b41dabSmrg    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
444338b41dabSmrgesac
444438b41dabSmrgac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
444538b41dabSmrg
444638b41dabSmrg
444738b41dabSmrg  case $ac_mode in
444838b41dabSmrg  :F)
444938b41dabSmrg  #
445038b41dabSmrg  # CONFIG_FILE
445138b41dabSmrg  #
445238b41dabSmrg
445338b41dabSmrg  case $INSTALL in
445438b41dabSmrg  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
445538b41dabSmrg  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
445638b41dabSmrg  esac
445738b41dabSmrg  ac_MKDIR_P=$MKDIR_P
445838b41dabSmrg  case $MKDIR_P in
445938b41dabSmrg  [\\/$]* | ?:[\\/]* ) ;;
446038b41dabSmrg  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
446138b41dabSmrg  esac
446238b41dabSmrg_ACEOF
446338b41dabSmrg
446438b41dabSmrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
446538b41dabSmrg# If the template does not know about datarootdir, expand it.
446638b41dabSmrg# FIXME: This hack should be removed a few years after 2.60.
446738b41dabSmrgac_datarootdir_hack=; ac_datarootdir_seen=
446838b41dabSmrgac_sed_dataroot='
446938b41dabSmrg/datarootdir/ {
447038b41dabSmrg  p
447138b41dabSmrg  q
447238b41dabSmrg}
447338b41dabSmrg/@datadir@/p
447438b41dabSmrg/@docdir@/p
447538b41dabSmrg/@infodir@/p
447638b41dabSmrg/@localedir@/p
447738b41dabSmrg/@mandir@/p'
447838b41dabSmrgcase `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
447938b41dabSmrg*datarootdir*) ac_datarootdir_seen=yes;;
448038b41dabSmrg*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
448138b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
448238b41dabSmrgprintf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
448338b41dabSmrg_ACEOF
448438b41dabSmrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
448538b41dabSmrg  ac_datarootdir_hack='
448638b41dabSmrg  s&@datadir@&$datadir&g
448738b41dabSmrg  s&@docdir@&$docdir&g
448838b41dabSmrg  s&@infodir@&$infodir&g
448938b41dabSmrg  s&@localedir@&$localedir&g
449038b41dabSmrg  s&@mandir@&$mandir&g
449138b41dabSmrg  s&\\\${datarootdir}&$datarootdir&g' ;;
449238b41dabSmrgesac
449338b41dabSmrg_ACEOF
449438b41dabSmrg
449538b41dabSmrg# Neutralize VPATH when `$srcdir' = `.'.
449638b41dabSmrg# Shell code in configure.ac might set extrasub.
449738b41dabSmrg# FIXME: do we really want to maintain this feature?
449838b41dabSmrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
449938b41dabSmrgac_sed_extra="$ac_vpsub
450038b41dabSmrg$extrasub
450138b41dabSmrg_ACEOF
450238b41dabSmrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
450338b41dabSmrg:t
450438b41dabSmrg/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
450538b41dabSmrgs|@configure_input@|$ac_sed_conf_input|;t t
450638b41dabSmrgs&@top_builddir@&$ac_top_builddir_sub&;t t
450738b41dabSmrgs&@top_build_prefix@&$ac_top_build_prefix&;t t
450838b41dabSmrgs&@srcdir@&$ac_srcdir&;t t
450938b41dabSmrgs&@abs_srcdir@&$ac_abs_srcdir&;t t
451038b41dabSmrgs&@top_srcdir@&$ac_top_srcdir&;t t
451138b41dabSmrgs&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
451238b41dabSmrgs&@builddir@&$ac_builddir&;t t
451338b41dabSmrgs&@abs_builddir@&$ac_abs_builddir&;t t
451438b41dabSmrgs&@abs_top_builddir@&$ac_abs_top_builddir&;t t
451538b41dabSmrgs&@INSTALL@&$ac_INSTALL&;t t
451638b41dabSmrgs&@MKDIR_P@&$ac_MKDIR_P&;t t
451738b41dabSmrg$ac_datarootdir_hack
451838b41dabSmrg"
451938b41dabSmrgeval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
452038b41dabSmrg  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
452138b41dabSmrg
452238b41dabSmrgtest -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
452338b41dabSmrg  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
452438b41dabSmrg  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
452538b41dabSmrg      "$ac_tmp/out"`; test -z "$ac_out"; } &&
452638b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
452738b41dabSmrgwhich seems to be undefined.  Please make sure it is defined" >&5
452838b41dabSmrgprintf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
452938b41dabSmrgwhich seems to be undefined.  Please make sure it is defined" >&2;}
453038b41dabSmrg
453138b41dabSmrg  rm -f "$ac_tmp/stdin"
453238b41dabSmrg  case $ac_file in
453338b41dabSmrg  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
453438b41dabSmrg  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
453538b41dabSmrg  esac \
453638b41dabSmrg  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
453738b41dabSmrg ;;
453838b41dabSmrg
453938b41dabSmrg
454038b41dabSmrg
454138b41dabSmrg  esac
454238b41dabSmrg
454338b41dabSmrgdone # for ac_tag
454438b41dabSmrg
454538b41dabSmrg
454638b41dabSmrgas_fn_exit 0
454738b41dabSmrg_ACEOF
454838b41dabSmrgac_clean_files=$ac_clean_files_save
454938b41dabSmrg
455038b41dabSmrgtest $ac_write_fail = 0 ||
455138b41dabSmrg  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
455238b41dabSmrg
455338b41dabSmrg
455438b41dabSmrg# configure is writing to config.log, and then calls config.status.
455538b41dabSmrg# config.status does its own redirection, appending to config.log.
455638b41dabSmrg# Unfortunately, on DOS this fails, as config.log is still kept open
455738b41dabSmrg# by configure, so config.status won't be able to write to it; its
455838b41dabSmrg# output is simply discarded.  So we exec the FD to /dev/null,
455938b41dabSmrg# effectively closing config.log, so it can be properly (re)opened and
456038b41dabSmrg# appended to by config.status.  When coming back to configure, we
456138b41dabSmrg# need to make the FD available again.
456238b41dabSmrgif test "$no_create" != yes; then
456338b41dabSmrg  ac_cs_success=:
456438b41dabSmrg  ac_config_status_args=
456538b41dabSmrg  test "$silent" = yes &&
456638b41dabSmrg    ac_config_status_args="$ac_config_status_args --quiet"
456738b41dabSmrg  exec 5>/dev/null
456838b41dabSmrg  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
456938b41dabSmrg  exec 5>>config.log
457038b41dabSmrg  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
457138b41dabSmrg  # would make configure fail if this is the last instruction.
457238b41dabSmrg  $ac_cs_success || as_fn_exit 1
457338b41dabSmrgfi
457438b41dabSmrgif test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
457538b41dabSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
457638b41dabSmrgprintf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
457738b41dabSmrgfi
457838b41dabSmrg
457938b41dabSmrg
4580