1b35cf2c0Smrg#! /bin/sh
2b35cf2c0Smrg# Guess values for system-dependent variables and create Makefiles.
3b35cf2c0Smrg# Generated by GNU Autoconf 2.71 for font-cronyx-cyrillic 1.0.4.
4b35cf2c0Smrg#
5b35cf2c0Smrg# Report bugs to <https://gitlab.freedesktop.org/xorg/font/cronyx-cyrillic/-/issues>.
6b35cf2c0Smrg#
7b35cf2c0Smrg#
8b35cf2c0Smrg# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
9b35cf2c0Smrg# Inc.
10b35cf2c0Smrg#
11b35cf2c0Smrg#
12b35cf2c0Smrg# This configure script is free software; the Free Software Foundation
13b35cf2c0Smrg# gives unlimited permission to copy, distribute and modify it.
14b35cf2c0Smrg## -------------------- ##
15b35cf2c0Smrg## M4sh Initialization. ##
16b35cf2c0Smrg## -------------------- ##
17b35cf2c0Smrg
18b35cf2c0Smrg# Be more Bourne compatible
19b35cf2c0SmrgDUALCASE=1; export DUALCASE # for MKS sh
20b35cf2c0Smrgas_nop=:
21b35cf2c0Smrgif test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
22b35cf2c0Smrgthen :
23b35cf2c0Smrg  emulate sh
24b35cf2c0Smrg  NULLCMD=:
25b35cf2c0Smrg  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
26b35cf2c0Smrg  # is contrary to our usage.  Disable this feature.
27b35cf2c0Smrg  alias -g '${1+"$@"}'='"$@"'
28b35cf2c0Smrg  setopt NO_GLOB_SUBST
29b35cf2c0Smrgelse $as_nop
30b35cf2c0Smrg  case `(set -o) 2>/dev/null` in #(
31b35cf2c0Smrg  *posix*) :
32b35cf2c0Smrg    set -o posix ;; #(
33b35cf2c0Smrg  *) :
34b35cf2c0Smrg     ;;
35b35cf2c0Smrgesac
36b35cf2c0Smrgfi
37b35cf2c0Smrg
38b35cf2c0Smrg
39b35cf2c0Smrg
40b35cf2c0Smrg# Reset variables that may have inherited troublesome values from
41b35cf2c0Smrg# the environment.
42b35cf2c0Smrg
43b35cf2c0Smrg# IFS needs to be set, to space, tab, and newline, in precisely that order.
44b35cf2c0Smrg# (If _AS_PATH_WALK were called with IFS unset, it would have the
45b35cf2c0Smrg# side effect of setting IFS to empty, thus disabling word splitting.)
46b35cf2c0Smrg# Quoting is to prevent editors from complaining about space-tab.
47b35cf2c0Smrgas_nl='
48b35cf2c0Smrg'
49b35cf2c0Smrgexport as_nl
50b35cf2c0SmrgIFS=" ""	$as_nl"
51b35cf2c0Smrg
52b35cf2c0SmrgPS1='$ '
53b35cf2c0SmrgPS2='> '
54b35cf2c0SmrgPS4='+ '
55b35cf2c0Smrg
56b35cf2c0Smrg# Ensure predictable behavior from utilities with locale-dependent output.
57b35cf2c0SmrgLC_ALL=C
58b35cf2c0Smrgexport LC_ALL
59b35cf2c0SmrgLANGUAGE=C
60b35cf2c0Smrgexport LANGUAGE
61b35cf2c0Smrg
62b35cf2c0Smrg# We cannot yet rely on "unset" to work, but we need these variables
63b35cf2c0Smrg# to be unset--not just set to an empty or harmless value--now, to
64b35cf2c0Smrg# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh).  This construct
65b35cf2c0Smrg# also avoids known problems related to "unset" and subshell syntax
66b35cf2c0Smrg# in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
67b35cf2c0Smrgfor as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
68b35cf2c0Smrgdo eval test \${$as_var+y} \
69b35cf2c0Smrg  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
70b35cf2c0Smrgdone
71b35cf2c0Smrg
72b35cf2c0Smrg# Ensure that fds 0, 1, and 2 are open.
73b35cf2c0Smrgif (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
74b35cf2c0Smrgif (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
75b35cf2c0Smrgif (exec 3>&2)            ; then :; else exec 2>/dev/null; fi
76b35cf2c0Smrg
77b35cf2c0Smrg# The user is always right.
78b35cf2c0Smrgif ${PATH_SEPARATOR+false} :; then
79b35cf2c0Smrg  PATH_SEPARATOR=:
80b35cf2c0Smrg  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
81b35cf2c0Smrg    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
82b35cf2c0Smrg      PATH_SEPARATOR=';'
83b35cf2c0Smrg  }
84b35cf2c0Smrgfi
85b35cf2c0Smrg
86b35cf2c0Smrg
87b35cf2c0Smrg# Find who we are.  Look in the path if we contain no directory separator.
88b35cf2c0Smrgas_myself=
89b35cf2c0Smrgcase $0 in #((
90b35cf2c0Smrg  *[\\/]* ) as_myself=$0 ;;
91b35cf2c0Smrg  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
92b35cf2c0Smrgfor as_dir in $PATH
93b35cf2c0Smrgdo
94b35cf2c0Smrg  IFS=$as_save_IFS
95b35cf2c0Smrg  case $as_dir in #(((
96b35cf2c0Smrg    '') as_dir=./ ;;
97b35cf2c0Smrg    */) ;;
98b35cf2c0Smrg    *) as_dir=$as_dir/ ;;
99b35cf2c0Smrg  esac
100b35cf2c0Smrg    test -r "$as_dir$0" && as_myself=$as_dir$0 && break
101b35cf2c0Smrg  done
102b35cf2c0SmrgIFS=$as_save_IFS
103b35cf2c0Smrg
104b35cf2c0Smrg     ;;
105b35cf2c0Smrgesac
106b35cf2c0Smrg# We did not find ourselves, most probably we were run as `sh COMMAND'
107b35cf2c0Smrg# in which case we are not to be found in the path.
108b35cf2c0Smrgif test "x$as_myself" = x; then
109b35cf2c0Smrg  as_myself=$0
110b35cf2c0Smrgfi
111b35cf2c0Smrgif test ! -f "$as_myself"; then
112b35cf2c0Smrg  printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113b35cf2c0Smrg  exit 1
114b35cf2c0Smrgfi
115b35cf2c0Smrg
116b35cf2c0Smrg
117b35cf2c0Smrg# Use a proper internal environment variable to ensure we don't fall
118b35cf2c0Smrg  # into an infinite loop, continuously re-executing ourselves.
119b35cf2c0Smrg  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
120b35cf2c0Smrg    _as_can_reexec=no; export _as_can_reexec;
121b35cf2c0Smrg    # We cannot yet assume a decent shell, so we have to provide a
122b35cf2c0Smrg# neutralization value for shells without unset; and this also
123b35cf2c0Smrg# works around shells that cannot unset nonexistent variables.
124b35cf2c0Smrg# Preserve -v and -x to the replacement shell.
125b35cf2c0SmrgBASH_ENV=/dev/null
126b35cf2c0SmrgENV=/dev/null
127b35cf2c0Smrg(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
128b35cf2c0Smrgcase $- in # ((((
129b35cf2c0Smrg  *v*x* | *x*v* ) as_opts=-vx ;;
130b35cf2c0Smrg  *v* ) as_opts=-v ;;
131b35cf2c0Smrg  *x* ) as_opts=-x ;;
132b35cf2c0Smrg  * ) as_opts= ;;
133b35cf2c0Smrgesac
134b35cf2c0Smrgexec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
135b35cf2c0Smrg# Admittedly, this is quite paranoid, since all the known shells bail
136b35cf2c0Smrg# out after a failed `exec'.
137b35cf2c0Smrgprintf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
138b35cf2c0Smrgexit 255
139b35cf2c0Smrg  fi
140b35cf2c0Smrg  # We don't want this to propagate to other subprocesses.
141b35cf2c0Smrg          { _as_can_reexec=; unset _as_can_reexec;}
142b35cf2c0Smrgif test "x$CONFIG_SHELL" = x; then
143b35cf2c0Smrg  as_bourne_compatible="as_nop=:
144b35cf2c0Smrgif test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
145b35cf2c0Smrgthen :
146b35cf2c0Smrg  emulate sh
147b35cf2c0Smrg  NULLCMD=:
148b35cf2c0Smrg  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
149b35cf2c0Smrg  # is contrary to our usage.  Disable this feature.
150b35cf2c0Smrg  alias -g '\${1+\"\$@\"}'='\"\$@\"'
151b35cf2c0Smrg  setopt NO_GLOB_SUBST
152b35cf2c0Smrgelse \$as_nop
153b35cf2c0Smrg  case \`(set -o) 2>/dev/null\` in #(
154b35cf2c0Smrg  *posix*) :
155b35cf2c0Smrg    set -o posix ;; #(
156b35cf2c0Smrg  *) :
157b35cf2c0Smrg     ;;
158b35cf2c0Smrgesac
159b35cf2c0Smrgfi
160b35cf2c0Smrg"
161b35cf2c0Smrg  as_required="as_fn_return () { (exit \$1); }
162b35cf2c0Smrgas_fn_success () { as_fn_return 0; }
163b35cf2c0Smrgas_fn_failure () { as_fn_return 1; }
164b35cf2c0Smrgas_fn_ret_success () { return 0; }
165b35cf2c0Smrgas_fn_ret_failure () { return 1; }
166b35cf2c0Smrg
167b35cf2c0Smrgexitcode=0
168b35cf2c0Smrgas_fn_success || { exitcode=1; echo as_fn_success failed.; }
169b35cf2c0Smrgas_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
170b35cf2c0Smrgas_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
171b35cf2c0Smrgas_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
172b35cf2c0Smrgif ( set x; as_fn_ret_success y && test x = \"\$1\" )
173b35cf2c0Smrgthen :
174b35cf2c0Smrg
175b35cf2c0Smrgelse \$as_nop
176b35cf2c0Smrg  exitcode=1; echo positional parameters were not saved.
177b35cf2c0Smrgfi
178b35cf2c0Smrgtest x\$exitcode = x0 || exit 1
179b35cf2c0Smrgblah=\$(echo \$(echo blah))
180b35cf2c0Smrgtest x\"\$blah\" = xblah || exit 1
181b35cf2c0Smrgtest -x / || exit 1"
182b35cf2c0Smrg  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
183b35cf2c0Smrg  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
184b35cf2c0Smrg  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
185b35cf2c0Smrg  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
186b35cf2c0Smrgtest \$(( 1 + 1 )) = 2 || exit 1"
187b35cf2c0Smrg  if (eval "$as_required") 2>/dev/null
188b35cf2c0Smrgthen :
189b35cf2c0Smrg  as_have_required=yes
190b35cf2c0Smrgelse $as_nop
191b35cf2c0Smrg  as_have_required=no
192b35cf2c0Smrgfi
193b35cf2c0Smrg  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null
194b35cf2c0Smrgthen :
195b35cf2c0Smrg
196b35cf2c0Smrgelse $as_nop
197b35cf2c0Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
198b35cf2c0Smrgas_found=false
199b35cf2c0Smrgfor as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
200b35cf2c0Smrgdo
201b35cf2c0Smrg  IFS=$as_save_IFS
202b35cf2c0Smrg  case $as_dir in #(((
203b35cf2c0Smrg    '') as_dir=./ ;;
204b35cf2c0Smrg    */) ;;
205b35cf2c0Smrg    *) as_dir=$as_dir/ ;;
206b35cf2c0Smrg  esac
207b35cf2c0Smrg  as_found=:
208b35cf2c0Smrg  case $as_dir in #(
209b35cf2c0Smrg	 /*)
210b35cf2c0Smrg	   for as_base in sh bash ksh sh5; do
211b35cf2c0Smrg	     # Try only shells that exist, to save several forks.
212b35cf2c0Smrg	     as_shell=$as_dir$as_base
213b35cf2c0Smrg	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
214b35cf2c0Smrg		    as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null
215b35cf2c0Smrgthen :
216b35cf2c0Smrg  CONFIG_SHELL=$as_shell as_have_required=yes
217b35cf2c0Smrg		   if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null
218b35cf2c0Smrgthen :
219b35cf2c0Smrg  break 2
220b35cf2c0Smrgfi
221b35cf2c0Smrgfi
222b35cf2c0Smrg	   done;;
223b35cf2c0Smrg       esac
224b35cf2c0Smrg  as_found=false
225b35cf2c0Smrgdone
226b35cf2c0SmrgIFS=$as_save_IFS
227b35cf2c0Smrgif $as_found
228b35cf2c0Smrgthen :
229b35cf2c0Smrg
230b35cf2c0Smrgelse $as_nop
231b35cf2c0Smrg  if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
232b35cf2c0Smrg	      as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null
233b35cf2c0Smrgthen :
234b35cf2c0Smrg  CONFIG_SHELL=$SHELL as_have_required=yes
235b35cf2c0Smrgfi
236b35cf2c0Smrgfi
237b35cf2c0Smrg
238b35cf2c0Smrg
239b35cf2c0Smrg      if test "x$CONFIG_SHELL" != x
240b35cf2c0Smrgthen :
241b35cf2c0Smrg  export CONFIG_SHELL
242b35cf2c0Smrg             # We cannot yet assume a decent shell, so we have to provide a
243b35cf2c0Smrg# neutralization value for shells without unset; and this also
244b35cf2c0Smrg# works around shells that cannot unset nonexistent variables.
245b35cf2c0Smrg# Preserve -v and -x to the replacement shell.
246b35cf2c0SmrgBASH_ENV=/dev/null
247b35cf2c0SmrgENV=/dev/null
248b35cf2c0Smrg(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
249b35cf2c0Smrgcase $- in # ((((
250b35cf2c0Smrg  *v*x* | *x*v* ) as_opts=-vx ;;
251b35cf2c0Smrg  *v* ) as_opts=-v ;;
252b35cf2c0Smrg  *x* ) as_opts=-x ;;
253b35cf2c0Smrg  * ) as_opts= ;;
254b35cf2c0Smrgesac
255b35cf2c0Smrgexec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256b35cf2c0Smrg# Admittedly, this is quite paranoid, since all the known shells bail
257b35cf2c0Smrg# out after a failed `exec'.
258b35cf2c0Smrgprintf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
259b35cf2c0Smrgexit 255
260b35cf2c0Smrgfi
261b35cf2c0Smrg
262b35cf2c0Smrg    if test x$as_have_required = xno
263b35cf2c0Smrgthen :
264b35cf2c0Smrg  printf "%s\n" "$0: This script requires a shell more modern than all"
265b35cf2c0Smrg  printf "%s\n" "$0: the shells that I found on your system."
266b35cf2c0Smrg  if test ${ZSH_VERSION+y} ; then
267b35cf2c0Smrg    printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should"
268b35cf2c0Smrg    printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later."
269b35cf2c0Smrg  else
270b35cf2c0Smrg    printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and
271b35cf2c0Smrg$0: https://gitlab.freedesktop.org/xorg/font/cronyx-cyrillic/-/issues
272b35cf2c0Smrg$0: about your system, including any error possibly output
273b35cf2c0Smrg$0: before this message. Then install a modern shell, or
274b35cf2c0Smrg$0: manually run the script under such a shell if you do
275b35cf2c0Smrg$0: have one."
276b35cf2c0Smrg  fi
277b35cf2c0Smrg  exit 1
278b35cf2c0Smrgfi
279b35cf2c0Smrgfi
280b35cf2c0Smrgfi
281b35cf2c0SmrgSHELL=${CONFIG_SHELL-/bin/sh}
282b35cf2c0Smrgexport SHELL
283b35cf2c0Smrg# Unset more variables known to interfere with behavior of common tools.
284b35cf2c0SmrgCLICOLOR_FORCE= GREP_OPTIONS=
285b35cf2c0Smrgunset CLICOLOR_FORCE GREP_OPTIONS
286b35cf2c0Smrg
287b35cf2c0Smrg## --------------------- ##
288b35cf2c0Smrg## M4sh Shell Functions. ##
289b35cf2c0Smrg## --------------------- ##
290b35cf2c0Smrg# as_fn_unset VAR
291b35cf2c0Smrg# ---------------
292b35cf2c0Smrg# Portably unset VAR.
293b35cf2c0Smrgas_fn_unset ()
294b35cf2c0Smrg{
295b35cf2c0Smrg  { eval $1=; unset $1;}
296b35cf2c0Smrg}
297b35cf2c0Smrgas_unset=as_fn_unset
298b35cf2c0Smrg
299b35cf2c0Smrg
300b35cf2c0Smrg# as_fn_set_status STATUS
301b35cf2c0Smrg# -----------------------
302b35cf2c0Smrg# Set $? to STATUS, without forking.
303b35cf2c0Smrgas_fn_set_status ()
304b35cf2c0Smrg{
305b35cf2c0Smrg  return $1
306b35cf2c0Smrg} # as_fn_set_status
307b35cf2c0Smrg
308b35cf2c0Smrg# as_fn_exit STATUS
309b35cf2c0Smrg# -----------------
310b35cf2c0Smrg# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
311b35cf2c0Smrgas_fn_exit ()
312b35cf2c0Smrg{
313b35cf2c0Smrg  set +e
314b35cf2c0Smrg  as_fn_set_status $1
315b35cf2c0Smrg  exit $1
316b35cf2c0Smrg} # as_fn_exit
317b35cf2c0Smrg# as_fn_nop
318b35cf2c0Smrg# ---------
319b35cf2c0Smrg# Do nothing but, unlike ":", preserve the value of $?.
320b35cf2c0Smrgas_fn_nop ()
321b35cf2c0Smrg{
322b35cf2c0Smrg  return $?
323b35cf2c0Smrg}
324b35cf2c0Smrgas_nop=as_fn_nop
325b35cf2c0Smrg
326b35cf2c0Smrg# as_fn_mkdir_p
327b35cf2c0Smrg# -------------
328b35cf2c0Smrg# Create "$as_dir" as a directory, including parents if necessary.
329b35cf2c0Smrgas_fn_mkdir_p ()
330b35cf2c0Smrg{
331b35cf2c0Smrg
332b35cf2c0Smrg  case $as_dir in #(
333b35cf2c0Smrg  -*) as_dir=./$as_dir;;
334b35cf2c0Smrg  esac
335b35cf2c0Smrg  test -d "$as_dir" || eval $as_mkdir_p || {
336b35cf2c0Smrg    as_dirs=
337b35cf2c0Smrg    while :; do
338b35cf2c0Smrg      case $as_dir in #(
339b35cf2c0Smrg      *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
340b35cf2c0Smrg      *) as_qdir=$as_dir;;
341b35cf2c0Smrg      esac
342b35cf2c0Smrg      as_dirs="'$as_qdir' $as_dirs"
343b35cf2c0Smrg      as_dir=`$as_dirname -- "$as_dir" ||
344b35cf2c0Smrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
345b35cf2c0Smrg	 X"$as_dir" : 'X\(//\)[^/]' \| \
346b35cf2c0Smrg	 X"$as_dir" : 'X\(//\)$' \| \
347b35cf2c0Smrg	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
348b35cf2c0Smrgprintf "%s\n" X"$as_dir" |
349b35cf2c0Smrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
350b35cf2c0Smrg	    s//\1/
351b35cf2c0Smrg	    q
352b35cf2c0Smrg	  }
353b35cf2c0Smrg	  /^X\(\/\/\)[^/].*/{
354b35cf2c0Smrg	    s//\1/
355b35cf2c0Smrg	    q
356b35cf2c0Smrg	  }
357b35cf2c0Smrg	  /^X\(\/\/\)$/{
358b35cf2c0Smrg	    s//\1/
359b35cf2c0Smrg	    q
360b35cf2c0Smrg	  }
361b35cf2c0Smrg	  /^X\(\/\).*/{
362b35cf2c0Smrg	    s//\1/
363b35cf2c0Smrg	    q
364b35cf2c0Smrg	  }
365b35cf2c0Smrg	  s/.*/./; q'`
366b35cf2c0Smrg      test -d "$as_dir" && break
367b35cf2c0Smrg    done
368b35cf2c0Smrg    test -z "$as_dirs" || eval "mkdir $as_dirs"
369b35cf2c0Smrg  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
370b35cf2c0Smrg
371b35cf2c0Smrg
372b35cf2c0Smrg} # as_fn_mkdir_p
373b35cf2c0Smrg
374b35cf2c0Smrg# as_fn_executable_p FILE
375b35cf2c0Smrg# -----------------------
376b35cf2c0Smrg# Test if FILE is an executable regular file.
377b35cf2c0Smrgas_fn_executable_p ()
378b35cf2c0Smrg{
379b35cf2c0Smrg  test -f "$1" && test -x "$1"
380b35cf2c0Smrg} # as_fn_executable_p
381b35cf2c0Smrg# as_fn_append VAR VALUE
382b35cf2c0Smrg# ----------------------
383b35cf2c0Smrg# Append the text in VALUE to the end of the definition contained in VAR. Take
384b35cf2c0Smrg# advantage of any shell optimizations that allow amortized linear growth over
385b35cf2c0Smrg# repeated appends, instead of the typical quadratic growth present in naive
386b35cf2c0Smrg# implementations.
387b35cf2c0Smrgif (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
388b35cf2c0Smrgthen :
389b35cf2c0Smrg  eval 'as_fn_append ()
390b35cf2c0Smrg  {
391b35cf2c0Smrg    eval $1+=\$2
392b35cf2c0Smrg  }'
393b35cf2c0Smrgelse $as_nop
394b35cf2c0Smrg  as_fn_append ()
395b35cf2c0Smrg  {
396b35cf2c0Smrg    eval $1=\$$1\$2
397b35cf2c0Smrg  }
398b35cf2c0Smrgfi # as_fn_append
399b35cf2c0Smrg
400b35cf2c0Smrg# as_fn_arith ARG...
401b35cf2c0Smrg# ------------------
402b35cf2c0Smrg# Perform arithmetic evaluation on the ARGs, and store the result in the
403b35cf2c0Smrg# global $as_val. Take advantage of shells that can avoid forks. The arguments
404b35cf2c0Smrg# must be portable across $(()) and expr.
405b35cf2c0Smrgif (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
406b35cf2c0Smrgthen :
407b35cf2c0Smrg  eval 'as_fn_arith ()
408b35cf2c0Smrg  {
409b35cf2c0Smrg    as_val=$(( $* ))
410b35cf2c0Smrg  }'
411b35cf2c0Smrgelse $as_nop
412b35cf2c0Smrg  as_fn_arith ()
413b35cf2c0Smrg  {
414b35cf2c0Smrg    as_val=`expr "$@" || test $? -eq 1`
415b35cf2c0Smrg  }
416b35cf2c0Smrgfi # as_fn_arith
417b35cf2c0Smrg
418b35cf2c0Smrg# as_fn_nop
419b35cf2c0Smrg# ---------
420b35cf2c0Smrg# Do nothing but, unlike ":", preserve the value of $?.
421b35cf2c0Smrgas_fn_nop ()
422b35cf2c0Smrg{
423b35cf2c0Smrg  return $?
424b35cf2c0Smrg}
425b35cf2c0Smrgas_nop=as_fn_nop
426b35cf2c0Smrg
427b35cf2c0Smrg# as_fn_error STATUS ERROR [LINENO LOG_FD]
428b35cf2c0Smrg# ----------------------------------------
429b35cf2c0Smrg# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
430b35cf2c0Smrg# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
431b35cf2c0Smrg# script with STATUS, using 1 if that was 0.
432b35cf2c0Smrgas_fn_error ()
433b35cf2c0Smrg{
434b35cf2c0Smrg  as_status=$1; test $as_status -eq 0 && as_status=1
435b35cf2c0Smrg  if test "$4"; then
436b35cf2c0Smrg    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
437b35cf2c0Smrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
438b35cf2c0Smrg  fi
439b35cf2c0Smrg  printf "%s\n" "$as_me: error: $2" >&2
440b35cf2c0Smrg  as_fn_exit $as_status
441b35cf2c0Smrg} # as_fn_error
442b35cf2c0Smrg
443b35cf2c0Smrgif expr a : '\(a\)' >/dev/null 2>&1 &&
444b35cf2c0Smrg   test "X`expr 00001 : '.*\(...\)'`" = X001; then
445b35cf2c0Smrg  as_expr=expr
446b35cf2c0Smrgelse
447b35cf2c0Smrg  as_expr=false
448b35cf2c0Smrgfi
449b35cf2c0Smrg
450b35cf2c0Smrgif (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
451b35cf2c0Smrg  as_basename=basename
452b35cf2c0Smrgelse
453b35cf2c0Smrg  as_basename=false
454b35cf2c0Smrgfi
455b35cf2c0Smrg
456b35cf2c0Smrgif (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
457b35cf2c0Smrg  as_dirname=dirname
458b35cf2c0Smrgelse
459b35cf2c0Smrg  as_dirname=false
460b35cf2c0Smrgfi
461b35cf2c0Smrg
462b35cf2c0Smrgas_me=`$as_basename -- "$0" ||
463b35cf2c0Smrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
464b35cf2c0Smrg	 X"$0" : 'X\(//\)$' \| \
465b35cf2c0Smrg	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
466b35cf2c0Smrgprintf "%s\n" X/"$0" |
467b35cf2c0Smrg    sed '/^.*\/\([^/][^/]*\)\/*$/{
468b35cf2c0Smrg	    s//\1/
469b35cf2c0Smrg	    q
470b35cf2c0Smrg	  }
471b35cf2c0Smrg	  /^X\/\(\/\/\)$/{
472b35cf2c0Smrg	    s//\1/
473b35cf2c0Smrg	    q
474b35cf2c0Smrg	  }
475b35cf2c0Smrg	  /^X\/\(\/\).*/{
476b35cf2c0Smrg	    s//\1/
477b35cf2c0Smrg	    q
478b35cf2c0Smrg	  }
479b35cf2c0Smrg	  s/.*/./; q'`
480b35cf2c0Smrg
481b35cf2c0Smrg# Avoid depending upon Character Ranges.
482b35cf2c0Smrgas_cr_letters='abcdefghijklmnopqrstuvwxyz'
483b35cf2c0Smrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
484b35cf2c0Smrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS
485b35cf2c0Smrgas_cr_digits='0123456789'
486b35cf2c0Smrgas_cr_alnum=$as_cr_Letters$as_cr_digits
487b35cf2c0Smrg
488b35cf2c0Smrg
489b35cf2c0Smrg  as_lineno_1=$LINENO as_lineno_1a=$LINENO
490b35cf2c0Smrg  as_lineno_2=$LINENO as_lineno_2a=$LINENO
491b35cf2c0Smrg  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
492b35cf2c0Smrg  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
493b35cf2c0Smrg  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
494b35cf2c0Smrg  sed -n '
495b35cf2c0Smrg    p
496b35cf2c0Smrg    /[$]LINENO/=
497b35cf2c0Smrg  ' <$as_myself |
498b35cf2c0Smrg    sed '
499b35cf2c0Smrg      s/[$]LINENO.*/&-/
500b35cf2c0Smrg      t lineno
501b35cf2c0Smrg      b
502b35cf2c0Smrg      :lineno
503b35cf2c0Smrg      N
504b35cf2c0Smrg      :loop
505b35cf2c0Smrg      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
506b35cf2c0Smrg      t loop
507b35cf2c0Smrg      s/-\n.*//
508b35cf2c0Smrg    ' >$as_me.lineno &&
509b35cf2c0Smrg  chmod +x "$as_me.lineno" ||
510b35cf2c0Smrg    { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
511b35cf2c0Smrg
512b35cf2c0Smrg  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
513b35cf2c0Smrg  # already done that, so ensure we don't try to do so again and fall
514b35cf2c0Smrg  # in an infinite loop.  This has already happened in practice.
515b35cf2c0Smrg  _as_can_reexec=no; export _as_can_reexec
516b35cf2c0Smrg  # Don't try to exec as it changes $[0], causing all sort of problems
517b35cf2c0Smrg  # (the dirname of $[0] is not the place where we might find the
518b35cf2c0Smrg  # original and so on.  Autoconf is especially sensitive to this).
519b35cf2c0Smrg  . "./$as_me.lineno"
520b35cf2c0Smrg  # Exit status is that of the last command.
521b35cf2c0Smrg  exit
522b35cf2c0Smrg}
523b35cf2c0Smrg
524b35cf2c0Smrg
525b35cf2c0Smrg# Determine whether it's possible to make 'echo' print without a newline.
526b35cf2c0Smrg# These variables are no longer used directly by Autoconf, but are AC_SUBSTed
527b35cf2c0Smrg# for compatibility with existing Makefiles.
528b35cf2c0SmrgECHO_C= ECHO_N= ECHO_T=
529b35cf2c0Smrgcase `echo -n x` in #(((((
530b35cf2c0Smrg-n*)
531b35cf2c0Smrg  case `echo 'xy\c'` in
532b35cf2c0Smrg  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
533b35cf2c0Smrg  xy)  ECHO_C='\c';;
534b35cf2c0Smrg  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
535b35cf2c0Smrg       ECHO_T='	';;
536b35cf2c0Smrg  esac;;
537b35cf2c0Smrg*)
538b35cf2c0Smrg  ECHO_N='-n';;
539b35cf2c0Smrgesac
540b35cf2c0Smrg
541b35cf2c0Smrg# For backward compatibility with old third-party macros, we provide
542b35cf2c0Smrg# the shell variables $as_echo and $as_echo_n.  New code should use
543b35cf2c0Smrg# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
544b35cf2c0Smrgas_echo='printf %s\n'
545b35cf2c0Smrgas_echo_n='printf %s'
546b35cf2c0Smrg
547b35cf2c0Smrg
548b35cf2c0Smrgrm -f conf$$ conf$$.exe conf$$.file
549b35cf2c0Smrgif test -d conf$$.dir; then
550b35cf2c0Smrg  rm -f conf$$.dir/conf$$.file
551b35cf2c0Smrgelse
552b35cf2c0Smrg  rm -f conf$$.dir
553b35cf2c0Smrg  mkdir conf$$.dir 2>/dev/null
554b35cf2c0Smrgfi
555b35cf2c0Smrgif (echo >conf$$.file) 2>/dev/null; then
556b35cf2c0Smrg  if ln -s conf$$.file conf$$ 2>/dev/null; then
557b35cf2c0Smrg    as_ln_s='ln -s'
558b35cf2c0Smrg    # ... but there are two gotchas:
559b35cf2c0Smrg    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
560b35cf2c0Smrg    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
561b35cf2c0Smrg    # In both cases, we have to default to `cp -pR'.
562b35cf2c0Smrg    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
563b35cf2c0Smrg      as_ln_s='cp -pR'
564b35cf2c0Smrg  elif ln conf$$.file conf$$ 2>/dev/null; then
565b35cf2c0Smrg    as_ln_s=ln
566b35cf2c0Smrg  else
567b35cf2c0Smrg    as_ln_s='cp -pR'
568b35cf2c0Smrg  fi
569b35cf2c0Smrgelse
570b35cf2c0Smrg  as_ln_s='cp -pR'
571b35cf2c0Smrgfi
572b35cf2c0Smrgrm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
573b35cf2c0Smrgrmdir conf$$.dir 2>/dev/null
574b35cf2c0Smrg
575b35cf2c0Smrgif mkdir -p . 2>/dev/null; then
576b35cf2c0Smrg  as_mkdir_p='mkdir -p "$as_dir"'
577b35cf2c0Smrgelse
578b35cf2c0Smrg  test -d ./-p && rmdir ./-p
579b35cf2c0Smrg  as_mkdir_p=false
580b35cf2c0Smrgfi
581b35cf2c0Smrg
582b35cf2c0Smrgas_test_x='test -x'
583b35cf2c0Smrgas_executable_p=as_fn_executable_p
584b35cf2c0Smrg
585b35cf2c0Smrg# Sed expression to map a string onto a valid CPP name.
586b35cf2c0Smrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
587b35cf2c0Smrg
588b35cf2c0Smrg# Sed expression to map a string onto a valid variable name.
589b35cf2c0Smrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
590b35cf2c0Smrg
591b35cf2c0Smrg
592b35cf2c0Smrgtest -n "$DJDIR" || exec 7<&0 </dev/null
593b35cf2c0Smrgexec 6>&1
594b35cf2c0Smrg
595b35cf2c0Smrg# Name of the host.
596b35cf2c0Smrg# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
597b35cf2c0Smrg# so uname gets run too.
598b35cf2c0Smrgac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
599b35cf2c0Smrg
600b35cf2c0Smrg#
601b35cf2c0Smrg# Initializations.
602b35cf2c0Smrg#
603b35cf2c0Smrgac_default_prefix=/usr/local
604b35cf2c0Smrgac_clean_files=
605b35cf2c0Smrgac_config_libobj_dir=.
606b35cf2c0SmrgLIBOBJS=
607b35cf2c0Smrgcross_compiling=no
608b35cf2c0Smrgsubdirs=
609b35cf2c0SmrgMFLAGS=
610b35cf2c0SmrgMAKEFLAGS=
611b35cf2c0Smrg
612b35cf2c0Smrg# Identity of this package.
613b35cf2c0SmrgPACKAGE_NAME='font-cronyx-cyrillic'
614b35cf2c0SmrgPACKAGE_TARNAME='font-cronyx-cyrillic'
615b35cf2c0SmrgPACKAGE_VERSION='1.0.4'
616b35cf2c0SmrgPACKAGE_STRING='font-cronyx-cyrillic 1.0.4'
617b35cf2c0SmrgPACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/font/cronyx-cyrillic/-/issues'
618b35cf2c0SmrgPACKAGE_URL=''
619b35cf2c0Smrg
620b35cf2c0Smrgac_subst_vars='LTLIBOBJS
621b35cf2c0SmrgLIBOBJS
622b35cf2c0SmrgCOMPRESS_SUFFIX
623b35cf2c0SmrgCOMPRESS_FLAGS
624b35cf2c0SmrgCOMPRESS
625b35cf2c0SmrgBDFTOPCF
626b35cf2c0SmrgMKFONTDIR
627b35cf2c0SmrgRUN_FCCACHE
628b35cf2c0SmrgFCCACHE
629b35cf2c0SmrgFONTDIR
630b35cf2c0SmrgFONTROOTDIR
631b35cf2c0SmrgMAN_SUBSTS
632b35cf2c0SmrgXORG_MAN_PAGE
633b35cf2c0SmrgADMIN_MAN_DIR
634b35cf2c0SmrgDRIVER_MAN_DIR
635b35cf2c0SmrgMISC_MAN_DIR
636b35cf2c0SmrgFILE_MAN_DIR
637b35cf2c0SmrgLIB_MAN_DIR
638b35cf2c0SmrgAPP_MAN_DIR
639b35cf2c0SmrgADMIN_MAN_SUFFIX
640b35cf2c0SmrgDRIVER_MAN_SUFFIX
641b35cf2c0SmrgMISC_MAN_SUFFIX
642b35cf2c0SmrgFILE_MAN_SUFFIX
643b35cf2c0SmrgLIB_MAN_SUFFIX
644b35cf2c0SmrgAPP_MAN_SUFFIX
645b35cf2c0SmrgSED
646b35cf2c0Smrghost_os
647b35cf2c0Smrghost_vendor
648b35cf2c0Smrghost_cpu
649b35cf2c0Smrghost
650b35cf2c0Smrgbuild_os
651b35cf2c0Smrgbuild_vendor
652b35cf2c0Smrgbuild_cpu
653b35cf2c0Smrgbuild
654b35cf2c0SmrgINSTALL_CMD
655b35cf2c0SmrgPKG_CONFIG_LIBDIR
656b35cf2c0SmrgPKG_CONFIG_PATH
657b35cf2c0SmrgPKG_CONFIG
658b35cf2c0SmrgCHANGELOG_CMD
659b35cf2c0SmrgAM_BACKSLASH
660b35cf2c0SmrgAM_DEFAULT_VERBOSITY
661b35cf2c0SmrgAM_DEFAULT_V
662b35cf2c0SmrgAM_V
663b35cf2c0SmrgCSCOPE
664b35cf2c0SmrgETAGS
665b35cf2c0SmrgCTAGS
666b35cf2c0Smrgam__untar
667b35cf2c0Smrgam__tar
668b35cf2c0SmrgAMTAR
669b35cf2c0Smrgam__leading_dot
670b35cf2c0SmrgSET_MAKE
671b35cf2c0SmrgAWK
672b35cf2c0Smrgmkdir_p
673b35cf2c0SmrgMKDIR_P
674b35cf2c0SmrgINSTALL_STRIP_PROGRAM
675b35cf2c0SmrgSTRIP
676b35cf2c0Smrginstall_sh
677b35cf2c0SmrgMAKEINFO
678b35cf2c0SmrgAUTOHEADER
679b35cf2c0SmrgAUTOMAKE
680b35cf2c0SmrgAUTOCONF
681b35cf2c0SmrgACLOCAL
682b35cf2c0SmrgVERSION
683b35cf2c0SmrgPACKAGE
684b35cf2c0SmrgCYGPATH_W
685b35cf2c0Smrgam__isrc
686b35cf2c0SmrgINSTALL_DATA
687b35cf2c0SmrgINSTALL_SCRIPT
688b35cf2c0SmrgINSTALL_PROGRAM
689b35cf2c0Smrgtarget_alias
690b35cf2c0Smrghost_alias
691b35cf2c0Smrgbuild_alias
692b35cf2c0SmrgLIBS
693b35cf2c0SmrgECHO_T
694b35cf2c0SmrgECHO_N
695b35cf2c0SmrgECHO_C
696b35cf2c0SmrgDEFS
697b35cf2c0Smrgmandir
698b35cf2c0Smrglocaledir
699b35cf2c0Smrglibdir
700b35cf2c0Smrgpsdir
701b35cf2c0Smrgpdfdir
702b35cf2c0Smrgdvidir
703b35cf2c0Smrghtmldir
704b35cf2c0Smrginfodir
705b35cf2c0Smrgdocdir
706b35cf2c0Smrgoldincludedir
707b35cf2c0Smrgincludedir
708b35cf2c0Smrgrunstatedir
709b35cf2c0Smrglocalstatedir
710b35cf2c0Smrgsharedstatedir
711b35cf2c0Smrgsysconfdir
712b35cf2c0Smrgdatadir
713b35cf2c0Smrgdatarootdir
714b35cf2c0Smrglibexecdir
715b35cf2c0Smrgsbindir
716b35cf2c0Smrgbindir
717b35cf2c0Smrgprogram_transform_name
718b35cf2c0Smrgprefix
719b35cf2c0Smrgexec_prefix
720b35cf2c0SmrgPACKAGE_URL
721b35cf2c0SmrgPACKAGE_BUGREPORT
722b35cf2c0SmrgPACKAGE_STRING
723b35cf2c0SmrgPACKAGE_VERSION
724b35cf2c0SmrgPACKAGE_TARNAME
725b35cf2c0SmrgPACKAGE_NAME
726b35cf2c0SmrgPATH_SEPARATOR
727b35cf2c0SmrgSHELL'
728b35cf2c0Smrgac_subst_files=''
729b35cf2c0Smrgac_user_opts='
730b35cf2c0Smrgenable_option_checking
731b35cf2c0Smrgenable_silent_rules
732b35cf2c0Smrgwith_fontrootdir
733b35cf2c0Smrgwith_fontdir
734b35cf2c0Smrgwith_compression
735b35cf2c0Smrg'
736b35cf2c0Smrg      ac_precious_vars='build_alias
737b35cf2c0Smrghost_alias
738b35cf2c0Smrgtarget_alias
739b35cf2c0SmrgPKG_CONFIG
740b35cf2c0SmrgPKG_CONFIG_PATH
741b35cf2c0SmrgPKG_CONFIG_LIBDIR'
742b35cf2c0Smrg
743b35cf2c0Smrg
744b35cf2c0Smrg# Initialize some variables set by options.
745b35cf2c0Smrgac_init_help=
746b35cf2c0Smrgac_init_version=false
747b35cf2c0Smrgac_unrecognized_opts=
748b35cf2c0Smrgac_unrecognized_sep=
749b35cf2c0Smrg# The variables have the same names as the options, with
750b35cf2c0Smrg# dashes changed to underlines.
751b35cf2c0Smrgcache_file=/dev/null
752b35cf2c0Smrgexec_prefix=NONE
753b35cf2c0Smrgno_create=
754b35cf2c0Smrgno_recursion=
755b35cf2c0Smrgprefix=NONE
756b35cf2c0Smrgprogram_prefix=NONE
757b35cf2c0Smrgprogram_suffix=NONE
758b35cf2c0Smrgprogram_transform_name=s,x,x,
759b35cf2c0Smrgsilent=
760b35cf2c0Smrgsite=
761b35cf2c0Smrgsrcdir=
762b35cf2c0Smrgverbose=
763b35cf2c0Smrgx_includes=NONE
764b35cf2c0Smrgx_libraries=NONE
765b35cf2c0Smrg
766b35cf2c0Smrg# Installation directory options.
767b35cf2c0Smrg# These are left unexpanded so users can "make install exec_prefix=/foo"
768b35cf2c0Smrg# and all the variables that are supposed to be based on exec_prefix
769b35cf2c0Smrg# by default will actually change.
770b35cf2c0Smrg# Use braces instead of parens because sh, perl, etc. also accept them.
771b35cf2c0Smrg# (The list follows the same order as the GNU Coding Standards.)
772b35cf2c0Smrgbindir='${exec_prefix}/bin'
773b35cf2c0Smrgsbindir='${exec_prefix}/sbin'
774b35cf2c0Smrglibexecdir='${exec_prefix}/libexec'
775b35cf2c0Smrgdatarootdir='${prefix}/share'
776b35cf2c0Smrgdatadir='${datarootdir}'
777b35cf2c0Smrgsysconfdir='${prefix}/etc'
778b35cf2c0Smrgsharedstatedir='${prefix}/com'
779b35cf2c0Smrglocalstatedir='${prefix}/var'
780b35cf2c0Smrgrunstatedir='${localstatedir}/run'
781b35cf2c0Smrgincludedir='${prefix}/include'
782b35cf2c0Smrgoldincludedir='/usr/include'
783b35cf2c0Smrgdocdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
784b35cf2c0Smrginfodir='${datarootdir}/info'
785b35cf2c0Smrghtmldir='${docdir}'
786b35cf2c0Smrgdvidir='${docdir}'
787b35cf2c0Smrgpdfdir='${docdir}'
788b35cf2c0Smrgpsdir='${docdir}'
789b35cf2c0Smrglibdir='${exec_prefix}/lib'
790b35cf2c0Smrglocaledir='${datarootdir}/locale'
791b35cf2c0Smrgmandir='${datarootdir}/man'
792b35cf2c0Smrg
793b35cf2c0Smrgac_prev=
794b35cf2c0Smrgac_dashdash=
795b35cf2c0Smrgfor ac_option
796b35cf2c0Smrgdo
797b35cf2c0Smrg  # If the previous option needs an argument, assign it.
798b35cf2c0Smrg  if test -n "$ac_prev"; then
799b35cf2c0Smrg    eval $ac_prev=\$ac_option
800b35cf2c0Smrg    ac_prev=
801b35cf2c0Smrg    continue
802b35cf2c0Smrg  fi
803b35cf2c0Smrg
804b35cf2c0Smrg  case $ac_option in
805b35cf2c0Smrg  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
806b35cf2c0Smrg  *=)   ac_optarg= ;;
807b35cf2c0Smrg  *)    ac_optarg=yes ;;
808b35cf2c0Smrg  esac
809b35cf2c0Smrg
810b35cf2c0Smrg  case $ac_dashdash$ac_option in
811b35cf2c0Smrg  --)
812b35cf2c0Smrg    ac_dashdash=yes ;;
813b35cf2c0Smrg
814b35cf2c0Smrg  -bindir | --bindir | --bindi | --bind | --bin | --bi)
815b35cf2c0Smrg    ac_prev=bindir ;;
816b35cf2c0Smrg  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
817b35cf2c0Smrg    bindir=$ac_optarg ;;
818b35cf2c0Smrg
819b35cf2c0Smrg  -build | --build | --buil | --bui | --bu)
820b35cf2c0Smrg    ac_prev=build_alias ;;
821b35cf2c0Smrg  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
822b35cf2c0Smrg    build_alias=$ac_optarg ;;
823b35cf2c0Smrg
824b35cf2c0Smrg  -cache-file | --cache-file | --cache-fil | --cache-fi \
825b35cf2c0Smrg  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
826b35cf2c0Smrg    ac_prev=cache_file ;;
827b35cf2c0Smrg  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
828b35cf2c0Smrg  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
829b35cf2c0Smrg    cache_file=$ac_optarg ;;
830b35cf2c0Smrg
831b35cf2c0Smrg  --config-cache | -C)
832b35cf2c0Smrg    cache_file=config.cache ;;
833b35cf2c0Smrg
834b35cf2c0Smrg  -datadir | --datadir | --datadi | --datad)
835b35cf2c0Smrg    ac_prev=datadir ;;
836b35cf2c0Smrg  -datadir=* | --datadir=* | --datadi=* | --datad=*)
837b35cf2c0Smrg    datadir=$ac_optarg ;;
838b35cf2c0Smrg
839b35cf2c0Smrg  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
840b35cf2c0Smrg  | --dataroo | --dataro | --datar)
841b35cf2c0Smrg    ac_prev=datarootdir ;;
842b35cf2c0Smrg  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
843b35cf2c0Smrg  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
844b35cf2c0Smrg    datarootdir=$ac_optarg ;;
845b35cf2c0Smrg
846b35cf2c0Smrg  -disable-* | --disable-*)
847b35cf2c0Smrg    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
848b35cf2c0Smrg    # Reject names that are not valid shell variable names.
849b35cf2c0Smrg    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
850b35cf2c0Smrg      as_fn_error $? "invalid feature name: \`$ac_useropt'"
851b35cf2c0Smrg    ac_useropt_orig=$ac_useropt
852b35cf2c0Smrg    ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
853b35cf2c0Smrg    case $ac_user_opts in
854b35cf2c0Smrg      *"
855b35cf2c0Smrg"enable_$ac_useropt"
856b35cf2c0Smrg"*) ;;
857b35cf2c0Smrg      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
858b35cf2c0Smrg	 ac_unrecognized_sep=', ';;
859b35cf2c0Smrg    esac
860b35cf2c0Smrg    eval enable_$ac_useropt=no ;;
861b35cf2c0Smrg
862b35cf2c0Smrg  -docdir | --docdir | --docdi | --doc | --do)
863b35cf2c0Smrg    ac_prev=docdir ;;
864b35cf2c0Smrg  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
865b35cf2c0Smrg    docdir=$ac_optarg ;;
866b35cf2c0Smrg
867b35cf2c0Smrg  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
868b35cf2c0Smrg    ac_prev=dvidir ;;
869b35cf2c0Smrg  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
870b35cf2c0Smrg    dvidir=$ac_optarg ;;
871b35cf2c0Smrg
872b35cf2c0Smrg  -enable-* | --enable-*)
873b35cf2c0Smrg    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
874b35cf2c0Smrg    # Reject names that are not valid shell variable names.
875b35cf2c0Smrg    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
876b35cf2c0Smrg      as_fn_error $? "invalid feature name: \`$ac_useropt'"
877b35cf2c0Smrg    ac_useropt_orig=$ac_useropt
878b35cf2c0Smrg    ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
879b35cf2c0Smrg    case $ac_user_opts in
880b35cf2c0Smrg      *"
881b35cf2c0Smrg"enable_$ac_useropt"
882b35cf2c0Smrg"*) ;;
883b35cf2c0Smrg      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
884b35cf2c0Smrg	 ac_unrecognized_sep=', ';;
885b35cf2c0Smrg    esac
886b35cf2c0Smrg    eval enable_$ac_useropt=\$ac_optarg ;;
887b35cf2c0Smrg
888b35cf2c0Smrg  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
889b35cf2c0Smrg  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
890b35cf2c0Smrg  | --exec | --exe | --ex)
891b35cf2c0Smrg    ac_prev=exec_prefix ;;
892b35cf2c0Smrg  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
893b35cf2c0Smrg  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
894b35cf2c0Smrg  | --exec=* | --exe=* | --ex=*)
895b35cf2c0Smrg    exec_prefix=$ac_optarg ;;
896b35cf2c0Smrg
897b35cf2c0Smrg  -gas | --gas | --ga | --g)
898b35cf2c0Smrg    # Obsolete; use --with-gas.
899b35cf2c0Smrg    with_gas=yes ;;
900b35cf2c0Smrg
901b35cf2c0Smrg  -help | --help | --hel | --he | -h)
902b35cf2c0Smrg    ac_init_help=long ;;
903b35cf2c0Smrg  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
904b35cf2c0Smrg    ac_init_help=recursive ;;
905b35cf2c0Smrg  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
906b35cf2c0Smrg    ac_init_help=short ;;
907b35cf2c0Smrg
908b35cf2c0Smrg  -host | --host | --hos | --ho)
909b35cf2c0Smrg    ac_prev=host_alias ;;
910b35cf2c0Smrg  -host=* | --host=* | --hos=* | --ho=*)
911b35cf2c0Smrg    host_alias=$ac_optarg ;;
912b35cf2c0Smrg
913b35cf2c0Smrg  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
914b35cf2c0Smrg    ac_prev=htmldir ;;
915b35cf2c0Smrg  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
916b35cf2c0Smrg  | --ht=*)
917b35cf2c0Smrg    htmldir=$ac_optarg ;;
918b35cf2c0Smrg
919b35cf2c0Smrg  -includedir | --includedir | --includedi | --included | --include \
920b35cf2c0Smrg  | --includ | --inclu | --incl | --inc)
921b35cf2c0Smrg    ac_prev=includedir ;;
922b35cf2c0Smrg  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
923b35cf2c0Smrg  | --includ=* | --inclu=* | --incl=* | --inc=*)
924b35cf2c0Smrg    includedir=$ac_optarg ;;
925b35cf2c0Smrg
926b35cf2c0Smrg  -infodir | --infodir | --infodi | --infod | --info | --inf)
927b35cf2c0Smrg    ac_prev=infodir ;;
928b35cf2c0Smrg  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
929b35cf2c0Smrg    infodir=$ac_optarg ;;
930b35cf2c0Smrg
931b35cf2c0Smrg  -libdir | --libdir | --libdi | --libd)
932b35cf2c0Smrg    ac_prev=libdir ;;
933b35cf2c0Smrg  -libdir=* | --libdir=* | --libdi=* | --libd=*)
934b35cf2c0Smrg    libdir=$ac_optarg ;;
935b35cf2c0Smrg
936b35cf2c0Smrg  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
937b35cf2c0Smrg  | --libexe | --libex | --libe)
938b35cf2c0Smrg    ac_prev=libexecdir ;;
939b35cf2c0Smrg  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
940b35cf2c0Smrg  | --libexe=* | --libex=* | --libe=*)
941b35cf2c0Smrg    libexecdir=$ac_optarg ;;
942b35cf2c0Smrg
943b35cf2c0Smrg  -localedir | --localedir | --localedi | --localed | --locale)
944b35cf2c0Smrg    ac_prev=localedir ;;
945b35cf2c0Smrg  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
946b35cf2c0Smrg    localedir=$ac_optarg ;;
947b35cf2c0Smrg
948b35cf2c0Smrg  -localstatedir | --localstatedir | --localstatedi | --localstated \
949b35cf2c0Smrg  | --localstate | --localstat | --localsta | --localst | --locals)
950b35cf2c0Smrg    ac_prev=localstatedir ;;
951b35cf2c0Smrg  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
952b35cf2c0Smrg  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
953b35cf2c0Smrg    localstatedir=$ac_optarg ;;
954b35cf2c0Smrg
955b35cf2c0Smrg  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
956b35cf2c0Smrg    ac_prev=mandir ;;
957b35cf2c0Smrg  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
958b35cf2c0Smrg    mandir=$ac_optarg ;;
959b35cf2c0Smrg
960b35cf2c0Smrg  -nfp | --nfp | --nf)
961b35cf2c0Smrg    # Obsolete; use --without-fp.
962b35cf2c0Smrg    with_fp=no ;;
963b35cf2c0Smrg
964b35cf2c0Smrg  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
965b35cf2c0Smrg  | --no-cr | --no-c | -n)
966b35cf2c0Smrg    no_create=yes ;;
967b35cf2c0Smrg
968b35cf2c0Smrg  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
969b35cf2c0Smrg  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
970b35cf2c0Smrg    no_recursion=yes ;;
971b35cf2c0Smrg
972b35cf2c0Smrg  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
973b35cf2c0Smrg  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
974b35cf2c0Smrg  | --oldin | --oldi | --old | --ol | --o)
975b35cf2c0Smrg    ac_prev=oldincludedir ;;
976b35cf2c0Smrg  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
977b35cf2c0Smrg  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
978b35cf2c0Smrg  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
979b35cf2c0Smrg    oldincludedir=$ac_optarg ;;
980b35cf2c0Smrg
981b35cf2c0Smrg  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
982b35cf2c0Smrg    ac_prev=prefix ;;
983b35cf2c0Smrg  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
984b35cf2c0Smrg    prefix=$ac_optarg ;;
985b35cf2c0Smrg
986b35cf2c0Smrg  -program-prefix | --program-prefix | --program-prefi | --program-pref \
987b35cf2c0Smrg  | --program-pre | --program-pr | --program-p)
988b35cf2c0Smrg    ac_prev=program_prefix ;;
989b35cf2c0Smrg  -program-prefix=* | --program-prefix=* | --program-prefi=* \
990b35cf2c0Smrg  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
991b35cf2c0Smrg    program_prefix=$ac_optarg ;;
992b35cf2c0Smrg
993b35cf2c0Smrg  -program-suffix | --program-suffix | --program-suffi | --program-suff \
994b35cf2c0Smrg  | --program-suf | --program-su | --program-s)
995b35cf2c0Smrg    ac_prev=program_suffix ;;
996b35cf2c0Smrg  -program-suffix=* | --program-suffix=* | --program-suffi=* \
997b35cf2c0Smrg  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
998b35cf2c0Smrg    program_suffix=$ac_optarg ;;
999b35cf2c0Smrg
1000b35cf2c0Smrg  -program-transform-name | --program-transform-name \
1001b35cf2c0Smrg  | --program-transform-nam | --program-transform-na \
1002b35cf2c0Smrg  | --program-transform-n | --program-transform- \
1003b35cf2c0Smrg  | --program-transform | --program-transfor \
1004b35cf2c0Smrg  | --program-transfo | --program-transf \
1005b35cf2c0Smrg  | --program-trans | --program-tran \
1006b35cf2c0Smrg  | --progr-tra | --program-tr | --program-t)
1007b35cf2c0Smrg    ac_prev=program_transform_name ;;
1008b35cf2c0Smrg  -program-transform-name=* | --program-transform-name=* \
1009b35cf2c0Smrg  | --program-transform-nam=* | --program-transform-na=* \
1010b35cf2c0Smrg  | --program-transform-n=* | --program-transform-=* \
1011b35cf2c0Smrg  | --program-transform=* | --program-transfor=* \
1012b35cf2c0Smrg  | --program-transfo=* | --program-transf=* \
1013b35cf2c0Smrg  | --program-trans=* | --program-tran=* \
1014b35cf2c0Smrg  | --progr-tra=* | --program-tr=* | --program-t=*)
1015b35cf2c0Smrg    program_transform_name=$ac_optarg ;;
1016b35cf2c0Smrg
1017b35cf2c0Smrg  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1018b35cf2c0Smrg    ac_prev=pdfdir ;;
1019b35cf2c0Smrg  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1020b35cf2c0Smrg    pdfdir=$ac_optarg ;;
1021b35cf2c0Smrg
1022b35cf2c0Smrg  -psdir | --psdir | --psdi | --psd | --ps)
1023b35cf2c0Smrg    ac_prev=psdir ;;
1024b35cf2c0Smrg  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1025b35cf2c0Smrg    psdir=$ac_optarg ;;
1026b35cf2c0Smrg
1027b35cf2c0Smrg  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1028b35cf2c0Smrg  | -silent | --silent | --silen | --sile | --sil)
1029b35cf2c0Smrg    silent=yes ;;
1030b35cf2c0Smrg
1031b35cf2c0Smrg  -runstatedir | --runstatedir | --runstatedi | --runstated \
1032b35cf2c0Smrg  | --runstate | --runstat | --runsta | --runst | --runs \
1033b35cf2c0Smrg  | --run | --ru | --r)
1034b35cf2c0Smrg    ac_prev=runstatedir ;;
1035b35cf2c0Smrg  -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1036b35cf2c0Smrg  | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1037b35cf2c0Smrg  | --run=* | --ru=* | --r=*)
1038b35cf2c0Smrg    runstatedir=$ac_optarg ;;
1039b35cf2c0Smrg
1040b35cf2c0Smrg  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1041b35cf2c0Smrg    ac_prev=sbindir ;;
1042b35cf2c0Smrg  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1043b35cf2c0Smrg  | --sbi=* | --sb=*)
1044b35cf2c0Smrg    sbindir=$ac_optarg ;;
1045b35cf2c0Smrg
1046b35cf2c0Smrg  -sharedstatedir | --sharedstatedir | --sharedstatedi \
1047b35cf2c0Smrg  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1048b35cf2c0Smrg  | --sharedst | --shareds | --shared | --share | --shar \
1049b35cf2c0Smrg  | --sha | --sh)
1050b35cf2c0Smrg    ac_prev=sharedstatedir ;;
1051b35cf2c0Smrg  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1052b35cf2c0Smrg  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1053b35cf2c0Smrg  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1054b35cf2c0Smrg  | --sha=* | --sh=*)
1055b35cf2c0Smrg    sharedstatedir=$ac_optarg ;;
1056b35cf2c0Smrg
1057b35cf2c0Smrg  -site | --site | --sit)
1058b35cf2c0Smrg    ac_prev=site ;;
1059b35cf2c0Smrg  -site=* | --site=* | --sit=*)
1060b35cf2c0Smrg    site=$ac_optarg ;;
1061b35cf2c0Smrg
1062b35cf2c0Smrg  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1063b35cf2c0Smrg    ac_prev=srcdir ;;
1064b35cf2c0Smrg  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1065b35cf2c0Smrg    srcdir=$ac_optarg ;;
1066b35cf2c0Smrg
1067b35cf2c0Smrg  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1068b35cf2c0Smrg  | --syscon | --sysco | --sysc | --sys | --sy)
1069b35cf2c0Smrg    ac_prev=sysconfdir ;;
1070b35cf2c0Smrg  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1071b35cf2c0Smrg  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1072b35cf2c0Smrg    sysconfdir=$ac_optarg ;;
1073b35cf2c0Smrg
1074b35cf2c0Smrg  -target | --target | --targe | --targ | --tar | --ta | --t)
1075b35cf2c0Smrg    ac_prev=target_alias ;;
1076b35cf2c0Smrg  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1077b35cf2c0Smrg    target_alias=$ac_optarg ;;
1078b35cf2c0Smrg
1079b35cf2c0Smrg  -v | -verbose | --verbose | --verbos | --verbo | --verb)
1080b35cf2c0Smrg    verbose=yes ;;
1081b35cf2c0Smrg
1082b35cf2c0Smrg  -version | --version | --versio | --versi | --vers | -V)
1083b35cf2c0Smrg    ac_init_version=: ;;
1084b35cf2c0Smrg
1085b35cf2c0Smrg  -with-* | --with-*)
1086b35cf2c0Smrg    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1087b35cf2c0Smrg    # Reject names that are not valid shell variable names.
1088b35cf2c0Smrg    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1089b35cf2c0Smrg      as_fn_error $? "invalid package name: \`$ac_useropt'"
1090b35cf2c0Smrg    ac_useropt_orig=$ac_useropt
1091b35cf2c0Smrg    ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
1092b35cf2c0Smrg    case $ac_user_opts in
1093b35cf2c0Smrg      *"
1094b35cf2c0Smrg"with_$ac_useropt"
1095b35cf2c0Smrg"*) ;;
1096b35cf2c0Smrg      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1097b35cf2c0Smrg	 ac_unrecognized_sep=', ';;
1098b35cf2c0Smrg    esac
1099b35cf2c0Smrg    eval with_$ac_useropt=\$ac_optarg ;;
1100b35cf2c0Smrg
1101b35cf2c0Smrg  -without-* | --without-*)
1102b35cf2c0Smrg    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1103b35cf2c0Smrg    # Reject names that are not valid shell variable names.
1104b35cf2c0Smrg    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1105b35cf2c0Smrg      as_fn_error $? "invalid package name: \`$ac_useropt'"
1106b35cf2c0Smrg    ac_useropt_orig=$ac_useropt
1107b35cf2c0Smrg    ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
1108b35cf2c0Smrg    case $ac_user_opts in
1109b35cf2c0Smrg      *"
1110b35cf2c0Smrg"with_$ac_useropt"
1111b35cf2c0Smrg"*) ;;
1112b35cf2c0Smrg      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1113b35cf2c0Smrg	 ac_unrecognized_sep=', ';;
1114b35cf2c0Smrg    esac
1115b35cf2c0Smrg    eval with_$ac_useropt=no ;;
1116b35cf2c0Smrg
1117b35cf2c0Smrg  --x)
1118b35cf2c0Smrg    # Obsolete; use --with-x.
1119b35cf2c0Smrg    with_x=yes ;;
1120b35cf2c0Smrg
1121b35cf2c0Smrg  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1122b35cf2c0Smrg  | --x-incl | --x-inc | --x-in | --x-i)
1123b35cf2c0Smrg    ac_prev=x_includes ;;
1124b35cf2c0Smrg  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1125b35cf2c0Smrg  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1126b35cf2c0Smrg    x_includes=$ac_optarg ;;
1127b35cf2c0Smrg
1128b35cf2c0Smrg  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1129b35cf2c0Smrg  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1130b35cf2c0Smrg    ac_prev=x_libraries ;;
1131b35cf2c0Smrg  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1132b35cf2c0Smrg  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1133b35cf2c0Smrg    x_libraries=$ac_optarg ;;
1134b35cf2c0Smrg
1135b35cf2c0Smrg  -*) as_fn_error $? "unrecognized option: \`$ac_option'
1136b35cf2c0SmrgTry \`$0 --help' for more information"
1137b35cf2c0Smrg    ;;
1138b35cf2c0Smrg
1139b35cf2c0Smrg  *=*)
1140b35cf2c0Smrg    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1141b35cf2c0Smrg    # Reject names that are not valid shell variable names.
1142b35cf2c0Smrg    case $ac_envvar in #(
1143b35cf2c0Smrg      '' | [0-9]* | *[!_$as_cr_alnum]* )
1144b35cf2c0Smrg      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1145b35cf2c0Smrg    esac
1146b35cf2c0Smrg    eval $ac_envvar=\$ac_optarg
1147b35cf2c0Smrg    export $ac_envvar ;;
1148b35cf2c0Smrg
1149b35cf2c0Smrg  *)
1150b35cf2c0Smrg    # FIXME: should be removed in autoconf 3.0.
1151b35cf2c0Smrg    printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2
1152b35cf2c0Smrg    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1153b35cf2c0Smrg      printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2
1154b35cf2c0Smrg    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1155b35cf2c0Smrg    ;;
1156b35cf2c0Smrg
1157b35cf2c0Smrg  esac
1158b35cf2c0Smrgdone
1159b35cf2c0Smrg
1160b35cf2c0Smrgif test -n "$ac_prev"; then
1161b35cf2c0Smrg  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1162b35cf2c0Smrg  as_fn_error $? "missing argument to $ac_option"
1163b35cf2c0Smrgfi
1164b35cf2c0Smrg
1165b35cf2c0Smrgif test -n "$ac_unrecognized_opts"; then
1166b35cf2c0Smrg  case $enable_option_checking in
1167b35cf2c0Smrg    no) ;;
1168b35cf2c0Smrg    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1169b35cf2c0Smrg    *)     printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1170b35cf2c0Smrg  esac
1171b35cf2c0Smrgfi
1172b35cf2c0Smrg
1173b35cf2c0Smrg# Check all directory arguments for consistency.
1174b35cf2c0Smrgfor ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
1175b35cf2c0Smrg		datadir sysconfdir sharedstatedir localstatedir includedir \
1176b35cf2c0Smrg		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1177b35cf2c0Smrg		libdir localedir mandir runstatedir
1178b35cf2c0Smrgdo
1179b35cf2c0Smrg  eval ac_val=\$$ac_var
1180b35cf2c0Smrg  # Remove trailing slashes.
1181b35cf2c0Smrg  case $ac_val in
1182b35cf2c0Smrg    */ )
1183b35cf2c0Smrg      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1184b35cf2c0Smrg      eval $ac_var=\$ac_val;;
1185b35cf2c0Smrg  esac
1186b35cf2c0Smrg  # Be sure to have absolute directory names.
1187b35cf2c0Smrg  case $ac_val in
1188b35cf2c0Smrg    [\\/$]* | ?:[\\/]* )  continue;;
1189b35cf2c0Smrg    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1190b35cf2c0Smrg  esac
1191b35cf2c0Smrg  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1192b35cf2c0Smrgdone
1193b35cf2c0Smrg
1194b35cf2c0Smrg# There might be people who depend on the old broken behavior: `$host'
1195b35cf2c0Smrg# used to hold the argument of --host etc.
1196b35cf2c0Smrg# FIXME: To remove some day.
1197b35cf2c0Smrgbuild=$build_alias
1198b35cf2c0Smrghost=$host_alias
1199b35cf2c0Smrgtarget=$target_alias
1200b35cf2c0Smrg
1201b35cf2c0Smrg# FIXME: To remove some day.
1202b35cf2c0Smrgif test "x$host_alias" != x; then
1203b35cf2c0Smrg  if test "x$build_alias" = x; then
1204b35cf2c0Smrg    cross_compiling=maybe
1205b35cf2c0Smrg  elif test "x$build_alias" != "x$host_alias"; then
1206b35cf2c0Smrg    cross_compiling=yes
1207b35cf2c0Smrg  fi
1208b35cf2c0Smrgfi
1209b35cf2c0Smrg
1210b35cf2c0Smrgac_tool_prefix=
1211b35cf2c0Smrgtest -n "$host_alias" && ac_tool_prefix=$host_alias-
1212b35cf2c0Smrg
1213b35cf2c0Smrgtest "$silent" = yes && exec 6>/dev/null
1214b35cf2c0Smrg
1215b35cf2c0Smrg
1216b35cf2c0Smrgac_pwd=`pwd` && test -n "$ac_pwd" &&
1217b35cf2c0Smrgac_ls_di=`ls -di .` &&
1218b35cf2c0Smrgac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1219b35cf2c0Smrg  as_fn_error $? "working directory cannot be determined"
1220b35cf2c0Smrgtest "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1221b35cf2c0Smrg  as_fn_error $? "pwd does not report name of working directory"
1222b35cf2c0Smrg
1223b35cf2c0Smrg
1224b35cf2c0Smrg# Find the source files, if location was not specified.
1225b35cf2c0Smrgif test -z "$srcdir"; then
1226b35cf2c0Smrg  ac_srcdir_defaulted=yes
1227b35cf2c0Smrg  # Try the directory containing this script, then the parent directory.
1228b35cf2c0Smrg  ac_confdir=`$as_dirname -- "$as_myself" ||
1229b35cf2c0Smrg$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1230b35cf2c0Smrg	 X"$as_myself" : 'X\(//\)[^/]' \| \
1231b35cf2c0Smrg	 X"$as_myself" : 'X\(//\)$' \| \
1232b35cf2c0Smrg	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1233b35cf2c0Smrgprintf "%s\n" X"$as_myself" |
1234b35cf2c0Smrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1235b35cf2c0Smrg	    s//\1/
1236b35cf2c0Smrg	    q
1237b35cf2c0Smrg	  }
1238b35cf2c0Smrg	  /^X\(\/\/\)[^/].*/{
1239b35cf2c0Smrg	    s//\1/
1240b35cf2c0Smrg	    q
1241b35cf2c0Smrg	  }
1242b35cf2c0Smrg	  /^X\(\/\/\)$/{
1243b35cf2c0Smrg	    s//\1/
1244b35cf2c0Smrg	    q
1245b35cf2c0Smrg	  }
1246b35cf2c0Smrg	  /^X\(\/\).*/{
1247b35cf2c0Smrg	    s//\1/
1248b35cf2c0Smrg	    q
1249b35cf2c0Smrg	  }
1250b35cf2c0Smrg	  s/.*/./; q'`
1251b35cf2c0Smrg  srcdir=$ac_confdir
1252b35cf2c0Smrg  if test ! -r "$srcdir/$ac_unique_file"; then
1253b35cf2c0Smrg    srcdir=..
1254b35cf2c0Smrg  fi
1255b35cf2c0Smrgelse
1256b35cf2c0Smrg  ac_srcdir_defaulted=no
1257b35cf2c0Smrgfi
1258b35cf2c0Smrgif test ! -r "$srcdir/$ac_unique_file"; then
1259b35cf2c0Smrg  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1260b35cf2c0Smrg  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1261b35cf2c0Smrgfi
1262b35cf2c0Smrgac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1263b35cf2c0Smrgac_abs_confdir=`(
1264b35cf2c0Smrg	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1265b35cf2c0Smrg	pwd)`
1266b35cf2c0Smrg# When building in place, set srcdir=.
1267b35cf2c0Smrgif test "$ac_abs_confdir" = "$ac_pwd"; then
1268b35cf2c0Smrg  srcdir=.
1269b35cf2c0Smrgfi
1270b35cf2c0Smrg# Remove unnecessary trailing slashes from srcdir.
1271b35cf2c0Smrg# Double slashes in file names in object file debugging info
1272b35cf2c0Smrg# mess up M-x gdb in Emacs.
1273b35cf2c0Smrgcase $srcdir in
1274b35cf2c0Smrg*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1275b35cf2c0Smrgesac
1276b35cf2c0Smrgfor ac_var in $ac_precious_vars; do
1277b35cf2c0Smrg  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1278b35cf2c0Smrg  eval ac_env_${ac_var}_value=\$${ac_var}
1279b35cf2c0Smrg  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1280b35cf2c0Smrg  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1281b35cf2c0Smrgdone
1282b35cf2c0Smrg
1283b35cf2c0Smrg#
1284b35cf2c0Smrg# Report the --help message.
1285b35cf2c0Smrg#
1286b35cf2c0Smrgif test "$ac_init_help" = "long"; then
1287b35cf2c0Smrg  # Omit some internal or obsolete options to make the list less imposing.
1288b35cf2c0Smrg  # This message is too long to be a string in the A/UX 3.1 sh.
1289b35cf2c0Smrg  cat <<_ACEOF
1290b35cf2c0Smrg\`configure' configures font-cronyx-cyrillic 1.0.4 to adapt to many kinds of systems.
1291b35cf2c0Smrg
1292b35cf2c0SmrgUsage: $0 [OPTION]... [VAR=VALUE]...
1293b35cf2c0Smrg
1294b35cf2c0SmrgTo assign environment variables (e.g., CC, CFLAGS...), specify them as
1295b35cf2c0SmrgVAR=VALUE.  See below for descriptions of some of the useful variables.
1296b35cf2c0Smrg
1297b35cf2c0SmrgDefaults for the options are specified in brackets.
1298b35cf2c0Smrg
1299b35cf2c0SmrgConfiguration:
1300b35cf2c0Smrg  -h, --help              display this help and exit
1301b35cf2c0Smrg      --help=short        display options specific to this package
1302b35cf2c0Smrg      --help=recursive    display the short help of all the included packages
1303b35cf2c0Smrg  -V, --version           display version information and exit
1304b35cf2c0Smrg  -q, --quiet, --silent   do not print \`checking ...' messages
1305b35cf2c0Smrg      --cache-file=FILE   cache test results in FILE [disabled]
1306b35cf2c0Smrg  -C, --config-cache      alias for \`--cache-file=config.cache'
1307b35cf2c0Smrg  -n, --no-create         do not create output files
1308b35cf2c0Smrg      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1309b35cf2c0Smrg
1310b35cf2c0SmrgInstallation directories:
1311b35cf2c0Smrg  --prefix=PREFIX         install architecture-independent files in PREFIX
1312b35cf2c0Smrg                          [$ac_default_prefix]
1313b35cf2c0Smrg  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1314b35cf2c0Smrg                          [PREFIX]
1315b35cf2c0Smrg
1316b35cf2c0SmrgBy default, \`make install' will install all the files in
1317b35cf2c0Smrg\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1318b35cf2c0Smrgan installation prefix other than \`$ac_default_prefix' using \`--prefix',
1319b35cf2c0Smrgfor instance \`--prefix=\$HOME'.
1320b35cf2c0Smrg
1321b35cf2c0SmrgFor better control, use the options below.
1322b35cf2c0Smrg
1323b35cf2c0SmrgFine tuning of the installation directories:
1324b35cf2c0Smrg  --bindir=DIR            user executables [EPREFIX/bin]
1325b35cf2c0Smrg  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1326b35cf2c0Smrg  --libexecdir=DIR        program executables [EPREFIX/libexec]
1327b35cf2c0Smrg  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1328b35cf2c0Smrg  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1329b35cf2c0Smrg  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1330b35cf2c0Smrg  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
1331b35cf2c0Smrg  --libdir=DIR            object code libraries [EPREFIX/lib]
1332b35cf2c0Smrg  --includedir=DIR        C header files [PREFIX/include]
1333b35cf2c0Smrg  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1334b35cf2c0Smrg  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1335b35cf2c0Smrg  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1336b35cf2c0Smrg  --infodir=DIR           info documentation [DATAROOTDIR/info]
1337b35cf2c0Smrg  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1338b35cf2c0Smrg  --mandir=DIR            man documentation [DATAROOTDIR/man]
1339b35cf2c0Smrg  --docdir=DIR            documentation root
1340b35cf2c0Smrg                          [DATAROOTDIR/doc/font-cronyx-cyrillic]
1341b35cf2c0Smrg  --htmldir=DIR           html documentation [DOCDIR]
1342b35cf2c0Smrg  --dvidir=DIR            dvi documentation [DOCDIR]
1343b35cf2c0Smrg  --pdfdir=DIR            pdf documentation [DOCDIR]
1344b35cf2c0Smrg  --psdir=DIR             ps documentation [DOCDIR]
1345b35cf2c0Smrg_ACEOF
1346b35cf2c0Smrg
1347b35cf2c0Smrg  cat <<\_ACEOF
1348b35cf2c0Smrg
1349b35cf2c0SmrgProgram names:
1350b35cf2c0Smrg  --program-prefix=PREFIX            prepend PREFIX to installed program names
1351b35cf2c0Smrg  --program-suffix=SUFFIX            append SUFFIX to installed program names
1352b35cf2c0Smrg  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1353b35cf2c0Smrg
1354b35cf2c0SmrgSystem types:
1355b35cf2c0Smrg  --build=BUILD     configure for building on BUILD [guessed]
1356b35cf2c0Smrg  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1357b35cf2c0Smrg_ACEOF
1358b35cf2c0Smrgfi
1359b35cf2c0Smrg
1360b35cf2c0Smrgif test -n "$ac_init_help"; then
1361b35cf2c0Smrg  case $ac_init_help in
1362b35cf2c0Smrg     short | recursive ) echo "Configuration of font-cronyx-cyrillic 1.0.4:";;
1363b35cf2c0Smrg   esac
1364b35cf2c0Smrg  cat <<\_ACEOF
1365b35cf2c0Smrg
1366b35cf2c0SmrgOptional Features:
1367b35cf2c0Smrg  --disable-option-checking  ignore unrecognized --enable/--with options
1368b35cf2c0Smrg  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1369b35cf2c0Smrg  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1370b35cf2c0Smrg  --enable-silent-rules   less verbose build output (undo: "make V=1")
1371b35cf2c0Smrg  --disable-silent-rules  verbose build output (undo: "make V=0")
1372b35cf2c0Smrg
1373b35cf2c0SmrgOptional Packages:
1374b35cf2c0Smrg  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1375b35cf2c0Smrg  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1376b35cf2c0Smrg  --with-fontrootdir=DIR  Path to root directory for font files
1377b35cf2c0Smrg  --with-fontdir=DIR      Path to cyrillic files [FONTROOTDIR/cyrillic]
1378b35cf2c0Smrg  --with-compression=<no|compress|gzip|bzip2>
1379b35cf2c0Smrg                          compression method to use on pcf fonts
1380b35cf2c0Smrg
1381b35cf2c0SmrgSome influential environment variables:
1382b35cf2c0Smrg  PKG_CONFIG  path to pkg-config utility
1383b35cf2c0Smrg  PKG_CONFIG_PATH
1384b35cf2c0Smrg              directories to add to pkg-config's search path
1385b35cf2c0Smrg  PKG_CONFIG_LIBDIR
1386b35cf2c0Smrg              path overriding pkg-config's built-in search path
1387b35cf2c0Smrg
1388b35cf2c0SmrgUse these variables to override the choices made by `configure' or to help
1389b35cf2c0Smrgit to find libraries and programs with nonstandard names/locations.
1390b35cf2c0Smrg
1391b35cf2c0SmrgReport bugs to <https://gitlab.freedesktop.org/xorg/font/cronyx-cyrillic/-/issues>.
1392b35cf2c0Smrg_ACEOF
1393b35cf2c0Smrgac_status=$?
1394b35cf2c0Smrgfi
1395b35cf2c0Smrg
1396b35cf2c0Smrgif test "$ac_init_help" = "recursive"; then
1397b35cf2c0Smrg  # If there are subdirs, report their specific --help.
1398b35cf2c0Smrg  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1399b35cf2c0Smrg    test -d "$ac_dir" ||
1400b35cf2c0Smrg      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1401b35cf2c0Smrg      continue
1402b35cf2c0Smrg    ac_builddir=.
1403b35cf2c0Smrg
1404b35cf2c0Smrgcase "$ac_dir" in
1405b35cf2c0Smrg.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1406b35cf2c0Smrg*)
1407b35cf2c0Smrg  ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
1408b35cf2c0Smrg  # A ".." for each directory in $ac_dir_suffix.
1409b35cf2c0Smrg  ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1410b35cf2c0Smrg  case $ac_top_builddir_sub in
1411b35cf2c0Smrg  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1412b35cf2c0Smrg  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1413b35cf2c0Smrg  esac ;;
1414b35cf2c0Smrgesac
1415b35cf2c0Smrgac_abs_top_builddir=$ac_pwd
1416b35cf2c0Smrgac_abs_builddir=$ac_pwd$ac_dir_suffix
1417b35cf2c0Smrg# for backward compatibility:
1418b35cf2c0Smrgac_top_builddir=$ac_top_build_prefix
1419b35cf2c0Smrg
1420b35cf2c0Smrgcase $srcdir in
1421b35cf2c0Smrg  .)  # We are building in place.
1422b35cf2c0Smrg    ac_srcdir=.
1423b35cf2c0Smrg    ac_top_srcdir=$ac_top_builddir_sub
1424b35cf2c0Smrg    ac_abs_top_srcdir=$ac_pwd ;;
1425b35cf2c0Smrg  [\\/]* | ?:[\\/]* )  # Absolute name.
1426b35cf2c0Smrg    ac_srcdir=$srcdir$ac_dir_suffix;
1427b35cf2c0Smrg    ac_top_srcdir=$srcdir
1428b35cf2c0Smrg    ac_abs_top_srcdir=$srcdir ;;
1429b35cf2c0Smrg  *) # Relative name.
1430b35cf2c0Smrg    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1431b35cf2c0Smrg    ac_top_srcdir=$ac_top_build_prefix$srcdir
1432b35cf2c0Smrg    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1433b35cf2c0Smrgesac
1434b35cf2c0Smrgac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1435b35cf2c0Smrg
1436b35cf2c0Smrg    cd "$ac_dir" || { ac_status=$?; continue; }
1437b35cf2c0Smrg    # Check for configure.gnu first; this name is used for a wrapper for
1438b35cf2c0Smrg    # Metaconfig's "Configure" on case-insensitive file systems.
1439b35cf2c0Smrg    if test -f "$ac_srcdir/configure.gnu"; then
1440b35cf2c0Smrg      echo &&
1441b35cf2c0Smrg      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1442b35cf2c0Smrg    elif test -f "$ac_srcdir/configure"; then
1443b35cf2c0Smrg      echo &&
1444b35cf2c0Smrg      $SHELL "$ac_srcdir/configure" --help=recursive
1445b35cf2c0Smrg    else
1446b35cf2c0Smrg      printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1447b35cf2c0Smrg    fi || ac_status=$?
1448b35cf2c0Smrg    cd "$ac_pwd" || { ac_status=$?; break; }
1449b35cf2c0Smrg  done
1450b35cf2c0Smrgfi
1451b35cf2c0Smrg
1452b35cf2c0Smrgtest -n "$ac_init_help" && exit $ac_status
1453b35cf2c0Smrgif $ac_init_version; then
1454b35cf2c0Smrg  cat <<\_ACEOF
1455b35cf2c0Smrgfont-cronyx-cyrillic configure 1.0.4
1456b35cf2c0Smrggenerated by GNU Autoconf 2.71
1457b35cf2c0Smrg
1458b35cf2c0SmrgCopyright (C) 2021 Free Software Foundation, Inc.
1459b35cf2c0SmrgThis configure script is free software; the Free Software Foundation
1460b35cf2c0Smrggives unlimited permission to copy, distribute and modify it.
1461b35cf2c0Smrg_ACEOF
1462b35cf2c0Smrg  exit
1463b35cf2c0Smrgfi
1464b35cf2c0Smrg
1465b35cf2c0Smrg## ------------------------ ##
1466b35cf2c0Smrg## Autoconf initialization. ##
1467b35cf2c0Smrg## ------------------------ ##
1468b35cf2c0Smrgac_configure_args_raw=
1469b35cf2c0Smrgfor ac_arg
1470b35cf2c0Smrgdo
1471b35cf2c0Smrg  case $ac_arg in
1472b35cf2c0Smrg  *\'*)
1473b35cf2c0Smrg    ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1474b35cf2c0Smrg  esac
1475b35cf2c0Smrg  as_fn_append ac_configure_args_raw " '$ac_arg'"
1476b35cf2c0Smrgdone
1477b35cf2c0Smrg
1478b35cf2c0Smrgcase $ac_configure_args_raw in
1479b35cf2c0Smrg  *$as_nl*)
1480b35cf2c0Smrg    ac_safe_unquote= ;;
1481b35cf2c0Smrg  *)
1482b35cf2c0Smrg    ac_unsafe_z='|&;<>()$`\\"*?[ ''	' # This string ends in space, tab.
1483b35cf2c0Smrg    ac_unsafe_a="$ac_unsafe_z#~"
1484b35cf2c0Smrg    ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g"
1485b35cf2c0Smrg    ac_configure_args_raw=`      printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;;
1486b35cf2c0Smrgesac
1487b35cf2c0Smrg
1488b35cf2c0Smrgcat >config.log <<_ACEOF
1489b35cf2c0SmrgThis file contains any messages produced by compilers while
1490b35cf2c0Smrgrunning configure, to aid debugging if configure makes a mistake.
1491b35cf2c0Smrg
1492b35cf2c0SmrgIt was created by font-cronyx-cyrillic $as_me 1.0.4, which was
1493b35cf2c0Smrggenerated by GNU Autoconf 2.71.  Invocation command line was
1494b35cf2c0Smrg
1495b35cf2c0Smrg  $ $0$ac_configure_args_raw
1496b35cf2c0Smrg
1497b35cf2c0Smrg_ACEOF
1498b35cf2c0Smrgexec 5>>config.log
1499b35cf2c0Smrg{
1500b35cf2c0Smrgcat <<_ASUNAME
1501b35cf2c0Smrg## --------- ##
1502b35cf2c0Smrg## Platform. ##
1503b35cf2c0Smrg## --------- ##
1504b35cf2c0Smrg
1505b35cf2c0Smrghostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1506b35cf2c0Smrguname -m = `(uname -m) 2>/dev/null || echo unknown`
1507b35cf2c0Smrguname -r = `(uname -r) 2>/dev/null || echo unknown`
1508b35cf2c0Smrguname -s = `(uname -s) 2>/dev/null || echo unknown`
1509b35cf2c0Smrguname -v = `(uname -v) 2>/dev/null || echo unknown`
1510b35cf2c0Smrg
1511b35cf2c0Smrg/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1512b35cf2c0Smrg/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1513b35cf2c0Smrg
1514b35cf2c0Smrg/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1515b35cf2c0Smrg/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1516b35cf2c0Smrg/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1517b35cf2c0Smrg/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1518b35cf2c0Smrg/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1519b35cf2c0Smrg/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1520b35cf2c0Smrg/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1521b35cf2c0Smrg
1522b35cf2c0Smrg_ASUNAME
1523b35cf2c0Smrg
1524b35cf2c0Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1525b35cf2c0Smrgfor as_dir in $PATH
1526b35cf2c0Smrgdo
1527b35cf2c0Smrg  IFS=$as_save_IFS
1528b35cf2c0Smrg  case $as_dir in #(((
1529b35cf2c0Smrg    '') as_dir=./ ;;
1530b35cf2c0Smrg    */) ;;
1531b35cf2c0Smrg    *) as_dir=$as_dir/ ;;
1532b35cf2c0Smrg  esac
1533b35cf2c0Smrg    printf "%s\n" "PATH: $as_dir"
1534b35cf2c0Smrg  done
1535b35cf2c0SmrgIFS=$as_save_IFS
1536b35cf2c0Smrg
1537b35cf2c0Smrg} >&5
1538b35cf2c0Smrg
1539b35cf2c0Smrgcat >&5 <<_ACEOF
1540b35cf2c0Smrg
1541b35cf2c0Smrg
1542b35cf2c0Smrg## ----------- ##
1543b35cf2c0Smrg## Core tests. ##
1544b35cf2c0Smrg## ----------- ##
1545b35cf2c0Smrg
1546b35cf2c0Smrg_ACEOF
1547b35cf2c0Smrg
1548b35cf2c0Smrg
1549b35cf2c0Smrg# Keep a trace of the command line.
1550b35cf2c0Smrg# Strip out --no-create and --no-recursion so they do not pile up.
1551b35cf2c0Smrg# Strip out --silent because we don't want to record it for future runs.
1552b35cf2c0Smrg# Also quote any args containing shell meta-characters.
1553b35cf2c0Smrg# Make two passes to allow for proper duplicate-argument suppression.
1554b35cf2c0Smrgac_configure_args=
1555b35cf2c0Smrgac_configure_args0=
1556b35cf2c0Smrgac_configure_args1=
1557b35cf2c0Smrgac_must_keep_next=false
1558b35cf2c0Smrgfor ac_pass in 1 2
1559b35cf2c0Smrgdo
1560b35cf2c0Smrg  for ac_arg
1561b35cf2c0Smrg  do
1562b35cf2c0Smrg    case $ac_arg in
1563b35cf2c0Smrg    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1564b35cf2c0Smrg    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1565b35cf2c0Smrg    | -silent | --silent | --silen | --sile | --sil)
1566b35cf2c0Smrg      continue ;;
1567b35cf2c0Smrg    *\'*)
1568b35cf2c0Smrg      ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1569b35cf2c0Smrg    esac
1570b35cf2c0Smrg    case $ac_pass in
1571b35cf2c0Smrg    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1572b35cf2c0Smrg    2)
1573b35cf2c0Smrg      as_fn_append ac_configure_args1 " '$ac_arg'"
1574b35cf2c0Smrg      if test $ac_must_keep_next = true; then
1575b35cf2c0Smrg	ac_must_keep_next=false # Got value, back to normal.
1576b35cf2c0Smrg      else
1577b35cf2c0Smrg	case $ac_arg in
1578b35cf2c0Smrg	  *=* | --config-cache | -C | -disable-* | --disable-* \
1579b35cf2c0Smrg	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1580b35cf2c0Smrg	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1581b35cf2c0Smrg	  | -with-* | --with-* | -without-* | --without-* | --x)
1582b35cf2c0Smrg	    case "$ac_configure_args0 " in
1583b35cf2c0Smrg	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1584b35cf2c0Smrg	    esac
1585b35cf2c0Smrg	    ;;
1586b35cf2c0Smrg	  -* ) ac_must_keep_next=true ;;
1587b35cf2c0Smrg	esac
1588b35cf2c0Smrg      fi
1589b35cf2c0Smrg      as_fn_append ac_configure_args " '$ac_arg'"
1590b35cf2c0Smrg      ;;
1591b35cf2c0Smrg    esac
1592b35cf2c0Smrg  done
1593b35cf2c0Smrgdone
1594b35cf2c0Smrg{ ac_configure_args0=; unset ac_configure_args0;}
1595b35cf2c0Smrg{ ac_configure_args1=; unset ac_configure_args1;}
1596b35cf2c0Smrg
1597b35cf2c0Smrg# When interrupted or exit'd, cleanup temporary files, and complete
1598b35cf2c0Smrg# config.log.  We remove comments because anyway the quotes in there
1599b35cf2c0Smrg# would cause problems or look ugly.
1600b35cf2c0Smrg# WARNING: Use '\'' to represent an apostrophe within the trap.
1601b35cf2c0Smrg# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1602b35cf2c0Smrgtrap 'exit_status=$?
1603b35cf2c0Smrg  # Sanitize IFS.
1604b35cf2c0Smrg  IFS=" ""	$as_nl"
1605b35cf2c0Smrg  # Save into config.log some information that might help in debugging.
1606b35cf2c0Smrg  {
1607b35cf2c0Smrg    echo
1608b35cf2c0Smrg
1609b35cf2c0Smrg    printf "%s\n" "## ---------------- ##
1610b35cf2c0Smrg## Cache variables. ##
1611b35cf2c0Smrg## ---------------- ##"
1612b35cf2c0Smrg    echo
1613b35cf2c0Smrg    # The following way of writing the cache mishandles newlines in values,
1614b35cf2c0Smrg(
1615b35cf2c0Smrg  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1616b35cf2c0Smrg    eval ac_val=\$$ac_var
1617b35cf2c0Smrg    case $ac_val in #(
1618b35cf2c0Smrg    *${as_nl}*)
1619b35cf2c0Smrg      case $ac_var in #(
1620b35cf2c0Smrg      *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1621b35cf2c0Smrgprintf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1622b35cf2c0Smrg      esac
1623b35cf2c0Smrg      case $ac_var in #(
1624b35cf2c0Smrg      _ | IFS | as_nl) ;; #(
1625b35cf2c0Smrg      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1626b35cf2c0Smrg      *) { eval $ac_var=; unset $ac_var;} ;;
1627b35cf2c0Smrg      esac ;;
1628b35cf2c0Smrg    esac
1629b35cf2c0Smrg  done
1630b35cf2c0Smrg  (set) 2>&1 |
1631b35cf2c0Smrg    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1632b35cf2c0Smrg    *${as_nl}ac_space=\ *)
1633b35cf2c0Smrg      sed -n \
1634b35cf2c0Smrg	"s/'\''/'\''\\\\'\'''\''/g;
1635b35cf2c0Smrg	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1636b35cf2c0Smrg      ;; #(
1637b35cf2c0Smrg    *)
1638b35cf2c0Smrg      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1639b35cf2c0Smrg      ;;
1640b35cf2c0Smrg    esac |
1641b35cf2c0Smrg    sort
1642b35cf2c0Smrg)
1643b35cf2c0Smrg    echo
1644b35cf2c0Smrg
1645b35cf2c0Smrg    printf "%s\n" "## ----------------- ##
1646b35cf2c0Smrg## Output variables. ##
1647b35cf2c0Smrg## ----------------- ##"
1648b35cf2c0Smrg    echo
1649b35cf2c0Smrg    for ac_var in $ac_subst_vars
1650b35cf2c0Smrg    do
1651b35cf2c0Smrg      eval ac_val=\$$ac_var
1652b35cf2c0Smrg      case $ac_val in
1653b35cf2c0Smrg      *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1654b35cf2c0Smrg      esac
1655b35cf2c0Smrg      printf "%s\n" "$ac_var='\''$ac_val'\''"
1656b35cf2c0Smrg    done | sort
1657b35cf2c0Smrg    echo
1658b35cf2c0Smrg
1659b35cf2c0Smrg    if test -n "$ac_subst_files"; then
1660b35cf2c0Smrg      printf "%s\n" "## ------------------- ##
1661b35cf2c0Smrg## File substitutions. ##
1662b35cf2c0Smrg## ------------------- ##"
1663b35cf2c0Smrg      echo
1664b35cf2c0Smrg      for ac_var in $ac_subst_files
1665b35cf2c0Smrg      do
1666b35cf2c0Smrg	eval ac_val=\$$ac_var
1667b35cf2c0Smrg	case $ac_val in
1668b35cf2c0Smrg	*\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1669b35cf2c0Smrg	esac
1670b35cf2c0Smrg	printf "%s\n" "$ac_var='\''$ac_val'\''"
1671b35cf2c0Smrg      done | sort
1672b35cf2c0Smrg      echo
1673b35cf2c0Smrg    fi
1674b35cf2c0Smrg
1675b35cf2c0Smrg    if test -s confdefs.h; then
1676b35cf2c0Smrg      printf "%s\n" "## ----------- ##
1677b35cf2c0Smrg## confdefs.h. ##
1678b35cf2c0Smrg## ----------- ##"
1679b35cf2c0Smrg      echo
1680b35cf2c0Smrg      cat confdefs.h
1681b35cf2c0Smrg      echo
1682b35cf2c0Smrg    fi
1683b35cf2c0Smrg    test "$ac_signal" != 0 &&
1684b35cf2c0Smrg      printf "%s\n" "$as_me: caught signal $ac_signal"
1685b35cf2c0Smrg    printf "%s\n" "$as_me: exit $exit_status"
1686b35cf2c0Smrg  } >&5
1687b35cf2c0Smrg  rm -f core *.core core.conftest.* &&
1688b35cf2c0Smrg    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1689b35cf2c0Smrg    exit $exit_status
1690b35cf2c0Smrg' 0
1691b35cf2c0Smrgfor ac_signal in 1 2 13 15; do
1692b35cf2c0Smrg  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1693b35cf2c0Smrgdone
1694b35cf2c0Smrgac_signal=0
1695b35cf2c0Smrg
1696b35cf2c0Smrg# confdefs.h avoids OS command line length limits that DEFS can exceed.
1697b35cf2c0Smrgrm -f -r conftest* confdefs.h
1698b35cf2c0Smrg
1699b35cf2c0Smrgprintf "%s\n" "/* confdefs.h */" > confdefs.h
1700b35cf2c0Smrg
1701b35cf2c0Smrg# Predefined preprocessor variables.
1702b35cf2c0Smrg
1703b35cf2c0Smrgprintf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h
1704b35cf2c0Smrg
1705b35cf2c0Smrgprintf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h
1706b35cf2c0Smrg
1707b35cf2c0Smrgprintf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h
1708b35cf2c0Smrg
1709b35cf2c0Smrgprintf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h
1710b35cf2c0Smrg
1711b35cf2c0Smrgprintf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h
1712b35cf2c0Smrg
1713b35cf2c0Smrgprintf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h
1714b35cf2c0Smrg
1715b35cf2c0Smrg
1716b35cf2c0Smrg# Let the site file select an alternate cache file if it wants to.
1717b35cf2c0Smrg# Prefer an explicitly selected file to automatically selected ones.
1718b35cf2c0Smrgif test -n "$CONFIG_SITE"; then
1719b35cf2c0Smrg  ac_site_files="$CONFIG_SITE"
1720b35cf2c0Smrgelif test "x$prefix" != xNONE; then
1721b35cf2c0Smrg  ac_site_files="$prefix/share/config.site $prefix/etc/config.site"
1722b35cf2c0Smrgelse
1723b35cf2c0Smrg  ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1724b35cf2c0Smrgfi
1725b35cf2c0Smrg
1726b35cf2c0Smrgfor ac_site_file in $ac_site_files
1727b35cf2c0Smrgdo
1728b35cf2c0Smrg  case $ac_site_file in #(
1729b35cf2c0Smrg  */*) :
1730b35cf2c0Smrg     ;; #(
1731b35cf2c0Smrg  *) :
1732b35cf2c0Smrg    ac_site_file=./$ac_site_file ;;
1733b35cf2c0Smrgesac
1734b35cf2c0Smrg  if test -f "$ac_site_file" && test -r "$ac_site_file"; then
1735b35cf2c0Smrg    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1736b35cf2c0Smrgprintf "%s\n" "$as_me: loading site script $ac_site_file" >&6;}
1737b35cf2c0Smrg    sed 's/^/| /' "$ac_site_file" >&5
1738b35cf2c0Smrg    . "$ac_site_file" \
1739b35cf2c0Smrg      || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1740b35cf2c0Smrgprintf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1741b35cf2c0Smrgas_fn_error $? "failed to load site script $ac_site_file
1742b35cf2c0SmrgSee \`config.log' for more details" "$LINENO" 5; }
1743b35cf2c0Smrg  fi
1744b35cf2c0Smrgdone
1745b35cf2c0Smrg
1746b35cf2c0Smrgif test -r "$cache_file"; then
1747b35cf2c0Smrg  # Some versions of bash will fail to source /dev/null (special files
1748b35cf2c0Smrg  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
1749b35cf2c0Smrg  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1750b35cf2c0Smrg    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1751b35cf2c0Smrgprintf "%s\n" "$as_me: loading cache $cache_file" >&6;}
1752b35cf2c0Smrg    case $cache_file in
1753b35cf2c0Smrg      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1754b35cf2c0Smrg      *)                      . "./$cache_file";;
1755b35cf2c0Smrg    esac
1756b35cf2c0Smrg  fi
1757b35cf2c0Smrgelse
1758b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1759b35cf2c0Smrgprintf "%s\n" "$as_me: creating cache $cache_file" >&6;}
1760b35cf2c0Smrg  >$cache_file
1761b35cf2c0Smrgfi
1762b35cf2c0Smrg
1763b35cf2c0Smrg
1764b35cf2c0Smrg# Auxiliary files required by this configure script.
1765b35cf2c0Smrgac_aux_files="config.guess config.sub missing install-sh"
1766b35cf2c0Smrg
1767b35cf2c0Smrg# Locations in which to look for auxiliary files.
1768b35cf2c0Smrgac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.."
1769b35cf2c0Smrg
1770b35cf2c0Smrg# Search for a directory containing all of the required auxiliary files,
1771b35cf2c0Smrg# $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates.
1772b35cf2c0Smrg# If we don't find one directory that contains all the files we need,
1773b35cf2c0Smrg# we report the set of missing files from the *first* directory in
1774b35cf2c0Smrg# $ac_aux_dir_candidates and give up.
1775b35cf2c0Smrgac_missing_aux_files=""
1776b35cf2c0Smrgac_first_candidate=:
1777b35cf2c0Smrgprintf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5
1778b35cf2c0Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1779b35cf2c0Smrgas_found=false
1780b35cf2c0Smrgfor as_dir in $ac_aux_dir_candidates
1781b35cf2c0Smrgdo
1782b35cf2c0Smrg  IFS=$as_save_IFS
1783b35cf2c0Smrg  case $as_dir in #(((
1784b35cf2c0Smrg    '') as_dir=./ ;;
1785b35cf2c0Smrg    */) ;;
1786b35cf2c0Smrg    *) as_dir=$as_dir/ ;;
1787b35cf2c0Smrg  esac
1788b35cf2c0Smrg  as_found=:
1789b35cf2c0Smrg
1790b35cf2c0Smrg  printf "%s\n" "$as_me:${as_lineno-$LINENO}:  trying $as_dir" >&5
1791b35cf2c0Smrg  ac_aux_dir_found=yes
1792b35cf2c0Smrg  ac_install_sh=
1793b35cf2c0Smrg  for ac_aux in $ac_aux_files
1794b35cf2c0Smrg  do
1795b35cf2c0Smrg    # As a special case, if "install-sh" is required, that requirement
1796b35cf2c0Smrg    # can be satisfied by any of "install-sh", "install.sh", or "shtool",
1797b35cf2c0Smrg    # and $ac_install_sh is set appropriately for whichever one is found.
1798b35cf2c0Smrg    if test x"$ac_aux" = x"install-sh"
1799b35cf2c0Smrg    then
1800b35cf2c0Smrg      if test -f "${as_dir}install-sh"; then
1801b35cf2c0Smrg        printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}install-sh found" >&5
1802b35cf2c0Smrg        ac_install_sh="${as_dir}install-sh -c"
1803b35cf2c0Smrg      elif test -f "${as_dir}install.sh"; then
1804b35cf2c0Smrg        printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}install.sh found" >&5
1805b35cf2c0Smrg        ac_install_sh="${as_dir}install.sh -c"
1806b35cf2c0Smrg      elif test -f "${as_dir}shtool"; then
1807b35cf2c0Smrg        printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}shtool found" >&5
1808b35cf2c0Smrg        ac_install_sh="${as_dir}shtool install -c"
1809b35cf2c0Smrg      else
1810b35cf2c0Smrg        ac_aux_dir_found=no
1811b35cf2c0Smrg        if $ac_first_candidate; then
1812b35cf2c0Smrg          ac_missing_aux_files="${ac_missing_aux_files} install-sh"
1813b35cf2c0Smrg        else
1814b35cf2c0Smrg          break
1815b35cf2c0Smrg        fi
1816b35cf2c0Smrg      fi
1817b35cf2c0Smrg    else
1818b35cf2c0Smrg      if test -f "${as_dir}${ac_aux}"; then
1819b35cf2c0Smrg        printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}${ac_aux} found" >&5
1820b35cf2c0Smrg      else
1821b35cf2c0Smrg        ac_aux_dir_found=no
1822b35cf2c0Smrg        if $ac_first_candidate; then
1823b35cf2c0Smrg          ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}"
1824b35cf2c0Smrg        else
1825b35cf2c0Smrg          break
1826b35cf2c0Smrg        fi
1827b35cf2c0Smrg      fi
1828b35cf2c0Smrg    fi
1829b35cf2c0Smrg  done
1830b35cf2c0Smrg  if test "$ac_aux_dir_found" = yes; then
1831b35cf2c0Smrg    ac_aux_dir="$as_dir"
1832b35cf2c0Smrg    break
1833b35cf2c0Smrg  fi
1834b35cf2c0Smrg  ac_first_candidate=false
1835b35cf2c0Smrg
1836b35cf2c0Smrg  as_found=false
1837b35cf2c0Smrgdone
1838b35cf2c0SmrgIFS=$as_save_IFS
1839b35cf2c0Smrgif $as_found
1840b35cf2c0Smrgthen :
1841b35cf2c0Smrg
1842b35cf2c0Smrgelse $as_nop
1843b35cf2c0Smrg  as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5
1844b35cf2c0Smrgfi
1845b35cf2c0Smrg
1846b35cf2c0Smrg
1847b35cf2c0Smrg# These three variables are undocumented and unsupported,
1848b35cf2c0Smrg# and are intended to be withdrawn in a future Autoconf release.
1849b35cf2c0Smrg# They can cause serious problems if a builder's source tree is in a directory
1850b35cf2c0Smrg# whose full name contains unusual characters.
1851b35cf2c0Smrgif test -f "${ac_aux_dir}config.guess"; then
1852b35cf2c0Smrg  ac_config_guess="$SHELL ${ac_aux_dir}config.guess"
1853b35cf2c0Smrgfi
1854b35cf2c0Smrgif test -f "${ac_aux_dir}config.sub"; then
1855b35cf2c0Smrg  ac_config_sub="$SHELL ${ac_aux_dir}config.sub"
1856b35cf2c0Smrgfi
1857b35cf2c0Smrgif test -f "$ac_aux_dir/configure"; then
1858b35cf2c0Smrg  ac_configure="$SHELL ${ac_aux_dir}configure"
1859b35cf2c0Smrgfi
1860b35cf2c0Smrg
1861b35cf2c0Smrg# Check that the precious variables saved in the cache have kept the same
1862b35cf2c0Smrg# value.
1863b35cf2c0Smrgac_cache_corrupted=false
1864b35cf2c0Smrgfor ac_var in $ac_precious_vars; do
1865b35cf2c0Smrg  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1866b35cf2c0Smrg  eval ac_new_set=\$ac_env_${ac_var}_set
1867b35cf2c0Smrg  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1868b35cf2c0Smrg  eval ac_new_val=\$ac_env_${ac_var}_value
1869b35cf2c0Smrg  case $ac_old_set,$ac_new_set in
1870b35cf2c0Smrg    set,)
1871b35cf2c0Smrg      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1872b35cf2c0Smrgprintf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1873b35cf2c0Smrg      ac_cache_corrupted=: ;;
1874b35cf2c0Smrg    ,set)
1875b35cf2c0Smrg      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1876b35cf2c0Smrgprintf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1877b35cf2c0Smrg      ac_cache_corrupted=: ;;
1878b35cf2c0Smrg    ,);;
1879b35cf2c0Smrg    *)
1880b35cf2c0Smrg      if test "x$ac_old_val" != "x$ac_new_val"; then
1881b35cf2c0Smrg	# differences in whitespace do not lead to failure.
1882b35cf2c0Smrg	ac_old_val_w=`echo x $ac_old_val`
1883b35cf2c0Smrg	ac_new_val_w=`echo x $ac_new_val`
1884b35cf2c0Smrg	if test "$ac_old_val_w" != "$ac_new_val_w"; then
1885b35cf2c0Smrg	  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1886b35cf2c0Smrgprintf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1887b35cf2c0Smrg	  ac_cache_corrupted=:
1888b35cf2c0Smrg	else
1889b35cf2c0Smrg	  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1890b35cf2c0Smrgprintf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1891b35cf2c0Smrg	  eval $ac_var=\$ac_old_val
1892b35cf2c0Smrg	fi
1893b35cf2c0Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1894b35cf2c0Smrgprintf "%s\n" "$as_me:   former value:  \`$ac_old_val'" >&2;}
1895b35cf2c0Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1896b35cf2c0Smrgprintf "%s\n" "$as_me:   current value: \`$ac_new_val'" >&2;}
1897b35cf2c0Smrg      fi;;
1898b35cf2c0Smrg  esac
1899b35cf2c0Smrg  # Pass precious variables to config.status.
1900b35cf2c0Smrg  if test "$ac_new_set" = set; then
1901b35cf2c0Smrg    case $ac_new_val in
1902b35cf2c0Smrg    *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1903b35cf2c0Smrg    *) ac_arg=$ac_var=$ac_new_val ;;
1904b35cf2c0Smrg    esac
1905b35cf2c0Smrg    case " $ac_configure_args " in
1906b35cf2c0Smrg      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1907b35cf2c0Smrg      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1908b35cf2c0Smrg    esac
1909b35cf2c0Smrg  fi
1910b35cf2c0Smrgdone
1911b35cf2c0Smrgif $ac_cache_corrupted; then
1912b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1913b35cf2c0Smrgprintf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1914b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1915b35cf2c0Smrgprintf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;}
1916b35cf2c0Smrg  as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'
1917b35cf2c0Smrg	    and start over" "$LINENO" 5
1918b35cf2c0Smrgfi
1919b35cf2c0Smrg## -------------------- ##
1920b35cf2c0Smrg## Main body of script. ##
1921b35cf2c0Smrg## -------------------- ##
1922b35cf2c0Smrg
1923b35cf2c0Smrgac_ext=c
1924b35cf2c0Smrgac_cpp='$CPP $CPPFLAGS'
1925b35cf2c0Smrgac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1926b35cf2c0Smrgac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1927b35cf2c0Smrgac_compiler_gnu=$ac_cv_c_compiler_gnu
1928b35cf2c0Smrg
1929b35cf2c0Smrg
1930b35cf2c0Smrgam__api_version='1.16'
1931b35cf2c0Smrg
1932b35cf2c0Smrg
1933b35cf2c0Smrg
1934b35cf2c0Smrg  # Find a good install program.  We prefer a C program (faster),
1935b35cf2c0Smrg# so one script is as good as another.  But avoid the broken or
1936b35cf2c0Smrg# incompatible versions:
1937b35cf2c0Smrg# SysV /etc/install, /usr/sbin/install
1938b35cf2c0Smrg# SunOS /usr/etc/install
1939b35cf2c0Smrg# IRIX /sbin/install
1940b35cf2c0Smrg# AIX /bin/install
1941b35cf2c0Smrg# AmigaOS /C/install, which installs bootblocks on floppy discs
1942b35cf2c0Smrg# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1943b35cf2c0Smrg# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1944b35cf2c0Smrg# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1945b35cf2c0Smrg# OS/2's system install, which has a completely different semantic
1946b35cf2c0Smrg# ./install, which can be erroneously created by make from ./install.sh.
1947b35cf2c0Smrg# Reject install programs that cannot install multiple files.
1948b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
1949b35cf2c0Smrgprintf %s "checking for a BSD-compatible install... " >&6; }
1950b35cf2c0Smrgif test -z "$INSTALL"; then
1951b35cf2c0Smrgif test ${ac_cv_path_install+y}
1952b35cf2c0Smrgthen :
1953b35cf2c0Smrg  printf %s "(cached) " >&6
1954b35cf2c0Smrgelse $as_nop
1955b35cf2c0Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1956b35cf2c0Smrgfor as_dir in $PATH
1957b35cf2c0Smrgdo
1958b35cf2c0Smrg  IFS=$as_save_IFS
1959b35cf2c0Smrg  case $as_dir in #(((
1960b35cf2c0Smrg    '') as_dir=./ ;;
1961b35cf2c0Smrg    */) ;;
1962b35cf2c0Smrg    *) as_dir=$as_dir/ ;;
1963b35cf2c0Smrg  esac
1964b35cf2c0Smrg    # Account for fact that we put trailing slashes in our PATH walk.
1965b35cf2c0Smrgcase $as_dir in #((
1966b35cf2c0Smrg  ./ | /[cC]/* | \
1967b35cf2c0Smrg  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1968b35cf2c0Smrg  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1969b35cf2c0Smrg  /usr/ucb/* ) ;;
1970b35cf2c0Smrg  *)
1971b35cf2c0Smrg    # OSF1 and SCO ODT 3.0 have their own names for install.
1972b35cf2c0Smrg    # Don't use installbsd from OSF since it installs stuff as root
1973b35cf2c0Smrg    # by default.
1974b35cf2c0Smrg    for ac_prog in ginstall scoinst install; do
1975b35cf2c0Smrg      for ac_exec_ext in '' $ac_executable_extensions; do
1976b35cf2c0Smrg	if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then
1977b35cf2c0Smrg	  if test $ac_prog = install &&
1978b35cf2c0Smrg	    grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1979b35cf2c0Smrg	    # AIX install.  It has an incompatible calling convention.
1980b35cf2c0Smrg	    :
1981b35cf2c0Smrg	  elif test $ac_prog = install &&
1982b35cf2c0Smrg	    grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1983b35cf2c0Smrg	    # program-specific install script used by HP pwplus--don't use.
1984b35cf2c0Smrg	    :
1985b35cf2c0Smrg	  else
1986b35cf2c0Smrg	    rm -rf conftest.one conftest.two conftest.dir
1987b35cf2c0Smrg	    echo one > conftest.one
1988b35cf2c0Smrg	    echo two > conftest.two
1989b35cf2c0Smrg	    mkdir conftest.dir
1990b35cf2c0Smrg	    if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" &&
1991b35cf2c0Smrg	      test -s conftest.one && test -s conftest.two &&
1992b35cf2c0Smrg	      test -s conftest.dir/conftest.one &&
1993b35cf2c0Smrg	      test -s conftest.dir/conftest.two
1994b35cf2c0Smrg	    then
1995b35cf2c0Smrg	      ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c"
1996b35cf2c0Smrg	      break 3
1997b35cf2c0Smrg	    fi
1998b35cf2c0Smrg	  fi
1999b35cf2c0Smrg	fi
2000b35cf2c0Smrg      done
2001b35cf2c0Smrg    done
2002b35cf2c0Smrg    ;;
2003b35cf2c0Smrgesac
2004b35cf2c0Smrg
2005b35cf2c0Smrg  done
2006b35cf2c0SmrgIFS=$as_save_IFS
2007b35cf2c0Smrg
2008b35cf2c0Smrgrm -rf conftest.one conftest.two conftest.dir
2009b35cf2c0Smrg
2010b35cf2c0Smrgfi
2011b35cf2c0Smrg  if test ${ac_cv_path_install+y}; then
2012b35cf2c0Smrg    INSTALL=$ac_cv_path_install
2013b35cf2c0Smrg  else
2014b35cf2c0Smrg    # As a last resort, use the slow shell script.  Don't cache a
2015b35cf2c0Smrg    # value for INSTALL within a source directory, because that will
2016b35cf2c0Smrg    # break other packages using the cache if that directory is
2017b35cf2c0Smrg    # removed, or if the value is a relative name.
2018b35cf2c0Smrg    INSTALL=$ac_install_sh
2019b35cf2c0Smrg  fi
2020b35cf2c0Smrgfi
2021b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2022b35cf2c0Smrgprintf "%s\n" "$INSTALL" >&6; }
2023b35cf2c0Smrg
2024b35cf2c0Smrg# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2025b35cf2c0Smrg# It thinks the first close brace ends the variable substitution.
2026b35cf2c0Smrgtest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2027b35cf2c0Smrg
2028b35cf2c0Smrgtest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2029b35cf2c0Smrg
2030b35cf2c0Smrgtest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2031b35cf2c0Smrg
2032b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2033b35cf2c0Smrgprintf %s "checking whether build environment is sane... " >&6; }
2034b35cf2c0Smrg# Reject unsafe characters in $srcdir or the absolute working directory
2035b35cf2c0Smrg# name.  Accept space and tab only in the latter.
2036b35cf2c0Smrgam_lf='
2037b35cf2c0Smrg'
2038b35cf2c0Smrgcase `pwd` in
2039b35cf2c0Smrg  *[\\\"\#\$\&\'\`$am_lf]*)
2040b35cf2c0Smrg    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2041b35cf2c0Smrgesac
2042b35cf2c0Smrgcase $srcdir in
2043b35cf2c0Smrg  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
2044b35cf2c0Smrg    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2045b35cf2c0Smrgesac
2046b35cf2c0Smrg
2047b35cf2c0Smrg# Do 'set' in a subshell so we don't clobber the current shell's
2048b35cf2c0Smrg# arguments.  Must try -L first in case configure is actually a
2049b35cf2c0Smrg# symlink; some systems play weird games with the mod time of symlinks
2050b35cf2c0Smrg# (eg FreeBSD returns the mod time of the symlink's containing
2051b35cf2c0Smrg# directory).
2052b35cf2c0Smrgif (
2053b35cf2c0Smrg   am_has_slept=no
2054b35cf2c0Smrg   for am_try in 1 2; do
2055b35cf2c0Smrg     echo "timestamp, slept: $am_has_slept" > conftest.file
2056b35cf2c0Smrg     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2057b35cf2c0Smrg     if test "$*" = "X"; then
2058b35cf2c0Smrg	# -L didn't work.
2059b35cf2c0Smrg	set X `ls -t "$srcdir/configure" conftest.file`
2060b35cf2c0Smrg     fi
2061b35cf2c0Smrg     if test "$*" != "X $srcdir/configure conftest.file" \
2062b35cf2c0Smrg	&& test "$*" != "X conftest.file $srcdir/configure"; then
2063b35cf2c0Smrg
2064b35cf2c0Smrg	# If neither matched, then we have a broken ls.  This can happen
2065b35cf2c0Smrg	# if, for instance, CONFIG_SHELL is bash and it inherits a
2066b35cf2c0Smrg	# broken ls alias from the environment.  This has actually
2067b35cf2c0Smrg	# happened.  Such a system could not be considered "sane".
2068b35cf2c0Smrg	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2069b35cf2c0Smrg  alias in your environment" "$LINENO" 5
2070b35cf2c0Smrg     fi
2071b35cf2c0Smrg     if test "$2" = conftest.file || test $am_try -eq 2; then
2072b35cf2c0Smrg       break
2073b35cf2c0Smrg     fi
2074b35cf2c0Smrg     # Just in case.
2075b35cf2c0Smrg     sleep 1
2076b35cf2c0Smrg     am_has_slept=yes
2077b35cf2c0Smrg   done
2078b35cf2c0Smrg   test "$2" = conftest.file
2079b35cf2c0Smrg   )
2080b35cf2c0Smrgthen
2081b35cf2c0Smrg   # Ok.
2082b35cf2c0Smrg   :
2083b35cf2c0Smrgelse
2084b35cf2c0Smrg   as_fn_error $? "newly created file is older than distributed files!
2085b35cf2c0SmrgCheck your system clock" "$LINENO" 5
2086b35cf2c0Smrgfi
2087b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2088b35cf2c0Smrgprintf "%s\n" "yes" >&6; }
2089b35cf2c0Smrg# If we didn't sleep, we still need to ensure time stamps of config.status and
2090b35cf2c0Smrg# generated files are strictly newer.
2091b35cf2c0Smrgam_sleep_pid=
2092b35cf2c0Smrgif grep 'slept: no' conftest.file >/dev/null 2>&1; then
2093b35cf2c0Smrg  ( sleep 1 ) &
2094b35cf2c0Smrg  am_sleep_pid=$!
2095b35cf2c0Smrgfi
2096b35cf2c0Smrg
2097b35cf2c0Smrgrm -f conftest.file
2098b35cf2c0Smrg
2099b35cf2c0Smrgtest "$program_prefix" != NONE &&
2100b35cf2c0Smrg  program_transform_name="s&^&$program_prefix&;$program_transform_name"
2101b35cf2c0Smrg# Use a double $ so make ignores it.
2102b35cf2c0Smrgtest "$program_suffix" != NONE &&
2103b35cf2c0Smrg  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2104b35cf2c0Smrg# Double any \ or $.
2105b35cf2c0Smrg# By default was `s,x,x', remove it if useless.
2106b35cf2c0Smrgac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2107b35cf2c0Smrgprogram_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"`
2108b35cf2c0Smrg
2109b35cf2c0Smrg
2110b35cf2c0Smrg# Expand $ac_aux_dir to an absolute path.
2111b35cf2c0Smrgam_aux_dir=`cd "$ac_aux_dir" && pwd`
2112b35cf2c0Smrg
2113b35cf2c0Smrg
2114b35cf2c0Smrg  if test x"${MISSING+set}" != xset; then
2115b35cf2c0Smrg  MISSING="\${SHELL} '$am_aux_dir/missing'"
2116b35cf2c0Smrgfi
2117b35cf2c0Smrg# Use eval to expand $SHELL
2118b35cf2c0Smrgif eval "$MISSING --is-lightweight"; then
2119b35cf2c0Smrg  am_missing_run="$MISSING "
2120b35cf2c0Smrgelse
2121b35cf2c0Smrg  am_missing_run=
2122b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2123b35cf2c0Smrgprintf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2124b35cf2c0Smrgfi
2125b35cf2c0Smrg
2126b35cf2c0Smrgif test x"${install_sh+set}" != xset; then
2127b35cf2c0Smrg  case $am_aux_dir in
2128b35cf2c0Smrg  *\ * | *\	*)
2129b35cf2c0Smrg    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2130b35cf2c0Smrg  *)
2131b35cf2c0Smrg    install_sh="\${SHELL} $am_aux_dir/install-sh"
2132b35cf2c0Smrg  esac
2133b35cf2c0Smrgfi
2134b35cf2c0Smrg
2135b35cf2c0Smrg# Installed binaries are usually stripped using 'strip' when the user
2136b35cf2c0Smrg# run "make install-strip".  However 'strip' might not be the right
2137b35cf2c0Smrg# tool to use in cross-compilation environments, therefore Automake
2138b35cf2c0Smrg# will honor the 'STRIP' environment variable to overrule this program.
2139b35cf2c0Smrgif test "$cross_compiling" != no; then
2140b35cf2c0Smrg  if test -n "$ac_tool_prefix"; then
2141b35cf2c0Smrg  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2142b35cf2c0Smrgset dummy ${ac_tool_prefix}strip; ac_word=$2
2143b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2144b35cf2c0Smrgprintf %s "checking for $ac_word... " >&6; }
2145b35cf2c0Smrgif test ${ac_cv_prog_STRIP+y}
2146b35cf2c0Smrgthen :
2147b35cf2c0Smrg  printf %s "(cached) " >&6
2148b35cf2c0Smrgelse $as_nop
2149b35cf2c0Smrg  if test -n "$STRIP"; then
2150b35cf2c0Smrg  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2151b35cf2c0Smrgelse
2152b35cf2c0Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2153b35cf2c0Smrgfor as_dir in $PATH
2154b35cf2c0Smrgdo
2155b35cf2c0Smrg  IFS=$as_save_IFS
2156b35cf2c0Smrg  case $as_dir in #(((
2157b35cf2c0Smrg    '') as_dir=./ ;;
2158b35cf2c0Smrg    */) ;;
2159b35cf2c0Smrg    *) as_dir=$as_dir/ ;;
2160b35cf2c0Smrg  esac
2161b35cf2c0Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
2162b35cf2c0Smrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
2163b35cf2c0Smrg    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2164b35cf2c0Smrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
2165b35cf2c0Smrg    break 2
2166b35cf2c0Smrg  fi
2167b35cf2c0Smrgdone
2168b35cf2c0Smrg  done
2169b35cf2c0SmrgIFS=$as_save_IFS
2170b35cf2c0Smrg
2171b35cf2c0Smrgfi
2172b35cf2c0Smrgfi
2173b35cf2c0SmrgSTRIP=$ac_cv_prog_STRIP
2174b35cf2c0Smrgif test -n "$STRIP"; then
2175b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2176b35cf2c0Smrgprintf "%s\n" "$STRIP" >&6; }
2177b35cf2c0Smrgelse
2178b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2179b35cf2c0Smrgprintf "%s\n" "no" >&6; }
2180b35cf2c0Smrgfi
2181b35cf2c0Smrg
2182b35cf2c0Smrg
2183b35cf2c0Smrgfi
2184b35cf2c0Smrgif test -z "$ac_cv_prog_STRIP"; then
2185b35cf2c0Smrg  ac_ct_STRIP=$STRIP
2186b35cf2c0Smrg  # Extract the first word of "strip", so it can be a program name with args.
2187b35cf2c0Smrgset dummy strip; ac_word=$2
2188b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2189b35cf2c0Smrgprintf %s "checking for $ac_word... " >&6; }
2190b35cf2c0Smrgif test ${ac_cv_prog_ac_ct_STRIP+y}
2191b35cf2c0Smrgthen :
2192b35cf2c0Smrg  printf %s "(cached) " >&6
2193b35cf2c0Smrgelse $as_nop
2194b35cf2c0Smrg  if test -n "$ac_ct_STRIP"; then
2195b35cf2c0Smrg  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2196b35cf2c0Smrgelse
2197b35cf2c0Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2198b35cf2c0Smrgfor as_dir in $PATH
2199b35cf2c0Smrgdo
2200b35cf2c0Smrg  IFS=$as_save_IFS
2201b35cf2c0Smrg  case $as_dir in #(((
2202b35cf2c0Smrg    '') as_dir=./ ;;
2203b35cf2c0Smrg    */) ;;
2204b35cf2c0Smrg    *) as_dir=$as_dir/ ;;
2205b35cf2c0Smrg  esac
2206b35cf2c0Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
2207b35cf2c0Smrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
2208b35cf2c0Smrg    ac_cv_prog_ac_ct_STRIP="strip"
2209b35cf2c0Smrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
2210b35cf2c0Smrg    break 2
2211b35cf2c0Smrg  fi
2212b35cf2c0Smrgdone
2213b35cf2c0Smrg  done
2214b35cf2c0SmrgIFS=$as_save_IFS
2215b35cf2c0Smrg
2216b35cf2c0Smrgfi
2217b35cf2c0Smrgfi
2218b35cf2c0Smrgac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2219b35cf2c0Smrgif test -n "$ac_ct_STRIP"; then
2220b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2221b35cf2c0Smrgprintf "%s\n" "$ac_ct_STRIP" >&6; }
2222b35cf2c0Smrgelse
2223b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2224b35cf2c0Smrgprintf "%s\n" "no" >&6; }
2225b35cf2c0Smrgfi
2226b35cf2c0Smrg
2227b35cf2c0Smrg  if test "x$ac_ct_STRIP" = x; then
2228b35cf2c0Smrg    STRIP=":"
2229b35cf2c0Smrg  else
2230b35cf2c0Smrg    case $cross_compiling:$ac_tool_warned in
2231b35cf2c0Smrgyes:)
2232b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2233b35cf2c0Smrgprintf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2234b35cf2c0Smrgac_tool_warned=yes ;;
2235b35cf2c0Smrgesac
2236b35cf2c0Smrg    STRIP=$ac_ct_STRIP
2237b35cf2c0Smrg  fi
2238b35cf2c0Smrgelse
2239b35cf2c0Smrg  STRIP="$ac_cv_prog_STRIP"
2240b35cf2c0Smrgfi
2241b35cf2c0Smrg
2242b35cf2c0Smrgfi
2243b35cf2c0SmrgINSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2244b35cf2c0Smrg
2245b35cf2c0Smrg
2246b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5
2247b35cf2c0Smrgprintf %s "checking for a race-free mkdir -p... " >&6; }
2248b35cf2c0Smrgif test -z "$MKDIR_P"; then
2249b35cf2c0Smrg  if test ${ac_cv_path_mkdir+y}
2250b35cf2c0Smrgthen :
2251b35cf2c0Smrg  printf %s "(cached) " >&6
2252b35cf2c0Smrgelse $as_nop
2253b35cf2c0Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2254b35cf2c0Smrgfor as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2255b35cf2c0Smrgdo
2256b35cf2c0Smrg  IFS=$as_save_IFS
2257b35cf2c0Smrg  case $as_dir in #(((
2258b35cf2c0Smrg    '') as_dir=./ ;;
2259b35cf2c0Smrg    */) ;;
2260b35cf2c0Smrg    *) as_dir=$as_dir/ ;;
2261b35cf2c0Smrg  esac
2262b35cf2c0Smrg    for ac_prog in mkdir gmkdir; do
2263b35cf2c0Smrg	 for ac_exec_ext in '' $ac_executable_extensions; do
2264b35cf2c0Smrg	   as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue
2265b35cf2c0Smrg	   case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #(
2266b35cf2c0Smrg	     'mkdir ('*'coreutils) '* | \
2267b35cf2c0Smrg	     'BusyBox '* | \
2268b35cf2c0Smrg	     'mkdir (fileutils) '4.1*)
2269b35cf2c0Smrg	       ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext
2270b35cf2c0Smrg	       break 3;;
2271b35cf2c0Smrg	   esac
2272b35cf2c0Smrg	 done
2273b35cf2c0Smrg       done
2274b35cf2c0Smrg  done
2275b35cf2c0SmrgIFS=$as_save_IFS
2276b35cf2c0Smrg
2277b35cf2c0Smrgfi
2278b35cf2c0Smrg
2279b35cf2c0Smrg  test -d ./--version && rmdir ./--version
2280b35cf2c0Smrg  if test ${ac_cv_path_mkdir+y}; then
2281b35cf2c0Smrg    MKDIR_P="$ac_cv_path_mkdir -p"
2282b35cf2c0Smrg  else
2283b35cf2c0Smrg    # As a last resort, use the slow shell script.  Don't cache a
2284b35cf2c0Smrg    # value for MKDIR_P within a source directory, because that will
2285b35cf2c0Smrg    # break other packages using the cache if that directory is
2286b35cf2c0Smrg    # removed, or if the value is a relative name.
2287b35cf2c0Smrg    MKDIR_P="$ac_install_sh -d"
2288b35cf2c0Smrg  fi
2289b35cf2c0Smrgfi
2290b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2291b35cf2c0Smrgprintf "%s\n" "$MKDIR_P" >&6; }
2292b35cf2c0Smrg
2293b35cf2c0Smrgfor ac_prog in gawk mawk nawk awk
2294b35cf2c0Smrgdo
2295b35cf2c0Smrg  # Extract the first word of "$ac_prog", so it can be a program name with args.
2296b35cf2c0Smrgset dummy $ac_prog; ac_word=$2
2297b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2298b35cf2c0Smrgprintf %s "checking for $ac_word... " >&6; }
2299b35cf2c0Smrgif test ${ac_cv_prog_AWK+y}
2300b35cf2c0Smrgthen :
2301b35cf2c0Smrg  printf %s "(cached) " >&6
2302b35cf2c0Smrgelse $as_nop
2303b35cf2c0Smrg  if test -n "$AWK"; then
2304b35cf2c0Smrg  ac_cv_prog_AWK="$AWK" # Let the user override the test.
2305b35cf2c0Smrgelse
2306b35cf2c0Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2307b35cf2c0Smrgfor as_dir in $PATH
2308b35cf2c0Smrgdo
2309b35cf2c0Smrg  IFS=$as_save_IFS
2310b35cf2c0Smrg  case $as_dir in #(((
2311b35cf2c0Smrg    '') as_dir=./ ;;
2312b35cf2c0Smrg    */) ;;
2313b35cf2c0Smrg    *) as_dir=$as_dir/ ;;
2314b35cf2c0Smrg  esac
2315b35cf2c0Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
2316b35cf2c0Smrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
2317b35cf2c0Smrg    ac_cv_prog_AWK="$ac_prog"
2318b35cf2c0Smrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
2319b35cf2c0Smrg    break 2
2320b35cf2c0Smrg  fi
2321b35cf2c0Smrgdone
2322b35cf2c0Smrg  done
2323b35cf2c0SmrgIFS=$as_save_IFS
2324b35cf2c0Smrg
2325b35cf2c0Smrgfi
2326b35cf2c0Smrgfi
2327b35cf2c0SmrgAWK=$ac_cv_prog_AWK
2328b35cf2c0Smrgif test -n "$AWK"; then
2329b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2330b35cf2c0Smrgprintf "%s\n" "$AWK" >&6; }
2331b35cf2c0Smrgelse
2332b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2333b35cf2c0Smrgprintf "%s\n" "no" >&6; }
2334b35cf2c0Smrgfi
2335b35cf2c0Smrg
2336b35cf2c0Smrg
2337b35cf2c0Smrg  test -n "$AWK" && break
2338b35cf2c0Smrgdone
2339b35cf2c0Smrg
2340b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2341b35cf2c0Smrgprintf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2342b35cf2c0Smrgset x ${MAKE-make}
2343b35cf2c0Smrgac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2344b35cf2c0Smrgif eval test \${ac_cv_prog_make_${ac_make}_set+y}
2345b35cf2c0Smrgthen :
2346b35cf2c0Smrg  printf %s "(cached) " >&6
2347b35cf2c0Smrgelse $as_nop
2348b35cf2c0Smrg  cat >conftest.make <<\_ACEOF
2349b35cf2c0SmrgSHELL = /bin/sh
2350b35cf2c0Smrgall:
2351b35cf2c0Smrg	@echo '@@@%%%=$(MAKE)=@@@%%%'
2352b35cf2c0Smrg_ACEOF
2353b35cf2c0Smrg# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2354b35cf2c0Smrgcase `${MAKE-make} -f conftest.make 2>/dev/null` in
2355b35cf2c0Smrg  *@@@%%%=?*=@@@%%%*)
2356b35cf2c0Smrg    eval ac_cv_prog_make_${ac_make}_set=yes;;
2357b35cf2c0Smrg  *)
2358b35cf2c0Smrg    eval ac_cv_prog_make_${ac_make}_set=no;;
2359b35cf2c0Smrgesac
2360b35cf2c0Smrgrm -f conftest.make
2361b35cf2c0Smrgfi
2362b35cf2c0Smrgif eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2363b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2364b35cf2c0Smrgprintf "%s\n" "yes" >&6; }
2365b35cf2c0Smrg  SET_MAKE=
2366b35cf2c0Smrgelse
2367b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2368b35cf2c0Smrgprintf "%s\n" "no" >&6; }
2369b35cf2c0Smrg  SET_MAKE="MAKE=${MAKE-make}"
2370b35cf2c0Smrgfi
2371b35cf2c0Smrg
2372b35cf2c0Smrgrm -rf .tst 2>/dev/null
2373b35cf2c0Smrgmkdir .tst 2>/dev/null
2374b35cf2c0Smrgif test -d .tst; then
2375b35cf2c0Smrg  am__leading_dot=.
2376b35cf2c0Smrgelse
2377b35cf2c0Smrg  am__leading_dot=_
2378b35cf2c0Smrgfi
2379b35cf2c0Smrgrmdir .tst 2>/dev/null
2380b35cf2c0Smrg
2381b35cf2c0Smrg# Check whether --enable-silent-rules was given.
2382b35cf2c0Smrgif test ${enable_silent_rules+y}
2383b35cf2c0Smrgthen :
2384b35cf2c0Smrg  enableval=$enable_silent_rules;
2385b35cf2c0Smrgfi
2386b35cf2c0Smrg
2387b35cf2c0Smrgcase $enable_silent_rules in # (((
2388b35cf2c0Smrg  yes) AM_DEFAULT_VERBOSITY=0;;
2389b35cf2c0Smrg   no) AM_DEFAULT_VERBOSITY=1;;
2390b35cf2c0Smrg    *) AM_DEFAULT_VERBOSITY=1;;
2391b35cf2c0Smrgesac
2392b35cf2c0Smrgam_make=${MAKE-make}
2393b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2394b35cf2c0Smrgprintf %s "checking whether $am_make supports nested variables... " >&6; }
2395b35cf2c0Smrgif test ${am_cv_make_support_nested_variables+y}
2396b35cf2c0Smrgthen :
2397b35cf2c0Smrg  printf %s "(cached) " >&6
2398b35cf2c0Smrgelse $as_nop
2399b35cf2c0Smrg  if printf "%s\n" 'TRUE=$(BAR$(V))
2400b35cf2c0SmrgBAR0=false
2401b35cf2c0SmrgBAR1=true
2402b35cf2c0SmrgV=1
2403b35cf2c0Smrgam__doit:
2404b35cf2c0Smrg	@$(TRUE)
2405b35cf2c0Smrg.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2406b35cf2c0Smrg  am_cv_make_support_nested_variables=yes
2407b35cf2c0Smrgelse
2408b35cf2c0Smrg  am_cv_make_support_nested_variables=no
2409b35cf2c0Smrgfi
2410b35cf2c0Smrgfi
2411b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2412b35cf2c0Smrgprintf "%s\n" "$am_cv_make_support_nested_variables" >&6; }
2413b35cf2c0Smrgif test $am_cv_make_support_nested_variables = yes; then
2414b35cf2c0Smrg    AM_V='$(V)'
2415b35cf2c0Smrg  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2416b35cf2c0Smrgelse
2417b35cf2c0Smrg  AM_V=$AM_DEFAULT_VERBOSITY
2418b35cf2c0Smrg  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2419b35cf2c0Smrgfi
2420b35cf2c0SmrgAM_BACKSLASH='\'
2421b35cf2c0Smrg
2422b35cf2c0Smrgif test "`cd $srcdir && pwd`" != "`pwd`"; then
2423b35cf2c0Smrg  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2424b35cf2c0Smrg  # is not polluted with repeated "-I."
2425b35cf2c0Smrg  am__isrc=' -I$(srcdir)'
2426b35cf2c0Smrg  # test to see if srcdir already configured
2427b35cf2c0Smrg  if test -f $srcdir/config.status; then
2428b35cf2c0Smrg    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2429b35cf2c0Smrg  fi
2430b35cf2c0Smrgfi
2431b35cf2c0Smrg
2432b35cf2c0Smrg# test whether we have cygpath
2433b35cf2c0Smrgif test -z "$CYGPATH_W"; then
2434b35cf2c0Smrg  if (cygpath --version) >/dev/null 2>/dev/null; then
2435b35cf2c0Smrg    CYGPATH_W='cygpath -w'
2436b35cf2c0Smrg  else
2437b35cf2c0Smrg    CYGPATH_W=echo
2438b35cf2c0Smrg  fi
2439b35cf2c0Smrgfi
2440b35cf2c0Smrg
2441b35cf2c0Smrg
2442b35cf2c0Smrg# Define the identity of the package.
2443b35cf2c0Smrg PACKAGE='font-cronyx-cyrillic'
2444b35cf2c0Smrg VERSION='1.0.4'
2445b35cf2c0Smrg
2446b35cf2c0Smrg
2447b35cf2c0Smrgprintf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
2448b35cf2c0Smrg
2449b35cf2c0Smrg
2450b35cf2c0Smrgprintf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h
2451b35cf2c0Smrg
2452b35cf2c0Smrg# Some tools Automake needs.
2453b35cf2c0Smrg
2454b35cf2c0SmrgACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2455b35cf2c0Smrg
2456b35cf2c0Smrg
2457b35cf2c0SmrgAUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2458b35cf2c0Smrg
2459b35cf2c0Smrg
2460b35cf2c0SmrgAUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2461b35cf2c0Smrg
2462b35cf2c0Smrg
2463b35cf2c0SmrgAUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2464b35cf2c0Smrg
2465b35cf2c0Smrg
2466b35cf2c0SmrgMAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2467b35cf2c0Smrg
2468b35cf2c0Smrg# For better backward compatibility.  To be removed once Automake 1.9.x
2469b35cf2c0Smrg# dies out for good.  For more background, see:
2470b35cf2c0Smrg# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2471b35cf2c0Smrg# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2472b35cf2c0Smrgmkdir_p='$(MKDIR_P)'
2473b35cf2c0Smrg
2474b35cf2c0Smrg# We need awk for the "check" target (and possibly the TAP driver).  The
2475b35cf2c0Smrg# system "awk" is bad on some platforms.
2476b35cf2c0Smrg# Always define AMTAR for backward compatibility.  Yes, it's still used
2477b35cf2c0Smrg# in the wild :-(  We should find a proper way to deprecate it ...
2478b35cf2c0SmrgAMTAR='$${TAR-tar}'
2479b35cf2c0Smrg
2480b35cf2c0Smrg
2481b35cf2c0Smrg# We'll loop over all known methods to create a tar archive until one works.
2482b35cf2c0Smrg_am_tools='gnutar  pax cpio none'
2483b35cf2c0Smrg
2484b35cf2c0Smrgam__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2485b35cf2c0Smrg
2486b35cf2c0Smrg
2487b35cf2c0Smrg
2488b35cf2c0Smrg
2489b35cf2c0Smrg
2490b35cf2c0Smrg# Variables for tags utilities; see am/tags.am
2491b35cf2c0Smrgif test -z "$CTAGS"; then
2492b35cf2c0Smrg  CTAGS=ctags
2493b35cf2c0Smrgfi
2494b35cf2c0Smrg
2495b35cf2c0Smrgif test -z "$ETAGS"; then
2496b35cf2c0Smrg  ETAGS=etags
2497b35cf2c0Smrgfi
2498b35cf2c0Smrg
2499b35cf2c0Smrgif test -z "$CSCOPE"; then
2500b35cf2c0Smrg  CSCOPE=cscope
2501b35cf2c0Smrgfi
2502b35cf2c0Smrg
2503b35cf2c0Smrg
2504b35cf2c0Smrg
2505b35cf2c0Smrg# POSIX will say in a future version that running "rm -f" with no argument
2506b35cf2c0Smrg# is OK; and we want to be able to make that assumption in our Makefile
2507b35cf2c0Smrg# recipes.  So use an aggressive probe to check that the usage we want is
2508b35cf2c0Smrg# actually supported "in the wild" to an acceptable degree.
2509b35cf2c0Smrg# See automake bug#10828.
2510b35cf2c0Smrg# To make any issue more visible, cause the running configure to be aborted
2511b35cf2c0Smrg# by default if the 'rm' program in use doesn't match our expectations; the
2512b35cf2c0Smrg# user can still override this though.
2513b35cf2c0Smrgif rm -f && rm -fr && rm -rf; then : OK; else
2514b35cf2c0Smrg  cat >&2 <<'END'
2515b35cf2c0SmrgOops!
2516b35cf2c0Smrg
2517b35cf2c0SmrgYour 'rm' program seems unable to run without file operands specified
2518b35cf2c0Smrgon the command line, even when the '-f' option is present.  This is contrary
2519b35cf2c0Smrgto the behaviour of most rm programs out there, and not conforming with
2520b35cf2c0Smrgthe upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
2521b35cf2c0Smrg
2522b35cf2c0SmrgPlease tell bug-automake@gnu.org about your system, including the value
2523b35cf2c0Smrgof your $PATH and any error possibly output before this message.  This
2524b35cf2c0Smrgcan help us improve future automake versions.
2525b35cf2c0Smrg
2526b35cf2c0SmrgEND
2527b35cf2c0Smrg  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
2528b35cf2c0Smrg    echo 'Configuration will proceed anyway, since you have set the' >&2
2529b35cf2c0Smrg    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
2530b35cf2c0Smrg    echo >&2
2531b35cf2c0Smrg  else
2532b35cf2c0Smrg    cat >&2 <<'END'
2533b35cf2c0SmrgAborting the configuration process, to ensure you take notice of the issue.
2534b35cf2c0Smrg
2535b35cf2c0SmrgYou can download and install GNU coreutils to get an 'rm' implementation
2536b35cf2c0Smrgthat behaves properly: <https://www.gnu.org/software/coreutils/>.
2537b35cf2c0Smrg
2538b35cf2c0SmrgIf you want to complete the configuration process using your problematic
2539b35cf2c0Smrg'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
2540b35cf2c0Smrgto "yes", and re-run configure.
2541b35cf2c0Smrg
2542b35cf2c0SmrgEND
2543b35cf2c0Smrg    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
2544b35cf2c0Smrg  fi
2545b35cf2c0Smrgfi
2546b35cf2c0Smrg
2547b35cf2c0Smrg
2548b35cf2c0Smrg# Require xorg-macros 1.20 or later: XORG_DEFAULT_NOCODE_OPTIONS
2549b35cf2c0Smrg
2550b35cf2c0Smrg
2551b35cf2c0Smrg
2552b35cf2c0Smrg
2553b35cf2c0Smrg
2554b35cf2c0Smrg
2555b35cf2c0Smrg
2556b35cf2c0Smrg
2557b35cf2c0Smrg
2558b35cf2c0Smrg
2559b35cf2c0Smrg
2560b35cf2c0Smrg
2561b35cf2c0Smrg
2562b35cf2c0Smrg
2563b35cf2c0Smrg
2564b35cf2c0Smrg
2565b35cf2c0Smrg
2566b35cf2c0Smrg
2567b35cf2c0Smrgif test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
2568b35cf2c0Smrg	if test -n "$ac_tool_prefix"; then
2569b35cf2c0Smrg  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
2570b35cf2c0Smrgset dummy ${ac_tool_prefix}pkg-config; ac_word=$2
2571b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2572b35cf2c0Smrgprintf %s "checking for $ac_word... " >&6; }
2573b35cf2c0Smrgif test ${ac_cv_path_PKG_CONFIG+y}
2574b35cf2c0Smrgthen :
2575b35cf2c0Smrg  printf %s "(cached) " >&6
2576b35cf2c0Smrgelse $as_nop
2577b35cf2c0Smrg  case $PKG_CONFIG in
2578b35cf2c0Smrg  [\\/]* | ?:[\\/]*)
2579b35cf2c0Smrg  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
2580b35cf2c0Smrg  ;;
2581b35cf2c0Smrg  *)
2582b35cf2c0Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2583b35cf2c0Smrgfor as_dir in $PATH
2584b35cf2c0Smrgdo
2585b35cf2c0Smrg  IFS=$as_save_IFS
2586b35cf2c0Smrg  case $as_dir in #(((
2587b35cf2c0Smrg    '') as_dir=./ ;;
2588b35cf2c0Smrg    */) ;;
2589b35cf2c0Smrg    *) as_dir=$as_dir/ ;;
2590b35cf2c0Smrg  esac
2591b35cf2c0Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
2592b35cf2c0Smrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
2593b35cf2c0Smrg    ac_cv_path_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext"
2594b35cf2c0Smrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
2595b35cf2c0Smrg    break 2
2596b35cf2c0Smrg  fi
2597b35cf2c0Smrgdone
2598b35cf2c0Smrg  done
2599b35cf2c0SmrgIFS=$as_save_IFS
2600b35cf2c0Smrg
2601b35cf2c0Smrg  ;;
2602b35cf2c0Smrgesac
2603b35cf2c0Smrgfi
2604b35cf2c0SmrgPKG_CONFIG=$ac_cv_path_PKG_CONFIG
2605b35cf2c0Smrgif test -n "$PKG_CONFIG"; then
2606b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
2607b35cf2c0Smrgprintf "%s\n" "$PKG_CONFIG" >&6; }
2608b35cf2c0Smrgelse
2609b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2610b35cf2c0Smrgprintf "%s\n" "no" >&6; }
2611b35cf2c0Smrgfi
2612b35cf2c0Smrg
2613b35cf2c0Smrg
2614b35cf2c0Smrgfi
2615b35cf2c0Smrgif test -z "$ac_cv_path_PKG_CONFIG"; then
2616b35cf2c0Smrg  ac_pt_PKG_CONFIG=$PKG_CONFIG
2617b35cf2c0Smrg  # Extract the first word of "pkg-config", so it can be a program name with args.
2618b35cf2c0Smrgset dummy pkg-config; ac_word=$2
2619b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2620b35cf2c0Smrgprintf %s "checking for $ac_word... " >&6; }
2621b35cf2c0Smrgif test ${ac_cv_path_ac_pt_PKG_CONFIG+y}
2622b35cf2c0Smrgthen :
2623b35cf2c0Smrg  printf %s "(cached) " >&6
2624b35cf2c0Smrgelse $as_nop
2625b35cf2c0Smrg  case $ac_pt_PKG_CONFIG in
2626b35cf2c0Smrg  [\\/]* | ?:[\\/]*)
2627b35cf2c0Smrg  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
2628b35cf2c0Smrg  ;;
2629b35cf2c0Smrg  *)
2630b35cf2c0Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2631b35cf2c0Smrgfor as_dir in $PATH
2632b35cf2c0Smrgdo
2633b35cf2c0Smrg  IFS=$as_save_IFS
2634b35cf2c0Smrg  case $as_dir in #(((
2635b35cf2c0Smrg    '') as_dir=./ ;;
2636b35cf2c0Smrg    */) ;;
2637b35cf2c0Smrg    *) as_dir=$as_dir/ ;;
2638b35cf2c0Smrg  esac
2639b35cf2c0Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
2640b35cf2c0Smrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
2641b35cf2c0Smrg    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext"
2642b35cf2c0Smrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
2643b35cf2c0Smrg    break 2
2644b35cf2c0Smrg  fi
2645b35cf2c0Smrgdone
2646b35cf2c0Smrg  done
2647b35cf2c0SmrgIFS=$as_save_IFS
2648b35cf2c0Smrg
2649b35cf2c0Smrg  ;;
2650b35cf2c0Smrgesac
2651b35cf2c0Smrgfi
2652b35cf2c0Smrgac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
2653b35cf2c0Smrgif test -n "$ac_pt_PKG_CONFIG"; then
2654b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
2655b35cf2c0Smrgprintf "%s\n" "$ac_pt_PKG_CONFIG" >&6; }
2656b35cf2c0Smrgelse
2657b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2658b35cf2c0Smrgprintf "%s\n" "no" >&6; }
2659b35cf2c0Smrgfi
2660b35cf2c0Smrg
2661b35cf2c0Smrg  if test "x$ac_pt_PKG_CONFIG" = x; then
2662b35cf2c0Smrg    PKG_CONFIG=""
2663b35cf2c0Smrg  else
2664b35cf2c0Smrg    case $cross_compiling:$ac_tool_warned in
2665b35cf2c0Smrgyes:)
2666b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2667b35cf2c0Smrgprintf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2668b35cf2c0Smrgac_tool_warned=yes ;;
2669b35cf2c0Smrgesac
2670b35cf2c0Smrg    PKG_CONFIG=$ac_pt_PKG_CONFIG
2671b35cf2c0Smrg  fi
2672b35cf2c0Smrgelse
2673b35cf2c0Smrg  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
2674b35cf2c0Smrgfi
2675b35cf2c0Smrg
2676b35cf2c0Smrgfi
2677b35cf2c0Smrgif test -n "$PKG_CONFIG"; then
2678b35cf2c0Smrg	_pkg_min_version=0.9.0
2679b35cf2c0Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
2680b35cf2c0Smrgprintf %s "checking pkg-config is at least version $_pkg_min_version... " >&6; }
2681b35cf2c0Smrg	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
2682b35cf2c0Smrg		{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2683b35cf2c0Smrgprintf "%s\n" "yes" >&6; }
2684b35cf2c0Smrg	else
2685b35cf2c0Smrg		{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2686b35cf2c0Smrgprintf "%s\n" "no" >&6; }
2687b35cf2c0Smrg		PKG_CONFIG=""
2688b35cf2c0Smrg	fi
2689b35cf2c0Smrgfi
2690b35cf2c0Smrg
2691b35cf2c0Smrg
2692b35cf2c0Smrg  # Make sure we can run config.sub.
2693b35cf2c0Smrg$SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 ||
2694b35cf2c0Smrg  as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5
2695b35cf2c0Smrg
2696b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2697b35cf2c0Smrgprintf %s "checking build system type... " >&6; }
2698b35cf2c0Smrgif test ${ac_cv_build+y}
2699b35cf2c0Smrgthen :
2700b35cf2c0Smrg  printf %s "(cached) " >&6
2701b35cf2c0Smrgelse $as_nop
2702b35cf2c0Smrg  ac_build_alias=$build_alias
2703b35cf2c0Smrgtest "x$ac_build_alias" = x &&
2704b35cf2c0Smrg  ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"`
2705b35cf2c0Smrgtest "x$ac_build_alias" = x &&
2706b35cf2c0Smrg  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2707b35cf2c0Smrgac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` ||
2708b35cf2c0Smrg  as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5
2709b35cf2c0Smrg
2710b35cf2c0Smrgfi
2711b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2712b35cf2c0Smrgprintf "%s\n" "$ac_cv_build" >&6; }
2713b35cf2c0Smrgcase $ac_cv_build in
2714b35cf2c0Smrg*-*-*) ;;
2715b35cf2c0Smrg*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2716b35cf2c0Smrgesac
2717b35cf2c0Smrgbuild=$ac_cv_build
2718b35cf2c0Smrgac_save_IFS=$IFS; IFS='-'
2719b35cf2c0Smrgset x $ac_cv_build
2720b35cf2c0Smrgshift
2721b35cf2c0Smrgbuild_cpu=$1
2722b35cf2c0Smrgbuild_vendor=$2
2723b35cf2c0Smrgshift; shift
2724b35cf2c0Smrg# Remember, the first character of IFS is used to create $*,
2725b35cf2c0Smrg# except with old shells:
2726b35cf2c0Smrgbuild_os=$*
2727b35cf2c0SmrgIFS=$ac_save_IFS
2728b35cf2c0Smrgcase $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2729b35cf2c0Smrg
2730b35cf2c0Smrg
2731b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2732b35cf2c0Smrgprintf %s "checking host system type... " >&6; }
2733b35cf2c0Smrgif test ${ac_cv_host+y}
2734b35cf2c0Smrgthen :
2735b35cf2c0Smrg  printf %s "(cached) " >&6
2736b35cf2c0Smrgelse $as_nop
2737b35cf2c0Smrg  if test "x$host_alias" = x; then
2738b35cf2c0Smrg  ac_cv_host=$ac_cv_build
2739b35cf2c0Smrgelse
2740b35cf2c0Smrg  ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` ||
2741b35cf2c0Smrg    as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5
2742b35cf2c0Smrgfi
2743b35cf2c0Smrg
2744b35cf2c0Smrgfi
2745b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2746b35cf2c0Smrgprintf "%s\n" "$ac_cv_host" >&6; }
2747b35cf2c0Smrgcase $ac_cv_host in
2748b35cf2c0Smrg*-*-*) ;;
2749b35cf2c0Smrg*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2750b35cf2c0Smrgesac
2751b35cf2c0Smrghost=$ac_cv_host
2752b35cf2c0Smrgac_save_IFS=$IFS; IFS='-'
2753b35cf2c0Smrgset x $ac_cv_host
2754b35cf2c0Smrgshift
2755b35cf2c0Smrghost_cpu=$1
2756b35cf2c0Smrghost_vendor=$2
2757b35cf2c0Smrgshift; shift
2758b35cf2c0Smrg# Remember, the first character of IFS is used to create $*,
2759b35cf2c0Smrg# except with old shells:
2760b35cf2c0Smrghost_os=$*
2761b35cf2c0SmrgIFS=$ac_save_IFS
2762b35cf2c0Smrgcase $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2763b35cf2c0Smrg
2764b35cf2c0Smrg
2765b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2766b35cf2c0Smrgprintf %s "checking for a sed that does not truncate output... " >&6; }
2767b35cf2c0Smrgif test ${ac_cv_path_SED+y}
2768b35cf2c0Smrgthen :
2769b35cf2c0Smrg  printf %s "(cached) " >&6
2770b35cf2c0Smrgelse $as_nop
2771b35cf2c0Smrg            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2772b35cf2c0Smrg     for ac_i in 1 2 3 4 5 6 7; do
2773b35cf2c0Smrg       ac_script="$ac_script$as_nl$ac_script"
2774b35cf2c0Smrg     done
2775b35cf2c0Smrg     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2776b35cf2c0Smrg     { ac_script=; unset ac_script;}
2777b35cf2c0Smrg     if test -z "$SED"; then
2778b35cf2c0Smrg  ac_path_SED_found=false
2779b35cf2c0Smrg  # Loop through the user's path and test for each of PROGNAME-LIST
2780b35cf2c0Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2781b35cf2c0Smrgfor as_dir in $PATH
2782b35cf2c0Smrgdo
2783b35cf2c0Smrg  IFS=$as_save_IFS
2784b35cf2c0Smrg  case $as_dir in #(((
2785b35cf2c0Smrg    '') as_dir=./ ;;
2786b35cf2c0Smrg    */) ;;
2787b35cf2c0Smrg    *) as_dir=$as_dir/ ;;
2788b35cf2c0Smrg  esac
2789b35cf2c0Smrg    for ac_prog in sed gsed
2790b35cf2c0Smrg   do
2791b35cf2c0Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
2792b35cf2c0Smrg      ac_path_SED="$as_dir$ac_prog$ac_exec_ext"
2793b35cf2c0Smrg      as_fn_executable_p "$ac_path_SED" || continue
2794b35cf2c0Smrg# Check for GNU ac_path_SED and select it if it is found.
2795b35cf2c0Smrg  # Check for GNU $ac_path_SED
2796b35cf2c0Smrgcase `"$ac_path_SED" --version 2>&1` in
2797b35cf2c0Smrg*GNU*)
2798b35cf2c0Smrg  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2799b35cf2c0Smrg*)
2800b35cf2c0Smrg  ac_count=0
2801b35cf2c0Smrg  printf %s 0123456789 >"conftest.in"
2802b35cf2c0Smrg  while :
2803b35cf2c0Smrg  do
2804b35cf2c0Smrg    cat "conftest.in" "conftest.in" >"conftest.tmp"
2805b35cf2c0Smrg    mv "conftest.tmp" "conftest.in"
2806b35cf2c0Smrg    cp "conftest.in" "conftest.nl"
2807b35cf2c0Smrg    printf "%s\n" '' >> "conftest.nl"
2808b35cf2c0Smrg    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2809b35cf2c0Smrg    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2810b35cf2c0Smrg    as_fn_arith $ac_count + 1 && ac_count=$as_val
2811b35cf2c0Smrg    if test $ac_count -gt ${ac_path_SED_max-0}; then
2812b35cf2c0Smrg      # Best one so far, save it but keep looking for a better one
2813b35cf2c0Smrg      ac_cv_path_SED="$ac_path_SED"
2814b35cf2c0Smrg      ac_path_SED_max=$ac_count
2815b35cf2c0Smrg    fi
2816b35cf2c0Smrg    # 10*(2^10) chars as input seems more than enough
2817b35cf2c0Smrg    test $ac_count -gt 10 && break
2818b35cf2c0Smrg  done
2819b35cf2c0Smrg  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2820b35cf2c0Smrgesac
2821b35cf2c0Smrg
2822b35cf2c0Smrg      $ac_path_SED_found && break 3
2823b35cf2c0Smrg    done
2824b35cf2c0Smrg  done
2825b35cf2c0Smrg  done
2826b35cf2c0SmrgIFS=$as_save_IFS
2827b35cf2c0Smrg  if test -z "$ac_cv_path_SED"; then
2828b35cf2c0Smrg    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
2829b35cf2c0Smrg  fi
2830b35cf2c0Smrgelse
2831b35cf2c0Smrg  ac_cv_path_SED=$SED
2832b35cf2c0Smrgfi
2833b35cf2c0Smrg
2834b35cf2c0Smrgfi
2835b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2836b35cf2c0Smrgprintf "%s\n" "$ac_cv_path_SED" >&6; }
2837b35cf2c0Smrg SED="$ac_cv_path_SED"
2838b35cf2c0Smrg  rm -f conftest.sed
2839b35cf2c0Smrg
2840b35cf2c0Smrg
2841b35cf2c0Smrg
2842b35cf2c0Smrg
2843b35cf2c0Smrg
2844b35cf2c0Smrgcat >>confdefs.h <<_ACEOF
2845b35cf2c0Smrg#define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1`
2846b35cf2c0Smrg_ACEOF
2847b35cf2c0Smrg
2848b35cf2c0Smrg	PVM=`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1`
2849b35cf2c0Smrg	if test "x$PVM" = "x"; then
2850b35cf2c0Smrg		PVM="0"
2851b35cf2c0Smrg	fi
2852b35cf2c0Smrg
2853b35cf2c0Smrgprintf "%s\n" "#define PACKAGE_VERSION_MINOR $PVM" >>confdefs.h
2854b35cf2c0Smrg
2855b35cf2c0Smrg	PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1`
2856b35cf2c0Smrg	if test "x$PVP" = "x"; then
2857b35cf2c0Smrg		PVP="0"
2858b35cf2c0Smrg	fi
2859b35cf2c0Smrg
2860b35cf2c0Smrgprintf "%s\n" "#define PACKAGE_VERSION_PATCHLEVEL $PVP" >>confdefs.h
2861b35cf2c0Smrg
2862b35cf2c0Smrg
2863b35cf2c0Smrg
2864b35cf2c0SmrgCHANGELOG_CMD="((GIT_DIR=\$(top_srcdir)/.git git log > \$(top_srcdir)/.changelog.tmp) 2>/dev/null && \
2865b35cf2c0Smrgmv \$(top_srcdir)/.changelog.tmp \$(top_srcdir)/ChangeLog) \
2866b35cf2c0Smrg|| (rm -f \$(top_srcdir)/.changelog.tmp; test -e \$(top_srcdir)/ChangeLog || ( \
2867b35cf2c0Smrgtouch \$(top_srcdir)/ChangeLog; \
2868b35cf2c0Smrgecho 'git failed to create ChangeLog: installing empty ChangeLog.' >&2))"
2869b35cf2c0Smrg
2870b35cf2c0Smrg
2871b35cf2c0Smrg
2872b35cf2c0Smrg
2873b35cf2c0Smrgmacros_datadir=`$PKG_CONFIG --print-errors --variable=pkgdatadir xorg-macros`
2874b35cf2c0SmrgINSTALL_CMD="(cp -f "$macros_datadir/INSTALL" \$(top_srcdir)/.INSTALL.tmp && \
2875b35cf2c0Smrgmv \$(top_srcdir)/.INSTALL.tmp \$(top_srcdir)/INSTALL) \
2876b35cf2c0Smrg|| (rm -f \$(top_srcdir)/.INSTALL.tmp; test -e \$(top_srcdir)/INSTALL || ( \
2877b35cf2c0Smrgtouch \$(top_srcdir)/INSTALL; \
2878b35cf2c0Smrgecho 'failed to copy INSTALL from util-macros: installing empty INSTALL.' >&2))"
2879b35cf2c0Smrg
2880b35cf2c0Smrg
2881b35cf2c0Smrg
2882b35cf2c0Smrg
2883b35cf2c0Smrg
2884b35cf2c0Smrg
2885b35cf2c0Smrgcase $host_os in
2886b35cf2c0Smrg    solaris*)
2887b35cf2c0Smrg        # Solaris 2.0 - 11.3 use SysV man page section numbers, so we
2888b35cf2c0Smrg        # check for a man page file found in later versions that use
2889b35cf2c0Smrg        # traditional section numbers instead
2890b35cf2c0Smrg        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for /usr/share/man/man7/attributes.7" >&5
2891b35cf2c0Smrgprintf %s "checking for /usr/share/man/man7/attributes.7... " >&6; }
2892b35cf2c0Smrgif test ${ac_cv_file__usr_share_man_man7_attributes_7+y}
2893b35cf2c0Smrgthen :
2894b35cf2c0Smrg  printf %s "(cached) " >&6
2895b35cf2c0Smrgelse $as_nop
2896b35cf2c0Smrg  test "$cross_compiling" = yes &&
2897b35cf2c0Smrg  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
2898b35cf2c0Smrgif test -r "/usr/share/man/man7/attributes.7"; then
2899b35cf2c0Smrg  ac_cv_file__usr_share_man_man7_attributes_7=yes
2900b35cf2c0Smrgelse
2901b35cf2c0Smrg  ac_cv_file__usr_share_man_man7_attributes_7=no
2902b35cf2c0Smrgfi
2903b35cf2c0Smrgfi
2904b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_man_man7_attributes_7" >&5
2905b35cf2c0Smrgprintf "%s\n" "$ac_cv_file__usr_share_man_man7_attributes_7" >&6; }
2906b35cf2c0Smrgif test "x$ac_cv_file__usr_share_man_man7_attributes_7" = xyes
2907b35cf2c0Smrgthen :
2908b35cf2c0Smrg  SYSV_MAN_SECTIONS=false
2909b35cf2c0Smrgelse $as_nop
2910b35cf2c0Smrg  SYSV_MAN_SECTIONS=true
2911b35cf2c0Smrgfi
2912b35cf2c0Smrg
2913b35cf2c0Smrg        ;;
2914b35cf2c0Smrg    *) SYSV_MAN_SECTIONS=false ;;
2915b35cf2c0Smrgesac
2916b35cf2c0Smrg
2917b35cf2c0Smrgif test x$APP_MAN_SUFFIX = x    ; then
2918b35cf2c0Smrg    APP_MAN_SUFFIX=1
2919b35cf2c0Smrgfi
2920b35cf2c0Smrgif test x$APP_MAN_DIR = x    ; then
2921b35cf2c0Smrg    APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)'
2922b35cf2c0Smrgfi
2923b35cf2c0Smrg
2924b35cf2c0Smrgif test x$LIB_MAN_SUFFIX = x    ; then
2925b35cf2c0Smrg    LIB_MAN_SUFFIX=3
2926b35cf2c0Smrgfi
2927b35cf2c0Smrgif test x$LIB_MAN_DIR = x    ; then
2928b35cf2c0Smrg    LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)'
2929b35cf2c0Smrgfi
2930b35cf2c0Smrg
2931b35cf2c0Smrgif test x$FILE_MAN_SUFFIX = x    ; then
2932b35cf2c0Smrg    case $SYSV_MAN_SECTIONS in
2933b35cf2c0Smrg	true)				FILE_MAN_SUFFIX=4  ;;
2934b35cf2c0Smrg	*)				FILE_MAN_SUFFIX=5  ;;
2935b35cf2c0Smrg    esac
2936b35cf2c0Smrgfi
2937b35cf2c0Smrgif test x$FILE_MAN_DIR = x    ; then
2938b35cf2c0Smrg    FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)'
2939b35cf2c0Smrgfi
2940b35cf2c0Smrg
2941b35cf2c0Smrgif test x$MISC_MAN_SUFFIX = x    ; then
2942b35cf2c0Smrg    case $SYSV_MAN_SECTIONS in
2943b35cf2c0Smrg	true)				MISC_MAN_SUFFIX=5  ;;
2944b35cf2c0Smrg	*)				MISC_MAN_SUFFIX=7  ;;
2945b35cf2c0Smrg    esac
2946b35cf2c0Smrgfi
2947b35cf2c0Smrgif test x$MISC_MAN_DIR = x    ; then
2948b35cf2c0Smrg    MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)'
2949b35cf2c0Smrgfi
2950b35cf2c0Smrg
2951b35cf2c0Smrgif test x$DRIVER_MAN_SUFFIX = x    ; then
2952b35cf2c0Smrg    case $SYSV_MAN_SECTIONS in
2953b35cf2c0Smrg	true)				DRIVER_MAN_SUFFIX=7  ;;
2954b35cf2c0Smrg	*)				DRIVER_MAN_SUFFIX=4  ;;
2955b35cf2c0Smrg    esac
2956b35cf2c0Smrgfi
2957b35cf2c0Smrgif test x$DRIVER_MAN_DIR = x    ; then
2958b35cf2c0Smrg    DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)'
2959b35cf2c0Smrgfi
2960b35cf2c0Smrg
2961b35cf2c0Smrgif test x$ADMIN_MAN_SUFFIX = x    ; then
2962b35cf2c0Smrg    case $SYSV_MAN_SECTIONS in
2963b35cf2c0Smrg	true)				ADMIN_MAN_SUFFIX=1m ;;
2964b35cf2c0Smrg	*)				ADMIN_MAN_SUFFIX=8  ;;
2965b35cf2c0Smrg    esac
2966b35cf2c0Smrgfi
2967b35cf2c0Smrgif test x$ADMIN_MAN_DIR = x    ; then
2968b35cf2c0Smrg    ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)'
2969b35cf2c0Smrgfi
2970b35cf2c0Smrg
2971b35cf2c0Smrg
2972b35cf2c0Smrg
2973b35cf2c0Smrg
2974b35cf2c0Smrg
2975b35cf2c0Smrg
2976b35cf2c0Smrg
2977b35cf2c0Smrg
2978b35cf2c0Smrg
2979b35cf2c0Smrg
2980b35cf2c0Smrg
2981b35cf2c0Smrg
2982b35cf2c0Smrg
2983b35cf2c0Smrg
2984b35cf2c0Smrg
2985b35cf2c0SmrgXORG_MAN_PAGE="X Version 11"
2986b35cf2c0Smrg
2987b35cf2c0SmrgMAN_SUBSTS="\
2988b35cf2c0Smrg	-e 's|__vendorversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \
2989b35cf2c0Smrg	-e 's|__xorgversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \
2990b35cf2c0Smrg	-e 's|__xservername__|Xorg|g' \
2991b35cf2c0Smrg	-e 's|__xconfigfile__|xorg.conf|g' \
2992b35cf2c0Smrg	-e 's|__projectroot__|\$(prefix)|g' \
2993b35cf2c0Smrg	-e 's|__apploaddir__|\$(appdefaultdir)|g' \
2994b35cf2c0Smrg	-e 's|__appmansuffix__|\$(APP_MAN_SUFFIX)|g' \
2995b35cf2c0Smrg	-e 's|__drivermansuffix__|\$(DRIVER_MAN_SUFFIX)|g' \
2996b35cf2c0Smrg	-e 's|__adminmansuffix__|\$(ADMIN_MAN_SUFFIX)|g' \
2997b35cf2c0Smrg	-e 's|__libmansuffix__|\$(LIB_MAN_SUFFIX)|g' \
2998b35cf2c0Smrg	-e 's|__miscmansuffix__|\$(MISC_MAN_SUFFIX)|g' \
2999b35cf2c0Smrg	-e 's|__filemansuffix__|\$(FILE_MAN_SUFFIX)|g'"
3000b35cf2c0Smrg
3001b35cf2c0Smrg
3002b35cf2c0Smrg
3003b35cf2c0Smrg# Check whether --enable-silent-rules was given.
3004b35cf2c0Smrgif test ${enable_silent_rules+y}
3005b35cf2c0Smrgthen :
3006b35cf2c0Smrg  enableval=$enable_silent_rules;
3007b35cf2c0Smrgfi
3008b35cf2c0Smrg
3009b35cf2c0Smrgcase $enable_silent_rules in # (((
3010b35cf2c0Smrg  yes) AM_DEFAULT_VERBOSITY=0;;
3011b35cf2c0Smrg   no) AM_DEFAULT_VERBOSITY=1;;
3012b35cf2c0Smrg    *) AM_DEFAULT_VERBOSITY=0;;
3013b35cf2c0Smrgesac
3014b35cf2c0Smrgam_make=${MAKE-make}
3015b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3016b35cf2c0Smrgprintf %s "checking whether $am_make supports nested variables... " >&6; }
3017b35cf2c0Smrgif test ${am_cv_make_support_nested_variables+y}
3018b35cf2c0Smrgthen :
3019b35cf2c0Smrg  printf %s "(cached) " >&6
3020b35cf2c0Smrgelse $as_nop
3021b35cf2c0Smrg  if printf "%s\n" 'TRUE=$(BAR$(V))
3022b35cf2c0SmrgBAR0=false
3023b35cf2c0SmrgBAR1=true
3024b35cf2c0SmrgV=1
3025b35cf2c0Smrgam__doit:
3026b35cf2c0Smrg	@$(TRUE)
3027b35cf2c0Smrg.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3028b35cf2c0Smrg  am_cv_make_support_nested_variables=yes
3029b35cf2c0Smrgelse
3030b35cf2c0Smrg  am_cv_make_support_nested_variables=no
3031b35cf2c0Smrgfi
3032b35cf2c0Smrgfi
3033b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3034b35cf2c0Smrgprintf "%s\n" "$am_cv_make_support_nested_variables" >&6; }
3035b35cf2c0Smrgif test $am_cv_make_support_nested_variables = yes; then
3036b35cf2c0Smrg    AM_V='$(V)'
3037b35cf2c0Smrg  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3038b35cf2c0Smrgelse
3039b35cf2c0Smrg  AM_V=$AM_DEFAULT_VERBOSITY
3040b35cf2c0Smrg  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3041b35cf2c0Smrgfi
3042b35cf2c0SmrgAM_BACKSLASH='\'
3043b35cf2c0Smrg
3044b35cf2c0Smrg
3045b35cf2c0Smrg
3046b35cf2c0Smrg# Require X.Org's font util macros 1.4 or later for COMPRESS_FLAGS
3047b35cf2c0Smrg
3048b35cf2c0Smrg
3049b35cf2c0Smrg
3050b35cf2c0Smrg
3051b35cf2c0Smrg
3052b35cf2c0Smrg
3053b35cf2c0Smrg
3054b35cf2c0Smrg
3055b35cf2c0Smrg
3056b35cf2c0Smrg
3057b35cf2c0Smrg
3058b35cf2c0Smrg
3059b35cf2c0Smrg
3060b35cf2c0Smrg
3061b35cf2c0Smrg
3062b35cf2c0Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for root directory for font files" >&5
3063b35cf2c0Smrgprintf %s "checking for root directory for font files... " >&6; }
3064b35cf2c0Smrg
3065b35cf2c0Smrg# Check whether --with-fontrootdir was given.
3066b35cf2c0Smrgif test ${with_fontrootdir+y}
3067b35cf2c0Smrgthen :
3068b35cf2c0Smrg  withval=$with_fontrootdir; FONTROOTDIR="$withval"
3069b35cf2c0Smrgfi
3070b35cf2c0Smrg
3071b35cf2c0Smrg	# if --with-fontrootdir not specified...
3072b35cf2c0Smrg	if test "x${FONTROOTDIR}" = "x"; then
3073b35cf2c0Smrg		FONTROOTDIR=`$PKG_CONFIG --variable=fontrootdir fontutil`
3074b35cf2c0Smrg	fi
3075b35cf2c0Smrg	# ...and if pkg-config didn't find fontdir in fontutil.pc...
3076b35cf2c0Smrg	if test "x${FONTROOTDIR}" = "x"; then
3077b35cf2c0Smrg		FONTROOTDIR="${datadir}/fonts/X11"
3078b35cf2c0Smrg	fi
3079b35cf2c0Smrg
3080b35cf2c0Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${FONTROOTDIR}" >&5
3081b35cf2c0Smrgprintf "%s\n" "${FONTROOTDIR}" >&6; }
3082b35cf2c0Smrg
3083b35cf2c0Smrg
3084b35cf2c0Smrg
3085b35cf2c0Smrg
3086b35cf2c0Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for directory for cyrillic files" >&5
3087b35cf2c0Smrgprintf %s "checking for directory for cyrillic files... " >&6; }
3088b35cf2c0Smrg
3089b35cf2c0Smrg# Check whether --with-fontdir was given.
3090b35cf2c0Smrgif test ${with_fontdir+y}
3091b35cf2c0Smrgthen :
3092b35cf2c0Smrg  withval=$with_fontdir; FONTDIR="${withval}"
3093b35cf2c0Smrgelse $as_nop
3094b35cf2c0Smrg  FONTDIR='${FONTROOTDIR}/cyrillic'
3095b35cf2c0Smrgfi
3096b35cf2c0Smrg
3097b35cf2c0Smrg
3098b35cf2c0Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${FONTDIR}" >&5
3099b35cf2c0Smrgprintf "%s\n" "${FONTDIR}" >&6; }
3100b35cf2c0Smrg
3101b35cf2c0Smrg
3102b35cf2c0Smrg
3103b35cf2c0Smrg
3104b35cf2c0Smrg	# Extract the first word of "fc-cache", so it can be a program name with args.
3105b35cf2c0Smrgset dummy fc-cache; ac_word=$2
3106b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3107b35cf2c0Smrgprintf %s "checking for $ac_word... " >&6; }
3108b35cf2c0Smrgif test ${ac_cv_path_FCCACHE+y}
3109b35cf2c0Smrgthen :
3110b35cf2c0Smrg  printf %s "(cached) " >&6
3111b35cf2c0Smrgelse $as_nop
3112b35cf2c0Smrg  case $FCCACHE in
3113b35cf2c0Smrg  [\\/]* | ?:[\\/]*)
3114b35cf2c0Smrg  ac_cv_path_FCCACHE="$FCCACHE" # Let the user override the test with a path.
3115b35cf2c0Smrg  ;;
3116b35cf2c0Smrg  *)
3117b35cf2c0Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3118b35cf2c0Smrgfor as_dir in $PATH
3119b35cf2c0Smrgdo
3120b35cf2c0Smrg  IFS=$as_save_IFS
3121b35cf2c0Smrg  case $as_dir in #(((
3122b35cf2c0Smrg    '') as_dir=./ ;;
3123b35cf2c0Smrg    */) ;;
3124b35cf2c0Smrg    *) as_dir=$as_dir/ ;;
3125b35cf2c0Smrg  esac
3126b35cf2c0Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
3127b35cf2c0Smrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3128b35cf2c0Smrg    ac_cv_path_FCCACHE="$as_dir$ac_word$ac_exec_ext"
3129b35cf2c0Smrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3130b35cf2c0Smrg    break 2
3131b35cf2c0Smrg  fi
3132b35cf2c0Smrgdone
3133b35cf2c0Smrg  done
3134b35cf2c0SmrgIFS=$as_save_IFS
3135b35cf2c0Smrg
3136b35cf2c0Smrg  ;;
3137b35cf2c0Smrgesac
3138b35cf2c0Smrgfi
3139b35cf2c0SmrgFCCACHE=$ac_cv_path_FCCACHE
3140b35cf2c0Smrgif test -n "$FCCACHE"; then
3141b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FCCACHE" >&5
3142b35cf2c0Smrgprintf "%s\n" "$FCCACHE" >&6; }
3143b35cf2c0Smrgelse
3144b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3145b35cf2c0Smrgprintf "%s\n" "no" >&6; }
3146b35cf2c0Smrgfi
3147b35cf2c0Smrg
3148b35cf2c0Smrg
3149b35cf2c0Smrg	FCCACHE_WARN='echo "** Warning: fonts.cache not built" ; echo "** Generate this file manually on host system using fc-cache"'
3150b35cf2c0Smrg	if test x"$FCCACHE" = x || test x"$cross_compiling" != x"no" ; then
3151b35cf2c0Smrg		RUN_FCCACHE="${FCCACHE_WARN}"
3152b35cf2c0Smrg	else
3153b35cf2c0Smrg		RUN_FCCACHE='@(if test -z "$(DESTDIR)"; then echo $(FCCACHE) $(fontdir); $(FCCACHE) $(fontdir); else'
3154b35cf2c0Smrg		RUN_FCCACHE="${RUN_FCCACHE} ${FCCACHE_WARN} ; fi)"
3155b35cf2c0Smrg	fi
3156b35cf2c0Smrg
3157b35cf2c0Smrg
3158b35cf2c0Smrg
3159b35cf2c0Smrg	if test x"$cross_compiling" != x"no" ; then
3160b35cf2c0Smrg		# Extract the first word of "mkfontdir", so it can be a program name with args.
3161b35cf2c0Smrgset dummy mkfontdir; ac_word=$2
3162b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3163b35cf2c0Smrgprintf %s "checking for $ac_word... " >&6; }
3164b35cf2c0Smrgif test ${ac_cv_path_MKFONTDIR+y}
3165b35cf2c0Smrgthen :
3166b35cf2c0Smrg  printf %s "(cached) " >&6
3167b35cf2c0Smrgelse $as_nop
3168b35cf2c0Smrg  case $MKFONTDIR in
3169b35cf2c0Smrg  [\\/]* | ?:[\\/]*)
3170b35cf2c0Smrg  ac_cv_path_MKFONTDIR="$MKFONTDIR" # Let the user override the test with a path.
3171b35cf2c0Smrg  ;;
3172b35cf2c0Smrg  *)
3173b35cf2c0Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3174b35cf2c0Smrgfor as_dir in $PATH
3175b35cf2c0Smrgdo
3176b35cf2c0Smrg  IFS=$as_save_IFS
3177b35cf2c0Smrg  case $as_dir in #(((
3178b35cf2c0Smrg    '') as_dir=./ ;;
3179b35cf2c0Smrg    */) ;;
3180b35cf2c0Smrg    *) as_dir=$as_dir/ ;;
3181b35cf2c0Smrg  esac
3182b35cf2c0Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
3183b35cf2c0Smrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3184b35cf2c0Smrg    ac_cv_path_MKFONTDIR="$as_dir$ac_word$ac_exec_ext"
3185b35cf2c0Smrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3186b35cf2c0Smrg    break 2
3187b35cf2c0Smrg  fi
3188b35cf2c0Smrgdone
3189b35cf2c0Smrg  done
3190b35cf2c0SmrgIFS=$as_save_IFS
3191b35cf2c0Smrg
3192b35cf2c0Smrg  test -z "$ac_cv_path_MKFONTDIR" && ac_cv_path_MKFONTDIR=""""
3193b35cf2c0Smrg  ;;
3194b35cf2c0Smrgesac
3195b35cf2c0Smrgfi
3196b35cf2c0SmrgMKFONTDIR=$ac_cv_path_MKFONTDIR
3197b35cf2c0Smrgif test -n "$MKFONTDIR"; then
3198b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKFONTDIR" >&5
3199b35cf2c0Smrgprintf "%s\n" "$MKFONTDIR" >&6; }
3200b35cf2c0Smrgelse
3201b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3202b35cf2c0Smrgprintf "%s\n" "no" >&6; }
3203b35cf2c0Smrgfi
3204b35cf2c0Smrg
3205b35cf2c0Smrg
3206b35cf2c0Smrg		MKFONTDIR_WARN='echo "** Warning: mkfontdir not run" ; echo "** Run mkfontdir manually on host system"'
3207b35cf2c0Smrg
3208b35cf2c0Smrg		if test x"$MKFONTDIR" = x; then
3209b35cf2c0Smrg			MKFONTDIR="${MKFONTDIR_WARN} ; echo '** mkfontdir'"
3210b35cf2c0Smrg		fi
3211b35cf2c0Smrg	else
3212b35cf2c0Smrg
3213b35cf2c0Smrg	# Extract the first word of "mkfontdir", so it can be a program name with args.
3214b35cf2c0Smrgset dummy mkfontdir; ac_word=$2
3215b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3216b35cf2c0Smrgprintf %s "checking for $ac_word... " >&6; }
3217b35cf2c0Smrgif test ${ac_cv_path_MKFONTDIR+y}
3218b35cf2c0Smrgthen :
3219b35cf2c0Smrg  printf %s "(cached) " >&6
3220b35cf2c0Smrgelse $as_nop
3221b35cf2c0Smrg  case $MKFONTDIR in
3222b35cf2c0Smrg  [\\/]* | ?:[\\/]*)
3223b35cf2c0Smrg  ac_cv_path_MKFONTDIR="$MKFONTDIR" # Let the user override the test with a path.
3224b35cf2c0Smrg  ;;
3225b35cf2c0Smrg  *)
3226b35cf2c0Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3227b35cf2c0Smrgfor as_dir in $PATH
3228b35cf2c0Smrgdo
3229b35cf2c0Smrg  IFS=$as_save_IFS
3230b35cf2c0Smrg  case $as_dir in #(((
3231b35cf2c0Smrg    '') as_dir=./ ;;
3232b35cf2c0Smrg    */) ;;
3233b35cf2c0Smrg    *) as_dir=$as_dir/ ;;
3234b35cf2c0Smrg  esac
3235b35cf2c0Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
3236b35cf2c0Smrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3237b35cf2c0Smrg    ac_cv_path_MKFONTDIR="$as_dir$ac_word$ac_exec_ext"
3238b35cf2c0Smrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3239b35cf2c0Smrg    break 2
3240b35cf2c0Smrg  fi
3241b35cf2c0Smrgdone
3242b35cf2c0Smrg  done
3243b35cf2c0SmrgIFS=$as_save_IFS
3244b35cf2c0Smrg
3245b35cf2c0Smrg  ;;
3246b35cf2c0Smrgesac
3247b35cf2c0Smrgfi
3248b35cf2c0SmrgMKFONTDIR=$ac_cv_path_MKFONTDIR
3249b35cf2c0Smrgif test -n "$MKFONTDIR"; then
3250b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKFONTDIR" >&5
3251b35cf2c0Smrgprintf "%s\n" "$MKFONTDIR" >&6; }
3252b35cf2c0Smrgelse
3253b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3254b35cf2c0Smrgprintf "%s\n" "no" >&6; }
3255b35cf2c0Smrgfi
3256b35cf2c0Smrg
3257b35cf2c0Smrg
3258b35cf2c0Smrg	if test x"$MKFONTDIR" = x; then
3259b35cf2c0Smrg		as_fn_error $? "mkfontdir is required to build $PACKAGE_NAME." "$LINENO" 5
3260b35cf2c0Smrg	fi
3261b35cf2c0Smrg
3262b35cf2c0Smrg	fi
3263b35cf2c0Smrg
3264b35cf2c0Smrg
3265b35cf2c0Smrg
3266b35cf2c0Smrg
3267b35cf2c0Smrg
3268b35cf2c0Smrg	# Extract the first word of "bdftopcf", so it can be a program name with args.
3269b35cf2c0Smrgset dummy bdftopcf; ac_word=$2
3270b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3271b35cf2c0Smrgprintf %s "checking for $ac_word... " >&6; }
3272b35cf2c0Smrgif test ${ac_cv_path_BDFTOPCF+y}
3273b35cf2c0Smrgthen :
3274b35cf2c0Smrg  printf %s "(cached) " >&6
3275b35cf2c0Smrgelse $as_nop
3276b35cf2c0Smrg  case $BDFTOPCF in
3277b35cf2c0Smrg  [\\/]* | ?:[\\/]*)
3278b35cf2c0Smrg  ac_cv_path_BDFTOPCF="$BDFTOPCF" # Let the user override the test with a path.
3279b35cf2c0Smrg  ;;
3280b35cf2c0Smrg  *)
3281b35cf2c0Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3282b35cf2c0Smrgfor as_dir in $PATH
3283b35cf2c0Smrgdo
3284b35cf2c0Smrg  IFS=$as_save_IFS
3285b35cf2c0Smrg  case $as_dir in #(((
3286b35cf2c0Smrg    '') as_dir=./ ;;
3287b35cf2c0Smrg    */) ;;
3288b35cf2c0Smrg    *) as_dir=$as_dir/ ;;
3289b35cf2c0Smrg  esac
3290b35cf2c0Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
3291b35cf2c0Smrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3292b35cf2c0Smrg    ac_cv_path_BDFTOPCF="$as_dir$ac_word$ac_exec_ext"
3293b35cf2c0Smrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3294b35cf2c0Smrg    break 2
3295b35cf2c0Smrg  fi
3296b35cf2c0Smrgdone
3297b35cf2c0Smrg  done
3298b35cf2c0SmrgIFS=$as_save_IFS
3299b35cf2c0Smrg
3300b35cf2c0Smrg  ;;
3301b35cf2c0Smrgesac
3302b35cf2c0Smrgfi
3303b35cf2c0SmrgBDFTOPCF=$ac_cv_path_BDFTOPCF
3304b35cf2c0Smrgif test -n "$BDFTOPCF"; then
3305b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $BDFTOPCF" >&5
3306b35cf2c0Smrgprintf "%s\n" "$BDFTOPCF" >&6; }
3307b35cf2c0Smrgelse
3308b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3309b35cf2c0Smrgprintf "%s\n" "no" >&6; }
3310b35cf2c0Smrgfi
3311b35cf2c0Smrg
3312b35cf2c0Smrg
3313b35cf2c0Smrg	if test x"$BDFTOPCF" = x; then
3314b35cf2c0Smrg		as_fn_error $? "bdftopcf is required to build $PACKAGE_NAME." "$LINENO" 5
3315b35cf2c0Smrg	fi
3316b35cf2c0Smrg
3317b35cf2c0Smrg
3318b35cf2c0Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking font compression method" >&5
3319b35cf2c0Smrgprintf %s "checking font compression method... " >&6; }
3320b35cf2c0Smrg
3321b35cf2c0Smrg# Check whether --with-compression was given.
3322b35cf2c0Smrgif test ${with_compression+y}
3323b35cf2c0Smrgthen :
3324b35cf2c0Smrg  withval=$with_compression; compression="$withval"
3325b35cf2c0Smrgelse $as_nop
3326b35cf2c0Smrg  compression="yes"
3327b35cf2c0Smrgfi
3328b35cf2c0Smrg
3329b35cf2c0Smrg	if test x"$compression" = "xyes" ; then
3330b35cf2c0Smrg		compression="gzip"
3331b35cf2c0Smrg	fi
3332b35cf2c0Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${compression}" >&5
3333b35cf2c0Smrgprintf "%s\n" "${compression}" >&6; }
3334b35cf2c0Smrg	case ${compression} in
3335b35cf2c0Smrg	 *compress)	COMPRESS_SUFFIX=".Z" ;;
3336b35cf2c0Smrg	 *gzip)		COMPRESS_SUFFIX=".gz" ;
3337b35cf2c0Smrg			COMPRESS_FLAGS="${COMPRESS_FLAGS--n}" ;;
3338b35cf2c0Smrg	 *bzip2)	COMPRESS_SUFFIX=".bz2" ;;
3339b35cf2c0Smrg	 no|none)	COMPRESS_SUFFIX="" ; COMPRESS="cat" ;;
3340b35cf2c0Smrg	 *) as_fn_error $? "${compression} is not a supported compression method" "$LINENO" 5 ;;
3341b35cf2c0Smrg	esac
3342b35cf2c0Smrg	if test x"$COMPRESS_SUFFIX" != "x" ; then
3343b35cf2c0Smrg
3344b35cf2c0Smrg	# Extract the first word of "${compression}", so it can be a program name with args.
3345b35cf2c0Smrgset dummy ${compression}; ac_word=$2
3346b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3347b35cf2c0Smrgprintf %s "checking for $ac_word... " >&6; }
3348b35cf2c0Smrgif test ${ac_cv_path_COMPRESS+y}
3349b35cf2c0Smrgthen :
3350b35cf2c0Smrg  printf %s "(cached) " >&6
3351b35cf2c0Smrgelse $as_nop
3352b35cf2c0Smrg  case $COMPRESS in
3353b35cf2c0Smrg  [\\/]* | ?:[\\/]*)
3354b35cf2c0Smrg  ac_cv_path_COMPRESS="$COMPRESS" # Let the user override the test with a path.
3355b35cf2c0Smrg  ;;
3356b35cf2c0Smrg  *)
3357b35cf2c0Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3358b35cf2c0Smrgfor as_dir in $PATH
3359b35cf2c0Smrgdo
3360b35cf2c0Smrg  IFS=$as_save_IFS
3361b35cf2c0Smrg  case $as_dir in #(((
3362b35cf2c0Smrg    '') as_dir=./ ;;
3363b35cf2c0Smrg    */) ;;
3364b35cf2c0Smrg    *) as_dir=$as_dir/ ;;
3365b35cf2c0Smrg  esac
3366b35cf2c0Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
3367b35cf2c0Smrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3368b35cf2c0Smrg    ac_cv_path_COMPRESS="$as_dir$ac_word$ac_exec_ext"
3369b35cf2c0Smrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3370b35cf2c0Smrg    break 2
3371b35cf2c0Smrg  fi
3372b35cf2c0Smrgdone
3373b35cf2c0Smrg  done
3374b35cf2c0SmrgIFS=$as_save_IFS
3375b35cf2c0Smrg
3376b35cf2c0Smrg  ;;
3377b35cf2c0Smrgesac
3378b35cf2c0Smrgfi
3379b35cf2c0SmrgCOMPRESS=$ac_cv_path_COMPRESS
3380b35cf2c0Smrgif test -n "$COMPRESS"; then
3381b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $COMPRESS" >&5
3382b35cf2c0Smrgprintf "%s\n" "$COMPRESS" >&6; }
3383b35cf2c0Smrgelse
3384b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3385b35cf2c0Smrgprintf "%s\n" "no" >&6; }
3386b35cf2c0Smrgfi
3387b35cf2c0Smrg
3388b35cf2c0Smrg
3389b35cf2c0Smrg	if test x"$COMPRESS" = x; then
3390b35cf2c0Smrg		as_fn_error $? "${compression} is required to build $PACKAGE_NAME." "$LINENO" 5
3391b35cf2c0Smrg	fi
3392b35cf2c0Smrg
3393b35cf2c0Smrg	fi
3394b35cf2c0Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking options to font compression command" >&5
3395b35cf2c0Smrgprintf %s "checking options to font compression command... " >&6; }
3396b35cf2c0Smrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${COMPRESS_FLAGS:-none}" >&5
3397b35cf2c0Smrgprintf "%s\n" "${COMPRESS_FLAGS:-none}" >&6; }
3398b35cf2c0Smrg
3399b35cf2c0Smrg
3400b35cf2c0Smrg
3401b35cf2c0Smrg
3402b35cf2c0Smrg
3403b35cf2c0Smrgac_config_files="$ac_config_files Makefile"
3404b35cf2c0Smrg
3405b35cf2c0Smrgcat >confcache <<\_ACEOF
3406b35cf2c0Smrg# This file is a shell script that caches the results of configure
3407b35cf2c0Smrg# tests run on this system so they can be shared between configure
3408b35cf2c0Smrg# scripts and configure runs, see configure's option --config-cache.
3409b35cf2c0Smrg# It is not useful on other systems.  If it contains results you don't
3410b35cf2c0Smrg# want to keep, you may remove or edit it.
3411b35cf2c0Smrg#
3412b35cf2c0Smrg# config.status only pays attention to the cache file if you give it
3413b35cf2c0Smrg# the --recheck option to rerun configure.
3414b35cf2c0Smrg#
3415b35cf2c0Smrg# `ac_cv_env_foo' variables (set or unset) will be overridden when
3416b35cf2c0Smrg# loading this file, other *unset* `ac_cv_foo' will be assigned the
3417b35cf2c0Smrg# following values.
3418b35cf2c0Smrg
3419b35cf2c0Smrg_ACEOF
3420b35cf2c0Smrg
3421b35cf2c0Smrg# The following way of writing the cache mishandles newlines in values,
3422b35cf2c0Smrg# but we know of no workaround that is simple, portable, and efficient.
3423b35cf2c0Smrg# So, we kill variables containing newlines.
3424b35cf2c0Smrg# Ultrix sh set writes to stderr and can't be redirected directly,
3425b35cf2c0Smrg# and sets the high bit in the cache file unless we assign to the vars.
3426b35cf2c0Smrg(
3427b35cf2c0Smrg  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
3428b35cf2c0Smrg    eval ac_val=\$$ac_var
3429b35cf2c0Smrg    case $ac_val in #(
3430b35cf2c0Smrg    *${as_nl}*)
3431b35cf2c0Smrg      case $ac_var in #(
3432b35cf2c0Smrg      *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3433b35cf2c0Smrgprintf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3434b35cf2c0Smrg      esac
3435b35cf2c0Smrg      case $ac_var in #(
3436b35cf2c0Smrg      _ | IFS | as_nl) ;; #(
3437b35cf2c0Smrg      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3438b35cf2c0Smrg      *) { eval $ac_var=; unset $ac_var;} ;;
3439b35cf2c0Smrg      esac ;;
3440b35cf2c0Smrg    esac
3441b35cf2c0Smrg  done
3442b35cf2c0Smrg
3443b35cf2c0Smrg  (set) 2>&1 |
3444b35cf2c0Smrg    case $as_nl`(ac_space=' '; set) 2>&1` in #(
3445b35cf2c0Smrg    *${as_nl}ac_space=\ *)
3446b35cf2c0Smrg      # `set' does not quote correctly, so add quotes: double-quote
3447b35cf2c0Smrg      # substitution turns \\\\ into \\, and sed turns \\ into \.
3448b35cf2c0Smrg      sed -n \
3449b35cf2c0Smrg	"s/'/'\\\\''/g;
3450b35cf2c0Smrg	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3451b35cf2c0Smrg      ;; #(
3452b35cf2c0Smrg    *)
3453b35cf2c0Smrg      # `set' quotes correctly as required by POSIX, so do not add quotes.
3454b35cf2c0Smrg      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3455b35cf2c0Smrg      ;;
3456b35cf2c0Smrg    esac |
3457b35cf2c0Smrg    sort
3458b35cf2c0Smrg) |
3459b35cf2c0Smrg  sed '
3460b35cf2c0Smrg     /^ac_cv_env_/b end
3461b35cf2c0Smrg     t clear
3462b35cf2c0Smrg     :clear
3463b35cf2c0Smrg     s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/
3464b35cf2c0Smrg     t end
3465b35cf2c0Smrg     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3466b35cf2c0Smrg     :end' >>confcache
3467b35cf2c0Smrgif diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3468b35cf2c0Smrg  if test -w "$cache_file"; then
3469b35cf2c0Smrg    if test "x$cache_file" != "x/dev/null"; then
3470b35cf2c0Smrg      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3471b35cf2c0Smrgprintf "%s\n" "$as_me: updating cache $cache_file" >&6;}
3472b35cf2c0Smrg      if test ! -f "$cache_file" || test -h "$cache_file"; then
3473b35cf2c0Smrg	cat confcache >"$cache_file"
3474b35cf2c0Smrg      else
3475b35cf2c0Smrg        case $cache_file in #(
3476b35cf2c0Smrg        */* | ?:*)
3477b35cf2c0Smrg	  mv -f confcache "$cache_file"$$ &&
3478b35cf2c0Smrg	  mv -f "$cache_file"$$ "$cache_file" ;; #(
3479b35cf2c0Smrg        *)
3480b35cf2c0Smrg	  mv -f confcache "$cache_file" ;;
3481b35cf2c0Smrg	esac
3482b35cf2c0Smrg      fi
3483b35cf2c0Smrg    fi
3484b35cf2c0Smrg  else
3485b35cf2c0Smrg    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3486b35cf2c0Smrgprintf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}
3487b35cf2c0Smrg  fi
3488b35cf2c0Smrgfi
3489b35cf2c0Smrgrm -f confcache
3490b35cf2c0Smrg
3491b35cf2c0Smrgtest "x$prefix" = xNONE && prefix=$ac_default_prefix
3492b35cf2c0Smrg# Let make expand exec_prefix.
3493b35cf2c0Smrgtest "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3494b35cf2c0Smrg
3495b35cf2c0Smrg# Transform confdefs.h into DEFS.
3496b35cf2c0Smrg# Protect against shell expansion while executing Makefile rules.
3497b35cf2c0Smrg# Protect against Makefile macro expansion.
3498b35cf2c0Smrg#
3499b35cf2c0Smrg# If the first sed substitution is executed (which looks for macros that
3500b35cf2c0Smrg# take arguments), then branch to the quote section.  Otherwise,
3501b35cf2c0Smrg# look for a macro that doesn't take arguments.
3502b35cf2c0Smrgac_script='
3503b35cf2c0Smrg:mline
3504b35cf2c0Smrg/\\$/{
3505b35cf2c0Smrg N
3506b35cf2c0Smrg s,\\\n,,
3507b35cf2c0Smrg b mline
3508b35cf2c0Smrg}
3509b35cf2c0Smrgt clear
3510b35cf2c0Smrg:clear
3511b35cf2c0Smrgs/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
3512b35cf2c0Smrgt quote
3513b35cf2c0Smrgs/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
3514b35cf2c0Smrgt quote
3515b35cf2c0Smrgb any
3516b35cf2c0Smrg:quote
3517b35cf2c0Smrgs/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
3518b35cf2c0Smrgs/\[/\\&/g
3519b35cf2c0Smrgs/\]/\\&/g
3520b35cf2c0Smrgs/\$/$$/g
3521b35cf2c0SmrgH
3522b35cf2c0Smrg:any
3523b35cf2c0Smrg${
3524b35cf2c0Smrg	g
3525b35cf2c0Smrg	s/^\n//
3526b35cf2c0Smrg	s/\n/ /g
3527b35cf2c0Smrg	p
3528b35cf2c0Smrg}
3529b35cf2c0Smrg'
3530b35cf2c0SmrgDEFS=`sed -n "$ac_script" confdefs.h`
3531b35cf2c0Smrg
3532b35cf2c0Smrg
3533b35cf2c0Smrgac_libobjs=
3534b35cf2c0Smrgac_ltlibobjs=
3535b35cf2c0SmrgU=
3536b35cf2c0Smrgfor ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
3537b35cf2c0Smrg  # 1. Remove the extension, and $U if already installed.
3538b35cf2c0Smrg  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
3539b35cf2c0Smrg  ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"`
3540b35cf2c0Smrg  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
3541b35cf2c0Smrg  #    will be set to the directory where LIBOBJS objects are built.
3542b35cf2c0Smrg  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
3543b35cf2c0Smrg  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
3544b35cf2c0Smrgdone
3545b35cf2c0SmrgLIBOBJS=$ac_libobjs
3546b35cf2c0Smrg
3547b35cf2c0SmrgLTLIBOBJS=$ac_ltlibobjs
3548b35cf2c0Smrg
3549b35cf2c0Smrg
3550b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
3551b35cf2c0Smrgprintf %s "checking that generated files are newer than configure... " >&6; }
3552b35cf2c0Smrg   if test -n "$am_sleep_pid"; then
3553b35cf2c0Smrg     # Hide warnings about reused PIDs.
3554b35cf2c0Smrg     wait $am_sleep_pid 2>/dev/null
3555b35cf2c0Smrg   fi
3556b35cf2c0Smrg   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5
3557b35cf2c0Smrgprintf "%s\n" "done" >&6; }
3558b35cf2c0Smrg
3559b35cf2c0Smrg
3560b35cf2c0Smrg: "${CONFIG_STATUS=./config.status}"
3561b35cf2c0Smrgac_write_fail=0
3562b35cf2c0Smrgac_clean_files_save=$ac_clean_files
3563b35cf2c0Smrgac_clean_files="$ac_clean_files $CONFIG_STATUS"
3564b35cf2c0Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
3565b35cf2c0Smrgprintf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;}
3566b35cf2c0Smrgas_write_fail=0
3567b35cf2c0Smrgcat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
3568b35cf2c0Smrg#! $SHELL
3569b35cf2c0Smrg# Generated by $as_me.
3570b35cf2c0Smrg# Run this file to recreate the current configuration.
3571b35cf2c0Smrg# Compiler output produced by configure, useful for debugging
3572b35cf2c0Smrg# configure, is in config.log if it exists.
3573b35cf2c0Smrg
3574b35cf2c0Smrgdebug=false
3575b35cf2c0Smrgac_cs_recheck=false
3576b35cf2c0Smrgac_cs_silent=false
3577b35cf2c0Smrg
3578b35cf2c0SmrgSHELL=\${CONFIG_SHELL-$SHELL}
3579b35cf2c0Smrgexport SHELL
3580b35cf2c0Smrg_ASEOF
3581b35cf2c0Smrgcat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
3582b35cf2c0Smrg## -------------------- ##
3583b35cf2c0Smrg## M4sh Initialization. ##
3584b35cf2c0Smrg## -------------------- ##
3585b35cf2c0Smrg
3586b35cf2c0Smrg# Be more Bourne compatible
3587b35cf2c0SmrgDUALCASE=1; export DUALCASE # for MKS sh
3588b35cf2c0Smrgas_nop=:
3589b35cf2c0Smrgif test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
3590b35cf2c0Smrgthen :
3591b35cf2c0Smrg  emulate sh
3592b35cf2c0Smrg  NULLCMD=:
3593b35cf2c0Smrg  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
3594b35cf2c0Smrg  # is contrary to our usage.  Disable this feature.
3595b35cf2c0Smrg  alias -g '${1+"$@"}'='"$@"'
3596b35cf2c0Smrg  setopt NO_GLOB_SUBST
3597b35cf2c0Smrgelse $as_nop
3598b35cf2c0Smrg  case `(set -o) 2>/dev/null` in #(
3599b35cf2c0Smrg  *posix*) :
3600b35cf2c0Smrg    set -o posix ;; #(
3601b35cf2c0Smrg  *) :
3602b35cf2c0Smrg     ;;
3603b35cf2c0Smrgesac
3604b35cf2c0Smrgfi
3605b35cf2c0Smrg
3606b35cf2c0Smrg
3607b35cf2c0Smrg
3608b35cf2c0Smrg# Reset variables that may have inherited troublesome values from
3609b35cf2c0Smrg# the environment.
3610b35cf2c0Smrg
3611b35cf2c0Smrg# IFS needs to be set, to space, tab, and newline, in precisely that order.
3612b35cf2c0Smrg# (If _AS_PATH_WALK were called with IFS unset, it would have the
3613b35cf2c0Smrg# side effect of setting IFS to empty, thus disabling word splitting.)
3614b35cf2c0Smrg# Quoting is to prevent editors from complaining about space-tab.
3615b35cf2c0Smrgas_nl='
3616b35cf2c0Smrg'
3617b35cf2c0Smrgexport as_nl
3618b35cf2c0SmrgIFS=" ""	$as_nl"
3619b35cf2c0Smrg
3620b35cf2c0SmrgPS1='$ '
3621b35cf2c0SmrgPS2='> '
3622b35cf2c0SmrgPS4='+ '
3623b35cf2c0Smrg
3624b35cf2c0Smrg# Ensure predictable behavior from utilities with locale-dependent output.
3625b35cf2c0SmrgLC_ALL=C
3626b35cf2c0Smrgexport LC_ALL
3627b35cf2c0SmrgLANGUAGE=C
3628b35cf2c0Smrgexport LANGUAGE
3629b35cf2c0Smrg
3630b35cf2c0Smrg# We cannot yet rely on "unset" to work, but we need these variables
3631b35cf2c0Smrg# to be unset--not just set to an empty or harmless value--now, to
3632b35cf2c0Smrg# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh).  This construct
3633b35cf2c0Smrg# also avoids known problems related to "unset" and subshell syntax
3634b35cf2c0Smrg# in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
3635b35cf2c0Smrgfor as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
3636b35cf2c0Smrgdo eval test \${$as_var+y} \
3637b35cf2c0Smrg  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
3638b35cf2c0Smrgdone
3639b35cf2c0Smrg
3640b35cf2c0Smrg# Ensure that fds 0, 1, and 2 are open.
3641b35cf2c0Smrgif (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
3642b35cf2c0Smrgif (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
3643b35cf2c0Smrgif (exec 3>&2)            ; then :; else exec 2>/dev/null; fi
3644b35cf2c0Smrg
3645b35cf2c0Smrg# The user is always right.
3646b35cf2c0Smrgif ${PATH_SEPARATOR+false} :; then
3647b35cf2c0Smrg  PATH_SEPARATOR=:
3648b35cf2c0Smrg  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
3649b35cf2c0Smrg    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
3650b35cf2c0Smrg      PATH_SEPARATOR=';'
3651b35cf2c0Smrg  }
3652b35cf2c0Smrgfi
3653b35cf2c0Smrg
3654b35cf2c0Smrg
3655b35cf2c0Smrg# Find who we are.  Look in the path if we contain no directory separator.
3656b35cf2c0Smrgas_myself=
3657b35cf2c0Smrgcase $0 in #((
3658b35cf2c0Smrg  *[\\/]* ) as_myself=$0 ;;
3659b35cf2c0Smrg  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3660b35cf2c0Smrgfor as_dir in $PATH
3661b35cf2c0Smrgdo
3662b35cf2c0Smrg  IFS=$as_save_IFS
3663b35cf2c0Smrg  case $as_dir in #(((
3664b35cf2c0Smrg    '') as_dir=./ ;;
3665b35cf2c0Smrg    */) ;;
3666b35cf2c0Smrg    *) as_dir=$as_dir/ ;;
3667b35cf2c0Smrg  esac
3668b35cf2c0Smrg    test -r "$as_dir$0" && as_myself=$as_dir$0 && break
3669b35cf2c0Smrg  done
3670b35cf2c0SmrgIFS=$as_save_IFS
3671b35cf2c0Smrg
3672b35cf2c0Smrg     ;;
3673b35cf2c0Smrgesac
3674b35cf2c0Smrg# We did not find ourselves, most probably we were run as `sh COMMAND'
3675b35cf2c0Smrg# in which case we are not to be found in the path.
3676b35cf2c0Smrgif test "x$as_myself" = x; then
3677b35cf2c0Smrg  as_myself=$0
3678b35cf2c0Smrgfi
3679b35cf2c0Smrgif test ! -f "$as_myself"; then
3680b35cf2c0Smrg  printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
3681b35cf2c0Smrg  exit 1
3682b35cf2c0Smrgfi
3683b35cf2c0Smrg
3684b35cf2c0Smrg
3685b35cf2c0Smrg
3686b35cf2c0Smrg# as_fn_error STATUS ERROR [LINENO LOG_FD]
3687b35cf2c0Smrg# ----------------------------------------
3688b35cf2c0Smrg# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
3689b35cf2c0Smrg# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
3690b35cf2c0Smrg# script with STATUS, using 1 if that was 0.
3691b35cf2c0Smrgas_fn_error ()
3692b35cf2c0Smrg{
3693b35cf2c0Smrg  as_status=$1; test $as_status -eq 0 && as_status=1
3694b35cf2c0Smrg  if test "$4"; then
3695b35cf2c0Smrg    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3696b35cf2c0Smrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
3697b35cf2c0Smrg  fi
3698b35cf2c0Smrg  printf "%s\n" "$as_me: error: $2" >&2
3699b35cf2c0Smrg  as_fn_exit $as_status
3700b35cf2c0Smrg} # as_fn_error
3701b35cf2c0Smrg
3702b35cf2c0Smrg
3703b35cf2c0Smrg
3704b35cf2c0Smrg# as_fn_set_status STATUS
3705b35cf2c0Smrg# -----------------------
3706b35cf2c0Smrg# Set $? to STATUS, without forking.
3707b35cf2c0Smrgas_fn_set_status ()
3708b35cf2c0Smrg{
3709b35cf2c0Smrg  return $1
3710b35cf2c0Smrg} # as_fn_set_status
3711b35cf2c0Smrg
3712b35cf2c0Smrg# as_fn_exit STATUS
3713b35cf2c0Smrg# -----------------
3714b35cf2c0Smrg# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
3715b35cf2c0Smrgas_fn_exit ()
3716b35cf2c0Smrg{
3717b35cf2c0Smrg  set +e
3718b35cf2c0Smrg  as_fn_set_status $1
3719b35cf2c0Smrg  exit $1
3720b35cf2c0Smrg} # as_fn_exit
3721b35cf2c0Smrg
3722b35cf2c0Smrg# as_fn_unset VAR
3723b35cf2c0Smrg# ---------------
3724b35cf2c0Smrg# Portably unset VAR.
3725b35cf2c0Smrgas_fn_unset ()
3726b35cf2c0Smrg{
3727b35cf2c0Smrg  { eval $1=; unset $1;}
3728b35cf2c0Smrg}
3729b35cf2c0Smrgas_unset=as_fn_unset
3730b35cf2c0Smrg
3731b35cf2c0Smrg# as_fn_append VAR VALUE
3732b35cf2c0Smrg# ----------------------
3733b35cf2c0Smrg# Append the text in VALUE to the end of the definition contained in VAR. Take
3734b35cf2c0Smrg# advantage of any shell optimizations that allow amortized linear growth over
3735b35cf2c0Smrg# repeated appends, instead of the typical quadratic growth present in naive
3736b35cf2c0Smrg# implementations.
3737b35cf2c0Smrgif (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
3738b35cf2c0Smrgthen :
3739b35cf2c0Smrg  eval 'as_fn_append ()
3740b35cf2c0Smrg  {
3741b35cf2c0Smrg    eval $1+=\$2
3742b35cf2c0Smrg  }'
3743b35cf2c0Smrgelse $as_nop
3744b35cf2c0Smrg  as_fn_append ()
3745b35cf2c0Smrg  {
3746b35cf2c0Smrg    eval $1=\$$1\$2
3747b35cf2c0Smrg  }
3748b35cf2c0Smrgfi # as_fn_append
3749b35cf2c0Smrg
3750b35cf2c0Smrg# as_fn_arith ARG...
3751b35cf2c0Smrg# ------------------
3752b35cf2c0Smrg# Perform arithmetic evaluation on the ARGs, and store the result in the
3753b35cf2c0Smrg# global $as_val. Take advantage of shells that can avoid forks. The arguments
3754b35cf2c0Smrg# must be portable across $(()) and expr.
3755b35cf2c0Smrgif (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
3756b35cf2c0Smrgthen :
3757b35cf2c0Smrg  eval 'as_fn_arith ()
3758b35cf2c0Smrg  {
3759b35cf2c0Smrg    as_val=$(( $* ))
3760b35cf2c0Smrg  }'
3761b35cf2c0Smrgelse $as_nop
3762b35cf2c0Smrg  as_fn_arith ()
3763b35cf2c0Smrg  {
3764b35cf2c0Smrg    as_val=`expr "$@" || test $? -eq 1`
3765b35cf2c0Smrg  }
3766b35cf2c0Smrgfi # as_fn_arith
3767b35cf2c0Smrg
3768b35cf2c0Smrg
3769b35cf2c0Smrgif expr a : '\(a\)' >/dev/null 2>&1 &&
3770b35cf2c0Smrg   test "X`expr 00001 : '.*\(...\)'`" = X001; then
3771b35cf2c0Smrg  as_expr=expr
3772b35cf2c0Smrgelse
3773b35cf2c0Smrg  as_expr=false
3774b35cf2c0Smrgfi
3775b35cf2c0Smrg
3776b35cf2c0Smrgif (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
3777b35cf2c0Smrg  as_basename=basename
3778b35cf2c0Smrgelse
3779b35cf2c0Smrg  as_basename=false
3780b35cf2c0Smrgfi
3781b35cf2c0Smrg
3782b35cf2c0Smrgif (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
3783b35cf2c0Smrg  as_dirname=dirname
3784b35cf2c0Smrgelse
3785b35cf2c0Smrg  as_dirname=false
3786b35cf2c0Smrgfi
3787b35cf2c0Smrg
3788b35cf2c0Smrgas_me=`$as_basename -- "$0" ||
3789b35cf2c0Smrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3790b35cf2c0Smrg	 X"$0" : 'X\(//\)$' \| \
3791b35cf2c0Smrg	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
3792b35cf2c0Smrgprintf "%s\n" X/"$0" |
3793b35cf2c0Smrg    sed '/^.*\/\([^/][^/]*\)\/*$/{
3794b35cf2c0Smrg	    s//\1/
3795b35cf2c0Smrg	    q
3796b35cf2c0Smrg	  }
3797b35cf2c0Smrg	  /^X\/\(\/\/\)$/{
3798b35cf2c0Smrg	    s//\1/
3799b35cf2c0Smrg	    q
3800b35cf2c0Smrg	  }
3801b35cf2c0Smrg	  /^X\/\(\/\).*/{
3802b35cf2c0Smrg	    s//\1/
3803b35cf2c0Smrg	    q
3804b35cf2c0Smrg	  }
3805b35cf2c0Smrg	  s/.*/./; q'`
3806b35cf2c0Smrg
3807b35cf2c0Smrg# Avoid depending upon Character Ranges.
3808b35cf2c0Smrgas_cr_letters='abcdefghijklmnopqrstuvwxyz'
3809b35cf2c0Smrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3810b35cf2c0Smrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS
3811b35cf2c0Smrgas_cr_digits='0123456789'
3812b35cf2c0Smrgas_cr_alnum=$as_cr_Letters$as_cr_digits
3813b35cf2c0Smrg
3814b35cf2c0Smrg
3815b35cf2c0Smrg# Determine whether it's possible to make 'echo' print without a newline.
3816b35cf2c0Smrg# These variables are no longer used directly by Autoconf, but are AC_SUBSTed
3817b35cf2c0Smrg# for compatibility with existing Makefiles.
3818b35cf2c0SmrgECHO_C= ECHO_N= ECHO_T=
3819b35cf2c0Smrgcase `echo -n x` in #(((((
3820b35cf2c0Smrg-n*)
3821b35cf2c0Smrg  case `echo 'xy\c'` in
3822b35cf2c0Smrg  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
3823b35cf2c0Smrg  xy)  ECHO_C='\c';;
3824b35cf2c0Smrg  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
3825b35cf2c0Smrg       ECHO_T='	';;
3826b35cf2c0Smrg  esac;;
3827b35cf2c0Smrg*)
3828b35cf2c0Smrg  ECHO_N='-n';;
3829b35cf2c0Smrgesac
3830b35cf2c0Smrg
3831b35cf2c0Smrg# For backward compatibility with old third-party macros, we provide
3832b35cf2c0Smrg# the shell variables $as_echo and $as_echo_n.  New code should use
3833b35cf2c0Smrg# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
3834b35cf2c0Smrgas_echo='printf %s\n'
3835b35cf2c0Smrgas_echo_n='printf %s'
3836b35cf2c0Smrg
3837b35cf2c0Smrgrm -f conf$$ conf$$.exe conf$$.file
3838b35cf2c0Smrgif test -d conf$$.dir; then
3839b35cf2c0Smrg  rm -f conf$$.dir/conf$$.file
3840b35cf2c0Smrgelse
3841b35cf2c0Smrg  rm -f conf$$.dir
3842b35cf2c0Smrg  mkdir conf$$.dir 2>/dev/null
3843b35cf2c0Smrgfi
3844b35cf2c0Smrgif (echo >conf$$.file) 2>/dev/null; then
3845b35cf2c0Smrg  if ln -s conf$$.file conf$$ 2>/dev/null; then
3846b35cf2c0Smrg    as_ln_s='ln -s'
3847b35cf2c0Smrg    # ... but there are two gotchas:
3848b35cf2c0Smrg    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3849b35cf2c0Smrg    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3850b35cf2c0Smrg    # In both cases, we have to default to `cp -pR'.
3851b35cf2c0Smrg    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3852b35cf2c0Smrg      as_ln_s='cp -pR'
3853b35cf2c0Smrg  elif ln conf$$.file conf$$ 2>/dev/null; then
3854b35cf2c0Smrg    as_ln_s=ln
3855b35cf2c0Smrg  else
3856b35cf2c0Smrg    as_ln_s='cp -pR'
3857b35cf2c0Smrg  fi
3858b35cf2c0Smrgelse
3859b35cf2c0Smrg  as_ln_s='cp -pR'
3860b35cf2c0Smrgfi
3861b35cf2c0Smrgrm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3862b35cf2c0Smrgrmdir conf$$.dir 2>/dev/null
3863b35cf2c0Smrg
3864b35cf2c0Smrg
3865b35cf2c0Smrg# as_fn_mkdir_p
3866b35cf2c0Smrg# -------------
3867b35cf2c0Smrg# Create "$as_dir" as a directory, including parents if necessary.
3868b35cf2c0Smrgas_fn_mkdir_p ()
3869b35cf2c0Smrg{
3870b35cf2c0Smrg
3871b35cf2c0Smrg  case $as_dir in #(
3872b35cf2c0Smrg  -*) as_dir=./$as_dir;;
3873b35cf2c0Smrg  esac
3874b35cf2c0Smrg  test -d "$as_dir" || eval $as_mkdir_p || {
3875b35cf2c0Smrg    as_dirs=
3876b35cf2c0Smrg    while :; do
3877b35cf2c0Smrg      case $as_dir in #(
3878b35cf2c0Smrg      *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
3879b35cf2c0Smrg      *) as_qdir=$as_dir;;
3880b35cf2c0Smrg      esac
3881b35cf2c0Smrg      as_dirs="'$as_qdir' $as_dirs"
3882b35cf2c0Smrg      as_dir=`$as_dirname -- "$as_dir" ||
3883b35cf2c0Smrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3884b35cf2c0Smrg	 X"$as_dir" : 'X\(//\)[^/]' \| \
3885b35cf2c0Smrg	 X"$as_dir" : 'X\(//\)$' \| \
3886b35cf2c0Smrg	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3887b35cf2c0Smrgprintf "%s\n" X"$as_dir" |
3888b35cf2c0Smrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3889b35cf2c0Smrg	    s//\1/
3890b35cf2c0Smrg	    q
3891b35cf2c0Smrg	  }
3892b35cf2c0Smrg	  /^X\(\/\/\)[^/].*/{
3893b35cf2c0Smrg	    s//\1/
3894b35cf2c0Smrg	    q
3895b35cf2c0Smrg	  }
3896b35cf2c0Smrg	  /^X\(\/\/\)$/{
3897b35cf2c0Smrg	    s//\1/
3898b35cf2c0Smrg	    q
3899b35cf2c0Smrg	  }
3900b35cf2c0Smrg	  /^X\(\/\).*/{
3901b35cf2c0Smrg	    s//\1/
3902b35cf2c0Smrg	    q
3903b35cf2c0Smrg	  }
3904b35cf2c0Smrg	  s/.*/./; q'`
3905b35cf2c0Smrg      test -d "$as_dir" && break
3906b35cf2c0Smrg    done
3907b35cf2c0Smrg    test -z "$as_dirs" || eval "mkdir $as_dirs"
3908b35cf2c0Smrg  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
3909b35cf2c0Smrg
3910b35cf2c0Smrg
3911b35cf2c0Smrg} # as_fn_mkdir_p
3912b35cf2c0Smrgif mkdir -p . 2>/dev/null; then
3913b35cf2c0Smrg  as_mkdir_p='mkdir -p "$as_dir"'
3914b35cf2c0Smrgelse
3915b35cf2c0Smrg  test -d ./-p && rmdir ./-p
3916b35cf2c0Smrg  as_mkdir_p=false
3917b35cf2c0Smrgfi
3918b35cf2c0Smrg
3919b35cf2c0Smrg
3920b35cf2c0Smrg# as_fn_executable_p FILE
3921b35cf2c0Smrg# -----------------------
3922b35cf2c0Smrg# Test if FILE is an executable regular file.
3923b35cf2c0Smrgas_fn_executable_p ()
3924b35cf2c0Smrg{
3925b35cf2c0Smrg  test -f "$1" && test -x "$1"
3926b35cf2c0Smrg} # as_fn_executable_p
3927b35cf2c0Smrgas_test_x='test -x'
3928b35cf2c0Smrgas_executable_p=as_fn_executable_p
3929b35cf2c0Smrg
3930b35cf2c0Smrg# Sed expression to map a string onto a valid CPP name.
3931b35cf2c0Smrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3932b35cf2c0Smrg
3933b35cf2c0Smrg# Sed expression to map a string onto a valid variable name.
3934b35cf2c0Smrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3935b35cf2c0Smrg
3936b35cf2c0Smrg
3937b35cf2c0Smrgexec 6>&1
3938b35cf2c0Smrg## ----------------------------------- ##
3939b35cf2c0Smrg## Main body of $CONFIG_STATUS script. ##
3940b35cf2c0Smrg## ----------------------------------- ##
3941b35cf2c0Smrg_ASEOF
3942b35cf2c0Smrgtest $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
3943b35cf2c0Smrg
3944b35cf2c0Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3945b35cf2c0Smrg# Save the log message, to keep $0 and so on meaningful, and to
3946b35cf2c0Smrg# report actual input values of CONFIG_FILES etc. instead of their
3947b35cf2c0Smrg# values after options handling.
3948b35cf2c0Smrgac_log="
3949b35cf2c0SmrgThis file was extended by font-cronyx-cyrillic $as_me 1.0.4, which was
3950b35cf2c0Smrggenerated by GNU Autoconf 2.71.  Invocation command line was
3951b35cf2c0Smrg
3952b35cf2c0Smrg  CONFIG_FILES    = $CONFIG_FILES
3953b35cf2c0Smrg  CONFIG_HEADERS  = $CONFIG_HEADERS
3954b35cf2c0Smrg  CONFIG_LINKS    = $CONFIG_LINKS
3955b35cf2c0Smrg  CONFIG_COMMANDS = $CONFIG_COMMANDS
3956b35cf2c0Smrg  $ $0 $@
3957b35cf2c0Smrg
3958b35cf2c0Smrgon `(hostname || uname -n) 2>/dev/null | sed 1q`
3959b35cf2c0Smrg"
3960b35cf2c0Smrg
3961b35cf2c0Smrg_ACEOF
3962b35cf2c0Smrg
3963b35cf2c0Smrgcase $ac_config_files in *"
3964b35cf2c0Smrg"*) set x $ac_config_files; shift; ac_config_files=$*;;
3965b35cf2c0Smrgesac
3966b35cf2c0Smrg
3967b35cf2c0Smrg
3968b35cf2c0Smrg
3969b35cf2c0Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3970b35cf2c0Smrg# Files that config.status was made for.
3971b35cf2c0Smrgconfig_files="$ac_config_files"
3972b35cf2c0Smrg
3973b35cf2c0Smrg_ACEOF
3974b35cf2c0Smrg
3975b35cf2c0Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3976b35cf2c0Smrgac_cs_usage="\
3977b35cf2c0Smrg\`$as_me' instantiates files and other configuration actions
3978b35cf2c0Smrgfrom templates according to the current configuration.  Unless the files
3979b35cf2c0Smrgand actions are specified as TAGs, all are instantiated by default.
3980b35cf2c0Smrg
3981b35cf2c0SmrgUsage: $0 [OPTION]... [TAG]...
3982b35cf2c0Smrg
3983b35cf2c0Smrg  -h, --help       print this help, then exit
3984b35cf2c0Smrg  -V, --version    print version number and configuration settings, then exit
3985b35cf2c0Smrg      --config     print configuration, then exit
3986b35cf2c0Smrg  -q, --quiet, --silent
3987b35cf2c0Smrg                   do not print progress messages
3988b35cf2c0Smrg  -d, --debug      don't remove temporary files
3989b35cf2c0Smrg      --recheck    update $as_me by reconfiguring in the same conditions
3990b35cf2c0Smrg      --file=FILE[:TEMPLATE]
3991b35cf2c0Smrg                   instantiate the configuration file FILE
3992b35cf2c0Smrg
3993b35cf2c0SmrgConfiguration files:
3994b35cf2c0Smrg$config_files
3995b35cf2c0Smrg
3996b35cf2c0SmrgReport bugs to <https://gitlab.freedesktop.org/xorg/font/cronyx-cyrillic/-/issues>."
3997b35cf2c0Smrg
3998b35cf2c0Smrg_ACEOF
3999b35cf2c0Smrgac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`
4000b35cf2c0Smrgac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"`
4001b35cf2c0Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4002b35cf2c0Smrgac_cs_config='$ac_cs_config_escaped'
4003b35cf2c0Smrgac_cs_version="\\
4004b35cf2c0Smrgfont-cronyx-cyrillic config.status 1.0.4
4005b35cf2c0Smrgconfigured by $0, generated by GNU Autoconf 2.71,
4006b35cf2c0Smrg  with options \\"\$ac_cs_config\\"
4007b35cf2c0Smrg
4008b35cf2c0SmrgCopyright (C) 2021 Free Software Foundation, Inc.
4009b35cf2c0SmrgThis config.status script is free software; the Free Software Foundation
4010b35cf2c0Smrggives unlimited permission to copy, distribute and modify it."
4011b35cf2c0Smrg
4012b35cf2c0Smrgac_pwd='$ac_pwd'
4013b35cf2c0Smrgsrcdir='$srcdir'
4014b35cf2c0SmrgINSTALL='$INSTALL'
4015b35cf2c0SmrgMKDIR_P='$MKDIR_P'
4016b35cf2c0SmrgAWK='$AWK'
4017b35cf2c0Smrgtest -n "\$AWK" || AWK=awk
4018b35cf2c0Smrg_ACEOF
4019b35cf2c0Smrg
4020b35cf2c0Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4021b35cf2c0Smrg# The default lists apply if the user does not specify any file.
4022b35cf2c0Smrgac_need_defaults=:
4023b35cf2c0Smrgwhile test $# != 0
4024b35cf2c0Smrgdo
4025b35cf2c0Smrg  case $1 in
4026b35cf2c0Smrg  --*=?*)
4027b35cf2c0Smrg    ac_option=`expr "X$1" : 'X\([^=]*\)='`
4028b35cf2c0Smrg    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
4029b35cf2c0Smrg    ac_shift=:
4030b35cf2c0Smrg    ;;
4031b35cf2c0Smrg  --*=)
4032b35cf2c0Smrg    ac_option=`expr "X$1" : 'X\([^=]*\)='`
4033b35cf2c0Smrg    ac_optarg=
4034b35cf2c0Smrg    ac_shift=:
4035b35cf2c0Smrg    ;;
4036b35cf2c0Smrg  *)
4037b35cf2c0Smrg    ac_option=$1
4038b35cf2c0Smrg    ac_optarg=$2
4039b35cf2c0Smrg    ac_shift=shift
4040b35cf2c0Smrg    ;;
4041b35cf2c0Smrg  esac
4042b35cf2c0Smrg
4043b35cf2c0Smrg  case $ac_option in
4044b35cf2c0Smrg  # Handling of the options.
4045b35cf2c0Smrg  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
4046b35cf2c0Smrg    ac_cs_recheck=: ;;
4047b35cf2c0Smrg  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
4048b35cf2c0Smrg    printf "%s\n" "$ac_cs_version"; exit ;;
4049b35cf2c0Smrg  --config | --confi | --conf | --con | --co | --c )
4050b35cf2c0Smrg    printf "%s\n" "$ac_cs_config"; exit ;;
4051b35cf2c0Smrg  --debug | --debu | --deb | --de | --d | -d )
4052b35cf2c0Smrg    debug=: ;;
4053b35cf2c0Smrg  --file | --fil | --fi | --f )
4054b35cf2c0Smrg    $ac_shift
4055b35cf2c0Smrg    case $ac_optarg in
4056b35cf2c0Smrg    *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
4057b35cf2c0Smrg    '') as_fn_error $? "missing file argument" ;;
4058b35cf2c0Smrg    esac
4059b35cf2c0Smrg    as_fn_append CONFIG_FILES " '$ac_optarg'"
4060b35cf2c0Smrg    ac_need_defaults=false;;
4061b35cf2c0Smrg  --he | --h |  --help | --hel | -h )
4062b35cf2c0Smrg    printf "%s\n" "$ac_cs_usage"; exit ;;
4063b35cf2c0Smrg  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
4064b35cf2c0Smrg  | -silent | --silent | --silen | --sile | --sil | --si | --s)
4065b35cf2c0Smrg    ac_cs_silent=: ;;
4066b35cf2c0Smrg
4067b35cf2c0Smrg  # This is an error.
4068b35cf2c0Smrg  -*) as_fn_error $? "unrecognized option: \`$1'
4069b35cf2c0SmrgTry \`$0 --help' for more information." ;;
4070b35cf2c0Smrg
4071b35cf2c0Smrg  *) as_fn_append ac_config_targets " $1"
4072b35cf2c0Smrg     ac_need_defaults=false ;;
4073b35cf2c0Smrg
4074b35cf2c0Smrg  esac
4075b35cf2c0Smrg  shift
4076b35cf2c0Smrgdone
4077b35cf2c0Smrg
4078b35cf2c0Smrgac_configure_extra_args=
4079b35cf2c0Smrg
4080b35cf2c0Smrgif $ac_cs_silent; then
4081b35cf2c0Smrg  exec 6>/dev/null
4082b35cf2c0Smrg  ac_configure_extra_args="$ac_configure_extra_args --silent"
4083b35cf2c0Smrgfi
4084b35cf2c0Smrg
4085b35cf2c0Smrg_ACEOF
4086b35cf2c0Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4087b35cf2c0Smrgif \$ac_cs_recheck; then
4088b35cf2c0Smrg  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
4089b35cf2c0Smrg  shift
4090b35cf2c0Smrg  \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6
4091b35cf2c0Smrg  CONFIG_SHELL='$SHELL'
4092b35cf2c0Smrg  export CONFIG_SHELL
4093b35cf2c0Smrg  exec "\$@"
4094b35cf2c0Smrgfi
4095b35cf2c0Smrg
4096b35cf2c0Smrg_ACEOF
4097b35cf2c0Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4098b35cf2c0Smrgexec 5>>config.log
4099b35cf2c0Smrg{
4100b35cf2c0Smrg  echo
4101b35cf2c0Smrg  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
4102b35cf2c0Smrg## Running $as_me. ##
4103b35cf2c0Smrg_ASBOX
4104b35cf2c0Smrg  printf "%s\n" "$ac_log"
4105b35cf2c0Smrg} >&5
4106b35cf2c0Smrg
4107b35cf2c0Smrg_ACEOF
4108b35cf2c0Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4109b35cf2c0Smrg_ACEOF
4110b35cf2c0Smrg
4111b35cf2c0Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4112b35cf2c0Smrg
4113b35cf2c0Smrg# Handling of arguments.
4114b35cf2c0Smrgfor ac_config_target in $ac_config_targets
4115b35cf2c0Smrgdo
4116b35cf2c0Smrg  case $ac_config_target in
4117b35cf2c0Smrg    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
4118b35cf2c0Smrg
4119b35cf2c0Smrg  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
4120b35cf2c0Smrg  esac
4121b35cf2c0Smrgdone
4122b35cf2c0Smrg
4123b35cf2c0Smrg
4124b35cf2c0Smrg# If the user did not use the arguments to specify the items to instantiate,
4125b35cf2c0Smrg# then the envvar interface is used.  Set only those that are not.
4126b35cf2c0Smrg# We use the long form for the default assignment because of an extremely
4127b35cf2c0Smrg# bizarre bug on SunOS 4.1.3.
4128b35cf2c0Smrgif $ac_need_defaults; then
4129b35cf2c0Smrg  test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files
4130b35cf2c0Smrgfi
4131b35cf2c0Smrg
4132b35cf2c0Smrg# Have a temporary directory for convenience.  Make it in the build tree
4133b35cf2c0Smrg# simply because there is no reason against having it here, and in addition,
4134b35cf2c0Smrg# creating and moving files from /tmp can sometimes cause problems.
4135b35cf2c0Smrg# Hook for its removal unless debugging.
4136b35cf2c0Smrg# Note that there is a small window in which the directory will not be cleaned:
4137b35cf2c0Smrg# after its creation but before its name has been assigned to `$tmp'.
4138b35cf2c0Smrg$debug ||
4139b35cf2c0Smrg{
4140b35cf2c0Smrg  tmp= ac_tmp=
4141b35cf2c0Smrg  trap 'exit_status=$?
4142b35cf2c0Smrg  : "${ac_tmp:=$tmp}"
4143b35cf2c0Smrg  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
4144b35cf2c0Smrg' 0
4145b35cf2c0Smrg  trap 'as_fn_exit 1' 1 2 13 15
4146b35cf2c0Smrg}
4147b35cf2c0Smrg# Create a (secure) tmp directory for tmp files.
4148b35cf2c0Smrg
4149b35cf2c0Smrg{
4150b35cf2c0Smrg  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
4151b35cf2c0Smrg  test -d "$tmp"
4152b35cf2c0Smrg}  ||
4153b35cf2c0Smrg{
4154b35cf2c0Smrg  tmp=./conf$$-$RANDOM
4155b35cf2c0Smrg  (umask 077 && mkdir "$tmp")
4156b35cf2c0Smrg} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
4157b35cf2c0Smrgac_tmp=$tmp
4158b35cf2c0Smrg
4159b35cf2c0Smrg# Set up the scripts for CONFIG_FILES section.
4160b35cf2c0Smrg# No need to generate them if there are no CONFIG_FILES.
4161b35cf2c0Smrg# This happens for instance with `./config.status config.h'.
4162b35cf2c0Smrgif test -n "$CONFIG_FILES"; then
4163b35cf2c0Smrg
4164b35cf2c0Smrg
4165b35cf2c0Smrgac_cr=`echo X | tr X '\015'`
4166b35cf2c0Smrg# On cygwin, bash can eat \r inside `` if the user requested igncr.
4167b35cf2c0Smrg# But we know of no other shell where ac_cr would be empty at this
4168b35cf2c0Smrg# point, so we can use a bashism as a fallback.
4169b35cf2c0Smrgif test "x$ac_cr" = x; then
4170b35cf2c0Smrg  eval ac_cr=\$\'\\r\'
4171b35cf2c0Smrgfi
4172b35cf2c0Smrgac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
4173b35cf2c0Smrgif test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
4174b35cf2c0Smrg  ac_cs_awk_cr='\\r'
4175b35cf2c0Smrgelse
4176b35cf2c0Smrg  ac_cs_awk_cr=$ac_cr
4177b35cf2c0Smrgfi
4178b35cf2c0Smrg
4179b35cf2c0Smrgecho 'BEGIN {' >"$ac_tmp/subs1.awk" &&
4180b35cf2c0Smrg_ACEOF
4181b35cf2c0Smrg
4182b35cf2c0Smrg
4183b35cf2c0Smrg{
4184b35cf2c0Smrg  echo "cat >conf$$subs.awk <<_ACEOF" &&
4185b35cf2c0Smrg  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
4186b35cf2c0Smrg  echo "_ACEOF"
4187b35cf2c0Smrg} >conf$$subs.sh ||
4188b35cf2c0Smrg  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4189b35cf2c0Smrgac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
4190b35cf2c0Smrgac_delim='%!_!# '
4191b35cf2c0Smrgfor ac_last_try in false false false false false :; do
4192b35cf2c0Smrg  . ./conf$$subs.sh ||
4193b35cf2c0Smrg    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4194b35cf2c0Smrg
4195b35cf2c0Smrg  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
4196b35cf2c0Smrg  if test $ac_delim_n = $ac_delim_num; then
4197b35cf2c0Smrg    break
4198b35cf2c0Smrg  elif $ac_last_try; then
4199b35cf2c0Smrg    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4200b35cf2c0Smrg  else
4201b35cf2c0Smrg    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
4202b35cf2c0Smrg  fi
4203b35cf2c0Smrgdone
4204b35cf2c0Smrgrm -f conf$$subs.sh
4205b35cf2c0Smrg
4206b35cf2c0Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4207b35cf2c0Smrgcat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
4208b35cf2c0Smrg_ACEOF
4209b35cf2c0Smrgsed -n '
4210b35cf2c0Smrgh
4211b35cf2c0Smrgs/^/S["/; s/!.*/"]=/
4212b35cf2c0Smrgp
4213b35cf2c0Smrgg
4214b35cf2c0Smrgs/^[^!]*!//
4215b35cf2c0Smrg:repl
4216b35cf2c0Smrgt repl
4217b35cf2c0Smrgs/'"$ac_delim"'$//
4218b35cf2c0Smrgt delim
4219b35cf2c0Smrg:nl
4220b35cf2c0Smrgh
4221b35cf2c0Smrgs/\(.\{148\}\)..*/\1/
4222b35cf2c0Smrgt more1
4223b35cf2c0Smrgs/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
4224b35cf2c0Smrgp
4225b35cf2c0Smrgn
4226b35cf2c0Smrgb repl
4227b35cf2c0Smrg:more1
4228b35cf2c0Smrgs/["\\]/\\&/g; s/^/"/; s/$/"\\/
4229b35cf2c0Smrgp
4230b35cf2c0Smrgg
4231b35cf2c0Smrgs/.\{148\}//
4232b35cf2c0Smrgt nl
4233b35cf2c0Smrg:delim
4234b35cf2c0Smrgh
4235b35cf2c0Smrgs/\(.\{148\}\)..*/\1/
4236b35cf2c0Smrgt more2
4237b35cf2c0Smrgs/["\\]/\\&/g; s/^/"/; s/$/"/
4238b35cf2c0Smrgp
4239b35cf2c0Smrgb
4240b35cf2c0Smrg:more2
4241b35cf2c0Smrgs/["\\]/\\&/g; s/^/"/; s/$/"\\/
4242b35cf2c0Smrgp
4243b35cf2c0Smrgg
4244b35cf2c0Smrgs/.\{148\}//
4245b35cf2c0Smrgt delim
4246b35cf2c0Smrg' <conf$$subs.awk | sed '
4247b35cf2c0Smrg/^[^""]/{
4248b35cf2c0Smrg  N
4249b35cf2c0Smrg  s/\n//
4250b35cf2c0Smrg}
4251b35cf2c0Smrg' >>$CONFIG_STATUS || ac_write_fail=1
4252b35cf2c0Smrgrm -f conf$$subs.awk
4253b35cf2c0Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4254b35cf2c0Smrg_ACAWK
4255b35cf2c0Smrgcat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
4256b35cf2c0Smrg  for (key in S) S_is_set[key] = 1
4257b35cf2c0Smrg  FS = ""
4258b35cf2c0Smrg
4259b35cf2c0Smrg}
4260b35cf2c0Smrg{
4261b35cf2c0Smrg  line = $ 0
4262b35cf2c0Smrg  nfields = split(line, field, "@")
4263b35cf2c0Smrg  substed = 0
4264b35cf2c0Smrg  len = length(field[1])
4265b35cf2c0Smrg  for (i = 2; i < nfields; i++) {
4266b35cf2c0Smrg    key = field[i]
4267b35cf2c0Smrg    keylen = length(key)
4268b35cf2c0Smrg    if (S_is_set[key]) {
4269b35cf2c0Smrg      value = S[key]
4270b35cf2c0Smrg      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
4271b35cf2c0Smrg      len += length(value) + length(field[++i])
4272b35cf2c0Smrg      substed = 1
4273b35cf2c0Smrg    } else
4274b35cf2c0Smrg      len += 1 + keylen
4275b35cf2c0Smrg  }
4276b35cf2c0Smrg
4277b35cf2c0Smrg  print line
4278b35cf2c0Smrg}
4279b35cf2c0Smrg
4280b35cf2c0Smrg_ACAWK
4281b35cf2c0Smrg_ACEOF
4282b35cf2c0Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4283b35cf2c0Smrgif sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
4284b35cf2c0Smrg  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
4285b35cf2c0Smrgelse
4286b35cf2c0Smrg  cat
4287b35cf2c0Smrgfi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
4288b35cf2c0Smrg  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
4289b35cf2c0Smrg_ACEOF
4290b35cf2c0Smrg
4291b35cf2c0Smrg# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
4292b35cf2c0Smrg# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
4293b35cf2c0Smrg# trailing colons and then remove the whole line if VPATH becomes empty
4294b35cf2c0Smrg# (actually we leave an empty line to preserve line numbers).
4295b35cf2c0Smrgif test "x$srcdir" = x.; then
4296b35cf2c0Smrg  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
4297b35cf2c0Smrgh
4298b35cf2c0Smrgs///
4299b35cf2c0Smrgs/^/:/
4300b35cf2c0Smrgs/[	 ]*$/:/
4301b35cf2c0Smrgs/:\$(srcdir):/:/g
4302b35cf2c0Smrgs/:\${srcdir}:/:/g
4303b35cf2c0Smrgs/:@srcdir@:/:/g
4304b35cf2c0Smrgs/^:*//
4305b35cf2c0Smrgs/:*$//
4306b35cf2c0Smrgx
4307b35cf2c0Smrgs/\(=[	 ]*\).*/\1/
4308b35cf2c0SmrgG
4309b35cf2c0Smrgs/\n//
4310b35cf2c0Smrgs/^[^=]*=[	 ]*$//
4311b35cf2c0Smrg}'
4312b35cf2c0Smrgfi
4313b35cf2c0Smrg
4314b35cf2c0Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4315b35cf2c0Smrgfi # test -n "$CONFIG_FILES"
4316b35cf2c0Smrg
4317b35cf2c0Smrg
4318b35cf2c0Smrgeval set X "  :F $CONFIG_FILES      "
4319b35cf2c0Smrgshift
4320b35cf2c0Smrgfor ac_tag
4321b35cf2c0Smrgdo
4322b35cf2c0Smrg  case $ac_tag in
4323b35cf2c0Smrg  :[FHLC]) ac_mode=$ac_tag; continue;;
4324b35cf2c0Smrg  esac
4325b35cf2c0Smrg  case $ac_mode$ac_tag in
4326b35cf2c0Smrg  :[FHL]*:*);;
4327b35cf2c0Smrg  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
4328b35cf2c0Smrg  :[FH]-) ac_tag=-:-;;
4329b35cf2c0Smrg  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
4330b35cf2c0Smrg  esac
4331b35cf2c0Smrg  ac_save_IFS=$IFS
4332b35cf2c0Smrg  IFS=:
4333b35cf2c0Smrg  set x $ac_tag
4334b35cf2c0Smrg  IFS=$ac_save_IFS
4335b35cf2c0Smrg  shift
4336b35cf2c0Smrg  ac_file=$1
4337b35cf2c0Smrg  shift
4338b35cf2c0Smrg
4339b35cf2c0Smrg  case $ac_mode in
4340b35cf2c0Smrg  :L) ac_source=$1;;
4341b35cf2c0Smrg  :[FH])
4342b35cf2c0Smrg    ac_file_inputs=
4343b35cf2c0Smrg    for ac_f
4344b35cf2c0Smrg    do
4345b35cf2c0Smrg      case $ac_f in
4346b35cf2c0Smrg      -) ac_f="$ac_tmp/stdin";;
4347b35cf2c0Smrg      *) # Look for the file first in the build tree, then in the source tree
4348b35cf2c0Smrg	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
4349b35cf2c0Smrg	 # because $ac_f cannot contain `:'.
4350b35cf2c0Smrg	 test -f "$ac_f" ||
4351b35cf2c0Smrg	   case $ac_f in
4352b35cf2c0Smrg	   [\\/$]*) false;;
4353b35cf2c0Smrg	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
4354b35cf2c0Smrg	   esac ||
4355b35cf2c0Smrg	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
4356b35cf2c0Smrg      esac
4357b35cf2c0Smrg      case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
4358b35cf2c0Smrg      as_fn_append ac_file_inputs " '$ac_f'"
4359b35cf2c0Smrg    done
4360b35cf2c0Smrg
4361b35cf2c0Smrg    # Let's still pretend it is `configure' which instantiates (i.e., don't
4362b35cf2c0Smrg    # use $as_me), people would be surprised to read:
4363b35cf2c0Smrg    #    /* config.h.  Generated by config.status.  */
4364b35cf2c0Smrg    configure_input='Generated from '`
4365b35cf2c0Smrg	  printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
4366b35cf2c0Smrg	`' by configure.'
4367b35cf2c0Smrg    if test x"$ac_file" != x-; then
4368b35cf2c0Smrg      configure_input="$ac_file.  $configure_input"
4369b35cf2c0Smrg      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
4370b35cf2c0Smrgprintf "%s\n" "$as_me: creating $ac_file" >&6;}
4371b35cf2c0Smrg    fi
4372b35cf2c0Smrg    # Neutralize special characters interpreted by sed in replacement strings.
4373b35cf2c0Smrg    case $configure_input in #(
4374b35cf2c0Smrg    *\&* | *\|* | *\\* )
4375b35cf2c0Smrg       ac_sed_conf_input=`printf "%s\n" "$configure_input" |
4376b35cf2c0Smrg       sed 's/[\\\\&|]/\\\\&/g'`;; #(
4377b35cf2c0Smrg    *) ac_sed_conf_input=$configure_input;;
4378b35cf2c0Smrg    esac
4379b35cf2c0Smrg
4380b35cf2c0Smrg    case $ac_tag in
4381b35cf2c0Smrg    *:-:* | *:-) cat >"$ac_tmp/stdin" \
4382b35cf2c0Smrg      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
4383b35cf2c0Smrg    esac
4384b35cf2c0Smrg    ;;
4385b35cf2c0Smrg  esac
4386b35cf2c0Smrg
4387b35cf2c0Smrg  ac_dir=`$as_dirname -- "$ac_file" ||
4388b35cf2c0Smrg$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4389b35cf2c0Smrg	 X"$ac_file" : 'X\(//\)[^/]' \| \
4390b35cf2c0Smrg	 X"$ac_file" : 'X\(//\)$' \| \
4391b35cf2c0Smrg	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
4392b35cf2c0Smrgprintf "%s\n" X"$ac_file" |
4393b35cf2c0Smrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4394b35cf2c0Smrg	    s//\1/
4395b35cf2c0Smrg	    q
4396b35cf2c0Smrg	  }
4397b35cf2c0Smrg	  /^X\(\/\/\)[^/].*/{
4398b35cf2c0Smrg	    s//\1/
4399b35cf2c0Smrg	    q
4400b35cf2c0Smrg	  }
4401b35cf2c0Smrg	  /^X\(\/\/\)$/{
4402b35cf2c0Smrg	    s//\1/
4403b35cf2c0Smrg	    q
4404b35cf2c0Smrg	  }
4405b35cf2c0Smrg	  /^X\(\/\).*/{
4406b35cf2c0Smrg	    s//\1/
4407b35cf2c0Smrg	    q
4408b35cf2c0Smrg	  }
4409b35cf2c0Smrg	  s/.*/./; q'`
4410b35cf2c0Smrg  as_dir="$ac_dir"; as_fn_mkdir_p
4411b35cf2c0Smrg  ac_builddir=.
4412b35cf2c0Smrg
4413b35cf2c0Smrgcase "$ac_dir" in
4414b35cf2c0Smrg.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
4415b35cf2c0Smrg*)
4416b35cf2c0Smrg  ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
4417b35cf2c0Smrg  # A ".." for each directory in $ac_dir_suffix.
4418b35cf2c0Smrg  ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
4419b35cf2c0Smrg  case $ac_top_builddir_sub in
4420b35cf2c0Smrg  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
4421b35cf2c0Smrg  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
4422b35cf2c0Smrg  esac ;;
4423b35cf2c0Smrgesac
4424b35cf2c0Smrgac_abs_top_builddir=$ac_pwd
4425b35cf2c0Smrgac_abs_builddir=$ac_pwd$ac_dir_suffix
4426b35cf2c0Smrg# for backward compatibility:
4427b35cf2c0Smrgac_top_builddir=$ac_top_build_prefix
4428b35cf2c0Smrg
4429b35cf2c0Smrgcase $srcdir in
4430b35cf2c0Smrg  .)  # We are building in place.
4431b35cf2c0Smrg    ac_srcdir=.
4432b35cf2c0Smrg    ac_top_srcdir=$ac_top_builddir_sub
4433b35cf2c0Smrg    ac_abs_top_srcdir=$ac_pwd ;;
4434b35cf2c0Smrg  [\\/]* | ?:[\\/]* )  # Absolute name.
4435b35cf2c0Smrg    ac_srcdir=$srcdir$ac_dir_suffix;
4436b35cf2c0Smrg    ac_top_srcdir=$srcdir
4437b35cf2c0Smrg    ac_abs_top_srcdir=$srcdir ;;
4438b35cf2c0Smrg  *) # Relative name.
4439b35cf2c0Smrg    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
4440b35cf2c0Smrg    ac_top_srcdir=$ac_top_build_prefix$srcdir
4441b35cf2c0Smrg    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
4442b35cf2c0Smrgesac
4443b35cf2c0Smrgac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
4444b35cf2c0Smrg
4445b35cf2c0Smrg
4446b35cf2c0Smrg  case $ac_mode in
4447b35cf2c0Smrg  :F)
4448b35cf2c0Smrg  #
4449b35cf2c0Smrg  # CONFIG_FILE
4450b35cf2c0Smrg  #
4451b35cf2c0Smrg
4452b35cf2c0Smrg  case $INSTALL in
4453b35cf2c0Smrg  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
4454b35cf2c0Smrg  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
4455b35cf2c0Smrg  esac
4456b35cf2c0Smrg  ac_MKDIR_P=$MKDIR_P
4457b35cf2c0Smrg  case $MKDIR_P in
4458b35cf2c0Smrg  [\\/$]* | ?:[\\/]* ) ;;
4459b35cf2c0Smrg  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
4460b35cf2c0Smrg  esac
4461b35cf2c0Smrg_ACEOF
4462b35cf2c0Smrg
4463b35cf2c0Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4464b35cf2c0Smrg# If the template does not know about datarootdir, expand it.
4465b35cf2c0Smrg# FIXME: This hack should be removed a few years after 2.60.
4466b35cf2c0Smrgac_datarootdir_hack=; ac_datarootdir_seen=
4467b35cf2c0Smrgac_sed_dataroot='
4468b35cf2c0Smrg/datarootdir/ {
4469b35cf2c0Smrg  p
4470b35cf2c0Smrg  q
4471b35cf2c0Smrg}
4472b35cf2c0Smrg/@datadir@/p
4473b35cf2c0Smrg/@docdir@/p
4474b35cf2c0Smrg/@infodir@/p
4475b35cf2c0Smrg/@localedir@/p
4476b35cf2c0Smrg/@mandir@/p'
4477b35cf2c0Smrgcase `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
4478b35cf2c0Smrg*datarootdir*) ac_datarootdir_seen=yes;;
4479b35cf2c0Smrg*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
4480b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
4481b35cf2c0Smrgprintf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
4482b35cf2c0Smrg_ACEOF
4483b35cf2c0Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4484b35cf2c0Smrg  ac_datarootdir_hack='
4485b35cf2c0Smrg  s&@datadir@&$datadir&g
4486b35cf2c0Smrg  s&@docdir@&$docdir&g
4487b35cf2c0Smrg  s&@infodir@&$infodir&g
4488b35cf2c0Smrg  s&@localedir@&$localedir&g
4489b35cf2c0Smrg  s&@mandir@&$mandir&g
4490b35cf2c0Smrg  s&\\\${datarootdir}&$datarootdir&g' ;;
4491b35cf2c0Smrgesac
4492b35cf2c0Smrg_ACEOF
4493b35cf2c0Smrg
4494b35cf2c0Smrg# Neutralize VPATH when `$srcdir' = `.'.
4495b35cf2c0Smrg# Shell code in configure.ac might set extrasub.
4496b35cf2c0Smrg# FIXME: do we really want to maintain this feature?
4497b35cf2c0Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4498b35cf2c0Smrgac_sed_extra="$ac_vpsub
4499b35cf2c0Smrg$extrasub
4500b35cf2c0Smrg_ACEOF
4501b35cf2c0Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4502b35cf2c0Smrg:t
4503b35cf2c0Smrg/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
4504b35cf2c0Smrgs|@configure_input@|$ac_sed_conf_input|;t t
4505b35cf2c0Smrgs&@top_builddir@&$ac_top_builddir_sub&;t t
4506b35cf2c0Smrgs&@top_build_prefix@&$ac_top_build_prefix&;t t
4507b35cf2c0Smrgs&@srcdir@&$ac_srcdir&;t t
4508b35cf2c0Smrgs&@abs_srcdir@&$ac_abs_srcdir&;t t
4509b35cf2c0Smrgs&@top_srcdir@&$ac_top_srcdir&;t t
4510b35cf2c0Smrgs&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
4511b35cf2c0Smrgs&@builddir@&$ac_builddir&;t t
4512b35cf2c0Smrgs&@abs_builddir@&$ac_abs_builddir&;t t
4513b35cf2c0Smrgs&@abs_top_builddir@&$ac_abs_top_builddir&;t t
4514b35cf2c0Smrgs&@INSTALL@&$ac_INSTALL&;t t
4515b35cf2c0Smrgs&@MKDIR_P@&$ac_MKDIR_P&;t t
4516b35cf2c0Smrg$ac_datarootdir_hack
4517b35cf2c0Smrg"
4518b35cf2c0Smrgeval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
4519b35cf2c0Smrg  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
4520b35cf2c0Smrg
4521b35cf2c0Smrgtest -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
4522b35cf2c0Smrg  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
4523b35cf2c0Smrg  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
4524b35cf2c0Smrg      "$ac_tmp/out"`; test -z "$ac_out"; } &&
4525b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4526b35cf2c0Smrgwhich seems to be undefined.  Please make sure it is defined" >&5
4527b35cf2c0Smrgprintf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4528b35cf2c0Smrgwhich seems to be undefined.  Please make sure it is defined" >&2;}
4529b35cf2c0Smrg
4530b35cf2c0Smrg  rm -f "$ac_tmp/stdin"
4531b35cf2c0Smrg  case $ac_file in
4532b35cf2c0Smrg  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
4533b35cf2c0Smrg  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
4534b35cf2c0Smrg  esac \
4535b35cf2c0Smrg  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
4536b35cf2c0Smrg ;;
4537b35cf2c0Smrg
4538b35cf2c0Smrg
4539b35cf2c0Smrg
4540b35cf2c0Smrg  esac
4541b35cf2c0Smrg
4542b35cf2c0Smrgdone # for ac_tag
4543b35cf2c0Smrg
4544b35cf2c0Smrg
4545b35cf2c0Smrgas_fn_exit 0
4546b35cf2c0Smrg_ACEOF
4547b35cf2c0Smrgac_clean_files=$ac_clean_files_save
4548b35cf2c0Smrg
4549b35cf2c0Smrgtest $ac_write_fail = 0 ||
4550b35cf2c0Smrg  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
4551b35cf2c0Smrg
4552b35cf2c0Smrg
4553b35cf2c0Smrg# configure is writing to config.log, and then calls config.status.
4554b35cf2c0Smrg# config.status does its own redirection, appending to config.log.
4555b35cf2c0Smrg# Unfortunately, on DOS this fails, as config.log is still kept open
4556b35cf2c0Smrg# by configure, so config.status won't be able to write to it; its
4557b35cf2c0Smrg# output is simply discarded.  So we exec the FD to /dev/null,
4558b35cf2c0Smrg# effectively closing config.log, so it can be properly (re)opened and
4559b35cf2c0Smrg# appended to by config.status.  When coming back to configure, we
4560b35cf2c0Smrg# need to make the FD available again.
4561b35cf2c0Smrgif test "$no_create" != yes; then
4562b35cf2c0Smrg  ac_cs_success=:
4563b35cf2c0Smrg  ac_config_status_args=
4564b35cf2c0Smrg  test "$silent" = yes &&
4565b35cf2c0Smrg    ac_config_status_args="$ac_config_status_args --quiet"
4566b35cf2c0Smrg  exec 5>/dev/null
4567b35cf2c0Smrg  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
4568b35cf2c0Smrg  exec 5>>config.log
4569b35cf2c0Smrg  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4570b35cf2c0Smrg  # would make configure fail if this is the last instruction.
4571b35cf2c0Smrg  $ac_cs_success || as_fn_exit 1
4572b35cf2c0Smrgfi
4573b35cf2c0Smrgif test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
4574b35cf2c0Smrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
4575b35cf2c0Smrgprintf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
4576b35cf2c0Smrgfi
4577b35cf2c0Smrg
4578b35cf2c0Smrg
4579