configure revision 9027f4a0
19027f4a0Smrg#! /bin/sh
29027f4a0Smrg# Guess values for system-dependent variables and create Makefiles.
39027f4a0Smrg# Generated by GNU Autoconf 2.60 for xfontsel 1.0.2.
49027f4a0Smrg#
59027f4a0Smrg# Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
69027f4a0Smrg#
79027f4a0Smrg# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
89027f4a0Smrg# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
99027f4a0Smrg# This configure script is free software; the Free Software Foundation
109027f4a0Smrg# gives unlimited permission to copy, distribute and modify it.
119027f4a0Smrg## --------------------- ##
129027f4a0Smrg## M4sh Initialization.  ##
139027f4a0Smrg## --------------------- ##
149027f4a0Smrg
159027f4a0Smrg# Be Bourne compatible
169027f4a0Smrgif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
179027f4a0Smrg  emulate sh
189027f4a0Smrg  NULLCMD=:
199027f4a0Smrg  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
209027f4a0Smrg  # is contrary to our usage.  Disable this feature.
219027f4a0Smrg  alias -g '${1+"$@"}'='"$@"'
229027f4a0Smrg  setopt NO_GLOB_SUBST
239027f4a0Smrgelse
249027f4a0Smrg  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
259027f4a0Smrgfi
269027f4a0SmrgBIN_SH=xpg4; export BIN_SH # for Tru64
279027f4a0SmrgDUALCASE=1; export DUALCASE # for MKS sh
289027f4a0Smrg
299027f4a0Smrg
309027f4a0Smrg# PATH needs CR
319027f4a0Smrg# Avoid depending upon Character Ranges.
329027f4a0Smrgas_cr_letters='abcdefghijklmnopqrstuvwxyz'
339027f4a0Smrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
349027f4a0Smrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS
359027f4a0Smrgas_cr_digits='0123456789'
369027f4a0Smrgas_cr_alnum=$as_cr_Letters$as_cr_digits
379027f4a0Smrg
389027f4a0Smrg# The user is always right.
399027f4a0Smrgif test "${PATH_SEPARATOR+set}" != set; then
409027f4a0Smrg  echo "#! /bin/sh" >conf$$.sh
419027f4a0Smrg  echo  "exit 0"   >>conf$$.sh
429027f4a0Smrg  chmod +x conf$$.sh
439027f4a0Smrg  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
449027f4a0Smrg    PATH_SEPARATOR=';'
459027f4a0Smrg  else
469027f4a0Smrg    PATH_SEPARATOR=:
479027f4a0Smrg  fi
489027f4a0Smrg  rm -f conf$$.sh
499027f4a0Smrgfi
509027f4a0Smrg
519027f4a0Smrg# Support unset when possible.
529027f4a0Smrgif ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
539027f4a0Smrg  as_unset=unset
549027f4a0Smrgelse
559027f4a0Smrg  as_unset=false
569027f4a0Smrgfi
579027f4a0Smrg
589027f4a0Smrg
599027f4a0Smrg# IFS
609027f4a0Smrg# We need space, tab and new line, in precisely that order.  Quoting is
619027f4a0Smrg# there to prevent editors from complaining about space-tab.
629027f4a0Smrg# (If _AS_PATH_WALK were called with IFS unset, it would disable word
639027f4a0Smrg# splitting by setting IFS to empty value.)
649027f4a0Smrgas_nl='
659027f4a0Smrg'
669027f4a0SmrgIFS=" ""	$as_nl"
679027f4a0Smrg
689027f4a0Smrg# Find who we are.  Look in the path if we contain no directory separator.
699027f4a0Smrgcase $0 in
709027f4a0Smrg  *[\\/]* ) as_myself=$0 ;;
719027f4a0Smrg  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
729027f4a0Smrgfor as_dir in $PATH
739027f4a0Smrgdo
749027f4a0Smrg  IFS=$as_save_IFS
759027f4a0Smrg  test -z "$as_dir" && as_dir=.
769027f4a0Smrg  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
779027f4a0Smrgdone
789027f4a0SmrgIFS=$as_save_IFS
799027f4a0Smrg
809027f4a0Smrg     ;;
819027f4a0Smrgesac
829027f4a0Smrg# We did not find ourselves, most probably we were run as `sh COMMAND'
839027f4a0Smrg# in which case we are not to be found in the path.
849027f4a0Smrgif test "x$as_myself" = x; then
859027f4a0Smrg  as_myself=$0
869027f4a0Smrgfi
879027f4a0Smrgif test ! -f "$as_myself"; then
889027f4a0Smrg  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
899027f4a0Smrg  { (exit 1); exit 1; }
909027f4a0Smrgfi
919027f4a0Smrg
929027f4a0Smrg# Work around bugs in pre-3.0 UWIN ksh.
939027f4a0Smrgfor as_var in ENV MAIL MAILPATH
949027f4a0Smrgdo ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
959027f4a0Smrgdone
969027f4a0SmrgPS1='$ '
979027f4a0SmrgPS2='> '
989027f4a0SmrgPS4='+ '
999027f4a0Smrg
1009027f4a0Smrg# NLS nuisances.
1019027f4a0Smrgfor as_var in \
1029027f4a0Smrg  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
1039027f4a0Smrg  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
1049027f4a0Smrg  LC_TELEPHONE LC_TIME
1059027f4a0Smrgdo
1069027f4a0Smrg  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
1079027f4a0Smrg    eval $as_var=C; export $as_var
1089027f4a0Smrg  else
1099027f4a0Smrg    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
1109027f4a0Smrg  fi
1119027f4a0Smrgdone
1129027f4a0Smrg
1139027f4a0Smrg# Required to use basename.
1149027f4a0Smrgif expr a : '\(a\)' >/dev/null 2>&1 &&
1159027f4a0Smrg   test "X`expr 00001 : '.*\(...\)'`" = X001; then
1169027f4a0Smrg  as_expr=expr
1179027f4a0Smrgelse
1189027f4a0Smrg  as_expr=false
1199027f4a0Smrgfi
1209027f4a0Smrg
1219027f4a0Smrgif (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
1229027f4a0Smrg  as_basename=basename
1239027f4a0Smrgelse
1249027f4a0Smrg  as_basename=false
1259027f4a0Smrgfi
1269027f4a0Smrg
1279027f4a0Smrg
1289027f4a0Smrg# Name of the executable.
1299027f4a0Smrgas_me=`$as_basename -- "$0" ||
1309027f4a0Smrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1319027f4a0Smrg	 X"$0" : 'X\(//\)$' \| \
1329027f4a0Smrg	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1339027f4a0Smrgecho X/"$0" |
1349027f4a0Smrg    sed '/^.*\/\([^/][^/]*\)\/*$/{
1359027f4a0Smrg	    s//\1/
1369027f4a0Smrg	    q
1379027f4a0Smrg	  }
1389027f4a0Smrg	  /^X\/\(\/\/\)$/{
1399027f4a0Smrg	    s//\1/
1409027f4a0Smrg	    q
1419027f4a0Smrg	  }
1429027f4a0Smrg	  /^X\/\(\/\).*/{
1439027f4a0Smrg	    s//\1/
1449027f4a0Smrg	    q
1459027f4a0Smrg	  }
1469027f4a0Smrg	  s/.*/./; q'`
1479027f4a0Smrg
1489027f4a0Smrg# CDPATH.
1499027f4a0Smrg$as_unset CDPATH
1509027f4a0Smrg
1519027f4a0Smrg
1529027f4a0Smrgif test "x$CONFIG_SHELL" = x; then
1539027f4a0Smrg  if (eval ":") 2>/dev/null; then
1549027f4a0Smrg  as_have_required=yes
1559027f4a0Smrgelse
1569027f4a0Smrg  as_have_required=no
1579027f4a0Smrgfi
1589027f4a0Smrg
1599027f4a0Smrg  if test $as_have_required = yes && 	 (eval ":
1609027f4a0Smrg(as_func_return () {
1619027f4a0Smrg  (exit \$1)
1629027f4a0Smrg}
1639027f4a0Smrgas_func_success () {
1649027f4a0Smrg  as_func_return 0
1659027f4a0Smrg}
1669027f4a0Smrgas_func_failure () {
1679027f4a0Smrg  as_func_return 1
1689027f4a0Smrg}
1699027f4a0Smrgas_func_ret_success () {
1709027f4a0Smrg  return 0
1719027f4a0Smrg}
1729027f4a0Smrgas_func_ret_failure () {
1739027f4a0Smrg  return 1
1749027f4a0Smrg}
1759027f4a0Smrg
1769027f4a0Smrgexitcode=0
1779027f4a0Smrgif as_func_success; then
1789027f4a0Smrg  :
1799027f4a0Smrgelse
1809027f4a0Smrg  exitcode=1
1819027f4a0Smrg  echo as_func_success failed.
1829027f4a0Smrgfi
1839027f4a0Smrg
1849027f4a0Smrgif as_func_failure; then
1859027f4a0Smrg  exitcode=1
1869027f4a0Smrg  echo as_func_failure succeeded.
1879027f4a0Smrgfi
1889027f4a0Smrg
1899027f4a0Smrgif as_func_ret_success; then
1909027f4a0Smrg  :
1919027f4a0Smrgelse
1929027f4a0Smrg  exitcode=1
1939027f4a0Smrg  echo as_func_ret_success failed.
1949027f4a0Smrgfi
1959027f4a0Smrg
1969027f4a0Smrgif as_func_ret_failure; then
1979027f4a0Smrg  exitcode=1
1989027f4a0Smrg  echo as_func_ret_failure succeeded.
1999027f4a0Smrgfi
2009027f4a0Smrg
2019027f4a0Smrgif ( set x; as_func_ret_success y && test x = \"\$1\" ); then
2029027f4a0Smrg  :
2039027f4a0Smrgelse
2049027f4a0Smrg  exitcode=1
2059027f4a0Smrg  echo positional parameters were not saved.
2069027f4a0Smrgfi
2079027f4a0Smrg
2089027f4a0Smrgtest \$exitcode = 0) || { (exit 1); exit 1; }
2099027f4a0Smrg
2109027f4a0Smrg(
2119027f4a0Smrg  as_lineno_1=\$LINENO
2129027f4a0Smrg  as_lineno_2=\$LINENO
2139027f4a0Smrg  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
2149027f4a0Smrg  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
2159027f4a0Smrg") 2> /dev/null; then
2169027f4a0Smrg  :
2179027f4a0Smrgelse
2189027f4a0Smrg  as_candidate_shells=
2199027f4a0Smrg    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2209027f4a0Smrgfor as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
2219027f4a0Smrgdo
2229027f4a0Smrg  IFS=$as_save_IFS
2239027f4a0Smrg  test -z "$as_dir" && as_dir=.
2249027f4a0Smrg  case $as_dir in
2259027f4a0Smrg	 /*)
2269027f4a0Smrg	   for as_base in sh bash ksh sh5; do
2279027f4a0Smrg	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
2289027f4a0Smrg	   done;;
2299027f4a0Smrg       esac
2309027f4a0Smrgdone
2319027f4a0SmrgIFS=$as_save_IFS
2329027f4a0Smrg
2339027f4a0Smrg
2349027f4a0Smrg      for as_shell in $as_candidate_shells $SHELL; do
2359027f4a0Smrg	 # Try only shells that exist, to save several forks.
2369027f4a0Smrg	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
2379027f4a0Smrg		{ ("$as_shell") 2> /dev/null <<\_ASEOF
2389027f4a0Smrg# Be Bourne compatible
2399027f4a0Smrgif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2409027f4a0Smrg  emulate sh
2419027f4a0Smrg  NULLCMD=:
2429027f4a0Smrg  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2439027f4a0Smrg  # is contrary to our usage.  Disable this feature.
2449027f4a0Smrg  alias -g '${1+"$@"}'='"$@"'
2459027f4a0Smrg  setopt NO_GLOB_SUBST
2469027f4a0Smrgelse
2479027f4a0Smrg  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
2489027f4a0Smrgfi
2499027f4a0SmrgBIN_SH=xpg4; export BIN_SH # for Tru64
2509027f4a0SmrgDUALCASE=1; export DUALCASE # for MKS sh
2519027f4a0Smrg
2529027f4a0Smrg:
2539027f4a0Smrg_ASEOF
2549027f4a0Smrg}; then
2559027f4a0Smrg  CONFIG_SHELL=$as_shell
2569027f4a0Smrg	       as_have_required=yes
2579027f4a0Smrg	       if { "$as_shell" 2> /dev/null <<\_ASEOF
2589027f4a0Smrg# Be Bourne compatible
2599027f4a0Smrgif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2609027f4a0Smrg  emulate sh
2619027f4a0Smrg  NULLCMD=:
2629027f4a0Smrg  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2639027f4a0Smrg  # is contrary to our usage.  Disable this feature.
2649027f4a0Smrg  alias -g '${1+"$@"}'='"$@"'
2659027f4a0Smrg  setopt NO_GLOB_SUBST
2669027f4a0Smrgelse
2679027f4a0Smrg  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
2689027f4a0Smrgfi
2699027f4a0SmrgBIN_SH=xpg4; export BIN_SH # for Tru64
2709027f4a0SmrgDUALCASE=1; export DUALCASE # for MKS sh
2719027f4a0Smrg
2729027f4a0Smrg:
2739027f4a0Smrg(as_func_return () {
2749027f4a0Smrg  (exit $1)
2759027f4a0Smrg}
2769027f4a0Smrgas_func_success () {
2779027f4a0Smrg  as_func_return 0
2789027f4a0Smrg}
2799027f4a0Smrgas_func_failure () {
2809027f4a0Smrg  as_func_return 1
2819027f4a0Smrg}
2829027f4a0Smrgas_func_ret_success () {
2839027f4a0Smrg  return 0
2849027f4a0Smrg}
2859027f4a0Smrgas_func_ret_failure () {
2869027f4a0Smrg  return 1
2879027f4a0Smrg}
2889027f4a0Smrg
2899027f4a0Smrgexitcode=0
2909027f4a0Smrgif as_func_success; then
2919027f4a0Smrg  :
2929027f4a0Smrgelse
2939027f4a0Smrg  exitcode=1
2949027f4a0Smrg  echo as_func_success failed.
2959027f4a0Smrgfi
2969027f4a0Smrg
2979027f4a0Smrgif as_func_failure; then
2989027f4a0Smrg  exitcode=1
2999027f4a0Smrg  echo as_func_failure succeeded.
3009027f4a0Smrgfi
3019027f4a0Smrg
3029027f4a0Smrgif as_func_ret_success; then
3039027f4a0Smrg  :
3049027f4a0Smrgelse
3059027f4a0Smrg  exitcode=1
3069027f4a0Smrg  echo as_func_ret_success failed.
3079027f4a0Smrgfi
3089027f4a0Smrg
3099027f4a0Smrgif as_func_ret_failure; then
3109027f4a0Smrg  exitcode=1
3119027f4a0Smrg  echo as_func_ret_failure succeeded.
3129027f4a0Smrgfi
3139027f4a0Smrg
3149027f4a0Smrgif ( set x; as_func_ret_success y && test x = "$1" ); then
3159027f4a0Smrg  :
3169027f4a0Smrgelse
3179027f4a0Smrg  exitcode=1
3189027f4a0Smrg  echo positional parameters were not saved.
3199027f4a0Smrgfi
3209027f4a0Smrg
3219027f4a0Smrgtest $exitcode = 0) || { (exit 1); exit 1; }
3229027f4a0Smrg
3239027f4a0Smrg(
3249027f4a0Smrg  as_lineno_1=$LINENO
3259027f4a0Smrg  as_lineno_2=$LINENO
3269027f4a0Smrg  test "x$as_lineno_1" != "x$as_lineno_2" &&
3279027f4a0Smrg  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
3289027f4a0Smrg
3299027f4a0Smrg_ASEOF
3309027f4a0Smrg}; then
3319027f4a0Smrg  break
3329027f4a0Smrgfi
3339027f4a0Smrg
3349027f4a0Smrgfi
3359027f4a0Smrg
3369027f4a0Smrg      done
3379027f4a0Smrg
3389027f4a0Smrg      if test "x$CONFIG_SHELL" != x; then
3399027f4a0Smrg  for as_var in BASH_ENV ENV
3409027f4a0Smrg        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
3419027f4a0Smrg        done
3429027f4a0Smrg        export CONFIG_SHELL
3439027f4a0Smrg        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
3449027f4a0Smrgfi
3459027f4a0Smrg
3469027f4a0Smrg
3479027f4a0Smrg    if test $as_have_required = no; then
3489027f4a0Smrg  echo This script requires a shell more modern than all the
3499027f4a0Smrg      echo shells that I found on your system.  Please install a
3509027f4a0Smrg      echo modern shell, or manually run the script under such a
3519027f4a0Smrg      echo shell if you do have one.
3529027f4a0Smrg      { (exit 1); exit 1; }
3539027f4a0Smrgfi
3549027f4a0Smrg
3559027f4a0Smrg
3569027f4a0Smrgfi
3579027f4a0Smrg
3589027f4a0Smrgfi
3599027f4a0Smrg
3609027f4a0Smrg
3619027f4a0Smrg
3629027f4a0Smrg(eval "as_func_return () {
3639027f4a0Smrg  (exit \$1)
3649027f4a0Smrg}
3659027f4a0Smrgas_func_success () {
3669027f4a0Smrg  as_func_return 0
3679027f4a0Smrg}
3689027f4a0Smrgas_func_failure () {
3699027f4a0Smrg  as_func_return 1
3709027f4a0Smrg}
3719027f4a0Smrgas_func_ret_success () {
3729027f4a0Smrg  return 0
3739027f4a0Smrg}
3749027f4a0Smrgas_func_ret_failure () {
3759027f4a0Smrg  return 1
3769027f4a0Smrg}
3779027f4a0Smrg
3789027f4a0Smrgexitcode=0
3799027f4a0Smrgif as_func_success; then
3809027f4a0Smrg  :
3819027f4a0Smrgelse
3829027f4a0Smrg  exitcode=1
3839027f4a0Smrg  echo as_func_success failed.
3849027f4a0Smrgfi
3859027f4a0Smrg
3869027f4a0Smrgif as_func_failure; then
3879027f4a0Smrg  exitcode=1
3889027f4a0Smrg  echo as_func_failure succeeded.
3899027f4a0Smrgfi
3909027f4a0Smrg
3919027f4a0Smrgif as_func_ret_success; then
3929027f4a0Smrg  :
3939027f4a0Smrgelse
3949027f4a0Smrg  exitcode=1
3959027f4a0Smrg  echo as_func_ret_success failed.
3969027f4a0Smrgfi
3979027f4a0Smrg
3989027f4a0Smrgif as_func_ret_failure; then
3999027f4a0Smrg  exitcode=1
4009027f4a0Smrg  echo as_func_ret_failure succeeded.
4019027f4a0Smrgfi
4029027f4a0Smrg
4039027f4a0Smrgif ( set x; as_func_ret_success y && test x = \"\$1\" ); then
4049027f4a0Smrg  :
4059027f4a0Smrgelse
4069027f4a0Smrg  exitcode=1
4079027f4a0Smrg  echo positional parameters were not saved.
4089027f4a0Smrgfi
4099027f4a0Smrg
4109027f4a0Smrgtest \$exitcode = 0") || {
4119027f4a0Smrg  echo No shell found that supports shell functions.
4129027f4a0Smrg  echo Please tell autoconf@gnu.org about your system,
4139027f4a0Smrg  echo including any error possibly output before this
4149027f4a0Smrg  echo message
4159027f4a0Smrg}
4169027f4a0Smrg
4179027f4a0Smrg
4189027f4a0Smrg
4199027f4a0Smrg  as_lineno_1=$LINENO
4209027f4a0Smrg  as_lineno_2=$LINENO
4219027f4a0Smrg  test "x$as_lineno_1" != "x$as_lineno_2" &&
4229027f4a0Smrg  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
4239027f4a0Smrg
4249027f4a0Smrg  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
4259027f4a0Smrg  # uniformly replaced by the line number.  The first 'sed' inserts a
4269027f4a0Smrg  # line-number line after each line using $LINENO; the second 'sed'
4279027f4a0Smrg  # does the real work.  The second script uses 'N' to pair each
4289027f4a0Smrg  # line-number line with the line containing $LINENO, and appends
4299027f4a0Smrg  # trailing '-' during substitution so that $LINENO is not a special
4309027f4a0Smrg  # case at line end.
4319027f4a0Smrg  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
4329027f4a0Smrg  # scripts with optimization help from Paolo Bonzini.  Blame Lee
4339027f4a0Smrg  # E. McMahon (1931-1989) for sed's syntax.  :-)
4349027f4a0Smrg  sed -n '
4359027f4a0Smrg    p
4369027f4a0Smrg    /[$]LINENO/=
4379027f4a0Smrg  ' <$as_myself |
4389027f4a0Smrg    sed '
4399027f4a0Smrg      s/[$]LINENO.*/&-/
4409027f4a0Smrg      t lineno
4419027f4a0Smrg      b
4429027f4a0Smrg      :lineno
4439027f4a0Smrg      N
4449027f4a0Smrg      :loop
4459027f4a0Smrg      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
4469027f4a0Smrg      t loop
4479027f4a0Smrg      s/-\n.*//
4489027f4a0Smrg    ' >$as_me.lineno &&
4499027f4a0Smrg  chmod +x "$as_me.lineno" ||
4509027f4a0Smrg    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
4519027f4a0Smrg   { (exit 1); exit 1; }; }
4529027f4a0Smrg
4539027f4a0Smrg  # Don't try to exec as it changes $[0], causing all sort of problems
4549027f4a0Smrg  # (the dirname of $[0] is not the place where we might find the
4559027f4a0Smrg  # original and so on.  Autoconf is especially sensitive to this).
4569027f4a0Smrg  . "./$as_me.lineno"
4579027f4a0Smrg  # Exit status is that of the last command.
4589027f4a0Smrg  exit
4599027f4a0Smrg}
4609027f4a0Smrg
4619027f4a0Smrg
4629027f4a0Smrgif (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
4639027f4a0Smrg  as_dirname=dirname
4649027f4a0Smrgelse
4659027f4a0Smrg  as_dirname=false
4669027f4a0Smrgfi
4679027f4a0Smrg
4689027f4a0SmrgECHO_C= ECHO_N= ECHO_T=
4699027f4a0Smrgcase `echo -n x` in
4709027f4a0Smrg-n*)
4719027f4a0Smrg  case `echo 'x\c'` in
4729027f4a0Smrg  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
4739027f4a0Smrg  *)   ECHO_C='\c';;
4749027f4a0Smrg  esac;;
4759027f4a0Smrg*)
4769027f4a0Smrg  ECHO_N='-n';;
4779027f4a0Smrgesac
4789027f4a0Smrg
4799027f4a0Smrgif expr a : '\(a\)' >/dev/null 2>&1 &&
4809027f4a0Smrg   test "X`expr 00001 : '.*\(...\)'`" = X001; then
4819027f4a0Smrg  as_expr=expr
4829027f4a0Smrgelse
4839027f4a0Smrg  as_expr=false
4849027f4a0Smrgfi
4859027f4a0Smrg
4869027f4a0Smrgrm -f conf$$ conf$$.exe conf$$.file
4879027f4a0Smrgif test -d conf$$.dir; then
4889027f4a0Smrg  rm -f conf$$.dir/conf$$.file
4899027f4a0Smrgelse
4909027f4a0Smrg  rm -f conf$$.dir
4919027f4a0Smrg  mkdir conf$$.dir
4929027f4a0Smrgfi
4939027f4a0Smrgecho >conf$$.file
4949027f4a0Smrgif ln -s conf$$.file conf$$ 2>/dev/null; then
4959027f4a0Smrg  as_ln_s='ln -s'
4969027f4a0Smrg  # ... but there are two gotchas:
4979027f4a0Smrg  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
4989027f4a0Smrg  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
4999027f4a0Smrg  # In both cases, we have to default to `cp -p'.
5009027f4a0Smrg  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
5019027f4a0Smrg    as_ln_s='cp -p'
5029027f4a0Smrgelif ln conf$$.file conf$$ 2>/dev/null; then
5039027f4a0Smrg  as_ln_s=ln
5049027f4a0Smrgelse
5059027f4a0Smrg  as_ln_s='cp -p'
5069027f4a0Smrgfi
5079027f4a0Smrgrm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
5089027f4a0Smrgrmdir conf$$.dir 2>/dev/null
5099027f4a0Smrg
5109027f4a0Smrgif mkdir -p . 2>/dev/null; then
5119027f4a0Smrg  as_mkdir_p=:
5129027f4a0Smrgelse
5139027f4a0Smrg  test -d ./-p && rmdir ./-p
5149027f4a0Smrg  as_mkdir_p=false
5159027f4a0Smrgfi
5169027f4a0Smrg
5179027f4a0Smrg# Find out whether ``test -x'' works.  Don't use a zero-byte file, as
5189027f4a0Smrg# systems may use methods other than mode bits to determine executability.
5199027f4a0Smrgcat >conf$$.file <<_ASEOF
5209027f4a0Smrg#! /bin/sh
5219027f4a0Smrgexit 0
5229027f4a0Smrg_ASEOF
5239027f4a0Smrgchmod +x conf$$.file
5249027f4a0Smrgif test -x conf$$.file >/dev/null 2>&1; then
5259027f4a0Smrg  as_executable_p="test -x"
5269027f4a0Smrgelse
5279027f4a0Smrg  as_executable_p=:
5289027f4a0Smrgfi
5299027f4a0Smrgrm -f conf$$.file
5309027f4a0Smrg
5319027f4a0Smrg# Sed expression to map a string onto a valid CPP name.
5329027f4a0Smrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
5339027f4a0Smrg
5349027f4a0Smrg# Sed expression to map a string onto a valid variable name.
5359027f4a0Smrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
5369027f4a0Smrg
5379027f4a0Smrg
5389027f4a0Smrg
5399027f4a0Smrgexec 7<&0 </dev/null 6>&1
5409027f4a0Smrg
5419027f4a0Smrg# Name of the host.
5429027f4a0Smrg# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
5439027f4a0Smrg# so uname gets run too.
5449027f4a0Smrgac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
5459027f4a0Smrg
5469027f4a0Smrg#
5479027f4a0Smrg# Initializations.
5489027f4a0Smrg#
5499027f4a0Smrgac_default_prefix=/usr/local
5509027f4a0Smrgac_clean_files=
5519027f4a0Smrgac_config_libobj_dir=.
5529027f4a0SmrgLIBOBJS=
5539027f4a0Smrgcross_compiling=no
5549027f4a0Smrgsubdirs=
5559027f4a0SmrgMFLAGS=
5569027f4a0SmrgMAKEFLAGS=
5579027f4a0SmrgSHELL=${CONFIG_SHELL-/bin/sh}
5589027f4a0Smrg
5599027f4a0Smrg# Identity of this package.
5609027f4a0SmrgPACKAGE_NAME='xfontsel'
5619027f4a0SmrgPACKAGE_TARNAME='xfontsel'
5629027f4a0SmrgPACKAGE_VERSION='1.0.2'
5639027f4a0SmrgPACKAGE_STRING='xfontsel 1.0.2'
5649027f4a0SmrgPACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
5659027f4a0Smrg
5669027f4a0Smrgac_subst_vars='SHELL
5679027f4a0SmrgPATH_SEPARATOR
5689027f4a0SmrgPACKAGE_NAME
5699027f4a0SmrgPACKAGE_TARNAME
5709027f4a0SmrgPACKAGE_VERSION
5719027f4a0SmrgPACKAGE_STRING
5729027f4a0SmrgPACKAGE_BUGREPORT
5739027f4a0Smrgexec_prefix
5749027f4a0Smrgprefix
5759027f4a0Smrgprogram_transform_name
5769027f4a0Smrgbindir
5779027f4a0Smrgsbindir
5789027f4a0Smrglibexecdir
5799027f4a0Smrgdatarootdir
5809027f4a0Smrgdatadir
5819027f4a0Smrgsysconfdir
5829027f4a0Smrgsharedstatedir
5839027f4a0Smrglocalstatedir
5849027f4a0Smrgincludedir
5859027f4a0Smrgoldincludedir
5869027f4a0Smrgdocdir
5879027f4a0Smrginfodir
5889027f4a0Smrghtmldir
5899027f4a0Smrgdvidir
5909027f4a0Smrgpdfdir
5919027f4a0Smrgpsdir
5929027f4a0Smrglibdir
5939027f4a0Smrglocaledir
5949027f4a0Smrgmandir
5959027f4a0SmrgDEFS
5969027f4a0SmrgECHO_C
5979027f4a0SmrgECHO_N
5989027f4a0SmrgECHO_T
5999027f4a0SmrgLIBS
6009027f4a0Smrgbuild_alias
6019027f4a0Smrghost_alias
6029027f4a0Smrgtarget_alias
6039027f4a0SmrgINSTALL_PROGRAM
6049027f4a0SmrgINSTALL_SCRIPT
6059027f4a0SmrgINSTALL_DATA
6069027f4a0SmrgCYGPATH_W
6079027f4a0SmrgPACKAGE
6089027f4a0SmrgVERSION
6099027f4a0SmrgACLOCAL
6109027f4a0SmrgAUTOCONF
6119027f4a0SmrgAUTOMAKE
6129027f4a0SmrgAUTOHEADER
6139027f4a0SmrgMAKEINFO
6149027f4a0Smrginstall_sh
6159027f4a0SmrgSTRIP
6169027f4a0SmrgINSTALL_STRIP_PROGRAM
6179027f4a0Smrgmkdir_p
6189027f4a0SmrgAWK
6199027f4a0SmrgSET_MAKE
6209027f4a0Smrgam__leading_dot
6219027f4a0SmrgAMTAR
6229027f4a0Smrgam__tar
6239027f4a0Smrgam__untar
6249027f4a0SmrgMAINTAINER_MODE_TRUE
6259027f4a0SmrgMAINTAINER_MODE_FALSE
6269027f4a0SmrgMAINT
6279027f4a0SmrgCC
6289027f4a0SmrgCFLAGS
6299027f4a0SmrgLDFLAGS
6309027f4a0SmrgCPPFLAGS
6319027f4a0Smrgac_ct_CC
6329027f4a0SmrgEXEEXT
6339027f4a0SmrgOBJEXT
6349027f4a0SmrgDEPDIR
6359027f4a0Smrgam__include
6369027f4a0Smrgam__quote
6379027f4a0SmrgAMDEP_TRUE
6389027f4a0SmrgAMDEP_FALSE
6399027f4a0SmrgAMDEPBACKSLASH
6409027f4a0SmrgCCDEPMODE
6419027f4a0Smrgam__fastdepCC_TRUE
6429027f4a0Smrgam__fastdepCC_FALSE
6439027f4a0SmrgPKG_CONFIG
6449027f4a0SmrgTMP_XAW_CFLAGS
6459027f4a0SmrgTMP_XAW_LIBS
6469027f4a0SmrgXAW_USE_XPRINT_TRUE
6479027f4a0SmrgXAW_USE_XPRINT_FALSE
6489027f4a0SmrgXFONTSEL_CFLAGS
6499027f4a0SmrgXFONTSEL_LIBS
6509027f4a0SmrgAPPDEFS_CFLAGS
6519027f4a0SmrgAPPDEFS_LIBS
6529027f4a0Smrgappdefaultdir
6539027f4a0Smrgbuild
6549027f4a0Smrgbuild_cpu
6559027f4a0Smrgbuild_vendor
6569027f4a0Smrgbuild_os
6579027f4a0Smrghost
6589027f4a0Smrghost_cpu
6599027f4a0Smrghost_vendor
6609027f4a0Smrghost_os
6619027f4a0SmrgAPP_MAN_SUFFIX
6629027f4a0SmrgLIB_MAN_SUFFIX
6639027f4a0SmrgFILE_MAN_SUFFIX
6649027f4a0SmrgMISC_MAN_SUFFIX
6659027f4a0SmrgDRIVER_MAN_SUFFIX
6669027f4a0SmrgADMIN_MAN_SUFFIX
6679027f4a0SmrgAPP_MAN_DIR
6689027f4a0SmrgLIB_MAN_DIR
6699027f4a0SmrgFILE_MAN_DIR
6709027f4a0SmrgMISC_MAN_DIR
6719027f4a0SmrgDRIVER_MAN_DIR
6729027f4a0SmrgADMIN_MAN_DIR
6739027f4a0SmrgLIBOBJS
6749027f4a0SmrgLTLIBOBJS'
6759027f4a0Smrgac_subst_files=''
6769027f4a0Smrg      ac_precious_vars='build_alias
6779027f4a0Smrghost_alias
6789027f4a0Smrgtarget_alias
6799027f4a0SmrgCC
6809027f4a0SmrgCFLAGS
6819027f4a0SmrgLDFLAGS
6829027f4a0SmrgCPPFLAGS
6839027f4a0SmrgPKG_CONFIG
6849027f4a0SmrgTMP_XAW_CFLAGS
6859027f4a0SmrgTMP_XAW_LIBS
6869027f4a0SmrgAPPDEFS_CFLAGS
6879027f4a0SmrgAPPDEFS_LIBS'
6889027f4a0Smrg
6899027f4a0Smrg
6909027f4a0Smrg# Initialize some variables set by options.
6919027f4a0Smrgac_init_help=
6929027f4a0Smrgac_init_version=false
6939027f4a0Smrg# The variables have the same names as the options, with
6949027f4a0Smrg# dashes changed to underlines.
6959027f4a0Smrgcache_file=/dev/null
6969027f4a0Smrgexec_prefix=NONE
6979027f4a0Smrgno_create=
6989027f4a0Smrgno_recursion=
6999027f4a0Smrgprefix=NONE
7009027f4a0Smrgprogram_prefix=NONE
7019027f4a0Smrgprogram_suffix=NONE
7029027f4a0Smrgprogram_transform_name=s,x,x,
7039027f4a0Smrgsilent=
7049027f4a0Smrgsite=
7059027f4a0Smrgsrcdir=
7069027f4a0Smrgverbose=
7079027f4a0Smrgx_includes=NONE
7089027f4a0Smrgx_libraries=NONE
7099027f4a0Smrg
7109027f4a0Smrg# Installation directory options.
7119027f4a0Smrg# These are left unexpanded so users can "make install exec_prefix=/foo"
7129027f4a0Smrg# and all the variables that are supposed to be based on exec_prefix
7139027f4a0Smrg# by default will actually change.
7149027f4a0Smrg# Use braces instead of parens because sh, perl, etc. also accept them.
7159027f4a0Smrg# (The list follows the same order as the GNU Coding Standards.)
7169027f4a0Smrgbindir='${exec_prefix}/bin'
7179027f4a0Smrgsbindir='${exec_prefix}/sbin'
7189027f4a0Smrglibexecdir='${exec_prefix}/libexec'
7199027f4a0Smrgdatarootdir='${prefix}/share'
7209027f4a0Smrgdatadir='${datarootdir}'
7219027f4a0Smrgsysconfdir='${prefix}/etc'
7229027f4a0Smrgsharedstatedir='${prefix}/com'
7239027f4a0Smrglocalstatedir='${prefix}/var'
7249027f4a0Smrgincludedir='${prefix}/include'
7259027f4a0Smrgoldincludedir='/usr/include'
7269027f4a0Smrgdocdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
7279027f4a0Smrginfodir='${datarootdir}/info'
7289027f4a0Smrghtmldir='${docdir}'
7299027f4a0Smrgdvidir='${docdir}'
7309027f4a0Smrgpdfdir='${docdir}'
7319027f4a0Smrgpsdir='${docdir}'
7329027f4a0Smrglibdir='${exec_prefix}/lib'
7339027f4a0Smrglocaledir='${datarootdir}/locale'
7349027f4a0Smrgmandir='${datarootdir}/man'
7359027f4a0Smrg
7369027f4a0Smrgac_prev=
7379027f4a0Smrgac_dashdash=
7389027f4a0Smrgfor ac_option
7399027f4a0Smrgdo
7409027f4a0Smrg  # If the previous option needs an argument, assign it.
7419027f4a0Smrg  if test -n "$ac_prev"; then
7429027f4a0Smrg    eval $ac_prev=\$ac_option
7439027f4a0Smrg    ac_prev=
7449027f4a0Smrg    continue
7459027f4a0Smrg  fi
7469027f4a0Smrg
7479027f4a0Smrg  case $ac_option in
7489027f4a0Smrg  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
7499027f4a0Smrg  *)	ac_optarg=yes ;;
7509027f4a0Smrg  esac
7519027f4a0Smrg
7529027f4a0Smrg  # Accept the important Cygnus configure options, so we can diagnose typos.
7539027f4a0Smrg
7549027f4a0Smrg  case $ac_dashdash$ac_option in
7559027f4a0Smrg  --)
7569027f4a0Smrg    ac_dashdash=yes ;;
7579027f4a0Smrg
7589027f4a0Smrg  -bindir | --bindir | --bindi | --bind | --bin | --bi)
7599027f4a0Smrg    ac_prev=bindir ;;
7609027f4a0Smrg  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
7619027f4a0Smrg    bindir=$ac_optarg ;;
7629027f4a0Smrg
7639027f4a0Smrg  -build | --build | --buil | --bui | --bu)
7649027f4a0Smrg    ac_prev=build_alias ;;
7659027f4a0Smrg  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
7669027f4a0Smrg    build_alias=$ac_optarg ;;
7679027f4a0Smrg
7689027f4a0Smrg  -cache-file | --cache-file | --cache-fil | --cache-fi \
7699027f4a0Smrg  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
7709027f4a0Smrg    ac_prev=cache_file ;;
7719027f4a0Smrg  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
7729027f4a0Smrg  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
7739027f4a0Smrg    cache_file=$ac_optarg ;;
7749027f4a0Smrg
7759027f4a0Smrg  --config-cache | -C)
7769027f4a0Smrg    cache_file=config.cache ;;
7779027f4a0Smrg
7789027f4a0Smrg  -datadir | --datadir | --datadi | --datad)
7799027f4a0Smrg    ac_prev=datadir ;;
7809027f4a0Smrg  -datadir=* | --datadir=* | --datadi=* | --datad=*)
7819027f4a0Smrg    datadir=$ac_optarg ;;
7829027f4a0Smrg
7839027f4a0Smrg  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
7849027f4a0Smrg  | --dataroo | --dataro | --datar)
7859027f4a0Smrg    ac_prev=datarootdir ;;
7869027f4a0Smrg  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
7879027f4a0Smrg  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
7889027f4a0Smrg    datarootdir=$ac_optarg ;;
7899027f4a0Smrg
7909027f4a0Smrg  -disable-* | --disable-*)
7919027f4a0Smrg    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
7929027f4a0Smrg    # Reject names that are not valid shell variable names.
7939027f4a0Smrg    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
7949027f4a0Smrg      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
7959027f4a0Smrg   { (exit 1); exit 1; }; }
7969027f4a0Smrg    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
7979027f4a0Smrg    eval enable_$ac_feature=no ;;
7989027f4a0Smrg
7999027f4a0Smrg  -docdir | --docdir | --docdi | --doc | --do)
8009027f4a0Smrg    ac_prev=docdir ;;
8019027f4a0Smrg  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
8029027f4a0Smrg    docdir=$ac_optarg ;;
8039027f4a0Smrg
8049027f4a0Smrg  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
8059027f4a0Smrg    ac_prev=dvidir ;;
8069027f4a0Smrg  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
8079027f4a0Smrg    dvidir=$ac_optarg ;;
8089027f4a0Smrg
8099027f4a0Smrg  -enable-* | --enable-*)
8109027f4a0Smrg    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
8119027f4a0Smrg    # Reject names that are not valid shell variable names.
8129027f4a0Smrg    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
8139027f4a0Smrg      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
8149027f4a0Smrg   { (exit 1); exit 1; }; }
8159027f4a0Smrg    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
8169027f4a0Smrg    eval enable_$ac_feature=\$ac_optarg ;;
8179027f4a0Smrg
8189027f4a0Smrg  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
8199027f4a0Smrg  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
8209027f4a0Smrg  | --exec | --exe | --ex)
8219027f4a0Smrg    ac_prev=exec_prefix ;;
8229027f4a0Smrg  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
8239027f4a0Smrg  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
8249027f4a0Smrg  | --exec=* | --exe=* | --ex=*)
8259027f4a0Smrg    exec_prefix=$ac_optarg ;;
8269027f4a0Smrg
8279027f4a0Smrg  -gas | --gas | --ga | --g)
8289027f4a0Smrg    # Obsolete; use --with-gas.
8299027f4a0Smrg    with_gas=yes ;;
8309027f4a0Smrg
8319027f4a0Smrg  -help | --help | --hel | --he | -h)
8329027f4a0Smrg    ac_init_help=long ;;
8339027f4a0Smrg  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
8349027f4a0Smrg    ac_init_help=recursive ;;
8359027f4a0Smrg  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
8369027f4a0Smrg    ac_init_help=short ;;
8379027f4a0Smrg
8389027f4a0Smrg  -host | --host | --hos | --ho)
8399027f4a0Smrg    ac_prev=host_alias ;;
8409027f4a0Smrg  -host=* | --host=* | --hos=* | --ho=*)
8419027f4a0Smrg    host_alias=$ac_optarg ;;
8429027f4a0Smrg
8439027f4a0Smrg  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
8449027f4a0Smrg    ac_prev=htmldir ;;
8459027f4a0Smrg  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
8469027f4a0Smrg  | --ht=*)
8479027f4a0Smrg    htmldir=$ac_optarg ;;
8489027f4a0Smrg
8499027f4a0Smrg  -includedir | --includedir | --includedi | --included | --include \
8509027f4a0Smrg  | --includ | --inclu | --incl | --inc)
8519027f4a0Smrg    ac_prev=includedir ;;
8529027f4a0Smrg  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
8539027f4a0Smrg  | --includ=* | --inclu=* | --incl=* | --inc=*)
8549027f4a0Smrg    includedir=$ac_optarg ;;
8559027f4a0Smrg
8569027f4a0Smrg  -infodir | --infodir | --infodi | --infod | --info | --inf)
8579027f4a0Smrg    ac_prev=infodir ;;
8589027f4a0Smrg  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
8599027f4a0Smrg    infodir=$ac_optarg ;;
8609027f4a0Smrg
8619027f4a0Smrg  -libdir | --libdir | --libdi | --libd)
8629027f4a0Smrg    ac_prev=libdir ;;
8639027f4a0Smrg  -libdir=* | --libdir=* | --libdi=* | --libd=*)
8649027f4a0Smrg    libdir=$ac_optarg ;;
8659027f4a0Smrg
8669027f4a0Smrg  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
8679027f4a0Smrg  | --libexe | --libex | --libe)
8689027f4a0Smrg    ac_prev=libexecdir ;;
8699027f4a0Smrg  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
8709027f4a0Smrg  | --libexe=* | --libex=* | --libe=*)
8719027f4a0Smrg    libexecdir=$ac_optarg ;;
8729027f4a0Smrg
8739027f4a0Smrg  -localedir | --localedir | --localedi | --localed | --locale)
8749027f4a0Smrg    ac_prev=localedir ;;
8759027f4a0Smrg  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
8769027f4a0Smrg    localedir=$ac_optarg ;;
8779027f4a0Smrg
8789027f4a0Smrg  -localstatedir | --localstatedir | --localstatedi | --localstated \
8799027f4a0Smrg  | --localstate | --localstat | --localsta | --localst | --locals)
8809027f4a0Smrg    ac_prev=localstatedir ;;
8819027f4a0Smrg  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
8829027f4a0Smrg  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
8839027f4a0Smrg    localstatedir=$ac_optarg ;;
8849027f4a0Smrg
8859027f4a0Smrg  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
8869027f4a0Smrg    ac_prev=mandir ;;
8879027f4a0Smrg  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
8889027f4a0Smrg    mandir=$ac_optarg ;;
8899027f4a0Smrg
8909027f4a0Smrg  -nfp | --nfp | --nf)
8919027f4a0Smrg    # Obsolete; use --without-fp.
8929027f4a0Smrg    with_fp=no ;;
8939027f4a0Smrg
8949027f4a0Smrg  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
8959027f4a0Smrg  | --no-cr | --no-c | -n)
8969027f4a0Smrg    no_create=yes ;;
8979027f4a0Smrg
8989027f4a0Smrg  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
8999027f4a0Smrg  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
9009027f4a0Smrg    no_recursion=yes ;;
9019027f4a0Smrg
9029027f4a0Smrg  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
9039027f4a0Smrg  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
9049027f4a0Smrg  | --oldin | --oldi | --old | --ol | --o)
9059027f4a0Smrg    ac_prev=oldincludedir ;;
9069027f4a0Smrg  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
9079027f4a0Smrg  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
9089027f4a0Smrg  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
9099027f4a0Smrg    oldincludedir=$ac_optarg ;;
9109027f4a0Smrg
9119027f4a0Smrg  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
9129027f4a0Smrg    ac_prev=prefix ;;
9139027f4a0Smrg  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
9149027f4a0Smrg    prefix=$ac_optarg ;;
9159027f4a0Smrg
9169027f4a0Smrg  -program-prefix | --program-prefix | --program-prefi | --program-pref \
9179027f4a0Smrg  | --program-pre | --program-pr | --program-p)
9189027f4a0Smrg    ac_prev=program_prefix ;;
9199027f4a0Smrg  -program-prefix=* | --program-prefix=* | --program-prefi=* \
9209027f4a0Smrg  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
9219027f4a0Smrg    program_prefix=$ac_optarg ;;
9229027f4a0Smrg
9239027f4a0Smrg  -program-suffix | --program-suffix | --program-suffi | --program-suff \
9249027f4a0Smrg  | --program-suf | --program-su | --program-s)
9259027f4a0Smrg    ac_prev=program_suffix ;;
9269027f4a0Smrg  -program-suffix=* | --program-suffix=* | --program-suffi=* \
9279027f4a0Smrg  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
9289027f4a0Smrg    program_suffix=$ac_optarg ;;
9299027f4a0Smrg
9309027f4a0Smrg  -program-transform-name | --program-transform-name \
9319027f4a0Smrg  | --program-transform-nam | --program-transform-na \
9329027f4a0Smrg  | --program-transform-n | --program-transform- \
9339027f4a0Smrg  | --program-transform | --program-transfor \
9349027f4a0Smrg  | --program-transfo | --program-transf \
9359027f4a0Smrg  | --program-trans | --program-tran \
9369027f4a0Smrg  | --progr-tra | --program-tr | --program-t)
9379027f4a0Smrg    ac_prev=program_transform_name ;;
9389027f4a0Smrg  -program-transform-name=* | --program-transform-name=* \
9399027f4a0Smrg  | --program-transform-nam=* | --program-transform-na=* \
9409027f4a0Smrg  | --program-transform-n=* | --program-transform-=* \
9419027f4a0Smrg  | --program-transform=* | --program-transfor=* \
9429027f4a0Smrg  | --program-transfo=* | --program-transf=* \
9439027f4a0Smrg  | --program-trans=* | --program-tran=* \
9449027f4a0Smrg  | --progr-tra=* | --program-tr=* | --program-t=*)
9459027f4a0Smrg    program_transform_name=$ac_optarg ;;
9469027f4a0Smrg
9479027f4a0Smrg  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
9489027f4a0Smrg    ac_prev=pdfdir ;;
9499027f4a0Smrg  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
9509027f4a0Smrg    pdfdir=$ac_optarg ;;
9519027f4a0Smrg
9529027f4a0Smrg  -psdir | --psdir | --psdi | --psd | --ps)
9539027f4a0Smrg    ac_prev=psdir ;;
9549027f4a0Smrg  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
9559027f4a0Smrg    psdir=$ac_optarg ;;
9569027f4a0Smrg
9579027f4a0Smrg  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
9589027f4a0Smrg  | -silent | --silent | --silen | --sile | --sil)
9599027f4a0Smrg    silent=yes ;;
9609027f4a0Smrg
9619027f4a0Smrg  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
9629027f4a0Smrg    ac_prev=sbindir ;;
9639027f4a0Smrg  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
9649027f4a0Smrg  | --sbi=* | --sb=*)
9659027f4a0Smrg    sbindir=$ac_optarg ;;
9669027f4a0Smrg
9679027f4a0Smrg  -sharedstatedir | --sharedstatedir | --sharedstatedi \
9689027f4a0Smrg  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
9699027f4a0Smrg  | --sharedst | --shareds | --shared | --share | --shar \
9709027f4a0Smrg  | --sha | --sh)
9719027f4a0Smrg    ac_prev=sharedstatedir ;;
9729027f4a0Smrg  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
9739027f4a0Smrg  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
9749027f4a0Smrg  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
9759027f4a0Smrg  | --sha=* | --sh=*)
9769027f4a0Smrg    sharedstatedir=$ac_optarg ;;
9779027f4a0Smrg
9789027f4a0Smrg  -site | --site | --sit)
9799027f4a0Smrg    ac_prev=site ;;
9809027f4a0Smrg  -site=* | --site=* | --sit=*)
9819027f4a0Smrg    site=$ac_optarg ;;
9829027f4a0Smrg
9839027f4a0Smrg  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
9849027f4a0Smrg    ac_prev=srcdir ;;
9859027f4a0Smrg  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
9869027f4a0Smrg    srcdir=$ac_optarg ;;
9879027f4a0Smrg
9889027f4a0Smrg  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
9899027f4a0Smrg  | --syscon | --sysco | --sysc | --sys | --sy)
9909027f4a0Smrg    ac_prev=sysconfdir ;;
9919027f4a0Smrg  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
9929027f4a0Smrg  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
9939027f4a0Smrg    sysconfdir=$ac_optarg ;;
9949027f4a0Smrg
9959027f4a0Smrg  -target | --target | --targe | --targ | --tar | --ta | --t)
9969027f4a0Smrg    ac_prev=target_alias ;;
9979027f4a0Smrg  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
9989027f4a0Smrg    target_alias=$ac_optarg ;;
9999027f4a0Smrg
10009027f4a0Smrg  -v | -verbose | --verbose | --verbos | --verbo | --verb)
10019027f4a0Smrg    verbose=yes ;;
10029027f4a0Smrg
10039027f4a0Smrg  -version | --version | --versio | --versi | --vers | -V)
10049027f4a0Smrg    ac_init_version=: ;;
10059027f4a0Smrg
10069027f4a0Smrg  -with-* | --with-*)
10079027f4a0Smrg    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
10089027f4a0Smrg    # Reject names that are not valid shell variable names.
10099027f4a0Smrg    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
10109027f4a0Smrg      { echo "$as_me: error: invalid package name: $ac_package" >&2
10119027f4a0Smrg   { (exit 1); exit 1; }; }
10129027f4a0Smrg    ac_package=`echo $ac_package| sed 's/-/_/g'`
10139027f4a0Smrg    eval with_$ac_package=\$ac_optarg ;;
10149027f4a0Smrg
10159027f4a0Smrg  -without-* | --without-*)
10169027f4a0Smrg    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
10179027f4a0Smrg    # Reject names that are not valid shell variable names.
10189027f4a0Smrg    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
10199027f4a0Smrg      { echo "$as_me: error: invalid package name: $ac_package" >&2
10209027f4a0Smrg   { (exit 1); exit 1; }; }
10219027f4a0Smrg    ac_package=`echo $ac_package | sed 's/-/_/g'`
10229027f4a0Smrg    eval with_$ac_package=no ;;
10239027f4a0Smrg
10249027f4a0Smrg  --x)
10259027f4a0Smrg    # Obsolete; use --with-x.
10269027f4a0Smrg    with_x=yes ;;
10279027f4a0Smrg
10289027f4a0Smrg  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
10299027f4a0Smrg  | --x-incl | --x-inc | --x-in | --x-i)
10309027f4a0Smrg    ac_prev=x_includes ;;
10319027f4a0Smrg  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
10329027f4a0Smrg  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
10339027f4a0Smrg    x_includes=$ac_optarg ;;
10349027f4a0Smrg
10359027f4a0Smrg  -x-libraries | --x-libraries | --x-librarie | --x-librari \
10369027f4a0Smrg  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
10379027f4a0Smrg    ac_prev=x_libraries ;;
10389027f4a0Smrg  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
10399027f4a0Smrg  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
10409027f4a0Smrg    x_libraries=$ac_optarg ;;
10419027f4a0Smrg
10429027f4a0Smrg  -*) { echo "$as_me: error: unrecognized option: $ac_option
10439027f4a0SmrgTry \`$0 --help' for more information." >&2
10449027f4a0Smrg   { (exit 1); exit 1; }; }
10459027f4a0Smrg    ;;
10469027f4a0Smrg
10479027f4a0Smrg  *=*)
10489027f4a0Smrg    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
10499027f4a0Smrg    # Reject names that are not valid shell variable names.
10509027f4a0Smrg    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
10519027f4a0Smrg      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
10529027f4a0Smrg   { (exit 1); exit 1; }; }
10539027f4a0Smrg    eval $ac_envvar=\$ac_optarg
10549027f4a0Smrg    export $ac_envvar ;;
10559027f4a0Smrg
10569027f4a0Smrg  *)
10579027f4a0Smrg    # FIXME: should be removed in autoconf 3.0.
10589027f4a0Smrg    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
10599027f4a0Smrg    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
10609027f4a0Smrg      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
10619027f4a0Smrg    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
10629027f4a0Smrg    ;;
10639027f4a0Smrg
10649027f4a0Smrg  esac
10659027f4a0Smrgdone
10669027f4a0Smrg
10679027f4a0Smrgif test -n "$ac_prev"; then
10689027f4a0Smrg  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
10699027f4a0Smrg  { echo "$as_me: error: missing argument to $ac_option" >&2
10709027f4a0Smrg   { (exit 1); exit 1; }; }
10719027f4a0Smrgfi
10729027f4a0Smrg
10739027f4a0Smrg# Be sure to have absolute directory names.
10749027f4a0Smrgfor ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
10759027f4a0Smrg		datadir sysconfdir sharedstatedir localstatedir includedir \
10769027f4a0Smrg		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
10779027f4a0Smrg		libdir localedir mandir
10789027f4a0Smrgdo
10799027f4a0Smrg  eval ac_val=\$$ac_var
10809027f4a0Smrg  case $ac_val in
10819027f4a0Smrg    [\\/$]* | ?:[\\/]* )  continue;;
10829027f4a0Smrg    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
10839027f4a0Smrg  esac
10849027f4a0Smrg  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
10859027f4a0Smrg   { (exit 1); exit 1; }; }
10869027f4a0Smrgdone
10879027f4a0Smrg
10889027f4a0Smrg# There might be people who depend on the old broken behavior: `$host'
10899027f4a0Smrg# used to hold the argument of --host etc.
10909027f4a0Smrg# FIXME: To remove some day.
10919027f4a0Smrgbuild=$build_alias
10929027f4a0Smrghost=$host_alias
10939027f4a0Smrgtarget=$target_alias
10949027f4a0Smrg
10959027f4a0Smrg# FIXME: To remove some day.
10969027f4a0Smrgif test "x$host_alias" != x; then
10979027f4a0Smrg  if test "x$build_alias" = x; then
10989027f4a0Smrg    cross_compiling=maybe
10999027f4a0Smrg    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
11009027f4a0Smrg    If a cross compiler is detected then cross compile mode will be used." >&2
11019027f4a0Smrg  elif test "x$build_alias" != "x$host_alias"; then
11029027f4a0Smrg    cross_compiling=yes
11039027f4a0Smrg  fi
11049027f4a0Smrgfi
11059027f4a0Smrg
11069027f4a0Smrgac_tool_prefix=
11079027f4a0Smrgtest -n "$host_alias" && ac_tool_prefix=$host_alias-
11089027f4a0Smrg
11099027f4a0Smrgtest "$silent" = yes && exec 6>/dev/null
11109027f4a0Smrg
11119027f4a0Smrg
11129027f4a0Smrgac_pwd=`pwd` && test -n "$ac_pwd" &&
11139027f4a0Smrgac_ls_di=`ls -di .` &&
11149027f4a0Smrgac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
11159027f4a0Smrg  { echo "$as_me: error: Working directory cannot be determined" >&2
11169027f4a0Smrg   { (exit 1); exit 1; }; }
11179027f4a0Smrgtest "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
11189027f4a0Smrg  { echo "$as_me: error: pwd does not report name of working directory" >&2
11199027f4a0Smrg   { (exit 1); exit 1; }; }
11209027f4a0Smrg
11219027f4a0Smrg
11229027f4a0Smrg# Find the source files, if location was not specified.
11239027f4a0Smrgif test -z "$srcdir"; then
11249027f4a0Smrg  ac_srcdir_defaulted=yes
11259027f4a0Smrg  # Try the directory containing this script, then the parent directory.
11269027f4a0Smrg  ac_confdir=`$as_dirname -- "$0" ||
11279027f4a0Smrg$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11289027f4a0Smrg	 X"$0" : 'X\(//\)[^/]' \| \
11299027f4a0Smrg	 X"$0" : 'X\(//\)$' \| \
11309027f4a0Smrg	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11319027f4a0Smrgecho X"$0" |
11329027f4a0Smrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11339027f4a0Smrg	    s//\1/
11349027f4a0Smrg	    q
11359027f4a0Smrg	  }
11369027f4a0Smrg	  /^X\(\/\/\)[^/].*/{
11379027f4a0Smrg	    s//\1/
11389027f4a0Smrg	    q
11399027f4a0Smrg	  }
11409027f4a0Smrg	  /^X\(\/\/\)$/{
11419027f4a0Smrg	    s//\1/
11429027f4a0Smrg	    q
11439027f4a0Smrg	  }
11449027f4a0Smrg	  /^X\(\/\).*/{
11459027f4a0Smrg	    s//\1/
11469027f4a0Smrg	    q
11479027f4a0Smrg	  }
11489027f4a0Smrg	  s/.*/./; q'`
11499027f4a0Smrg  srcdir=$ac_confdir
11509027f4a0Smrg  if test ! -r "$srcdir/$ac_unique_file"; then
11519027f4a0Smrg    srcdir=..
11529027f4a0Smrg  fi
11539027f4a0Smrgelse
11549027f4a0Smrg  ac_srcdir_defaulted=no
11559027f4a0Smrgfi
11569027f4a0Smrgif test ! -r "$srcdir/$ac_unique_file"; then
11579027f4a0Smrg  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
11589027f4a0Smrg  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
11599027f4a0Smrg   { (exit 1); exit 1; }; }
11609027f4a0Smrgfi
11619027f4a0Smrgac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
11629027f4a0Smrgac_abs_confdir=`(
11639027f4a0Smrg	cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
11649027f4a0Smrg   { (exit 1); exit 1; }; }
11659027f4a0Smrg	pwd)`
11669027f4a0Smrg# When building in place, set srcdir=.
11679027f4a0Smrgif test "$ac_abs_confdir" = "$ac_pwd"; then
11689027f4a0Smrg  srcdir=.
11699027f4a0Smrgfi
11709027f4a0Smrg# Remove unnecessary trailing slashes from srcdir.
11719027f4a0Smrg# Double slashes in file names in object file debugging info
11729027f4a0Smrg# mess up M-x gdb in Emacs.
11739027f4a0Smrgcase $srcdir in
11749027f4a0Smrg*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
11759027f4a0Smrgesac
11769027f4a0Smrgfor ac_var in $ac_precious_vars; do
11779027f4a0Smrg  eval ac_env_${ac_var}_set=\${${ac_var}+set}
11789027f4a0Smrg  eval ac_env_${ac_var}_value=\$${ac_var}
11799027f4a0Smrg  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
11809027f4a0Smrg  eval ac_cv_env_${ac_var}_value=\$${ac_var}
11819027f4a0Smrgdone
11829027f4a0Smrg
11839027f4a0Smrg#
11849027f4a0Smrg# Report the --help message.
11859027f4a0Smrg#
11869027f4a0Smrgif test "$ac_init_help" = "long"; then
11879027f4a0Smrg  # Omit some internal or obsolete options to make the list less imposing.
11889027f4a0Smrg  # This message is too long to be a string in the A/UX 3.1 sh.
11899027f4a0Smrg  cat <<_ACEOF
11909027f4a0Smrg\`configure' configures xfontsel 1.0.2 to adapt to many kinds of systems.
11919027f4a0Smrg
11929027f4a0SmrgUsage: $0 [OPTION]... [VAR=VALUE]...
11939027f4a0Smrg
11949027f4a0SmrgTo assign environment variables (e.g., CC, CFLAGS...), specify them as
11959027f4a0SmrgVAR=VALUE.  See below for descriptions of some of the useful variables.
11969027f4a0Smrg
11979027f4a0SmrgDefaults for the options are specified in brackets.
11989027f4a0Smrg
11999027f4a0SmrgConfiguration:
12009027f4a0Smrg  -h, --help              display this help and exit
12019027f4a0Smrg      --help=short        display options specific to this package
12029027f4a0Smrg      --help=recursive    display the short help of all the included packages
12039027f4a0Smrg  -V, --version           display version information and exit
12049027f4a0Smrg  -q, --quiet, --silent   do not print \`checking...' messages
12059027f4a0Smrg      --cache-file=FILE   cache test results in FILE [disabled]
12069027f4a0Smrg  -C, --config-cache      alias for \`--cache-file=config.cache'
12079027f4a0Smrg  -n, --no-create         do not create output files
12089027f4a0Smrg      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
12099027f4a0Smrg
12109027f4a0SmrgInstallation directories:
12119027f4a0Smrg  --prefix=PREFIX         install architecture-independent files in PREFIX
12129027f4a0Smrg			  [$ac_default_prefix]
12139027f4a0Smrg  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
12149027f4a0Smrg			  [PREFIX]
12159027f4a0Smrg
12169027f4a0SmrgBy default, \`make install' will install all the files in
12179027f4a0Smrg\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
12189027f4a0Smrgan installation prefix other than \`$ac_default_prefix' using \`--prefix',
12199027f4a0Smrgfor instance \`--prefix=\$HOME'.
12209027f4a0Smrg
12219027f4a0SmrgFor better control, use the options below.
12229027f4a0Smrg
12239027f4a0SmrgFine tuning of the installation directories:
12249027f4a0Smrg  --bindir=DIR           user executables [EPREFIX/bin]
12259027f4a0Smrg  --sbindir=DIR          system admin executables [EPREFIX/sbin]
12269027f4a0Smrg  --libexecdir=DIR       program executables [EPREFIX/libexec]
12279027f4a0Smrg  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
12289027f4a0Smrg  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
12299027f4a0Smrg  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
12309027f4a0Smrg  --libdir=DIR           object code libraries [EPREFIX/lib]
12319027f4a0Smrg  --includedir=DIR       C header files [PREFIX/include]
12329027f4a0Smrg  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
12339027f4a0Smrg  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
12349027f4a0Smrg  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
12359027f4a0Smrg  --infodir=DIR          info documentation [DATAROOTDIR/info]
12369027f4a0Smrg  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
12379027f4a0Smrg  --mandir=DIR           man documentation [DATAROOTDIR/man]
12389027f4a0Smrg  --docdir=DIR           documentation root [DATAROOTDIR/doc/xfontsel]
12399027f4a0Smrg  --htmldir=DIR          html documentation [DOCDIR]
12409027f4a0Smrg  --dvidir=DIR           dvi documentation [DOCDIR]
12419027f4a0Smrg  --pdfdir=DIR           pdf documentation [DOCDIR]
12429027f4a0Smrg  --psdir=DIR            ps documentation [DOCDIR]
12439027f4a0Smrg_ACEOF
12449027f4a0Smrg
12459027f4a0Smrg  cat <<\_ACEOF
12469027f4a0Smrg
12479027f4a0SmrgProgram names:
12489027f4a0Smrg  --program-prefix=PREFIX            prepend PREFIX to installed program names
12499027f4a0Smrg  --program-suffix=SUFFIX            append SUFFIX to installed program names
12509027f4a0Smrg  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
12519027f4a0Smrg
12529027f4a0SmrgSystem types:
12539027f4a0Smrg  --build=BUILD     configure for building on BUILD [guessed]
12549027f4a0Smrg  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
12559027f4a0Smrg_ACEOF
12569027f4a0Smrgfi
12579027f4a0Smrg
12589027f4a0Smrgif test -n "$ac_init_help"; then
12599027f4a0Smrg  case $ac_init_help in
12609027f4a0Smrg     short | recursive ) echo "Configuration of xfontsel 1.0.2:";;
12619027f4a0Smrg   esac
12629027f4a0Smrg  cat <<\_ACEOF
12639027f4a0Smrg
12649027f4a0SmrgOptional Features:
12659027f4a0Smrg  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
12669027f4a0Smrg  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
12679027f4a0Smrg  --enable-maintainer-mode  enable make rules and dependencies not useful
12689027f4a0Smrg			  (and sometimes confusing) to the casual installer
12699027f4a0Smrg  --disable-dependency-tracking  speeds up one-time build
12709027f4a0Smrg  --enable-dependency-tracking   do not reject slow dependency extractors
12719027f4a0Smrg  --enable-xprint         Enable XPrint support
12729027f4a0Smrg
12739027f4a0SmrgOptional Packages:
12749027f4a0Smrg  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
12759027f4a0Smrg  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
12769027f4a0Smrg  --with-release-version=STRING
12779027f4a0Smrg                          Use release version string in package name
12789027f4a0Smrg
12799027f4a0SmrgSome influential environment variables:
12809027f4a0Smrg  CC          C compiler command
12819027f4a0Smrg  CFLAGS      C compiler flags
12829027f4a0Smrg  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
12839027f4a0Smrg              nonstandard directory <lib dir>
12849027f4a0Smrg  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
12859027f4a0Smrg              you have headers in a nonstandard directory <include dir>
12869027f4a0Smrg  PKG_CONFIG  path to pkg-config utility
12879027f4a0Smrg  TMP_XAW_CFLAGS
12889027f4a0Smrg              C compiler flags for TMP_XAW, overriding pkg-config
12899027f4a0Smrg  TMP_XAW_LIBS
12909027f4a0Smrg              linker flags for TMP_XAW, overriding pkg-config
12919027f4a0Smrg  APPDEFS_CFLAGS
12929027f4a0Smrg              C compiler flags for APPDEFS, overriding pkg-config
12939027f4a0Smrg  APPDEFS_LIBS
12949027f4a0Smrg              linker flags for APPDEFS, overriding pkg-config
12959027f4a0Smrg
12969027f4a0SmrgUse these variables to override the choices made by `configure' or to help
12979027f4a0Smrgit to find libraries and programs with nonstandard names/locations.
12989027f4a0Smrg
12999027f4a0SmrgReport bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
13009027f4a0Smrg_ACEOF
13019027f4a0Smrgac_status=$?
13029027f4a0Smrgfi
13039027f4a0Smrg
13049027f4a0Smrgif test "$ac_init_help" = "recursive"; then
13059027f4a0Smrg  # If there are subdirs, report their specific --help.
13069027f4a0Smrg  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
13079027f4a0Smrg    test -d "$ac_dir" || continue
13089027f4a0Smrg    ac_builddir=.
13099027f4a0Smrg
13109027f4a0Smrgcase "$ac_dir" in
13119027f4a0Smrg.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13129027f4a0Smrg*)
13139027f4a0Smrg  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
13149027f4a0Smrg  # A ".." for each directory in $ac_dir_suffix.
13159027f4a0Smrg  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
13169027f4a0Smrg  case $ac_top_builddir_sub in
13179027f4a0Smrg  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13189027f4a0Smrg  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13199027f4a0Smrg  esac ;;
13209027f4a0Smrgesac
13219027f4a0Smrgac_abs_top_builddir=$ac_pwd
13229027f4a0Smrgac_abs_builddir=$ac_pwd$ac_dir_suffix
13239027f4a0Smrg# for backward compatibility:
13249027f4a0Smrgac_top_builddir=$ac_top_build_prefix
13259027f4a0Smrg
13269027f4a0Smrgcase $srcdir in
13279027f4a0Smrg  .)  # We are building in place.
13289027f4a0Smrg    ac_srcdir=.
13299027f4a0Smrg    ac_top_srcdir=$ac_top_builddir_sub
13309027f4a0Smrg    ac_abs_top_srcdir=$ac_pwd ;;
13319027f4a0Smrg  [\\/]* | ?:[\\/]* )  # Absolute name.
13329027f4a0Smrg    ac_srcdir=$srcdir$ac_dir_suffix;
13339027f4a0Smrg    ac_top_srcdir=$srcdir
13349027f4a0Smrg    ac_abs_top_srcdir=$srcdir ;;
13359027f4a0Smrg  *) # Relative name.
13369027f4a0Smrg    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13379027f4a0Smrg    ac_top_srcdir=$ac_top_build_prefix$srcdir
13389027f4a0Smrg    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13399027f4a0Smrgesac
13409027f4a0Smrgac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
13419027f4a0Smrg
13429027f4a0Smrg    cd "$ac_dir" || { ac_status=$?; continue; }
13439027f4a0Smrg    # Check for guested configure.
13449027f4a0Smrg    if test -f "$ac_srcdir/configure.gnu"; then
13459027f4a0Smrg      echo &&
13469027f4a0Smrg      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
13479027f4a0Smrg    elif test -f "$ac_srcdir/configure"; then
13489027f4a0Smrg      echo &&
13499027f4a0Smrg      $SHELL "$ac_srcdir/configure" --help=recursive
13509027f4a0Smrg    else
13519027f4a0Smrg      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
13529027f4a0Smrg    fi || ac_status=$?
13539027f4a0Smrg    cd "$ac_pwd" || { ac_status=$?; break; }
13549027f4a0Smrg  done
13559027f4a0Smrgfi
13569027f4a0Smrg
13579027f4a0Smrgtest -n "$ac_init_help" && exit $ac_status
13589027f4a0Smrgif $ac_init_version; then
13599027f4a0Smrg  cat <<\_ACEOF
13609027f4a0Smrgxfontsel configure 1.0.2
13619027f4a0Smrggenerated by GNU Autoconf 2.60
13629027f4a0Smrg
13639027f4a0SmrgCopyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
13649027f4a0Smrg2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
13659027f4a0SmrgThis configure script is free software; the Free Software Foundation
13669027f4a0Smrggives unlimited permission to copy, distribute and modify it.
13679027f4a0Smrg_ACEOF
13689027f4a0Smrg  exit
13699027f4a0Smrgfi
13709027f4a0Smrgcat >config.log <<_ACEOF
13719027f4a0SmrgThis file contains any messages produced by compilers while
13729027f4a0Smrgrunning configure, to aid debugging if configure makes a mistake.
13739027f4a0Smrg
13749027f4a0SmrgIt was created by xfontsel $as_me 1.0.2, which was
13759027f4a0Smrggenerated by GNU Autoconf 2.60.  Invocation command line was
13769027f4a0Smrg
13779027f4a0Smrg  $ $0 $@
13789027f4a0Smrg
13799027f4a0Smrg_ACEOF
13809027f4a0Smrgexec 5>>config.log
13819027f4a0Smrg{
13829027f4a0Smrgcat <<_ASUNAME
13839027f4a0Smrg## --------- ##
13849027f4a0Smrg## Platform. ##
13859027f4a0Smrg## --------- ##
13869027f4a0Smrg
13879027f4a0Smrghostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
13889027f4a0Smrguname -m = `(uname -m) 2>/dev/null || echo unknown`
13899027f4a0Smrguname -r = `(uname -r) 2>/dev/null || echo unknown`
13909027f4a0Smrguname -s = `(uname -s) 2>/dev/null || echo unknown`
13919027f4a0Smrguname -v = `(uname -v) 2>/dev/null || echo unknown`
13929027f4a0Smrg
13939027f4a0Smrg/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
13949027f4a0Smrg/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
13959027f4a0Smrg
13969027f4a0Smrg/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
13979027f4a0Smrg/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
13989027f4a0Smrg/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
13999027f4a0Smrg/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
14009027f4a0Smrg/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
14019027f4a0Smrg/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
14029027f4a0Smrg/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
14039027f4a0Smrg
14049027f4a0Smrg_ASUNAME
14059027f4a0Smrg
14069027f4a0Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14079027f4a0Smrgfor as_dir in $PATH
14089027f4a0Smrgdo
14099027f4a0Smrg  IFS=$as_save_IFS
14109027f4a0Smrg  test -z "$as_dir" && as_dir=.
14119027f4a0Smrg  echo "PATH: $as_dir"
14129027f4a0Smrgdone
14139027f4a0SmrgIFS=$as_save_IFS
14149027f4a0Smrg
14159027f4a0Smrg} >&5
14169027f4a0Smrg
14179027f4a0Smrgcat >&5 <<_ACEOF
14189027f4a0Smrg
14199027f4a0Smrg
14209027f4a0Smrg## ----------- ##
14219027f4a0Smrg## Core tests. ##
14229027f4a0Smrg## ----------- ##
14239027f4a0Smrg
14249027f4a0Smrg_ACEOF
14259027f4a0Smrg
14269027f4a0Smrg
14279027f4a0Smrg# Keep a trace of the command line.
14289027f4a0Smrg# Strip out --no-create and --no-recursion so they do not pile up.
14299027f4a0Smrg# Strip out --silent because we don't want to record it for future runs.
14309027f4a0Smrg# Also quote any args containing shell meta-characters.
14319027f4a0Smrg# Make two passes to allow for proper duplicate-argument suppression.
14329027f4a0Smrgac_configure_args=
14339027f4a0Smrgac_configure_args0=
14349027f4a0Smrgac_configure_args1=
14359027f4a0Smrgac_must_keep_next=false
14369027f4a0Smrgfor ac_pass in 1 2
14379027f4a0Smrgdo
14389027f4a0Smrg  for ac_arg
14399027f4a0Smrg  do
14409027f4a0Smrg    case $ac_arg in
14419027f4a0Smrg    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
14429027f4a0Smrg    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14439027f4a0Smrg    | -silent | --silent | --silen | --sile | --sil)
14449027f4a0Smrg      continue ;;
14459027f4a0Smrg    *\'*)
14469027f4a0Smrg      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
14479027f4a0Smrg    esac
14489027f4a0Smrg    case $ac_pass in
14499027f4a0Smrg    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
14509027f4a0Smrg    2)
14519027f4a0Smrg      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
14529027f4a0Smrg      if test $ac_must_keep_next = true; then
14539027f4a0Smrg	ac_must_keep_next=false # Got value, back to normal.
14549027f4a0Smrg      else
14559027f4a0Smrg	case $ac_arg in
14569027f4a0Smrg	  *=* | --config-cache | -C | -disable-* | --disable-* \
14579027f4a0Smrg	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
14589027f4a0Smrg	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
14599027f4a0Smrg	  | -with-* | --with-* | -without-* | --without-* | --x)
14609027f4a0Smrg	    case "$ac_configure_args0 " in
14619027f4a0Smrg	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
14629027f4a0Smrg	    esac
14639027f4a0Smrg	    ;;
14649027f4a0Smrg	  -* ) ac_must_keep_next=true ;;
14659027f4a0Smrg	esac
14669027f4a0Smrg      fi
14679027f4a0Smrg      ac_configure_args="$ac_configure_args '$ac_arg'"
14689027f4a0Smrg      ;;
14699027f4a0Smrg    esac
14709027f4a0Smrg  done
14719027f4a0Smrgdone
14729027f4a0Smrg$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
14739027f4a0Smrg$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
14749027f4a0Smrg
14759027f4a0Smrg# When interrupted or exit'd, cleanup temporary files, and complete
14769027f4a0Smrg# config.log.  We remove comments because anyway the quotes in there
14779027f4a0Smrg# would cause problems or look ugly.
14789027f4a0Smrg# WARNING: Use '\'' to represent an apostrophe within the trap.
14799027f4a0Smrg# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
14809027f4a0Smrgtrap 'exit_status=$?
14819027f4a0Smrg  # Save into config.log some information that might help in debugging.
14829027f4a0Smrg  {
14839027f4a0Smrg    echo
14849027f4a0Smrg
14859027f4a0Smrg    cat <<\_ASBOX
14869027f4a0Smrg## ---------------- ##
14879027f4a0Smrg## Cache variables. ##
14889027f4a0Smrg## ---------------- ##
14899027f4a0Smrg_ASBOX
14909027f4a0Smrg    echo
14919027f4a0Smrg    # The following way of writing the cache mishandles newlines in values,
14929027f4a0Smrg(
14939027f4a0Smrg  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
14949027f4a0Smrg    eval ac_val=\$$ac_var
14959027f4a0Smrg    case $ac_val in #(
14969027f4a0Smrg    *${as_nl}*)
14979027f4a0Smrg      case $ac_var in #(
14989027f4a0Smrg      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
14999027f4a0Smrgecho "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
15009027f4a0Smrg      esac
15019027f4a0Smrg      case $ac_var in #(
15029027f4a0Smrg      _ | IFS | as_nl) ;; #(
15039027f4a0Smrg      *) $as_unset $ac_var ;;
15049027f4a0Smrg      esac ;;
15059027f4a0Smrg    esac
15069027f4a0Smrg  done
15079027f4a0Smrg  (set) 2>&1 |
15089027f4a0Smrg    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
15099027f4a0Smrg    *${as_nl}ac_space=\ *)
15109027f4a0Smrg      sed -n \
15119027f4a0Smrg	"s/'\''/'\''\\\\'\'''\''/g;
15129027f4a0Smrg	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
15139027f4a0Smrg      ;; #(
15149027f4a0Smrg    *)
15159027f4a0Smrg      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15169027f4a0Smrg      ;;
15179027f4a0Smrg    esac |
15189027f4a0Smrg    sort
15199027f4a0Smrg)
15209027f4a0Smrg    echo
15219027f4a0Smrg
15229027f4a0Smrg    cat <<\_ASBOX
15239027f4a0Smrg## ----------------- ##
15249027f4a0Smrg## Output variables. ##
15259027f4a0Smrg## ----------------- ##
15269027f4a0Smrg_ASBOX
15279027f4a0Smrg    echo
15289027f4a0Smrg    for ac_var in $ac_subst_vars
15299027f4a0Smrg    do
15309027f4a0Smrg      eval ac_val=\$$ac_var
15319027f4a0Smrg      case $ac_val in
15329027f4a0Smrg      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
15339027f4a0Smrg      esac
15349027f4a0Smrg      echo "$ac_var='\''$ac_val'\''"
15359027f4a0Smrg    done | sort
15369027f4a0Smrg    echo
15379027f4a0Smrg
15389027f4a0Smrg    if test -n "$ac_subst_files"; then
15399027f4a0Smrg      cat <<\_ASBOX
15409027f4a0Smrg## ------------------- ##
15419027f4a0Smrg## File substitutions. ##
15429027f4a0Smrg## ------------------- ##
15439027f4a0Smrg_ASBOX
15449027f4a0Smrg      echo
15459027f4a0Smrg      for ac_var in $ac_subst_files
15469027f4a0Smrg      do
15479027f4a0Smrg	eval ac_val=\$$ac_var
15489027f4a0Smrg	case $ac_val in
15499027f4a0Smrg	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
15509027f4a0Smrg	esac
15519027f4a0Smrg	echo "$ac_var='\''$ac_val'\''"
15529027f4a0Smrg      done | sort
15539027f4a0Smrg      echo
15549027f4a0Smrg    fi
15559027f4a0Smrg
15569027f4a0Smrg    if test -s confdefs.h; then
15579027f4a0Smrg      cat <<\_ASBOX
15589027f4a0Smrg## ----------- ##
15599027f4a0Smrg## confdefs.h. ##
15609027f4a0Smrg## ----------- ##
15619027f4a0Smrg_ASBOX
15629027f4a0Smrg      echo
15639027f4a0Smrg      cat confdefs.h
15649027f4a0Smrg      echo
15659027f4a0Smrg    fi
15669027f4a0Smrg    test "$ac_signal" != 0 &&
15679027f4a0Smrg      echo "$as_me: caught signal $ac_signal"
15689027f4a0Smrg    echo "$as_me: exit $exit_status"
15699027f4a0Smrg  } >&5
15709027f4a0Smrg  rm -f core *.core core.conftest.* &&
15719027f4a0Smrg    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
15729027f4a0Smrg    exit $exit_status
15739027f4a0Smrg' 0
15749027f4a0Smrgfor ac_signal in 1 2 13 15; do
15759027f4a0Smrg  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
15769027f4a0Smrgdone
15779027f4a0Smrgac_signal=0
15789027f4a0Smrg
15799027f4a0Smrg# confdefs.h avoids OS command line length limits that DEFS can exceed.
15809027f4a0Smrgrm -f -r conftest* confdefs.h
15819027f4a0Smrg
15829027f4a0Smrg# Predefined preprocessor variables.
15839027f4a0Smrg
15849027f4a0Smrgcat >>confdefs.h <<_ACEOF
15859027f4a0Smrg#define PACKAGE_NAME "$PACKAGE_NAME"
15869027f4a0Smrg_ACEOF
15879027f4a0Smrg
15889027f4a0Smrg
15899027f4a0Smrgcat >>confdefs.h <<_ACEOF
15909027f4a0Smrg#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
15919027f4a0Smrg_ACEOF
15929027f4a0Smrg
15939027f4a0Smrg
15949027f4a0Smrgcat >>confdefs.h <<_ACEOF
15959027f4a0Smrg#define PACKAGE_VERSION "$PACKAGE_VERSION"
15969027f4a0Smrg_ACEOF
15979027f4a0Smrg
15989027f4a0Smrg
15999027f4a0Smrgcat >>confdefs.h <<_ACEOF
16009027f4a0Smrg#define PACKAGE_STRING "$PACKAGE_STRING"
16019027f4a0Smrg_ACEOF
16029027f4a0Smrg
16039027f4a0Smrg
16049027f4a0Smrgcat >>confdefs.h <<_ACEOF
16059027f4a0Smrg#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
16069027f4a0Smrg_ACEOF
16079027f4a0Smrg
16089027f4a0Smrg
16099027f4a0Smrg# Let the site file select an alternate cache file if it wants to.
16109027f4a0Smrg# Prefer explicitly selected file to automatically selected ones.
16119027f4a0Smrgif test -n "$CONFIG_SITE"; then
16129027f4a0Smrg  set x "$CONFIG_SITE"
16139027f4a0Smrgelif test "x$prefix" != xNONE; then
16149027f4a0Smrg  set x "$prefix/share/config.site" "$prefix/etc/config.site"
16159027f4a0Smrgelse
16169027f4a0Smrg  set x "$ac_default_prefix/share/config.site" \
16179027f4a0Smrg	"$ac_default_prefix/etc/config.site"
16189027f4a0Smrgfi
16199027f4a0Smrgshift
16209027f4a0Smrgfor ac_site_file
16219027f4a0Smrgdo
16229027f4a0Smrg  if test -r "$ac_site_file"; then
16239027f4a0Smrg    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
16249027f4a0Smrgecho "$as_me: loading site script $ac_site_file" >&6;}
16259027f4a0Smrg    sed 's/^/| /' "$ac_site_file" >&5
16269027f4a0Smrg    . "$ac_site_file"
16279027f4a0Smrg  fi
16289027f4a0Smrgdone
16299027f4a0Smrg
16309027f4a0Smrgif test -r "$cache_file"; then
16319027f4a0Smrg  # Some versions of bash will fail to source /dev/null (special
16329027f4a0Smrg  # files actually), so we avoid doing that.
16339027f4a0Smrg  if test -f "$cache_file"; then
16349027f4a0Smrg    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
16359027f4a0Smrgecho "$as_me: loading cache $cache_file" >&6;}
16369027f4a0Smrg    case $cache_file in
16379027f4a0Smrg      [\\/]* | ?:[\\/]* ) . "$cache_file";;
16389027f4a0Smrg      *)                      . "./$cache_file";;
16399027f4a0Smrg    esac
16409027f4a0Smrg  fi
16419027f4a0Smrgelse
16429027f4a0Smrg  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
16439027f4a0Smrgecho "$as_me: creating cache $cache_file" >&6;}
16449027f4a0Smrg  >$cache_file
16459027f4a0Smrgfi
16469027f4a0Smrg
16479027f4a0Smrg# Check that the precious variables saved in the cache have kept the same
16489027f4a0Smrg# value.
16499027f4a0Smrgac_cache_corrupted=false
16509027f4a0Smrgfor ac_var in $ac_precious_vars; do
16519027f4a0Smrg  eval ac_old_set=\$ac_cv_env_${ac_var}_set
16529027f4a0Smrg  eval ac_new_set=\$ac_env_${ac_var}_set
16539027f4a0Smrg  eval ac_old_val=\$ac_cv_env_${ac_var}_value
16549027f4a0Smrg  eval ac_new_val=\$ac_env_${ac_var}_value
16559027f4a0Smrg  case $ac_old_set,$ac_new_set in
16569027f4a0Smrg    set,)
16579027f4a0Smrg      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
16589027f4a0Smrgecho "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
16599027f4a0Smrg      ac_cache_corrupted=: ;;
16609027f4a0Smrg    ,set)
16619027f4a0Smrg      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
16629027f4a0Smrgecho "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
16639027f4a0Smrg      ac_cache_corrupted=: ;;
16649027f4a0Smrg    ,);;
16659027f4a0Smrg    *)
16669027f4a0Smrg      if test "x$ac_old_val" != "x$ac_new_val"; then
16679027f4a0Smrg	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
16689027f4a0Smrgecho "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
16699027f4a0Smrg	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
16709027f4a0Smrgecho "$as_me:   former value:  $ac_old_val" >&2;}
16719027f4a0Smrg	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
16729027f4a0Smrgecho "$as_me:   current value: $ac_new_val" >&2;}
16739027f4a0Smrg	ac_cache_corrupted=:
16749027f4a0Smrg      fi;;
16759027f4a0Smrg  esac
16769027f4a0Smrg  # Pass precious variables to config.status.
16779027f4a0Smrg  if test "$ac_new_set" = set; then
16789027f4a0Smrg    case $ac_new_val in
16799027f4a0Smrg    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
16809027f4a0Smrg    *) ac_arg=$ac_var=$ac_new_val ;;
16819027f4a0Smrg    esac
16829027f4a0Smrg    case " $ac_configure_args " in
16839027f4a0Smrg      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
16849027f4a0Smrg      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
16859027f4a0Smrg    esac
16869027f4a0Smrg  fi
16879027f4a0Smrgdone
16889027f4a0Smrgif $ac_cache_corrupted; then
16899027f4a0Smrg  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
16909027f4a0Smrgecho "$as_me: error: changes in the environment can compromise the build" >&2;}
16919027f4a0Smrg  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
16929027f4a0Smrgecho "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
16939027f4a0Smrg   { (exit 1); exit 1; }; }
16949027f4a0Smrgfi
16959027f4a0Smrg
16969027f4a0Smrg
16979027f4a0Smrg
16989027f4a0Smrg
16999027f4a0Smrg
17009027f4a0Smrg
17019027f4a0Smrg
17029027f4a0Smrg
17039027f4a0Smrg
17049027f4a0Smrg
17059027f4a0Smrg
17069027f4a0Smrg
17079027f4a0Smrg
17089027f4a0Smrg
17099027f4a0Smrg
17109027f4a0Smrg
17119027f4a0Smrg
17129027f4a0Smrg
17139027f4a0Smrg
17149027f4a0Smrg
17159027f4a0Smrg
17169027f4a0Smrg
17179027f4a0Smrg
17189027f4a0Smrg
17199027f4a0Smrg
17209027f4a0Smrgac_ext=c
17219027f4a0Smrgac_cpp='$CPP $CPPFLAGS'
17229027f4a0Smrgac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17239027f4a0Smrgac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17249027f4a0Smrgac_compiler_gnu=$ac_cv_c_compiler_gnu
17259027f4a0Smrg
17269027f4a0Smrg
17279027f4a0Smrgam__api_version="1.9"
17289027f4a0Smrgac_aux_dir=
17299027f4a0Smrgfor ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
17309027f4a0Smrg  if test -f "$ac_dir/install-sh"; then
17319027f4a0Smrg    ac_aux_dir=$ac_dir
17329027f4a0Smrg    ac_install_sh="$ac_aux_dir/install-sh -c"
17339027f4a0Smrg    break
17349027f4a0Smrg  elif test -f "$ac_dir/install.sh"; then
17359027f4a0Smrg    ac_aux_dir=$ac_dir
17369027f4a0Smrg    ac_install_sh="$ac_aux_dir/install.sh -c"
17379027f4a0Smrg    break
17389027f4a0Smrg  elif test -f "$ac_dir/shtool"; then
17399027f4a0Smrg    ac_aux_dir=$ac_dir
17409027f4a0Smrg    ac_install_sh="$ac_aux_dir/shtool install -c"
17419027f4a0Smrg    break
17429027f4a0Smrg  fi
17439027f4a0Smrgdone
17449027f4a0Smrgif test -z "$ac_aux_dir"; then
17459027f4a0Smrg  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
17469027f4a0Smrgecho "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
17479027f4a0Smrg   { (exit 1); exit 1; }; }
17489027f4a0Smrgfi
17499027f4a0Smrg
17509027f4a0Smrg# These three variables are undocumented and unsupported,
17519027f4a0Smrg# and are intended to be withdrawn in a future Autoconf release.
17529027f4a0Smrg# They can cause serious problems if a builder's source tree is in a directory
17539027f4a0Smrg# whose full name contains unusual characters.
17549027f4a0Smrgac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
17559027f4a0Smrgac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
17569027f4a0Smrgac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
17579027f4a0Smrg
17589027f4a0Smrg
17599027f4a0Smrg# Find a good install program.  We prefer a C program (faster),
17609027f4a0Smrg# so one script is as good as another.  But avoid the broken or
17619027f4a0Smrg# incompatible versions:
17629027f4a0Smrg# SysV /etc/install, /usr/sbin/install
17639027f4a0Smrg# SunOS /usr/etc/install
17649027f4a0Smrg# IRIX /sbin/install
17659027f4a0Smrg# AIX /bin/install
17669027f4a0Smrg# AmigaOS /C/install, which installs bootblocks on floppy discs
17679027f4a0Smrg# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
17689027f4a0Smrg# AFS /usr/afsws/bin/install, which mishandles nonexistent args
17699027f4a0Smrg# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
17709027f4a0Smrg# OS/2's system install, which has a completely different semantic
17719027f4a0Smrg# ./install, which can be erroneously created by make from ./install.sh.
17729027f4a0Smrg{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
17739027f4a0Smrgecho $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
17749027f4a0Smrgif test -z "$INSTALL"; then
17759027f4a0Smrgif test "${ac_cv_path_install+set}" = set; then
17769027f4a0Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
17779027f4a0Smrgelse
17789027f4a0Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17799027f4a0Smrgfor as_dir in $PATH
17809027f4a0Smrgdo
17819027f4a0Smrg  IFS=$as_save_IFS
17829027f4a0Smrg  test -z "$as_dir" && as_dir=.
17839027f4a0Smrg  # Account for people who put trailing slashes in PATH elements.
17849027f4a0Smrgcase $as_dir/ in
17859027f4a0Smrg  ./ | .// | /cC/* | \
17869027f4a0Smrg  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
17879027f4a0Smrg  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
17889027f4a0Smrg  /usr/ucb/* ) ;;
17899027f4a0Smrg  *)
17909027f4a0Smrg    # OSF1 and SCO ODT 3.0 have their own names for install.
17919027f4a0Smrg    # Don't use installbsd from OSF since it installs stuff as root
17929027f4a0Smrg    # by default.
17939027f4a0Smrg    for ac_prog in ginstall scoinst install; do
17949027f4a0Smrg      for ac_exec_ext in '' $ac_executable_extensions; do
17959027f4a0Smrg	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
17969027f4a0Smrg	  if test $ac_prog = install &&
17979027f4a0Smrg	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
17989027f4a0Smrg	    # AIX install.  It has an incompatible calling convention.
17999027f4a0Smrg	    :
18009027f4a0Smrg	  elif test $ac_prog = install &&
18019027f4a0Smrg	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
18029027f4a0Smrg	    # program-specific install script used by HP pwplus--don't use.
18039027f4a0Smrg	    :
18049027f4a0Smrg	  else
18059027f4a0Smrg	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
18069027f4a0Smrg	    break 3
18079027f4a0Smrg	  fi
18089027f4a0Smrg	fi
18099027f4a0Smrg      done
18109027f4a0Smrg    done
18119027f4a0Smrg    ;;
18129027f4a0Smrgesac
18139027f4a0Smrgdone
18149027f4a0SmrgIFS=$as_save_IFS
18159027f4a0Smrg
18169027f4a0Smrg
18179027f4a0Smrgfi
18189027f4a0Smrg  if test "${ac_cv_path_install+set}" = set; then
18199027f4a0Smrg    INSTALL=$ac_cv_path_install
18209027f4a0Smrg  else
18219027f4a0Smrg    # As a last resort, use the slow shell script.  Don't cache a
18229027f4a0Smrg    # value for INSTALL within a source directory, because that will
18239027f4a0Smrg    # break other packages using the cache if that directory is
18249027f4a0Smrg    # removed, or if the value is a relative name.
18259027f4a0Smrg    INSTALL=$ac_install_sh
18269027f4a0Smrg  fi
18279027f4a0Smrgfi
18289027f4a0Smrg{ echo "$as_me:$LINENO: result: $INSTALL" >&5
18299027f4a0Smrgecho "${ECHO_T}$INSTALL" >&6; }
18309027f4a0Smrg
18319027f4a0Smrg# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
18329027f4a0Smrg# It thinks the first close brace ends the variable substitution.
18339027f4a0Smrgtest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
18349027f4a0Smrg
18359027f4a0Smrgtest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
18369027f4a0Smrg
18379027f4a0Smrgtest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
18389027f4a0Smrg
18399027f4a0Smrg{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
18409027f4a0Smrgecho $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
18419027f4a0Smrg# Just in case
18429027f4a0Smrgsleep 1
18439027f4a0Smrgecho timestamp > conftest.file
18449027f4a0Smrg# Do `set' in a subshell so we don't clobber the current shell's
18459027f4a0Smrg# arguments.  Must try -L first in case configure is actually a
18469027f4a0Smrg# symlink; some systems play weird games with the mod time of symlinks
18479027f4a0Smrg# (eg FreeBSD returns the mod time of the symlink's containing
18489027f4a0Smrg# directory).
18499027f4a0Smrgif (
18509027f4a0Smrg   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
18519027f4a0Smrg   if test "$*" = "X"; then
18529027f4a0Smrg      # -L didn't work.
18539027f4a0Smrg      set X `ls -t $srcdir/configure conftest.file`
18549027f4a0Smrg   fi
18559027f4a0Smrg   rm -f conftest.file
18569027f4a0Smrg   if test "$*" != "X $srcdir/configure conftest.file" \
18579027f4a0Smrg      && test "$*" != "X conftest.file $srcdir/configure"; then
18589027f4a0Smrg
18599027f4a0Smrg      # If neither matched, then we have a broken ls.  This can happen
18609027f4a0Smrg      # if, for instance, CONFIG_SHELL is bash and it inherits a
18619027f4a0Smrg      # broken ls alias from the environment.  This has actually
18629027f4a0Smrg      # happened.  Such a system could not be considered "sane".
18639027f4a0Smrg      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
18649027f4a0Smrgalias in your environment" >&5
18659027f4a0Smrgecho "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
18669027f4a0Smrgalias in your environment" >&2;}
18679027f4a0Smrg   { (exit 1); exit 1; }; }
18689027f4a0Smrg   fi
18699027f4a0Smrg
18709027f4a0Smrg   test "$2" = conftest.file
18719027f4a0Smrg   )
18729027f4a0Smrgthen
18739027f4a0Smrg   # Ok.
18749027f4a0Smrg   :
18759027f4a0Smrgelse
18769027f4a0Smrg   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
18779027f4a0SmrgCheck your system clock" >&5
18789027f4a0Smrgecho "$as_me: error: newly created file is older than distributed files!
18799027f4a0SmrgCheck your system clock" >&2;}
18809027f4a0Smrg   { (exit 1); exit 1; }; }
18819027f4a0Smrgfi
18829027f4a0Smrg{ echo "$as_me:$LINENO: result: yes" >&5
18839027f4a0Smrgecho "${ECHO_T}yes" >&6; }
18849027f4a0Smrgtest "$program_prefix" != NONE &&
18859027f4a0Smrg  program_transform_name="s&^&$program_prefix&;$program_transform_name"
18869027f4a0Smrg# Use a double $ so make ignores it.
18879027f4a0Smrgtest "$program_suffix" != NONE &&
18889027f4a0Smrg  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
18899027f4a0Smrg# Double any \ or $.  echo might interpret backslashes.
18909027f4a0Smrg# By default was `s,x,x', remove it if useless.
18919027f4a0Smrgcat <<\_ACEOF >conftest.sed
18929027f4a0Smrgs/[\\$]/&&/g;s/;s,x,x,$//
18939027f4a0Smrg_ACEOF
18949027f4a0Smrgprogram_transform_name=`echo $program_transform_name | sed -f conftest.sed`
18959027f4a0Smrgrm -f conftest.sed
18969027f4a0Smrg
18979027f4a0Smrg# expand $ac_aux_dir to an absolute path
18989027f4a0Smrgam_aux_dir=`cd $ac_aux_dir && pwd`
18999027f4a0Smrg
19009027f4a0Smrgtest x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
19019027f4a0Smrg# Use eval to expand $SHELL
19029027f4a0Smrgif eval "$MISSING --run true"; then
19039027f4a0Smrg  am_missing_run="$MISSING --run "
19049027f4a0Smrgelse
19059027f4a0Smrg  am_missing_run=
19069027f4a0Smrg  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
19079027f4a0Smrgecho "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
19089027f4a0Smrgfi
19099027f4a0Smrg
19109027f4a0Smrgif mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
19119027f4a0Smrg  # We used to keeping the `.' as first argument, in order to
19129027f4a0Smrg  # allow $(mkdir_p) to be used without argument.  As in
19139027f4a0Smrg  #   $(mkdir_p) $(somedir)
19149027f4a0Smrg  # where $(somedir) is conditionally defined.  However this is wrong
19159027f4a0Smrg  # for two reasons:
19169027f4a0Smrg  #  1. if the package is installed by a user who cannot write `.'
19179027f4a0Smrg  #     make install will fail,
19189027f4a0Smrg  #  2. the above comment should most certainly read
19199027f4a0Smrg  #     $(mkdir_p) $(DESTDIR)$(somedir)
19209027f4a0Smrg  #     so it does not work when $(somedir) is undefined and
19219027f4a0Smrg  #     $(DESTDIR) is not.
19229027f4a0Smrg  #  To support the latter case, we have to write
19239027f4a0Smrg  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
19249027f4a0Smrg  #  so the `.' trick is pointless.
19259027f4a0Smrg  mkdir_p='mkdir -p --'
19269027f4a0Smrgelse
19279027f4a0Smrg  # On NextStep and OpenStep, the `mkdir' command does not
19289027f4a0Smrg  # recognize any option.  It will interpret all options as
19299027f4a0Smrg  # directories to create, and then abort because `.' already
19309027f4a0Smrg  # exists.
19319027f4a0Smrg  for d in ./-p ./--version;
19329027f4a0Smrg  do
19339027f4a0Smrg    test -d $d && rmdir $d
19349027f4a0Smrg  done
19359027f4a0Smrg  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
19369027f4a0Smrg  if test -f "$ac_aux_dir/mkinstalldirs"; then
19379027f4a0Smrg    mkdir_p='$(mkinstalldirs)'
19389027f4a0Smrg  else
19399027f4a0Smrg    mkdir_p='$(install_sh) -d'
19409027f4a0Smrg  fi
19419027f4a0Smrgfi
19429027f4a0Smrg
19439027f4a0Smrgfor ac_prog in gawk mawk nawk awk
19449027f4a0Smrgdo
19459027f4a0Smrg  # Extract the first word of "$ac_prog", so it can be a program name with args.
19469027f4a0Smrgset dummy $ac_prog; ac_word=$2
19479027f4a0Smrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
19489027f4a0Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19499027f4a0Smrgif test "${ac_cv_prog_AWK+set}" = set; then
19509027f4a0Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
19519027f4a0Smrgelse
19529027f4a0Smrg  if test -n "$AWK"; then
19539027f4a0Smrg  ac_cv_prog_AWK="$AWK" # Let the user override the test.
19549027f4a0Smrgelse
19559027f4a0Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19569027f4a0Smrgfor as_dir in $PATH
19579027f4a0Smrgdo
19589027f4a0Smrg  IFS=$as_save_IFS
19599027f4a0Smrg  test -z "$as_dir" && as_dir=.
19609027f4a0Smrg  for ac_exec_ext in '' $ac_executable_extensions; do
19619027f4a0Smrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
19629027f4a0Smrg    ac_cv_prog_AWK="$ac_prog"
19639027f4a0Smrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19649027f4a0Smrg    break 2
19659027f4a0Smrg  fi
19669027f4a0Smrgdone
19679027f4a0Smrgdone
19689027f4a0SmrgIFS=$as_save_IFS
19699027f4a0Smrg
19709027f4a0Smrgfi
19719027f4a0Smrgfi
19729027f4a0SmrgAWK=$ac_cv_prog_AWK
19739027f4a0Smrgif test -n "$AWK"; then
19749027f4a0Smrg  { echo "$as_me:$LINENO: result: $AWK" >&5
19759027f4a0Smrgecho "${ECHO_T}$AWK" >&6; }
19769027f4a0Smrgelse
19779027f4a0Smrg  { echo "$as_me:$LINENO: result: no" >&5
19789027f4a0Smrgecho "${ECHO_T}no" >&6; }
19799027f4a0Smrgfi
19809027f4a0Smrg
19819027f4a0Smrg
19829027f4a0Smrg  test -n "$AWK" && break
19839027f4a0Smrgdone
19849027f4a0Smrg
19859027f4a0Smrg{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
19869027f4a0Smrgecho $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
19879027f4a0Smrgset x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
19889027f4a0Smrgif { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
19899027f4a0Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
19909027f4a0Smrgelse
19919027f4a0Smrg  cat >conftest.make <<\_ACEOF
19929027f4a0SmrgSHELL = /bin/sh
19939027f4a0Smrgall:
19949027f4a0Smrg	@echo '@@@%%%=$(MAKE)=@@@%%%'
19959027f4a0Smrg_ACEOF
19969027f4a0Smrg# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
19979027f4a0Smrgcase `${MAKE-make} -f conftest.make 2>/dev/null` in
19989027f4a0Smrg  *@@@%%%=?*=@@@%%%*)
19999027f4a0Smrg    eval ac_cv_prog_make_${ac_make}_set=yes;;
20009027f4a0Smrg  *)
20019027f4a0Smrg    eval ac_cv_prog_make_${ac_make}_set=no;;
20029027f4a0Smrgesac
20039027f4a0Smrgrm -f conftest.make
20049027f4a0Smrgfi
20059027f4a0Smrgif eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
20069027f4a0Smrg  { echo "$as_me:$LINENO: result: yes" >&5
20079027f4a0Smrgecho "${ECHO_T}yes" >&6; }
20089027f4a0Smrg  SET_MAKE=
20099027f4a0Smrgelse
20109027f4a0Smrg  { echo "$as_me:$LINENO: result: no" >&5
20119027f4a0Smrgecho "${ECHO_T}no" >&6; }
20129027f4a0Smrg  SET_MAKE="MAKE=${MAKE-make}"
20139027f4a0Smrgfi
20149027f4a0Smrg
20159027f4a0Smrgrm -rf .tst 2>/dev/null
20169027f4a0Smrgmkdir .tst 2>/dev/null
20179027f4a0Smrgif test -d .tst; then
20189027f4a0Smrg  am__leading_dot=.
20199027f4a0Smrgelse
20209027f4a0Smrg  am__leading_dot=_
20219027f4a0Smrgfi
20229027f4a0Smrgrmdir .tst 2>/dev/null
20239027f4a0Smrg
20249027f4a0Smrg# test to see if srcdir already configured
20259027f4a0Smrgif test "`cd $srcdir && pwd`" != "`pwd`" &&
20269027f4a0Smrg   test -f $srcdir/config.status; then
20279027f4a0Smrg  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
20289027f4a0Smrgecho "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
20299027f4a0Smrg   { (exit 1); exit 1; }; }
20309027f4a0Smrgfi
20319027f4a0Smrg
20329027f4a0Smrg# test whether we have cygpath
20339027f4a0Smrgif test -z "$CYGPATH_W"; then
20349027f4a0Smrg  if (cygpath --version) >/dev/null 2>/dev/null; then
20359027f4a0Smrg    CYGPATH_W='cygpath -w'
20369027f4a0Smrg  else
20379027f4a0Smrg    CYGPATH_W=echo
20389027f4a0Smrg  fi
20399027f4a0Smrgfi
20409027f4a0Smrg
20419027f4a0Smrg
20429027f4a0Smrg# Define the identity of the package.
20439027f4a0Smrg PACKAGE='xfontsel'
20449027f4a0Smrg VERSION='1.0.2'
20459027f4a0Smrg
20469027f4a0Smrg
20479027f4a0Smrgcat >>confdefs.h <<_ACEOF
20489027f4a0Smrg#define PACKAGE "$PACKAGE"
20499027f4a0Smrg_ACEOF
20509027f4a0Smrg
20519027f4a0Smrg
20529027f4a0Smrgcat >>confdefs.h <<_ACEOF
20539027f4a0Smrg#define VERSION "$VERSION"
20549027f4a0Smrg_ACEOF
20559027f4a0Smrg
20569027f4a0Smrg# Some tools Automake needs.
20579027f4a0Smrg
20589027f4a0SmrgACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
20599027f4a0Smrg
20609027f4a0Smrg
20619027f4a0SmrgAUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
20629027f4a0Smrg
20639027f4a0Smrg
20649027f4a0SmrgAUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
20659027f4a0Smrg
20669027f4a0Smrg
20679027f4a0SmrgAUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
20689027f4a0Smrg
20699027f4a0Smrg
20709027f4a0SmrgMAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
20719027f4a0Smrg
20729027f4a0Smrginstall_sh=${install_sh-"$am_aux_dir/install-sh"}
20739027f4a0Smrg
20749027f4a0Smrg# Installed binaries are usually stripped using `strip' when the user
20759027f4a0Smrg# run `make install-strip'.  However `strip' might not be the right
20769027f4a0Smrg# tool to use in cross-compilation environments, therefore Automake
20779027f4a0Smrg# will honor the `STRIP' environment variable to overrule this program.
20789027f4a0Smrgif test "$cross_compiling" != no; then
20799027f4a0Smrg  if test -n "$ac_tool_prefix"; then
20809027f4a0Smrg  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
20819027f4a0Smrgset dummy ${ac_tool_prefix}strip; ac_word=$2
20829027f4a0Smrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
20839027f4a0Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
20849027f4a0Smrgif test "${ac_cv_prog_STRIP+set}" = set; then
20859027f4a0Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
20869027f4a0Smrgelse
20879027f4a0Smrg  if test -n "$STRIP"; then
20889027f4a0Smrg  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
20899027f4a0Smrgelse
20909027f4a0Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20919027f4a0Smrgfor as_dir in $PATH
20929027f4a0Smrgdo
20939027f4a0Smrg  IFS=$as_save_IFS
20949027f4a0Smrg  test -z "$as_dir" && as_dir=.
20959027f4a0Smrg  for ac_exec_ext in '' $ac_executable_extensions; do
20969027f4a0Smrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
20979027f4a0Smrg    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
20989027f4a0Smrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20999027f4a0Smrg    break 2
21009027f4a0Smrg  fi
21019027f4a0Smrgdone
21029027f4a0Smrgdone
21039027f4a0SmrgIFS=$as_save_IFS
21049027f4a0Smrg
21059027f4a0Smrgfi
21069027f4a0Smrgfi
21079027f4a0SmrgSTRIP=$ac_cv_prog_STRIP
21089027f4a0Smrgif test -n "$STRIP"; then
21099027f4a0Smrg  { echo "$as_me:$LINENO: result: $STRIP" >&5
21109027f4a0Smrgecho "${ECHO_T}$STRIP" >&6; }
21119027f4a0Smrgelse
21129027f4a0Smrg  { echo "$as_me:$LINENO: result: no" >&5
21139027f4a0Smrgecho "${ECHO_T}no" >&6; }
21149027f4a0Smrgfi
21159027f4a0Smrg
21169027f4a0Smrg
21179027f4a0Smrgfi
21189027f4a0Smrgif test -z "$ac_cv_prog_STRIP"; then
21199027f4a0Smrg  ac_ct_STRIP=$STRIP
21209027f4a0Smrg  # Extract the first word of "strip", so it can be a program name with args.
21219027f4a0Smrgset dummy strip; ac_word=$2
21229027f4a0Smrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
21239027f4a0Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
21249027f4a0Smrgif test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
21259027f4a0Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
21269027f4a0Smrgelse
21279027f4a0Smrg  if test -n "$ac_ct_STRIP"; then
21289027f4a0Smrg  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
21299027f4a0Smrgelse
21309027f4a0Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21319027f4a0Smrgfor as_dir in $PATH
21329027f4a0Smrgdo
21339027f4a0Smrg  IFS=$as_save_IFS
21349027f4a0Smrg  test -z "$as_dir" && as_dir=.
21359027f4a0Smrg  for ac_exec_ext in '' $ac_executable_extensions; do
21369027f4a0Smrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
21379027f4a0Smrg    ac_cv_prog_ac_ct_STRIP="strip"
21389027f4a0Smrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
21399027f4a0Smrg    break 2
21409027f4a0Smrg  fi
21419027f4a0Smrgdone
21429027f4a0Smrgdone
21439027f4a0SmrgIFS=$as_save_IFS
21449027f4a0Smrg
21459027f4a0Smrgfi
21469027f4a0Smrgfi
21479027f4a0Smrgac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
21489027f4a0Smrgif test -n "$ac_ct_STRIP"; then
21499027f4a0Smrg  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
21509027f4a0Smrgecho "${ECHO_T}$ac_ct_STRIP" >&6; }
21519027f4a0Smrgelse
21529027f4a0Smrg  { echo "$as_me:$LINENO: result: no" >&5
21539027f4a0Smrgecho "${ECHO_T}no" >&6; }
21549027f4a0Smrgfi
21559027f4a0Smrg
21569027f4a0Smrg  if test "x$ac_ct_STRIP" = x; then
21579027f4a0Smrg    STRIP=":"
21589027f4a0Smrg  else
21599027f4a0Smrg    case $cross_compiling:$ac_tool_warned in
21609027f4a0Smrgyes:)
21619027f4a0Smrg{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
21629027f4a0Smrgwhose name does not start with the host triplet.  If you think this
21639027f4a0Smrgconfiguration is useful to you, please write to autoconf@gnu.org." >&5
21649027f4a0Smrgecho "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
21659027f4a0Smrgwhose name does not start with the host triplet.  If you think this
21669027f4a0Smrgconfiguration is useful to you, please write to autoconf@gnu.org." >&2;}
21679027f4a0Smrgac_tool_warned=yes ;;
21689027f4a0Smrgesac
21699027f4a0Smrg    STRIP=$ac_ct_STRIP
21709027f4a0Smrg  fi
21719027f4a0Smrgelse
21729027f4a0Smrg  STRIP="$ac_cv_prog_STRIP"
21739027f4a0Smrgfi
21749027f4a0Smrg
21759027f4a0Smrgfi
21769027f4a0SmrgINSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
21779027f4a0Smrg
21789027f4a0Smrg# We need awk for the "check" target.  The system "awk" is bad on
21799027f4a0Smrg# some platforms.
21809027f4a0Smrg# Always define AMTAR for backward compatibility.
21819027f4a0Smrg
21829027f4a0SmrgAMTAR=${AMTAR-"${am_missing_run}tar"}
21839027f4a0Smrg
21849027f4a0Smrgam__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
21859027f4a0Smrg
21869027f4a0Smrg
21879027f4a0Smrg
21889027f4a0Smrg
21899027f4a0Smrg
21909027f4a0Smrg{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
21919027f4a0Smrgecho $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
21929027f4a0Smrg    # Check whether --enable-maintainer-mode was given.
21939027f4a0Smrgif test "${enable_maintainer_mode+set}" = set; then
21949027f4a0Smrg  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
21959027f4a0Smrgelse
21969027f4a0Smrg  USE_MAINTAINER_MODE=no
21979027f4a0Smrgfi
21989027f4a0Smrg
21999027f4a0Smrg  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
22009027f4a0Smrgecho "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
22019027f4a0Smrg
22029027f4a0Smrg
22039027f4a0Smrgif test $USE_MAINTAINER_MODE = yes; then
22049027f4a0Smrg  MAINTAINER_MODE_TRUE=
22059027f4a0Smrg  MAINTAINER_MODE_FALSE='#'
22069027f4a0Smrgelse
22079027f4a0Smrg  MAINTAINER_MODE_TRUE='#'
22089027f4a0Smrg  MAINTAINER_MODE_FALSE=
22099027f4a0Smrgfi
22109027f4a0Smrg
22119027f4a0Smrg  MAINT=$MAINTAINER_MODE_TRUE
22129027f4a0Smrg
22139027f4a0Smrg
22149027f4a0Smrg
22159027f4a0Smrgac_config_headers="$ac_config_headers config.h"
22169027f4a0Smrg
22179027f4a0Smrg
22189027f4a0Smrgac_ext=c
22199027f4a0Smrgac_cpp='$CPP $CPPFLAGS'
22209027f4a0Smrgac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22219027f4a0Smrgac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22229027f4a0Smrgac_compiler_gnu=$ac_cv_c_compiler_gnu
22239027f4a0Smrgif test -n "$ac_tool_prefix"; then
22249027f4a0Smrg  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
22259027f4a0Smrgset dummy ${ac_tool_prefix}gcc; ac_word=$2
22269027f4a0Smrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
22279027f4a0Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
22289027f4a0Smrgif test "${ac_cv_prog_CC+set}" = set; then
22299027f4a0Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
22309027f4a0Smrgelse
22319027f4a0Smrg  if test -n "$CC"; then
22329027f4a0Smrg  ac_cv_prog_CC="$CC" # Let the user override the test.
22339027f4a0Smrgelse
22349027f4a0Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22359027f4a0Smrgfor as_dir in $PATH
22369027f4a0Smrgdo
22379027f4a0Smrg  IFS=$as_save_IFS
22389027f4a0Smrg  test -z "$as_dir" && as_dir=.
22399027f4a0Smrg  for ac_exec_ext in '' $ac_executable_extensions; do
22409027f4a0Smrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
22419027f4a0Smrg    ac_cv_prog_CC="${ac_tool_prefix}gcc"
22429027f4a0Smrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22439027f4a0Smrg    break 2
22449027f4a0Smrg  fi
22459027f4a0Smrgdone
22469027f4a0Smrgdone
22479027f4a0SmrgIFS=$as_save_IFS
22489027f4a0Smrg
22499027f4a0Smrgfi
22509027f4a0Smrgfi
22519027f4a0SmrgCC=$ac_cv_prog_CC
22529027f4a0Smrgif test -n "$CC"; then
22539027f4a0Smrg  { echo "$as_me:$LINENO: result: $CC" >&5
22549027f4a0Smrgecho "${ECHO_T}$CC" >&6; }
22559027f4a0Smrgelse
22569027f4a0Smrg  { echo "$as_me:$LINENO: result: no" >&5
22579027f4a0Smrgecho "${ECHO_T}no" >&6; }
22589027f4a0Smrgfi
22599027f4a0Smrg
22609027f4a0Smrg
22619027f4a0Smrgfi
22629027f4a0Smrgif test -z "$ac_cv_prog_CC"; then
22639027f4a0Smrg  ac_ct_CC=$CC
22649027f4a0Smrg  # Extract the first word of "gcc", so it can be a program name with args.
22659027f4a0Smrgset dummy gcc; ac_word=$2
22669027f4a0Smrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
22679027f4a0Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
22689027f4a0Smrgif test "${ac_cv_prog_ac_ct_CC+set}" = set; then
22699027f4a0Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
22709027f4a0Smrgelse
22719027f4a0Smrg  if test -n "$ac_ct_CC"; then
22729027f4a0Smrg  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
22739027f4a0Smrgelse
22749027f4a0Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22759027f4a0Smrgfor as_dir in $PATH
22769027f4a0Smrgdo
22779027f4a0Smrg  IFS=$as_save_IFS
22789027f4a0Smrg  test -z "$as_dir" && as_dir=.
22799027f4a0Smrg  for ac_exec_ext in '' $ac_executable_extensions; do
22809027f4a0Smrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
22819027f4a0Smrg    ac_cv_prog_ac_ct_CC="gcc"
22829027f4a0Smrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22839027f4a0Smrg    break 2
22849027f4a0Smrg  fi
22859027f4a0Smrgdone
22869027f4a0Smrgdone
22879027f4a0SmrgIFS=$as_save_IFS
22889027f4a0Smrg
22899027f4a0Smrgfi
22909027f4a0Smrgfi
22919027f4a0Smrgac_ct_CC=$ac_cv_prog_ac_ct_CC
22929027f4a0Smrgif test -n "$ac_ct_CC"; then
22939027f4a0Smrg  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
22949027f4a0Smrgecho "${ECHO_T}$ac_ct_CC" >&6; }
22959027f4a0Smrgelse
22969027f4a0Smrg  { echo "$as_me:$LINENO: result: no" >&5
22979027f4a0Smrgecho "${ECHO_T}no" >&6; }
22989027f4a0Smrgfi
22999027f4a0Smrg
23009027f4a0Smrg  if test "x$ac_ct_CC" = x; then
23019027f4a0Smrg    CC=""
23029027f4a0Smrg  else
23039027f4a0Smrg    case $cross_compiling:$ac_tool_warned in
23049027f4a0Smrgyes:)
23059027f4a0Smrg{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
23069027f4a0Smrgwhose name does not start with the host triplet.  If you think this
23079027f4a0Smrgconfiguration is useful to you, please write to autoconf@gnu.org." >&5
23089027f4a0Smrgecho "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
23099027f4a0Smrgwhose name does not start with the host triplet.  If you think this
23109027f4a0Smrgconfiguration is useful to you, please write to autoconf@gnu.org." >&2;}
23119027f4a0Smrgac_tool_warned=yes ;;
23129027f4a0Smrgesac
23139027f4a0Smrg    CC=$ac_ct_CC
23149027f4a0Smrg  fi
23159027f4a0Smrgelse
23169027f4a0Smrg  CC="$ac_cv_prog_CC"
23179027f4a0Smrgfi
23189027f4a0Smrg
23199027f4a0Smrgif test -z "$CC"; then
23209027f4a0Smrg          if test -n "$ac_tool_prefix"; then
23219027f4a0Smrg    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
23229027f4a0Smrgset dummy ${ac_tool_prefix}cc; ac_word=$2
23239027f4a0Smrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
23249027f4a0Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
23259027f4a0Smrgif test "${ac_cv_prog_CC+set}" = set; then
23269027f4a0Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
23279027f4a0Smrgelse
23289027f4a0Smrg  if test -n "$CC"; then
23299027f4a0Smrg  ac_cv_prog_CC="$CC" # Let the user override the test.
23309027f4a0Smrgelse
23319027f4a0Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23329027f4a0Smrgfor as_dir in $PATH
23339027f4a0Smrgdo
23349027f4a0Smrg  IFS=$as_save_IFS
23359027f4a0Smrg  test -z "$as_dir" && as_dir=.
23369027f4a0Smrg  for ac_exec_ext in '' $ac_executable_extensions; do
23379027f4a0Smrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
23389027f4a0Smrg    ac_cv_prog_CC="${ac_tool_prefix}cc"
23399027f4a0Smrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
23409027f4a0Smrg    break 2
23419027f4a0Smrg  fi
23429027f4a0Smrgdone
23439027f4a0Smrgdone
23449027f4a0SmrgIFS=$as_save_IFS
23459027f4a0Smrg
23469027f4a0Smrgfi
23479027f4a0Smrgfi
23489027f4a0SmrgCC=$ac_cv_prog_CC
23499027f4a0Smrgif test -n "$CC"; then
23509027f4a0Smrg  { echo "$as_me:$LINENO: result: $CC" >&5
23519027f4a0Smrgecho "${ECHO_T}$CC" >&6; }
23529027f4a0Smrgelse
23539027f4a0Smrg  { echo "$as_me:$LINENO: result: no" >&5
23549027f4a0Smrgecho "${ECHO_T}no" >&6; }
23559027f4a0Smrgfi
23569027f4a0Smrg
23579027f4a0Smrg
23589027f4a0Smrg  fi
23599027f4a0Smrgfi
23609027f4a0Smrgif test -z "$CC"; then
23619027f4a0Smrg  # Extract the first word of "cc", so it can be a program name with args.
23629027f4a0Smrgset dummy cc; ac_word=$2
23639027f4a0Smrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
23649027f4a0Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
23659027f4a0Smrgif test "${ac_cv_prog_CC+set}" = set; then
23669027f4a0Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
23679027f4a0Smrgelse
23689027f4a0Smrg  if test -n "$CC"; then
23699027f4a0Smrg  ac_cv_prog_CC="$CC" # Let the user override the test.
23709027f4a0Smrgelse
23719027f4a0Smrg  ac_prog_rejected=no
23729027f4a0Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23739027f4a0Smrgfor as_dir in $PATH
23749027f4a0Smrgdo
23759027f4a0Smrg  IFS=$as_save_IFS
23769027f4a0Smrg  test -z "$as_dir" && as_dir=.
23779027f4a0Smrg  for ac_exec_ext in '' $ac_executable_extensions; do
23789027f4a0Smrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
23799027f4a0Smrg    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
23809027f4a0Smrg       ac_prog_rejected=yes
23819027f4a0Smrg       continue
23829027f4a0Smrg     fi
23839027f4a0Smrg    ac_cv_prog_CC="cc"
23849027f4a0Smrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
23859027f4a0Smrg    break 2
23869027f4a0Smrg  fi
23879027f4a0Smrgdone
23889027f4a0Smrgdone
23899027f4a0SmrgIFS=$as_save_IFS
23909027f4a0Smrg
23919027f4a0Smrgif test $ac_prog_rejected = yes; then
23929027f4a0Smrg  # We found a bogon in the path, so make sure we never use it.
23939027f4a0Smrg  set dummy $ac_cv_prog_CC
23949027f4a0Smrg  shift
23959027f4a0Smrg  if test $# != 0; then
23969027f4a0Smrg    # We chose a different compiler from the bogus one.
23979027f4a0Smrg    # However, it has the same basename, so the bogon will be chosen
23989027f4a0Smrg    # first if we set CC to just the basename; use the full file name.
23999027f4a0Smrg    shift
24009027f4a0Smrg    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
24019027f4a0Smrg  fi
24029027f4a0Smrgfi
24039027f4a0Smrgfi
24049027f4a0Smrgfi
24059027f4a0SmrgCC=$ac_cv_prog_CC
24069027f4a0Smrgif test -n "$CC"; then
24079027f4a0Smrg  { echo "$as_me:$LINENO: result: $CC" >&5
24089027f4a0Smrgecho "${ECHO_T}$CC" >&6; }
24099027f4a0Smrgelse
24109027f4a0Smrg  { echo "$as_me:$LINENO: result: no" >&5
24119027f4a0Smrgecho "${ECHO_T}no" >&6; }
24129027f4a0Smrgfi
24139027f4a0Smrg
24149027f4a0Smrg
24159027f4a0Smrgfi
24169027f4a0Smrgif test -z "$CC"; then
24179027f4a0Smrg  if test -n "$ac_tool_prefix"; then
24189027f4a0Smrg  for ac_prog in cl.exe
24199027f4a0Smrg  do
24209027f4a0Smrg    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
24219027f4a0Smrgset dummy $ac_tool_prefix$ac_prog; ac_word=$2
24229027f4a0Smrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
24239027f4a0Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
24249027f4a0Smrgif test "${ac_cv_prog_CC+set}" = set; then
24259027f4a0Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
24269027f4a0Smrgelse
24279027f4a0Smrg  if test -n "$CC"; then
24289027f4a0Smrg  ac_cv_prog_CC="$CC" # Let the user override the test.
24299027f4a0Smrgelse
24309027f4a0Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24319027f4a0Smrgfor as_dir in $PATH
24329027f4a0Smrgdo
24339027f4a0Smrg  IFS=$as_save_IFS
24349027f4a0Smrg  test -z "$as_dir" && as_dir=.
24359027f4a0Smrg  for ac_exec_ext in '' $ac_executable_extensions; do
24369027f4a0Smrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
24379027f4a0Smrg    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
24389027f4a0Smrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24399027f4a0Smrg    break 2
24409027f4a0Smrg  fi
24419027f4a0Smrgdone
24429027f4a0Smrgdone
24439027f4a0SmrgIFS=$as_save_IFS
24449027f4a0Smrg
24459027f4a0Smrgfi
24469027f4a0Smrgfi
24479027f4a0SmrgCC=$ac_cv_prog_CC
24489027f4a0Smrgif test -n "$CC"; then
24499027f4a0Smrg  { echo "$as_me:$LINENO: result: $CC" >&5
24509027f4a0Smrgecho "${ECHO_T}$CC" >&6; }
24519027f4a0Smrgelse
24529027f4a0Smrg  { echo "$as_me:$LINENO: result: no" >&5
24539027f4a0Smrgecho "${ECHO_T}no" >&6; }
24549027f4a0Smrgfi
24559027f4a0Smrg
24569027f4a0Smrg
24579027f4a0Smrg    test -n "$CC" && break
24589027f4a0Smrg  done
24599027f4a0Smrgfi
24609027f4a0Smrgif test -z "$CC"; then
24619027f4a0Smrg  ac_ct_CC=$CC
24629027f4a0Smrg  for ac_prog in cl.exe
24639027f4a0Smrgdo
24649027f4a0Smrg  # Extract the first word of "$ac_prog", so it can be a program name with args.
24659027f4a0Smrgset dummy $ac_prog; ac_word=$2
24669027f4a0Smrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
24679027f4a0Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
24689027f4a0Smrgif test "${ac_cv_prog_ac_ct_CC+set}" = set; then
24699027f4a0Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
24709027f4a0Smrgelse
24719027f4a0Smrg  if test -n "$ac_ct_CC"; then
24729027f4a0Smrg  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
24739027f4a0Smrgelse
24749027f4a0Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24759027f4a0Smrgfor as_dir in $PATH
24769027f4a0Smrgdo
24779027f4a0Smrg  IFS=$as_save_IFS
24789027f4a0Smrg  test -z "$as_dir" && as_dir=.
24799027f4a0Smrg  for ac_exec_ext in '' $ac_executable_extensions; do
24809027f4a0Smrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
24819027f4a0Smrg    ac_cv_prog_ac_ct_CC="$ac_prog"
24829027f4a0Smrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24839027f4a0Smrg    break 2
24849027f4a0Smrg  fi
24859027f4a0Smrgdone
24869027f4a0Smrgdone
24879027f4a0SmrgIFS=$as_save_IFS
24889027f4a0Smrg
24899027f4a0Smrgfi
24909027f4a0Smrgfi
24919027f4a0Smrgac_ct_CC=$ac_cv_prog_ac_ct_CC
24929027f4a0Smrgif test -n "$ac_ct_CC"; then
24939027f4a0Smrg  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
24949027f4a0Smrgecho "${ECHO_T}$ac_ct_CC" >&6; }
24959027f4a0Smrgelse
24969027f4a0Smrg  { echo "$as_me:$LINENO: result: no" >&5
24979027f4a0Smrgecho "${ECHO_T}no" >&6; }
24989027f4a0Smrgfi
24999027f4a0Smrg
25009027f4a0Smrg
25019027f4a0Smrg  test -n "$ac_ct_CC" && break
25029027f4a0Smrgdone
25039027f4a0Smrg
25049027f4a0Smrg  if test "x$ac_ct_CC" = x; then
25059027f4a0Smrg    CC=""
25069027f4a0Smrg  else
25079027f4a0Smrg    case $cross_compiling:$ac_tool_warned in
25089027f4a0Smrgyes:)
25099027f4a0Smrg{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
25109027f4a0Smrgwhose name does not start with the host triplet.  If you think this
25119027f4a0Smrgconfiguration is useful to you, please write to autoconf@gnu.org." >&5
25129027f4a0Smrgecho "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
25139027f4a0Smrgwhose name does not start with the host triplet.  If you think this
25149027f4a0Smrgconfiguration is useful to you, please write to autoconf@gnu.org." >&2;}
25159027f4a0Smrgac_tool_warned=yes ;;
25169027f4a0Smrgesac
25179027f4a0Smrg    CC=$ac_ct_CC
25189027f4a0Smrg  fi
25199027f4a0Smrgfi
25209027f4a0Smrg
25219027f4a0Smrgfi
25229027f4a0Smrg
25239027f4a0Smrg
25249027f4a0Smrgtest -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
25259027f4a0SmrgSee \`config.log' for more details." >&5
25269027f4a0Smrgecho "$as_me: error: no acceptable C compiler found in \$PATH
25279027f4a0SmrgSee \`config.log' for more details." >&2;}
25289027f4a0Smrg   { (exit 1); exit 1; }; }
25299027f4a0Smrg
25309027f4a0Smrg# Provide some information about the compiler.
25319027f4a0Smrgecho "$as_me:$LINENO: checking for C compiler version" >&5
25329027f4a0Smrgac_compiler=`set X $ac_compile; echo $2`
25339027f4a0Smrg{ (ac_try="$ac_compiler --version >&5"
25349027f4a0Smrgcase "(($ac_try" in
25359027f4a0Smrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25369027f4a0Smrg  *) ac_try_echo=$ac_try;;
25379027f4a0Smrgesac
25389027f4a0Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25399027f4a0Smrg  (eval "$ac_compiler --version >&5") 2>&5
25409027f4a0Smrg  ac_status=$?
25419027f4a0Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25429027f4a0Smrg  (exit $ac_status); }
25439027f4a0Smrg{ (ac_try="$ac_compiler -v >&5"
25449027f4a0Smrgcase "(($ac_try" in
25459027f4a0Smrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25469027f4a0Smrg  *) ac_try_echo=$ac_try;;
25479027f4a0Smrgesac
25489027f4a0Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25499027f4a0Smrg  (eval "$ac_compiler -v >&5") 2>&5
25509027f4a0Smrg  ac_status=$?
25519027f4a0Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25529027f4a0Smrg  (exit $ac_status); }
25539027f4a0Smrg{ (ac_try="$ac_compiler -V >&5"
25549027f4a0Smrgcase "(($ac_try" in
25559027f4a0Smrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25569027f4a0Smrg  *) ac_try_echo=$ac_try;;
25579027f4a0Smrgesac
25589027f4a0Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25599027f4a0Smrg  (eval "$ac_compiler -V >&5") 2>&5
25609027f4a0Smrg  ac_status=$?
25619027f4a0Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25629027f4a0Smrg  (exit $ac_status); }
25639027f4a0Smrg
25649027f4a0Smrgcat >conftest.$ac_ext <<_ACEOF
25659027f4a0Smrg/* confdefs.h.  */
25669027f4a0Smrg_ACEOF
25679027f4a0Smrgcat confdefs.h >>conftest.$ac_ext
25689027f4a0Smrgcat >>conftest.$ac_ext <<_ACEOF
25699027f4a0Smrg/* end confdefs.h.  */
25709027f4a0Smrg
25719027f4a0Smrgint
25729027f4a0Smrgmain ()
25739027f4a0Smrg{
25749027f4a0Smrg
25759027f4a0Smrg  ;
25769027f4a0Smrg  return 0;
25779027f4a0Smrg}
25789027f4a0Smrg_ACEOF
25799027f4a0Smrgac_clean_files_save=$ac_clean_files
25809027f4a0Smrgac_clean_files="$ac_clean_files a.out a.exe b.out"
25819027f4a0Smrg# Try to create an executable without -o first, disregard a.out.
25829027f4a0Smrg# It will help us diagnose broken compilers, and finding out an intuition
25839027f4a0Smrg# of exeext.
25849027f4a0Smrg{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
25859027f4a0Smrgecho $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
25869027f4a0Smrgac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
25879027f4a0Smrg#
25889027f4a0Smrg# List of possible output files, starting from the most likely.
25899027f4a0Smrg# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
25909027f4a0Smrg# only as a last resort.  b.out is created by i960 compilers.
25919027f4a0Smrgac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
25929027f4a0Smrg#
25939027f4a0Smrg# The IRIX 6 linker writes into existing files which may not be
25949027f4a0Smrg# executable, retaining their permissions.  Remove them first so a
25959027f4a0Smrg# subsequent execution test works.
25969027f4a0Smrgac_rmfiles=
25979027f4a0Smrgfor ac_file in $ac_files
25989027f4a0Smrgdo
25999027f4a0Smrg  case $ac_file in
26009027f4a0Smrg    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
26019027f4a0Smrg    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
26029027f4a0Smrg  esac
26039027f4a0Smrgdone
26049027f4a0Smrgrm -f $ac_rmfiles
26059027f4a0Smrg
26069027f4a0Smrgif { (ac_try="$ac_link_default"
26079027f4a0Smrgcase "(($ac_try" in
26089027f4a0Smrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26099027f4a0Smrg  *) ac_try_echo=$ac_try;;
26109027f4a0Smrgesac
26119027f4a0Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26129027f4a0Smrg  (eval "$ac_link_default") 2>&5
26139027f4a0Smrg  ac_status=$?
26149027f4a0Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26159027f4a0Smrg  (exit $ac_status); }; then
26169027f4a0Smrg  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
26179027f4a0Smrg# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
26189027f4a0Smrg# in a Makefile.  We should not override ac_cv_exeext if it was cached,
26199027f4a0Smrg# so that the user can short-circuit this test for compilers unknown to
26209027f4a0Smrg# Autoconf.
26219027f4a0Smrgfor ac_file in $ac_files
26229027f4a0Smrgdo
26239027f4a0Smrg  test -f "$ac_file" || continue
26249027f4a0Smrg  case $ac_file in
26259027f4a0Smrg    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
26269027f4a0Smrg	;;
26279027f4a0Smrg    [ab].out )
26289027f4a0Smrg	# We found the default executable, but exeext='' is most
26299027f4a0Smrg	# certainly right.
26309027f4a0Smrg	break;;
26319027f4a0Smrg    *.* )
26329027f4a0Smrg        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
26339027f4a0Smrg	then :; else
26349027f4a0Smrg	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
26359027f4a0Smrg	fi
26369027f4a0Smrg	# We set ac_cv_exeext here because the later test for it is not
26379027f4a0Smrg	# safe: cross compilers may not add the suffix if given an `-o'
26389027f4a0Smrg	# argument, so we may need to know it at that point already.
26399027f4a0Smrg	# Even if this section looks crufty: it has the advantage of
26409027f4a0Smrg	# actually working.
26419027f4a0Smrg	break;;
26429027f4a0Smrg    * )
26439027f4a0Smrg	break;;
26449027f4a0Smrg  esac
26459027f4a0Smrgdone
26469027f4a0Smrgtest "$ac_cv_exeext" = no && ac_cv_exeext=
26479027f4a0Smrg
26489027f4a0Smrgelse
26499027f4a0Smrg  echo "$as_me: failed program was:" >&5
26509027f4a0Smrgsed 's/^/| /' conftest.$ac_ext >&5
26519027f4a0Smrg
26529027f4a0Smrg{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
26539027f4a0SmrgSee \`config.log' for more details." >&5
26549027f4a0Smrgecho "$as_me: error: C compiler cannot create executables
26559027f4a0SmrgSee \`config.log' for more details." >&2;}
26569027f4a0Smrg   { (exit 77); exit 77; }; }
26579027f4a0Smrgfi
26589027f4a0Smrg
26599027f4a0Smrgac_exeext=$ac_cv_exeext
26609027f4a0Smrg{ echo "$as_me:$LINENO: result: $ac_file" >&5
26619027f4a0Smrgecho "${ECHO_T}$ac_file" >&6; }
26629027f4a0Smrg
26639027f4a0Smrg# Check that the compiler produces executables we can run.  If not, either
26649027f4a0Smrg# the compiler is broken, or we cross compile.
26659027f4a0Smrg{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
26669027f4a0Smrgecho $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
26679027f4a0Smrg# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
26689027f4a0Smrg# If not cross compiling, check that we can run a simple program.
26699027f4a0Smrgif test "$cross_compiling" != yes; then
26709027f4a0Smrg  if { ac_try='./$ac_file'
26719027f4a0Smrg  { (case "(($ac_try" in
26729027f4a0Smrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26739027f4a0Smrg  *) ac_try_echo=$ac_try;;
26749027f4a0Smrgesac
26759027f4a0Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26769027f4a0Smrg  (eval "$ac_try") 2>&5
26779027f4a0Smrg  ac_status=$?
26789027f4a0Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26799027f4a0Smrg  (exit $ac_status); }; }; then
26809027f4a0Smrg    cross_compiling=no
26819027f4a0Smrg  else
26829027f4a0Smrg    if test "$cross_compiling" = maybe; then
26839027f4a0Smrg	cross_compiling=yes
26849027f4a0Smrg    else
26859027f4a0Smrg	{ { echo "$as_me:$LINENO: error: cannot run C compiled programs.
26869027f4a0SmrgIf you meant to cross compile, use \`--host'.
26879027f4a0SmrgSee \`config.log' for more details." >&5
26889027f4a0Smrgecho "$as_me: error: cannot run C compiled programs.
26899027f4a0SmrgIf you meant to cross compile, use \`--host'.
26909027f4a0SmrgSee \`config.log' for more details." >&2;}
26919027f4a0Smrg   { (exit 1); exit 1; }; }
26929027f4a0Smrg    fi
26939027f4a0Smrg  fi
26949027f4a0Smrgfi
26959027f4a0Smrg{ echo "$as_me:$LINENO: result: yes" >&5
26969027f4a0Smrgecho "${ECHO_T}yes" >&6; }
26979027f4a0Smrg
26989027f4a0Smrgrm -f a.out a.exe conftest$ac_cv_exeext b.out
26999027f4a0Smrgac_clean_files=$ac_clean_files_save
27009027f4a0Smrg# Check that the compiler produces executables we can run.  If not, either
27019027f4a0Smrg# the compiler is broken, or we cross compile.
27029027f4a0Smrg{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
27039027f4a0Smrgecho $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
27049027f4a0Smrg{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
27059027f4a0Smrgecho "${ECHO_T}$cross_compiling" >&6; }
27069027f4a0Smrg
27079027f4a0Smrg{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
27089027f4a0Smrgecho $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
27099027f4a0Smrgif { (ac_try="$ac_link"
27109027f4a0Smrgcase "(($ac_try" in
27119027f4a0Smrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27129027f4a0Smrg  *) ac_try_echo=$ac_try;;
27139027f4a0Smrgesac
27149027f4a0Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27159027f4a0Smrg  (eval "$ac_link") 2>&5
27169027f4a0Smrg  ac_status=$?
27179027f4a0Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27189027f4a0Smrg  (exit $ac_status); }; then
27199027f4a0Smrg  # If both `conftest.exe' and `conftest' are `present' (well, observable)
27209027f4a0Smrg# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
27219027f4a0Smrg# work properly (i.e., refer to `conftest.exe'), while it won't with
27229027f4a0Smrg# `rm'.
27239027f4a0Smrgfor ac_file in conftest.exe conftest conftest.*; do
27249027f4a0Smrg  test -f "$ac_file" || continue
27259027f4a0Smrg  case $ac_file in
27269027f4a0Smrg    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
27279027f4a0Smrg    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
27289027f4a0Smrg	  break;;
27299027f4a0Smrg    * ) break;;
27309027f4a0Smrg  esac
27319027f4a0Smrgdone
27329027f4a0Smrgelse
27339027f4a0Smrg  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
27349027f4a0SmrgSee \`config.log' for more details." >&5
27359027f4a0Smrgecho "$as_me: error: cannot compute suffix of executables: cannot compile and link
27369027f4a0SmrgSee \`config.log' for more details." >&2;}
27379027f4a0Smrg   { (exit 1); exit 1; }; }
27389027f4a0Smrgfi
27399027f4a0Smrg
27409027f4a0Smrgrm -f conftest$ac_cv_exeext
27419027f4a0Smrg{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
27429027f4a0Smrgecho "${ECHO_T}$ac_cv_exeext" >&6; }
27439027f4a0Smrg
27449027f4a0Smrgrm -f conftest.$ac_ext
27459027f4a0SmrgEXEEXT=$ac_cv_exeext
27469027f4a0Smrgac_exeext=$EXEEXT
27479027f4a0Smrg{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
27489027f4a0Smrgecho $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
27499027f4a0Smrgif test "${ac_cv_objext+set}" = set; then
27509027f4a0Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
27519027f4a0Smrgelse
27529027f4a0Smrg  cat >conftest.$ac_ext <<_ACEOF
27539027f4a0Smrg/* confdefs.h.  */
27549027f4a0Smrg_ACEOF
27559027f4a0Smrgcat confdefs.h >>conftest.$ac_ext
27569027f4a0Smrgcat >>conftest.$ac_ext <<_ACEOF
27579027f4a0Smrg/* end confdefs.h.  */
27589027f4a0Smrg
27599027f4a0Smrgint
27609027f4a0Smrgmain ()
27619027f4a0Smrg{
27629027f4a0Smrg
27639027f4a0Smrg  ;
27649027f4a0Smrg  return 0;
27659027f4a0Smrg}
27669027f4a0Smrg_ACEOF
27679027f4a0Smrgrm -f conftest.o conftest.obj
27689027f4a0Smrgif { (ac_try="$ac_compile"
27699027f4a0Smrgcase "(($ac_try" in
27709027f4a0Smrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27719027f4a0Smrg  *) ac_try_echo=$ac_try;;
27729027f4a0Smrgesac
27739027f4a0Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27749027f4a0Smrg  (eval "$ac_compile") 2>&5
27759027f4a0Smrg  ac_status=$?
27769027f4a0Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27779027f4a0Smrg  (exit $ac_status); }; then
27789027f4a0Smrg  for ac_file in conftest.o conftest.obj conftest.*; do
27799027f4a0Smrg  test -f "$ac_file" || continue;
27809027f4a0Smrg  case $ac_file in
27819027f4a0Smrg    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
27829027f4a0Smrg    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
27839027f4a0Smrg       break;;
27849027f4a0Smrg  esac
27859027f4a0Smrgdone
27869027f4a0Smrgelse
27879027f4a0Smrg  echo "$as_me: failed program was:" >&5
27889027f4a0Smrgsed 's/^/| /' conftest.$ac_ext >&5
27899027f4a0Smrg
27909027f4a0Smrg{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
27919027f4a0SmrgSee \`config.log' for more details." >&5
27929027f4a0Smrgecho "$as_me: error: cannot compute suffix of object files: cannot compile
27939027f4a0SmrgSee \`config.log' for more details." >&2;}
27949027f4a0Smrg   { (exit 1); exit 1; }; }
27959027f4a0Smrgfi
27969027f4a0Smrg
27979027f4a0Smrgrm -f conftest.$ac_cv_objext conftest.$ac_ext
27989027f4a0Smrgfi
27999027f4a0Smrg{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
28009027f4a0Smrgecho "${ECHO_T}$ac_cv_objext" >&6; }
28019027f4a0SmrgOBJEXT=$ac_cv_objext
28029027f4a0Smrgac_objext=$OBJEXT
28039027f4a0Smrg{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
28049027f4a0Smrgecho $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
28059027f4a0Smrgif test "${ac_cv_c_compiler_gnu+set}" = set; then
28069027f4a0Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
28079027f4a0Smrgelse
28089027f4a0Smrg  cat >conftest.$ac_ext <<_ACEOF
28099027f4a0Smrg/* confdefs.h.  */
28109027f4a0Smrg_ACEOF
28119027f4a0Smrgcat confdefs.h >>conftest.$ac_ext
28129027f4a0Smrgcat >>conftest.$ac_ext <<_ACEOF
28139027f4a0Smrg/* end confdefs.h.  */
28149027f4a0Smrg
28159027f4a0Smrgint
28169027f4a0Smrgmain ()
28179027f4a0Smrg{
28189027f4a0Smrg#ifndef __GNUC__
28199027f4a0Smrg       choke me
28209027f4a0Smrg#endif
28219027f4a0Smrg
28229027f4a0Smrg  ;
28239027f4a0Smrg  return 0;
28249027f4a0Smrg}
28259027f4a0Smrg_ACEOF
28269027f4a0Smrgrm -f conftest.$ac_objext
28279027f4a0Smrgif { (ac_try="$ac_compile"
28289027f4a0Smrgcase "(($ac_try" in
28299027f4a0Smrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28309027f4a0Smrg  *) ac_try_echo=$ac_try;;
28319027f4a0Smrgesac
28329027f4a0Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28339027f4a0Smrg  (eval "$ac_compile") 2>conftest.er1
28349027f4a0Smrg  ac_status=$?
28359027f4a0Smrg  grep -v '^ *+' conftest.er1 >conftest.err
28369027f4a0Smrg  rm -f conftest.er1
28379027f4a0Smrg  cat conftest.err >&5
28389027f4a0Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28399027f4a0Smrg  (exit $ac_status); } &&
28409027f4a0Smrg	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28419027f4a0Smrg  { (case "(($ac_try" in
28429027f4a0Smrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28439027f4a0Smrg  *) ac_try_echo=$ac_try;;
28449027f4a0Smrgesac
28459027f4a0Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28469027f4a0Smrg  (eval "$ac_try") 2>&5
28479027f4a0Smrg  ac_status=$?
28489027f4a0Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28499027f4a0Smrg  (exit $ac_status); }; } &&
28509027f4a0Smrg	 { ac_try='test -s conftest.$ac_objext'
28519027f4a0Smrg  { (case "(($ac_try" in
28529027f4a0Smrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28539027f4a0Smrg  *) ac_try_echo=$ac_try;;
28549027f4a0Smrgesac
28559027f4a0Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28569027f4a0Smrg  (eval "$ac_try") 2>&5
28579027f4a0Smrg  ac_status=$?
28589027f4a0Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28599027f4a0Smrg  (exit $ac_status); }; }; then
28609027f4a0Smrg  ac_compiler_gnu=yes
28619027f4a0Smrgelse
28629027f4a0Smrg  echo "$as_me: failed program was:" >&5
28639027f4a0Smrgsed 's/^/| /' conftest.$ac_ext >&5
28649027f4a0Smrg
28659027f4a0Smrg	ac_compiler_gnu=no
28669027f4a0Smrgfi
28679027f4a0Smrg
28689027f4a0Smrgrm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28699027f4a0Smrgac_cv_c_compiler_gnu=$ac_compiler_gnu
28709027f4a0Smrg
28719027f4a0Smrgfi
28729027f4a0Smrg{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
28739027f4a0Smrgecho "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
28749027f4a0SmrgGCC=`test $ac_compiler_gnu = yes && echo yes`
28759027f4a0Smrgac_test_CFLAGS=${CFLAGS+set}
28769027f4a0Smrgac_save_CFLAGS=$CFLAGS
28779027f4a0Smrg{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
28789027f4a0Smrgecho $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
28799027f4a0Smrgif test "${ac_cv_prog_cc_g+set}" = set; then
28809027f4a0Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
28819027f4a0Smrgelse
28829027f4a0Smrg  ac_save_c_werror_flag=$ac_c_werror_flag
28839027f4a0Smrg   ac_c_werror_flag=yes
28849027f4a0Smrg   ac_cv_prog_cc_g=no
28859027f4a0Smrg   CFLAGS="-g"
28869027f4a0Smrg   cat >conftest.$ac_ext <<_ACEOF
28879027f4a0Smrg/* confdefs.h.  */
28889027f4a0Smrg_ACEOF
28899027f4a0Smrgcat confdefs.h >>conftest.$ac_ext
28909027f4a0Smrgcat >>conftest.$ac_ext <<_ACEOF
28919027f4a0Smrg/* end confdefs.h.  */
28929027f4a0Smrg
28939027f4a0Smrgint
28949027f4a0Smrgmain ()
28959027f4a0Smrg{
28969027f4a0Smrg
28979027f4a0Smrg  ;
28989027f4a0Smrg  return 0;
28999027f4a0Smrg}
29009027f4a0Smrg_ACEOF
29019027f4a0Smrgrm -f conftest.$ac_objext
29029027f4a0Smrgif { (ac_try="$ac_compile"
29039027f4a0Smrgcase "(($ac_try" in
29049027f4a0Smrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29059027f4a0Smrg  *) ac_try_echo=$ac_try;;
29069027f4a0Smrgesac
29079027f4a0Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29089027f4a0Smrg  (eval "$ac_compile") 2>conftest.er1
29099027f4a0Smrg  ac_status=$?
29109027f4a0Smrg  grep -v '^ *+' conftest.er1 >conftest.err
29119027f4a0Smrg  rm -f conftest.er1
29129027f4a0Smrg  cat conftest.err >&5
29139027f4a0Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29149027f4a0Smrg  (exit $ac_status); } &&
29159027f4a0Smrg	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29169027f4a0Smrg  { (case "(($ac_try" in
29179027f4a0Smrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29189027f4a0Smrg  *) ac_try_echo=$ac_try;;
29199027f4a0Smrgesac
29209027f4a0Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29219027f4a0Smrg  (eval "$ac_try") 2>&5
29229027f4a0Smrg  ac_status=$?
29239027f4a0Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29249027f4a0Smrg  (exit $ac_status); }; } &&
29259027f4a0Smrg	 { ac_try='test -s conftest.$ac_objext'
29269027f4a0Smrg  { (case "(($ac_try" in
29279027f4a0Smrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29289027f4a0Smrg  *) ac_try_echo=$ac_try;;
29299027f4a0Smrgesac
29309027f4a0Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29319027f4a0Smrg  (eval "$ac_try") 2>&5
29329027f4a0Smrg  ac_status=$?
29339027f4a0Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29349027f4a0Smrg  (exit $ac_status); }; }; then
29359027f4a0Smrg  ac_cv_prog_cc_g=yes
29369027f4a0Smrgelse
29379027f4a0Smrg  echo "$as_me: failed program was:" >&5
29389027f4a0Smrgsed 's/^/| /' conftest.$ac_ext >&5
29399027f4a0Smrg
29409027f4a0Smrg	CFLAGS=""
29419027f4a0Smrg      cat >conftest.$ac_ext <<_ACEOF
29429027f4a0Smrg/* confdefs.h.  */
29439027f4a0Smrg_ACEOF
29449027f4a0Smrgcat confdefs.h >>conftest.$ac_ext
29459027f4a0Smrgcat >>conftest.$ac_ext <<_ACEOF
29469027f4a0Smrg/* end confdefs.h.  */
29479027f4a0Smrg
29489027f4a0Smrgint
29499027f4a0Smrgmain ()
29509027f4a0Smrg{
29519027f4a0Smrg
29529027f4a0Smrg  ;
29539027f4a0Smrg  return 0;
29549027f4a0Smrg}
29559027f4a0Smrg_ACEOF
29569027f4a0Smrgrm -f conftest.$ac_objext
29579027f4a0Smrgif { (ac_try="$ac_compile"
29589027f4a0Smrgcase "(($ac_try" in
29599027f4a0Smrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29609027f4a0Smrg  *) ac_try_echo=$ac_try;;
29619027f4a0Smrgesac
29629027f4a0Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29639027f4a0Smrg  (eval "$ac_compile") 2>conftest.er1
29649027f4a0Smrg  ac_status=$?
29659027f4a0Smrg  grep -v '^ *+' conftest.er1 >conftest.err
29669027f4a0Smrg  rm -f conftest.er1
29679027f4a0Smrg  cat conftest.err >&5
29689027f4a0Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29699027f4a0Smrg  (exit $ac_status); } &&
29709027f4a0Smrg	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29719027f4a0Smrg  { (case "(($ac_try" in
29729027f4a0Smrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29739027f4a0Smrg  *) ac_try_echo=$ac_try;;
29749027f4a0Smrgesac
29759027f4a0Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29769027f4a0Smrg  (eval "$ac_try") 2>&5
29779027f4a0Smrg  ac_status=$?
29789027f4a0Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29799027f4a0Smrg  (exit $ac_status); }; } &&
29809027f4a0Smrg	 { ac_try='test -s conftest.$ac_objext'
29819027f4a0Smrg  { (case "(($ac_try" in
29829027f4a0Smrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29839027f4a0Smrg  *) ac_try_echo=$ac_try;;
29849027f4a0Smrgesac
29859027f4a0Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29869027f4a0Smrg  (eval "$ac_try") 2>&5
29879027f4a0Smrg  ac_status=$?
29889027f4a0Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29899027f4a0Smrg  (exit $ac_status); }; }; then
29909027f4a0Smrg  :
29919027f4a0Smrgelse
29929027f4a0Smrg  echo "$as_me: failed program was:" >&5
29939027f4a0Smrgsed 's/^/| /' conftest.$ac_ext >&5
29949027f4a0Smrg
29959027f4a0Smrg	ac_c_werror_flag=$ac_save_c_werror_flag
29969027f4a0Smrg	 CFLAGS="-g"
29979027f4a0Smrg	 cat >conftest.$ac_ext <<_ACEOF
29989027f4a0Smrg/* confdefs.h.  */
29999027f4a0Smrg_ACEOF
30009027f4a0Smrgcat confdefs.h >>conftest.$ac_ext
30019027f4a0Smrgcat >>conftest.$ac_ext <<_ACEOF
30029027f4a0Smrg/* end confdefs.h.  */
30039027f4a0Smrg
30049027f4a0Smrgint
30059027f4a0Smrgmain ()
30069027f4a0Smrg{
30079027f4a0Smrg
30089027f4a0Smrg  ;
30099027f4a0Smrg  return 0;
30109027f4a0Smrg}
30119027f4a0Smrg_ACEOF
30129027f4a0Smrgrm -f conftest.$ac_objext
30139027f4a0Smrgif { (ac_try="$ac_compile"
30149027f4a0Smrgcase "(($ac_try" in
30159027f4a0Smrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30169027f4a0Smrg  *) ac_try_echo=$ac_try;;
30179027f4a0Smrgesac
30189027f4a0Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30199027f4a0Smrg  (eval "$ac_compile") 2>conftest.er1
30209027f4a0Smrg  ac_status=$?
30219027f4a0Smrg  grep -v '^ *+' conftest.er1 >conftest.err
30229027f4a0Smrg  rm -f conftest.er1
30239027f4a0Smrg  cat conftest.err >&5
30249027f4a0Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30259027f4a0Smrg  (exit $ac_status); } &&
30269027f4a0Smrg	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30279027f4a0Smrg  { (case "(($ac_try" in
30289027f4a0Smrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30299027f4a0Smrg  *) ac_try_echo=$ac_try;;
30309027f4a0Smrgesac
30319027f4a0Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30329027f4a0Smrg  (eval "$ac_try") 2>&5
30339027f4a0Smrg  ac_status=$?
30349027f4a0Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30359027f4a0Smrg  (exit $ac_status); }; } &&
30369027f4a0Smrg	 { ac_try='test -s conftest.$ac_objext'
30379027f4a0Smrg  { (case "(($ac_try" in
30389027f4a0Smrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30399027f4a0Smrg  *) ac_try_echo=$ac_try;;
30409027f4a0Smrgesac
30419027f4a0Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30429027f4a0Smrg  (eval "$ac_try") 2>&5
30439027f4a0Smrg  ac_status=$?
30449027f4a0Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30459027f4a0Smrg  (exit $ac_status); }; }; then
30469027f4a0Smrg  ac_cv_prog_cc_g=yes
30479027f4a0Smrgelse
30489027f4a0Smrg  echo "$as_me: failed program was:" >&5
30499027f4a0Smrgsed 's/^/| /' conftest.$ac_ext >&5
30509027f4a0Smrg
30519027f4a0Smrg
30529027f4a0Smrgfi
30539027f4a0Smrg
30549027f4a0Smrgrm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30559027f4a0Smrgfi
30569027f4a0Smrg
30579027f4a0Smrgrm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30589027f4a0Smrgfi
30599027f4a0Smrg
30609027f4a0Smrgrm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30619027f4a0Smrg   ac_c_werror_flag=$ac_save_c_werror_flag
30629027f4a0Smrgfi
30639027f4a0Smrg{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
30649027f4a0Smrgecho "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
30659027f4a0Smrgif test "$ac_test_CFLAGS" = set; then
30669027f4a0Smrg  CFLAGS=$ac_save_CFLAGS
30679027f4a0Smrgelif test $ac_cv_prog_cc_g = yes; then
30689027f4a0Smrg  if test "$GCC" = yes; then
30699027f4a0Smrg    CFLAGS="-g -O2"
30709027f4a0Smrg  else
30719027f4a0Smrg    CFLAGS="-g"
30729027f4a0Smrg  fi
30739027f4a0Smrgelse
30749027f4a0Smrg  if test "$GCC" = yes; then
30759027f4a0Smrg    CFLAGS="-O2"
30769027f4a0Smrg  else
30779027f4a0Smrg    CFLAGS=
30789027f4a0Smrg  fi
30799027f4a0Smrgfi
30809027f4a0Smrg{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
30819027f4a0Smrgecho $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
30829027f4a0Smrgif test "${ac_cv_prog_cc_c89+set}" = set; then
30839027f4a0Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
30849027f4a0Smrgelse
30859027f4a0Smrg  ac_cv_prog_cc_c89=no
30869027f4a0Smrgac_save_CC=$CC
30879027f4a0Smrgcat >conftest.$ac_ext <<_ACEOF
30889027f4a0Smrg/* confdefs.h.  */
30899027f4a0Smrg_ACEOF
30909027f4a0Smrgcat confdefs.h >>conftest.$ac_ext
30919027f4a0Smrgcat >>conftest.$ac_ext <<_ACEOF
30929027f4a0Smrg/* end confdefs.h.  */
30939027f4a0Smrg#include <stdarg.h>
30949027f4a0Smrg#include <stdio.h>
30959027f4a0Smrg#include <sys/types.h>
30969027f4a0Smrg#include <sys/stat.h>
30979027f4a0Smrg/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
30989027f4a0Smrgstruct buf { int x; };
30999027f4a0SmrgFILE * (*rcsopen) (struct buf *, struct stat *, int);
31009027f4a0Smrgstatic char *e (p, i)
31019027f4a0Smrg     char **p;
31029027f4a0Smrg     int i;
31039027f4a0Smrg{
31049027f4a0Smrg  return p[i];
31059027f4a0Smrg}
31069027f4a0Smrgstatic char *f (char * (*g) (char **, int), char **p, ...)
31079027f4a0Smrg{
31089027f4a0Smrg  char *s;
31099027f4a0Smrg  va_list v;
31109027f4a0Smrg  va_start (v,p);
31119027f4a0Smrg  s = g (p, va_arg (v,int));
31129027f4a0Smrg  va_end (v);
31139027f4a0Smrg  return s;
31149027f4a0Smrg}
31159027f4a0Smrg
31169027f4a0Smrg/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
31179027f4a0Smrg   function prototypes and stuff, but not '\xHH' hex character constants.
31189027f4a0Smrg   These don't provoke an error unfortunately, instead are silently treated
31199027f4a0Smrg   as 'x'.  The following induces an error, until -std is added to get
31209027f4a0Smrg   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
31219027f4a0Smrg   array size at least.  It's necessary to write '\x00'==0 to get something
31229027f4a0Smrg   that's true only with -std.  */
31239027f4a0Smrgint osf4_cc_array ['\x00' == 0 ? 1 : -1];
31249027f4a0Smrg
31259027f4a0Smrg/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
31269027f4a0Smrg   inside strings and character constants.  */
31279027f4a0Smrg#define FOO(x) 'x'
31289027f4a0Smrgint xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
31299027f4a0Smrg
31309027f4a0Smrgint test (int i, double x);
31319027f4a0Smrgstruct s1 {int (*f) (int a);};
31329027f4a0Smrgstruct s2 {int (*f) (double a);};
31339027f4a0Smrgint pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
31349027f4a0Smrgint argc;
31359027f4a0Smrgchar **argv;
31369027f4a0Smrgint
31379027f4a0Smrgmain ()
31389027f4a0Smrg{
31399027f4a0Smrgreturn f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
31409027f4a0Smrg  ;
31419027f4a0Smrg  return 0;
31429027f4a0Smrg}
31439027f4a0Smrg_ACEOF
31449027f4a0Smrgfor ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
31459027f4a0Smrg	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
31469027f4a0Smrgdo
31479027f4a0Smrg  CC="$ac_save_CC $ac_arg"
31489027f4a0Smrg  rm -f conftest.$ac_objext
31499027f4a0Smrgif { (ac_try="$ac_compile"
31509027f4a0Smrgcase "(($ac_try" in
31519027f4a0Smrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31529027f4a0Smrg  *) ac_try_echo=$ac_try;;
31539027f4a0Smrgesac
31549027f4a0Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31559027f4a0Smrg  (eval "$ac_compile") 2>conftest.er1
31569027f4a0Smrg  ac_status=$?
31579027f4a0Smrg  grep -v '^ *+' conftest.er1 >conftest.err
31589027f4a0Smrg  rm -f conftest.er1
31599027f4a0Smrg  cat conftest.err >&5
31609027f4a0Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31619027f4a0Smrg  (exit $ac_status); } &&
31629027f4a0Smrg	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31639027f4a0Smrg  { (case "(($ac_try" in
31649027f4a0Smrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31659027f4a0Smrg  *) ac_try_echo=$ac_try;;
31669027f4a0Smrgesac
31679027f4a0Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31689027f4a0Smrg  (eval "$ac_try") 2>&5
31699027f4a0Smrg  ac_status=$?
31709027f4a0Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31719027f4a0Smrg  (exit $ac_status); }; } &&
31729027f4a0Smrg	 { ac_try='test -s conftest.$ac_objext'
31739027f4a0Smrg  { (case "(($ac_try" in
31749027f4a0Smrg  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31759027f4a0Smrg  *) ac_try_echo=$ac_try;;
31769027f4a0Smrgesac
31779027f4a0Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31789027f4a0Smrg  (eval "$ac_try") 2>&5
31799027f4a0Smrg  ac_status=$?
31809027f4a0Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31819027f4a0Smrg  (exit $ac_status); }; }; then
31829027f4a0Smrg  ac_cv_prog_cc_c89=$ac_arg
31839027f4a0Smrgelse
31849027f4a0Smrg  echo "$as_me: failed program was:" >&5
31859027f4a0Smrgsed 's/^/| /' conftest.$ac_ext >&5
31869027f4a0Smrg
31879027f4a0Smrg
31889027f4a0Smrgfi
31899027f4a0Smrg
31909027f4a0Smrgrm -f core conftest.err conftest.$ac_objext
31919027f4a0Smrg  test "x$ac_cv_prog_cc_c89" != "xno" && break
31929027f4a0Smrgdone
31939027f4a0Smrgrm -f conftest.$ac_ext
31949027f4a0SmrgCC=$ac_save_CC
31959027f4a0Smrg
31969027f4a0Smrgfi
31979027f4a0Smrg# AC_CACHE_VAL
31989027f4a0Smrgcase "x$ac_cv_prog_cc_c89" in
31999027f4a0Smrg  x)
32009027f4a0Smrg    { echo "$as_me:$LINENO: result: none needed" >&5
32019027f4a0Smrgecho "${ECHO_T}none needed" >&6; } ;;
32029027f4a0Smrg  xno)
32039027f4a0Smrg    { echo "$as_me:$LINENO: result: unsupported" >&5
32049027f4a0Smrgecho "${ECHO_T}unsupported" >&6; } ;;
32059027f4a0Smrg  *)
32069027f4a0Smrg    CC="$CC $ac_cv_prog_cc_c89"
32079027f4a0Smrg    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
32089027f4a0Smrgecho "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
32099027f4a0Smrgesac
32109027f4a0Smrg
32119027f4a0Smrg
32129027f4a0Smrgac_ext=c
32139027f4a0Smrgac_cpp='$CPP $CPPFLAGS'
32149027f4a0Smrgac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32159027f4a0Smrgac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32169027f4a0Smrgac_compiler_gnu=$ac_cv_c_compiler_gnu
32179027f4a0SmrgDEPDIR="${am__leading_dot}deps"
32189027f4a0Smrg
32199027f4a0Smrgac_config_commands="$ac_config_commands depfiles"
32209027f4a0Smrg
32219027f4a0Smrg
32229027f4a0Smrgam_make=${MAKE-make}
32239027f4a0Smrgcat > confinc << 'END'
32249027f4a0Smrgam__doit:
32259027f4a0Smrg	@echo done
32269027f4a0Smrg.PHONY: am__doit
32279027f4a0SmrgEND
32289027f4a0Smrg# If we don't find an include directive, just comment out the code.
32299027f4a0Smrg{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
32309027f4a0Smrgecho $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
32319027f4a0Smrgam__include="#"
32329027f4a0Smrgam__quote=
32339027f4a0Smrg_am_result=none
32349027f4a0Smrg# First try GNU make style include.
32359027f4a0Smrgecho "include confinc" > confmf
32369027f4a0Smrg# We grep out `Entering directory' and `Leaving directory'
32379027f4a0Smrg# messages which can occur if `w' ends up in MAKEFLAGS.
32389027f4a0Smrg# In particular we don't look at `^make:' because GNU make might
32399027f4a0Smrg# be invoked under some other name (usually "gmake"), in which
32409027f4a0Smrg# case it prints its new name instead of `make'.
32419027f4a0Smrgif test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
32429027f4a0Smrg   am__include=include
32439027f4a0Smrg   am__quote=
32449027f4a0Smrg   _am_result=GNU
32459027f4a0Smrgfi
32469027f4a0Smrg# Now try BSD make style include.
32479027f4a0Smrgif test "$am__include" = "#"; then
32489027f4a0Smrg   echo '.include "confinc"' > confmf
32499027f4a0Smrg   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
32509027f4a0Smrg      am__include=.include
32519027f4a0Smrg      am__quote="\""
32529027f4a0Smrg      _am_result=BSD
32539027f4a0Smrg   fi
32549027f4a0Smrgfi
32559027f4a0Smrg
32569027f4a0Smrg
32579027f4a0Smrg{ echo "$as_me:$LINENO: result: $_am_result" >&5
32589027f4a0Smrgecho "${ECHO_T}$_am_result" >&6; }
32599027f4a0Smrgrm -f confinc confmf
32609027f4a0Smrg
32619027f4a0Smrg# Check whether --enable-dependency-tracking was given.
32629027f4a0Smrgif test "${enable_dependency_tracking+set}" = set; then
32639027f4a0Smrg  enableval=$enable_dependency_tracking;
32649027f4a0Smrgfi
32659027f4a0Smrg
32669027f4a0Smrgif test "x$enable_dependency_tracking" != xno; then
32679027f4a0Smrg  am_depcomp="$ac_aux_dir/depcomp"
32689027f4a0Smrg  AMDEPBACKSLASH='\'
32699027f4a0Smrgfi
32709027f4a0Smrg
32719027f4a0Smrg
32729027f4a0Smrgif test "x$enable_dependency_tracking" != xno; then
32739027f4a0Smrg  AMDEP_TRUE=
32749027f4a0Smrg  AMDEP_FALSE='#'
32759027f4a0Smrgelse
32769027f4a0Smrg  AMDEP_TRUE='#'
32779027f4a0Smrg  AMDEP_FALSE=
32789027f4a0Smrgfi
32799027f4a0Smrg
32809027f4a0Smrg
32819027f4a0Smrg
32829027f4a0Smrg
32839027f4a0Smrgdepcc="$CC"   am_compiler_list=
32849027f4a0Smrg
32859027f4a0Smrg{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
32869027f4a0Smrgecho $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
32879027f4a0Smrgif test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
32889027f4a0Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
32899027f4a0Smrgelse
32909027f4a0Smrg  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
32919027f4a0Smrg  # We make a subdir and do the tests there.  Otherwise we can end up
32929027f4a0Smrg  # making bogus files that we don't know about and never remove.  For
32939027f4a0Smrg  # instance it was reported that on HP-UX the gcc test will end up
32949027f4a0Smrg  # making a dummy file named `D' -- because `-MD' means `put the output
32959027f4a0Smrg  # in D'.
32969027f4a0Smrg  mkdir conftest.dir
32979027f4a0Smrg  # Copy depcomp to subdir because otherwise we won't find it if we're
32989027f4a0Smrg  # using a relative directory.
32999027f4a0Smrg  cp "$am_depcomp" conftest.dir
33009027f4a0Smrg  cd conftest.dir
33019027f4a0Smrg  # We will build objects and dependencies in a subdirectory because
33029027f4a0Smrg  # it helps to detect inapplicable dependency modes.  For instance
33039027f4a0Smrg  # both Tru64's cc and ICC support -MD to output dependencies as a
33049027f4a0Smrg  # side effect of compilation, but ICC will put the dependencies in
33059027f4a0Smrg  # the current directory while Tru64 will put them in the object
33069027f4a0Smrg  # directory.
33079027f4a0Smrg  mkdir sub
33089027f4a0Smrg
33099027f4a0Smrg  am_cv_CC_dependencies_compiler_type=none
33109027f4a0Smrg  if test "$am_compiler_list" = ""; then
33119027f4a0Smrg     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
33129027f4a0Smrg  fi
33139027f4a0Smrg  for depmode in $am_compiler_list; do
33149027f4a0Smrg    # Setup a source with many dependencies, because some compilers
33159027f4a0Smrg    # like to wrap large dependency lists on column 80 (with \), and
33169027f4a0Smrg    # we should not choose a depcomp mode which is confused by this.
33179027f4a0Smrg    #
33189027f4a0Smrg    # We need to recreate these files for each test, as the compiler may
33199027f4a0Smrg    # overwrite some of them when testing with obscure command lines.
33209027f4a0Smrg    # This happens at least with the AIX C compiler.
33219027f4a0Smrg    : > sub/conftest.c
33229027f4a0Smrg    for i in 1 2 3 4 5 6; do
33239027f4a0Smrg      echo '#include "conftst'$i'.h"' >> sub/conftest.c
33249027f4a0Smrg      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
33259027f4a0Smrg      # Solaris 8's {/usr,}/bin/sh.
33269027f4a0Smrg      touch sub/conftst$i.h
33279027f4a0Smrg    done
33289027f4a0Smrg    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
33299027f4a0Smrg
33309027f4a0Smrg    case $depmode in
33319027f4a0Smrg    nosideeffect)
33329027f4a0Smrg      # after this tag, mechanisms are not by side-effect, so they'll
33339027f4a0Smrg      # only be used when explicitly requested
33349027f4a0Smrg      if test "x$enable_dependency_tracking" = xyes; then
33359027f4a0Smrg	continue
33369027f4a0Smrg      else
33379027f4a0Smrg	break
33389027f4a0Smrg      fi
33399027f4a0Smrg      ;;
33409027f4a0Smrg    none) break ;;
33419027f4a0Smrg    esac
33429027f4a0Smrg    # We check with `-c' and `-o' for the sake of the "dashmstdout"
33439027f4a0Smrg    # mode.  It turns out that the SunPro C++ compiler does not properly
33449027f4a0Smrg    # handle `-M -o', and we need to detect this.
33459027f4a0Smrg    if depmode=$depmode \
33469027f4a0Smrg       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
33479027f4a0Smrg       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
33489027f4a0Smrg       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
33499027f4a0Smrg         >/dev/null 2>conftest.err &&
33509027f4a0Smrg       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
33519027f4a0Smrg       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
33529027f4a0Smrg       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
33539027f4a0Smrg      # icc doesn't choke on unknown options, it will just issue warnings
33549027f4a0Smrg      # or remarks (even with -Werror).  So we grep stderr for any message
33559027f4a0Smrg      # that says an option was ignored or not supported.
33569027f4a0Smrg      # When given -MP, icc 7.0 and 7.1 complain thusly:
33579027f4a0Smrg      #   icc: Command line warning: ignoring option '-M'; no argument required
33589027f4a0Smrg      # The diagnosis changed in icc 8.0:
33599027f4a0Smrg      #   icc: Command line remark: option '-MP' not supported
33609027f4a0Smrg      if (grep 'ignoring option' conftest.err ||
33619027f4a0Smrg          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
33629027f4a0Smrg        am_cv_CC_dependencies_compiler_type=$depmode
33639027f4a0Smrg        break
33649027f4a0Smrg      fi
33659027f4a0Smrg    fi
33669027f4a0Smrg  done
33679027f4a0Smrg
33689027f4a0Smrg  cd ..
33699027f4a0Smrg  rm -rf conftest.dir
33709027f4a0Smrgelse
33719027f4a0Smrg  am_cv_CC_dependencies_compiler_type=none
33729027f4a0Smrgfi
33739027f4a0Smrg
33749027f4a0Smrgfi
33759027f4a0Smrg{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
33769027f4a0Smrgecho "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
33779027f4a0SmrgCCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
33789027f4a0Smrg
33799027f4a0Smrg
33809027f4a0Smrg
33819027f4a0Smrgif
33829027f4a0Smrg  test "x$enable_dependency_tracking" != xno \
33839027f4a0Smrg  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
33849027f4a0Smrg  am__fastdepCC_TRUE=
33859027f4a0Smrg  am__fastdepCC_FALSE='#'
33869027f4a0Smrgelse
33879027f4a0Smrg  am__fastdepCC_TRUE='#'
33889027f4a0Smrg  am__fastdepCC_FALSE=
33899027f4a0Smrgfi
33909027f4a0Smrg
33919027f4a0Smrg
33929027f4a0Smrg# Find a good install program.  We prefer a C program (faster),
33939027f4a0Smrg# so one script is as good as another.  But avoid the broken or
33949027f4a0Smrg# incompatible versions:
33959027f4a0Smrg# SysV /etc/install, /usr/sbin/install
33969027f4a0Smrg# SunOS /usr/etc/install
33979027f4a0Smrg# IRIX /sbin/install
33989027f4a0Smrg# AIX /bin/install
33999027f4a0Smrg# AmigaOS /C/install, which installs bootblocks on floppy discs
34009027f4a0Smrg# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
34019027f4a0Smrg# AFS /usr/afsws/bin/install, which mishandles nonexistent args
34029027f4a0Smrg# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
34039027f4a0Smrg# OS/2's system install, which has a completely different semantic
34049027f4a0Smrg# ./install, which can be erroneously created by make from ./install.sh.
34059027f4a0Smrg{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
34069027f4a0Smrgecho $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
34079027f4a0Smrgif test -z "$INSTALL"; then
34089027f4a0Smrgif test "${ac_cv_path_install+set}" = set; then
34099027f4a0Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
34109027f4a0Smrgelse
34119027f4a0Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34129027f4a0Smrgfor as_dir in $PATH
34139027f4a0Smrgdo
34149027f4a0Smrg  IFS=$as_save_IFS
34159027f4a0Smrg  test -z "$as_dir" && as_dir=.
34169027f4a0Smrg  # Account for people who put trailing slashes in PATH elements.
34179027f4a0Smrgcase $as_dir/ in
34189027f4a0Smrg  ./ | .// | /cC/* | \
34199027f4a0Smrg  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
34209027f4a0Smrg  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
34219027f4a0Smrg  /usr/ucb/* ) ;;
34229027f4a0Smrg  *)
34239027f4a0Smrg    # OSF1 and SCO ODT 3.0 have their own names for install.
34249027f4a0Smrg    # Don't use installbsd from OSF since it installs stuff as root
34259027f4a0Smrg    # by default.
34269027f4a0Smrg    for ac_prog in ginstall scoinst install; do
34279027f4a0Smrg      for ac_exec_ext in '' $ac_executable_extensions; do
34289027f4a0Smrg	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
34299027f4a0Smrg	  if test $ac_prog = install &&
34309027f4a0Smrg	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
34319027f4a0Smrg	    # AIX install.  It has an incompatible calling convention.
34329027f4a0Smrg	    :
34339027f4a0Smrg	  elif test $ac_prog = install &&
34349027f4a0Smrg	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
34359027f4a0Smrg	    # program-specific install script used by HP pwplus--don't use.
34369027f4a0Smrg	    :
34379027f4a0Smrg	  else
34389027f4a0Smrg	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
34399027f4a0Smrg	    break 3
34409027f4a0Smrg	  fi
34419027f4a0Smrg	fi
34429027f4a0Smrg      done
34439027f4a0Smrg    done
34449027f4a0Smrg    ;;
34459027f4a0Smrgesac
34469027f4a0Smrgdone
34479027f4a0SmrgIFS=$as_save_IFS
34489027f4a0Smrg
34499027f4a0Smrg
34509027f4a0Smrgfi
34519027f4a0Smrg  if test "${ac_cv_path_install+set}" = set; then
34529027f4a0Smrg    INSTALL=$ac_cv_path_install
34539027f4a0Smrg  else
34549027f4a0Smrg    # As a last resort, use the slow shell script.  Don't cache a
34559027f4a0Smrg    # value for INSTALL within a source directory, because that will
34569027f4a0Smrg    # break other packages using the cache if that directory is
34579027f4a0Smrg    # removed, or if the value is a relative name.
34589027f4a0Smrg    INSTALL=$ac_install_sh
34599027f4a0Smrg  fi
34609027f4a0Smrgfi
34619027f4a0Smrg{ echo "$as_me:$LINENO: result: $INSTALL" >&5
34629027f4a0Smrgecho "${ECHO_T}$INSTALL" >&6; }
34639027f4a0Smrg
34649027f4a0Smrg# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
34659027f4a0Smrg# It thinks the first close brace ends the variable substitution.
34669027f4a0Smrgtest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
34679027f4a0Smrg
34689027f4a0Smrgtest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
34699027f4a0Smrg
34709027f4a0Smrgtest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
34719027f4a0Smrg
34729027f4a0Smrg
34739027f4a0Smrg
34749027f4a0Smrg
34759027f4a0Smrgif test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
34769027f4a0Smrg	if test -n "$ac_tool_prefix"; then
34779027f4a0Smrg  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
34789027f4a0Smrgset dummy ${ac_tool_prefix}pkg-config; ac_word=$2
34799027f4a0Smrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
34809027f4a0Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
34819027f4a0Smrgif test "${ac_cv_path_PKG_CONFIG+set}" = set; then
34829027f4a0Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
34839027f4a0Smrgelse
34849027f4a0Smrg  case $PKG_CONFIG in
34859027f4a0Smrg  [\\/]* | ?:[\\/]*)
34869027f4a0Smrg  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
34879027f4a0Smrg  ;;
34889027f4a0Smrg  *)
34899027f4a0Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34909027f4a0Smrgfor as_dir in $PATH
34919027f4a0Smrgdo
34929027f4a0Smrg  IFS=$as_save_IFS
34939027f4a0Smrg  test -z "$as_dir" && as_dir=.
34949027f4a0Smrg  for ac_exec_ext in '' $ac_executable_extensions; do
34959027f4a0Smrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
34969027f4a0Smrg    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
34979027f4a0Smrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34989027f4a0Smrg    break 2
34999027f4a0Smrg  fi
35009027f4a0Smrgdone
35019027f4a0Smrgdone
35029027f4a0SmrgIFS=$as_save_IFS
35039027f4a0Smrg
35049027f4a0Smrg  ;;
35059027f4a0Smrgesac
35069027f4a0Smrgfi
35079027f4a0SmrgPKG_CONFIG=$ac_cv_path_PKG_CONFIG
35089027f4a0Smrgif test -n "$PKG_CONFIG"; then
35099027f4a0Smrg  { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
35109027f4a0Smrgecho "${ECHO_T}$PKG_CONFIG" >&6; }
35119027f4a0Smrgelse
35129027f4a0Smrg  { echo "$as_me:$LINENO: result: no" >&5
35139027f4a0Smrgecho "${ECHO_T}no" >&6; }
35149027f4a0Smrgfi
35159027f4a0Smrg
35169027f4a0Smrg
35179027f4a0Smrgfi
35189027f4a0Smrgif test -z "$ac_cv_path_PKG_CONFIG"; then
35199027f4a0Smrg  ac_pt_PKG_CONFIG=$PKG_CONFIG
35209027f4a0Smrg  # Extract the first word of "pkg-config", so it can be a program name with args.
35219027f4a0Smrgset dummy pkg-config; ac_word=$2
35229027f4a0Smrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5
35239027f4a0Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
35249027f4a0Smrgif test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
35259027f4a0Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
35269027f4a0Smrgelse
35279027f4a0Smrg  case $ac_pt_PKG_CONFIG in
35289027f4a0Smrg  [\\/]* | ?:[\\/]*)
35299027f4a0Smrg  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
35309027f4a0Smrg  ;;
35319027f4a0Smrg  *)
35329027f4a0Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
35339027f4a0Smrgfor as_dir in $PATH
35349027f4a0Smrgdo
35359027f4a0Smrg  IFS=$as_save_IFS
35369027f4a0Smrg  test -z "$as_dir" && as_dir=.
35379027f4a0Smrg  for ac_exec_ext in '' $ac_executable_extensions; do
35389027f4a0Smrg  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
35399027f4a0Smrg    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
35409027f4a0Smrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
35419027f4a0Smrg    break 2
35429027f4a0Smrg  fi
35439027f4a0Smrgdone
35449027f4a0Smrgdone
35459027f4a0SmrgIFS=$as_save_IFS
35469027f4a0Smrg
35479027f4a0Smrg  ;;
35489027f4a0Smrgesac
35499027f4a0Smrgfi
35509027f4a0Smrgac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
35519027f4a0Smrgif test -n "$ac_pt_PKG_CONFIG"; then
35529027f4a0Smrg  { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
35539027f4a0Smrgecho "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
35549027f4a0Smrgelse
35559027f4a0Smrg  { echo "$as_me:$LINENO: result: no" >&5
35569027f4a0Smrgecho "${ECHO_T}no" >&6; }
35579027f4a0Smrgfi
35589027f4a0Smrg
35599027f4a0Smrg  if test "x$ac_pt_PKG_CONFIG" = x; then
35609027f4a0Smrg    PKG_CONFIG=""
35619027f4a0Smrg  else
35629027f4a0Smrg    case $cross_compiling:$ac_tool_warned in
35639027f4a0Smrgyes:)
35649027f4a0Smrg{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
35659027f4a0Smrgwhose name does not start with the host triplet.  If you think this
35669027f4a0Smrgconfiguration is useful to you, please write to autoconf@gnu.org." >&5
35679027f4a0Smrgecho "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
35689027f4a0Smrgwhose name does not start with the host triplet.  If you think this
35699027f4a0Smrgconfiguration is useful to you, please write to autoconf@gnu.org." >&2;}
35709027f4a0Smrgac_tool_warned=yes ;;
35719027f4a0Smrgesac
35729027f4a0Smrg    PKG_CONFIG=$ac_pt_PKG_CONFIG
35739027f4a0Smrg  fi
35749027f4a0Smrgelse
35759027f4a0Smrg  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
35769027f4a0Smrgfi
35779027f4a0Smrg
35789027f4a0Smrgfi
35799027f4a0Smrgif test -n "$PKG_CONFIG"; then
35809027f4a0Smrg	_pkg_min_version=0.9.0
35819027f4a0Smrg	{ echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
35829027f4a0Smrgecho $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
35839027f4a0Smrg	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
35849027f4a0Smrg		{ echo "$as_me:$LINENO: result: yes" >&5
35859027f4a0Smrgecho "${ECHO_T}yes" >&6; }
35869027f4a0Smrg	else
35879027f4a0Smrg		{ echo "$as_me:$LINENO: result: no" >&5
35889027f4a0Smrgecho "${ECHO_T}no" >&6; }
35899027f4a0Smrg		PKG_CONFIG=""
35909027f4a0Smrg	fi
35919027f4a0Smrg
35929027f4a0Smrgfi
35939027f4a0Smrg
35949027f4a0Smrg	# Check whether --enable-xprint was given.
35959027f4a0Smrgif test "${enable_xprint+set}" = set; then
35969027f4a0Smrg  enableval=$enable_xprint; use_xprint=$enableval
35979027f4a0Smrgelse
35989027f4a0Smrg  use_xprint=auto
35999027f4a0Smrgfi
36009027f4a0Smrg
36019027f4a0Smrg	if test "x$use_xprint" = "xyes"; then
36029027f4a0Smrg		TMP_CHECK1=xaw8
36039027f4a0Smrg		TMP_CHECK2=
36049027f4a0Smrg		xaw_use_xprint=yes
36059027f4a0Smrg	elif test "x$use_xprint" = "xno"; then
36069027f4a0Smrg		TMP_CHECK1=xaw7
36079027f4a0Smrg		TMP_CHECK2=
36089027f4a0Smrg		xaw_use_xprint=no
36099027f4a0Smrg	else
36109027f4a0Smrg		TMP_CHECK1=xaw8
36119027f4a0Smrg		TMP_CHECK2=xaw7
36129027f4a0Smrg		xaw_use_xprint=yes
36139027f4a0Smrg	fi
36149027f4a0Smrg
36159027f4a0Smrg
36169027f4a0Smrgpkg_failed=no
36179027f4a0Smrg{ echo "$as_me:$LINENO: checking for TMP_XAW" >&5
36189027f4a0Smrgecho $ECHO_N "checking for TMP_XAW... $ECHO_C" >&6; }
36199027f4a0Smrg
36209027f4a0Smrgif test -n "$PKG_CONFIG"; then
36219027f4a0Smrg        if test -n "$PKG_CONFIG" && \
36229027f4a0Smrg    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$TMP_CHECK1\"") >&5
36239027f4a0Smrg  ($PKG_CONFIG --exists --print-errors "$TMP_CHECK1") 2>&5
36249027f4a0Smrg  ac_status=$?
36259027f4a0Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
36269027f4a0Smrg  (exit $ac_status); }; then
36279027f4a0Smrg  pkg_cv_TMP_XAW_CFLAGS=`$PKG_CONFIG --cflags "$TMP_CHECK1" 2>/dev/null`
36289027f4a0Smrgelse
36299027f4a0Smrg  pkg_failed=yes
36309027f4a0Smrgfi
36319027f4a0Smrgelse
36329027f4a0Smrg	pkg_failed=untried
36339027f4a0Smrgfi
36349027f4a0Smrgif test -n "$PKG_CONFIG"; then
36359027f4a0Smrg        if test -n "$PKG_CONFIG" && \
36369027f4a0Smrg    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$TMP_CHECK1\"") >&5
36379027f4a0Smrg  ($PKG_CONFIG --exists --print-errors "$TMP_CHECK1") 2>&5
36389027f4a0Smrg  ac_status=$?
36399027f4a0Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
36409027f4a0Smrg  (exit $ac_status); }; then
36419027f4a0Smrg  pkg_cv_TMP_XAW_LIBS=`$PKG_CONFIG --libs "$TMP_CHECK1" 2>/dev/null`
36429027f4a0Smrgelse
36439027f4a0Smrg  pkg_failed=yes
36449027f4a0Smrgfi
36459027f4a0Smrgelse
36469027f4a0Smrg	pkg_failed=untried
36479027f4a0Smrgfi
36489027f4a0Smrg
36499027f4a0Smrgif test $pkg_failed = yes; then
36509027f4a0Smrg	TMP_XAW_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$TMP_CHECK1"`
36519027f4a0Smrg	# Put the nasty error message in config.log where it belongs
36529027f4a0Smrg	echo "$TMP_XAW_PKG_ERRORS" 1>&5
36539027f4a0Smrg
36549027f4a0Smrg	success=no
36559027f4a0Smrgelif test $pkg_failed = untried; then
36569027f4a0Smrg	success=no
36579027f4a0Smrgelse
36589027f4a0Smrg	TMP_XAW_CFLAGS=$pkg_cv_TMP_XAW_CFLAGS
36599027f4a0Smrg	TMP_XAW_LIBS=$pkg_cv_TMP_XAW_LIBS
36609027f4a0Smrg        { echo "$as_me:$LINENO: result: yes" >&5
36619027f4a0Smrgecho "${ECHO_T}yes" >&6; }
36629027f4a0Smrg	success=yes
36639027f4a0Smrgfi
36649027f4a0Smrg	if [ ! -z $TMP_CHECK2 ] ; then
36659027f4a0Smrg		if test $success = no ; then
36669027f4a0Smrg
36679027f4a0Smrgpkg_failed=no
36689027f4a0Smrg{ echo "$as_me:$LINENO: checking for TMP_XAW" >&5
36699027f4a0Smrgecho $ECHO_N "checking for TMP_XAW... $ECHO_C" >&6; }
36709027f4a0Smrg
36719027f4a0Smrgif test -n "$PKG_CONFIG"; then
36729027f4a0Smrg        if test -n "$PKG_CONFIG" && \
36739027f4a0Smrg    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$TMP_CHECK2\"") >&5
36749027f4a0Smrg  ($PKG_CONFIG --exists --print-errors "$TMP_CHECK2") 2>&5
36759027f4a0Smrg  ac_status=$?
36769027f4a0Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
36779027f4a0Smrg  (exit $ac_status); }; then
36789027f4a0Smrg  pkg_cv_TMP_XAW_CFLAGS=`$PKG_CONFIG --cflags "$TMP_CHECK2" 2>/dev/null`
36799027f4a0Smrgelse
36809027f4a0Smrg  pkg_failed=yes
36819027f4a0Smrgfi
36829027f4a0Smrgelse
36839027f4a0Smrg	pkg_failed=untried
36849027f4a0Smrgfi
36859027f4a0Smrgif test -n "$PKG_CONFIG"; then
36869027f4a0Smrg        if test -n "$PKG_CONFIG" && \
36879027f4a0Smrg    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$TMP_CHECK2\"") >&5
36889027f4a0Smrg  ($PKG_CONFIG --exists --print-errors "$TMP_CHECK2") 2>&5
36899027f4a0Smrg  ac_status=$?
36909027f4a0Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
36919027f4a0Smrg  (exit $ac_status); }; then
36929027f4a0Smrg  pkg_cv_TMP_XAW_LIBS=`$PKG_CONFIG --libs "$TMP_CHECK2" 2>/dev/null`
36939027f4a0Smrgelse
36949027f4a0Smrg  pkg_failed=yes
36959027f4a0Smrgfi
36969027f4a0Smrgelse
36979027f4a0Smrg	pkg_failed=untried
36989027f4a0Smrgfi
36999027f4a0Smrg
37009027f4a0Smrgif test $pkg_failed = yes; then
37019027f4a0Smrg	TMP_XAW_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$TMP_CHECK2"`
37029027f4a0Smrg	# Put the nasty error message in config.log where it belongs
37039027f4a0Smrg	echo "$TMP_XAW_PKG_ERRORS" 1>&5
37049027f4a0Smrg
37059027f4a0Smrg	success=no
37069027f4a0Smrgelif test $pkg_failed = untried; then
37079027f4a0Smrg	success=no
37089027f4a0Smrgelse
37099027f4a0Smrg	TMP_XAW_CFLAGS=$pkg_cv_TMP_XAW_CFLAGS
37109027f4a0Smrg	TMP_XAW_LIBS=$pkg_cv_TMP_XAW_LIBS
37119027f4a0Smrg        { echo "$as_me:$LINENO: result: yes" >&5
37129027f4a0Smrgecho "${ECHO_T}yes" >&6; }
37139027f4a0Smrg	success=yes
37149027f4a0Smrgfi
37159027f4a0Smrg			xaw_use_xprint=no
37169027f4a0Smrg		fi
37179027f4a0Smrg	fi
37189027f4a0Smrg
37199027f4a0Smrg	if test "x$success" = "xyes"; then
37209027f4a0Smrg		XFONTSEL_CFLAGS=$TMP_XAW_CFLAGS
37219027f4a0Smrg		XFONTSEL_LIBS=$TMP_XAW_LIBS
37229027f4a0Smrg
37239027f4a0Smrg
37249027f4a0Smrg
37259027f4a0Smrgif test "x$xaw_use_xprint" = "xyes"; then
37269027f4a0Smrg  XAW_USE_XPRINT_TRUE=
37279027f4a0Smrg  XAW_USE_XPRINT_FALSE='#'
37289027f4a0Smrgelse
37299027f4a0Smrg  XAW_USE_XPRINT_TRUE='#'
37309027f4a0Smrg  XAW_USE_XPRINT_FALSE=
37319027f4a0Smrgfi
37329027f4a0Smrg
37339027f4a0Smrg	else
37349027f4a0Smrg		{ { echo "$as_me:$LINENO: error: No suitable version of Xaw found" >&5
37359027f4a0Smrgecho "$as_me: error: No suitable version of Xaw found" >&2;}
37369027f4a0Smrg   { (exit 1); exit 1; }; }
37379027f4a0Smrg	fi
37389027f4a0Smrg
37399027f4a0Smrg
37409027f4a0Smrg
37419027f4a0Smrg
37429027f4a0Smrg
37439027f4a0Smrg
37449027f4a0Smrgpkg_failed=no
37459027f4a0Smrg{ echo "$as_me:$LINENO: checking for APPDEFS" >&5
37469027f4a0Smrgecho $ECHO_N "checking for APPDEFS... $ECHO_C" >&6; }
37479027f4a0Smrg
37489027f4a0Smrgif test -n "$PKG_CONFIG"; then
37499027f4a0Smrg        if test -n "$PKG_CONFIG" && \
37509027f4a0Smrg    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xt\"") >&5
37519027f4a0Smrg  ($PKG_CONFIG --exists --print-errors "xt") 2>&5
37529027f4a0Smrg  ac_status=$?
37539027f4a0Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
37549027f4a0Smrg  (exit $ac_status); }; then
37559027f4a0Smrg  pkg_cv_APPDEFS_CFLAGS=`$PKG_CONFIG --cflags "xt" 2>/dev/null`
37569027f4a0Smrgelse
37579027f4a0Smrg  pkg_failed=yes
37589027f4a0Smrgfi
37599027f4a0Smrgelse
37609027f4a0Smrg	pkg_failed=untried
37619027f4a0Smrgfi
37629027f4a0Smrgif test -n "$PKG_CONFIG"; then
37639027f4a0Smrg        if test -n "$PKG_CONFIG" && \
37649027f4a0Smrg    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xt\"") >&5
37659027f4a0Smrg  ($PKG_CONFIG --exists --print-errors "xt") 2>&5
37669027f4a0Smrg  ac_status=$?
37679027f4a0Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
37689027f4a0Smrg  (exit $ac_status); }; then
37699027f4a0Smrg  pkg_cv_APPDEFS_LIBS=`$PKG_CONFIG --libs "xt" 2>/dev/null`
37709027f4a0Smrgelse
37719027f4a0Smrg  pkg_failed=yes
37729027f4a0Smrgfi
37739027f4a0Smrgelse
37749027f4a0Smrg	pkg_failed=untried
37759027f4a0Smrgfi
37769027f4a0Smrg
37779027f4a0Smrgif test $pkg_failed = yes; then
37789027f4a0Smrg	APPDEFS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xt"`
37799027f4a0Smrg	# Put the nasty error message in config.log where it belongs
37809027f4a0Smrg	echo "$APPDEFS_PKG_ERRORS" 1>&5
37819027f4a0Smrg
37829027f4a0Smrg	{ { echo "$as_me:$LINENO: error: Package requirements (xt) were not met.
37839027f4a0SmrgConsider adjusting the PKG_CONFIG_PATH environment variable if you
37849027f4a0Smrginstalled software in a non-standard prefix.
37859027f4a0Smrg
37869027f4a0SmrgAlternatively you may set the APPDEFS_CFLAGS and APPDEFS_LIBS environment variables
37879027f4a0Smrgto avoid the need to call pkg-config.  See the pkg-config man page for
37889027f4a0Smrgmore details." >&5
37899027f4a0Smrgecho "$as_me: error: Package requirements (xt) were not met.
37909027f4a0SmrgConsider adjusting the PKG_CONFIG_PATH environment variable if you
37919027f4a0Smrginstalled software in a non-standard prefix.
37929027f4a0Smrg
37939027f4a0SmrgAlternatively you may set the APPDEFS_CFLAGS and APPDEFS_LIBS environment variables
37949027f4a0Smrgto avoid the need to call pkg-config.  See the pkg-config man page for
37959027f4a0Smrgmore details." >&2;}
37969027f4a0Smrg   { (exit 1); exit 1; }; }
37979027f4a0Smrgelif test $pkg_failed = untried; then
37989027f4a0Smrg	{ { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
37999027f4a0Smrgis in your PATH or set the PKG_CONFIG environment variable to the full
38009027f4a0Smrgpath to pkg-config.
38019027f4a0Smrg
38029027f4a0SmrgAlternatively you may set the APPDEFS_CFLAGS and APPDEFS_LIBS environment variables
38039027f4a0Smrgto avoid the need to call pkg-config.  See the pkg-config man page for
38049027f4a0Smrgmore details.
38059027f4a0Smrg
38069027f4a0SmrgTo get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
38079027f4a0SmrgSee \`config.log' for more details." >&5
38089027f4a0Smrgecho "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
38099027f4a0Smrgis in your PATH or set the PKG_CONFIG environment variable to the full
38109027f4a0Smrgpath to pkg-config.
38119027f4a0Smrg
38129027f4a0SmrgAlternatively you may set the APPDEFS_CFLAGS and APPDEFS_LIBS environment variables
38139027f4a0Smrgto avoid the need to call pkg-config.  See the pkg-config man page for
38149027f4a0Smrgmore details.
38159027f4a0Smrg
38169027f4a0SmrgTo get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
38179027f4a0SmrgSee \`config.log' for more details." >&2;}
38189027f4a0Smrg   { (exit 1); exit 1; }; }
38199027f4a0Smrgelse
38209027f4a0Smrg	APPDEFS_CFLAGS=$pkg_cv_APPDEFS_CFLAGS
38219027f4a0Smrg	APPDEFS_LIBS=$pkg_cv_APPDEFS_LIBS
38229027f4a0Smrg        { echo "$as_me:$LINENO: result: yes" >&5
38239027f4a0Smrgecho "${ECHO_T}yes" >&6; }
38249027f4a0Smrg	:
38259027f4a0Smrgfi
38269027f4a0Smrgappdefaultdir=$(pkg-config --variable=appdefaultdir xt)
38279027f4a0Smrg
38289027f4a0Smrg
38299027f4a0Smrg# Make sure we can run config.sub.
38309027f4a0Smrg$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
38319027f4a0Smrg  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
38329027f4a0Smrgecho "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
38339027f4a0Smrg   { (exit 1); exit 1; }; }
38349027f4a0Smrg
38359027f4a0Smrg{ echo "$as_me:$LINENO: checking build system type" >&5
38369027f4a0Smrgecho $ECHO_N "checking build system type... $ECHO_C" >&6; }
38379027f4a0Smrgif test "${ac_cv_build+set}" = set; then
38389027f4a0Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
38399027f4a0Smrgelse
38409027f4a0Smrg  ac_build_alias=$build_alias
38419027f4a0Smrgtest "x$ac_build_alias" = x &&
38429027f4a0Smrg  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
38439027f4a0Smrgtest "x$ac_build_alias" = x &&
38449027f4a0Smrg  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
38459027f4a0Smrgecho "$as_me: error: cannot guess build type; you must specify one" >&2;}
38469027f4a0Smrg   { (exit 1); exit 1; }; }
38479027f4a0Smrgac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
38489027f4a0Smrg  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
38499027f4a0Smrgecho "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
38509027f4a0Smrg   { (exit 1); exit 1; }; }
38519027f4a0Smrg
38529027f4a0Smrgfi
38539027f4a0Smrg{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
38549027f4a0Smrgecho "${ECHO_T}$ac_cv_build" >&6; }
38559027f4a0Smrgcase $ac_cv_build in
38569027f4a0Smrg*-*-*) ;;
38579027f4a0Smrg*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
38589027f4a0Smrgecho "$as_me: error: invalid value of canonical build" >&2;}
38599027f4a0Smrg   { (exit 1); exit 1; }; };;
38609027f4a0Smrgesac
38619027f4a0Smrgbuild=$ac_cv_build
38629027f4a0Smrgac_save_IFS=$IFS; IFS='-'
38639027f4a0Smrgset x $ac_cv_build
38649027f4a0Smrgshift
38659027f4a0Smrgbuild_cpu=$1
38669027f4a0Smrgbuild_vendor=$2
38679027f4a0Smrgshift; shift
38689027f4a0Smrg# Remember, the first character of IFS is used to create $*,
38699027f4a0Smrg# except with old shells:
38709027f4a0Smrgbuild_os=$*
38719027f4a0SmrgIFS=$ac_save_IFS
38729027f4a0Smrgcase $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
38739027f4a0Smrg
38749027f4a0Smrg
38759027f4a0Smrg{ echo "$as_me:$LINENO: checking host system type" >&5
38769027f4a0Smrgecho $ECHO_N "checking host system type... $ECHO_C" >&6; }
38779027f4a0Smrgif test "${ac_cv_host+set}" = set; then
38789027f4a0Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
38799027f4a0Smrgelse
38809027f4a0Smrg  if test "x$host_alias" = x; then
38819027f4a0Smrg  ac_cv_host=$ac_cv_build
38829027f4a0Smrgelse
38839027f4a0Smrg  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
38849027f4a0Smrg    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
38859027f4a0Smrgecho "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
38869027f4a0Smrg   { (exit 1); exit 1; }; }
38879027f4a0Smrgfi
38889027f4a0Smrg
38899027f4a0Smrgfi
38909027f4a0Smrg{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
38919027f4a0Smrgecho "${ECHO_T}$ac_cv_host" >&6; }
38929027f4a0Smrgcase $ac_cv_host in
38939027f4a0Smrg*-*-*) ;;
38949027f4a0Smrg*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
38959027f4a0Smrgecho "$as_me: error: invalid value of canonical host" >&2;}
38969027f4a0Smrg   { (exit 1); exit 1; }; };;
38979027f4a0Smrgesac
38989027f4a0Smrghost=$ac_cv_host
38999027f4a0Smrgac_save_IFS=$IFS; IFS='-'
39009027f4a0Smrgset x $ac_cv_host
39019027f4a0Smrgshift
39029027f4a0Smrghost_cpu=$1
39039027f4a0Smrghost_vendor=$2
39049027f4a0Smrgshift; shift
39059027f4a0Smrg# Remember, the first character of IFS is used to create $*,
39069027f4a0Smrg# except with old shells:
39079027f4a0Smrghost_os=$*
39089027f4a0SmrgIFS=$ac_save_IFS
39099027f4a0Smrgcase $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
39109027f4a0Smrg
39119027f4a0Smrg
39129027f4a0Smrg
39139027f4a0Smrg
39149027f4a0Smrg
39159027f4a0Smrgif test x$APP_MAN_SUFFIX = x    ; then
39169027f4a0Smrg    APP_MAN_SUFFIX=1
39179027f4a0Smrgfi
39189027f4a0Smrgif test x$APP_MAN_DIR = x    ; then
39199027f4a0Smrg    APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)'
39209027f4a0Smrgfi
39219027f4a0Smrg
39229027f4a0Smrgif test x$LIB_MAN_SUFFIX = x    ; then
39239027f4a0Smrg    LIB_MAN_SUFFIX=3
39249027f4a0Smrgfi
39259027f4a0Smrgif test x$LIB_MAN_DIR = x    ; then
39269027f4a0Smrg    LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)'
39279027f4a0Smrgfi
39289027f4a0Smrg
39299027f4a0Smrgif test x$FILE_MAN_SUFFIX = x    ; then
39309027f4a0Smrg    case $host_os in
39319027f4a0Smrg	solaris*)	FILE_MAN_SUFFIX=4  ;;
39329027f4a0Smrg	*)		FILE_MAN_SUFFIX=5  ;;
39339027f4a0Smrg    esac
39349027f4a0Smrgfi
39359027f4a0Smrgif test x$FILE_MAN_DIR = x    ; then
39369027f4a0Smrg    FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)'
39379027f4a0Smrgfi
39389027f4a0Smrg
39399027f4a0Smrgif test x$MISC_MAN_SUFFIX = x    ; then
39409027f4a0Smrg    case $host_os in
39419027f4a0Smrg	solaris*)	MISC_MAN_SUFFIX=5  ;;
39429027f4a0Smrg	*)		MISC_MAN_SUFFIX=7  ;;
39439027f4a0Smrg    esac
39449027f4a0Smrgfi
39459027f4a0Smrgif test x$MISC_MAN_DIR = x    ; then
39469027f4a0Smrg    MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)'
39479027f4a0Smrgfi
39489027f4a0Smrg
39499027f4a0Smrgif test x$DRIVER_MAN_SUFFIX = x    ; then
39509027f4a0Smrg    case $host_os in
39519027f4a0Smrg	solaris*)	DRIVER_MAN_SUFFIX=7  ;;
39529027f4a0Smrg	*)		DRIVER_MAN_SUFFIX=4  ;;
39539027f4a0Smrg    esac
39549027f4a0Smrgfi
39559027f4a0Smrgif test x$DRIVER_MAN_DIR = x    ; then
39569027f4a0Smrg    DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)'
39579027f4a0Smrgfi
39589027f4a0Smrg
39599027f4a0Smrgif test x$ADMIN_MAN_SUFFIX = x    ; then
39609027f4a0Smrg    case $host_os in
39619027f4a0Smrg	solaris*)	ADMIN_MAN_SUFFIX=1m ;;
39629027f4a0Smrg	*)		ADMIN_MAN_SUFFIX=8  ;;
39639027f4a0Smrg    esac
39649027f4a0Smrgfi
39659027f4a0Smrgif test x$ADMIN_MAN_DIR = x    ; then
39669027f4a0Smrg    ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)'
39679027f4a0Smrgfi
39689027f4a0Smrg
39699027f4a0Smrg
39709027f4a0Smrg
39719027f4a0Smrg
39729027f4a0Smrg
39739027f4a0Smrg
39749027f4a0Smrg
39759027f4a0Smrg
39769027f4a0Smrg
39779027f4a0Smrg
39789027f4a0Smrg
39799027f4a0Smrg
39809027f4a0Smrg
39819027f4a0Smrg
39829027f4a0Smrg
39839027f4a0Smrg
39849027f4a0Smrg
39859027f4a0Smrg# Check whether --with-release-version was given.
39869027f4a0Smrgif test "${with_release_version+set}" = set; then
39879027f4a0Smrg  withval=$with_release_version; RELEASE_VERSION="$withval"
39889027f4a0Smrgelse
39899027f4a0Smrg  RELEASE_VERSION=""
39909027f4a0Smrgfi
39919027f4a0Smrg
39929027f4a0Smrg	if test "x$RELEASE_VERSION" != "x"; then
39939027f4a0Smrg		PACKAGE="$PACKAGE-$RELEASE_VERSION"
39949027f4a0Smrg		PACKAGE_TARNAME="$PACKAGE_TARNAME-$RELEASE_VERSION"
39959027f4a0Smrg		{ echo "$as_me:$LINENO: Building with package name set to $PACKAGE" >&5
39969027f4a0Smrgecho "$as_me: Building with package name set to $PACKAGE" >&6;}
39979027f4a0Smrg	fi
39989027f4a0Smrg
39999027f4a0Smrgcat >>confdefs.h <<_ACEOF
40009027f4a0Smrg#define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1`
40019027f4a0Smrg_ACEOF
40029027f4a0Smrg
40039027f4a0Smrg	PVM=`echo $PACKAGE_VERSION | cut -d . -f 2`
40049027f4a0Smrg	if test "x$PVM" = "x"; then
40059027f4a0Smrg		PVM="0"
40069027f4a0Smrg	fi
40079027f4a0Smrg
40089027f4a0Smrgcat >>confdefs.h <<_ACEOF
40099027f4a0Smrg#define PACKAGE_VERSION_MINOR $PVM
40109027f4a0Smrg_ACEOF
40119027f4a0Smrg
40129027f4a0Smrg	PVP=`echo $PACKAGE_VERSION | cut -d . -f 3`
40139027f4a0Smrg	if test "x$PVP" = "x"; then
40149027f4a0Smrg		PVP="0"
40159027f4a0Smrg	fi
40169027f4a0Smrg
40179027f4a0Smrgcat >>confdefs.h <<_ACEOF
40189027f4a0Smrg#define PACKAGE_VERSION_PATCHLEVEL $PVP
40199027f4a0Smrg_ACEOF
40209027f4a0Smrg
40219027f4a0Smrg
40229027f4a0Smrg
40239027f4a0Smrgac_config_files="$ac_config_files Makefile"
40249027f4a0Smrg
40259027f4a0Smrgcat >confcache <<\_ACEOF
40269027f4a0Smrg# This file is a shell script that caches the results of configure
40279027f4a0Smrg# tests run on this system so they can be shared between configure
40289027f4a0Smrg# scripts and configure runs, see configure's option --config-cache.
40299027f4a0Smrg# It is not useful on other systems.  If it contains results you don't
40309027f4a0Smrg# want to keep, you may remove or edit it.
40319027f4a0Smrg#
40329027f4a0Smrg# config.status only pays attention to the cache file if you give it
40339027f4a0Smrg# the --recheck option to rerun configure.
40349027f4a0Smrg#
40359027f4a0Smrg# `ac_cv_env_foo' variables (set or unset) will be overridden when
40369027f4a0Smrg# loading this file, other *unset* `ac_cv_foo' will be assigned the
40379027f4a0Smrg# following values.
40389027f4a0Smrg
40399027f4a0Smrg_ACEOF
40409027f4a0Smrg
40419027f4a0Smrg# The following way of writing the cache mishandles newlines in values,
40429027f4a0Smrg# but we know of no workaround that is simple, portable, and efficient.
40439027f4a0Smrg# So, we kill variables containing newlines.
40449027f4a0Smrg# Ultrix sh set writes to stderr and can't be redirected directly,
40459027f4a0Smrg# and sets the high bit in the cache file unless we assign to the vars.
40469027f4a0Smrg(
40479027f4a0Smrg  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
40489027f4a0Smrg    eval ac_val=\$$ac_var
40499027f4a0Smrg    case $ac_val in #(
40509027f4a0Smrg    *${as_nl}*)
40519027f4a0Smrg      case $ac_var in #(
40529027f4a0Smrg      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
40539027f4a0Smrgecho "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
40549027f4a0Smrg      esac
40559027f4a0Smrg      case $ac_var in #(
40569027f4a0Smrg      _ | IFS | as_nl) ;; #(
40579027f4a0Smrg      *) $as_unset $ac_var ;;
40589027f4a0Smrg      esac ;;
40599027f4a0Smrg    esac
40609027f4a0Smrg  done
40619027f4a0Smrg
40629027f4a0Smrg  (set) 2>&1 |
40639027f4a0Smrg    case $as_nl`(ac_space=' '; set) 2>&1` in #(
40649027f4a0Smrg    *${as_nl}ac_space=\ *)
40659027f4a0Smrg      # `set' does not quote correctly, so add quotes (double-quote
40669027f4a0Smrg      # substitution turns \\\\ into \\, and sed turns \\ into \).
40679027f4a0Smrg      sed -n \
40689027f4a0Smrg	"s/'/'\\\\''/g;
40699027f4a0Smrg	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
40709027f4a0Smrg      ;; #(
40719027f4a0Smrg    *)
40729027f4a0Smrg      # `set' quotes correctly as required by POSIX, so do not add quotes.
40739027f4a0Smrg      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
40749027f4a0Smrg      ;;
40759027f4a0Smrg    esac |
40769027f4a0Smrg    sort
40779027f4a0Smrg) |
40789027f4a0Smrg  sed '
40799027f4a0Smrg     /^ac_cv_env_/b end
40809027f4a0Smrg     t clear
40819027f4a0Smrg     :clear
40829027f4a0Smrg     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
40839027f4a0Smrg     t end
40849027f4a0Smrg     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
40859027f4a0Smrg     :end' >>confcache
40869027f4a0Smrgif diff "$cache_file" confcache >/dev/null 2>&1; then :; else
40879027f4a0Smrg  if test -w "$cache_file"; then
40889027f4a0Smrg    test "x$cache_file" != "x/dev/null" &&
40899027f4a0Smrg      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
40909027f4a0Smrgecho "$as_me: updating cache $cache_file" >&6;}
40919027f4a0Smrg    cat confcache >$cache_file
40929027f4a0Smrg  else
40939027f4a0Smrg    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
40949027f4a0Smrgecho "$as_me: not updating unwritable cache $cache_file" >&6;}
40959027f4a0Smrg  fi
40969027f4a0Smrgfi
40979027f4a0Smrgrm -f confcache
40989027f4a0Smrg
40999027f4a0Smrgtest "x$prefix" = xNONE && prefix=$ac_default_prefix
41009027f4a0Smrg# Let make expand exec_prefix.
41019027f4a0Smrgtest "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
41029027f4a0Smrg
41039027f4a0SmrgDEFS=-DHAVE_CONFIG_H
41049027f4a0Smrg
41059027f4a0Smrgac_libobjs=
41069027f4a0Smrgac_ltlibobjs=
41079027f4a0Smrgfor ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
41089027f4a0Smrg  # 1. Remove the extension, and $U if already installed.
41099027f4a0Smrg  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
41109027f4a0Smrg  ac_i=`echo "$ac_i" | sed "$ac_script"`
41119027f4a0Smrg  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
41129027f4a0Smrg  #    will be set to the directory where LIBOBJS objects are built.
41139027f4a0Smrg  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
41149027f4a0Smrg  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
41159027f4a0Smrgdone
41169027f4a0SmrgLIBOBJS=$ac_libobjs
41179027f4a0Smrg
41189027f4a0SmrgLTLIBOBJS=$ac_ltlibobjs
41199027f4a0Smrg
41209027f4a0Smrg
41219027f4a0Smrgif test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
41229027f4a0Smrg  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
41239027f4a0SmrgUsually this means the macro was only invoked conditionally." >&5
41249027f4a0Smrgecho "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
41259027f4a0SmrgUsually this means the macro was only invoked conditionally." >&2;}
41269027f4a0Smrg   { (exit 1); exit 1; }; }
41279027f4a0Smrgfi
41289027f4a0Smrgif test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
41299027f4a0Smrg  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
41309027f4a0SmrgUsually this means the macro was only invoked conditionally." >&5
41319027f4a0Smrgecho "$as_me: error: conditional \"AMDEP\" was never defined.
41329027f4a0SmrgUsually this means the macro was only invoked conditionally." >&2;}
41339027f4a0Smrg   { (exit 1); exit 1; }; }
41349027f4a0Smrgfi
41359027f4a0Smrgif test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
41369027f4a0Smrg  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
41379027f4a0SmrgUsually this means the macro was only invoked conditionally." >&5
41389027f4a0Smrgecho "$as_me: error: conditional \"am__fastdepCC\" was never defined.
41399027f4a0SmrgUsually this means the macro was only invoked conditionally." >&2;}
41409027f4a0Smrg   { (exit 1); exit 1; }; }
41419027f4a0Smrgfi
41429027f4a0Smrgif test -z "${XAW_USE_XPRINT_TRUE}" && test -z "${XAW_USE_XPRINT_FALSE}"; then
41439027f4a0Smrg  { { echo "$as_me:$LINENO: error: conditional \"XAW_USE_XPRINT\" was never defined.
41449027f4a0SmrgUsually this means the macro was only invoked conditionally." >&5
41459027f4a0Smrgecho "$as_me: error: conditional \"XAW_USE_XPRINT\" was never defined.
41469027f4a0SmrgUsually this means the macro was only invoked conditionally." >&2;}
41479027f4a0Smrg   { (exit 1); exit 1; }; }
41489027f4a0Smrgfi
41499027f4a0Smrg
41509027f4a0Smrg: ${CONFIG_STATUS=./config.status}
41519027f4a0Smrgac_clean_files_save=$ac_clean_files
41529027f4a0Smrgac_clean_files="$ac_clean_files $CONFIG_STATUS"
41539027f4a0Smrg{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
41549027f4a0Smrgecho "$as_me: creating $CONFIG_STATUS" >&6;}
41559027f4a0Smrgcat >$CONFIG_STATUS <<_ACEOF
41569027f4a0Smrg#! $SHELL
41579027f4a0Smrg# Generated by $as_me.
41589027f4a0Smrg# Run this file to recreate the current configuration.
41599027f4a0Smrg# Compiler output produced by configure, useful for debugging
41609027f4a0Smrg# configure, is in config.log if it exists.
41619027f4a0Smrg
41629027f4a0Smrgdebug=false
41639027f4a0Smrgac_cs_recheck=false
41649027f4a0Smrgac_cs_silent=false
41659027f4a0SmrgSHELL=\${CONFIG_SHELL-$SHELL}
41669027f4a0Smrg_ACEOF
41679027f4a0Smrg
41689027f4a0Smrgcat >>$CONFIG_STATUS <<\_ACEOF
41699027f4a0Smrg## --------------------- ##
41709027f4a0Smrg## M4sh Initialization.  ##
41719027f4a0Smrg## --------------------- ##
41729027f4a0Smrg
41739027f4a0Smrg# Be Bourne compatible
41749027f4a0Smrgif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
41759027f4a0Smrg  emulate sh
41769027f4a0Smrg  NULLCMD=:
41779027f4a0Smrg  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
41789027f4a0Smrg  # is contrary to our usage.  Disable this feature.
41799027f4a0Smrg  alias -g '${1+"$@"}'='"$@"'
41809027f4a0Smrg  setopt NO_GLOB_SUBST
41819027f4a0Smrgelse
41829027f4a0Smrg  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
41839027f4a0Smrgfi
41849027f4a0SmrgBIN_SH=xpg4; export BIN_SH # for Tru64
41859027f4a0SmrgDUALCASE=1; export DUALCASE # for MKS sh
41869027f4a0Smrg
41879027f4a0Smrg
41889027f4a0Smrg# PATH needs CR
41899027f4a0Smrg# Avoid depending upon Character Ranges.
41909027f4a0Smrgas_cr_letters='abcdefghijklmnopqrstuvwxyz'
41919027f4a0Smrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
41929027f4a0Smrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS
41939027f4a0Smrgas_cr_digits='0123456789'
41949027f4a0Smrgas_cr_alnum=$as_cr_Letters$as_cr_digits
41959027f4a0Smrg
41969027f4a0Smrg# The user is always right.
41979027f4a0Smrgif test "${PATH_SEPARATOR+set}" != set; then
41989027f4a0Smrg  echo "#! /bin/sh" >conf$$.sh
41999027f4a0Smrg  echo  "exit 0"   >>conf$$.sh
42009027f4a0Smrg  chmod +x conf$$.sh
42019027f4a0Smrg  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
42029027f4a0Smrg    PATH_SEPARATOR=';'
42039027f4a0Smrg  else
42049027f4a0Smrg    PATH_SEPARATOR=:
42059027f4a0Smrg  fi
42069027f4a0Smrg  rm -f conf$$.sh
42079027f4a0Smrgfi
42089027f4a0Smrg
42099027f4a0Smrg# Support unset when possible.
42109027f4a0Smrgif ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
42119027f4a0Smrg  as_unset=unset
42129027f4a0Smrgelse
42139027f4a0Smrg  as_unset=false
42149027f4a0Smrgfi
42159027f4a0Smrg
42169027f4a0Smrg
42179027f4a0Smrg# IFS
42189027f4a0Smrg# We need space, tab and new line, in precisely that order.  Quoting is
42199027f4a0Smrg# there to prevent editors from complaining about space-tab.
42209027f4a0Smrg# (If _AS_PATH_WALK were called with IFS unset, it would disable word
42219027f4a0Smrg# splitting by setting IFS to empty value.)
42229027f4a0Smrgas_nl='
42239027f4a0Smrg'
42249027f4a0SmrgIFS=" ""	$as_nl"
42259027f4a0Smrg
42269027f4a0Smrg# Find who we are.  Look in the path if we contain no directory separator.
42279027f4a0Smrgcase $0 in
42289027f4a0Smrg  *[\\/]* ) as_myself=$0 ;;
42299027f4a0Smrg  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42309027f4a0Smrgfor as_dir in $PATH
42319027f4a0Smrgdo
42329027f4a0Smrg  IFS=$as_save_IFS
42339027f4a0Smrg  test -z "$as_dir" && as_dir=.
42349027f4a0Smrg  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
42359027f4a0Smrgdone
42369027f4a0SmrgIFS=$as_save_IFS
42379027f4a0Smrg
42389027f4a0Smrg     ;;
42399027f4a0Smrgesac
42409027f4a0Smrg# We did not find ourselves, most probably we were run as `sh COMMAND'
42419027f4a0Smrg# in which case we are not to be found in the path.
42429027f4a0Smrgif test "x$as_myself" = x; then
42439027f4a0Smrg  as_myself=$0
42449027f4a0Smrgfi
42459027f4a0Smrgif test ! -f "$as_myself"; then
42469027f4a0Smrg  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
42479027f4a0Smrg  { (exit 1); exit 1; }
42489027f4a0Smrgfi
42499027f4a0Smrg
42509027f4a0Smrg# Work around bugs in pre-3.0 UWIN ksh.
42519027f4a0Smrgfor as_var in ENV MAIL MAILPATH
42529027f4a0Smrgdo ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
42539027f4a0Smrgdone
42549027f4a0SmrgPS1='$ '
42559027f4a0SmrgPS2='> '
42569027f4a0SmrgPS4='+ '
42579027f4a0Smrg
42589027f4a0Smrg# NLS nuisances.
42599027f4a0Smrgfor as_var in \
42609027f4a0Smrg  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
42619027f4a0Smrg  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42629027f4a0Smrg  LC_TELEPHONE LC_TIME
42639027f4a0Smrgdo
42649027f4a0Smrg  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
42659027f4a0Smrg    eval $as_var=C; export $as_var
42669027f4a0Smrg  else
42679027f4a0Smrg    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
42689027f4a0Smrg  fi
42699027f4a0Smrgdone
42709027f4a0Smrg
42719027f4a0Smrg# Required to use basename.
42729027f4a0Smrgif expr a : '\(a\)' >/dev/null 2>&1 &&
42739027f4a0Smrg   test "X`expr 00001 : '.*\(...\)'`" = X001; then
42749027f4a0Smrg  as_expr=expr
42759027f4a0Smrgelse
42769027f4a0Smrg  as_expr=false
42779027f4a0Smrgfi
42789027f4a0Smrg
42799027f4a0Smrgif (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
42809027f4a0Smrg  as_basename=basename
42819027f4a0Smrgelse
42829027f4a0Smrg  as_basename=false
42839027f4a0Smrgfi
42849027f4a0Smrg
42859027f4a0Smrg
42869027f4a0Smrg# Name of the executable.
42879027f4a0Smrgas_me=`$as_basename -- "$0" ||
42889027f4a0Smrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
42899027f4a0Smrg	 X"$0" : 'X\(//\)$' \| \
42909027f4a0Smrg	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
42919027f4a0Smrgecho X/"$0" |
42929027f4a0Smrg    sed '/^.*\/\([^/][^/]*\)\/*$/{
42939027f4a0Smrg	    s//\1/
42949027f4a0Smrg	    q
42959027f4a0Smrg	  }
42969027f4a0Smrg	  /^X\/\(\/\/\)$/{
42979027f4a0Smrg	    s//\1/
42989027f4a0Smrg	    q
42999027f4a0Smrg	  }
43009027f4a0Smrg	  /^X\/\(\/\).*/{
43019027f4a0Smrg	    s//\1/
43029027f4a0Smrg	    q
43039027f4a0Smrg	  }
43049027f4a0Smrg	  s/.*/./; q'`
43059027f4a0Smrg
43069027f4a0Smrg# CDPATH.
43079027f4a0Smrg$as_unset CDPATH
43089027f4a0Smrg
43099027f4a0Smrg
43109027f4a0Smrg
43119027f4a0Smrg  as_lineno_1=$LINENO
43129027f4a0Smrg  as_lineno_2=$LINENO
43139027f4a0Smrg  test "x$as_lineno_1" != "x$as_lineno_2" &&
43149027f4a0Smrg  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
43159027f4a0Smrg
43169027f4a0Smrg  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
43179027f4a0Smrg  # uniformly replaced by the line number.  The first 'sed' inserts a
43189027f4a0Smrg  # line-number line after each line using $LINENO; the second 'sed'
43199027f4a0Smrg  # does the real work.  The second script uses 'N' to pair each
43209027f4a0Smrg  # line-number line with the line containing $LINENO, and appends
43219027f4a0Smrg  # trailing '-' during substitution so that $LINENO is not a special
43229027f4a0Smrg  # case at line end.
43239027f4a0Smrg  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
43249027f4a0Smrg  # scripts with optimization help from Paolo Bonzini.  Blame Lee
43259027f4a0Smrg  # E. McMahon (1931-1989) for sed's syntax.  :-)
43269027f4a0Smrg  sed -n '
43279027f4a0Smrg    p
43289027f4a0Smrg    /[$]LINENO/=
43299027f4a0Smrg  ' <$as_myself |
43309027f4a0Smrg    sed '
43319027f4a0Smrg      s/[$]LINENO.*/&-/
43329027f4a0Smrg      t lineno
43339027f4a0Smrg      b
43349027f4a0Smrg      :lineno
43359027f4a0Smrg      N
43369027f4a0Smrg      :loop
43379027f4a0Smrg      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
43389027f4a0Smrg      t loop
43399027f4a0Smrg      s/-\n.*//
43409027f4a0Smrg    ' >$as_me.lineno &&
43419027f4a0Smrg  chmod +x "$as_me.lineno" ||
43429027f4a0Smrg    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
43439027f4a0Smrg   { (exit 1); exit 1; }; }
43449027f4a0Smrg
43459027f4a0Smrg  # Don't try to exec as it changes $[0], causing all sort of problems
43469027f4a0Smrg  # (the dirname of $[0] is not the place where we might find the
43479027f4a0Smrg  # original and so on.  Autoconf is especially sensitive to this).
43489027f4a0Smrg  . "./$as_me.lineno"
43499027f4a0Smrg  # Exit status is that of the last command.
43509027f4a0Smrg  exit
43519027f4a0Smrg}
43529027f4a0Smrg
43539027f4a0Smrg
43549027f4a0Smrgif (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
43559027f4a0Smrg  as_dirname=dirname
43569027f4a0Smrgelse
43579027f4a0Smrg  as_dirname=false
43589027f4a0Smrgfi
43599027f4a0Smrg
43609027f4a0SmrgECHO_C= ECHO_N= ECHO_T=
43619027f4a0Smrgcase `echo -n x` in
43629027f4a0Smrg-n*)
43639027f4a0Smrg  case `echo 'x\c'` in
43649027f4a0Smrg  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
43659027f4a0Smrg  *)   ECHO_C='\c';;
43669027f4a0Smrg  esac;;
43679027f4a0Smrg*)
43689027f4a0Smrg  ECHO_N='-n';;
43699027f4a0Smrgesac
43709027f4a0Smrg
43719027f4a0Smrgif expr a : '\(a\)' >/dev/null 2>&1 &&
43729027f4a0Smrg   test "X`expr 00001 : '.*\(...\)'`" = X001; then
43739027f4a0Smrg  as_expr=expr
43749027f4a0Smrgelse
43759027f4a0Smrg  as_expr=false
43769027f4a0Smrgfi
43779027f4a0Smrg
43789027f4a0Smrgrm -f conf$$ conf$$.exe conf$$.file
43799027f4a0Smrgif test -d conf$$.dir; then
43809027f4a0Smrg  rm -f conf$$.dir/conf$$.file
43819027f4a0Smrgelse
43829027f4a0Smrg  rm -f conf$$.dir
43839027f4a0Smrg  mkdir conf$$.dir
43849027f4a0Smrgfi
43859027f4a0Smrgecho >conf$$.file
43869027f4a0Smrgif ln -s conf$$.file conf$$ 2>/dev/null; then
43879027f4a0Smrg  as_ln_s='ln -s'
43889027f4a0Smrg  # ... but there are two gotchas:
43899027f4a0Smrg  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
43909027f4a0Smrg  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
43919027f4a0Smrg  # In both cases, we have to default to `cp -p'.
43929027f4a0Smrg  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
43939027f4a0Smrg    as_ln_s='cp -p'
43949027f4a0Smrgelif ln conf$$.file conf$$ 2>/dev/null; then
43959027f4a0Smrg  as_ln_s=ln
43969027f4a0Smrgelse
43979027f4a0Smrg  as_ln_s='cp -p'
43989027f4a0Smrgfi
43999027f4a0Smrgrm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
44009027f4a0Smrgrmdir conf$$.dir 2>/dev/null
44019027f4a0Smrg
44029027f4a0Smrgif mkdir -p . 2>/dev/null; then
44039027f4a0Smrg  as_mkdir_p=:
44049027f4a0Smrgelse
44059027f4a0Smrg  test -d ./-p && rmdir ./-p
44069027f4a0Smrg  as_mkdir_p=false
44079027f4a0Smrgfi
44089027f4a0Smrg
44099027f4a0Smrg# Find out whether ``test -x'' works.  Don't use a zero-byte file, as
44109027f4a0Smrg# systems may use methods other than mode bits to determine executability.
44119027f4a0Smrgcat >conf$$.file <<_ASEOF
44129027f4a0Smrg#! /bin/sh
44139027f4a0Smrgexit 0
44149027f4a0Smrg_ASEOF
44159027f4a0Smrgchmod +x conf$$.file
44169027f4a0Smrgif test -x conf$$.file >/dev/null 2>&1; then
44179027f4a0Smrg  as_executable_p="test -x"
44189027f4a0Smrgelse
44199027f4a0Smrg  as_executable_p=:
44209027f4a0Smrgfi
44219027f4a0Smrgrm -f conf$$.file
44229027f4a0Smrg
44239027f4a0Smrg# Sed expression to map a string onto a valid CPP name.
44249027f4a0Smrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
44259027f4a0Smrg
44269027f4a0Smrg# Sed expression to map a string onto a valid variable name.
44279027f4a0Smrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
44289027f4a0Smrg
44299027f4a0Smrg
44309027f4a0Smrgexec 6>&1
44319027f4a0Smrg
44329027f4a0Smrg# Save the log message, to keep $[0] and so on meaningful, and to
44339027f4a0Smrg# report actual input values of CONFIG_FILES etc. instead of their
44349027f4a0Smrg# values after options handling.
44359027f4a0Smrgac_log="
44369027f4a0SmrgThis file was extended by xfontsel $as_me 1.0.2, which was
44379027f4a0Smrggenerated by GNU Autoconf 2.60.  Invocation command line was
44389027f4a0Smrg
44399027f4a0Smrg  CONFIG_FILES    = $CONFIG_FILES
44409027f4a0Smrg  CONFIG_HEADERS  = $CONFIG_HEADERS
44419027f4a0Smrg  CONFIG_LINKS    = $CONFIG_LINKS
44429027f4a0Smrg  CONFIG_COMMANDS = $CONFIG_COMMANDS
44439027f4a0Smrg  $ $0 $@
44449027f4a0Smrg
44459027f4a0Smrgon `(hostname || uname -n) 2>/dev/null | sed 1q`
44469027f4a0Smrg"
44479027f4a0Smrg
44489027f4a0Smrg_ACEOF
44499027f4a0Smrg
44509027f4a0Smrgcat >>$CONFIG_STATUS <<_ACEOF
44519027f4a0Smrg# Files that config.status was made for.
44529027f4a0Smrgconfig_files="$ac_config_files"
44539027f4a0Smrgconfig_headers="$ac_config_headers"
44549027f4a0Smrgconfig_commands="$ac_config_commands"
44559027f4a0Smrg
44569027f4a0Smrg_ACEOF
44579027f4a0Smrg
44589027f4a0Smrgcat >>$CONFIG_STATUS <<\_ACEOF
44599027f4a0Smrgac_cs_usage="\
44609027f4a0Smrg\`$as_me' instantiates files from templates according to the
44619027f4a0Smrgcurrent configuration.
44629027f4a0Smrg
44639027f4a0SmrgUsage: $0 [OPTIONS] [FILE]...
44649027f4a0Smrg
44659027f4a0Smrg  -h, --help       print this help, then exit
44669027f4a0Smrg  -V, --version    print version number, then exit
44679027f4a0Smrg  -q, --quiet      do not print progress messages
44689027f4a0Smrg  -d, --debug      don't remove temporary files
44699027f4a0Smrg      --recheck    update $as_me by reconfiguring in the same conditions
44709027f4a0Smrg  --file=FILE[:TEMPLATE]
44719027f4a0Smrg		   instantiate the configuration file FILE
44729027f4a0Smrg  --header=FILE[:TEMPLATE]
44739027f4a0Smrg		   instantiate the configuration header FILE
44749027f4a0Smrg
44759027f4a0SmrgConfiguration files:
44769027f4a0Smrg$config_files
44779027f4a0Smrg
44789027f4a0SmrgConfiguration headers:
44799027f4a0Smrg$config_headers
44809027f4a0Smrg
44819027f4a0SmrgConfiguration commands:
44829027f4a0Smrg$config_commands
44839027f4a0Smrg
44849027f4a0SmrgReport bugs to <bug-autoconf@gnu.org>."
44859027f4a0Smrg
44869027f4a0Smrg_ACEOF
44879027f4a0Smrgcat >>$CONFIG_STATUS <<_ACEOF
44889027f4a0Smrgac_cs_version="\\
44899027f4a0Smrgxfontsel config.status 1.0.2
44909027f4a0Smrgconfigured by $0, generated by GNU Autoconf 2.60,
44919027f4a0Smrg  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
44929027f4a0Smrg
44939027f4a0SmrgCopyright (C) 2006 Free Software Foundation, Inc.
44949027f4a0SmrgThis config.status script is free software; the Free Software Foundation
44959027f4a0Smrggives unlimited permission to copy, distribute and modify it."
44969027f4a0Smrg
44979027f4a0Smrgac_pwd='$ac_pwd'
44989027f4a0Smrgsrcdir='$srcdir'
44999027f4a0SmrgINSTALL='$INSTALL'
45009027f4a0Smrg_ACEOF
45019027f4a0Smrg
45029027f4a0Smrgcat >>$CONFIG_STATUS <<\_ACEOF
45039027f4a0Smrg# If no file are specified by the user, then we need to provide default
45049027f4a0Smrg# value.  By we need to know if files were specified by the user.
45059027f4a0Smrgac_need_defaults=:
45069027f4a0Smrgwhile test $# != 0
45079027f4a0Smrgdo
45089027f4a0Smrg  case $1 in
45099027f4a0Smrg  --*=*)
45109027f4a0Smrg    ac_option=`expr "X$1" : 'X\([^=]*\)='`
45119027f4a0Smrg    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
45129027f4a0Smrg    ac_shift=:
45139027f4a0Smrg    ;;
45149027f4a0Smrg  *)
45159027f4a0Smrg    ac_option=$1
45169027f4a0Smrg    ac_optarg=$2
45179027f4a0Smrg    ac_shift=shift
45189027f4a0Smrg    ;;
45199027f4a0Smrg  esac
45209027f4a0Smrg
45219027f4a0Smrg  case $ac_option in
45229027f4a0Smrg  # Handling of the options.
45239027f4a0Smrg  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
45249027f4a0Smrg    ac_cs_recheck=: ;;
45259027f4a0Smrg  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
45269027f4a0Smrg    echo "$ac_cs_version"; exit ;;
45279027f4a0Smrg  --debug | --debu | --deb | --de | --d | -d )
45289027f4a0Smrg    debug=: ;;
45299027f4a0Smrg  --file | --fil | --fi | --f )
45309027f4a0Smrg    $ac_shift
45319027f4a0Smrg    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
45329027f4a0Smrg    ac_need_defaults=false;;
45339027f4a0Smrg  --header | --heade | --head | --hea )
45349027f4a0Smrg    $ac_shift
45359027f4a0Smrg    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
45369027f4a0Smrg    ac_need_defaults=false;;
45379027f4a0Smrg  --he | --h)
45389027f4a0Smrg    # Conflict between --help and --header
45399027f4a0Smrg    { echo "$as_me: error: ambiguous option: $1
45409027f4a0SmrgTry \`$0 --help' for more information." >&2
45419027f4a0Smrg   { (exit 1); exit 1; }; };;
45429027f4a0Smrg  --help | --hel | -h )
45439027f4a0Smrg    echo "$ac_cs_usage"; exit ;;
45449027f4a0Smrg  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
45459027f4a0Smrg  | -silent | --silent | --silen | --sile | --sil | --si | --s)
45469027f4a0Smrg    ac_cs_silent=: ;;
45479027f4a0Smrg
45489027f4a0Smrg  # This is an error.
45499027f4a0Smrg  -*) { echo "$as_me: error: unrecognized option: $1
45509027f4a0SmrgTry \`$0 --help' for more information." >&2
45519027f4a0Smrg   { (exit 1); exit 1; }; } ;;
45529027f4a0Smrg
45539027f4a0Smrg  *) ac_config_targets="$ac_config_targets $1"
45549027f4a0Smrg     ac_need_defaults=false ;;
45559027f4a0Smrg
45569027f4a0Smrg  esac
45579027f4a0Smrg  shift
45589027f4a0Smrgdone
45599027f4a0Smrg
45609027f4a0Smrgac_configure_extra_args=
45619027f4a0Smrg
45629027f4a0Smrgif $ac_cs_silent; then
45639027f4a0Smrg  exec 6>/dev/null
45649027f4a0Smrg  ac_configure_extra_args="$ac_configure_extra_args --silent"
45659027f4a0Smrgfi
45669027f4a0Smrg
45679027f4a0Smrg_ACEOF
45689027f4a0Smrgcat >>$CONFIG_STATUS <<_ACEOF
45699027f4a0Smrgif \$ac_cs_recheck; then
45709027f4a0Smrg  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
45719027f4a0Smrg  CONFIG_SHELL=$SHELL
45729027f4a0Smrg  export CONFIG_SHELL
45739027f4a0Smrg  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
45749027f4a0Smrgfi
45759027f4a0Smrg
45769027f4a0Smrg_ACEOF
45779027f4a0Smrgcat >>$CONFIG_STATUS <<\_ACEOF
45789027f4a0Smrgexec 5>>config.log
45799027f4a0Smrg{
45809027f4a0Smrg  echo
45819027f4a0Smrg  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
45829027f4a0Smrg## Running $as_me. ##
45839027f4a0Smrg_ASBOX
45849027f4a0Smrg  echo "$ac_log"
45859027f4a0Smrg} >&5
45869027f4a0Smrg
45879027f4a0Smrg_ACEOF
45889027f4a0Smrgcat >>$CONFIG_STATUS <<_ACEOF
45899027f4a0Smrg#
45909027f4a0Smrg# INIT-COMMANDS
45919027f4a0Smrg#
45929027f4a0SmrgAMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
45939027f4a0Smrg
45949027f4a0Smrg_ACEOF
45959027f4a0Smrg
45969027f4a0Smrgcat >>$CONFIG_STATUS <<\_ACEOF
45979027f4a0Smrg
45989027f4a0Smrg# Handling of arguments.
45999027f4a0Smrgfor ac_config_target in $ac_config_targets
46009027f4a0Smrgdo
46019027f4a0Smrg  case $ac_config_target in
46029027f4a0Smrg    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
46039027f4a0Smrg    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
46049027f4a0Smrg    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
46059027f4a0Smrg
46069027f4a0Smrg  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
46079027f4a0Smrgecho "$as_me: error: invalid argument: $ac_config_target" >&2;}
46089027f4a0Smrg   { (exit 1); exit 1; }; };;
46099027f4a0Smrg  esac
46109027f4a0Smrgdone
46119027f4a0Smrg
46129027f4a0Smrg
46139027f4a0Smrg# If the user did not use the arguments to specify the items to instantiate,
46149027f4a0Smrg# then the envvar interface is used.  Set only those that are not.
46159027f4a0Smrg# We use the long form for the default assignment because of an extremely
46169027f4a0Smrg# bizarre bug on SunOS 4.1.3.
46179027f4a0Smrgif $ac_need_defaults; then
46189027f4a0Smrg  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
46199027f4a0Smrg  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
46209027f4a0Smrg  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
46219027f4a0Smrgfi
46229027f4a0Smrg
46239027f4a0Smrg# Have a temporary directory for convenience.  Make it in the build tree
46249027f4a0Smrg# simply because there is no reason against having it here, and in addition,
46259027f4a0Smrg# creating and moving files from /tmp can sometimes cause problems.
46269027f4a0Smrg# Hook for its removal unless debugging.
46279027f4a0Smrg# Note that there is a small window in which the directory will not be cleaned:
46289027f4a0Smrg# after its creation but before its name has been assigned to `$tmp'.
46299027f4a0Smrg$debug ||
46309027f4a0Smrg{
46319027f4a0Smrg  tmp=
46329027f4a0Smrg  trap 'exit_status=$?
46339027f4a0Smrg  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
46349027f4a0Smrg' 0
46359027f4a0Smrg  trap '{ (exit 1); exit 1; }' 1 2 13 15
46369027f4a0Smrg}
46379027f4a0Smrg# Create a (secure) tmp directory for tmp files.
46389027f4a0Smrg
46399027f4a0Smrg{
46409027f4a0Smrg  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
46419027f4a0Smrg  test -n "$tmp" && test -d "$tmp"
46429027f4a0Smrg}  ||
46439027f4a0Smrg{
46449027f4a0Smrg  tmp=./conf$$-$RANDOM
46459027f4a0Smrg  (umask 077 && mkdir "$tmp")
46469027f4a0Smrg} ||
46479027f4a0Smrg{
46489027f4a0Smrg   echo "$me: cannot create a temporary directory in ." >&2
46499027f4a0Smrg   { (exit 1); exit 1; }
46509027f4a0Smrg}
46519027f4a0Smrg
46529027f4a0Smrg#
46539027f4a0Smrg# Set up the sed scripts for CONFIG_FILES section.
46549027f4a0Smrg#
46559027f4a0Smrg
46569027f4a0Smrg# No need to generate the scripts if there are no CONFIG_FILES.
46579027f4a0Smrg# This happens for instance when ./config.status config.h
46589027f4a0Smrgif test -n "$CONFIG_FILES"; then
46599027f4a0Smrg
46609027f4a0Smrg_ACEOF
46619027f4a0Smrg
46629027f4a0Smrg
46639027f4a0Smrg
46649027f4a0Smrgac_delim='%!_!# '
46659027f4a0Smrgfor ac_last_try in false false false false false :; do
46669027f4a0Smrg  cat >conf$$subs.sed <<_ACEOF
46679027f4a0SmrgSHELL!$SHELL$ac_delim
46689027f4a0SmrgPATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
46699027f4a0SmrgPACKAGE_NAME!$PACKAGE_NAME$ac_delim
46709027f4a0SmrgPACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
46719027f4a0SmrgPACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
46729027f4a0SmrgPACKAGE_STRING!$PACKAGE_STRING$ac_delim
46739027f4a0SmrgPACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
46749027f4a0Smrgexec_prefix!$exec_prefix$ac_delim
46759027f4a0Smrgprefix!$prefix$ac_delim
46769027f4a0Smrgprogram_transform_name!$program_transform_name$ac_delim
46779027f4a0Smrgbindir!$bindir$ac_delim
46789027f4a0Smrgsbindir!$sbindir$ac_delim
46799027f4a0Smrglibexecdir!$libexecdir$ac_delim
46809027f4a0Smrgdatarootdir!$datarootdir$ac_delim
46819027f4a0Smrgdatadir!$datadir$ac_delim
46829027f4a0Smrgsysconfdir!$sysconfdir$ac_delim
46839027f4a0Smrgsharedstatedir!$sharedstatedir$ac_delim
46849027f4a0Smrglocalstatedir!$localstatedir$ac_delim
46859027f4a0Smrgincludedir!$includedir$ac_delim
46869027f4a0Smrgoldincludedir!$oldincludedir$ac_delim
46879027f4a0Smrgdocdir!$docdir$ac_delim
46889027f4a0Smrginfodir!$infodir$ac_delim
46899027f4a0Smrghtmldir!$htmldir$ac_delim
46909027f4a0Smrgdvidir!$dvidir$ac_delim
46919027f4a0Smrgpdfdir!$pdfdir$ac_delim
46929027f4a0Smrgpsdir!$psdir$ac_delim
46939027f4a0Smrglibdir!$libdir$ac_delim
46949027f4a0Smrglocaledir!$localedir$ac_delim
46959027f4a0Smrgmandir!$mandir$ac_delim
46969027f4a0SmrgDEFS!$DEFS$ac_delim
46979027f4a0SmrgECHO_C!$ECHO_C$ac_delim
46989027f4a0SmrgECHO_N!$ECHO_N$ac_delim
46999027f4a0SmrgECHO_T!$ECHO_T$ac_delim
47009027f4a0SmrgLIBS!$LIBS$ac_delim
47019027f4a0Smrgbuild_alias!$build_alias$ac_delim
47029027f4a0Smrghost_alias!$host_alias$ac_delim
47039027f4a0Smrgtarget_alias!$target_alias$ac_delim
47049027f4a0SmrgINSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
47059027f4a0SmrgINSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
47069027f4a0SmrgINSTALL_DATA!$INSTALL_DATA$ac_delim
47079027f4a0SmrgCYGPATH_W!$CYGPATH_W$ac_delim
47089027f4a0SmrgPACKAGE!$PACKAGE$ac_delim
47099027f4a0SmrgVERSION!$VERSION$ac_delim
47109027f4a0SmrgACLOCAL!$ACLOCAL$ac_delim
47119027f4a0SmrgAUTOCONF!$AUTOCONF$ac_delim
47129027f4a0SmrgAUTOMAKE!$AUTOMAKE$ac_delim
47139027f4a0SmrgAUTOHEADER!$AUTOHEADER$ac_delim
47149027f4a0SmrgMAKEINFO!$MAKEINFO$ac_delim
47159027f4a0Smrginstall_sh!$install_sh$ac_delim
47169027f4a0SmrgSTRIP!$STRIP$ac_delim
47179027f4a0SmrgINSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
47189027f4a0Smrgmkdir_p!$mkdir_p$ac_delim
47199027f4a0SmrgAWK!$AWK$ac_delim
47209027f4a0SmrgSET_MAKE!$SET_MAKE$ac_delim
47219027f4a0Smrgam__leading_dot!$am__leading_dot$ac_delim
47229027f4a0SmrgAMTAR!$AMTAR$ac_delim
47239027f4a0Smrgam__tar!$am__tar$ac_delim
47249027f4a0Smrgam__untar!$am__untar$ac_delim
47259027f4a0SmrgMAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
47269027f4a0SmrgMAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
47279027f4a0SmrgMAINT!$MAINT$ac_delim
47289027f4a0SmrgCC!$CC$ac_delim
47299027f4a0SmrgCFLAGS!$CFLAGS$ac_delim
47309027f4a0SmrgLDFLAGS!$LDFLAGS$ac_delim
47319027f4a0SmrgCPPFLAGS!$CPPFLAGS$ac_delim
47329027f4a0Smrgac_ct_CC!$ac_ct_CC$ac_delim
47339027f4a0SmrgEXEEXT!$EXEEXT$ac_delim
47349027f4a0SmrgOBJEXT!$OBJEXT$ac_delim
47359027f4a0SmrgDEPDIR!$DEPDIR$ac_delim
47369027f4a0Smrgam__include!$am__include$ac_delim
47379027f4a0Smrgam__quote!$am__quote$ac_delim
47389027f4a0SmrgAMDEP_TRUE!$AMDEP_TRUE$ac_delim
47399027f4a0SmrgAMDEP_FALSE!$AMDEP_FALSE$ac_delim
47409027f4a0SmrgAMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
47419027f4a0SmrgCCDEPMODE!$CCDEPMODE$ac_delim
47429027f4a0Smrgam__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
47439027f4a0Smrgam__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
47449027f4a0SmrgPKG_CONFIG!$PKG_CONFIG$ac_delim
47459027f4a0SmrgTMP_XAW_CFLAGS!$TMP_XAW_CFLAGS$ac_delim
47469027f4a0SmrgTMP_XAW_LIBS!$TMP_XAW_LIBS$ac_delim
47479027f4a0SmrgXAW_USE_XPRINT_TRUE!$XAW_USE_XPRINT_TRUE$ac_delim
47489027f4a0SmrgXAW_USE_XPRINT_FALSE!$XAW_USE_XPRINT_FALSE$ac_delim
47499027f4a0SmrgXFONTSEL_CFLAGS!$XFONTSEL_CFLAGS$ac_delim
47509027f4a0SmrgXFONTSEL_LIBS!$XFONTSEL_LIBS$ac_delim
47519027f4a0SmrgAPPDEFS_CFLAGS!$APPDEFS_CFLAGS$ac_delim
47529027f4a0SmrgAPPDEFS_LIBS!$APPDEFS_LIBS$ac_delim
47539027f4a0Smrgappdefaultdir!$appdefaultdir$ac_delim
47549027f4a0Smrgbuild!$build$ac_delim
47559027f4a0Smrgbuild_cpu!$build_cpu$ac_delim
47569027f4a0Smrgbuild_vendor!$build_vendor$ac_delim
47579027f4a0Smrgbuild_os!$build_os$ac_delim
47589027f4a0Smrghost!$host$ac_delim
47599027f4a0Smrghost_cpu!$host_cpu$ac_delim
47609027f4a0Smrghost_vendor!$host_vendor$ac_delim
47619027f4a0Smrghost_os!$host_os$ac_delim
47629027f4a0SmrgAPP_MAN_SUFFIX!$APP_MAN_SUFFIX$ac_delim
47639027f4a0SmrgLIB_MAN_SUFFIX!$LIB_MAN_SUFFIX$ac_delim
47649027f4a0Smrg_ACEOF
47659027f4a0Smrg
47669027f4a0Smrg  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
47679027f4a0Smrg    break
47689027f4a0Smrg  elif $ac_last_try; then
47699027f4a0Smrg    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
47709027f4a0Smrgecho "$as_me: error: could not make $CONFIG_STATUS" >&2;}
47719027f4a0Smrg   { (exit 1); exit 1; }; }
47729027f4a0Smrg  else
47739027f4a0Smrg    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
47749027f4a0Smrg  fi
47759027f4a0Smrgdone
47769027f4a0Smrg
47779027f4a0Smrgac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
47789027f4a0Smrgif test -n "$ac_eof"; then
47799027f4a0Smrg  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
47809027f4a0Smrg  ac_eof=`expr $ac_eof + 1`
47819027f4a0Smrgfi
47829027f4a0Smrg
47839027f4a0Smrgcat >>$CONFIG_STATUS <<_ACEOF
47849027f4a0Smrgcat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
47859027f4a0Smrg/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
47869027f4a0Smrg_ACEOF
47879027f4a0Smrgsed '
47889027f4a0Smrgs/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
47899027f4a0Smrgs/^/s,@/; s/!/@,|#_!!_#|/
47909027f4a0Smrg:n
47919027f4a0Smrgt n
47929027f4a0Smrgs/'"$ac_delim"'$/,g/; t
47939027f4a0Smrgs/$/\\/; p
47949027f4a0SmrgN; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
47959027f4a0Smrg' >>$CONFIG_STATUS <conf$$subs.sed
47969027f4a0Smrgrm -f conf$$subs.sed
47979027f4a0Smrgcat >>$CONFIG_STATUS <<_ACEOF
47989027f4a0SmrgCEOF$ac_eof
47999027f4a0Smrg_ACEOF
48009027f4a0Smrg
48019027f4a0Smrg
48029027f4a0Smrgac_delim='%!_!# '
48039027f4a0Smrgfor ac_last_try in false false false false false :; do
48049027f4a0Smrg  cat >conf$$subs.sed <<_ACEOF
48059027f4a0SmrgFILE_MAN_SUFFIX!$FILE_MAN_SUFFIX$ac_delim
48069027f4a0SmrgMISC_MAN_SUFFIX!$MISC_MAN_SUFFIX$ac_delim
48079027f4a0SmrgDRIVER_MAN_SUFFIX!$DRIVER_MAN_SUFFIX$ac_delim
48089027f4a0SmrgADMIN_MAN_SUFFIX!$ADMIN_MAN_SUFFIX$ac_delim
48099027f4a0SmrgAPP_MAN_DIR!$APP_MAN_DIR$ac_delim
48109027f4a0SmrgLIB_MAN_DIR!$LIB_MAN_DIR$ac_delim
48119027f4a0SmrgFILE_MAN_DIR!$FILE_MAN_DIR$ac_delim
48129027f4a0SmrgMISC_MAN_DIR!$MISC_MAN_DIR$ac_delim
48139027f4a0SmrgDRIVER_MAN_DIR!$DRIVER_MAN_DIR$ac_delim
48149027f4a0SmrgADMIN_MAN_DIR!$ADMIN_MAN_DIR$ac_delim
48159027f4a0SmrgLIBOBJS!$LIBOBJS$ac_delim
48169027f4a0SmrgLTLIBOBJS!$LTLIBOBJS$ac_delim
48179027f4a0Smrg_ACEOF
48189027f4a0Smrg
48199027f4a0Smrg  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 12; then
48209027f4a0Smrg    break
48219027f4a0Smrg  elif $ac_last_try; then
48229027f4a0Smrg    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
48239027f4a0Smrgecho "$as_me: error: could not make $CONFIG_STATUS" >&2;}
48249027f4a0Smrg   { (exit 1); exit 1; }; }
48259027f4a0Smrg  else
48269027f4a0Smrg    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
48279027f4a0Smrg  fi
48289027f4a0Smrgdone
48299027f4a0Smrg
48309027f4a0Smrgac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
48319027f4a0Smrgif test -n "$ac_eof"; then
48329027f4a0Smrg  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
48339027f4a0Smrg  ac_eof=`expr $ac_eof + 1`
48349027f4a0Smrgfi
48359027f4a0Smrg
48369027f4a0Smrgcat >>$CONFIG_STATUS <<_ACEOF
48379027f4a0Smrgcat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
48389027f4a0Smrg/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
48399027f4a0Smrg_ACEOF
48409027f4a0Smrgsed '
48419027f4a0Smrgs/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
48429027f4a0Smrgs/^/s,@/; s/!/@,|#_!!_#|/
48439027f4a0Smrg:n
48449027f4a0Smrgt n
48459027f4a0Smrgs/'"$ac_delim"'$/,g/; t
48469027f4a0Smrgs/$/\\/; p
48479027f4a0SmrgN; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
48489027f4a0Smrg' >>$CONFIG_STATUS <conf$$subs.sed
48499027f4a0Smrgrm -f conf$$subs.sed
48509027f4a0Smrgcat >>$CONFIG_STATUS <<_ACEOF
48519027f4a0Smrg:end
48529027f4a0Smrgs/|#_!!_#|//g
48539027f4a0SmrgCEOF$ac_eof
48549027f4a0Smrg_ACEOF
48559027f4a0Smrg
48569027f4a0Smrg
48579027f4a0Smrg# VPATH may cause trouble with some makes, so we remove $(srcdir),
48589027f4a0Smrg# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
48599027f4a0Smrg# trailing colons and then remove the whole line if VPATH becomes empty
48609027f4a0Smrg# (actually we leave an empty line to preserve line numbers).
48619027f4a0Smrgif test "x$srcdir" = x.; then
48629027f4a0Smrg  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
48639027f4a0Smrgs/:*\$(srcdir):*/:/
48649027f4a0Smrgs/:*\${srcdir}:*/:/
48659027f4a0Smrgs/:*@srcdir@:*/:/
48669027f4a0Smrgs/^\([^=]*=[	 ]*\):*/\1/
48679027f4a0Smrgs/:*$//
48689027f4a0Smrgs/^[^=]*=[	 ]*$//
48699027f4a0Smrg}'
48709027f4a0Smrgfi
48719027f4a0Smrg
48729027f4a0Smrgcat >>$CONFIG_STATUS <<\_ACEOF
48739027f4a0Smrgfi # test -n "$CONFIG_FILES"
48749027f4a0Smrg
48759027f4a0Smrg
48769027f4a0Smrgfor ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
48779027f4a0Smrgdo
48789027f4a0Smrg  case $ac_tag in
48799027f4a0Smrg  :[FHLC]) ac_mode=$ac_tag; continue;;
48809027f4a0Smrg  esac
48819027f4a0Smrg  case $ac_mode$ac_tag in
48829027f4a0Smrg  :[FHL]*:*);;
48839027f4a0Smrg  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
48849027f4a0Smrgecho "$as_me: error: Invalid tag $ac_tag." >&2;}
48859027f4a0Smrg   { (exit 1); exit 1; }; };;
48869027f4a0Smrg  :[FH]-) ac_tag=-:-;;
48879027f4a0Smrg  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
48889027f4a0Smrg  esac
48899027f4a0Smrg  ac_save_IFS=$IFS
48909027f4a0Smrg  IFS=:
48919027f4a0Smrg  set x $ac_tag
48929027f4a0Smrg  IFS=$ac_save_IFS
48939027f4a0Smrg  shift
48949027f4a0Smrg  ac_file=$1
48959027f4a0Smrg  shift
48969027f4a0Smrg
48979027f4a0Smrg  case $ac_mode in
48989027f4a0Smrg  :L) ac_source=$1;;
48999027f4a0Smrg  :[FH])
49009027f4a0Smrg    ac_file_inputs=
49019027f4a0Smrg    for ac_f
49029027f4a0Smrg    do
49039027f4a0Smrg      case $ac_f in
49049027f4a0Smrg      -) ac_f="$tmp/stdin";;
49059027f4a0Smrg      *) # Look for the file first in the build tree, then in the source tree
49069027f4a0Smrg	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
49079027f4a0Smrg	 # because $ac_f cannot contain `:'.
49089027f4a0Smrg	 test -f "$ac_f" ||
49099027f4a0Smrg	   case $ac_f in
49109027f4a0Smrg	   [\\/$]*) false;;
49119027f4a0Smrg	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
49129027f4a0Smrg	   esac ||
49139027f4a0Smrg	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
49149027f4a0Smrgecho "$as_me: error: cannot find input file: $ac_f" >&2;}
49159027f4a0Smrg   { (exit 1); exit 1; }; };;
49169027f4a0Smrg      esac
49179027f4a0Smrg      ac_file_inputs="$ac_file_inputs $ac_f"
49189027f4a0Smrg    done
49199027f4a0Smrg
49209027f4a0Smrg    # Let's still pretend it is `configure' which instantiates (i.e., don't
49219027f4a0Smrg    # use $as_me), people would be surprised to read:
49229027f4a0Smrg    #    /* config.h.  Generated by config.status.  */
49239027f4a0Smrg    configure_input="Generated from "`IFS=:
49249027f4a0Smrg	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
49259027f4a0Smrg    if test x"$ac_file" != x-; then
49269027f4a0Smrg      configure_input="$ac_file.  $configure_input"
49279027f4a0Smrg      { echo "$as_me:$LINENO: creating $ac_file" >&5
49289027f4a0Smrgecho "$as_me: creating $ac_file" >&6;}
49299027f4a0Smrg    fi
49309027f4a0Smrg
49319027f4a0Smrg    case $ac_tag in
49329027f4a0Smrg    *:-:* | *:-) cat >"$tmp/stdin";;
49339027f4a0Smrg    esac
49349027f4a0Smrg    ;;
49359027f4a0Smrg  esac
49369027f4a0Smrg
49379027f4a0Smrg  ac_dir=`$as_dirname -- "$ac_file" ||
49389027f4a0Smrg$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
49399027f4a0Smrg	 X"$ac_file" : 'X\(//\)[^/]' \| \
49409027f4a0Smrg	 X"$ac_file" : 'X\(//\)$' \| \
49419027f4a0Smrg	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
49429027f4a0Smrgecho X"$ac_file" |
49439027f4a0Smrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
49449027f4a0Smrg	    s//\1/
49459027f4a0Smrg	    q
49469027f4a0Smrg	  }
49479027f4a0Smrg	  /^X\(\/\/\)[^/].*/{
49489027f4a0Smrg	    s//\1/
49499027f4a0Smrg	    q
49509027f4a0Smrg	  }
49519027f4a0Smrg	  /^X\(\/\/\)$/{
49529027f4a0Smrg	    s//\1/
49539027f4a0Smrg	    q
49549027f4a0Smrg	  }
49559027f4a0Smrg	  /^X\(\/\).*/{
49569027f4a0Smrg	    s//\1/
49579027f4a0Smrg	    q
49589027f4a0Smrg	  }
49599027f4a0Smrg	  s/.*/./; q'`
49609027f4a0Smrg  { as_dir="$ac_dir"
49619027f4a0Smrg  case $as_dir in #(
49629027f4a0Smrg  -*) as_dir=./$as_dir;;
49639027f4a0Smrg  esac
49649027f4a0Smrg  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
49659027f4a0Smrg    as_dirs=
49669027f4a0Smrg    while :; do
49679027f4a0Smrg      case $as_dir in #(
49689027f4a0Smrg      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
49699027f4a0Smrg      *) as_qdir=$as_dir;;
49709027f4a0Smrg      esac
49719027f4a0Smrg      as_dirs="'$as_qdir' $as_dirs"
49729027f4a0Smrg      as_dir=`$as_dirname -- "$as_dir" ||
49739027f4a0Smrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
49749027f4a0Smrg	 X"$as_dir" : 'X\(//\)[^/]' \| \
49759027f4a0Smrg	 X"$as_dir" : 'X\(//\)$' \| \
49769027f4a0Smrg	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
49779027f4a0Smrgecho X"$as_dir" |
49789027f4a0Smrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
49799027f4a0Smrg	    s//\1/
49809027f4a0Smrg	    q
49819027f4a0Smrg	  }
49829027f4a0Smrg	  /^X\(\/\/\)[^/].*/{
49839027f4a0Smrg	    s//\1/
49849027f4a0Smrg	    q
49859027f4a0Smrg	  }
49869027f4a0Smrg	  /^X\(\/\/\)$/{
49879027f4a0Smrg	    s//\1/
49889027f4a0Smrg	    q
49899027f4a0Smrg	  }
49909027f4a0Smrg	  /^X\(\/\).*/{
49919027f4a0Smrg	    s//\1/
49929027f4a0Smrg	    q
49939027f4a0Smrg	  }
49949027f4a0Smrg	  s/.*/./; q'`
49959027f4a0Smrg      test -d "$as_dir" && break
49969027f4a0Smrg    done
49979027f4a0Smrg    test -z "$as_dirs" || eval "mkdir $as_dirs"
49989027f4a0Smrg  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
49999027f4a0Smrgecho "$as_me: error: cannot create directory $as_dir" >&2;}
50009027f4a0Smrg   { (exit 1); exit 1; }; }; }
50019027f4a0Smrg  ac_builddir=.
50029027f4a0Smrg
50039027f4a0Smrgcase "$ac_dir" in
50049027f4a0Smrg.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
50059027f4a0Smrg*)
50069027f4a0Smrg  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
50079027f4a0Smrg  # A ".." for each directory in $ac_dir_suffix.
50089027f4a0Smrg  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
50099027f4a0Smrg  case $ac_top_builddir_sub in
50109027f4a0Smrg  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
50119027f4a0Smrg  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
50129027f4a0Smrg  esac ;;
50139027f4a0Smrgesac
50149027f4a0Smrgac_abs_top_builddir=$ac_pwd
50159027f4a0Smrgac_abs_builddir=$ac_pwd$ac_dir_suffix
50169027f4a0Smrg# for backward compatibility:
50179027f4a0Smrgac_top_builddir=$ac_top_build_prefix
50189027f4a0Smrg
50199027f4a0Smrgcase $srcdir in
50209027f4a0Smrg  .)  # We are building in place.
50219027f4a0Smrg    ac_srcdir=.
50229027f4a0Smrg    ac_top_srcdir=$ac_top_builddir_sub
50239027f4a0Smrg    ac_abs_top_srcdir=$ac_pwd ;;
50249027f4a0Smrg  [\\/]* | ?:[\\/]* )  # Absolute name.
50259027f4a0Smrg    ac_srcdir=$srcdir$ac_dir_suffix;
50269027f4a0Smrg    ac_top_srcdir=$srcdir
50279027f4a0Smrg    ac_abs_top_srcdir=$srcdir ;;
50289027f4a0Smrg  *) # Relative name.
50299027f4a0Smrg    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
50309027f4a0Smrg    ac_top_srcdir=$ac_top_build_prefix$srcdir
50319027f4a0Smrg    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
50329027f4a0Smrgesac
50339027f4a0Smrgac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
50349027f4a0Smrg
50359027f4a0Smrg
50369027f4a0Smrg  case $ac_mode in
50379027f4a0Smrg  :F)
50389027f4a0Smrg  #
50399027f4a0Smrg  # CONFIG_FILE
50409027f4a0Smrg  #
50419027f4a0Smrg
50429027f4a0Smrg  case $INSTALL in
50439027f4a0Smrg  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
50449027f4a0Smrg  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
50459027f4a0Smrg  esac
50469027f4a0Smrg_ACEOF
50479027f4a0Smrg
50489027f4a0Smrgcat >>$CONFIG_STATUS <<\_ACEOF
50499027f4a0Smrg# If the template does not know about datarootdir, expand it.
50509027f4a0Smrg# FIXME: This hack should be removed a few years after 2.60.
50519027f4a0Smrgac_datarootdir_hack=; ac_datarootdir_seen=
50529027f4a0Smrg
50539027f4a0Smrgcase `sed -n '/datarootdir/ {
50549027f4a0Smrg  p
50559027f4a0Smrg  q
50569027f4a0Smrg}
50579027f4a0Smrg/@datadir@/p
50589027f4a0Smrg/@docdir@/p
50599027f4a0Smrg/@infodir@/p
50609027f4a0Smrg/@localedir@/p
50619027f4a0Smrg/@mandir@/p
50629027f4a0Smrg' $ac_file_inputs` in
50639027f4a0Smrg*datarootdir*) ac_datarootdir_seen=yes;;
50649027f4a0Smrg*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
50659027f4a0Smrg  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
50669027f4a0Smrgecho "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
50679027f4a0Smrg_ACEOF
50689027f4a0Smrgcat >>$CONFIG_STATUS <<_ACEOF
50699027f4a0Smrg  ac_datarootdir_hack='
50709027f4a0Smrg  s&@datadir@&$datadir&g
50719027f4a0Smrg  s&@docdir@&$docdir&g
50729027f4a0Smrg  s&@infodir@&$infodir&g
50739027f4a0Smrg  s&@localedir@&$localedir&g
50749027f4a0Smrg  s&@mandir@&$mandir&g
50759027f4a0Smrg    s&\\\${datarootdir}&$datarootdir&g' ;;
50769027f4a0Smrgesac
50779027f4a0Smrg_ACEOF
50789027f4a0Smrg
50799027f4a0Smrg# Neutralize VPATH when `$srcdir' = `.'.
50809027f4a0Smrg# Shell code in configure.ac might set extrasub.
50819027f4a0Smrg# FIXME: do we really want to maintain this feature?
50829027f4a0Smrgcat >>$CONFIG_STATUS <<_ACEOF
50839027f4a0Smrg  sed "$ac_vpsub
50849027f4a0Smrg$extrasub
50859027f4a0Smrg_ACEOF
50869027f4a0Smrgcat >>$CONFIG_STATUS <<\_ACEOF
50879027f4a0Smrg:t
50889027f4a0Smrg/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
50899027f4a0Smrgs&@configure_input@&$configure_input&;t t
50909027f4a0Smrgs&@top_builddir@&$ac_top_builddir_sub&;t t
50919027f4a0Smrgs&@srcdir@&$ac_srcdir&;t t
50929027f4a0Smrgs&@abs_srcdir@&$ac_abs_srcdir&;t t
50939027f4a0Smrgs&@top_srcdir@&$ac_top_srcdir&;t t
50949027f4a0Smrgs&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
50959027f4a0Smrgs&@builddir@&$ac_builddir&;t t
50969027f4a0Smrgs&@abs_builddir@&$ac_abs_builddir&;t t
50979027f4a0Smrgs&@abs_top_builddir@&$ac_abs_top_builddir&;t t
50989027f4a0Smrgs&@INSTALL@&$ac_INSTALL&;t t
50999027f4a0Smrg$ac_datarootdir_hack
51009027f4a0Smrg" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
51019027f4a0Smrg
51029027f4a0Smrgtest -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
51039027f4a0Smrg  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
51049027f4a0Smrg  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
51059027f4a0Smrg  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
51069027f4a0Smrgwhich seems to be undefined.  Please make sure it is defined." >&5
51079027f4a0Smrgecho "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
51089027f4a0Smrgwhich seems to be undefined.  Please make sure it is defined." >&2;}
51099027f4a0Smrg
51109027f4a0Smrg  rm -f "$tmp/stdin"
51119027f4a0Smrg  case $ac_file in
51129027f4a0Smrg  -) cat "$tmp/out"; rm -f "$tmp/out";;
51139027f4a0Smrg  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
51149027f4a0Smrg  esac
51159027f4a0Smrg ;;
51169027f4a0Smrg  :H)
51179027f4a0Smrg  #
51189027f4a0Smrg  # CONFIG_HEADER
51199027f4a0Smrg  #
51209027f4a0Smrg_ACEOF
51219027f4a0Smrg
51229027f4a0Smrg# Transform confdefs.h into a sed script `conftest.defines', that
51239027f4a0Smrg# substitutes the proper values into config.h.in to produce config.h.
51249027f4a0Smrgrm -f conftest.defines conftest.tail
51259027f4a0Smrg# First, append a space to every undef/define line, to ease matching.
51269027f4a0Smrgecho 's/$/ /' >conftest.defines
51279027f4a0Smrg# Then, protect against being on the right side of a sed subst, or in
51289027f4a0Smrg# an unquoted here document, in config.status.  If some macros were
51299027f4a0Smrg# called several times there might be several #defines for the same
51309027f4a0Smrg# symbol, which is useless.  But do not sort them, since the last
51319027f4a0Smrg# AC_DEFINE must be honored.
51329027f4a0Smrgac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
51339027f4a0Smrg# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
51349027f4a0Smrg# NAME is the cpp macro being defined, VALUE is the value it is being given.
51359027f4a0Smrg# PARAMS is the parameter list in the macro definition--in most cases, it's
51369027f4a0Smrg# just an empty string.
51379027f4a0Smrgac_dA='s,^\\([	 #]*\\)[^	 ]*\\([	 ]*'
51389027f4a0Smrgac_dB='\\)[	 (].*,\\1define\\2'
51399027f4a0Smrgac_dC=' '
51409027f4a0Smrgac_dD=' ,'
51419027f4a0Smrg
51429027f4a0Smrguniq confdefs.h |
51439027f4a0Smrg  sed -n '
51449027f4a0Smrg	t rset
51459027f4a0Smrg	:rset
51469027f4a0Smrg	s/^[	 ]*#[	 ]*define[	 ][	 ]*//
51479027f4a0Smrg	t ok
51489027f4a0Smrg	d
51499027f4a0Smrg	:ok
51509027f4a0Smrg	s/[\\&,]/\\&/g
51519027f4a0Smrg	s/^\('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
51529027f4a0Smrg	s/^\('"$ac_word_re"'\)[	 ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
51539027f4a0Smrg  ' >>conftest.defines
51549027f4a0Smrg
51559027f4a0Smrg# Remove the space that was appended to ease matching.
51569027f4a0Smrg# Then replace #undef with comments.  This is necessary, for
51579027f4a0Smrg# example, in the case of _POSIX_SOURCE, which is predefined and required
51589027f4a0Smrg# on some systems where configure will not decide to define it.
51599027f4a0Smrg# (The regexp can be short, since the line contains either #define or #undef.)
51609027f4a0Smrgecho 's/ $//
51619027f4a0Smrgs,^[	 #]*u.*,/* & */,' >>conftest.defines
51629027f4a0Smrg
51639027f4a0Smrg# Break up conftest.defines:
51649027f4a0Smrgac_max_sed_lines=50
51659027f4a0Smrg
51669027f4a0Smrg# First sed command is:	 sed -f defines.sed $ac_file_inputs >"$tmp/out1"
51679027f4a0Smrg# Second one is:	 sed -f defines.sed "$tmp/out1" >"$tmp/out2"
51689027f4a0Smrg# Third one will be:	 sed -f defines.sed "$tmp/out2" >"$tmp/out1"
51699027f4a0Smrg# et cetera.
51709027f4a0Smrgac_in='$ac_file_inputs'
51719027f4a0Smrgac_out='"$tmp/out1"'
51729027f4a0Smrgac_nxt='"$tmp/out2"'
51739027f4a0Smrg
51749027f4a0Smrgwhile :
51759027f4a0Smrgdo
51769027f4a0Smrg  # Write a here document:
51779027f4a0Smrg    cat >>$CONFIG_STATUS <<_ACEOF
51789027f4a0Smrg    # First, check the format of the line:
51799027f4a0Smrg    cat >"\$tmp/defines.sed" <<\\CEOF
51809027f4a0Smrg/^[	 ]*#[	 ]*undef[	 ][	 ]*$ac_word_re[	 ]*\$/b def
51819027f4a0Smrg/^[	 ]*#[	 ]*define[	 ][	 ]*$ac_word_re[(	 ]/b def
51829027f4a0Smrgb
51839027f4a0Smrg:def
51849027f4a0Smrg_ACEOF
51859027f4a0Smrg  sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
51869027f4a0Smrg  echo 'CEOF
51879027f4a0Smrg    sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
51889027f4a0Smrg  ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
51899027f4a0Smrg  sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
51909027f4a0Smrg  grep . conftest.tail >/dev/null || break
51919027f4a0Smrg  rm -f conftest.defines
51929027f4a0Smrg  mv conftest.tail conftest.defines
51939027f4a0Smrgdone
51949027f4a0Smrgrm -f conftest.defines conftest.tail
51959027f4a0Smrg
51969027f4a0Smrgecho "ac_result=$ac_in" >>$CONFIG_STATUS
51979027f4a0Smrgcat >>$CONFIG_STATUS <<\_ACEOF
51989027f4a0Smrg  if test x"$ac_file" != x-; then
51999027f4a0Smrg    echo "/* $configure_input  */" >"$tmp/config.h"
52009027f4a0Smrg    cat "$ac_result" >>"$tmp/config.h"
52019027f4a0Smrg    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
52029027f4a0Smrg      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
52039027f4a0Smrgecho "$as_me: $ac_file is unchanged" >&6;}
52049027f4a0Smrg    else
52059027f4a0Smrg      rm -f $ac_file
52069027f4a0Smrg      mv "$tmp/config.h" $ac_file
52079027f4a0Smrg    fi
52089027f4a0Smrg  else
52099027f4a0Smrg    echo "/* $configure_input  */"
52109027f4a0Smrg    cat "$ac_result"
52119027f4a0Smrg  fi
52129027f4a0Smrg  rm -f "$tmp/out12"
52139027f4a0Smrg# Compute $ac_file's index in $config_headers.
52149027f4a0Smrg_am_stamp_count=1
52159027f4a0Smrgfor _am_header in $config_headers :; do
52169027f4a0Smrg  case $_am_header in
52179027f4a0Smrg    $ac_file | $ac_file:* )
52189027f4a0Smrg      break ;;
52199027f4a0Smrg    * )
52209027f4a0Smrg      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
52219027f4a0Smrg  esac
52229027f4a0Smrgdone
52239027f4a0Smrgecho "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
52249027f4a0Smrg$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
52259027f4a0Smrg	 X$ac_file : 'X\(//\)[^/]' \| \
52269027f4a0Smrg	 X$ac_file : 'X\(//\)$' \| \
52279027f4a0Smrg	 X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
52289027f4a0Smrgecho X$ac_file |
52299027f4a0Smrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
52309027f4a0Smrg	    s//\1/
52319027f4a0Smrg	    q
52329027f4a0Smrg	  }
52339027f4a0Smrg	  /^X\(\/\/\)[^/].*/{
52349027f4a0Smrg	    s//\1/
52359027f4a0Smrg	    q
52369027f4a0Smrg	  }
52379027f4a0Smrg	  /^X\(\/\/\)$/{
52389027f4a0Smrg	    s//\1/
52399027f4a0Smrg	    q
52409027f4a0Smrg	  }
52419027f4a0Smrg	  /^X\(\/\).*/{
52429027f4a0Smrg	    s//\1/
52439027f4a0Smrg	    q
52449027f4a0Smrg	  }
52459027f4a0Smrg	  s/.*/./; q'`/stamp-h$_am_stamp_count
52469027f4a0Smrg ;;
52479027f4a0Smrg
52489027f4a0Smrg  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
52499027f4a0Smrgecho "$as_me: executing $ac_file commands" >&6;}
52509027f4a0Smrg ;;
52519027f4a0Smrg  esac
52529027f4a0Smrg
52539027f4a0Smrg
52549027f4a0Smrg  case $ac_file$ac_mode in
52559027f4a0Smrg    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
52569027f4a0Smrg  # Strip MF so we end up with the name of the file.
52579027f4a0Smrg  mf=`echo "$mf" | sed -e 's/:.*$//'`
52589027f4a0Smrg  # Check whether this is an Automake generated Makefile or not.
52599027f4a0Smrg  # We used to match only the files named `Makefile.in', but
52609027f4a0Smrg  # some people rename them; so instead we look at the file content.
52619027f4a0Smrg  # Grep'ing the first line is not enough: some people post-process
52629027f4a0Smrg  # each Makefile.in and add a new line on top of each file to say so.
52639027f4a0Smrg  # So let's grep whole file.
52649027f4a0Smrg  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
52659027f4a0Smrg    dirpart=`$as_dirname -- "$mf" ||
52669027f4a0Smrg$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
52679027f4a0Smrg	 X"$mf" : 'X\(//\)[^/]' \| \
52689027f4a0Smrg	 X"$mf" : 'X\(//\)$' \| \
52699027f4a0Smrg	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
52709027f4a0Smrgecho X"$mf" |
52719027f4a0Smrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
52729027f4a0Smrg	    s//\1/
52739027f4a0Smrg	    q
52749027f4a0Smrg	  }
52759027f4a0Smrg	  /^X\(\/\/\)[^/].*/{
52769027f4a0Smrg	    s//\1/
52779027f4a0Smrg	    q
52789027f4a0Smrg	  }
52799027f4a0Smrg	  /^X\(\/\/\)$/{
52809027f4a0Smrg	    s//\1/
52819027f4a0Smrg	    q
52829027f4a0Smrg	  }
52839027f4a0Smrg	  /^X\(\/\).*/{
52849027f4a0Smrg	    s//\1/
52859027f4a0Smrg	    q
52869027f4a0Smrg	  }
52879027f4a0Smrg	  s/.*/./; q'`
52889027f4a0Smrg  else
52899027f4a0Smrg    continue
52909027f4a0Smrg  fi
52919027f4a0Smrg  # Extract the definition of DEPDIR, am__include, and am__quote
52929027f4a0Smrg  # from the Makefile without running `make'.
52939027f4a0Smrg  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
52949027f4a0Smrg  test -z "$DEPDIR" && continue
52959027f4a0Smrg  am__include=`sed -n 's/^am__include = //p' < "$mf"`
52969027f4a0Smrg  test -z "am__include" && continue
52979027f4a0Smrg  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
52989027f4a0Smrg  # When using ansi2knr, U may be empty or an underscore; expand it
52999027f4a0Smrg  U=`sed -n 's/^U = //p' < "$mf"`
53009027f4a0Smrg  # Find all dependency output files, they are included files with
53019027f4a0Smrg  # $(DEPDIR) in their names.  We invoke sed twice because it is the
53029027f4a0Smrg  # simplest approach to changing $(DEPDIR) to its actual value in the
53039027f4a0Smrg  # expansion.
53049027f4a0Smrg  for file in `sed -n "
53059027f4a0Smrg    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
53069027f4a0Smrg       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
53079027f4a0Smrg    # Make sure the directory exists.
53089027f4a0Smrg    test -f "$dirpart/$file" && continue
53099027f4a0Smrg    fdir=`$as_dirname -- "$file" ||
53109027f4a0Smrg$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
53119027f4a0Smrg	 X"$file" : 'X\(//\)[^/]' \| \
53129027f4a0Smrg	 X"$file" : 'X\(//\)$' \| \
53139027f4a0Smrg	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
53149027f4a0Smrgecho X"$file" |
53159027f4a0Smrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
53169027f4a0Smrg	    s//\1/
53179027f4a0Smrg	    q
53189027f4a0Smrg	  }
53199027f4a0Smrg	  /^X\(\/\/\)[^/].*/{
53209027f4a0Smrg	    s//\1/
53219027f4a0Smrg	    q
53229027f4a0Smrg	  }
53239027f4a0Smrg	  /^X\(\/\/\)$/{
53249027f4a0Smrg	    s//\1/
53259027f4a0Smrg	    q
53269027f4a0Smrg	  }
53279027f4a0Smrg	  /^X\(\/\).*/{
53289027f4a0Smrg	    s//\1/
53299027f4a0Smrg	    q
53309027f4a0Smrg	  }
53319027f4a0Smrg	  s/.*/./; q'`
53329027f4a0Smrg    { as_dir=$dirpart/$fdir
53339027f4a0Smrg  case $as_dir in #(
53349027f4a0Smrg  -*) as_dir=./$as_dir;;
53359027f4a0Smrg  esac
53369027f4a0Smrg  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
53379027f4a0Smrg    as_dirs=
53389027f4a0Smrg    while :; do
53399027f4a0Smrg      case $as_dir in #(
53409027f4a0Smrg      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
53419027f4a0Smrg      *) as_qdir=$as_dir;;
53429027f4a0Smrg      esac
53439027f4a0Smrg      as_dirs="'$as_qdir' $as_dirs"
53449027f4a0Smrg      as_dir=`$as_dirname -- "$as_dir" ||
53459027f4a0Smrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
53469027f4a0Smrg	 X"$as_dir" : 'X\(//\)[^/]' \| \
53479027f4a0Smrg	 X"$as_dir" : 'X\(//\)$' \| \
53489027f4a0Smrg	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
53499027f4a0Smrgecho X"$as_dir" |
53509027f4a0Smrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
53519027f4a0Smrg	    s//\1/
53529027f4a0Smrg	    q
53539027f4a0Smrg	  }
53549027f4a0Smrg	  /^X\(\/\/\)[^/].*/{
53559027f4a0Smrg	    s//\1/
53569027f4a0Smrg	    q
53579027f4a0Smrg	  }
53589027f4a0Smrg	  /^X\(\/\/\)$/{
53599027f4a0Smrg	    s//\1/
53609027f4a0Smrg	    q
53619027f4a0Smrg	  }
53629027f4a0Smrg	  /^X\(\/\).*/{
53639027f4a0Smrg	    s//\1/
53649027f4a0Smrg	    q
53659027f4a0Smrg	  }
53669027f4a0Smrg	  s/.*/./; q'`
53679027f4a0Smrg      test -d "$as_dir" && break
53689027f4a0Smrg    done
53699027f4a0Smrg    test -z "$as_dirs" || eval "mkdir $as_dirs"
53709027f4a0Smrg  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
53719027f4a0Smrgecho "$as_me: error: cannot create directory $as_dir" >&2;}
53729027f4a0Smrg   { (exit 1); exit 1; }; }; }
53739027f4a0Smrg    # echo "creating $dirpart/$file"
53749027f4a0Smrg    echo '# dummy' > "$dirpart/$file"
53759027f4a0Smrg  done
53769027f4a0Smrgdone
53779027f4a0Smrg ;;
53789027f4a0Smrg
53799027f4a0Smrg  esac
53809027f4a0Smrgdone # for ac_tag
53819027f4a0Smrg
53829027f4a0Smrg
53839027f4a0Smrg{ (exit 0); exit 0; }
53849027f4a0Smrg_ACEOF
53859027f4a0Smrgchmod +x $CONFIG_STATUS
53869027f4a0Smrgac_clean_files=$ac_clean_files_save
53879027f4a0Smrg
53889027f4a0Smrg
53899027f4a0Smrg# configure is writing to config.log, and then calls config.status.
53909027f4a0Smrg# config.status does its own redirection, appending to config.log.
53919027f4a0Smrg# Unfortunately, on DOS this fails, as config.log is still kept open
53929027f4a0Smrg# by configure, so config.status won't be able to write to it; its
53939027f4a0Smrg# output is simply discarded.  So we exec the FD to /dev/null,
53949027f4a0Smrg# effectively closing config.log, so it can be properly (re)opened and
53959027f4a0Smrg# appended to by config.status.  When coming back to configure, we
53969027f4a0Smrg# need to make the FD available again.
53979027f4a0Smrgif test "$no_create" != yes; then
53989027f4a0Smrg  ac_cs_success=:
53999027f4a0Smrg  ac_config_status_args=
54009027f4a0Smrg  test "$silent" = yes &&
54019027f4a0Smrg    ac_config_status_args="$ac_config_status_args --quiet"
54029027f4a0Smrg  exec 5>/dev/null
54039027f4a0Smrg  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
54049027f4a0Smrg  exec 5>>config.log
54059027f4a0Smrg  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
54069027f4a0Smrg  # would make configure fail if this is the last instruction.
54079027f4a0Smrg  $ac_cs_success || { (exit 1); exit 1; }
54089027f4a0Smrgfi
54099027f4a0Smrg
5410