configure revision 414cce6a
1ded1caa4Smrg#! /bin/sh
2ded1caa4Smrg# Guess values for system-dependent variables and create Makefiles.
3414cce6aSmrg# Generated by GNU Autoconf 2.71 for font-bitstream-75dpi 1.0.4.
4ded1caa4Smrg#
5414cce6aSmrg# Report bugs to <https://gitlab.freedesktop.org/xorg/font/bitstream-75dpi/-/issues>.
6ded1caa4Smrg#
744d8e951Smrg#
8414cce6aSmrg# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
9414cce6aSmrg# Inc.
1044d8e951Smrg#
1144d8e951Smrg#
12ded1caa4Smrg# This configure script is free software; the Free Software Foundation
13ded1caa4Smrg# gives unlimited permission to copy, distribute and modify it.
1444d8e951Smrg## -------------------- ##
1544d8e951Smrg## M4sh Initialization. ##
1644d8e951Smrg## -------------------- ##
17ded1caa4Smrg
1850539131Smrg# Be more Bourne compatible
1950539131SmrgDUALCASE=1; export DUALCASE # for MKS sh
20414cce6aSmrgas_nop=:
21414cce6aSmrgif test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
22414cce6aSmrgthen :
23ded1caa4Smrg  emulate sh
24ded1caa4Smrg  NULLCMD=:
2550539131Smrg  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
26ded1caa4Smrg  # is contrary to our usage.  Disable this feature.
27ded1caa4Smrg  alias -g '${1+"$@"}'='"$@"'
2850539131Smrg  setopt NO_GLOB_SUBST
29414cce6aSmrgelse $as_nop
3044d8e951Smrg  case `(set -o) 2>/dev/null` in #(
3144d8e951Smrg  *posix*) :
3244d8e951Smrg    set -o posix ;; #(
3344d8e951Smrg  *) :
3444d8e951Smrg     ;;
3550539131Smrgesac
3650539131Smrgfi
3750539131Smrg
3850539131Smrg
39414cce6aSmrg
40414cce6aSmrg# Reset variables that may have inherited troublesome values from
41414cce6aSmrg# the environment.
42414cce6aSmrg
43414cce6aSmrg# IFS needs to be set, to space, tab, and newline, in precisely that order.
44414cce6aSmrg# (If _AS_PATH_WALK were called with IFS unset, it would have the
45414cce6aSmrg# side effect of setting IFS to empty, thus disabling word splitting.)
46414cce6aSmrg# Quoting is to prevent editors from complaining about space-tab.
4750539131Smrgas_nl='
4850539131Smrg'
4950539131Smrgexport as_nl
50414cce6aSmrgIFS=" ""	$as_nl"
51414cce6aSmrg
52414cce6aSmrgPS1='$ '
53414cce6aSmrgPS2='> '
54414cce6aSmrgPS4='+ '
55414cce6aSmrg
56414cce6aSmrg# Ensure predictable behavior from utilities with locale-dependent output.
57414cce6aSmrgLC_ALL=C
58414cce6aSmrgexport LC_ALL
59414cce6aSmrgLANGUAGE=C
60414cce6aSmrgexport LANGUAGE
61414cce6aSmrg
62414cce6aSmrg# We cannot yet rely on "unset" to work, but we need these variables
63414cce6aSmrg# to be unset--not just set to an empty or harmless value--now, to
64414cce6aSmrg# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh).  This construct
65414cce6aSmrg# also avoids known problems related to "unset" and subshell syntax
66414cce6aSmrg# in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
67414cce6aSmrgfor as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
68414cce6aSmrgdo eval test \${$as_var+y} \
69414cce6aSmrg  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
70414cce6aSmrgdone
71414cce6aSmrg
72414cce6aSmrg# Ensure that fds 0, 1, and 2 are open.
73414cce6aSmrgif (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
74414cce6aSmrgif (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
75414cce6aSmrgif (exec 3>&2)            ; then :; else exec 2>/dev/null; fi
7650539131Smrg
7750539131Smrg# The user is always right.
78414cce6aSmrgif ${PATH_SEPARATOR+false} :; then
7950539131Smrg  PATH_SEPARATOR=:
8050539131Smrg  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
8150539131Smrg    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
8250539131Smrg      PATH_SEPARATOR=';'
8350539131Smrg  }
84ded1caa4Smrgfi
85ded1caa4Smrg
86ded1caa4Smrg
8750539131Smrg# Find who we are.  Look in the path if we contain no directory separator.
8844d8e951Smrgas_myself=
8944d8e951Smrgcase $0 in #((
9050539131Smrg  *[\\/]* ) as_myself=$0 ;;
9150539131Smrg  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9250539131Smrgfor as_dir in $PATH
9350539131Smrgdo
9450539131Smrg  IFS=$as_save_IFS
95414cce6aSmrg  case $as_dir in #(((
96414cce6aSmrg    '') as_dir=./ ;;
97414cce6aSmrg    */) ;;
98414cce6aSmrg    *) as_dir=$as_dir/ ;;
99414cce6aSmrg  esac
100414cce6aSmrg    test -r "$as_dir$0" && as_myself=$as_dir$0 && break
10144d8e951Smrg  done
10250539131SmrgIFS=$as_save_IFS
10350539131Smrg
10450539131Smrg     ;;
10550539131Smrgesac
10650539131Smrg# We did not find ourselves, most probably we were run as `sh COMMAND'
10750539131Smrg# in which case we are not to be found in the path.
10850539131Smrgif test "x$as_myself" = x; then
10950539131Smrg  as_myself=$0
11050539131Smrgfi
11150539131Smrgif test ! -f "$as_myself"; then
112414cce6aSmrg  printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11344d8e951Smrg  exit 1
11450539131Smrgfi
11550539131Smrg
11644d8e951Smrg
117414cce6aSmrg# Use a proper internal environment variable to ensure we don't fall
118414cce6aSmrg  # into an infinite loop, continuously re-executing ourselves.
119414cce6aSmrg  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
120414cce6aSmrg    _as_can_reexec=no; export _as_can_reexec;
121414cce6aSmrg    # We cannot yet assume a decent shell, so we have to provide a
122414cce6aSmrg# neutralization value for shells without unset; and this also
123414cce6aSmrg# works around shells that cannot unset nonexistent variables.
124414cce6aSmrg# Preserve -v and -x to the replacement shell.
125414cce6aSmrgBASH_ENV=/dev/null
126414cce6aSmrgENV=/dev/null
127414cce6aSmrg(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
128414cce6aSmrgcase $- in # ((((
129414cce6aSmrg  *v*x* | *x*v* ) as_opts=-vx ;;
130414cce6aSmrg  *v* ) as_opts=-v ;;
131414cce6aSmrg  *x* ) as_opts=-x ;;
132414cce6aSmrg  * ) as_opts= ;;
133414cce6aSmrgesac
134414cce6aSmrgexec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
135414cce6aSmrg# Admittedly, this is quite paranoid, since all the known shells bail
136414cce6aSmrg# out after a failed `exec'.
137414cce6aSmrgprintf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
138414cce6aSmrgexit 255
139414cce6aSmrg  fi
140414cce6aSmrg  # We don't want this to propagate to other subprocesses.
141414cce6aSmrg          { _as_can_reexec=; unset _as_can_reexec;}
14244d8e951Smrgif test "x$CONFIG_SHELL" = x; then
143414cce6aSmrg  as_bourne_compatible="as_nop=:
144414cce6aSmrgif test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
145414cce6aSmrgthen :
14644d8e951Smrg  emulate sh
14744d8e951Smrg  NULLCMD=:
14844d8e951Smrg  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
14944d8e951Smrg  # is contrary to our usage.  Disable this feature.
15044d8e951Smrg  alias -g '\${1+\"\$@\"}'='\"\$@\"'
15144d8e951Smrg  setopt NO_GLOB_SUBST
152414cce6aSmrgelse \$as_nop
15344d8e951Smrg  case \`(set -o) 2>/dev/null\` in #(
15444d8e951Smrg  *posix*) :
15544d8e951Smrg    set -o posix ;; #(
15644d8e951Smrg  *) :
15744d8e951Smrg     ;;
15844d8e951Smrgesac
15944d8e951Smrgfi
16044d8e951Smrg"
16144d8e951Smrg  as_required="as_fn_return () { (exit \$1); }
16244d8e951Smrgas_fn_success () { as_fn_return 0; }
16344d8e951Smrgas_fn_failure () { as_fn_return 1; }
16444d8e951Smrgas_fn_ret_success () { return 0; }
16544d8e951Smrgas_fn_ret_failure () { return 1; }
16644d8e951Smrg
16744d8e951Smrgexitcode=0
16844d8e951Smrgas_fn_success || { exitcode=1; echo as_fn_success failed.; }
16944d8e951Smrgas_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
17044d8e951Smrgas_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
17144d8e951Smrgas_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
172414cce6aSmrgif ( set x; as_fn_ret_success y && test x = \"\$1\" )
173414cce6aSmrgthen :
17444d8e951Smrg
175414cce6aSmrgelse \$as_nop
17644d8e951Smrg  exitcode=1; echo positional parameters were not saved.
17744d8e951Smrgfi
178414cce6aSmrgtest x\$exitcode = x0 || exit 1
179414cce6aSmrgblah=\$(echo \$(echo blah))
180414cce6aSmrgtest x\"\$blah\" = xblah || exit 1
181414cce6aSmrgtest -x / || exit 1"
18244d8e951Smrg  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
18344d8e951Smrg  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
18444d8e951Smrg  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
18544d8e951Smrg  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
18644d8e951Smrgtest \$(( 1 + 1 )) = 2 || exit 1"
187414cce6aSmrg  if (eval "$as_required") 2>/dev/null
188414cce6aSmrgthen :
18944d8e951Smrg  as_have_required=yes
190414cce6aSmrgelse $as_nop
19144d8e951Smrg  as_have_required=no
19244d8e951Smrgfi
193414cce6aSmrg  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null
194414cce6aSmrgthen :
19544d8e951Smrg
196414cce6aSmrgelse $as_nop
19744d8e951Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19844d8e951Smrgas_found=false
19944d8e951Smrgfor as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
20044d8e951Smrgdo
20144d8e951Smrg  IFS=$as_save_IFS
202414cce6aSmrg  case $as_dir in #(((
203414cce6aSmrg    '') as_dir=./ ;;
204414cce6aSmrg    */) ;;
205414cce6aSmrg    *) as_dir=$as_dir/ ;;
206414cce6aSmrg  esac
20744d8e951Smrg  as_found=:
20844d8e951Smrg  case $as_dir in #(
20944d8e951Smrg	 /*)
21044d8e951Smrg	   for as_base in sh bash ksh sh5; do
21144d8e951Smrg	     # Try only shells that exist, to save several forks.
212414cce6aSmrg	     as_shell=$as_dir$as_base
21344d8e951Smrg	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
214414cce6aSmrg		    as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null
215414cce6aSmrgthen :
21644d8e951Smrg  CONFIG_SHELL=$as_shell as_have_required=yes
217414cce6aSmrg		   if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null
218414cce6aSmrgthen :
21944d8e951Smrg  break 2
22044d8e951Smrgfi
22144d8e951Smrgfi
22244d8e951Smrg	   done;;
22344d8e951Smrg       esac
22444d8e951Smrg  as_found=false
22544d8e951Smrgdone
22644d8e951SmrgIFS=$as_save_IFS
227414cce6aSmrgif $as_found
228414cce6aSmrgthen :
22944d8e951Smrg
230414cce6aSmrgelse $as_nop
231414cce6aSmrg  if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
232414cce6aSmrg	      as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null
233414cce6aSmrgthen :
234414cce6aSmrg  CONFIG_SHELL=$SHELL as_have_required=yes
23544d8e951Smrgfi
236414cce6aSmrgfi
237414cce6aSmrg
23844d8e951Smrg
239414cce6aSmrg      if test "x$CONFIG_SHELL" != x
240414cce6aSmrgthen :
241414cce6aSmrg  export CONFIG_SHELL
242414cce6aSmrg             # We cannot yet assume a decent shell, so we have to provide a
243414cce6aSmrg# neutralization value for shells without unset; and this also
244414cce6aSmrg# works around shells that cannot unset nonexistent variables.
245414cce6aSmrg# Preserve -v and -x to the replacement shell.
246414cce6aSmrgBASH_ENV=/dev/null
247414cce6aSmrgENV=/dev/null
248414cce6aSmrg(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
249414cce6aSmrgcase $- in # ((((
250414cce6aSmrg  *v*x* | *x*v* ) as_opts=-vx ;;
251414cce6aSmrg  *v* ) as_opts=-v ;;
252414cce6aSmrg  *x* ) as_opts=-x ;;
253414cce6aSmrg  * ) as_opts= ;;
254414cce6aSmrgesac
255414cce6aSmrgexec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256414cce6aSmrg# Admittedly, this is quite paranoid, since all the known shells bail
257414cce6aSmrg# out after a failed `exec'.
258414cce6aSmrgprintf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
259414cce6aSmrgexit 255
260414cce6aSmrgfi
261414cce6aSmrg
262414cce6aSmrg    if test x$as_have_required = xno
263414cce6aSmrgthen :
264414cce6aSmrg  printf "%s\n" "$0: This script requires a shell more modern than all"
265414cce6aSmrg  printf "%s\n" "$0: the shells that I found on your system."
266414cce6aSmrg  if test ${ZSH_VERSION+y} ; then
267414cce6aSmrg    printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should"
268414cce6aSmrg    printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later."
26944d8e951Smrg  else
270414cce6aSmrg    printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and
271414cce6aSmrg$0: https://gitlab.freedesktop.org/xorg/font/bitstream-75dpi/-/issues
27244d8e951Smrg$0: about your system, including any error possibly output
27344d8e951Smrg$0: before this message. Then install a modern shell, or
27444d8e951Smrg$0: manually run the script under such a shell if you do
27544d8e951Smrg$0: have one."
27644d8e951Smrg  fi
27744d8e951Smrg  exit 1
27844d8e951Smrgfi
27944d8e951Smrgfi
28044d8e951Smrgfi
28144d8e951SmrgSHELL=${CONFIG_SHELL-/bin/sh}
28244d8e951Smrgexport SHELL
28344d8e951Smrg# Unset more variables known to interfere with behavior of common tools.
28444d8e951SmrgCLICOLOR_FORCE= GREP_OPTIONS=
28544d8e951Smrgunset CLICOLOR_FORCE GREP_OPTIONS
28644d8e951Smrg
28744d8e951Smrg## --------------------- ##
28844d8e951Smrg## M4sh Shell Functions. ##
28944d8e951Smrg## --------------------- ##
29044d8e951Smrg# as_fn_unset VAR
29144d8e951Smrg# ---------------
29244d8e951Smrg# Portably unset VAR.
29344d8e951Smrgas_fn_unset ()
29444d8e951Smrg{
29544d8e951Smrg  { eval $1=; unset $1;}
29644d8e951Smrg}
29744d8e951Smrgas_unset=as_fn_unset
29844d8e951Smrg
299414cce6aSmrg
30044d8e951Smrg# as_fn_set_status STATUS
30144d8e951Smrg# -----------------------
30244d8e951Smrg# Set $? to STATUS, without forking.
30344d8e951Smrgas_fn_set_status ()
30444d8e951Smrg{
30544d8e951Smrg  return $1
30644d8e951Smrg} # as_fn_set_status
30744d8e951Smrg
30844d8e951Smrg# as_fn_exit STATUS
30944d8e951Smrg# -----------------
31044d8e951Smrg# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
31144d8e951Smrgas_fn_exit ()
31244d8e951Smrg{
31344d8e951Smrg  set +e
31444d8e951Smrg  as_fn_set_status $1
31544d8e951Smrg  exit $1
31644d8e951Smrg} # as_fn_exit
317414cce6aSmrg# as_fn_nop
318414cce6aSmrg# ---------
319414cce6aSmrg# Do nothing but, unlike ":", preserve the value of $?.
320414cce6aSmrgas_fn_nop ()
321414cce6aSmrg{
322414cce6aSmrg  return $?
323414cce6aSmrg}
324414cce6aSmrgas_nop=as_fn_nop
32544d8e951Smrg
32644d8e951Smrg# as_fn_mkdir_p
32744d8e951Smrg# -------------
32844d8e951Smrg# Create "$as_dir" as a directory, including parents if necessary.
32944d8e951Smrgas_fn_mkdir_p ()
33044d8e951Smrg{
33144d8e951Smrg
33244d8e951Smrg  case $as_dir in #(
33344d8e951Smrg  -*) as_dir=./$as_dir;;
33444d8e951Smrg  esac
33544d8e951Smrg  test -d "$as_dir" || eval $as_mkdir_p || {
33644d8e951Smrg    as_dirs=
33744d8e951Smrg    while :; do
33844d8e951Smrg      case $as_dir in #(
339414cce6aSmrg      *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
34044d8e951Smrg      *) as_qdir=$as_dir;;
34144d8e951Smrg      esac
34244d8e951Smrg      as_dirs="'$as_qdir' $as_dirs"
34344d8e951Smrg      as_dir=`$as_dirname -- "$as_dir" ||
34444d8e951Smrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
34544d8e951Smrg	 X"$as_dir" : 'X\(//\)[^/]' \| \
34644d8e951Smrg	 X"$as_dir" : 'X\(//\)$' \| \
34744d8e951Smrg	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
348414cce6aSmrgprintf "%s\n" X"$as_dir" |
34944d8e951Smrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
35044d8e951Smrg	    s//\1/
35144d8e951Smrg	    q
35244d8e951Smrg	  }
35344d8e951Smrg	  /^X\(\/\/\)[^/].*/{
35444d8e951Smrg	    s//\1/
35544d8e951Smrg	    q
35644d8e951Smrg	  }
35744d8e951Smrg	  /^X\(\/\/\)$/{
35844d8e951Smrg	    s//\1/
35944d8e951Smrg	    q
36044d8e951Smrg	  }
36144d8e951Smrg	  /^X\(\/\).*/{
36244d8e951Smrg	    s//\1/
36344d8e951Smrg	    q
36444d8e951Smrg	  }
36544d8e951Smrg	  s/.*/./; q'`
36644d8e951Smrg      test -d "$as_dir" && break
36744d8e951Smrg    done
36844d8e951Smrg    test -z "$as_dirs" || eval "mkdir $as_dirs"
36944d8e951Smrg  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
37044d8e951Smrg
37144d8e951Smrg
37244d8e951Smrg} # as_fn_mkdir_p
373414cce6aSmrg
374414cce6aSmrg# as_fn_executable_p FILE
375414cce6aSmrg# -----------------------
376414cce6aSmrg# Test if FILE is an executable regular file.
377414cce6aSmrgas_fn_executable_p ()
378414cce6aSmrg{
379414cce6aSmrg  test -f "$1" && test -x "$1"
380414cce6aSmrg} # as_fn_executable_p
38144d8e951Smrg# as_fn_append VAR VALUE
38244d8e951Smrg# ----------------------
38344d8e951Smrg# Append the text in VALUE to the end of the definition contained in VAR. Take
38444d8e951Smrg# advantage of any shell optimizations that allow amortized linear growth over
38544d8e951Smrg# repeated appends, instead of the typical quadratic growth present in naive
38644d8e951Smrg# implementations.
387414cce6aSmrgif (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
388414cce6aSmrgthen :
38944d8e951Smrg  eval 'as_fn_append ()
39044d8e951Smrg  {
39144d8e951Smrg    eval $1+=\$2
39244d8e951Smrg  }'
393414cce6aSmrgelse $as_nop
39444d8e951Smrg  as_fn_append ()
39544d8e951Smrg  {
39644d8e951Smrg    eval $1=\$$1\$2
39744d8e951Smrg  }
39844d8e951Smrgfi # as_fn_append
39944d8e951Smrg
40044d8e951Smrg# as_fn_arith ARG...
40144d8e951Smrg# ------------------
40244d8e951Smrg# Perform arithmetic evaluation on the ARGs, and store the result in the
40344d8e951Smrg# global $as_val. Take advantage of shells that can avoid forks. The arguments
40444d8e951Smrg# must be portable across $(()) and expr.
405414cce6aSmrgif (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
406414cce6aSmrgthen :
40744d8e951Smrg  eval 'as_fn_arith ()
40844d8e951Smrg  {
40944d8e951Smrg    as_val=$(( $* ))
41044d8e951Smrg  }'
411414cce6aSmrgelse $as_nop
41244d8e951Smrg  as_fn_arith ()
41344d8e951Smrg  {
41444d8e951Smrg    as_val=`expr "$@" || test $? -eq 1`
41544d8e951Smrg  }
41644d8e951Smrgfi # as_fn_arith
41744d8e951Smrg
418414cce6aSmrg# as_fn_nop
419414cce6aSmrg# ---------
420414cce6aSmrg# Do nothing but, unlike ":", preserve the value of $?.
421414cce6aSmrgas_fn_nop ()
422414cce6aSmrg{
423414cce6aSmrg  return $?
424414cce6aSmrg}
425414cce6aSmrgas_nop=as_fn_nop
42644d8e951Smrg
42744d8e951Smrg# as_fn_error STATUS ERROR [LINENO LOG_FD]
42844d8e951Smrg# ----------------------------------------
42944d8e951Smrg# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
43044d8e951Smrg# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
43144d8e951Smrg# script with STATUS, using 1 if that was 0.
43244d8e951Smrgas_fn_error ()
43344d8e951Smrg{
43444d8e951Smrg  as_status=$1; test $as_status -eq 0 && as_status=1
43544d8e951Smrg  if test "$4"; then
43644d8e951Smrg    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
437414cce6aSmrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
43844d8e951Smrg  fi
439414cce6aSmrg  printf "%s\n" "$as_me: error: $2" >&2
44044d8e951Smrg  as_fn_exit $as_status
44144d8e951Smrg} # as_fn_error
44244d8e951Smrg
44350539131Smrgif expr a : '\(a\)' >/dev/null 2>&1 &&
44450539131Smrg   test "X`expr 00001 : '.*\(...\)'`" = X001; then
445ded1caa4Smrg  as_expr=expr
446ded1caa4Smrgelse
447ded1caa4Smrg  as_expr=false
448ded1caa4Smrgfi
449ded1caa4Smrg
45050539131Smrgif (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
451ded1caa4Smrg  as_basename=basename
452ded1caa4Smrgelse
453ded1caa4Smrg  as_basename=false
454ded1caa4Smrgfi
455ded1caa4Smrg
45644d8e951Smrgif (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
45744d8e951Smrg  as_dirname=dirname
45844d8e951Smrgelse
45944d8e951Smrg  as_dirname=false
46044d8e951Smrgfi
461ded1caa4Smrg
46250539131Smrgas_me=`$as_basename -- "$0" ||
463ded1caa4Smrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
464ded1caa4Smrg	 X"$0" : 'X\(//\)$' \| \
46550539131Smrg	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
466414cce6aSmrgprintf "%s\n" X/"$0" |
46750539131Smrg    sed '/^.*\/\([^/][^/]*\)\/*$/{
46850539131Smrg	    s//\1/
46950539131Smrg	    q
47050539131Smrg	  }
47150539131Smrg	  /^X\/\(\/\/\)$/{
47250539131Smrg	    s//\1/
47350539131Smrg	    q
47450539131Smrg	  }
47550539131Smrg	  /^X\/\(\/\).*/{
47650539131Smrg	    s//\1/
47750539131Smrg	    q
47850539131Smrg	  }
47950539131Smrg	  s/.*/./; q'`
480ded1caa4Smrg
48144d8e951Smrg# Avoid depending upon Character Ranges.
48244d8e951Smrgas_cr_letters='abcdefghijklmnopqrstuvwxyz'
48344d8e951Smrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
48444d8e951Smrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS
48544d8e951Smrgas_cr_digits='0123456789'
48644d8e951Smrgas_cr_alnum=$as_cr_Letters$as_cr_digits
487ded1caa4Smrg
488ded1caa4Smrg
48944d8e951Smrg  as_lineno_1=$LINENO as_lineno_1a=$LINENO
49044d8e951Smrg  as_lineno_2=$LINENO as_lineno_2a=$LINENO
49144d8e951Smrg  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
49244d8e951Smrg  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
49344d8e951Smrg  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
49444d8e951Smrg  sed -n '
49544d8e951Smrg    p
49644d8e951Smrg    /[$]LINENO/=
49744d8e951Smrg  ' <$as_myself |
49844d8e951Smrg    sed '
49944d8e951Smrg      s/[$]LINENO.*/&-/
50044d8e951Smrg      t lineno
50144d8e951Smrg      b
50244d8e951Smrg      :lineno
50344d8e951Smrg      N
50444d8e951Smrg      :loop
50544d8e951Smrg      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
50644d8e951Smrg      t loop
50744d8e951Smrg      s/-\n.*//
50844d8e951Smrg    ' >$as_me.lineno &&
50944d8e951Smrg  chmod +x "$as_me.lineno" ||
510414cce6aSmrg    { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
511ded1caa4Smrg
512414cce6aSmrg  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
513414cce6aSmrg  # already done that, so ensure we don't try to do so again and fall
514414cce6aSmrg  # in an infinite loop.  This has already happened in practice.
515414cce6aSmrg  _as_can_reexec=no; export _as_can_reexec
51644d8e951Smrg  # Don't try to exec as it changes $[0], causing all sort of problems
51744d8e951Smrg  # (the dirname of $[0] is not the place where we might find the
51844d8e951Smrg  # original and so on.  Autoconf is especially sensitive to this).
51944d8e951Smrg  . "./$as_me.lineno"
52044d8e951Smrg  # Exit status is that of the last command.
52144d8e951Smrg  exit
52250539131Smrg}
523ded1caa4Smrg
524414cce6aSmrg
525414cce6aSmrg# Determine whether it's possible to make 'echo' print without a newline.
526414cce6aSmrg# These variables are no longer used directly by Autoconf, but are AC_SUBSTed
527414cce6aSmrg# for compatibility with existing Makefiles.
52844d8e951SmrgECHO_C= ECHO_N= ECHO_T=
52944d8e951Smrgcase `echo -n x` in #(((((
53044d8e951Smrg-n*)
53144d8e951Smrg  case `echo 'xy\c'` in
53244d8e951Smrg  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
53344d8e951Smrg  xy)  ECHO_C='\c';;
53444d8e951Smrg  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
53544d8e951Smrg       ECHO_T='	';;
53644d8e951Smrg  esac;;
53744d8e951Smrg*)
53844d8e951Smrg  ECHO_N='-n';;
53944d8e951Smrgesac
540ded1caa4Smrg
541414cce6aSmrg# For backward compatibility with old third-party macros, we provide
542414cce6aSmrg# the shell variables $as_echo and $as_echo_n.  New code should use
543414cce6aSmrg# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
544414cce6aSmrgas_echo='printf %s\n'
545414cce6aSmrgas_echo_n='printf %s'
546414cce6aSmrg
547414cce6aSmrg
54844d8e951Smrgrm -f conf$$ conf$$.exe conf$$.file
54944d8e951Smrgif test -d conf$$.dir; then
55044d8e951Smrg  rm -f conf$$.dir/conf$$.file
55144d8e951Smrgelse
55244d8e951Smrg  rm -f conf$$.dir
55344d8e951Smrg  mkdir conf$$.dir 2>/dev/null
55450539131Smrgfi
55544d8e951Smrgif (echo >conf$$.file) 2>/dev/null; then
55644d8e951Smrg  if ln -s conf$$.file conf$$ 2>/dev/null; then
55744d8e951Smrg    as_ln_s='ln -s'
55844d8e951Smrg    # ... but there are two gotchas:
55944d8e951Smrg    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
56044d8e951Smrg    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
561414cce6aSmrg    # In both cases, we have to default to `cp -pR'.
56244d8e951Smrg    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
563414cce6aSmrg      as_ln_s='cp -pR'
56444d8e951Smrg  elif ln conf$$.file conf$$ 2>/dev/null; then
56544d8e951Smrg    as_ln_s=ln
56644d8e951Smrg  else
567414cce6aSmrg    as_ln_s='cp -pR'
56844d8e951Smrg  fi
56950539131Smrgelse
570414cce6aSmrg  as_ln_s='cp -pR'
57150539131Smrgfi
57244d8e951Smrgrm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
57344d8e951Smrgrmdir conf$$.dir 2>/dev/null
57450539131Smrg
57544d8e951Smrgif mkdir -p . 2>/dev/null; then
57644d8e951Smrg  as_mkdir_p='mkdir -p "$as_dir"'
57744d8e951Smrgelse
57844d8e951Smrg  test -d ./-p && rmdir ./-p
57944d8e951Smrg  as_mkdir_p=false
58050539131Smrgfi
58150539131Smrg
582414cce6aSmrgas_test_x='test -x'
583414cce6aSmrgas_executable_p=as_fn_executable_p
58450539131Smrg
58544d8e951Smrg# Sed expression to map a string onto a valid CPP name.
58644d8e951Smrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
58750539131Smrg
58844d8e951Smrg# Sed expression to map a string onto a valid variable name.
58944d8e951Smrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
59050539131Smrg
59150539131Smrg
59244d8e951Smrgtest -n "$DJDIR" || exec 7<&0 </dev/null
59344d8e951Smrgexec 6>&1
594ded1caa4Smrg
595ded1caa4Smrg# Name of the host.
59644d8e951Smrg# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
597ded1caa4Smrg# so uname gets run too.
598ded1caa4Smrgac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
599ded1caa4Smrg
600ded1caa4Smrg#
601ded1caa4Smrg# Initializations.
602ded1caa4Smrg#
603ded1caa4Smrgac_default_prefix=/usr/local
60450539131Smrgac_clean_files=
605ded1caa4Smrgac_config_libobj_dir=.
60650539131SmrgLIBOBJS=
607ded1caa4Smrgcross_compiling=no
608ded1caa4Smrgsubdirs=
609ded1caa4SmrgMFLAGS=
610ded1caa4SmrgMAKEFLAGS=
611ded1caa4Smrg
612ded1caa4Smrg# Identity of this package.
613ded1caa4SmrgPACKAGE_NAME='font-bitstream-75dpi'
614ded1caa4SmrgPACKAGE_TARNAME='font-bitstream-75dpi'
615414cce6aSmrgPACKAGE_VERSION='1.0.4'
616414cce6aSmrgPACKAGE_STRING='font-bitstream-75dpi 1.0.4'
617414cce6aSmrgPACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/font/bitstream-75dpi/-/issues'
61844d8e951SmrgPACKAGE_URL=''
619ded1caa4Smrg
620414cce6aSmrgac_subst_vars='LTLIBOBJS
62150539131SmrgLIBOBJS
62250539131SmrgCOMPRESS_SUFFIX
623414cce6aSmrgCOMPRESS_FLAGS
62450539131SmrgCOMPRESS
62550539131SmrgBDFTOPCF
62650539131SmrgMKFONTDIR
62750539131SmrgRUN_FCCACHE
62850539131SmrgFCCACHE
62950539131SmrgFONTDIR
63050539131SmrgFONTROOTDIR
63144d8e951SmrgMAN_SUBSTS
63244d8e951SmrgXORG_MAN_PAGE
63350539131SmrgADMIN_MAN_DIR
63450539131SmrgDRIVER_MAN_DIR
63550539131SmrgMISC_MAN_DIR
63650539131SmrgFILE_MAN_DIR
63750539131SmrgLIB_MAN_DIR
63850539131SmrgAPP_MAN_DIR
63950539131SmrgADMIN_MAN_SUFFIX
64050539131SmrgDRIVER_MAN_SUFFIX
64150539131SmrgMISC_MAN_SUFFIX
64250539131SmrgFILE_MAN_SUFFIX
64350539131SmrgLIB_MAN_SUFFIX
64450539131SmrgAPP_MAN_SUFFIX
64544d8e951SmrgSED
64650539131Smrghost_os
64750539131Smrghost_vendor
64850539131Smrghost_cpu
64950539131Smrghost
65050539131Smrgbuild_os
65150539131Smrgbuild_vendor
65250539131Smrgbuild_cpu
65350539131Smrgbuild
65444d8e951SmrgINSTALL_CMD
65544d8e951SmrgPKG_CONFIG_LIBDIR
65644d8e951SmrgPKG_CONFIG_PATH
65744d8e951SmrgPKG_CONFIG
65850539131SmrgCHANGELOG_CMD
659414cce6aSmrgAM_BACKSLASH
660414cce6aSmrgAM_DEFAULT_VERBOSITY
661414cce6aSmrgAM_DEFAULT_V
662414cce6aSmrgAM_V
663414cce6aSmrgCSCOPE
664414cce6aSmrgETAGS
665414cce6aSmrgCTAGS
66650539131Smrgam__untar
66750539131Smrgam__tar
66850539131SmrgAMTAR
66950539131Smrgam__leading_dot
67050539131SmrgSET_MAKE
67150539131SmrgAWK
67250539131Smrgmkdir_p
67350539131SmrgMKDIR_P
67450539131SmrgINSTALL_STRIP_PROGRAM
67550539131SmrgSTRIP
67650539131Smrginstall_sh
67750539131SmrgMAKEINFO
67850539131SmrgAUTOHEADER
67950539131SmrgAUTOMAKE
68050539131SmrgAUTOCONF
68150539131SmrgACLOCAL
68250539131SmrgVERSION
68350539131SmrgPACKAGE
68450539131SmrgCYGPATH_W
68550539131Smrgam__isrc
68650539131SmrgINSTALL_DATA
68750539131SmrgINSTALL_SCRIPT
68850539131SmrgINSTALL_PROGRAM
68950539131Smrgtarget_alias
69050539131Smrghost_alias
69150539131Smrgbuild_alias
69250539131SmrgLIBS
69350539131SmrgECHO_T
69450539131SmrgECHO_N
69550539131SmrgECHO_C
69650539131SmrgDEFS
69750539131Smrgmandir
69850539131Smrglocaledir
69950539131Smrglibdir
70050539131Smrgpsdir
70150539131Smrgpdfdir
70250539131Smrgdvidir
70350539131Smrghtmldir
70450539131Smrginfodir
70550539131Smrgdocdir
70650539131Smrgoldincludedir
70750539131Smrgincludedir
708414cce6aSmrgrunstatedir
70950539131Smrglocalstatedir
71050539131Smrgsharedstatedir
71150539131Smrgsysconfdir
71250539131Smrgdatadir
71350539131Smrgdatarootdir
71450539131Smrglibexecdir
71550539131Smrgsbindir
71650539131Smrgbindir
71750539131Smrgprogram_transform_name
71850539131Smrgprefix
71950539131Smrgexec_prefix
72044d8e951SmrgPACKAGE_URL
72150539131SmrgPACKAGE_BUGREPORT
72250539131SmrgPACKAGE_STRING
72350539131SmrgPACKAGE_VERSION
72450539131SmrgPACKAGE_TARNAME
72550539131SmrgPACKAGE_NAME
72650539131SmrgPATH_SEPARATOR
72750539131SmrgSHELL'
728ded1caa4Smrgac_subst_files=''
72950539131Smrgac_user_opts='
73050539131Smrgenable_option_checking
73144d8e951Smrgenable_silent_rules
73250539131Smrgwith_fontrootdir
73350539131Smrgwith_fontdir
73450539131Smrgwith_compression
73550539131Smrg'
73650539131Smrg      ac_precious_vars='build_alias
73750539131Smrghost_alias
73850539131Smrgtarget_alias
73944d8e951SmrgPKG_CONFIG
74044d8e951SmrgPKG_CONFIG_PATH
74144d8e951SmrgPKG_CONFIG_LIBDIR'
74250539131Smrg
743ded1caa4Smrg
744ded1caa4Smrg# Initialize some variables set by options.
745ded1caa4Smrgac_init_help=
746ded1caa4Smrgac_init_version=false
74750539131Smrgac_unrecognized_opts=
74850539131Smrgac_unrecognized_sep=
749ded1caa4Smrg# The variables have the same names as the options, with
750ded1caa4Smrg# dashes changed to underlines.
751ded1caa4Smrgcache_file=/dev/null
752ded1caa4Smrgexec_prefix=NONE
753ded1caa4Smrgno_create=
754ded1caa4Smrgno_recursion=
755ded1caa4Smrgprefix=NONE
756ded1caa4Smrgprogram_prefix=NONE
757ded1caa4Smrgprogram_suffix=NONE
758ded1caa4Smrgprogram_transform_name=s,x,x,
759ded1caa4Smrgsilent=
760ded1caa4Smrgsite=
761ded1caa4Smrgsrcdir=
762ded1caa4Smrgverbose=
763ded1caa4Smrgx_includes=NONE
764ded1caa4Smrgx_libraries=NONE
765ded1caa4Smrg
766ded1caa4Smrg# Installation directory options.
767ded1caa4Smrg# These are left unexpanded so users can "make install exec_prefix=/foo"
768ded1caa4Smrg# and all the variables that are supposed to be based on exec_prefix
769ded1caa4Smrg# by default will actually change.
770ded1caa4Smrg# Use braces instead of parens because sh, perl, etc. also accept them.
77150539131Smrg# (The list follows the same order as the GNU Coding Standards.)
772ded1caa4Smrgbindir='${exec_prefix}/bin'
773ded1caa4Smrgsbindir='${exec_prefix}/sbin'
774ded1caa4Smrglibexecdir='${exec_prefix}/libexec'
77550539131Smrgdatarootdir='${prefix}/share'
77650539131Smrgdatadir='${datarootdir}'
777ded1caa4Smrgsysconfdir='${prefix}/etc'
778ded1caa4Smrgsharedstatedir='${prefix}/com'
779ded1caa4Smrglocalstatedir='${prefix}/var'
780414cce6aSmrgrunstatedir='${localstatedir}/run'
781ded1caa4Smrgincludedir='${prefix}/include'
782ded1caa4Smrgoldincludedir='/usr/include'
78350539131Smrgdocdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
78450539131Smrginfodir='${datarootdir}/info'
78550539131Smrghtmldir='${docdir}'
78650539131Smrgdvidir='${docdir}'
78750539131Smrgpdfdir='${docdir}'
78850539131Smrgpsdir='${docdir}'
78950539131Smrglibdir='${exec_prefix}/lib'
79050539131Smrglocaledir='${datarootdir}/locale'
79150539131Smrgmandir='${datarootdir}/man'
792ded1caa4Smrg
793ded1caa4Smrgac_prev=
79450539131Smrgac_dashdash=
795ded1caa4Smrgfor ac_option
796ded1caa4Smrgdo
797ded1caa4Smrg  # If the previous option needs an argument, assign it.
798ded1caa4Smrg  if test -n "$ac_prev"; then
79950539131Smrg    eval $ac_prev=\$ac_option
800ded1caa4Smrg    ac_prev=
801ded1caa4Smrg    continue
802ded1caa4Smrg  fi
803ded1caa4Smrg
80450539131Smrg  case $ac_option in
80544d8e951Smrg  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
80644d8e951Smrg  *=)   ac_optarg= ;;
80744d8e951Smrg  *)    ac_optarg=yes ;;
80850539131Smrg  esac
809ded1caa4Smrg
81050539131Smrg  case $ac_dashdash$ac_option in
81150539131Smrg  --)
81250539131Smrg    ac_dashdash=yes ;;
813ded1caa4Smrg
814ded1caa4Smrg  -bindir | --bindir | --bindi | --bind | --bin | --bi)
815ded1caa4Smrg    ac_prev=bindir ;;
816ded1caa4Smrg  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
817ded1caa4Smrg    bindir=$ac_optarg ;;
818ded1caa4Smrg
819ded1caa4Smrg  -build | --build | --buil | --bui | --bu)
820ded1caa4Smrg    ac_prev=build_alias ;;
821ded1caa4Smrg  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
822ded1caa4Smrg    build_alias=$ac_optarg ;;
823ded1caa4Smrg
824ded1caa4Smrg  -cache-file | --cache-file | --cache-fil | --cache-fi \
825ded1caa4Smrg  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
826ded1caa4Smrg    ac_prev=cache_file ;;
827ded1caa4Smrg  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
828ded1caa4Smrg  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
829ded1caa4Smrg    cache_file=$ac_optarg ;;
830ded1caa4Smrg
831ded1caa4Smrg  --config-cache | -C)
832ded1caa4Smrg    cache_file=config.cache ;;
833ded1caa4Smrg
83450539131Smrg  -datadir | --datadir | --datadi | --datad)
835ded1caa4Smrg    ac_prev=datadir ;;
83650539131Smrg  -datadir=* | --datadir=* | --datadi=* | --datad=*)
837ded1caa4Smrg    datadir=$ac_optarg ;;
838ded1caa4Smrg
83950539131Smrg  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
84050539131Smrg  | --dataroo | --dataro | --datar)
84150539131Smrg    ac_prev=datarootdir ;;
84250539131Smrg  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
84350539131Smrg  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
84450539131Smrg    datarootdir=$ac_optarg ;;
84550539131Smrg
846ded1caa4Smrg  -disable-* | --disable-*)
84750539131Smrg    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
848ded1caa4Smrg    # Reject names that are not valid shell variable names.
84950539131Smrg    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
850414cce6aSmrg      as_fn_error $? "invalid feature name: \`$ac_useropt'"
85150539131Smrg    ac_useropt_orig=$ac_useropt
852414cce6aSmrg    ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
85350539131Smrg    case $ac_user_opts in
85450539131Smrg      *"
85550539131Smrg"enable_$ac_useropt"
85650539131Smrg"*) ;;
85750539131Smrg      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
85850539131Smrg	 ac_unrecognized_sep=', ';;
85950539131Smrg    esac
86050539131Smrg    eval enable_$ac_useropt=no ;;
86150539131Smrg
86250539131Smrg  -docdir | --docdir | --docdi | --doc | --do)
86350539131Smrg    ac_prev=docdir ;;
86450539131Smrg  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
86550539131Smrg    docdir=$ac_optarg ;;
86650539131Smrg
86750539131Smrg  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
86850539131Smrg    ac_prev=dvidir ;;
86950539131Smrg  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
87050539131Smrg    dvidir=$ac_optarg ;;
871ded1caa4Smrg
872ded1caa4Smrg  -enable-* | --enable-*)
87350539131Smrg    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
874ded1caa4Smrg    # Reject names that are not valid shell variable names.
87550539131Smrg    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
876414cce6aSmrg      as_fn_error $? "invalid feature name: \`$ac_useropt'"
87750539131Smrg    ac_useropt_orig=$ac_useropt
878414cce6aSmrg    ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
87950539131Smrg    case $ac_user_opts in
88050539131Smrg      *"
88150539131Smrg"enable_$ac_useropt"
88250539131Smrg"*) ;;
88350539131Smrg      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
88450539131Smrg	 ac_unrecognized_sep=', ';;
885ded1caa4Smrg    esac
88650539131Smrg    eval enable_$ac_useropt=\$ac_optarg ;;
887ded1caa4Smrg
888ded1caa4Smrg  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
889ded1caa4Smrg  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
890ded1caa4Smrg  | --exec | --exe | --ex)
891ded1caa4Smrg    ac_prev=exec_prefix ;;
892ded1caa4Smrg  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
893ded1caa4Smrg  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
894ded1caa4Smrg  | --exec=* | --exe=* | --ex=*)
895ded1caa4Smrg    exec_prefix=$ac_optarg ;;
896ded1caa4Smrg
897ded1caa4Smrg  -gas | --gas | --ga | --g)
898ded1caa4Smrg    # Obsolete; use --with-gas.
899ded1caa4Smrg    with_gas=yes ;;
900ded1caa4Smrg
901ded1caa4Smrg  -help | --help | --hel | --he | -h)
902ded1caa4Smrg    ac_init_help=long ;;
903ded1caa4Smrg  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
904ded1caa4Smrg    ac_init_help=recursive ;;
905ded1caa4Smrg  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
906ded1caa4Smrg    ac_init_help=short ;;
907ded1caa4Smrg
908ded1caa4Smrg  -host | --host | --hos | --ho)
909ded1caa4Smrg    ac_prev=host_alias ;;
910ded1caa4Smrg  -host=* | --host=* | --hos=* | --ho=*)
911ded1caa4Smrg    host_alias=$ac_optarg ;;
912ded1caa4Smrg
91350539131Smrg  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
91450539131Smrg    ac_prev=htmldir ;;
91550539131Smrg  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
91650539131Smrg  | --ht=*)
91750539131Smrg    htmldir=$ac_optarg ;;
91850539131Smrg
919ded1caa4Smrg  -includedir | --includedir | --includedi | --included | --include \
920ded1caa4Smrg  | --includ | --inclu | --incl | --inc)
921ded1caa4Smrg    ac_prev=includedir ;;
922ded1caa4Smrg  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
923ded1caa4Smrg  | --includ=* | --inclu=* | --incl=* | --inc=*)
924ded1caa4Smrg    includedir=$ac_optarg ;;
925ded1caa4Smrg
926ded1caa4Smrg  -infodir | --infodir | --infodi | --infod | --info | --inf)
927ded1caa4Smrg    ac_prev=infodir ;;
928ded1caa4Smrg  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
929ded1caa4Smrg    infodir=$ac_optarg ;;
930ded1caa4Smrg
931ded1caa4Smrg  -libdir | --libdir | --libdi | --libd)
932ded1caa4Smrg    ac_prev=libdir ;;
933ded1caa4Smrg  -libdir=* | --libdir=* | --libdi=* | --libd=*)
934ded1caa4Smrg    libdir=$ac_optarg ;;
935ded1caa4Smrg
936ded1caa4Smrg  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
937ded1caa4Smrg  | --libexe | --libex | --libe)
938ded1caa4Smrg    ac_prev=libexecdir ;;
939ded1caa4Smrg  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
940ded1caa4Smrg  | --libexe=* | --libex=* | --libe=*)
941ded1caa4Smrg    libexecdir=$ac_optarg ;;
942ded1caa4Smrg
94350539131Smrg  -localedir | --localedir | --localedi | --localed | --locale)
94450539131Smrg    ac_prev=localedir ;;
94550539131Smrg  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
94650539131Smrg    localedir=$ac_optarg ;;
94750539131Smrg
948ded1caa4Smrg  -localstatedir | --localstatedir | --localstatedi | --localstated \
94950539131Smrg  | --localstate | --localstat | --localsta | --localst | --locals)
950ded1caa4Smrg    ac_prev=localstatedir ;;
951ded1caa4Smrg  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
95250539131Smrg  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
953ded1caa4Smrg    localstatedir=$ac_optarg ;;
954ded1caa4Smrg
955ded1caa4Smrg  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
956ded1caa4Smrg    ac_prev=mandir ;;
957ded1caa4Smrg  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
958ded1caa4Smrg    mandir=$ac_optarg ;;
959ded1caa4Smrg
960ded1caa4Smrg  -nfp | --nfp | --nf)
961ded1caa4Smrg    # Obsolete; use --without-fp.
962ded1caa4Smrg    with_fp=no ;;
963ded1caa4Smrg
964ded1caa4Smrg  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
965ded1caa4Smrg  | --no-cr | --no-c | -n)
966ded1caa4Smrg    no_create=yes ;;
967ded1caa4Smrg
968ded1caa4Smrg  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
969ded1caa4Smrg  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
970ded1caa4Smrg    no_recursion=yes ;;
971ded1caa4Smrg
972ded1caa4Smrg  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
973ded1caa4Smrg  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
974ded1caa4Smrg  | --oldin | --oldi | --old | --ol | --o)
975ded1caa4Smrg    ac_prev=oldincludedir ;;
976ded1caa4Smrg  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
977ded1caa4Smrg  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
978ded1caa4Smrg  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
979ded1caa4Smrg    oldincludedir=$ac_optarg ;;
980ded1caa4Smrg
981ded1caa4Smrg  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
982ded1caa4Smrg    ac_prev=prefix ;;
983ded1caa4Smrg  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
984ded1caa4Smrg    prefix=$ac_optarg ;;
985ded1caa4Smrg
986ded1caa4Smrg  -program-prefix | --program-prefix | --program-prefi | --program-pref \
987ded1caa4Smrg  | --program-pre | --program-pr | --program-p)
988ded1caa4Smrg    ac_prev=program_prefix ;;
989ded1caa4Smrg  -program-prefix=* | --program-prefix=* | --program-prefi=* \
990ded1caa4Smrg  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
991ded1caa4Smrg    program_prefix=$ac_optarg ;;
992ded1caa4Smrg
993ded1caa4Smrg  -program-suffix | --program-suffix | --program-suffi | --program-suff \
994ded1caa4Smrg  | --program-suf | --program-su | --program-s)
995ded1caa4Smrg    ac_prev=program_suffix ;;
996ded1caa4Smrg  -program-suffix=* | --program-suffix=* | --program-suffi=* \
997ded1caa4Smrg  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
998ded1caa4Smrg    program_suffix=$ac_optarg ;;
999ded1caa4Smrg
1000ded1caa4Smrg  -program-transform-name | --program-transform-name \
1001ded1caa4Smrg  | --program-transform-nam | --program-transform-na \
1002ded1caa4Smrg  | --program-transform-n | --program-transform- \
1003ded1caa4Smrg  | --program-transform | --program-transfor \
1004ded1caa4Smrg  | --program-transfo | --program-transf \
1005ded1caa4Smrg  | --program-trans | --program-tran \
1006ded1caa4Smrg  | --progr-tra | --program-tr | --program-t)
1007ded1caa4Smrg    ac_prev=program_transform_name ;;
1008ded1caa4Smrg  -program-transform-name=* | --program-transform-name=* \
1009ded1caa4Smrg  | --program-transform-nam=* | --program-transform-na=* \
1010ded1caa4Smrg  | --program-transform-n=* | --program-transform-=* \
1011ded1caa4Smrg  | --program-transform=* | --program-transfor=* \
1012ded1caa4Smrg  | --program-transfo=* | --program-transf=* \
1013ded1caa4Smrg  | --program-trans=* | --program-tran=* \
1014ded1caa4Smrg  | --progr-tra=* | --program-tr=* | --program-t=*)
1015ded1caa4Smrg    program_transform_name=$ac_optarg ;;
1016ded1caa4Smrg
101750539131Smrg  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
101850539131Smrg    ac_prev=pdfdir ;;
101950539131Smrg  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
102050539131Smrg    pdfdir=$ac_optarg ;;
102150539131Smrg
102250539131Smrg  -psdir | --psdir | --psdi | --psd | --ps)
102350539131Smrg    ac_prev=psdir ;;
102450539131Smrg  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
102550539131Smrg    psdir=$ac_optarg ;;
102650539131Smrg
1027ded1caa4Smrg  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1028ded1caa4Smrg  | -silent | --silent | --silen | --sile | --sil)
1029ded1caa4Smrg    silent=yes ;;
1030ded1caa4Smrg
1031414cce6aSmrg  -runstatedir | --runstatedir | --runstatedi | --runstated \
1032414cce6aSmrg  | --runstate | --runstat | --runsta | --runst | --runs \
1033414cce6aSmrg  | --run | --ru | --r)
1034414cce6aSmrg    ac_prev=runstatedir ;;
1035414cce6aSmrg  -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1036414cce6aSmrg  | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1037414cce6aSmrg  | --run=* | --ru=* | --r=*)
1038414cce6aSmrg    runstatedir=$ac_optarg ;;
1039414cce6aSmrg
1040ded1caa4Smrg  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1041ded1caa4Smrg    ac_prev=sbindir ;;
1042ded1caa4Smrg  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1043ded1caa4Smrg  | --sbi=* | --sb=*)
1044ded1caa4Smrg    sbindir=$ac_optarg ;;
1045ded1caa4Smrg
1046ded1caa4Smrg  -sharedstatedir | --sharedstatedir | --sharedstatedi \
1047ded1caa4Smrg  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1048ded1caa4Smrg  | --sharedst | --shareds | --shared | --share | --shar \
1049ded1caa4Smrg  | --sha | --sh)
1050ded1caa4Smrg    ac_prev=sharedstatedir ;;
1051ded1caa4Smrg  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1052ded1caa4Smrg  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1053ded1caa4Smrg  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1054ded1caa4Smrg  | --sha=* | --sh=*)
1055ded1caa4Smrg    sharedstatedir=$ac_optarg ;;
1056ded1caa4Smrg
1057ded1caa4Smrg  -site | --site | --sit)
1058ded1caa4Smrg    ac_prev=site ;;
1059ded1caa4Smrg  -site=* | --site=* | --sit=*)
1060ded1caa4Smrg    site=$ac_optarg ;;
1061ded1caa4Smrg
1062ded1caa4Smrg  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1063ded1caa4Smrg    ac_prev=srcdir ;;
1064ded1caa4Smrg  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1065ded1caa4Smrg    srcdir=$ac_optarg ;;
1066ded1caa4Smrg
1067ded1caa4Smrg  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1068ded1caa4Smrg  | --syscon | --sysco | --sysc | --sys | --sy)
1069ded1caa4Smrg    ac_prev=sysconfdir ;;
1070ded1caa4Smrg  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1071ded1caa4Smrg  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1072ded1caa4Smrg    sysconfdir=$ac_optarg ;;
1073ded1caa4Smrg
1074ded1caa4Smrg  -target | --target | --targe | --targ | --tar | --ta | --t)
1075ded1caa4Smrg    ac_prev=target_alias ;;
1076ded1caa4Smrg  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1077ded1caa4Smrg    target_alias=$ac_optarg ;;
1078ded1caa4Smrg
1079ded1caa4Smrg  -v | -verbose | --verbose | --verbos | --verbo | --verb)
1080ded1caa4Smrg    verbose=yes ;;
1081ded1caa4Smrg
1082ded1caa4Smrg  -version | --version | --versio | --versi | --vers | -V)
1083ded1caa4Smrg    ac_init_version=: ;;
1084ded1caa4Smrg
1085ded1caa4Smrg  -with-* | --with-*)
108650539131Smrg    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1087ded1caa4Smrg    # Reject names that are not valid shell variable names.
108850539131Smrg    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1089414cce6aSmrg      as_fn_error $? "invalid package name: \`$ac_useropt'"
109050539131Smrg    ac_useropt_orig=$ac_useropt
1091414cce6aSmrg    ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
109250539131Smrg    case $ac_user_opts in
109350539131Smrg      *"
109450539131Smrg"with_$ac_useropt"
109550539131Smrg"*) ;;
109650539131Smrg      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
109750539131Smrg	 ac_unrecognized_sep=', ';;
1098ded1caa4Smrg    esac
109950539131Smrg    eval with_$ac_useropt=\$ac_optarg ;;
1100ded1caa4Smrg
1101ded1caa4Smrg  -without-* | --without-*)
110250539131Smrg    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1103ded1caa4Smrg    # Reject names that are not valid shell variable names.
110450539131Smrg    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1105414cce6aSmrg      as_fn_error $? "invalid package name: \`$ac_useropt'"
110650539131Smrg    ac_useropt_orig=$ac_useropt
1107414cce6aSmrg    ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
110850539131Smrg    case $ac_user_opts in
110950539131Smrg      *"
111050539131Smrg"with_$ac_useropt"
111150539131Smrg"*) ;;
111250539131Smrg      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
111350539131Smrg	 ac_unrecognized_sep=', ';;
111450539131Smrg    esac
111550539131Smrg    eval with_$ac_useropt=no ;;
1116ded1caa4Smrg
1117ded1caa4Smrg  --x)
1118ded1caa4Smrg    # Obsolete; use --with-x.
1119ded1caa4Smrg    with_x=yes ;;
1120ded1caa4Smrg
1121ded1caa4Smrg  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1122ded1caa4Smrg  | --x-incl | --x-inc | --x-in | --x-i)
1123ded1caa4Smrg    ac_prev=x_includes ;;
1124ded1caa4Smrg  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1125ded1caa4Smrg  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1126ded1caa4Smrg    x_includes=$ac_optarg ;;
1127ded1caa4Smrg
1128ded1caa4Smrg  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1129ded1caa4Smrg  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1130ded1caa4Smrg    ac_prev=x_libraries ;;
1131ded1caa4Smrg  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1132ded1caa4Smrg  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1133ded1caa4Smrg    x_libraries=$ac_optarg ;;
1134ded1caa4Smrg
113544d8e951Smrg  -*) as_fn_error $? "unrecognized option: \`$ac_option'
113644d8e951SmrgTry \`$0 --help' for more information"
1137ded1caa4Smrg    ;;
1138ded1caa4Smrg
1139ded1caa4Smrg  *=*)
1140ded1caa4Smrg    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1141ded1caa4Smrg    # Reject names that are not valid shell variable names.
114244d8e951Smrg    case $ac_envvar in #(
114344d8e951Smrg      '' | [0-9]* | *[!_$as_cr_alnum]* )
114444d8e951Smrg      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
114544d8e951Smrg    esac
114650539131Smrg    eval $ac_envvar=\$ac_optarg
1147ded1caa4Smrg    export $ac_envvar ;;
1148ded1caa4Smrg
1149ded1caa4Smrg  *)
1150ded1caa4Smrg    # FIXME: should be removed in autoconf 3.0.
1151414cce6aSmrg    printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2
1152ded1caa4Smrg    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1153414cce6aSmrg      printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2
115444d8e951Smrg    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1155ded1caa4Smrg    ;;
1156ded1caa4Smrg
1157ded1caa4Smrg  esac
1158ded1caa4Smrgdone
1159ded1caa4Smrg
1160ded1caa4Smrgif test -n "$ac_prev"; then
1161ded1caa4Smrg  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
116244d8e951Smrg  as_fn_error $? "missing argument to $ac_option"
1163ded1caa4Smrgfi
1164ded1caa4Smrg
116550539131Smrgif test -n "$ac_unrecognized_opts"; then
116650539131Smrg  case $enable_option_checking in
116750539131Smrg    no) ;;
116844d8e951Smrg    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1169414cce6aSmrg    *)     printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1170ded1caa4Smrg  esac
117150539131Smrgfi
1172ded1caa4Smrg
117350539131Smrg# Check all directory arguments for consistency.
117450539131Smrgfor ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
117550539131Smrg		datadir sysconfdir sharedstatedir localstatedir includedir \
117650539131Smrg		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1177414cce6aSmrg		libdir localedir mandir runstatedir
1178ded1caa4Smrgdo
117950539131Smrg  eval ac_val=\$$ac_var
118050539131Smrg  # Remove trailing slashes.
1181ded1caa4Smrg  case $ac_val in
118250539131Smrg    */ )
118350539131Smrg      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
118450539131Smrg      eval $ac_var=\$ac_val;;
118550539131Smrg  esac
118650539131Smrg  # Be sure to have absolute directory names.
118750539131Smrg  case $ac_val in
118850539131Smrg    [\\/$]* | ?:[\\/]* )  continue;;
118950539131Smrg    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1190ded1caa4Smrg  esac
119144d8e951Smrg  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1192ded1caa4Smrgdone
1193ded1caa4Smrg
1194ded1caa4Smrg# There might be people who depend on the old broken behavior: `$host'
1195ded1caa4Smrg# used to hold the argument of --host etc.
1196ded1caa4Smrg# FIXME: To remove some day.
1197ded1caa4Smrgbuild=$build_alias
1198ded1caa4Smrghost=$host_alias
1199ded1caa4Smrgtarget=$target_alias
1200ded1caa4Smrg
1201ded1caa4Smrg# FIXME: To remove some day.
1202ded1caa4Smrgif test "x$host_alias" != x; then
1203ded1caa4Smrg  if test "x$build_alias" = x; then
1204ded1caa4Smrg    cross_compiling=maybe
1205ded1caa4Smrg  elif test "x$build_alias" != "x$host_alias"; then
1206ded1caa4Smrg    cross_compiling=yes
1207ded1caa4Smrg  fi
1208ded1caa4Smrgfi
1209ded1caa4Smrg
1210ded1caa4Smrgac_tool_prefix=
1211ded1caa4Smrgtest -n "$host_alias" && ac_tool_prefix=$host_alias-
1212ded1caa4Smrg
1213ded1caa4Smrgtest "$silent" = yes && exec 6>/dev/null
1214ded1caa4Smrg
1215ded1caa4Smrg
121650539131Smrgac_pwd=`pwd` && test -n "$ac_pwd" &&
121750539131Smrgac_ls_di=`ls -di .` &&
121850539131Smrgac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
121944d8e951Smrg  as_fn_error $? "working directory cannot be determined"
122050539131Smrgtest "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
122144d8e951Smrg  as_fn_error $? "pwd does not report name of working directory"
122250539131Smrg
122350539131Smrg
1224ded1caa4Smrg# Find the source files, if location was not specified.
1225ded1caa4Smrgif test -z "$srcdir"; then
1226ded1caa4Smrg  ac_srcdir_defaulted=yes
122750539131Smrg  # Try the directory containing this script, then the parent directory.
122850539131Smrg  ac_confdir=`$as_dirname -- "$as_myself" ||
122950539131Smrg$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
123050539131Smrg	 X"$as_myself" : 'X\(//\)[^/]' \| \
123150539131Smrg	 X"$as_myself" : 'X\(//\)$' \| \
123250539131Smrg	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1233414cce6aSmrgprintf "%s\n" X"$as_myself" |
123450539131Smrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
123550539131Smrg	    s//\1/
123650539131Smrg	    q
123750539131Smrg	  }
123850539131Smrg	  /^X\(\/\/\)[^/].*/{
123950539131Smrg	    s//\1/
124050539131Smrg	    q
124150539131Smrg	  }
124250539131Smrg	  /^X\(\/\/\)$/{
124350539131Smrg	    s//\1/
124450539131Smrg	    q
124550539131Smrg	  }
124650539131Smrg	  /^X\(\/\).*/{
124750539131Smrg	    s//\1/
124850539131Smrg	    q
124950539131Smrg	  }
125050539131Smrg	  s/.*/./; q'`
1251ded1caa4Smrg  srcdir=$ac_confdir
125250539131Smrg  if test ! -r "$srcdir/$ac_unique_file"; then
1253ded1caa4Smrg    srcdir=..
1254ded1caa4Smrg  fi
1255ded1caa4Smrgelse
1256ded1caa4Smrg  ac_srcdir_defaulted=no
1257ded1caa4Smrgfi
125850539131Smrgif test ! -r "$srcdir/$ac_unique_file"; then
125950539131Smrg  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
126044d8e951Smrg  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1261ded1caa4Smrgfi
126250539131Smrgac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
126350539131Smrgac_abs_confdir=`(
126444d8e951Smrg	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
126550539131Smrg	pwd)`
126650539131Smrg# When building in place, set srcdir=.
126750539131Smrgif test "$ac_abs_confdir" = "$ac_pwd"; then
126850539131Smrg  srcdir=.
126950539131Smrgfi
127050539131Smrg# Remove unnecessary trailing slashes from srcdir.
127150539131Smrg# Double slashes in file names in object file debugging info
127250539131Smrg# mess up M-x gdb in Emacs.
127350539131Smrgcase $srcdir in
127450539131Smrg*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
127550539131Smrgesac
127650539131Smrgfor ac_var in $ac_precious_vars; do
127750539131Smrg  eval ac_env_${ac_var}_set=\${${ac_var}+set}
127850539131Smrg  eval ac_env_${ac_var}_value=\$${ac_var}
127950539131Smrg  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
128050539131Smrg  eval ac_cv_env_${ac_var}_value=\$${ac_var}
128150539131Smrgdone
1282ded1caa4Smrg
1283ded1caa4Smrg#
1284ded1caa4Smrg# Report the --help message.
1285ded1caa4Smrg#
1286ded1caa4Smrgif test "$ac_init_help" = "long"; then
1287ded1caa4Smrg  # Omit some internal or obsolete options to make the list less imposing.
1288ded1caa4Smrg  # This message is too long to be a string in the A/UX 3.1 sh.
1289ded1caa4Smrg  cat <<_ACEOF
1290414cce6aSmrg\`configure' configures font-bitstream-75dpi 1.0.4 to adapt to many kinds of systems.
1291ded1caa4Smrg
1292ded1caa4SmrgUsage: $0 [OPTION]... [VAR=VALUE]...
1293ded1caa4Smrg
1294ded1caa4SmrgTo assign environment variables (e.g., CC, CFLAGS...), specify them as
1295ded1caa4SmrgVAR=VALUE.  See below for descriptions of some of the useful variables.
1296ded1caa4Smrg
1297ded1caa4SmrgDefaults for the options are specified in brackets.
1298ded1caa4Smrg
1299ded1caa4SmrgConfiguration:
1300ded1caa4Smrg  -h, --help              display this help and exit
1301ded1caa4Smrg      --help=short        display options specific to this package
1302ded1caa4Smrg      --help=recursive    display the short help of all the included packages
1303ded1caa4Smrg  -V, --version           display version information and exit
130444d8e951Smrg  -q, --quiet, --silent   do not print \`checking ...' messages
1305ded1caa4Smrg      --cache-file=FILE   cache test results in FILE [disabled]
1306ded1caa4Smrg  -C, --config-cache      alias for \`--cache-file=config.cache'
1307ded1caa4Smrg  -n, --no-create         do not create output files
1308ded1caa4Smrg      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1309ded1caa4Smrg
1310ded1caa4SmrgInstallation directories:
1311ded1caa4Smrg  --prefix=PREFIX         install architecture-independent files in PREFIX
131250539131Smrg                          [$ac_default_prefix]
1313ded1caa4Smrg  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
131450539131Smrg                          [PREFIX]
1315ded1caa4Smrg
1316ded1caa4SmrgBy default, \`make install' will install all the files in
1317ded1caa4Smrg\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1318ded1caa4Smrgan installation prefix other than \`$ac_default_prefix' using \`--prefix',
1319ded1caa4Smrgfor instance \`--prefix=\$HOME'.
1320ded1caa4Smrg
1321ded1caa4SmrgFor better control, use the options below.
1322ded1caa4Smrg
1323ded1caa4SmrgFine tuning of the installation directories:
132450539131Smrg  --bindir=DIR            user executables [EPREFIX/bin]
132550539131Smrg  --sbindir=DIR           system admin executables [EPREFIX/sbin]
132650539131Smrg  --libexecdir=DIR        program executables [EPREFIX/libexec]
132750539131Smrg  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
132850539131Smrg  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
132950539131Smrg  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1330414cce6aSmrg  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
133150539131Smrg  --libdir=DIR            object code libraries [EPREFIX/lib]
133250539131Smrg  --includedir=DIR        C header files [PREFIX/include]
133350539131Smrg  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
133450539131Smrg  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
133550539131Smrg  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
133650539131Smrg  --infodir=DIR           info documentation [DATAROOTDIR/info]
133750539131Smrg  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
133850539131Smrg  --mandir=DIR            man documentation [DATAROOTDIR/man]
133950539131Smrg  --docdir=DIR            documentation root
134050539131Smrg                          [DATAROOTDIR/doc/font-bitstream-75dpi]
134150539131Smrg  --htmldir=DIR           html documentation [DOCDIR]
134250539131Smrg  --dvidir=DIR            dvi documentation [DOCDIR]
134350539131Smrg  --pdfdir=DIR            pdf documentation [DOCDIR]
134450539131Smrg  --psdir=DIR             ps documentation [DOCDIR]
1345ded1caa4Smrg_ACEOF
1346ded1caa4Smrg
1347ded1caa4Smrg  cat <<\_ACEOF
1348ded1caa4Smrg
1349ded1caa4SmrgProgram names:
1350ded1caa4Smrg  --program-prefix=PREFIX            prepend PREFIX to installed program names
1351ded1caa4Smrg  --program-suffix=SUFFIX            append SUFFIX to installed program names
1352ded1caa4Smrg  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
135350539131Smrg
135450539131SmrgSystem types:
135550539131Smrg  --build=BUILD     configure for building on BUILD [guessed]
135650539131Smrg  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1357ded1caa4Smrg_ACEOF
1358ded1caa4Smrgfi
1359ded1caa4Smrg
1360ded1caa4Smrgif test -n "$ac_init_help"; then
1361ded1caa4Smrg  case $ac_init_help in
1362414cce6aSmrg     short | recursive ) echo "Configuration of font-bitstream-75dpi 1.0.4:";;
1363ded1caa4Smrg   esac
1364ded1caa4Smrg  cat <<\_ACEOF
1365ded1caa4Smrg
1366ded1caa4SmrgOptional Features:
136750539131Smrg  --disable-option-checking  ignore unrecognized --enable/--with options
1368ded1caa4Smrg  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1369ded1caa4Smrg  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1370414cce6aSmrg  --enable-silent-rules   less verbose build output (undo: "make V=1")
1371414cce6aSmrg  --disable-silent-rules  verbose build output (undo: "make V=0")
1372ded1caa4Smrg
1373ded1caa4SmrgOptional Packages:
1374ded1caa4Smrg  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1375ded1caa4Smrg  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
137650539131Smrg  --with-fontrootdir=DIR  Path to root directory for font files
137750539131Smrg  --with-fontdir=DIR      Path to 75dpi files [FONTROOTDIR/75dpi]
137850539131Smrg  --with-compression=<no|compress|gzip|bzip2>
137950539131Smrg                          compression method to use on pcf fonts
138050539131Smrg
138150539131SmrgSome influential environment variables:
138250539131Smrg  PKG_CONFIG  path to pkg-config utility
138344d8e951Smrg  PKG_CONFIG_PATH
138444d8e951Smrg              directories to add to pkg-config's search path
138544d8e951Smrg  PKG_CONFIG_LIBDIR
138644d8e951Smrg              path overriding pkg-config's built-in search path
138750539131Smrg
138850539131SmrgUse these variables to override the choices made by `configure' or to help
138950539131Smrgit to find libraries and programs with nonstandard names/locations.
1390ded1caa4Smrg
1391414cce6aSmrgReport bugs to <https://gitlab.freedesktop.org/xorg/font/bitstream-75dpi/-/issues>.
1392ded1caa4Smrg_ACEOF
139350539131Smrgac_status=$?
1394ded1caa4Smrgfi
1395ded1caa4Smrg
1396ded1caa4Smrgif test "$ac_init_help" = "recursive"; then
1397ded1caa4Smrg  # If there are subdirs, report their specific --help.
1398ded1caa4Smrg  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
139950539131Smrg    test -d "$ac_dir" ||
140050539131Smrg      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
140150539131Smrg      continue
1402ded1caa4Smrg    ac_builddir=.
1403ded1caa4Smrg
140450539131Smrgcase "$ac_dir" in
140550539131Smrg.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
140650539131Smrg*)
1407414cce6aSmrg  ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
140850539131Smrg  # A ".." for each directory in $ac_dir_suffix.
1409414cce6aSmrg  ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
141050539131Smrg  case $ac_top_builddir_sub in
141150539131Smrg  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
141250539131Smrg  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
141350539131Smrg  esac ;;
141450539131Smrgesac
141550539131Smrgac_abs_top_builddir=$ac_pwd
141650539131Smrgac_abs_builddir=$ac_pwd$ac_dir_suffix
141750539131Smrg# for backward compatibility:
141850539131Smrgac_top_builddir=$ac_top_build_prefix
1419ded1caa4Smrg
1420ded1caa4Smrgcase $srcdir in
142150539131Smrg  .)  # We are building in place.
1422ded1caa4Smrg    ac_srcdir=.
142350539131Smrg    ac_top_srcdir=$ac_top_builddir_sub
142450539131Smrg    ac_abs_top_srcdir=$ac_pwd ;;
142550539131Smrg  [\\/]* | ?:[\\/]* )  # Absolute name.
1426ded1caa4Smrg    ac_srcdir=$srcdir$ac_dir_suffix;
142750539131Smrg    ac_top_srcdir=$srcdir
142850539131Smrg    ac_abs_top_srcdir=$srcdir ;;
142950539131Smrg  *) # Relative name.
143050539131Smrg    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
143150539131Smrg    ac_top_srcdir=$ac_top_build_prefix$srcdir
143250539131Smrg    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1433ded1caa4Smrgesac
143450539131Smrgac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
143550539131Smrg
143650539131Smrg    cd "$ac_dir" || { ac_status=$?; continue; }
1437414cce6aSmrg    # Check for configure.gnu first; this name is used for a wrapper for
1438414cce6aSmrg    # Metaconfig's "Configure" on case-insensitive file systems.
143950539131Smrg    if test -f "$ac_srcdir/configure.gnu"; then
144050539131Smrg      echo &&
144150539131Smrg      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
144250539131Smrg    elif test -f "$ac_srcdir/configure"; then
144350539131Smrg      echo &&
144450539131Smrg      $SHELL "$ac_srcdir/configure" --help=recursive
1445ded1caa4Smrg    else
1446414cce6aSmrg      printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2
144750539131Smrg    fi || ac_status=$?
144850539131Smrg    cd "$ac_pwd" || { ac_status=$?; break; }
1449ded1caa4Smrg  done
1450ded1caa4Smrgfi
1451ded1caa4Smrg
145250539131Smrgtest -n "$ac_init_help" && exit $ac_status
1453ded1caa4Smrgif $ac_init_version; then
1454ded1caa4Smrg  cat <<\_ACEOF
1455414cce6aSmrgfont-bitstream-75dpi configure 1.0.4
1456414cce6aSmrggenerated by GNU Autoconf 2.71
1457ded1caa4Smrg
1458414cce6aSmrgCopyright (C) 2021 Free Software Foundation, Inc.
1459ded1caa4SmrgThis configure script is free software; the Free Software Foundation
1460ded1caa4Smrggives unlimited permission to copy, distribute and modify it.
1461ded1caa4Smrg_ACEOF
146250539131Smrg  exit
1463ded1caa4Smrgfi
1464ded1caa4Smrg
146544d8e951Smrg## ------------------------ ##
146644d8e951Smrg## Autoconf initialization. ##
146744d8e951Smrg## ------------------------ ##
1468414cce6aSmrgac_configure_args_raw=
1469414cce6aSmrgfor ac_arg
1470414cce6aSmrgdo
1471414cce6aSmrg  case $ac_arg in
1472414cce6aSmrg  *\'*)
1473414cce6aSmrg    ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1474414cce6aSmrg  esac
1475414cce6aSmrg  as_fn_append ac_configure_args_raw " '$ac_arg'"
1476414cce6aSmrgdone
1477ded1caa4Smrg
1478414cce6aSmrgcase $ac_configure_args_raw in
1479414cce6aSmrg  *$as_nl*)
1480414cce6aSmrg    ac_safe_unquote= ;;
1481414cce6aSmrg  *)
1482414cce6aSmrg    ac_unsafe_z='|&;<>()$`\\"*?[ ''	' # This string ends in space, tab.
1483414cce6aSmrg    ac_unsafe_a="$ac_unsafe_z#~"
1484414cce6aSmrg    ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g"
1485414cce6aSmrg    ac_configure_args_raw=`      printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;;
148644d8e951Smrgesac
148744d8e951Smrg
148844d8e951Smrgcat >config.log <<_ACEOF
148944d8e951SmrgThis file contains any messages produced by compilers while
149044d8e951Smrgrunning configure, to aid debugging if configure makes a mistake.
149144d8e951Smrg
1492414cce6aSmrgIt was created by font-bitstream-75dpi $as_me 1.0.4, which was
1493414cce6aSmrggenerated by GNU Autoconf 2.71.  Invocation command line was
149444d8e951Smrg
1495414cce6aSmrg  $ $0$ac_configure_args_raw
149644d8e951Smrg
149744d8e951Smrg_ACEOF
149844d8e951Smrgexec 5>>config.log
149944d8e951Smrg{
150044d8e951Smrgcat <<_ASUNAME
150144d8e951Smrg## --------- ##
150244d8e951Smrg## Platform. ##
150344d8e951Smrg## --------- ##
150444d8e951Smrg
150544d8e951Smrghostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
150644d8e951Smrguname -m = `(uname -m) 2>/dev/null || echo unknown`
150744d8e951Smrguname -r = `(uname -r) 2>/dev/null || echo unknown`
150844d8e951Smrguname -s = `(uname -s) 2>/dev/null || echo unknown`
150944d8e951Smrguname -v = `(uname -v) 2>/dev/null || echo unknown`
151044d8e951Smrg
151144d8e951Smrg/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
151244d8e951Smrg/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
151344d8e951Smrg
151444d8e951Smrg/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
151544d8e951Smrg/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
151644d8e951Smrg/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
151744d8e951Smrg/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
151844d8e951Smrg/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
151944d8e951Smrg/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
152044d8e951Smrg/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
152144d8e951Smrg
152244d8e951Smrg_ASUNAME
152344d8e951Smrg
152444d8e951Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1525ded1caa4Smrgfor as_dir in $PATH
1526ded1caa4Smrgdo
1527ded1caa4Smrg  IFS=$as_save_IFS
1528414cce6aSmrg  case $as_dir in #(((
1529414cce6aSmrg    '') as_dir=./ ;;
1530414cce6aSmrg    */) ;;
1531414cce6aSmrg    *) as_dir=$as_dir/ ;;
1532414cce6aSmrg  esac
1533414cce6aSmrg    printf "%s\n" "PATH: $as_dir"
153444d8e951Smrg  done
153550539131SmrgIFS=$as_save_IFS
1536ded1caa4Smrg
1537ded1caa4Smrg} >&5
1538ded1caa4Smrg
1539ded1caa4Smrgcat >&5 <<_ACEOF
1540ded1caa4Smrg
1541ded1caa4Smrg
1542ded1caa4Smrg## ----------- ##
1543ded1caa4Smrg## Core tests. ##
1544ded1caa4Smrg## ----------- ##
1545ded1caa4Smrg
1546ded1caa4Smrg_ACEOF
1547ded1caa4Smrg
1548ded1caa4Smrg
1549ded1caa4Smrg# Keep a trace of the command line.
1550ded1caa4Smrg# Strip out --no-create and --no-recursion so they do not pile up.
1551ded1caa4Smrg# Strip out --silent because we don't want to record it for future runs.
1552ded1caa4Smrg# Also quote any args containing shell meta-characters.
1553ded1caa4Smrg# Make two passes to allow for proper duplicate-argument suppression.
1554ded1caa4Smrgac_configure_args=
1555ded1caa4Smrgac_configure_args0=
1556ded1caa4Smrgac_configure_args1=
1557ded1caa4Smrgac_must_keep_next=false
1558ded1caa4Smrgfor ac_pass in 1 2
1559ded1caa4Smrgdo
1560ded1caa4Smrg  for ac_arg
1561ded1caa4Smrg  do
1562ded1caa4Smrg    case $ac_arg in
1563ded1caa4Smrg    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1564ded1caa4Smrg    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1565ded1caa4Smrg    | -silent | --silent | --silen | --sile | --sil)
1566ded1caa4Smrg      continue ;;
156750539131Smrg    *\'*)
1568414cce6aSmrg      ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1569ded1caa4Smrg    esac
1570ded1caa4Smrg    case $ac_pass in
157144d8e951Smrg    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1572ded1caa4Smrg    2)
157344d8e951Smrg      as_fn_append ac_configure_args1 " '$ac_arg'"
1574ded1caa4Smrg      if test $ac_must_keep_next = true; then
1575ded1caa4Smrg	ac_must_keep_next=false # Got value, back to normal.
1576ded1caa4Smrg      else
1577ded1caa4Smrg	case $ac_arg in
1578ded1caa4Smrg	  *=* | --config-cache | -C | -disable-* | --disable-* \
1579ded1caa4Smrg	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1580ded1caa4Smrg	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1581ded1caa4Smrg	  | -with-* | --with-* | -without-* | --without-* | --x)
1582ded1caa4Smrg	    case "$ac_configure_args0 " in
1583ded1caa4Smrg	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1584ded1caa4Smrg	    esac
1585ded1caa4Smrg	    ;;
1586ded1caa4Smrg	  -* ) ac_must_keep_next=true ;;
1587ded1caa4Smrg	esac
1588ded1caa4Smrg      fi
158944d8e951Smrg      as_fn_append ac_configure_args " '$ac_arg'"
1590ded1caa4Smrg      ;;
1591ded1caa4Smrg    esac
1592ded1caa4Smrg  done
1593ded1caa4Smrgdone
159444d8e951Smrg{ ac_configure_args0=; unset ac_configure_args0;}
159544d8e951Smrg{ ac_configure_args1=; unset ac_configure_args1;}
1596ded1caa4Smrg
1597ded1caa4Smrg# When interrupted or exit'd, cleanup temporary files, and complete
1598ded1caa4Smrg# config.log.  We remove comments because anyway the quotes in there
1599ded1caa4Smrg# would cause problems or look ugly.
160050539131Smrg# WARNING: Use '\'' to represent an apostrophe within the trap.
160150539131Smrg# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1602ded1caa4Smrgtrap 'exit_status=$?
1603414cce6aSmrg  # Sanitize IFS.
1604414cce6aSmrg  IFS=" ""	$as_nl"
1605ded1caa4Smrg  # Save into config.log some information that might help in debugging.
1606ded1caa4Smrg  {
1607ded1caa4Smrg    echo
1608ded1caa4Smrg
1609414cce6aSmrg    printf "%s\n" "## ---------------- ##
1610ded1caa4Smrg## Cache variables. ##
161144d8e951Smrg## ---------------- ##"
1612ded1caa4Smrg    echo
1613ded1caa4Smrg    # The following way of writing the cache mishandles newlines in values,
161450539131Smrg(
161550539131Smrg  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
161650539131Smrg    eval ac_val=\$$ac_var
161750539131Smrg    case $ac_val in #(
161850539131Smrg    *${as_nl}*)
161950539131Smrg      case $ac_var in #(
1620414cce6aSmrg      *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1621414cce6aSmrgprintf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
162250539131Smrg      esac
162350539131Smrg      case $ac_var in #(
162450539131Smrg      _ | IFS | as_nl) ;; #(
162550539131Smrg      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
162644d8e951Smrg      *) { eval $ac_var=; unset $ac_var;} ;;
162750539131Smrg      esac ;;
162850539131Smrg    esac
162950539131Smrg  done
1630ded1caa4Smrg  (set) 2>&1 |
163150539131Smrg    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
163250539131Smrg    *${as_nl}ac_space=\ *)
1633ded1caa4Smrg      sed -n \
163450539131Smrg	"s/'\''/'\''\\\\'\'''\''/g;
163550539131Smrg	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
163650539131Smrg      ;; #(
1637ded1caa4Smrg    *)
163850539131Smrg      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1639ded1caa4Smrg      ;;
164050539131Smrg    esac |
164150539131Smrg    sort
164250539131Smrg)
1643ded1caa4Smrg    echo
1644ded1caa4Smrg
1645414cce6aSmrg    printf "%s\n" "## ----------------- ##
1646ded1caa4Smrg## Output variables. ##
164744d8e951Smrg## ----------------- ##"
1648ded1caa4Smrg    echo
1649ded1caa4Smrg    for ac_var in $ac_subst_vars
1650ded1caa4Smrg    do
165150539131Smrg      eval ac_val=\$$ac_var
165250539131Smrg      case $ac_val in
1653414cce6aSmrg      *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
165450539131Smrg      esac
1655414cce6aSmrg      printf "%s\n" "$ac_var='\''$ac_val'\''"
1656ded1caa4Smrg    done | sort
1657ded1caa4Smrg    echo
1658ded1caa4Smrg
1659ded1caa4Smrg    if test -n "$ac_subst_files"; then
1660414cce6aSmrg      printf "%s\n" "## ------------------- ##
166150539131Smrg## File substitutions. ##
166244d8e951Smrg## ------------------- ##"
1663ded1caa4Smrg      echo
1664ded1caa4Smrg      for ac_var in $ac_subst_files
1665ded1caa4Smrg      do
166650539131Smrg	eval ac_val=\$$ac_var
166750539131Smrg	case $ac_val in
1668414cce6aSmrg	*\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
166950539131Smrg	esac
1670414cce6aSmrg	printf "%s\n" "$ac_var='\''$ac_val'\''"
1671ded1caa4Smrg      done | sort
1672ded1caa4Smrg      echo
1673ded1caa4Smrg    fi
1674ded1caa4Smrg
1675ded1caa4Smrg    if test -s confdefs.h; then
1676414cce6aSmrg      printf "%s\n" "## ----------- ##
1677ded1caa4Smrg## confdefs.h. ##
167844d8e951Smrg## ----------- ##"
1679ded1caa4Smrg      echo
168050539131Smrg      cat confdefs.h
1681ded1caa4Smrg      echo
1682ded1caa4Smrg    fi
1683ded1caa4Smrg    test "$ac_signal" != 0 &&
1684414cce6aSmrg      printf "%s\n" "$as_me: caught signal $ac_signal"
1685414cce6aSmrg    printf "%s\n" "$as_me: exit $exit_status"
1686ded1caa4Smrg  } >&5
168750539131Smrg  rm -f core *.core core.conftest.* &&
168850539131Smrg    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1689ded1caa4Smrg    exit $exit_status
169050539131Smrg' 0
1691ded1caa4Smrgfor ac_signal in 1 2 13 15; do
169244d8e951Smrg  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1693ded1caa4Smrgdone
1694ded1caa4Smrgac_signal=0
1695ded1caa4Smrg
1696ded1caa4Smrg# confdefs.h avoids OS command line length limits that DEFS can exceed.
169750539131Smrgrm -f -r conftest* confdefs.h
1698ded1caa4Smrg
1699414cce6aSmrgprintf "%s\n" "/* confdefs.h */" > confdefs.h
170044d8e951Smrg
1701ded1caa4Smrg# Predefined preprocessor variables.
1702ded1caa4Smrg
1703414cce6aSmrgprintf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h
1704ded1caa4Smrg
1705414cce6aSmrgprintf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h
1706ded1caa4Smrg
1707414cce6aSmrgprintf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h
1708ded1caa4Smrg
1709414cce6aSmrgprintf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h
1710ded1caa4Smrg
1711414cce6aSmrgprintf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h
1712ded1caa4Smrg
1713414cce6aSmrgprintf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h
171444d8e951Smrg
1715ded1caa4Smrg
1716ded1caa4Smrg# Let the site file select an alternate cache file if it wants to.
171750539131Smrg# Prefer an explicitly selected file to automatically selected ones.
171850539131Smrgif test -n "$CONFIG_SITE"; then
1719414cce6aSmrg  ac_site_files="$CONFIG_SITE"
172050539131Smrgelif test "x$prefix" != xNONE; then
1721414cce6aSmrg  ac_site_files="$prefix/share/config.site $prefix/etc/config.site"
172250539131Smrgelse
1723414cce6aSmrg  ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1724ded1caa4Smrgfi
1725414cce6aSmrg
1726414cce6aSmrgfor ac_site_file in $ac_site_files
172750539131Smrgdo
1728414cce6aSmrg  case $ac_site_file in #(
1729414cce6aSmrg  */*) :
1730414cce6aSmrg     ;; #(
1731414cce6aSmrg  *) :
1732414cce6aSmrg    ac_site_file=./$ac_site_file ;;
1733414cce6aSmrgesac
1734414cce6aSmrg  if test -f "$ac_site_file" && test -r "$ac_site_file"; then
1735414cce6aSmrg    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1736414cce6aSmrgprintf "%s\n" "$as_me: loading site script $ac_site_file" >&6;}
1737ded1caa4Smrg    sed 's/^/| /' "$ac_site_file" >&5
173844d8e951Smrg    . "$ac_site_file" \
1739414cce6aSmrg      || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1740414cce6aSmrgprintf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
174144d8e951Smrgas_fn_error $? "failed to load site script $ac_site_file
174244d8e951SmrgSee \`config.log' for more details" "$LINENO" 5; }
1743ded1caa4Smrg  fi
1744ded1caa4Smrgdone
1745ded1caa4Smrg
1746ded1caa4Smrgif test -r "$cache_file"; then
174744d8e951Smrg  # Some versions of bash will fail to source /dev/null (special files
174844d8e951Smrg  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
174944d8e951Smrg  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1750414cce6aSmrg    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1751414cce6aSmrgprintf "%s\n" "$as_me: loading cache $cache_file" >&6;}
1752ded1caa4Smrg    case $cache_file in
175350539131Smrg      [\\/]* | ?:[\\/]* ) . "$cache_file";;
175450539131Smrg      *)                      . "./$cache_file";;
1755ded1caa4Smrg    esac
1756ded1caa4Smrg  fi
1757ded1caa4Smrgelse
1758414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1759414cce6aSmrgprintf "%s\n" "$as_me: creating cache $cache_file" >&6;}
1760ded1caa4Smrg  >$cache_file
1761ded1caa4Smrgfi
1762ded1caa4Smrg
1763414cce6aSmrg
1764414cce6aSmrg# Auxiliary files required by this configure script.
1765414cce6aSmrgac_aux_files="config.guess config.sub missing install-sh"
1766414cce6aSmrg
1767414cce6aSmrg# Locations in which to look for auxiliary files.
1768414cce6aSmrgac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.."
1769414cce6aSmrg
1770414cce6aSmrg# Search for a directory containing all of the required auxiliary files,
1771414cce6aSmrg# $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates.
1772414cce6aSmrg# If we don't find one directory that contains all the files we need,
1773414cce6aSmrg# we report the set of missing files from the *first* directory in
1774414cce6aSmrg# $ac_aux_dir_candidates and give up.
1775414cce6aSmrgac_missing_aux_files=""
1776414cce6aSmrgac_first_candidate=:
1777414cce6aSmrgprintf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5
1778414cce6aSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1779414cce6aSmrgas_found=false
1780414cce6aSmrgfor as_dir in $ac_aux_dir_candidates
1781414cce6aSmrgdo
1782414cce6aSmrg  IFS=$as_save_IFS
1783414cce6aSmrg  case $as_dir in #(((
1784414cce6aSmrg    '') as_dir=./ ;;
1785414cce6aSmrg    */) ;;
1786414cce6aSmrg    *) as_dir=$as_dir/ ;;
1787414cce6aSmrg  esac
1788414cce6aSmrg  as_found=:
1789414cce6aSmrg
1790414cce6aSmrg  printf "%s\n" "$as_me:${as_lineno-$LINENO}:  trying $as_dir" >&5
1791414cce6aSmrg  ac_aux_dir_found=yes
1792414cce6aSmrg  ac_install_sh=
1793414cce6aSmrg  for ac_aux in $ac_aux_files
1794414cce6aSmrg  do
1795414cce6aSmrg    # As a special case, if "install-sh" is required, that requirement
1796414cce6aSmrg    # can be satisfied by any of "install-sh", "install.sh", or "shtool",
1797414cce6aSmrg    # and $ac_install_sh is set appropriately for whichever one is found.
1798414cce6aSmrg    if test x"$ac_aux" = x"install-sh"
1799414cce6aSmrg    then
1800414cce6aSmrg      if test -f "${as_dir}install-sh"; then
1801414cce6aSmrg        printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}install-sh found" >&5
1802414cce6aSmrg        ac_install_sh="${as_dir}install-sh -c"
1803414cce6aSmrg      elif test -f "${as_dir}install.sh"; then
1804414cce6aSmrg        printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}install.sh found" >&5
1805414cce6aSmrg        ac_install_sh="${as_dir}install.sh -c"
1806414cce6aSmrg      elif test -f "${as_dir}shtool"; then
1807414cce6aSmrg        printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}shtool found" >&5
1808414cce6aSmrg        ac_install_sh="${as_dir}shtool install -c"
1809414cce6aSmrg      else
1810414cce6aSmrg        ac_aux_dir_found=no
1811414cce6aSmrg        if $ac_first_candidate; then
1812414cce6aSmrg          ac_missing_aux_files="${ac_missing_aux_files} install-sh"
1813414cce6aSmrg        else
1814414cce6aSmrg          break
1815414cce6aSmrg        fi
1816414cce6aSmrg      fi
1817414cce6aSmrg    else
1818414cce6aSmrg      if test -f "${as_dir}${ac_aux}"; then
1819414cce6aSmrg        printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}${ac_aux} found" >&5
1820414cce6aSmrg      else
1821414cce6aSmrg        ac_aux_dir_found=no
1822414cce6aSmrg        if $ac_first_candidate; then
1823414cce6aSmrg          ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}"
1824414cce6aSmrg        else
1825414cce6aSmrg          break
1826414cce6aSmrg        fi
1827414cce6aSmrg      fi
1828414cce6aSmrg    fi
1829414cce6aSmrg  done
1830414cce6aSmrg  if test "$ac_aux_dir_found" = yes; then
1831414cce6aSmrg    ac_aux_dir="$as_dir"
1832414cce6aSmrg    break
1833414cce6aSmrg  fi
1834414cce6aSmrg  ac_first_candidate=false
1835414cce6aSmrg
1836414cce6aSmrg  as_found=false
1837414cce6aSmrgdone
1838414cce6aSmrgIFS=$as_save_IFS
1839414cce6aSmrgif $as_found
1840414cce6aSmrgthen :
1841414cce6aSmrg
1842414cce6aSmrgelse $as_nop
1843414cce6aSmrg  as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5
1844414cce6aSmrgfi
1845414cce6aSmrg
1846414cce6aSmrg
1847414cce6aSmrg# These three variables are undocumented and unsupported,
1848414cce6aSmrg# and are intended to be withdrawn in a future Autoconf release.
1849414cce6aSmrg# They can cause serious problems if a builder's source tree is in a directory
1850414cce6aSmrg# whose full name contains unusual characters.
1851414cce6aSmrgif test -f "${ac_aux_dir}config.guess"; then
1852414cce6aSmrg  ac_config_guess="$SHELL ${ac_aux_dir}config.guess"
1853414cce6aSmrgfi
1854414cce6aSmrgif test -f "${ac_aux_dir}config.sub"; then
1855414cce6aSmrg  ac_config_sub="$SHELL ${ac_aux_dir}config.sub"
1856414cce6aSmrgfi
1857414cce6aSmrgif test -f "$ac_aux_dir/configure"; then
1858414cce6aSmrg  ac_configure="$SHELL ${ac_aux_dir}configure"
1859414cce6aSmrgfi
1860414cce6aSmrg
1861ded1caa4Smrg# Check that the precious variables saved in the cache have kept the same
1862ded1caa4Smrg# value.
1863ded1caa4Smrgac_cache_corrupted=false
186450539131Smrgfor ac_var in $ac_precious_vars; do
1865ded1caa4Smrg  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1866ded1caa4Smrg  eval ac_new_set=\$ac_env_${ac_var}_set
186750539131Smrg  eval ac_old_val=\$ac_cv_env_${ac_var}_value
186850539131Smrg  eval ac_new_val=\$ac_env_${ac_var}_value
1869ded1caa4Smrg  case $ac_old_set,$ac_new_set in
1870ded1caa4Smrg    set,)
1871414cce6aSmrg      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1872414cce6aSmrgprintf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1873ded1caa4Smrg      ac_cache_corrupted=: ;;
1874ded1caa4Smrg    ,set)
1875414cce6aSmrg      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1876414cce6aSmrgprintf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1877ded1caa4Smrg      ac_cache_corrupted=: ;;
1878ded1caa4Smrg    ,);;
1879ded1caa4Smrg    *)
1880ded1caa4Smrg      if test "x$ac_old_val" != "x$ac_new_val"; then
188150539131Smrg	# differences in whitespace do not lead to failure.
188250539131Smrg	ac_old_val_w=`echo x $ac_old_val`
188350539131Smrg	ac_new_val_w=`echo x $ac_new_val`
188450539131Smrg	if test "$ac_old_val_w" != "$ac_new_val_w"; then
1885414cce6aSmrg	  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1886414cce6aSmrgprintf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
188750539131Smrg	  ac_cache_corrupted=:
188850539131Smrg	else
1889414cce6aSmrg	  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1890414cce6aSmrgprintf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
189150539131Smrg	  eval $ac_var=\$ac_old_val
189250539131Smrg	fi
1893414cce6aSmrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1894414cce6aSmrgprintf "%s\n" "$as_me:   former value:  \`$ac_old_val'" >&2;}
1895414cce6aSmrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1896414cce6aSmrgprintf "%s\n" "$as_me:   current value: \`$ac_new_val'" >&2;}
1897ded1caa4Smrg      fi;;
1898ded1caa4Smrg  esac
1899ded1caa4Smrg  # Pass precious variables to config.status.
1900ded1caa4Smrg  if test "$ac_new_set" = set; then
1901ded1caa4Smrg    case $ac_new_val in
1902414cce6aSmrg    *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1903ded1caa4Smrg    *) ac_arg=$ac_var=$ac_new_val ;;
1904ded1caa4Smrg    esac
1905ded1caa4Smrg    case " $ac_configure_args " in
1906ded1caa4Smrg      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
190744d8e951Smrg      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1908ded1caa4Smrg    esac
1909ded1caa4Smrg  fi
1910ded1caa4Smrgdone
1911ded1caa4Smrgif $ac_cache_corrupted; then
1912414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1913414cce6aSmrgprintf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1914414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1915414cce6aSmrgprintf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;}
1916414cce6aSmrg  as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'
1917414cce6aSmrg	    and start over" "$LINENO" 5
1918ded1caa4Smrgfi
191944d8e951Smrg## -------------------- ##
192044d8e951Smrg## Main body of script. ##
192144d8e951Smrg## -------------------- ##
1922ded1caa4Smrg
192350539131Smrgac_ext=c
192450539131Smrgac_cpp='$CPP $CPPFLAGS'
192550539131Smrgac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
192650539131Smrgac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
192750539131Smrgac_compiler_gnu=$ac_cv_c_compiler_gnu
1928ded1caa4Smrg
1929ded1caa4Smrg
1930414cce6aSmrgam__api_version='1.16'
193150539131Smrg
193250539131Smrg
1933ded1caa4Smrg
1934414cce6aSmrg  # Find a good install program.  We prefer a C program (faster),
1935ded1caa4Smrg# so one script is as good as another.  But avoid the broken or
1936ded1caa4Smrg# incompatible versions:
1937ded1caa4Smrg# SysV /etc/install, /usr/sbin/install
1938ded1caa4Smrg# SunOS /usr/etc/install
1939ded1caa4Smrg# IRIX /sbin/install
1940ded1caa4Smrg# AIX /bin/install
1941ded1caa4Smrg# AmigaOS /C/install, which installs bootblocks on floppy discs
1942ded1caa4Smrg# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1943ded1caa4Smrg# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1944ded1caa4Smrg# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1945ded1caa4Smrg# OS/2's system install, which has a completely different semantic
1946ded1caa4Smrg# ./install, which can be erroneously created by make from ./install.sh.
194750539131Smrg# Reject install programs that cannot install multiple files.
1948414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
1949414cce6aSmrgprintf %s "checking for a BSD-compatible install... " >&6; }
1950ded1caa4Smrgif test -z "$INSTALL"; then
1951414cce6aSmrgif test ${ac_cv_path_install+y}
1952414cce6aSmrgthen :
1953414cce6aSmrg  printf %s "(cached) " >&6
1954414cce6aSmrgelse $as_nop
1955ded1caa4Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1956ded1caa4Smrgfor as_dir in $PATH
1957ded1caa4Smrgdo
1958ded1caa4Smrg  IFS=$as_save_IFS
1959414cce6aSmrg  case $as_dir in #(((
1960414cce6aSmrg    '') as_dir=./ ;;
1961414cce6aSmrg    */) ;;
1962414cce6aSmrg    *) as_dir=$as_dir/ ;;
1963414cce6aSmrg  esac
1964414cce6aSmrg    # Account for fact that we put trailing slashes in our PATH walk.
1965414cce6aSmrgcase $as_dir in #((
1966414cce6aSmrg  ./ | /[cC]/* | \
1967ded1caa4Smrg  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
196844d8e951Smrg  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1969ded1caa4Smrg  /usr/ucb/* ) ;;
1970ded1caa4Smrg  *)
1971ded1caa4Smrg    # OSF1 and SCO ODT 3.0 have their own names for install.
1972ded1caa4Smrg    # Don't use installbsd from OSF since it installs stuff as root
1973ded1caa4Smrg    # by default.
1974ded1caa4Smrg    for ac_prog in ginstall scoinst install; do
1975ded1caa4Smrg      for ac_exec_ext in '' $ac_executable_extensions; do
1976414cce6aSmrg	if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then
1977ded1caa4Smrg	  if test $ac_prog = install &&
1978414cce6aSmrg	    grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1979ded1caa4Smrg	    # AIX install.  It has an incompatible calling convention.
1980ded1caa4Smrg	    :
1981ded1caa4Smrg	  elif test $ac_prog = install &&
1982414cce6aSmrg	    grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1983ded1caa4Smrg	    # program-specific install script used by HP pwplus--don't use.
1984ded1caa4Smrg	    :
1985ded1caa4Smrg	  else
198650539131Smrg	    rm -rf conftest.one conftest.two conftest.dir
198750539131Smrg	    echo one > conftest.one
198850539131Smrg	    echo two > conftest.two
198950539131Smrg	    mkdir conftest.dir
1990414cce6aSmrg	    if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" &&
199150539131Smrg	      test -s conftest.one && test -s conftest.two &&
199250539131Smrg	      test -s conftest.dir/conftest.one &&
199350539131Smrg	      test -s conftest.dir/conftest.two
199450539131Smrg	    then
1995414cce6aSmrg	      ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c"
199650539131Smrg	      break 3
199750539131Smrg	    fi
1998ded1caa4Smrg	  fi
1999ded1caa4Smrg	fi
2000ded1caa4Smrg      done
2001ded1caa4Smrg    done
2002ded1caa4Smrg    ;;
2003ded1caa4Smrgesac
200450539131Smrg
200544d8e951Smrg  done
200650539131SmrgIFS=$as_save_IFS
2007ded1caa4Smrg
200850539131Smrgrm -rf conftest.one conftest.two conftest.dir
2009ded1caa4Smrg
2010ded1caa4Smrgfi
2011414cce6aSmrg  if test ${ac_cv_path_install+y}; then
2012ded1caa4Smrg    INSTALL=$ac_cv_path_install
2013ded1caa4Smrg  else
201450539131Smrg    # As a last resort, use the slow shell script.  Don't cache a
201550539131Smrg    # value for INSTALL within a source directory, because that will
2016ded1caa4Smrg    # break other packages using the cache if that directory is
201750539131Smrg    # removed, or if the value is a relative name.
2018ded1caa4Smrg    INSTALL=$ac_install_sh
2019ded1caa4Smrg  fi
2020ded1caa4Smrgfi
2021414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2022414cce6aSmrgprintf "%s\n" "$INSTALL" >&6; }
2023ded1caa4Smrg
2024ded1caa4Smrg# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2025ded1caa4Smrg# It thinks the first close brace ends the variable substitution.
2026ded1caa4Smrgtest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2027ded1caa4Smrg
2028ded1caa4Smrgtest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2029ded1caa4Smrg
2030ded1caa4Smrgtest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2031ded1caa4Smrg
2032414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2033414cce6aSmrgprintf %s "checking whether build environment is sane... " >&6; }
203450539131Smrg# Reject unsafe characters in $srcdir or the absolute working directory
203550539131Smrg# name.  Accept space and tab only in the latter.
203650539131Smrgam_lf='
203750539131Smrg'
203850539131Smrgcase `pwd` in
203950539131Smrg  *[\\\"\#\$\&\'\`$am_lf]*)
204044d8e951Smrg    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
204150539131Smrgesac
204250539131Smrgcase $srcdir in
204350539131Smrg  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
2044414cce6aSmrg    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
204550539131Smrgesac
204650539131Smrg
2047414cce6aSmrg# Do 'set' in a subshell so we don't clobber the current shell's
2048ded1caa4Smrg# arguments.  Must try -L first in case configure is actually a
2049ded1caa4Smrg# symlink; some systems play weird games with the mod time of symlinks
2050ded1caa4Smrg# (eg FreeBSD returns the mod time of the symlink's containing
2051ded1caa4Smrg# directory).
2052ded1caa4Smrgif (
2053414cce6aSmrg   am_has_slept=no
2054414cce6aSmrg   for am_try in 1 2; do
2055414cce6aSmrg     echo "timestamp, slept: $am_has_slept" > conftest.file
2056414cce6aSmrg     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2057414cce6aSmrg     if test "$*" = "X"; then
2058414cce6aSmrg	# -L didn't work.
2059414cce6aSmrg	set X `ls -t "$srcdir/configure" conftest.file`
2060414cce6aSmrg     fi
2061414cce6aSmrg     if test "$*" != "X $srcdir/configure conftest.file" \
2062414cce6aSmrg	&& test "$*" != "X conftest.file $srcdir/configure"; then
2063414cce6aSmrg
2064414cce6aSmrg	# If neither matched, then we have a broken ls.  This can happen
2065414cce6aSmrg	# if, for instance, CONFIG_SHELL is bash and it inherits a
2066414cce6aSmrg	# broken ls alias from the environment.  This has actually
2067414cce6aSmrg	# happened.  Such a system could not be considered "sane".
2068414cce6aSmrg	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2069414cce6aSmrg  alias in your environment" "$LINENO" 5
2070414cce6aSmrg     fi
2071414cce6aSmrg     if test "$2" = conftest.file || test $am_try -eq 2; then
2072414cce6aSmrg       break
2073414cce6aSmrg     fi
2074414cce6aSmrg     # Just in case.
2075414cce6aSmrg     sleep 1
2076414cce6aSmrg     am_has_slept=yes
2077414cce6aSmrg   done
2078ded1caa4Smrg   test "$2" = conftest.file
2079ded1caa4Smrg   )
2080ded1caa4Smrgthen
2081ded1caa4Smrg   # Ok.
2082ded1caa4Smrg   :
2083ded1caa4Smrgelse
208444d8e951Smrg   as_fn_error $? "newly created file is older than distributed files!
208544d8e951SmrgCheck your system clock" "$LINENO" 5
2086ded1caa4Smrgfi
2087414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2088414cce6aSmrgprintf "%s\n" "yes" >&6; }
2089414cce6aSmrg# If we didn't sleep, we still need to ensure time stamps of config.status and
2090414cce6aSmrg# generated files are strictly newer.
2091414cce6aSmrgam_sleep_pid=
2092414cce6aSmrgif grep 'slept: no' conftest.file >/dev/null 2>&1; then
2093414cce6aSmrg  ( sleep 1 ) &
2094414cce6aSmrg  am_sleep_pid=$!
2095414cce6aSmrgfi
2096414cce6aSmrg
2097414cce6aSmrgrm -f conftest.file
2098414cce6aSmrg
2099ded1caa4Smrgtest "$program_prefix" != NONE &&
210050539131Smrg  program_transform_name="s&^&$program_prefix&;$program_transform_name"
2101ded1caa4Smrg# Use a double $ so make ignores it.
2102ded1caa4Smrgtest "$program_suffix" != NONE &&
210350539131Smrg  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
210450539131Smrg# Double any \ or $.
2105ded1caa4Smrg# By default was `s,x,x', remove it if useless.
210650539131Smrgac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2107414cce6aSmrgprogram_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"`
2108ded1caa4Smrg
2109ded1caa4Smrg
2110414cce6aSmrg# Expand $ac_aux_dir to an absolute path.
2111414cce6aSmrgam_aux_dir=`cd "$ac_aux_dir" && pwd`
2112414cce6aSmrg
2113414cce6aSmrg
2114414cce6aSmrg  if test x"${MISSING+set}" != xset; then
2115414cce6aSmrg  MISSING="\${SHELL} '$am_aux_dir/missing'"
211650539131Smrgfi
2117ded1caa4Smrg# Use eval to expand $SHELL
2118414cce6aSmrgif eval "$MISSING --is-lightweight"; then
2119414cce6aSmrg  am_missing_run="$MISSING "
2120ded1caa4Smrgelse
2121ded1caa4Smrg  am_missing_run=
2122414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2123414cce6aSmrgprintf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
212450539131Smrgfi
212550539131Smrg
2126414cce6aSmrgif test x"${install_sh+set}" != xset; then
212750539131Smrg  case $am_aux_dir in
212850539131Smrg  *\ * | *\	*)
212950539131Smrg    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
213050539131Smrg  *)
213150539131Smrg    install_sh="\${SHELL} $am_aux_dir/install-sh"
213250539131Smrg  esac
213350539131Smrgfi
213450539131Smrg
2135414cce6aSmrg# Installed binaries are usually stripped using 'strip' when the user
2136414cce6aSmrg# run "make install-strip".  However 'strip' might not be the right
213750539131Smrg# tool to use in cross-compilation environments, therefore Automake
2138414cce6aSmrg# will honor the 'STRIP' environment variable to overrule this program.
213950539131Smrgif test "$cross_compiling" != no; then
214050539131Smrg  if test -n "$ac_tool_prefix"; then
214150539131Smrg  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
214250539131Smrgset dummy ${ac_tool_prefix}strip; ac_word=$2
2143414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2144414cce6aSmrgprintf %s "checking for $ac_word... " >&6; }
2145414cce6aSmrgif test ${ac_cv_prog_STRIP+y}
2146414cce6aSmrgthen :
2147414cce6aSmrg  printf %s "(cached) " >&6
2148414cce6aSmrgelse $as_nop
214950539131Smrg  if test -n "$STRIP"; then
215050539131Smrg  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
215150539131Smrgelse
215250539131Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
215350539131Smrgfor as_dir in $PATH
215450539131Smrgdo
215550539131Smrg  IFS=$as_save_IFS
2156414cce6aSmrg  case $as_dir in #(((
2157414cce6aSmrg    '') as_dir=./ ;;
2158414cce6aSmrg    */) ;;
2159414cce6aSmrg    *) as_dir=$as_dir/ ;;
2160414cce6aSmrg  esac
216144d8e951Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
2162414cce6aSmrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
216350539131Smrg    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2164414cce6aSmrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
216550539131Smrg    break 2
216650539131Smrg  fi
216750539131Smrgdone
216844d8e951Smrg  done
216950539131SmrgIFS=$as_save_IFS
217050539131Smrg
217150539131Smrgfi
217250539131Smrgfi
217350539131SmrgSTRIP=$ac_cv_prog_STRIP
217450539131Smrgif test -n "$STRIP"; then
2175414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2176414cce6aSmrgprintf "%s\n" "$STRIP" >&6; }
217750539131Smrgelse
2178414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2179414cce6aSmrgprintf "%s\n" "no" >&6; }
218050539131Smrgfi
218150539131Smrg
218250539131Smrg
218350539131Smrgfi
218450539131Smrgif test -z "$ac_cv_prog_STRIP"; then
218550539131Smrg  ac_ct_STRIP=$STRIP
218650539131Smrg  # Extract the first word of "strip", so it can be a program name with args.
218750539131Smrgset dummy strip; ac_word=$2
2188414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2189414cce6aSmrgprintf %s "checking for $ac_word... " >&6; }
2190414cce6aSmrgif test ${ac_cv_prog_ac_ct_STRIP+y}
2191414cce6aSmrgthen :
2192414cce6aSmrg  printf %s "(cached) " >&6
2193414cce6aSmrgelse $as_nop
219450539131Smrg  if test -n "$ac_ct_STRIP"; then
219550539131Smrg  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
219650539131Smrgelse
219750539131Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
219850539131Smrgfor as_dir in $PATH
219950539131Smrgdo
220050539131Smrg  IFS=$as_save_IFS
2201414cce6aSmrg  case $as_dir in #(((
2202414cce6aSmrg    '') as_dir=./ ;;
2203414cce6aSmrg    */) ;;
2204414cce6aSmrg    *) as_dir=$as_dir/ ;;
2205414cce6aSmrg  esac
220644d8e951Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
2207414cce6aSmrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
220850539131Smrg    ac_cv_prog_ac_ct_STRIP="strip"
2209414cce6aSmrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
221050539131Smrg    break 2
221150539131Smrg  fi
221250539131Smrgdone
221344d8e951Smrg  done
221450539131SmrgIFS=$as_save_IFS
221550539131Smrg
221650539131Smrgfi
221750539131Smrgfi
221850539131Smrgac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
221950539131Smrgif test -n "$ac_ct_STRIP"; then
2220414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2221414cce6aSmrgprintf "%s\n" "$ac_ct_STRIP" >&6; }
222250539131Smrgelse
2223414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2224414cce6aSmrgprintf "%s\n" "no" >&6; }
222550539131Smrgfi
222650539131Smrg
222750539131Smrg  if test "x$ac_ct_STRIP" = x; then
222850539131Smrg    STRIP=":"
222950539131Smrg  else
223050539131Smrg    case $cross_compiling:$ac_tool_warned in
223150539131Smrgyes:)
2232414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2233414cce6aSmrgprintf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
223450539131Smrgac_tool_warned=yes ;;
223550539131Smrgesac
223650539131Smrg    STRIP=$ac_ct_STRIP
223750539131Smrg  fi
223850539131Smrgelse
223950539131Smrg  STRIP="$ac_cv_prog_STRIP"
224050539131Smrgfi
224150539131Smrg
224250539131Smrgfi
224350539131SmrgINSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
224450539131Smrg
2245414cce6aSmrg
2246414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5
2247414cce6aSmrgprintf %s "checking for a race-free mkdir -p... " >&6; }
224850539131Smrgif test -z "$MKDIR_P"; then
2249414cce6aSmrg  if test ${ac_cv_path_mkdir+y}
2250414cce6aSmrgthen :
2251414cce6aSmrg  printf %s "(cached) " >&6
2252414cce6aSmrgelse $as_nop
225350539131Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
225450539131Smrgfor as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
225550539131Smrgdo
225650539131Smrg  IFS=$as_save_IFS
2257414cce6aSmrg  case $as_dir in #(((
2258414cce6aSmrg    '') as_dir=./ ;;
2259414cce6aSmrg    */) ;;
2260414cce6aSmrg    *) as_dir=$as_dir/ ;;
2261414cce6aSmrg  esac
226244d8e951Smrg    for ac_prog in mkdir gmkdir; do
226350539131Smrg	 for ac_exec_ext in '' $ac_executable_extensions; do
2264414cce6aSmrg	   as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue
2265414cce6aSmrg	   case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #(
2266414cce6aSmrg	     'mkdir ('*'coreutils) '* | \
2267414cce6aSmrg	     'BusyBox '* | \
226850539131Smrg	     'mkdir (fileutils) '4.1*)
2269414cce6aSmrg	       ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext
227050539131Smrg	       break 3;;
227150539131Smrg	   esac
227250539131Smrg	 done
227350539131Smrg       done
227444d8e951Smrg  done
227550539131SmrgIFS=$as_save_IFS
227650539131Smrg
227750539131Smrgfi
227850539131Smrg
227944d8e951Smrg  test -d ./--version && rmdir ./--version
2280414cce6aSmrg  if test ${ac_cv_path_mkdir+y}; then
228150539131Smrg    MKDIR_P="$ac_cv_path_mkdir -p"
228250539131Smrg  else
228350539131Smrg    # As a last resort, use the slow shell script.  Don't cache a
228450539131Smrg    # value for MKDIR_P within a source directory, because that will
228550539131Smrg    # break other packages using the cache if that directory is
228650539131Smrg    # removed, or if the value is a relative name.
228750539131Smrg    MKDIR_P="$ac_install_sh -d"
228850539131Smrg  fi
2289ded1caa4Smrgfi
2290414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2291414cce6aSmrgprintf "%s\n" "$MKDIR_P" >&6; }
2292ded1caa4Smrg
2293ded1caa4Smrgfor ac_prog in gawk mawk nawk awk
2294ded1caa4Smrgdo
2295ded1caa4Smrg  # Extract the first word of "$ac_prog", so it can be a program name with args.
2296ded1caa4Smrgset dummy $ac_prog; ac_word=$2
2297414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2298414cce6aSmrgprintf %s "checking for $ac_word... " >&6; }
2299414cce6aSmrgif test ${ac_cv_prog_AWK+y}
2300414cce6aSmrgthen :
2301414cce6aSmrg  printf %s "(cached) " >&6
2302414cce6aSmrgelse $as_nop
2303ded1caa4Smrg  if test -n "$AWK"; then
2304ded1caa4Smrg  ac_cv_prog_AWK="$AWK" # Let the user override the test.
2305ded1caa4Smrgelse
2306ded1caa4Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2307ded1caa4Smrgfor as_dir in $PATH
2308ded1caa4Smrgdo
2309ded1caa4Smrg  IFS=$as_save_IFS
2310414cce6aSmrg  case $as_dir in #(((
2311414cce6aSmrg    '') as_dir=./ ;;
2312414cce6aSmrg    */) ;;
2313414cce6aSmrg    *) as_dir=$as_dir/ ;;
2314414cce6aSmrg  esac
231544d8e951Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
2316414cce6aSmrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
2317ded1caa4Smrg    ac_cv_prog_AWK="$ac_prog"
2318414cce6aSmrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
2319ded1caa4Smrg    break 2
2320ded1caa4Smrg  fi
2321ded1caa4Smrgdone
232244d8e951Smrg  done
232350539131SmrgIFS=$as_save_IFS
2324ded1caa4Smrg
2325ded1caa4Smrgfi
2326ded1caa4Smrgfi
2327ded1caa4SmrgAWK=$ac_cv_prog_AWK
2328ded1caa4Smrgif test -n "$AWK"; then
2329414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2330414cce6aSmrgprintf "%s\n" "$AWK" >&6; }
2331ded1caa4Smrgelse
2332414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2333414cce6aSmrgprintf "%s\n" "no" >&6; }
2334ded1caa4Smrgfi
2335ded1caa4Smrg
233650539131Smrg
2337ded1caa4Smrg  test -n "$AWK" && break
2338ded1caa4Smrgdone
2339ded1caa4Smrg
2340414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2341414cce6aSmrgprintf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
234250539131Smrgset x ${MAKE-make}
2343414cce6aSmrgac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2344414cce6aSmrgif eval test \${ac_cv_prog_make_${ac_make}_set+y}
2345414cce6aSmrgthen :
2346414cce6aSmrg  printf %s "(cached) " >&6
2347414cce6aSmrgelse $as_nop
2348ded1caa4Smrg  cat >conftest.make <<\_ACEOF
234950539131SmrgSHELL = /bin/sh
2350ded1caa4Smrgall:
235150539131Smrg	@echo '@@@%%%=$(MAKE)=@@@%%%'
2352ded1caa4Smrg_ACEOF
235344d8e951Smrg# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
235450539131Smrgcase `${MAKE-make} -f conftest.make 2>/dev/null` in
235550539131Smrg  *@@@%%%=?*=@@@%%%*)
235650539131Smrg    eval ac_cv_prog_make_${ac_make}_set=yes;;
235750539131Smrg  *)
235850539131Smrg    eval ac_cv_prog_make_${ac_make}_set=no;;
235950539131Smrgesac
2360ded1caa4Smrgrm -f conftest.make
2361ded1caa4Smrgfi
236250539131Smrgif eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2363414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2364414cce6aSmrgprintf "%s\n" "yes" >&6; }
2365ded1caa4Smrg  SET_MAKE=
2366ded1caa4Smrgelse
2367414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2368414cce6aSmrgprintf "%s\n" "no" >&6; }
2369ded1caa4Smrg  SET_MAKE="MAKE=${MAKE-make}"
2370ded1caa4Smrgfi
2371ded1caa4Smrg
2372ded1caa4Smrgrm -rf .tst 2>/dev/null
2373ded1caa4Smrgmkdir .tst 2>/dev/null
2374ded1caa4Smrgif test -d .tst; then
2375ded1caa4Smrg  am__leading_dot=.
2376ded1caa4Smrgelse
2377ded1caa4Smrg  am__leading_dot=_
2378ded1caa4Smrgfi
2379ded1caa4Smrgrmdir .tst 2>/dev/null
2380ded1caa4Smrg
2381414cce6aSmrg# Check whether --enable-silent-rules was given.
2382414cce6aSmrgif test ${enable_silent_rules+y}
2383414cce6aSmrgthen :
2384414cce6aSmrg  enableval=$enable_silent_rules;
2385414cce6aSmrgfi
2386414cce6aSmrg
2387414cce6aSmrgcase $enable_silent_rules in # (((
2388414cce6aSmrg  yes) AM_DEFAULT_VERBOSITY=0;;
2389414cce6aSmrg   no) AM_DEFAULT_VERBOSITY=1;;
2390414cce6aSmrg    *) AM_DEFAULT_VERBOSITY=1;;
2391414cce6aSmrgesac
2392414cce6aSmrgam_make=${MAKE-make}
2393414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2394414cce6aSmrgprintf %s "checking whether $am_make supports nested variables... " >&6; }
2395414cce6aSmrgif test ${am_cv_make_support_nested_variables+y}
2396414cce6aSmrgthen :
2397414cce6aSmrg  printf %s "(cached) " >&6
2398414cce6aSmrgelse $as_nop
2399414cce6aSmrg  if printf "%s\n" 'TRUE=$(BAR$(V))
2400414cce6aSmrgBAR0=false
2401414cce6aSmrgBAR1=true
2402414cce6aSmrgV=1
2403414cce6aSmrgam__doit:
2404414cce6aSmrg	@$(TRUE)
2405414cce6aSmrg.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2406414cce6aSmrg  am_cv_make_support_nested_variables=yes
2407414cce6aSmrgelse
2408414cce6aSmrg  am_cv_make_support_nested_variables=no
2409414cce6aSmrgfi
2410414cce6aSmrgfi
2411414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2412414cce6aSmrgprintf "%s\n" "$am_cv_make_support_nested_variables" >&6; }
2413414cce6aSmrgif test $am_cv_make_support_nested_variables = yes; then
2414414cce6aSmrg    AM_V='$(V)'
2415414cce6aSmrg  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2416414cce6aSmrgelse
2417414cce6aSmrg  AM_V=$AM_DEFAULT_VERBOSITY
2418414cce6aSmrg  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2419414cce6aSmrgfi
2420414cce6aSmrgAM_BACKSLASH='\'
2421414cce6aSmrg
242250539131Smrgif test "`cd $srcdir && pwd`" != "`pwd`"; then
242350539131Smrg  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
242450539131Smrg  # is not polluted with repeated "-I."
242550539131Smrg  am__isrc=' -I$(srcdir)'
242650539131Smrg  # test to see if srcdir already configured
242750539131Smrg  if test -f $srcdir/config.status; then
242844d8e951Smrg    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
242950539131Smrg  fi
2430ded1caa4Smrgfi
2431ded1caa4Smrg
2432ded1caa4Smrg# test whether we have cygpath
2433ded1caa4Smrgif test -z "$CYGPATH_W"; then
2434ded1caa4Smrg  if (cygpath --version) >/dev/null 2>/dev/null; then
2435ded1caa4Smrg    CYGPATH_W='cygpath -w'
2436ded1caa4Smrg  else
2437ded1caa4Smrg    CYGPATH_W=echo
2438ded1caa4Smrg  fi
2439ded1caa4Smrgfi
2440ded1caa4Smrg
2441ded1caa4Smrg
2442ded1caa4Smrg# Define the identity of the package.
2443ded1caa4Smrg PACKAGE='font-bitstream-75dpi'
2444414cce6aSmrg VERSION='1.0.4'
2445ded1caa4Smrg
2446ded1caa4Smrg
2447414cce6aSmrgprintf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
2448ded1caa4Smrg
2449ded1caa4Smrg
2450414cce6aSmrgprintf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h
2451ded1caa4Smrg
2452ded1caa4Smrg# Some tools Automake needs.
2453ded1caa4Smrg
2454ded1caa4SmrgACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2455ded1caa4Smrg
2456ded1caa4Smrg
2457ded1caa4SmrgAUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2458ded1caa4Smrg
2459ded1caa4Smrg
2460ded1caa4SmrgAUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2461ded1caa4Smrg
2462ded1caa4Smrg
2463ded1caa4SmrgAUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2464ded1caa4Smrg
2465ded1caa4Smrg
2466ded1caa4SmrgMAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2467ded1caa4Smrg
2468414cce6aSmrg# For better backward compatibility.  To be removed once Automake 1.9.x
2469414cce6aSmrg# dies out for good.  For more background, see:
2470414cce6aSmrg# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2471414cce6aSmrg# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2472414cce6aSmrgmkdir_p='$(MKDIR_P)'
2473ded1caa4Smrg
2474414cce6aSmrg# We need awk for the "check" target (and possibly the TAP driver).  The
2475414cce6aSmrg# system "awk" is bad on some platforms.
2476414cce6aSmrg# Always define AMTAR for backward compatibility.  Yes, it's still used
2477414cce6aSmrg# in the wild :-(  We should find a proper way to deprecate it ...
2478414cce6aSmrgAMTAR='$${TAR-tar}'
2479ded1caa4Smrg
2480ded1caa4Smrg
2481414cce6aSmrg# We'll loop over all known methods to create a tar archive until one works.
2482414cce6aSmrg_am_tools='gnutar  pax cpio none'
248350539131Smrg
2484414cce6aSmrgam__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
248550539131Smrg
248650539131Smrg
248750539131Smrg
248850539131Smrg
2489414cce6aSmrg
2490414cce6aSmrg# Variables for tags utilities; see am/tags.am
2491414cce6aSmrgif test -z "$CTAGS"; then
2492414cce6aSmrg  CTAGS=ctags
249350539131Smrgfi
249450539131Smrg
2495414cce6aSmrgif test -z "$ETAGS"; then
2496414cce6aSmrg  ETAGS=etags
249750539131Smrgfi
249850539131Smrg
2499414cce6aSmrgif test -z "$CSCOPE"; then
2500414cce6aSmrg  CSCOPE=cscope
2501414cce6aSmrgfi
250250539131Smrg
250350539131Smrg
250450539131Smrg
2505414cce6aSmrg# POSIX will say in a future version that running "rm -f" with no argument
2506414cce6aSmrg# is OK; and we want to be able to make that assumption in our Makefile
2507414cce6aSmrg# recipes.  So use an aggressive probe to check that the usage we want is
2508414cce6aSmrg# actually supported "in the wild" to an acceptable degree.
2509414cce6aSmrg# See automake bug#10828.
2510414cce6aSmrg# To make any issue more visible, cause the running configure to be aborted
2511414cce6aSmrg# by default if the 'rm' program in use doesn't match our expectations; the
2512414cce6aSmrg# user can still override this though.
2513414cce6aSmrgif rm -f && rm -fr && rm -rf; then : OK; else
2514414cce6aSmrg  cat >&2 <<'END'
2515414cce6aSmrgOops!
251650539131Smrg
2517414cce6aSmrgYour 'rm' program seems unable to run without file operands specified
2518414cce6aSmrgon the command line, even when the '-f' option is present.  This is contrary
2519414cce6aSmrgto the behaviour of most rm programs out there, and not conforming with
2520414cce6aSmrgthe upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
252150539131Smrg
2522414cce6aSmrgPlease tell bug-automake@gnu.org about your system, including the value
2523414cce6aSmrgof your $PATH and any error possibly output before this message.  This
2524414cce6aSmrgcan help us improve future automake versions.
252550539131Smrg
2526414cce6aSmrgEND
2527414cce6aSmrg  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
2528414cce6aSmrg    echo 'Configuration will proceed anyway, since you have set the' >&2
2529414cce6aSmrg    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
2530414cce6aSmrg    echo >&2
2531414cce6aSmrg  else
2532414cce6aSmrg    cat >&2 <<'END'
2533414cce6aSmrgAborting the configuration process, to ensure you take notice of the issue.
253450539131Smrg
2535414cce6aSmrgYou can download and install GNU coreutils to get an 'rm' implementation
2536414cce6aSmrgthat behaves properly: <https://www.gnu.org/software/coreutils/>.
253750539131Smrg
2538414cce6aSmrgIf you want to complete the configuration process using your problematic
2539414cce6aSmrg'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
2540414cce6aSmrgto "yes", and re-run configure.
254150539131Smrg
2542414cce6aSmrgEND
2543414cce6aSmrg    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
2544414cce6aSmrg  fi
2545414cce6aSmrgfi
254650539131Smrg
254750539131Smrg
2548414cce6aSmrg# Require xorg-macros 1.20 or later: XORG_DEFAULT_NOCODE_OPTIONS
254950539131Smrg
255050539131Smrg
255150539131Smrg
255250539131Smrg
255350539131Smrg
255450539131Smrg
255550539131Smrg
255650539131Smrg
255750539131Smrg
255850539131Smrg
255950539131Smrg
256050539131Smrg
256150539131Smrg
256250539131Smrg
256350539131Smrg
256450539131Smrg
256550539131Smrg
256650539131Smrg
256744d8e951Smrgif test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
256844d8e951Smrg	if test -n "$ac_tool_prefix"; then
256944d8e951Smrg  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
257044d8e951Smrgset dummy ${ac_tool_prefix}pkg-config; ac_word=$2
2571414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2572414cce6aSmrgprintf %s "checking for $ac_word... " >&6; }
2573414cce6aSmrgif test ${ac_cv_path_PKG_CONFIG+y}
2574414cce6aSmrgthen :
2575414cce6aSmrg  printf %s "(cached) " >&6
2576414cce6aSmrgelse $as_nop
257744d8e951Smrg  case $PKG_CONFIG in
257844d8e951Smrg  [\\/]* | ?:[\\/]*)
257944d8e951Smrg  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
258044d8e951Smrg  ;;
258144d8e951Smrg  *)
258244d8e951Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
258344d8e951Smrgfor as_dir in $PATH
258450539131Smrgdo
258544d8e951Smrg  IFS=$as_save_IFS
2586414cce6aSmrg  case $as_dir in #(((
2587414cce6aSmrg    '') as_dir=./ ;;
2588414cce6aSmrg    */) ;;
2589414cce6aSmrg    *) as_dir=$as_dir/ ;;
2590414cce6aSmrg  esac
259144d8e951Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
2592414cce6aSmrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
2593414cce6aSmrg    ac_cv_path_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext"
2594414cce6aSmrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
259544d8e951Smrg    break 2
259644d8e951Smrg  fi
259744d8e951Smrgdone
259844d8e951Smrg  done
259944d8e951SmrgIFS=$as_save_IFS
260044d8e951Smrg
260144d8e951Smrg  ;;
260250539131Smrgesac
260344d8e951Smrgfi
260444d8e951SmrgPKG_CONFIG=$ac_cv_path_PKG_CONFIG
260544d8e951Smrgif test -n "$PKG_CONFIG"; then
2606414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
2607414cce6aSmrgprintf "%s\n" "$PKG_CONFIG" >&6; }
260850539131Smrgelse
2609414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2610414cce6aSmrgprintf "%s\n" "no" >&6; }
261150539131Smrgfi
261250539131Smrg
261350539131Smrg
261450539131Smrgfi
261544d8e951Smrgif test -z "$ac_cv_path_PKG_CONFIG"; then
261644d8e951Smrg  ac_pt_PKG_CONFIG=$PKG_CONFIG
261744d8e951Smrg  # Extract the first word of "pkg-config", so it can be a program name with args.
261844d8e951Smrgset dummy pkg-config; ac_word=$2
2619414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2620414cce6aSmrgprintf %s "checking for $ac_word... " >&6; }
2621414cce6aSmrgif test ${ac_cv_path_ac_pt_PKG_CONFIG+y}
2622414cce6aSmrgthen :
2623414cce6aSmrg  printf %s "(cached) " >&6
2624414cce6aSmrgelse $as_nop
262544d8e951Smrg  case $ac_pt_PKG_CONFIG in
262644d8e951Smrg  [\\/]* | ?:[\\/]*)
262744d8e951Smrg  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
262844d8e951Smrg  ;;
262950539131Smrg  *)
263044d8e951Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
263144d8e951Smrgfor as_dir in $PATH
263244d8e951Smrgdo
263344d8e951Smrg  IFS=$as_save_IFS
2634414cce6aSmrg  case $as_dir in #(((
2635414cce6aSmrg    '') as_dir=./ ;;
2636414cce6aSmrg    */) ;;
2637414cce6aSmrg    *) as_dir=$as_dir/ ;;
2638414cce6aSmrg  esac
263944d8e951Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
2640414cce6aSmrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
2641414cce6aSmrg    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext"
2642414cce6aSmrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
264344d8e951Smrg    break 2
264444d8e951Smrg  fi
264544d8e951Smrgdone
264644d8e951Smrg  done
264744d8e951SmrgIFS=$as_save_IFS
264850539131Smrg
264944d8e951Smrg  ;;
265044d8e951Smrgesac
265144d8e951Smrgfi
265244d8e951Smrgac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
265344d8e951Smrgif test -n "$ac_pt_PKG_CONFIG"; then
2654414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
2655414cce6aSmrgprintf "%s\n" "$ac_pt_PKG_CONFIG" >&6; }
265644d8e951Smrgelse
2657414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2658414cce6aSmrgprintf "%s\n" "no" >&6; }
265944d8e951Smrgfi
266050539131Smrg
266144d8e951Smrg  if test "x$ac_pt_PKG_CONFIG" = x; then
266244d8e951Smrg    PKG_CONFIG=""
266344d8e951Smrg  else
266444d8e951Smrg    case $cross_compiling:$ac_tool_warned in
266544d8e951Smrgyes:)
2666414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2667414cce6aSmrgprintf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
266844d8e951Smrgac_tool_warned=yes ;;
266944d8e951Smrgesac
267044d8e951Smrg    PKG_CONFIG=$ac_pt_PKG_CONFIG
267144d8e951Smrg  fi
267244d8e951Smrgelse
267344d8e951Smrg  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
267444d8e951Smrgfi
267550539131Smrg
267644d8e951Smrgfi
267744d8e951Smrgif test -n "$PKG_CONFIG"; then
267844d8e951Smrg	_pkg_min_version=0.9.0
2679414cce6aSmrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
2680414cce6aSmrgprintf %s "checking pkg-config is at least version $_pkg_min_version... " >&6; }
268144d8e951Smrg	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
2682414cce6aSmrg		{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2683414cce6aSmrgprintf "%s\n" "yes" >&6; }
268444d8e951Smrg	else
2685414cce6aSmrg		{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2686414cce6aSmrgprintf "%s\n" "no" >&6; }
268744d8e951Smrg		PKG_CONFIG=""
268844d8e951Smrg	fi
268944d8e951Smrgfi
269050539131Smrg
2691414cce6aSmrg
2692414cce6aSmrg  # Make sure we can run config.sub.
2693414cce6aSmrg$SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 ||
2694414cce6aSmrg  as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5
2695414cce6aSmrg
2696414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2697414cce6aSmrgprintf %s "checking build system type... " >&6; }
2698414cce6aSmrgif test ${ac_cv_build+y}
2699414cce6aSmrgthen :
2700414cce6aSmrg  printf %s "(cached) " >&6
2701414cce6aSmrgelse $as_nop
270250539131Smrg  ac_build_alias=$build_alias
270350539131Smrgtest "x$ac_build_alias" = x &&
2704414cce6aSmrg  ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"`
270550539131Smrgtest "x$ac_build_alias" = x &&
270644d8e951Smrg  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2707414cce6aSmrgac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` ||
2708414cce6aSmrg  as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5
270950539131Smrg
271050539131Smrgfi
2711414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2712414cce6aSmrgprintf "%s\n" "$ac_cv_build" >&6; }
271350539131Smrgcase $ac_cv_build in
271450539131Smrg*-*-*) ;;
271544d8e951Smrg*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
271650539131Smrgesac
271750539131Smrgbuild=$ac_cv_build
271850539131Smrgac_save_IFS=$IFS; IFS='-'
271950539131Smrgset x $ac_cv_build
272050539131Smrgshift
272150539131Smrgbuild_cpu=$1
272250539131Smrgbuild_vendor=$2
272350539131Smrgshift; shift
272450539131Smrg# Remember, the first character of IFS is used to create $*,
272550539131Smrg# except with old shells:
272650539131Smrgbuild_os=$*
272750539131SmrgIFS=$ac_save_IFS
272850539131Smrgcase $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
272950539131Smrg
273050539131Smrg
2731414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2732414cce6aSmrgprintf %s "checking host system type... " >&6; }
2733414cce6aSmrgif test ${ac_cv_host+y}
2734414cce6aSmrgthen :
2735414cce6aSmrg  printf %s "(cached) " >&6
2736414cce6aSmrgelse $as_nop
273750539131Smrg  if test "x$host_alias" = x; then
273850539131Smrg  ac_cv_host=$ac_cv_build
273950539131Smrgelse
2740414cce6aSmrg  ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` ||
2741414cce6aSmrg    as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5
274250539131Smrgfi
274350539131Smrg
274450539131Smrgfi
2745414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2746414cce6aSmrgprintf "%s\n" "$ac_cv_host" >&6; }
274750539131Smrgcase $ac_cv_host in
274850539131Smrg*-*-*) ;;
274944d8e951Smrg*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
275050539131Smrgesac
275150539131Smrghost=$ac_cv_host
275250539131Smrgac_save_IFS=$IFS; IFS='-'
275350539131Smrgset x $ac_cv_host
275450539131Smrgshift
275550539131Smrghost_cpu=$1
275650539131Smrghost_vendor=$2
275750539131Smrgshift; shift
275850539131Smrg# Remember, the first character of IFS is used to create $*,
275950539131Smrg# except with old shells:
276050539131Smrghost_os=$*
276150539131SmrgIFS=$ac_save_IFS
276250539131Smrgcase $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
276350539131Smrg
276450539131Smrg
2765414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2766414cce6aSmrgprintf %s "checking for a sed that does not truncate output... " >&6; }
2767414cce6aSmrgif test ${ac_cv_path_SED+y}
2768414cce6aSmrgthen :
2769414cce6aSmrg  printf %s "(cached) " >&6
2770414cce6aSmrgelse $as_nop
277144d8e951Smrg            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
277244d8e951Smrg     for ac_i in 1 2 3 4 5 6 7; do
277344d8e951Smrg       ac_script="$ac_script$as_nl$ac_script"
277444d8e951Smrg     done
277544d8e951Smrg     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
277644d8e951Smrg     { ac_script=; unset ac_script;}
277744d8e951Smrg     if test -z "$SED"; then
277844d8e951Smrg  ac_path_SED_found=false
277944d8e951Smrg  # Loop through the user's path and test for each of PROGNAME-LIST
278044d8e951Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
278144d8e951Smrgfor as_dir in $PATH
278244d8e951Smrgdo
278344d8e951Smrg  IFS=$as_save_IFS
2784414cce6aSmrg  case $as_dir in #(((
2785414cce6aSmrg    '') as_dir=./ ;;
2786414cce6aSmrg    */) ;;
2787414cce6aSmrg    *) as_dir=$as_dir/ ;;
2788414cce6aSmrg  esac
2789414cce6aSmrg    for ac_prog in sed gsed
2790414cce6aSmrg   do
279144d8e951Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
2792414cce6aSmrg      ac_path_SED="$as_dir$ac_prog$ac_exec_ext"
2793414cce6aSmrg      as_fn_executable_p "$ac_path_SED" || continue
279444d8e951Smrg# Check for GNU ac_path_SED and select it if it is found.
279544d8e951Smrg  # Check for GNU $ac_path_SED
279644d8e951Smrgcase `"$ac_path_SED" --version 2>&1` in
279744d8e951Smrg*GNU*)
279844d8e951Smrg  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
279944d8e951Smrg*)
280044d8e951Smrg  ac_count=0
2801414cce6aSmrg  printf %s 0123456789 >"conftest.in"
280244d8e951Smrg  while :
280344d8e951Smrg  do
280444d8e951Smrg    cat "conftest.in" "conftest.in" >"conftest.tmp"
280544d8e951Smrg    mv "conftest.tmp" "conftest.in"
280644d8e951Smrg    cp "conftest.in" "conftest.nl"
2807414cce6aSmrg    printf "%s\n" '' >> "conftest.nl"
280844d8e951Smrg    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
280944d8e951Smrg    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
281044d8e951Smrg    as_fn_arith $ac_count + 1 && ac_count=$as_val
281144d8e951Smrg    if test $ac_count -gt ${ac_path_SED_max-0}; then
281244d8e951Smrg      # Best one so far, save it but keep looking for a better one
281344d8e951Smrg      ac_cv_path_SED="$ac_path_SED"
281444d8e951Smrg      ac_path_SED_max=$ac_count
281544d8e951Smrg    fi
281644d8e951Smrg    # 10*(2^10) chars as input seems more than enough
281744d8e951Smrg    test $ac_count -gt 10 && break
281844d8e951Smrg  done
281944d8e951Smrg  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
282044d8e951Smrgesac
282144d8e951Smrg
282244d8e951Smrg      $ac_path_SED_found && break 3
282344d8e951Smrg    done
282444d8e951Smrg  done
282544d8e951Smrg  done
282644d8e951SmrgIFS=$as_save_IFS
282744d8e951Smrg  if test -z "$ac_cv_path_SED"; then
282844d8e951Smrg    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
282944d8e951Smrg  fi
283044d8e951Smrgelse
283144d8e951Smrg  ac_cv_path_SED=$SED
283244d8e951Smrgfi
283344d8e951Smrg
283444d8e951Smrgfi
2835414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2836414cce6aSmrgprintf "%s\n" "$ac_cv_path_SED" >&6; }
283744d8e951Smrg SED="$ac_cv_path_SED"
283844d8e951Smrg  rm -f conftest.sed
283944d8e951Smrg
284044d8e951Smrg
284150539131Smrg
284250539131Smrg
284350539131Smrg
284450539131Smrgcat >>confdefs.h <<_ACEOF
284550539131Smrg#define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1`
284650539131Smrg_ACEOF
284750539131Smrg
284850539131Smrg	PVM=`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1`
284950539131Smrg	if test "x$PVM" = "x"; then
285050539131Smrg		PVM="0"
285150539131Smrg	fi
285250539131Smrg
2853414cce6aSmrgprintf "%s\n" "#define PACKAGE_VERSION_MINOR $PVM" >>confdefs.h
285450539131Smrg
285550539131Smrg	PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1`
285650539131Smrg	if test "x$PVP" = "x"; then
285750539131Smrg		PVP="0"
285850539131Smrg	fi
285950539131Smrg
2860414cce6aSmrgprintf "%s\n" "#define PACKAGE_VERSION_PATCHLEVEL $PVP" >>confdefs.h
286150539131Smrg
286250539131Smrg
286350539131Smrg
2864414cce6aSmrgCHANGELOG_CMD="((GIT_DIR=\$(top_srcdir)/.git git log > \$(top_srcdir)/.changelog.tmp) 2>/dev/null && \
286544d8e951Smrgmv \$(top_srcdir)/.changelog.tmp \$(top_srcdir)/ChangeLog) \
2866414cce6aSmrg|| (rm -f \$(top_srcdir)/.changelog.tmp; test -e \$(top_srcdir)/ChangeLog || ( \
2867414cce6aSmrgtouch \$(top_srcdir)/ChangeLog; \
2868414cce6aSmrgecho 'git failed to create ChangeLog: installing empty ChangeLog.' >&2))"
286950539131Smrg
287044d8e951Smrg
287144d8e951Smrg
287244d8e951Smrg
287344d8e951Smrgmacros_datadir=`$PKG_CONFIG --print-errors --variable=pkgdatadir xorg-macros`
287444d8e951SmrgINSTALL_CMD="(cp -f "$macros_datadir/INSTALL" \$(top_srcdir)/.INSTALL.tmp && \
287544d8e951Smrgmv \$(top_srcdir)/.INSTALL.tmp \$(top_srcdir)/INSTALL) \
2876414cce6aSmrg|| (rm -f \$(top_srcdir)/.INSTALL.tmp; test -e \$(top_srcdir)/INSTALL || ( \
2877414cce6aSmrgtouch \$(top_srcdir)/INSTALL; \
2878414cce6aSmrgecho 'failed to copy INSTALL from util-macros: installing empty INSTALL.' >&2))"
287944d8e951Smrg
288050539131Smrg
288150539131Smrg
288250539131Smrg
288350539131Smrg
288450539131Smrg
2885414cce6aSmrgcase $host_os in
2886414cce6aSmrg    solaris*)
2887414cce6aSmrg        # Solaris 2.0 - 11.3 use SysV man page section numbers, so we
2888414cce6aSmrg        # check for a man page file found in later versions that use
2889414cce6aSmrg        # traditional section numbers instead
2890414cce6aSmrg        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for /usr/share/man/man7/attributes.7" >&5
2891414cce6aSmrgprintf %s "checking for /usr/share/man/man7/attributes.7... " >&6; }
2892414cce6aSmrgif test ${ac_cv_file__usr_share_man_man7_attributes_7+y}
2893414cce6aSmrgthen :
2894414cce6aSmrg  printf %s "(cached) " >&6
2895414cce6aSmrgelse $as_nop
2896414cce6aSmrg  test "$cross_compiling" = yes &&
2897414cce6aSmrg  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
2898414cce6aSmrgif test -r "/usr/share/man/man7/attributes.7"; then
2899414cce6aSmrg  ac_cv_file__usr_share_man_man7_attributes_7=yes
2900414cce6aSmrgelse
2901414cce6aSmrg  ac_cv_file__usr_share_man_man7_attributes_7=no
2902414cce6aSmrgfi
2903414cce6aSmrgfi
2904414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_man_man7_attributes_7" >&5
2905414cce6aSmrgprintf "%s\n" "$ac_cv_file__usr_share_man_man7_attributes_7" >&6; }
2906414cce6aSmrgif test "x$ac_cv_file__usr_share_man_man7_attributes_7" = xyes
2907414cce6aSmrgthen :
2908414cce6aSmrg  SYSV_MAN_SECTIONS=false
2909414cce6aSmrgelse $as_nop
2910414cce6aSmrg  SYSV_MAN_SECTIONS=true
2911414cce6aSmrgfi
2912414cce6aSmrg
2913414cce6aSmrg        ;;
2914414cce6aSmrg    *) SYSV_MAN_SECTIONS=false ;;
2915414cce6aSmrgesac
2916414cce6aSmrg
291750539131Smrgif test x$APP_MAN_SUFFIX = x    ; then
291850539131Smrg    APP_MAN_SUFFIX=1
291950539131Smrgfi
292050539131Smrgif test x$APP_MAN_DIR = x    ; then
292150539131Smrg    APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)'
2922ded1caa4Smrgfi
2923ded1caa4Smrg
292450539131Smrgif test x$LIB_MAN_SUFFIX = x    ; then
292550539131Smrg    LIB_MAN_SUFFIX=3
292650539131Smrgfi
292750539131Smrgif test x$LIB_MAN_DIR = x    ; then
292850539131Smrg    LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)'
292950539131Smrgfi
293050539131Smrg
293150539131Smrgif test x$FILE_MAN_SUFFIX = x    ; then
2932414cce6aSmrg    case $SYSV_MAN_SECTIONS in
2933414cce6aSmrg	true)				FILE_MAN_SUFFIX=4  ;;
2934414cce6aSmrg	*)				FILE_MAN_SUFFIX=5  ;;
293550539131Smrg    esac
293650539131Smrgfi
293750539131Smrgif test x$FILE_MAN_DIR = x    ; then
293850539131Smrg    FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)'
293950539131Smrgfi
294050539131Smrg
294150539131Smrgif test x$MISC_MAN_SUFFIX = x    ; then
2942414cce6aSmrg    case $SYSV_MAN_SECTIONS in
2943414cce6aSmrg	true)				MISC_MAN_SUFFIX=5  ;;
2944414cce6aSmrg	*)				MISC_MAN_SUFFIX=7  ;;
294550539131Smrg    esac
294650539131Smrgfi
294750539131Smrgif test x$MISC_MAN_DIR = x    ; then
294850539131Smrg    MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)'
294950539131Smrgfi
295050539131Smrg
295150539131Smrgif test x$DRIVER_MAN_SUFFIX = x    ; then
2952414cce6aSmrg    case $SYSV_MAN_SECTIONS in
2953414cce6aSmrg	true)				DRIVER_MAN_SUFFIX=7  ;;
2954414cce6aSmrg	*)				DRIVER_MAN_SUFFIX=4  ;;
295550539131Smrg    esac
295650539131Smrgfi
295750539131Smrgif test x$DRIVER_MAN_DIR = x    ; then
295850539131Smrg    DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)'
295950539131Smrgfi
296050539131Smrg
296150539131Smrgif test x$ADMIN_MAN_SUFFIX = x    ; then
2962414cce6aSmrg    case $SYSV_MAN_SECTIONS in
2963414cce6aSmrg	true)				ADMIN_MAN_SUFFIX=1m ;;
2964414cce6aSmrg	*)				ADMIN_MAN_SUFFIX=8  ;;
296550539131Smrg    esac
296650539131Smrgfi
296750539131Smrgif test x$ADMIN_MAN_DIR = x    ; then
296850539131Smrg    ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)'
296950539131Smrgfi
297050539131Smrg
297150539131Smrg
297250539131Smrg
297350539131Smrg
297450539131Smrg
297550539131Smrg
297650539131Smrg
297750539131Smrg
297850539131Smrg
297950539131Smrg
298050539131Smrg
298150539131Smrg
298250539131Smrg
298350539131Smrg
2984ded1caa4Smrg
298544d8e951SmrgXORG_MAN_PAGE="X Version 11"
2986ded1caa4Smrg
298744d8e951SmrgMAN_SUBSTS="\
298844d8e951Smrg	-e 's|__vendorversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \
298944d8e951Smrg	-e 's|__xorgversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \
299044d8e951Smrg	-e 's|__xservername__|Xorg|g' \
299144d8e951Smrg	-e 's|__xconfigfile__|xorg.conf|g' \
299244d8e951Smrg	-e 's|__projectroot__|\$(prefix)|g' \
299344d8e951Smrg	-e 's|__apploaddir__|\$(appdefaultdir)|g' \
299444d8e951Smrg	-e 's|__appmansuffix__|\$(APP_MAN_SUFFIX)|g' \
299544d8e951Smrg	-e 's|__drivermansuffix__|\$(DRIVER_MAN_SUFFIX)|g' \
299644d8e951Smrg	-e 's|__adminmansuffix__|\$(ADMIN_MAN_SUFFIX)|g' \
299744d8e951Smrg	-e 's|__libmansuffix__|\$(LIB_MAN_SUFFIX)|g' \
299844d8e951Smrg	-e 's|__miscmansuffix__|\$(MISC_MAN_SUFFIX)|g' \
299944d8e951Smrg	-e 's|__filemansuffix__|\$(FILE_MAN_SUFFIX)|g'"
3000ded1caa4Smrg
3001ded1caa4Smrg
3002ded1caa4Smrg
300344d8e951Smrg# Check whether --enable-silent-rules was given.
3004414cce6aSmrgif test ${enable_silent_rules+y}
3005414cce6aSmrgthen :
300644d8e951Smrg  enableval=$enable_silent_rules;
3007ded1caa4Smrgfi
300850539131Smrg
3009414cce6aSmrgcase $enable_silent_rules in # (((
3010414cce6aSmrg  yes) AM_DEFAULT_VERBOSITY=0;;
3011414cce6aSmrg   no) AM_DEFAULT_VERBOSITY=1;;
3012414cce6aSmrg    *) AM_DEFAULT_VERBOSITY=0;;
301344d8e951Smrgesac
3014414cce6aSmrgam_make=${MAKE-make}
3015414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3016414cce6aSmrgprintf %s "checking whether $am_make supports nested variables... " >&6; }
3017414cce6aSmrgif test ${am_cv_make_support_nested_variables+y}
3018414cce6aSmrgthen :
3019414cce6aSmrg  printf %s "(cached) " >&6
3020414cce6aSmrgelse $as_nop
3021414cce6aSmrg  if printf "%s\n" 'TRUE=$(BAR$(V))
3022414cce6aSmrgBAR0=false
3023414cce6aSmrgBAR1=true
3024414cce6aSmrgV=1
3025414cce6aSmrgam__doit:
3026414cce6aSmrg	@$(TRUE)
3027414cce6aSmrg.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3028414cce6aSmrg  am_cv_make_support_nested_variables=yes
3029414cce6aSmrgelse
3030414cce6aSmrg  am_cv_make_support_nested_variables=no
3031414cce6aSmrgfi
3032414cce6aSmrgfi
3033414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3034414cce6aSmrgprintf "%s\n" "$am_cv_make_support_nested_variables" >&6; }
3035414cce6aSmrgif test $am_cv_make_support_nested_variables = yes; then
3036414cce6aSmrg    AM_V='$(V)'
3037414cce6aSmrg  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3038414cce6aSmrgelse
3039414cce6aSmrg  AM_V=$AM_DEFAULT_VERBOSITY
3040414cce6aSmrg  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3041414cce6aSmrgfi
304244d8e951SmrgAM_BACKSLASH='\'
304344d8e951Smrg
304444d8e951Smrg
304544d8e951Smrg
3046414cce6aSmrg# Require X.Org's font util macros 1.4 or later for COMPRESS_FLAGS
304750539131Smrg
304850539131Smrg
304950539131Smrg
3050ded1caa4Smrg
3051ded1caa4Smrg
305250539131Smrg
3053ded1caa4Smrg
305450539131Smrg
305550539131Smrg
305650539131Smrg
305750539131Smrg
305850539131Smrg
305950539131Smrg
306044d8e951Smrg
306144d8e951Smrg
3062414cce6aSmrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for root directory for font files" >&5
3063414cce6aSmrgprintf %s "checking for root directory for font files... " >&6; }
306450539131Smrg
306550539131Smrg# Check whether --with-fontrootdir was given.
3066414cce6aSmrgif test ${with_fontrootdir+y}
3067414cce6aSmrgthen :
306850539131Smrg  withval=$with_fontrootdir; FONTROOTDIR="$withval"
306950539131Smrgfi
307050539131Smrg
307150539131Smrg	# if --with-fontrootdir not specified...
307250539131Smrg	if test "x${FONTROOTDIR}" = "x"; then
307350539131Smrg		FONTROOTDIR=`$PKG_CONFIG --variable=fontrootdir fontutil`
307450539131Smrg	fi
307550539131Smrg	# ...and if pkg-config didn't find fontdir in fontutil.pc...
307650539131Smrg	if test "x${FONTROOTDIR}" = "x"; then
307750539131Smrg		FONTROOTDIR="${datadir}/fonts/X11"
307850539131Smrg	fi
307950539131Smrg
3080414cce6aSmrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${FONTROOTDIR}" >&5
3081414cce6aSmrgprintf "%s\n" "${FONTROOTDIR}" >&6; }
308250539131Smrg
308350539131Smrg
308450539131Smrg
308550539131Smrg
3086414cce6aSmrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for directory for 75dpi files" >&5
3087414cce6aSmrgprintf %s "checking for directory for 75dpi files... " >&6; }
308850539131Smrg
308950539131Smrg# Check whether --with-fontdir was given.
3090414cce6aSmrgif test ${with_fontdir+y}
3091414cce6aSmrgthen :
309250539131Smrg  withval=$with_fontdir; FONTDIR="${withval}"
3093414cce6aSmrgelse $as_nop
309450539131Smrg  FONTDIR='${FONTROOTDIR}/75dpi'
309550539131Smrgfi
309650539131Smrg
309750539131Smrg
3098414cce6aSmrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${FONTDIR}" >&5
3099414cce6aSmrgprintf "%s\n" "${FONTDIR}" >&6; }
310050539131Smrg
3101ded1caa4Smrg
310250539131Smrg
310350539131Smrg
310450539131Smrg	# Extract the first word of "fc-cache", so it can be a program name with args.
310550539131Smrgset dummy fc-cache; ac_word=$2
3106414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3107414cce6aSmrgprintf %s "checking for $ac_word... " >&6; }
3108414cce6aSmrgif test ${ac_cv_path_FCCACHE+y}
3109414cce6aSmrgthen :
3110414cce6aSmrg  printf %s "(cached) " >&6
3111414cce6aSmrgelse $as_nop
311250539131Smrg  case $FCCACHE in
311350539131Smrg  [\\/]* | ?:[\\/]*)
311450539131Smrg  ac_cv_path_FCCACHE="$FCCACHE" # Let the user override the test with a path.
311550539131Smrg  ;;
311650539131Smrg  *)
311750539131Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
311850539131Smrgfor as_dir in $PATH
311950539131Smrgdo
312050539131Smrg  IFS=$as_save_IFS
3121414cce6aSmrg  case $as_dir in #(((
3122414cce6aSmrg    '') as_dir=./ ;;
3123414cce6aSmrg    */) ;;
3124414cce6aSmrg    *) as_dir=$as_dir/ ;;
3125414cce6aSmrg  esac
312644d8e951Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
3127414cce6aSmrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3128414cce6aSmrg    ac_cv_path_FCCACHE="$as_dir$ac_word$ac_exec_ext"
3129414cce6aSmrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
313050539131Smrg    break 2
313150539131Smrg  fi
313250539131Smrgdone
313344d8e951Smrg  done
313450539131SmrgIFS=$as_save_IFS
313550539131Smrg
313650539131Smrg  ;;
313750539131Smrgesac
313850539131Smrgfi
313950539131SmrgFCCACHE=$ac_cv_path_FCCACHE
314050539131Smrgif test -n "$FCCACHE"; then
3141414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FCCACHE" >&5
3142414cce6aSmrgprintf "%s\n" "$FCCACHE" >&6; }
3143ded1caa4Smrgelse
3144414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3145414cce6aSmrgprintf "%s\n" "no" >&6; }
3146ded1caa4Smrgfi
3147ded1caa4Smrg
314850539131Smrg
314950539131Smrg	FCCACHE_WARN='echo "** Warning: fonts.cache not built" ; echo "** Generate this file manually on host system using fc-cache"'
3150414cce6aSmrg	if test x"$FCCACHE" = x || test x"$cross_compiling" != x"no" ; then
315150539131Smrg		RUN_FCCACHE="${FCCACHE_WARN}"
315250539131Smrg	else
315350539131Smrg		RUN_FCCACHE='@(if test -z "$(DESTDIR)"; then echo $(FCCACHE) $(fontdir); $(FCCACHE) $(fontdir); else'
315450539131Smrg		RUN_FCCACHE="${RUN_FCCACHE} ${FCCACHE_WARN} ; fi)"
315550539131Smrg	fi
315650539131Smrg
315750539131Smrg
315850539131Smrg
3159414cce6aSmrg	if test x"$cross_compiling" != x"no" ; then
3160414cce6aSmrg		# Extract the first word of "mkfontdir", so it can be a program name with args.
3161ded1caa4Smrgset dummy mkfontdir; ac_word=$2
3162414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3163414cce6aSmrgprintf %s "checking for $ac_word... " >&6; }
3164414cce6aSmrgif test ${ac_cv_path_MKFONTDIR+y}
3165414cce6aSmrgthen :
3166414cce6aSmrg  printf %s "(cached) " >&6
3167414cce6aSmrgelse $as_nop
3168414cce6aSmrg  case $MKFONTDIR in
3169414cce6aSmrg  [\\/]* | ?:[\\/]*)
3170414cce6aSmrg  ac_cv_path_MKFONTDIR="$MKFONTDIR" # Let the user override the test with a path.
3171414cce6aSmrg  ;;
3172414cce6aSmrg  *)
3173414cce6aSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3174414cce6aSmrgfor as_dir in $PATH
3175414cce6aSmrgdo
3176414cce6aSmrg  IFS=$as_save_IFS
3177414cce6aSmrg  case $as_dir in #(((
3178414cce6aSmrg    '') as_dir=./ ;;
3179414cce6aSmrg    */) ;;
3180414cce6aSmrg    *) as_dir=$as_dir/ ;;
3181414cce6aSmrg  esac
3182414cce6aSmrg    for ac_exec_ext in '' $ac_executable_extensions; do
3183414cce6aSmrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3184414cce6aSmrg    ac_cv_path_MKFONTDIR="$as_dir$ac_word$ac_exec_ext"
3185414cce6aSmrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3186414cce6aSmrg    break 2
3187414cce6aSmrg  fi
3188414cce6aSmrgdone
3189414cce6aSmrg  done
3190414cce6aSmrgIFS=$as_save_IFS
3191414cce6aSmrg
3192414cce6aSmrg  test -z "$ac_cv_path_MKFONTDIR" && ac_cv_path_MKFONTDIR=""""
3193414cce6aSmrg  ;;
3194414cce6aSmrgesac
3195414cce6aSmrgfi
3196414cce6aSmrgMKFONTDIR=$ac_cv_path_MKFONTDIR
3197414cce6aSmrgif test -n "$MKFONTDIR"; then
3198414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKFONTDIR" >&5
3199414cce6aSmrgprintf "%s\n" "$MKFONTDIR" >&6; }
3200ded1caa4Smrgelse
3201414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3202414cce6aSmrgprintf "%s\n" "no" >&6; }
3203414cce6aSmrgfi
3204414cce6aSmrg
3205414cce6aSmrg
3206414cce6aSmrg		MKFONTDIR_WARN='echo "** Warning: mkfontdir not run" ; echo "** Run mkfontdir manually on host system"'
3207414cce6aSmrg
3208414cce6aSmrg		if test x"$MKFONTDIR" = x; then
3209414cce6aSmrg			MKFONTDIR="${MKFONTDIR_WARN} ; echo '** mkfontdir'"
3210414cce6aSmrg		fi
3211414cce6aSmrg	else
3212414cce6aSmrg
3213414cce6aSmrg	# Extract the first word of "mkfontdir", so it can be a program name with args.
3214414cce6aSmrgset dummy mkfontdir; ac_word=$2
3215414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3216414cce6aSmrgprintf %s "checking for $ac_word... " >&6; }
3217414cce6aSmrgif test ${ac_cv_path_MKFONTDIR+y}
3218414cce6aSmrgthen :
3219414cce6aSmrg  printf %s "(cached) " >&6
3220414cce6aSmrgelse $as_nop
3221ded1caa4Smrg  case $MKFONTDIR in
3222ded1caa4Smrg  [\\/]* | ?:[\\/]*)
3223ded1caa4Smrg  ac_cv_path_MKFONTDIR="$MKFONTDIR" # Let the user override the test with a path.
3224ded1caa4Smrg  ;;
3225ded1caa4Smrg  *)
3226ded1caa4Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3227ded1caa4Smrgfor as_dir in $PATH
3228ded1caa4Smrgdo
3229ded1caa4Smrg  IFS=$as_save_IFS
3230414cce6aSmrg  case $as_dir in #(((
3231414cce6aSmrg    '') as_dir=./ ;;
3232414cce6aSmrg    */) ;;
3233414cce6aSmrg    *) as_dir=$as_dir/ ;;
3234414cce6aSmrg  esac
323544d8e951Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
3236414cce6aSmrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3237414cce6aSmrg    ac_cv_path_MKFONTDIR="$as_dir$ac_word$ac_exec_ext"
3238414cce6aSmrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3239ded1caa4Smrg    break 2
3240ded1caa4Smrg  fi
3241ded1caa4Smrgdone
324244d8e951Smrg  done
324350539131SmrgIFS=$as_save_IFS
3244ded1caa4Smrg
3245ded1caa4Smrg  ;;
3246ded1caa4Smrgesac
3247ded1caa4Smrgfi
3248ded1caa4SmrgMKFONTDIR=$ac_cv_path_MKFONTDIR
3249ded1caa4Smrgif test -n "$MKFONTDIR"; then
3250414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKFONTDIR" >&5
3251414cce6aSmrgprintf "%s\n" "$MKFONTDIR" >&6; }
3252ded1caa4Smrgelse
3253414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3254414cce6aSmrgprintf "%s\n" "no" >&6; }
3255ded1caa4Smrgfi
3256ded1caa4Smrg
3257ded1caa4Smrg
325844d8e951Smrg	if test x"$MKFONTDIR" = x; then
325944d8e951Smrg		as_fn_error $? "mkfontdir is required to build $PACKAGE_NAME." "$LINENO" 5
326050539131Smrg	fi
3261ded1caa4Smrg
3262414cce6aSmrg	fi
3263414cce6aSmrg
3264414cce6aSmrg
3265414cce6aSmrg
3266ded1caa4Smrg
3267ded1caa4Smrg
326850539131Smrg	# Extract the first word of "bdftopcf", so it can be a program name with args.
326950539131Smrgset dummy bdftopcf; ac_word=$2
3270414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3271414cce6aSmrgprintf %s "checking for $ac_word... " >&6; }
3272414cce6aSmrgif test ${ac_cv_path_BDFTOPCF+y}
3273414cce6aSmrgthen :
3274414cce6aSmrg  printf %s "(cached) " >&6
3275414cce6aSmrgelse $as_nop
327650539131Smrg  case $BDFTOPCF in
327750539131Smrg  [\\/]* | ?:[\\/]*)
327850539131Smrg  ac_cv_path_BDFTOPCF="$BDFTOPCF" # Let the user override the test with a path.
327950539131Smrg  ;;
328050539131Smrg  *)
328150539131Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
328250539131Smrgfor as_dir in $PATH
328350539131Smrgdo
328450539131Smrg  IFS=$as_save_IFS
3285414cce6aSmrg  case $as_dir in #(((
3286414cce6aSmrg    '') as_dir=./ ;;
3287414cce6aSmrg    */) ;;
3288414cce6aSmrg    *) as_dir=$as_dir/ ;;
3289414cce6aSmrg  esac
329044d8e951Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
3291414cce6aSmrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3292414cce6aSmrg    ac_cv_path_BDFTOPCF="$as_dir$ac_word$ac_exec_ext"
3293414cce6aSmrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
329450539131Smrg    break 2
329550539131Smrg  fi
329650539131Smrgdone
329744d8e951Smrg  done
329850539131SmrgIFS=$as_save_IFS
329950539131Smrg
330050539131Smrg  ;;
330150539131Smrgesac
330250539131Smrgfi
330350539131SmrgBDFTOPCF=$ac_cv_path_BDFTOPCF
330450539131Smrgif test -n "$BDFTOPCF"; then
3305414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $BDFTOPCF" >&5
3306414cce6aSmrgprintf "%s\n" "$BDFTOPCF" >&6; }
3307ded1caa4Smrgelse
3308414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3309414cce6aSmrgprintf "%s\n" "no" >&6; }
331050539131Smrgfi
331150539131Smrg
3312ded1caa4Smrg
331344d8e951Smrg	if test x"$BDFTOPCF" = x; then
331444d8e951Smrg		as_fn_error $? "bdftopcf is required to build $PACKAGE_NAME." "$LINENO" 5
331550539131Smrg	fi
3316ded1caa4Smrg
3317ded1caa4Smrg
3318414cce6aSmrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking font compression method" >&5
3319414cce6aSmrgprintf %s "checking font compression method... " >&6; }
3320ded1caa4Smrg
332150539131Smrg# Check whether --with-compression was given.
3322414cce6aSmrgif test ${with_compression+y}
3323414cce6aSmrgthen :
332450539131Smrg  withval=$with_compression; compression="$withval"
3325414cce6aSmrgelse $as_nop
332650539131Smrg  compression="yes"
332750539131Smrgfi
332850539131Smrg
332950539131Smrg	if test x"$compression" = "xyes" ; then
333050539131Smrg		compression="gzip"
333150539131Smrg	fi
3332414cce6aSmrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${compression}" >&5
3333414cce6aSmrgprintf "%s\n" "${compression}" >&6; }
333450539131Smrg	case ${compression} in
333550539131Smrg	 *compress)	COMPRESS_SUFFIX=".Z" ;;
3336414cce6aSmrg	 *gzip)		COMPRESS_SUFFIX=".gz" ;
3337414cce6aSmrg			COMPRESS_FLAGS="${COMPRESS_FLAGS--n}" ;;
333850539131Smrg	 *bzip2)	COMPRESS_SUFFIX=".bz2" ;;
333950539131Smrg	 no|none)	COMPRESS_SUFFIX="" ; COMPRESS="cat" ;;
334044d8e951Smrg	 *) as_fn_error $? "${compression} is not a supported compression method" "$LINENO" 5 ;;
334150539131Smrg	esac
334250539131Smrg	if test x"$COMPRESS_SUFFIX" != "x" ; then
334350539131Smrg
334450539131Smrg	# Extract the first word of "${compression}", so it can be a program name with args.
334550539131Smrgset dummy ${compression}; ac_word=$2
3346414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3347414cce6aSmrgprintf %s "checking for $ac_word... " >&6; }
3348414cce6aSmrgif test ${ac_cv_path_COMPRESS+y}
3349414cce6aSmrgthen :
3350414cce6aSmrg  printf %s "(cached) " >&6
3351414cce6aSmrgelse $as_nop
335250539131Smrg  case $COMPRESS in
335350539131Smrg  [\\/]* | ?:[\\/]*)
335450539131Smrg  ac_cv_path_COMPRESS="$COMPRESS" # Let the user override the test with a path.
335550539131Smrg  ;;
335650539131Smrg  *)
335750539131Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
335850539131Smrgfor as_dir in $PATH
335950539131Smrgdo
336050539131Smrg  IFS=$as_save_IFS
3361414cce6aSmrg  case $as_dir in #(((
3362414cce6aSmrg    '') as_dir=./ ;;
3363414cce6aSmrg    */) ;;
3364414cce6aSmrg    *) as_dir=$as_dir/ ;;
3365414cce6aSmrg  esac
336644d8e951Smrg    for ac_exec_ext in '' $ac_executable_extensions; do
3367414cce6aSmrg  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3368414cce6aSmrg    ac_cv_path_COMPRESS="$as_dir$ac_word$ac_exec_ext"
3369414cce6aSmrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
337050539131Smrg    break 2
337150539131Smrg  fi
337250539131Smrgdone
337344d8e951Smrg  done
337450539131SmrgIFS=$as_save_IFS
337550539131Smrg
337650539131Smrg  ;;
337750539131Smrgesac
337850539131Smrgfi
337950539131SmrgCOMPRESS=$ac_cv_path_COMPRESS
338050539131Smrgif test -n "$COMPRESS"; then
3381414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $COMPRESS" >&5
3382414cce6aSmrgprintf "%s\n" "$COMPRESS" >&6; }
338350539131Smrgelse
3384414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3385414cce6aSmrgprintf "%s\n" "no" >&6; }
338650539131Smrgfi
338750539131Smrg
338850539131Smrg
338944d8e951Smrg	if test x"$COMPRESS" = x; then
339044d8e951Smrg		as_fn_error $? "${compression} is required to build $PACKAGE_NAME." "$LINENO" 5
339150539131Smrg	fi
339250539131Smrg
3393ded1caa4Smrg	fi
3394414cce6aSmrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking options to font compression command" >&5
3395414cce6aSmrgprintf %s "checking options to font compression command... " >&6; }
3396414cce6aSmrg	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${COMPRESS_FLAGS:-none}" >&5
3397414cce6aSmrgprintf "%s\n" "${COMPRESS_FLAGS:-none}" >&6; }
3398414cce6aSmrg
3399ded1caa4Smrg
3400ded1caa4Smrg
340150539131Smrg
340250539131Smrg
340350539131Smrgac_config_files="$ac_config_files Makefile"
340450539131Smrg
3405ded1caa4Smrgcat >confcache <<\_ACEOF
3406ded1caa4Smrg# This file is a shell script that caches the results of configure
3407ded1caa4Smrg# tests run on this system so they can be shared between configure
3408ded1caa4Smrg# scripts and configure runs, see configure's option --config-cache.
3409ded1caa4Smrg# It is not useful on other systems.  If it contains results you don't
3410ded1caa4Smrg# want to keep, you may remove or edit it.
3411ded1caa4Smrg#
3412ded1caa4Smrg# config.status only pays attention to the cache file if you give it
3413ded1caa4Smrg# the --recheck option to rerun configure.
3414ded1caa4Smrg#
3415ded1caa4Smrg# `ac_cv_env_foo' variables (set or unset) will be overridden when
3416ded1caa4Smrg# loading this file, other *unset* `ac_cv_foo' will be assigned the
3417ded1caa4Smrg# following values.
3418ded1caa4Smrg
3419ded1caa4Smrg_ACEOF
3420ded1caa4Smrg
3421ded1caa4Smrg# The following way of writing the cache mishandles newlines in values,
3422ded1caa4Smrg# but we know of no workaround that is simple, portable, and efficient.
342350539131Smrg# So, we kill variables containing newlines.
3424ded1caa4Smrg# Ultrix sh set writes to stderr and can't be redirected directly,
3425ded1caa4Smrg# and sets the high bit in the cache file unless we assign to the vars.
342650539131Smrg(
342750539131Smrg  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
342850539131Smrg    eval ac_val=\$$ac_var
342950539131Smrg    case $ac_val in #(
343050539131Smrg    *${as_nl}*)
343150539131Smrg      case $ac_var in #(
3432414cce6aSmrg      *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3433414cce6aSmrgprintf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
343450539131Smrg      esac
343550539131Smrg      case $ac_var in #(
343650539131Smrg      _ | IFS | as_nl) ;; #(
343750539131Smrg      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
343844d8e951Smrg      *) { eval $ac_var=; unset $ac_var;} ;;
343950539131Smrg      esac ;;
344050539131Smrg    esac
344150539131Smrg  done
344250539131Smrg
3443ded1caa4Smrg  (set) 2>&1 |
344450539131Smrg    case $as_nl`(ac_space=' '; set) 2>&1` in #(
344550539131Smrg    *${as_nl}ac_space=\ *)
344644d8e951Smrg      # `set' does not quote correctly, so add quotes: double-quote
344744d8e951Smrg      # substitution turns \\\\ into \\, and sed turns \\ into \.
3448ded1caa4Smrg      sed -n \
3449ded1caa4Smrg	"s/'/'\\\\''/g;
3450ded1caa4Smrg	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
345150539131Smrg      ;; #(
3452ded1caa4Smrg    *)
3453ded1caa4Smrg      # `set' quotes correctly as required by POSIX, so do not add quotes.
345450539131Smrg      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3455ded1caa4Smrg      ;;
345650539131Smrg    esac |
345750539131Smrg    sort
345850539131Smrg) |
3459ded1caa4Smrg  sed '
346050539131Smrg     /^ac_cv_env_/b end
3461ded1caa4Smrg     t clear
346250539131Smrg     :clear
3463414cce6aSmrg     s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/
3464ded1caa4Smrg     t end
346550539131Smrg     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
346650539131Smrg     :end' >>confcache
346750539131Smrgif diff "$cache_file" confcache >/dev/null 2>&1; then :; else
346850539131Smrg  if test -w "$cache_file"; then
346944d8e951Smrg    if test "x$cache_file" != "x/dev/null"; then
3470414cce6aSmrg      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3471414cce6aSmrgprintf "%s\n" "$as_me: updating cache $cache_file" >&6;}
347244d8e951Smrg      if test ! -f "$cache_file" || test -h "$cache_file"; then
347344d8e951Smrg	cat confcache >"$cache_file"
347444d8e951Smrg      else
347544d8e951Smrg        case $cache_file in #(
347644d8e951Smrg        */* | ?:*)
347744d8e951Smrg	  mv -f confcache "$cache_file"$$ &&
347844d8e951Smrg	  mv -f "$cache_file"$$ "$cache_file" ;; #(
347944d8e951Smrg        *)
348044d8e951Smrg	  mv -f confcache "$cache_file" ;;
348144d8e951Smrg	esac
348244d8e951Smrg      fi
348344d8e951Smrg    fi
3484ded1caa4Smrg  else
3485414cce6aSmrg    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3486414cce6aSmrgprintf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}
3487ded1caa4Smrg  fi
3488ded1caa4Smrgfi
3489ded1caa4Smrgrm -f confcache
3490ded1caa4Smrg
3491ded1caa4Smrgtest "x$prefix" = xNONE && prefix=$ac_default_prefix
3492ded1caa4Smrg# Let make expand exec_prefix.
3493ded1caa4Smrgtest "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3494ded1caa4Smrg
3495ded1caa4Smrg# Transform confdefs.h into DEFS.
3496ded1caa4Smrg# Protect against shell expansion while executing Makefile rules.
3497ded1caa4Smrg# Protect against Makefile macro expansion.
3498ded1caa4Smrg#
3499ded1caa4Smrg# If the first sed substitution is executed (which looks for macros that
350050539131Smrg# take arguments), then branch to the quote section.  Otherwise,
3501ded1caa4Smrg# look for a macro that doesn't take arguments.
350250539131Smrgac_script='
350350539131Smrg:mline
350450539131Smrg/\\$/{
350550539131Smrg N
350650539131Smrg s,\\\n,,
350750539131Smrg b mline
350850539131Smrg}
3509ded1caa4Smrgt clear
351050539131Smrg:clear
351150539131Smrgs/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
3512ded1caa4Smrgt quote
351350539131Smrgs/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
3514ded1caa4Smrgt quote
351550539131Smrgb any
351650539131Smrg:quote
351750539131Smrgs/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
351850539131Smrgs/\[/\\&/g
351950539131Smrgs/\]/\\&/g
352050539131Smrgs/\$/$$/g
352150539131SmrgH
352250539131Smrg:any
352350539131Smrg${
352450539131Smrg	g
352550539131Smrg	s/^\n//
352650539131Smrg	s/\n/ /g
352750539131Smrg	p
352850539131Smrg}
352950539131Smrg'
353050539131SmrgDEFS=`sed -n "$ac_script" confdefs.h`
3531ded1caa4Smrg
3532ded1caa4Smrg
3533ded1caa4Smrgac_libobjs=
3534ded1caa4Smrgac_ltlibobjs=
353544d8e951SmrgU=
3536ded1caa4Smrgfor ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
3537ded1caa4Smrg  # 1. Remove the extension, and $U if already installed.
353850539131Smrg  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
3539414cce6aSmrg  ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"`
354050539131Smrg  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
354150539131Smrg  #    will be set to the directory where LIBOBJS objects are built.
354244d8e951Smrg  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
354344d8e951Smrg  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
3544ded1caa4Smrgdone
3545ded1caa4SmrgLIBOBJS=$ac_libobjs
3546ded1caa4Smrg
3547ded1caa4SmrgLTLIBOBJS=$ac_ltlibobjs
3548ded1caa4Smrg
3549ded1caa4Smrg
3550414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
3551414cce6aSmrgprintf %s "checking that generated files are newer than configure... " >&6; }
3552414cce6aSmrg   if test -n "$am_sleep_pid"; then
3553414cce6aSmrg     # Hide warnings about reused PIDs.
3554414cce6aSmrg     wait $am_sleep_pid 2>/dev/null
3555414cce6aSmrg   fi
3556414cce6aSmrg   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5
3557414cce6aSmrgprintf "%s\n" "done" >&6; }
355850539131Smrg
3559ded1caa4Smrg
356044d8e951Smrg: "${CONFIG_STATUS=./config.status}"
356150539131Smrgac_write_fail=0
3562ded1caa4Smrgac_clean_files_save=$ac_clean_files
3563ded1caa4Smrgac_clean_files="$ac_clean_files $CONFIG_STATUS"
3564414cce6aSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
3565414cce6aSmrgprintf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;}
356644d8e951Smrgas_write_fail=0
356744d8e951Smrgcat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
3568ded1caa4Smrg#! $SHELL
3569ded1caa4Smrg# Generated by $as_me.
3570ded1caa4Smrg# Run this file to recreate the current configuration.
3571ded1caa4Smrg# Compiler output produced by configure, useful for debugging
3572ded1caa4Smrg# configure, is in config.log if it exists.
3573ded1caa4Smrg
3574ded1caa4Smrgdebug=false
3575ded1caa4Smrgac_cs_recheck=false
3576ded1caa4Smrgac_cs_silent=false
3577ded1caa4Smrg
357844d8e951SmrgSHELL=\${CONFIG_SHELL-$SHELL}
357944d8e951Smrgexport SHELL
358044d8e951Smrg_ASEOF
358144d8e951Smrgcat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
358244d8e951Smrg## -------------------- ##
358344d8e951Smrg## M4sh Initialization. ##
358444d8e951Smrg## -------------------- ##
3585ded1caa4Smrg
358650539131Smrg# Be more Bourne compatible
358750539131SmrgDUALCASE=1; export DUALCASE # for MKS sh
3588414cce6aSmrgas_nop=:
3589414cce6aSmrgif test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
3590414cce6aSmrgthen :
3591ded1caa4Smrg  emulate sh
3592ded1caa4Smrg  NULLCMD=:
359350539131Smrg  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
3594ded1caa4Smrg  # is contrary to our usage.  Disable this feature.
3595ded1caa4Smrg  alias -g '${1+"$@"}'='"$@"'
359650539131Smrg  setopt NO_GLOB_SUBST
3597414cce6aSmrgelse $as_nop
359844d8e951Smrg  case `(set -o) 2>/dev/null` in #(
359944d8e951Smrg  *posix*) :
360044d8e951Smrg    set -o posix ;; #(
360144d8e951Smrg  *) :
360244d8e951Smrg     ;;
360350539131Smrgesac
360450539131Smrgfi
360550539131Smrg
360650539131Smrg
3607414cce6aSmrg
3608414cce6aSmrg# Reset variables that may have inherited troublesome values from
3609414cce6aSmrg# the environment.
3610414cce6aSmrg
3611414cce6aSmrg# IFS needs to be set, to space, tab, and newline, in precisely that order.
3612414cce6aSmrg# (If _AS_PATH_WALK were called with IFS unset, it would have the
3613414cce6aSmrg# side effect of setting IFS to empty, thus disabling word splitting.)
3614414cce6aSmrg# Quoting is to prevent editors from complaining about space-tab.
361550539131Smrgas_nl='
361650539131Smrg'
361750539131Smrgexport as_nl
3618414cce6aSmrgIFS=" ""	$as_nl"
3619414cce6aSmrg
3620414cce6aSmrgPS1='$ '
3621414cce6aSmrgPS2='> '
3622414cce6aSmrgPS4='+ '
3623414cce6aSmrg
3624414cce6aSmrg# Ensure predictable behavior from utilities with locale-dependent output.
3625414cce6aSmrgLC_ALL=C
3626414cce6aSmrgexport LC_ALL
3627414cce6aSmrgLANGUAGE=C
3628414cce6aSmrgexport LANGUAGE
3629414cce6aSmrg
3630414cce6aSmrg# We cannot yet rely on "unset" to work, but we need these variables
3631414cce6aSmrg# to be unset--not just set to an empty or harmless value--now, to
3632414cce6aSmrg# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh).  This construct
3633414cce6aSmrg# also avoids known problems related to "unset" and subshell syntax
3634414cce6aSmrg# in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
3635414cce6aSmrgfor as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
3636414cce6aSmrgdo eval test \${$as_var+y} \
3637414cce6aSmrg  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
3638414cce6aSmrgdone
3639414cce6aSmrg
3640414cce6aSmrg# Ensure that fds 0, 1, and 2 are open.
3641414cce6aSmrgif (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
3642414cce6aSmrgif (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
3643414cce6aSmrgif (exec 3>&2)            ; then :; else exec 2>/dev/null; fi
364450539131Smrg
364550539131Smrg# The user is always right.
3646414cce6aSmrgif ${PATH_SEPARATOR+false} :; then
364750539131Smrg  PATH_SEPARATOR=:
364850539131Smrg  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
364950539131Smrg    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
365050539131Smrg      PATH_SEPARATOR=';'
365150539131Smrg  }
3652ded1caa4Smrgfi
3653ded1caa4Smrg
3654ded1caa4Smrg
365550539131Smrg# Find who we are.  Look in the path if we contain no directory separator.
365644d8e951Smrgas_myself=
365744d8e951Smrgcase $0 in #((
365850539131Smrg  *[\\/]* ) as_myself=$0 ;;
365950539131Smrg  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
366050539131Smrgfor as_dir in $PATH
366150539131Smrgdo
366250539131Smrg  IFS=$as_save_IFS
3663414cce6aSmrg  case $as_dir in #(((
3664414cce6aSmrg    '') as_dir=./ ;;
3665414cce6aSmrg    */) ;;
3666414cce6aSmrg    *) as_dir=$as_dir/ ;;
3667414cce6aSmrg  esac
3668414cce6aSmrg    test -r "$as_dir$0" && as_myself=$as_dir$0 && break
366944d8e951Smrg  done
367050539131SmrgIFS=$as_save_IFS
367150539131Smrg
367250539131Smrg     ;;
367350539131Smrgesac
367450539131Smrg# We did not find ourselves, most probably we were run as `sh COMMAND'
367550539131Smrg# in which case we are not to be found in the path.
367650539131Smrgif test "x$as_myself" = x; then
367750539131Smrg  as_myself=$0
367850539131Smrgfi
367950539131Smrgif test ! -f "$as_myself"; then
3680414cce6aSmrg  printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
368144d8e951Smrg  exit 1
368250539131Smrgfi
368350539131Smrg
368444d8e951Smrg
368544d8e951Smrg
368644d8e951Smrg# as_fn_error STATUS ERROR [LINENO LOG_FD]
368744d8e951Smrg# ----------------------------------------
368844d8e951Smrg# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368944d8e951Smrg# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369044d8e951Smrg# script with STATUS, using 1 if that was 0.
369144d8e951Smrgas_fn_error ()
369244d8e951Smrg{
369344d8e951Smrg  as_status=$1; test $as_status -eq 0 && as_status=1
369444d8e951Smrg  if test "$4"; then
369544d8e951Smrg    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3696414cce6aSmrg    printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
369744d8e951Smrg  fi
3698414cce6aSmrg  printf "%s\n" "$as_me: error: $2" >&2
369944d8e951Smrg  as_fn_exit $as_status
370044d8e951Smrg} # as_fn_error
370144d8e951Smrg
370244d8e951Smrg
3703414cce6aSmrg
370444d8e951Smrg# as_fn_set_status STATUS
370544d8e951Smrg# -----------------------
370644d8e951Smrg# Set $? to STATUS, without forking.
370744d8e951Smrgas_fn_set_status ()
370844d8e951Smrg{
370944d8e951Smrg  return $1
371044d8e951Smrg} # as_fn_set_status
371144d8e951Smrg
371244d8e951Smrg# as_fn_exit STATUS
371344d8e951Smrg# -----------------
371444d8e951Smrg# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
371544d8e951Smrgas_fn_exit ()
371644d8e951Smrg{
371744d8e951Smrg  set +e
371844d8e951Smrg  as_fn_set_status $1
371944d8e951Smrg  exit $1
372044d8e951Smrg} # as_fn_exit
372144d8e951Smrg
372244d8e951Smrg# as_fn_unset VAR
372344d8e951Smrg# ---------------
372444d8e951Smrg# Portably unset VAR.
372544d8e951Smrgas_fn_unset ()
372644d8e951Smrg{
372744d8e951Smrg  { eval $1=; unset $1;}
372844d8e951Smrg}
372944d8e951Smrgas_unset=as_fn_unset
3730414cce6aSmrg
373144d8e951Smrg# as_fn_append VAR VALUE
373244d8e951Smrg# ----------------------
373344d8e951Smrg# Append the text in VALUE to the end of the definition contained in VAR. Take
373444d8e951Smrg# advantage of any shell optimizations that allow amortized linear growth over
373544d8e951Smrg# repeated appends, instead of the typical quadratic growth present in naive
373644d8e951Smrg# implementations.
3737414cce6aSmrgif (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
3738414cce6aSmrgthen :
373944d8e951Smrg  eval 'as_fn_append ()
374044d8e951Smrg  {
374144d8e951Smrg    eval $1+=\$2
374244d8e951Smrg  }'
3743414cce6aSmrgelse $as_nop
374444d8e951Smrg  as_fn_append ()
374544d8e951Smrg  {
374644d8e951Smrg    eval $1=\$$1\$2
374744d8e951Smrg  }
374844d8e951Smrgfi # as_fn_append
374944d8e951Smrg
375044d8e951Smrg# as_fn_arith ARG...
375144d8e951Smrg# ------------------
375244d8e951Smrg# Perform arithmetic evaluation on the ARGs, and store the result in the
375344d8e951Smrg# global $as_val. Take advantage of shells that can avoid forks. The arguments
375444d8e951Smrg# must be portable across $(()) and expr.
3755414cce6aSmrgif (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
3756414cce6aSmrgthen :
375744d8e951Smrg  eval 'as_fn_arith ()
375844d8e951Smrg  {
375944d8e951Smrg    as_val=$(( $* ))
376044d8e951Smrg  }'
3761414cce6aSmrgelse $as_nop
376244d8e951Smrg  as_fn_arith ()
376344d8e951Smrg  {
376444d8e951Smrg    as_val=`expr "$@" || test $? -eq 1`
376544d8e951Smrg  }
376644d8e951Smrgfi # as_fn_arith
376744d8e951Smrg
376844d8e951Smrg
376950539131Smrgif expr a : '\(a\)' >/dev/null 2>&1 &&
377050539131Smrg   test "X`expr 00001 : '.*\(...\)'`" = X001; then
3771ded1caa4Smrg  as_expr=expr
3772ded1caa4Smrgelse
3773ded1caa4Smrg  as_expr=false
3774ded1caa4Smrgfi
3775ded1caa4Smrg
377650539131Smrgif (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
3777ded1caa4Smrg  as_basename=basename
3778ded1caa4Smrgelse
3779ded1caa4Smrg  as_basename=false
3780ded1caa4Smrgfi
3781ded1caa4Smrg
378244d8e951Smrgif (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
378344d8e951Smrg  as_dirname=dirname
378444d8e951Smrgelse
378544d8e951Smrg  as_dirname=false
378644d8e951Smrgfi
3787ded1caa4Smrg
378850539131Smrgas_me=`$as_basename -- "$0" ||
3789ded1caa4Smrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3790ded1caa4Smrg	 X"$0" : 'X\(//\)$' \| \
379150539131Smrg	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
3792414cce6aSmrgprintf "%s\n" X/"$0" |
379350539131Smrg    sed '/^.*\/\([^/][^/]*\)\/*$/{
379450539131Smrg	    s//\1/
379550539131Smrg	    q
379650539131Smrg	  }
379750539131Smrg	  /^X\/\(\/\/\)$/{
379850539131Smrg	    s//\1/
379950539131Smrg	    q
380050539131Smrg	  }
380150539131Smrg	  /^X\/\(\/\).*/{
380250539131Smrg	    s//\1/
380350539131Smrg	    q
380450539131Smrg	  }
380550539131Smrg	  s/.*/./; q'`
3806ded1caa4Smrg
380744d8e951Smrg# Avoid depending upon Character Ranges.
380844d8e951Smrgas_cr_letters='abcdefghijklmnopqrstuvwxyz'
380944d8e951Smrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
381044d8e951Smrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS
381144d8e951Smrgas_cr_digits='0123456789'
381244d8e951Smrgas_cr_alnum=$as_cr_Letters$as_cr_digits
3813ded1caa4Smrg
3814414cce6aSmrg
3815414cce6aSmrg# Determine whether it's possible to make 'echo' print without a newline.
3816414cce6aSmrg# These variables are no longer used directly by Autoconf, but are AC_SUBSTed
3817414cce6aSmrg# for compatibility with existing Makefiles.
381850539131SmrgECHO_C= ECHO_N= ECHO_T=
381944d8e951Smrgcase `echo -n x` in #(((((
382050539131Smrg-n*)
382144d8e951Smrg  case `echo 'xy\c'` in
382250539131Smrg  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
382344d8e951Smrg  xy)  ECHO_C='\c';;
382444d8e951Smrg  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
382544d8e951Smrg       ECHO_T='	';;
382650539131Smrg  esac;;
382750539131Smrg*)
382850539131Smrg  ECHO_N='-n';;
382950539131Smrgesac
3830ded1caa4Smrg
3831414cce6aSmrg# For backward compatibility with old third-party macros, we provide
3832414cce6aSmrg# the shell variables $as_echo and $as_echo_n.  New code should use
3833414cce6aSmrg# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
3834414cce6aSmrgas_echo='printf %s\n'
3835414cce6aSmrgas_echo_n='printf %s'
3836414cce6aSmrg
3837ded1caa4Smrgrm -f conf$$ conf$$.exe conf$$.file
383850539131Smrgif test -d conf$$.dir; then
383950539131Smrg  rm -f conf$$.dir/conf$$.file
384050539131Smrgelse
384150539131Smrg  rm -f conf$$.dir
384250539131Smrg  mkdir conf$$.dir 2>/dev/null
384350539131Smrgfi
384450539131Smrgif (echo >conf$$.file) 2>/dev/null; then
384550539131Smrg  if ln -s conf$$.file conf$$ 2>/dev/null; then
3846ded1caa4Smrg    as_ln_s='ln -s'
384750539131Smrg    # ... but there are two gotchas:
384850539131Smrg    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
384950539131Smrg    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3850414cce6aSmrg    # In both cases, we have to default to `cp -pR'.
385150539131Smrg    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3852414cce6aSmrg      as_ln_s='cp -pR'
385350539131Smrg  elif ln conf$$.file conf$$ 2>/dev/null; then
385450539131Smrg    as_ln_s=ln
385550539131Smrg  else
3856414cce6aSmrg    as_ln_s='cp -pR'
3857ded1caa4Smrg  fi
3858ded1caa4Smrgelse
3859414cce6aSmrg  as_ln_s='cp -pR'
3860ded1caa4Smrgfi
386150539131Smrgrm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
386250539131Smrgrmdir conf$$.dir 2>/dev/null
3863ded1caa4Smrg
386444d8e951Smrg
386544d8e951Smrg# as_fn_mkdir_p
386644d8e951Smrg# -------------
386744d8e951Smrg# Create "$as_dir" as a directory, including parents if necessary.
386844d8e951Smrgas_fn_mkdir_p ()
386944d8e951Smrg{
387044d8e951Smrg
387144d8e951Smrg  case $as_dir in #(
387244d8e951Smrg  -*) as_dir=./$as_dir;;
387344d8e951Smrg  esac
387444d8e951Smrg  test -d "$as_dir" || eval $as_mkdir_p || {
387544d8e951Smrg    as_dirs=
387644d8e951Smrg    while :; do
387744d8e951Smrg      case $as_dir in #(
3878414cce6aSmrg      *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
387944d8e951Smrg      *) as_qdir=$as_dir;;
388044d8e951Smrg      esac
388144d8e951Smrg      as_dirs="'$as_qdir' $as_dirs"
388244d8e951Smrg      as_dir=`$as_dirname -- "$as_dir" ||
388344d8e951Smrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
388444d8e951Smrg	 X"$as_dir" : 'X\(//\)[^/]' \| \
388544d8e951Smrg	 X"$as_dir" : 'X\(//\)$' \| \
388644d8e951Smrg	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3887414cce6aSmrgprintf "%s\n" X"$as_dir" |
388844d8e951Smrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
388944d8e951Smrg	    s//\1/
389044d8e951Smrg	    q
389144d8e951Smrg	  }
389244d8e951Smrg	  /^X\(\/\/\)[^/].*/{
389344d8e951Smrg	    s//\1/
389444d8e951Smrg	    q
389544d8e951Smrg	  }
389644d8e951Smrg	  /^X\(\/\/\)$/{
389744d8e951Smrg	    s//\1/
389844d8e951Smrg	    q
389944d8e951Smrg	  }
390044d8e951Smrg	  /^X\(\/\).*/{
390144d8e951Smrg	    s//\1/
390244d8e951Smrg	    q
390344d8e951Smrg	  }
390444d8e951Smrg	  s/.*/./; q'`
390544d8e951Smrg      test -d "$as_dir" && break
390644d8e951Smrg    done
390744d8e951Smrg    test -z "$as_dirs" || eval "mkdir $as_dirs"
390844d8e951Smrg  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
390944d8e951Smrg
391044d8e951Smrg
391144d8e951Smrg} # as_fn_mkdir_p
3912ded1caa4Smrgif mkdir -p . 2>/dev/null; then
391344d8e951Smrg  as_mkdir_p='mkdir -p "$as_dir"'
3914ded1caa4Smrgelse
3915ded1caa4Smrg  test -d ./-p && rmdir ./-p
3916ded1caa4Smrg  as_mkdir_p=false
3917ded1caa4Smrgfi
3918ded1caa4Smrg
3919414cce6aSmrg
3920414cce6aSmrg# as_fn_executable_p FILE
3921414cce6aSmrg# -----------------------
3922414cce6aSmrg# Test if FILE is an executable regular file.
3923414cce6aSmrgas_fn_executable_p ()
3924414cce6aSmrg{
3925414cce6aSmrg  test -f "$1" && test -x "$1"
3926414cce6aSmrg} # as_fn_executable_p
3927414cce6aSmrgas_test_x='test -x'
3928414cce6aSmrgas_executable_p=as_fn_executable_p
3929ded1caa4Smrg
3930ded1caa4Smrg# Sed expression to map a string onto a valid CPP name.
3931ded1caa4Smrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3932ded1caa4Smrg
3933ded1caa4Smrg# Sed expression to map a string onto a valid variable name.
3934ded1caa4Smrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3935ded1caa4Smrg
3936ded1caa4Smrg
3937ded1caa4Smrgexec 6>&1
393844d8e951Smrg## ----------------------------------- ##
393944d8e951Smrg## Main body of $CONFIG_STATUS script. ##
394044d8e951Smrg## ----------------------------------- ##
394144d8e951Smrg_ASEOF
394244d8e951Smrgtest $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
3943ded1caa4Smrg
394444d8e951Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
394544d8e951Smrg# Save the log message, to keep $0 and so on meaningful, and to
3946ded1caa4Smrg# report actual input values of CONFIG_FILES etc. instead of their
394750539131Smrg# values after options handling.
394850539131Smrgac_log="
3949414cce6aSmrgThis file was extended by font-bitstream-75dpi $as_me 1.0.4, which was
3950414cce6aSmrggenerated by GNU Autoconf 2.71.  Invocation command line was
3951ded1caa4Smrg
3952ded1caa4Smrg  CONFIG_FILES    = $CONFIG_FILES
3953ded1caa4Smrg  CONFIG_HEADERS  = $CONFIG_HEADERS
3954ded1caa4Smrg  CONFIG_LINKS    = $CONFIG_LINKS
3955ded1caa4Smrg  CONFIG_COMMANDS = $CONFIG_COMMANDS
3956ded1caa4Smrg  $ $0 $@
3957ded1caa4Smrg
395850539131Smrgon `(hostname || uname -n) 2>/dev/null | sed 1q`
395950539131Smrg"
396050539131Smrg
3961ded1caa4Smrg_ACEOF
3962ded1caa4Smrg
396350539131Smrgcase $ac_config_files in *"
396450539131Smrg"*) set x $ac_config_files; shift; ac_config_files=$*;;
396550539131Smrgesac
3966ded1caa4Smrg
3967ded1caa4Smrg
3968ded1caa4Smrg
396950539131Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
397050539131Smrg# Files that config.status was made for.
397150539131Smrgconfig_files="$ac_config_files"
3972ded1caa4Smrg
397350539131Smrg_ACEOF
3974ded1caa4Smrg
397550539131Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3976ded1caa4Smrgac_cs_usage="\
397744d8e951Smrg\`$as_me' instantiates files and other configuration actions
397844d8e951Smrgfrom templates according to the current configuration.  Unless the files
397944d8e951Smrgand actions are specified as TAGs, all are instantiated by default.
3980ded1caa4Smrg
398144d8e951SmrgUsage: $0 [OPTION]... [TAG]...
3982ded1caa4Smrg
3983ded1caa4Smrg  -h, --help       print this help, then exit
398450539131Smrg  -V, --version    print version number and configuration settings, then exit
398544d8e951Smrg      --config     print configuration, then exit
398650539131Smrg  -q, --quiet, --silent
398750539131Smrg                   do not print progress messages
3988ded1caa4Smrg  -d, --debug      don't remove temporary files
3989ded1caa4Smrg      --recheck    update $as_me by reconfiguring in the same conditions
399050539131Smrg      --file=FILE[:TEMPLATE]
399150539131Smrg                   instantiate the configuration file FILE
3992ded1caa4Smrg
3993ded1caa4SmrgConfiguration files:
3994ded1caa4Smrg$config_files
3995ded1caa4Smrg
3996414cce6aSmrgReport bugs to <https://gitlab.freedesktop.org/xorg/font/bitstream-75dpi/-/issues>."
3997ded1caa4Smrg
399850539131Smrg_ACEOF
3999414cce6aSmrgac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`
4000414cce6aSmrgac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"`
400150539131Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4002414cce6aSmrgac_cs_config='$ac_cs_config_escaped'
4003ded1caa4Smrgac_cs_version="\\
4004414cce6aSmrgfont-bitstream-75dpi config.status 1.0.4
4005414cce6aSmrgconfigured by $0, generated by GNU Autoconf 2.71,
400644d8e951Smrg  with options \\"\$ac_cs_config\\"
4007ded1caa4Smrg
4008414cce6aSmrgCopyright (C) 2021 Free Software Foundation, Inc.
4009ded1caa4SmrgThis config.status script is free software; the Free Software Foundation
4010ded1caa4Smrggives unlimited permission to copy, distribute and modify it."
401150539131Smrg
401250539131Smrgac_pwd='$ac_pwd'
401350539131Smrgsrcdir='$srcdir'
401450539131SmrgINSTALL='$INSTALL'
401550539131SmrgMKDIR_P='$MKDIR_P'
401650539131SmrgAWK='$AWK'
401750539131Smrgtest -n "\$AWK" || AWK=awk
4018ded1caa4Smrg_ACEOF
4019ded1caa4Smrg
402050539131Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
402150539131Smrg# The default lists apply if the user does not specify any file.
4022ded1caa4Smrgac_need_defaults=:
4023ded1caa4Smrgwhile test $# != 0
4024ded1caa4Smrgdo
4025ded1caa4Smrg  case $1 in
402644d8e951Smrg  --*=?*)
402750539131Smrg    ac_option=`expr "X$1" : 'X\([^=]*\)='`
402850539131Smrg    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
4029ded1caa4Smrg    ac_shift=:
4030ded1caa4Smrg    ;;
403144d8e951Smrg  --*=)
403244d8e951Smrg    ac_option=`expr "X$1" : 'X\([^=]*\)='`
403344d8e951Smrg    ac_optarg=
403444d8e951Smrg    ac_shift=:
403544d8e951Smrg    ;;
403650539131Smrg  *)
4037ded1caa4Smrg    ac_option=$1
4038ded1caa4Smrg    ac_optarg=$2
4039ded1caa4Smrg    ac_shift=shift
4040ded1caa4Smrg    ;;
4041ded1caa4Smrg  esac
4042ded1caa4Smrg
4043ded1caa4Smrg  case $ac_option in
4044ded1caa4Smrg  # Handling of the options.
4045ded1caa4Smrg  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
4046ded1caa4Smrg    ac_cs_recheck=: ;;
404750539131Smrg  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
4048414cce6aSmrg    printf "%s\n" "$ac_cs_version"; exit ;;
404944d8e951Smrg  --config | --confi | --conf | --con | --co | --c )
4050414cce6aSmrg    printf "%s\n" "$ac_cs_config"; exit ;;
405150539131Smrg  --debug | --debu | --deb | --de | --d | -d )
4052ded1caa4Smrg    debug=: ;;
4053ded1caa4Smrg  --file | --fil | --fi | --f )
4054ded1caa4Smrg    $ac_shift
405550539131Smrg    case $ac_optarg in
4056414cce6aSmrg    *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
405744d8e951Smrg    '') as_fn_error $? "missing file argument" ;;
405850539131Smrg    esac
405944d8e951Smrg    as_fn_append CONFIG_FILES " '$ac_optarg'"
4060ded1caa4Smrg    ac_need_defaults=false;;
406150539131Smrg  --he | --h |  --help | --hel | -h )
4062414cce6aSmrg    printf "%s\n" "$ac_cs_usage"; exit ;;
4063ded1caa4Smrg  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
4064ded1caa4Smrg  | -silent | --silent | --silen | --sile | --sil | --si | --s)
4065ded1caa4Smrg    ac_cs_silent=: ;;
4066ded1caa4Smrg
4067ded1caa4Smrg  # This is an error.
406844d8e951Smrg  -*) as_fn_error $? "unrecognized option: \`$1'
406944d8e951SmrgTry \`$0 --help' for more information." ;;
4070ded1caa4Smrg
407144d8e951Smrg  *) as_fn_append ac_config_targets " $1"
407250539131Smrg     ac_need_defaults=false ;;
4073ded1caa4Smrg
4074ded1caa4Smrg  esac
4075ded1caa4Smrg  shift
4076ded1caa4Smrgdone
4077ded1caa4Smrg
4078ded1caa4Smrgac_configure_extra_args=
4079ded1caa4Smrg
4080ded1caa4Smrgif $ac_cs_silent; then
4081ded1caa4Smrg  exec 6>/dev/null
4082ded1caa4Smrg  ac_configure_extra_args="$ac_configure_extra_args --silent"
4083ded1caa4Smrgfi
4084ded1caa4Smrg
4085ded1caa4Smrg_ACEOF
408650539131Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4087ded1caa4Smrgif \$ac_cs_recheck; then
4088414cce6aSmrg  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
408950539131Smrg  shift
4090414cce6aSmrg  \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6
409150539131Smrg  CONFIG_SHELL='$SHELL'
409250539131Smrg  export CONFIG_SHELL
409350539131Smrg  exec "\$@"
4094ded1caa4Smrgfi
4095ded1caa4Smrg
4096ded1caa4Smrg_ACEOF
409750539131Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
409850539131Smrgexec 5>>config.log
409950539131Smrg{
410050539131Smrg  echo
410150539131Smrg  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
410250539131Smrg## Running $as_me. ##
410350539131Smrg_ASBOX
4104414cce6aSmrg  printf "%s\n" "$ac_log"
410550539131Smrg} >&5
4106ded1caa4Smrg
410750539131Smrg_ACEOF
410850539131Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
410950539131Smrg_ACEOF
4110ded1caa4Smrg
411150539131Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4112ded1caa4Smrg
411350539131Smrg# Handling of arguments.
4114ded1caa4Smrgfor ac_config_target in $ac_config_targets
4115ded1caa4Smrgdo
411650539131Smrg  case $ac_config_target in
411750539131Smrg    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
411850539131Smrg
411944d8e951Smrg  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
4120ded1caa4Smrg  esac
4121ded1caa4Smrgdone
4122ded1caa4Smrg
412350539131Smrg
4124ded1caa4Smrg# If the user did not use the arguments to specify the items to instantiate,
4125ded1caa4Smrg# then the envvar interface is used.  Set only those that are not.
4126ded1caa4Smrg# We use the long form for the default assignment because of an extremely
4127ded1caa4Smrg# bizarre bug on SunOS 4.1.3.
4128ded1caa4Smrgif $ac_need_defaults; then
4129414cce6aSmrg  test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files
4130ded1caa4Smrgfi
4131ded1caa4Smrg
4132ded1caa4Smrg# Have a temporary directory for convenience.  Make it in the build tree
413350539131Smrg# simply because there is no reason against having it here, and in addition,
4134ded1caa4Smrg# creating and moving files from /tmp can sometimes cause problems.
413550539131Smrg# Hook for its removal unless debugging.
413650539131Smrg# Note that there is a small window in which the directory will not be cleaned:
413750539131Smrg# after its creation but before its name has been assigned to `$tmp'.
4138ded1caa4Smrg$debug ||
4139ded1caa4Smrg{
414044d8e951Smrg  tmp= ac_tmp=
414150539131Smrg  trap 'exit_status=$?
414244d8e951Smrg  : "${ac_tmp:=$tmp}"
414344d8e951Smrg  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
414450539131Smrg' 0
414544d8e951Smrg  trap 'as_fn_exit 1' 1 2 13 15
4146ded1caa4Smrg}
4147ded1caa4Smrg# Create a (secure) tmp directory for tmp files.
4148ded1caa4Smrg
4149ded1caa4Smrg{
415050539131Smrg  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
415144d8e951Smrg  test -d "$tmp"
4152ded1caa4Smrg}  ||
4153ded1caa4Smrg{
415450539131Smrg  tmp=./conf$$-$RANDOM
415550539131Smrg  (umask 077 && mkdir "$tmp")
415644d8e951Smrg} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
415744d8e951Smrgac_tmp=$tmp
4158ded1caa4Smrg
415950539131Smrg# Set up the scripts for CONFIG_FILES section.
416050539131Smrg# No need to generate them if there are no CONFIG_FILES.
416150539131Smrg# This happens for instance with `./config.status config.h'.
416250539131Smrgif test -n "$CONFIG_FILES"; then
416350539131Smrg
416450539131Smrg
416544d8e951Smrgac_cr=`echo X | tr X '\015'`
416644d8e951Smrg# On cygwin, bash can eat \r inside `` if the user requested igncr.
416744d8e951Smrg# But we know of no other shell where ac_cr would be empty at this
416844d8e951Smrg# point, so we can use a bashism as a fallback.
416944d8e951Smrgif test "x$ac_cr" = x; then
417044d8e951Smrg  eval ac_cr=\$\'\\r\'
417144d8e951Smrgfi
417250539131Smrgac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
417350539131Smrgif test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
417450539131Smrg  ac_cs_awk_cr='\\r'
417550539131Smrgelse
417650539131Smrg  ac_cs_awk_cr=$ac_cr
417750539131Smrgfi
417850539131Smrg
417944d8e951Smrgecho 'BEGIN {' >"$ac_tmp/subs1.awk" &&
4180ded1caa4Smrg_ACEOF
4181ded1caa4Smrg
4182ded1caa4Smrg
418350539131Smrg{
418450539131Smrg  echo "cat >conf$$subs.awk <<_ACEOF" &&
418550539131Smrg  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
418650539131Smrg  echo "_ACEOF"
418750539131Smrg} >conf$$subs.sh ||
418844d8e951Smrg  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
418944d8e951Smrgac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
419050539131Smrgac_delim='%!_!# '
419150539131Smrgfor ac_last_try in false false false false false :; do
419250539131Smrg  . ./conf$$subs.sh ||
419344d8e951Smrg    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4194ded1caa4Smrg
419550539131Smrg  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
419650539131Smrg  if test $ac_delim_n = $ac_delim_num; then
419750539131Smrg    break
419850539131Smrg  elif $ac_last_try; then
419944d8e951Smrg    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
420050539131Smrg  else
420150539131Smrg    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
4202ded1caa4Smrg  fi
420350539131Smrgdone
420450539131Smrgrm -f conf$$subs.sh
4205ded1caa4Smrg
420650539131Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
420744d8e951Smrgcat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
4208ded1caa4Smrg_ACEOF
420950539131Smrgsed -n '
421050539131Smrgh
421150539131Smrgs/^/S["/; s/!.*/"]=/
421250539131Smrgp
421350539131Smrgg
421450539131Smrgs/^[^!]*!//
421550539131Smrg:repl
421650539131Smrgt repl
421750539131Smrgs/'"$ac_delim"'$//
421850539131Smrgt delim
421950539131Smrg:nl
422050539131Smrgh
422144d8e951Smrgs/\(.\{148\}\)..*/\1/
422250539131Smrgt more1
422350539131Smrgs/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
422450539131Smrgp
422550539131Smrgn
422650539131Smrgb repl
422750539131Smrg:more1
422850539131Smrgs/["\\]/\\&/g; s/^/"/; s/$/"\\/
422950539131Smrgp
423050539131Smrgg
423150539131Smrgs/.\{148\}//
423250539131Smrgt nl
423350539131Smrg:delim
423450539131Smrgh
423544d8e951Smrgs/\(.\{148\}\)..*/\1/
423650539131Smrgt more2
423750539131Smrgs/["\\]/\\&/g; s/^/"/; s/$/"/
423850539131Smrgp
423950539131Smrgb
424050539131Smrg:more2
424150539131Smrgs/["\\]/\\&/g; s/^/"/; s/$/"\\/
424250539131Smrgp
424350539131Smrgg
424450539131Smrgs/.\{148\}//
424550539131Smrgt delim
424650539131Smrg' <conf$$subs.awk | sed '
424750539131Smrg/^[^""]/{
424850539131Smrg  N
424950539131Smrg  s/\n//
425050539131Smrg}
425150539131Smrg' >>$CONFIG_STATUS || ac_write_fail=1
425250539131Smrgrm -f conf$$subs.awk
425350539131Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
425450539131Smrg_ACAWK
425544d8e951Smrgcat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
425650539131Smrg  for (key in S) S_is_set[key] = 1
425750539131Smrg  FS = ""
425850539131Smrg
425950539131Smrg}
426050539131Smrg{
426150539131Smrg  line = $ 0
426250539131Smrg  nfields = split(line, field, "@")
426350539131Smrg  substed = 0
426450539131Smrg  len = length(field[1])
426550539131Smrg  for (i = 2; i < nfields; i++) {
426650539131Smrg    key = field[i]
426750539131Smrg    keylen = length(key)
426850539131Smrg    if (S_is_set[key]) {
426950539131Smrg      value = S[key]
427050539131Smrg      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
427150539131Smrg      len += length(value) + length(field[++i])
427250539131Smrg      substed = 1
427350539131Smrg    } else
427450539131Smrg      len += 1 + keylen
427550539131Smrg  }
427650539131Smrg
427750539131Smrg  print line
427850539131Smrg}
427950539131Smrg
428050539131Smrg_ACAWK
428150539131Smrg_ACEOF
428250539131Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
428350539131Smrgif sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
428450539131Smrg  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
428550539131Smrgelse
428650539131Smrg  cat
428744d8e951Smrgfi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
428844d8e951Smrg  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
428950539131Smrg_ACEOF
429050539131Smrg
429144d8e951Smrg# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
429244d8e951Smrg# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
429350539131Smrg# trailing colons and then remove the whole line if VPATH becomes empty
429450539131Smrg# (actually we leave an empty line to preserve line numbers).
429550539131Smrgif test "x$srcdir" = x.; then
429644d8e951Smrg  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
429744d8e951Smrgh
429844d8e951Smrgs///
429944d8e951Smrgs/^/:/
430044d8e951Smrgs/[	 ]*$/:/
430144d8e951Smrgs/:\$(srcdir):/:/g
430244d8e951Smrgs/:\${srcdir}:/:/g
430344d8e951Smrgs/:@srcdir@:/:/g
430444d8e951Smrgs/^:*//
430550539131Smrgs/:*$//
430644d8e951Smrgx
430744d8e951Smrgs/\(=[	 ]*\).*/\1/
430844d8e951SmrgG
430944d8e951Smrgs/\n//
431050539131Smrgs/^[^=]*=[	 ]*$//
431150539131Smrg}'
431250539131Smrgfi
431350539131Smrg
431450539131Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
431550539131Smrgfi # test -n "$CONFIG_FILES"
431650539131Smrg
431750539131Smrg
4318414cce6aSmrgeval set X "  :F $CONFIG_FILES      "
431950539131Smrgshift
432050539131Smrgfor ac_tag
432150539131Smrgdo
432250539131Smrg  case $ac_tag in
432350539131Smrg  :[FHLC]) ac_mode=$ac_tag; continue;;
432450539131Smrg  esac
432550539131Smrg  case $ac_mode$ac_tag in
432650539131Smrg  :[FHL]*:*);;
432744d8e951Smrg  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
432850539131Smrg  :[FH]-) ac_tag=-:-;;
432950539131Smrg  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
433050539131Smrg  esac
433150539131Smrg  ac_save_IFS=$IFS
433250539131Smrg  IFS=:
433350539131Smrg  set x $ac_tag
433450539131Smrg  IFS=$ac_save_IFS
433550539131Smrg  shift
433650539131Smrg  ac_file=$1
433750539131Smrg  shift
433850539131Smrg
433950539131Smrg  case $ac_mode in
434050539131Smrg  :L) ac_source=$1;;
434150539131Smrg  :[FH])
434250539131Smrg    ac_file_inputs=
434350539131Smrg    for ac_f
434450539131Smrg    do
434550539131Smrg      case $ac_f in
434644d8e951Smrg      -) ac_f="$ac_tmp/stdin";;
434750539131Smrg      *) # Look for the file first in the build tree, then in the source tree
434850539131Smrg	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
434950539131Smrg	 # because $ac_f cannot contain `:'.
435050539131Smrg	 test -f "$ac_f" ||
435150539131Smrg	   case $ac_f in
435250539131Smrg	   [\\/$]*) false;;
435350539131Smrg	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
435450539131Smrg	   esac ||
435544d8e951Smrg	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
435650539131Smrg      esac
4357414cce6aSmrg      case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
435844d8e951Smrg      as_fn_append ac_file_inputs " '$ac_f'"
435950539131Smrg    done
436050539131Smrg
436150539131Smrg    # Let's still pretend it is `configure' which instantiates (i.e., don't
436250539131Smrg    # use $as_me), people would be surprised to read:
436350539131Smrg    #    /* config.h.  Generated by config.status.  */
436450539131Smrg    configure_input='Generated from '`
4365414cce6aSmrg	  printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
436650539131Smrg	`' by configure.'
436750539131Smrg    if test x"$ac_file" != x-; then
436850539131Smrg      configure_input="$ac_file.  $configure_input"
4369414cce6aSmrg      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
4370414cce6aSmrgprintf "%s\n" "$as_me: creating $ac_file" >&6;}
437150539131Smrg    fi
437250539131Smrg    # Neutralize special characters interpreted by sed in replacement strings.
437350539131Smrg    case $configure_input in #(
437450539131Smrg    *\&* | *\|* | *\\* )
4375414cce6aSmrg       ac_sed_conf_input=`printf "%s\n" "$configure_input" |
437650539131Smrg       sed 's/[\\\\&|]/\\\\&/g'`;; #(
437750539131Smrg    *) ac_sed_conf_input=$configure_input;;
437850539131Smrg    esac
437950539131Smrg
438050539131Smrg    case $ac_tag in
438144d8e951Smrg    *:-:* | *:-) cat >"$ac_tmp/stdin" \
438244d8e951Smrg      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
438350539131Smrg    esac
438450539131Smrg    ;;
4385ded1caa4Smrg  esac
4386ded1caa4Smrg
438750539131Smrg  ac_dir=`$as_dirname -- "$ac_file" ||
4388ded1caa4Smrg$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4389ded1caa4Smrg	 X"$ac_file" : 'X\(//\)[^/]' \| \
4390ded1caa4Smrg	 X"$ac_file" : 'X\(//\)$' \| \
439150539131Smrg	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
4392414cce6aSmrgprintf "%s\n" X"$ac_file" |
439350539131Smrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
439450539131Smrg	    s//\1/
439550539131Smrg	    q
439650539131Smrg	  }
439750539131Smrg	  /^X\(\/\/\)[^/].*/{
439850539131Smrg	    s//\1/
439950539131Smrg	    q
440050539131Smrg	  }
440150539131Smrg	  /^X\(\/\/\)$/{
440250539131Smrg	    s//\1/
440350539131Smrg	    q
440450539131Smrg	  }
440550539131Smrg	  /^X\(\/\).*/{
440650539131Smrg	    s//\1/
440750539131Smrg	    q
440850539131Smrg	  }
440950539131Smrg	  s/.*/./; q'`
441044d8e951Smrg  as_dir="$ac_dir"; as_fn_mkdir_p
4411ded1caa4Smrg  ac_builddir=.
4412ded1caa4Smrg
441350539131Smrgcase "$ac_dir" in
441450539131Smrg.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
441550539131Smrg*)
4416414cce6aSmrg  ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
441750539131Smrg  # A ".." for each directory in $ac_dir_suffix.
4418414cce6aSmrg  ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
441950539131Smrg  case $ac_top_builddir_sub in
442050539131Smrg  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
442150539131Smrg  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
442250539131Smrg  esac ;;
442350539131Smrgesac
442450539131Smrgac_abs_top_builddir=$ac_pwd
442550539131Smrgac_abs_builddir=$ac_pwd$ac_dir_suffix
442650539131Smrg# for backward compatibility:
442750539131Smrgac_top_builddir=$ac_top_build_prefix
4428ded1caa4Smrg
4429ded1caa4Smrgcase $srcdir in
443050539131Smrg  .)  # We are building in place.
4431ded1caa4Smrg    ac_srcdir=.
443250539131Smrg    ac_top_srcdir=$ac_top_builddir_sub
443350539131Smrg    ac_abs_top_srcdir=$ac_pwd ;;
443450539131Smrg  [\\/]* | ?:[\\/]* )  # Absolute name.
4435ded1caa4Smrg    ac_srcdir=$srcdir$ac_dir_suffix;
443650539131Smrg    ac_top_srcdir=$srcdir
443750539131Smrg    ac_abs_top_srcdir=$srcdir ;;
443850539131Smrg  *) # Relative name.
443950539131Smrg    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
444050539131Smrg    ac_top_srcdir=$ac_top_build_prefix$srcdir
444150539131Smrg    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
4442ded1caa4Smrgesac
444350539131Smrgac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
4444ded1caa4Smrg
4445ded1caa4Smrg
444650539131Smrg  case $ac_mode in
444750539131Smrg  :F)
444850539131Smrg  #
444950539131Smrg  # CONFIG_FILE
445050539131Smrg  #
4451ded1caa4Smrg
4452ded1caa4Smrg  case $INSTALL in
4453ded1caa4Smrg  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
445450539131Smrg  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
4455ded1caa4Smrg  esac
445650539131Smrg  ac_MKDIR_P=$MKDIR_P
445750539131Smrg  case $MKDIR_P in
445850539131Smrg  [\\/$]* | ?:[\\/]* ) ;;
445950539131Smrg  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
446050539131Smrg  esac
446150539131Smrg_ACEOF
4462ded1caa4Smrg
446350539131Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
446450539131Smrg# If the template does not know about datarootdir, expand it.
446550539131Smrg# FIXME: This hack should be removed a few years after 2.60.
446650539131Smrgac_datarootdir_hack=; ac_datarootdir_seen=
446750539131Smrgac_sed_dataroot='
446850539131Smrg/datarootdir/ {
446950539131Smrg  p
447050539131Smrg  q
447150539131Smrg}
447250539131Smrg/@datadir@/p
447350539131Smrg/@docdir@/p
447450539131Smrg/@infodir@/p
447550539131Smrg/@localedir@/p
447644d8e951Smrg/@mandir@/p'
447750539131Smrgcase `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
447850539131Smrg*datarootdir*) ac_datarootdir_seen=yes;;
447950539131Smrg*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
4480414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
4481414cce6aSmrgprintf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
448250539131Smrg_ACEOF
448350539131Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
448450539131Smrg  ac_datarootdir_hack='
448550539131Smrg  s&@datadir@&$datadir&g
448650539131Smrg  s&@docdir@&$docdir&g
448750539131Smrg  s&@infodir@&$infodir&g
448850539131Smrg  s&@localedir@&$localedir&g
448950539131Smrg  s&@mandir@&$mandir&g
449044d8e951Smrg  s&\\\${datarootdir}&$datarootdir&g' ;;
449150539131Smrgesac
4492ded1caa4Smrg_ACEOF
449350539131Smrg
449450539131Smrg# Neutralize VPATH when `$srcdir' = `.'.
449550539131Smrg# Shell code in configure.ac might set extrasub.
449650539131Smrg# FIXME: do we really want to maintain this feature?
449750539131Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
449850539131Smrgac_sed_extra="$ac_vpsub
4499ded1caa4Smrg$extrasub
4500ded1caa4Smrg_ACEOF
450150539131Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4502ded1caa4Smrg:t
4503ded1caa4Smrg/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
450450539131Smrgs|@configure_input@|$ac_sed_conf_input|;t t
450550539131Smrgs&@top_builddir@&$ac_top_builddir_sub&;t t
450650539131Smrgs&@top_build_prefix@&$ac_top_build_prefix&;t t
450750539131Smrgs&@srcdir@&$ac_srcdir&;t t
450850539131Smrgs&@abs_srcdir@&$ac_abs_srcdir&;t t
450950539131Smrgs&@top_srcdir@&$ac_top_srcdir&;t t
451050539131Smrgs&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
451150539131Smrgs&@builddir@&$ac_builddir&;t t
451250539131Smrgs&@abs_builddir@&$ac_abs_builddir&;t t
451350539131Smrgs&@abs_top_builddir@&$ac_abs_top_builddir&;t t
451450539131Smrgs&@INSTALL@&$ac_INSTALL&;t t
451550539131Smrgs&@MKDIR_P@&$ac_MKDIR_P&;t t
451650539131Smrg$ac_datarootdir_hack
451750539131Smrg"
451844d8e951Smrgeval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
451944d8e951Smrg  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
4520ded1caa4Smrg
452150539131Smrgtest -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
452244d8e951Smrg  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
452344d8e951Smrg  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
452444d8e951Smrg      "$ac_tmp/out"`; test -z "$ac_out"; } &&
4525414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
452644d8e951Smrgwhich seems to be undefined.  Please make sure it is defined" >&5
4527414cce6aSmrgprintf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
452844d8e951Smrgwhich seems to be undefined.  Please make sure it is defined" >&2;}
452950539131Smrg
453044d8e951Smrg  rm -f "$ac_tmp/stdin"
453150539131Smrg  case $ac_file in
453244d8e951Smrg  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
453344d8e951Smrg  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
453450539131Smrg  esac \
453544d8e951Smrg  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
453650539131Smrg ;;
453750539131Smrg
453850539131Smrg
453950539131Smrg
454050539131Smrg  esac
454150539131Smrg
454250539131Smrgdone # for ac_tag
4543ded1caa4Smrg
4544ded1caa4Smrg
454544d8e951Smrgas_fn_exit 0
4546ded1caa4Smrg_ACEOF
4547ded1caa4Smrgac_clean_files=$ac_clean_files_save
4548ded1caa4Smrg
454950539131Smrgtest $ac_write_fail = 0 ||
455044d8e951Smrg  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
455150539131Smrg
4552ded1caa4Smrg
4553ded1caa4Smrg# configure is writing to config.log, and then calls config.status.
4554ded1caa4Smrg# config.status does its own redirection, appending to config.log.
4555ded1caa4Smrg# Unfortunately, on DOS this fails, as config.log is still kept open
4556ded1caa4Smrg# by configure, so config.status won't be able to write to it; its
4557ded1caa4Smrg# output is simply discarded.  So we exec the FD to /dev/null,
4558ded1caa4Smrg# effectively closing config.log, so it can be properly (re)opened and
4559ded1caa4Smrg# appended to by config.status.  When coming back to configure, we
4560ded1caa4Smrg# need to make the FD available again.
4561ded1caa4Smrgif test "$no_create" != yes; then
4562ded1caa4Smrg  ac_cs_success=:
4563ded1caa4Smrg  ac_config_status_args=
4564ded1caa4Smrg  test "$silent" = yes &&
4565ded1caa4Smrg    ac_config_status_args="$ac_config_status_args --quiet"
4566ded1caa4Smrg  exec 5>/dev/null
4567ded1caa4Smrg  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
4568ded1caa4Smrg  exec 5>>config.log
4569ded1caa4Smrg  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4570ded1caa4Smrg  # would make configure fail if this is the last instruction.
457144d8e951Smrg  $ac_cs_success || as_fn_exit 1
4572ded1caa4Smrgfi
457350539131Smrgif test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
4574414cce6aSmrg  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
4575414cce6aSmrgprintf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
457650539131Smrgfi
4577ded1caa4Smrg
4578414cce6aSmrg
4579