configure revision 8d4c0f7b
173143b9aSmrg#! /bin/sh
273143b9aSmrg# Guess values for system-dependent variables and create Makefiles.
38d4c0f7bSmrg# Generated by GNU Autoconf 2.61 for xtrans 1.2.3.
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'
5778d4c0f7bSmrgPACKAGE_VERSION='1.2.3'
5788d4c0f7bSmrgPACKAGE_STRING='xtrans 1.2.3'
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
11768d4c0f7bSmrg\`configure' configures xtrans 1.2.3 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
12428d4c0f7bSmrg     short | recursive ) echo "Configuration of xtrans 1.2.3:";;
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
13338d4c0f7bSmrgxtrans configure 1.2.3
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
13478d4c0f7bSmrgIt was created by xtrans $as_me 1.2.3, 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'
20378d4c0f7bSmrg VERSION='1.2.3'
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
22098d4c0f7bSmrg	XORG_MACROS_needed_version=1.2
22108d4c0f7bSmrg	XORG_MACROS_needed_major=`echo $XORG_MACROS_needed_version | sed 's/\..*$//'`
22118d4c0f7bSmrg	XORG_MACROS_needed_minor=`echo $XORG_MACROS_needed_version | sed -e 's/^[0-9]*\.//' -e 's/\..*$//'`
22128d4c0f7bSmrg	{ echo "$as_me:$LINENO: checking if xorg-macros used to generate configure is at least ${XORG_MACROS_needed_major}.${XORG_MACROS_needed_minor}" >&5
22138d4c0f7bSmrgecho $ECHO_N "checking if xorg-macros used to generate configure is at least ${XORG_MACROS_needed_major}.${XORG_MACROS_needed_minor}... $ECHO_C" >&6; }
22148d4c0f7bSmrg	XORG_MACROS_version=1.2.1
22158d4c0f7bSmrg	XORG_MACROS_major=`echo $XORG_MACROS_version | sed 's/\..*$//'`
22168d4c0f7bSmrg	XORG_MACROS_minor=`echo $XORG_MACROS_version | sed -e 's/^[0-9]*\.//' -e 's/\..*$//'`
22178d4c0f7bSmrg	if test $XORG_MACROS_major -ne $XORG_MACROS_needed_major ; then
22188d4c0f7bSmrg		{ { echo "$as_me:$LINENO: error: configure built with incompatible version of xorg-macros.m4 - requires version ${XORG_MACROS_major}.x" >&5
22198d4c0f7bSmrgecho "$as_me: error: configure built with incompatible version of xorg-macros.m4 - requires version ${XORG_MACROS_major}.x" >&2;}
22208d4c0f7bSmrg   { (exit 1); exit 1; }; }
22218d4c0f7bSmrg	fi
22228d4c0f7bSmrg	if test $XORG_MACROS_minor -lt $XORG_MACROS_needed_minor ; then
22238d4c0f7bSmrg		{ { echo "$as_me:$LINENO: error: configure built with too old of a version of xorg-macros.m4 - requires version ${XORG_MACROS_major}.${XORG_MACROS_minor}.0 or newer" >&5
22248d4c0f7bSmrgecho "$as_me: error: configure built with too old of a version of xorg-macros.m4 - requires version ${XORG_MACROS_major}.${XORG_MACROS_minor}.0 or newer" >&2;}
22258d4c0f7bSmrg   { (exit 1); exit 1; }; }
22268d4c0f7bSmrg	fi
22278d4c0f7bSmrg	{ echo "$as_me:$LINENO: result: yes, $XORG_MACROS_version" >&5
22288d4c0f7bSmrgecho "${ECHO_T}yes, $XORG_MACROS_version" >&6; }
22298d4c0f7bSmrg
22308d4c0f7bSmrg
223173143b9aSmrg# Because xtrans is included into other modules rather than being linked
223273143b9aSmrg# with, these defines have to be added to the cflags line
223373143b9aSmrg
223473143b9aSmrg# fchown()
223573143b9aSmrg
223673143b9aSmrgDEPDIR="${am__leading_dot}deps"
223773143b9aSmrg
223873143b9aSmrgac_config_commands="$ac_config_commands depfiles"
223973143b9aSmrg
224073143b9aSmrg
224173143b9aSmrgam_make=${MAKE-make}
224273143b9aSmrgcat > confinc << 'END'
224373143b9aSmrgam__doit:
224473143b9aSmrg	@echo done
224573143b9aSmrg.PHONY: am__doit
224673143b9aSmrgEND
224773143b9aSmrg# If we don't find an include directive, just comment out the code.
224873143b9aSmrg{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
224973143b9aSmrgecho $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
225073143b9aSmrgam__include="#"
225173143b9aSmrgam__quote=
225273143b9aSmrg_am_result=none
225373143b9aSmrg# First try GNU make style include.
225473143b9aSmrgecho "include confinc" > confmf
225573143b9aSmrg# We grep out `Entering directory' and `Leaving directory'
225673143b9aSmrg# messages which can occur if `w' ends up in MAKEFLAGS.
225773143b9aSmrg# In particular we don't look at `^make:' because GNU make might
225873143b9aSmrg# be invoked under some other name (usually "gmake"), in which
225973143b9aSmrg# case it prints its new name instead of `make'.
226073143b9aSmrgif test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
226173143b9aSmrg   am__include=include
226273143b9aSmrg   am__quote=
226373143b9aSmrg   _am_result=GNU
226473143b9aSmrgfi
226573143b9aSmrg# Now try BSD make style include.
226673143b9aSmrgif test "$am__include" = "#"; then
226773143b9aSmrg   echo '.include "confinc"' > confmf
226873143b9aSmrg   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
226973143b9aSmrg      am__include=.include
227073143b9aSmrg      am__quote="\""
227173143b9aSmrg      _am_result=BSD
227273143b9aSmrg   fi
227373143b9aSmrgfi
227473143b9aSmrg
227573143b9aSmrg
227673143b9aSmrg{ echo "$as_me:$LINENO: result: $_am_result" >&5
227773143b9aSmrgecho "${ECHO_T}$_am_result" >&6; }
227873143b9aSmrgrm -f confinc confmf
227973143b9aSmrg
228073143b9aSmrg# Check whether --enable-dependency-tracking was given.
228173143b9aSmrgif test "${enable_dependency_tracking+set}" = set; then
228273143b9aSmrg  enableval=$enable_dependency_tracking;
228373143b9aSmrgfi
228473143b9aSmrg
228573143b9aSmrgif test "x$enable_dependency_tracking" != xno; then
228673143b9aSmrg  am_depcomp="$ac_aux_dir/depcomp"
228773143b9aSmrg  AMDEPBACKSLASH='\'
228873143b9aSmrgfi
228973143b9aSmrg if test "x$enable_dependency_tracking" != xno; then
229073143b9aSmrg  AMDEP_TRUE=
229173143b9aSmrg  AMDEP_FALSE='#'
229273143b9aSmrgelse
229373143b9aSmrg  AMDEP_TRUE='#'
229473143b9aSmrg  AMDEP_FALSE=
229573143b9aSmrgfi
229673143b9aSmrg
229773143b9aSmrg
229873143b9aSmrgac_ext=c
229973143b9aSmrgac_cpp='$CPP $CPPFLAGS'
230073143b9aSmrgac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
230173143b9aSmrgac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
230273143b9aSmrgac_compiler_gnu=$ac_cv_c_compiler_gnu
230373143b9aSmrgif test -n "$ac_tool_prefix"; then
230473143b9aSmrg  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
230573143b9aSmrgset dummy ${ac_tool_prefix}gcc; ac_word=$2
230673143b9aSmrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
230773143b9aSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
230873143b9aSmrgif test "${ac_cv_prog_CC+set}" = set; then
230973143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
231073143b9aSmrgelse
231173143b9aSmrg  if test -n "$CC"; then
231273143b9aSmrg  ac_cv_prog_CC="$CC" # Let the user override the test.
231373143b9aSmrgelse
231473143b9aSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
231573143b9aSmrgfor as_dir in $PATH
231673143b9aSmrgdo
231773143b9aSmrg  IFS=$as_save_IFS
231873143b9aSmrg  test -z "$as_dir" && as_dir=.
231973143b9aSmrg  for ac_exec_ext in '' $ac_executable_extensions; do
232073143b9aSmrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
232173143b9aSmrg    ac_cv_prog_CC="${ac_tool_prefix}gcc"
232273143b9aSmrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
232373143b9aSmrg    break 2
232473143b9aSmrg  fi
232573143b9aSmrgdone
232673143b9aSmrgdone
232773143b9aSmrgIFS=$as_save_IFS
232873143b9aSmrg
232973143b9aSmrgfi
233073143b9aSmrgfi
233173143b9aSmrgCC=$ac_cv_prog_CC
233273143b9aSmrgif test -n "$CC"; then
233373143b9aSmrg  { echo "$as_me:$LINENO: result: $CC" >&5
233473143b9aSmrgecho "${ECHO_T}$CC" >&6; }
233573143b9aSmrgelse
233673143b9aSmrg  { echo "$as_me:$LINENO: result: no" >&5
233773143b9aSmrgecho "${ECHO_T}no" >&6; }
233873143b9aSmrgfi
233973143b9aSmrg
234073143b9aSmrg
234173143b9aSmrgfi
234273143b9aSmrgif test -z "$ac_cv_prog_CC"; then
234373143b9aSmrg  ac_ct_CC=$CC
234473143b9aSmrg  # Extract the first word of "gcc", so it can be a program name with args.
234573143b9aSmrgset dummy gcc; ac_word=$2
234673143b9aSmrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
234773143b9aSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
234873143b9aSmrgif test "${ac_cv_prog_ac_ct_CC+set}" = set; then
234973143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
235073143b9aSmrgelse
235173143b9aSmrg  if test -n "$ac_ct_CC"; then
235273143b9aSmrg  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
235373143b9aSmrgelse
235473143b9aSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
235573143b9aSmrgfor as_dir in $PATH
235673143b9aSmrgdo
235773143b9aSmrg  IFS=$as_save_IFS
235873143b9aSmrg  test -z "$as_dir" && as_dir=.
235973143b9aSmrg  for ac_exec_ext in '' $ac_executable_extensions; do
236073143b9aSmrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
236173143b9aSmrg    ac_cv_prog_ac_ct_CC="gcc"
236273143b9aSmrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
236373143b9aSmrg    break 2
236473143b9aSmrg  fi
236573143b9aSmrgdone
236673143b9aSmrgdone
236773143b9aSmrgIFS=$as_save_IFS
236873143b9aSmrg
236973143b9aSmrgfi
237073143b9aSmrgfi
237173143b9aSmrgac_ct_CC=$ac_cv_prog_ac_ct_CC
237273143b9aSmrgif test -n "$ac_ct_CC"; then
237373143b9aSmrg  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
237473143b9aSmrgecho "${ECHO_T}$ac_ct_CC" >&6; }
237573143b9aSmrgelse
237673143b9aSmrg  { echo "$as_me:$LINENO: result: no" >&5
237773143b9aSmrgecho "${ECHO_T}no" >&6; }
237873143b9aSmrgfi
237973143b9aSmrg
238073143b9aSmrg  if test "x$ac_ct_CC" = x; then
238173143b9aSmrg    CC=""
238273143b9aSmrg  else
238373143b9aSmrg    case $cross_compiling:$ac_tool_warned in
238473143b9aSmrgyes:)
238573143b9aSmrg{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
238673143b9aSmrgwhose name does not start with the host triplet.  If you think this
238773143b9aSmrgconfiguration is useful to you, please write to autoconf@gnu.org." >&5
238873143b9aSmrgecho "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
238973143b9aSmrgwhose name does not start with the host triplet.  If you think this
239073143b9aSmrgconfiguration is useful to you, please write to autoconf@gnu.org." >&2;}
239173143b9aSmrgac_tool_warned=yes ;;
239273143b9aSmrgesac
239373143b9aSmrg    CC=$ac_ct_CC
239473143b9aSmrg  fi
239573143b9aSmrgelse
239673143b9aSmrg  CC="$ac_cv_prog_CC"
239773143b9aSmrgfi
239873143b9aSmrg
239973143b9aSmrgif test -z "$CC"; then
240073143b9aSmrg          if test -n "$ac_tool_prefix"; then
240173143b9aSmrg    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
240273143b9aSmrgset dummy ${ac_tool_prefix}cc; ac_word=$2
240373143b9aSmrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
240473143b9aSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
240573143b9aSmrgif test "${ac_cv_prog_CC+set}" = set; then
240673143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
240773143b9aSmrgelse
240873143b9aSmrg  if test -n "$CC"; then
240973143b9aSmrg  ac_cv_prog_CC="$CC" # Let the user override the test.
241073143b9aSmrgelse
241173143b9aSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
241273143b9aSmrgfor as_dir in $PATH
241373143b9aSmrgdo
241473143b9aSmrg  IFS=$as_save_IFS
241573143b9aSmrg  test -z "$as_dir" && as_dir=.
241673143b9aSmrg  for ac_exec_ext in '' $ac_executable_extensions; do
241773143b9aSmrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
241873143b9aSmrg    ac_cv_prog_CC="${ac_tool_prefix}cc"
241973143b9aSmrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
242073143b9aSmrg    break 2
242173143b9aSmrg  fi
242273143b9aSmrgdone
242373143b9aSmrgdone
242473143b9aSmrgIFS=$as_save_IFS
242573143b9aSmrg
242673143b9aSmrgfi
242773143b9aSmrgfi
242873143b9aSmrgCC=$ac_cv_prog_CC
242973143b9aSmrgif test -n "$CC"; then
243073143b9aSmrg  { echo "$as_me:$LINENO: result: $CC" >&5
243173143b9aSmrgecho "${ECHO_T}$CC" >&6; }
243273143b9aSmrgelse
243373143b9aSmrg  { echo "$as_me:$LINENO: result: no" >&5
243473143b9aSmrgecho "${ECHO_T}no" >&6; }
243573143b9aSmrgfi
243673143b9aSmrg
243773143b9aSmrg
243873143b9aSmrg  fi
243973143b9aSmrgfi
244073143b9aSmrgif test -z "$CC"; then
244173143b9aSmrg  # Extract the first word of "cc", so it can be a program name with args.
244273143b9aSmrgset dummy cc; ac_word=$2
244373143b9aSmrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
244473143b9aSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
244573143b9aSmrgif test "${ac_cv_prog_CC+set}" = set; then
244673143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
244773143b9aSmrgelse
244873143b9aSmrg  if test -n "$CC"; then
244973143b9aSmrg  ac_cv_prog_CC="$CC" # Let the user override the test.
245073143b9aSmrgelse
245173143b9aSmrg  ac_prog_rejected=no
245273143b9aSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
245373143b9aSmrgfor as_dir in $PATH
245473143b9aSmrgdo
245573143b9aSmrg  IFS=$as_save_IFS
245673143b9aSmrg  test -z "$as_dir" && as_dir=.
245773143b9aSmrg  for ac_exec_ext in '' $ac_executable_extensions; do
245873143b9aSmrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
245973143b9aSmrg    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
246073143b9aSmrg       ac_prog_rejected=yes
246173143b9aSmrg       continue
246273143b9aSmrg     fi
246373143b9aSmrg    ac_cv_prog_CC="cc"
246473143b9aSmrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
246573143b9aSmrg    break 2
246673143b9aSmrg  fi
246773143b9aSmrgdone
246873143b9aSmrgdone
246973143b9aSmrgIFS=$as_save_IFS
247073143b9aSmrg
247173143b9aSmrgif test $ac_prog_rejected = yes; then
247273143b9aSmrg  # We found a bogon in the path, so make sure we never use it.
247373143b9aSmrg  set dummy $ac_cv_prog_CC
247473143b9aSmrg  shift
247573143b9aSmrg  if test $# != 0; then
247673143b9aSmrg    # We chose a different compiler from the bogus one.
247773143b9aSmrg    # However, it has the same basename, so the bogon will be chosen
247873143b9aSmrg    # first if we set CC to just the basename; use the full file name.
247973143b9aSmrg    shift
248073143b9aSmrg    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
248173143b9aSmrg  fi
248273143b9aSmrgfi
248373143b9aSmrgfi
248473143b9aSmrgfi
248573143b9aSmrgCC=$ac_cv_prog_CC
248673143b9aSmrgif test -n "$CC"; then
248773143b9aSmrg  { echo "$as_me:$LINENO: result: $CC" >&5
248873143b9aSmrgecho "${ECHO_T}$CC" >&6; }
248973143b9aSmrgelse
249073143b9aSmrg  { echo "$as_me:$LINENO: result: no" >&5
249173143b9aSmrgecho "${ECHO_T}no" >&6; }
249273143b9aSmrgfi
249373143b9aSmrg
249473143b9aSmrg
249573143b9aSmrgfi
249673143b9aSmrgif test -z "$CC"; then
249773143b9aSmrg  if test -n "$ac_tool_prefix"; then
249873143b9aSmrg  for ac_prog in cl.exe
249973143b9aSmrg  do
250073143b9aSmrg    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
250173143b9aSmrgset dummy $ac_tool_prefix$ac_prog; ac_word=$2
250273143b9aSmrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
250373143b9aSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
250473143b9aSmrgif test "${ac_cv_prog_CC+set}" = set; then
250573143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
250673143b9aSmrgelse
250773143b9aSmrg  if test -n "$CC"; then
250873143b9aSmrg  ac_cv_prog_CC="$CC" # Let the user override the test.
250973143b9aSmrgelse
251073143b9aSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
251173143b9aSmrgfor as_dir in $PATH
251273143b9aSmrgdo
251373143b9aSmrg  IFS=$as_save_IFS
251473143b9aSmrg  test -z "$as_dir" && as_dir=.
251573143b9aSmrg  for ac_exec_ext in '' $ac_executable_extensions; do
251673143b9aSmrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
251773143b9aSmrg    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
251873143b9aSmrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
251973143b9aSmrg    break 2
252073143b9aSmrg  fi
252173143b9aSmrgdone
252273143b9aSmrgdone
252373143b9aSmrgIFS=$as_save_IFS
252473143b9aSmrg
252573143b9aSmrgfi
252673143b9aSmrgfi
252773143b9aSmrgCC=$ac_cv_prog_CC
252873143b9aSmrgif test -n "$CC"; then
252973143b9aSmrg  { echo "$as_me:$LINENO: result: $CC" >&5
253073143b9aSmrgecho "${ECHO_T}$CC" >&6; }
253173143b9aSmrgelse
253273143b9aSmrg  { echo "$as_me:$LINENO: result: no" >&5
253373143b9aSmrgecho "${ECHO_T}no" >&6; }
253473143b9aSmrgfi
253573143b9aSmrg
253673143b9aSmrg
253773143b9aSmrg    test -n "$CC" && break
253873143b9aSmrg  done
253973143b9aSmrgfi
254073143b9aSmrgif test -z "$CC"; then
254173143b9aSmrg  ac_ct_CC=$CC
254273143b9aSmrg  for ac_prog in cl.exe
254373143b9aSmrgdo
254473143b9aSmrg  # Extract the first word of "$ac_prog", so it can be a program name with args.
254573143b9aSmrgset dummy $ac_prog; ac_word=$2
254673143b9aSmrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
254773143b9aSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
254873143b9aSmrgif test "${ac_cv_prog_ac_ct_CC+set}" = set; then
254973143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
255073143b9aSmrgelse
255173143b9aSmrg  if test -n "$ac_ct_CC"; then
255273143b9aSmrg  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
255373143b9aSmrgelse
255473143b9aSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
255573143b9aSmrgfor as_dir in $PATH
255673143b9aSmrgdo
255773143b9aSmrg  IFS=$as_save_IFS
255873143b9aSmrg  test -z "$as_dir" && as_dir=.
255973143b9aSmrg  for ac_exec_ext in '' $ac_executable_extensions; do
256073143b9aSmrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
256173143b9aSmrg    ac_cv_prog_ac_ct_CC="$ac_prog"
256273143b9aSmrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
256373143b9aSmrg    break 2
256473143b9aSmrg  fi
256573143b9aSmrgdone
256673143b9aSmrgdone
256773143b9aSmrgIFS=$as_save_IFS
256873143b9aSmrg
256973143b9aSmrgfi
257073143b9aSmrgfi
257173143b9aSmrgac_ct_CC=$ac_cv_prog_ac_ct_CC
257273143b9aSmrgif test -n "$ac_ct_CC"; then
257373143b9aSmrg  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
257473143b9aSmrgecho "${ECHO_T}$ac_ct_CC" >&6; }
257573143b9aSmrgelse
257673143b9aSmrg  { echo "$as_me:$LINENO: result: no" >&5
257773143b9aSmrgecho "${ECHO_T}no" >&6; }
257873143b9aSmrgfi
257973143b9aSmrg
258073143b9aSmrg
258173143b9aSmrg  test -n "$ac_ct_CC" && break
258273143b9aSmrgdone
258373143b9aSmrg
258473143b9aSmrg  if test "x$ac_ct_CC" = x; then
258573143b9aSmrg    CC=""
258673143b9aSmrg  else
258773143b9aSmrg    case $cross_compiling:$ac_tool_warned in
258873143b9aSmrgyes:)
258973143b9aSmrg{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
259073143b9aSmrgwhose name does not start with the host triplet.  If you think this
259173143b9aSmrgconfiguration is useful to you, please write to autoconf@gnu.org." >&5
259273143b9aSmrgecho "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
259373143b9aSmrgwhose name does not start with the host triplet.  If you think this
259473143b9aSmrgconfiguration is useful to you, please write to autoconf@gnu.org." >&2;}
259573143b9aSmrgac_tool_warned=yes ;;
259673143b9aSmrgesac
259773143b9aSmrg    CC=$ac_ct_CC
259873143b9aSmrg  fi
259973143b9aSmrgfi
260073143b9aSmrg
260173143b9aSmrgfi
260273143b9aSmrg
260373143b9aSmrg
260473143b9aSmrgtest -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
260573143b9aSmrgSee \`config.log' for more details." >&5
260673143b9aSmrgecho "$as_me: error: no acceptable C compiler found in \$PATH
260773143b9aSmrgSee \`config.log' for more details." >&2;}
260873143b9aSmrg   { (exit 1); exit 1; }; }
260973143b9aSmrg
261073143b9aSmrg# Provide some information about the compiler.
261173143b9aSmrgecho "$as_me:$LINENO: checking for C compiler version" >&5
261273143b9aSmrgac_compiler=`set X $ac_compile; echo $2`
261373143b9aSmrg{ (ac_try="$ac_compiler --version >&5"
261473143b9aSmrgcase "(($ac_try" in
261573143b9aSmrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
261673143b9aSmrg  *) ac_try_echo=$ac_try;;
261773143b9aSmrgesac
261873143b9aSmrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
261973143b9aSmrg  (eval "$ac_compiler --version >&5") 2>&5
262073143b9aSmrg  ac_status=$?
262173143b9aSmrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
262273143b9aSmrg  (exit $ac_status); }
262373143b9aSmrg{ (ac_try="$ac_compiler -v >&5"
262473143b9aSmrgcase "(($ac_try" in
262573143b9aSmrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
262673143b9aSmrg  *) ac_try_echo=$ac_try;;
262773143b9aSmrgesac
262873143b9aSmrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
262973143b9aSmrg  (eval "$ac_compiler -v >&5") 2>&5
263073143b9aSmrg  ac_status=$?
263173143b9aSmrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
263273143b9aSmrg  (exit $ac_status); }
263373143b9aSmrg{ (ac_try="$ac_compiler -V >&5"
263473143b9aSmrgcase "(($ac_try" in
263573143b9aSmrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
263673143b9aSmrg  *) ac_try_echo=$ac_try;;
263773143b9aSmrgesac
263873143b9aSmrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
263973143b9aSmrg  (eval "$ac_compiler -V >&5") 2>&5
264073143b9aSmrg  ac_status=$?
264173143b9aSmrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
264273143b9aSmrg  (exit $ac_status); }
264373143b9aSmrg
264473143b9aSmrgcat >conftest.$ac_ext <<_ACEOF
264573143b9aSmrg/* confdefs.h.  */
264673143b9aSmrg_ACEOF
264773143b9aSmrgcat confdefs.h >>conftest.$ac_ext
264873143b9aSmrgcat >>conftest.$ac_ext <<_ACEOF
264973143b9aSmrg/* end confdefs.h.  */
265073143b9aSmrg
265173143b9aSmrgint
265273143b9aSmrgmain ()
265373143b9aSmrg{
265473143b9aSmrg
265573143b9aSmrg  ;
265673143b9aSmrg  return 0;
265773143b9aSmrg}
265873143b9aSmrg_ACEOF
265973143b9aSmrgac_clean_files_save=$ac_clean_files
266073143b9aSmrgac_clean_files="$ac_clean_files a.out a.exe b.out"
266173143b9aSmrg# Try to create an executable without -o first, disregard a.out.
266273143b9aSmrg# It will help us diagnose broken compilers, and finding out an intuition
266373143b9aSmrg# of exeext.
266473143b9aSmrg{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
266573143b9aSmrgecho $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
266673143b9aSmrgac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
266773143b9aSmrg#
266873143b9aSmrg# List of possible output files, starting from the most likely.
266973143b9aSmrg# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
267073143b9aSmrg# only as a last resort.  b.out is created by i960 compilers.
267173143b9aSmrgac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
267273143b9aSmrg#
267373143b9aSmrg# The IRIX 6 linker writes into existing files which may not be
267473143b9aSmrg# executable, retaining their permissions.  Remove them first so a
267573143b9aSmrg# subsequent execution test works.
267673143b9aSmrgac_rmfiles=
267773143b9aSmrgfor ac_file in $ac_files
267873143b9aSmrgdo
267973143b9aSmrg  case $ac_file in
268073143b9aSmrg    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
268173143b9aSmrg    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
268273143b9aSmrg  esac
268373143b9aSmrgdone
268473143b9aSmrgrm -f $ac_rmfiles
268573143b9aSmrg
268673143b9aSmrgif { (ac_try="$ac_link_default"
268773143b9aSmrgcase "(($ac_try" in
268873143b9aSmrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
268973143b9aSmrg  *) ac_try_echo=$ac_try;;
269073143b9aSmrgesac
269173143b9aSmrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
269273143b9aSmrg  (eval "$ac_link_default") 2>&5
269373143b9aSmrg  ac_status=$?
269473143b9aSmrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
269573143b9aSmrg  (exit $ac_status); }; then
269673143b9aSmrg  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
269773143b9aSmrg# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
269873143b9aSmrg# in a Makefile.  We should not override ac_cv_exeext if it was cached,
269973143b9aSmrg# so that the user can short-circuit this test for compilers unknown to
270073143b9aSmrg# Autoconf.
270173143b9aSmrgfor ac_file in $ac_files ''
270273143b9aSmrgdo
270373143b9aSmrg  test -f "$ac_file" || continue
270473143b9aSmrg  case $ac_file in
270573143b9aSmrg    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
270673143b9aSmrg	;;
270773143b9aSmrg    [ab].out )
270873143b9aSmrg	# We found the default executable, but exeext='' is most
270973143b9aSmrg	# certainly right.
271073143b9aSmrg	break;;
271173143b9aSmrg    *.* )
271273143b9aSmrg        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
271373143b9aSmrg	then :; else
271473143b9aSmrg	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
271573143b9aSmrg	fi
271673143b9aSmrg	# We set ac_cv_exeext here because the later test for it is not
271773143b9aSmrg	# safe: cross compilers may not add the suffix if given an `-o'
271873143b9aSmrg	# argument, so we may need to know it at that point already.
271973143b9aSmrg	# Even if this section looks crufty: it has the advantage of
272073143b9aSmrg	# actually working.
272173143b9aSmrg	break;;
272273143b9aSmrg    * )
272373143b9aSmrg	break;;
272473143b9aSmrg  esac
272573143b9aSmrgdone
272673143b9aSmrgtest "$ac_cv_exeext" = no && ac_cv_exeext=
272773143b9aSmrg
272873143b9aSmrgelse
272973143b9aSmrg  ac_file=''
273073143b9aSmrgfi
273173143b9aSmrg
273273143b9aSmrg{ echo "$as_me:$LINENO: result: $ac_file" >&5
273373143b9aSmrgecho "${ECHO_T}$ac_file" >&6; }
273473143b9aSmrgif test -z "$ac_file"; then
273573143b9aSmrg  echo "$as_me: failed program was:" >&5
273673143b9aSmrgsed 's/^/| /' conftest.$ac_ext >&5
273773143b9aSmrg
273873143b9aSmrg{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
273973143b9aSmrgSee \`config.log' for more details." >&5
274073143b9aSmrgecho "$as_me: error: C compiler cannot create executables
274173143b9aSmrgSee \`config.log' for more details." >&2;}
274273143b9aSmrg   { (exit 77); exit 77; }; }
274373143b9aSmrgfi
274473143b9aSmrg
274573143b9aSmrgac_exeext=$ac_cv_exeext
274673143b9aSmrg
274773143b9aSmrg# Check that the compiler produces executables we can run.  If not, either
274873143b9aSmrg# the compiler is broken, or we cross compile.
274973143b9aSmrg{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
275073143b9aSmrgecho $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
275173143b9aSmrg# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
275273143b9aSmrg# If not cross compiling, check that we can run a simple program.
275373143b9aSmrgif test "$cross_compiling" != yes; then
275473143b9aSmrg  if { ac_try='./$ac_file'
275573143b9aSmrg  { (case "(($ac_try" in
275673143b9aSmrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
275773143b9aSmrg  *) ac_try_echo=$ac_try;;
275873143b9aSmrgesac
275973143b9aSmrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
276073143b9aSmrg  (eval "$ac_try") 2>&5
276173143b9aSmrg  ac_status=$?
276273143b9aSmrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
276373143b9aSmrg  (exit $ac_status); }; }; then
276473143b9aSmrg    cross_compiling=no
276573143b9aSmrg  else
276673143b9aSmrg    if test "$cross_compiling" = maybe; then
276773143b9aSmrg	cross_compiling=yes
276873143b9aSmrg    else
276973143b9aSmrg	{ { echo "$as_me:$LINENO: error: cannot run C compiled programs.
277073143b9aSmrgIf you meant to cross compile, use \`--host'.
277173143b9aSmrgSee \`config.log' for more details." >&5
277273143b9aSmrgecho "$as_me: error: cannot run C compiled programs.
277373143b9aSmrgIf you meant to cross compile, use \`--host'.
277473143b9aSmrgSee \`config.log' for more details." >&2;}
277573143b9aSmrg   { (exit 1); exit 1; }; }
277673143b9aSmrg    fi
277773143b9aSmrg  fi
277873143b9aSmrgfi
277973143b9aSmrg{ echo "$as_me:$LINENO: result: yes" >&5
278073143b9aSmrgecho "${ECHO_T}yes" >&6; }
278173143b9aSmrg
278273143b9aSmrgrm -f a.out a.exe conftest$ac_cv_exeext b.out
278373143b9aSmrgac_clean_files=$ac_clean_files_save
278473143b9aSmrg# Check that the compiler produces executables we can run.  If not, either
278573143b9aSmrg# the compiler is broken, or we cross compile.
278673143b9aSmrg{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
278773143b9aSmrgecho $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
278873143b9aSmrg{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
278973143b9aSmrgecho "${ECHO_T}$cross_compiling" >&6; }
279073143b9aSmrg
279173143b9aSmrg{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
279273143b9aSmrgecho $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
279373143b9aSmrgif { (ac_try="$ac_link"
279473143b9aSmrgcase "(($ac_try" in
279573143b9aSmrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
279673143b9aSmrg  *) ac_try_echo=$ac_try;;
279773143b9aSmrgesac
279873143b9aSmrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
279973143b9aSmrg  (eval "$ac_link") 2>&5
280073143b9aSmrg  ac_status=$?
280173143b9aSmrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
280273143b9aSmrg  (exit $ac_status); }; then
280373143b9aSmrg  # If both `conftest.exe' and `conftest' are `present' (well, observable)
280473143b9aSmrg# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
280573143b9aSmrg# work properly (i.e., refer to `conftest.exe'), while it won't with
280673143b9aSmrg# `rm'.
280773143b9aSmrgfor ac_file in conftest.exe conftest conftest.*; do
280873143b9aSmrg  test -f "$ac_file" || continue
280973143b9aSmrg  case $ac_file in
281073143b9aSmrg    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
281173143b9aSmrg    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
281273143b9aSmrg	  break;;
281373143b9aSmrg    * ) break;;
281473143b9aSmrg  esac
281573143b9aSmrgdone
281673143b9aSmrgelse
281773143b9aSmrg  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
281873143b9aSmrgSee \`config.log' for more details." >&5
281973143b9aSmrgecho "$as_me: error: cannot compute suffix of executables: cannot compile and link
282073143b9aSmrgSee \`config.log' for more details." >&2;}
282173143b9aSmrg   { (exit 1); exit 1; }; }
282273143b9aSmrgfi
282373143b9aSmrg
282473143b9aSmrgrm -f conftest$ac_cv_exeext
282573143b9aSmrg{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
282673143b9aSmrgecho "${ECHO_T}$ac_cv_exeext" >&6; }
282773143b9aSmrg
282873143b9aSmrgrm -f conftest.$ac_ext
282973143b9aSmrgEXEEXT=$ac_cv_exeext
283073143b9aSmrgac_exeext=$EXEEXT
283173143b9aSmrg{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
283273143b9aSmrgecho $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
283373143b9aSmrgif test "${ac_cv_objext+set}" = set; then
283473143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
283573143b9aSmrgelse
283673143b9aSmrg  cat >conftest.$ac_ext <<_ACEOF
283773143b9aSmrg/* confdefs.h.  */
283873143b9aSmrg_ACEOF
283973143b9aSmrgcat confdefs.h >>conftest.$ac_ext
284073143b9aSmrgcat >>conftest.$ac_ext <<_ACEOF
284173143b9aSmrg/* end confdefs.h.  */
284273143b9aSmrg
284373143b9aSmrgint
284473143b9aSmrgmain ()
284573143b9aSmrg{
284673143b9aSmrg
284773143b9aSmrg  ;
284873143b9aSmrg  return 0;
284973143b9aSmrg}
285073143b9aSmrg_ACEOF
285173143b9aSmrgrm -f conftest.o conftest.obj
285273143b9aSmrgif { (ac_try="$ac_compile"
285373143b9aSmrgcase "(($ac_try" in
285473143b9aSmrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
285573143b9aSmrg  *) ac_try_echo=$ac_try;;
285673143b9aSmrgesac
285773143b9aSmrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
285873143b9aSmrg  (eval "$ac_compile") 2>&5
285973143b9aSmrg  ac_status=$?
286073143b9aSmrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
286173143b9aSmrg  (exit $ac_status); }; then
286273143b9aSmrg  for ac_file in conftest.o conftest.obj conftest.*; do
286373143b9aSmrg  test -f "$ac_file" || continue;
286473143b9aSmrg  case $ac_file in
286573143b9aSmrg    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
286673143b9aSmrg    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
286773143b9aSmrg       break;;
286873143b9aSmrg  esac
286973143b9aSmrgdone
287073143b9aSmrgelse
287173143b9aSmrg  echo "$as_me: failed program was:" >&5
287273143b9aSmrgsed 's/^/| /' conftest.$ac_ext >&5
287373143b9aSmrg
287473143b9aSmrg{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
287573143b9aSmrgSee \`config.log' for more details." >&5
287673143b9aSmrgecho "$as_me: error: cannot compute suffix of object files: cannot compile
287773143b9aSmrgSee \`config.log' for more details." >&2;}
287873143b9aSmrg   { (exit 1); exit 1; }; }
287973143b9aSmrgfi
288073143b9aSmrg
288173143b9aSmrgrm -f conftest.$ac_cv_objext conftest.$ac_ext
288273143b9aSmrgfi
288373143b9aSmrg{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
288473143b9aSmrgecho "${ECHO_T}$ac_cv_objext" >&6; }
288573143b9aSmrgOBJEXT=$ac_cv_objext
288673143b9aSmrgac_objext=$OBJEXT
288773143b9aSmrg{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
288873143b9aSmrgecho $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
288973143b9aSmrgif test "${ac_cv_c_compiler_gnu+set}" = set; then
289073143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
289173143b9aSmrgelse
289273143b9aSmrg  cat >conftest.$ac_ext <<_ACEOF
289373143b9aSmrg/* confdefs.h.  */
289473143b9aSmrg_ACEOF
289573143b9aSmrgcat confdefs.h >>conftest.$ac_ext
289673143b9aSmrgcat >>conftest.$ac_ext <<_ACEOF
289773143b9aSmrg/* end confdefs.h.  */
289873143b9aSmrg
289973143b9aSmrgint
290073143b9aSmrgmain ()
290173143b9aSmrg{
290273143b9aSmrg#ifndef __GNUC__
290373143b9aSmrg       choke me
290473143b9aSmrg#endif
290573143b9aSmrg
290673143b9aSmrg  ;
290773143b9aSmrg  return 0;
290873143b9aSmrg}
290973143b9aSmrg_ACEOF
291073143b9aSmrgrm -f conftest.$ac_objext
291173143b9aSmrgif { (ac_try="$ac_compile"
291273143b9aSmrgcase "(($ac_try" in
291373143b9aSmrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
291473143b9aSmrg  *) ac_try_echo=$ac_try;;
291573143b9aSmrgesac
291673143b9aSmrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
291773143b9aSmrg  (eval "$ac_compile") 2>conftest.er1
291873143b9aSmrg  ac_status=$?
291973143b9aSmrg  grep -v '^ *+' conftest.er1 >conftest.err
292073143b9aSmrg  rm -f conftest.er1
292173143b9aSmrg  cat conftest.err >&5
292273143b9aSmrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
292373143b9aSmrg  (exit $ac_status); } && {
292473143b9aSmrg	 test -z "$ac_c_werror_flag" ||
292573143b9aSmrg	 test ! -s conftest.err
292673143b9aSmrg       } && test -s conftest.$ac_objext; then
292773143b9aSmrg  ac_compiler_gnu=yes
292873143b9aSmrgelse
292973143b9aSmrg  echo "$as_me: failed program was:" >&5
293073143b9aSmrgsed 's/^/| /' conftest.$ac_ext >&5
293173143b9aSmrg
293273143b9aSmrg	ac_compiler_gnu=no
293373143b9aSmrgfi
293473143b9aSmrg
293573143b9aSmrgrm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
293673143b9aSmrgac_cv_c_compiler_gnu=$ac_compiler_gnu
293773143b9aSmrg
293873143b9aSmrgfi
293973143b9aSmrg{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
294073143b9aSmrgecho "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
294173143b9aSmrgGCC=`test $ac_compiler_gnu = yes && echo yes`
294273143b9aSmrgac_test_CFLAGS=${CFLAGS+set}
294373143b9aSmrgac_save_CFLAGS=$CFLAGS
294473143b9aSmrg{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
294573143b9aSmrgecho $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
294673143b9aSmrgif test "${ac_cv_prog_cc_g+set}" = set; then
294773143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
294873143b9aSmrgelse
294973143b9aSmrg  ac_save_c_werror_flag=$ac_c_werror_flag
295073143b9aSmrg   ac_c_werror_flag=yes
295173143b9aSmrg   ac_cv_prog_cc_g=no
295273143b9aSmrg   CFLAGS="-g"
295373143b9aSmrg   cat >conftest.$ac_ext <<_ACEOF
295473143b9aSmrg/* confdefs.h.  */
295573143b9aSmrg_ACEOF
295673143b9aSmrgcat confdefs.h >>conftest.$ac_ext
295773143b9aSmrgcat >>conftest.$ac_ext <<_ACEOF
295873143b9aSmrg/* end confdefs.h.  */
295973143b9aSmrg
296073143b9aSmrgint
296173143b9aSmrgmain ()
296273143b9aSmrg{
296373143b9aSmrg
296473143b9aSmrg  ;
296573143b9aSmrg  return 0;
296673143b9aSmrg}
296773143b9aSmrg_ACEOF
296873143b9aSmrgrm -f conftest.$ac_objext
296973143b9aSmrgif { (ac_try="$ac_compile"
297073143b9aSmrgcase "(($ac_try" in
297173143b9aSmrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
297273143b9aSmrg  *) ac_try_echo=$ac_try;;
297373143b9aSmrgesac
297473143b9aSmrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
297573143b9aSmrg  (eval "$ac_compile") 2>conftest.er1
297673143b9aSmrg  ac_status=$?
297773143b9aSmrg  grep -v '^ *+' conftest.er1 >conftest.err
297873143b9aSmrg  rm -f conftest.er1
297973143b9aSmrg  cat conftest.err >&5
298073143b9aSmrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
298173143b9aSmrg  (exit $ac_status); } && {
298273143b9aSmrg	 test -z "$ac_c_werror_flag" ||
298373143b9aSmrg	 test ! -s conftest.err
298473143b9aSmrg       } && test -s conftest.$ac_objext; then
298573143b9aSmrg  ac_cv_prog_cc_g=yes
298673143b9aSmrgelse
298773143b9aSmrg  echo "$as_me: failed program was:" >&5
298873143b9aSmrgsed 's/^/| /' conftest.$ac_ext >&5
298973143b9aSmrg
299073143b9aSmrg	CFLAGS=""
299173143b9aSmrg      cat >conftest.$ac_ext <<_ACEOF
299273143b9aSmrg/* confdefs.h.  */
299373143b9aSmrg_ACEOF
299473143b9aSmrgcat confdefs.h >>conftest.$ac_ext
299573143b9aSmrgcat >>conftest.$ac_ext <<_ACEOF
299673143b9aSmrg/* end confdefs.h.  */
299773143b9aSmrg
299873143b9aSmrgint
299973143b9aSmrgmain ()
300073143b9aSmrg{
300173143b9aSmrg
300273143b9aSmrg  ;
300373143b9aSmrg  return 0;
300473143b9aSmrg}
300573143b9aSmrg_ACEOF
300673143b9aSmrgrm -f conftest.$ac_objext
300773143b9aSmrgif { (ac_try="$ac_compile"
300873143b9aSmrgcase "(($ac_try" in
300973143b9aSmrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
301073143b9aSmrg  *) ac_try_echo=$ac_try;;
301173143b9aSmrgesac
301273143b9aSmrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
301373143b9aSmrg  (eval "$ac_compile") 2>conftest.er1
301473143b9aSmrg  ac_status=$?
301573143b9aSmrg  grep -v '^ *+' conftest.er1 >conftest.err
301673143b9aSmrg  rm -f conftest.er1
301773143b9aSmrg  cat conftest.err >&5
301873143b9aSmrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
301973143b9aSmrg  (exit $ac_status); } && {
302073143b9aSmrg	 test -z "$ac_c_werror_flag" ||
302173143b9aSmrg	 test ! -s conftest.err
302273143b9aSmrg       } && test -s conftest.$ac_objext; then
302373143b9aSmrg  :
302473143b9aSmrgelse
302573143b9aSmrg  echo "$as_me: failed program was:" >&5
302673143b9aSmrgsed 's/^/| /' conftest.$ac_ext >&5
302773143b9aSmrg
302873143b9aSmrg	ac_c_werror_flag=$ac_save_c_werror_flag
302973143b9aSmrg	 CFLAGS="-g"
303073143b9aSmrg	 cat >conftest.$ac_ext <<_ACEOF
303173143b9aSmrg/* confdefs.h.  */
303273143b9aSmrg_ACEOF
303373143b9aSmrgcat confdefs.h >>conftest.$ac_ext
303473143b9aSmrgcat >>conftest.$ac_ext <<_ACEOF
303573143b9aSmrg/* end confdefs.h.  */
303673143b9aSmrg
303773143b9aSmrgint
303873143b9aSmrgmain ()
303973143b9aSmrg{
304073143b9aSmrg
304173143b9aSmrg  ;
304273143b9aSmrg  return 0;
304373143b9aSmrg}
304473143b9aSmrg_ACEOF
304573143b9aSmrgrm -f conftest.$ac_objext
304673143b9aSmrgif { (ac_try="$ac_compile"
304773143b9aSmrgcase "(($ac_try" in
304873143b9aSmrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
304973143b9aSmrg  *) ac_try_echo=$ac_try;;
305073143b9aSmrgesac
305173143b9aSmrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
305273143b9aSmrg  (eval "$ac_compile") 2>conftest.er1
305373143b9aSmrg  ac_status=$?
305473143b9aSmrg  grep -v '^ *+' conftest.er1 >conftest.err
305573143b9aSmrg  rm -f conftest.er1
305673143b9aSmrg  cat conftest.err >&5
305773143b9aSmrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
305873143b9aSmrg  (exit $ac_status); } && {
305973143b9aSmrg	 test -z "$ac_c_werror_flag" ||
306073143b9aSmrg	 test ! -s conftest.err
306173143b9aSmrg       } && test -s conftest.$ac_objext; then
306273143b9aSmrg  ac_cv_prog_cc_g=yes
306373143b9aSmrgelse
306473143b9aSmrg  echo "$as_me: failed program was:" >&5
306573143b9aSmrgsed 's/^/| /' conftest.$ac_ext >&5
306673143b9aSmrg
306773143b9aSmrg
306873143b9aSmrgfi
306973143b9aSmrg
307073143b9aSmrgrm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
307173143b9aSmrgfi
307273143b9aSmrg
307373143b9aSmrgrm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
307473143b9aSmrgfi
307573143b9aSmrg
307673143b9aSmrgrm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
307773143b9aSmrg   ac_c_werror_flag=$ac_save_c_werror_flag
307873143b9aSmrgfi
307973143b9aSmrg{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
308073143b9aSmrgecho "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
308173143b9aSmrgif test "$ac_test_CFLAGS" = set; then
308273143b9aSmrg  CFLAGS=$ac_save_CFLAGS
308373143b9aSmrgelif test $ac_cv_prog_cc_g = yes; then
308473143b9aSmrg  if test "$GCC" = yes; then
308573143b9aSmrg    CFLAGS="-g -O2"
308673143b9aSmrg  else
308773143b9aSmrg    CFLAGS="-g"
308873143b9aSmrg  fi
308973143b9aSmrgelse
309073143b9aSmrg  if test "$GCC" = yes; then
309173143b9aSmrg    CFLAGS="-O2"
309273143b9aSmrg  else
309373143b9aSmrg    CFLAGS=
309473143b9aSmrg  fi
309573143b9aSmrgfi
309673143b9aSmrg{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
309773143b9aSmrgecho $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
309873143b9aSmrgif test "${ac_cv_prog_cc_c89+set}" = set; then
309973143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
310073143b9aSmrgelse
310173143b9aSmrg  ac_cv_prog_cc_c89=no
310273143b9aSmrgac_save_CC=$CC
310373143b9aSmrgcat >conftest.$ac_ext <<_ACEOF
310473143b9aSmrg/* confdefs.h.  */
310573143b9aSmrg_ACEOF
310673143b9aSmrgcat confdefs.h >>conftest.$ac_ext
310773143b9aSmrgcat >>conftest.$ac_ext <<_ACEOF
310873143b9aSmrg/* end confdefs.h.  */
310973143b9aSmrg#include <stdarg.h>
311073143b9aSmrg#include <stdio.h>
311173143b9aSmrg#include <sys/types.h>
311273143b9aSmrg#include <sys/stat.h>
311373143b9aSmrg/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
311473143b9aSmrgstruct buf { int x; };
311573143b9aSmrgFILE * (*rcsopen) (struct buf *, struct stat *, int);
311673143b9aSmrgstatic char *e (p, i)
311773143b9aSmrg     char **p;
311873143b9aSmrg     int i;
311973143b9aSmrg{
312073143b9aSmrg  return p[i];
312173143b9aSmrg}
312273143b9aSmrgstatic char *f (char * (*g) (char **, int), char **p, ...)
312373143b9aSmrg{
312473143b9aSmrg  char *s;
312573143b9aSmrg  va_list v;
312673143b9aSmrg  va_start (v,p);
312773143b9aSmrg  s = g (p, va_arg (v,int));
312873143b9aSmrg  va_end (v);
312973143b9aSmrg  return s;
313073143b9aSmrg}
313173143b9aSmrg
313273143b9aSmrg/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
313373143b9aSmrg   function prototypes and stuff, but not '\xHH' hex character constants.
313473143b9aSmrg   These don't provoke an error unfortunately, instead are silently treated
313573143b9aSmrg   as 'x'.  The following induces an error, until -std is added to get
313673143b9aSmrg   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
313773143b9aSmrg   array size at least.  It's necessary to write '\x00'==0 to get something
313873143b9aSmrg   that's true only with -std.  */
313973143b9aSmrgint osf4_cc_array ['\x00' == 0 ? 1 : -1];
314073143b9aSmrg
314173143b9aSmrg/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
314273143b9aSmrg   inside strings and character constants.  */
314373143b9aSmrg#define FOO(x) 'x'
314473143b9aSmrgint xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
314573143b9aSmrg
314673143b9aSmrgint test (int i, double x);
314773143b9aSmrgstruct s1 {int (*f) (int a);};
314873143b9aSmrgstruct s2 {int (*f) (double a);};
314973143b9aSmrgint pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
315073143b9aSmrgint argc;
315173143b9aSmrgchar **argv;
315273143b9aSmrgint
315373143b9aSmrgmain ()
315473143b9aSmrg{
315573143b9aSmrgreturn f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
315673143b9aSmrg  ;
315773143b9aSmrg  return 0;
315873143b9aSmrg}
315973143b9aSmrg_ACEOF
316073143b9aSmrgfor ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
316173143b9aSmrg	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
316273143b9aSmrgdo
316373143b9aSmrg  CC="$ac_save_CC $ac_arg"
316473143b9aSmrg  rm -f conftest.$ac_objext
316573143b9aSmrgif { (ac_try="$ac_compile"
316673143b9aSmrgcase "(($ac_try" in
316773143b9aSmrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
316873143b9aSmrg  *) ac_try_echo=$ac_try;;
316973143b9aSmrgesac
317073143b9aSmrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
317173143b9aSmrg  (eval "$ac_compile") 2>conftest.er1
317273143b9aSmrg  ac_status=$?
317373143b9aSmrg  grep -v '^ *+' conftest.er1 >conftest.err
317473143b9aSmrg  rm -f conftest.er1
317573143b9aSmrg  cat conftest.err >&5
317673143b9aSmrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
317773143b9aSmrg  (exit $ac_status); } && {
317873143b9aSmrg	 test -z "$ac_c_werror_flag" ||
317973143b9aSmrg	 test ! -s conftest.err
318073143b9aSmrg       } && test -s conftest.$ac_objext; then
318173143b9aSmrg  ac_cv_prog_cc_c89=$ac_arg
318273143b9aSmrgelse
318373143b9aSmrg  echo "$as_me: failed program was:" >&5
318473143b9aSmrgsed 's/^/| /' conftest.$ac_ext >&5
318573143b9aSmrg
318673143b9aSmrg
318773143b9aSmrgfi
318873143b9aSmrg
318973143b9aSmrgrm -f core conftest.err conftest.$ac_objext
319073143b9aSmrg  test "x$ac_cv_prog_cc_c89" != "xno" && break
319173143b9aSmrgdone
319273143b9aSmrgrm -f conftest.$ac_ext
319373143b9aSmrgCC=$ac_save_CC
319473143b9aSmrg
319573143b9aSmrgfi
319673143b9aSmrg# AC_CACHE_VAL
319773143b9aSmrgcase "x$ac_cv_prog_cc_c89" in
319873143b9aSmrg  x)
319973143b9aSmrg    { echo "$as_me:$LINENO: result: none needed" >&5
320073143b9aSmrgecho "${ECHO_T}none needed" >&6; } ;;
320173143b9aSmrg  xno)
320273143b9aSmrg    { echo "$as_me:$LINENO: result: unsupported" >&5
320373143b9aSmrgecho "${ECHO_T}unsupported" >&6; } ;;
320473143b9aSmrg  *)
320573143b9aSmrg    CC="$CC $ac_cv_prog_cc_c89"
320673143b9aSmrg    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
320773143b9aSmrgecho "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
320873143b9aSmrgesac
320973143b9aSmrg
321073143b9aSmrg
321173143b9aSmrgac_ext=c
321273143b9aSmrgac_cpp='$CPP $CPPFLAGS'
321373143b9aSmrgac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
321473143b9aSmrgac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
321573143b9aSmrgac_compiler_gnu=$ac_cv_c_compiler_gnu
321673143b9aSmrg
321773143b9aSmrgdepcc="$CC"   am_compiler_list=
321873143b9aSmrg
321973143b9aSmrg{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
322073143b9aSmrgecho $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
322173143b9aSmrgif test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
322273143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
322373143b9aSmrgelse
322473143b9aSmrg  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
322573143b9aSmrg  # We make a subdir and do the tests there.  Otherwise we can end up
322673143b9aSmrg  # making bogus files that we don't know about and never remove.  For
322773143b9aSmrg  # instance it was reported that on HP-UX the gcc test will end up
322873143b9aSmrg  # making a dummy file named `D' -- because `-MD' means `put the output
322973143b9aSmrg  # in D'.
323073143b9aSmrg  mkdir conftest.dir
323173143b9aSmrg  # Copy depcomp to subdir because otherwise we won't find it if we're
323273143b9aSmrg  # using a relative directory.
323373143b9aSmrg  cp "$am_depcomp" conftest.dir
323473143b9aSmrg  cd conftest.dir
323573143b9aSmrg  # We will build objects and dependencies in a subdirectory because
323673143b9aSmrg  # it helps to detect inapplicable dependency modes.  For instance
323773143b9aSmrg  # both Tru64's cc and ICC support -MD to output dependencies as a
323873143b9aSmrg  # side effect of compilation, but ICC will put the dependencies in
323973143b9aSmrg  # the current directory while Tru64 will put them in the object
324073143b9aSmrg  # directory.
324173143b9aSmrg  mkdir sub
324273143b9aSmrg
324373143b9aSmrg  am_cv_CC_dependencies_compiler_type=none
324473143b9aSmrg  if test "$am_compiler_list" = ""; then
324573143b9aSmrg     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
324673143b9aSmrg  fi
324773143b9aSmrg  for depmode in $am_compiler_list; do
324873143b9aSmrg    # Setup a source with many dependencies, because some compilers
324973143b9aSmrg    # like to wrap large dependency lists on column 80 (with \), and
325073143b9aSmrg    # we should not choose a depcomp mode which is confused by this.
325173143b9aSmrg    #
325273143b9aSmrg    # We need to recreate these files for each test, as the compiler may
325373143b9aSmrg    # overwrite some of them when testing with obscure command lines.
325473143b9aSmrg    # This happens at least with the AIX C compiler.
325573143b9aSmrg    : > sub/conftest.c
325673143b9aSmrg    for i in 1 2 3 4 5 6; do
325773143b9aSmrg      echo '#include "conftst'$i'.h"' >> sub/conftest.c
325873143b9aSmrg      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
325973143b9aSmrg      # Solaris 8's {/usr,}/bin/sh.
326073143b9aSmrg      touch sub/conftst$i.h
326173143b9aSmrg    done
326273143b9aSmrg    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
326373143b9aSmrg
326473143b9aSmrg    case $depmode in
326573143b9aSmrg    nosideeffect)
326673143b9aSmrg      # after this tag, mechanisms are not by side-effect, so they'll
326773143b9aSmrg      # only be used when explicitly requested
326873143b9aSmrg      if test "x$enable_dependency_tracking" = xyes; then
326973143b9aSmrg	continue
327073143b9aSmrg      else
327173143b9aSmrg	break
327273143b9aSmrg      fi
327373143b9aSmrg      ;;
327473143b9aSmrg    none) break ;;
327573143b9aSmrg    esac
327673143b9aSmrg    # We check with `-c' and `-o' for the sake of the "dashmstdout"
327773143b9aSmrg    # mode.  It turns out that the SunPro C++ compiler does not properly
327873143b9aSmrg    # handle `-M -o', and we need to detect this.
327973143b9aSmrg    if depmode=$depmode \
328073143b9aSmrg       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
328173143b9aSmrg       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
328273143b9aSmrg       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
328373143b9aSmrg         >/dev/null 2>conftest.err &&
328473143b9aSmrg       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
328573143b9aSmrg       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
328673143b9aSmrg       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
328773143b9aSmrg       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
328873143b9aSmrg      # icc doesn't choke on unknown options, it will just issue warnings
328973143b9aSmrg      # or remarks (even with -Werror).  So we grep stderr for any message
329073143b9aSmrg      # that says an option was ignored or not supported.
329173143b9aSmrg      # When given -MP, icc 7.0 and 7.1 complain thusly:
329273143b9aSmrg      #   icc: Command line warning: ignoring option '-M'; no argument required
329373143b9aSmrg      # The diagnosis changed in icc 8.0:
329473143b9aSmrg      #   icc: Command line remark: option '-MP' not supported
329573143b9aSmrg      if (grep 'ignoring option' conftest.err ||
329673143b9aSmrg          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
329773143b9aSmrg        am_cv_CC_dependencies_compiler_type=$depmode
329873143b9aSmrg        break
329973143b9aSmrg      fi
330073143b9aSmrg    fi
330173143b9aSmrg  done
330273143b9aSmrg
330373143b9aSmrg  cd ..
330473143b9aSmrg  rm -rf conftest.dir
330573143b9aSmrgelse
330673143b9aSmrg  am_cv_CC_dependencies_compiler_type=none
330773143b9aSmrgfi
330873143b9aSmrg
330973143b9aSmrgfi
331073143b9aSmrg{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
331173143b9aSmrgecho "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
331273143b9aSmrgCCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
331373143b9aSmrg
331473143b9aSmrg if
331573143b9aSmrg  test "x$enable_dependency_tracking" != xno \
331673143b9aSmrg  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
331773143b9aSmrg  am__fastdepCC_TRUE=
331873143b9aSmrg  am__fastdepCC_FALSE='#'
331973143b9aSmrgelse
332073143b9aSmrg  am__fastdepCC_TRUE='#'
332173143b9aSmrg  am__fastdepCC_FALSE=
332273143b9aSmrgfi
332373143b9aSmrg
332473143b9aSmrg
332573143b9aSmrg
332673143b9aSmrg{ echo "$as_me:$LINENO: checking for fchown" >&5
332773143b9aSmrgecho $ECHO_N "checking for fchown... $ECHO_C" >&6; }
332873143b9aSmrgif test "${ac_cv_func_fchown+set}" = set; then
332973143b9aSmrg  echo $ECHO_N "(cached) $ECHO_C" >&6
333073143b9aSmrgelse
333173143b9aSmrg  cat >conftest.$ac_ext <<_ACEOF
333273143b9aSmrg/* confdefs.h.  */
333373143b9aSmrg_ACEOF
333473143b9aSmrgcat confdefs.h >>conftest.$ac_ext
333573143b9aSmrgcat >>conftest.$ac_ext <<_ACEOF
333673143b9aSmrg/* end confdefs.h.  */
333773143b9aSmrg/* Define fchown to an innocuous variant, in case <limits.h> declares fchown.
333873143b9aSmrg   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
333973143b9aSmrg#define fchown innocuous_fchown
334073143b9aSmrg
334173143b9aSmrg/* System header to define __stub macros and hopefully few prototypes,
334273143b9aSmrg    which can conflict with char fchown (); below.
334373143b9aSmrg    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
334473143b9aSmrg    <limits.h> exists even on freestanding compilers.  */
334573143b9aSmrg
334673143b9aSmrg#ifdef __STDC__
334773143b9aSmrg# include <limits.h>
334873143b9aSmrg#else
334973143b9aSmrg# include <assert.h>
335073143b9aSmrg#endif
335173143b9aSmrg
335273143b9aSmrg#undef fchown
335373143b9aSmrg
335473143b9aSmrg/* Override any GCC internal prototype to avoid an error.
335573143b9aSmrg   Use char because int might match the return type of a GCC
335673143b9aSmrg   builtin and then its argument prototype would still apply.  */
335773143b9aSmrg#ifdef __cplusplus
335873143b9aSmrgextern "C"
335973143b9aSmrg#endif
336073143b9aSmrgchar fchown ();
336173143b9aSmrg/* The GNU C library defines this for functions which it implements
336273143b9aSmrg    to always fail with ENOSYS.  Some functions are actually named
336373143b9aSmrg    something starting with __ and the normal name is an alias.  */
336473143b9aSmrg#if defined __stub_fchown || defined __stub___fchown
336573143b9aSmrgchoke me
336673143b9aSmrg#endif
336773143b9aSmrg
336873143b9aSmrgint
336973143b9aSmrgmain ()
337073143b9aSmrg{
337173143b9aSmrgreturn fchown ();
337273143b9aSmrg  ;
337373143b9aSmrg  return 0;
337473143b9aSmrg}
337573143b9aSmrg_ACEOF
337673143b9aSmrgrm -f conftest.$ac_objext conftest$ac_exeext
337773143b9aSmrgif { (ac_try="$ac_link"
337873143b9aSmrgcase "(($ac_try" in
337973143b9aSmrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
338073143b9aSmrg  *) ac_try_echo=$ac_try;;
338173143b9aSmrgesac
338273143b9aSmrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
338373143b9aSmrg  (eval "$ac_link") 2>conftest.er1
338473143b9aSmrg  ac_status=$?
338573143b9aSmrg  grep -v '^ *+' conftest.er1 >conftest.err
338673143b9aSmrg  rm -f conftest.er1
338773143b9aSmrg  cat conftest.err >&5
338873143b9aSmrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
338973143b9aSmrg  (exit $ac_status); } && {
339073143b9aSmrg	 test -z "$ac_c_werror_flag" ||
339173143b9aSmrg	 test ! -s conftest.err
339273143b9aSmrg       } && test -s conftest$ac_exeext &&
339373143b9aSmrg       $as_test_x conftest$ac_exeext; then
339473143b9aSmrg  ac_cv_func_fchown=yes
339573143b9aSmrgelse
339673143b9aSmrg  echo "$as_me: failed program was:" >&5
339773143b9aSmrgsed 's/^/| /' conftest.$ac_ext >&5
339873143b9aSmrg
339973143b9aSmrg	ac_cv_func_fchown=no
340073143b9aSmrgfi
340173143b9aSmrg
340273143b9aSmrgrm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
340373143b9aSmrg      conftest$ac_exeext conftest.$ac_ext
340473143b9aSmrgfi
340573143b9aSmrg{ echo "$as_me:$LINENO: result: $ac_cv_func_fchown" >&5
340673143b9aSmrgecho "${ECHO_T}$ac_cv_func_fchown" >&6; }
340773143b9aSmrgif test $ac_cv_func_fchown = yes; then
340873143b9aSmrg  fchown_define="-DHAS_FCHOWN"
340973143b9aSmrgelse
341073143b9aSmrg  fchown_define=""
341173143b9aSmrgfi
341273143b9aSmrg
341373143b9aSmrg
341473143b9aSmrg
341573143b9aSmrg
341673143b9aSmrg# sticky bit
341773143b9aSmrg#
341873143b9aSmrg# if any system exists without sticky dir bits this
341973143b9aSmrg# needs to be redone with a real autoconf test
342073143b9aSmrg
342173143b9aSmrgsticky_bit_define="-DHAS_STICKY_DIR_BIT"
342273143b9aSmrg
342373143b9aSmrg
342473143b9aSmrg
342573143b9aSmrg
342673143b9aSmrg
342773143b9aSmrg# Check whether --with-release-version was given.
342873143b9aSmrgif test "${with_release_version+set}" = set; then
342973143b9aSmrg  withval=$with_release_version; RELEASE_VERSION="$withval"
343073143b9aSmrgelse
343173143b9aSmrg  RELEASE_VERSION=""
343273143b9aSmrgfi
343373143b9aSmrg
343473143b9aSmrg	if test "x$RELEASE_VERSION" != "x"; then
343573143b9aSmrg		PACKAGE="$PACKAGE-$RELEASE_VERSION"
343673143b9aSmrg		PACKAGE_TARNAME="$PACKAGE_TARNAME-$RELEASE_VERSION"
343773143b9aSmrg		{ echo "$as_me:$LINENO: Building with package name set to $PACKAGE" >&5
343873143b9aSmrgecho "$as_me: Building with package name set to $PACKAGE" >&6;}
343973143b9aSmrg	fi
344073143b9aSmrg
344173143b9aSmrgcat >>confdefs.h <<_ACEOF
344273143b9aSmrg#define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1`
344373143b9aSmrg_ACEOF
344473143b9aSmrg
344573143b9aSmrg	PVM=`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1`
344673143b9aSmrg	if test "x$PVM" = "x"; then
344773143b9aSmrg		PVM="0"
344873143b9aSmrg	fi
344973143b9aSmrg
345073143b9aSmrgcat >>confdefs.h <<_ACEOF
345173143b9aSmrg#define PACKAGE_VERSION_MINOR $PVM
345273143b9aSmrg_ACEOF
345373143b9aSmrg
345473143b9aSmrg	PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1`
345573143b9aSmrg	if test "x$PVP" = "x"; then
345673143b9aSmrg		PVP="0"
345773143b9aSmrg	fi
345873143b9aSmrg
345973143b9aSmrgcat >>confdefs.h <<_ACEOF
346073143b9aSmrg#define PACKAGE_VERSION_PATCHLEVEL $PVP
346173143b9aSmrg_ACEOF
346273143b9aSmrg
346373143b9aSmrg
346473143b9aSmrg
34658d4c0f7bSmrgCHANGELOG_CMD="(GIT_DIR=\$(top_srcdir)/.git git log > .changelog.tmp && \
34668d4c0f7bSmrgmv .changelog.tmp ChangeLog) || (rm -f .changelog.tmp; touch ChangeLog; \
34678d4c0f7bSmrgecho 'git directory not found: installing possibly empty changelog.' >&2)"
34688d4c0f7bSmrg
34698d4c0f7bSmrgdistcleancheck_listfiles='find . -type f ! -name ChangeLog -print'
34708d4c0f7bSmrg
34718d4c0f7bSmrg
34728d4c0f7bSmrg
347373143b9aSmrgac_config_files="$ac_config_files Makefile xtrans.pc"
347473143b9aSmrg
347573143b9aSmrgcat >confcache <<\_ACEOF
347673143b9aSmrg# This file is a shell script that caches the results of configure
347773143b9aSmrg# tests run on this system so they can be shared between configure
347873143b9aSmrg# scripts and configure runs, see configure's option --config-cache.
347973143b9aSmrg# It is not useful on other systems.  If it contains results you don't
348073143b9aSmrg# want to keep, you may remove or edit it.
348173143b9aSmrg#
348273143b9aSmrg# config.status only pays attention to the cache file if you give it
348373143b9aSmrg# the --recheck option to rerun configure.
348473143b9aSmrg#
348573143b9aSmrg# `ac_cv_env_foo' variables (set or unset) will be overridden when
348673143b9aSmrg# loading this file, other *unset* `ac_cv_foo' will be assigned the
348773143b9aSmrg# following values.
348873143b9aSmrg
348973143b9aSmrg_ACEOF
349073143b9aSmrg
349173143b9aSmrg# The following way of writing the cache mishandles newlines in values,
349273143b9aSmrg# but we know of no workaround that is simple, portable, and efficient.
349373143b9aSmrg# So, we kill variables containing newlines.
349473143b9aSmrg# Ultrix sh set writes to stderr and can't be redirected directly,
349573143b9aSmrg# and sets the high bit in the cache file unless we assign to the vars.
349673143b9aSmrg(
349773143b9aSmrg  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
349873143b9aSmrg    eval ac_val=\$$ac_var
349973143b9aSmrg    case $ac_val in #(
350073143b9aSmrg    *${as_nl}*)
350173143b9aSmrg      case $ac_var in #(
350273143b9aSmrg      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
350373143b9aSmrgecho "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
350473143b9aSmrg      esac
350573143b9aSmrg      case $ac_var in #(
350673143b9aSmrg      _ | IFS | as_nl) ;; #(
350773143b9aSmrg      *) $as_unset $ac_var ;;
350873143b9aSmrg      esac ;;
350973143b9aSmrg    esac
351073143b9aSmrg  done
351173143b9aSmrg
351273143b9aSmrg  (set) 2>&1 |
351373143b9aSmrg    case $as_nl`(ac_space=' '; set) 2>&1` in #(
351473143b9aSmrg    *${as_nl}ac_space=\ *)
351573143b9aSmrg      # `set' does not quote correctly, so add quotes (double-quote
351673143b9aSmrg      # substitution turns \\\\ into \\, and sed turns \\ into \).
351773143b9aSmrg      sed -n \
351873143b9aSmrg	"s/'/'\\\\''/g;
351973143b9aSmrg	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
352073143b9aSmrg      ;; #(
352173143b9aSmrg    *)
352273143b9aSmrg      # `set' quotes correctly as required by POSIX, so do not add quotes.
352373143b9aSmrg      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
352473143b9aSmrg      ;;
352573143b9aSmrg    esac |
352673143b9aSmrg    sort
352773143b9aSmrg) |
352873143b9aSmrg  sed '
352973143b9aSmrg     /^ac_cv_env_/b end
353073143b9aSmrg     t clear
353173143b9aSmrg     :clear
353273143b9aSmrg     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
353373143b9aSmrg     t end
353473143b9aSmrg     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
353573143b9aSmrg     :end' >>confcache
353673143b9aSmrgif diff "$cache_file" confcache >/dev/null 2>&1; then :; else
353773143b9aSmrg  if test -w "$cache_file"; then
353873143b9aSmrg    test "x$cache_file" != "x/dev/null" &&
353973143b9aSmrg      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
354073143b9aSmrgecho "$as_me: updating cache $cache_file" >&6;}
354173143b9aSmrg    cat confcache >$cache_file
354273143b9aSmrg  else
354373143b9aSmrg    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
354473143b9aSmrgecho "$as_me: not updating unwritable cache $cache_file" >&6;}
354573143b9aSmrg  fi
354673143b9aSmrgfi
354773143b9aSmrgrm -f confcache
354873143b9aSmrg
354973143b9aSmrgtest "x$prefix" = xNONE && prefix=$ac_default_prefix
355073143b9aSmrg# Let make expand exec_prefix.
355173143b9aSmrgtest "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
355273143b9aSmrg
355373143b9aSmrg# Transform confdefs.h into DEFS.
355473143b9aSmrg# Protect against shell expansion while executing Makefile rules.
355573143b9aSmrg# Protect against Makefile macro expansion.
355673143b9aSmrg#
355773143b9aSmrg# If the first sed substitution is executed (which looks for macros that
355873143b9aSmrg# take arguments), then branch to the quote section.  Otherwise,
355973143b9aSmrg# look for a macro that doesn't take arguments.
356073143b9aSmrgac_script='
356173143b9aSmrgt clear
356273143b9aSmrg:clear
356373143b9aSmrgs/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
356473143b9aSmrgt quote
356573143b9aSmrgs/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
356673143b9aSmrgt quote
356773143b9aSmrgb any
356873143b9aSmrg:quote
356973143b9aSmrgs/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
357073143b9aSmrgs/\[/\\&/g
357173143b9aSmrgs/\]/\\&/g
357273143b9aSmrgs/\$/$$/g
357373143b9aSmrgH
357473143b9aSmrg:any
357573143b9aSmrg${
357673143b9aSmrg	g
357773143b9aSmrg	s/^\n//
357873143b9aSmrg	s/\n/ /g
357973143b9aSmrg	p
358073143b9aSmrg}
358173143b9aSmrg'
358273143b9aSmrgDEFS=`sed -n "$ac_script" confdefs.h`
358373143b9aSmrg
358473143b9aSmrg
358573143b9aSmrgac_libobjs=
358673143b9aSmrgac_ltlibobjs=
358773143b9aSmrgfor ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
358873143b9aSmrg  # 1. Remove the extension, and $U if already installed.
358973143b9aSmrg  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
359073143b9aSmrg  ac_i=`echo "$ac_i" | sed "$ac_script"`
359173143b9aSmrg  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
359273143b9aSmrg  #    will be set to the directory where LIBOBJS objects are built.
359373143b9aSmrg  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
359473143b9aSmrg  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
359573143b9aSmrgdone
359673143b9aSmrgLIBOBJS=$ac_libobjs
359773143b9aSmrg
359873143b9aSmrgLTLIBOBJS=$ac_ltlibobjs
359973143b9aSmrg
360073143b9aSmrg
360173143b9aSmrgif test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
360273143b9aSmrg  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
360373143b9aSmrgUsually this means the macro was only invoked conditionally." >&5
360473143b9aSmrgecho "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
360573143b9aSmrgUsually this means the macro was only invoked conditionally." >&2;}
360673143b9aSmrg   { (exit 1); exit 1; }; }
360773143b9aSmrgfi
360873143b9aSmrgif test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
360973143b9aSmrg  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
361073143b9aSmrgUsually this means the macro was only invoked conditionally." >&5
361173143b9aSmrgecho "$as_me: error: conditional \"AMDEP\" was never defined.
361273143b9aSmrgUsually this means the macro was only invoked conditionally." >&2;}
361373143b9aSmrg   { (exit 1); exit 1; }; }
361473143b9aSmrgfi
361573143b9aSmrgif test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
361673143b9aSmrg  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
361773143b9aSmrgUsually this means the macro was only invoked conditionally." >&5
361873143b9aSmrgecho "$as_me: error: conditional \"am__fastdepCC\" was never defined.
361973143b9aSmrgUsually this means the macro was only invoked conditionally." >&2;}
362073143b9aSmrg   { (exit 1); exit 1; }; }
362173143b9aSmrgfi
362273143b9aSmrg
362373143b9aSmrg: ${CONFIG_STATUS=./config.status}
362473143b9aSmrgac_clean_files_save=$ac_clean_files
362573143b9aSmrgac_clean_files="$ac_clean_files $CONFIG_STATUS"
362673143b9aSmrg{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
362773143b9aSmrgecho "$as_me: creating $CONFIG_STATUS" >&6;}
362873143b9aSmrgcat >$CONFIG_STATUS <<_ACEOF
362973143b9aSmrg#! $SHELL
363073143b9aSmrg# Generated by $as_me.
363173143b9aSmrg# Run this file to recreate the current configuration.
363273143b9aSmrg# Compiler output produced by configure, useful for debugging
363373143b9aSmrg# configure, is in config.log if it exists.
363473143b9aSmrg
363573143b9aSmrgdebug=false
363673143b9aSmrgac_cs_recheck=false
363773143b9aSmrgac_cs_silent=false
363873143b9aSmrgSHELL=\${CONFIG_SHELL-$SHELL}
363973143b9aSmrg_ACEOF
364073143b9aSmrg
364173143b9aSmrgcat >>$CONFIG_STATUS <<\_ACEOF
364273143b9aSmrg## --------------------- ##
364373143b9aSmrg## M4sh Initialization.  ##
364473143b9aSmrg## --------------------- ##
364573143b9aSmrg
364673143b9aSmrg# Be more Bourne compatible
364773143b9aSmrgDUALCASE=1; export DUALCASE # for MKS sh
364873143b9aSmrgif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
364973143b9aSmrg  emulate sh
365073143b9aSmrg  NULLCMD=:
365173143b9aSmrg  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
365273143b9aSmrg  # is contrary to our usage.  Disable this feature.
365373143b9aSmrg  alias -g '${1+"$@"}'='"$@"'
365473143b9aSmrg  setopt NO_GLOB_SUBST
365573143b9aSmrgelse
365673143b9aSmrg  case `(set -o) 2>/dev/null` in
365773143b9aSmrg  *posix*) set -o posix ;;
365873143b9aSmrgesac
365973143b9aSmrg
366073143b9aSmrgfi
366173143b9aSmrg
366273143b9aSmrg
366373143b9aSmrg
366473143b9aSmrg
366573143b9aSmrg# PATH needs CR
366673143b9aSmrg# Avoid depending upon Character Ranges.
366773143b9aSmrgas_cr_letters='abcdefghijklmnopqrstuvwxyz'
366873143b9aSmrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
366973143b9aSmrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS
367073143b9aSmrgas_cr_digits='0123456789'
367173143b9aSmrgas_cr_alnum=$as_cr_Letters$as_cr_digits
367273143b9aSmrg
367373143b9aSmrg# The user is always right.
367473143b9aSmrgif test "${PATH_SEPARATOR+set}" != set; then
367573143b9aSmrg  echo "#! /bin/sh" >conf$$.sh
367673143b9aSmrg  echo  "exit 0"   >>conf$$.sh
367773143b9aSmrg  chmod +x conf$$.sh
367873143b9aSmrg  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
367973143b9aSmrg    PATH_SEPARATOR=';'
368073143b9aSmrg  else
368173143b9aSmrg    PATH_SEPARATOR=:
368273143b9aSmrg  fi
368373143b9aSmrg  rm -f conf$$.sh
368473143b9aSmrgfi
368573143b9aSmrg
368673143b9aSmrg# Support unset when possible.
368773143b9aSmrgif ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
368873143b9aSmrg  as_unset=unset
368973143b9aSmrgelse
369073143b9aSmrg  as_unset=false
369173143b9aSmrgfi
369273143b9aSmrg
369373143b9aSmrg
369473143b9aSmrg# IFS
369573143b9aSmrg# We need space, tab and new line, in precisely that order.  Quoting is
369673143b9aSmrg# there to prevent editors from complaining about space-tab.
369773143b9aSmrg# (If _AS_PATH_WALK were called with IFS unset, it would disable word
369873143b9aSmrg# splitting by setting IFS to empty value.)
369973143b9aSmrgas_nl='
370073143b9aSmrg'
370173143b9aSmrgIFS=" ""	$as_nl"
370273143b9aSmrg
370373143b9aSmrg# Find who we are.  Look in the path if we contain no directory separator.
370473143b9aSmrgcase $0 in
370573143b9aSmrg  *[\\/]* ) as_myself=$0 ;;
370673143b9aSmrg  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
370773143b9aSmrgfor as_dir in $PATH
370873143b9aSmrgdo
370973143b9aSmrg  IFS=$as_save_IFS
371073143b9aSmrg  test -z "$as_dir" && as_dir=.
371173143b9aSmrg  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
371273143b9aSmrgdone
371373143b9aSmrgIFS=$as_save_IFS
371473143b9aSmrg
371573143b9aSmrg     ;;
371673143b9aSmrgesac
371773143b9aSmrg# We did not find ourselves, most probably we were run as `sh COMMAND'
371873143b9aSmrg# in which case we are not to be found in the path.
371973143b9aSmrgif test "x$as_myself" = x; then
372073143b9aSmrg  as_myself=$0
372173143b9aSmrgfi
372273143b9aSmrgif test ! -f "$as_myself"; then
372373143b9aSmrg  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
372473143b9aSmrg  { (exit 1); exit 1; }
372573143b9aSmrgfi
372673143b9aSmrg
372773143b9aSmrg# Work around bugs in pre-3.0 UWIN ksh.
372873143b9aSmrgfor as_var in ENV MAIL MAILPATH
372973143b9aSmrgdo ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
373073143b9aSmrgdone
373173143b9aSmrgPS1='$ '
373273143b9aSmrgPS2='> '
373373143b9aSmrgPS4='+ '
373473143b9aSmrg
373573143b9aSmrg# NLS nuisances.
373673143b9aSmrgfor as_var in \
373773143b9aSmrg  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
373873143b9aSmrg  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
373973143b9aSmrg  LC_TELEPHONE LC_TIME
374073143b9aSmrgdo
374173143b9aSmrg  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
374273143b9aSmrg    eval $as_var=C; export $as_var
374373143b9aSmrg  else
374473143b9aSmrg    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
374573143b9aSmrg  fi
374673143b9aSmrgdone
374773143b9aSmrg
374873143b9aSmrg# Required to use basename.
374973143b9aSmrgif expr a : '\(a\)' >/dev/null 2>&1 &&
375073143b9aSmrg   test "X`expr 00001 : '.*\(...\)'`" = X001; then
375173143b9aSmrg  as_expr=expr
375273143b9aSmrgelse
375373143b9aSmrg  as_expr=false
375473143b9aSmrgfi
375573143b9aSmrg
375673143b9aSmrgif (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
375773143b9aSmrg  as_basename=basename
375873143b9aSmrgelse
375973143b9aSmrg  as_basename=false
376073143b9aSmrgfi
376173143b9aSmrg
376273143b9aSmrg
376373143b9aSmrg# Name of the executable.
376473143b9aSmrgas_me=`$as_basename -- "$0" ||
376573143b9aSmrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
376673143b9aSmrg	 X"$0" : 'X\(//\)$' \| \
376773143b9aSmrg	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
376873143b9aSmrgecho X/"$0" |
376973143b9aSmrg    sed '/^.*\/\([^/][^/]*\)\/*$/{
377073143b9aSmrg	    s//\1/
377173143b9aSmrg	    q
377273143b9aSmrg	  }
377373143b9aSmrg	  /^X\/\(\/\/\)$/{
377473143b9aSmrg	    s//\1/
377573143b9aSmrg	    q
377673143b9aSmrg	  }
377773143b9aSmrg	  /^X\/\(\/\).*/{
377873143b9aSmrg	    s//\1/
377973143b9aSmrg	    q
378073143b9aSmrg	  }
378173143b9aSmrg	  s/.*/./; q'`
378273143b9aSmrg
378373143b9aSmrg# CDPATH.
378473143b9aSmrg$as_unset CDPATH
378573143b9aSmrg
378673143b9aSmrg
378773143b9aSmrg
378873143b9aSmrg  as_lineno_1=$LINENO
378973143b9aSmrg  as_lineno_2=$LINENO
379073143b9aSmrg  test "x$as_lineno_1" != "x$as_lineno_2" &&
379173143b9aSmrg  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
379273143b9aSmrg
379373143b9aSmrg  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
379473143b9aSmrg  # uniformly replaced by the line number.  The first 'sed' inserts a
379573143b9aSmrg  # line-number line after each line using $LINENO; the second 'sed'
379673143b9aSmrg  # does the real work.  The second script uses 'N' to pair each
379773143b9aSmrg  # line-number line with the line containing $LINENO, and appends
379873143b9aSmrg  # trailing '-' during substitution so that $LINENO is not a special
379973143b9aSmrg  # case at line end.
380073143b9aSmrg  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
380173143b9aSmrg  # scripts with optimization help from Paolo Bonzini.  Blame Lee
380273143b9aSmrg  # E. McMahon (1931-1989) for sed's syntax.  :-)
380373143b9aSmrg  sed -n '
380473143b9aSmrg    p
380573143b9aSmrg    /[$]LINENO/=
380673143b9aSmrg  ' <$as_myself |
380773143b9aSmrg    sed '
380873143b9aSmrg      s/[$]LINENO.*/&-/
380973143b9aSmrg      t lineno
381073143b9aSmrg      b
381173143b9aSmrg      :lineno
381273143b9aSmrg      N
381373143b9aSmrg      :loop
381473143b9aSmrg      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
381573143b9aSmrg      t loop
381673143b9aSmrg      s/-\n.*//
381773143b9aSmrg    ' >$as_me.lineno &&
381873143b9aSmrg  chmod +x "$as_me.lineno" ||
381973143b9aSmrg    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
382073143b9aSmrg   { (exit 1); exit 1; }; }
382173143b9aSmrg
382273143b9aSmrg  # Don't try to exec as it changes $[0], causing all sort of problems
382373143b9aSmrg  # (the dirname of $[0] is not the place where we might find the
382473143b9aSmrg  # original and so on.  Autoconf is especially sensitive to this).
382573143b9aSmrg  . "./$as_me.lineno"
382673143b9aSmrg  # Exit status is that of the last command.
382773143b9aSmrg  exit
382873143b9aSmrg}
382973143b9aSmrg
383073143b9aSmrg
383173143b9aSmrgif (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
383273143b9aSmrg  as_dirname=dirname
383373143b9aSmrgelse
383473143b9aSmrg  as_dirname=false
383573143b9aSmrgfi
383673143b9aSmrg
383773143b9aSmrgECHO_C= ECHO_N= ECHO_T=
383873143b9aSmrgcase `echo -n x` in
383973143b9aSmrg-n*)
384073143b9aSmrg  case `echo 'x\c'` in
384173143b9aSmrg  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
384273143b9aSmrg  *)   ECHO_C='\c';;
384373143b9aSmrg  esac;;
384473143b9aSmrg*)
384573143b9aSmrg  ECHO_N='-n';;
384673143b9aSmrgesac
384773143b9aSmrg
384873143b9aSmrgif expr a : '\(a\)' >/dev/null 2>&1 &&
384973143b9aSmrg   test "X`expr 00001 : '.*\(...\)'`" = X001; then
385073143b9aSmrg  as_expr=expr
385173143b9aSmrgelse
385273143b9aSmrg  as_expr=false
385373143b9aSmrgfi
385473143b9aSmrg
385573143b9aSmrgrm -f conf$$ conf$$.exe conf$$.file
385673143b9aSmrgif test -d conf$$.dir; then
385773143b9aSmrg  rm -f conf$$.dir/conf$$.file
385873143b9aSmrgelse
385973143b9aSmrg  rm -f conf$$.dir
386073143b9aSmrg  mkdir conf$$.dir
386173143b9aSmrgfi
386273143b9aSmrgecho >conf$$.file
386373143b9aSmrgif ln -s conf$$.file conf$$ 2>/dev/null; then
386473143b9aSmrg  as_ln_s='ln -s'
386573143b9aSmrg  # ... but there are two gotchas:
386673143b9aSmrg  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
386773143b9aSmrg  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
386873143b9aSmrg  # In both cases, we have to default to `cp -p'.
386973143b9aSmrg  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
387073143b9aSmrg    as_ln_s='cp -p'
387173143b9aSmrgelif ln conf$$.file conf$$ 2>/dev/null; then
387273143b9aSmrg  as_ln_s=ln
387373143b9aSmrgelse
387473143b9aSmrg  as_ln_s='cp -p'
387573143b9aSmrgfi
387673143b9aSmrgrm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
387773143b9aSmrgrmdir conf$$.dir 2>/dev/null
387873143b9aSmrg
387973143b9aSmrgif mkdir -p . 2>/dev/null; then
388073143b9aSmrg  as_mkdir_p=:
388173143b9aSmrgelse
388273143b9aSmrg  test -d ./-p && rmdir ./-p
388373143b9aSmrg  as_mkdir_p=false
388473143b9aSmrgfi
388573143b9aSmrg
388673143b9aSmrgif test -x / >/dev/null 2>&1; then
388773143b9aSmrg  as_test_x='test -x'
388873143b9aSmrgelse
388973143b9aSmrg  if ls -dL / >/dev/null 2>&1; then
389073143b9aSmrg    as_ls_L_option=L
389173143b9aSmrg  else
389273143b9aSmrg    as_ls_L_option=
389373143b9aSmrg  fi
389473143b9aSmrg  as_test_x='
389573143b9aSmrg    eval sh -c '\''
389673143b9aSmrg      if test -d "$1"; then
389773143b9aSmrg        test -d "$1/.";
389873143b9aSmrg      else
389973143b9aSmrg	case $1 in
390073143b9aSmrg        -*)set "./$1";;
390173143b9aSmrg	esac;
390273143b9aSmrg	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
390373143b9aSmrg	???[sx]*):;;*)false;;esac;fi
390473143b9aSmrg    '\'' sh
390573143b9aSmrg  '
390673143b9aSmrgfi
390773143b9aSmrgas_executable_p=$as_test_x
390873143b9aSmrg
390973143b9aSmrg# Sed expression to map a string onto a valid CPP name.
391073143b9aSmrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
391173143b9aSmrg
391273143b9aSmrg# Sed expression to map a string onto a valid variable name.
391373143b9aSmrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
391473143b9aSmrg
391573143b9aSmrg
391673143b9aSmrgexec 6>&1
391773143b9aSmrg
391873143b9aSmrg# Save the log message, to keep $[0] and so on meaningful, and to
391973143b9aSmrg# report actual input values of CONFIG_FILES etc. instead of their
392073143b9aSmrg# values after options handling.
392173143b9aSmrgac_log="
39228d4c0f7bSmrgThis file was extended by xtrans $as_me 1.2.3, which was
392373143b9aSmrggenerated by GNU Autoconf 2.61.  Invocation command line was
392473143b9aSmrg
392573143b9aSmrg  CONFIG_FILES    = $CONFIG_FILES
392673143b9aSmrg  CONFIG_HEADERS  = $CONFIG_HEADERS
392773143b9aSmrg  CONFIG_LINKS    = $CONFIG_LINKS
392873143b9aSmrg  CONFIG_COMMANDS = $CONFIG_COMMANDS
392973143b9aSmrg  $ $0 $@
393073143b9aSmrg
393173143b9aSmrgon `(hostname || uname -n) 2>/dev/null | sed 1q`
393273143b9aSmrg"
393373143b9aSmrg
393473143b9aSmrg_ACEOF
393573143b9aSmrg
393673143b9aSmrgcat >>$CONFIG_STATUS <<_ACEOF
393773143b9aSmrg# Files that config.status was made for.
393873143b9aSmrgconfig_files="$ac_config_files"
393973143b9aSmrgconfig_commands="$ac_config_commands"
394073143b9aSmrg
394173143b9aSmrg_ACEOF
394273143b9aSmrg
394373143b9aSmrgcat >>$CONFIG_STATUS <<\_ACEOF
394473143b9aSmrgac_cs_usage="\
394573143b9aSmrg\`$as_me' instantiates files from templates according to the
394673143b9aSmrgcurrent configuration.
394773143b9aSmrg
394873143b9aSmrgUsage: $0 [OPTIONS] [FILE]...
394973143b9aSmrg
395073143b9aSmrg  -h, --help       print this help, then exit
395173143b9aSmrg  -V, --version    print version number and configuration settings, then exit
395273143b9aSmrg  -q, --quiet      do not print progress messages
395373143b9aSmrg  -d, --debug      don't remove temporary files
395473143b9aSmrg      --recheck    update $as_me by reconfiguring in the same conditions
395573143b9aSmrg  --file=FILE[:TEMPLATE]
395673143b9aSmrg		   instantiate the configuration file FILE
395773143b9aSmrg
395873143b9aSmrgConfiguration files:
395973143b9aSmrg$config_files
396073143b9aSmrg
396173143b9aSmrgConfiguration commands:
396273143b9aSmrg$config_commands
396373143b9aSmrg
396473143b9aSmrgReport bugs to <bug-autoconf@gnu.org>."
396573143b9aSmrg
396673143b9aSmrg_ACEOF
396773143b9aSmrgcat >>$CONFIG_STATUS <<_ACEOF
396873143b9aSmrgac_cs_version="\\
39698d4c0f7bSmrgxtrans config.status 1.2.3
397073143b9aSmrgconfigured by $0, generated by GNU Autoconf 2.61,
397173143b9aSmrg  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
397273143b9aSmrg
397373143b9aSmrgCopyright (C) 2006 Free Software Foundation, Inc.
397473143b9aSmrgThis config.status script is free software; the Free Software Foundation
397573143b9aSmrggives unlimited permission to copy, distribute and modify it."
397673143b9aSmrg
397773143b9aSmrgac_pwd='$ac_pwd'
397873143b9aSmrgsrcdir='$srcdir'
397973143b9aSmrgINSTALL='$INSTALL'
398073143b9aSmrgMKDIR_P='$MKDIR_P'
398173143b9aSmrg_ACEOF
398273143b9aSmrg
398373143b9aSmrgcat >>$CONFIG_STATUS <<\_ACEOF
398473143b9aSmrg# If no file are specified by the user, then we need to provide default
398573143b9aSmrg# value.  By we need to know if files were specified by the user.
398673143b9aSmrgac_need_defaults=:
398773143b9aSmrgwhile test $# != 0
398873143b9aSmrgdo
398973143b9aSmrg  case $1 in
399073143b9aSmrg  --*=*)
399173143b9aSmrg    ac_option=`expr "X$1" : 'X\([^=]*\)='`
399273143b9aSmrg    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
399373143b9aSmrg    ac_shift=:
399473143b9aSmrg    ;;
399573143b9aSmrg  *)
399673143b9aSmrg    ac_option=$1
399773143b9aSmrg    ac_optarg=$2
399873143b9aSmrg    ac_shift=shift
399973143b9aSmrg    ;;
400073143b9aSmrg  esac
400173143b9aSmrg
400273143b9aSmrg  case $ac_option in
400373143b9aSmrg  # Handling of the options.
400473143b9aSmrg  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
400573143b9aSmrg    ac_cs_recheck=: ;;
400673143b9aSmrg  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
400773143b9aSmrg    echo "$ac_cs_version"; exit ;;
400873143b9aSmrg  --debug | --debu | --deb | --de | --d | -d )
400973143b9aSmrg    debug=: ;;
401073143b9aSmrg  --file | --fil | --fi | --f )
401173143b9aSmrg    $ac_shift
401273143b9aSmrg    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
401373143b9aSmrg    ac_need_defaults=false;;
401473143b9aSmrg  --he | --h |  --help | --hel | -h )
401573143b9aSmrg    echo "$ac_cs_usage"; exit ;;
401673143b9aSmrg  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
401773143b9aSmrg  | -silent | --silent | --silen | --sile | --sil | --si | --s)
401873143b9aSmrg    ac_cs_silent=: ;;
401973143b9aSmrg
402073143b9aSmrg  # This is an error.
402173143b9aSmrg  -*) { echo "$as_me: error: unrecognized option: $1
402273143b9aSmrgTry \`$0 --help' for more information." >&2
402373143b9aSmrg   { (exit 1); exit 1; }; } ;;
402473143b9aSmrg
402573143b9aSmrg  *) ac_config_targets="$ac_config_targets $1"
402673143b9aSmrg     ac_need_defaults=false ;;
402773143b9aSmrg
402873143b9aSmrg  esac
402973143b9aSmrg  shift
403073143b9aSmrgdone
403173143b9aSmrg
403273143b9aSmrgac_configure_extra_args=
403373143b9aSmrg
403473143b9aSmrgif $ac_cs_silent; then
403573143b9aSmrg  exec 6>/dev/null
403673143b9aSmrg  ac_configure_extra_args="$ac_configure_extra_args --silent"
403773143b9aSmrgfi
403873143b9aSmrg
403973143b9aSmrg_ACEOF
404073143b9aSmrgcat >>$CONFIG_STATUS <<_ACEOF
404173143b9aSmrgif \$ac_cs_recheck; then
404273143b9aSmrg  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
404373143b9aSmrg  CONFIG_SHELL=$SHELL
404473143b9aSmrg  export CONFIG_SHELL
404573143b9aSmrg  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
404673143b9aSmrgfi
404773143b9aSmrg
404873143b9aSmrg_ACEOF
404973143b9aSmrgcat >>$CONFIG_STATUS <<\_ACEOF
405073143b9aSmrgexec 5>>config.log
405173143b9aSmrg{
405273143b9aSmrg  echo
405373143b9aSmrg  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
405473143b9aSmrg## Running $as_me. ##
405573143b9aSmrg_ASBOX
405673143b9aSmrg  echo "$ac_log"
405773143b9aSmrg} >&5
405873143b9aSmrg
405973143b9aSmrg_ACEOF
406073143b9aSmrgcat >>$CONFIG_STATUS <<_ACEOF
406173143b9aSmrg#
406273143b9aSmrg# INIT-COMMANDS
406373143b9aSmrg#
406473143b9aSmrgAMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
406573143b9aSmrg
406673143b9aSmrg_ACEOF
406773143b9aSmrg
406873143b9aSmrgcat >>$CONFIG_STATUS <<\_ACEOF
406973143b9aSmrg
407073143b9aSmrg# Handling of arguments.
407173143b9aSmrgfor ac_config_target in $ac_config_targets
407273143b9aSmrgdo
407373143b9aSmrg  case $ac_config_target in
407473143b9aSmrg    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
407573143b9aSmrg    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
407673143b9aSmrg    "xtrans.pc") CONFIG_FILES="$CONFIG_FILES xtrans.pc" ;;
407773143b9aSmrg
407873143b9aSmrg  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
407973143b9aSmrgecho "$as_me: error: invalid argument: $ac_config_target" >&2;}
408073143b9aSmrg   { (exit 1); exit 1; }; };;
408173143b9aSmrg  esac
408273143b9aSmrgdone
408373143b9aSmrg
408473143b9aSmrg
408573143b9aSmrg# If the user did not use the arguments to specify the items to instantiate,
408673143b9aSmrg# then the envvar interface is used.  Set only those that are not.
408773143b9aSmrg# We use the long form for the default assignment because of an extremely
408873143b9aSmrg# bizarre bug on SunOS 4.1.3.
408973143b9aSmrgif $ac_need_defaults; then
409073143b9aSmrg  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
409173143b9aSmrg  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
409273143b9aSmrgfi
409373143b9aSmrg
409473143b9aSmrg# Have a temporary directory for convenience.  Make it in the build tree
409573143b9aSmrg# simply because there is no reason against having it here, and in addition,
409673143b9aSmrg# creating and moving files from /tmp can sometimes cause problems.
409773143b9aSmrg# Hook for its removal unless debugging.
409873143b9aSmrg# Note that there is a small window in which the directory will not be cleaned:
409973143b9aSmrg# after its creation but before its name has been assigned to `$tmp'.
410073143b9aSmrg$debug ||
410173143b9aSmrg{
410273143b9aSmrg  tmp=
410373143b9aSmrg  trap 'exit_status=$?
410473143b9aSmrg  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
410573143b9aSmrg' 0
410673143b9aSmrg  trap '{ (exit 1); exit 1; }' 1 2 13 15
410773143b9aSmrg}
410873143b9aSmrg# Create a (secure) tmp directory for tmp files.
410973143b9aSmrg
411073143b9aSmrg{
411173143b9aSmrg  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
411273143b9aSmrg  test -n "$tmp" && test -d "$tmp"
411373143b9aSmrg}  ||
411473143b9aSmrg{
411573143b9aSmrg  tmp=./conf$$-$RANDOM
411673143b9aSmrg  (umask 077 && mkdir "$tmp")
411773143b9aSmrg} ||
411873143b9aSmrg{
411973143b9aSmrg   echo "$me: cannot create a temporary directory in ." >&2
412073143b9aSmrg   { (exit 1); exit 1; }
412173143b9aSmrg}
412273143b9aSmrg
412373143b9aSmrg#
412473143b9aSmrg# Set up the sed scripts for CONFIG_FILES section.
412573143b9aSmrg#
412673143b9aSmrg
412773143b9aSmrg# No need to generate the scripts if there are no CONFIG_FILES.
412873143b9aSmrg# This happens for instance when ./config.status config.h
412973143b9aSmrgif test -n "$CONFIG_FILES"; then
413073143b9aSmrg
413173143b9aSmrg_ACEOF
413273143b9aSmrg
413373143b9aSmrg
413473143b9aSmrg
413573143b9aSmrgac_delim='%!_!# '
413673143b9aSmrgfor ac_last_try in false false false false false :; do
413773143b9aSmrg  cat >conf$$subs.sed <<_ACEOF
413873143b9aSmrgSHELL!$SHELL$ac_delim
413973143b9aSmrgPATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
414073143b9aSmrgPACKAGE_NAME!$PACKAGE_NAME$ac_delim
414173143b9aSmrgPACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
414273143b9aSmrgPACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
414373143b9aSmrgPACKAGE_STRING!$PACKAGE_STRING$ac_delim
414473143b9aSmrgPACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
414573143b9aSmrgexec_prefix!$exec_prefix$ac_delim
414673143b9aSmrgprefix!$prefix$ac_delim
414773143b9aSmrgprogram_transform_name!$program_transform_name$ac_delim
414873143b9aSmrgbindir!$bindir$ac_delim
414973143b9aSmrgsbindir!$sbindir$ac_delim
415073143b9aSmrglibexecdir!$libexecdir$ac_delim
415173143b9aSmrgdatarootdir!$datarootdir$ac_delim
415273143b9aSmrgdatadir!$datadir$ac_delim
415373143b9aSmrgsysconfdir!$sysconfdir$ac_delim
415473143b9aSmrgsharedstatedir!$sharedstatedir$ac_delim
415573143b9aSmrglocalstatedir!$localstatedir$ac_delim
415673143b9aSmrgincludedir!$includedir$ac_delim
415773143b9aSmrgoldincludedir!$oldincludedir$ac_delim
415873143b9aSmrgdocdir!$docdir$ac_delim
415973143b9aSmrginfodir!$infodir$ac_delim
416073143b9aSmrghtmldir!$htmldir$ac_delim
416173143b9aSmrgdvidir!$dvidir$ac_delim
416273143b9aSmrgpdfdir!$pdfdir$ac_delim
416373143b9aSmrgpsdir!$psdir$ac_delim
416473143b9aSmrglibdir!$libdir$ac_delim
416573143b9aSmrglocaledir!$localedir$ac_delim
416673143b9aSmrgmandir!$mandir$ac_delim
416773143b9aSmrgDEFS!$DEFS$ac_delim
416873143b9aSmrgECHO_C!$ECHO_C$ac_delim
416973143b9aSmrgECHO_N!$ECHO_N$ac_delim
417073143b9aSmrgECHO_T!$ECHO_T$ac_delim
417173143b9aSmrgLIBS!$LIBS$ac_delim
417273143b9aSmrgbuild_alias!$build_alias$ac_delim
417373143b9aSmrghost_alias!$host_alias$ac_delim
417473143b9aSmrgtarget_alias!$target_alias$ac_delim
417573143b9aSmrgINSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
417673143b9aSmrgINSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
417773143b9aSmrgINSTALL_DATA!$INSTALL_DATA$ac_delim
417873143b9aSmrgam__isrc!$am__isrc$ac_delim
417973143b9aSmrgCYGPATH_W!$CYGPATH_W$ac_delim
418073143b9aSmrgPACKAGE!$PACKAGE$ac_delim
418173143b9aSmrgVERSION!$VERSION$ac_delim
418273143b9aSmrgACLOCAL!$ACLOCAL$ac_delim
418373143b9aSmrgAUTOCONF!$AUTOCONF$ac_delim
418473143b9aSmrgAUTOMAKE!$AUTOMAKE$ac_delim
418573143b9aSmrgAUTOHEADER!$AUTOHEADER$ac_delim
418673143b9aSmrgMAKEINFO!$MAKEINFO$ac_delim
418773143b9aSmrginstall_sh!$install_sh$ac_delim
418873143b9aSmrgSTRIP!$STRIP$ac_delim
418973143b9aSmrgINSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
419073143b9aSmrgmkdir_p!$mkdir_p$ac_delim
419173143b9aSmrgAWK!$AWK$ac_delim
419273143b9aSmrgSET_MAKE!$SET_MAKE$ac_delim
419373143b9aSmrgam__leading_dot!$am__leading_dot$ac_delim
419473143b9aSmrgAMTAR!$AMTAR$ac_delim
419573143b9aSmrgam__tar!$am__tar$ac_delim
419673143b9aSmrgam__untar!$am__untar$ac_delim
419773143b9aSmrgMAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
419873143b9aSmrgMAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
419973143b9aSmrgMAINT!$MAINT$ac_delim
420073143b9aSmrgCC!$CC$ac_delim
420173143b9aSmrgCFLAGS!$CFLAGS$ac_delim
420273143b9aSmrgLDFLAGS!$LDFLAGS$ac_delim
420373143b9aSmrgCPPFLAGS!$CPPFLAGS$ac_delim
420473143b9aSmrgac_ct_CC!$ac_ct_CC$ac_delim
420573143b9aSmrgEXEEXT!$EXEEXT$ac_delim
420673143b9aSmrgOBJEXT!$OBJEXT$ac_delim
420773143b9aSmrgDEPDIR!$DEPDIR$ac_delim
420873143b9aSmrgam__include!$am__include$ac_delim
420973143b9aSmrgam__quote!$am__quote$ac_delim
421073143b9aSmrgAMDEP_TRUE!$AMDEP_TRUE$ac_delim
421173143b9aSmrgAMDEP_FALSE!$AMDEP_FALSE$ac_delim
421273143b9aSmrgAMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
421373143b9aSmrgCCDEPMODE!$CCDEPMODE$ac_delim
421473143b9aSmrgam__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
421573143b9aSmrgam__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
421673143b9aSmrgfchown_define!$fchown_define$ac_delim
421773143b9aSmrgsticky_bit_define!$sticky_bit_define$ac_delim
42188d4c0f7bSmrgCHANGELOG_CMD!$CHANGELOG_CMD$ac_delim
42198d4c0f7bSmrgdistcleancheck_listfiles!$distcleancheck_listfiles$ac_delim
422073143b9aSmrgLIBOBJS!$LIBOBJS$ac_delim
422173143b9aSmrgLTLIBOBJS!$LTLIBOBJS$ac_delim
422273143b9aSmrg_ACEOF
422373143b9aSmrg
42248d4c0f7bSmrg  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 84; then
422573143b9aSmrg    break
422673143b9aSmrg  elif $ac_last_try; then
422773143b9aSmrg    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
422873143b9aSmrgecho "$as_me: error: could not make $CONFIG_STATUS" >&2;}
422973143b9aSmrg   { (exit 1); exit 1; }; }
423073143b9aSmrg  else
423173143b9aSmrg    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
423273143b9aSmrg  fi
423373143b9aSmrgdone
423473143b9aSmrg
423573143b9aSmrgac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
423673143b9aSmrgif test -n "$ac_eof"; then
423773143b9aSmrg  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
423873143b9aSmrg  ac_eof=`expr $ac_eof + 1`
423973143b9aSmrgfi
424073143b9aSmrg
424173143b9aSmrgcat >>$CONFIG_STATUS <<_ACEOF
424273143b9aSmrgcat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
424373143b9aSmrg/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
424473143b9aSmrg_ACEOF
424573143b9aSmrgsed '
424673143b9aSmrgs/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
424773143b9aSmrgs/^/s,@/; s/!/@,|#_!!_#|/
424873143b9aSmrg:n
424973143b9aSmrgt n
425073143b9aSmrgs/'"$ac_delim"'$/,g/; t
425173143b9aSmrgs/$/\\/; p
425273143b9aSmrgN; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
425373143b9aSmrg' >>$CONFIG_STATUS <conf$$subs.sed
425473143b9aSmrgrm -f conf$$subs.sed
425573143b9aSmrgcat >>$CONFIG_STATUS <<_ACEOF
425673143b9aSmrg:end
425773143b9aSmrgs/|#_!!_#|//g
425873143b9aSmrgCEOF$ac_eof
425973143b9aSmrg_ACEOF
426073143b9aSmrg
426173143b9aSmrg
426273143b9aSmrg# VPATH may cause trouble with some makes, so we remove $(srcdir),
426373143b9aSmrg# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
426473143b9aSmrg# trailing colons and then remove the whole line if VPATH becomes empty
426573143b9aSmrg# (actually we leave an empty line to preserve line numbers).
426673143b9aSmrgif test "x$srcdir" = x.; then
426773143b9aSmrg  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
426873143b9aSmrgs/:*\$(srcdir):*/:/
426973143b9aSmrgs/:*\${srcdir}:*/:/
427073143b9aSmrgs/:*@srcdir@:*/:/
427173143b9aSmrgs/^\([^=]*=[	 ]*\):*/\1/
427273143b9aSmrgs/:*$//
427373143b9aSmrgs/^[^=]*=[	 ]*$//
427473143b9aSmrg}'
427573143b9aSmrgfi
427673143b9aSmrg
427773143b9aSmrgcat >>$CONFIG_STATUS <<\_ACEOF
427873143b9aSmrgfi # test -n "$CONFIG_FILES"
427973143b9aSmrg
428073143b9aSmrg
428173143b9aSmrgfor ac_tag in  :F $CONFIG_FILES      :C $CONFIG_COMMANDS
428273143b9aSmrgdo
428373143b9aSmrg  case $ac_tag in
428473143b9aSmrg  :[FHLC]) ac_mode=$ac_tag; continue;;
428573143b9aSmrg  esac
428673143b9aSmrg  case $ac_mode$ac_tag in
428773143b9aSmrg  :[FHL]*:*);;
428873143b9aSmrg  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
428973143b9aSmrgecho "$as_me: error: Invalid tag $ac_tag." >&2;}
429073143b9aSmrg   { (exit 1); exit 1; }; };;
429173143b9aSmrg  :[FH]-) ac_tag=-:-;;
429273143b9aSmrg  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
429373143b9aSmrg  esac
429473143b9aSmrg  ac_save_IFS=$IFS
429573143b9aSmrg  IFS=:
429673143b9aSmrg  set x $ac_tag
429773143b9aSmrg  IFS=$ac_save_IFS
429873143b9aSmrg  shift
429973143b9aSmrg  ac_file=$1
430073143b9aSmrg  shift
430173143b9aSmrg
430273143b9aSmrg  case $ac_mode in
430373143b9aSmrg  :L) ac_source=$1;;
430473143b9aSmrg  :[FH])
430573143b9aSmrg    ac_file_inputs=
430673143b9aSmrg    for ac_f
430773143b9aSmrg    do
430873143b9aSmrg      case $ac_f in
430973143b9aSmrg      -) ac_f="$tmp/stdin";;
431073143b9aSmrg      *) # Look for the file first in the build tree, then in the source tree
431173143b9aSmrg	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
431273143b9aSmrg	 # because $ac_f cannot contain `:'.
431373143b9aSmrg	 test -f "$ac_f" ||
431473143b9aSmrg	   case $ac_f in
431573143b9aSmrg	   [\\/$]*) false;;
431673143b9aSmrg	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
431773143b9aSmrg	   esac ||
431873143b9aSmrg	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
431973143b9aSmrgecho "$as_me: error: cannot find input file: $ac_f" >&2;}
432073143b9aSmrg   { (exit 1); exit 1; }; };;
432173143b9aSmrg      esac
432273143b9aSmrg      ac_file_inputs="$ac_file_inputs $ac_f"
432373143b9aSmrg    done
432473143b9aSmrg
432573143b9aSmrg    # Let's still pretend it is `configure' which instantiates (i.e., don't
432673143b9aSmrg    # use $as_me), people would be surprised to read:
432773143b9aSmrg    #    /* config.h.  Generated by config.status.  */
432873143b9aSmrg    configure_input="Generated from "`IFS=:
432973143b9aSmrg	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
433073143b9aSmrg    if test x"$ac_file" != x-; then
433173143b9aSmrg      configure_input="$ac_file.  $configure_input"
433273143b9aSmrg      { echo "$as_me:$LINENO: creating $ac_file" >&5
433373143b9aSmrgecho "$as_me: creating $ac_file" >&6;}
433473143b9aSmrg    fi
433573143b9aSmrg
433673143b9aSmrg    case $ac_tag in
433773143b9aSmrg    *:-:* | *:-) cat >"$tmp/stdin";;
433873143b9aSmrg    esac
433973143b9aSmrg    ;;
434073143b9aSmrg  esac
434173143b9aSmrg
434273143b9aSmrg  ac_dir=`$as_dirname -- "$ac_file" ||
434373143b9aSmrg$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
434473143b9aSmrg	 X"$ac_file" : 'X\(//\)[^/]' \| \
434573143b9aSmrg	 X"$ac_file" : 'X\(//\)$' \| \
434673143b9aSmrg	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
434773143b9aSmrgecho X"$ac_file" |
434873143b9aSmrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
434973143b9aSmrg	    s//\1/
435073143b9aSmrg	    q
435173143b9aSmrg	  }
435273143b9aSmrg	  /^X\(\/\/\)[^/].*/{
435373143b9aSmrg	    s//\1/
435473143b9aSmrg	    q
435573143b9aSmrg	  }
435673143b9aSmrg	  /^X\(\/\/\)$/{
435773143b9aSmrg	    s//\1/
435873143b9aSmrg	    q
435973143b9aSmrg	  }
436073143b9aSmrg	  /^X\(\/\).*/{
436173143b9aSmrg	    s//\1/
436273143b9aSmrg	    q
436373143b9aSmrg	  }
436473143b9aSmrg	  s/.*/./; q'`
436573143b9aSmrg  { as_dir="$ac_dir"
436673143b9aSmrg  case $as_dir in #(
436773143b9aSmrg  -*) as_dir=./$as_dir;;
436873143b9aSmrg  esac
436973143b9aSmrg  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
437073143b9aSmrg    as_dirs=
437173143b9aSmrg    while :; do
437273143b9aSmrg      case $as_dir in #(
437373143b9aSmrg      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
437473143b9aSmrg      *) as_qdir=$as_dir;;
437573143b9aSmrg      esac
437673143b9aSmrg      as_dirs="'$as_qdir' $as_dirs"
437773143b9aSmrg      as_dir=`$as_dirname -- "$as_dir" ||
437873143b9aSmrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
437973143b9aSmrg	 X"$as_dir" : 'X\(//\)[^/]' \| \
438073143b9aSmrg	 X"$as_dir" : 'X\(//\)$' \| \
438173143b9aSmrg	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
438273143b9aSmrgecho X"$as_dir" |
438373143b9aSmrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
438473143b9aSmrg	    s//\1/
438573143b9aSmrg	    q
438673143b9aSmrg	  }
438773143b9aSmrg	  /^X\(\/\/\)[^/].*/{
438873143b9aSmrg	    s//\1/
438973143b9aSmrg	    q
439073143b9aSmrg	  }
439173143b9aSmrg	  /^X\(\/\/\)$/{
439273143b9aSmrg	    s//\1/
439373143b9aSmrg	    q
439473143b9aSmrg	  }
439573143b9aSmrg	  /^X\(\/\).*/{
439673143b9aSmrg	    s//\1/
439773143b9aSmrg	    q
439873143b9aSmrg	  }
439973143b9aSmrg	  s/.*/./; q'`
440073143b9aSmrg      test -d "$as_dir" && break
440173143b9aSmrg    done
440273143b9aSmrg    test -z "$as_dirs" || eval "mkdir $as_dirs"
440373143b9aSmrg  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
440473143b9aSmrgecho "$as_me: error: cannot create directory $as_dir" >&2;}
440573143b9aSmrg   { (exit 1); exit 1; }; }; }
440673143b9aSmrg  ac_builddir=.
440773143b9aSmrg
440873143b9aSmrgcase "$ac_dir" in
440973143b9aSmrg.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
441073143b9aSmrg*)
441173143b9aSmrg  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
441273143b9aSmrg  # A ".." for each directory in $ac_dir_suffix.
441373143b9aSmrg  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
441473143b9aSmrg  case $ac_top_builddir_sub in
441573143b9aSmrg  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
441673143b9aSmrg  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
441773143b9aSmrg  esac ;;
441873143b9aSmrgesac
441973143b9aSmrgac_abs_top_builddir=$ac_pwd
442073143b9aSmrgac_abs_builddir=$ac_pwd$ac_dir_suffix
442173143b9aSmrg# for backward compatibility:
442273143b9aSmrgac_top_builddir=$ac_top_build_prefix
442373143b9aSmrg
442473143b9aSmrgcase $srcdir in
442573143b9aSmrg  .)  # We are building in place.
442673143b9aSmrg    ac_srcdir=.
442773143b9aSmrg    ac_top_srcdir=$ac_top_builddir_sub
442873143b9aSmrg    ac_abs_top_srcdir=$ac_pwd ;;
442973143b9aSmrg  [\\/]* | ?:[\\/]* )  # Absolute name.
443073143b9aSmrg    ac_srcdir=$srcdir$ac_dir_suffix;
443173143b9aSmrg    ac_top_srcdir=$srcdir
443273143b9aSmrg    ac_abs_top_srcdir=$srcdir ;;
443373143b9aSmrg  *) # Relative name.
443473143b9aSmrg    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
443573143b9aSmrg    ac_top_srcdir=$ac_top_build_prefix$srcdir
443673143b9aSmrg    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
443773143b9aSmrgesac
443873143b9aSmrgac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
443973143b9aSmrg
444073143b9aSmrg
444173143b9aSmrg  case $ac_mode in
444273143b9aSmrg  :F)
444373143b9aSmrg  #
444473143b9aSmrg  # CONFIG_FILE
444573143b9aSmrg  #
444673143b9aSmrg
444773143b9aSmrg  case $INSTALL in
444873143b9aSmrg  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
444973143b9aSmrg  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
445073143b9aSmrg  esac
445173143b9aSmrg  ac_MKDIR_P=$MKDIR_P
445273143b9aSmrg  case $MKDIR_P in
445373143b9aSmrg  [\\/$]* | ?:[\\/]* ) ;;
445473143b9aSmrg  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
445573143b9aSmrg  esac
445673143b9aSmrg_ACEOF
445773143b9aSmrg
445873143b9aSmrgcat >>$CONFIG_STATUS <<\_ACEOF
445973143b9aSmrg# If the template does not know about datarootdir, expand it.
446073143b9aSmrg# FIXME: This hack should be removed a few years after 2.60.
446173143b9aSmrgac_datarootdir_hack=; ac_datarootdir_seen=
446273143b9aSmrg
446373143b9aSmrgcase `sed -n '/datarootdir/ {
446473143b9aSmrg  p
446573143b9aSmrg  q
446673143b9aSmrg}
446773143b9aSmrg/@datadir@/p
446873143b9aSmrg/@docdir@/p
446973143b9aSmrg/@infodir@/p
447073143b9aSmrg/@localedir@/p
447173143b9aSmrg/@mandir@/p
447273143b9aSmrg' $ac_file_inputs` in
447373143b9aSmrg*datarootdir*) ac_datarootdir_seen=yes;;
447473143b9aSmrg*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
447573143b9aSmrg  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
447673143b9aSmrgecho "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
447773143b9aSmrg_ACEOF
447873143b9aSmrgcat >>$CONFIG_STATUS <<_ACEOF
447973143b9aSmrg  ac_datarootdir_hack='
448073143b9aSmrg  s&@datadir@&$datadir&g
448173143b9aSmrg  s&@docdir@&$docdir&g
448273143b9aSmrg  s&@infodir@&$infodir&g
448373143b9aSmrg  s&@localedir@&$localedir&g
448473143b9aSmrg  s&@mandir@&$mandir&g
448573143b9aSmrg    s&\\\${datarootdir}&$datarootdir&g' ;;
448673143b9aSmrgesac
448773143b9aSmrg_ACEOF
448873143b9aSmrg
448973143b9aSmrg# Neutralize VPATH when `$srcdir' = `.'.
449073143b9aSmrg# Shell code in configure.ac might set extrasub.
449173143b9aSmrg# FIXME: do we really want to maintain this feature?
449273143b9aSmrgcat >>$CONFIG_STATUS <<_ACEOF
449373143b9aSmrg  sed "$ac_vpsub
449473143b9aSmrg$extrasub
449573143b9aSmrg_ACEOF
449673143b9aSmrgcat >>$CONFIG_STATUS <<\_ACEOF
449773143b9aSmrg:t
449873143b9aSmrg/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
449973143b9aSmrgs&@configure_input@&$configure_input&;t t
450073143b9aSmrgs&@top_builddir@&$ac_top_builddir_sub&;t t
450173143b9aSmrgs&@srcdir@&$ac_srcdir&;t t
450273143b9aSmrgs&@abs_srcdir@&$ac_abs_srcdir&;t t
450373143b9aSmrgs&@top_srcdir@&$ac_top_srcdir&;t t
450473143b9aSmrgs&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
450573143b9aSmrgs&@builddir@&$ac_builddir&;t t
450673143b9aSmrgs&@abs_builddir@&$ac_abs_builddir&;t t
450773143b9aSmrgs&@abs_top_builddir@&$ac_abs_top_builddir&;t t
450873143b9aSmrgs&@INSTALL@&$ac_INSTALL&;t t
450973143b9aSmrgs&@MKDIR_P@&$ac_MKDIR_P&;t t
451073143b9aSmrg$ac_datarootdir_hack
451173143b9aSmrg" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
451273143b9aSmrg
451373143b9aSmrgtest -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
451473143b9aSmrg  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
451573143b9aSmrg  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
451673143b9aSmrg  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
451773143b9aSmrgwhich seems to be undefined.  Please make sure it is defined." >&5
451873143b9aSmrgecho "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
451973143b9aSmrgwhich seems to be undefined.  Please make sure it is defined." >&2;}
452073143b9aSmrg
452173143b9aSmrg  rm -f "$tmp/stdin"
452273143b9aSmrg  case $ac_file in
452373143b9aSmrg  -) cat "$tmp/out"; rm -f "$tmp/out";;
452473143b9aSmrg  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
452573143b9aSmrg  esac
452673143b9aSmrg ;;
452773143b9aSmrg
452873143b9aSmrg
452973143b9aSmrg  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
453073143b9aSmrgecho "$as_me: executing $ac_file commands" >&6;}
453173143b9aSmrg ;;
453273143b9aSmrg  esac
453373143b9aSmrg
453473143b9aSmrg
453573143b9aSmrg  case $ac_file$ac_mode in
453673143b9aSmrg    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
453773143b9aSmrg  # Strip MF so we end up with the name of the file.
453873143b9aSmrg  mf=`echo "$mf" | sed -e 's/:.*$//'`
453973143b9aSmrg  # Check whether this is an Automake generated Makefile or not.
454073143b9aSmrg  # We used to match only the files named `Makefile.in', but
454173143b9aSmrg  # some people rename them; so instead we look at the file content.
454273143b9aSmrg  # Grep'ing the first line is not enough: some people post-process
454373143b9aSmrg  # each Makefile.in and add a new line on top of each file to say so.
454473143b9aSmrg  # Grep'ing the whole file is not good either: AIX grep has a line
454573143b9aSmrg  # limit of 2048, but all sed's we know have understand at least 4000.
45468d4c0f7bSmrg  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
454773143b9aSmrg    dirpart=`$as_dirname -- "$mf" ||
454873143b9aSmrg$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
454973143b9aSmrg	 X"$mf" : 'X\(//\)[^/]' \| \
455073143b9aSmrg	 X"$mf" : 'X\(//\)$' \| \
455173143b9aSmrg	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
455273143b9aSmrgecho X"$mf" |
455373143b9aSmrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
455473143b9aSmrg	    s//\1/
455573143b9aSmrg	    q
455673143b9aSmrg	  }
455773143b9aSmrg	  /^X\(\/\/\)[^/].*/{
455873143b9aSmrg	    s//\1/
455973143b9aSmrg	    q
456073143b9aSmrg	  }
456173143b9aSmrg	  /^X\(\/\/\)$/{
456273143b9aSmrg	    s//\1/
456373143b9aSmrg	    q
456473143b9aSmrg	  }
456573143b9aSmrg	  /^X\(\/\).*/{
456673143b9aSmrg	    s//\1/
456773143b9aSmrg	    q
456873143b9aSmrg	  }
456973143b9aSmrg	  s/.*/./; q'`
457073143b9aSmrg  else
457173143b9aSmrg    continue
457273143b9aSmrg  fi
457373143b9aSmrg  # Extract the definition of DEPDIR, am__include, and am__quote
457473143b9aSmrg  # from the Makefile without running `make'.
457573143b9aSmrg  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
457673143b9aSmrg  test -z "$DEPDIR" && continue
457773143b9aSmrg  am__include=`sed -n 's/^am__include = //p' < "$mf"`
457873143b9aSmrg  test -z "am__include" && continue
457973143b9aSmrg  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
458073143b9aSmrg  # When using ansi2knr, U may be empty or an underscore; expand it
458173143b9aSmrg  U=`sed -n 's/^U = //p' < "$mf"`
458273143b9aSmrg  # Find all dependency output files, they are included files with
458373143b9aSmrg  # $(DEPDIR) in their names.  We invoke sed twice because it is the
458473143b9aSmrg  # simplest approach to changing $(DEPDIR) to its actual value in the
458573143b9aSmrg  # expansion.
458673143b9aSmrg  for file in `sed -n "
458773143b9aSmrg    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
458873143b9aSmrg       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
458973143b9aSmrg    # Make sure the directory exists.
459073143b9aSmrg    test -f "$dirpart/$file" && continue
459173143b9aSmrg    fdir=`$as_dirname -- "$file" ||
459273143b9aSmrg$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
459373143b9aSmrg	 X"$file" : 'X\(//\)[^/]' \| \
459473143b9aSmrg	 X"$file" : 'X\(//\)$' \| \
459573143b9aSmrg	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
459673143b9aSmrgecho X"$file" |
459773143b9aSmrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
459873143b9aSmrg	    s//\1/
459973143b9aSmrg	    q
460073143b9aSmrg	  }
460173143b9aSmrg	  /^X\(\/\/\)[^/].*/{
460273143b9aSmrg	    s//\1/
460373143b9aSmrg	    q
460473143b9aSmrg	  }
460573143b9aSmrg	  /^X\(\/\/\)$/{
460673143b9aSmrg	    s//\1/
460773143b9aSmrg	    q
460873143b9aSmrg	  }
460973143b9aSmrg	  /^X\(\/\).*/{
461073143b9aSmrg	    s//\1/
461173143b9aSmrg	    q
461273143b9aSmrg	  }
461373143b9aSmrg	  s/.*/./; q'`
461473143b9aSmrg    { as_dir=$dirpart/$fdir
461573143b9aSmrg  case $as_dir in #(
461673143b9aSmrg  -*) as_dir=./$as_dir;;
461773143b9aSmrg  esac
461873143b9aSmrg  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
461973143b9aSmrg    as_dirs=
462073143b9aSmrg    while :; do
462173143b9aSmrg      case $as_dir in #(
462273143b9aSmrg      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
462373143b9aSmrg      *) as_qdir=$as_dir;;
462473143b9aSmrg      esac
462573143b9aSmrg      as_dirs="'$as_qdir' $as_dirs"
462673143b9aSmrg      as_dir=`$as_dirname -- "$as_dir" ||
462773143b9aSmrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
462873143b9aSmrg	 X"$as_dir" : 'X\(//\)[^/]' \| \
462973143b9aSmrg	 X"$as_dir" : 'X\(//\)$' \| \
463073143b9aSmrg	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
463173143b9aSmrgecho X"$as_dir" |
463273143b9aSmrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
463373143b9aSmrg	    s//\1/
463473143b9aSmrg	    q
463573143b9aSmrg	  }
463673143b9aSmrg	  /^X\(\/\/\)[^/].*/{
463773143b9aSmrg	    s//\1/
463873143b9aSmrg	    q
463973143b9aSmrg	  }
464073143b9aSmrg	  /^X\(\/\/\)$/{
464173143b9aSmrg	    s//\1/
464273143b9aSmrg	    q
464373143b9aSmrg	  }
464473143b9aSmrg	  /^X\(\/\).*/{
464573143b9aSmrg	    s//\1/
464673143b9aSmrg	    q
464773143b9aSmrg	  }
464873143b9aSmrg	  s/.*/./; q'`
464973143b9aSmrg      test -d "$as_dir" && break
465073143b9aSmrg    done
465173143b9aSmrg    test -z "$as_dirs" || eval "mkdir $as_dirs"
465273143b9aSmrg  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
465373143b9aSmrgecho "$as_me: error: cannot create directory $as_dir" >&2;}
465473143b9aSmrg   { (exit 1); exit 1; }; }; }
465573143b9aSmrg    # echo "creating $dirpart/$file"
465673143b9aSmrg    echo '# dummy' > "$dirpart/$file"
465773143b9aSmrg  done
465873143b9aSmrgdone
465973143b9aSmrg ;;
466073143b9aSmrg
466173143b9aSmrg  esac
466273143b9aSmrgdone # for ac_tag
466373143b9aSmrg
466473143b9aSmrg
466573143b9aSmrg{ (exit 0); exit 0; }
466673143b9aSmrg_ACEOF
466773143b9aSmrgchmod +x $CONFIG_STATUS
466873143b9aSmrgac_clean_files=$ac_clean_files_save
466973143b9aSmrg
467073143b9aSmrg
467173143b9aSmrg# configure is writing to config.log, and then calls config.status.
467273143b9aSmrg# config.status does its own redirection, appending to config.log.
467373143b9aSmrg# Unfortunately, on DOS this fails, as config.log is still kept open
467473143b9aSmrg# by configure, so config.status won't be able to write to it; its
467573143b9aSmrg# output is simply discarded.  So we exec the FD to /dev/null,
467673143b9aSmrg# effectively closing config.log, so it can be properly (re)opened and
467773143b9aSmrg# appended to by config.status.  When coming back to configure, we
467873143b9aSmrg# need to make the FD available again.
467973143b9aSmrgif test "$no_create" != yes; then
468073143b9aSmrg  ac_cs_success=:
468173143b9aSmrg  ac_config_status_args=
468273143b9aSmrg  test "$silent" = yes &&
468373143b9aSmrg    ac_config_status_args="$ac_config_status_args --quiet"
468473143b9aSmrg  exec 5>/dev/null
468573143b9aSmrg  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
468673143b9aSmrg  exec 5>>config.log
468773143b9aSmrg  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
468873143b9aSmrg  # would make configure fail if this is the last instruction.
468973143b9aSmrg  $ac_cs_success || { (exit 1); exit 1; }
469073143b9aSmrgfi
469173143b9aSmrg
4692