configure revision 92bb16f8
192bb16f8Smrg#! /bin/sh
292bb16f8Smrg# Guess values for system-dependent variables and create Makefiles.
392bb16f8Smrg# Generated by GNU Autoconf 2.60 for encodings 1.0.2.
492bb16f8Smrg#
592bb16f8Smrg# Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
692bb16f8Smrg#
792bb16f8Smrg# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
892bb16f8Smrg# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
992bb16f8Smrg# This configure script is free software; the Free Software Foundation
1092bb16f8Smrg# gives unlimited permission to copy, distribute and modify it.
1192bb16f8Smrg## --------------------- ##
1292bb16f8Smrg## M4sh Initialization.  ##
1392bb16f8Smrg## --------------------- ##
1492bb16f8Smrg
1592bb16f8Smrg# Be Bourne compatible
1692bb16f8Smrgif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1792bb16f8Smrg  emulate sh
1892bb16f8Smrg  NULLCMD=:
1992bb16f8Smrg  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2092bb16f8Smrg  # is contrary to our usage.  Disable this feature.
2192bb16f8Smrg  alias -g '${1+"$@"}'='"$@"'
2292bb16f8Smrg  setopt NO_GLOB_SUBST
2392bb16f8Smrgelse
2492bb16f8Smrg  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
2592bb16f8Smrgfi
2692bb16f8SmrgBIN_SH=xpg4; export BIN_SH # for Tru64
2792bb16f8SmrgDUALCASE=1; export DUALCASE # for MKS sh
2892bb16f8Smrg
2992bb16f8Smrg
3092bb16f8Smrg# PATH needs CR
3192bb16f8Smrg# Avoid depending upon Character Ranges.
3292bb16f8Smrgas_cr_letters='abcdefghijklmnopqrstuvwxyz'
3392bb16f8Smrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3492bb16f8Smrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS
3592bb16f8Smrgas_cr_digits='0123456789'
3692bb16f8Smrgas_cr_alnum=$as_cr_Letters$as_cr_digits
3792bb16f8Smrg
3892bb16f8Smrg# The user is always right.
3992bb16f8Smrgif test "${PATH_SEPARATOR+set}" != set; then
4092bb16f8Smrg  echo "#! /bin/sh" >conf$$.sh
4192bb16f8Smrg  echo  "exit 0"   >>conf$$.sh
4292bb16f8Smrg  chmod +x conf$$.sh
4392bb16f8Smrg  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
4492bb16f8Smrg    PATH_SEPARATOR=';'
4592bb16f8Smrg  else
4692bb16f8Smrg    PATH_SEPARATOR=:
4792bb16f8Smrg  fi
4892bb16f8Smrg  rm -f conf$$.sh
4992bb16f8Smrgfi
5092bb16f8Smrg
5192bb16f8Smrg# Support unset when possible.
5292bb16f8Smrgif ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5392bb16f8Smrg  as_unset=unset
5492bb16f8Smrgelse
5592bb16f8Smrg  as_unset=false
5692bb16f8Smrgfi
5792bb16f8Smrg
5892bb16f8Smrg
5992bb16f8Smrg# IFS
6092bb16f8Smrg# We need space, tab and new line, in precisely that order.  Quoting is
6192bb16f8Smrg# there to prevent editors from complaining about space-tab.
6292bb16f8Smrg# (If _AS_PATH_WALK were called with IFS unset, it would disable word
6392bb16f8Smrg# splitting by setting IFS to empty value.)
6492bb16f8Smrgas_nl='
6592bb16f8Smrg'
6692bb16f8SmrgIFS=" ""	$as_nl"
6792bb16f8Smrg
6892bb16f8Smrg# Find who we are.  Look in the path if we contain no directory separator.
6992bb16f8Smrgcase $0 in
7092bb16f8Smrg  *[\\/]* ) as_myself=$0 ;;
7192bb16f8Smrg  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7292bb16f8Smrgfor as_dir in $PATH
7392bb16f8Smrgdo
7492bb16f8Smrg  IFS=$as_save_IFS
7592bb16f8Smrg  test -z "$as_dir" && as_dir=.
7692bb16f8Smrg  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
7792bb16f8Smrgdone
7892bb16f8SmrgIFS=$as_save_IFS
7992bb16f8Smrg
8092bb16f8Smrg     ;;
8192bb16f8Smrgesac
8292bb16f8Smrg# We did not find ourselves, most probably we were run as `sh COMMAND'
8392bb16f8Smrg# in which case we are not to be found in the path.
8492bb16f8Smrgif test "x$as_myself" = x; then
8592bb16f8Smrg  as_myself=$0
8692bb16f8Smrgfi
8792bb16f8Smrgif test ! -f "$as_myself"; then
8892bb16f8Smrg  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
8992bb16f8Smrg  { (exit 1); exit 1; }
9092bb16f8Smrgfi
9192bb16f8Smrg
9292bb16f8Smrg# Work around bugs in pre-3.0 UWIN ksh.
9392bb16f8Smrgfor as_var in ENV MAIL MAILPATH
9492bb16f8Smrgdo ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
9592bb16f8Smrgdone
9692bb16f8SmrgPS1='$ '
9792bb16f8SmrgPS2='> '
9892bb16f8SmrgPS4='+ '
9992bb16f8Smrg
10092bb16f8Smrg# NLS nuisances.
10192bb16f8Smrgfor as_var in \
10292bb16f8Smrg  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
10392bb16f8Smrg  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
10492bb16f8Smrg  LC_TELEPHONE LC_TIME
10592bb16f8Smrgdo
10692bb16f8Smrg  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
10792bb16f8Smrg    eval $as_var=C; export $as_var
10892bb16f8Smrg  else
10992bb16f8Smrg    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
11092bb16f8Smrg  fi
11192bb16f8Smrgdone
11292bb16f8Smrg
11392bb16f8Smrg# Required to use basename.
11492bb16f8Smrgif expr a : '\(a\)' >/dev/null 2>&1 &&
11592bb16f8Smrg   test "X`expr 00001 : '.*\(...\)'`" = X001; then
11692bb16f8Smrg  as_expr=expr
11792bb16f8Smrgelse
11892bb16f8Smrg  as_expr=false
11992bb16f8Smrgfi
12092bb16f8Smrg
12192bb16f8Smrgif (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
12292bb16f8Smrg  as_basename=basename
12392bb16f8Smrgelse
12492bb16f8Smrg  as_basename=false
12592bb16f8Smrgfi
12692bb16f8Smrg
12792bb16f8Smrg
12892bb16f8Smrg# Name of the executable.
12992bb16f8Smrgas_me=`$as_basename -- "$0" ||
13092bb16f8Smrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13192bb16f8Smrg	 X"$0" : 'X\(//\)$' \| \
13292bb16f8Smrg	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13392bb16f8Smrgecho X/"$0" |
13492bb16f8Smrg    sed '/^.*\/\([^/][^/]*\)\/*$/{
13592bb16f8Smrg	    s//\1/
13692bb16f8Smrg	    q
13792bb16f8Smrg	  }
13892bb16f8Smrg	  /^X\/\(\/\/\)$/{
13992bb16f8Smrg	    s//\1/
14092bb16f8Smrg	    q
14192bb16f8Smrg	  }
14292bb16f8Smrg	  /^X\/\(\/\).*/{
14392bb16f8Smrg	    s//\1/
14492bb16f8Smrg	    q
14592bb16f8Smrg	  }
14692bb16f8Smrg	  s/.*/./; q'`
14792bb16f8Smrg
14892bb16f8Smrg# CDPATH.
14992bb16f8Smrg$as_unset CDPATH
15092bb16f8Smrg
15192bb16f8Smrg
15292bb16f8Smrgif test "x$CONFIG_SHELL" = x; then
15392bb16f8Smrg  if (eval ":") 2>/dev/null; then
15492bb16f8Smrg  as_have_required=yes
15592bb16f8Smrgelse
15692bb16f8Smrg  as_have_required=no
15792bb16f8Smrgfi
15892bb16f8Smrg
15992bb16f8Smrg  if test $as_have_required = yes && 	 (eval ":
16092bb16f8Smrg(as_func_return () {
16192bb16f8Smrg  (exit \$1)
16292bb16f8Smrg}
16392bb16f8Smrgas_func_success () {
16492bb16f8Smrg  as_func_return 0
16592bb16f8Smrg}
16692bb16f8Smrgas_func_failure () {
16792bb16f8Smrg  as_func_return 1
16892bb16f8Smrg}
16992bb16f8Smrgas_func_ret_success () {
17092bb16f8Smrg  return 0
17192bb16f8Smrg}
17292bb16f8Smrgas_func_ret_failure () {
17392bb16f8Smrg  return 1
17492bb16f8Smrg}
17592bb16f8Smrg
17692bb16f8Smrgexitcode=0
17792bb16f8Smrgif as_func_success; then
17892bb16f8Smrg  :
17992bb16f8Smrgelse
18092bb16f8Smrg  exitcode=1
18192bb16f8Smrg  echo as_func_success failed.
18292bb16f8Smrgfi
18392bb16f8Smrg
18492bb16f8Smrgif as_func_failure; then
18592bb16f8Smrg  exitcode=1
18692bb16f8Smrg  echo as_func_failure succeeded.
18792bb16f8Smrgfi
18892bb16f8Smrg
18992bb16f8Smrgif as_func_ret_success; then
19092bb16f8Smrg  :
19192bb16f8Smrgelse
19292bb16f8Smrg  exitcode=1
19392bb16f8Smrg  echo as_func_ret_success failed.
19492bb16f8Smrgfi
19592bb16f8Smrg
19692bb16f8Smrgif as_func_ret_failure; then
19792bb16f8Smrg  exitcode=1
19892bb16f8Smrg  echo as_func_ret_failure succeeded.
19992bb16f8Smrgfi
20092bb16f8Smrg
20192bb16f8Smrgif ( set x; as_func_ret_success y && test x = \"\$1\" ); then
20292bb16f8Smrg  :
20392bb16f8Smrgelse
20492bb16f8Smrg  exitcode=1
20592bb16f8Smrg  echo positional parameters were not saved.
20692bb16f8Smrgfi
20792bb16f8Smrg
20892bb16f8Smrgtest \$exitcode = 0) || { (exit 1); exit 1; }
20992bb16f8Smrg
21092bb16f8Smrg(
21192bb16f8Smrg  as_lineno_1=\$LINENO
21292bb16f8Smrg  as_lineno_2=\$LINENO
21392bb16f8Smrg  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
21492bb16f8Smrg  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
21592bb16f8Smrg") 2> /dev/null; then
21692bb16f8Smrg  :
21792bb16f8Smrgelse
21892bb16f8Smrg  as_candidate_shells=
21992bb16f8Smrg    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22092bb16f8Smrgfor as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
22192bb16f8Smrgdo
22292bb16f8Smrg  IFS=$as_save_IFS
22392bb16f8Smrg  test -z "$as_dir" && as_dir=.
22492bb16f8Smrg  case $as_dir in
22592bb16f8Smrg	 /*)
22692bb16f8Smrg	   for as_base in sh bash ksh sh5; do
22792bb16f8Smrg	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
22892bb16f8Smrg	   done;;
22992bb16f8Smrg       esac
23092bb16f8Smrgdone
23192bb16f8SmrgIFS=$as_save_IFS
23292bb16f8Smrg
23392bb16f8Smrg
23492bb16f8Smrg      for as_shell in $as_candidate_shells $SHELL; do
23592bb16f8Smrg	 # Try only shells that exist, to save several forks.
23692bb16f8Smrg	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
23792bb16f8Smrg		{ ("$as_shell") 2> /dev/null <<\_ASEOF
23892bb16f8Smrg# Be Bourne compatible
23992bb16f8Smrgif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
24092bb16f8Smrg  emulate sh
24192bb16f8Smrg  NULLCMD=:
24292bb16f8Smrg  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
24392bb16f8Smrg  # is contrary to our usage.  Disable this feature.
24492bb16f8Smrg  alias -g '${1+"$@"}'='"$@"'
24592bb16f8Smrg  setopt NO_GLOB_SUBST
24692bb16f8Smrgelse
24792bb16f8Smrg  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
24892bb16f8Smrgfi
24992bb16f8SmrgBIN_SH=xpg4; export BIN_SH # for Tru64
25092bb16f8SmrgDUALCASE=1; export DUALCASE # for MKS sh
25192bb16f8Smrg
25292bb16f8Smrg:
25392bb16f8Smrg_ASEOF
25492bb16f8Smrg}; then
25592bb16f8Smrg  CONFIG_SHELL=$as_shell
25692bb16f8Smrg	       as_have_required=yes
25792bb16f8Smrg	       if { "$as_shell" 2> /dev/null <<\_ASEOF
25892bb16f8Smrg# Be Bourne compatible
25992bb16f8Smrgif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
26092bb16f8Smrg  emulate sh
26192bb16f8Smrg  NULLCMD=:
26292bb16f8Smrg  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
26392bb16f8Smrg  # is contrary to our usage.  Disable this feature.
26492bb16f8Smrg  alias -g '${1+"$@"}'='"$@"'
26592bb16f8Smrg  setopt NO_GLOB_SUBST
26692bb16f8Smrgelse
26792bb16f8Smrg  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
26892bb16f8Smrgfi
26992bb16f8SmrgBIN_SH=xpg4; export BIN_SH # for Tru64
27092bb16f8SmrgDUALCASE=1; export DUALCASE # for MKS sh
27192bb16f8Smrg
27292bb16f8Smrg:
27392bb16f8Smrg(as_func_return () {
27492bb16f8Smrg  (exit $1)
27592bb16f8Smrg}
27692bb16f8Smrgas_func_success () {
27792bb16f8Smrg  as_func_return 0
27892bb16f8Smrg}
27992bb16f8Smrgas_func_failure () {
28092bb16f8Smrg  as_func_return 1
28192bb16f8Smrg}
28292bb16f8Smrgas_func_ret_success () {
28392bb16f8Smrg  return 0
28492bb16f8Smrg}
28592bb16f8Smrgas_func_ret_failure () {
28692bb16f8Smrg  return 1
28792bb16f8Smrg}
28892bb16f8Smrg
28992bb16f8Smrgexitcode=0
29092bb16f8Smrgif as_func_success; then
29192bb16f8Smrg  :
29292bb16f8Smrgelse
29392bb16f8Smrg  exitcode=1
29492bb16f8Smrg  echo as_func_success failed.
29592bb16f8Smrgfi
29692bb16f8Smrg
29792bb16f8Smrgif as_func_failure; then
29892bb16f8Smrg  exitcode=1
29992bb16f8Smrg  echo as_func_failure succeeded.
30092bb16f8Smrgfi
30192bb16f8Smrg
30292bb16f8Smrgif as_func_ret_success; then
30392bb16f8Smrg  :
30492bb16f8Smrgelse
30592bb16f8Smrg  exitcode=1
30692bb16f8Smrg  echo as_func_ret_success failed.
30792bb16f8Smrgfi
30892bb16f8Smrg
30992bb16f8Smrgif as_func_ret_failure; then
31092bb16f8Smrg  exitcode=1
31192bb16f8Smrg  echo as_func_ret_failure succeeded.
31292bb16f8Smrgfi
31392bb16f8Smrg
31492bb16f8Smrgif ( set x; as_func_ret_success y && test x = "$1" ); then
31592bb16f8Smrg  :
31692bb16f8Smrgelse
31792bb16f8Smrg  exitcode=1
31892bb16f8Smrg  echo positional parameters were not saved.
31992bb16f8Smrgfi
32092bb16f8Smrg
32192bb16f8Smrgtest $exitcode = 0) || { (exit 1); exit 1; }
32292bb16f8Smrg
32392bb16f8Smrg(
32492bb16f8Smrg  as_lineno_1=$LINENO
32592bb16f8Smrg  as_lineno_2=$LINENO
32692bb16f8Smrg  test "x$as_lineno_1" != "x$as_lineno_2" &&
32792bb16f8Smrg  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
32892bb16f8Smrg
32992bb16f8Smrg_ASEOF
33092bb16f8Smrg}; then
33192bb16f8Smrg  break
33292bb16f8Smrgfi
33392bb16f8Smrg
33492bb16f8Smrgfi
33592bb16f8Smrg
33692bb16f8Smrg      done
33792bb16f8Smrg
33892bb16f8Smrg      if test "x$CONFIG_SHELL" != x; then
33992bb16f8Smrg  for as_var in BASH_ENV ENV
34092bb16f8Smrg        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
34192bb16f8Smrg        done
34292bb16f8Smrg        export CONFIG_SHELL
34392bb16f8Smrg        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
34492bb16f8Smrgfi
34592bb16f8Smrg
34692bb16f8Smrg
34792bb16f8Smrg    if test $as_have_required = no; then
34892bb16f8Smrg  echo This script requires a shell more modern than all the
34992bb16f8Smrg      echo shells that I found on your system.  Please install a
35092bb16f8Smrg      echo modern shell, or manually run the script under such a
35192bb16f8Smrg      echo shell if you do have one.
35292bb16f8Smrg      { (exit 1); exit 1; }
35392bb16f8Smrgfi
35492bb16f8Smrg
35592bb16f8Smrg
35692bb16f8Smrgfi
35792bb16f8Smrg
35892bb16f8Smrgfi
35992bb16f8Smrg
36092bb16f8Smrg
36192bb16f8Smrg
36292bb16f8Smrg(eval "as_func_return () {
36392bb16f8Smrg  (exit \$1)
36492bb16f8Smrg}
36592bb16f8Smrgas_func_success () {
36692bb16f8Smrg  as_func_return 0
36792bb16f8Smrg}
36892bb16f8Smrgas_func_failure () {
36992bb16f8Smrg  as_func_return 1
37092bb16f8Smrg}
37192bb16f8Smrgas_func_ret_success () {
37292bb16f8Smrg  return 0
37392bb16f8Smrg}
37492bb16f8Smrgas_func_ret_failure () {
37592bb16f8Smrg  return 1
37692bb16f8Smrg}
37792bb16f8Smrg
37892bb16f8Smrgexitcode=0
37992bb16f8Smrgif as_func_success; then
38092bb16f8Smrg  :
38192bb16f8Smrgelse
38292bb16f8Smrg  exitcode=1
38392bb16f8Smrg  echo as_func_success failed.
38492bb16f8Smrgfi
38592bb16f8Smrg
38692bb16f8Smrgif as_func_failure; then
38792bb16f8Smrg  exitcode=1
38892bb16f8Smrg  echo as_func_failure succeeded.
38992bb16f8Smrgfi
39092bb16f8Smrg
39192bb16f8Smrgif as_func_ret_success; then
39292bb16f8Smrg  :
39392bb16f8Smrgelse
39492bb16f8Smrg  exitcode=1
39592bb16f8Smrg  echo as_func_ret_success failed.
39692bb16f8Smrgfi
39792bb16f8Smrg
39892bb16f8Smrgif as_func_ret_failure; then
39992bb16f8Smrg  exitcode=1
40092bb16f8Smrg  echo as_func_ret_failure succeeded.
40192bb16f8Smrgfi
40292bb16f8Smrg
40392bb16f8Smrgif ( set x; as_func_ret_success y && test x = \"\$1\" ); then
40492bb16f8Smrg  :
40592bb16f8Smrgelse
40692bb16f8Smrg  exitcode=1
40792bb16f8Smrg  echo positional parameters were not saved.
40892bb16f8Smrgfi
40992bb16f8Smrg
41092bb16f8Smrgtest \$exitcode = 0") || {
41192bb16f8Smrg  echo No shell found that supports shell functions.
41292bb16f8Smrg  echo Please tell autoconf@gnu.org about your system,
41392bb16f8Smrg  echo including any error possibly output before this
41492bb16f8Smrg  echo message
41592bb16f8Smrg}
41692bb16f8Smrg
41792bb16f8Smrg
41892bb16f8Smrg
41992bb16f8Smrg  as_lineno_1=$LINENO
42092bb16f8Smrg  as_lineno_2=$LINENO
42192bb16f8Smrg  test "x$as_lineno_1" != "x$as_lineno_2" &&
42292bb16f8Smrg  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
42392bb16f8Smrg
42492bb16f8Smrg  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
42592bb16f8Smrg  # uniformly replaced by the line number.  The first 'sed' inserts a
42692bb16f8Smrg  # line-number line after each line using $LINENO; the second 'sed'
42792bb16f8Smrg  # does the real work.  The second script uses 'N' to pair each
42892bb16f8Smrg  # line-number line with the line containing $LINENO, and appends
42992bb16f8Smrg  # trailing '-' during substitution so that $LINENO is not a special
43092bb16f8Smrg  # case at line end.
43192bb16f8Smrg  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
43292bb16f8Smrg  # scripts with optimization help from Paolo Bonzini.  Blame Lee
43392bb16f8Smrg  # E. McMahon (1931-1989) for sed's syntax.  :-)
43492bb16f8Smrg  sed -n '
43592bb16f8Smrg    p
43692bb16f8Smrg    /[$]LINENO/=
43792bb16f8Smrg  ' <$as_myself |
43892bb16f8Smrg    sed '
43992bb16f8Smrg      s/[$]LINENO.*/&-/
44092bb16f8Smrg      t lineno
44192bb16f8Smrg      b
44292bb16f8Smrg      :lineno
44392bb16f8Smrg      N
44492bb16f8Smrg      :loop
44592bb16f8Smrg      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
44692bb16f8Smrg      t loop
44792bb16f8Smrg      s/-\n.*//
44892bb16f8Smrg    ' >$as_me.lineno &&
44992bb16f8Smrg  chmod +x "$as_me.lineno" ||
45092bb16f8Smrg    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
45192bb16f8Smrg   { (exit 1); exit 1; }; }
45292bb16f8Smrg
45392bb16f8Smrg  # Don't try to exec as it changes $[0], causing all sort of problems
45492bb16f8Smrg  # (the dirname of $[0] is not the place where we might find the
45592bb16f8Smrg  # original and so on.  Autoconf is especially sensitive to this).
45692bb16f8Smrg  . "./$as_me.lineno"
45792bb16f8Smrg  # Exit status is that of the last command.
45892bb16f8Smrg  exit
45992bb16f8Smrg}
46092bb16f8Smrg
46192bb16f8Smrg
46292bb16f8Smrgif (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
46392bb16f8Smrg  as_dirname=dirname
46492bb16f8Smrgelse
46592bb16f8Smrg  as_dirname=false
46692bb16f8Smrgfi
46792bb16f8Smrg
46892bb16f8SmrgECHO_C= ECHO_N= ECHO_T=
46992bb16f8Smrgcase `echo -n x` in
47092bb16f8Smrg-n*)
47192bb16f8Smrg  case `echo 'x\c'` in
47292bb16f8Smrg  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
47392bb16f8Smrg  *)   ECHO_C='\c';;
47492bb16f8Smrg  esac;;
47592bb16f8Smrg*)
47692bb16f8Smrg  ECHO_N='-n';;
47792bb16f8Smrgesac
47892bb16f8Smrg
47992bb16f8Smrgif expr a : '\(a\)' >/dev/null 2>&1 &&
48092bb16f8Smrg   test "X`expr 00001 : '.*\(...\)'`" = X001; then
48192bb16f8Smrg  as_expr=expr
48292bb16f8Smrgelse
48392bb16f8Smrg  as_expr=false
48492bb16f8Smrgfi
48592bb16f8Smrg
48692bb16f8Smrgrm -f conf$$ conf$$.exe conf$$.file
48792bb16f8Smrgif test -d conf$$.dir; then
48892bb16f8Smrg  rm -f conf$$.dir/conf$$.file
48992bb16f8Smrgelse
49092bb16f8Smrg  rm -f conf$$.dir
49192bb16f8Smrg  mkdir conf$$.dir
49292bb16f8Smrgfi
49392bb16f8Smrgecho >conf$$.file
49492bb16f8Smrgif ln -s conf$$.file conf$$ 2>/dev/null; then
49592bb16f8Smrg  as_ln_s='ln -s'
49692bb16f8Smrg  # ... but there are two gotchas:
49792bb16f8Smrg  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
49892bb16f8Smrg  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
49992bb16f8Smrg  # In both cases, we have to default to `cp -p'.
50092bb16f8Smrg  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
50192bb16f8Smrg    as_ln_s='cp -p'
50292bb16f8Smrgelif ln conf$$.file conf$$ 2>/dev/null; then
50392bb16f8Smrg  as_ln_s=ln
50492bb16f8Smrgelse
50592bb16f8Smrg  as_ln_s='cp -p'
50692bb16f8Smrgfi
50792bb16f8Smrgrm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
50892bb16f8Smrgrmdir conf$$.dir 2>/dev/null
50992bb16f8Smrg
51092bb16f8Smrgif mkdir -p . 2>/dev/null; then
51192bb16f8Smrg  as_mkdir_p=:
51292bb16f8Smrgelse
51392bb16f8Smrg  test -d ./-p && rmdir ./-p
51492bb16f8Smrg  as_mkdir_p=false
51592bb16f8Smrgfi
51692bb16f8Smrg
51792bb16f8Smrg# Find out whether ``test -x'' works.  Don't use a zero-byte file, as
51892bb16f8Smrg# systems may use methods other than mode bits to determine executability.
51992bb16f8Smrgcat >conf$$.file <<_ASEOF
52092bb16f8Smrg#! /bin/sh
52192bb16f8Smrgexit 0
52292bb16f8Smrg_ASEOF
52392bb16f8Smrgchmod +x conf$$.file
52492bb16f8Smrgif test -x conf$$.file >/dev/null 2>&1; then
52592bb16f8Smrg  as_executable_p="test -x"
52692bb16f8Smrgelse
52792bb16f8Smrg  as_executable_p=:
52892bb16f8Smrgfi
52992bb16f8Smrgrm -f conf$$.file
53092bb16f8Smrg
53192bb16f8Smrg# Sed expression to map a string onto a valid CPP name.
53292bb16f8Smrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
53392bb16f8Smrg
53492bb16f8Smrg# Sed expression to map a string onto a valid variable name.
53592bb16f8Smrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
53692bb16f8Smrg
53792bb16f8Smrg
53892bb16f8Smrg
53992bb16f8Smrgexec 7<&0 </dev/null 6>&1
54092bb16f8Smrg
54192bb16f8Smrg# Name of the host.
54292bb16f8Smrg# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
54392bb16f8Smrg# so uname gets run too.
54492bb16f8Smrgac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
54592bb16f8Smrg
54692bb16f8Smrg#
54792bb16f8Smrg# Initializations.
54892bb16f8Smrg#
54992bb16f8Smrgac_default_prefix=/usr/local
55092bb16f8Smrgac_clean_files=
55192bb16f8Smrgac_config_libobj_dir=.
55292bb16f8SmrgLIBOBJS=
55392bb16f8Smrgcross_compiling=no
55492bb16f8Smrgsubdirs=
55592bb16f8SmrgMFLAGS=
55692bb16f8SmrgMAKEFLAGS=
55792bb16f8SmrgSHELL=${CONFIG_SHELL-/bin/sh}
55892bb16f8Smrg
55992bb16f8Smrg# Identity of this package.
56092bb16f8SmrgPACKAGE_NAME='encodings'
56192bb16f8SmrgPACKAGE_TARNAME='encodings'
56292bb16f8SmrgPACKAGE_VERSION='1.0.2'
56392bb16f8SmrgPACKAGE_STRING='encodings 1.0.2'
56492bb16f8SmrgPACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
56592bb16f8Smrg
56692bb16f8Smrgac_subst_vars='SHELL
56792bb16f8SmrgPATH_SEPARATOR
56892bb16f8SmrgPACKAGE_NAME
56992bb16f8SmrgPACKAGE_TARNAME
57092bb16f8SmrgPACKAGE_VERSION
57192bb16f8SmrgPACKAGE_STRING
57292bb16f8SmrgPACKAGE_BUGREPORT
57392bb16f8Smrgexec_prefix
57492bb16f8Smrgprefix
57592bb16f8Smrgprogram_transform_name
57692bb16f8Smrgbindir
57792bb16f8Smrgsbindir
57892bb16f8Smrglibexecdir
57992bb16f8Smrgdatarootdir
58092bb16f8Smrgdatadir
58192bb16f8Smrgsysconfdir
58292bb16f8Smrgsharedstatedir
58392bb16f8Smrglocalstatedir
58492bb16f8Smrgincludedir
58592bb16f8Smrgoldincludedir
58692bb16f8Smrgdocdir
58792bb16f8Smrginfodir
58892bb16f8Smrghtmldir
58992bb16f8Smrgdvidir
59092bb16f8Smrgpdfdir
59192bb16f8Smrgpsdir
59292bb16f8Smrglibdir
59392bb16f8Smrglocaledir
59492bb16f8Smrgmandir
59592bb16f8SmrgDEFS
59692bb16f8SmrgECHO_C
59792bb16f8SmrgECHO_N
59892bb16f8SmrgECHO_T
59992bb16f8SmrgLIBS
60092bb16f8Smrgbuild_alias
60192bb16f8Smrghost_alias
60292bb16f8Smrgtarget_alias
60392bb16f8SmrgINSTALL_PROGRAM
60492bb16f8SmrgINSTALL_SCRIPT
60592bb16f8SmrgINSTALL_DATA
60692bb16f8SmrgCYGPATH_W
60792bb16f8SmrgPACKAGE
60892bb16f8SmrgVERSION
60992bb16f8SmrgACLOCAL
61092bb16f8SmrgAUTOCONF
61192bb16f8SmrgAUTOMAKE
61292bb16f8SmrgAUTOHEADER
61392bb16f8SmrgMAKEINFO
61492bb16f8Smrginstall_sh
61592bb16f8SmrgSTRIP
61692bb16f8SmrgINSTALL_STRIP_PROGRAM
61792bb16f8Smrgmkdir_p
61892bb16f8SmrgAWK
61992bb16f8SmrgSET_MAKE
62092bb16f8Smrgam__leading_dot
62192bb16f8SmrgAMTAR
62292bb16f8Smrgam__tar
62392bb16f8Smrgam__untar
62492bb16f8SmrgAMSHOWCMDSAT
62592bb16f8SmrgAMDEPSHOWCMDSAT
62692bb16f8SmrgAMPRETTYECHO
62792bb16f8SmrgAMCMDECHO
62892bb16f8SmrgLT_QUIET
62992bb16f8SmrgMKFONTSCALE
63092bb16f8SmrgGZIP_SMALL_TRUE
63192bb16f8SmrgGZIP_SMALL_FALSE
63292bb16f8SmrgGZIP_LARGE_TRUE
63392bb16f8SmrgGZIP_LARGE_FALSE
63492bb16f8SmrgGZIP
63592bb16f8SmrgENCODINGSDIR
63692bb16f8SmrgLIBOBJS
63792bb16f8SmrgLTLIBOBJS'
63892bb16f8Smrgac_subst_files=''
63992bb16f8Smrg      ac_precious_vars='build_alias
64092bb16f8Smrghost_alias
64192bb16f8Smrgtarget_alias'
64292bb16f8Smrg
64392bb16f8Smrg
64492bb16f8Smrg# Initialize some variables set by options.
64592bb16f8Smrgac_init_help=
64692bb16f8Smrgac_init_version=false
64792bb16f8Smrg# The variables have the same names as the options, with
64892bb16f8Smrg# dashes changed to underlines.
64992bb16f8Smrgcache_file=/dev/null
65092bb16f8Smrgexec_prefix=NONE
65192bb16f8Smrgno_create=
65292bb16f8Smrgno_recursion=
65392bb16f8Smrgprefix=NONE
65492bb16f8Smrgprogram_prefix=NONE
65592bb16f8Smrgprogram_suffix=NONE
65692bb16f8Smrgprogram_transform_name=s,x,x,
65792bb16f8Smrgsilent=
65892bb16f8Smrgsite=
65992bb16f8Smrgsrcdir=
66092bb16f8Smrgverbose=
66192bb16f8Smrgx_includes=NONE
66292bb16f8Smrgx_libraries=NONE
66392bb16f8Smrg
66492bb16f8Smrg# Installation directory options.
66592bb16f8Smrg# These are left unexpanded so users can "make install exec_prefix=/foo"
66692bb16f8Smrg# and all the variables that are supposed to be based on exec_prefix
66792bb16f8Smrg# by default will actually change.
66892bb16f8Smrg# Use braces instead of parens because sh, perl, etc. also accept them.
66992bb16f8Smrg# (The list follows the same order as the GNU Coding Standards.)
67092bb16f8Smrgbindir='${exec_prefix}/bin'
67192bb16f8Smrgsbindir='${exec_prefix}/sbin'
67292bb16f8Smrglibexecdir='${exec_prefix}/libexec'
67392bb16f8Smrgdatarootdir='${prefix}/share'
67492bb16f8Smrgdatadir='${datarootdir}'
67592bb16f8Smrgsysconfdir='${prefix}/etc'
67692bb16f8Smrgsharedstatedir='${prefix}/com'
67792bb16f8Smrglocalstatedir='${prefix}/var'
67892bb16f8Smrgincludedir='${prefix}/include'
67992bb16f8Smrgoldincludedir='/usr/include'
68092bb16f8Smrgdocdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
68192bb16f8Smrginfodir='${datarootdir}/info'
68292bb16f8Smrghtmldir='${docdir}'
68392bb16f8Smrgdvidir='${docdir}'
68492bb16f8Smrgpdfdir='${docdir}'
68592bb16f8Smrgpsdir='${docdir}'
68692bb16f8Smrglibdir='${exec_prefix}/lib'
68792bb16f8Smrglocaledir='${datarootdir}/locale'
68892bb16f8Smrgmandir='${datarootdir}/man'
68992bb16f8Smrg
69092bb16f8Smrgac_prev=
69192bb16f8Smrgac_dashdash=
69292bb16f8Smrgfor ac_option
69392bb16f8Smrgdo
69492bb16f8Smrg  # If the previous option needs an argument, assign it.
69592bb16f8Smrg  if test -n "$ac_prev"; then
69692bb16f8Smrg    eval $ac_prev=\$ac_option
69792bb16f8Smrg    ac_prev=
69892bb16f8Smrg    continue
69992bb16f8Smrg  fi
70092bb16f8Smrg
70192bb16f8Smrg  case $ac_option in
70292bb16f8Smrg  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
70392bb16f8Smrg  *)	ac_optarg=yes ;;
70492bb16f8Smrg  esac
70592bb16f8Smrg
70692bb16f8Smrg  # Accept the important Cygnus configure options, so we can diagnose typos.
70792bb16f8Smrg
70892bb16f8Smrg  case $ac_dashdash$ac_option in
70992bb16f8Smrg  --)
71092bb16f8Smrg    ac_dashdash=yes ;;
71192bb16f8Smrg
71292bb16f8Smrg  -bindir | --bindir | --bindi | --bind | --bin | --bi)
71392bb16f8Smrg    ac_prev=bindir ;;
71492bb16f8Smrg  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
71592bb16f8Smrg    bindir=$ac_optarg ;;
71692bb16f8Smrg
71792bb16f8Smrg  -build | --build | --buil | --bui | --bu)
71892bb16f8Smrg    ac_prev=build_alias ;;
71992bb16f8Smrg  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
72092bb16f8Smrg    build_alias=$ac_optarg ;;
72192bb16f8Smrg
72292bb16f8Smrg  -cache-file | --cache-file | --cache-fil | --cache-fi \
72392bb16f8Smrg  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
72492bb16f8Smrg    ac_prev=cache_file ;;
72592bb16f8Smrg  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
72692bb16f8Smrg  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
72792bb16f8Smrg    cache_file=$ac_optarg ;;
72892bb16f8Smrg
72992bb16f8Smrg  --config-cache | -C)
73092bb16f8Smrg    cache_file=config.cache ;;
73192bb16f8Smrg
73292bb16f8Smrg  -datadir | --datadir | --datadi | --datad)
73392bb16f8Smrg    ac_prev=datadir ;;
73492bb16f8Smrg  -datadir=* | --datadir=* | --datadi=* | --datad=*)
73592bb16f8Smrg    datadir=$ac_optarg ;;
73692bb16f8Smrg
73792bb16f8Smrg  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
73892bb16f8Smrg  | --dataroo | --dataro | --datar)
73992bb16f8Smrg    ac_prev=datarootdir ;;
74092bb16f8Smrg  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
74192bb16f8Smrg  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
74292bb16f8Smrg    datarootdir=$ac_optarg ;;
74392bb16f8Smrg
74492bb16f8Smrg  -disable-* | --disable-*)
74592bb16f8Smrg    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
74692bb16f8Smrg    # Reject names that are not valid shell variable names.
74792bb16f8Smrg    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
74892bb16f8Smrg      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
74992bb16f8Smrg   { (exit 1); exit 1; }; }
75092bb16f8Smrg    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
75192bb16f8Smrg    eval enable_$ac_feature=no ;;
75292bb16f8Smrg
75392bb16f8Smrg  -docdir | --docdir | --docdi | --doc | --do)
75492bb16f8Smrg    ac_prev=docdir ;;
75592bb16f8Smrg  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
75692bb16f8Smrg    docdir=$ac_optarg ;;
75792bb16f8Smrg
75892bb16f8Smrg  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
75992bb16f8Smrg    ac_prev=dvidir ;;
76092bb16f8Smrg  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
76192bb16f8Smrg    dvidir=$ac_optarg ;;
76292bb16f8Smrg
76392bb16f8Smrg  -enable-* | --enable-*)
76492bb16f8Smrg    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
76592bb16f8Smrg    # Reject names that are not valid shell variable names.
76692bb16f8Smrg    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
76792bb16f8Smrg      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
76892bb16f8Smrg   { (exit 1); exit 1; }; }
76992bb16f8Smrg    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
77092bb16f8Smrg    eval enable_$ac_feature=\$ac_optarg ;;
77192bb16f8Smrg
77292bb16f8Smrg  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
77392bb16f8Smrg  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
77492bb16f8Smrg  | --exec | --exe | --ex)
77592bb16f8Smrg    ac_prev=exec_prefix ;;
77692bb16f8Smrg  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
77792bb16f8Smrg  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
77892bb16f8Smrg  | --exec=* | --exe=* | --ex=*)
77992bb16f8Smrg    exec_prefix=$ac_optarg ;;
78092bb16f8Smrg
78192bb16f8Smrg  -gas | --gas | --ga | --g)
78292bb16f8Smrg    # Obsolete; use --with-gas.
78392bb16f8Smrg    with_gas=yes ;;
78492bb16f8Smrg
78592bb16f8Smrg  -help | --help | --hel | --he | -h)
78692bb16f8Smrg    ac_init_help=long ;;
78792bb16f8Smrg  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
78892bb16f8Smrg    ac_init_help=recursive ;;
78992bb16f8Smrg  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
79092bb16f8Smrg    ac_init_help=short ;;
79192bb16f8Smrg
79292bb16f8Smrg  -host | --host | --hos | --ho)
79392bb16f8Smrg    ac_prev=host_alias ;;
79492bb16f8Smrg  -host=* | --host=* | --hos=* | --ho=*)
79592bb16f8Smrg    host_alias=$ac_optarg ;;
79692bb16f8Smrg
79792bb16f8Smrg  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
79892bb16f8Smrg    ac_prev=htmldir ;;
79992bb16f8Smrg  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
80092bb16f8Smrg  | --ht=*)
80192bb16f8Smrg    htmldir=$ac_optarg ;;
80292bb16f8Smrg
80392bb16f8Smrg  -includedir | --includedir | --includedi | --included | --include \
80492bb16f8Smrg  | --includ | --inclu | --incl | --inc)
80592bb16f8Smrg    ac_prev=includedir ;;
80692bb16f8Smrg  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
80792bb16f8Smrg  | --includ=* | --inclu=* | --incl=* | --inc=*)
80892bb16f8Smrg    includedir=$ac_optarg ;;
80992bb16f8Smrg
81092bb16f8Smrg  -infodir | --infodir | --infodi | --infod | --info | --inf)
81192bb16f8Smrg    ac_prev=infodir ;;
81292bb16f8Smrg  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
81392bb16f8Smrg    infodir=$ac_optarg ;;
81492bb16f8Smrg
81592bb16f8Smrg  -libdir | --libdir | --libdi | --libd)
81692bb16f8Smrg    ac_prev=libdir ;;
81792bb16f8Smrg  -libdir=* | --libdir=* | --libdi=* | --libd=*)
81892bb16f8Smrg    libdir=$ac_optarg ;;
81992bb16f8Smrg
82092bb16f8Smrg  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
82192bb16f8Smrg  | --libexe | --libex | --libe)
82292bb16f8Smrg    ac_prev=libexecdir ;;
82392bb16f8Smrg  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
82492bb16f8Smrg  | --libexe=* | --libex=* | --libe=*)
82592bb16f8Smrg    libexecdir=$ac_optarg ;;
82692bb16f8Smrg
82792bb16f8Smrg  -localedir | --localedir | --localedi | --localed | --locale)
82892bb16f8Smrg    ac_prev=localedir ;;
82992bb16f8Smrg  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
83092bb16f8Smrg    localedir=$ac_optarg ;;
83192bb16f8Smrg
83292bb16f8Smrg  -localstatedir | --localstatedir | --localstatedi | --localstated \
83392bb16f8Smrg  | --localstate | --localstat | --localsta | --localst | --locals)
83492bb16f8Smrg    ac_prev=localstatedir ;;
83592bb16f8Smrg  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
83692bb16f8Smrg  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
83792bb16f8Smrg    localstatedir=$ac_optarg ;;
83892bb16f8Smrg
83992bb16f8Smrg  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
84092bb16f8Smrg    ac_prev=mandir ;;
84192bb16f8Smrg  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
84292bb16f8Smrg    mandir=$ac_optarg ;;
84392bb16f8Smrg
84492bb16f8Smrg  -nfp | --nfp | --nf)
84592bb16f8Smrg    # Obsolete; use --without-fp.
84692bb16f8Smrg    with_fp=no ;;
84792bb16f8Smrg
84892bb16f8Smrg  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
84992bb16f8Smrg  | --no-cr | --no-c | -n)
85092bb16f8Smrg    no_create=yes ;;
85192bb16f8Smrg
85292bb16f8Smrg  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
85392bb16f8Smrg  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
85492bb16f8Smrg    no_recursion=yes ;;
85592bb16f8Smrg
85692bb16f8Smrg  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
85792bb16f8Smrg  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
85892bb16f8Smrg  | --oldin | --oldi | --old | --ol | --o)
85992bb16f8Smrg    ac_prev=oldincludedir ;;
86092bb16f8Smrg  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
86192bb16f8Smrg  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
86292bb16f8Smrg  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
86392bb16f8Smrg    oldincludedir=$ac_optarg ;;
86492bb16f8Smrg
86592bb16f8Smrg  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
86692bb16f8Smrg    ac_prev=prefix ;;
86792bb16f8Smrg  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
86892bb16f8Smrg    prefix=$ac_optarg ;;
86992bb16f8Smrg
87092bb16f8Smrg  -program-prefix | --program-prefix | --program-prefi | --program-pref \
87192bb16f8Smrg  | --program-pre | --program-pr | --program-p)
87292bb16f8Smrg    ac_prev=program_prefix ;;
87392bb16f8Smrg  -program-prefix=* | --program-prefix=* | --program-prefi=* \
87492bb16f8Smrg  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
87592bb16f8Smrg    program_prefix=$ac_optarg ;;
87692bb16f8Smrg
87792bb16f8Smrg  -program-suffix | --program-suffix | --program-suffi | --program-suff \
87892bb16f8Smrg  | --program-suf | --program-su | --program-s)
87992bb16f8Smrg    ac_prev=program_suffix ;;
88092bb16f8Smrg  -program-suffix=* | --program-suffix=* | --program-suffi=* \
88192bb16f8Smrg  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
88292bb16f8Smrg    program_suffix=$ac_optarg ;;
88392bb16f8Smrg
88492bb16f8Smrg  -program-transform-name | --program-transform-name \
88592bb16f8Smrg  | --program-transform-nam | --program-transform-na \
88692bb16f8Smrg  | --program-transform-n | --program-transform- \
88792bb16f8Smrg  | --program-transform | --program-transfor \
88892bb16f8Smrg  | --program-transfo | --program-transf \
88992bb16f8Smrg  | --program-trans | --program-tran \
89092bb16f8Smrg  | --progr-tra | --program-tr | --program-t)
89192bb16f8Smrg    ac_prev=program_transform_name ;;
89292bb16f8Smrg  -program-transform-name=* | --program-transform-name=* \
89392bb16f8Smrg  | --program-transform-nam=* | --program-transform-na=* \
89492bb16f8Smrg  | --program-transform-n=* | --program-transform-=* \
89592bb16f8Smrg  | --program-transform=* | --program-transfor=* \
89692bb16f8Smrg  | --program-transfo=* | --program-transf=* \
89792bb16f8Smrg  | --program-trans=* | --program-tran=* \
89892bb16f8Smrg  | --progr-tra=* | --program-tr=* | --program-t=*)
89992bb16f8Smrg    program_transform_name=$ac_optarg ;;
90092bb16f8Smrg
90192bb16f8Smrg  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
90292bb16f8Smrg    ac_prev=pdfdir ;;
90392bb16f8Smrg  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
90492bb16f8Smrg    pdfdir=$ac_optarg ;;
90592bb16f8Smrg
90692bb16f8Smrg  -psdir | --psdir | --psdi | --psd | --ps)
90792bb16f8Smrg    ac_prev=psdir ;;
90892bb16f8Smrg  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
90992bb16f8Smrg    psdir=$ac_optarg ;;
91092bb16f8Smrg
91192bb16f8Smrg  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
91292bb16f8Smrg  | -silent | --silent | --silen | --sile | --sil)
91392bb16f8Smrg    silent=yes ;;
91492bb16f8Smrg
91592bb16f8Smrg  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
91692bb16f8Smrg    ac_prev=sbindir ;;
91792bb16f8Smrg  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
91892bb16f8Smrg  | --sbi=* | --sb=*)
91992bb16f8Smrg    sbindir=$ac_optarg ;;
92092bb16f8Smrg
92192bb16f8Smrg  -sharedstatedir | --sharedstatedir | --sharedstatedi \
92292bb16f8Smrg  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
92392bb16f8Smrg  | --sharedst | --shareds | --shared | --share | --shar \
92492bb16f8Smrg  | --sha | --sh)
92592bb16f8Smrg    ac_prev=sharedstatedir ;;
92692bb16f8Smrg  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
92792bb16f8Smrg  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
92892bb16f8Smrg  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
92992bb16f8Smrg  | --sha=* | --sh=*)
93092bb16f8Smrg    sharedstatedir=$ac_optarg ;;
93192bb16f8Smrg
93292bb16f8Smrg  -site | --site | --sit)
93392bb16f8Smrg    ac_prev=site ;;
93492bb16f8Smrg  -site=* | --site=* | --sit=*)
93592bb16f8Smrg    site=$ac_optarg ;;
93692bb16f8Smrg
93792bb16f8Smrg  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
93892bb16f8Smrg    ac_prev=srcdir ;;
93992bb16f8Smrg  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
94092bb16f8Smrg    srcdir=$ac_optarg ;;
94192bb16f8Smrg
94292bb16f8Smrg  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
94392bb16f8Smrg  | --syscon | --sysco | --sysc | --sys | --sy)
94492bb16f8Smrg    ac_prev=sysconfdir ;;
94592bb16f8Smrg  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
94692bb16f8Smrg  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
94792bb16f8Smrg    sysconfdir=$ac_optarg ;;
94892bb16f8Smrg
94992bb16f8Smrg  -target | --target | --targe | --targ | --tar | --ta | --t)
95092bb16f8Smrg    ac_prev=target_alias ;;
95192bb16f8Smrg  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
95292bb16f8Smrg    target_alias=$ac_optarg ;;
95392bb16f8Smrg
95492bb16f8Smrg  -v | -verbose | --verbose | --verbos | --verbo | --verb)
95592bb16f8Smrg    verbose=yes ;;
95692bb16f8Smrg
95792bb16f8Smrg  -version | --version | --versio | --versi | --vers | -V)
95892bb16f8Smrg    ac_init_version=: ;;
95992bb16f8Smrg
96092bb16f8Smrg  -with-* | --with-*)
96192bb16f8Smrg    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
96292bb16f8Smrg    # Reject names that are not valid shell variable names.
96392bb16f8Smrg    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
96492bb16f8Smrg      { echo "$as_me: error: invalid package name: $ac_package" >&2
96592bb16f8Smrg   { (exit 1); exit 1; }; }
96692bb16f8Smrg    ac_package=`echo $ac_package| sed 's/-/_/g'`
96792bb16f8Smrg    eval with_$ac_package=\$ac_optarg ;;
96892bb16f8Smrg
96992bb16f8Smrg  -without-* | --without-*)
97092bb16f8Smrg    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
97192bb16f8Smrg    # Reject names that are not valid shell variable names.
97292bb16f8Smrg    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
97392bb16f8Smrg      { echo "$as_me: error: invalid package name: $ac_package" >&2
97492bb16f8Smrg   { (exit 1); exit 1; }; }
97592bb16f8Smrg    ac_package=`echo $ac_package | sed 's/-/_/g'`
97692bb16f8Smrg    eval with_$ac_package=no ;;
97792bb16f8Smrg
97892bb16f8Smrg  --x)
97992bb16f8Smrg    # Obsolete; use --with-x.
98092bb16f8Smrg    with_x=yes ;;
98192bb16f8Smrg
98292bb16f8Smrg  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
98392bb16f8Smrg  | --x-incl | --x-inc | --x-in | --x-i)
98492bb16f8Smrg    ac_prev=x_includes ;;
98592bb16f8Smrg  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
98692bb16f8Smrg  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
98792bb16f8Smrg    x_includes=$ac_optarg ;;
98892bb16f8Smrg
98992bb16f8Smrg  -x-libraries | --x-libraries | --x-librarie | --x-librari \
99092bb16f8Smrg  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
99192bb16f8Smrg    ac_prev=x_libraries ;;
99292bb16f8Smrg  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
99392bb16f8Smrg  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
99492bb16f8Smrg    x_libraries=$ac_optarg ;;
99592bb16f8Smrg
99692bb16f8Smrg  -*) { echo "$as_me: error: unrecognized option: $ac_option
99792bb16f8SmrgTry \`$0 --help' for more information." >&2
99892bb16f8Smrg   { (exit 1); exit 1; }; }
99992bb16f8Smrg    ;;
100092bb16f8Smrg
100192bb16f8Smrg  *=*)
100292bb16f8Smrg    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
100392bb16f8Smrg    # Reject names that are not valid shell variable names.
100492bb16f8Smrg    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
100592bb16f8Smrg      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
100692bb16f8Smrg   { (exit 1); exit 1; }; }
100792bb16f8Smrg    eval $ac_envvar=\$ac_optarg
100892bb16f8Smrg    export $ac_envvar ;;
100992bb16f8Smrg
101092bb16f8Smrg  *)
101192bb16f8Smrg    # FIXME: should be removed in autoconf 3.0.
101292bb16f8Smrg    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
101392bb16f8Smrg    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
101492bb16f8Smrg      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
101592bb16f8Smrg    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
101692bb16f8Smrg    ;;
101792bb16f8Smrg
101892bb16f8Smrg  esac
101992bb16f8Smrgdone
102092bb16f8Smrg
102192bb16f8Smrgif test -n "$ac_prev"; then
102292bb16f8Smrg  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
102392bb16f8Smrg  { echo "$as_me: error: missing argument to $ac_option" >&2
102492bb16f8Smrg   { (exit 1); exit 1; }; }
102592bb16f8Smrgfi
102692bb16f8Smrg
102792bb16f8Smrg# Be sure to have absolute directory names.
102892bb16f8Smrgfor ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
102992bb16f8Smrg		datadir sysconfdir sharedstatedir localstatedir includedir \
103092bb16f8Smrg		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
103192bb16f8Smrg		libdir localedir mandir
103292bb16f8Smrgdo
103392bb16f8Smrg  eval ac_val=\$$ac_var
103492bb16f8Smrg  case $ac_val in
103592bb16f8Smrg    [\\/$]* | ?:[\\/]* )  continue;;
103692bb16f8Smrg    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
103792bb16f8Smrg  esac
103892bb16f8Smrg  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
103992bb16f8Smrg   { (exit 1); exit 1; }; }
104092bb16f8Smrgdone
104192bb16f8Smrg
104292bb16f8Smrg# There might be people who depend on the old broken behavior: `$host'
104392bb16f8Smrg# used to hold the argument of --host etc.
104492bb16f8Smrg# FIXME: To remove some day.
104592bb16f8Smrgbuild=$build_alias
104692bb16f8Smrghost=$host_alias
104792bb16f8Smrgtarget=$target_alias
104892bb16f8Smrg
104992bb16f8Smrg# FIXME: To remove some day.
105092bb16f8Smrgif test "x$host_alias" != x; then
105192bb16f8Smrg  if test "x$build_alias" = x; then
105292bb16f8Smrg    cross_compiling=maybe
105392bb16f8Smrg    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
105492bb16f8Smrg    If a cross compiler is detected then cross compile mode will be used." >&2
105592bb16f8Smrg  elif test "x$build_alias" != "x$host_alias"; then
105692bb16f8Smrg    cross_compiling=yes
105792bb16f8Smrg  fi
105892bb16f8Smrgfi
105992bb16f8Smrg
106092bb16f8Smrgac_tool_prefix=
106192bb16f8Smrgtest -n "$host_alias" && ac_tool_prefix=$host_alias-
106292bb16f8Smrg
106392bb16f8Smrgtest "$silent" = yes && exec 6>/dev/null
106492bb16f8Smrg
106592bb16f8Smrg
106692bb16f8Smrgac_pwd=`pwd` && test -n "$ac_pwd" &&
106792bb16f8Smrgac_ls_di=`ls -di .` &&
106892bb16f8Smrgac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
106992bb16f8Smrg  { echo "$as_me: error: Working directory cannot be determined" >&2
107092bb16f8Smrg   { (exit 1); exit 1; }; }
107192bb16f8Smrgtest "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
107292bb16f8Smrg  { echo "$as_me: error: pwd does not report name of working directory" >&2
107392bb16f8Smrg   { (exit 1); exit 1; }; }
107492bb16f8Smrg
107592bb16f8Smrg
107692bb16f8Smrg# Find the source files, if location was not specified.
107792bb16f8Smrgif test -z "$srcdir"; then
107892bb16f8Smrg  ac_srcdir_defaulted=yes
107992bb16f8Smrg  # Try the directory containing this script, then the parent directory.
108092bb16f8Smrg  ac_confdir=`$as_dirname -- "$0" ||
108192bb16f8Smrg$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
108292bb16f8Smrg	 X"$0" : 'X\(//\)[^/]' \| \
108392bb16f8Smrg	 X"$0" : 'X\(//\)$' \| \
108492bb16f8Smrg	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
108592bb16f8Smrgecho X"$0" |
108692bb16f8Smrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
108792bb16f8Smrg	    s//\1/
108892bb16f8Smrg	    q
108992bb16f8Smrg	  }
109092bb16f8Smrg	  /^X\(\/\/\)[^/].*/{
109192bb16f8Smrg	    s//\1/
109292bb16f8Smrg	    q
109392bb16f8Smrg	  }
109492bb16f8Smrg	  /^X\(\/\/\)$/{
109592bb16f8Smrg	    s//\1/
109692bb16f8Smrg	    q
109792bb16f8Smrg	  }
109892bb16f8Smrg	  /^X\(\/\).*/{
109992bb16f8Smrg	    s//\1/
110092bb16f8Smrg	    q
110192bb16f8Smrg	  }
110292bb16f8Smrg	  s/.*/./; q'`
110392bb16f8Smrg  srcdir=$ac_confdir
110492bb16f8Smrg  if test ! -r "$srcdir/$ac_unique_file"; then
110592bb16f8Smrg    srcdir=..
110692bb16f8Smrg  fi
110792bb16f8Smrgelse
110892bb16f8Smrg  ac_srcdir_defaulted=no
110992bb16f8Smrgfi
111092bb16f8Smrgif test ! -r "$srcdir/$ac_unique_file"; then
111192bb16f8Smrg  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
111292bb16f8Smrg  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
111392bb16f8Smrg   { (exit 1); exit 1; }; }
111492bb16f8Smrgfi
111592bb16f8Smrgac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
111692bb16f8Smrgac_abs_confdir=`(
111792bb16f8Smrg	cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
111892bb16f8Smrg   { (exit 1); exit 1; }; }
111992bb16f8Smrg	pwd)`
112092bb16f8Smrg# When building in place, set srcdir=.
112192bb16f8Smrgif test "$ac_abs_confdir" = "$ac_pwd"; then
112292bb16f8Smrg  srcdir=.
112392bb16f8Smrgfi
112492bb16f8Smrg# Remove unnecessary trailing slashes from srcdir.
112592bb16f8Smrg# Double slashes in file names in object file debugging info
112692bb16f8Smrg# mess up M-x gdb in Emacs.
112792bb16f8Smrgcase $srcdir in
112892bb16f8Smrg*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
112992bb16f8Smrgesac
113092bb16f8Smrgfor ac_var in $ac_precious_vars; do
113192bb16f8Smrg  eval ac_env_${ac_var}_set=\${${ac_var}+set}
113292bb16f8Smrg  eval ac_env_${ac_var}_value=\$${ac_var}
113392bb16f8Smrg  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
113492bb16f8Smrg  eval ac_cv_env_${ac_var}_value=\$${ac_var}
113592bb16f8Smrgdone
113692bb16f8Smrg
113792bb16f8Smrg#
113892bb16f8Smrg# Report the --help message.
113992bb16f8Smrg#
114092bb16f8Smrgif test "$ac_init_help" = "long"; then
114192bb16f8Smrg  # Omit some internal or obsolete options to make the list less imposing.
114292bb16f8Smrg  # This message is too long to be a string in the A/UX 3.1 sh.
114392bb16f8Smrg  cat <<_ACEOF
114492bb16f8Smrg\`configure' configures encodings 1.0.2 to adapt to many kinds of systems.
114592bb16f8Smrg
114692bb16f8SmrgUsage: $0 [OPTION]... [VAR=VALUE]...
114792bb16f8Smrg
114892bb16f8SmrgTo assign environment variables (e.g., CC, CFLAGS...), specify them as
114992bb16f8SmrgVAR=VALUE.  See below for descriptions of some of the useful variables.
115092bb16f8Smrg
115192bb16f8SmrgDefaults for the options are specified in brackets.
115292bb16f8Smrg
115392bb16f8SmrgConfiguration:
115492bb16f8Smrg  -h, --help              display this help and exit
115592bb16f8Smrg      --help=short        display options specific to this package
115692bb16f8Smrg      --help=recursive    display the short help of all the included packages
115792bb16f8Smrg  -V, --version           display version information and exit
115892bb16f8Smrg  -q, --quiet, --silent   do not print \`checking...' messages
115992bb16f8Smrg      --cache-file=FILE   cache test results in FILE [disabled]
116092bb16f8Smrg  -C, --config-cache      alias for \`--cache-file=config.cache'
116192bb16f8Smrg  -n, --no-create         do not create output files
116292bb16f8Smrg      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
116392bb16f8Smrg
116492bb16f8SmrgInstallation directories:
116592bb16f8Smrg  --prefix=PREFIX         install architecture-independent files in PREFIX
116692bb16f8Smrg			  [$ac_default_prefix]
116792bb16f8Smrg  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
116892bb16f8Smrg			  [PREFIX]
116992bb16f8Smrg
117092bb16f8SmrgBy default, \`make install' will install all the files in
117192bb16f8Smrg\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
117292bb16f8Smrgan installation prefix other than \`$ac_default_prefix' using \`--prefix',
117392bb16f8Smrgfor instance \`--prefix=\$HOME'.
117492bb16f8Smrg
117592bb16f8SmrgFor better control, use the options below.
117692bb16f8Smrg
117792bb16f8SmrgFine tuning of the installation directories:
117892bb16f8Smrg  --bindir=DIR           user executables [EPREFIX/bin]
117992bb16f8Smrg  --sbindir=DIR          system admin executables [EPREFIX/sbin]
118092bb16f8Smrg  --libexecdir=DIR       program executables [EPREFIX/libexec]
118192bb16f8Smrg  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
118292bb16f8Smrg  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
118392bb16f8Smrg  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
118492bb16f8Smrg  --libdir=DIR           object code libraries [EPREFIX/lib]
118592bb16f8Smrg  --includedir=DIR       C header files [PREFIX/include]
118692bb16f8Smrg  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
118792bb16f8Smrg  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
118892bb16f8Smrg  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
118992bb16f8Smrg  --infodir=DIR          info documentation [DATAROOTDIR/info]
119092bb16f8Smrg  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
119192bb16f8Smrg  --mandir=DIR           man documentation [DATAROOTDIR/man]
119292bb16f8Smrg  --docdir=DIR           documentation root [DATAROOTDIR/doc/encodings]
119392bb16f8Smrg  --htmldir=DIR          html documentation [DOCDIR]
119492bb16f8Smrg  --dvidir=DIR           dvi documentation [DOCDIR]
119592bb16f8Smrg  --pdfdir=DIR           pdf documentation [DOCDIR]
119692bb16f8Smrg  --psdir=DIR            ps documentation [DOCDIR]
119792bb16f8Smrg_ACEOF
119892bb16f8Smrg
119992bb16f8Smrg  cat <<\_ACEOF
120092bb16f8Smrg
120192bb16f8SmrgProgram names:
120292bb16f8Smrg  --program-prefix=PREFIX            prepend PREFIX to installed program names
120392bb16f8Smrg  --program-suffix=SUFFIX            append SUFFIX to installed program names
120492bb16f8Smrg  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
120592bb16f8Smrg_ACEOF
120692bb16f8Smrgfi
120792bb16f8Smrg
120892bb16f8Smrgif test -n "$ac_init_help"; then
120992bb16f8Smrg  case $ac_init_help in
121092bb16f8Smrg     short | recursive ) echo "Configuration of encodings 1.0.2:";;
121192bb16f8Smrg   esac
121292bb16f8Smrg  cat <<\_ACEOF
121392bb16f8Smrg
121492bb16f8SmrgOptional Features:
121592bb16f8Smrg  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
121692bb16f8Smrg  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
121792bb16f8Smrg  --disable-pretty-cmds          show all commands executed
121892bb16f8Smrg  --enable-pretty-cmds           do not output the entire command lines
121992bb16f8Smrg  --disable-gzip-small-encodings
122092bb16f8Smrg                          Disable compression of small encoding files
122192bb16f8Smrg  --disable-gzip-large-encodings
122292bb16f8Smrg                          Disable compression of large encoding files
122392bb16f8Smrg
122492bb16f8SmrgOptional Packages:
122592bb16f8Smrg  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
122692bb16f8Smrg  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
122792bb16f8Smrg  --with-encodingsdir=ENCODINGSDIR
122892bb16f8Smrg                          Path to install font encodings
122992bb16f8Smrg  --with-release-version=STRING
123092bb16f8Smrg                          Use release version string in package name
123192bb16f8Smrg
123292bb16f8SmrgReport bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
123392bb16f8Smrg_ACEOF
123492bb16f8Smrgac_status=$?
123592bb16f8Smrgfi
123692bb16f8Smrg
123792bb16f8Smrgif test "$ac_init_help" = "recursive"; then
123892bb16f8Smrg  # If there are subdirs, report their specific --help.
123992bb16f8Smrg  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
124092bb16f8Smrg    test -d "$ac_dir" || continue
124192bb16f8Smrg    ac_builddir=.
124292bb16f8Smrg
124392bb16f8Smrgcase "$ac_dir" in
124492bb16f8Smrg.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
124592bb16f8Smrg*)
124692bb16f8Smrg  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
124792bb16f8Smrg  # A ".." for each directory in $ac_dir_suffix.
124892bb16f8Smrg  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
124992bb16f8Smrg  case $ac_top_builddir_sub in
125092bb16f8Smrg  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
125192bb16f8Smrg  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
125292bb16f8Smrg  esac ;;
125392bb16f8Smrgesac
125492bb16f8Smrgac_abs_top_builddir=$ac_pwd
125592bb16f8Smrgac_abs_builddir=$ac_pwd$ac_dir_suffix
125692bb16f8Smrg# for backward compatibility:
125792bb16f8Smrgac_top_builddir=$ac_top_build_prefix
125892bb16f8Smrg
125992bb16f8Smrgcase $srcdir in
126092bb16f8Smrg  .)  # We are building in place.
126192bb16f8Smrg    ac_srcdir=.
126292bb16f8Smrg    ac_top_srcdir=$ac_top_builddir_sub
126392bb16f8Smrg    ac_abs_top_srcdir=$ac_pwd ;;
126492bb16f8Smrg  [\\/]* | ?:[\\/]* )  # Absolute name.
126592bb16f8Smrg    ac_srcdir=$srcdir$ac_dir_suffix;
126692bb16f8Smrg    ac_top_srcdir=$srcdir
126792bb16f8Smrg    ac_abs_top_srcdir=$srcdir ;;
126892bb16f8Smrg  *) # Relative name.
126992bb16f8Smrg    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
127092bb16f8Smrg    ac_top_srcdir=$ac_top_build_prefix$srcdir
127192bb16f8Smrg    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
127292bb16f8Smrgesac
127392bb16f8Smrgac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
127492bb16f8Smrg
127592bb16f8Smrg    cd "$ac_dir" || { ac_status=$?; continue; }
127692bb16f8Smrg    # Check for guested configure.
127792bb16f8Smrg    if test -f "$ac_srcdir/configure.gnu"; then
127892bb16f8Smrg      echo &&
127992bb16f8Smrg      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
128092bb16f8Smrg    elif test -f "$ac_srcdir/configure"; then
128192bb16f8Smrg      echo &&
128292bb16f8Smrg      $SHELL "$ac_srcdir/configure" --help=recursive
128392bb16f8Smrg    else
128492bb16f8Smrg      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
128592bb16f8Smrg    fi || ac_status=$?
128692bb16f8Smrg    cd "$ac_pwd" || { ac_status=$?; break; }
128792bb16f8Smrg  done
128892bb16f8Smrgfi
128992bb16f8Smrg
129092bb16f8Smrgtest -n "$ac_init_help" && exit $ac_status
129192bb16f8Smrgif $ac_init_version; then
129292bb16f8Smrg  cat <<\_ACEOF
129392bb16f8Smrgencodings configure 1.0.2
129492bb16f8Smrggenerated by GNU Autoconf 2.60
129592bb16f8Smrg
129692bb16f8SmrgCopyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
129792bb16f8Smrg2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
129892bb16f8SmrgThis configure script is free software; the Free Software Foundation
129992bb16f8Smrggives unlimited permission to copy, distribute and modify it.
130092bb16f8Smrg_ACEOF
130192bb16f8Smrg  exit
130292bb16f8Smrgfi
130392bb16f8Smrgcat >config.log <<_ACEOF
130492bb16f8SmrgThis file contains any messages produced by compilers while
130592bb16f8Smrgrunning configure, to aid debugging if configure makes a mistake.
130692bb16f8Smrg
130792bb16f8SmrgIt was created by encodings $as_me 1.0.2, which was
130892bb16f8Smrggenerated by GNU Autoconf 2.60.  Invocation command line was
130992bb16f8Smrg
131092bb16f8Smrg  $ $0 $@
131192bb16f8Smrg
131292bb16f8Smrg_ACEOF
131392bb16f8Smrgexec 5>>config.log
131492bb16f8Smrg{
131592bb16f8Smrgcat <<_ASUNAME
131692bb16f8Smrg## --------- ##
131792bb16f8Smrg## Platform. ##
131892bb16f8Smrg## --------- ##
131992bb16f8Smrg
132092bb16f8Smrghostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
132192bb16f8Smrguname -m = `(uname -m) 2>/dev/null || echo unknown`
132292bb16f8Smrguname -r = `(uname -r) 2>/dev/null || echo unknown`
132392bb16f8Smrguname -s = `(uname -s) 2>/dev/null || echo unknown`
132492bb16f8Smrguname -v = `(uname -v) 2>/dev/null || echo unknown`
132592bb16f8Smrg
132692bb16f8Smrg/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
132792bb16f8Smrg/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
132892bb16f8Smrg
132992bb16f8Smrg/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
133092bb16f8Smrg/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
133192bb16f8Smrg/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
133292bb16f8Smrg/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
133392bb16f8Smrg/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
133492bb16f8Smrg/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
133592bb16f8Smrg/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
133692bb16f8Smrg
133792bb16f8Smrg_ASUNAME
133892bb16f8Smrg
133992bb16f8Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
134092bb16f8Smrgfor as_dir in $PATH
134192bb16f8Smrgdo
134292bb16f8Smrg  IFS=$as_save_IFS
134392bb16f8Smrg  test -z "$as_dir" && as_dir=.
134492bb16f8Smrg  echo "PATH: $as_dir"
134592bb16f8Smrgdone
134692bb16f8SmrgIFS=$as_save_IFS
134792bb16f8Smrg
134892bb16f8Smrg} >&5
134992bb16f8Smrg
135092bb16f8Smrgcat >&5 <<_ACEOF
135192bb16f8Smrg
135292bb16f8Smrg
135392bb16f8Smrg## ----------- ##
135492bb16f8Smrg## Core tests. ##
135592bb16f8Smrg## ----------- ##
135692bb16f8Smrg
135792bb16f8Smrg_ACEOF
135892bb16f8Smrg
135992bb16f8Smrg
136092bb16f8Smrg# Keep a trace of the command line.
136192bb16f8Smrg# Strip out --no-create and --no-recursion so they do not pile up.
136292bb16f8Smrg# Strip out --silent because we don't want to record it for future runs.
136392bb16f8Smrg# Also quote any args containing shell meta-characters.
136492bb16f8Smrg# Make two passes to allow for proper duplicate-argument suppression.
136592bb16f8Smrgac_configure_args=
136692bb16f8Smrgac_configure_args0=
136792bb16f8Smrgac_configure_args1=
136892bb16f8Smrgac_must_keep_next=false
136992bb16f8Smrgfor ac_pass in 1 2
137092bb16f8Smrgdo
137192bb16f8Smrg  for ac_arg
137292bb16f8Smrg  do
137392bb16f8Smrg    case $ac_arg in
137492bb16f8Smrg    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
137592bb16f8Smrg    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
137692bb16f8Smrg    | -silent | --silent | --silen | --sile | --sil)
137792bb16f8Smrg      continue ;;
137892bb16f8Smrg    *\'*)
137992bb16f8Smrg      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
138092bb16f8Smrg    esac
138192bb16f8Smrg    case $ac_pass in
138292bb16f8Smrg    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
138392bb16f8Smrg    2)
138492bb16f8Smrg      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
138592bb16f8Smrg      if test $ac_must_keep_next = true; then
138692bb16f8Smrg	ac_must_keep_next=false # Got value, back to normal.
138792bb16f8Smrg      else
138892bb16f8Smrg	case $ac_arg in
138992bb16f8Smrg	  *=* | --config-cache | -C | -disable-* | --disable-* \
139092bb16f8Smrg	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
139192bb16f8Smrg	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
139292bb16f8Smrg	  | -with-* | --with-* | -without-* | --without-* | --x)
139392bb16f8Smrg	    case "$ac_configure_args0 " in
139492bb16f8Smrg	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
139592bb16f8Smrg	    esac
139692bb16f8Smrg	    ;;
139792bb16f8Smrg	  -* ) ac_must_keep_next=true ;;
139892bb16f8Smrg	esac
139992bb16f8Smrg      fi
140092bb16f8Smrg      ac_configure_args="$ac_configure_args '$ac_arg'"
140192bb16f8Smrg      ;;
140292bb16f8Smrg    esac
140392bb16f8Smrg  done
140492bb16f8Smrgdone
140592bb16f8Smrg$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
140692bb16f8Smrg$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
140792bb16f8Smrg
140892bb16f8Smrg# When interrupted or exit'd, cleanup temporary files, and complete
140992bb16f8Smrg# config.log.  We remove comments because anyway the quotes in there
141092bb16f8Smrg# would cause problems or look ugly.
141192bb16f8Smrg# WARNING: Use '\'' to represent an apostrophe within the trap.
141292bb16f8Smrg# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
141392bb16f8Smrgtrap 'exit_status=$?
141492bb16f8Smrg  # Save into config.log some information that might help in debugging.
141592bb16f8Smrg  {
141692bb16f8Smrg    echo
141792bb16f8Smrg
141892bb16f8Smrg    cat <<\_ASBOX
141992bb16f8Smrg## ---------------- ##
142092bb16f8Smrg## Cache variables. ##
142192bb16f8Smrg## ---------------- ##
142292bb16f8Smrg_ASBOX
142392bb16f8Smrg    echo
142492bb16f8Smrg    # The following way of writing the cache mishandles newlines in values,
142592bb16f8Smrg(
142692bb16f8Smrg  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
142792bb16f8Smrg    eval ac_val=\$$ac_var
142892bb16f8Smrg    case $ac_val in #(
142992bb16f8Smrg    *${as_nl}*)
143092bb16f8Smrg      case $ac_var in #(
143192bb16f8Smrg      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
143292bb16f8Smrgecho "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
143392bb16f8Smrg      esac
143492bb16f8Smrg      case $ac_var in #(
143592bb16f8Smrg      _ | IFS | as_nl) ;; #(
143692bb16f8Smrg      *) $as_unset $ac_var ;;
143792bb16f8Smrg      esac ;;
143892bb16f8Smrg    esac
143992bb16f8Smrg  done
144092bb16f8Smrg  (set) 2>&1 |
144192bb16f8Smrg    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
144292bb16f8Smrg    *${as_nl}ac_space=\ *)
144392bb16f8Smrg      sed -n \
144492bb16f8Smrg	"s/'\''/'\''\\\\'\'''\''/g;
144592bb16f8Smrg	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
144692bb16f8Smrg      ;; #(
144792bb16f8Smrg    *)
144892bb16f8Smrg      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
144992bb16f8Smrg      ;;
145092bb16f8Smrg    esac |
145192bb16f8Smrg    sort
145292bb16f8Smrg)
145392bb16f8Smrg    echo
145492bb16f8Smrg
145592bb16f8Smrg    cat <<\_ASBOX
145692bb16f8Smrg## ----------------- ##
145792bb16f8Smrg## Output variables. ##
145892bb16f8Smrg## ----------------- ##
145992bb16f8Smrg_ASBOX
146092bb16f8Smrg    echo
146192bb16f8Smrg    for ac_var in $ac_subst_vars
146292bb16f8Smrg    do
146392bb16f8Smrg      eval ac_val=\$$ac_var
146492bb16f8Smrg      case $ac_val in
146592bb16f8Smrg      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
146692bb16f8Smrg      esac
146792bb16f8Smrg      echo "$ac_var='\''$ac_val'\''"
146892bb16f8Smrg    done | sort
146992bb16f8Smrg    echo
147092bb16f8Smrg
147192bb16f8Smrg    if test -n "$ac_subst_files"; then
147292bb16f8Smrg      cat <<\_ASBOX
147392bb16f8Smrg## ------------------- ##
147492bb16f8Smrg## File substitutions. ##
147592bb16f8Smrg## ------------------- ##
147692bb16f8Smrg_ASBOX
147792bb16f8Smrg      echo
147892bb16f8Smrg      for ac_var in $ac_subst_files
147992bb16f8Smrg      do
148092bb16f8Smrg	eval ac_val=\$$ac_var
148192bb16f8Smrg	case $ac_val in
148292bb16f8Smrg	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
148392bb16f8Smrg	esac
148492bb16f8Smrg	echo "$ac_var='\''$ac_val'\''"
148592bb16f8Smrg      done | sort
148692bb16f8Smrg      echo
148792bb16f8Smrg    fi
148892bb16f8Smrg
148992bb16f8Smrg    if test -s confdefs.h; then
149092bb16f8Smrg      cat <<\_ASBOX
149192bb16f8Smrg## ----------- ##
149292bb16f8Smrg## confdefs.h. ##
149392bb16f8Smrg## ----------- ##
149492bb16f8Smrg_ASBOX
149592bb16f8Smrg      echo
149692bb16f8Smrg      cat confdefs.h
149792bb16f8Smrg      echo
149892bb16f8Smrg    fi
149992bb16f8Smrg    test "$ac_signal" != 0 &&
150092bb16f8Smrg      echo "$as_me: caught signal $ac_signal"
150192bb16f8Smrg    echo "$as_me: exit $exit_status"
150292bb16f8Smrg  } >&5
150392bb16f8Smrg  rm -f core *.core core.conftest.* &&
150492bb16f8Smrg    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
150592bb16f8Smrg    exit $exit_status
150692bb16f8Smrg' 0
150792bb16f8Smrgfor ac_signal in 1 2 13 15; do
150892bb16f8Smrg  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
150992bb16f8Smrgdone
151092bb16f8Smrgac_signal=0
151192bb16f8Smrg
151292bb16f8Smrg# confdefs.h avoids OS command line length limits that DEFS can exceed.
151392bb16f8Smrgrm -f -r conftest* confdefs.h
151492bb16f8Smrg
151592bb16f8Smrg# Predefined preprocessor variables.
151692bb16f8Smrg
151792bb16f8Smrgcat >>confdefs.h <<_ACEOF
151892bb16f8Smrg#define PACKAGE_NAME "$PACKAGE_NAME"
151992bb16f8Smrg_ACEOF
152092bb16f8Smrg
152192bb16f8Smrg
152292bb16f8Smrgcat >>confdefs.h <<_ACEOF
152392bb16f8Smrg#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
152492bb16f8Smrg_ACEOF
152592bb16f8Smrg
152692bb16f8Smrg
152792bb16f8Smrgcat >>confdefs.h <<_ACEOF
152892bb16f8Smrg#define PACKAGE_VERSION "$PACKAGE_VERSION"
152992bb16f8Smrg_ACEOF
153092bb16f8Smrg
153192bb16f8Smrg
153292bb16f8Smrgcat >>confdefs.h <<_ACEOF
153392bb16f8Smrg#define PACKAGE_STRING "$PACKAGE_STRING"
153492bb16f8Smrg_ACEOF
153592bb16f8Smrg
153692bb16f8Smrg
153792bb16f8Smrgcat >>confdefs.h <<_ACEOF
153892bb16f8Smrg#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
153992bb16f8Smrg_ACEOF
154092bb16f8Smrg
154192bb16f8Smrg
154292bb16f8Smrg# Let the site file select an alternate cache file if it wants to.
154392bb16f8Smrg# Prefer explicitly selected file to automatically selected ones.
154492bb16f8Smrgif test -n "$CONFIG_SITE"; then
154592bb16f8Smrg  set x "$CONFIG_SITE"
154692bb16f8Smrgelif test "x$prefix" != xNONE; then
154792bb16f8Smrg  set x "$prefix/share/config.site" "$prefix/etc/config.site"
154892bb16f8Smrgelse
154992bb16f8Smrg  set x "$ac_default_prefix/share/config.site" \
155092bb16f8Smrg	"$ac_default_prefix/etc/config.site"
155192bb16f8Smrgfi
155292bb16f8Smrgshift
155392bb16f8Smrgfor ac_site_file
155492bb16f8Smrgdo
155592bb16f8Smrg  if test -r "$ac_site_file"; then
155692bb16f8Smrg    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
155792bb16f8Smrgecho "$as_me: loading site script $ac_site_file" >&6;}
155892bb16f8Smrg    sed 's/^/| /' "$ac_site_file" >&5
155992bb16f8Smrg    . "$ac_site_file"
156092bb16f8Smrg  fi
156192bb16f8Smrgdone
156292bb16f8Smrg
156392bb16f8Smrgif test -r "$cache_file"; then
156492bb16f8Smrg  # Some versions of bash will fail to source /dev/null (special
156592bb16f8Smrg  # files actually), so we avoid doing that.
156692bb16f8Smrg  if test -f "$cache_file"; then
156792bb16f8Smrg    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
156892bb16f8Smrgecho "$as_me: loading cache $cache_file" >&6;}
156992bb16f8Smrg    case $cache_file in
157092bb16f8Smrg      [\\/]* | ?:[\\/]* ) . "$cache_file";;
157192bb16f8Smrg      *)                      . "./$cache_file";;
157292bb16f8Smrg    esac
157392bb16f8Smrg  fi
157492bb16f8Smrgelse
157592bb16f8Smrg  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
157692bb16f8Smrgecho "$as_me: creating cache $cache_file" >&6;}
157792bb16f8Smrg  >$cache_file
157892bb16f8Smrgfi
157992bb16f8Smrg
158092bb16f8Smrg# Check that the precious variables saved in the cache have kept the same
158192bb16f8Smrg# value.
158292bb16f8Smrgac_cache_corrupted=false
158392bb16f8Smrgfor ac_var in $ac_precious_vars; do
158492bb16f8Smrg  eval ac_old_set=\$ac_cv_env_${ac_var}_set
158592bb16f8Smrg  eval ac_new_set=\$ac_env_${ac_var}_set
158692bb16f8Smrg  eval ac_old_val=\$ac_cv_env_${ac_var}_value
158792bb16f8Smrg  eval ac_new_val=\$ac_env_${ac_var}_value
158892bb16f8Smrg  case $ac_old_set,$ac_new_set in
158992bb16f8Smrg    set,)
159092bb16f8Smrg      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
159192bb16f8Smrgecho "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
159292bb16f8Smrg      ac_cache_corrupted=: ;;
159392bb16f8Smrg    ,set)
159492bb16f8Smrg      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
159592bb16f8Smrgecho "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
159692bb16f8Smrg      ac_cache_corrupted=: ;;
159792bb16f8Smrg    ,);;
159892bb16f8Smrg    *)
159992bb16f8Smrg      if test "x$ac_old_val" != "x$ac_new_val"; then
160092bb16f8Smrg	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
160192bb16f8Smrgecho "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
160292bb16f8Smrg	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
160392bb16f8Smrgecho "$as_me:   former value:  $ac_old_val" >&2;}
160492bb16f8Smrg	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
160592bb16f8Smrgecho "$as_me:   current value: $ac_new_val" >&2;}
160692bb16f8Smrg	ac_cache_corrupted=:
160792bb16f8Smrg      fi;;
160892bb16f8Smrg  esac
160992bb16f8Smrg  # Pass precious variables to config.status.
161092bb16f8Smrg  if test "$ac_new_set" = set; then
161192bb16f8Smrg    case $ac_new_val in
161292bb16f8Smrg    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
161392bb16f8Smrg    *) ac_arg=$ac_var=$ac_new_val ;;
161492bb16f8Smrg    esac
161592bb16f8Smrg    case " $ac_configure_args " in
161692bb16f8Smrg      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
161792bb16f8Smrg      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
161892bb16f8Smrg    esac
161992bb16f8Smrg  fi
162092bb16f8Smrgdone
162192bb16f8Smrgif $ac_cache_corrupted; then
162292bb16f8Smrg  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
162392bb16f8Smrgecho "$as_me: error: changes in the environment can compromise the build" >&2;}
162492bb16f8Smrg  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
162592bb16f8Smrgecho "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
162692bb16f8Smrg   { (exit 1); exit 1; }; }
162792bb16f8Smrgfi
162892bb16f8Smrg
162992bb16f8Smrg
163092bb16f8Smrg
163192bb16f8Smrg
163292bb16f8Smrg
163392bb16f8Smrg
163492bb16f8Smrg
163592bb16f8Smrg
163692bb16f8Smrg
163792bb16f8Smrg
163892bb16f8Smrg
163992bb16f8Smrg
164092bb16f8Smrg
164192bb16f8Smrg
164292bb16f8Smrg
164392bb16f8Smrg
164492bb16f8Smrg
164592bb16f8Smrg
164692bb16f8Smrg
164792bb16f8Smrg
164892bb16f8Smrg
164992bb16f8Smrg
165092bb16f8Smrg
165192bb16f8Smrg
165292bb16f8Smrg
165392bb16f8Smrgac_ext=c
165492bb16f8Smrgac_cpp='$CPP $CPPFLAGS'
165592bb16f8Smrgac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
165692bb16f8Smrgac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
165792bb16f8Smrgac_compiler_gnu=$ac_cv_c_compiler_gnu
165892bb16f8Smrg
165992bb16f8Smrg
166092bb16f8Smrgam__api_version="1.9"
166192bb16f8Smrgac_aux_dir=
166292bb16f8Smrgfor ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
166392bb16f8Smrg  if test -f "$ac_dir/install-sh"; then
166492bb16f8Smrg    ac_aux_dir=$ac_dir
166592bb16f8Smrg    ac_install_sh="$ac_aux_dir/install-sh -c"
166692bb16f8Smrg    break
166792bb16f8Smrg  elif test -f "$ac_dir/install.sh"; then
166892bb16f8Smrg    ac_aux_dir=$ac_dir
166992bb16f8Smrg    ac_install_sh="$ac_aux_dir/install.sh -c"
167092bb16f8Smrg    break
167192bb16f8Smrg  elif test -f "$ac_dir/shtool"; then
167292bb16f8Smrg    ac_aux_dir=$ac_dir
167392bb16f8Smrg    ac_install_sh="$ac_aux_dir/shtool install -c"
167492bb16f8Smrg    break
167592bb16f8Smrg  fi
167692bb16f8Smrgdone
167792bb16f8Smrgif test -z "$ac_aux_dir"; then
167892bb16f8Smrg  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
167992bb16f8Smrgecho "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
168092bb16f8Smrg   { (exit 1); exit 1; }; }
168192bb16f8Smrgfi
168292bb16f8Smrg
168392bb16f8Smrg# These three variables are undocumented and unsupported,
168492bb16f8Smrg# and are intended to be withdrawn in a future Autoconf release.
168592bb16f8Smrg# They can cause serious problems if a builder's source tree is in a directory
168692bb16f8Smrg# whose full name contains unusual characters.
168792bb16f8Smrgac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
168892bb16f8Smrgac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
168992bb16f8Smrgac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
169092bb16f8Smrg
169192bb16f8Smrg
169292bb16f8Smrg# Find a good install program.  We prefer a C program (faster),
169392bb16f8Smrg# so one script is as good as another.  But avoid the broken or
169492bb16f8Smrg# incompatible versions:
169592bb16f8Smrg# SysV /etc/install, /usr/sbin/install
169692bb16f8Smrg# SunOS /usr/etc/install
169792bb16f8Smrg# IRIX /sbin/install
169892bb16f8Smrg# AIX /bin/install
169992bb16f8Smrg# AmigaOS /C/install, which installs bootblocks on floppy discs
170092bb16f8Smrg# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
170192bb16f8Smrg# AFS /usr/afsws/bin/install, which mishandles nonexistent args
170292bb16f8Smrg# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
170392bb16f8Smrg# OS/2's system install, which has a completely different semantic
170492bb16f8Smrg# ./install, which can be erroneously created by make from ./install.sh.
170592bb16f8Smrg{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
170692bb16f8Smrgecho $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
170792bb16f8Smrgif test -z "$INSTALL"; then
170892bb16f8Smrgif test "${ac_cv_path_install+set}" = set; then
170992bb16f8Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
171092bb16f8Smrgelse
171192bb16f8Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
171292bb16f8Smrgfor as_dir in $PATH
171392bb16f8Smrgdo
171492bb16f8Smrg  IFS=$as_save_IFS
171592bb16f8Smrg  test -z "$as_dir" && as_dir=.
171692bb16f8Smrg  # Account for people who put trailing slashes in PATH elements.
171792bb16f8Smrgcase $as_dir/ in
171892bb16f8Smrg  ./ | .// | /cC/* | \
171992bb16f8Smrg  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
172092bb16f8Smrg  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
172192bb16f8Smrg  /usr/ucb/* ) ;;
172292bb16f8Smrg  *)
172392bb16f8Smrg    # OSF1 and SCO ODT 3.0 have their own names for install.
172492bb16f8Smrg    # Don't use installbsd from OSF since it installs stuff as root
172592bb16f8Smrg    # by default.
172692bb16f8Smrg    for ac_prog in ginstall scoinst install; do
172792bb16f8Smrg      for ac_exec_ext in '' $ac_executable_extensions; do
172892bb16f8Smrg	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
172992bb16f8Smrg	  if test $ac_prog = install &&
173092bb16f8Smrg	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
173192bb16f8Smrg	    # AIX install.  It has an incompatible calling convention.
173292bb16f8Smrg	    :
173392bb16f8Smrg	  elif test $ac_prog = install &&
173492bb16f8Smrg	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
173592bb16f8Smrg	    # program-specific install script used by HP pwplus--don't use.
173692bb16f8Smrg	    :
173792bb16f8Smrg	  else
173892bb16f8Smrg	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
173992bb16f8Smrg	    break 3
174092bb16f8Smrg	  fi
174192bb16f8Smrg	fi
174292bb16f8Smrg      done
174392bb16f8Smrg    done
174492bb16f8Smrg    ;;
174592bb16f8Smrgesac
174692bb16f8Smrgdone
174792bb16f8SmrgIFS=$as_save_IFS
174892bb16f8Smrg
174992bb16f8Smrg
175092bb16f8Smrgfi
175192bb16f8Smrg  if test "${ac_cv_path_install+set}" = set; then
175292bb16f8Smrg    INSTALL=$ac_cv_path_install
175392bb16f8Smrg  else
175492bb16f8Smrg    # As a last resort, use the slow shell script.  Don't cache a
175592bb16f8Smrg    # value for INSTALL within a source directory, because that will
175692bb16f8Smrg    # break other packages using the cache if that directory is
175792bb16f8Smrg    # removed, or if the value is a relative name.
175892bb16f8Smrg    INSTALL=$ac_install_sh
175992bb16f8Smrg  fi
176092bb16f8Smrgfi
176192bb16f8Smrg{ echo "$as_me:$LINENO: result: $INSTALL" >&5
176292bb16f8Smrgecho "${ECHO_T}$INSTALL" >&6; }
176392bb16f8Smrg
176492bb16f8Smrg# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
176592bb16f8Smrg# It thinks the first close brace ends the variable substitution.
176692bb16f8Smrgtest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
176792bb16f8Smrg
176892bb16f8Smrgtest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
176992bb16f8Smrg
177092bb16f8Smrgtest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
177192bb16f8Smrg
177292bb16f8Smrg{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
177392bb16f8Smrgecho $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
177492bb16f8Smrg# Just in case
177592bb16f8Smrgsleep 1
177692bb16f8Smrgecho timestamp > conftest.file
177792bb16f8Smrg# Do `set' in a subshell so we don't clobber the current shell's
177892bb16f8Smrg# arguments.  Must try -L first in case configure is actually a
177992bb16f8Smrg# symlink; some systems play weird games with the mod time of symlinks
178092bb16f8Smrg# (eg FreeBSD returns the mod time of the symlink's containing
178192bb16f8Smrg# directory).
178292bb16f8Smrgif (
178392bb16f8Smrg   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
178492bb16f8Smrg   if test "$*" = "X"; then
178592bb16f8Smrg      # -L didn't work.
178692bb16f8Smrg      set X `ls -t $srcdir/configure conftest.file`
178792bb16f8Smrg   fi
178892bb16f8Smrg   rm -f conftest.file
178992bb16f8Smrg   if test "$*" != "X $srcdir/configure conftest.file" \
179092bb16f8Smrg      && test "$*" != "X conftest.file $srcdir/configure"; then
179192bb16f8Smrg
179292bb16f8Smrg      # If neither matched, then we have a broken ls.  This can happen
179392bb16f8Smrg      # if, for instance, CONFIG_SHELL is bash and it inherits a
179492bb16f8Smrg      # broken ls alias from the environment.  This has actually
179592bb16f8Smrg      # happened.  Such a system could not be considered "sane".
179692bb16f8Smrg      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
179792bb16f8Smrgalias in your environment" >&5
179892bb16f8Smrgecho "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
179992bb16f8Smrgalias in your environment" >&2;}
180092bb16f8Smrg   { (exit 1); exit 1; }; }
180192bb16f8Smrg   fi
180292bb16f8Smrg
180392bb16f8Smrg   test "$2" = conftest.file
180492bb16f8Smrg   )
180592bb16f8Smrgthen
180692bb16f8Smrg   # Ok.
180792bb16f8Smrg   :
180892bb16f8Smrgelse
180992bb16f8Smrg   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
181092bb16f8SmrgCheck your system clock" >&5
181192bb16f8Smrgecho "$as_me: error: newly created file is older than distributed files!
181292bb16f8SmrgCheck your system clock" >&2;}
181392bb16f8Smrg   { (exit 1); exit 1; }; }
181492bb16f8Smrgfi
181592bb16f8Smrg{ echo "$as_me:$LINENO: result: yes" >&5
181692bb16f8Smrgecho "${ECHO_T}yes" >&6; }
181792bb16f8Smrgtest "$program_prefix" != NONE &&
181892bb16f8Smrg  program_transform_name="s&^&$program_prefix&;$program_transform_name"
181992bb16f8Smrg# Use a double $ so make ignores it.
182092bb16f8Smrgtest "$program_suffix" != NONE &&
182192bb16f8Smrg  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
182292bb16f8Smrg# Double any \ or $.  echo might interpret backslashes.
182392bb16f8Smrg# By default was `s,x,x', remove it if useless.
182492bb16f8Smrgcat <<\_ACEOF >conftest.sed
182592bb16f8Smrgs/[\\$]/&&/g;s/;s,x,x,$//
182692bb16f8Smrg_ACEOF
182792bb16f8Smrgprogram_transform_name=`echo $program_transform_name | sed -f conftest.sed`
182892bb16f8Smrgrm -f conftest.sed
182992bb16f8Smrg
183092bb16f8Smrg# expand $ac_aux_dir to an absolute path
183192bb16f8Smrgam_aux_dir=`cd $ac_aux_dir && pwd`
183292bb16f8Smrg
183392bb16f8Smrgtest x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
183492bb16f8Smrg# Use eval to expand $SHELL
183592bb16f8Smrgif eval "$MISSING --run true"; then
183692bb16f8Smrg  am_missing_run="$MISSING --run "
183792bb16f8Smrgelse
183892bb16f8Smrg  am_missing_run=
183992bb16f8Smrg  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
184092bb16f8Smrgecho "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
184192bb16f8Smrgfi
184292bb16f8Smrg
184392bb16f8Smrgif mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
184492bb16f8Smrg  # We used to keeping the `.' as first argument, in order to
184592bb16f8Smrg  # allow $(mkdir_p) to be used without argument.  As in
184692bb16f8Smrg  #   $(mkdir_p) $(somedir)
184792bb16f8Smrg  # where $(somedir) is conditionally defined.  However this is wrong
184892bb16f8Smrg  # for two reasons:
184992bb16f8Smrg  #  1. if the package is installed by a user who cannot write `.'
185092bb16f8Smrg  #     make install will fail,
185192bb16f8Smrg  #  2. the above comment should most certainly read
185292bb16f8Smrg  #     $(mkdir_p) $(DESTDIR)$(somedir)
185392bb16f8Smrg  #     so it does not work when $(somedir) is undefined and
185492bb16f8Smrg  #     $(DESTDIR) is not.
185592bb16f8Smrg  #  To support the latter case, we have to write
185692bb16f8Smrg  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
185792bb16f8Smrg  #  so the `.' trick is pointless.
185892bb16f8Smrg  mkdir_p='mkdir -p --'
185992bb16f8Smrgelse
186092bb16f8Smrg  # On NextStep and OpenStep, the `mkdir' command does not
186192bb16f8Smrg  # recognize any option.  It will interpret all options as
186292bb16f8Smrg  # directories to create, and then abort because `.' already
186392bb16f8Smrg  # exists.
186492bb16f8Smrg  for d in ./-p ./--version;
186592bb16f8Smrg  do
186692bb16f8Smrg    test -d $d && rmdir $d
186792bb16f8Smrg  done
186892bb16f8Smrg  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
186992bb16f8Smrg  if test -f "$ac_aux_dir/mkinstalldirs"; then
187092bb16f8Smrg    mkdir_p='$(mkinstalldirs)'
187192bb16f8Smrg  else
187292bb16f8Smrg    mkdir_p='$(install_sh) -d'
187392bb16f8Smrg  fi
187492bb16f8Smrgfi
187592bb16f8Smrg
187692bb16f8Smrgfor ac_prog in gawk mawk nawk awk
187792bb16f8Smrgdo
187892bb16f8Smrg  # Extract the first word of "$ac_prog", so it can be a program name with args.
187992bb16f8Smrgset dummy $ac_prog; ac_word=$2
188092bb16f8Smrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
188192bb16f8Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
188292bb16f8Smrgif test "${ac_cv_prog_AWK+set}" = set; then
188392bb16f8Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
188492bb16f8Smrgelse
188592bb16f8Smrg  if test -n "$AWK"; then
188692bb16f8Smrg  ac_cv_prog_AWK="$AWK" # Let the user override the test.
188792bb16f8Smrgelse
188892bb16f8Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
188992bb16f8Smrgfor as_dir in $PATH
189092bb16f8Smrgdo
189192bb16f8Smrg  IFS=$as_save_IFS
189292bb16f8Smrg  test -z "$as_dir" && as_dir=.
189392bb16f8Smrg  for ac_exec_ext in '' $ac_executable_extensions; do
189492bb16f8Smrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
189592bb16f8Smrg    ac_cv_prog_AWK="$ac_prog"
189692bb16f8Smrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
189792bb16f8Smrg    break 2
189892bb16f8Smrg  fi
189992bb16f8Smrgdone
190092bb16f8Smrgdone
190192bb16f8SmrgIFS=$as_save_IFS
190292bb16f8Smrg
190392bb16f8Smrgfi
190492bb16f8Smrgfi
190592bb16f8SmrgAWK=$ac_cv_prog_AWK
190692bb16f8Smrgif test -n "$AWK"; then
190792bb16f8Smrg  { echo "$as_me:$LINENO: result: $AWK" >&5
190892bb16f8Smrgecho "${ECHO_T}$AWK" >&6; }
190992bb16f8Smrgelse
191092bb16f8Smrg  { echo "$as_me:$LINENO: result: no" >&5
191192bb16f8Smrgecho "${ECHO_T}no" >&6; }
191292bb16f8Smrgfi
191392bb16f8Smrg
191492bb16f8Smrg
191592bb16f8Smrg  test -n "$AWK" && break
191692bb16f8Smrgdone
191792bb16f8Smrg
191892bb16f8Smrg{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
191992bb16f8Smrgecho $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
192092bb16f8Smrgset x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
192192bb16f8Smrgif { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
192292bb16f8Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
192392bb16f8Smrgelse
192492bb16f8Smrg  cat >conftest.make <<\_ACEOF
192592bb16f8SmrgSHELL = /bin/sh
192692bb16f8Smrgall:
192792bb16f8Smrg	@echo '@@@%%%=$(MAKE)=@@@%%%'
192892bb16f8Smrg_ACEOF
192992bb16f8Smrg# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
193092bb16f8Smrgcase `${MAKE-make} -f conftest.make 2>/dev/null` in
193192bb16f8Smrg  *@@@%%%=?*=@@@%%%*)
193292bb16f8Smrg    eval ac_cv_prog_make_${ac_make}_set=yes;;
193392bb16f8Smrg  *)
193492bb16f8Smrg    eval ac_cv_prog_make_${ac_make}_set=no;;
193592bb16f8Smrgesac
193692bb16f8Smrgrm -f conftest.make
193792bb16f8Smrgfi
193892bb16f8Smrgif eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
193992bb16f8Smrg  { echo "$as_me:$LINENO: result: yes" >&5
194092bb16f8Smrgecho "${ECHO_T}yes" >&6; }
194192bb16f8Smrg  SET_MAKE=
194292bb16f8Smrgelse
194392bb16f8Smrg  { echo "$as_me:$LINENO: result: no" >&5
194492bb16f8Smrgecho "${ECHO_T}no" >&6; }
194592bb16f8Smrg  SET_MAKE="MAKE=${MAKE-make}"
194692bb16f8Smrgfi
194792bb16f8Smrg
194892bb16f8Smrgrm -rf .tst 2>/dev/null
194992bb16f8Smrgmkdir .tst 2>/dev/null
195092bb16f8Smrgif test -d .tst; then
195192bb16f8Smrg  am__leading_dot=.
195292bb16f8Smrgelse
195392bb16f8Smrg  am__leading_dot=_
195492bb16f8Smrgfi
195592bb16f8Smrgrmdir .tst 2>/dev/null
195692bb16f8Smrg
195792bb16f8Smrg# Check whether --enable-pretty-cmds was given.
195892bb16f8Smrgif test "${enable_pretty_cmds+set}" = set; then
195992bb16f8Smrg  enableval=$enable_pretty_cmds;
196092bb16f8Smrgfi
196192bb16f8Smrg
196292bb16f8SmrgAMSHOWCMDSAT=''
196392bb16f8SmrgAMDEPSHOWCMDSAT=''
196492bb16f8SmrgAMPRETTYECHO=true
196592bb16f8SmrgAMCMDECHO=echo
196692bb16f8Smrgif test "x$enable_pretty_cmds" == xyes;
196792bb16f8Smrgthen
196892bb16f8Smrg  AMSHOWCMDSAT='@'
196992bb16f8Smrg  test x$enable_dependency_tracking == xno && AMDEPSHOWCMDSAT='@'
197092bb16f8Smrg  AMPRETTYECHO=echo
197192bb16f8Smrg  AMCMDECHO=true
197292bb16f8Smrg  LT_QUIET='--quiet'
197392bb16f8Smrgfi
197492bb16f8Smrg
197592bb16f8Smrg
197692bb16f8Smrg
197792bb16f8Smrg
197892bb16f8Smrg
197992bb16f8Smrg
198092bb16f8Smrg# test to see if srcdir already configured
198192bb16f8Smrgif test "`cd $srcdir && pwd`" != "`pwd`" &&
198292bb16f8Smrg   test -f $srcdir/config.status; then
198392bb16f8Smrg  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
198492bb16f8Smrgecho "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
198592bb16f8Smrg   { (exit 1); exit 1; }; }
198692bb16f8Smrgfi
198792bb16f8Smrg
198892bb16f8Smrg# test whether we have cygpath
198992bb16f8Smrgif test -z "$CYGPATH_W"; then
199092bb16f8Smrg  if (cygpath --version) >/dev/null 2>/dev/null; then
199192bb16f8Smrg    CYGPATH_W='cygpath -w'
199292bb16f8Smrg  else
199392bb16f8Smrg    CYGPATH_W=echo
199492bb16f8Smrg  fi
199592bb16f8Smrgfi
199692bb16f8Smrg
199792bb16f8Smrg
199892bb16f8Smrg# Define the identity of the package.
199992bb16f8Smrg PACKAGE='encodings'
200092bb16f8Smrg VERSION='1.0.2'
200192bb16f8Smrg
200292bb16f8Smrg
200392bb16f8Smrgcat >>confdefs.h <<_ACEOF
200492bb16f8Smrg#define PACKAGE "$PACKAGE"
200592bb16f8Smrg_ACEOF
200692bb16f8Smrg
200792bb16f8Smrg
200892bb16f8Smrgcat >>confdefs.h <<_ACEOF
200992bb16f8Smrg#define VERSION "$VERSION"
201092bb16f8Smrg_ACEOF
201192bb16f8Smrg
201292bb16f8Smrg# Some tools Automake needs.
201392bb16f8Smrg
201492bb16f8SmrgACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
201592bb16f8Smrg
201692bb16f8Smrg
201792bb16f8SmrgAUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
201892bb16f8Smrg
201992bb16f8Smrg
202092bb16f8SmrgAUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
202192bb16f8Smrg
202292bb16f8Smrg
202392bb16f8SmrgAUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
202492bb16f8Smrg
202592bb16f8Smrg
202692bb16f8SmrgMAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
202792bb16f8Smrg
202892bb16f8Smrginstall_sh=${install_sh-"$am_aux_dir/install-sh"}
202992bb16f8Smrg
203092bb16f8Smrg# Installed binaries are usually stripped using `strip' when the user
203192bb16f8Smrg# run `make install-strip'.  However `strip' might not be the right
203292bb16f8Smrg# tool to use in cross-compilation environments, therefore Automake
203392bb16f8Smrg# will honor the `STRIP' environment variable to overrule this program.
203492bb16f8Smrgif test "$cross_compiling" != no; then
203592bb16f8Smrg  if test -n "$ac_tool_prefix"; then
203692bb16f8Smrg  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
203792bb16f8Smrgset dummy ${ac_tool_prefix}strip; ac_word=$2
203892bb16f8Smrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
203992bb16f8Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
204092bb16f8Smrgif test "${ac_cv_prog_STRIP+set}" = set; then
204192bb16f8Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
204292bb16f8Smrgelse
204392bb16f8Smrg  if test -n "$STRIP"; then
204492bb16f8Smrg  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
204592bb16f8Smrgelse
204692bb16f8Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
204792bb16f8Smrgfor as_dir in $PATH
204892bb16f8Smrgdo
204992bb16f8Smrg  IFS=$as_save_IFS
205092bb16f8Smrg  test -z "$as_dir" && as_dir=.
205192bb16f8Smrg  for ac_exec_ext in '' $ac_executable_extensions; do
205292bb16f8Smrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
205392bb16f8Smrg    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
205492bb16f8Smrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
205592bb16f8Smrg    break 2
205692bb16f8Smrg  fi
205792bb16f8Smrgdone
205892bb16f8Smrgdone
205992bb16f8SmrgIFS=$as_save_IFS
206092bb16f8Smrg
206192bb16f8Smrgfi
206292bb16f8Smrgfi
206392bb16f8SmrgSTRIP=$ac_cv_prog_STRIP
206492bb16f8Smrgif test -n "$STRIP"; then
206592bb16f8Smrg  { echo "$as_me:$LINENO: result: $STRIP" >&5
206692bb16f8Smrgecho "${ECHO_T}$STRIP" >&6; }
206792bb16f8Smrgelse
206892bb16f8Smrg  { echo "$as_me:$LINENO: result: no" >&5
206992bb16f8Smrgecho "${ECHO_T}no" >&6; }
207092bb16f8Smrgfi
207192bb16f8Smrg
207292bb16f8Smrg
207392bb16f8Smrgfi
207492bb16f8Smrgif test -z "$ac_cv_prog_STRIP"; then
207592bb16f8Smrg  ac_ct_STRIP=$STRIP
207692bb16f8Smrg  # Extract the first word of "strip", so it can be a program name with args.
207792bb16f8Smrgset dummy strip; ac_word=$2
207892bb16f8Smrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
207992bb16f8Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
208092bb16f8Smrgif test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
208192bb16f8Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
208292bb16f8Smrgelse
208392bb16f8Smrg  if test -n "$ac_ct_STRIP"; then
208492bb16f8Smrg  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
208592bb16f8Smrgelse
208692bb16f8Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
208792bb16f8Smrgfor as_dir in $PATH
208892bb16f8Smrgdo
208992bb16f8Smrg  IFS=$as_save_IFS
209092bb16f8Smrg  test -z "$as_dir" && as_dir=.
209192bb16f8Smrg  for ac_exec_ext in '' $ac_executable_extensions; do
209292bb16f8Smrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
209392bb16f8Smrg    ac_cv_prog_ac_ct_STRIP="strip"
209492bb16f8Smrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
209592bb16f8Smrg    break 2
209692bb16f8Smrg  fi
209792bb16f8Smrgdone
209892bb16f8Smrgdone
209992bb16f8SmrgIFS=$as_save_IFS
210092bb16f8Smrg
210192bb16f8Smrgfi
210292bb16f8Smrgfi
210392bb16f8Smrgac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
210492bb16f8Smrgif test -n "$ac_ct_STRIP"; then
210592bb16f8Smrg  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
210692bb16f8Smrgecho "${ECHO_T}$ac_ct_STRIP" >&6; }
210792bb16f8Smrgelse
210892bb16f8Smrg  { echo "$as_me:$LINENO: result: no" >&5
210992bb16f8Smrgecho "${ECHO_T}no" >&6; }
211092bb16f8Smrgfi
211192bb16f8Smrg
211292bb16f8Smrg  if test "x$ac_ct_STRIP" = x; then
211392bb16f8Smrg    STRIP=":"
211492bb16f8Smrg  else
211592bb16f8Smrg    case $cross_compiling:$ac_tool_warned in
211692bb16f8Smrgyes:)
211792bb16f8Smrg{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
211892bb16f8Smrgwhose name does not start with the host triplet.  If you think this
211992bb16f8Smrgconfiguration is useful to you, please write to autoconf@gnu.org." >&5
212092bb16f8Smrgecho "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
212192bb16f8Smrgwhose name does not start with the host triplet.  If you think this
212292bb16f8Smrgconfiguration is useful to you, please write to autoconf@gnu.org." >&2;}
212392bb16f8Smrgac_tool_warned=yes ;;
212492bb16f8Smrgesac
212592bb16f8Smrg    STRIP=$ac_ct_STRIP
212692bb16f8Smrg  fi
212792bb16f8Smrgelse
212892bb16f8Smrg  STRIP="$ac_cv_prog_STRIP"
212992bb16f8Smrgfi
213092bb16f8Smrg
213192bb16f8Smrgfi
213292bb16f8SmrgINSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
213392bb16f8Smrg
213492bb16f8Smrg# We need awk for the "check" target.  The system "awk" is bad on
213592bb16f8Smrg# some platforms.
213692bb16f8Smrg# Always define AMTAR for backward compatibility.
213792bb16f8Smrg
213892bb16f8SmrgAMTAR=${AMTAR-"${am_missing_run}tar"}
213992bb16f8Smrg
214092bb16f8Smrgam__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
214192bb16f8Smrg
214292bb16f8Smrg
214392bb16f8Smrg
214492bb16f8Smrg
214592bb16f8Smrg
214692bb16f8Smrg
214792bb16f8Smrg
214892bb16f8Smrg
214992bb16f8Smrg
215092bb16f8Smrg# mkfontscale
215192bb16f8Smrg
215292bb16f8Smrg# Extract the first word of "mkfontscale", so it can be a program name with args.
215392bb16f8Smrgset dummy mkfontscale; ac_word=$2
215492bb16f8Smrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
215592bb16f8Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
215692bb16f8Smrgif test "${ac_cv_path_MKFONTSCALE+set}" = set; then
215792bb16f8Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
215892bb16f8Smrgelse
215992bb16f8Smrg  case $MKFONTSCALE in
216092bb16f8Smrg  [\\/]* | ?:[\\/]*)
216192bb16f8Smrg  ac_cv_path_MKFONTSCALE="$MKFONTSCALE" # Let the user override the test with a path.
216292bb16f8Smrg  ;;
216392bb16f8Smrg  *)
216492bb16f8Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
216592bb16f8Smrgfor as_dir in $PATH
216692bb16f8Smrgdo
216792bb16f8Smrg  IFS=$as_save_IFS
216892bb16f8Smrg  test -z "$as_dir" && as_dir=.
216992bb16f8Smrg  for ac_exec_ext in '' $ac_executable_extensions; do
217092bb16f8Smrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
217192bb16f8Smrg    ac_cv_path_MKFONTSCALE="$as_dir/$ac_word$ac_exec_ext"
217292bb16f8Smrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
217392bb16f8Smrg    break 2
217492bb16f8Smrg  fi
217592bb16f8Smrgdone
217692bb16f8Smrgdone
217792bb16f8SmrgIFS=$as_save_IFS
217892bb16f8Smrg
217992bb16f8Smrg  ;;
218092bb16f8Smrgesac
218192bb16f8Smrgfi
218292bb16f8SmrgMKFONTSCALE=$ac_cv_path_MKFONTSCALE
218392bb16f8Smrgif test -n "$MKFONTSCALE"; then
218492bb16f8Smrg  { echo "$as_me:$LINENO: result: $MKFONTSCALE" >&5
218592bb16f8Smrgecho "${ECHO_T}$MKFONTSCALE" >&6; }
218692bb16f8Smrgelse
218792bb16f8Smrg  { echo "$as_me:$LINENO: result: no" >&5
218892bb16f8Smrgecho "${ECHO_T}no" >&6; }
218992bb16f8Smrgfi
219092bb16f8Smrg
219192bb16f8Smrg
219292bb16f8Smrgif [ -z $MKFONTSCALE ]; then
219392bb16f8Smrg   { { echo "$as_me:$LINENO: error: mkfontscale is needed to build fontenc. Please install the app/mkfontscale package from X.Org." >&5
219492bb16f8Smrgecho "$as_me: error: mkfontscale is needed to build fontenc. Please install the app/mkfontscale package from X.Org." >&2;}
219592bb16f8Smrg   { (exit 1); exit 1; }; }
219692bb16f8Smrgfi
219792bb16f8Smrg
219892bb16f8Smrg# Choose whether or not to compress encodings - default is to compress all
219992bb16f8Smrg
220092bb16f8Smrg# Check whether --enable-gzip-small-encodings was given.
220192bb16f8Smrgif test "${enable_gzip_small_encodings+set}" = set; then
220292bb16f8Smrg  enableval=$enable_gzip_small_encodings; GZIP_SMALL="$enableval"
220392bb16f8Smrgelse
220492bb16f8Smrg  GZIP_SMALL="yes"
220592bb16f8Smrgfi
220692bb16f8Smrg
220792bb16f8Smrg
220892bb16f8Smrg
220992bb16f8Smrgif test x$GZIP_SMALL = xyes; then
221092bb16f8Smrg  GZIP_SMALL_TRUE=
221192bb16f8Smrg  GZIP_SMALL_FALSE='#'
221292bb16f8Smrgelse
221392bb16f8Smrg  GZIP_SMALL_TRUE='#'
221492bb16f8Smrg  GZIP_SMALL_FALSE=
221592bb16f8Smrgfi
221692bb16f8Smrg
221792bb16f8Smrg
221892bb16f8Smrg# Check whether --enable-gzip-large-encodings was given.
221992bb16f8Smrgif test "${enable_gzip_large_encodings+set}" = set; then
222092bb16f8Smrg  enableval=$enable_gzip_large_encodings; GZIP_LARGE="$enableval"
222192bb16f8Smrgelse
222292bb16f8Smrg  GZIP_LARGE="yes"
222392bb16f8Smrgfi
222492bb16f8Smrg
222592bb16f8Smrg
222692bb16f8Smrg
222792bb16f8Smrgif test x$GZIP_LARGE = xyes; then
222892bb16f8Smrg  GZIP_LARGE_TRUE=
222992bb16f8Smrg  GZIP_LARGE_FALSE='#'
223092bb16f8Smrgelse
223192bb16f8Smrg  GZIP_LARGE_TRUE='#'
223292bb16f8Smrg  GZIP_LARGE_FALSE=
223392bb16f8Smrgfi
223492bb16f8Smrg
223592bb16f8Smrg
223692bb16f8Smrg# gzip
223792bb16f8Smrg
223892bb16f8Smrgif test x$GZIP_SMALL = xyes -o x$GZIP_LARGE = xyes ; then
223992bb16f8Smrg    # Extract the first word of "gzip", so it can be a program name with args.
224092bb16f8Smrgset dummy gzip; ac_word=$2
224192bb16f8Smrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
224292bb16f8Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
224392bb16f8Smrgif test "${ac_cv_path_GZIP+set}" = set; then
224492bb16f8Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
224592bb16f8Smrgelse
224692bb16f8Smrg  case $GZIP in
224792bb16f8Smrg  [\\/]* | ?:[\\/]*)
224892bb16f8Smrg  ac_cv_path_GZIP="$GZIP" # Let the user override the test with a path.
224992bb16f8Smrg  ;;
225092bb16f8Smrg  *)
225192bb16f8Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
225292bb16f8Smrgfor as_dir in $PATH
225392bb16f8Smrgdo
225492bb16f8Smrg  IFS=$as_save_IFS
225592bb16f8Smrg  test -z "$as_dir" && as_dir=.
225692bb16f8Smrg  for ac_exec_ext in '' $ac_executable_extensions; do
225792bb16f8Smrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
225892bb16f8Smrg    ac_cv_path_GZIP="$as_dir/$ac_word$ac_exec_ext"
225992bb16f8Smrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
226092bb16f8Smrg    break 2
226192bb16f8Smrg  fi
226292bb16f8Smrgdone
226392bb16f8Smrgdone
226492bb16f8SmrgIFS=$as_save_IFS
226592bb16f8Smrg
226692bb16f8Smrg  ;;
226792bb16f8Smrgesac
226892bb16f8Smrgfi
226992bb16f8SmrgGZIP=$ac_cv_path_GZIP
227092bb16f8Smrgif test -n "$GZIP"; then
227192bb16f8Smrg  { echo "$as_me:$LINENO: result: $GZIP" >&5
227292bb16f8Smrgecho "${ECHO_T}$GZIP" >&6; }
227392bb16f8Smrgelse
227492bb16f8Smrg  { echo "$as_me:$LINENO: result: no" >&5
227592bb16f8Smrgecho "${ECHO_T}no" >&6; }
227692bb16f8Smrgfi
227792bb16f8Smrg
227892bb16f8Smrg
227992bb16f8Smrg    if [ -z $GZIP ]; then
228092bb16f8Smrg	{ { echo "$as_me:$LINENO: error: gzip is needed to compress font encodings" >&5
228192bb16f8Smrgecho "$as_me: error: gzip is needed to compress font encodings" >&2;}
228292bb16f8Smrg   { (exit 1); exit 1; }; }
228392bb16f8Smrg    fi
228492bb16f8Smrgfi
228592bb16f8Smrg
228692bb16f8SmrgDEFAULT_ENCODINGSDIR=${libdir}/X11/fonts/encodings
228792bb16f8Smrg
228892bb16f8Smrg# Check whether --with-encodingsdir was given.
228992bb16f8Smrgif test "${with_encodingsdir+set}" = set; then
229092bb16f8Smrg  withval=$with_encodingsdir; ENCODINGSDIR="$withval"
229192bb16f8Smrgelse
229292bb16f8Smrg  ENCODINGSDIR="$DEFAULT_ENCODINGSDIR"
229392bb16f8Smrgfi
229492bb16f8Smrg
229592bb16f8Smrg
229692bb16f8Smrg
229792bb16f8Smrg
229892bb16f8Smrg
229992bb16f8Smrg# Check whether --with-release-version was given.
230092bb16f8Smrgif test "${with_release_version+set}" = set; then
230192bb16f8Smrg  withval=$with_release_version; RELEASE_VERSION="$withval"
230292bb16f8Smrgelse
230392bb16f8Smrg  RELEASE_VERSION=""
230492bb16f8Smrgfi
230592bb16f8Smrg
230692bb16f8Smrg	if test "x$RELEASE_VERSION" != "x"; then
230792bb16f8Smrg		PACKAGE="$PACKAGE-$RELEASE_VERSION"
230892bb16f8Smrg		PACKAGE_TARNAME="$PACKAGE_TARNAME-$RELEASE_VERSION"
230992bb16f8Smrg		{ echo "$as_me:$LINENO: Building with package name set to $PACKAGE" >&5
231092bb16f8Smrgecho "$as_me: Building with package name set to $PACKAGE" >&6;}
231192bb16f8Smrg	fi
231292bb16f8Smrg
231392bb16f8Smrg
231492bb16f8Smrgac_config_files="$ac_config_files Makefile large/Makefile"
231592bb16f8Smrg
231692bb16f8Smrgcat >confcache <<\_ACEOF
231792bb16f8Smrg# This file is a shell script that caches the results of configure
231892bb16f8Smrg# tests run on this system so they can be shared between configure
231992bb16f8Smrg# scripts and configure runs, see configure's option --config-cache.
232092bb16f8Smrg# It is not useful on other systems.  If it contains results you don't
232192bb16f8Smrg# want to keep, you may remove or edit it.
232292bb16f8Smrg#
232392bb16f8Smrg# config.status only pays attention to the cache file if you give it
232492bb16f8Smrg# the --recheck option to rerun configure.
232592bb16f8Smrg#
232692bb16f8Smrg# `ac_cv_env_foo' variables (set or unset) will be overridden when
232792bb16f8Smrg# loading this file, other *unset* `ac_cv_foo' will be assigned the
232892bb16f8Smrg# following values.
232992bb16f8Smrg
233092bb16f8Smrg_ACEOF
233192bb16f8Smrg
233292bb16f8Smrg# The following way of writing the cache mishandles newlines in values,
233392bb16f8Smrg# but we know of no workaround that is simple, portable, and efficient.
233492bb16f8Smrg# So, we kill variables containing newlines.
233592bb16f8Smrg# Ultrix sh set writes to stderr and can't be redirected directly,
233692bb16f8Smrg# and sets the high bit in the cache file unless we assign to the vars.
233792bb16f8Smrg(
233892bb16f8Smrg  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
233992bb16f8Smrg    eval ac_val=\$$ac_var
234092bb16f8Smrg    case $ac_val in #(
234192bb16f8Smrg    *${as_nl}*)
234292bb16f8Smrg      case $ac_var in #(
234392bb16f8Smrg      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
234492bb16f8Smrgecho "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
234592bb16f8Smrg      esac
234692bb16f8Smrg      case $ac_var in #(
234792bb16f8Smrg      _ | IFS | as_nl) ;; #(
234892bb16f8Smrg      *) $as_unset $ac_var ;;
234992bb16f8Smrg      esac ;;
235092bb16f8Smrg    esac
235192bb16f8Smrg  done
235292bb16f8Smrg
235392bb16f8Smrg  (set) 2>&1 |
235492bb16f8Smrg    case $as_nl`(ac_space=' '; set) 2>&1` in #(
235592bb16f8Smrg    *${as_nl}ac_space=\ *)
235692bb16f8Smrg      # `set' does not quote correctly, so add quotes (double-quote
235792bb16f8Smrg      # substitution turns \\\\ into \\, and sed turns \\ into \).
235892bb16f8Smrg      sed -n \
235992bb16f8Smrg	"s/'/'\\\\''/g;
236092bb16f8Smrg	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
236192bb16f8Smrg      ;; #(
236292bb16f8Smrg    *)
236392bb16f8Smrg      # `set' quotes correctly as required by POSIX, so do not add quotes.
236492bb16f8Smrg      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
236592bb16f8Smrg      ;;
236692bb16f8Smrg    esac |
236792bb16f8Smrg    sort
236892bb16f8Smrg) |
236992bb16f8Smrg  sed '
237092bb16f8Smrg     /^ac_cv_env_/b end
237192bb16f8Smrg     t clear
237292bb16f8Smrg     :clear
237392bb16f8Smrg     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
237492bb16f8Smrg     t end
237592bb16f8Smrg     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
237692bb16f8Smrg     :end' >>confcache
237792bb16f8Smrgif diff "$cache_file" confcache >/dev/null 2>&1; then :; else
237892bb16f8Smrg  if test -w "$cache_file"; then
237992bb16f8Smrg    test "x$cache_file" != "x/dev/null" &&
238092bb16f8Smrg      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
238192bb16f8Smrgecho "$as_me: updating cache $cache_file" >&6;}
238292bb16f8Smrg    cat confcache >$cache_file
238392bb16f8Smrg  else
238492bb16f8Smrg    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
238592bb16f8Smrgecho "$as_me: not updating unwritable cache $cache_file" >&6;}
238692bb16f8Smrg  fi
238792bb16f8Smrgfi
238892bb16f8Smrgrm -f confcache
238992bb16f8Smrg
239092bb16f8Smrgtest "x$prefix" = xNONE && prefix=$ac_default_prefix
239192bb16f8Smrg# Let make expand exec_prefix.
239292bb16f8Smrgtest "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
239392bb16f8Smrg
239492bb16f8Smrg# Transform confdefs.h into DEFS.
239592bb16f8Smrg# Protect against shell expansion while executing Makefile rules.
239692bb16f8Smrg# Protect against Makefile macro expansion.
239792bb16f8Smrg#
239892bb16f8Smrg# If the first sed substitution is executed (which looks for macros that
239992bb16f8Smrg# take arguments), then branch to the quote section.  Otherwise,
240092bb16f8Smrg# look for a macro that doesn't take arguments.
240192bb16f8Smrgac_script='
240292bb16f8Smrgt clear
240392bb16f8Smrg:clear
240492bb16f8Smrgs/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
240592bb16f8Smrgt quote
240692bb16f8Smrgs/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
240792bb16f8Smrgt quote
240892bb16f8Smrgb any
240992bb16f8Smrg:quote
241092bb16f8Smrgs/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
241192bb16f8Smrgs/\[/\\&/g
241292bb16f8Smrgs/\]/\\&/g
241392bb16f8Smrgs/\$/$$/g
241492bb16f8SmrgH
241592bb16f8Smrg:any
241692bb16f8Smrg${
241792bb16f8Smrg	g
241892bb16f8Smrg	s/^\n//
241992bb16f8Smrg	s/\n/ /g
242092bb16f8Smrg	p
242192bb16f8Smrg}
242292bb16f8Smrg'
242392bb16f8SmrgDEFS=`sed -n "$ac_script" confdefs.h`
242492bb16f8Smrg
242592bb16f8Smrg
242692bb16f8Smrgac_libobjs=
242792bb16f8Smrgac_ltlibobjs=
242892bb16f8Smrgfor ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
242992bb16f8Smrg  # 1. Remove the extension, and $U if already installed.
243092bb16f8Smrg  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
243192bb16f8Smrg  ac_i=`echo "$ac_i" | sed "$ac_script"`
243292bb16f8Smrg  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
243392bb16f8Smrg  #    will be set to the directory where LIBOBJS objects are built.
243492bb16f8Smrg  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
243592bb16f8Smrg  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
243692bb16f8Smrgdone
243792bb16f8SmrgLIBOBJS=$ac_libobjs
243892bb16f8Smrg
243992bb16f8SmrgLTLIBOBJS=$ac_ltlibobjs
244092bb16f8Smrg
244192bb16f8Smrg
244292bb16f8Smrgif test -z "${GZIP_SMALL_TRUE}" && test -z "${GZIP_SMALL_FALSE}"; then
244392bb16f8Smrg  { { echo "$as_me:$LINENO: error: conditional \"GZIP_SMALL\" was never defined.
244492bb16f8SmrgUsually this means the macro was only invoked conditionally." >&5
244592bb16f8Smrgecho "$as_me: error: conditional \"GZIP_SMALL\" was never defined.
244692bb16f8SmrgUsually this means the macro was only invoked conditionally." >&2;}
244792bb16f8Smrg   { (exit 1); exit 1; }; }
244892bb16f8Smrgfi
244992bb16f8Smrgif test -z "${GZIP_LARGE_TRUE}" && test -z "${GZIP_LARGE_FALSE}"; then
245092bb16f8Smrg  { { echo "$as_me:$LINENO: error: conditional \"GZIP_LARGE\" was never defined.
245192bb16f8SmrgUsually this means the macro was only invoked conditionally." >&5
245292bb16f8Smrgecho "$as_me: error: conditional \"GZIP_LARGE\" was never defined.
245392bb16f8SmrgUsually this means the macro was only invoked conditionally." >&2;}
245492bb16f8Smrg   { (exit 1); exit 1; }; }
245592bb16f8Smrgfi
245692bb16f8Smrg
245792bb16f8Smrg: ${CONFIG_STATUS=./config.status}
245892bb16f8Smrgac_clean_files_save=$ac_clean_files
245992bb16f8Smrgac_clean_files="$ac_clean_files $CONFIG_STATUS"
246092bb16f8Smrg{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
246192bb16f8Smrgecho "$as_me: creating $CONFIG_STATUS" >&6;}
246292bb16f8Smrgcat >$CONFIG_STATUS <<_ACEOF
246392bb16f8Smrg#! $SHELL
246492bb16f8Smrg# Generated by $as_me.
246592bb16f8Smrg# Run this file to recreate the current configuration.
246692bb16f8Smrg# Compiler output produced by configure, useful for debugging
246792bb16f8Smrg# configure, is in config.log if it exists.
246892bb16f8Smrg
246992bb16f8Smrgdebug=false
247092bb16f8Smrgac_cs_recheck=false
247192bb16f8Smrgac_cs_silent=false
247292bb16f8SmrgSHELL=\${CONFIG_SHELL-$SHELL}
247392bb16f8Smrg_ACEOF
247492bb16f8Smrg
247592bb16f8Smrgcat >>$CONFIG_STATUS <<\_ACEOF
247692bb16f8Smrg## --------------------- ##
247792bb16f8Smrg## M4sh Initialization.  ##
247892bb16f8Smrg## --------------------- ##
247992bb16f8Smrg
248092bb16f8Smrg# Be Bourne compatible
248192bb16f8Smrgif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
248292bb16f8Smrg  emulate sh
248392bb16f8Smrg  NULLCMD=:
248492bb16f8Smrg  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
248592bb16f8Smrg  # is contrary to our usage.  Disable this feature.
248692bb16f8Smrg  alias -g '${1+"$@"}'='"$@"'
248792bb16f8Smrg  setopt NO_GLOB_SUBST
248892bb16f8Smrgelse
248992bb16f8Smrg  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
249092bb16f8Smrgfi
249192bb16f8SmrgBIN_SH=xpg4; export BIN_SH # for Tru64
249292bb16f8SmrgDUALCASE=1; export DUALCASE # for MKS sh
249392bb16f8Smrg
249492bb16f8Smrg
249592bb16f8Smrg# PATH needs CR
249692bb16f8Smrg# Avoid depending upon Character Ranges.
249792bb16f8Smrgas_cr_letters='abcdefghijklmnopqrstuvwxyz'
249892bb16f8Smrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
249992bb16f8Smrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS
250092bb16f8Smrgas_cr_digits='0123456789'
250192bb16f8Smrgas_cr_alnum=$as_cr_Letters$as_cr_digits
250292bb16f8Smrg
250392bb16f8Smrg# The user is always right.
250492bb16f8Smrgif test "${PATH_SEPARATOR+set}" != set; then
250592bb16f8Smrg  echo "#! /bin/sh" >conf$$.sh
250692bb16f8Smrg  echo  "exit 0"   >>conf$$.sh
250792bb16f8Smrg  chmod +x conf$$.sh
250892bb16f8Smrg  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
250992bb16f8Smrg    PATH_SEPARATOR=';'
251092bb16f8Smrg  else
251192bb16f8Smrg    PATH_SEPARATOR=:
251292bb16f8Smrg  fi
251392bb16f8Smrg  rm -f conf$$.sh
251492bb16f8Smrgfi
251592bb16f8Smrg
251692bb16f8Smrg# Support unset when possible.
251792bb16f8Smrgif ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
251892bb16f8Smrg  as_unset=unset
251992bb16f8Smrgelse
252092bb16f8Smrg  as_unset=false
252192bb16f8Smrgfi
252292bb16f8Smrg
252392bb16f8Smrg
252492bb16f8Smrg# IFS
252592bb16f8Smrg# We need space, tab and new line, in precisely that order.  Quoting is
252692bb16f8Smrg# there to prevent editors from complaining about space-tab.
252792bb16f8Smrg# (If _AS_PATH_WALK were called with IFS unset, it would disable word
252892bb16f8Smrg# splitting by setting IFS to empty value.)
252992bb16f8Smrgas_nl='
253092bb16f8Smrg'
253192bb16f8SmrgIFS=" ""	$as_nl"
253292bb16f8Smrg
253392bb16f8Smrg# Find who we are.  Look in the path if we contain no directory separator.
253492bb16f8Smrgcase $0 in
253592bb16f8Smrg  *[\\/]* ) as_myself=$0 ;;
253692bb16f8Smrg  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
253792bb16f8Smrgfor as_dir in $PATH
253892bb16f8Smrgdo
253992bb16f8Smrg  IFS=$as_save_IFS
254092bb16f8Smrg  test -z "$as_dir" && as_dir=.
254192bb16f8Smrg  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
254292bb16f8Smrgdone
254392bb16f8SmrgIFS=$as_save_IFS
254492bb16f8Smrg
254592bb16f8Smrg     ;;
254692bb16f8Smrgesac
254792bb16f8Smrg# We did not find ourselves, most probably we were run as `sh COMMAND'
254892bb16f8Smrg# in which case we are not to be found in the path.
254992bb16f8Smrgif test "x$as_myself" = x; then
255092bb16f8Smrg  as_myself=$0
255192bb16f8Smrgfi
255292bb16f8Smrgif test ! -f "$as_myself"; then
255392bb16f8Smrg  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
255492bb16f8Smrg  { (exit 1); exit 1; }
255592bb16f8Smrgfi
255692bb16f8Smrg
255792bb16f8Smrg# Work around bugs in pre-3.0 UWIN ksh.
255892bb16f8Smrgfor as_var in ENV MAIL MAILPATH
255992bb16f8Smrgdo ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
256092bb16f8Smrgdone
256192bb16f8SmrgPS1='$ '
256292bb16f8SmrgPS2='> '
256392bb16f8SmrgPS4='+ '
256492bb16f8Smrg
256592bb16f8Smrg# NLS nuisances.
256692bb16f8Smrgfor as_var in \
256792bb16f8Smrg  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
256892bb16f8Smrg  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
256992bb16f8Smrg  LC_TELEPHONE LC_TIME
257092bb16f8Smrgdo
257192bb16f8Smrg  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
257292bb16f8Smrg    eval $as_var=C; export $as_var
257392bb16f8Smrg  else
257492bb16f8Smrg    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
257592bb16f8Smrg  fi
257692bb16f8Smrgdone
257792bb16f8Smrg
257892bb16f8Smrg# Required to use basename.
257992bb16f8Smrgif expr a : '\(a\)' >/dev/null 2>&1 &&
258092bb16f8Smrg   test "X`expr 00001 : '.*\(...\)'`" = X001; then
258192bb16f8Smrg  as_expr=expr
258292bb16f8Smrgelse
258392bb16f8Smrg  as_expr=false
258492bb16f8Smrgfi
258592bb16f8Smrg
258692bb16f8Smrgif (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
258792bb16f8Smrg  as_basename=basename
258892bb16f8Smrgelse
258992bb16f8Smrg  as_basename=false
259092bb16f8Smrgfi
259192bb16f8Smrg
259292bb16f8Smrg
259392bb16f8Smrg# Name of the executable.
259492bb16f8Smrgas_me=`$as_basename -- "$0" ||
259592bb16f8Smrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
259692bb16f8Smrg	 X"$0" : 'X\(//\)$' \| \
259792bb16f8Smrg	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
259892bb16f8Smrgecho X/"$0" |
259992bb16f8Smrg    sed '/^.*\/\([^/][^/]*\)\/*$/{
260092bb16f8Smrg	    s//\1/
260192bb16f8Smrg	    q
260292bb16f8Smrg	  }
260392bb16f8Smrg	  /^X\/\(\/\/\)$/{
260492bb16f8Smrg	    s//\1/
260592bb16f8Smrg	    q
260692bb16f8Smrg	  }
260792bb16f8Smrg	  /^X\/\(\/\).*/{
260892bb16f8Smrg	    s//\1/
260992bb16f8Smrg	    q
261092bb16f8Smrg	  }
261192bb16f8Smrg	  s/.*/./; q'`
261292bb16f8Smrg
261392bb16f8Smrg# CDPATH.
261492bb16f8Smrg$as_unset CDPATH
261592bb16f8Smrg
261692bb16f8Smrg
261792bb16f8Smrg
261892bb16f8Smrg  as_lineno_1=$LINENO
261992bb16f8Smrg  as_lineno_2=$LINENO
262092bb16f8Smrg  test "x$as_lineno_1" != "x$as_lineno_2" &&
262192bb16f8Smrg  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
262292bb16f8Smrg
262392bb16f8Smrg  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
262492bb16f8Smrg  # uniformly replaced by the line number.  The first 'sed' inserts a
262592bb16f8Smrg  # line-number line after each line using $LINENO; the second 'sed'
262692bb16f8Smrg  # does the real work.  The second script uses 'N' to pair each
262792bb16f8Smrg  # line-number line with the line containing $LINENO, and appends
262892bb16f8Smrg  # trailing '-' during substitution so that $LINENO is not a special
262992bb16f8Smrg  # case at line end.
263092bb16f8Smrg  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
263192bb16f8Smrg  # scripts with optimization help from Paolo Bonzini.  Blame Lee
263292bb16f8Smrg  # E. McMahon (1931-1989) for sed's syntax.  :-)
263392bb16f8Smrg  sed -n '
263492bb16f8Smrg    p
263592bb16f8Smrg    /[$]LINENO/=
263692bb16f8Smrg  ' <$as_myself |
263792bb16f8Smrg    sed '
263892bb16f8Smrg      s/[$]LINENO.*/&-/
263992bb16f8Smrg      t lineno
264092bb16f8Smrg      b
264192bb16f8Smrg      :lineno
264292bb16f8Smrg      N
264392bb16f8Smrg      :loop
264492bb16f8Smrg      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
264592bb16f8Smrg      t loop
264692bb16f8Smrg      s/-\n.*//
264792bb16f8Smrg    ' >$as_me.lineno &&
264892bb16f8Smrg  chmod +x "$as_me.lineno" ||
264992bb16f8Smrg    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
265092bb16f8Smrg   { (exit 1); exit 1; }; }
265192bb16f8Smrg
265292bb16f8Smrg  # Don't try to exec as it changes $[0], causing all sort of problems
265392bb16f8Smrg  # (the dirname of $[0] is not the place where we might find the
265492bb16f8Smrg  # original and so on.  Autoconf is especially sensitive to this).
265592bb16f8Smrg  . "./$as_me.lineno"
265692bb16f8Smrg  # Exit status is that of the last command.
265792bb16f8Smrg  exit
265892bb16f8Smrg}
265992bb16f8Smrg
266092bb16f8Smrg
266192bb16f8Smrgif (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
266292bb16f8Smrg  as_dirname=dirname
266392bb16f8Smrgelse
266492bb16f8Smrg  as_dirname=false
266592bb16f8Smrgfi
266692bb16f8Smrg
266792bb16f8SmrgECHO_C= ECHO_N= ECHO_T=
266892bb16f8Smrgcase `echo -n x` in
266992bb16f8Smrg-n*)
267092bb16f8Smrg  case `echo 'x\c'` in
267192bb16f8Smrg  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
267292bb16f8Smrg  *)   ECHO_C='\c';;
267392bb16f8Smrg  esac;;
267492bb16f8Smrg*)
267592bb16f8Smrg  ECHO_N='-n';;
267692bb16f8Smrgesac
267792bb16f8Smrg
267892bb16f8Smrgif expr a : '\(a\)' >/dev/null 2>&1 &&
267992bb16f8Smrg   test "X`expr 00001 : '.*\(...\)'`" = X001; then
268092bb16f8Smrg  as_expr=expr
268192bb16f8Smrgelse
268292bb16f8Smrg  as_expr=false
268392bb16f8Smrgfi
268492bb16f8Smrg
268592bb16f8Smrgrm -f conf$$ conf$$.exe conf$$.file
268692bb16f8Smrgif test -d conf$$.dir; then
268792bb16f8Smrg  rm -f conf$$.dir/conf$$.file
268892bb16f8Smrgelse
268992bb16f8Smrg  rm -f conf$$.dir
269092bb16f8Smrg  mkdir conf$$.dir
269192bb16f8Smrgfi
269292bb16f8Smrgecho >conf$$.file
269392bb16f8Smrgif ln -s conf$$.file conf$$ 2>/dev/null; then
269492bb16f8Smrg  as_ln_s='ln -s'
269592bb16f8Smrg  # ... but there are two gotchas:
269692bb16f8Smrg  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
269792bb16f8Smrg  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
269892bb16f8Smrg  # In both cases, we have to default to `cp -p'.
269992bb16f8Smrg  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
270092bb16f8Smrg    as_ln_s='cp -p'
270192bb16f8Smrgelif ln conf$$.file conf$$ 2>/dev/null; then
270292bb16f8Smrg  as_ln_s=ln
270392bb16f8Smrgelse
270492bb16f8Smrg  as_ln_s='cp -p'
270592bb16f8Smrgfi
270692bb16f8Smrgrm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
270792bb16f8Smrgrmdir conf$$.dir 2>/dev/null
270892bb16f8Smrg
270992bb16f8Smrgif mkdir -p . 2>/dev/null; then
271092bb16f8Smrg  as_mkdir_p=:
271192bb16f8Smrgelse
271292bb16f8Smrg  test -d ./-p && rmdir ./-p
271392bb16f8Smrg  as_mkdir_p=false
271492bb16f8Smrgfi
271592bb16f8Smrg
271692bb16f8Smrg# Find out whether ``test -x'' works.  Don't use a zero-byte file, as
271792bb16f8Smrg# systems may use methods other than mode bits to determine executability.
271892bb16f8Smrgcat >conf$$.file <<_ASEOF
271992bb16f8Smrg#! /bin/sh
272092bb16f8Smrgexit 0
272192bb16f8Smrg_ASEOF
272292bb16f8Smrgchmod +x conf$$.file
272392bb16f8Smrgif test -x conf$$.file >/dev/null 2>&1; then
272492bb16f8Smrg  as_executable_p="test -x"
272592bb16f8Smrgelse
272692bb16f8Smrg  as_executable_p=:
272792bb16f8Smrgfi
272892bb16f8Smrgrm -f conf$$.file
272992bb16f8Smrg
273092bb16f8Smrg# Sed expression to map a string onto a valid CPP name.
273192bb16f8Smrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
273292bb16f8Smrg
273392bb16f8Smrg# Sed expression to map a string onto a valid variable name.
273492bb16f8Smrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
273592bb16f8Smrg
273692bb16f8Smrg
273792bb16f8Smrgexec 6>&1
273892bb16f8Smrg
273992bb16f8Smrg# Save the log message, to keep $[0] and so on meaningful, and to
274092bb16f8Smrg# report actual input values of CONFIG_FILES etc. instead of their
274192bb16f8Smrg# values after options handling.
274292bb16f8Smrgac_log="
274392bb16f8SmrgThis file was extended by encodings $as_me 1.0.2, which was
274492bb16f8Smrggenerated by GNU Autoconf 2.60.  Invocation command line was
274592bb16f8Smrg
274692bb16f8Smrg  CONFIG_FILES    = $CONFIG_FILES
274792bb16f8Smrg  CONFIG_HEADERS  = $CONFIG_HEADERS
274892bb16f8Smrg  CONFIG_LINKS    = $CONFIG_LINKS
274992bb16f8Smrg  CONFIG_COMMANDS = $CONFIG_COMMANDS
275092bb16f8Smrg  $ $0 $@
275192bb16f8Smrg
275292bb16f8Smrgon `(hostname || uname -n) 2>/dev/null | sed 1q`
275392bb16f8Smrg"
275492bb16f8Smrg
275592bb16f8Smrg_ACEOF
275692bb16f8Smrg
275792bb16f8Smrgcat >>$CONFIG_STATUS <<_ACEOF
275892bb16f8Smrg# Files that config.status was made for.
275992bb16f8Smrgconfig_files="$ac_config_files"
276092bb16f8Smrg
276192bb16f8Smrg_ACEOF
276292bb16f8Smrg
276392bb16f8Smrgcat >>$CONFIG_STATUS <<\_ACEOF
276492bb16f8Smrgac_cs_usage="\
276592bb16f8Smrg\`$as_me' instantiates files from templates according to the
276692bb16f8Smrgcurrent configuration.
276792bb16f8Smrg
276892bb16f8SmrgUsage: $0 [OPTIONS] [FILE]...
276992bb16f8Smrg
277092bb16f8Smrg  -h, --help       print this help, then exit
277192bb16f8Smrg  -V, --version    print version number, then exit
277292bb16f8Smrg  -q, --quiet      do not print progress messages
277392bb16f8Smrg  -d, --debug      don't remove temporary files
277492bb16f8Smrg      --recheck    update $as_me by reconfiguring in the same conditions
277592bb16f8Smrg  --file=FILE[:TEMPLATE]
277692bb16f8Smrg		   instantiate the configuration file FILE
277792bb16f8Smrg
277892bb16f8SmrgConfiguration files:
277992bb16f8Smrg$config_files
278092bb16f8Smrg
278192bb16f8SmrgReport bugs to <bug-autoconf@gnu.org>."
278292bb16f8Smrg
278392bb16f8Smrg_ACEOF
278492bb16f8Smrgcat >>$CONFIG_STATUS <<_ACEOF
278592bb16f8Smrgac_cs_version="\\
278692bb16f8Smrgencodings config.status 1.0.2
278792bb16f8Smrgconfigured by $0, generated by GNU Autoconf 2.60,
278892bb16f8Smrg  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
278992bb16f8Smrg
279092bb16f8SmrgCopyright (C) 2006 Free Software Foundation, Inc.
279192bb16f8SmrgThis config.status script is free software; the Free Software Foundation
279292bb16f8Smrggives unlimited permission to copy, distribute and modify it."
279392bb16f8Smrg
279492bb16f8Smrgac_pwd='$ac_pwd'
279592bb16f8Smrgsrcdir='$srcdir'
279692bb16f8SmrgINSTALL='$INSTALL'
279792bb16f8Smrg_ACEOF
279892bb16f8Smrg
279992bb16f8Smrgcat >>$CONFIG_STATUS <<\_ACEOF
280092bb16f8Smrg# If no file are specified by the user, then we need to provide default
280192bb16f8Smrg# value.  By we need to know if files were specified by the user.
280292bb16f8Smrgac_need_defaults=:
280392bb16f8Smrgwhile test $# != 0
280492bb16f8Smrgdo
280592bb16f8Smrg  case $1 in
280692bb16f8Smrg  --*=*)
280792bb16f8Smrg    ac_option=`expr "X$1" : 'X\([^=]*\)='`
280892bb16f8Smrg    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
280992bb16f8Smrg    ac_shift=:
281092bb16f8Smrg    ;;
281192bb16f8Smrg  *)
281292bb16f8Smrg    ac_option=$1
281392bb16f8Smrg    ac_optarg=$2
281492bb16f8Smrg    ac_shift=shift
281592bb16f8Smrg    ;;
281692bb16f8Smrg  esac
281792bb16f8Smrg
281892bb16f8Smrg  case $ac_option in
281992bb16f8Smrg  # Handling of the options.
282092bb16f8Smrg  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
282192bb16f8Smrg    ac_cs_recheck=: ;;
282292bb16f8Smrg  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
282392bb16f8Smrg    echo "$ac_cs_version"; exit ;;
282492bb16f8Smrg  --debug | --debu | --deb | --de | --d | -d )
282592bb16f8Smrg    debug=: ;;
282692bb16f8Smrg  --file | --fil | --fi | --f )
282792bb16f8Smrg    $ac_shift
282892bb16f8Smrg    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
282992bb16f8Smrg    ac_need_defaults=false;;
283092bb16f8Smrg  --he | --h |  --help | --hel | -h )
283192bb16f8Smrg    echo "$ac_cs_usage"; exit ;;
283292bb16f8Smrg  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
283392bb16f8Smrg  | -silent | --silent | --silen | --sile | --sil | --si | --s)
283492bb16f8Smrg    ac_cs_silent=: ;;
283592bb16f8Smrg
283692bb16f8Smrg  # This is an error.
283792bb16f8Smrg  -*) { echo "$as_me: error: unrecognized option: $1
283892bb16f8SmrgTry \`$0 --help' for more information." >&2
283992bb16f8Smrg   { (exit 1); exit 1; }; } ;;
284092bb16f8Smrg
284192bb16f8Smrg  *) ac_config_targets="$ac_config_targets $1"
284292bb16f8Smrg     ac_need_defaults=false ;;
284392bb16f8Smrg
284492bb16f8Smrg  esac
284592bb16f8Smrg  shift
284692bb16f8Smrgdone
284792bb16f8Smrg
284892bb16f8Smrgac_configure_extra_args=
284992bb16f8Smrg
285092bb16f8Smrgif $ac_cs_silent; then
285192bb16f8Smrg  exec 6>/dev/null
285292bb16f8Smrg  ac_configure_extra_args="$ac_configure_extra_args --silent"
285392bb16f8Smrgfi
285492bb16f8Smrg
285592bb16f8Smrg_ACEOF
285692bb16f8Smrgcat >>$CONFIG_STATUS <<_ACEOF
285792bb16f8Smrgif \$ac_cs_recheck; then
285892bb16f8Smrg  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
285992bb16f8Smrg  CONFIG_SHELL=$SHELL
286092bb16f8Smrg  export CONFIG_SHELL
286192bb16f8Smrg  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
286292bb16f8Smrgfi
286392bb16f8Smrg
286492bb16f8Smrg_ACEOF
286592bb16f8Smrgcat >>$CONFIG_STATUS <<\_ACEOF
286692bb16f8Smrgexec 5>>config.log
286792bb16f8Smrg{
286892bb16f8Smrg  echo
286992bb16f8Smrg  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
287092bb16f8Smrg## Running $as_me. ##
287192bb16f8Smrg_ASBOX
287292bb16f8Smrg  echo "$ac_log"
287392bb16f8Smrg} >&5
287492bb16f8Smrg
287592bb16f8Smrg_ACEOF
287692bb16f8Smrgcat >>$CONFIG_STATUS <<_ACEOF
287792bb16f8Smrg_ACEOF
287892bb16f8Smrg
287992bb16f8Smrgcat >>$CONFIG_STATUS <<\_ACEOF
288092bb16f8Smrg
288192bb16f8Smrg# Handling of arguments.
288292bb16f8Smrgfor ac_config_target in $ac_config_targets
288392bb16f8Smrgdo
288492bb16f8Smrg  case $ac_config_target in
288592bb16f8Smrg    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
288692bb16f8Smrg    "large/Makefile") CONFIG_FILES="$CONFIG_FILES large/Makefile" ;;
288792bb16f8Smrg
288892bb16f8Smrg  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
288992bb16f8Smrgecho "$as_me: error: invalid argument: $ac_config_target" >&2;}
289092bb16f8Smrg   { (exit 1); exit 1; }; };;
289192bb16f8Smrg  esac
289292bb16f8Smrgdone
289392bb16f8Smrg
289492bb16f8Smrg
289592bb16f8Smrg# If the user did not use the arguments to specify the items to instantiate,
289692bb16f8Smrg# then the envvar interface is used.  Set only those that are not.
289792bb16f8Smrg# We use the long form for the default assignment because of an extremely
289892bb16f8Smrg# bizarre bug on SunOS 4.1.3.
289992bb16f8Smrgif $ac_need_defaults; then
290092bb16f8Smrg  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
290192bb16f8Smrgfi
290292bb16f8Smrg
290392bb16f8Smrg# Have a temporary directory for convenience.  Make it in the build tree
290492bb16f8Smrg# simply because there is no reason against having it here, and in addition,
290592bb16f8Smrg# creating and moving files from /tmp can sometimes cause problems.
290692bb16f8Smrg# Hook for its removal unless debugging.
290792bb16f8Smrg# Note that there is a small window in which the directory will not be cleaned:
290892bb16f8Smrg# after its creation but before its name has been assigned to `$tmp'.
290992bb16f8Smrg$debug ||
291092bb16f8Smrg{
291192bb16f8Smrg  tmp=
291292bb16f8Smrg  trap 'exit_status=$?
291392bb16f8Smrg  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
291492bb16f8Smrg' 0
291592bb16f8Smrg  trap '{ (exit 1); exit 1; }' 1 2 13 15
291692bb16f8Smrg}
291792bb16f8Smrg# Create a (secure) tmp directory for tmp files.
291892bb16f8Smrg
291992bb16f8Smrg{
292092bb16f8Smrg  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
292192bb16f8Smrg  test -n "$tmp" && test -d "$tmp"
292292bb16f8Smrg}  ||
292392bb16f8Smrg{
292492bb16f8Smrg  tmp=./conf$$-$RANDOM
292592bb16f8Smrg  (umask 077 && mkdir "$tmp")
292692bb16f8Smrg} ||
292792bb16f8Smrg{
292892bb16f8Smrg   echo "$me: cannot create a temporary directory in ." >&2
292992bb16f8Smrg   { (exit 1); exit 1; }
293092bb16f8Smrg}
293192bb16f8Smrg
293292bb16f8Smrg#
293392bb16f8Smrg# Set up the sed scripts for CONFIG_FILES section.
293492bb16f8Smrg#
293592bb16f8Smrg
293692bb16f8Smrg# No need to generate the scripts if there are no CONFIG_FILES.
293792bb16f8Smrg# This happens for instance when ./config.status config.h
293892bb16f8Smrgif test -n "$CONFIG_FILES"; then
293992bb16f8Smrg
294092bb16f8Smrg_ACEOF
294192bb16f8Smrg
294292bb16f8Smrg
294392bb16f8Smrg
294492bb16f8Smrgac_delim='%!_!# '
294592bb16f8Smrgfor ac_last_try in false false false false false :; do
294692bb16f8Smrg  cat >conf$$subs.sed <<_ACEOF
294792bb16f8SmrgSHELL!$SHELL$ac_delim
294892bb16f8SmrgPATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
294992bb16f8SmrgPACKAGE_NAME!$PACKAGE_NAME$ac_delim
295092bb16f8SmrgPACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
295192bb16f8SmrgPACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
295292bb16f8SmrgPACKAGE_STRING!$PACKAGE_STRING$ac_delim
295392bb16f8SmrgPACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
295492bb16f8Smrgexec_prefix!$exec_prefix$ac_delim
295592bb16f8Smrgprefix!$prefix$ac_delim
295692bb16f8Smrgprogram_transform_name!$program_transform_name$ac_delim
295792bb16f8Smrgbindir!$bindir$ac_delim
295892bb16f8Smrgsbindir!$sbindir$ac_delim
295992bb16f8Smrglibexecdir!$libexecdir$ac_delim
296092bb16f8Smrgdatarootdir!$datarootdir$ac_delim
296192bb16f8Smrgdatadir!$datadir$ac_delim
296292bb16f8Smrgsysconfdir!$sysconfdir$ac_delim
296392bb16f8Smrgsharedstatedir!$sharedstatedir$ac_delim
296492bb16f8Smrglocalstatedir!$localstatedir$ac_delim
296592bb16f8Smrgincludedir!$includedir$ac_delim
296692bb16f8Smrgoldincludedir!$oldincludedir$ac_delim
296792bb16f8Smrgdocdir!$docdir$ac_delim
296892bb16f8Smrginfodir!$infodir$ac_delim
296992bb16f8Smrghtmldir!$htmldir$ac_delim
297092bb16f8Smrgdvidir!$dvidir$ac_delim
297192bb16f8Smrgpdfdir!$pdfdir$ac_delim
297292bb16f8Smrgpsdir!$psdir$ac_delim
297392bb16f8Smrglibdir!$libdir$ac_delim
297492bb16f8Smrglocaledir!$localedir$ac_delim
297592bb16f8Smrgmandir!$mandir$ac_delim
297692bb16f8SmrgDEFS!$DEFS$ac_delim
297792bb16f8SmrgECHO_C!$ECHO_C$ac_delim
297892bb16f8SmrgECHO_N!$ECHO_N$ac_delim
297992bb16f8SmrgECHO_T!$ECHO_T$ac_delim
298092bb16f8SmrgLIBS!$LIBS$ac_delim
298192bb16f8Smrgbuild_alias!$build_alias$ac_delim
298292bb16f8Smrghost_alias!$host_alias$ac_delim
298392bb16f8Smrgtarget_alias!$target_alias$ac_delim
298492bb16f8SmrgINSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
298592bb16f8SmrgINSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
298692bb16f8SmrgINSTALL_DATA!$INSTALL_DATA$ac_delim
298792bb16f8SmrgCYGPATH_W!$CYGPATH_W$ac_delim
298892bb16f8SmrgPACKAGE!$PACKAGE$ac_delim
298992bb16f8SmrgVERSION!$VERSION$ac_delim
299092bb16f8SmrgACLOCAL!$ACLOCAL$ac_delim
299192bb16f8SmrgAUTOCONF!$AUTOCONF$ac_delim
299292bb16f8SmrgAUTOMAKE!$AUTOMAKE$ac_delim
299392bb16f8SmrgAUTOHEADER!$AUTOHEADER$ac_delim
299492bb16f8SmrgMAKEINFO!$MAKEINFO$ac_delim
299592bb16f8Smrginstall_sh!$install_sh$ac_delim
299692bb16f8SmrgSTRIP!$STRIP$ac_delim
299792bb16f8SmrgINSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
299892bb16f8Smrgmkdir_p!$mkdir_p$ac_delim
299992bb16f8SmrgAWK!$AWK$ac_delim
300092bb16f8SmrgSET_MAKE!$SET_MAKE$ac_delim
300192bb16f8Smrgam__leading_dot!$am__leading_dot$ac_delim
300292bb16f8SmrgAMTAR!$AMTAR$ac_delim
300392bb16f8Smrgam__tar!$am__tar$ac_delim
300492bb16f8Smrgam__untar!$am__untar$ac_delim
300592bb16f8SmrgAMSHOWCMDSAT!$AMSHOWCMDSAT$ac_delim
300692bb16f8SmrgAMDEPSHOWCMDSAT!$AMDEPSHOWCMDSAT$ac_delim
300792bb16f8SmrgAMPRETTYECHO!$AMPRETTYECHO$ac_delim
300892bb16f8SmrgAMCMDECHO!$AMCMDECHO$ac_delim
300992bb16f8SmrgLT_QUIET!$LT_QUIET$ac_delim
301092bb16f8SmrgMKFONTSCALE!$MKFONTSCALE$ac_delim
301192bb16f8SmrgGZIP_SMALL_TRUE!$GZIP_SMALL_TRUE$ac_delim
301292bb16f8SmrgGZIP_SMALL_FALSE!$GZIP_SMALL_FALSE$ac_delim
301392bb16f8SmrgGZIP_LARGE_TRUE!$GZIP_LARGE_TRUE$ac_delim
301492bb16f8SmrgGZIP_LARGE_FALSE!$GZIP_LARGE_FALSE$ac_delim
301592bb16f8SmrgGZIP!$GZIP$ac_delim
301692bb16f8SmrgENCODINGSDIR!$ENCODINGSDIR$ac_delim
301792bb16f8SmrgLIBOBJS!$LIBOBJS$ac_delim
301892bb16f8SmrgLTLIBOBJS!$LTLIBOBJS$ac_delim
301992bb16f8Smrg_ACEOF
302092bb16f8Smrg
302192bb16f8Smrg  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 72; then
302292bb16f8Smrg    break
302392bb16f8Smrg  elif $ac_last_try; then
302492bb16f8Smrg    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
302592bb16f8Smrgecho "$as_me: error: could not make $CONFIG_STATUS" >&2;}
302692bb16f8Smrg   { (exit 1); exit 1; }; }
302792bb16f8Smrg  else
302892bb16f8Smrg    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
302992bb16f8Smrg  fi
303092bb16f8Smrgdone
303192bb16f8Smrg
303292bb16f8Smrgac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
303392bb16f8Smrgif test -n "$ac_eof"; then
303492bb16f8Smrg  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
303592bb16f8Smrg  ac_eof=`expr $ac_eof + 1`
303692bb16f8Smrgfi
303792bb16f8Smrg
303892bb16f8Smrgcat >>$CONFIG_STATUS <<_ACEOF
303992bb16f8Smrgcat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
304092bb16f8Smrg/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
304192bb16f8Smrg_ACEOF
304292bb16f8Smrgsed '
304392bb16f8Smrgs/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
304492bb16f8Smrgs/^/s,@/; s/!/@,|#_!!_#|/
304592bb16f8Smrg:n
304692bb16f8Smrgt n
304792bb16f8Smrgs/'"$ac_delim"'$/,g/; t
304892bb16f8Smrgs/$/\\/; p
304992bb16f8SmrgN; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
305092bb16f8Smrg' >>$CONFIG_STATUS <conf$$subs.sed
305192bb16f8Smrgrm -f conf$$subs.sed
305292bb16f8Smrgcat >>$CONFIG_STATUS <<_ACEOF
305392bb16f8Smrg:end
305492bb16f8Smrgs/|#_!!_#|//g
305592bb16f8SmrgCEOF$ac_eof
305692bb16f8Smrg_ACEOF
305792bb16f8Smrg
305892bb16f8Smrg
305992bb16f8Smrg# VPATH may cause trouble with some makes, so we remove $(srcdir),
306092bb16f8Smrg# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
306192bb16f8Smrg# trailing colons and then remove the whole line if VPATH becomes empty
306292bb16f8Smrg# (actually we leave an empty line to preserve line numbers).
306392bb16f8Smrgif test "x$srcdir" = x.; then
306492bb16f8Smrg  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
306592bb16f8Smrgs/:*\$(srcdir):*/:/
306692bb16f8Smrgs/:*\${srcdir}:*/:/
306792bb16f8Smrgs/:*@srcdir@:*/:/
306892bb16f8Smrgs/^\([^=]*=[	 ]*\):*/\1/
306992bb16f8Smrgs/:*$//
307092bb16f8Smrgs/^[^=]*=[	 ]*$//
307192bb16f8Smrg}'
307292bb16f8Smrgfi
307392bb16f8Smrg
307492bb16f8Smrgcat >>$CONFIG_STATUS <<\_ACEOF
307592bb16f8Smrgfi # test -n "$CONFIG_FILES"
307692bb16f8Smrg
307792bb16f8Smrg
307892bb16f8Smrgfor ac_tag in  :F $CONFIG_FILES
307992bb16f8Smrgdo
308092bb16f8Smrg  case $ac_tag in
308192bb16f8Smrg  :[FHLC]) ac_mode=$ac_tag; continue;;
308292bb16f8Smrg  esac
308392bb16f8Smrg  case $ac_mode$ac_tag in
308492bb16f8Smrg  :[FHL]*:*);;
308592bb16f8Smrg  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
308692bb16f8Smrgecho "$as_me: error: Invalid tag $ac_tag." >&2;}
308792bb16f8Smrg   { (exit 1); exit 1; }; };;
308892bb16f8Smrg  :[FH]-) ac_tag=-:-;;
308992bb16f8Smrg  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
309092bb16f8Smrg  esac
309192bb16f8Smrg  ac_save_IFS=$IFS
309292bb16f8Smrg  IFS=:
309392bb16f8Smrg  set x $ac_tag
309492bb16f8Smrg  IFS=$ac_save_IFS
309592bb16f8Smrg  shift
309692bb16f8Smrg  ac_file=$1
309792bb16f8Smrg  shift
309892bb16f8Smrg
309992bb16f8Smrg  case $ac_mode in
310092bb16f8Smrg  :L) ac_source=$1;;
310192bb16f8Smrg  :[FH])
310292bb16f8Smrg    ac_file_inputs=
310392bb16f8Smrg    for ac_f
310492bb16f8Smrg    do
310592bb16f8Smrg      case $ac_f in
310692bb16f8Smrg      -) ac_f="$tmp/stdin";;
310792bb16f8Smrg      *) # Look for the file first in the build tree, then in the source tree
310892bb16f8Smrg	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
310992bb16f8Smrg	 # because $ac_f cannot contain `:'.
311092bb16f8Smrg	 test -f "$ac_f" ||
311192bb16f8Smrg	   case $ac_f in
311292bb16f8Smrg	   [\\/$]*) false;;
311392bb16f8Smrg	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
311492bb16f8Smrg	   esac ||
311592bb16f8Smrg	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
311692bb16f8Smrgecho "$as_me: error: cannot find input file: $ac_f" >&2;}
311792bb16f8Smrg   { (exit 1); exit 1; }; };;
311892bb16f8Smrg      esac
311992bb16f8Smrg      ac_file_inputs="$ac_file_inputs $ac_f"
312092bb16f8Smrg    done
312192bb16f8Smrg
312292bb16f8Smrg    # Let's still pretend it is `configure' which instantiates (i.e., don't
312392bb16f8Smrg    # use $as_me), people would be surprised to read:
312492bb16f8Smrg    #    /* config.h.  Generated by config.status.  */
312592bb16f8Smrg    configure_input="Generated from "`IFS=:
312692bb16f8Smrg	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
312792bb16f8Smrg    if test x"$ac_file" != x-; then
312892bb16f8Smrg      configure_input="$ac_file.  $configure_input"
312992bb16f8Smrg      { echo "$as_me:$LINENO: creating $ac_file" >&5
313092bb16f8Smrgecho "$as_me: creating $ac_file" >&6;}
313192bb16f8Smrg    fi
313292bb16f8Smrg
313392bb16f8Smrg    case $ac_tag in
313492bb16f8Smrg    *:-:* | *:-) cat >"$tmp/stdin";;
313592bb16f8Smrg    esac
313692bb16f8Smrg    ;;
313792bb16f8Smrg  esac
313892bb16f8Smrg
313992bb16f8Smrg  ac_dir=`$as_dirname -- "$ac_file" ||
314092bb16f8Smrg$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
314192bb16f8Smrg	 X"$ac_file" : 'X\(//\)[^/]' \| \
314292bb16f8Smrg	 X"$ac_file" : 'X\(//\)$' \| \
314392bb16f8Smrg	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
314492bb16f8Smrgecho X"$ac_file" |
314592bb16f8Smrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
314692bb16f8Smrg	    s//\1/
314792bb16f8Smrg	    q
314892bb16f8Smrg	  }
314992bb16f8Smrg	  /^X\(\/\/\)[^/].*/{
315092bb16f8Smrg	    s//\1/
315192bb16f8Smrg	    q
315292bb16f8Smrg	  }
315392bb16f8Smrg	  /^X\(\/\/\)$/{
315492bb16f8Smrg	    s//\1/
315592bb16f8Smrg	    q
315692bb16f8Smrg	  }
315792bb16f8Smrg	  /^X\(\/\).*/{
315892bb16f8Smrg	    s//\1/
315992bb16f8Smrg	    q
316092bb16f8Smrg	  }
316192bb16f8Smrg	  s/.*/./; q'`
316292bb16f8Smrg  { as_dir="$ac_dir"
316392bb16f8Smrg  case $as_dir in #(
316492bb16f8Smrg  -*) as_dir=./$as_dir;;
316592bb16f8Smrg  esac
316692bb16f8Smrg  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
316792bb16f8Smrg    as_dirs=
316892bb16f8Smrg    while :; do
316992bb16f8Smrg      case $as_dir in #(
317092bb16f8Smrg      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
317192bb16f8Smrg      *) as_qdir=$as_dir;;
317292bb16f8Smrg      esac
317392bb16f8Smrg      as_dirs="'$as_qdir' $as_dirs"
317492bb16f8Smrg      as_dir=`$as_dirname -- "$as_dir" ||
317592bb16f8Smrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
317692bb16f8Smrg	 X"$as_dir" : 'X\(//\)[^/]' \| \
317792bb16f8Smrg	 X"$as_dir" : 'X\(//\)$' \| \
317892bb16f8Smrg	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
317992bb16f8Smrgecho X"$as_dir" |
318092bb16f8Smrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
318192bb16f8Smrg	    s//\1/
318292bb16f8Smrg	    q
318392bb16f8Smrg	  }
318492bb16f8Smrg	  /^X\(\/\/\)[^/].*/{
318592bb16f8Smrg	    s//\1/
318692bb16f8Smrg	    q
318792bb16f8Smrg	  }
318892bb16f8Smrg	  /^X\(\/\/\)$/{
318992bb16f8Smrg	    s//\1/
319092bb16f8Smrg	    q
319192bb16f8Smrg	  }
319292bb16f8Smrg	  /^X\(\/\).*/{
319392bb16f8Smrg	    s//\1/
319492bb16f8Smrg	    q
319592bb16f8Smrg	  }
319692bb16f8Smrg	  s/.*/./; q'`
319792bb16f8Smrg      test -d "$as_dir" && break
319892bb16f8Smrg    done
319992bb16f8Smrg    test -z "$as_dirs" || eval "mkdir $as_dirs"
320092bb16f8Smrg  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
320192bb16f8Smrgecho "$as_me: error: cannot create directory $as_dir" >&2;}
320292bb16f8Smrg   { (exit 1); exit 1; }; }; }
320392bb16f8Smrg  ac_builddir=.
320492bb16f8Smrg
320592bb16f8Smrgcase "$ac_dir" in
320692bb16f8Smrg.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
320792bb16f8Smrg*)
320892bb16f8Smrg  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
320992bb16f8Smrg  # A ".." for each directory in $ac_dir_suffix.
321092bb16f8Smrg  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
321192bb16f8Smrg  case $ac_top_builddir_sub in
321292bb16f8Smrg  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
321392bb16f8Smrg  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
321492bb16f8Smrg  esac ;;
321592bb16f8Smrgesac
321692bb16f8Smrgac_abs_top_builddir=$ac_pwd
321792bb16f8Smrgac_abs_builddir=$ac_pwd$ac_dir_suffix
321892bb16f8Smrg# for backward compatibility:
321992bb16f8Smrgac_top_builddir=$ac_top_build_prefix
322092bb16f8Smrg
322192bb16f8Smrgcase $srcdir in
322292bb16f8Smrg  .)  # We are building in place.
322392bb16f8Smrg    ac_srcdir=.
322492bb16f8Smrg    ac_top_srcdir=$ac_top_builddir_sub
322592bb16f8Smrg    ac_abs_top_srcdir=$ac_pwd ;;
322692bb16f8Smrg  [\\/]* | ?:[\\/]* )  # Absolute name.
322792bb16f8Smrg    ac_srcdir=$srcdir$ac_dir_suffix;
322892bb16f8Smrg    ac_top_srcdir=$srcdir
322992bb16f8Smrg    ac_abs_top_srcdir=$srcdir ;;
323092bb16f8Smrg  *) # Relative name.
323192bb16f8Smrg    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
323292bb16f8Smrg    ac_top_srcdir=$ac_top_build_prefix$srcdir
323392bb16f8Smrg    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
323492bb16f8Smrgesac
323592bb16f8Smrgac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
323692bb16f8Smrg
323792bb16f8Smrg
323892bb16f8Smrg  case $ac_mode in
323992bb16f8Smrg  :F)
324092bb16f8Smrg  #
324192bb16f8Smrg  # CONFIG_FILE
324292bb16f8Smrg  #
324392bb16f8Smrg
324492bb16f8Smrg  case $INSTALL in
324592bb16f8Smrg  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
324692bb16f8Smrg  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
324792bb16f8Smrg  esac
324892bb16f8Smrg_ACEOF
324992bb16f8Smrg
325092bb16f8Smrgcat >>$CONFIG_STATUS <<\_ACEOF
325192bb16f8Smrg# If the template does not know about datarootdir, expand it.
325292bb16f8Smrg# FIXME: This hack should be removed a few years after 2.60.
325392bb16f8Smrgac_datarootdir_hack=; ac_datarootdir_seen=
325492bb16f8Smrg
325592bb16f8Smrgcase `sed -n '/datarootdir/ {
325692bb16f8Smrg  p
325792bb16f8Smrg  q
325892bb16f8Smrg}
325992bb16f8Smrg/@datadir@/p
326092bb16f8Smrg/@docdir@/p
326192bb16f8Smrg/@infodir@/p
326292bb16f8Smrg/@localedir@/p
326392bb16f8Smrg/@mandir@/p
326492bb16f8Smrg' $ac_file_inputs` in
326592bb16f8Smrg*datarootdir*) ac_datarootdir_seen=yes;;
326692bb16f8Smrg*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
326792bb16f8Smrg  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
326892bb16f8Smrgecho "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
326992bb16f8Smrg_ACEOF
327092bb16f8Smrgcat >>$CONFIG_STATUS <<_ACEOF
327192bb16f8Smrg  ac_datarootdir_hack='
327292bb16f8Smrg  s&@datadir@&$datadir&g
327392bb16f8Smrg  s&@docdir@&$docdir&g
327492bb16f8Smrg  s&@infodir@&$infodir&g
327592bb16f8Smrg  s&@localedir@&$localedir&g
327692bb16f8Smrg  s&@mandir@&$mandir&g
327792bb16f8Smrg    s&\\\${datarootdir}&$datarootdir&g' ;;
327892bb16f8Smrgesac
327992bb16f8Smrg_ACEOF
328092bb16f8Smrg
328192bb16f8Smrg# Neutralize VPATH when `$srcdir' = `.'.
328292bb16f8Smrg# Shell code in configure.ac might set extrasub.
328392bb16f8Smrg# FIXME: do we really want to maintain this feature?
328492bb16f8Smrgcat >>$CONFIG_STATUS <<_ACEOF
328592bb16f8Smrg  sed "$ac_vpsub
328692bb16f8Smrg$extrasub
328792bb16f8Smrg_ACEOF
328892bb16f8Smrgcat >>$CONFIG_STATUS <<\_ACEOF
328992bb16f8Smrg:t
329092bb16f8Smrg/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
329192bb16f8Smrgs&@configure_input@&$configure_input&;t t
329292bb16f8Smrgs&@top_builddir@&$ac_top_builddir_sub&;t t
329392bb16f8Smrgs&@srcdir@&$ac_srcdir&;t t
329492bb16f8Smrgs&@abs_srcdir@&$ac_abs_srcdir&;t t
329592bb16f8Smrgs&@top_srcdir@&$ac_top_srcdir&;t t
329692bb16f8Smrgs&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
329792bb16f8Smrgs&@builddir@&$ac_builddir&;t t
329892bb16f8Smrgs&@abs_builddir@&$ac_abs_builddir&;t t
329992bb16f8Smrgs&@abs_top_builddir@&$ac_abs_top_builddir&;t t
330092bb16f8Smrgs&@INSTALL@&$ac_INSTALL&;t t
330192bb16f8Smrg$ac_datarootdir_hack
330292bb16f8Smrg" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
330392bb16f8Smrg
330492bb16f8Smrgtest -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
330592bb16f8Smrg  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
330692bb16f8Smrg  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
330792bb16f8Smrg  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
330892bb16f8Smrgwhich seems to be undefined.  Please make sure it is defined." >&5
330992bb16f8Smrgecho "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
331092bb16f8Smrgwhich seems to be undefined.  Please make sure it is defined." >&2;}
331192bb16f8Smrg
331292bb16f8Smrg  rm -f "$tmp/stdin"
331392bb16f8Smrg  case $ac_file in
331492bb16f8Smrg  -) cat "$tmp/out"; rm -f "$tmp/out";;
331592bb16f8Smrg  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
331692bb16f8Smrg  esac
331792bb16f8Smrg ;;
331892bb16f8Smrg
331992bb16f8Smrg
332092bb16f8Smrg
332192bb16f8Smrg  esac
332292bb16f8Smrg
332392bb16f8Smrgdone # for ac_tag
332492bb16f8Smrg
332592bb16f8Smrg
332692bb16f8Smrg{ (exit 0); exit 0; }
332792bb16f8Smrg_ACEOF
332892bb16f8Smrgchmod +x $CONFIG_STATUS
332992bb16f8Smrgac_clean_files=$ac_clean_files_save
333092bb16f8Smrg
333192bb16f8Smrg
333292bb16f8Smrg# configure is writing to config.log, and then calls config.status.
333392bb16f8Smrg# config.status does its own redirection, appending to config.log.
333492bb16f8Smrg# Unfortunately, on DOS this fails, as config.log is still kept open
333592bb16f8Smrg# by configure, so config.status won't be able to write to it; its
333692bb16f8Smrg# output is simply discarded.  So we exec the FD to /dev/null,
333792bb16f8Smrg# effectively closing config.log, so it can be properly (re)opened and
333892bb16f8Smrg# appended to by config.status.  When coming back to configure, we
333992bb16f8Smrg# need to make the FD available again.
334092bb16f8Smrgif test "$no_create" != yes; then
334192bb16f8Smrg  ac_cs_success=:
334292bb16f8Smrg  ac_config_status_args=
334392bb16f8Smrg  test "$silent" = yes &&
334492bb16f8Smrg    ac_config_status_args="$ac_config_status_args --quiet"
334592bb16f8Smrg  exec 5>/dev/null
334692bb16f8Smrg  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
334792bb16f8Smrg  exec 5>>config.log
334892bb16f8Smrg  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
334992bb16f8Smrg  # would make configure fail if this is the last instruction.
335092bb16f8Smrg  $ac_cs_success || { (exit 1); exit 1; }
335192bb16f8Smrgfi
335292bb16f8Smrg
3353