configure revision e8a71cdf
173143b9aSmrg#! /bin/sh
273143b9aSmrg# Guess values for system-dependent variables and create Makefiles.
3e8a71cdfSmrg# Generated by GNU Autoconf 2.61 for xtrans 1.2.4.
473143b9aSmrg#
573143b9aSmrg# Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
673143b9aSmrg#
773143b9aSmrg# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
873143b9aSmrg# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
973143b9aSmrg# This configure script is free software; the Free Software Foundation
1073143b9aSmrg# gives unlimited permission to copy, distribute and modify it.
1173143b9aSmrg## --------------------- ##
1273143b9aSmrg## M4sh Initialization.  ##
1373143b9aSmrg## --------------------- ##
1473143b9aSmrg
1573143b9aSmrg# Be more Bourne compatible
1673143b9aSmrgDUALCASE=1; export DUALCASE # for MKS sh
1773143b9aSmrgif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1873143b9aSmrg  emulate sh
1973143b9aSmrg  NULLCMD=:
2073143b9aSmrg  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2173143b9aSmrg  # is contrary to our usage.  Disable this feature.
2273143b9aSmrg  alias -g '${1+"$@"}'='"$@"'
2373143b9aSmrg  setopt NO_GLOB_SUBST
2473143b9aSmrgelse
2573143b9aSmrg  case `(set -o) 2>/dev/null` in
2673143b9aSmrg  *posix*) set -o posix ;;
2773143b9aSmrgesac
2873143b9aSmrg
2973143b9aSmrgfi
3073143b9aSmrg
3173143b9aSmrg
3273143b9aSmrg
3373143b9aSmrg
3473143b9aSmrg# PATH needs CR
3573143b9aSmrg# Avoid depending upon Character Ranges.
3673143b9aSmrgas_cr_letters='abcdefghijklmnopqrstuvwxyz'
3773143b9aSmrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3873143b9aSmrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS
3973143b9aSmrgas_cr_digits='0123456789'
4073143b9aSmrgas_cr_alnum=$as_cr_Letters$as_cr_digits
4173143b9aSmrg
4273143b9aSmrg# The user is always right.
4373143b9aSmrgif test "${PATH_SEPARATOR+set}" != set; then
4473143b9aSmrg  echo "#! /bin/sh" >conf$$.sh
4573143b9aSmrg  echo  "exit 0"   >>conf$$.sh
4673143b9aSmrg  chmod +x conf$$.sh
4773143b9aSmrg  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
4873143b9aSmrg    PATH_SEPARATOR=';'
4973143b9aSmrg  else
5073143b9aSmrg    PATH_SEPARATOR=:
5173143b9aSmrg  fi
5273143b9aSmrg  rm -f conf$$.sh
5373143b9aSmrgfi
5473143b9aSmrg
5573143b9aSmrg# Support unset when possible.
5673143b9aSmrgif ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5773143b9aSmrg  as_unset=unset
5873143b9aSmrgelse
5973143b9aSmrg  as_unset=false
6073143b9aSmrgfi
6173143b9aSmrg
6273143b9aSmrg
6373143b9aSmrg# IFS
6473143b9aSmrg# We need space, tab and new line, in precisely that order.  Quoting is
6573143b9aSmrg# there to prevent editors from complaining about space-tab.
6673143b9aSmrg# (If _AS_PATH_WALK were called with IFS unset, it would disable word
6773143b9aSmrg# splitting by setting IFS to empty value.)
6873143b9aSmrgas_nl='
6973143b9aSmrg'
7073143b9aSmrgIFS=" ""	$as_nl"
7173143b9aSmrg
7273143b9aSmrg# Find who we are.  Look in the path if we contain no directory separator.
7373143b9aSmrgcase $0 in
7473143b9aSmrg  *[\\/]* ) as_myself=$0 ;;
7573143b9aSmrg  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7673143b9aSmrgfor as_dir in $PATH
7773143b9aSmrgdo
7873143b9aSmrg  IFS=$as_save_IFS
7973143b9aSmrg  test -z "$as_dir" && as_dir=.
8073143b9aSmrg  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
8173143b9aSmrgdone
8273143b9aSmrgIFS=$as_save_IFS
8373143b9aSmrg
8473143b9aSmrg     ;;
8573143b9aSmrgesac
8673143b9aSmrg# We did not find ourselves, most probably we were run as `sh COMMAND'
8773143b9aSmrg# in which case we are not to be found in the path.
8873143b9aSmrgif test "x$as_myself" = x; then
8973143b9aSmrg  as_myself=$0
9073143b9aSmrgfi
9173143b9aSmrgif test ! -f "$as_myself"; then
9273143b9aSmrg  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
9373143b9aSmrg  { (exit 1); exit 1; }
9473143b9aSmrgfi
9573143b9aSmrg
9673143b9aSmrg# Work around bugs in pre-3.0 UWIN ksh.
9773143b9aSmrgfor as_var in ENV MAIL MAILPATH
9873143b9aSmrgdo ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
9973143b9aSmrgdone
10073143b9aSmrgPS1='$ '
10173143b9aSmrgPS2='> '
10273143b9aSmrgPS4='+ '
10373143b9aSmrg
10473143b9aSmrg# NLS nuisances.
10573143b9aSmrgfor as_var in \
10673143b9aSmrg  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
10773143b9aSmrg  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
10873143b9aSmrg  LC_TELEPHONE LC_TIME
10973143b9aSmrgdo
11073143b9aSmrg  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
11173143b9aSmrg    eval $as_var=C; export $as_var
11273143b9aSmrg  else
11373143b9aSmrg    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
11473143b9aSmrg  fi
11573143b9aSmrgdone
11673143b9aSmrg
11773143b9aSmrg# Required to use basename.
11873143b9aSmrgif expr a : '\(a\)' >/dev/null 2>&1 &&
11973143b9aSmrg   test "X`expr 00001 : '.*\(...\)'`" = X001; then
12073143b9aSmrg  as_expr=expr
12173143b9aSmrgelse
12273143b9aSmrg  as_expr=false
12373143b9aSmrgfi
12473143b9aSmrg
12573143b9aSmrgif (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
12673143b9aSmrg  as_basename=basename
12773143b9aSmrgelse
12873143b9aSmrg  as_basename=false
12973143b9aSmrgfi
13073143b9aSmrg
13173143b9aSmrg
13273143b9aSmrg# Name of the executable.
13373143b9aSmrgas_me=`$as_basename -- "$0" ||
13473143b9aSmrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13573143b9aSmrg	 X"$0" : 'X\(//\)$' \| \
13673143b9aSmrg	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13773143b9aSmrgecho X/"$0" |
13873143b9aSmrg    sed '/^.*\/\([^/][^/]*\)\/*$/{
13973143b9aSmrg	    s//\1/
14073143b9aSmrg	    q
14173143b9aSmrg	  }
14273143b9aSmrg	  /^X\/\(\/\/\)$/{
14373143b9aSmrg	    s//\1/
14473143b9aSmrg	    q
14573143b9aSmrg	  }
14673143b9aSmrg	  /^X\/\(\/\).*/{
14773143b9aSmrg	    s//\1/
14873143b9aSmrg	    q
14973143b9aSmrg	  }
15073143b9aSmrg	  s/.*/./; q'`
15173143b9aSmrg
15273143b9aSmrg# CDPATH.
15373143b9aSmrg$as_unset CDPATH
15473143b9aSmrg
15573143b9aSmrg
15673143b9aSmrgif test "x$CONFIG_SHELL" = x; then
15773143b9aSmrg  if (eval ":") 2>/dev/null; then
15873143b9aSmrg  as_have_required=yes
15973143b9aSmrgelse
16073143b9aSmrg  as_have_required=no
16173143b9aSmrgfi
16273143b9aSmrg
16373143b9aSmrg  if test $as_have_required = yes && 	 (eval ":
16473143b9aSmrg(as_func_return () {
16573143b9aSmrg  (exit \$1)
16673143b9aSmrg}
16773143b9aSmrgas_func_success () {
16873143b9aSmrg  as_func_return 0
16973143b9aSmrg}
17073143b9aSmrgas_func_failure () {
17173143b9aSmrg  as_func_return 1
17273143b9aSmrg}
17373143b9aSmrgas_func_ret_success () {
17473143b9aSmrg  return 0
17573143b9aSmrg}
17673143b9aSmrgas_func_ret_failure () {
17773143b9aSmrg  return 1
17873143b9aSmrg}
17973143b9aSmrg
18073143b9aSmrgexitcode=0
18173143b9aSmrgif as_func_success; then
18273143b9aSmrg  :
18373143b9aSmrgelse
18473143b9aSmrg  exitcode=1
18573143b9aSmrg  echo as_func_success failed.
18673143b9aSmrgfi
18773143b9aSmrg
18873143b9aSmrgif as_func_failure; then
18973143b9aSmrg  exitcode=1
19073143b9aSmrg  echo as_func_failure succeeded.
19173143b9aSmrgfi
19273143b9aSmrg
19373143b9aSmrgif as_func_ret_success; then
19473143b9aSmrg  :
19573143b9aSmrgelse
19673143b9aSmrg  exitcode=1
19773143b9aSmrg  echo as_func_ret_success failed.
19873143b9aSmrgfi
19973143b9aSmrg
20073143b9aSmrgif as_func_ret_failure; then
20173143b9aSmrg  exitcode=1
20273143b9aSmrg  echo as_func_ret_failure succeeded.
20373143b9aSmrgfi
20473143b9aSmrg
20573143b9aSmrgif ( set x; as_func_ret_success y && test x = \"\$1\" ); then
20673143b9aSmrg  :
20773143b9aSmrgelse
20873143b9aSmrg  exitcode=1
20973143b9aSmrg  echo positional parameters were not saved.
21073143b9aSmrgfi
21173143b9aSmrg
21273143b9aSmrgtest \$exitcode = 0) || { (exit 1); exit 1; }
21373143b9aSmrg
21473143b9aSmrg(
21573143b9aSmrg  as_lineno_1=\$LINENO
21673143b9aSmrg  as_lineno_2=\$LINENO
21773143b9aSmrg  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
21873143b9aSmrg  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
21973143b9aSmrg") 2> /dev/null; then
22073143b9aSmrg  :
22173143b9aSmrgelse
22273143b9aSmrg  as_candidate_shells=
22373143b9aSmrg    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22473143b9aSmrgfor as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
22573143b9aSmrgdo
22673143b9aSmrg  IFS=$as_save_IFS
22773143b9aSmrg  test -z "$as_dir" && as_dir=.
22873143b9aSmrg  case $as_dir in
22973143b9aSmrg	 /*)
23073143b9aSmrg	   for as_base in sh bash ksh sh5; do
23173143b9aSmrg	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
23273143b9aSmrg	   done;;
23373143b9aSmrg       esac
23473143b9aSmrgdone
23573143b9aSmrgIFS=$as_save_IFS
23673143b9aSmrg
23773143b9aSmrg
23873143b9aSmrg      for as_shell in $as_candidate_shells $SHELL; do
23973143b9aSmrg	 # Try only shells that exist, to save several forks.
24073143b9aSmrg	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
24173143b9aSmrg		{ ("$as_shell") 2> /dev/null <<\_ASEOF
24273143b9aSmrgif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
24373143b9aSmrg  emulate sh
24473143b9aSmrg  NULLCMD=:
24573143b9aSmrg  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
24673143b9aSmrg  # is contrary to our usage.  Disable this feature.
24773143b9aSmrg  alias -g '${1+"$@"}'='"$@"'
24873143b9aSmrg  setopt NO_GLOB_SUBST
24973143b9aSmrgelse
25073143b9aSmrg  case `(set -o) 2>/dev/null` in
25173143b9aSmrg  *posix*) set -o posix ;;
25273143b9aSmrgesac
25373143b9aSmrg
25473143b9aSmrgfi
25573143b9aSmrg
25673143b9aSmrg
25773143b9aSmrg:
25873143b9aSmrg_ASEOF
25973143b9aSmrg}; then
26073143b9aSmrg  CONFIG_SHELL=$as_shell
26173143b9aSmrg	       as_have_required=yes
26273143b9aSmrg	       if { "$as_shell" 2> /dev/null <<\_ASEOF
26373143b9aSmrgif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
26473143b9aSmrg  emulate sh
26573143b9aSmrg  NULLCMD=:
26673143b9aSmrg  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
26773143b9aSmrg  # is contrary to our usage.  Disable this feature.
26873143b9aSmrg  alias -g '${1+"$@"}'='"$@"'
26973143b9aSmrg  setopt NO_GLOB_SUBST
27073143b9aSmrgelse
27173143b9aSmrg  case `(set -o) 2>/dev/null` in
27273143b9aSmrg  *posix*) set -o posix ;;
27373143b9aSmrgesac
27473143b9aSmrg
27573143b9aSmrgfi
27673143b9aSmrg
27773143b9aSmrg
27873143b9aSmrg:
27973143b9aSmrg(as_func_return () {
28073143b9aSmrg  (exit $1)
28173143b9aSmrg}
28273143b9aSmrgas_func_success () {
28373143b9aSmrg  as_func_return 0
28473143b9aSmrg}
28573143b9aSmrgas_func_failure () {
28673143b9aSmrg  as_func_return 1
28773143b9aSmrg}
28873143b9aSmrgas_func_ret_success () {
28973143b9aSmrg  return 0
29073143b9aSmrg}
29173143b9aSmrgas_func_ret_failure () {
29273143b9aSmrg  return 1
29373143b9aSmrg}
29473143b9aSmrg
29573143b9aSmrgexitcode=0
29673143b9aSmrgif as_func_success; then
29773143b9aSmrg  :
29873143b9aSmrgelse
29973143b9aSmrg  exitcode=1
30073143b9aSmrg  echo as_func_success failed.
30173143b9aSmrgfi
30273143b9aSmrg
30373143b9aSmrgif as_func_failure; then
30473143b9aSmrg  exitcode=1
30573143b9aSmrg  echo as_func_failure succeeded.
30673143b9aSmrgfi
30773143b9aSmrg
30873143b9aSmrgif as_func_ret_success; then
30973143b9aSmrg  :
31073143b9aSmrgelse
31173143b9aSmrg  exitcode=1
31273143b9aSmrg  echo as_func_ret_success failed.
31373143b9aSmrgfi
31473143b9aSmrg
31573143b9aSmrgif as_func_ret_failure; then
31673143b9aSmrg  exitcode=1
31773143b9aSmrg  echo as_func_ret_failure succeeded.
31873143b9aSmrgfi
31973143b9aSmrg
32073143b9aSmrgif ( set x; as_func_ret_success y && test x = "$1" ); then
32173143b9aSmrg  :
32273143b9aSmrgelse
32373143b9aSmrg  exitcode=1
32473143b9aSmrg  echo positional parameters were not saved.
32573143b9aSmrgfi
32673143b9aSmrg
32773143b9aSmrgtest $exitcode = 0) || { (exit 1); exit 1; }
32873143b9aSmrg
32973143b9aSmrg(
33073143b9aSmrg  as_lineno_1=$LINENO
33173143b9aSmrg  as_lineno_2=$LINENO
33273143b9aSmrg  test "x$as_lineno_1" != "x$as_lineno_2" &&
33373143b9aSmrg  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
33473143b9aSmrg
33573143b9aSmrg_ASEOF
33673143b9aSmrg}; then
33773143b9aSmrg  break
33873143b9aSmrgfi
33973143b9aSmrg
34073143b9aSmrgfi
34173143b9aSmrg
34273143b9aSmrg      done
34373143b9aSmrg
34473143b9aSmrg      if test "x$CONFIG_SHELL" != x; then
34573143b9aSmrg  for as_var in BASH_ENV ENV
34673143b9aSmrg        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
34773143b9aSmrg        done
34873143b9aSmrg        export CONFIG_SHELL
34973143b9aSmrg        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
35073143b9aSmrgfi
35173143b9aSmrg
35273143b9aSmrg
35373143b9aSmrg    if test $as_have_required = no; then
35473143b9aSmrg  echo This script requires a shell more modern than all the
35573143b9aSmrg      echo shells that I found on your system.  Please install a
35673143b9aSmrg      echo modern shell, or manually run the script under such a
35773143b9aSmrg      echo shell if you do have one.
35873143b9aSmrg      { (exit 1); exit 1; }
35973143b9aSmrgfi
36073143b9aSmrg
36173143b9aSmrg
36273143b9aSmrgfi
36373143b9aSmrg
36473143b9aSmrgfi
36573143b9aSmrg
36673143b9aSmrg
36773143b9aSmrg
36873143b9aSmrg(eval "as_func_return () {
36973143b9aSmrg  (exit \$1)
37073143b9aSmrg}
37173143b9aSmrgas_func_success () {
37273143b9aSmrg  as_func_return 0
37373143b9aSmrg}
37473143b9aSmrgas_func_failure () {
37573143b9aSmrg  as_func_return 1
37673143b9aSmrg}
37773143b9aSmrgas_func_ret_success () {
37873143b9aSmrg  return 0
37973143b9aSmrg}
38073143b9aSmrgas_func_ret_failure () {
38173143b9aSmrg  return 1
38273143b9aSmrg}
38373143b9aSmrg
38473143b9aSmrgexitcode=0
38573143b9aSmrgif as_func_success; then
38673143b9aSmrg  :
38773143b9aSmrgelse
38873143b9aSmrg  exitcode=1
38973143b9aSmrg  echo as_func_success failed.
39073143b9aSmrgfi
39173143b9aSmrg
39273143b9aSmrgif as_func_failure; then
39373143b9aSmrg  exitcode=1
39473143b9aSmrg  echo as_func_failure succeeded.
39573143b9aSmrgfi
39673143b9aSmrg
39773143b9aSmrgif as_func_ret_success; then
39873143b9aSmrg  :
39973143b9aSmrgelse
40073143b9aSmrg  exitcode=1
40173143b9aSmrg  echo as_func_ret_success failed.
40273143b9aSmrgfi
40373143b9aSmrg
40473143b9aSmrgif as_func_ret_failure; then
40573143b9aSmrg  exitcode=1
40673143b9aSmrg  echo as_func_ret_failure succeeded.
40773143b9aSmrgfi
40873143b9aSmrg
40973143b9aSmrgif ( set x; as_func_ret_success y && test x = \"\$1\" ); then
41073143b9aSmrg  :
41173143b9aSmrgelse
41273143b9aSmrg  exitcode=1
41373143b9aSmrg  echo positional parameters were not saved.
41473143b9aSmrgfi
41573143b9aSmrg
41673143b9aSmrgtest \$exitcode = 0") || {
41773143b9aSmrg  echo No shell found that supports shell functions.
41873143b9aSmrg  echo Please tell autoconf@gnu.org about your system,
41973143b9aSmrg  echo including any error possibly output before this
42073143b9aSmrg  echo message
42173143b9aSmrg}
42273143b9aSmrg
42373143b9aSmrg
42473143b9aSmrg
42573143b9aSmrg  as_lineno_1=$LINENO
42673143b9aSmrg  as_lineno_2=$LINENO
42773143b9aSmrg  test "x$as_lineno_1" != "x$as_lineno_2" &&
42873143b9aSmrg  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
42973143b9aSmrg
43073143b9aSmrg  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
43173143b9aSmrg  # uniformly replaced by the line number.  The first 'sed' inserts a
43273143b9aSmrg  # line-number line after each line using $LINENO; the second 'sed'
43373143b9aSmrg  # does the real work.  The second script uses 'N' to pair each
43473143b9aSmrg  # line-number line with the line containing $LINENO, and appends
43573143b9aSmrg  # trailing '-' during substitution so that $LINENO is not a special
43673143b9aSmrg  # case at line end.
43773143b9aSmrg  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
43873143b9aSmrg  # scripts with optimization help from Paolo Bonzini.  Blame Lee
43973143b9aSmrg  # E. McMahon (1931-1989) for sed's syntax.  :-)
44073143b9aSmrg  sed -n '
44173143b9aSmrg    p
44273143b9aSmrg    /[$]LINENO/=
44373143b9aSmrg  ' <$as_myself |
44473143b9aSmrg    sed '
44573143b9aSmrg      s/[$]LINENO.*/&-/
44673143b9aSmrg      t lineno
44773143b9aSmrg      b
44873143b9aSmrg      :lineno
44973143b9aSmrg      N
45073143b9aSmrg      :loop
45173143b9aSmrg      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
45273143b9aSmrg      t loop
45373143b9aSmrg      s/-\n.*//
45473143b9aSmrg    ' >$as_me.lineno &&
45573143b9aSmrg  chmod +x "$as_me.lineno" ||
45673143b9aSmrg    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
45773143b9aSmrg   { (exit 1); exit 1; }; }
45873143b9aSmrg
45973143b9aSmrg  # Don't try to exec as it changes $[0], causing all sort of problems
46073143b9aSmrg  # (the dirname of $[0] is not the place where we might find the
46173143b9aSmrg  # original and so on.  Autoconf is especially sensitive to this).
46273143b9aSmrg  . "./$as_me.lineno"
46373143b9aSmrg  # Exit status is that of the last command.
46473143b9aSmrg  exit
46573143b9aSmrg}
46673143b9aSmrg
46773143b9aSmrg
46873143b9aSmrgif (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
46973143b9aSmrg  as_dirname=dirname
47073143b9aSmrgelse
47173143b9aSmrg  as_dirname=false
47273143b9aSmrgfi
47373143b9aSmrg
47473143b9aSmrgECHO_C= ECHO_N= ECHO_T=
47573143b9aSmrgcase `echo -n x` in
47673143b9aSmrg-n*)
47773143b9aSmrg  case `echo 'x\c'` in
47873143b9aSmrg  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
47973143b9aSmrg  *)   ECHO_C='\c';;
48073143b9aSmrg  esac;;
48173143b9aSmrg*)
48273143b9aSmrg  ECHO_N='-n';;
48373143b9aSmrgesac
48473143b9aSmrg
48573143b9aSmrgif expr a : '\(a\)' >/dev/null 2>&1 &&
48673143b9aSmrg   test "X`expr 00001 : '.*\(...\)'`" = X001; then
48773143b9aSmrg  as_expr=expr
48873143b9aSmrgelse
48973143b9aSmrg  as_expr=false
49073143b9aSmrgfi
49173143b9aSmrg
49273143b9aSmrgrm -f conf$$ conf$$.exe conf$$.file
49373143b9aSmrgif test -d conf$$.dir; then
49473143b9aSmrg  rm -f conf$$.dir/conf$$.file
49573143b9aSmrgelse
49673143b9aSmrg  rm -f conf$$.dir
49773143b9aSmrg  mkdir conf$$.dir
49873143b9aSmrgfi
49973143b9aSmrgecho >conf$$.file
50073143b9aSmrgif ln -s conf$$.file conf$$ 2>/dev/null; then
50173143b9aSmrg  as_ln_s='ln -s'
50273143b9aSmrg  # ... but there are two gotchas:
50373143b9aSmrg  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
50473143b9aSmrg  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
50573143b9aSmrg  # In both cases, we have to default to `cp -p'.
50673143b9aSmrg  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
50773143b9aSmrg    as_ln_s='cp -p'
50873143b9aSmrgelif ln conf$$.file conf$$ 2>/dev/null; then
50973143b9aSmrg  as_ln_s=ln
51073143b9aSmrgelse
51173143b9aSmrg  as_ln_s='cp -p'
51273143b9aSmrgfi
51373143b9aSmrgrm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
51473143b9aSmrgrmdir conf$$.dir 2>/dev/null
51573143b9aSmrg
51673143b9aSmrgif mkdir -p . 2>/dev/null; then
51773143b9aSmrg  as_mkdir_p=:
51873143b9aSmrgelse
51973143b9aSmrg  test -d ./-p && rmdir ./-p
52073143b9aSmrg  as_mkdir_p=false
52173143b9aSmrgfi
52273143b9aSmrg
52373143b9aSmrgif test -x / >/dev/null 2>&1; then
52473143b9aSmrg  as_test_x='test -x'
52573143b9aSmrgelse
52673143b9aSmrg  if ls -dL / >/dev/null 2>&1; then
52773143b9aSmrg    as_ls_L_option=L
52873143b9aSmrg  else
52973143b9aSmrg    as_ls_L_option=
53073143b9aSmrg  fi
53173143b9aSmrg  as_test_x='
53273143b9aSmrg    eval sh -c '\''
53373143b9aSmrg      if test -d "$1"; then
53473143b9aSmrg        test -d "$1/.";
53573143b9aSmrg      else
53673143b9aSmrg	case $1 in
53773143b9aSmrg        -*)set "./$1";;
53873143b9aSmrg	esac;
53973143b9aSmrg	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
54073143b9aSmrg	???[sx]*):;;*)false;;esac;fi
54173143b9aSmrg    '\'' sh
54273143b9aSmrg  '
54373143b9aSmrgfi
54473143b9aSmrgas_executable_p=$as_test_x
54573143b9aSmrg
54673143b9aSmrg# Sed expression to map a string onto a valid CPP name.
54773143b9aSmrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
54873143b9aSmrg
54973143b9aSmrg# Sed expression to map a string onto a valid variable name.
55073143b9aSmrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
55173143b9aSmrg
55273143b9aSmrg
55373143b9aSmrg
55473143b9aSmrgexec 7<&0 </dev/null 6>&1
55573143b9aSmrg
55673143b9aSmrg# Name of the host.
55773143b9aSmrg# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
55873143b9aSmrg# so uname gets run too.
55973143b9aSmrgac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
56073143b9aSmrg
56173143b9aSmrg#
56273143b9aSmrg# Initializations.
56373143b9aSmrg#
56473143b9aSmrgac_default_prefix=/usr/local
56573143b9aSmrgac_clean_files=
56673143b9aSmrgac_config_libobj_dir=.
56773143b9aSmrgLIBOBJS=
56873143b9aSmrgcross_compiling=no
56973143b9aSmrgsubdirs=
57073143b9aSmrgMFLAGS=
57173143b9aSmrgMAKEFLAGS=
57273143b9aSmrgSHELL=${CONFIG_SHELL-/bin/sh}
57373143b9aSmrg
57473143b9aSmrg# Identity of this package.
57573143b9aSmrgPACKAGE_NAME='xtrans'
57673143b9aSmrgPACKAGE_TARNAME='xtrans'
577e8a71cdfSmrgPACKAGE_VERSION='1.2.4'
578e8a71cdfSmrgPACKAGE_STRING='xtrans 1.2.4'
57973143b9aSmrgPACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
58073143b9aSmrg
58173143b9aSmrgac_subst_vars='SHELL
58273143b9aSmrgPATH_SEPARATOR
58373143b9aSmrgPACKAGE_NAME
58473143b9aSmrgPACKAGE_TARNAME
58573143b9aSmrgPACKAGE_VERSION
58673143b9aSmrgPACKAGE_STRING
58773143b9aSmrgPACKAGE_BUGREPORT
58873143b9aSmrgexec_prefix
58973143b9aSmrgprefix
59073143b9aSmrgprogram_transform_name
59173143b9aSmrgbindir
59273143b9aSmrgsbindir
59373143b9aSmrglibexecdir
59473143b9aSmrgdatarootdir
59573143b9aSmrgdatadir
59673143b9aSmrgsysconfdir
59773143b9aSmrgsharedstatedir
59873143b9aSmrglocalstatedir
59973143b9aSmrgincludedir
60073143b9aSmrgoldincludedir
60173143b9aSmrgdocdir
60273143b9aSmrginfodir
60373143b9aSmrghtmldir
60473143b9aSmrgdvidir
60573143b9aSmrgpdfdir
60673143b9aSmrgpsdir
60773143b9aSmrglibdir
60873143b9aSmrglocaledir
60973143b9aSmrgmandir
61073143b9aSmrgDEFS
61173143b9aSmrgECHO_C
61273143b9aSmrgECHO_N
61373143b9aSmrgECHO_T
61473143b9aSmrgLIBS
61573143b9aSmrgbuild_alias
61673143b9aSmrghost_alias
61773143b9aSmrgtarget_alias
61873143b9aSmrgINSTALL_PROGRAM
61973143b9aSmrgINSTALL_SCRIPT
62073143b9aSmrgINSTALL_DATA
62173143b9aSmrgam__isrc
62273143b9aSmrgCYGPATH_W
62373143b9aSmrgPACKAGE
62473143b9aSmrgVERSION
62573143b9aSmrgACLOCAL
62673143b9aSmrgAUTOCONF
62773143b9aSmrgAUTOMAKE
62873143b9aSmrgAUTOHEADER
62973143b9aSmrgMAKEINFO
63073143b9aSmrginstall_sh
63173143b9aSmrgSTRIP
63273143b9aSmrgINSTALL_STRIP_PROGRAM
63373143b9aSmrgmkdir_p
63473143b9aSmrgAWK
63573143b9aSmrgSET_MAKE
63673143b9aSmrgam__leading_dot
63773143b9aSmrgAMTAR
63873143b9aSmrgam__tar
63973143b9aSmrgam__untar
64073143b9aSmrgMAINTAINER_MODE_TRUE
64173143b9aSmrgMAINTAINER_MODE_FALSE
64273143b9aSmrgMAINT
64373143b9aSmrgCC
64473143b9aSmrgCFLAGS
64573143b9aSmrgLDFLAGS
64673143b9aSmrgCPPFLAGS
64773143b9aSmrgac_ct_CC
64873143b9aSmrgEXEEXT
64973143b9aSmrgOBJEXT
65073143b9aSmrgDEPDIR
65173143b9aSmrgam__include
65273143b9aSmrgam__quote
65373143b9aSmrgAMDEP_TRUE
65473143b9aSmrgAMDEP_FALSE
65573143b9aSmrgAMDEPBACKSLASH
65673143b9aSmrgCCDEPMODE
65773143b9aSmrgam__fastdepCC_TRUE
65873143b9aSmrgam__fastdepCC_FALSE
65973143b9aSmrgfchown_define
66073143b9aSmrgsticky_bit_define
6618d4c0f7bSmrgCHANGELOG_CMD
6628d4c0f7bSmrgdistcleancheck_listfiles
66373143b9aSmrgLIBOBJS
66473143b9aSmrgLTLIBOBJS'
66573143b9aSmrgac_subst_files=''
66673143b9aSmrg      ac_precious_vars='build_alias
66773143b9aSmrghost_alias
66873143b9aSmrgtarget_alias
66973143b9aSmrgCC
67073143b9aSmrgCFLAGS
67173143b9aSmrgLDFLAGS
67273143b9aSmrgLIBS
67373143b9aSmrgCPPFLAGS'
67473143b9aSmrg
67573143b9aSmrg
67673143b9aSmrg# Initialize some variables set by options.
67773143b9aSmrgac_init_help=
67873143b9aSmrgac_init_version=false
67973143b9aSmrg# The variables have the same names as the options, with
68073143b9aSmrg# dashes changed to underlines.
68173143b9aSmrgcache_file=/dev/null
68273143b9aSmrgexec_prefix=NONE
68373143b9aSmrgno_create=
68473143b9aSmrgno_recursion=
68573143b9aSmrgprefix=NONE
68673143b9aSmrgprogram_prefix=NONE
68773143b9aSmrgprogram_suffix=NONE
68873143b9aSmrgprogram_transform_name=s,x,x,
68973143b9aSmrgsilent=
69073143b9aSmrgsite=
69173143b9aSmrgsrcdir=
69273143b9aSmrgverbose=
69373143b9aSmrgx_includes=NONE
69473143b9aSmrgx_libraries=NONE
69573143b9aSmrg
69673143b9aSmrg# Installation directory options.
69773143b9aSmrg# These are left unexpanded so users can "make install exec_prefix=/foo"
69873143b9aSmrg# and all the variables that are supposed to be based on exec_prefix
69973143b9aSmrg# by default will actually change.
70073143b9aSmrg# Use braces instead of parens because sh, perl, etc. also accept them.
70173143b9aSmrg# (The list follows the same order as the GNU Coding Standards.)
70273143b9aSmrgbindir='${exec_prefix}/bin'
70373143b9aSmrgsbindir='${exec_prefix}/sbin'
70473143b9aSmrglibexecdir='${exec_prefix}/libexec'
70573143b9aSmrgdatarootdir='${prefix}/share'
70673143b9aSmrgdatadir='${datarootdir}'
70773143b9aSmrgsysconfdir='${prefix}/etc'
70873143b9aSmrgsharedstatedir='${prefix}/com'
70973143b9aSmrglocalstatedir='${prefix}/var'
71073143b9aSmrgincludedir='${prefix}/include'
71173143b9aSmrgoldincludedir='/usr/include'
71273143b9aSmrgdocdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
71373143b9aSmrginfodir='${datarootdir}/info'
71473143b9aSmrghtmldir='${docdir}'
71573143b9aSmrgdvidir='${docdir}'
71673143b9aSmrgpdfdir='${docdir}'
71773143b9aSmrgpsdir='${docdir}'
71873143b9aSmrglibdir='${exec_prefix}/lib'
71973143b9aSmrglocaledir='${datarootdir}/locale'
72073143b9aSmrgmandir='${datarootdir}/man'
72173143b9aSmrg
72273143b9aSmrgac_prev=
72373143b9aSmrgac_dashdash=
72473143b9aSmrgfor ac_option
72573143b9aSmrgdo
72673143b9aSmrg  # If the previous option needs an argument, assign it.
72773143b9aSmrg  if test -n "$ac_prev"; then
72873143b9aSmrg    eval $ac_prev=\$ac_option
72973143b9aSmrg    ac_prev=
73073143b9aSmrg    continue
73173143b9aSmrg  fi
73273143b9aSmrg
73373143b9aSmrg  case $ac_option in
73473143b9aSmrg  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
73573143b9aSmrg  *)	ac_optarg=yes ;;
73673143b9aSmrg  esac
73773143b9aSmrg
73873143b9aSmrg  # Accept the important Cygnus configure options, so we can diagnose typos.
73973143b9aSmrg
74073143b9aSmrg  case $ac_dashdash$ac_option in
74173143b9aSmrg  --)
74273143b9aSmrg    ac_dashdash=yes ;;
74373143b9aSmrg
74473143b9aSmrg  -bindir | --bindir | --bindi | --bind | --bin | --bi)
74573143b9aSmrg    ac_prev=bindir ;;
74673143b9aSmrg  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
74773143b9aSmrg    bindir=$ac_optarg ;;
74873143b9aSmrg
74973143b9aSmrg  -build | --build | --buil | --bui | --bu)
75073143b9aSmrg    ac_prev=build_alias ;;
75173143b9aSmrg  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
75273143b9aSmrg    build_alias=$ac_optarg ;;
75373143b9aSmrg
75473143b9aSmrg  -cache-file | --cache-file | --cache-fil | --cache-fi \
75573143b9aSmrg  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
75673143b9aSmrg    ac_prev=cache_file ;;
75773143b9aSmrg  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
75873143b9aSmrg  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
75973143b9aSmrg    cache_file=$ac_optarg ;;
76073143b9aSmrg
76173143b9aSmrg  --config-cache | -C)
76273143b9aSmrg    cache_file=config.cache ;;
76373143b9aSmrg
76473143b9aSmrg  -datadir | --datadir | --datadi | --datad)
76573143b9aSmrg    ac_prev=datadir ;;
76673143b9aSmrg  -datadir=* | --datadir=* | --datadi=* | --datad=*)
76773143b9aSmrg    datadir=$ac_optarg ;;
76873143b9aSmrg
76973143b9aSmrg  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
77073143b9aSmrg  | --dataroo | --dataro | --datar)
77173143b9aSmrg    ac_prev=datarootdir ;;
77273143b9aSmrg  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
77373143b9aSmrg  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
77473143b9aSmrg    datarootdir=$ac_optarg ;;
77573143b9aSmrg
77673143b9aSmrg  -disable-* | --disable-*)
77773143b9aSmrg    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
77873143b9aSmrg    # Reject names that are not valid shell variable names.
77973143b9aSmrg    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
78073143b9aSmrg      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
78173143b9aSmrg   { (exit 1); exit 1; }; }
78273143b9aSmrg    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
78373143b9aSmrg    eval enable_$ac_feature=no ;;
78473143b9aSmrg
78573143b9aSmrg  -docdir | --docdir | --docdi | --doc | --do)
78673143b9aSmrg    ac_prev=docdir ;;
78773143b9aSmrg  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
78873143b9aSmrg    docdir=$ac_optarg ;;
78973143b9aSmrg
79073143b9aSmrg  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
79173143b9aSmrg    ac_prev=dvidir ;;
79273143b9aSmrg  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
79373143b9aSmrg    dvidir=$ac_optarg ;;
79473143b9aSmrg
79573143b9aSmrg  -enable-* | --enable-*)
79673143b9aSmrg    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
79773143b9aSmrg    # Reject names that are not valid shell variable names.
79873143b9aSmrg    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
79973143b9aSmrg      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
80073143b9aSmrg   { (exit 1); exit 1; }; }
80173143b9aSmrg    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
80273143b9aSmrg    eval enable_$ac_feature=\$ac_optarg ;;
80373143b9aSmrg
80473143b9aSmrg  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
80573143b9aSmrg  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
80673143b9aSmrg  | --exec | --exe | --ex)
80773143b9aSmrg    ac_prev=exec_prefix ;;
80873143b9aSmrg  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
80973143b9aSmrg  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
81073143b9aSmrg  | --exec=* | --exe=* | --ex=*)
81173143b9aSmrg    exec_prefix=$ac_optarg ;;
81273143b9aSmrg
81373143b9aSmrg  -gas | --gas | --ga | --g)
81473143b9aSmrg    # Obsolete; use --with-gas.
81573143b9aSmrg    with_gas=yes ;;
81673143b9aSmrg
81773143b9aSmrg  -help | --help | --hel | --he | -h)
81873143b9aSmrg    ac_init_help=long ;;
81973143b9aSmrg  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
82073143b9aSmrg    ac_init_help=recursive ;;
82173143b9aSmrg  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
82273143b9aSmrg    ac_init_help=short ;;
82373143b9aSmrg
82473143b9aSmrg  -host | --host | --hos | --ho)
82573143b9aSmrg    ac_prev=host_alias ;;
82673143b9aSmrg  -host=* | --host=* | --hos=* | --ho=*)
82773143b9aSmrg    host_alias=$ac_optarg ;;
82873143b9aSmrg
82973143b9aSmrg  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
83073143b9aSmrg    ac_prev=htmldir ;;
83173143b9aSmrg  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
83273143b9aSmrg  | --ht=*)
83373143b9aSmrg    htmldir=$ac_optarg ;;
83473143b9aSmrg
83573143b9aSmrg  -includedir | --includedir | --includedi | --included | --include \
83673143b9aSmrg  | --includ | --inclu | --incl | --inc)
83773143b9aSmrg    ac_prev=includedir ;;
83873143b9aSmrg  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
83973143b9aSmrg  | --includ=* | --inclu=* | --incl=* | --inc=*)
84073143b9aSmrg    includedir=$ac_optarg ;;
84173143b9aSmrg
84273143b9aSmrg  -infodir | --infodir | --infodi | --infod | --info | --inf)
84373143b9aSmrg    ac_prev=infodir ;;
84473143b9aSmrg  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
84573143b9aSmrg    infodir=$ac_optarg ;;
84673143b9aSmrg
84773143b9aSmrg  -libdir | --libdir | --libdi | --libd)
84873143b9aSmrg    ac_prev=libdir ;;
84973143b9aSmrg  -libdir=* | --libdir=* | --libdi=* | --libd=*)
85073143b9aSmrg    libdir=$ac_optarg ;;
85173143b9aSmrg
85273143b9aSmrg  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
85373143b9aSmrg  | --libexe | --libex | --libe)
85473143b9aSmrg    ac_prev=libexecdir ;;
85573143b9aSmrg  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
85673143b9aSmrg  | --libexe=* | --libex=* | --libe=*)
85773143b9aSmrg    libexecdir=$ac_optarg ;;
85873143b9aSmrg
85973143b9aSmrg  -localedir | --localedir | --localedi | --localed | --locale)
86073143b9aSmrg    ac_prev=localedir ;;
86173143b9aSmrg  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
86273143b9aSmrg    localedir=$ac_optarg ;;
86373143b9aSmrg
86473143b9aSmrg  -localstatedir | --localstatedir | --localstatedi | --localstated \
86573143b9aSmrg  | --localstate | --localstat | --localsta | --localst | --locals)
86673143b9aSmrg    ac_prev=localstatedir ;;
86773143b9aSmrg  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
86873143b9aSmrg  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
86973143b9aSmrg    localstatedir=$ac_optarg ;;
87073143b9aSmrg
87173143b9aSmrg  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
87273143b9aSmrg    ac_prev=mandir ;;
87373143b9aSmrg  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
87473143b9aSmrg    mandir=$ac_optarg ;;
87573143b9aSmrg
87673143b9aSmrg  -nfp | --nfp | --nf)
87773143b9aSmrg    # Obsolete; use --without-fp.
87873143b9aSmrg    with_fp=no ;;
87973143b9aSmrg
88073143b9aSmrg  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
88173143b9aSmrg  | --no-cr | --no-c | -n)
88273143b9aSmrg    no_create=yes ;;
88373143b9aSmrg
88473143b9aSmrg  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
88573143b9aSmrg  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
88673143b9aSmrg    no_recursion=yes ;;
88773143b9aSmrg
88873143b9aSmrg  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
88973143b9aSmrg  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
89073143b9aSmrg  | --oldin | --oldi | --old | --ol | --o)
89173143b9aSmrg    ac_prev=oldincludedir ;;
89273143b9aSmrg  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
89373143b9aSmrg  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
89473143b9aSmrg  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
89573143b9aSmrg    oldincludedir=$ac_optarg ;;
89673143b9aSmrg
89773143b9aSmrg  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
89873143b9aSmrg    ac_prev=prefix ;;
89973143b9aSmrg  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
90073143b9aSmrg    prefix=$ac_optarg ;;
90173143b9aSmrg
90273143b9aSmrg  -program-prefix | --program-prefix | --program-prefi | --program-pref \
90373143b9aSmrg  | --program-pre | --program-pr | --program-p)
90473143b9aSmrg    ac_prev=program_prefix ;;
90573143b9aSmrg  -program-prefix=* | --program-prefix=* | --program-prefi=* \
90673143b9aSmrg  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
90773143b9aSmrg    program_prefix=$ac_optarg ;;
90873143b9aSmrg
90973143b9aSmrg  -program-suffix | --program-suffix | --program-suffi | --program-suff \
91073143b9aSmrg  | --program-suf | --program-su | --program-s)
91173143b9aSmrg    ac_prev=program_suffix ;;
91273143b9aSmrg  -program-suffix=* | --program-suffix=* | --program-suffi=* \
91373143b9aSmrg  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
91473143b9aSmrg    program_suffix=$ac_optarg ;;
91573143b9aSmrg
91673143b9aSmrg  -program-transform-name | --program-transform-name \
91773143b9aSmrg  | --program-transform-nam | --program-transform-na \
91873143b9aSmrg  | --program-transform-n | --program-transform- \
91973143b9aSmrg  | --program-transform | --program-transfor \
92073143b9aSmrg  | --program-transfo | --program-transf \
92173143b9aSmrg  | --program-trans | --program-tran \
92273143b9aSmrg  | --progr-tra | --program-tr | --program-t)
92373143b9aSmrg    ac_prev=program_transform_name ;;
92473143b9aSmrg  -program-transform-name=* | --program-transform-name=* \
92573143b9aSmrg  | --program-transform-nam=* | --program-transform-na=* \
92673143b9aSmrg  | --program-transform-n=* | --program-transform-=* \
92773143b9aSmrg  | --program-transform=* | --program-transfor=* \
92873143b9aSmrg  | --program-transfo=* | --program-transf=* \
92973143b9aSmrg  | --program-trans=* | --program-tran=* \
93073143b9aSmrg  | --progr-tra=* | --program-tr=* | --program-t=*)
93173143b9aSmrg    program_transform_name=$ac_optarg ;;
93273143b9aSmrg
93373143b9aSmrg  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
93473143b9aSmrg    ac_prev=pdfdir ;;
93573143b9aSmrg  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
93673143b9aSmrg    pdfdir=$ac_optarg ;;
93773143b9aSmrg
93873143b9aSmrg  -psdir | --psdir | --psdi | --psd | --ps)
93973143b9aSmrg    ac_prev=psdir ;;
94073143b9aSmrg  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
94173143b9aSmrg    psdir=$ac_optarg ;;
94273143b9aSmrg
94373143b9aSmrg  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
94473143b9aSmrg  | -silent | --silent | --silen | --sile | --sil)
94573143b9aSmrg    silent=yes ;;
94673143b9aSmrg
94773143b9aSmrg  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
94873143b9aSmrg    ac_prev=sbindir ;;
94973143b9aSmrg  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
95073143b9aSmrg  | --sbi=* | --sb=*)
95173143b9aSmrg    sbindir=$ac_optarg ;;
95273143b9aSmrg
95373143b9aSmrg  -sharedstatedir | --sharedstatedir | --sharedstatedi \
95473143b9aSmrg  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
95573143b9aSmrg  | --sharedst | --shareds | --shared | --share | --shar \
95673143b9aSmrg  | --sha | --sh)
95773143b9aSmrg    ac_prev=sharedstatedir ;;
95873143b9aSmrg  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
95973143b9aSmrg  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
96073143b9aSmrg  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
96173143b9aSmrg  | --sha=* | --sh=*)
96273143b9aSmrg    sharedstatedir=$ac_optarg ;;
96373143b9aSmrg
96473143b9aSmrg  -site | --site | --sit)
96573143b9aSmrg    ac_prev=site ;;
96673143b9aSmrg  -site=* | --site=* | --sit=*)
96773143b9aSmrg    site=$ac_optarg ;;
96873143b9aSmrg
96973143b9aSmrg  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
97073143b9aSmrg    ac_prev=srcdir ;;
97173143b9aSmrg  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
97273143b9aSmrg    srcdir=$ac_optarg ;;
97373143b9aSmrg
97473143b9aSmrg  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
97573143b9aSmrg  | --syscon | --sysco | --sysc | --sys | --sy)
97673143b9aSmrg    ac_prev=sysconfdir ;;
97773143b9aSmrg  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
97873143b9aSmrg  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
97973143b9aSmrg    sysconfdir=$ac_optarg ;;
98073143b9aSmrg
98173143b9aSmrg  -target | --target | --targe | --targ | --tar | --ta | --t)
98273143b9aSmrg    ac_prev=target_alias ;;
98373143b9aSmrg  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
98473143b9aSmrg    target_alias=$ac_optarg ;;
98573143b9aSmrg
98673143b9aSmrg  -v | -verbose | --verbose | --verbos | --verbo | --verb)
98773143b9aSmrg    verbose=yes ;;
98873143b9aSmrg
98973143b9aSmrg  -version | --version | --versio | --versi | --vers | -V)
99073143b9aSmrg    ac_init_version=: ;;
99173143b9aSmrg
99273143b9aSmrg  -with-* | --with-*)
99373143b9aSmrg    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
99473143b9aSmrg    # Reject names that are not valid shell variable names.
99573143b9aSmrg    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
99673143b9aSmrg      { echo "$as_me: error: invalid package name: $ac_package" >&2
99773143b9aSmrg   { (exit 1); exit 1; }; }
99873143b9aSmrg    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
99973143b9aSmrg    eval with_$ac_package=\$ac_optarg ;;
100073143b9aSmrg
100173143b9aSmrg  -without-* | --without-*)
100273143b9aSmrg    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
100373143b9aSmrg    # Reject names that are not valid shell variable names.
100473143b9aSmrg    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
100573143b9aSmrg      { echo "$as_me: error: invalid package name: $ac_package" >&2
100673143b9aSmrg   { (exit 1); exit 1; }; }
100773143b9aSmrg    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
100873143b9aSmrg    eval with_$ac_package=no ;;
100973143b9aSmrg
101073143b9aSmrg  --x)
101173143b9aSmrg    # Obsolete; use --with-x.
101273143b9aSmrg    with_x=yes ;;
101373143b9aSmrg
101473143b9aSmrg  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
101573143b9aSmrg  | --x-incl | --x-inc | --x-in | --x-i)
101673143b9aSmrg    ac_prev=x_includes ;;
101773143b9aSmrg  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
101873143b9aSmrg  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
101973143b9aSmrg    x_includes=$ac_optarg ;;
102073143b9aSmrg
102173143b9aSmrg  -x-libraries | --x-libraries | --x-librarie | --x-librari \
102273143b9aSmrg  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
102373143b9aSmrg    ac_prev=x_libraries ;;
102473143b9aSmrg  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
102573143b9aSmrg  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
102673143b9aSmrg    x_libraries=$ac_optarg ;;
102773143b9aSmrg
102873143b9aSmrg  -*) { echo "$as_me: error: unrecognized option: $ac_option
102973143b9aSmrgTry \`$0 --help' for more information." >&2
103073143b9aSmrg   { (exit 1); exit 1; }; }
103173143b9aSmrg    ;;
103273143b9aSmrg
103373143b9aSmrg  *=*)
103473143b9aSmrg    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
103573143b9aSmrg    # Reject names that are not valid shell variable names.
103673143b9aSmrg    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
103773143b9aSmrg      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
103873143b9aSmrg   { (exit 1); exit 1; }; }
103973143b9aSmrg    eval $ac_envvar=\$ac_optarg
104073143b9aSmrg    export $ac_envvar ;;
104173143b9aSmrg
104273143b9aSmrg  *)
104373143b9aSmrg    # FIXME: should be removed in autoconf 3.0.
104473143b9aSmrg    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
104573143b9aSmrg    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
104673143b9aSmrg      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
104773143b9aSmrg    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
104873143b9aSmrg    ;;
104973143b9aSmrg
105073143b9aSmrg  esac
105173143b9aSmrgdone
105273143b9aSmrg
105373143b9aSmrgif test -n "$ac_prev"; then
105473143b9aSmrg  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
105573143b9aSmrg  { echo "$as_me: error: missing argument to $ac_option" >&2
105673143b9aSmrg   { (exit 1); exit 1; }; }
105773143b9aSmrgfi
105873143b9aSmrg
105973143b9aSmrg# Be sure to have absolute directory names.
106073143b9aSmrgfor ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
106173143b9aSmrg		datadir sysconfdir sharedstatedir localstatedir includedir \
106273143b9aSmrg		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
106373143b9aSmrg		libdir localedir mandir
106473143b9aSmrgdo
106573143b9aSmrg  eval ac_val=\$$ac_var
106673143b9aSmrg  case $ac_val in
106773143b9aSmrg    [\\/$]* | ?:[\\/]* )  continue;;
106873143b9aSmrg    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
106973143b9aSmrg  esac
107073143b9aSmrg  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
107173143b9aSmrg   { (exit 1); exit 1; }; }
107273143b9aSmrgdone
107373143b9aSmrg
107473143b9aSmrg# There might be people who depend on the old broken behavior: `$host'
107573143b9aSmrg# used to hold the argument of --host etc.
107673143b9aSmrg# FIXME: To remove some day.
107773143b9aSmrgbuild=$build_alias
107873143b9aSmrghost=$host_alias
107973143b9aSmrgtarget=$target_alias
108073143b9aSmrg
108173143b9aSmrg# FIXME: To remove some day.
108273143b9aSmrgif test "x$host_alias" != x; then
108373143b9aSmrg  if test "x$build_alias" = x; then
108473143b9aSmrg    cross_compiling=maybe
108573143b9aSmrg    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
108673143b9aSmrg    If a cross compiler is detected then cross compile mode will be used." >&2
108773143b9aSmrg  elif test "x$build_alias" != "x$host_alias"; then
108873143b9aSmrg    cross_compiling=yes
108973143b9aSmrg  fi
109073143b9aSmrgfi
109173143b9aSmrg
109273143b9aSmrgac_tool_prefix=
109373143b9aSmrgtest -n "$host_alias" && ac_tool_prefix=$host_alias-
109473143b9aSmrg
109573143b9aSmrgtest "$silent" = yes && exec 6>/dev/null
109673143b9aSmrg
109773143b9aSmrg
109873143b9aSmrgac_pwd=`pwd` && test -n "$ac_pwd" &&
109973143b9aSmrgac_ls_di=`ls -di .` &&
110073143b9aSmrgac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
110173143b9aSmrg  { echo "$as_me: error: Working directory cannot be determined" >&2
110273143b9aSmrg   { (exit 1); exit 1; }; }
110373143b9aSmrgtest "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
110473143b9aSmrg  { echo "$as_me: error: pwd does not report name of working directory" >&2
110573143b9aSmrg   { (exit 1); exit 1; }; }
110673143b9aSmrg
110773143b9aSmrg
110873143b9aSmrg# Find the source files, if location was not specified.
110973143b9aSmrgif test -z "$srcdir"; then
111073143b9aSmrg  ac_srcdir_defaulted=yes
111173143b9aSmrg  # Try the directory containing this script, then the parent directory.
111273143b9aSmrg  ac_confdir=`$as_dirname -- "$0" ||
111373143b9aSmrg$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
111473143b9aSmrg	 X"$0" : 'X\(//\)[^/]' \| \
111573143b9aSmrg	 X"$0" : 'X\(//\)$' \| \
111673143b9aSmrg	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
111773143b9aSmrgecho X"$0" |
111873143b9aSmrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
111973143b9aSmrg	    s//\1/
112073143b9aSmrg	    q
112173143b9aSmrg	  }
112273143b9aSmrg	  /^X\(\/\/\)[^/].*/{
112373143b9aSmrg	    s//\1/
112473143b9aSmrg	    q
112573143b9aSmrg	  }
112673143b9aSmrg	  /^X\(\/\/\)$/{
112773143b9aSmrg	    s//\1/
112873143b9aSmrg	    q
112973143b9aSmrg	  }
113073143b9aSmrg	  /^X\(\/\).*/{
113173143b9aSmrg	    s//\1/
113273143b9aSmrg	    q
113373143b9aSmrg	  }
113473143b9aSmrg	  s/.*/./; q'`
113573143b9aSmrg  srcdir=$ac_confdir
113673143b9aSmrg  if test ! -r "$srcdir/$ac_unique_file"; then
113773143b9aSmrg    srcdir=..
113873143b9aSmrg  fi
113973143b9aSmrgelse
114073143b9aSmrg  ac_srcdir_defaulted=no
114173143b9aSmrgfi
114273143b9aSmrgif test ! -r "$srcdir/$ac_unique_file"; then
114373143b9aSmrg  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
114473143b9aSmrg  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
114573143b9aSmrg   { (exit 1); exit 1; }; }
114673143b9aSmrgfi
114773143b9aSmrgac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
114873143b9aSmrgac_abs_confdir=`(
114973143b9aSmrg	cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
115073143b9aSmrg   { (exit 1); exit 1; }; }
115173143b9aSmrg	pwd)`
115273143b9aSmrg# When building in place, set srcdir=.
115373143b9aSmrgif test "$ac_abs_confdir" = "$ac_pwd"; then
115473143b9aSmrg  srcdir=.
115573143b9aSmrgfi
115673143b9aSmrg# Remove unnecessary trailing slashes from srcdir.
115773143b9aSmrg# Double slashes in file names in object file debugging info
115873143b9aSmrg# mess up M-x gdb in Emacs.
115973143b9aSmrgcase $srcdir in
116073143b9aSmrg*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
116173143b9aSmrgesac
116273143b9aSmrgfor ac_var in $ac_precious_vars; do
116373143b9aSmrg  eval ac_env_${ac_var}_set=\${${ac_var}+set}
116473143b9aSmrg  eval ac_env_${ac_var}_value=\$${ac_var}
116573143b9aSmrg  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
116673143b9aSmrg  eval ac_cv_env_${ac_var}_value=\$${ac_var}
116773143b9aSmrgdone
116873143b9aSmrg
116973143b9aSmrg#
117073143b9aSmrg# Report the --help message.
117173143b9aSmrg#
117273143b9aSmrgif test "$ac_init_help" = "long"; then
117373143b9aSmrg  # Omit some internal or obsolete options to make the list less imposing.
117473143b9aSmrg  # This message is too long to be a string in the A/UX 3.1 sh.
117573143b9aSmrg  cat <<_ACEOF
1176e8a71cdfSmrg\`configure' configures xtrans 1.2.4 to adapt to many kinds of systems.
117773143b9aSmrg
117873143b9aSmrgUsage: $0 [OPTION]... [VAR=VALUE]...
117973143b9aSmrg
118073143b9aSmrgTo assign environment variables (e.g., CC, CFLAGS...), specify them as
118173143b9aSmrgVAR=VALUE.  See below for descriptions of some of the useful variables.
118273143b9aSmrg
118373143b9aSmrgDefaults for the options are specified in brackets.
118473143b9aSmrg
118573143b9aSmrgConfiguration:
118673143b9aSmrg  -h, --help              display this help and exit
118773143b9aSmrg      --help=short        display options specific to this package
118873143b9aSmrg      --help=recursive    display the short help of all the included packages
118973143b9aSmrg  -V, --version           display version information and exit
119073143b9aSmrg  -q, --quiet, --silent   do not print \`checking...' messages
119173143b9aSmrg      --cache-file=FILE   cache test results in FILE [disabled]
119273143b9aSmrg  -C, --config-cache      alias for \`--cache-file=config.cache'
119373143b9aSmrg  -n, --no-create         do not create output files
119473143b9aSmrg      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
119573143b9aSmrg
119673143b9aSmrgInstallation directories:
119773143b9aSmrg  --prefix=PREFIX         install architecture-independent files in PREFIX
119873143b9aSmrg			  [$ac_default_prefix]
119973143b9aSmrg  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
120073143b9aSmrg			  [PREFIX]
120173143b9aSmrg
120273143b9aSmrgBy default, \`make install' will install all the files in
120373143b9aSmrg\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
120473143b9aSmrgan installation prefix other than \`$ac_default_prefix' using \`--prefix',
120573143b9aSmrgfor instance \`--prefix=\$HOME'.
120673143b9aSmrg
120773143b9aSmrgFor better control, use the options below.
120873143b9aSmrg
120973143b9aSmrgFine tuning of the installation directories:
121073143b9aSmrg  --bindir=DIR           user executables [EPREFIX/bin]
121173143b9aSmrg  --sbindir=DIR          system admin executables [EPREFIX/sbin]
121273143b9aSmrg  --libexecdir=DIR       program executables [EPREFIX/libexec]
121373143b9aSmrg  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
121473143b9aSmrg  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
121573143b9aSmrg  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
121673143b9aSmrg  --libdir=DIR           object code libraries [EPREFIX/lib]
121773143b9aSmrg  --includedir=DIR       C header files [PREFIX/include]
121873143b9aSmrg  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
121973143b9aSmrg  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
122073143b9aSmrg  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
122173143b9aSmrg  --infodir=DIR          info documentation [DATAROOTDIR/info]
122273143b9aSmrg  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
122373143b9aSmrg  --mandir=DIR           man documentation [DATAROOTDIR/man]
122473143b9aSmrg  --docdir=DIR           documentation root [DATAROOTDIR/doc/xtrans]
122573143b9aSmrg  --htmldir=DIR          html documentation [DOCDIR]
122673143b9aSmrg  --dvidir=DIR           dvi documentation [DOCDIR]
122773143b9aSmrg  --pdfdir=DIR           pdf documentation [DOCDIR]
122873143b9aSmrg  --psdir=DIR            ps documentation [DOCDIR]
122973143b9aSmrg_ACEOF
123073143b9aSmrg
123173143b9aSmrg  cat <<\_ACEOF
123273143b9aSmrg
123373143b9aSmrgProgram names:
123473143b9aSmrg  --program-prefix=PREFIX            prepend PREFIX to installed program names
123573143b9aSmrg  --program-suffix=SUFFIX            append SUFFIX to installed program names
123673143b9aSmrg  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
123773143b9aSmrg_ACEOF
123873143b9aSmrgfi
123973143b9aSmrg
124073143b9aSmrgif test -n "$ac_init_help"; then
124173143b9aSmrg  case $ac_init_help in
1242e8a71cdfSmrg     short | recursive ) echo "Configuration of xtrans 1.2.4:";;
124373143b9aSmrg   esac
124473143b9aSmrg  cat <<\_ACEOF
124573143b9aSmrg
124673143b9aSmrgOptional Features:
124773143b9aSmrg  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
124873143b9aSmrg  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
124973143b9aSmrg  --enable-maintainer-mode  enable make rules and dependencies not useful
125073143b9aSmrg			  (and sometimes confusing) to the casual installer
125173143b9aSmrg  --disable-dependency-tracking  speeds up one-time build
125273143b9aSmrg  --enable-dependency-tracking   do not reject slow dependency extractors
125373143b9aSmrg
125473143b9aSmrgOptional Packages:
125573143b9aSmrg  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
125673143b9aSmrg  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
125773143b9aSmrg  --with-release-version=STRING
125873143b9aSmrg                          Use release version string in package name
125973143b9aSmrg
126073143b9aSmrgSome influential environment variables:
126173143b9aSmrg  CC          C compiler command
126273143b9aSmrg  CFLAGS      C compiler flags
126373143b9aSmrg  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
126473143b9aSmrg              nonstandard directory <lib dir>
126573143b9aSmrg  LIBS        libraries to pass to the linker, e.g. -l<library>
126673143b9aSmrg  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
126773143b9aSmrg              you have headers in a nonstandard directory <include dir>
126873143b9aSmrg
126973143b9aSmrgUse these variables to override the choices made by `configure' or to help
127073143b9aSmrgit to find libraries and programs with nonstandard names/locations.
127173143b9aSmrg
127273143b9aSmrgReport bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
127373143b9aSmrg_ACEOF
127473143b9aSmrgac_status=$?
127573143b9aSmrgfi
127673143b9aSmrg
127773143b9aSmrgif test "$ac_init_help" = "recursive"; then
127873143b9aSmrg  # If there are subdirs, report their specific --help.
127973143b9aSmrg  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
128073143b9aSmrg    test -d "$ac_dir" || continue
128173143b9aSmrg    ac_builddir=.
128273143b9aSmrg
128373143b9aSmrgcase "$ac_dir" in
128473143b9aSmrg.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
128573143b9aSmrg*)
128673143b9aSmrg  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
128773143b9aSmrg  # A ".." for each directory in $ac_dir_suffix.
128873143b9aSmrg  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
128973143b9aSmrg  case $ac_top_builddir_sub in
129073143b9aSmrg  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
129173143b9aSmrg  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
129273143b9aSmrg  esac ;;
129373143b9aSmrgesac
129473143b9aSmrgac_abs_top_builddir=$ac_pwd
129573143b9aSmrgac_abs_builddir=$ac_pwd$ac_dir_suffix
129673143b9aSmrg# for backward compatibility:
129773143b9aSmrgac_top_builddir=$ac_top_build_prefix
129873143b9aSmrg
129973143b9aSmrgcase $srcdir in
130073143b9aSmrg  .)  # We are building in place.
130173143b9aSmrg    ac_srcdir=.
130273143b9aSmrg    ac_top_srcdir=$ac_top_builddir_sub
130373143b9aSmrg    ac_abs_top_srcdir=$ac_pwd ;;
130473143b9aSmrg  [\\/]* | ?:[\\/]* )  # Absolute name.
130573143b9aSmrg    ac_srcdir=$srcdir$ac_dir_suffix;
130673143b9aSmrg    ac_top_srcdir=$srcdir
130773143b9aSmrg    ac_abs_top_srcdir=$srcdir ;;
130873143b9aSmrg  *) # Relative name.
130973143b9aSmrg    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
131073143b9aSmrg    ac_top_srcdir=$ac_top_build_prefix$srcdir
131173143b9aSmrg    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
131273143b9aSmrgesac
131373143b9aSmrgac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
131473143b9aSmrg
131573143b9aSmrg    cd "$ac_dir" || { ac_status=$?; continue; }
131673143b9aSmrg    # Check for guested configure.
131773143b9aSmrg    if test -f "$ac_srcdir/configure.gnu"; then
131873143b9aSmrg      echo &&
131973143b9aSmrg      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
132073143b9aSmrg    elif test -f "$ac_srcdir/configure"; then
132173143b9aSmrg      echo &&
132273143b9aSmrg      $SHELL "$ac_srcdir/configure" --help=recursive
132373143b9aSmrg    else
132473143b9aSmrg      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
132573143b9aSmrg    fi || ac_status=$?
132673143b9aSmrg    cd "$ac_pwd" || { ac_status=$?; break; }
132773143b9aSmrg  done
132873143b9aSmrgfi
132973143b9aSmrg
133073143b9aSmrgtest -n "$ac_init_help" && exit $ac_status
133173143b9aSmrgif $ac_init_version; then
133273143b9aSmrg  cat <<\_ACEOF
1333e8a71cdfSmrgxtrans configure 1.2.4
133473143b9aSmrggenerated by GNU Autoconf 2.61
133573143b9aSmrg
133673143b9aSmrgCopyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
133773143b9aSmrg2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
133873143b9aSmrgThis configure script is free software; the Free Software Foundation
133973143b9aSmrggives unlimited permission to copy, distribute and modify it.
134073143b9aSmrg_ACEOF
134173143b9aSmrg  exit
134273143b9aSmrgfi
134373143b9aSmrgcat >config.log <<_ACEOF
134473143b9aSmrgThis file contains any messages produced by compilers while
134573143b9aSmrgrunning configure, to aid debugging if configure makes a mistake.
134673143b9aSmrg
1347e8a71cdfSmrgIt was created by xtrans $as_me 1.2.4, which was
134873143b9aSmrggenerated by GNU Autoconf 2.61.  Invocation command line was
134973143b9aSmrg
135073143b9aSmrg  $ $0 $@
135173143b9aSmrg
135273143b9aSmrg_ACEOF
135373143b9aSmrgexec 5>>config.log
135473143b9aSmrg{
135573143b9aSmrgcat <<_ASUNAME
135673143b9aSmrg## --------- ##
135773143b9aSmrg## Platform. ##
135873143b9aSmrg## --------- ##
135973143b9aSmrg
136073143b9aSmrghostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
136173143b9aSmrguname -m = `(uname -m) 2>/dev/null || echo unknown`
136273143b9aSmrguname -r = `(uname -r) 2>/dev/null || echo unknown`
136373143b9aSmrguname -s = `(uname -s) 2>/dev/null || echo unknown`
136473143b9aSmrguname -v = `(uname -v) 2>/dev/null || echo unknown`
136573143b9aSmrg
136673143b9aSmrg/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
136773143b9aSmrg/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
136873143b9aSmrg
136973143b9aSmrg/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
137073143b9aSmrg/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
137173143b9aSmrg/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
137273143b9aSmrg/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
137373143b9aSmrg/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
137473143b9aSmrg/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
137573143b9aSmrg/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
137673143b9aSmrg
137773143b9aSmrg_ASUNAME
137873143b9aSmrg
137973143b9aSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
138073143b9aSmrgfor as_dir in $PATH
138173143b9aSmrgdo
138273143b9aSmrg  IFS=$as_save_IFS
138373143b9aSmrg  test -z "$as_dir" && as_dir=.
138473143b9aSmrg  echo "PATH: $as_dir"
138573143b9aSmrgdone
138673143b9aSmrgIFS=$as_save_IFS
138773143b9aSmrg
138873143b9aSmrg} >&5
138973143b9aSmrg
139073143b9aSmrgcat >&5 <<_ACEOF
139173143b9aSmrg
139273143b9aSmrg
139373143b9aSmrg## ----------- ##
139473143b9aSmrg## Core tests. ##
139573143b9aSmrg## ----------- ##
139673143b9aSmrg
139773143b9aSmrg_ACEOF
139873143b9aSmrg
139973143b9aSmrg
140073143b9aSmrg# Keep a trace of the command line.
140173143b9aSmrg# Strip out --no-create and --no-recursion so they do not pile up.
140273143b9aSmrg# Strip out --silent because we don't want to record it for future runs.
140373143b9aSmrg# Also quote any args containing shell meta-characters.
140473143b9aSmrg# Make two passes to allow for proper duplicate-argument suppression.
140573143b9aSmrgac_configure_args=
140673143b9aSmrgac_configure_args0=
140773143b9aSmrgac_configure_args1=
140873143b9aSmrgac_must_keep_next=false
140973143b9aSmrgfor ac_pass in 1 2
141073143b9aSmrgdo
141173143b9aSmrg  for ac_arg
141273143b9aSmrg  do
141373143b9aSmrg    case $ac_arg in
141473143b9aSmrg    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
141573143b9aSmrg    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
141673143b9aSmrg    | -silent | --silent | --silen | --sile | --sil)
141773143b9aSmrg      continue ;;
141873143b9aSmrg    *\'*)
141973143b9aSmrg      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
142073143b9aSmrg    esac
142173143b9aSmrg    case $ac_pass in
142273143b9aSmrg    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
142373143b9aSmrg    2)
142473143b9aSmrg      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
142573143b9aSmrg      if test $ac_must_keep_next = true; then
142673143b9aSmrg	ac_must_keep_next=false # Got value, back to normal.
142773143b9aSmrg      else
142873143b9aSmrg	case $ac_arg in
142973143b9aSmrg	  *=* | --config-cache | -C | -disable-* | --disable-* \
143073143b9aSmrg	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
143173143b9aSmrg	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
143273143b9aSmrg	  | -with-* | --with-* | -without-* | --without-* | --x)
143373143b9aSmrg	    case "$ac_configure_args0 " in
143473143b9aSmrg	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
143573143b9aSmrg	    esac
143673143b9aSmrg	    ;;
143773143b9aSmrg	  -* ) ac_must_keep_next=true ;;
143873143b9aSmrg	esac
143973143b9aSmrg      fi
144073143b9aSmrg      ac_configure_args="$ac_configure_args '$ac_arg'"
144173143b9aSmrg      ;;
144273143b9aSmrg    esac
144373143b9aSmrg  done
144473143b9aSmrgdone
144573143b9aSmrg$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
144673143b9aSmrg$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
144773143b9aSmrg
144873143b9aSmrg# When interrupted or exit'd, cleanup temporary files, and complete
144973143b9aSmrg# config.log.  We remove comments because anyway the quotes in there
145073143b9aSmrg# would cause problems or look ugly.
145173143b9aSmrg# WARNING: Use '\'' to represent an apostrophe within the trap.
145273143b9aSmrg# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
145373143b9aSmrgtrap 'exit_status=$?
145473143b9aSmrg  # Save into config.log some information that might help in debugging.
145573143b9aSmrg  {
145673143b9aSmrg    echo
145773143b9aSmrg
145873143b9aSmrg    cat <<\_ASBOX
145973143b9aSmrg## ---------------- ##
146073143b9aSmrg## Cache variables. ##
146173143b9aSmrg## ---------------- ##
146273143b9aSmrg_ASBOX
146373143b9aSmrg    echo
146473143b9aSmrg    # The following way of writing the cache mishandles newlines in values,
146573143b9aSmrg(
146673143b9aSmrg  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
146773143b9aSmrg    eval ac_val=\$$ac_var
146873143b9aSmrg    case $ac_val in #(
146973143b9aSmrg    *${as_nl}*)
147073143b9aSmrg      case $ac_var in #(
147173143b9aSmrg      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
147273143b9aSmrgecho "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
147373143b9aSmrg      esac
147473143b9aSmrg      case $ac_var in #(
147573143b9aSmrg      _ | IFS | as_nl) ;; #(
147673143b9aSmrg      *) $as_unset $ac_var ;;
147773143b9aSmrg      esac ;;
147873143b9aSmrg    esac
147973143b9aSmrg  done
148073143b9aSmrg  (set) 2>&1 |
148173143b9aSmrg    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
148273143b9aSmrg    *${as_nl}ac_space=\ *)
148373143b9aSmrg      sed -n \
148473143b9aSmrg	"s/'\''/'\''\\\\'\'''\''/g;
148573143b9aSmrg	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
148673143b9aSmrg      ;; #(
148773143b9aSmrg    *)
148873143b9aSmrg      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
148973143b9aSmrg      ;;
149073143b9aSmrg    esac |
149173143b9aSmrg    sort
149273143b9aSmrg)
149373143b9aSmrg    echo
149473143b9aSmrg
149573143b9aSmrg    cat <<\_ASBOX
149673143b9aSmrg## ----------------- ##
149773143b9aSmrg## Output variables. ##
149873143b9aSmrg## ----------------- ##
149973143b9aSmrg_ASBOX
150073143b9aSmrg    echo
150173143b9aSmrg    for ac_var in $ac_subst_vars
150273143b9aSmrg    do
150373143b9aSmrg      eval ac_val=\$$ac_var
150473143b9aSmrg      case $ac_val in
150573143b9aSmrg      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
150673143b9aSmrg      esac
150773143b9aSmrg      echo "$ac_var='\''$ac_val'\''"
150873143b9aSmrg    done | sort
150973143b9aSmrg    echo
151073143b9aSmrg
151173143b9aSmrg    if test -n "$ac_subst_files"; then
151273143b9aSmrg      cat <<\_ASBOX
151373143b9aSmrg## ------------------- ##
151473143b9aSmrg## File substitutions. ##
151573143b9aSmrg## ------------------- ##
151673143b9aSmrg_ASBOX
151773143b9aSmrg      echo
151873143b9aSmrg      for ac_var in $ac_subst_files
151973143b9aSmrg      do
152073143b9aSmrg	eval ac_val=\$$ac_var
152173143b9aSmrg	case $ac_val in
152273143b9aSmrg	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
152373143b9aSmrg	esac
152473143b9aSmrg	echo "$ac_var='\''$ac_val'\''"
152573143b9aSmrg      done | sort
152673143b9aSmrg      echo
152773143b9aSmrg    fi
152873143b9aSmrg
152973143b9aSmrg    if test -s confdefs.h; then
153073143b9aSmrg      cat <<\_ASBOX
153173143b9aSmrg## ----------- ##
153273143b9aSmrg## confdefs.h. ##
153373143b9aSmrg## ----------- ##
153473143b9aSmrg_ASBOX
153573143b9aSmrg      echo
153673143b9aSmrg      cat confdefs.h
153773143b9aSmrg      echo
153873143b9aSmrg    fi
153973143b9aSmrg    test "$ac_signal" != 0 &&
154073143b9aSmrg      echo "$as_me: caught signal $ac_signal"
154173143b9aSmrg    echo "$as_me: exit $exit_status"
154273143b9aSmrg  } >&5
154373143b9aSmrg  rm -f core *.core core.conftest.* &&
154473143b9aSmrg    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
154573143b9aSmrg    exit $exit_status
154673143b9aSmrg' 0
154773143b9aSmrgfor ac_signal in 1 2 13 15; do
154873143b9aSmrg  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
154973143b9aSmrgdone
155073143b9aSmrgac_signal=0
155173143b9aSmrg
155273143b9aSmrg# confdefs.h avoids OS command line length limits that DEFS can exceed.
155373143b9aSmrgrm -f -r conftest* confdefs.h
155473143b9aSmrg
155573143b9aSmrg# Predefined preprocessor variables.
155673143b9aSmrg
155773143b9aSmrgcat >>confdefs.h <<_ACEOF
155873143b9aSmrg#define PACKAGE_NAME "$PACKAGE_NAME"
155973143b9aSmrg_ACEOF
156073143b9aSmrg
156173143b9aSmrg
156273143b9aSmrgcat >>confdefs.h <<_ACEOF
156373143b9aSmrg#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
156473143b9aSmrg_ACEOF
156573143b9aSmrg
156673143b9aSmrg
156773143b9aSmrgcat >>confdefs.h <<_ACEOF
156873143b9aSmrg#define PACKAGE_VERSION "$PACKAGE_VERSION"
156973143b9aSmrg_ACEOF
157073143b9aSmrg
157173143b9aSmrg
157273143b9aSmrgcat >>confdefs.h <<_ACEOF
157373143b9aSmrg#define PACKAGE_STRING "$PACKAGE_STRING"
157473143b9aSmrg_ACEOF
157573143b9aSmrg
157673143b9aSmrg
157773143b9aSmrgcat >>confdefs.h <<_ACEOF
157873143b9aSmrg#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
157973143b9aSmrg_ACEOF
158073143b9aSmrg
158173143b9aSmrg
158273143b9aSmrg# Let the site file select an alternate cache file if it wants to.
158373143b9aSmrg# Prefer explicitly selected file to automatically selected ones.
158473143b9aSmrgif test -n "$CONFIG_SITE"; then
158573143b9aSmrg  set x "$CONFIG_SITE"
158673143b9aSmrgelif test "x$prefix" != xNONE; then
158773143b9aSmrg  set x "$prefix/share/config.site" "$prefix/etc/config.site"
158873143b9aSmrgelse
158973143b9aSmrg  set x "$ac_default_prefix/share/config.site" \
159073143b9aSmrg	"$ac_default_prefix/etc/config.site"
159173143b9aSmrgfi
159273143b9aSmrgshift
159373143b9aSmrgfor ac_site_file
159473143b9aSmrgdo
159573143b9aSmrg  if test -r "$ac_site_file"; then
159673143b9aSmrg    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
159773143b9aSmrgecho "$as_me: loading site script $ac_site_file" >&6;}
159873143b9aSmrg    sed 's/^/| /' "$ac_site_file" >&5
159973143b9aSmrg    . "$ac_site_file"
160073143b9aSmrg  fi
160173143b9aSmrgdone
160273143b9aSmrg
160373143b9aSmrgif test -r "$cache_file"; then
160473143b9aSmrg  # Some versions of bash will fail to source /dev/null (special
160573143b9aSmrg  # files actually), so we avoid doing that.
160673143b9aSmrg  if test -f "$cache_file"; then
160773143b9aSmrg    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
160873143b9aSmrgecho "$as_me: loading cache $cache_file" >&6;}
160973143b9aSmrg    case $cache_file in
161073143b9aSmrg      [\\/]* | ?:[\\/]* ) . "$cache_file";;
161173143b9aSmrg      *)                      . "./$cache_file";;
161273143b9aSmrg    esac
161373143b9aSmrg  fi
161473143b9aSmrgelse
161573143b9aSmrg  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
161673143b9aSmrgecho "$as_me: creating cache $cache_file" >&6;}
161773143b9aSmrg  >$cache_file
161873143b9aSmrgfi
161973143b9aSmrg
162073143b9aSmrg# Check that the precious variables saved in the cache have kept the same
162173143b9aSmrg# value.
162273143b9aSmrgac_cache_corrupted=false
162373143b9aSmrgfor ac_var in $ac_precious_vars; do
162473143b9aSmrg  eval ac_old_set=\$ac_cv_env_${ac_var}_set
162573143b9aSmrg  eval ac_new_set=\$ac_env_${ac_var}_set
162673143b9aSmrg  eval ac_old_val=\$ac_cv_env_${ac_var}_value
162773143b9aSmrg  eval ac_new_val=\$ac_env_${ac_var}_value
162873143b9aSmrg  case $ac_old_set,$ac_new_set in
162973143b9aSmrg    set,)
163073143b9aSmrg      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
163173143b9aSmrgecho "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
163273143b9aSmrg      ac_cache_corrupted=: ;;
163373143b9aSmrg    ,set)
163473143b9aSmrg      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
163573143b9aSmrgecho "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
163673143b9aSmrg      ac_cache_corrupted=: ;;
163773143b9aSmrg    ,);;
163873143b9aSmrg    *)
163973143b9aSmrg      if test "x$ac_old_val" != "x$ac_new_val"; then
164073143b9aSmrg	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
164173143b9aSmrgecho "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
164273143b9aSmrg	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
164373143b9aSmrgecho "$as_me:   former value:  $ac_old_val" >&2;}
164473143b9aSmrg	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
164573143b9aSmrgecho "$as_me:   current value: $ac_new_val" >&2;}
164673143b9aSmrg	ac_cache_corrupted=:
164773143b9aSmrg      fi;;
164873143b9aSmrg  esac
164973143b9aSmrg  # Pass precious variables to config.status.
165073143b9aSmrg  if test "$ac_new_set" = set; then
165173143b9aSmrg    case $ac_new_val in
165273143b9aSmrg    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
165373143b9aSmrg    *) ac_arg=$ac_var=$ac_new_val ;;
165473143b9aSmrg    esac
165573143b9aSmrg    case " $ac_configure_args " in
165673143b9aSmrg      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
165773143b9aSmrg      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
165873143b9aSmrg    esac
165973143b9aSmrg  fi
166073143b9aSmrgdone
166173143b9aSmrgif $ac_cache_corrupted; then
166273143b9aSmrg  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
166373143b9aSmrgecho "$as_me: error: changes in the environment can compromise the build" >&2;}
166473143b9aSmrg  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
166573143b9aSmrgecho "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
166673143b9aSmrg   { (exit 1); exit 1; }; }
166773143b9aSmrgfi
166873143b9aSmrg
166973143b9aSmrg
167073143b9aSmrg
167173143b9aSmrg
167273143b9aSmrg
167373143b9aSmrg
167473143b9aSmrg
167573143b9aSmrg
167673143b9aSmrg
167773143b9aSmrg
167873143b9aSmrg
167973143b9aSmrg
168073143b9aSmrg
168173143b9aSmrg
168273143b9aSmrg
168373143b9aSmrg
168473143b9aSmrg
168573143b9aSmrg
168673143b9aSmrg
168773143b9aSmrg
168873143b9aSmrg
168973143b9aSmrg
169073143b9aSmrg
169173143b9aSmrg
169273143b9aSmrg
169373143b9aSmrgac_ext=c
169473143b9aSmrgac_cpp='$CPP $CPPFLAGS'
169573143b9aSmrgac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
169673143b9aSmrgac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
169773143b9aSmrgac_compiler_gnu=$ac_cv_c_compiler_gnu
169873143b9aSmrg
169973143b9aSmrg
170073143b9aSmrgam__api_version='1.10'
170173143b9aSmrg
170273143b9aSmrgac_aux_dir=
170373143b9aSmrgfor ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
170473143b9aSmrg  if test -f "$ac_dir/install-sh"; then
170573143b9aSmrg    ac_aux_dir=$ac_dir
170673143b9aSmrg    ac_install_sh="$ac_aux_dir/install-sh -c"
170773143b9aSmrg    break
170873143b9aSmrg  elif test -f "$ac_dir/install.sh"; then
170973143b9aSmrg    ac_aux_dir=$ac_dir
171073143b9aSmrg    ac_install_sh="$ac_aux_dir/install.sh -c"
171173143b9aSmrg    break
171273143b9aSmrg  elif test -f "$ac_dir/shtool"; then
171373143b9aSmrg    ac_aux_dir=$ac_dir
171473143b9aSmrg    ac_install_sh="$ac_aux_dir/shtool install -c"
171573143b9aSmrg    break
171673143b9aSmrg  fi
171773143b9aSmrgdone
171873143b9aSmrgif test -z "$ac_aux_dir"; then
171973143b9aSmrg  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
172073143b9aSmrgecho "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
172173143b9aSmrg   { (exit 1); exit 1; }; }
172273143b9aSmrgfi
172373143b9aSmrg
172473143b9aSmrg# These three variables are undocumented and unsupported,
172573143b9aSmrg# and are intended to be withdrawn in a future Autoconf release.
172673143b9aSmrg# They can cause serious problems if a builder's source tree is in a directory
172773143b9aSmrg# whose full name contains unusual characters.
172873143b9aSmrgac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
172973143b9aSmrgac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
173073143b9aSmrgac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
173173143b9aSmrg
173273143b9aSmrg
173373143b9aSmrg# Find a good install program.  We prefer a C program (faster),
173473143b9aSmrg# so one script is as good as another.  But avoid the broken or
173573143b9aSmrg# incompatible versions:
173673143b9aSmrg# SysV /etc/install, /usr/sbin/install
173773143b9aSmrg# SunOS /usr/etc/install
173873143b9aSmrg# IRIX /sbin/install
173973143b9aSmrg# AIX /bin/install
174073143b9aSmrg# AmigaOS /C/install, which installs bootblocks on floppy discs
174173143b9aSmrg# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
174273143b9aSmrg# AFS /usr/afsws/bin/install, which mishandles nonexistent args
174373143b9aSmrg# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
174473143b9aSmrg# OS/2's system install, which has a completely different semantic
174573143b9aSmrg# ./install, which can be erroneously created by make from ./install.sh.
174673143b9aSmrg{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
174773143b9aSmrgecho $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
174873143b9aSmrgif test -z "$INSTALL"; then
174973143b9aSmrgif test "${ac_cv_path_install+set}" = set; then
175073143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
175173143b9aSmrgelse
175273143b9aSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
175373143b9aSmrgfor as_dir in $PATH
175473143b9aSmrgdo
175573143b9aSmrg  IFS=$as_save_IFS
175673143b9aSmrg  test -z "$as_dir" && as_dir=.
175773143b9aSmrg  # Account for people who put trailing slashes in PATH elements.
175873143b9aSmrgcase $as_dir/ in
175973143b9aSmrg  ./ | .// | /cC/* | \
176073143b9aSmrg  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
176173143b9aSmrg  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
176273143b9aSmrg  /usr/ucb/* ) ;;
176373143b9aSmrg  *)
176473143b9aSmrg    # OSF1 and SCO ODT 3.0 have their own names for install.
176573143b9aSmrg    # Don't use installbsd from OSF since it installs stuff as root
176673143b9aSmrg    # by default.
176773143b9aSmrg    for ac_prog in ginstall scoinst install; do
176873143b9aSmrg      for ac_exec_ext in '' $ac_executable_extensions; do
176973143b9aSmrg	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
177073143b9aSmrg	  if test $ac_prog = install &&
177173143b9aSmrg	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
177273143b9aSmrg	    # AIX install.  It has an incompatible calling convention.
177373143b9aSmrg	    :
177473143b9aSmrg	  elif test $ac_prog = install &&
177573143b9aSmrg	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
177673143b9aSmrg	    # program-specific install script used by HP pwplus--don't use.
177773143b9aSmrg	    :
177873143b9aSmrg	  else
177973143b9aSmrg	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
178073143b9aSmrg	    break 3
178173143b9aSmrg	  fi
178273143b9aSmrg	fi
178373143b9aSmrg      done
178473143b9aSmrg    done
178573143b9aSmrg    ;;
178673143b9aSmrgesac
178773143b9aSmrgdone
178873143b9aSmrgIFS=$as_save_IFS
178973143b9aSmrg
179073143b9aSmrg
179173143b9aSmrgfi
179273143b9aSmrg  if test "${ac_cv_path_install+set}" = set; then
179373143b9aSmrg    INSTALL=$ac_cv_path_install
179473143b9aSmrg  else
179573143b9aSmrg    # As a last resort, use the slow shell script.  Don't cache a
179673143b9aSmrg    # value for INSTALL within a source directory, because that will
179773143b9aSmrg    # break other packages using the cache if that directory is
179873143b9aSmrg    # removed, or if the value is a relative name.
179973143b9aSmrg    INSTALL=$ac_install_sh
180073143b9aSmrg  fi
180173143b9aSmrgfi
180273143b9aSmrg{ echo "$as_me:$LINENO: result: $INSTALL" >&5
180373143b9aSmrgecho "${ECHO_T}$INSTALL" >&6; }
180473143b9aSmrg
180573143b9aSmrg# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
180673143b9aSmrg# It thinks the first close brace ends the variable substitution.
180773143b9aSmrgtest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
180873143b9aSmrg
180973143b9aSmrgtest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
181073143b9aSmrg
181173143b9aSmrgtest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
181273143b9aSmrg
181373143b9aSmrg{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
181473143b9aSmrgecho $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
181573143b9aSmrg# Just in case
181673143b9aSmrgsleep 1
181773143b9aSmrgecho timestamp > conftest.file
181873143b9aSmrg# Do `set' in a subshell so we don't clobber the current shell's
181973143b9aSmrg# arguments.  Must try -L first in case configure is actually a
182073143b9aSmrg# symlink; some systems play weird games with the mod time of symlinks
182173143b9aSmrg# (eg FreeBSD returns the mod time of the symlink's containing
182273143b9aSmrg# directory).
182373143b9aSmrgif (
182473143b9aSmrg   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
182573143b9aSmrg   if test "$*" = "X"; then
182673143b9aSmrg      # -L didn't work.
182773143b9aSmrg      set X `ls -t $srcdir/configure conftest.file`
182873143b9aSmrg   fi
182973143b9aSmrg   rm -f conftest.file
183073143b9aSmrg   if test "$*" != "X $srcdir/configure conftest.file" \
183173143b9aSmrg      && test "$*" != "X conftest.file $srcdir/configure"; then
183273143b9aSmrg
183373143b9aSmrg      # If neither matched, then we have a broken ls.  This can happen
183473143b9aSmrg      # if, for instance, CONFIG_SHELL is bash and it inherits a
183573143b9aSmrg      # broken ls alias from the environment.  This has actually
183673143b9aSmrg      # happened.  Such a system could not be considered "sane".
183773143b9aSmrg      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
183873143b9aSmrgalias in your environment" >&5
183973143b9aSmrgecho "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
184073143b9aSmrgalias in your environment" >&2;}
184173143b9aSmrg   { (exit 1); exit 1; }; }
184273143b9aSmrg   fi
184373143b9aSmrg
184473143b9aSmrg   test "$2" = conftest.file
184573143b9aSmrg   )
184673143b9aSmrgthen
184773143b9aSmrg   # Ok.
184873143b9aSmrg   :
184973143b9aSmrgelse
185073143b9aSmrg   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
185173143b9aSmrgCheck your system clock" >&5
185273143b9aSmrgecho "$as_me: error: newly created file is older than distributed files!
185373143b9aSmrgCheck your system clock" >&2;}
185473143b9aSmrg   { (exit 1); exit 1; }; }
185573143b9aSmrgfi
185673143b9aSmrg{ echo "$as_me:$LINENO: result: yes" >&5
185773143b9aSmrgecho "${ECHO_T}yes" >&6; }
185873143b9aSmrgtest "$program_prefix" != NONE &&
185973143b9aSmrg  program_transform_name="s&^&$program_prefix&;$program_transform_name"
186073143b9aSmrg# Use a double $ so make ignores it.
186173143b9aSmrgtest "$program_suffix" != NONE &&
186273143b9aSmrg  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
186373143b9aSmrg# Double any \ or $.  echo might interpret backslashes.
186473143b9aSmrg# By default was `s,x,x', remove it if useless.
186573143b9aSmrgcat <<\_ACEOF >conftest.sed
186673143b9aSmrgs/[\\$]/&&/g;s/;s,x,x,$//
186773143b9aSmrg_ACEOF
186873143b9aSmrgprogram_transform_name=`echo $program_transform_name | sed -f conftest.sed`
186973143b9aSmrgrm -f conftest.sed
187073143b9aSmrg
187173143b9aSmrg# expand $ac_aux_dir to an absolute path
187273143b9aSmrgam_aux_dir=`cd $ac_aux_dir && pwd`
187373143b9aSmrg
187473143b9aSmrgtest x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
187573143b9aSmrg# Use eval to expand $SHELL
187673143b9aSmrgif eval "$MISSING --run true"; then
187773143b9aSmrg  am_missing_run="$MISSING --run "
187873143b9aSmrgelse
187973143b9aSmrg  am_missing_run=
188073143b9aSmrg  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
188173143b9aSmrgecho "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
188273143b9aSmrgfi
188373143b9aSmrg
188473143b9aSmrg{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
188573143b9aSmrgecho $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
188673143b9aSmrgif test -z "$MKDIR_P"; then
188773143b9aSmrg  if test "${ac_cv_path_mkdir+set}" = set; then
188873143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
188973143b9aSmrgelse
189073143b9aSmrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
189173143b9aSmrgfor as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
189273143b9aSmrgdo
189373143b9aSmrg  IFS=$as_save_IFS
189473143b9aSmrg  test -z "$as_dir" && as_dir=.
189573143b9aSmrg  for ac_prog in mkdir gmkdir; do
189673143b9aSmrg	 for ac_exec_ext in '' $ac_executable_extensions; do
189773143b9aSmrg	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
189873143b9aSmrg	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
189973143b9aSmrg	     'mkdir (GNU coreutils) '* | \
190073143b9aSmrg	     'mkdir (coreutils) '* | \
190173143b9aSmrg	     'mkdir (fileutils) '4.1*)
190273143b9aSmrg	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
190373143b9aSmrg	       break 3;;
190473143b9aSmrg	   esac
190573143b9aSmrg	 done
190673143b9aSmrg       done
190773143b9aSmrgdone
190873143b9aSmrgIFS=$as_save_IFS
190973143b9aSmrg
191073143b9aSmrgfi
191173143b9aSmrg
191273143b9aSmrg  if test "${ac_cv_path_mkdir+set}" = set; then
191373143b9aSmrg    MKDIR_P="$ac_cv_path_mkdir -p"
191473143b9aSmrg  else
191573143b9aSmrg    # As a last resort, use the slow shell script.  Don't cache a
191673143b9aSmrg    # value for MKDIR_P within a source directory, because that will
191773143b9aSmrg    # break other packages using the cache if that directory is
191873143b9aSmrg    # removed, or if the value is a relative name.
191973143b9aSmrg    test -d ./--version && rmdir ./--version
192073143b9aSmrg    MKDIR_P="$ac_install_sh -d"
192173143b9aSmrg  fi
192273143b9aSmrgfi
192373143b9aSmrg{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5
192473143b9aSmrgecho "${ECHO_T}$MKDIR_P" >&6; }
192573143b9aSmrg
192673143b9aSmrgmkdir_p="$MKDIR_P"
192773143b9aSmrgcase $mkdir_p in
192873143b9aSmrg  [\\/$]* | ?:[\\/]*) ;;
192973143b9aSmrg  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
193073143b9aSmrgesac
193173143b9aSmrg
193273143b9aSmrgfor ac_prog in gawk mawk nawk awk
193373143b9aSmrgdo
193473143b9aSmrg  # Extract the first word of "$ac_prog", so it can be a program name with args.
193573143b9aSmrgset dummy $ac_prog; ac_word=$2
193673143b9aSmrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
193773143b9aSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
193873143b9aSmrgif test "${ac_cv_prog_AWK+set}" = set; then
193973143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
194073143b9aSmrgelse
194173143b9aSmrg  if test -n "$AWK"; then
194273143b9aSmrg  ac_cv_prog_AWK="$AWK" # Let the user override the test.
194373143b9aSmrgelse
194473143b9aSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
194573143b9aSmrgfor as_dir in $PATH
194673143b9aSmrgdo
194773143b9aSmrg  IFS=$as_save_IFS
194873143b9aSmrg  test -z "$as_dir" && as_dir=.
194973143b9aSmrg  for ac_exec_ext in '' $ac_executable_extensions; do
195073143b9aSmrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
195173143b9aSmrg    ac_cv_prog_AWK="$ac_prog"
195273143b9aSmrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
195373143b9aSmrg    break 2
195473143b9aSmrg  fi
195573143b9aSmrgdone
195673143b9aSmrgdone
195773143b9aSmrgIFS=$as_save_IFS
195873143b9aSmrg
195973143b9aSmrgfi
196073143b9aSmrgfi
196173143b9aSmrgAWK=$ac_cv_prog_AWK
196273143b9aSmrgif test -n "$AWK"; then
196373143b9aSmrg  { echo "$as_me:$LINENO: result: $AWK" >&5
196473143b9aSmrgecho "${ECHO_T}$AWK" >&6; }
196573143b9aSmrgelse
196673143b9aSmrg  { echo "$as_me:$LINENO: result: no" >&5
196773143b9aSmrgecho "${ECHO_T}no" >&6; }
196873143b9aSmrgfi
196973143b9aSmrg
197073143b9aSmrg
197173143b9aSmrg  test -n "$AWK" && break
197273143b9aSmrgdone
197373143b9aSmrg
197473143b9aSmrg{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
197573143b9aSmrgecho $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
197673143b9aSmrgset x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
197773143b9aSmrgif { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
197873143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
197973143b9aSmrgelse
198073143b9aSmrg  cat >conftest.make <<\_ACEOF
198173143b9aSmrgSHELL = /bin/sh
198273143b9aSmrgall:
198373143b9aSmrg	@echo '@@@%%%=$(MAKE)=@@@%%%'
198473143b9aSmrg_ACEOF
198573143b9aSmrg# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
198673143b9aSmrgcase `${MAKE-make} -f conftest.make 2>/dev/null` in
198773143b9aSmrg  *@@@%%%=?*=@@@%%%*)
198873143b9aSmrg    eval ac_cv_prog_make_${ac_make}_set=yes;;
198973143b9aSmrg  *)
199073143b9aSmrg    eval ac_cv_prog_make_${ac_make}_set=no;;
199173143b9aSmrgesac
199273143b9aSmrgrm -f conftest.make
199373143b9aSmrgfi
199473143b9aSmrgif eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
199573143b9aSmrg  { echo "$as_me:$LINENO: result: yes" >&5
199673143b9aSmrgecho "${ECHO_T}yes" >&6; }
199773143b9aSmrg  SET_MAKE=
199873143b9aSmrgelse
199973143b9aSmrg  { echo "$as_me:$LINENO: result: no" >&5
200073143b9aSmrgecho "${ECHO_T}no" >&6; }
200173143b9aSmrg  SET_MAKE="MAKE=${MAKE-make}"
200273143b9aSmrgfi
200373143b9aSmrg
200473143b9aSmrgrm -rf .tst 2>/dev/null
200573143b9aSmrgmkdir .tst 2>/dev/null
200673143b9aSmrgif test -d .tst; then
200773143b9aSmrg  am__leading_dot=.
200873143b9aSmrgelse
200973143b9aSmrg  am__leading_dot=_
201073143b9aSmrgfi
201173143b9aSmrgrmdir .tst 2>/dev/null
201273143b9aSmrg
201373143b9aSmrgif test "`cd $srcdir && pwd`" != "`pwd`"; then
201473143b9aSmrg  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
201573143b9aSmrg  # is not polluted with repeated "-I."
201673143b9aSmrg  am__isrc=' -I$(srcdir)'
201773143b9aSmrg  # test to see if srcdir already configured
201873143b9aSmrg  if test -f $srcdir/config.status; then
201973143b9aSmrg    { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
202073143b9aSmrgecho "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
202173143b9aSmrg   { (exit 1); exit 1; }; }
202273143b9aSmrg  fi
202373143b9aSmrgfi
202473143b9aSmrg
202573143b9aSmrg# test whether we have cygpath
202673143b9aSmrgif test -z "$CYGPATH_W"; then
202773143b9aSmrg  if (cygpath --version) >/dev/null 2>/dev/null; then
202873143b9aSmrg    CYGPATH_W='cygpath -w'
202973143b9aSmrg  else
203073143b9aSmrg    CYGPATH_W=echo
203173143b9aSmrg  fi
203273143b9aSmrgfi
203373143b9aSmrg
203473143b9aSmrg
203573143b9aSmrg# Define the identity of the package.
203673143b9aSmrg PACKAGE='xtrans'
2037e8a71cdfSmrg VERSION='1.2.4'
203873143b9aSmrg
203973143b9aSmrg
204073143b9aSmrgcat >>confdefs.h <<_ACEOF
204173143b9aSmrg#define PACKAGE "$PACKAGE"
204273143b9aSmrg_ACEOF
204373143b9aSmrg
204473143b9aSmrg
204573143b9aSmrgcat >>confdefs.h <<_ACEOF
204673143b9aSmrg#define VERSION "$VERSION"
204773143b9aSmrg_ACEOF
204873143b9aSmrg
204973143b9aSmrg# Some tools Automake needs.
205073143b9aSmrg
205173143b9aSmrgACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
205273143b9aSmrg
205373143b9aSmrg
205473143b9aSmrgAUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
205573143b9aSmrg
205673143b9aSmrg
205773143b9aSmrgAUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
205873143b9aSmrg
205973143b9aSmrg
206073143b9aSmrgAUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
206173143b9aSmrg
206273143b9aSmrg
206373143b9aSmrgMAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
206473143b9aSmrg
206573143b9aSmrginstall_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
206673143b9aSmrg
206773143b9aSmrg# Installed binaries are usually stripped using `strip' when the user
206873143b9aSmrg# run `make install-strip'.  However `strip' might not be the right
206973143b9aSmrg# tool to use in cross-compilation environments, therefore Automake
207073143b9aSmrg# will honor the `STRIP' environment variable to overrule this program.
207173143b9aSmrgif test "$cross_compiling" != no; then
207273143b9aSmrg  if test -n "$ac_tool_prefix"; then
207373143b9aSmrg  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
207473143b9aSmrgset dummy ${ac_tool_prefix}strip; ac_word=$2
207573143b9aSmrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
207673143b9aSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
207773143b9aSmrgif test "${ac_cv_prog_STRIP+set}" = set; then
207873143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
207973143b9aSmrgelse
208073143b9aSmrg  if test -n "$STRIP"; then
208173143b9aSmrg  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
208273143b9aSmrgelse
208373143b9aSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
208473143b9aSmrgfor as_dir in $PATH
208573143b9aSmrgdo
208673143b9aSmrg  IFS=$as_save_IFS
208773143b9aSmrg  test -z "$as_dir" && as_dir=.
208873143b9aSmrg  for ac_exec_ext in '' $ac_executable_extensions; do
208973143b9aSmrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
209073143b9aSmrg    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
209173143b9aSmrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
209273143b9aSmrg    break 2
209373143b9aSmrg  fi
209473143b9aSmrgdone
209573143b9aSmrgdone
209673143b9aSmrgIFS=$as_save_IFS
209773143b9aSmrg
209873143b9aSmrgfi
209973143b9aSmrgfi
210073143b9aSmrgSTRIP=$ac_cv_prog_STRIP
210173143b9aSmrgif test -n "$STRIP"; then
210273143b9aSmrg  { echo "$as_me:$LINENO: result: $STRIP" >&5
210373143b9aSmrgecho "${ECHO_T}$STRIP" >&6; }
210473143b9aSmrgelse
210573143b9aSmrg  { echo "$as_me:$LINENO: result: no" >&5
210673143b9aSmrgecho "${ECHO_T}no" >&6; }
210773143b9aSmrgfi
210873143b9aSmrg
210973143b9aSmrg
211073143b9aSmrgfi
211173143b9aSmrgif test -z "$ac_cv_prog_STRIP"; then
211273143b9aSmrg  ac_ct_STRIP=$STRIP
211373143b9aSmrg  # Extract the first word of "strip", so it can be a program name with args.
211473143b9aSmrgset dummy strip; ac_word=$2
211573143b9aSmrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
211673143b9aSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
211773143b9aSmrgif test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
211873143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
211973143b9aSmrgelse
212073143b9aSmrg  if test -n "$ac_ct_STRIP"; then
212173143b9aSmrg  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
212273143b9aSmrgelse
212373143b9aSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
212473143b9aSmrgfor as_dir in $PATH
212573143b9aSmrgdo
212673143b9aSmrg  IFS=$as_save_IFS
212773143b9aSmrg  test -z "$as_dir" && as_dir=.
212873143b9aSmrg  for ac_exec_ext in '' $ac_executable_extensions; do
212973143b9aSmrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
213073143b9aSmrg    ac_cv_prog_ac_ct_STRIP="strip"
213173143b9aSmrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
213273143b9aSmrg    break 2
213373143b9aSmrg  fi
213473143b9aSmrgdone
213573143b9aSmrgdone
213673143b9aSmrgIFS=$as_save_IFS
213773143b9aSmrg
213873143b9aSmrgfi
213973143b9aSmrgfi
214073143b9aSmrgac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
214173143b9aSmrgif test -n "$ac_ct_STRIP"; then
214273143b9aSmrg  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
214373143b9aSmrgecho "${ECHO_T}$ac_ct_STRIP" >&6; }
214473143b9aSmrgelse
214573143b9aSmrg  { echo "$as_me:$LINENO: result: no" >&5
214673143b9aSmrgecho "${ECHO_T}no" >&6; }
214773143b9aSmrgfi
214873143b9aSmrg
214973143b9aSmrg  if test "x$ac_ct_STRIP" = x; then
215073143b9aSmrg    STRIP=":"
215173143b9aSmrg  else
215273143b9aSmrg    case $cross_compiling:$ac_tool_warned in
215373143b9aSmrgyes:)
215473143b9aSmrg{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
215573143b9aSmrgwhose name does not start with the host triplet.  If you think this
215673143b9aSmrgconfiguration is useful to you, please write to autoconf@gnu.org." >&5
215773143b9aSmrgecho "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
215873143b9aSmrgwhose name does not start with the host triplet.  If you think this
215973143b9aSmrgconfiguration is useful to you, please write to autoconf@gnu.org." >&2;}
216073143b9aSmrgac_tool_warned=yes ;;
216173143b9aSmrgesac
216273143b9aSmrg    STRIP=$ac_ct_STRIP
216373143b9aSmrg  fi
216473143b9aSmrgelse
216573143b9aSmrg  STRIP="$ac_cv_prog_STRIP"
216673143b9aSmrgfi
216773143b9aSmrg
216873143b9aSmrgfi
216973143b9aSmrgINSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
217073143b9aSmrg
217173143b9aSmrg# We need awk for the "check" target.  The system "awk" is bad on
217273143b9aSmrg# some platforms.
217373143b9aSmrg# Always define AMTAR for backward compatibility.
217473143b9aSmrg
217573143b9aSmrgAMTAR=${AMTAR-"${am_missing_run}tar"}
217673143b9aSmrg
217773143b9aSmrgam__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
217873143b9aSmrg
217973143b9aSmrg
218073143b9aSmrg
218173143b9aSmrg
218273143b9aSmrg
218373143b9aSmrg{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
218473143b9aSmrgecho $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
218573143b9aSmrg    # Check whether --enable-maintainer-mode was given.
218673143b9aSmrgif test "${enable_maintainer_mode+set}" = set; then
218773143b9aSmrg  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
218873143b9aSmrgelse
218973143b9aSmrg  USE_MAINTAINER_MODE=no
219073143b9aSmrgfi
219173143b9aSmrg
219273143b9aSmrg  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
219373143b9aSmrgecho "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
219473143b9aSmrg   if test $USE_MAINTAINER_MODE = yes; then
219573143b9aSmrg  MAINTAINER_MODE_TRUE=
219673143b9aSmrg  MAINTAINER_MODE_FALSE='#'
219773143b9aSmrgelse
219873143b9aSmrg  MAINTAINER_MODE_TRUE='#'
219973143b9aSmrg  MAINTAINER_MODE_FALSE=
220073143b9aSmrgfi
220173143b9aSmrg
220273143b9aSmrg  MAINT=$MAINTAINER_MODE_TRUE
220373143b9aSmrg
220473143b9aSmrg
220573143b9aSmrg
22068d4c0f7bSmrg# Require xorg-macros version 1.2.0 or newer for XORG_CHANGELOG macro
22078d4c0f7bSmrg
22088d4c0f7bSmrg
2209e8a71cdfSmrg
2210e8a71cdfSmrg
2211e8a71cdfSmrg
2212e8a71cdfSmrg
2213e8a71cdfSmrg
2214e8a71cdfSmrg
2215e8a71cdfSmrg
2216e8a71cdfSmrg
22178d4c0f7bSmrg
22188d4c0f7bSmrg
221973143b9aSmrg# Because xtrans is included into other modules rather than being linked
222073143b9aSmrg# with, these defines have to be added to the cflags line
222173143b9aSmrg
222273143b9aSmrg# fchown()
222373143b9aSmrg
222473143b9aSmrgDEPDIR="${am__leading_dot}deps"
222573143b9aSmrg
222673143b9aSmrgac_config_commands="$ac_config_commands depfiles"
222773143b9aSmrg
222873143b9aSmrg
222973143b9aSmrgam_make=${MAKE-make}
223073143b9aSmrgcat > confinc << 'END'
223173143b9aSmrgam__doit:
223273143b9aSmrg	@echo done
223373143b9aSmrg.PHONY: am__doit
223473143b9aSmrgEND
223573143b9aSmrg# If we don't find an include directive, just comment out the code.
223673143b9aSmrg{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
223773143b9aSmrgecho $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
223873143b9aSmrgam__include="#"
223973143b9aSmrgam__quote=
224073143b9aSmrg_am_result=none
224173143b9aSmrg# First try GNU make style include.
224273143b9aSmrgecho "include confinc" > confmf
224373143b9aSmrg# We grep out `Entering directory' and `Leaving directory'
224473143b9aSmrg# messages which can occur if `w' ends up in MAKEFLAGS.
224573143b9aSmrg# In particular we don't look at `^make:' because GNU make might
224673143b9aSmrg# be invoked under some other name (usually "gmake"), in which
224773143b9aSmrg# case it prints its new name instead of `make'.
224873143b9aSmrgif test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
224973143b9aSmrg   am__include=include
225073143b9aSmrg   am__quote=
225173143b9aSmrg   _am_result=GNU
225273143b9aSmrgfi
225373143b9aSmrg# Now try BSD make style include.
225473143b9aSmrgif test "$am__include" = "#"; then
225573143b9aSmrg   echo '.include "confinc"' > confmf
225673143b9aSmrg   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
225773143b9aSmrg      am__include=.include
225873143b9aSmrg      am__quote="\""
225973143b9aSmrg      _am_result=BSD
226073143b9aSmrg   fi
226173143b9aSmrgfi
226273143b9aSmrg
226373143b9aSmrg
226473143b9aSmrg{ echo "$as_me:$LINENO: result: $_am_result" >&5
226573143b9aSmrgecho "${ECHO_T}$_am_result" >&6; }
226673143b9aSmrgrm -f confinc confmf
226773143b9aSmrg
226873143b9aSmrg# Check whether --enable-dependency-tracking was given.
226973143b9aSmrgif test "${enable_dependency_tracking+set}" = set; then
227073143b9aSmrg  enableval=$enable_dependency_tracking;
227173143b9aSmrgfi
227273143b9aSmrg
227373143b9aSmrgif test "x$enable_dependency_tracking" != xno; then
227473143b9aSmrg  am_depcomp="$ac_aux_dir/depcomp"
227573143b9aSmrg  AMDEPBACKSLASH='\'
227673143b9aSmrgfi
227773143b9aSmrg if test "x$enable_dependency_tracking" != xno; then
227873143b9aSmrg  AMDEP_TRUE=
227973143b9aSmrg  AMDEP_FALSE='#'
228073143b9aSmrgelse
228173143b9aSmrg  AMDEP_TRUE='#'
228273143b9aSmrg  AMDEP_FALSE=
228373143b9aSmrgfi
228473143b9aSmrg
228573143b9aSmrg
228673143b9aSmrgac_ext=c
228773143b9aSmrgac_cpp='$CPP $CPPFLAGS'
228873143b9aSmrgac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
228973143b9aSmrgac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
229073143b9aSmrgac_compiler_gnu=$ac_cv_c_compiler_gnu
229173143b9aSmrgif test -n "$ac_tool_prefix"; then
229273143b9aSmrg  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
229373143b9aSmrgset dummy ${ac_tool_prefix}gcc; ac_word=$2
229473143b9aSmrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
229573143b9aSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
229673143b9aSmrgif test "${ac_cv_prog_CC+set}" = set; then
229773143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
229873143b9aSmrgelse
229973143b9aSmrg  if test -n "$CC"; then
230073143b9aSmrg  ac_cv_prog_CC="$CC" # Let the user override the test.
230173143b9aSmrgelse
230273143b9aSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
230373143b9aSmrgfor as_dir in $PATH
230473143b9aSmrgdo
230573143b9aSmrg  IFS=$as_save_IFS
230673143b9aSmrg  test -z "$as_dir" && as_dir=.
230773143b9aSmrg  for ac_exec_ext in '' $ac_executable_extensions; do
230873143b9aSmrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
230973143b9aSmrg    ac_cv_prog_CC="${ac_tool_prefix}gcc"
231073143b9aSmrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
231173143b9aSmrg    break 2
231273143b9aSmrg  fi
231373143b9aSmrgdone
231473143b9aSmrgdone
231573143b9aSmrgIFS=$as_save_IFS
231673143b9aSmrg
231773143b9aSmrgfi
231873143b9aSmrgfi
231973143b9aSmrgCC=$ac_cv_prog_CC
232073143b9aSmrgif test -n "$CC"; then
232173143b9aSmrg  { echo "$as_me:$LINENO: result: $CC" >&5
232273143b9aSmrgecho "${ECHO_T}$CC" >&6; }
232373143b9aSmrgelse
232473143b9aSmrg  { echo "$as_me:$LINENO: result: no" >&5
232573143b9aSmrgecho "${ECHO_T}no" >&6; }
232673143b9aSmrgfi
232773143b9aSmrg
232873143b9aSmrg
232973143b9aSmrgfi
233073143b9aSmrgif test -z "$ac_cv_prog_CC"; then
233173143b9aSmrg  ac_ct_CC=$CC
233273143b9aSmrg  # Extract the first word of "gcc", so it can be a program name with args.
233373143b9aSmrgset dummy gcc; ac_word=$2
233473143b9aSmrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
233573143b9aSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
233673143b9aSmrgif test "${ac_cv_prog_ac_ct_CC+set}" = set; then
233773143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
233873143b9aSmrgelse
233973143b9aSmrg  if test -n "$ac_ct_CC"; then
234073143b9aSmrg  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
234173143b9aSmrgelse
234273143b9aSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
234373143b9aSmrgfor as_dir in $PATH
234473143b9aSmrgdo
234573143b9aSmrg  IFS=$as_save_IFS
234673143b9aSmrg  test -z "$as_dir" && as_dir=.
234773143b9aSmrg  for ac_exec_ext in '' $ac_executable_extensions; do
234873143b9aSmrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
234973143b9aSmrg    ac_cv_prog_ac_ct_CC="gcc"
235073143b9aSmrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
235173143b9aSmrg    break 2
235273143b9aSmrg  fi
235373143b9aSmrgdone
235473143b9aSmrgdone
235573143b9aSmrgIFS=$as_save_IFS
235673143b9aSmrg
235773143b9aSmrgfi
235873143b9aSmrgfi
235973143b9aSmrgac_ct_CC=$ac_cv_prog_ac_ct_CC
236073143b9aSmrgif test -n "$ac_ct_CC"; then
236173143b9aSmrg  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
236273143b9aSmrgecho "${ECHO_T}$ac_ct_CC" >&6; }
236373143b9aSmrgelse
236473143b9aSmrg  { echo "$as_me:$LINENO: result: no" >&5
236573143b9aSmrgecho "${ECHO_T}no" >&6; }
236673143b9aSmrgfi
236773143b9aSmrg
236873143b9aSmrg  if test "x$ac_ct_CC" = x; then
236973143b9aSmrg    CC=""
237073143b9aSmrg  else
237173143b9aSmrg    case $cross_compiling:$ac_tool_warned in
237273143b9aSmrgyes:)
237373143b9aSmrg{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
237473143b9aSmrgwhose name does not start with the host triplet.  If you think this
237573143b9aSmrgconfiguration is useful to you, please write to autoconf@gnu.org." >&5
237673143b9aSmrgecho "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
237773143b9aSmrgwhose name does not start with the host triplet.  If you think this
237873143b9aSmrgconfiguration is useful to you, please write to autoconf@gnu.org." >&2;}
237973143b9aSmrgac_tool_warned=yes ;;
238073143b9aSmrgesac
238173143b9aSmrg    CC=$ac_ct_CC
238273143b9aSmrg  fi
238373143b9aSmrgelse
238473143b9aSmrg  CC="$ac_cv_prog_CC"
238573143b9aSmrgfi
238673143b9aSmrg
238773143b9aSmrgif test -z "$CC"; then
238873143b9aSmrg          if test -n "$ac_tool_prefix"; then
238973143b9aSmrg    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
239073143b9aSmrgset dummy ${ac_tool_prefix}cc; ac_word=$2
239173143b9aSmrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
239273143b9aSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
239373143b9aSmrgif test "${ac_cv_prog_CC+set}" = set; then
239473143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
239573143b9aSmrgelse
239673143b9aSmrg  if test -n "$CC"; then
239773143b9aSmrg  ac_cv_prog_CC="$CC" # Let the user override the test.
239873143b9aSmrgelse
239973143b9aSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
240073143b9aSmrgfor as_dir in $PATH
240173143b9aSmrgdo
240273143b9aSmrg  IFS=$as_save_IFS
240373143b9aSmrg  test -z "$as_dir" && as_dir=.
240473143b9aSmrg  for ac_exec_ext in '' $ac_executable_extensions; do
240573143b9aSmrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
240673143b9aSmrg    ac_cv_prog_CC="${ac_tool_prefix}cc"
240773143b9aSmrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
240873143b9aSmrg    break 2
240973143b9aSmrg  fi
241073143b9aSmrgdone
241173143b9aSmrgdone
241273143b9aSmrgIFS=$as_save_IFS
241373143b9aSmrg
241473143b9aSmrgfi
241573143b9aSmrgfi
241673143b9aSmrgCC=$ac_cv_prog_CC
241773143b9aSmrgif test -n "$CC"; then
241873143b9aSmrg  { echo "$as_me:$LINENO: result: $CC" >&5
241973143b9aSmrgecho "${ECHO_T}$CC" >&6; }
242073143b9aSmrgelse
242173143b9aSmrg  { echo "$as_me:$LINENO: result: no" >&5
242273143b9aSmrgecho "${ECHO_T}no" >&6; }
242373143b9aSmrgfi
242473143b9aSmrg
242573143b9aSmrg
242673143b9aSmrg  fi
242773143b9aSmrgfi
242873143b9aSmrgif test -z "$CC"; then
242973143b9aSmrg  # Extract the first word of "cc", so it can be a program name with args.
243073143b9aSmrgset dummy cc; ac_word=$2
243173143b9aSmrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
243273143b9aSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
243373143b9aSmrgif test "${ac_cv_prog_CC+set}" = set; then
243473143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
243573143b9aSmrgelse
243673143b9aSmrg  if test -n "$CC"; then
243773143b9aSmrg  ac_cv_prog_CC="$CC" # Let the user override the test.
243873143b9aSmrgelse
243973143b9aSmrg  ac_prog_rejected=no
244073143b9aSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
244173143b9aSmrgfor as_dir in $PATH
244273143b9aSmrgdo
244373143b9aSmrg  IFS=$as_save_IFS
244473143b9aSmrg  test -z "$as_dir" && as_dir=.
244573143b9aSmrg  for ac_exec_ext in '' $ac_executable_extensions; do
244673143b9aSmrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
244773143b9aSmrg    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
244873143b9aSmrg       ac_prog_rejected=yes
244973143b9aSmrg       continue
245073143b9aSmrg     fi
245173143b9aSmrg    ac_cv_prog_CC="cc"
245273143b9aSmrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
245373143b9aSmrg    break 2
245473143b9aSmrg  fi
245573143b9aSmrgdone
245673143b9aSmrgdone
245773143b9aSmrgIFS=$as_save_IFS
245873143b9aSmrg
245973143b9aSmrgif test $ac_prog_rejected = yes; then
246073143b9aSmrg  # We found a bogon in the path, so make sure we never use it.
246173143b9aSmrg  set dummy $ac_cv_prog_CC
246273143b9aSmrg  shift
246373143b9aSmrg  if test $# != 0; then
246473143b9aSmrg    # We chose a different compiler from the bogus one.
246573143b9aSmrg    # However, it has the same basename, so the bogon will be chosen
246673143b9aSmrg    # first if we set CC to just the basename; use the full file name.
246773143b9aSmrg    shift
246873143b9aSmrg    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
246973143b9aSmrg  fi
247073143b9aSmrgfi
247173143b9aSmrgfi
247273143b9aSmrgfi
247373143b9aSmrgCC=$ac_cv_prog_CC
247473143b9aSmrgif test -n "$CC"; then
247573143b9aSmrg  { echo "$as_me:$LINENO: result: $CC" >&5
247673143b9aSmrgecho "${ECHO_T}$CC" >&6; }
247773143b9aSmrgelse
247873143b9aSmrg  { echo "$as_me:$LINENO: result: no" >&5
247973143b9aSmrgecho "${ECHO_T}no" >&6; }
248073143b9aSmrgfi
248173143b9aSmrg
248273143b9aSmrg
248373143b9aSmrgfi
248473143b9aSmrgif test -z "$CC"; then
248573143b9aSmrg  if test -n "$ac_tool_prefix"; then
248673143b9aSmrg  for ac_prog in cl.exe
248773143b9aSmrg  do
248873143b9aSmrg    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
248973143b9aSmrgset dummy $ac_tool_prefix$ac_prog; ac_word=$2
249073143b9aSmrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
249173143b9aSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
249273143b9aSmrgif test "${ac_cv_prog_CC+set}" = set; then
249373143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
249473143b9aSmrgelse
249573143b9aSmrg  if test -n "$CC"; then
249673143b9aSmrg  ac_cv_prog_CC="$CC" # Let the user override the test.
249773143b9aSmrgelse
249873143b9aSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
249973143b9aSmrgfor as_dir in $PATH
250073143b9aSmrgdo
250173143b9aSmrg  IFS=$as_save_IFS
250273143b9aSmrg  test -z "$as_dir" && as_dir=.
250373143b9aSmrg  for ac_exec_ext in '' $ac_executable_extensions; do
250473143b9aSmrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
250573143b9aSmrg    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
250673143b9aSmrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
250773143b9aSmrg    break 2
250873143b9aSmrg  fi
250973143b9aSmrgdone
251073143b9aSmrgdone
251173143b9aSmrgIFS=$as_save_IFS
251273143b9aSmrg
251373143b9aSmrgfi
251473143b9aSmrgfi
251573143b9aSmrgCC=$ac_cv_prog_CC
251673143b9aSmrgif test -n "$CC"; then
251773143b9aSmrg  { echo "$as_me:$LINENO: result: $CC" >&5
251873143b9aSmrgecho "${ECHO_T}$CC" >&6; }
251973143b9aSmrgelse
252073143b9aSmrg  { echo "$as_me:$LINENO: result: no" >&5
252173143b9aSmrgecho "${ECHO_T}no" >&6; }
252273143b9aSmrgfi
252373143b9aSmrg
252473143b9aSmrg
252573143b9aSmrg    test -n "$CC" && break
252673143b9aSmrg  done
252773143b9aSmrgfi
252873143b9aSmrgif test -z "$CC"; then
252973143b9aSmrg  ac_ct_CC=$CC
253073143b9aSmrg  for ac_prog in cl.exe
253173143b9aSmrgdo
253273143b9aSmrg  # Extract the first word of "$ac_prog", so it can be a program name with args.
253373143b9aSmrgset dummy $ac_prog; ac_word=$2
253473143b9aSmrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
253573143b9aSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
253673143b9aSmrgif test "${ac_cv_prog_ac_ct_CC+set}" = set; then
253773143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
253873143b9aSmrgelse
253973143b9aSmrg  if test -n "$ac_ct_CC"; then
254073143b9aSmrg  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
254173143b9aSmrgelse
254273143b9aSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
254373143b9aSmrgfor as_dir in $PATH
254473143b9aSmrgdo
254573143b9aSmrg  IFS=$as_save_IFS
254673143b9aSmrg  test -z "$as_dir" && as_dir=.
254773143b9aSmrg  for ac_exec_ext in '' $ac_executable_extensions; do
254873143b9aSmrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
254973143b9aSmrg    ac_cv_prog_ac_ct_CC="$ac_prog"
255073143b9aSmrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
255173143b9aSmrg    break 2
255273143b9aSmrg  fi
255373143b9aSmrgdone
255473143b9aSmrgdone
255573143b9aSmrgIFS=$as_save_IFS
255673143b9aSmrg
255773143b9aSmrgfi
255873143b9aSmrgfi
255973143b9aSmrgac_ct_CC=$ac_cv_prog_ac_ct_CC
256073143b9aSmrgif test -n "$ac_ct_CC"; then
256173143b9aSmrg  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
256273143b9aSmrgecho "${ECHO_T}$ac_ct_CC" >&6; }
256373143b9aSmrgelse
256473143b9aSmrg  { echo "$as_me:$LINENO: result: no" >&5
256573143b9aSmrgecho "${ECHO_T}no" >&6; }
256673143b9aSmrgfi
256773143b9aSmrg
256873143b9aSmrg
256973143b9aSmrg  test -n "$ac_ct_CC" && break
257073143b9aSmrgdone
257173143b9aSmrg
257273143b9aSmrg  if test "x$ac_ct_CC" = x; then
257373143b9aSmrg    CC=""
257473143b9aSmrg  else
257573143b9aSmrg    case $cross_compiling:$ac_tool_warned in
257673143b9aSmrgyes:)
257773143b9aSmrg{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
257873143b9aSmrgwhose name does not start with the host triplet.  If you think this
257973143b9aSmrgconfiguration is useful to you, please write to autoconf@gnu.org." >&5
258073143b9aSmrgecho "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
258173143b9aSmrgwhose name does not start with the host triplet.  If you think this
258273143b9aSmrgconfiguration is useful to you, please write to autoconf@gnu.org." >&2;}
258373143b9aSmrgac_tool_warned=yes ;;
258473143b9aSmrgesac
258573143b9aSmrg    CC=$ac_ct_CC
258673143b9aSmrg  fi
258773143b9aSmrgfi
258873143b9aSmrg
258973143b9aSmrgfi
259073143b9aSmrg
259173143b9aSmrg
259273143b9aSmrgtest -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
259373143b9aSmrgSee \`config.log' for more details." >&5
259473143b9aSmrgecho "$as_me: error: no acceptable C compiler found in \$PATH
259573143b9aSmrgSee \`config.log' for more details." >&2;}
259673143b9aSmrg   { (exit 1); exit 1; }; }
259773143b9aSmrg
259873143b9aSmrg# Provide some information about the compiler.
259973143b9aSmrgecho "$as_me:$LINENO: checking for C compiler version" >&5
260073143b9aSmrgac_compiler=`set X $ac_compile; echo $2`
260173143b9aSmrg{ (ac_try="$ac_compiler --version >&5"
260273143b9aSmrgcase "(($ac_try" in
260373143b9aSmrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
260473143b9aSmrg  *) ac_try_echo=$ac_try;;
260573143b9aSmrgesac
260673143b9aSmrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
260773143b9aSmrg  (eval "$ac_compiler --version >&5") 2>&5
260873143b9aSmrg  ac_status=$?
260973143b9aSmrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
261073143b9aSmrg  (exit $ac_status); }
261173143b9aSmrg{ (ac_try="$ac_compiler -v >&5"
261273143b9aSmrgcase "(($ac_try" in
261373143b9aSmrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
261473143b9aSmrg  *) ac_try_echo=$ac_try;;
261573143b9aSmrgesac
261673143b9aSmrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
261773143b9aSmrg  (eval "$ac_compiler -v >&5") 2>&5
261873143b9aSmrg  ac_status=$?
261973143b9aSmrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
262073143b9aSmrg  (exit $ac_status); }
262173143b9aSmrg{ (ac_try="$ac_compiler -V >&5"
262273143b9aSmrgcase "(($ac_try" in
262373143b9aSmrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
262473143b9aSmrg  *) ac_try_echo=$ac_try;;
262573143b9aSmrgesac
262673143b9aSmrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
262773143b9aSmrg  (eval "$ac_compiler -V >&5") 2>&5
262873143b9aSmrg  ac_status=$?
262973143b9aSmrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
263073143b9aSmrg  (exit $ac_status); }
263173143b9aSmrg
263273143b9aSmrgcat >conftest.$ac_ext <<_ACEOF
263373143b9aSmrg/* confdefs.h.  */
263473143b9aSmrg_ACEOF
263573143b9aSmrgcat confdefs.h >>conftest.$ac_ext
263673143b9aSmrgcat >>conftest.$ac_ext <<_ACEOF
263773143b9aSmrg/* end confdefs.h.  */
263873143b9aSmrg
263973143b9aSmrgint
264073143b9aSmrgmain ()
264173143b9aSmrg{
264273143b9aSmrg
264373143b9aSmrg  ;
264473143b9aSmrg  return 0;
264573143b9aSmrg}
264673143b9aSmrg_ACEOF
264773143b9aSmrgac_clean_files_save=$ac_clean_files
264873143b9aSmrgac_clean_files="$ac_clean_files a.out a.exe b.out"
264973143b9aSmrg# Try to create an executable without -o first, disregard a.out.
265073143b9aSmrg# It will help us diagnose broken compilers, and finding out an intuition
265173143b9aSmrg# of exeext.
265273143b9aSmrg{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
265373143b9aSmrgecho $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
265473143b9aSmrgac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
265573143b9aSmrg#
265673143b9aSmrg# List of possible output files, starting from the most likely.
265773143b9aSmrg# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
265873143b9aSmrg# only as a last resort.  b.out is created by i960 compilers.
265973143b9aSmrgac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
266073143b9aSmrg#
266173143b9aSmrg# The IRIX 6 linker writes into existing files which may not be
266273143b9aSmrg# executable, retaining their permissions.  Remove them first so a
266373143b9aSmrg# subsequent execution test works.
266473143b9aSmrgac_rmfiles=
266573143b9aSmrgfor ac_file in $ac_files
266673143b9aSmrgdo
266773143b9aSmrg  case $ac_file in
266873143b9aSmrg    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
266973143b9aSmrg    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
267073143b9aSmrg  esac
267173143b9aSmrgdone
267273143b9aSmrgrm -f $ac_rmfiles
267373143b9aSmrg
267473143b9aSmrgif { (ac_try="$ac_link_default"
267573143b9aSmrgcase "(($ac_try" in
267673143b9aSmrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
267773143b9aSmrg  *) ac_try_echo=$ac_try;;
267873143b9aSmrgesac
267973143b9aSmrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
268073143b9aSmrg  (eval "$ac_link_default") 2>&5
268173143b9aSmrg  ac_status=$?
268273143b9aSmrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
268373143b9aSmrg  (exit $ac_status); }; then
268473143b9aSmrg  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
268573143b9aSmrg# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
268673143b9aSmrg# in a Makefile.  We should not override ac_cv_exeext if it was cached,
268773143b9aSmrg# so that the user can short-circuit this test for compilers unknown to
268873143b9aSmrg# Autoconf.
268973143b9aSmrgfor ac_file in $ac_files ''
269073143b9aSmrgdo
269173143b9aSmrg  test -f "$ac_file" || continue
269273143b9aSmrg  case $ac_file in
269373143b9aSmrg    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
269473143b9aSmrg	;;
269573143b9aSmrg    [ab].out )
269673143b9aSmrg	# We found the default executable, but exeext='' is most
269773143b9aSmrg	# certainly right.
269873143b9aSmrg	break;;
269973143b9aSmrg    *.* )
270073143b9aSmrg        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
270173143b9aSmrg	then :; else
270273143b9aSmrg	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
270373143b9aSmrg	fi
270473143b9aSmrg	# We set ac_cv_exeext here because the later test for it is not
270573143b9aSmrg	# safe: cross compilers may not add the suffix if given an `-o'
270673143b9aSmrg	# argument, so we may need to know it at that point already.
270773143b9aSmrg	# Even if this section looks crufty: it has the advantage of
270873143b9aSmrg	# actually working.
270973143b9aSmrg	break;;
271073143b9aSmrg    * )
271173143b9aSmrg	break;;
271273143b9aSmrg  esac
271373143b9aSmrgdone
271473143b9aSmrgtest "$ac_cv_exeext" = no && ac_cv_exeext=
271573143b9aSmrg
271673143b9aSmrgelse
271773143b9aSmrg  ac_file=''
271873143b9aSmrgfi
271973143b9aSmrg
272073143b9aSmrg{ echo "$as_me:$LINENO: result: $ac_file" >&5
272173143b9aSmrgecho "${ECHO_T}$ac_file" >&6; }
272273143b9aSmrgif test -z "$ac_file"; then
272373143b9aSmrg  echo "$as_me: failed program was:" >&5
272473143b9aSmrgsed 's/^/| /' conftest.$ac_ext >&5
272573143b9aSmrg
272673143b9aSmrg{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
272773143b9aSmrgSee \`config.log' for more details." >&5
272873143b9aSmrgecho "$as_me: error: C compiler cannot create executables
272973143b9aSmrgSee \`config.log' for more details." >&2;}
273073143b9aSmrg   { (exit 77); exit 77; }; }
273173143b9aSmrgfi
273273143b9aSmrg
273373143b9aSmrgac_exeext=$ac_cv_exeext
273473143b9aSmrg
273573143b9aSmrg# Check that the compiler produces executables we can run.  If not, either
273673143b9aSmrg# the compiler is broken, or we cross compile.
273773143b9aSmrg{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
273873143b9aSmrgecho $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
273973143b9aSmrg# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
274073143b9aSmrg# If not cross compiling, check that we can run a simple program.
274173143b9aSmrgif test "$cross_compiling" != yes; then
274273143b9aSmrg  if { ac_try='./$ac_file'
274373143b9aSmrg  { (case "(($ac_try" in
274473143b9aSmrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
274573143b9aSmrg  *) ac_try_echo=$ac_try;;
274673143b9aSmrgesac
274773143b9aSmrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
274873143b9aSmrg  (eval "$ac_try") 2>&5
274973143b9aSmrg  ac_status=$?
275073143b9aSmrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
275173143b9aSmrg  (exit $ac_status); }; }; then
275273143b9aSmrg    cross_compiling=no
275373143b9aSmrg  else
275473143b9aSmrg    if test "$cross_compiling" = maybe; then
275573143b9aSmrg	cross_compiling=yes
275673143b9aSmrg    else
275773143b9aSmrg	{ { echo "$as_me:$LINENO: error: cannot run C compiled programs.
275873143b9aSmrgIf you meant to cross compile, use \`--host'.
275973143b9aSmrgSee \`config.log' for more details." >&5
276073143b9aSmrgecho "$as_me: error: cannot run C compiled programs.
276173143b9aSmrgIf you meant to cross compile, use \`--host'.
276273143b9aSmrgSee \`config.log' for more details." >&2;}
276373143b9aSmrg   { (exit 1); exit 1; }; }
276473143b9aSmrg    fi
276573143b9aSmrg  fi
276673143b9aSmrgfi
276773143b9aSmrg{ echo "$as_me:$LINENO: result: yes" >&5
276873143b9aSmrgecho "${ECHO_T}yes" >&6; }
276973143b9aSmrg
277073143b9aSmrgrm -f a.out a.exe conftest$ac_cv_exeext b.out
277173143b9aSmrgac_clean_files=$ac_clean_files_save
277273143b9aSmrg# Check that the compiler produces executables we can run.  If not, either
277373143b9aSmrg# the compiler is broken, or we cross compile.
277473143b9aSmrg{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
277573143b9aSmrgecho $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
277673143b9aSmrg{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
277773143b9aSmrgecho "${ECHO_T}$cross_compiling" >&6; }
277873143b9aSmrg
277973143b9aSmrg{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
278073143b9aSmrgecho $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
278173143b9aSmrgif { (ac_try="$ac_link"
278273143b9aSmrgcase "(($ac_try" in
278373143b9aSmrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
278473143b9aSmrg  *) ac_try_echo=$ac_try;;
278573143b9aSmrgesac
278673143b9aSmrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
278773143b9aSmrg  (eval "$ac_link") 2>&5
278873143b9aSmrg  ac_status=$?
278973143b9aSmrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
279073143b9aSmrg  (exit $ac_status); }; then
279173143b9aSmrg  # If both `conftest.exe' and `conftest' are `present' (well, observable)
279273143b9aSmrg# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
279373143b9aSmrg# work properly (i.e., refer to `conftest.exe'), while it won't with
279473143b9aSmrg# `rm'.
279573143b9aSmrgfor ac_file in conftest.exe conftest conftest.*; do
279673143b9aSmrg  test -f "$ac_file" || continue
279773143b9aSmrg  case $ac_file in
279873143b9aSmrg    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
279973143b9aSmrg    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
280073143b9aSmrg	  break;;
280173143b9aSmrg    * ) break;;
280273143b9aSmrg  esac
280373143b9aSmrgdone
280473143b9aSmrgelse
280573143b9aSmrg  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
280673143b9aSmrgSee \`config.log' for more details." >&5
280773143b9aSmrgecho "$as_me: error: cannot compute suffix of executables: cannot compile and link
280873143b9aSmrgSee \`config.log' for more details." >&2;}
280973143b9aSmrg   { (exit 1); exit 1; }; }
281073143b9aSmrgfi
281173143b9aSmrg
281273143b9aSmrgrm -f conftest$ac_cv_exeext
281373143b9aSmrg{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
281473143b9aSmrgecho "${ECHO_T}$ac_cv_exeext" >&6; }
281573143b9aSmrg
281673143b9aSmrgrm -f conftest.$ac_ext
281773143b9aSmrgEXEEXT=$ac_cv_exeext
281873143b9aSmrgac_exeext=$EXEEXT
281973143b9aSmrg{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
282073143b9aSmrgecho $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
282173143b9aSmrgif test "${ac_cv_objext+set}" = set; then
282273143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
282373143b9aSmrgelse
282473143b9aSmrg  cat >conftest.$ac_ext <<_ACEOF
282573143b9aSmrg/* confdefs.h.  */
282673143b9aSmrg_ACEOF
282773143b9aSmrgcat confdefs.h >>conftest.$ac_ext
282873143b9aSmrgcat >>conftest.$ac_ext <<_ACEOF
282973143b9aSmrg/* end confdefs.h.  */
283073143b9aSmrg
283173143b9aSmrgint
283273143b9aSmrgmain ()
283373143b9aSmrg{
283473143b9aSmrg
283573143b9aSmrg  ;
283673143b9aSmrg  return 0;
283773143b9aSmrg}
283873143b9aSmrg_ACEOF
283973143b9aSmrgrm -f conftest.o conftest.obj
284073143b9aSmrgif { (ac_try="$ac_compile"
284173143b9aSmrgcase "(($ac_try" in
284273143b9aSmrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
284373143b9aSmrg  *) ac_try_echo=$ac_try;;
284473143b9aSmrgesac
284573143b9aSmrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
284673143b9aSmrg  (eval "$ac_compile") 2>&5
284773143b9aSmrg  ac_status=$?
284873143b9aSmrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
284973143b9aSmrg  (exit $ac_status); }; then
285073143b9aSmrg  for ac_file in conftest.o conftest.obj conftest.*; do
285173143b9aSmrg  test -f "$ac_file" || continue;
285273143b9aSmrg  case $ac_file in
285373143b9aSmrg    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
285473143b9aSmrg    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
285573143b9aSmrg       break;;
285673143b9aSmrg  esac
285773143b9aSmrgdone
285873143b9aSmrgelse
285973143b9aSmrg  echo "$as_me: failed program was:" >&5
286073143b9aSmrgsed 's/^/| /' conftest.$ac_ext >&5
286173143b9aSmrg
286273143b9aSmrg{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
286373143b9aSmrgSee \`config.log' for more details." >&5
286473143b9aSmrgecho "$as_me: error: cannot compute suffix of object files: cannot compile
286573143b9aSmrgSee \`config.log' for more details." >&2;}
286673143b9aSmrg   { (exit 1); exit 1; }; }
286773143b9aSmrgfi
286873143b9aSmrg
286973143b9aSmrgrm -f conftest.$ac_cv_objext conftest.$ac_ext
287073143b9aSmrgfi
287173143b9aSmrg{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
287273143b9aSmrgecho "${ECHO_T}$ac_cv_objext" >&6; }
287373143b9aSmrgOBJEXT=$ac_cv_objext
287473143b9aSmrgac_objext=$OBJEXT
287573143b9aSmrg{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
287673143b9aSmrgecho $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
287773143b9aSmrgif test "${ac_cv_c_compiler_gnu+set}" = set; then
287873143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
287973143b9aSmrgelse
288073143b9aSmrg  cat >conftest.$ac_ext <<_ACEOF
288173143b9aSmrg/* confdefs.h.  */
288273143b9aSmrg_ACEOF
288373143b9aSmrgcat confdefs.h >>conftest.$ac_ext
288473143b9aSmrgcat >>conftest.$ac_ext <<_ACEOF
288573143b9aSmrg/* end confdefs.h.  */
288673143b9aSmrg
288773143b9aSmrgint
288873143b9aSmrgmain ()
288973143b9aSmrg{
289073143b9aSmrg#ifndef __GNUC__
289173143b9aSmrg       choke me
289273143b9aSmrg#endif
289373143b9aSmrg
289473143b9aSmrg  ;
289573143b9aSmrg  return 0;
289673143b9aSmrg}
289773143b9aSmrg_ACEOF
289873143b9aSmrgrm -f conftest.$ac_objext
289973143b9aSmrgif { (ac_try="$ac_compile"
290073143b9aSmrgcase "(($ac_try" in
290173143b9aSmrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
290273143b9aSmrg  *) ac_try_echo=$ac_try;;
290373143b9aSmrgesac
290473143b9aSmrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
290573143b9aSmrg  (eval "$ac_compile") 2>conftest.er1
290673143b9aSmrg  ac_status=$?
290773143b9aSmrg  grep -v '^ *+' conftest.er1 >conftest.err
290873143b9aSmrg  rm -f conftest.er1
290973143b9aSmrg  cat conftest.err >&5
291073143b9aSmrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
291173143b9aSmrg  (exit $ac_status); } && {
291273143b9aSmrg	 test -z "$ac_c_werror_flag" ||
291373143b9aSmrg	 test ! -s conftest.err
291473143b9aSmrg       } && test -s conftest.$ac_objext; then
291573143b9aSmrg  ac_compiler_gnu=yes
291673143b9aSmrgelse
291773143b9aSmrg  echo "$as_me: failed program was:" >&5
291873143b9aSmrgsed 's/^/| /' conftest.$ac_ext >&5
291973143b9aSmrg
292073143b9aSmrg	ac_compiler_gnu=no
292173143b9aSmrgfi
292273143b9aSmrg
292373143b9aSmrgrm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
292473143b9aSmrgac_cv_c_compiler_gnu=$ac_compiler_gnu
292573143b9aSmrg
292673143b9aSmrgfi
292773143b9aSmrg{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
292873143b9aSmrgecho "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
292973143b9aSmrgGCC=`test $ac_compiler_gnu = yes && echo yes`
293073143b9aSmrgac_test_CFLAGS=${CFLAGS+set}
293173143b9aSmrgac_save_CFLAGS=$CFLAGS
293273143b9aSmrg{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
293373143b9aSmrgecho $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
293473143b9aSmrgif test "${ac_cv_prog_cc_g+set}" = set; then
293573143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
293673143b9aSmrgelse
293773143b9aSmrg  ac_save_c_werror_flag=$ac_c_werror_flag
293873143b9aSmrg   ac_c_werror_flag=yes
293973143b9aSmrg   ac_cv_prog_cc_g=no
294073143b9aSmrg   CFLAGS="-g"
294173143b9aSmrg   cat >conftest.$ac_ext <<_ACEOF
294273143b9aSmrg/* confdefs.h.  */
294373143b9aSmrg_ACEOF
294473143b9aSmrgcat confdefs.h >>conftest.$ac_ext
294573143b9aSmrgcat >>conftest.$ac_ext <<_ACEOF
294673143b9aSmrg/* end confdefs.h.  */
294773143b9aSmrg
294873143b9aSmrgint
294973143b9aSmrgmain ()
295073143b9aSmrg{
295173143b9aSmrg
295273143b9aSmrg  ;
295373143b9aSmrg  return 0;
295473143b9aSmrg}
295573143b9aSmrg_ACEOF
295673143b9aSmrgrm -f conftest.$ac_objext
295773143b9aSmrgif { (ac_try="$ac_compile"
295873143b9aSmrgcase "(($ac_try" in
295973143b9aSmrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
296073143b9aSmrg  *) ac_try_echo=$ac_try;;
296173143b9aSmrgesac
296273143b9aSmrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
296373143b9aSmrg  (eval "$ac_compile") 2>conftest.er1
296473143b9aSmrg  ac_status=$?
296573143b9aSmrg  grep -v '^ *+' conftest.er1 >conftest.err
296673143b9aSmrg  rm -f conftest.er1
296773143b9aSmrg  cat conftest.err >&5
296873143b9aSmrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
296973143b9aSmrg  (exit $ac_status); } && {
297073143b9aSmrg	 test -z "$ac_c_werror_flag" ||
297173143b9aSmrg	 test ! -s conftest.err
297273143b9aSmrg       } && test -s conftest.$ac_objext; then
297373143b9aSmrg  ac_cv_prog_cc_g=yes
297473143b9aSmrgelse
297573143b9aSmrg  echo "$as_me: failed program was:" >&5
297673143b9aSmrgsed 's/^/| /' conftest.$ac_ext >&5
297773143b9aSmrg
297873143b9aSmrg	CFLAGS=""
297973143b9aSmrg      cat >conftest.$ac_ext <<_ACEOF
298073143b9aSmrg/* confdefs.h.  */
298173143b9aSmrg_ACEOF
298273143b9aSmrgcat confdefs.h >>conftest.$ac_ext
298373143b9aSmrgcat >>conftest.$ac_ext <<_ACEOF
298473143b9aSmrg/* end confdefs.h.  */
298573143b9aSmrg
298673143b9aSmrgint
298773143b9aSmrgmain ()
298873143b9aSmrg{
298973143b9aSmrg
299073143b9aSmrg  ;
299173143b9aSmrg  return 0;
299273143b9aSmrg}
299373143b9aSmrg_ACEOF
299473143b9aSmrgrm -f conftest.$ac_objext
299573143b9aSmrgif { (ac_try="$ac_compile"
299673143b9aSmrgcase "(($ac_try" in
299773143b9aSmrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
299873143b9aSmrg  *) ac_try_echo=$ac_try;;
299973143b9aSmrgesac
300073143b9aSmrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
300173143b9aSmrg  (eval "$ac_compile") 2>conftest.er1
300273143b9aSmrg  ac_status=$?
300373143b9aSmrg  grep -v '^ *+' conftest.er1 >conftest.err
300473143b9aSmrg  rm -f conftest.er1
300573143b9aSmrg  cat conftest.err >&5
300673143b9aSmrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
300773143b9aSmrg  (exit $ac_status); } && {
300873143b9aSmrg	 test -z "$ac_c_werror_flag" ||
300973143b9aSmrg	 test ! -s conftest.err
301073143b9aSmrg       } && test -s conftest.$ac_objext; then
301173143b9aSmrg  :
301273143b9aSmrgelse
301373143b9aSmrg  echo "$as_me: failed program was:" >&5
301473143b9aSmrgsed 's/^/| /' conftest.$ac_ext >&5
301573143b9aSmrg
301673143b9aSmrg	ac_c_werror_flag=$ac_save_c_werror_flag
301773143b9aSmrg	 CFLAGS="-g"
301873143b9aSmrg	 cat >conftest.$ac_ext <<_ACEOF
301973143b9aSmrg/* confdefs.h.  */
302073143b9aSmrg_ACEOF
302173143b9aSmrgcat confdefs.h >>conftest.$ac_ext
302273143b9aSmrgcat >>conftest.$ac_ext <<_ACEOF
302373143b9aSmrg/* end confdefs.h.  */
302473143b9aSmrg
302573143b9aSmrgint
302673143b9aSmrgmain ()
302773143b9aSmrg{
302873143b9aSmrg
302973143b9aSmrg  ;
303073143b9aSmrg  return 0;
303173143b9aSmrg}
303273143b9aSmrg_ACEOF
303373143b9aSmrgrm -f conftest.$ac_objext
303473143b9aSmrgif { (ac_try="$ac_compile"
303573143b9aSmrgcase "(($ac_try" in
303673143b9aSmrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
303773143b9aSmrg  *) ac_try_echo=$ac_try;;
303873143b9aSmrgesac
303973143b9aSmrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
304073143b9aSmrg  (eval "$ac_compile") 2>conftest.er1
304173143b9aSmrg  ac_status=$?
304273143b9aSmrg  grep -v '^ *+' conftest.er1 >conftest.err
304373143b9aSmrg  rm -f conftest.er1
304473143b9aSmrg  cat conftest.err >&5
304573143b9aSmrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
304673143b9aSmrg  (exit $ac_status); } && {
304773143b9aSmrg	 test -z "$ac_c_werror_flag" ||
304873143b9aSmrg	 test ! -s conftest.err
304973143b9aSmrg       } && test -s conftest.$ac_objext; then
305073143b9aSmrg  ac_cv_prog_cc_g=yes
305173143b9aSmrgelse
305273143b9aSmrg  echo "$as_me: failed program was:" >&5
305373143b9aSmrgsed 's/^/| /' conftest.$ac_ext >&5
305473143b9aSmrg
305573143b9aSmrg
305673143b9aSmrgfi
305773143b9aSmrg
305873143b9aSmrgrm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
305973143b9aSmrgfi
306073143b9aSmrg
306173143b9aSmrgrm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
306273143b9aSmrgfi
306373143b9aSmrg
306473143b9aSmrgrm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
306573143b9aSmrg   ac_c_werror_flag=$ac_save_c_werror_flag
306673143b9aSmrgfi
306773143b9aSmrg{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
306873143b9aSmrgecho "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
306973143b9aSmrgif test "$ac_test_CFLAGS" = set; then
307073143b9aSmrg  CFLAGS=$ac_save_CFLAGS
307173143b9aSmrgelif test $ac_cv_prog_cc_g = yes; then
307273143b9aSmrg  if test "$GCC" = yes; then
307373143b9aSmrg    CFLAGS="-g -O2"
307473143b9aSmrg  else
307573143b9aSmrg    CFLAGS="-g"
307673143b9aSmrg  fi
307773143b9aSmrgelse
307873143b9aSmrg  if test "$GCC" = yes; then
307973143b9aSmrg    CFLAGS="-O2"
308073143b9aSmrg  else
308173143b9aSmrg    CFLAGS=
308273143b9aSmrg  fi
308373143b9aSmrgfi
308473143b9aSmrg{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
308573143b9aSmrgecho $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
308673143b9aSmrgif test "${ac_cv_prog_cc_c89+set}" = set; then
308773143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
308873143b9aSmrgelse
308973143b9aSmrg  ac_cv_prog_cc_c89=no
309073143b9aSmrgac_save_CC=$CC
309173143b9aSmrgcat >conftest.$ac_ext <<_ACEOF
309273143b9aSmrg/* confdefs.h.  */
309373143b9aSmrg_ACEOF
309473143b9aSmrgcat confdefs.h >>conftest.$ac_ext
309573143b9aSmrgcat >>conftest.$ac_ext <<_ACEOF
309673143b9aSmrg/* end confdefs.h.  */
309773143b9aSmrg#include <stdarg.h>
309873143b9aSmrg#include <stdio.h>
309973143b9aSmrg#include <sys/types.h>
310073143b9aSmrg#include <sys/stat.h>
310173143b9aSmrg/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
310273143b9aSmrgstruct buf { int x; };
310373143b9aSmrgFILE * (*rcsopen) (struct buf *, struct stat *, int);
310473143b9aSmrgstatic char *e (p, i)
310573143b9aSmrg     char **p;
310673143b9aSmrg     int i;
310773143b9aSmrg{
310873143b9aSmrg  return p[i];
310973143b9aSmrg}
311073143b9aSmrgstatic char *f (char * (*g) (char **, int), char **p, ...)
311173143b9aSmrg{
311273143b9aSmrg  char *s;
311373143b9aSmrg  va_list v;
311473143b9aSmrg  va_start (v,p);
311573143b9aSmrg  s = g (p, va_arg (v,int));
311673143b9aSmrg  va_end (v);
311773143b9aSmrg  return s;
311873143b9aSmrg}
311973143b9aSmrg
312073143b9aSmrg/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
312173143b9aSmrg   function prototypes and stuff, but not '\xHH' hex character constants.
312273143b9aSmrg   These don't provoke an error unfortunately, instead are silently treated
312373143b9aSmrg   as 'x'.  The following induces an error, until -std is added to get
312473143b9aSmrg   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
312573143b9aSmrg   array size at least.  It's necessary to write '\x00'==0 to get something
312673143b9aSmrg   that's true only with -std.  */
312773143b9aSmrgint osf4_cc_array ['\x00' == 0 ? 1 : -1];
312873143b9aSmrg
312973143b9aSmrg/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
313073143b9aSmrg   inside strings and character constants.  */
313173143b9aSmrg#define FOO(x) 'x'
313273143b9aSmrgint xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
313373143b9aSmrg
313473143b9aSmrgint test (int i, double x);
313573143b9aSmrgstruct s1 {int (*f) (int a);};
313673143b9aSmrgstruct s2 {int (*f) (double a);};
313773143b9aSmrgint pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
313873143b9aSmrgint argc;
313973143b9aSmrgchar **argv;
314073143b9aSmrgint
314173143b9aSmrgmain ()
314273143b9aSmrg{
314373143b9aSmrgreturn f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
314473143b9aSmrg  ;
314573143b9aSmrg  return 0;
314673143b9aSmrg}
314773143b9aSmrg_ACEOF
314873143b9aSmrgfor ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
314973143b9aSmrg	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
315073143b9aSmrgdo
315173143b9aSmrg  CC="$ac_save_CC $ac_arg"
315273143b9aSmrg  rm -f conftest.$ac_objext
315373143b9aSmrgif { (ac_try="$ac_compile"
315473143b9aSmrgcase "(($ac_try" in
315573143b9aSmrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
315673143b9aSmrg  *) ac_try_echo=$ac_try;;
315773143b9aSmrgesac
315873143b9aSmrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
315973143b9aSmrg  (eval "$ac_compile") 2>conftest.er1
316073143b9aSmrg  ac_status=$?
316173143b9aSmrg  grep -v '^ *+' conftest.er1 >conftest.err
316273143b9aSmrg  rm -f conftest.er1
316373143b9aSmrg  cat conftest.err >&5
316473143b9aSmrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
316573143b9aSmrg  (exit $ac_status); } && {
316673143b9aSmrg	 test -z "$ac_c_werror_flag" ||
316773143b9aSmrg	 test ! -s conftest.err
316873143b9aSmrg       } && test -s conftest.$ac_objext; then
316973143b9aSmrg  ac_cv_prog_cc_c89=$ac_arg
317073143b9aSmrgelse
317173143b9aSmrg  echo "$as_me: failed program was:" >&5
317273143b9aSmrgsed 's/^/| /' conftest.$ac_ext >&5
317373143b9aSmrg
317473143b9aSmrg
317573143b9aSmrgfi
317673143b9aSmrg
317773143b9aSmrgrm -f core conftest.err conftest.$ac_objext
317873143b9aSmrg  test "x$ac_cv_prog_cc_c89" != "xno" && break
317973143b9aSmrgdone
318073143b9aSmrgrm -f conftest.$ac_ext
318173143b9aSmrgCC=$ac_save_CC
318273143b9aSmrg
318373143b9aSmrgfi
318473143b9aSmrg# AC_CACHE_VAL
318573143b9aSmrgcase "x$ac_cv_prog_cc_c89" in
318673143b9aSmrg  x)
318773143b9aSmrg    { echo "$as_me:$LINENO: result: none needed" >&5
318873143b9aSmrgecho "${ECHO_T}none needed" >&6; } ;;
318973143b9aSmrg  xno)
319073143b9aSmrg    { echo "$as_me:$LINENO: result: unsupported" >&5
319173143b9aSmrgecho "${ECHO_T}unsupported" >&6; } ;;
319273143b9aSmrg  *)
319373143b9aSmrg    CC="$CC $ac_cv_prog_cc_c89"
319473143b9aSmrg    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
319573143b9aSmrgecho "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
319673143b9aSmrgesac
319773143b9aSmrg
319873143b9aSmrg
319973143b9aSmrgac_ext=c
320073143b9aSmrgac_cpp='$CPP $CPPFLAGS'
320173143b9aSmrgac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
320273143b9aSmrgac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
320373143b9aSmrgac_compiler_gnu=$ac_cv_c_compiler_gnu
320473143b9aSmrg
320573143b9aSmrgdepcc="$CC"   am_compiler_list=
320673143b9aSmrg
320773143b9aSmrg{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
320873143b9aSmrgecho $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
320973143b9aSmrgif test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
321073143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
321173143b9aSmrgelse
321273143b9aSmrg  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
321373143b9aSmrg  # We make a subdir and do the tests there.  Otherwise we can end up
321473143b9aSmrg  # making bogus files that we don't know about and never remove.  For
321573143b9aSmrg  # instance it was reported that on HP-UX the gcc test will end up
321673143b9aSmrg  # making a dummy file named `D' -- because `-MD' means `put the output
321773143b9aSmrg  # in D'.
321873143b9aSmrg  mkdir conftest.dir
321973143b9aSmrg  # Copy depcomp to subdir because otherwise we won't find it if we're
322073143b9aSmrg  # using a relative directory.
322173143b9aSmrg  cp "$am_depcomp" conftest.dir
322273143b9aSmrg  cd conftest.dir
322373143b9aSmrg  # We will build objects and dependencies in a subdirectory because
322473143b9aSmrg  # it helps to detect inapplicable dependency modes.  For instance
322573143b9aSmrg  # both Tru64's cc and ICC support -MD to output dependencies as a
322673143b9aSmrg  # side effect of compilation, but ICC will put the dependencies in
322773143b9aSmrg  # the current directory while Tru64 will put them in the object
322873143b9aSmrg  # directory.
322973143b9aSmrg  mkdir sub
323073143b9aSmrg
323173143b9aSmrg  am_cv_CC_dependencies_compiler_type=none
323273143b9aSmrg  if test "$am_compiler_list" = ""; then
323373143b9aSmrg     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
323473143b9aSmrg  fi
323573143b9aSmrg  for depmode in $am_compiler_list; do
323673143b9aSmrg    # Setup a source with many dependencies, because some compilers
323773143b9aSmrg    # like to wrap large dependency lists on column 80 (with \), and
323873143b9aSmrg    # we should not choose a depcomp mode which is confused by this.
323973143b9aSmrg    #
324073143b9aSmrg    # We need to recreate these files for each test, as the compiler may
324173143b9aSmrg    # overwrite some of them when testing with obscure command lines.
324273143b9aSmrg    # This happens at least with the AIX C compiler.
324373143b9aSmrg    : > sub/conftest.c
324473143b9aSmrg    for i in 1 2 3 4 5 6; do
324573143b9aSmrg      echo '#include "conftst'$i'.h"' >> sub/conftest.c
324673143b9aSmrg      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
324773143b9aSmrg      # Solaris 8's {/usr,}/bin/sh.
324873143b9aSmrg      touch sub/conftst$i.h
324973143b9aSmrg    done
325073143b9aSmrg    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
325173143b9aSmrg
325273143b9aSmrg    case $depmode in
325373143b9aSmrg    nosideeffect)
325473143b9aSmrg      # after this tag, mechanisms are not by side-effect, so they'll
325573143b9aSmrg      # only be used when explicitly requested
325673143b9aSmrg      if test "x$enable_dependency_tracking" = xyes; then
325773143b9aSmrg	continue
325873143b9aSmrg      else
325973143b9aSmrg	break
326073143b9aSmrg      fi
326173143b9aSmrg      ;;
326273143b9aSmrg    none) break ;;
326373143b9aSmrg    esac
326473143b9aSmrg    # We check with `-c' and `-o' for the sake of the "dashmstdout"
326573143b9aSmrg    # mode.  It turns out that the SunPro C++ compiler does not properly
326673143b9aSmrg    # handle `-M -o', and we need to detect this.
326773143b9aSmrg    if depmode=$depmode \
326873143b9aSmrg       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
326973143b9aSmrg       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
327073143b9aSmrg       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
327173143b9aSmrg         >/dev/null 2>conftest.err &&
327273143b9aSmrg       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
327373143b9aSmrg       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
327473143b9aSmrg       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
327573143b9aSmrg       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
327673143b9aSmrg      # icc doesn't choke on unknown options, it will just issue warnings
327773143b9aSmrg      # or remarks (even with -Werror).  So we grep stderr for any message
327873143b9aSmrg      # that says an option was ignored or not supported.
327973143b9aSmrg      # When given -MP, icc 7.0 and 7.1 complain thusly:
328073143b9aSmrg      #   icc: Command line warning: ignoring option '-M'; no argument required
328173143b9aSmrg      # The diagnosis changed in icc 8.0:
328273143b9aSmrg      #   icc: Command line remark: option '-MP' not supported
328373143b9aSmrg      if (grep 'ignoring option' conftest.err ||
328473143b9aSmrg          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
328573143b9aSmrg        am_cv_CC_dependencies_compiler_type=$depmode
328673143b9aSmrg        break
328773143b9aSmrg      fi
328873143b9aSmrg    fi
328973143b9aSmrg  done
329073143b9aSmrg
329173143b9aSmrg  cd ..
329273143b9aSmrg  rm -rf conftest.dir
329373143b9aSmrgelse
329473143b9aSmrg  am_cv_CC_dependencies_compiler_type=none
329573143b9aSmrgfi
329673143b9aSmrg
329773143b9aSmrgfi
329873143b9aSmrg{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
329973143b9aSmrgecho "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
330073143b9aSmrgCCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
330173143b9aSmrg
330273143b9aSmrg if
330373143b9aSmrg  test "x$enable_dependency_tracking" != xno \
330473143b9aSmrg  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
330573143b9aSmrg  am__fastdepCC_TRUE=
330673143b9aSmrg  am__fastdepCC_FALSE='#'
330773143b9aSmrgelse
330873143b9aSmrg  am__fastdepCC_TRUE='#'
330973143b9aSmrg  am__fastdepCC_FALSE=
331073143b9aSmrgfi
331173143b9aSmrg
331273143b9aSmrg
331373143b9aSmrg
331473143b9aSmrg{ echo "$as_me:$LINENO: checking for fchown" >&5
331573143b9aSmrgecho $ECHO_N "checking for fchown... $ECHO_C" >&6; }
331673143b9aSmrgif test "${ac_cv_func_fchown+set}" = set; then
331773143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
331873143b9aSmrgelse
331973143b9aSmrg  cat >conftest.$ac_ext <<_ACEOF
332073143b9aSmrg/* confdefs.h.  */
332173143b9aSmrg_ACEOF
332273143b9aSmrgcat confdefs.h >>conftest.$ac_ext
332373143b9aSmrgcat >>conftest.$ac_ext <<_ACEOF
332473143b9aSmrg/* end confdefs.h.  */
332573143b9aSmrg/* Define fchown to an innocuous variant, in case <limits.h> declares fchown.
332673143b9aSmrg   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
332773143b9aSmrg#define fchown innocuous_fchown
332873143b9aSmrg
332973143b9aSmrg/* System header to define __stub macros and hopefully few prototypes,
333073143b9aSmrg    which can conflict with char fchown (); below.
333173143b9aSmrg    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
333273143b9aSmrg    <limits.h> exists even on freestanding compilers.  */
333373143b9aSmrg
333473143b9aSmrg#ifdef __STDC__
333573143b9aSmrg# include <limits.h>
333673143b9aSmrg#else
333773143b9aSmrg# include <assert.h>
333873143b9aSmrg#endif
333973143b9aSmrg
334073143b9aSmrg#undef fchown
334173143b9aSmrg
334273143b9aSmrg/* Override any GCC internal prototype to avoid an error.
334373143b9aSmrg   Use char because int might match the return type of a GCC
334473143b9aSmrg   builtin and then its argument prototype would still apply.  */
334573143b9aSmrg#ifdef __cplusplus
334673143b9aSmrgextern "C"
334773143b9aSmrg#endif
334873143b9aSmrgchar fchown ();
334973143b9aSmrg/* The GNU C library defines this for functions which it implements
335073143b9aSmrg    to always fail with ENOSYS.  Some functions are actually named
335173143b9aSmrg    something starting with __ and the normal name is an alias.  */
335273143b9aSmrg#if defined __stub_fchown || defined __stub___fchown
335373143b9aSmrgchoke me
335473143b9aSmrg#endif
335573143b9aSmrg
335673143b9aSmrgint
335773143b9aSmrgmain ()
335873143b9aSmrg{
335973143b9aSmrgreturn fchown ();
336073143b9aSmrg  ;
336173143b9aSmrg  return 0;
336273143b9aSmrg}
336373143b9aSmrg_ACEOF
336473143b9aSmrgrm -f conftest.$ac_objext conftest$ac_exeext
336573143b9aSmrgif { (ac_try="$ac_link"
336673143b9aSmrgcase "(($ac_try" in
336773143b9aSmrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
336873143b9aSmrg  *) ac_try_echo=$ac_try;;
336973143b9aSmrgesac
337073143b9aSmrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
337173143b9aSmrg  (eval "$ac_link") 2>conftest.er1
337273143b9aSmrg  ac_status=$?
337373143b9aSmrg  grep -v '^ *+' conftest.er1 >conftest.err
337473143b9aSmrg  rm -f conftest.er1
337573143b9aSmrg  cat conftest.err >&5
337673143b9aSmrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
337773143b9aSmrg  (exit $ac_status); } && {
337873143b9aSmrg	 test -z "$ac_c_werror_flag" ||
337973143b9aSmrg	 test ! -s conftest.err
338073143b9aSmrg       } && test -s conftest$ac_exeext &&
338173143b9aSmrg       $as_test_x conftest$ac_exeext; then
338273143b9aSmrg  ac_cv_func_fchown=yes
338373143b9aSmrgelse
338473143b9aSmrg  echo "$as_me: failed program was:" >&5
338573143b9aSmrgsed 's/^/| /' conftest.$ac_ext >&5
338673143b9aSmrg
338773143b9aSmrg	ac_cv_func_fchown=no
338873143b9aSmrgfi
338973143b9aSmrg
339073143b9aSmrgrm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
339173143b9aSmrg      conftest$ac_exeext conftest.$ac_ext
339273143b9aSmrgfi
339373143b9aSmrg{ echo "$as_me:$LINENO: result: $ac_cv_func_fchown" >&5
339473143b9aSmrgecho "${ECHO_T}$ac_cv_func_fchown" >&6; }
339573143b9aSmrgif test $ac_cv_func_fchown = yes; then
339673143b9aSmrg  fchown_define="-DHAS_FCHOWN"
339773143b9aSmrgelse
339873143b9aSmrg  fchown_define=""
339973143b9aSmrgfi
340073143b9aSmrg
340173143b9aSmrg
340273143b9aSmrg
340373143b9aSmrg
340473143b9aSmrg# sticky bit
340573143b9aSmrg#
340673143b9aSmrg# if any system exists without sticky dir bits this
340773143b9aSmrg# needs to be redone with a real autoconf test
340873143b9aSmrg
340973143b9aSmrgsticky_bit_define="-DHAS_STICKY_DIR_BIT"
341073143b9aSmrg
341173143b9aSmrg
341273143b9aSmrg
341373143b9aSmrg
341473143b9aSmrg
341573143b9aSmrg# Check whether --with-release-version was given.
341673143b9aSmrgif test "${with_release_version+set}" = set; then
341773143b9aSmrg  withval=$with_release_version; RELEASE_VERSION="$withval"
341873143b9aSmrgelse
341973143b9aSmrg  RELEASE_VERSION=""
342073143b9aSmrgfi
342173143b9aSmrg
342273143b9aSmrg	if test "x$RELEASE_VERSION" != "x"; then
342373143b9aSmrg		PACKAGE="$PACKAGE-$RELEASE_VERSION"
342473143b9aSmrg		PACKAGE_TARNAME="$PACKAGE_TARNAME-$RELEASE_VERSION"
342573143b9aSmrg		{ echo "$as_me:$LINENO: Building with package name set to $PACKAGE" >&5
342673143b9aSmrgecho "$as_me: Building with package name set to $PACKAGE" >&6;}
342773143b9aSmrg	fi
342873143b9aSmrg
342973143b9aSmrgcat >>confdefs.h <<_ACEOF
343073143b9aSmrg#define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1`
343173143b9aSmrg_ACEOF
343273143b9aSmrg
343373143b9aSmrg	PVM=`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1`
343473143b9aSmrg	if test "x$PVM" = "x"; then
343573143b9aSmrg		PVM="0"
343673143b9aSmrg	fi
343773143b9aSmrg
343873143b9aSmrgcat >>confdefs.h <<_ACEOF
343973143b9aSmrg#define PACKAGE_VERSION_MINOR $PVM
344073143b9aSmrg_ACEOF
344173143b9aSmrg
344273143b9aSmrg	PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1`
344373143b9aSmrg	if test "x$PVP" = "x"; then
344473143b9aSmrg		PVP="0"
344573143b9aSmrg	fi
344673143b9aSmrg
344773143b9aSmrgcat >>confdefs.h <<_ACEOF
344873143b9aSmrg#define PACKAGE_VERSION_PATCHLEVEL $PVP
344973143b9aSmrg_ACEOF
345073143b9aSmrg
345173143b9aSmrg
345273143b9aSmrg
34538d4c0f7bSmrgCHANGELOG_CMD="(GIT_DIR=\$(top_srcdir)/.git git log > .changelog.tmp && \
34548d4c0f7bSmrgmv .changelog.tmp ChangeLog) || (rm -f .changelog.tmp; touch ChangeLog; \
34558d4c0f7bSmrgecho 'git directory not found: installing possibly empty changelog.' >&2)"
34568d4c0f7bSmrg
34578d4c0f7bSmrgdistcleancheck_listfiles='find . -type f ! -name ChangeLog -print'
34588d4c0f7bSmrg
34598d4c0f7bSmrg
34608d4c0f7bSmrg
346173143b9aSmrgac_config_files="$ac_config_files Makefile xtrans.pc"
346273143b9aSmrg
346373143b9aSmrgcat >confcache <<\_ACEOF
346473143b9aSmrg# This file is a shell script that caches the results of configure
346573143b9aSmrg# tests run on this system so they can be shared between configure
346673143b9aSmrg# scripts and configure runs, see configure's option --config-cache.
346773143b9aSmrg# It is not useful on other systems.  If it contains results you don't
346873143b9aSmrg# want to keep, you may remove or edit it.
346973143b9aSmrg#
347073143b9aSmrg# config.status only pays attention to the cache file if you give it
347173143b9aSmrg# the --recheck option to rerun configure.
347273143b9aSmrg#
347373143b9aSmrg# `ac_cv_env_foo' variables (set or unset) will be overridden when
347473143b9aSmrg# loading this file, other *unset* `ac_cv_foo' will be assigned the
347573143b9aSmrg# following values.
347673143b9aSmrg
347773143b9aSmrg_ACEOF
347873143b9aSmrg
347973143b9aSmrg# The following way of writing the cache mishandles newlines in values,
348073143b9aSmrg# but we know of no workaround that is simple, portable, and efficient.
348173143b9aSmrg# So, we kill variables containing newlines.
348273143b9aSmrg# Ultrix sh set writes to stderr and can't be redirected directly,
348373143b9aSmrg# and sets the high bit in the cache file unless we assign to the vars.
348473143b9aSmrg(
348573143b9aSmrg  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
348673143b9aSmrg    eval ac_val=\$$ac_var
348773143b9aSmrg    case $ac_val in #(
348873143b9aSmrg    *${as_nl}*)
348973143b9aSmrg      case $ac_var in #(
349073143b9aSmrg      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
349173143b9aSmrgecho "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
349273143b9aSmrg      esac
349373143b9aSmrg      case $ac_var in #(
349473143b9aSmrg      _ | IFS | as_nl) ;; #(
349573143b9aSmrg      *) $as_unset $ac_var ;;
349673143b9aSmrg      esac ;;
349773143b9aSmrg    esac
349873143b9aSmrg  done
349973143b9aSmrg
350073143b9aSmrg  (set) 2>&1 |
350173143b9aSmrg    case $as_nl`(ac_space=' '; set) 2>&1` in #(
350273143b9aSmrg    *${as_nl}ac_space=\ *)
350373143b9aSmrg      # `set' does not quote correctly, so add quotes (double-quote
350473143b9aSmrg      # substitution turns \\\\ into \\, and sed turns \\ into \).
350573143b9aSmrg      sed -n \
350673143b9aSmrg	"s/'/'\\\\''/g;
350773143b9aSmrg	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
350873143b9aSmrg      ;; #(
350973143b9aSmrg    *)
351073143b9aSmrg      # `set' quotes correctly as required by POSIX, so do not add quotes.
351173143b9aSmrg      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
351273143b9aSmrg      ;;
351373143b9aSmrg    esac |
351473143b9aSmrg    sort
351573143b9aSmrg) |
351673143b9aSmrg  sed '
351773143b9aSmrg     /^ac_cv_env_/b end
351873143b9aSmrg     t clear
351973143b9aSmrg     :clear
352073143b9aSmrg     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
352173143b9aSmrg     t end
352273143b9aSmrg     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
352373143b9aSmrg     :end' >>confcache
352473143b9aSmrgif diff "$cache_file" confcache >/dev/null 2>&1; then :; else
352573143b9aSmrg  if test -w "$cache_file"; then
352673143b9aSmrg    test "x$cache_file" != "x/dev/null" &&
352773143b9aSmrg      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
352873143b9aSmrgecho "$as_me: updating cache $cache_file" >&6;}
352973143b9aSmrg    cat confcache >$cache_file
353073143b9aSmrg  else
353173143b9aSmrg    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
353273143b9aSmrgecho "$as_me: not updating unwritable cache $cache_file" >&6;}
353373143b9aSmrg  fi
353473143b9aSmrgfi
353573143b9aSmrgrm -f confcache
353673143b9aSmrg
353773143b9aSmrgtest "x$prefix" = xNONE && prefix=$ac_default_prefix
353873143b9aSmrg# Let make expand exec_prefix.
353973143b9aSmrgtest "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
354073143b9aSmrg
354173143b9aSmrg# Transform confdefs.h into DEFS.
354273143b9aSmrg# Protect against shell expansion while executing Makefile rules.
354373143b9aSmrg# Protect against Makefile macro expansion.
354473143b9aSmrg#
354573143b9aSmrg# If the first sed substitution is executed (which looks for macros that
354673143b9aSmrg# take arguments), then branch to the quote section.  Otherwise,
354773143b9aSmrg# look for a macro that doesn't take arguments.
354873143b9aSmrgac_script='
354973143b9aSmrgt clear
355073143b9aSmrg:clear
355173143b9aSmrgs/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
355273143b9aSmrgt quote
355373143b9aSmrgs/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
355473143b9aSmrgt quote
355573143b9aSmrgb any
355673143b9aSmrg:quote
355773143b9aSmrgs/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
355873143b9aSmrgs/\[/\\&/g
355973143b9aSmrgs/\]/\\&/g
356073143b9aSmrgs/\$/$$/g
356173143b9aSmrgH
356273143b9aSmrg:any
356373143b9aSmrg${
356473143b9aSmrg	g
356573143b9aSmrg	s/^\n//
356673143b9aSmrg	s/\n/ /g
356773143b9aSmrg	p
356873143b9aSmrg}
356973143b9aSmrg'
357073143b9aSmrgDEFS=`sed -n "$ac_script" confdefs.h`
357173143b9aSmrg
357273143b9aSmrg
357373143b9aSmrgac_libobjs=
357473143b9aSmrgac_ltlibobjs=
357573143b9aSmrgfor ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
357673143b9aSmrg  # 1. Remove the extension, and $U if already installed.
357773143b9aSmrg  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
357873143b9aSmrg  ac_i=`echo "$ac_i" | sed "$ac_script"`
357973143b9aSmrg  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
358073143b9aSmrg  #    will be set to the directory where LIBOBJS objects are built.
358173143b9aSmrg  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
358273143b9aSmrg  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
358373143b9aSmrgdone
358473143b9aSmrgLIBOBJS=$ac_libobjs
358573143b9aSmrg
358673143b9aSmrgLTLIBOBJS=$ac_ltlibobjs
358773143b9aSmrg
358873143b9aSmrg
358973143b9aSmrgif test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
359073143b9aSmrg  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
359173143b9aSmrgUsually this means the macro was only invoked conditionally." >&5
359273143b9aSmrgecho "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
359373143b9aSmrgUsually this means the macro was only invoked conditionally." >&2;}
359473143b9aSmrg   { (exit 1); exit 1; }; }
359573143b9aSmrgfi
359673143b9aSmrgif test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
359773143b9aSmrg  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
359873143b9aSmrgUsually this means the macro was only invoked conditionally." >&5
359973143b9aSmrgecho "$as_me: error: conditional \"AMDEP\" was never defined.
360073143b9aSmrgUsually this means the macro was only invoked conditionally." >&2;}
360173143b9aSmrg   { (exit 1); exit 1; }; }
360273143b9aSmrgfi
360373143b9aSmrgif test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
360473143b9aSmrg  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
360573143b9aSmrgUsually this means the macro was only invoked conditionally." >&5
360673143b9aSmrgecho "$as_me: error: conditional \"am__fastdepCC\" was never defined.
360773143b9aSmrgUsually this means the macro was only invoked conditionally." >&2;}
360873143b9aSmrg   { (exit 1); exit 1; }; }
360973143b9aSmrgfi
361073143b9aSmrg
361173143b9aSmrg: ${CONFIG_STATUS=./config.status}
361273143b9aSmrgac_clean_files_save=$ac_clean_files
361373143b9aSmrgac_clean_files="$ac_clean_files $CONFIG_STATUS"
361473143b9aSmrg{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
361573143b9aSmrgecho "$as_me: creating $CONFIG_STATUS" >&6;}
361673143b9aSmrgcat >$CONFIG_STATUS <<_ACEOF
361773143b9aSmrg#! $SHELL
361873143b9aSmrg# Generated by $as_me.
361973143b9aSmrg# Run this file to recreate the current configuration.
362073143b9aSmrg# Compiler output produced by configure, useful for debugging
362173143b9aSmrg# configure, is in config.log if it exists.
362273143b9aSmrg
362373143b9aSmrgdebug=false
362473143b9aSmrgac_cs_recheck=false
362573143b9aSmrgac_cs_silent=false
362673143b9aSmrgSHELL=\${CONFIG_SHELL-$SHELL}
362773143b9aSmrg_ACEOF
362873143b9aSmrg
362973143b9aSmrgcat >>$CONFIG_STATUS <<\_ACEOF
363073143b9aSmrg## --------------------- ##
363173143b9aSmrg## M4sh Initialization.  ##
363273143b9aSmrg## --------------------- ##
363373143b9aSmrg
363473143b9aSmrg# Be more Bourne compatible
363573143b9aSmrgDUALCASE=1; export DUALCASE # for MKS sh
363673143b9aSmrgif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
363773143b9aSmrg  emulate sh
363873143b9aSmrg  NULLCMD=:
363973143b9aSmrg  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
364073143b9aSmrg  # is contrary to our usage.  Disable this feature.
364173143b9aSmrg  alias -g '${1+"$@"}'='"$@"'
364273143b9aSmrg  setopt NO_GLOB_SUBST
364373143b9aSmrgelse
364473143b9aSmrg  case `(set -o) 2>/dev/null` in
364573143b9aSmrg  *posix*) set -o posix ;;
364673143b9aSmrgesac
364773143b9aSmrg
364873143b9aSmrgfi
364973143b9aSmrg
365073143b9aSmrg
365173143b9aSmrg
365273143b9aSmrg
365373143b9aSmrg# PATH needs CR
365473143b9aSmrg# Avoid depending upon Character Ranges.
365573143b9aSmrgas_cr_letters='abcdefghijklmnopqrstuvwxyz'
365673143b9aSmrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
365773143b9aSmrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS
365873143b9aSmrgas_cr_digits='0123456789'
365973143b9aSmrgas_cr_alnum=$as_cr_Letters$as_cr_digits
366073143b9aSmrg
366173143b9aSmrg# The user is always right.
366273143b9aSmrgif test "${PATH_SEPARATOR+set}" != set; then
366373143b9aSmrg  echo "#! /bin/sh" >conf$$.sh
366473143b9aSmrg  echo  "exit 0"   >>conf$$.sh
366573143b9aSmrg  chmod +x conf$$.sh
366673143b9aSmrg  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
366773143b9aSmrg    PATH_SEPARATOR=';'
366873143b9aSmrg  else
366973143b9aSmrg    PATH_SEPARATOR=:
367073143b9aSmrg  fi
367173143b9aSmrg  rm -f conf$$.sh
367273143b9aSmrgfi
367373143b9aSmrg
367473143b9aSmrg# Support unset when possible.
367573143b9aSmrgif ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
367673143b9aSmrg  as_unset=unset
367773143b9aSmrgelse
367873143b9aSmrg  as_unset=false
367973143b9aSmrgfi
368073143b9aSmrg
368173143b9aSmrg
368273143b9aSmrg# IFS
368373143b9aSmrg# We need space, tab and new line, in precisely that order.  Quoting is
368473143b9aSmrg# there to prevent editors from complaining about space-tab.
368573143b9aSmrg# (If _AS_PATH_WALK were called with IFS unset, it would disable word
368673143b9aSmrg# splitting by setting IFS to empty value.)
368773143b9aSmrgas_nl='
368873143b9aSmrg'
368973143b9aSmrgIFS=" ""	$as_nl"
369073143b9aSmrg
369173143b9aSmrg# Find who we are.  Look in the path if we contain no directory separator.
369273143b9aSmrgcase $0 in
369373143b9aSmrg  *[\\/]* ) as_myself=$0 ;;
369473143b9aSmrg  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
369573143b9aSmrgfor as_dir in $PATH
369673143b9aSmrgdo
369773143b9aSmrg  IFS=$as_save_IFS
369873143b9aSmrg  test -z "$as_dir" && as_dir=.
369973143b9aSmrg  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
370073143b9aSmrgdone
370173143b9aSmrgIFS=$as_save_IFS
370273143b9aSmrg
370373143b9aSmrg     ;;
370473143b9aSmrgesac
370573143b9aSmrg# We did not find ourselves, most probably we were run as `sh COMMAND'
370673143b9aSmrg# in which case we are not to be found in the path.
370773143b9aSmrgif test "x$as_myself" = x; then
370873143b9aSmrg  as_myself=$0
370973143b9aSmrgfi
371073143b9aSmrgif test ! -f "$as_myself"; then
371173143b9aSmrg  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
371273143b9aSmrg  { (exit 1); exit 1; }
371373143b9aSmrgfi
371473143b9aSmrg
371573143b9aSmrg# Work around bugs in pre-3.0 UWIN ksh.
371673143b9aSmrgfor as_var in ENV MAIL MAILPATH
371773143b9aSmrgdo ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
371873143b9aSmrgdone
371973143b9aSmrgPS1='$ '
372073143b9aSmrgPS2='> '
372173143b9aSmrgPS4='+ '
372273143b9aSmrg
372373143b9aSmrg# NLS nuisances.
372473143b9aSmrgfor as_var in \
372573143b9aSmrg  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
372673143b9aSmrg  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
372773143b9aSmrg  LC_TELEPHONE LC_TIME
372873143b9aSmrgdo
372973143b9aSmrg  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
373073143b9aSmrg    eval $as_var=C; export $as_var
373173143b9aSmrg  else
373273143b9aSmrg    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
373373143b9aSmrg  fi
373473143b9aSmrgdone
373573143b9aSmrg
373673143b9aSmrg# Required to use basename.
373773143b9aSmrgif expr a : '\(a\)' >/dev/null 2>&1 &&
373873143b9aSmrg   test "X`expr 00001 : '.*\(...\)'`" = X001; then
373973143b9aSmrg  as_expr=expr
374073143b9aSmrgelse
374173143b9aSmrg  as_expr=false
374273143b9aSmrgfi
374373143b9aSmrg
374473143b9aSmrgif (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
374573143b9aSmrg  as_basename=basename
374673143b9aSmrgelse
374773143b9aSmrg  as_basename=false
374873143b9aSmrgfi
374973143b9aSmrg
375073143b9aSmrg
375173143b9aSmrg# Name of the executable.
375273143b9aSmrgas_me=`$as_basename -- "$0" ||
375373143b9aSmrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
375473143b9aSmrg	 X"$0" : 'X\(//\)$' \| \
375573143b9aSmrg	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
375673143b9aSmrgecho X/"$0" |
375773143b9aSmrg    sed '/^.*\/\([^/][^/]*\)\/*$/{
375873143b9aSmrg	    s//\1/
375973143b9aSmrg	    q
376073143b9aSmrg	  }
376173143b9aSmrg	  /^X\/\(\/\/\)$/{
376273143b9aSmrg	    s//\1/
376373143b9aSmrg	    q
376473143b9aSmrg	  }
376573143b9aSmrg	  /^X\/\(\/\).*/{
376673143b9aSmrg	    s//\1/
376773143b9aSmrg	    q
376873143b9aSmrg	  }
376973143b9aSmrg	  s/.*/./; q'`
377073143b9aSmrg
377173143b9aSmrg# CDPATH.
377273143b9aSmrg$as_unset CDPATH
377373143b9aSmrg
377473143b9aSmrg
377573143b9aSmrg
377673143b9aSmrg  as_lineno_1=$LINENO
377773143b9aSmrg  as_lineno_2=$LINENO
377873143b9aSmrg  test "x$as_lineno_1" != "x$as_lineno_2" &&
377973143b9aSmrg  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
378073143b9aSmrg
378173143b9aSmrg  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
378273143b9aSmrg  # uniformly replaced by the line number.  The first 'sed' inserts a
378373143b9aSmrg  # line-number line after each line using $LINENO; the second 'sed'
378473143b9aSmrg  # does the real work.  The second script uses 'N' to pair each
378573143b9aSmrg  # line-number line with the line containing $LINENO, and appends
378673143b9aSmrg  # trailing '-' during substitution so that $LINENO is not a special
378773143b9aSmrg  # case at line end.
378873143b9aSmrg  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
378973143b9aSmrg  # scripts with optimization help from Paolo Bonzini.  Blame Lee
379073143b9aSmrg  # E. McMahon (1931-1989) for sed's syntax.  :-)
379173143b9aSmrg  sed -n '
379273143b9aSmrg    p
379373143b9aSmrg    /[$]LINENO/=
379473143b9aSmrg  ' <$as_myself |
379573143b9aSmrg    sed '
379673143b9aSmrg      s/[$]LINENO.*/&-/
379773143b9aSmrg      t lineno
379873143b9aSmrg      b
379973143b9aSmrg      :lineno
380073143b9aSmrg      N
380173143b9aSmrg      :loop
380273143b9aSmrg      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
380373143b9aSmrg      t loop
380473143b9aSmrg      s/-\n.*//
380573143b9aSmrg    ' >$as_me.lineno &&
380673143b9aSmrg  chmod +x "$as_me.lineno" ||
380773143b9aSmrg    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
380873143b9aSmrg   { (exit 1); exit 1; }; }
380973143b9aSmrg
381073143b9aSmrg  # Don't try to exec as it changes $[0], causing all sort of problems
381173143b9aSmrg  # (the dirname of $[0] is not the place where we might find the
381273143b9aSmrg  # original and so on.  Autoconf is especially sensitive to this).
381373143b9aSmrg  . "./$as_me.lineno"
381473143b9aSmrg  # Exit status is that of the last command.
381573143b9aSmrg  exit
381673143b9aSmrg}
381773143b9aSmrg
381873143b9aSmrg
381973143b9aSmrgif (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
382073143b9aSmrg  as_dirname=dirname
382173143b9aSmrgelse
382273143b9aSmrg  as_dirname=false
382373143b9aSmrgfi
382473143b9aSmrg
382573143b9aSmrgECHO_C= ECHO_N= ECHO_T=
382673143b9aSmrgcase `echo -n x` in
382773143b9aSmrg-n*)
382873143b9aSmrg  case `echo 'x\c'` in
382973143b9aSmrg  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
383073143b9aSmrg  *)   ECHO_C='\c';;
383173143b9aSmrg  esac;;
383273143b9aSmrg*)
383373143b9aSmrg  ECHO_N='-n';;
383473143b9aSmrgesac
383573143b9aSmrg
383673143b9aSmrgif expr a : '\(a\)' >/dev/null 2>&1 &&
383773143b9aSmrg   test "X`expr 00001 : '.*\(...\)'`" = X001; then
383873143b9aSmrg  as_expr=expr
383973143b9aSmrgelse
384073143b9aSmrg  as_expr=false
384173143b9aSmrgfi
384273143b9aSmrg
384373143b9aSmrgrm -f conf$$ conf$$.exe conf$$.file
384473143b9aSmrgif test -d conf$$.dir; then
384573143b9aSmrg  rm -f conf$$.dir/conf$$.file
384673143b9aSmrgelse
384773143b9aSmrg  rm -f conf$$.dir
384873143b9aSmrg  mkdir conf$$.dir
384973143b9aSmrgfi
385073143b9aSmrgecho >conf$$.file
385173143b9aSmrgif ln -s conf$$.file conf$$ 2>/dev/null; then
385273143b9aSmrg  as_ln_s='ln -s'
385373143b9aSmrg  # ... but there are two gotchas:
385473143b9aSmrg  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
385573143b9aSmrg  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
385673143b9aSmrg  # In both cases, we have to default to `cp -p'.
385773143b9aSmrg  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
385873143b9aSmrg    as_ln_s='cp -p'
385973143b9aSmrgelif ln conf$$.file conf$$ 2>/dev/null; then
386073143b9aSmrg  as_ln_s=ln
386173143b9aSmrgelse
386273143b9aSmrg  as_ln_s='cp -p'
386373143b9aSmrgfi
386473143b9aSmrgrm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
386573143b9aSmrgrmdir conf$$.dir 2>/dev/null
386673143b9aSmrg
386773143b9aSmrgif mkdir -p . 2>/dev/null; then
386873143b9aSmrg  as_mkdir_p=:
386973143b9aSmrgelse
387073143b9aSmrg  test -d ./-p && rmdir ./-p
387173143b9aSmrg  as_mkdir_p=false
387273143b9aSmrgfi
387373143b9aSmrg
387473143b9aSmrgif test -x / >/dev/null 2>&1; then
387573143b9aSmrg  as_test_x='test -x'
387673143b9aSmrgelse
387773143b9aSmrg  if ls -dL / >/dev/null 2>&1; then
387873143b9aSmrg    as_ls_L_option=L
387973143b9aSmrg  else
388073143b9aSmrg    as_ls_L_option=
388173143b9aSmrg  fi
388273143b9aSmrg  as_test_x='
388373143b9aSmrg    eval sh -c '\''
388473143b9aSmrg      if test -d "$1"; then
388573143b9aSmrg        test -d "$1/.";
388673143b9aSmrg      else
388773143b9aSmrg	case $1 in
388873143b9aSmrg        -*)set "./$1";;
388973143b9aSmrg	esac;
389073143b9aSmrg	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
389173143b9aSmrg	???[sx]*):;;*)false;;esac;fi
389273143b9aSmrg    '\'' sh
389373143b9aSmrg  '
389473143b9aSmrgfi
389573143b9aSmrgas_executable_p=$as_test_x
389673143b9aSmrg
389773143b9aSmrg# Sed expression to map a string onto a valid CPP name.
389873143b9aSmrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
389973143b9aSmrg
390073143b9aSmrg# Sed expression to map a string onto a valid variable name.
390173143b9aSmrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
390273143b9aSmrg
390373143b9aSmrg
390473143b9aSmrgexec 6>&1
390573143b9aSmrg
390673143b9aSmrg# Save the log message, to keep $[0] and so on meaningful, and to
390773143b9aSmrg# report actual input values of CONFIG_FILES etc. instead of their
390873143b9aSmrg# values after options handling.
390973143b9aSmrgac_log="
3910e8a71cdfSmrgThis file was extended by xtrans $as_me 1.2.4, which was
391173143b9aSmrggenerated by GNU Autoconf 2.61.  Invocation command line was
391273143b9aSmrg
391373143b9aSmrg  CONFIG_FILES    = $CONFIG_FILES
391473143b9aSmrg  CONFIG_HEADERS  = $CONFIG_HEADERS
391573143b9aSmrg  CONFIG_LINKS    = $CONFIG_LINKS
391673143b9aSmrg  CONFIG_COMMANDS = $CONFIG_COMMANDS
391773143b9aSmrg  $ $0 $@
391873143b9aSmrg
391973143b9aSmrgon `(hostname || uname -n) 2>/dev/null | sed 1q`
392073143b9aSmrg"
392173143b9aSmrg
392273143b9aSmrg_ACEOF
392373143b9aSmrg
392473143b9aSmrgcat >>$CONFIG_STATUS <<_ACEOF
392573143b9aSmrg# Files that config.status was made for.
392673143b9aSmrgconfig_files="$ac_config_files"
392773143b9aSmrgconfig_commands="$ac_config_commands"
392873143b9aSmrg
392973143b9aSmrg_ACEOF
393073143b9aSmrg
393173143b9aSmrgcat >>$CONFIG_STATUS <<\_ACEOF
393273143b9aSmrgac_cs_usage="\
393373143b9aSmrg\`$as_me' instantiates files from templates according to the
393473143b9aSmrgcurrent configuration.
393573143b9aSmrg
393673143b9aSmrgUsage: $0 [OPTIONS] [FILE]...
393773143b9aSmrg
393873143b9aSmrg  -h, --help       print this help, then exit
393973143b9aSmrg  -V, --version    print version number and configuration settings, then exit
394073143b9aSmrg  -q, --quiet      do not print progress messages
394173143b9aSmrg  -d, --debug      don't remove temporary files
394273143b9aSmrg      --recheck    update $as_me by reconfiguring in the same conditions
394373143b9aSmrg  --file=FILE[:TEMPLATE]
394473143b9aSmrg		   instantiate the configuration file FILE
394573143b9aSmrg
394673143b9aSmrgConfiguration files:
394773143b9aSmrg$config_files
394873143b9aSmrg
394973143b9aSmrgConfiguration commands:
395073143b9aSmrg$config_commands
395173143b9aSmrg
395273143b9aSmrgReport bugs to <bug-autoconf@gnu.org>."
395373143b9aSmrg
395473143b9aSmrg_ACEOF
395573143b9aSmrgcat >>$CONFIG_STATUS <<_ACEOF
395673143b9aSmrgac_cs_version="\\
3957e8a71cdfSmrgxtrans config.status 1.2.4
395873143b9aSmrgconfigured by $0, generated by GNU Autoconf 2.61,
395973143b9aSmrg  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
396073143b9aSmrg
396173143b9aSmrgCopyright (C) 2006 Free Software Foundation, Inc.
396273143b9aSmrgThis config.status script is free software; the Free Software Foundation
396373143b9aSmrggives unlimited permission to copy, distribute and modify it."
396473143b9aSmrg
396573143b9aSmrgac_pwd='$ac_pwd'
396673143b9aSmrgsrcdir='$srcdir'
396773143b9aSmrgINSTALL='$INSTALL'
396873143b9aSmrgMKDIR_P='$MKDIR_P'
396973143b9aSmrg_ACEOF
397073143b9aSmrg
397173143b9aSmrgcat >>$CONFIG_STATUS <<\_ACEOF
397273143b9aSmrg# If no file are specified by the user, then we need to provide default
397373143b9aSmrg# value.  By we need to know if files were specified by the user.
397473143b9aSmrgac_need_defaults=:
397573143b9aSmrgwhile test $# != 0
397673143b9aSmrgdo
397773143b9aSmrg  case $1 in
397873143b9aSmrg  --*=*)
397973143b9aSmrg    ac_option=`expr "X$1" : 'X\([^=]*\)='`
398073143b9aSmrg    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
398173143b9aSmrg    ac_shift=:
398273143b9aSmrg    ;;
398373143b9aSmrg  *)
398473143b9aSmrg    ac_option=$1
398573143b9aSmrg    ac_optarg=$2
398673143b9aSmrg    ac_shift=shift
398773143b9aSmrg    ;;
398873143b9aSmrg  esac
398973143b9aSmrg
399073143b9aSmrg  case $ac_option in
399173143b9aSmrg  # Handling of the options.
399273143b9aSmrg  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
399373143b9aSmrg    ac_cs_recheck=: ;;
399473143b9aSmrg  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
399573143b9aSmrg    echo "$ac_cs_version"; exit ;;
399673143b9aSmrg  --debug | --debu | --deb | --de | --d | -d )
399773143b9aSmrg    debug=: ;;
399873143b9aSmrg  --file | --fil | --fi | --f )
399973143b9aSmrg    $ac_shift
400073143b9aSmrg    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
400173143b9aSmrg    ac_need_defaults=false;;
400273143b9aSmrg  --he | --h |  --help | --hel | -h )
400373143b9aSmrg    echo "$ac_cs_usage"; exit ;;
400473143b9aSmrg  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
400573143b9aSmrg  | -silent | --silent | --silen | --sile | --sil | --si | --s)
400673143b9aSmrg    ac_cs_silent=: ;;
400773143b9aSmrg
400873143b9aSmrg  # This is an error.
400973143b9aSmrg  -*) { echo "$as_me: error: unrecognized option: $1
401073143b9aSmrgTry \`$0 --help' for more information." >&2
401173143b9aSmrg   { (exit 1); exit 1; }; } ;;
401273143b9aSmrg
401373143b9aSmrg  *) ac_config_targets="$ac_config_targets $1"
401473143b9aSmrg     ac_need_defaults=false ;;
401573143b9aSmrg
401673143b9aSmrg  esac
401773143b9aSmrg  shift
401873143b9aSmrgdone
401973143b9aSmrg
402073143b9aSmrgac_configure_extra_args=
402173143b9aSmrg
402273143b9aSmrgif $ac_cs_silent; then
402373143b9aSmrg  exec 6>/dev/null
402473143b9aSmrg  ac_configure_extra_args="$ac_configure_extra_args --silent"
402573143b9aSmrgfi
402673143b9aSmrg
402773143b9aSmrg_ACEOF
402873143b9aSmrgcat >>$CONFIG_STATUS <<_ACEOF
402973143b9aSmrgif \$ac_cs_recheck; then
403073143b9aSmrg  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
403173143b9aSmrg  CONFIG_SHELL=$SHELL
403273143b9aSmrg  export CONFIG_SHELL
403373143b9aSmrg  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
403473143b9aSmrgfi
403573143b9aSmrg
403673143b9aSmrg_ACEOF
403773143b9aSmrgcat >>$CONFIG_STATUS <<\_ACEOF
403873143b9aSmrgexec 5>>config.log
403973143b9aSmrg{
404073143b9aSmrg  echo
404173143b9aSmrg  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
404273143b9aSmrg## Running $as_me. ##
404373143b9aSmrg_ASBOX
404473143b9aSmrg  echo "$ac_log"
404573143b9aSmrg} >&5
404673143b9aSmrg
404773143b9aSmrg_ACEOF
404873143b9aSmrgcat >>$CONFIG_STATUS <<_ACEOF
404973143b9aSmrg#
405073143b9aSmrg# INIT-COMMANDS
405173143b9aSmrg#
405273143b9aSmrgAMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
405373143b9aSmrg
405473143b9aSmrg_ACEOF
405573143b9aSmrg
405673143b9aSmrgcat >>$CONFIG_STATUS <<\_ACEOF
405773143b9aSmrg
405873143b9aSmrg# Handling of arguments.
405973143b9aSmrgfor ac_config_target in $ac_config_targets
406073143b9aSmrgdo
406173143b9aSmrg  case $ac_config_target in
406273143b9aSmrg    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
406373143b9aSmrg    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
406473143b9aSmrg    "xtrans.pc") CONFIG_FILES="$CONFIG_FILES xtrans.pc" ;;
406573143b9aSmrg
406673143b9aSmrg  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
406773143b9aSmrgecho "$as_me: error: invalid argument: $ac_config_target" >&2;}
406873143b9aSmrg   { (exit 1); exit 1; }; };;
406973143b9aSmrg  esac
407073143b9aSmrgdone
407173143b9aSmrg
407273143b9aSmrg
407373143b9aSmrg# If the user did not use the arguments to specify the items to instantiate,
407473143b9aSmrg# then the envvar interface is used.  Set only those that are not.
407573143b9aSmrg# We use the long form for the default assignment because of an extremely
407673143b9aSmrg# bizarre bug on SunOS 4.1.3.
407773143b9aSmrgif $ac_need_defaults; then
407873143b9aSmrg  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
407973143b9aSmrg  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
408073143b9aSmrgfi
408173143b9aSmrg
408273143b9aSmrg# Have a temporary directory for convenience.  Make it in the build tree
408373143b9aSmrg# simply because there is no reason against having it here, and in addition,
408473143b9aSmrg# creating and moving files from /tmp can sometimes cause problems.
408573143b9aSmrg# Hook for its removal unless debugging.
408673143b9aSmrg# Note that there is a small window in which the directory will not be cleaned:
408773143b9aSmrg# after its creation but before its name has been assigned to `$tmp'.
408873143b9aSmrg$debug ||
408973143b9aSmrg{
409073143b9aSmrg  tmp=
409173143b9aSmrg  trap 'exit_status=$?
409273143b9aSmrg  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
409373143b9aSmrg' 0
409473143b9aSmrg  trap '{ (exit 1); exit 1; }' 1 2 13 15
409573143b9aSmrg}
409673143b9aSmrg# Create a (secure) tmp directory for tmp files.
409773143b9aSmrg
409873143b9aSmrg{
409973143b9aSmrg  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
410073143b9aSmrg  test -n "$tmp" && test -d "$tmp"
410173143b9aSmrg}  ||
410273143b9aSmrg{
410373143b9aSmrg  tmp=./conf$$-$RANDOM
410473143b9aSmrg  (umask 077 && mkdir "$tmp")
410573143b9aSmrg} ||
410673143b9aSmrg{
410773143b9aSmrg   echo "$me: cannot create a temporary directory in ." >&2
410873143b9aSmrg   { (exit 1); exit 1; }
410973143b9aSmrg}
411073143b9aSmrg
411173143b9aSmrg#
411273143b9aSmrg# Set up the sed scripts for CONFIG_FILES section.
411373143b9aSmrg#
411473143b9aSmrg
411573143b9aSmrg# No need to generate the scripts if there are no CONFIG_FILES.
411673143b9aSmrg# This happens for instance when ./config.status config.h
411773143b9aSmrgif test -n "$CONFIG_FILES"; then
411873143b9aSmrg
411973143b9aSmrg_ACEOF
412073143b9aSmrg
412173143b9aSmrg
412273143b9aSmrg
412373143b9aSmrgac_delim='%!_!# '
412473143b9aSmrgfor ac_last_try in false false false false false :; do
412573143b9aSmrg  cat >conf$$subs.sed <<_ACEOF
412673143b9aSmrgSHELL!$SHELL$ac_delim
412773143b9aSmrgPATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
412873143b9aSmrgPACKAGE_NAME!$PACKAGE_NAME$ac_delim
412973143b9aSmrgPACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
413073143b9aSmrgPACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
413173143b9aSmrgPACKAGE_STRING!$PACKAGE_STRING$ac_delim
413273143b9aSmrgPACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
413373143b9aSmrgexec_prefix!$exec_prefix$ac_delim
413473143b9aSmrgprefix!$prefix$ac_delim
413573143b9aSmrgprogram_transform_name!$program_transform_name$ac_delim
413673143b9aSmrgbindir!$bindir$ac_delim
413773143b9aSmrgsbindir!$sbindir$ac_delim
413873143b9aSmrglibexecdir!$libexecdir$ac_delim
413973143b9aSmrgdatarootdir!$datarootdir$ac_delim
414073143b9aSmrgdatadir!$datadir$ac_delim
414173143b9aSmrgsysconfdir!$sysconfdir$ac_delim
414273143b9aSmrgsharedstatedir!$sharedstatedir$ac_delim
414373143b9aSmrglocalstatedir!$localstatedir$ac_delim
414473143b9aSmrgincludedir!$includedir$ac_delim
414573143b9aSmrgoldincludedir!$oldincludedir$ac_delim
414673143b9aSmrgdocdir!$docdir$ac_delim
414773143b9aSmrginfodir!$infodir$ac_delim
414873143b9aSmrghtmldir!$htmldir$ac_delim
414973143b9aSmrgdvidir!$dvidir$ac_delim
415073143b9aSmrgpdfdir!$pdfdir$ac_delim
415173143b9aSmrgpsdir!$psdir$ac_delim
415273143b9aSmrglibdir!$libdir$ac_delim
415373143b9aSmrglocaledir!$localedir$ac_delim
415473143b9aSmrgmandir!$mandir$ac_delim
415573143b9aSmrgDEFS!$DEFS$ac_delim
415673143b9aSmrgECHO_C!$ECHO_C$ac_delim
415773143b9aSmrgECHO_N!$ECHO_N$ac_delim
415873143b9aSmrgECHO_T!$ECHO_T$ac_delim
415973143b9aSmrgLIBS!$LIBS$ac_delim
416073143b9aSmrgbuild_alias!$build_alias$ac_delim
416173143b9aSmrghost_alias!$host_alias$ac_delim
416273143b9aSmrgtarget_alias!$target_alias$ac_delim
416373143b9aSmrgINSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
416473143b9aSmrgINSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
416573143b9aSmrgINSTALL_DATA!$INSTALL_DATA$ac_delim
416673143b9aSmrgam__isrc!$am__isrc$ac_delim
416773143b9aSmrgCYGPATH_W!$CYGPATH_W$ac_delim
416873143b9aSmrgPACKAGE!$PACKAGE$ac_delim
416973143b9aSmrgVERSION!$VERSION$ac_delim
417073143b9aSmrgACLOCAL!$ACLOCAL$ac_delim
417173143b9aSmrgAUTOCONF!$AUTOCONF$ac_delim
417273143b9aSmrgAUTOMAKE!$AUTOMAKE$ac_delim
417373143b9aSmrgAUTOHEADER!$AUTOHEADER$ac_delim
417473143b9aSmrgMAKEINFO!$MAKEINFO$ac_delim
417573143b9aSmrginstall_sh!$install_sh$ac_delim
417673143b9aSmrgSTRIP!$STRIP$ac_delim
417773143b9aSmrgINSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
417873143b9aSmrgmkdir_p!$mkdir_p$ac_delim
417973143b9aSmrgAWK!$AWK$ac_delim
418073143b9aSmrgSET_MAKE!$SET_MAKE$ac_delim
418173143b9aSmrgam__leading_dot!$am__leading_dot$ac_delim
418273143b9aSmrgAMTAR!$AMTAR$ac_delim
418373143b9aSmrgam__tar!$am__tar$ac_delim
418473143b9aSmrgam__untar!$am__untar$ac_delim
418573143b9aSmrgMAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
418673143b9aSmrgMAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
418773143b9aSmrgMAINT!$MAINT$ac_delim
418873143b9aSmrgCC!$CC$ac_delim
418973143b9aSmrgCFLAGS!$CFLAGS$ac_delim
419073143b9aSmrgLDFLAGS!$LDFLAGS$ac_delim
419173143b9aSmrgCPPFLAGS!$CPPFLAGS$ac_delim
419273143b9aSmrgac_ct_CC!$ac_ct_CC$ac_delim
419373143b9aSmrgEXEEXT!$EXEEXT$ac_delim
419473143b9aSmrgOBJEXT!$OBJEXT$ac_delim
419573143b9aSmrgDEPDIR!$DEPDIR$ac_delim
419673143b9aSmrgam__include!$am__include$ac_delim
419773143b9aSmrgam__quote!$am__quote$ac_delim
419873143b9aSmrgAMDEP_TRUE!$AMDEP_TRUE$ac_delim
419973143b9aSmrgAMDEP_FALSE!$AMDEP_FALSE$ac_delim
420073143b9aSmrgAMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
420173143b9aSmrgCCDEPMODE!$CCDEPMODE$ac_delim
420273143b9aSmrgam__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
420373143b9aSmrgam__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
420473143b9aSmrgfchown_define!$fchown_define$ac_delim
420573143b9aSmrgsticky_bit_define!$sticky_bit_define$ac_delim
42068d4c0f7bSmrgCHANGELOG_CMD!$CHANGELOG_CMD$ac_delim
42078d4c0f7bSmrgdistcleancheck_listfiles!$distcleancheck_listfiles$ac_delim
420873143b9aSmrgLIBOBJS!$LIBOBJS$ac_delim
420973143b9aSmrgLTLIBOBJS!$LTLIBOBJS$ac_delim
421073143b9aSmrg_ACEOF
421173143b9aSmrg
42128d4c0f7bSmrg  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 84; then
421373143b9aSmrg    break
421473143b9aSmrg  elif $ac_last_try; then
421573143b9aSmrg    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
421673143b9aSmrgecho "$as_me: error: could not make $CONFIG_STATUS" >&2;}
421773143b9aSmrg   { (exit 1); exit 1; }; }
421873143b9aSmrg  else
421973143b9aSmrg    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
422073143b9aSmrg  fi
422173143b9aSmrgdone
422273143b9aSmrg
422373143b9aSmrgac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
422473143b9aSmrgif test -n "$ac_eof"; then
422573143b9aSmrg  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
422673143b9aSmrg  ac_eof=`expr $ac_eof + 1`
422773143b9aSmrgfi
422873143b9aSmrg
422973143b9aSmrgcat >>$CONFIG_STATUS <<_ACEOF
423073143b9aSmrgcat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
423173143b9aSmrg/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
423273143b9aSmrg_ACEOF
423373143b9aSmrgsed '
423473143b9aSmrgs/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
423573143b9aSmrgs/^/s,@/; s/!/@,|#_!!_#|/
423673143b9aSmrg:n
423773143b9aSmrgt n
423873143b9aSmrgs/'"$ac_delim"'$/,g/; t
423973143b9aSmrgs/$/\\/; p
424073143b9aSmrgN; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
424173143b9aSmrg' >>$CONFIG_STATUS <conf$$subs.sed
424273143b9aSmrgrm -f conf$$subs.sed
424373143b9aSmrgcat >>$CONFIG_STATUS <<_ACEOF
424473143b9aSmrg:end
424573143b9aSmrgs/|#_!!_#|//g
424673143b9aSmrgCEOF$ac_eof
424773143b9aSmrg_ACEOF
424873143b9aSmrg
424973143b9aSmrg
425073143b9aSmrg# VPATH may cause trouble with some makes, so we remove $(srcdir),
425173143b9aSmrg# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
425273143b9aSmrg# trailing colons and then remove the whole line if VPATH becomes empty
425373143b9aSmrg# (actually we leave an empty line to preserve line numbers).
425473143b9aSmrgif test "x$srcdir" = x.; then
425573143b9aSmrg  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
425673143b9aSmrgs/:*\$(srcdir):*/:/
425773143b9aSmrgs/:*\${srcdir}:*/:/
425873143b9aSmrgs/:*@srcdir@:*/:/
425973143b9aSmrgs/^\([^=]*=[	 ]*\):*/\1/
426073143b9aSmrgs/:*$//
426173143b9aSmrgs/^[^=]*=[	 ]*$//
426273143b9aSmrg}'
426373143b9aSmrgfi
426473143b9aSmrg
426573143b9aSmrgcat >>$CONFIG_STATUS <<\_ACEOF
426673143b9aSmrgfi # test -n "$CONFIG_FILES"
426773143b9aSmrg
426873143b9aSmrg
426973143b9aSmrgfor ac_tag in  :F $CONFIG_FILES      :C $CONFIG_COMMANDS
427073143b9aSmrgdo
427173143b9aSmrg  case $ac_tag in
427273143b9aSmrg  :[FHLC]) ac_mode=$ac_tag; continue;;
427373143b9aSmrg  esac
427473143b9aSmrg  case $ac_mode$ac_tag in
427573143b9aSmrg  :[FHL]*:*);;
427673143b9aSmrg  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
427773143b9aSmrgecho "$as_me: error: Invalid tag $ac_tag." >&2;}
427873143b9aSmrg   { (exit 1); exit 1; }; };;
427973143b9aSmrg  :[FH]-) ac_tag=-:-;;
428073143b9aSmrg  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
428173143b9aSmrg  esac
428273143b9aSmrg  ac_save_IFS=$IFS
428373143b9aSmrg  IFS=:
428473143b9aSmrg  set x $ac_tag
428573143b9aSmrg  IFS=$ac_save_IFS
428673143b9aSmrg  shift
428773143b9aSmrg  ac_file=$1
428873143b9aSmrg  shift
428973143b9aSmrg
429073143b9aSmrg  case $ac_mode in
429173143b9aSmrg  :L) ac_source=$1;;
429273143b9aSmrg  :[FH])
429373143b9aSmrg    ac_file_inputs=
429473143b9aSmrg    for ac_f
429573143b9aSmrg    do
429673143b9aSmrg      case $ac_f in
429773143b9aSmrg      -) ac_f="$tmp/stdin";;
429873143b9aSmrg      *) # Look for the file first in the build tree, then in the source tree
429973143b9aSmrg	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
430073143b9aSmrg	 # because $ac_f cannot contain `:'.
430173143b9aSmrg	 test -f "$ac_f" ||
430273143b9aSmrg	   case $ac_f in
430373143b9aSmrg	   [\\/$]*) false;;
430473143b9aSmrg	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
430573143b9aSmrg	   esac ||
430673143b9aSmrg	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
430773143b9aSmrgecho "$as_me: error: cannot find input file: $ac_f" >&2;}
430873143b9aSmrg   { (exit 1); exit 1; }; };;
430973143b9aSmrg      esac
431073143b9aSmrg      ac_file_inputs="$ac_file_inputs $ac_f"
431173143b9aSmrg    done
431273143b9aSmrg
431373143b9aSmrg    # Let's still pretend it is `configure' which instantiates (i.e., don't
431473143b9aSmrg    # use $as_me), people would be surprised to read:
431573143b9aSmrg    #    /* config.h.  Generated by config.status.  */
431673143b9aSmrg    configure_input="Generated from "`IFS=:
431773143b9aSmrg	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
431873143b9aSmrg    if test x"$ac_file" != x-; then
431973143b9aSmrg      configure_input="$ac_file.  $configure_input"
432073143b9aSmrg      { echo "$as_me:$LINENO: creating $ac_file" >&5
432173143b9aSmrgecho "$as_me: creating $ac_file" >&6;}
432273143b9aSmrg    fi
432373143b9aSmrg
432473143b9aSmrg    case $ac_tag in
432573143b9aSmrg    *:-:* | *:-) cat >"$tmp/stdin";;
432673143b9aSmrg    esac
432773143b9aSmrg    ;;
432873143b9aSmrg  esac
432973143b9aSmrg
433073143b9aSmrg  ac_dir=`$as_dirname -- "$ac_file" ||
433173143b9aSmrg$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
433273143b9aSmrg	 X"$ac_file" : 'X\(//\)[^/]' \| \
433373143b9aSmrg	 X"$ac_file" : 'X\(//\)$' \| \
433473143b9aSmrg	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
433573143b9aSmrgecho X"$ac_file" |
433673143b9aSmrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
433773143b9aSmrg	    s//\1/
433873143b9aSmrg	    q
433973143b9aSmrg	  }
434073143b9aSmrg	  /^X\(\/\/\)[^/].*/{
434173143b9aSmrg	    s//\1/
434273143b9aSmrg	    q
434373143b9aSmrg	  }
434473143b9aSmrg	  /^X\(\/\/\)$/{
434573143b9aSmrg	    s//\1/
434673143b9aSmrg	    q
434773143b9aSmrg	  }
434873143b9aSmrg	  /^X\(\/\).*/{
434973143b9aSmrg	    s//\1/
435073143b9aSmrg	    q
435173143b9aSmrg	  }
435273143b9aSmrg	  s/.*/./; q'`
435373143b9aSmrg  { as_dir="$ac_dir"
435473143b9aSmrg  case $as_dir in #(
435573143b9aSmrg  -*) as_dir=./$as_dir;;
435673143b9aSmrg  esac
435773143b9aSmrg  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
435873143b9aSmrg    as_dirs=
435973143b9aSmrg    while :; do
436073143b9aSmrg      case $as_dir in #(
436173143b9aSmrg      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
436273143b9aSmrg      *) as_qdir=$as_dir;;
436373143b9aSmrg      esac
436473143b9aSmrg      as_dirs="'$as_qdir' $as_dirs"
436573143b9aSmrg      as_dir=`$as_dirname -- "$as_dir" ||
436673143b9aSmrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
436773143b9aSmrg	 X"$as_dir" : 'X\(//\)[^/]' \| \
436873143b9aSmrg	 X"$as_dir" : 'X\(//\)$' \| \
436973143b9aSmrg	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
437073143b9aSmrgecho X"$as_dir" |
437173143b9aSmrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
437273143b9aSmrg	    s//\1/
437373143b9aSmrg	    q
437473143b9aSmrg	  }
437573143b9aSmrg	  /^X\(\/\/\)[^/].*/{
437673143b9aSmrg	    s//\1/
437773143b9aSmrg	    q
437873143b9aSmrg	  }
437973143b9aSmrg	  /^X\(\/\/\)$/{
438073143b9aSmrg	    s//\1/
438173143b9aSmrg	    q
438273143b9aSmrg	  }
438373143b9aSmrg	  /^X\(\/\).*/{
438473143b9aSmrg	    s//\1/
438573143b9aSmrg	    q
438673143b9aSmrg	  }
438773143b9aSmrg	  s/.*/./; q'`
438873143b9aSmrg      test -d "$as_dir" && break
438973143b9aSmrg    done
439073143b9aSmrg    test -z "$as_dirs" || eval "mkdir $as_dirs"
439173143b9aSmrg  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
439273143b9aSmrgecho "$as_me: error: cannot create directory $as_dir" >&2;}
439373143b9aSmrg   { (exit 1); exit 1; }; }; }
439473143b9aSmrg  ac_builddir=.
439573143b9aSmrg
439673143b9aSmrgcase "$ac_dir" in
439773143b9aSmrg.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
439873143b9aSmrg*)
439973143b9aSmrg  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
440073143b9aSmrg  # A ".." for each directory in $ac_dir_suffix.
440173143b9aSmrg  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
440273143b9aSmrg  case $ac_top_builddir_sub in
440373143b9aSmrg  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
440473143b9aSmrg  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
440573143b9aSmrg  esac ;;
440673143b9aSmrgesac
440773143b9aSmrgac_abs_top_builddir=$ac_pwd
440873143b9aSmrgac_abs_builddir=$ac_pwd$ac_dir_suffix
440973143b9aSmrg# for backward compatibility:
441073143b9aSmrgac_top_builddir=$ac_top_build_prefix
441173143b9aSmrg
441273143b9aSmrgcase $srcdir in
441373143b9aSmrg  .)  # We are building in place.
441473143b9aSmrg    ac_srcdir=.
441573143b9aSmrg    ac_top_srcdir=$ac_top_builddir_sub
441673143b9aSmrg    ac_abs_top_srcdir=$ac_pwd ;;
441773143b9aSmrg  [\\/]* | ?:[\\/]* )  # Absolute name.
441873143b9aSmrg    ac_srcdir=$srcdir$ac_dir_suffix;
441973143b9aSmrg    ac_top_srcdir=$srcdir
442073143b9aSmrg    ac_abs_top_srcdir=$srcdir ;;
442173143b9aSmrg  *) # Relative name.
442273143b9aSmrg    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
442373143b9aSmrg    ac_top_srcdir=$ac_top_build_prefix$srcdir
442473143b9aSmrg    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
442573143b9aSmrgesac
442673143b9aSmrgac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
442773143b9aSmrg
442873143b9aSmrg
442973143b9aSmrg  case $ac_mode in
443073143b9aSmrg  :F)
443173143b9aSmrg  #
443273143b9aSmrg  # CONFIG_FILE
443373143b9aSmrg  #
443473143b9aSmrg
443573143b9aSmrg  case $INSTALL in
443673143b9aSmrg  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
443773143b9aSmrg  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
443873143b9aSmrg  esac
443973143b9aSmrg  ac_MKDIR_P=$MKDIR_P
444073143b9aSmrg  case $MKDIR_P in
444173143b9aSmrg  [\\/$]* | ?:[\\/]* ) ;;
444273143b9aSmrg  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
444373143b9aSmrg  esac
444473143b9aSmrg_ACEOF
444573143b9aSmrg
444673143b9aSmrgcat >>$CONFIG_STATUS <<\_ACEOF
444773143b9aSmrg# If the template does not know about datarootdir, expand it.
444873143b9aSmrg# FIXME: This hack should be removed a few years after 2.60.
444973143b9aSmrgac_datarootdir_hack=; ac_datarootdir_seen=
445073143b9aSmrg
445173143b9aSmrgcase `sed -n '/datarootdir/ {
445273143b9aSmrg  p
445373143b9aSmrg  q
445473143b9aSmrg}
445573143b9aSmrg/@datadir@/p
445673143b9aSmrg/@docdir@/p
445773143b9aSmrg/@infodir@/p
445873143b9aSmrg/@localedir@/p
445973143b9aSmrg/@mandir@/p
446073143b9aSmrg' $ac_file_inputs` in
446173143b9aSmrg*datarootdir*) ac_datarootdir_seen=yes;;
446273143b9aSmrg*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
446373143b9aSmrg  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
446473143b9aSmrgecho "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
446573143b9aSmrg_ACEOF
446673143b9aSmrgcat >>$CONFIG_STATUS <<_ACEOF
446773143b9aSmrg  ac_datarootdir_hack='
446873143b9aSmrg  s&@datadir@&$datadir&g
446973143b9aSmrg  s&@docdir@&$docdir&g
447073143b9aSmrg  s&@infodir@&$infodir&g
447173143b9aSmrg  s&@localedir@&$localedir&g
447273143b9aSmrg  s&@mandir@&$mandir&g
447373143b9aSmrg    s&\\\${datarootdir}&$datarootdir&g' ;;
447473143b9aSmrgesac
447573143b9aSmrg_ACEOF
447673143b9aSmrg
447773143b9aSmrg# Neutralize VPATH when `$srcdir' = `.'.
447873143b9aSmrg# Shell code in configure.ac might set extrasub.
447973143b9aSmrg# FIXME: do we really want to maintain this feature?
448073143b9aSmrgcat >>$CONFIG_STATUS <<_ACEOF
448173143b9aSmrg  sed "$ac_vpsub
448273143b9aSmrg$extrasub
448373143b9aSmrg_ACEOF
448473143b9aSmrgcat >>$CONFIG_STATUS <<\_ACEOF
448573143b9aSmrg:t
448673143b9aSmrg/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
448773143b9aSmrgs&@configure_input@&$configure_input&;t t
448873143b9aSmrgs&@top_builddir@&$ac_top_builddir_sub&;t t
448973143b9aSmrgs&@srcdir@&$ac_srcdir&;t t
449073143b9aSmrgs&@abs_srcdir@&$ac_abs_srcdir&;t t
449173143b9aSmrgs&@top_srcdir@&$ac_top_srcdir&;t t
449273143b9aSmrgs&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
449373143b9aSmrgs&@builddir@&$ac_builddir&;t t
449473143b9aSmrgs&@abs_builddir@&$ac_abs_builddir&;t t
449573143b9aSmrgs&@abs_top_builddir@&$ac_abs_top_builddir&;t t
449673143b9aSmrgs&@INSTALL@&$ac_INSTALL&;t t
449773143b9aSmrgs&@MKDIR_P@&$ac_MKDIR_P&;t t
449873143b9aSmrg$ac_datarootdir_hack
449973143b9aSmrg" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
450073143b9aSmrg
450173143b9aSmrgtest -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
450273143b9aSmrg  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
450373143b9aSmrg  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
450473143b9aSmrg  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
450573143b9aSmrgwhich seems to be undefined.  Please make sure it is defined." >&5
450673143b9aSmrgecho "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
450773143b9aSmrgwhich seems to be undefined.  Please make sure it is defined." >&2;}
450873143b9aSmrg
450973143b9aSmrg  rm -f "$tmp/stdin"
451073143b9aSmrg  case $ac_file in
451173143b9aSmrg  -) cat "$tmp/out"; rm -f "$tmp/out";;
451273143b9aSmrg  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
451373143b9aSmrg  esac
451473143b9aSmrg ;;
451573143b9aSmrg
451673143b9aSmrg
451773143b9aSmrg  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
451873143b9aSmrgecho "$as_me: executing $ac_file commands" >&6;}
451973143b9aSmrg ;;
452073143b9aSmrg  esac
452173143b9aSmrg
452273143b9aSmrg
452373143b9aSmrg  case $ac_file$ac_mode in
452473143b9aSmrg    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
452573143b9aSmrg  # Strip MF so we end up with the name of the file.
452673143b9aSmrg  mf=`echo "$mf" | sed -e 's/:.*$//'`
452773143b9aSmrg  # Check whether this is an Automake generated Makefile or not.
452873143b9aSmrg  # We used to match only the files named `Makefile.in', but
452973143b9aSmrg  # some people rename them; so instead we look at the file content.
453073143b9aSmrg  # Grep'ing the first line is not enough: some people post-process
453173143b9aSmrg  # each Makefile.in and add a new line on top of each file to say so.
453273143b9aSmrg  # Grep'ing the whole file is not good either: AIX grep has a line
453373143b9aSmrg  # limit of 2048, but all sed's we know have understand at least 4000.
45348d4c0f7bSmrg  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
453573143b9aSmrg    dirpart=`$as_dirname -- "$mf" ||
453673143b9aSmrg$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
453773143b9aSmrg	 X"$mf" : 'X\(//\)[^/]' \| \
453873143b9aSmrg	 X"$mf" : 'X\(//\)$' \| \
453973143b9aSmrg	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
454073143b9aSmrgecho X"$mf" |
454173143b9aSmrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
454273143b9aSmrg	    s//\1/
454373143b9aSmrg	    q
454473143b9aSmrg	  }
454573143b9aSmrg	  /^X\(\/\/\)[^/].*/{
454673143b9aSmrg	    s//\1/
454773143b9aSmrg	    q
454873143b9aSmrg	  }
454973143b9aSmrg	  /^X\(\/\/\)$/{
455073143b9aSmrg	    s//\1/
455173143b9aSmrg	    q
455273143b9aSmrg	  }
455373143b9aSmrg	  /^X\(\/\).*/{
455473143b9aSmrg	    s//\1/
455573143b9aSmrg	    q
455673143b9aSmrg	  }
455773143b9aSmrg	  s/.*/./; q'`
455873143b9aSmrg  else
455973143b9aSmrg    continue
456073143b9aSmrg  fi
456173143b9aSmrg  # Extract the definition of DEPDIR, am__include, and am__quote
456273143b9aSmrg  # from the Makefile without running `make'.
456373143b9aSmrg  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
456473143b9aSmrg  test -z "$DEPDIR" && continue
456573143b9aSmrg  am__include=`sed -n 's/^am__include = //p' < "$mf"`
456673143b9aSmrg  test -z "am__include" && continue
456773143b9aSmrg  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
456873143b9aSmrg  # When using ansi2knr, U may be empty or an underscore; expand it
456973143b9aSmrg  U=`sed -n 's/^U = //p' < "$mf"`
457073143b9aSmrg  # Find all dependency output files, they are included files with
457173143b9aSmrg  # $(DEPDIR) in their names.  We invoke sed twice because it is the
457273143b9aSmrg  # simplest approach to changing $(DEPDIR) to its actual value in the
457373143b9aSmrg  # expansion.
457473143b9aSmrg  for file in `sed -n "
457573143b9aSmrg    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
457673143b9aSmrg       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
457773143b9aSmrg    # Make sure the directory exists.
457873143b9aSmrg    test -f "$dirpart/$file" && continue
457973143b9aSmrg    fdir=`$as_dirname -- "$file" ||
458073143b9aSmrg$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
458173143b9aSmrg	 X"$file" : 'X\(//\)[^/]' \| \
458273143b9aSmrg	 X"$file" : 'X\(//\)$' \| \
458373143b9aSmrg	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
458473143b9aSmrgecho X"$file" |
458573143b9aSmrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
458673143b9aSmrg	    s//\1/
458773143b9aSmrg	    q
458873143b9aSmrg	  }
458973143b9aSmrg	  /^X\(\/\/\)[^/].*/{
459073143b9aSmrg	    s//\1/
459173143b9aSmrg	    q
459273143b9aSmrg	  }
459373143b9aSmrg	  /^X\(\/\/\)$/{
459473143b9aSmrg	    s//\1/
459573143b9aSmrg	    q
459673143b9aSmrg	  }
459773143b9aSmrg	  /^X\(\/\).*/{
459873143b9aSmrg	    s//\1/
459973143b9aSmrg	    q
460073143b9aSmrg	  }
460173143b9aSmrg	  s/.*/./; q'`
460273143b9aSmrg    { as_dir=$dirpart/$fdir
460373143b9aSmrg  case $as_dir in #(
460473143b9aSmrg  -*) as_dir=./$as_dir;;
460573143b9aSmrg  esac
460673143b9aSmrg  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
460773143b9aSmrg    as_dirs=
460873143b9aSmrg    while :; do
460973143b9aSmrg      case $as_dir in #(
461073143b9aSmrg      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
461173143b9aSmrg      *) as_qdir=$as_dir;;
461273143b9aSmrg      esac
461373143b9aSmrg      as_dirs="'$as_qdir' $as_dirs"
461473143b9aSmrg      as_dir=`$as_dirname -- "$as_dir" ||
461573143b9aSmrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
461673143b9aSmrg	 X"$as_dir" : 'X\(//\)[^/]' \| \
461773143b9aSmrg	 X"$as_dir" : 'X\(//\)$' \| \
461873143b9aSmrg	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
461973143b9aSmrgecho X"$as_dir" |
462073143b9aSmrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
462173143b9aSmrg	    s//\1/
462273143b9aSmrg	    q
462373143b9aSmrg	  }
462473143b9aSmrg	  /^X\(\/\/\)[^/].*/{
462573143b9aSmrg	    s//\1/
462673143b9aSmrg	    q
462773143b9aSmrg	  }
462873143b9aSmrg	  /^X\(\/\/\)$/{
462973143b9aSmrg	    s//\1/
463073143b9aSmrg	    q
463173143b9aSmrg	  }
463273143b9aSmrg	  /^X\(\/\).*/{
463373143b9aSmrg	    s//\1/
463473143b9aSmrg	    q
463573143b9aSmrg	  }
463673143b9aSmrg	  s/.*/./; q'`
463773143b9aSmrg      test -d "$as_dir" && break
463873143b9aSmrg    done
463973143b9aSmrg    test -z "$as_dirs" || eval "mkdir $as_dirs"
464073143b9aSmrg  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
464173143b9aSmrgecho "$as_me: error: cannot create directory $as_dir" >&2;}
464273143b9aSmrg   { (exit 1); exit 1; }; }; }
464373143b9aSmrg    # echo "creating $dirpart/$file"
464473143b9aSmrg    echo '# dummy' > "$dirpart/$file"
464573143b9aSmrg  done
464673143b9aSmrgdone
464773143b9aSmrg ;;
464873143b9aSmrg
464973143b9aSmrg  esac
465073143b9aSmrgdone # for ac_tag
465173143b9aSmrg
465273143b9aSmrg
465373143b9aSmrg{ (exit 0); exit 0; }
465473143b9aSmrg_ACEOF
465573143b9aSmrgchmod +x $CONFIG_STATUS
465673143b9aSmrgac_clean_files=$ac_clean_files_save
465773143b9aSmrg
465873143b9aSmrg
465973143b9aSmrg# configure is writing to config.log, and then calls config.status.
466073143b9aSmrg# config.status does its own redirection, appending to config.log.
466173143b9aSmrg# Unfortunately, on DOS this fails, as config.log is still kept open
466273143b9aSmrg# by configure, so config.status won't be able to write to it; its
466373143b9aSmrg# output is simply discarded.  So we exec the FD to /dev/null,
466473143b9aSmrg# effectively closing config.log, so it can be properly (re)opened and
466573143b9aSmrg# appended to by config.status.  When coming back to configure, we
466673143b9aSmrg# need to make the FD available again.
466773143b9aSmrgif test "$no_create" != yes; then
466873143b9aSmrg  ac_cs_success=:
466973143b9aSmrg  ac_config_status_args=
467073143b9aSmrg  test "$silent" = yes &&
467173143b9aSmrg    ac_config_status_args="$ac_config_status_args --quiet"
467273143b9aSmrg  exec 5>/dev/null
467373143b9aSmrg  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
467473143b9aSmrg  exec 5>>config.log
467573143b9aSmrg  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
467673143b9aSmrg  # would make configure fail if this is the last instruction.
467773143b9aSmrg  $ac_cs_success || { (exit 1); exit 1; }
467873143b9aSmrgfi
467973143b9aSmrg
4680