configure revision ec74af46
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.68 for xdriinfo 1.0.4.
4#
5# Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
6#
7#
8# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
10# Foundation, Inc.
11#
12#
13# This configure script is free software; the Free Software Foundation
14# gives unlimited permission to copy, distribute and modify it.
15## -------------------- ##
16## M4sh Initialization. ##
17## -------------------- ##
18
19# Be more Bourne compatible
20DUALCASE=1; export DUALCASE # for MKS sh
21if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22  emulate sh
23  NULLCMD=:
24  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25  # is contrary to our usage.  Disable this feature.
26  alias -g '${1+"$@"}'='"$@"'
27  setopt NO_GLOB_SUBST
28else
29  case `(set -o) 2>/dev/null` in #(
30  *posix*) :
31    set -o posix ;; #(
32  *) :
33     ;;
34esac
35fi
36
37
38as_nl='
39'
40export as_nl
41# Printing a long string crashes Solaris 7 /usr/bin/printf.
42as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45# Prefer a ksh shell builtin over an external printf program on Solaris,
46# but without wasting forks for bash or zsh.
47if test -z "$BASH_VERSION$ZSH_VERSION" \
48    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49  as_echo='print -r --'
50  as_echo_n='print -rn --'
51elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52  as_echo='printf %s\n'
53  as_echo_n='printf %s'
54else
55  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57    as_echo_n='/usr/ucb/echo -n'
58  else
59    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60    as_echo_n_body='eval
61      arg=$1;
62      case $arg in #(
63      *"$as_nl"*)
64	expr "X$arg" : "X\\(.*\\)$as_nl";
65	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66      esac;
67      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
68    '
69    export as_echo_n_body
70    as_echo_n='sh -c $as_echo_n_body as_echo'
71  fi
72  export as_echo_body
73  as_echo='sh -c $as_echo_body as_echo'
74fi
75
76# The user is always right.
77if test "${PATH_SEPARATOR+set}" != set; then
78  PATH_SEPARATOR=:
79  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81      PATH_SEPARATOR=';'
82  }
83fi
84
85
86# IFS
87# We need space, tab and new line, in precisely that order.  Quoting is
88# there to prevent editors from complaining about space-tab.
89# (If _AS_PATH_WALK were called with IFS unset, it would disable word
90# splitting by setting IFS to empty value.)
91IFS=" ""	$as_nl"
92
93# Find who we are.  Look in the path if we contain no directory separator.
94as_myself=
95case $0 in #((
96  *[\\/]* ) as_myself=$0 ;;
97  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
98for as_dir in $PATH
99do
100  IFS=$as_save_IFS
101  test -z "$as_dir" && as_dir=.
102    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
103  done
104IFS=$as_save_IFS
105
106     ;;
107esac
108# We did not find ourselves, most probably we were run as `sh COMMAND'
109# in which case we are not to be found in the path.
110if test "x$as_myself" = x; then
111  as_myself=$0
112fi
113if test ! -f "$as_myself"; then
114  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
115  exit 1
116fi
117
118# Unset variables that we do not need and which cause bugs (e.g. in
119# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
120# suppresses any "Segmentation fault" message there.  '((' could
121# trigger a bug in pdksh 5.2.14.
122for as_var in BASH_ENV ENV MAIL MAILPATH
123do eval test x\${$as_var+set} = xset \
124  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
125done
126PS1='$ '
127PS2='> '
128PS4='+ '
129
130# NLS nuisances.
131LC_ALL=C
132export LC_ALL
133LANGUAGE=C
134export LANGUAGE
135
136# CDPATH.
137(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138
139if test "x$CONFIG_SHELL" = x; then
140  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
141  emulate sh
142  NULLCMD=:
143  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
144  # is contrary to our usage.  Disable this feature.
145  alias -g '\${1+\"\$@\"}'='\"\$@\"'
146  setopt NO_GLOB_SUBST
147else
148  case \`(set -o) 2>/dev/null\` in #(
149  *posix*) :
150    set -o posix ;; #(
151  *) :
152     ;;
153esac
154fi
155"
156  as_required="as_fn_return () { (exit \$1); }
157as_fn_success () { as_fn_return 0; }
158as_fn_failure () { as_fn_return 1; }
159as_fn_ret_success () { return 0; }
160as_fn_ret_failure () { return 1; }
161
162exitcode=0
163as_fn_success || { exitcode=1; echo as_fn_success failed.; }
164as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
165as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
166as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
167if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
168
169else
170  exitcode=1; echo positional parameters were not saved.
171fi
172test x\$exitcode = x0 || exit 1"
173  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
174  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
175  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
176  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
177test \$(( 1 + 1 )) = 2 || exit 1"
178  if (eval "$as_required") 2>/dev/null; then :
179  as_have_required=yes
180else
181  as_have_required=no
182fi
183  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
184
185else
186  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
187as_found=false
188for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
189do
190  IFS=$as_save_IFS
191  test -z "$as_dir" && as_dir=.
192  as_found=:
193  case $as_dir in #(
194	 /*)
195	   for as_base in sh bash ksh sh5; do
196	     # Try only shells that exist, to save several forks.
197	     as_shell=$as_dir/$as_base
198	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
199		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
200  CONFIG_SHELL=$as_shell as_have_required=yes
201		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
202  break 2
203fi
204fi
205	   done;;
206       esac
207  as_found=false
208done
209$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
210	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
211  CONFIG_SHELL=$SHELL as_have_required=yes
212fi; }
213IFS=$as_save_IFS
214
215
216      if test "x$CONFIG_SHELL" != x; then :
217  # We cannot yet assume a decent shell, so we have to provide a
218	# neutralization value for shells without unset; and this also
219	# works around shells that cannot unset nonexistent variables.
220	# Preserve -v and -x to the replacement shell.
221	BASH_ENV=/dev/null
222	ENV=/dev/null
223	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
224	export CONFIG_SHELL
225	case $- in # ((((
226	  *v*x* | *x*v* ) as_opts=-vx ;;
227	  *v* ) as_opts=-v ;;
228	  *x* ) as_opts=-x ;;
229	  * ) as_opts= ;;
230	esac
231	exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
232fi
233
234    if test x$as_have_required = xno; then :
235  $as_echo "$0: This script requires a shell more modern than all"
236  $as_echo "$0: the shells that I found on your system."
237  if test x${ZSH_VERSION+set} = xset ; then
238    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
239    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
240  else
241    $as_echo "$0: Please tell bug-autoconf@gnu.org and
242$0: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
243$0: about your system, including any error possibly output
244$0: before this message. Then install a modern shell, or
245$0: manually run the script under such a shell if you do
246$0: have one."
247  fi
248  exit 1
249fi
250fi
251fi
252SHELL=${CONFIG_SHELL-/bin/sh}
253export SHELL
254# Unset more variables known to interfere with behavior of common tools.
255CLICOLOR_FORCE= GREP_OPTIONS=
256unset CLICOLOR_FORCE GREP_OPTIONS
257
258## --------------------- ##
259## M4sh Shell Functions. ##
260## --------------------- ##
261# as_fn_unset VAR
262# ---------------
263# Portably unset VAR.
264as_fn_unset ()
265{
266  { eval $1=; unset $1;}
267}
268as_unset=as_fn_unset
269
270# as_fn_set_status STATUS
271# -----------------------
272# Set $? to STATUS, without forking.
273as_fn_set_status ()
274{
275  return $1
276} # as_fn_set_status
277
278# as_fn_exit STATUS
279# -----------------
280# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
281as_fn_exit ()
282{
283  set +e
284  as_fn_set_status $1
285  exit $1
286} # as_fn_exit
287
288# as_fn_mkdir_p
289# -------------
290# Create "$as_dir" as a directory, including parents if necessary.
291as_fn_mkdir_p ()
292{
293
294  case $as_dir in #(
295  -*) as_dir=./$as_dir;;
296  esac
297  test -d "$as_dir" || eval $as_mkdir_p || {
298    as_dirs=
299    while :; do
300      case $as_dir in #(
301      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
302      *) as_qdir=$as_dir;;
303      esac
304      as_dirs="'$as_qdir' $as_dirs"
305      as_dir=`$as_dirname -- "$as_dir" ||
306$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
307	 X"$as_dir" : 'X\(//\)[^/]' \| \
308	 X"$as_dir" : 'X\(//\)$' \| \
309	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
310$as_echo X"$as_dir" |
311    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
312	    s//\1/
313	    q
314	  }
315	  /^X\(\/\/\)[^/].*/{
316	    s//\1/
317	    q
318	  }
319	  /^X\(\/\/\)$/{
320	    s//\1/
321	    q
322	  }
323	  /^X\(\/\).*/{
324	    s//\1/
325	    q
326	  }
327	  s/.*/./; q'`
328      test -d "$as_dir" && break
329    done
330    test -z "$as_dirs" || eval "mkdir $as_dirs"
331  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
332
333
334} # as_fn_mkdir_p
335# as_fn_append VAR VALUE
336# ----------------------
337# Append the text in VALUE to the end of the definition contained in VAR. Take
338# advantage of any shell optimizations that allow amortized linear growth over
339# repeated appends, instead of the typical quadratic growth present in naive
340# implementations.
341if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
342  eval 'as_fn_append ()
343  {
344    eval $1+=\$2
345  }'
346else
347  as_fn_append ()
348  {
349    eval $1=\$$1\$2
350  }
351fi # as_fn_append
352
353# as_fn_arith ARG...
354# ------------------
355# Perform arithmetic evaluation on the ARGs, and store the result in the
356# global $as_val. Take advantage of shells that can avoid forks. The arguments
357# must be portable across $(()) and expr.
358if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
359  eval 'as_fn_arith ()
360  {
361    as_val=$(( $* ))
362  }'
363else
364  as_fn_arith ()
365  {
366    as_val=`expr "$@" || test $? -eq 1`
367  }
368fi # as_fn_arith
369
370
371# as_fn_error STATUS ERROR [LINENO LOG_FD]
372# ----------------------------------------
373# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
374# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
375# script with STATUS, using 1 if that was 0.
376as_fn_error ()
377{
378  as_status=$1; test $as_status -eq 0 && as_status=1
379  if test "$4"; then
380    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
381    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
382  fi
383  $as_echo "$as_me: error: $2" >&2
384  as_fn_exit $as_status
385} # as_fn_error
386
387if expr a : '\(a\)' >/dev/null 2>&1 &&
388   test "X`expr 00001 : '.*\(...\)'`" = X001; then
389  as_expr=expr
390else
391  as_expr=false
392fi
393
394if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
395  as_basename=basename
396else
397  as_basename=false
398fi
399
400if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
401  as_dirname=dirname
402else
403  as_dirname=false
404fi
405
406as_me=`$as_basename -- "$0" ||
407$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
408	 X"$0" : 'X\(//\)$' \| \
409	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
410$as_echo X/"$0" |
411    sed '/^.*\/\([^/][^/]*\)\/*$/{
412	    s//\1/
413	    q
414	  }
415	  /^X\/\(\/\/\)$/{
416	    s//\1/
417	    q
418	  }
419	  /^X\/\(\/\).*/{
420	    s//\1/
421	    q
422	  }
423	  s/.*/./; q'`
424
425# Avoid depending upon Character Ranges.
426as_cr_letters='abcdefghijklmnopqrstuvwxyz'
427as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
428as_cr_Letters=$as_cr_letters$as_cr_LETTERS
429as_cr_digits='0123456789'
430as_cr_alnum=$as_cr_Letters$as_cr_digits
431
432
433  as_lineno_1=$LINENO as_lineno_1a=$LINENO
434  as_lineno_2=$LINENO as_lineno_2a=$LINENO
435  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
436  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
437  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
438  sed -n '
439    p
440    /[$]LINENO/=
441  ' <$as_myself |
442    sed '
443      s/[$]LINENO.*/&-/
444      t lineno
445      b
446      :lineno
447      N
448      :loop
449      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
450      t loop
451      s/-\n.*//
452    ' >$as_me.lineno &&
453  chmod +x "$as_me.lineno" ||
454    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
455
456  # Don't try to exec as it changes $[0], causing all sort of problems
457  # (the dirname of $[0] is not the place where we might find the
458  # original and so on.  Autoconf is especially sensitive to this).
459  . "./$as_me.lineno"
460  # Exit status is that of the last command.
461  exit
462}
463
464ECHO_C= ECHO_N= ECHO_T=
465case `echo -n x` in #(((((
466-n*)
467  case `echo 'xy\c'` in
468  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
469  xy)  ECHO_C='\c';;
470  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
471       ECHO_T='	';;
472  esac;;
473*)
474  ECHO_N='-n';;
475esac
476
477rm -f conf$$ conf$$.exe conf$$.file
478if test -d conf$$.dir; then
479  rm -f conf$$.dir/conf$$.file
480else
481  rm -f conf$$.dir
482  mkdir conf$$.dir 2>/dev/null
483fi
484if (echo >conf$$.file) 2>/dev/null; then
485  if ln -s conf$$.file conf$$ 2>/dev/null; then
486    as_ln_s='ln -s'
487    # ... but there are two gotchas:
488    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
489    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
490    # In both cases, we have to default to `cp -p'.
491    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
492      as_ln_s='cp -p'
493  elif ln conf$$.file conf$$ 2>/dev/null; then
494    as_ln_s=ln
495  else
496    as_ln_s='cp -p'
497  fi
498else
499  as_ln_s='cp -p'
500fi
501rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
502rmdir conf$$.dir 2>/dev/null
503
504if mkdir -p . 2>/dev/null; then
505  as_mkdir_p='mkdir -p "$as_dir"'
506else
507  test -d ./-p && rmdir ./-p
508  as_mkdir_p=false
509fi
510
511if test -x / >/dev/null 2>&1; then
512  as_test_x='test -x'
513else
514  if ls -dL / >/dev/null 2>&1; then
515    as_ls_L_option=L
516  else
517    as_ls_L_option=
518  fi
519  as_test_x='
520    eval sh -c '\''
521      if test -d "$1"; then
522	test -d "$1/.";
523      else
524	case $1 in #(
525	-*)set "./$1";;
526	esac;
527	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
528	???[sx]*):;;*)false;;esac;fi
529    '\'' sh
530  '
531fi
532as_executable_p=$as_test_x
533
534# Sed expression to map a string onto a valid CPP name.
535as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
536
537# Sed expression to map a string onto a valid variable name.
538as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
539
540
541test -n "$DJDIR" || exec 7<&0 </dev/null
542exec 6>&1
543
544# Name of the host.
545# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
546# so uname gets run too.
547ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
548
549#
550# Initializations.
551#
552ac_default_prefix=/usr/local
553ac_clean_files=
554ac_config_libobj_dir=.
555LIBOBJS=
556cross_compiling=no
557subdirs=
558MFLAGS=
559MAKEFLAGS=
560
561# Identity of this package.
562PACKAGE_NAME='xdriinfo'
563PACKAGE_TARNAME='xdriinfo'
564PACKAGE_VERSION='1.0.4'
565PACKAGE_STRING='xdriinfo 1.0.4'
566PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
567PACKAGE_URL=''
568
569ac_unique_file="Makefile.am"
570# Factoring default headers for most tests.
571ac_includes_default="\
572#include <stdio.h>
573#ifdef HAVE_SYS_TYPES_H
574# include <sys/types.h>
575#endif
576#ifdef HAVE_SYS_STAT_H
577# include <sys/stat.h>
578#endif
579#ifdef STDC_HEADERS
580# include <stdlib.h>
581# include <stddef.h>
582#else
583# ifdef HAVE_STDLIB_H
584#  include <stdlib.h>
585# endif
586#endif
587#ifdef HAVE_STRING_H
588# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
589#  include <memory.h>
590# endif
591# include <string.h>
592#endif
593#ifdef HAVE_STRINGS_H
594# include <strings.h>
595#endif
596#ifdef HAVE_INTTYPES_H
597# include <inttypes.h>
598#endif
599#ifdef HAVE_STDINT_H
600# include <stdint.h>
601#endif
602#ifdef HAVE_UNISTD_H
603# include <unistd.h>
604#endif"
605
606ac_subst_vars='am__EXEEXT_FALSE
607am__EXEEXT_TRUE
608LTLIBOBJS
609LIBOBJS
610XDRIINFO_LIBS
611XDRIINFO_CFLAGS
612AM_BACKSLASH
613AM_DEFAULT_VERBOSITY
614MAN_SUBSTS
615XORG_MAN_PAGE
616ADMIN_MAN_DIR
617DRIVER_MAN_DIR
618MISC_MAN_DIR
619FILE_MAN_DIR
620LIB_MAN_DIR
621APP_MAN_DIR
622ADMIN_MAN_SUFFIX
623DRIVER_MAN_SUFFIX
624MISC_MAN_SUFFIX
625FILE_MAN_SUFFIX
626LIB_MAN_SUFFIX
627APP_MAN_SUFFIX
628SED
629host_os
630host_vendor
631host_cpu
632host
633build_os
634build_vendor
635build_cpu
636build
637INSTALL_CMD
638PKG_CONFIG
639CHANGELOG_CMD
640CWARNFLAGS
641EGREP
642GREP
643CPP
644am__fastdepCC_FALSE
645am__fastdepCC_TRUE
646CCDEPMODE
647AMDEPBACKSLASH
648AMDEP_FALSE
649AMDEP_TRUE
650am__quote
651am__include
652DEPDIR
653OBJEXT
654EXEEXT
655ac_ct_CC
656CPPFLAGS
657LDFLAGS
658CFLAGS
659CC
660MAINT
661MAINTAINER_MODE_FALSE
662MAINTAINER_MODE_TRUE
663am__untar
664am__tar
665AMTAR
666am__leading_dot
667SET_MAKE
668AWK
669mkdir_p
670MKDIR_P
671INSTALL_STRIP_PROGRAM
672STRIP
673install_sh
674MAKEINFO
675AUTOHEADER
676AUTOMAKE
677AUTOCONF
678ACLOCAL
679VERSION
680PACKAGE
681CYGPATH_W
682am__isrc
683INSTALL_DATA
684INSTALL_SCRIPT
685INSTALL_PROGRAM
686target_alias
687host_alias
688build_alias
689LIBS
690ECHO_T
691ECHO_N
692ECHO_C
693DEFS
694mandir
695localedir
696libdir
697psdir
698pdfdir
699dvidir
700htmldir
701infodir
702docdir
703oldincludedir
704includedir
705localstatedir
706sharedstatedir
707sysconfdir
708datadir
709datarootdir
710libexecdir
711sbindir
712bindir
713program_transform_name
714prefix
715exec_prefix
716PACKAGE_URL
717PACKAGE_BUGREPORT
718PACKAGE_STRING
719PACKAGE_VERSION
720PACKAGE_TARNAME
721PACKAGE_NAME
722PATH_SEPARATOR
723SHELL'
724ac_subst_files=''
725ac_user_opts='
726enable_option_checking
727enable_maintainer_mode
728enable_dependency_tracking
729enable_strict_compilation
730enable_silent_rules
731'
732      ac_precious_vars='build_alias
733host_alias
734target_alias
735CC
736CFLAGS
737LDFLAGS
738LIBS
739CPPFLAGS
740CPP
741PKG_CONFIG
742XDRIINFO_CFLAGS
743XDRIINFO_LIBS'
744
745
746# Initialize some variables set by options.
747ac_init_help=
748ac_init_version=false
749ac_unrecognized_opts=
750ac_unrecognized_sep=
751# The variables have the same names as the options, with
752# dashes changed to underlines.
753cache_file=/dev/null
754exec_prefix=NONE
755no_create=
756no_recursion=
757prefix=NONE
758program_prefix=NONE
759program_suffix=NONE
760program_transform_name=s,x,x,
761silent=
762site=
763srcdir=
764verbose=
765x_includes=NONE
766x_libraries=NONE
767
768# Installation directory options.
769# These are left unexpanded so users can "make install exec_prefix=/foo"
770# and all the variables that are supposed to be based on exec_prefix
771# by default will actually change.
772# Use braces instead of parens because sh, perl, etc. also accept them.
773# (The list follows the same order as the GNU Coding Standards.)
774bindir='${exec_prefix}/bin'
775sbindir='${exec_prefix}/sbin'
776libexecdir='${exec_prefix}/libexec'
777datarootdir='${prefix}/share'
778datadir='${datarootdir}'
779sysconfdir='${prefix}/etc'
780sharedstatedir='${prefix}/com'
781localstatedir='${prefix}/var'
782includedir='${prefix}/include'
783oldincludedir='/usr/include'
784docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
785infodir='${datarootdir}/info'
786htmldir='${docdir}'
787dvidir='${docdir}'
788pdfdir='${docdir}'
789psdir='${docdir}'
790libdir='${exec_prefix}/lib'
791localedir='${datarootdir}/locale'
792mandir='${datarootdir}/man'
793
794ac_prev=
795ac_dashdash=
796for ac_option
797do
798  # If the previous option needs an argument, assign it.
799  if test -n "$ac_prev"; then
800    eval $ac_prev=\$ac_option
801    ac_prev=
802    continue
803  fi
804
805  case $ac_option in
806  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
807  *=)   ac_optarg= ;;
808  *)    ac_optarg=yes ;;
809  esac
810
811  # Accept the important Cygnus configure options, so we can diagnose typos.
812
813  case $ac_dashdash$ac_option in
814  --)
815    ac_dashdash=yes ;;
816
817  -bindir | --bindir | --bindi | --bind | --bin | --bi)
818    ac_prev=bindir ;;
819  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
820    bindir=$ac_optarg ;;
821
822  -build | --build | --buil | --bui | --bu)
823    ac_prev=build_alias ;;
824  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
825    build_alias=$ac_optarg ;;
826
827  -cache-file | --cache-file | --cache-fil | --cache-fi \
828  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
829    ac_prev=cache_file ;;
830  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
831  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
832    cache_file=$ac_optarg ;;
833
834  --config-cache | -C)
835    cache_file=config.cache ;;
836
837  -datadir | --datadir | --datadi | --datad)
838    ac_prev=datadir ;;
839  -datadir=* | --datadir=* | --datadi=* | --datad=*)
840    datadir=$ac_optarg ;;
841
842  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
843  | --dataroo | --dataro | --datar)
844    ac_prev=datarootdir ;;
845  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
846  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
847    datarootdir=$ac_optarg ;;
848
849  -disable-* | --disable-*)
850    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
851    # Reject names that are not valid shell variable names.
852    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
853      as_fn_error $? "invalid feature name: $ac_useropt"
854    ac_useropt_orig=$ac_useropt
855    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
856    case $ac_user_opts in
857      *"
858"enable_$ac_useropt"
859"*) ;;
860      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
861	 ac_unrecognized_sep=', ';;
862    esac
863    eval enable_$ac_useropt=no ;;
864
865  -docdir | --docdir | --docdi | --doc | --do)
866    ac_prev=docdir ;;
867  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
868    docdir=$ac_optarg ;;
869
870  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
871    ac_prev=dvidir ;;
872  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
873    dvidir=$ac_optarg ;;
874
875  -enable-* | --enable-*)
876    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
877    # Reject names that are not valid shell variable names.
878    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
879      as_fn_error $? "invalid feature name: $ac_useropt"
880    ac_useropt_orig=$ac_useropt
881    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
882    case $ac_user_opts in
883      *"
884"enable_$ac_useropt"
885"*) ;;
886      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
887	 ac_unrecognized_sep=', ';;
888    esac
889    eval enable_$ac_useropt=\$ac_optarg ;;
890
891  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
892  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
893  | --exec | --exe | --ex)
894    ac_prev=exec_prefix ;;
895  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
896  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
897  | --exec=* | --exe=* | --ex=*)
898    exec_prefix=$ac_optarg ;;
899
900  -gas | --gas | --ga | --g)
901    # Obsolete; use --with-gas.
902    with_gas=yes ;;
903
904  -help | --help | --hel | --he | -h)
905    ac_init_help=long ;;
906  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
907    ac_init_help=recursive ;;
908  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
909    ac_init_help=short ;;
910
911  -host | --host | --hos | --ho)
912    ac_prev=host_alias ;;
913  -host=* | --host=* | --hos=* | --ho=*)
914    host_alias=$ac_optarg ;;
915
916  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
917    ac_prev=htmldir ;;
918  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
919  | --ht=*)
920    htmldir=$ac_optarg ;;
921
922  -includedir | --includedir | --includedi | --included | --include \
923  | --includ | --inclu | --incl | --inc)
924    ac_prev=includedir ;;
925  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
926  | --includ=* | --inclu=* | --incl=* | --inc=*)
927    includedir=$ac_optarg ;;
928
929  -infodir | --infodir | --infodi | --infod | --info | --inf)
930    ac_prev=infodir ;;
931  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
932    infodir=$ac_optarg ;;
933
934  -libdir | --libdir | --libdi | --libd)
935    ac_prev=libdir ;;
936  -libdir=* | --libdir=* | --libdi=* | --libd=*)
937    libdir=$ac_optarg ;;
938
939  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
940  | --libexe | --libex | --libe)
941    ac_prev=libexecdir ;;
942  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
943  | --libexe=* | --libex=* | --libe=*)
944    libexecdir=$ac_optarg ;;
945
946  -localedir | --localedir | --localedi | --localed | --locale)
947    ac_prev=localedir ;;
948  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
949    localedir=$ac_optarg ;;
950
951  -localstatedir | --localstatedir | --localstatedi | --localstated \
952  | --localstate | --localstat | --localsta | --localst | --locals)
953    ac_prev=localstatedir ;;
954  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
955  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
956    localstatedir=$ac_optarg ;;
957
958  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
959    ac_prev=mandir ;;
960  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
961    mandir=$ac_optarg ;;
962
963  -nfp | --nfp | --nf)
964    # Obsolete; use --without-fp.
965    with_fp=no ;;
966
967  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
968  | --no-cr | --no-c | -n)
969    no_create=yes ;;
970
971  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
972  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
973    no_recursion=yes ;;
974
975  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
976  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
977  | --oldin | --oldi | --old | --ol | --o)
978    ac_prev=oldincludedir ;;
979  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
980  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
981  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
982    oldincludedir=$ac_optarg ;;
983
984  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
985    ac_prev=prefix ;;
986  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
987    prefix=$ac_optarg ;;
988
989  -program-prefix | --program-prefix | --program-prefi | --program-pref \
990  | --program-pre | --program-pr | --program-p)
991    ac_prev=program_prefix ;;
992  -program-prefix=* | --program-prefix=* | --program-prefi=* \
993  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
994    program_prefix=$ac_optarg ;;
995
996  -program-suffix | --program-suffix | --program-suffi | --program-suff \
997  | --program-suf | --program-su | --program-s)
998    ac_prev=program_suffix ;;
999  -program-suffix=* | --program-suffix=* | --program-suffi=* \
1000  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1001    program_suffix=$ac_optarg ;;
1002
1003  -program-transform-name | --program-transform-name \
1004  | --program-transform-nam | --program-transform-na \
1005  | --program-transform-n | --program-transform- \
1006  | --program-transform | --program-transfor \
1007  | --program-transfo | --program-transf \
1008  | --program-trans | --program-tran \
1009  | --progr-tra | --program-tr | --program-t)
1010    ac_prev=program_transform_name ;;
1011  -program-transform-name=* | --program-transform-name=* \
1012  | --program-transform-nam=* | --program-transform-na=* \
1013  | --program-transform-n=* | --program-transform-=* \
1014  | --program-transform=* | --program-transfor=* \
1015  | --program-transfo=* | --program-transf=* \
1016  | --program-trans=* | --program-tran=* \
1017  | --progr-tra=* | --program-tr=* | --program-t=*)
1018    program_transform_name=$ac_optarg ;;
1019
1020  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1021    ac_prev=pdfdir ;;
1022  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1023    pdfdir=$ac_optarg ;;
1024
1025  -psdir | --psdir | --psdi | --psd | --ps)
1026    ac_prev=psdir ;;
1027  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1028    psdir=$ac_optarg ;;
1029
1030  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1031  | -silent | --silent | --silen | --sile | --sil)
1032    silent=yes ;;
1033
1034  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1035    ac_prev=sbindir ;;
1036  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1037  | --sbi=* | --sb=*)
1038    sbindir=$ac_optarg ;;
1039
1040  -sharedstatedir | --sharedstatedir | --sharedstatedi \
1041  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1042  | --sharedst | --shareds | --shared | --share | --shar \
1043  | --sha | --sh)
1044    ac_prev=sharedstatedir ;;
1045  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1046  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1047  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1048  | --sha=* | --sh=*)
1049    sharedstatedir=$ac_optarg ;;
1050
1051  -site | --site | --sit)
1052    ac_prev=site ;;
1053  -site=* | --site=* | --sit=*)
1054    site=$ac_optarg ;;
1055
1056  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1057    ac_prev=srcdir ;;
1058  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1059    srcdir=$ac_optarg ;;
1060
1061  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1062  | --syscon | --sysco | --sysc | --sys | --sy)
1063    ac_prev=sysconfdir ;;
1064  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1065  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1066    sysconfdir=$ac_optarg ;;
1067
1068  -target | --target | --targe | --targ | --tar | --ta | --t)
1069    ac_prev=target_alias ;;
1070  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1071    target_alias=$ac_optarg ;;
1072
1073  -v | -verbose | --verbose | --verbos | --verbo | --verb)
1074    verbose=yes ;;
1075
1076  -version | --version | --versio | --versi | --vers | -V)
1077    ac_init_version=: ;;
1078
1079  -with-* | --with-*)
1080    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1081    # Reject names that are not valid shell variable names.
1082    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1083      as_fn_error $? "invalid package name: $ac_useropt"
1084    ac_useropt_orig=$ac_useropt
1085    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1086    case $ac_user_opts in
1087      *"
1088"with_$ac_useropt"
1089"*) ;;
1090      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1091	 ac_unrecognized_sep=', ';;
1092    esac
1093    eval with_$ac_useropt=\$ac_optarg ;;
1094
1095  -without-* | --without-*)
1096    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1097    # Reject names that are not valid shell variable names.
1098    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1099      as_fn_error $? "invalid package name: $ac_useropt"
1100    ac_useropt_orig=$ac_useropt
1101    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1102    case $ac_user_opts in
1103      *"
1104"with_$ac_useropt"
1105"*) ;;
1106      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1107	 ac_unrecognized_sep=', ';;
1108    esac
1109    eval with_$ac_useropt=no ;;
1110
1111  --x)
1112    # Obsolete; use --with-x.
1113    with_x=yes ;;
1114
1115  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1116  | --x-incl | --x-inc | --x-in | --x-i)
1117    ac_prev=x_includes ;;
1118  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1119  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1120    x_includes=$ac_optarg ;;
1121
1122  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1123  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1124    ac_prev=x_libraries ;;
1125  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1126  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1127    x_libraries=$ac_optarg ;;
1128
1129  -*) as_fn_error $? "unrecognized option: \`$ac_option'
1130Try \`$0 --help' for more information"
1131    ;;
1132
1133  *=*)
1134    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1135    # Reject names that are not valid shell variable names.
1136    case $ac_envvar in #(
1137      '' | [0-9]* | *[!_$as_cr_alnum]* )
1138      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1139    esac
1140    eval $ac_envvar=\$ac_optarg
1141    export $ac_envvar ;;
1142
1143  *)
1144    # FIXME: should be removed in autoconf 3.0.
1145    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1146    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1147      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1148    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1149    ;;
1150
1151  esac
1152done
1153
1154if test -n "$ac_prev"; then
1155  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1156  as_fn_error $? "missing argument to $ac_option"
1157fi
1158
1159if test -n "$ac_unrecognized_opts"; then
1160  case $enable_option_checking in
1161    no) ;;
1162    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1163    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1164  esac
1165fi
1166
1167# Check all directory arguments for consistency.
1168for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
1169		datadir sysconfdir sharedstatedir localstatedir includedir \
1170		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1171		libdir localedir mandir
1172do
1173  eval ac_val=\$$ac_var
1174  # Remove trailing slashes.
1175  case $ac_val in
1176    */ )
1177      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1178      eval $ac_var=\$ac_val;;
1179  esac
1180  # Be sure to have absolute directory names.
1181  case $ac_val in
1182    [\\/$]* | ?:[\\/]* )  continue;;
1183    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1184  esac
1185  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1186done
1187
1188# There might be people who depend on the old broken behavior: `$host'
1189# used to hold the argument of --host etc.
1190# FIXME: To remove some day.
1191build=$build_alias
1192host=$host_alias
1193target=$target_alias
1194
1195# FIXME: To remove some day.
1196if test "x$host_alias" != x; then
1197  if test "x$build_alias" = x; then
1198    cross_compiling=maybe
1199    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1200    If a cross compiler is detected then cross compile mode will be used" >&2
1201  elif test "x$build_alias" != "x$host_alias"; then
1202    cross_compiling=yes
1203  fi
1204fi
1205
1206ac_tool_prefix=
1207test -n "$host_alias" && ac_tool_prefix=$host_alias-
1208
1209test "$silent" = yes && exec 6>/dev/null
1210
1211
1212ac_pwd=`pwd` && test -n "$ac_pwd" &&
1213ac_ls_di=`ls -di .` &&
1214ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1215  as_fn_error $? "working directory cannot be determined"
1216test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1217  as_fn_error $? "pwd does not report name of working directory"
1218
1219
1220# Find the source files, if location was not specified.
1221if test -z "$srcdir"; then
1222  ac_srcdir_defaulted=yes
1223  # Try the directory containing this script, then the parent directory.
1224  ac_confdir=`$as_dirname -- "$as_myself" ||
1225$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1226	 X"$as_myself" : 'X\(//\)[^/]' \| \
1227	 X"$as_myself" : 'X\(//\)$' \| \
1228	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1229$as_echo X"$as_myself" |
1230    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1231	    s//\1/
1232	    q
1233	  }
1234	  /^X\(\/\/\)[^/].*/{
1235	    s//\1/
1236	    q
1237	  }
1238	  /^X\(\/\/\)$/{
1239	    s//\1/
1240	    q
1241	  }
1242	  /^X\(\/\).*/{
1243	    s//\1/
1244	    q
1245	  }
1246	  s/.*/./; q'`
1247  srcdir=$ac_confdir
1248  if test ! -r "$srcdir/$ac_unique_file"; then
1249    srcdir=..
1250  fi
1251else
1252  ac_srcdir_defaulted=no
1253fi
1254if test ! -r "$srcdir/$ac_unique_file"; then
1255  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1256  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1257fi
1258ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1259ac_abs_confdir=`(
1260	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1261	pwd)`
1262# When building in place, set srcdir=.
1263if test "$ac_abs_confdir" = "$ac_pwd"; then
1264  srcdir=.
1265fi
1266# Remove unnecessary trailing slashes from srcdir.
1267# Double slashes in file names in object file debugging info
1268# mess up M-x gdb in Emacs.
1269case $srcdir in
1270*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1271esac
1272for ac_var in $ac_precious_vars; do
1273  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1274  eval ac_env_${ac_var}_value=\$${ac_var}
1275  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1276  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1277done
1278
1279#
1280# Report the --help message.
1281#
1282if test "$ac_init_help" = "long"; then
1283  # Omit some internal or obsolete options to make the list less imposing.
1284  # This message is too long to be a string in the A/UX 3.1 sh.
1285  cat <<_ACEOF
1286\`configure' configures xdriinfo 1.0.4 to adapt to many kinds of systems.
1287
1288Usage: $0 [OPTION]... [VAR=VALUE]...
1289
1290To assign environment variables (e.g., CC, CFLAGS...), specify them as
1291VAR=VALUE.  See below for descriptions of some of the useful variables.
1292
1293Defaults for the options are specified in brackets.
1294
1295Configuration:
1296  -h, --help              display this help and exit
1297      --help=short        display options specific to this package
1298      --help=recursive    display the short help of all the included packages
1299  -V, --version           display version information and exit
1300  -q, --quiet, --silent   do not print \`checking ...' messages
1301      --cache-file=FILE   cache test results in FILE [disabled]
1302  -C, --config-cache      alias for \`--cache-file=config.cache'
1303  -n, --no-create         do not create output files
1304      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1305
1306Installation directories:
1307  --prefix=PREFIX         install architecture-independent files in PREFIX
1308                          [$ac_default_prefix]
1309  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1310                          [PREFIX]
1311
1312By default, \`make install' will install all the files in
1313\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1314an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1315for instance \`--prefix=\$HOME'.
1316
1317For better control, use the options below.
1318
1319Fine tuning of the installation directories:
1320  --bindir=DIR            user executables [EPREFIX/bin]
1321  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1322  --libexecdir=DIR        program executables [EPREFIX/libexec]
1323  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1324  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1325  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1326  --libdir=DIR            object code libraries [EPREFIX/lib]
1327  --includedir=DIR        C header files [PREFIX/include]
1328  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1329  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1330  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1331  --infodir=DIR           info documentation [DATAROOTDIR/info]
1332  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1333  --mandir=DIR            man documentation [DATAROOTDIR/man]
1334  --docdir=DIR            documentation root [DATAROOTDIR/doc/xdriinfo]
1335  --htmldir=DIR           html documentation [DOCDIR]
1336  --dvidir=DIR            dvi documentation [DOCDIR]
1337  --pdfdir=DIR            pdf documentation [DOCDIR]
1338  --psdir=DIR             ps documentation [DOCDIR]
1339_ACEOF
1340
1341  cat <<\_ACEOF
1342
1343Program names:
1344  --program-prefix=PREFIX            prepend PREFIX to installed program names
1345  --program-suffix=SUFFIX            append SUFFIX to installed program names
1346  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1347
1348System types:
1349  --build=BUILD     configure for building on BUILD [guessed]
1350  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1351_ACEOF
1352fi
1353
1354if test -n "$ac_init_help"; then
1355  case $ac_init_help in
1356     short | recursive ) echo "Configuration of xdriinfo 1.0.4:";;
1357   esac
1358  cat <<\_ACEOF
1359
1360Optional Features:
1361  --disable-option-checking  ignore unrecognized --enable/--with options
1362  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1363  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1364  --enable-maintainer-mode  enable make rules and dependencies not useful
1365			  (and sometimes confusing) to the casual installer
1366  --disable-dependency-tracking  speeds up one-time build
1367  --enable-dependency-tracking   do not reject slow dependency extractors
1368  --enable-strict-compilation
1369                          Enable all warnings from compiler and make them
1370                          errors (default: disabled)
1371  --enable-silent-rules          less verbose build output (undo: `make V=1')
1372  --disable-silent-rules         verbose build output (undo: `make V=0')
1373
1374Some influential environment variables:
1375  CC          C compiler command
1376  CFLAGS      C compiler flags
1377  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1378              nonstandard directory <lib dir>
1379  LIBS        libraries to pass to the linker, e.g. -l<library>
1380  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1381              you have headers in a nonstandard directory <include dir>
1382  CPP         C preprocessor
1383  PKG_CONFIG  path to pkg-config utility
1384  XDRIINFO_CFLAGS
1385              C compiler flags for XDRIINFO, overriding pkg-config
1386  XDRIINFO_LIBS
1387              linker flags for XDRIINFO, overriding pkg-config
1388
1389Use these variables to override the choices made by `configure' or to help
1390it to find libraries and programs with nonstandard names/locations.
1391
1392Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
1393_ACEOF
1394ac_status=$?
1395fi
1396
1397if test "$ac_init_help" = "recursive"; then
1398  # If there are subdirs, report their specific --help.
1399  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1400    test -d "$ac_dir" ||
1401      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1402      continue
1403    ac_builddir=.
1404
1405case "$ac_dir" in
1406.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1407*)
1408  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1409  # A ".." for each directory in $ac_dir_suffix.
1410  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1411  case $ac_top_builddir_sub in
1412  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1413  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1414  esac ;;
1415esac
1416ac_abs_top_builddir=$ac_pwd
1417ac_abs_builddir=$ac_pwd$ac_dir_suffix
1418# for backward compatibility:
1419ac_top_builddir=$ac_top_build_prefix
1420
1421case $srcdir in
1422  .)  # We are building in place.
1423    ac_srcdir=.
1424    ac_top_srcdir=$ac_top_builddir_sub
1425    ac_abs_top_srcdir=$ac_pwd ;;
1426  [\\/]* | ?:[\\/]* )  # Absolute name.
1427    ac_srcdir=$srcdir$ac_dir_suffix;
1428    ac_top_srcdir=$srcdir
1429    ac_abs_top_srcdir=$srcdir ;;
1430  *) # Relative name.
1431    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1432    ac_top_srcdir=$ac_top_build_prefix$srcdir
1433    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1434esac
1435ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1436
1437    cd "$ac_dir" || { ac_status=$?; continue; }
1438    # Check for guested configure.
1439    if test -f "$ac_srcdir/configure.gnu"; then
1440      echo &&
1441      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1442    elif test -f "$ac_srcdir/configure"; then
1443      echo &&
1444      $SHELL "$ac_srcdir/configure" --help=recursive
1445    else
1446      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1447    fi || ac_status=$?
1448    cd "$ac_pwd" || { ac_status=$?; break; }
1449  done
1450fi
1451
1452test -n "$ac_init_help" && exit $ac_status
1453if $ac_init_version; then
1454  cat <<\_ACEOF
1455xdriinfo configure 1.0.4
1456generated by GNU Autoconf 2.68
1457
1458Copyright (C) 2010 Free Software Foundation, Inc.
1459This configure script is free software; the Free Software Foundation
1460gives unlimited permission to copy, distribute and modify it.
1461_ACEOF
1462  exit
1463fi
1464
1465## ------------------------ ##
1466## Autoconf initialization. ##
1467## ------------------------ ##
1468
1469# ac_fn_c_try_compile LINENO
1470# --------------------------
1471# Try to compile conftest.$ac_ext, and return whether this succeeded.
1472ac_fn_c_try_compile ()
1473{
1474  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1475  rm -f conftest.$ac_objext
1476  if { { ac_try="$ac_compile"
1477case "(($ac_try" in
1478  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1479  *) ac_try_echo=$ac_try;;
1480esac
1481eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1482$as_echo "$ac_try_echo"; } >&5
1483  (eval "$ac_compile") 2>conftest.err
1484  ac_status=$?
1485  if test -s conftest.err; then
1486    grep -v '^ *+' conftest.err >conftest.er1
1487    cat conftest.er1 >&5
1488    mv -f conftest.er1 conftest.err
1489  fi
1490  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1491  test $ac_status = 0; } && {
1492	 test -z "$ac_c_werror_flag" ||
1493	 test ! -s conftest.err
1494       } && test -s conftest.$ac_objext; then :
1495  ac_retval=0
1496else
1497  $as_echo "$as_me: failed program was:" >&5
1498sed 's/^/| /' conftest.$ac_ext >&5
1499
1500	ac_retval=1
1501fi
1502  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1503  as_fn_set_status $ac_retval
1504
1505} # ac_fn_c_try_compile
1506
1507# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1508# ---------------------------------------------
1509# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1510# accordingly.
1511ac_fn_c_check_decl ()
1512{
1513  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1514  as_decl_name=`echo $2|sed 's/ *(.*//'`
1515  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1516  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1517$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1518if eval \${$3+:} false; then :
1519  $as_echo_n "(cached) " >&6
1520else
1521  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1522/* end confdefs.h.  */
1523$4
1524int
1525main ()
1526{
1527#ifndef $as_decl_name
1528#ifdef __cplusplus
1529  (void) $as_decl_use;
1530#else
1531  (void) $as_decl_name;
1532#endif
1533#endif
1534
1535  ;
1536  return 0;
1537}
1538_ACEOF
1539if ac_fn_c_try_compile "$LINENO"; then :
1540  eval "$3=yes"
1541else
1542  eval "$3=no"
1543fi
1544rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1545fi
1546eval ac_res=\$$3
1547	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1548$as_echo "$ac_res" >&6; }
1549  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1550
1551} # ac_fn_c_check_decl
1552
1553# ac_fn_c_try_cpp LINENO
1554# ----------------------
1555# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1556ac_fn_c_try_cpp ()
1557{
1558  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1559  if { { ac_try="$ac_cpp conftest.$ac_ext"
1560case "(($ac_try" in
1561  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1562  *) ac_try_echo=$ac_try;;
1563esac
1564eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1565$as_echo "$ac_try_echo"; } >&5
1566  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1567  ac_status=$?
1568  if test -s conftest.err; then
1569    grep -v '^ *+' conftest.err >conftest.er1
1570    cat conftest.er1 >&5
1571    mv -f conftest.er1 conftest.err
1572  fi
1573  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1574  test $ac_status = 0; } > conftest.i && {
1575	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1576	 test ! -s conftest.err
1577       }; then :
1578  ac_retval=0
1579else
1580  $as_echo "$as_me: failed program was:" >&5
1581sed 's/^/| /' conftest.$ac_ext >&5
1582
1583    ac_retval=1
1584fi
1585  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1586  as_fn_set_status $ac_retval
1587
1588} # ac_fn_c_try_cpp
1589
1590# ac_fn_c_try_run LINENO
1591# ----------------------
1592# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1593# that executables *can* be run.
1594ac_fn_c_try_run ()
1595{
1596  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1597  if { { ac_try="$ac_link"
1598case "(($ac_try" in
1599  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1600  *) ac_try_echo=$ac_try;;
1601esac
1602eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1603$as_echo "$ac_try_echo"; } >&5
1604  (eval "$ac_link") 2>&5
1605  ac_status=$?
1606  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1607  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1608  { { case "(($ac_try" in
1609  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1610  *) ac_try_echo=$ac_try;;
1611esac
1612eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1613$as_echo "$ac_try_echo"; } >&5
1614  (eval "$ac_try") 2>&5
1615  ac_status=$?
1616  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1617  test $ac_status = 0; }; }; then :
1618  ac_retval=0
1619else
1620  $as_echo "$as_me: program exited with status $ac_status" >&5
1621       $as_echo "$as_me: failed program was:" >&5
1622sed 's/^/| /' conftest.$ac_ext >&5
1623
1624       ac_retval=$ac_status
1625fi
1626  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1627  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1628  as_fn_set_status $ac_retval
1629
1630} # ac_fn_c_try_run
1631
1632# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1633# -------------------------------------------------------
1634# Tests whether HEADER exists and can be compiled using the include files in
1635# INCLUDES, setting the cache variable VAR accordingly.
1636ac_fn_c_check_header_compile ()
1637{
1638  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1639  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1640$as_echo_n "checking for $2... " >&6; }
1641if eval \${$3+:} false; then :
1642  $as_echo_n "(cached) " >&6
1643else
1644  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1645/* end confdefs.h.  */
1646$4
1647#include <$2>
1648_ACEOF
1649if ac_fn_c_try_compile "$LINENO"; then :
1650  eval "$3=yes"
1651else
1652  eval "$3=no"
1653fi
1654rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1655fi
1656eval ac_res=\$$3
1657	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1658$as_echo "$ac_res" >&6; }
1659  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1660
1661} # ac_fn_c_check_header_compile
1662
1663# ac_fn_c_try_link LINENO
1664# -----------------------
1665# Try to link conftest.$ac_ext, and return whether this succeeded.
1666ac_fn_c_try_link ()
1667{
1668  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1669  rm -f conftest.$ac_objext conftest$ac_exeext
1670  if { { ac_try="$ac_link"
1671case "(($ac_try" in
1672  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1673  *) ac_try_echo=$ac_try;;
1674esac
1675eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1676$as_echo "$ac_try_echo"; } >&5
1677  (eval "$ac_link") 2>conftest.err
1678  ac_status=$?
1679  if test -s conftest.err; then
1680    grep -v '^ *+' conftest.err >conftest.er1
1681    cat conftest.er1 >&5
1682    mv -f conftest.er1 conftest.err
1683  fi
1684  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1685  test $ac_status = 0; } && {
1686	 test -z "$ac_c_werror_flag" ||
1687	 test ! -s conftest.err
1688       } && test -s conftest$ac_exeext && {
1689	 test "$cross_compiling" = yes ||
1690	 $as_test_x conftest$ac_exeext
1691       }; then :
1692  ac_retval=0
1693else
1694  $as_echo "$as_me: failed program was:" >&5
1695sed 's/^/| /' conftest.$ac_ext >&5
1696
1697	ac_retval=1
1698fi
1699  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1700  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1701  # interfere with the next link command; also delete a directory that is
1702  # left behind by Apple's compiler.  We do this before executing the actions.
1703  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1704  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1705  as_fn_set_status $ac_retval
1706
1707} # ac_fn_c_try_link
1708cat >config.log <<_ACEOF
1709This file contains any messages produced by compilers while
1710running configure, to aid debugging if configure makes a mistake.
1711
1712It was created by xdriinfo $as_me 1.0.4, which was
1713generated by GNU Autoconf 2.68.  Invocation command line was
1714
1715  $ $0 $@
1716
1717_ACEOF
1718exec 5>>config.log
1719{
1720cat <<_ASUNAME
1721## --------- ##
1722## Platform. ##
1723## --------- ##
1724
1725hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1726uname -m = `(uname -m) 2>/dev/null || echo unknown`
1727uname -r = `(uname -r) 2>/dev/null || echo unknown`
1728uname -s = `(uname -s) 2>/dev/null || echo unknown`
1729uname -v = `(uname -v) 2>/dev/null || echo unknown`
1730
1731/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1732/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1733
1734/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1735/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1736/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1737/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1738/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1739/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1740/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1741
1742_ASUNAME
1743
1744as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1745for as_dir in $PATH
1746do
1747  IFS=$as_save_IFS
1748  test -z "$as_dir" && as_dir=.
1749    $as_echo "PATH: $as_dir"
1750  done
1751IFS=$as_save_IFS
1752
1753} >&5
1754
1755cat >&5 <<_ACEOF
1756
1757
1758## ----------- ##
1759## Core tests. ##
1760## ----------- ##
1761
1762_ACEOF
1763
1764
1765# Keep a trace of the command line.
1766# Strip out --no-create and --no-recursion so they do not pile up.
1767# Strip out --silent because we don't want to record it for future runs.
1768# Also quote any args containing shell meta-characters.
1769# Make two passes to allow for proper duplicate-argument suppression.
1770ac_configure_args=
1771ac_configure_args0=
1772ac_configure_args1=
1773ac_must_keep_next=false
1774for ac_pass in 1 2
1775do
1776  for ac_arg
1777  do
1778    case $ac_arg in
1779    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1780    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1781    | -silent | --silent | --silen | --sile | --sil)
1782      continue ;;
1783    *\'*)
1784      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1785    esac
1786    case $ac_pass in
1787    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1788    2)
1789      as_fn_append ac_configure_args1 " '$ac_arg'"
1790      if test $ac_must_keep_next = true; then
1791	ac_must_keep_next=false # Got value, back to normal.
1792      else
1793	case $ac_arg in
1794	  *=* | --config-cache | -C | -disable-* | --disable-* \
1795	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1796	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1797	  | -with-* | --with-* | -without-* | --without-* | --x)
1798	    case "$ac_configure_args0 " in
1799	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1800	    esac
1801	    ;;
1802	  -* ) ac_must_keep_next=true ;;
1803	esac
1804      fi
1805      as_fn_append ac_configure_args " '$ac_arg'"
1806      ;;
1807    esac
1808  done
1809done
1810{ ac_configure_args0=; unset ac_configure_args0;}
1811{ ac_configure_args1=; unset ac_configure_args1;}
1812
1813# When interrupted or exit'd, cleanup temporary files, and complete
1814# config.log.  We remove comments because anyway the quotes in there
1815# would cause problems or look ugly.
1816# WARNING: Use '\'' to represent an apostrophe within the trap.
1817# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1818trap 'exit_status=$?
1819  # Save into config.log some information that might help in debugging.
1820  {
1821    echo
1822
1823    $as_echo "## ---------------- ##
1824## Cache variables. ##
1825## ---------------- ##"
1826    echo
1827    # The following way of writing the cache mishandles newlines in values,
1828(
1829  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1830    eval ac_val=\$$ac_var
1831    case $ac_val in #(
1832    *${as_nl}*)
1833      case $ac_var in #(
1834      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1835$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1836      esac
1837      case $ac_var in #(
1838      _ | IFS | as_nl) ;; #(
1839      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1840      *) { eval $ac_var=; unset $ac_var;} ;;
1841      esac ;;
1842    esac
1843  done
1844  (set) 2>&1 |
1845    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1846    *${as_nl}ac_space=\ *)
1847      sed -n \
1848	"s/'\''/'\''\\\\'\'''\''/g;
1849	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1850      ;; #(
1851    *)
1852      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1853      ;;
1854    esac |
1855    sort
1856)
1857    echo
1858
1859    $as_echo "## ----------------- ##
1860## Output variables. ##
1861## ----------------- ##"
1862    echo
1863    for ac_var in $ac_subst_vars
1864    do
1865      eval ac_val=\$$ac_var
1866      case $ac_val in
1867      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1868      esac
1869      $as_echo "$ac_var='\''$ac_val'\''"
1870    done | sort
1871    echo
1872
1873    if test -n "$ac_subst_files"; then
1874      $as_echo "## ------------------- ##
1875## File substitutions. ##
1876## ------------------- ##"
1877      echo
1878      for ac_var in $ac_subst_files
1879      do
1880	eval ac_val=\$$ac_var
1881	case $ac_val in
1882	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1883	esac
1884	$as_echo "$ac_var='\''$ac_val'\''"
1885      done | sort
1886      echo
1887    fi
1888
1889    if test -s confdefs.h; then
1890      $as_echo "## ----------- ##
1891## confdefs.h. ##
1892## ----------- ##"
1893      echo
1894      cat confdefs.h
1895      echo
1896    fi
1897    test "$ac_signal" != 0 &&
1898      $as_echo "$as_me: caught signal $ac_signal"
1899    $as_echo "$as_me: exit $exit_status"
1900  } >&5
1901  rm -f core *.core core.conftest.* &&
1902    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1903    exit $exit_status
1904' 0
1905for ac_signal in 1 2 13 15; do
1906  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1907done
1908ac_signal=0
1909
1910# confdefs.h avoids OS command line length limits that DEFS can exceed.
1911rm -f -r conftest* confdefs.h
1912
1913$as_echo "/* confdefs.h */" > confdefs.h
1914
1915# Predefined preprocessor variables.
1916
1917cat >>confdefs.h <<_ACEOF
1918#define PACKAGE_NAME "$PACKAGE_NAME"
1919_ACEOF
1920
1921cat >>confdefs.h <<_ACEOF
1922#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1923_ACEOF
1924
1925cat >>confdefs.h <<_ACEOF
1926#define PACKAGE_VERSION "$PACKAGE_VERSION"
1927_ACEOF
1928
1929cat >>confdefs.h <<_ACEOF
1930#define PACKAGE_STRING "$PACKAGE_STRING"
1931_ACEOF
1932
1933cat >>confdefs.h <<_ACEOF
1934#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1935_ACEOF
1936
1937cat >>confdefs.h <<_ACEOF
1938#define PACKAGE_URL "$PACKAGE_URL"
1939_ACEOF
1940
1941
1942# Let the site file select an alternate cache file if it wants to.
1943# Prefer an explicitly selected file to automatically selected ones.
1944ac_site_file1=NONE
1945ac_site_file2=NONE
1946if test -n "$CONFIG_SITE"; then
1947  # We do not want a PATH search for config.site.
1948  case $CONFIG_SITE in #((
1949    -*)  ac_site_file1=./$CONFIG_SITE;;
1950    */*) ac_site_file1=$CONFIG_SITE;;
1951    *)   ac_site_file1=./$CONFIG_SITE;;
1952  esac
1953elif test "x$prefix" != xNONE; then
1954  ac_site_file1=$prefix/share/config.site
1955  ac_site_file2=$prefix/etc/config.site
1956else
1957  ac_site_file1=$ac_default_prefix/share/config.site
1958  ac_site_file2=$ac_default_prefix/etc/config.site
1959fi
1960for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1961do
1962  test "x$ac_site_file" = xNONE && continue
1963  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1964    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1965$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1966    sed 's/^/| /' "$ac_site_file" >&5
1967    . "$ac_site_file" \
1968      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1969$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1970as_fn_error $? "failed to load site script $ac_site_file
1971See \`config.log' for more details" "$LINENO" 5; }
1972  fi
1973done
1974
1975if test -r "$cache_file"; then
1976  # Some versions of bash will fail to source /dev/null (special files
1977  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
1978  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1979    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1980$as_echo "$as_me: loading cache $cache_file" >&6;}
1981    case $cache_file in
1982      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1983      *)                      . "./$cache_file";;
1984    esac
1985  fi
1986else
1987  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1988$as_echo "$as_me: creating cache $cache_file" >&6;}
1989  >$cache_file
1990fi
1991
1992# Check that the precious variables saved in the cache have kept the same
1993# value.
1994ac_cache_corrupted=false
1995for ac_var in $ac_precious_vars; do
1996  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1997  eval ac_new_set=\$ac_env_${ac_var}_set
1998  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1999  eval ac_new_val=\$ac_env_${ac_var}_value
2000  case $ac_old_set,$ac_new_set in
2001    set,)
2002      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2003$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2004      ac_cache_corrupted=: ;;
2005    ,set)
2006      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2007$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2008      ac_cache_corrupted=: ;;
2009    ,);;
2010    *)
2011      if test "x$ac_old_val" != "x$ac_new_val"; then
2012	# differences in whitespace do not lead to failure.
2013	ac_old_val_w=`echo x $ac_old_val`
2014	ac_new_val_w=`echo x $ac_new_val`
2015	if test "$ac_old_val_w" != "$ac_new_val_w"; then
2016	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2017$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2018	  ac_cache_corrupted=:
2019	else
2020	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2021$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2022	  eval $ac_var=\$ac_old_val
2023	fi
2024	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2025$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2026	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2027$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2028      fi;;
2029  esac
2030  # Pass precious variables to config.status.
2031  if test "$ac_new_set" = set; then
2032    case $ac_new_val in
2033    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2034    *) ac_arg=$ac_var=$ac_new_val ;;
2035    esac
2036    case " $ac_configure_args " in
2037      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2038      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2039    esac
2040  fi
2041done
2042if $ac_cache_corrupted; then
2043  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2044$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2045  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2046$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2047  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2048fi
2049## -------------------- ##
2050## Main body of script. ##
2051## -------------------- ##
2052
2053ac_ext=c
2054ac_cpp='$CPP $CPPFLAGS'
2055ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2056ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2057ac_compiler_gnu=$ac_cv_c_compiler_gnu
2058
2059
2060
2061ac_config_headers="$ac_config_headers config.h"
2062
2063
2064# Initialize Automake
2065am__api_version='1.11'
2066
2067ac_aux_dir=
2068for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2069  if test -f "$ac_dir/install-sh"; then
2070    ac_aux_dir=$ac_dir
2071    ac_install_sh="$ac_aux_dir/install-sh -c"
2072    break
2073  elif test -f "$ac_dir/install.sh"; then
2074    ac_aux_dir=$ac_dir
2075    ac_install_sh="$ac_aux_dir/install.sh -c"
2076    break
2077  elif test -f "$ac_dir/shtool"; then
2078    ac_aux_dir=$ac_dir
2079    ac_install_sh="$ac_aux_dir/shtool install -c"
2080    break
2081  fi
2082done
2083if test -z "$ac_aux_dir"; then
2084  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2085fi
2086
2087# These three variables are undocumented and unsupported,
2088# and are intended to be withdrawn in a future Autoconf release.
2089# They can cause serious problems if a builder's source tree is in a directory
2090# whose full name contains unusual characters.
2091ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2092ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2093ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2094
2095
2096# Find a good install program.  We prefer a C program (faster),
2097# so one script is as good as another.  But avoid the broken or
2098# incompatible versions:
2099# SysV /etc/install, /usr/sbin/install
2100# SunOS /usr/etc/install
2101# IRIX /sbin/install
2102# AIX /bin/install
2103# AmigaOS /C/install, which installs bootblocks on floppy discs
2104# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2105# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2106# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2107# OS/2's system install, which has a completely different semantic
2108# ./install, which can be erroneously created by make from ./install.sh.
2109# Reject install programs that cannot install multiple files.
2110{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2111$as_echo_n "checking for a BSD-compatible install... " >&6; }
2112if test -z "$INSTALL"; then
2113if ${ac_cv_path_install+:} false; then :
2114  $as_echo_n "(cached) " >&6
2115else
2116  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2117for as_dir in $PATH
2118do
2119  IFS=$as_save_IFS
2120  test -z "$as_dir" && as_dir=.
2121    # Account for people who put trailing slashes in PATH elements.
2122case $as_dir/ in #((
2123  ./ | .// | /[cC]/* | \
2124  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2125  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2126  /usr/ucb/* ) ;;
2127  *)
2128    # OSF1 and SCO ODT 3.0 have their own names for install.
2129    # Don't use installbsd from OSF since it installs stuff as root
2130    # by default.
2131    for ac_prog in ginstall scoinst install; do
2132      for ac_exec_ext in '' $ac_executable_extensions; do
2133	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2134	  if test $ac_prog = install &&
2135	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2136	    # AIX install.  It has an incompatible calling convention.
2137	    :
2138	  elif test $ac_prog = install &&
2139	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2140	    # program-specific install script used by HP pwplus--don't use.
2141	    :
2142	  else
2143	    rm -rf conftest.one conftest.two conftest.dir
2144	    echo one > conftest.one
2145	    echo two > conftest.two
2146	    mkdir conftest.dir
2147	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2148	      test -s conftest.one && test -s conftest.two &&
2149	      test -s conftest.dir/conftest.one &&
2150	      test -s conftest.dir/conftest.two
2151	    then
2152	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2153	      break 3
2154	    fi
2155	  fi
2156	fi
2157      done
2158    done
2159    ;;
2160esac
2161
2162  done
2163IFS=$as_save_IFS
2164
2165rm -rf conftest.one conftest.two conftest.dir
2166
2167fi
2168  if test "${ac_cv_path_install+set}" = set; then
2169    INSTALL=$ac_cv_path_install
2170  else
2171    # As a last resort, use the slow shell script.  Don't cache a
2172    # value for INSTALL within a source directory, because that will
2173    # break other packages using the cache if that directory is
2174    # removed, or if the value is a relative name.
2175    INSTALL=$ac_install_sh
2176  fi
2177fi
2178{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2179$as_echo "$INSTALL" >&6; }
2180
2181# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2182# It thinks the first close brace ends the variable substitution.
2183test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2184
2185test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2186
2187test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2188
2189{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2190$as_echo_n "checking whether build environment is sane... " >&6; }
2191# Just in case
2192sleep 1
2193echo timestamp > conftest.file
2194# Reject unsafe characters in $srcdir or the absolute working directory
2195# name.  Accept space and tab only in the latter.
2196am_lf='
2197'
2198case `pwd` in
2199  *[\\\"\#\$\&\'\`$am_lf]*)
2200    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2201esac
2202case $srcdir in
2203  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
2204    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2205esac
2206
2207# Do `set' in a subshell so we don't clobber the current shell's
2208# arguments.  Must try -L first in case configure is actually a
2209# symlink; some systems play weird games with the mod time of symlinks
2210# (eg FreeBSD returns the mod time of the symlink's containing
2211# directory).
2212if (
2213   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2214   if test "$*" = "X"; then
2215      # -L didn't work.
2216      set X `ls -t "$srcdir/configure" conftest.file`
2217   fi
2218   rm -f conftest.file
2219   if test "$*" != "X $srcdir/configure conftest.file" \
2220      && test "$*" != "X conftest.file $srcdir/configure"; then
2221
2222      # If neither matched, then we have a broken ls.  This can happen
2223      # if, for instance, CONFIG_SHELL is bash and it inherits a
2224      # broken ls alias from the environment.  This has actually
2225      # happened.  Such a system could not be considered "sane".
2226      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2227alias in your environment" "$LINENO" 5
2228   fi
2229
2230   test "$2" = conftest.file
2231   )
2232then
2233   # Ok.
2234   :
2235else
2236   as_fn_error $? "newly created file is older than distributed files!
2237Check your system clock" "$LINENO" 5
2238fi
2239{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2240$as_echo "yes" >&6; }
2241test "$program_prefix" != NONE &&
2242  program_transform_name="s&^&$program_prefix&;$program_transform_name"
2243# Use a double $ so make ignores it.
2244test "$program_suffix" != NONE &&
2245  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2246# Double any \ or $.
2247# By default was `s,x,x', remove it if useless.
2248ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2249program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2250
2251# expand $ac_aux_dir to an absolute path
2252am_aux_dir=`cd $ac_aux_dir && pwd`
2253
2254if test x"${MISSING+set}" != xset; then
2255  case $am_aux_dir in
2256  *\ * | *\	*)
2257    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2258  *)
2259    MISSING="\${SHELL} $am_aux_dir/missing" ;;
2260  esac
2261fi
2262# Use eval to expand $SHELL
2263if eval "$MISSING --run true"; then
2264  am_missing_run="$MISSING --run "
2265else
2266  am_missing_run=
2267  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2268$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2269fi
2270
2271if test x"${install_sh}" != xset; then
2272  case $am_aux_dir in
2273  *\ * | *\	*)
2274    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2275  *)
2276    install_sh="\${SHELL} $am_aux_dir/install-sh"
2277  esac
2278fi
2279
2280# Installed binaries are usually stripped using `strip' when the user
2281# run `make install-strip'.  However `strip' might not be the right
2282# tool to use in cross-compilation environments, therefore Automake
2283# will honor the `STRIP' environment variable to overrule this program.
2284if test "$cross_compiling" != no; then
2285  if test -n "$ac_tool_prefix"; then
2286  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2287set dummy ${ac_tool_prefix}strip; ac_word=$2
2288{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2289$as_echo_n "checking for $ac_word... " >&6; }
2290if ${ac_cv_prog_STRIP+:} false; then :
2291  $as_echo_n "(cached) " >&6
2292else
2293  if test -n "$STRIP"; then
2294  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2295else
2296as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2297for as_dir in $PATH
2298do
2299  IFS=$as_save_IFS
2300  test -z "$as_dir" && as_dir=.
2301    for ac_exec_ext in '' $ac_executable_extensions; do
2302  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2303    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2304    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2305    break 2
2306  fi
2307done
2308  done
2309IFS=$as_save_IFS
2310
2311fi
2312fi
2313STRIP=$ac_cv_prog_STRIP
2314if test -n "$STRIP"; then
2315  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2316$as_echo "$STRIP" >&6; }
2317else
2318  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2319$as_echo "no" >&6; }
2320fi
2321
2322
2323fi
2324if test -z "$ac_cv_prog_STRIP"; then
2325  ac_ct_STRIP=$STRIP
2326  # Extract the first word of "strip", so it can be a program name with args.
2327set dummy strip; ac_word=$2
2328{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2329$as_echo_n "checking for $ac_word... " >&6; }
2330if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2331  $as_echo_n "(cached) " >&6
2332else
2333  if test -n "$ac_ct_STRIP"; then
2334  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2335else
2336as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2337for as_dir in $PATH
2338do
2339  IFS=$as_save_IFS
2340  test -z "$as_dir" && as_dir=.
2341    for ac_exec_ext in '' $ac_executable_extensions; do
2342  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2343    ac_cv_prog_ac_ct_STRIP="strip"
2344    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2345    break 2
2346  fi
2347done
2348  done
2349IFS=$as_save_IFS
2350
2351fi
2352fi
2353ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2354if test -n "$ac_ct_STRIP"; then
2355  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2356$as_echo "$ac_ct_STRIP" >&6; }
2357else
2358  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2359$as_echo "no" >&6; }
2360fi
2361
2362  if test "x$ac_ct_STRIP" = x; then
2363    STRIP=":"
2364  else
2365    case $cross_compiling:$ac_tool_warned in
2366yes:)
2367{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2368$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2369ac_tool_warned=yes ;;
2370esac
2371    STRIP=$ac_ct_STRIP
2372  fi
2373else
2374  STRIP="$ac_cv_prog_STRIP"
2375fi
2376
2377fi
2378INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2379
2380{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2381$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2382if test -z "$MKDIR_P"; then
2383  if ${ac_cv_path_mkdir+:} false; then :
2384  $as_echo_n "(cached) " >&6
2385else
2386  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2387for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2388do
2389  IFS=$as_save_IFS
2390  test -z "$as_dir" && as_dir=.
2391    for ac_prog in mkdir gmkdir; do
2392	 for ac_exec_ext in '' $ac_executable_extensions; do
2393	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2394	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2395	     'mkdir (GNU coreutils) '* | \
2396	     'mkdir (coreutils) '* | \
2397	     'mkdir (fileutils) '4.1*)
2398	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2399	       break 3;;
2400	   esac
2401	 done
2402       done
2403  done
2404IFS=$as_save_IFS
2405
2406fi
2407
2408  test -d ./--version && rmdir ./--version
2409  if test "${ac_cv_path_mkdir+set}" = set; then
2410    MKDIR_P="$ac_cv_path_mkdir -p"
2411  else
2412    # As a last resort, use the slow shell script.  Don't cache a
2413    # value for MKDIR_P within a source directory, because that will
2414    # break other packages using the cache if that directory is
2415    # removed, or if the value is a relative name.
2416    MKDIR_P="$ac_install_sh -d"
2417  fi
2418fi
2419{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2420$as_echo "$MKDIR_P" >&6; }
2421
2422mkdir_p="$MKDIR_P"
2423case $mkdir_p in
2424  [\\/$]* | ?:[\\/]*) ;;
2425  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2426esac
2427
2428for ac_prog in gawk mawk nawk awk
2429do
2430  # Extract the first word of "$ac_prog", so it can be a program name with args.
2431set dummy $ac_prog; ac_word=$2
2432{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2433$as_echo_n "checking for $ac_word... " >&6; }
2434if ${ac_cv_prog_AWK+:} false; then :
2435  $as_echo_n "(cached) " >&6
2436else
2437  if test -n "$AWK"; then
2438  ac_cv_prog_AWK="$AWK" # Let the user override the test.
2439else
2440as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2441for as_dir in $PATH
2442do
2443  IFS=$as_save_IFS
2444  test -z "$as_dir" && as_dir=.
2445    for ac_exec_ext in '' $ac_executable_extensions; do
2446  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2447    ac_cv_prog_AWK="$ac_prog"
2448    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2449    break 2
2450  fi
2451done
2452  done
2453IFS=$as_save_IFS
2454
2455fi
2456fi
2457AWK=$ac_cv_prog_AWK
2458if test -n "$AWK"; then
2459  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2460$as_echo "$AWK" >&6; }
2461else
2462  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2463$as_echo "no" >&6; }
2464fi
2465
2466
2467  test -n "$AWK" && break
2468done
2469
2470{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2471$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2472set x ${MAKE-make}
2473ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2474if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2475  $as_echo_n "(cached) " >&6
2476else
2477  cat >conftest.make <<\_ACEOF
2478SHELL = /bin/sh
2479all:
2480	@echo '@@@%%%=$(MAKE)=@@@%%%'
2481_ACEOF
2482# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2483case `${MAKE-make} -f conftest.make 2>/dev/null` in
2484  *@@@%%%=?*=@@@%%%*)
2485    eval ac_cv_prog_make_${ac_make}_set=yes;;
2486  *)
2487    eval ac_cv_prog_make_${ac_make}_set=no;;
2488esac
2489rm -f conftest.make
2490fi
2491if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2492  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2493$as_echo "yes" >&6; }
2494  SET_MAKE=
2495else
2496  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2497$as_echo "no" >&6; }
2498  SET_MAKE="MAKE=${MAKE-make}"
2499fi
2500
2501rm -rf .tst 2>/dev/null
2502mkdir .tst 2>/dev/null
2503if test -d .tst; then
2504  am__leading_dot=.
2505else
2506  am__leading_dot=_
2507fi
2508rmdir .tst 2>/dev/null
2509
2510if test "`cd $srcdir && pwd`" != "`pwd`"; then
2511  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2512  # is not polluted with repeated "-I."
2513  am__isrc=' -I$(srcdir)'
2514  # test to see if srcdir already configured
2515  if test -f $srcdir/config.status; then
2516    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2517  fi
2518fi
2519
2520# test whether we have cygpath
2521if test -z "$CYGPATH_W"; then
2522  if (cygpath --version) >/dev/null 2>/dev/null; then
2523    CYGPATH_W='cygpath -w'
2524  else
2525    CYGPATH_W=echo
2526  fi
2527fi
2528
2529
2530# Define the identity of the package.
2531 PACKAGE='xdriinfo'
2532 VERSION='1.0.4'
2533
2534
2535cat >>confdefs.h <<_ACEOF
2536#define PACKAGE "$PACKAGE"
2537_ACEOF
2538
2539
2540cat >>confdefs.h <<_ACEOF
2541#define VERSION "$VERSION"
2542_ACEOF
2543
2544# Some tools Automake needs.
2545
2546ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2547
2548
2549AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2550
2551
2552AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2553
2554
2555AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2556
2557
2558MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2559
2560# We need awk for the "check" target.  The system "awk" is bad on
2561# some platforms.
2562# Always define AMTAR for backward compatibility.
2563
2564AMTAR=${AMTAR-"${am_missing_run}tar"}
2565
2566am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2567
2568
2569
2570
2571
2572
2573{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2574$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2575    # Check whether --enable-maintainer-mode was given.
2576if test "${enable_maintainer_mode+set}" = set; then :
2577  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2578else
2579  USE_MAINTAINER_MODE=no
2580fi
2581
2582  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2583$as_echo "$USE_MAINTAINER_MODE" >&6; }
2584   if test $USE_MAINTAINER_MODE = yes; then
2585  MAINTAINER_MODE_TRUE=
2586  MAINTAINER_MODE_FALSE='#'
2587else
2588  MAINTAINER_MODE_TRUE='#'
2589  MAINTAINER_MODE_FALSE=
2590fi
2591
2592  MAINT=$MAINTAINER_MODE_TRUE
2593
2594
2595
2596# Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608DEPDIR="${am__leading_dot}deps"
2609
2610ac_config_commands="$ac_config_commands depfiles"
2611
2612
2613am_make=${MAKE-make}
2614cat > confinc << 'END'
2615am__doit:
2616	@echo this is the am__doit target
2617.PHONY: am__doit
2618END
2619# If we don't find an include directive, just comment out the code.
2620{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
2621$as_echo_n "checking for style of include used by $am_make... " >&6; }
2622am__include="#"
2623am__quote=
2624_am_result=none
2625# First try GNU make style include.
2626echo "include confinc" > confmf
2627# Ignore all kinds of additional output from `make'.
2628case `$am_make -s -f confmf 2> /dev/null` in #(
2629*the\ am__doit\ target*)
2630  am__include=include
2631  am__quote=
2632  _am_result=GNU
2633  ;;
2634esac
2635# Now try BSD make style include.
2636if test "$am__include" = "#"; then
2637   echo '.include "confinc"' > confmf
2638   case `$am_make -s -f confmf 2> /dev/null` in #(
2639   *the\ am__doit\ target*)
2640     am__include=.include
2641     am__quote="\""
2642     _am_result=BSD
2643     ;;
2644   esac
2645fi
2646
2647
2648{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
2649$as_echo "$_am_result" >&6; }
2650rm -f confinc confmf
2651
2652# Check whether --enable-dependency-tracking was given.
2653if test "${enable_dependency_tracking+set}" = set; then :
2654  enableval=$enable_dependency_tracking;
2655fi
2656
2657if test "x$enable_dependency_tracking" != xno; then
2658  am_depcomp="$ac_aux_dir/depcomp"
2659  AMDEPBACKSLASH='\'
2660fi
2661 if test "x$enable_dependency_tracking" != xno; then
2662  AMDEP_TRUE=
2663  AMDEP_FALSE='#'
2664else
2665  AMDEP_TRUE='#'
2666  AMDEP_FALSE=
2667fi
2668
2669
2670ac_ext=c
2671ac_cpp='$CPP $CPPFLAGS'
2672ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2673ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2674ac_compiler_gnu=$ac_cv_c_compiler_gnu
2675if test -n "$ac_tool_prefix"; then
2676  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2677set dummy ${ac_tool_prefix}gcc; ac_word=$2
2678{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2679$as_echo_n "checking for $ac_word... " >&6; }
2680if ${ac_cv_prog_CC+:} false; then :
2681  $as_echo_n "(cached) " >&6
2682else
2683  if test -n "$CC"; then
2684  ac_cv_prog_CC="$CC" # Let the user override the test.
2685else
2686as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2687for as_dir in $PATH
2688do
2689  IFS=$as_save_IFS
2690  test -z "$as_dir" && as_dir=.
2691    for ac_exec_ext in '' $ac_executable_extensions; do
2692  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2693    ac_cv_prog_CC="${ac_tool_prefix}gcc"
2694    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2695    break 2
2696  fi
2697done
2698  done
2699IFS=$as_save_IFS
2700
2701fi
2702fi
2703CC=$ac_cv_prog_CC
2704if test -n "$CC"; then
2705  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2706$as_echo "$CC" >&6; }
2707else
2708  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2709$as_echo "no" >&6; }
2710fi
2711
2712
2713fi
2714if test -z "$ac_cv_prog_CC"; then
2715  ac_ct_CC=$CC
2716  # Extract the first word of "gcc", so it can be a program name with args.
2717set dummy gcc; ac_word=$2
2718{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2719$as_echo_n "checking for $ac_word... " >&6; }
2720if ${ac_cv_prog_ac_ct_CC+:} false; then :
2721  $as_echo_n "(cached) " >&6
2722else
2723  if test -n "$ac_ct_CC"; then
2724  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2725else
2726as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2727for as_dir in $PATH
2728do
2729  IFS=$as_save_IFS
2730  test -z "$as_dir" && as_dir=.
2731    for ac_exec_ext in '' $ac_executable_extensions; do
2732  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2733    ac_cv_prog_ac_ct_CC="gcc"
2734    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2735    break 2
2736  fi
2737done
2738  done
2739IFS=$as_save_IFS
2740
2741fi
2742fi
2743ac_ct_CC=$ac_cv_prog_ac_ct_CC
2744if test -n "$ac_ct_CC"; then
2745  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2746$as_echo "$ac_ct_CC" >&6; }
2747else
2748  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2749$as_echo "no" >&6; }
2750fi
2751
2752  if test "x$ac_ct_CC" = x; then
2753    CC=""
2754  else
2755    case $cross_compiling:$ac_tool_warned in
2756yes:)
2757{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2758$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2759ac_tool_warned=yes ;;
2760esac
2761    CC=$ac_ct_CC
2762  fi
2763else
2764  CC="$ac_cv_prog_CC"
2765fi
2766
2767if test -z "$CC"; then
2768          if test -n "$ac_tool_prefix"; then
2769    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2770set dummy ${ac_tool_prefix}cc; ac_word=$2
2771{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2772$as_echo_n "checking for $ac_word... " >&6; }
2773if ${ac_cv_prog_CC+:} false; then :
2774  $as_echo_n "(cached) " >&6
2775else
2776  if test -n "$CC"; then
2777  ac_cv_prog_CC="$CC" # Let the user override the test.
2778else
2779as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2780for as_dir in $PATH
2781do
2782  IFS=$as_save_IFS
2783  test -z "$as_dir" && as_dir=.
2784    for ac_exec_ext in '' $ac_executable_extensions; do
2785  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2786    ac_cv_prog_CC="${ac_tool_prefix}cc"
2787    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2788    break 2
2789  fi
2790done
2791  done
2792IFS=$as_save_IFS
2793
2794fi
2795fi
2796CC=$ac_cv_prog_CC
2797if test -n "$CC"; then
2798  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2799$as_echo "$CC" >&6; }
2800else
2801  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2802$as_echo "no" >&6; }
2803fi
2804
2805
2806  fi
2807fi
2808if test -z "$CC"; then
2809  # Extract the first word of "cc", so it can be a program name with args.
2810set dummy cc; ac_word=$2
2811{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2812$as_echo_n "checking for $ac_word... " >&6; }
2813if ${ac_cv_prog_CC+:} false; then :
2814  $as_echo_n "(cached) " >&6
2815else
2816  if test -n "$CC"; then
2817  ac_cv_prog_CC="$CC" # Let the user override the test.
2818else
2819  ac_prog_rejected=no
2820as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2821for as_dir in $PATH
2822do
2823  IFS=$as_save_IFS
2824  test -z "$as_dir" && as_dir=.
2825    for ac_exec_ext in '' $ac_executable_extensions; do
2826  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2827    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2828       ac_prog_rejected=yes
2829       continue
2830     fi
2831    ac_cv_prog_CC="cc"
2832    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2833    break 2
2834  fi
2835done
2836  done
2837IFS=$as_save_IFS
2838
2839if test $ac_prog_rejected = yes; then
2840  # We found a bogon in the path, so make sure we never use it.
2841  set dummy $ac_cv_prog_CC
2842  shift
2843  if test $# != 0; then
2844    # We chose a different compiler from the bogus one.
2845    # However, it has the same basename, so the bogon will be chosen
2846    # first if we set CC to just the basename; use the full file name.
2847    shift
2848    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2849  fi
2850fi
2851fi
2852fi
2853CC=$ac_cv_prog_CC
2854if test -n "$CC"; then
2855  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2856$as_echo "$CC" >&6; }
2857else
2858  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2859$as_echo "no" >&6; }
2860fi
2861
2862
2863fi
2864if test -z "$CC"; then
2865  if test -n "$ac_tool_prefix"; then
2866  for ac_prog in cl.exe
2867  do
2868    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2869set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2871$as_echo_n "checking for $ac_word... " >&6; }
2872if ${ac_cv_prog_CC+:} false; then :
2873  $as_echo_n "(cached) " >&6
2874else
2875  if test -n "$CC"; then
2876  ac_cv_prog_CC="$CC" # Let the user override the test.
2877else
2878as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2879for as_dir in $PATH
2880do
2881  IFS=$as_save_IFS
2882  test -z "$as_dir" && as_dir=.
2883    for ac_exec_ext in '' $ac_executable_extensions; do
2884  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2885    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2886    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2887    break 2
2888  fi
2889done
2890  done
2891IFS=$as_save_IFS
2892
2893fi
2894fi
2895CC=$ac_cv_prog_CC
2896if test -n "$CC"; then
2897  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2898$as_echo "$CC" >&6; }
2899else
2900  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2901$as_echo "no" >&6; }
2902fi
2903
2904
2905    test -n "$CC" && break
2906  done
2907fi
2908if test -z "$CC"; then
2909  ac_ct_CC=$CC
2910  for ac_prog in cl.exe
2911do
2912  # Extract the first word of "$ac_prog", so it can be a program name with args.
2913set dummy $ac_prog; ac_word=$2
2914{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2915$as_echo_n "checking for $ac_word... " >&6; }
2916if ${ac_cv_prog_ac_ct_CC+:} false; then :
2917  $as_echo_n "(cached) " >&6
2918else
2919  if test -n "$ac_ct_CC"; then
2920  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2921else
2922as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2923for as_dir in $PATH
2924do
2925  IFS=$as_save_IFS
2926  test -z "$as_dir" && as_dir=.
2927    for ac_exec_ext in '' $ac_executable_extensions; do
2928  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2929    ac_cv_prog_ac_ct_CC="$ac_prog"
2930    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2931    break 2
2932  fi
2933done
2934  done
2935IFS=$as_save_IFS
2936
2937fi
2938fi
2939ac_ct_CC=$ac_cv_prog_ac_ct_CC
2940if test -n "$ac_ct_CC"; then
2941  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2942$as_echo "$ac_ct_CC" >&6; }
2943else
2944  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2945$as_echo "no" >&6; }
2946fi
2947
2948
2949  test -n "$ac_ct_CC" && break
2950done
2951
2952  if test "x$ac_ct_CC" = x; then
2953    CC=""
2954  else
2955    case $cross_compiling:$ac_tool_warned in
2956yes:)
2957{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2958$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2959ac_tool_warned=yes ;;
2960esac
2961    CC=$ac_ct_CC
2962  fi
2963fi
2964
2965fi
2966
2967
2968test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2969$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2970as_fn_error $? "no acceptable C compiler found in \$PATH
2971See \`config.log' for more details" "$LINENO" 5; }
2972
2973# Provide some information about the compiler.
2974$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2975set X $ac_compile
2976ac_compiler=$2
2977for ac_option in --version -v -V -qversion; do
2978  { { ac_try="$ac_compiler $ac_option >&5"
2979case "(($ac_try" in
2980  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2981  *) ac_try_echo=$ac_try;;
2982esac
2983eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2984$as_echo "$ac_try_echo"; } >&5
2985  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2986  ac_status=$?
2987  if test -s conftest.err; then
2988    sed '10a\
2989... rest of stderr output deleted ...
2990         10q' conftest.err >conftest.er1
2991    cat conftest.er1 >&5
2992  fi
2993  rm -f conftest.er1 conftest.err
2994  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2995  test $ac_status = 0; }
2996done
2997
2998cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2999/* end confdefs.h.  */
3000
3001int
3002main ()
3003{
3004
3005  ;
3006  return 0;
3007}
3008_ACEOF
3009ac_clean_files_save=$ac_clean_files
3010ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3011# Try to create an executable without -o first, disregard a.out.
3012# It will help us diagnose broken compilers, and finding out an intuition
3013# of exeext.
3014{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3015$as_echo_n "checking whether the C compiler works... " >&6; }
3016ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3017
3018# The possible output files:
3019ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3020
3021ac_rmfiles=
3022for ac_file in $ac_files
3023do
3024  case $ac_file in
3025    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3026    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3027  esac
3028done
3029rm -f $ac_rmfiles
3030
3031if { { ac_try="$ac_link_default"
3032case "(($ac_try" in
3033  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3034  *) ac_try_echo=$ac_try;;
3035esac
3036eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3037$as_echo "$ac_try_echo"; } >&5
3038  (eval "$ac_link_default") 2>&5
3039  ac_status=$?
3040  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3041  test $ac_status = 0; }; then :
3042  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3043# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3044# in a Makefile.  We should not override ac_cv_exeext if it was cached,
3045# so that the user can short-circuit this test for compilers unknown to
3046# Autoconf.
3047for ac_file in $ac_files ''
3048do
3049  test -f "$ac_file" || continue
3050  case $ac_file in
3051    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3052	;;
3053    [ab].out )
3054	# We found the default executable, but exeext='' is most
3055	# certainly right.
3056	break;;
3057    *.* )
3058	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3059	then :; else
3060	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3061	fi
3062	# We set ac_cv_exeext here because the later test for it is not
3063	# safe: cross compilers may not add the suffix if given an `-o'
3064	# argument, so we may need to know it at that point already.
3065	# Even if this section looks crufty: it has the advantage of
3066	# actually working.
3067	break;;
3068    * )
3069	break;;
3070  esac
3071done
3072test "$ac_cv_exeext" = no && ac_cv_exeext=
3073
3074else
3075  ac_file=''
3076fi
3077if test -z "$ac_file"; then :
3078  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3079$as_echo "no" >&6; }
3080$as_echo "$as_me: failed program was:" >&5
3081sed 's/^/| /' conftest.$ac_ext >&5
3082
3083{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3084$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3085as_fn_error 77 "C compiler cannot create executables
3086See \`config.log' for more details" "$LINENO" 5; }
3087else
3088  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3089$as_echo "yes" >&6; }
3090fi
3091{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3092$as_echo_n "checking for C compiler default output file name... " >&6; }
3093{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3094$as_echo "$ac_file" >&6; }
3095ac_exeext=$ac_cv_exeext
3096
3097rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3098ac_clean_files=$ac_clean_files_save
3099{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3100$as_echo_n "checking for suffix of executables... " >&6; }
3101if { { ac_try="$ac_link"
3102case "(($ac_try" in
3103  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3104  *) ac_try_echo=$ac_try;;
3105esac
3106eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3107$as_echo "$ac_try_echo"; } >&5
3108  (eval "$ac_link") 2>&5
3109  ac_status=$?
3110  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3111  test $ac_status = 0; }; then :
3112  # If both `conftest.exe' and `conftest' are `present' (well, observable)
3113# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3114# work properly (i.e., refer to `conftest.exe'), while it won't with
3115# `rm'.
3116for ac_file in conftest.exe conftest conftest.*; do
3117  test -f "$ac_file" || continue
3118  case $ac_file in
3119    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3120    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3121	  break;;
3122    * ) break;;
3123  esac
3124done
3125else
3126  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3127$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3128as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3129See \`config.log' for more details" "$LINENO" 5; }
3130fi
3131rm -f conftest conftest$ac_cv_exeext
3132{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3133$as_echo "$ac_cv_exeext" >&6; }
3134
3135rm -f conftest.$ac_ext
3136EXEEXT=$ac_cv_exeext
3137ac_exeext=$EXEEXT
3138cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3139/* end confdefs.h.  */
3140#include <stdio.h>
3141int
3142main ()
3143{
3144FILE *f = fopen ("conftest.out", "w");
3145 return ferror (f) || fclose (f) != 0;
3146
3147  ;
3148  return 0;
3149}
3150_ACEOF
3151ac_clean_files="$ac_clean_files conftest.out"
3152# Check that the compiler produces executables we can run.  If not, either
3153# the compiler is broken, or we cross compile.
3154{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3155$as_echo_n "checking whether we are cross compiling... " >&6; }
3156if test "$cross_compiling" != yes; then
3157  { { ac_try="$ac_link"
3158case "(($ac_try" in
3159  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3160  *) ac_try_echo=$ac_try;;
3161esac
3162eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3163$as_echo "$ac_try_echo"; } >&5
3164  (eval "$ac_link") 2>&5
3165  ac_status=$?
3166  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3167  test $ac_status = 0; }
3168  if { ac_try='./conftest$ac_cv_exeext'
3169  { { case "(($ac_try" in
3170  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3171  *) ac_try_echo=$ac_try;;
3172esac
3173eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3174$as_echo "$ac_try_echo"; } >&5
3175  (eval "$ac_try") 2>&5
3176  ac_status=$?
3177  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3178  test $ac_status = 0; }; }; then
3179    cross_compiling=no
3180  else
3181    if test "$cross_compiling" = maybe; then
3182	cross_compiling=yes
3183    else
3184	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3185$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3186as_fn_error $? "cannot run C compiled programs.
3187If you meant to cross compile, use \`--host'.
3188See \`config.log' for more details" "$LINENO" 5; }
3189    fi
3190  fi
3191fi
3192{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3193$as_echo "$cross_compiling" >&6; }
3194
3195rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3196ac_clean_files=$ac_clean_files_save
3197{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3198$as_echo_n "checking for suffix of object files... " >&6; }
3199if ${ac_cv_objext+:} false; then :
3200  $as_echo_n "(cached) " >&6
3201else
3202  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3203/* end confdefs.h.  */
3204
3205int
3206main ()
3207{
3208
3209  ;
3210  return 0;
3211}
3212_ACEOF
3213rm -f conftest.o conftest.obj
3214if { { ac_try="$ac_compile"
3215case "(($ac_try" in
3216  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3217  *) ac_try_echo=$ac_try;;
3218esac
3219eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3220$as_echo "$ac_try_echo"; } >&5
3221  (eval "$ac_compile") 2>&5
3222  ac_status=$?
3223  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3224  test $ac_status = 0; }; then :
3225  for ac_file in conftest.o conftest.obj conftest.*; do
3226  test -f "$ac_file" || continue;
3227  case $ac_file in
3228    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3229    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3230       break;;
3231  esac
3232done
3233else
3234  $as_echo "$as_me: failed program was:" >&5
3235sed 's/^/| /' conftest.$ac_ext >&5
3236
3237{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3238$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3239as_fn_error $? "cannot compute suffix of object files: cannot compile
3240See \`config.log' for more details" "$LINENO" 5; }
3241fi
3242rm -f conftest.$ac_cv_objext conftest.$ac_ext
3243fi
3244{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3245$as_echo "$ac_cv_objext" >&6; }
3246OBJEXT=$ac_cv_objext
3247ac_objext=$OBJEXT
3248{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3249$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3250if ${ac_cv_c_compiler_gnu+:} false; then :
3251  $as_echo_n "(cached) " >&6
3252else
3253  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3254/* end confdefs.h.  */
3255
3256int
3257main ()
3258{
3259#ifndef __GNUC__
3260       choke me
3261#endif
3262
3263  ;
3264  return 0;
3265}
3266_ACEOF
3267if ac_fn_c_try_compile "$LINENO"; then :
3268  ac_compiler_gnu=yes
3269else
3270  ac_compiler_gnu=no
3271fi
3272rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3273ac_cv_c_compiler_gnu=$ac_compiler_gnu
3274
3275fi
3276{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3277$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3278if test $ac_compiler_gnu = yes; then
3279  GCC=yes
3280else
3281  GCC=
3282fi
3283ac_test_CFLAGS=${CFLAGS+set}
3284ac_save_CFLAGS=$CFLAGS
3285{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3286$as_echo_n "checking whether $CC accepts -g... " >&6; }
3287if ${ac_cv_prog_cc_g+:} false; then :
3288  $as_echo_n "(cached) " >&6
3289else
3290  ac_save_c_werror_flag=$ac_c_werror_flag
3291   ac_c_werror_flag=yes
3292   ac_cv_prog_cc_g=no
3293   CFLAGS="-g"
3294   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3295/* end confdefs.h.  */
3296
3297int
3298main ()
3299{
3300
3301  ;
3302  return 0;
3303}
3304_ACEOF
3305if ac_fn_c_try_compile "$LINENO"; then :
3306  ac_cv_prog_cc_g=yes
3307else
3308  CFLAGS=""
3309      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3310/* end confdefs.h.  */
3311
3312int
3313main ()
3314{
3315
3316  ;
3317  return 0;
3318}
3319_ACEOF
3320if ac_fn_c_try_compile "$LINENO"; then :
3321
3322else
3323  ac_c_werror_flag=$ac_save_c_werror_flag
3324	 CFLAGS="-g"
3325	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3326/* end confdefs.h.  */
3327
3328int
3329main ()
3330{
3331
3332  ;
3333  return 0;
3334}
3335_ACEOF
3336if ac_fn_c_try_compile "$LINENO"; then :
3337  ac_cv_prog_cc_g=yes
3338fi
3339rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3340fi
3341rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3342fi
3343rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3344   ac_c_werror_flag=$ac_save_c_werror_flag
3345fi
3346{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3347$as_echo "$ac_cv_prog_cc_g" >&6; }
3348if test "$ac_test_CFLAGS" = set; then
3349  CFLAGS=$ac_save_CFLAGS
3350elif test $ac_cv_prog_cc_g = yes; then
3351  if test "$GCC" = yes; then
3352    CFLAGS="-g -O2"
3353  else
3354    CFLAGS="-g"
3355  fi
3356else
3357  if test "$GCC" = yes; then
3358    CFLAGS="-O2"
3359  else
3360    CFLAGS=
3361  fi
3362fi
3363{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3364$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3365if ${ac_cv_prog_cc_c89+:} false; then :
3366  $as_echo_n "(cached) " >&6
3367else
3368  ac_cv_prog_cc_c89=no
3369ac_save_CC=$CC
3370cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3371/* end confdefs.h.  */
3372#include <stdarg.h>
3373#include <stdio.h>
3374#include <sys/types.h>
3375#include <sys/stat.h>
3376/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3377struct buf { int x; };
3378FILE * (*rcsopen) (struct buf *, struct stat *, int);
3379static char *e (p, i)
3380     char **p;
3381     int i;
3382{
3383  return p[i];
3384}
3385static char *f (char * (*g) (char **, int), char **p, ...)
3386{
3387  char *s;
3388  va_list v;
3389  va_start (v,p);
3390  s = g (p, va_arg (v,int));
3391  va_end (v);
3392  return s;
3393}
3394
3395/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3396   function prototypes and stuff, but not '\xHH' hex character constants.
3397   These don't provoke an error unfortunately, instead are silently treated
3398   as 'x'.  The following induces an error, until -std is added to get
3399   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3400   array size at least.  It's necessary to write '\x00'==0 to get something
3401   that's true only with -std.  */
3402int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3403
3404/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3405   inside strings and character constants.  */
3406#define FOO(x) 'x'
3407int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3408
3409int test (int i, double x);
3410struct s1 {int (*f) (int a);};
3411struct s2 {int (*f) (double a);};
3412int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3413int argc;
3414char **argv;
3415int
3416main ()
3417{
3418return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3419  ;
3420  return 0;
3421}
3422_ACEOF
3423for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3424	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3425do
3426  CC="$ac_save_CC $ac_arg"
3427  if ac_fn_c_try_compile "$LINENO"; then :
3428  ac_cv_prog_cc_c89=$ac_arg
3429fi
3430rm -f core conftest.err conftest.$ac_objext
3431  test "x$ac_cv_prog_cc_c89" != "xno" && break
3432done
3433rm -f conftest.$ac_ext
3434CC=$ac_save_CC
3435
3436fi
3437# AC_CACHE_VAL
3438case "x$ac_cv_prog_cc_c89" in
3439  x)
3440    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3441$as_echo "none needed" >&6; } ;;
3442  xno)
3443    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3444$as_echo "unsupported" >&6; } ;;
3445  *)
3446    CC="$CC $ac_cv_prog_cc_c89"
3447    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3448$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3449esac
3450if test "x$ac_cv_prog_cc_c89" != xno; then :
3451
3452fi
3453
3454ac_ext=c
3455ac_cpp='$CPP $CPPFLAGS'
3456ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3457ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3458ac_compiler_gnu=$ac_cv_c_compiler_gnu
3459
3460depcc="$CC"   am_compiler_list=
3461
3462{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3463$as_echo_n "checking dependency style of $depcc... " >&6; }
3464if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3465  $as_echo_n "(cached) " >&6
3466else
3467  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3468  # We make a subdir and do the tests there.  Otherwise we can end up
3469  # making bogus files that we don't know about and never remove.  For
3470  # instance it was reported that on HP-UX the gcc test will end up
3471  # making a dummy file named `D' -- because `-MD' means `put the output
3472  # in D'.
3473  mkdir conftest.dir
3474  # Copy depcomp to subdir because otherwise we won't find it if we're
3475  # using a relative directory.
3476  cp "$am_depcomp" conftest.dir
3477  cd conftest.dir
3478  # We will build objects and dependencies in a subdirectory because
3479  # it helps to detect inapplicable dependency modes.  For instance
3480  # both Tru64's cc and ICC support -MD to output dependencies as a
3481  # side effect of compilation, but ICC will put the dependencies in
3482  # the current directory while Tru64 will put them in the object
3483  # directory.
3484  mkdir sub
3485
3486  am_cv_CC_dependencies_compiler_type=none
3487  if test "$am_compiler_list" = ""; then
3488     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3489  fi
3490  am__universal=false
3491  case " $depcc " in #(
3492     *\ -arch\ *\ -arch\ *) am__universal=true ;;
3493     esac
3494
3495  for depmode in $am_compiler_list; do
3496    # Setup a source with many dependencies, because some compilers
3497    # like to wrap large dependency lists on column 80 (with \), and
3498    # we should not choose a depcomp mode which is confused by this.
3499    #
3500    # We need to recreate these files for each test, as the compiler may
3501    # overwrite some of them when testing with obscure command lines.
3502    # This happens at least with the AIX C compiler.
3503    : > sub/conftest.c
3504    for i in 1 2 3 4 5 6; do
3505      echo '#include "conftst'$i'.h"' >> sub/conftest.c
3506      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3507      # Solaris 8's {/usr,}/bin/sh.
3508      touch sub/conftst$i.h
3509    done
3510    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3511
3512    # We check with `-c' and `-o' for the sake of the "dashmstdout"
3513    # mode.  It turns out that the SunPro C++ compiler does not properly
3514    # handle `-M -o', and we need to detect this.  Also, some Intel
3515    # versions had trouble with output in subdirs
3516    am__obj=sub/conftest.${OBJEXT-o}
3517    am__minus_obj="-o $am__obj"
3518    case $depmode in
3519    gcc)
3520      # This depmode causes a compiler race in universal mode.
3521      test "$am__universal" = false || continue
3522      ;;
3523    nosideeffect)
3524      # after this tag, mechanisms are not by side-effect, so they'll
3525      # only be used when explicitly requested
3526      if test "x$enable_dependency_tracking" = xyes; then
3527	continue
3528      else
3529	break
3530      fi
3531      ;;
3532    msvisualcpp | msvcmsys)
3533      # This compiler won't grok `-c -o', but also, the minuso test has
3534      # not run yet.  These depmodes are late enough in the game, and
3535      # so weak that their functioning should not be impacted.
3536      am__obj=conftest.${OBJEXT-o}
3537      am__minus_obj=
3538      ;;
3539    none) break ;;
3540    esac
3541    if depmode=$depmode \
3542       source=sub/conftest.c object=$am__obj \
3543       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3544       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3545         >/dev/null 2>conftest.err &&
3546       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3547       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3548       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3549       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3550      # icc doesn't choke on unknown options, it will just issue warnings
3551      # or remarks (even with -Werror).  So we grep stderr for any message
3552      # that says an option was ignored or not supported.
3553      # When given -MP, icc 7.0 and 7.1 complain thusly:
3554      #   icc: Command line warning: ignoring option '-M'; no argument required
3555      # The diagnosis changed in icc 8.0:
3556      #   icc: Command line remark: option '-MP' not supported
3557      if (grep 'ignoring option' conftest.err ||
3558          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3559        am_cv_CC_dependencies_compiler_type=$depmode
3560        break
3561      fi
3562    fi
3563  done
3564
3565  cd ..
3566  rm -rf conftest.dir
3567else
3568  am_cv_CC_dependencies_compiler_type=none
3569fi
3570
3571fi
3572{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3573$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3574CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3575
3576 if
3577  test "x$enable_dependency_tracking" != xno \
3578  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3579  am__fastdepCC_TRUE=
3580  am__fastdepCC_FALSE='#'
3581else
3582  am__fastdepCC_TRUE='#'
3583  am__fastdepCC_FALSE=
3584fi
3585
3586
3587   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5
3588$as_echo_n "checking for $CC option to accept ISO C99... " >&6; }
3589if ${ac_cv_prog_cc_c99+:} false; then :
3590  $as_echo_n "(cached) " >&6
3591else
3592  ac_cv_prog_cc_c99=no
3593ac_save_CC=$CC
3594cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3595/* end confdefs.h.  */
3596#include <stdarg.h>
3597#include <stdbool.h>
3598#include <stdlib.h>
3599#include <wchar.h>
3600#include <stdio.h>
3601
3602// Check varargs macros.  These examples are taken from C99 6.10.3.5.
3603#define debug(...) fprintf (stderr, __VA_ARGS__)
3604#define showlist(...) puts (#__VA_ARGS__)
3605#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
3606static void
3607test_varargs_macros (void)
3608{
3609  int x = 1234;
3610  int y = 5678;
3611  debug ("Flag");
3612  debug ("X = %d\n", x);
3613  showlist (The first, second, and third items.);
3614  report (x>y, "x is %d but y is %d", x, y);
3615}
3616
3617// Check long long types.
3618#define BIG64 18446744073709551615ull
3619#define BIG32 4294967295ul
3620#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
3621#if !BIG_OK
3622  your preprocessor is broken;
3623#endif
3624#if BIG_OK
3625#else
3626  your preprocessor is broken;
3627#endif
3628static long long int bignum = -9223372036854775807LL;
3629static unsigned long long int ubignum = BIG64;
3630
3631struct incomplete_array
3632{
3633  int datasize;
3634  double data[];
3635};
3636
3637struct named_init {
3638  int number;
3639  const wchar_t *name;
3640  double average;
3641};
3642
3643typedef const char *ccp;
3644
3645static inline int
3646test_restrict (ccp restrict text)
3647{
3648  // See if C++-style comments work.
3649  // Iterate through items via the restricted pointer.
3650  // Also check for declarations in for loops.
3651  for (unsigned int i = 0; *(text+i) != '\0'; ++i)
3652    continue;
3653  return 0;
3654}
3655
3656// Check varargs and va_copy.
3657static void
3658test_varargs (const char *format, ...)
3659{
3660  va_list args;
3661  va_start (args, format);
3662  va_list args_copy;
3663  va_copy (args_copy, args);
3664
3665  const char *str;
3666  int number;
3667  float fnumber;
3668
3669  while (*format)
3670    {
3671      switch (*format++)
3672	{
3673	case 's': // string
3674	  str = va_arg (args_copy, const char *);
3675	  break;
3676	case 'd': // int
3677	  number = va_arg (args_copy, int);
3678	  break;
3679	case 'f': // float
3680	  fnumber = va_arg (args_copy, double);
3681	  break;
3682	default:
3683	  break;
3684	}
3685    }
3686  va_end (args_copy);
3687  va_end (args);
3688}
3689
3690int
3691main ()
3692{
3693
3694  // Check bool.
3695  _Bool success = false;
3696
3697  // Check restrict.
3698  if (test_restrict ("String literal") == 0)
3699    success = true;
3700  char *restrict newvar = "Another string";
3701
3702  // Check varargs.
3703  test_varargs ("s, d' f .", "string", 65, 34.234);
3704  test_varargs_macros ();
3705
3706  // Check flexible array members.
3707  struct incomplete_array *ia =
3708    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
3709  ia->datasize = 10;
3710  for (int i = 0; i < ia->datasize; ++i)
3711    ia->data[i] = i * 1.234;
3712
3713  // Check named initializers.
3714  struct named_init ni = {
3715    .number = 34,
3716    .name = L"Test wide string",
3717    .average = 543.34343,
3718  };
3719
3720  ni.number = 58;
3721
3722  int dynamic_array[ni.number];
3723  dynamic_array[ni.number - 1] = 543;
3724
3725  // work around unused variable warnings
3726  return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
3727	  || dynamic_array[ni.number - 1] != 543);
3728
3729  ;
3730  return 0;
3731}
3732_ACEOF
3733for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99
3734do
3735  CC="$ac_save_CC $ac_arg"
3736  if ac_fn_c_try_compile "$LINENO"; then :
3737  ac_cv_prog_cc_c99=$ac_arg
3738fi
3739rm -f core conftest.err conftest.$ac_objext
3740  test "x$ac_cv_prog_cc_c99" != "xno" && break
3741done
3742rm -f conftest.$ac_ext
3743CC=$ac_save_CC
3744
3745fi
3746# AC_CACHE_VAL
3747case "x$ac_cv_prog_cc_c99" in
3748  x)
3749    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3750$as_echo "none needed" >&6; } ;;
3751  xno)
3752    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3753$as_echo "unsupported" >&6; } ;;
3754  *)
3755    CC="$CC $ac_cv_prog_cc_c99"
3756    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
3757$as_echo "$ac_cv_prog_cc_c99" >&6; } ;;
3758esac
3759if test "x$ac_cv_prog_cc_c99" != xno; then :
3760
3761fi
3762
3763
3764
3765ac_ext=c
3766ac_cpp='$CPP $CPPFLAGS'
3767ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3768ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3769ac_compiler_gnu=$ac_cv_c_compiler_gnu
3770{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3771$as_echo_n "checking how to run the C preprocessor... " >&6; }
3772# On Suns, sometimes $CPP names a directory.
3773if test -n "$CPP" && test -d "$CPP"; then
3774  CPP=
3775fi
3776if test -z "$CPP"; then
3777  if ${ac_cv_prog_CPP+:} false; then :
3778  $as_echo_n "(cached) " >&6
3779else
3780      # Double quotes because CPP needs to be expanded
3781    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3782    do
3783      ac_preproc_ok=false
3784for ac_c_preproc_warn_flag in '' yes
3785do
3786  # Use a header file that comes with gcc, so configuring glibc
3787  # with a fresh cross-compiler works.
3788  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3789  # <limits.h> exists even on freestanding compilers.
3790  # On the NeXT, cc -E runs the code through the compiler's parser,
3791  # not just through cpp. "Syntax error" is here to catch this case.
3792  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3793/* end confdefs.h.  */
3794#ifdef __STDC__
3795# include <limits.h>
3796#else
3797# include <assert.h>
3798#endif
3799		     Syntax error
3800_ACEOF
3801if ac_fn_c_try_cpp "$LINENO"; then :
3802
3803else
3804  # Broken: fails on valid input.
3805continue
3806fi
3807rm -f conftest.err conftest.i conftest.$ac_ext
3808
3809  # OK, works on sane cases.  Now check whether nonexistent headers
3810  # can be detected and how.
3811  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3812/* end confdefs.h.  */
3813#include <ac_nonexistent.h>
3814_ACEOF
3815if ac_fn_c_try_cpp "$LINENO"; then :
3816  # Broken: success on invalid input.
3817continue
3818else
3819  # Passes both tests.
3820ac_preproc_ok=:
3821break
3822fi
3823rm -f conftest.err conftest.i conftest.$ac_ext
3824
3825done
3826# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3827rm -f conftest.i conftest.err conftest.$ac_ext
3828if $ac_preproc_ok; then :
3829  break
3830fi
3831
3832    done
3833    ac_cv_prog_CPP=$CPP
3834
3835fi
3836  CPP=$ac_cv_prog_CPP
3837else
3838  ac_cv_prog_CPP=$CPP
3839fi
3840{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3841$as_echo "$CPP" >&6; }
3842ac_preproc_ok=false
3843for ac_c_preproc_warn_flag in '' yes
3844do
3845  # Use a header file that comes with gcc, so configuring glibc
3846  # with a fresh cross-compiler works.
3847  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3848  # <limits.h> exists even on freestanding compilers.
3849  # On the NeXT, cc -E runs the code through the compiler's parser,
3850  # not just through cpp. "Syntax error" is here to catch this case.
3851  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3852/* end confdefs.h.  */
3853#ifdef __STDC__
3854# include <limits.h>
3855#else
3856# include <assert.h>
3857#endif
3858		     Syntax error
3859_ACEOF
3860if ac_fn_c_try_cpp "$LINENO"; then :
3861
3862else
3863  # Broken: fails on valid input.
3864continue
3865fi
3866rm -f conftest.err conftest.i conftest.$ac_ext
3867
3868  # OK, works on sane cases.  Now check whether nonexistent headers
3869  # can be detected and how.
3870  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3871/* end confdefs.h.  */
3872#include <ac_nonexistent.h>
3873_ACEOF
3874if ac_fn_c_try_cpp "$LINENO"; then :
3875  # Broken: success on invalid input.
3876continue
3877else
3878  # Passes both tests.
3879ac_preproc_ok=:
3880break
3881fi
3882rm -f conftest.err conftest.i conftest.$ac_ext
3883
3884done
3885# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3886rm -f conftest.i conftest.err conftest.$ac_ext
3887if $ac_preproc_ok; then :
3888
3889else
3890  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3891$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3892as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3893See \`config.log' for more details" "$LINENO" 5; }
3894fi
3895
3896ac_ext=c
3897ac_cpp='$CPP $CPPFLAGS'
3898ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3899ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3900ac_compiler_gnu=$ac_cv_c_compiler_gnu
3901
3902
3903{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3904$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3905if ${ac_cv_path_GREP+:} false; then :
3906  $as_echo_n "(cached) " >&6
3907else
3908  if test -z "$GREP"; then
3909  ac_path_GREP_found=false
3910  # Loop through the user's path and test for each of PROGNAME-LIST
3911  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3912for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3913do
3914  IFS=$as_save_IFS
3915  test -z "$as_dir" && as_dir=.
3916    for ac_prog in grep ggrep; do
3917    for ac_exec_ext in '' $ac_executable_extensions; do
3918      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3919      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3920# Check for GNU ac_path_GREP and select it if it is found.
3921  # Check for GNU $ac_path_GREP
3922case `"$ac_path_GREP" --version 2>&1` in
3923*GNU*)
3924  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3925*)
3926  ac_count=0
3927  $as_echo_n 0123456789 >"conftest.in"
3928  while :
3929  do
3930    cat "conftest.in" "conftest.in" >"conftest.tmp"
3931    mv "conftest.tmp" "conftest.in"
3932    cp "conftest.in" "conftest.nl"
3933    $as_echo 'GREP' >> "conftest.nl"
3934    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3935    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3936    as_fn_arith $ac_count + 1 && ac_count=$as_val
3937    if test $ac_count -gt ${ac_path_GREP_max-0}; then
3938      # Best one so far, save it but keep looking for a better one
3939      ac_cv_path_GREP="$ac_path_GREP"
3940      ac_path_GREP_max=$ac_count
3941    fi
3942    # 10*(2^10) chars as input seems more than enough
3943    test $ac_count -gt 10 && break
3944  done
3945  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3946esac
3947
3948      $ac_path_GREP_found && break 3
3949    done
3950  done
3951  done
3952IFS=$as_save_IFS
3953  if test -z "$ac_cv_path_GREP"; then
3954    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3955  fi
3956else
3957  ac_cv_path_GREP=$GREP
3958fi
3959
3960fi
3961{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3962$as_echo "$ac_cv_path_GREP" >&6; }
3963 GREP="$ac_cv_path_GREP"
3964
3965
3966{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3967$as_echo_n "checking for egrep... " >&6; }
3968if ${ac_cv_path_EGREP+:} false; then :
3969  $as_echo_n "(cached) " >&6
3970else
3971  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3972   then ac_cv_path_EGREP="$GREP -E"
3973   else
3974     if test -z "$EGREP"; then
3975  ac_path_EGREP_found=false
3976  # Loop through the user's path and test for each of PROGNAME-LIST
3977  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3978for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3979do
3980  IFS=$as_save_IFS
3981  test -z "$as_dir" && as_dir=.
3982    for ac_prog in egrep; do
3983    for ac_exec_ext in '' $ac_executable_extensions; do
3984      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3985      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
3986# Check for GNU ac_path_EGREP and select it if it is found.
3987  # Check for GNU $ac_path_EGREP
3988case `"$ac_path_EGREP" --version 2>&1` in
3989*GNU*)
3990  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3991*)
3992  ac_count=0
3993  $as_echo_n 0123456789 >"conftest.in"
3994  while :
3995  do
3996    cat "conftest.in" "conftest.in" >"conftest.tmp"
3997    mv "conftest.tmp" "conftest.in"
3998    cp "conftest.in" "conftest.nl"
3999    $as_echo 'EGREP' >> "conftest.nl"
4000    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4001    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4002    as_fn_arith $ac_count + 1 && ac_count=$as_val
4003    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4004      # Best one so far, save it but keep looking for a better one
4005      ac_cv_path_EGREP="$ac_path_EGREP"
4006      ac_path_EGREP_max=$ac_count
4007    fi
4008    # 10*(2^10) chars as input seems more than enough
4009    test $ac_count -gt 10 && break
4010  done
4011  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4012esac
4013
4014      $ac_path_EGREP_found && break 3
4015    done
4016  done
4017  done
4018IFS=$as_save_IFS
4019  if test -z "$ac_cv_path_EGREP"; then
4020    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4021  fi
4022else
4023  ac_cv_path_EGREP=$EGREP
4024fi
4025
4026   fi
4027fi
4028{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4029$as_echo "$ac_cv_path_EGREP" >&6; }
4030 EGREP="$ac_cv_path_EGREP"
4031
4032
4033{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4034$as_echo_n "checking for ANSI C header files... " >&6; }
4035if ${ac_cv_header_stdc+:} false; then :
4036  $as_echo_n "(cached) " >&6
4037else
4038  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4039/* end confdefs.h.  */
4040#include <stdlib.h>
4041#include <stdarg.h>
4042#include <string.h>
4043#include <float.h>
4044
4045int
4046main ()
4047{
4048
4049  ;
4050  return 0;
4051}
4052_ACEOF
4053if ac_fn_c_try_compile "$LINENO"; then :
4054  ac_cv_header_stdc=yes
4055else
4056  ac_cv_header_stdc=no
4057fi
4058rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4059
4060if test $ac_cv_header_stdc = yes; then
4061  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4062  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4063/* end confdefs.h.  */
4064#include <string.h>
4065
4066_ACEOF
4067if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4068  $EGREP "memchr" >/dev/null 2>&1; then :
4069
4070else
4071  ac_cv_header_stdc=no
4072fi
4073rm -f conftest*
4074
4075fi
4076
4077if test $ac_cv_header_stdc = yes; then
4078  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4079  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4080/* end confdefs.h.  */
4081#include <stdlib.h>
4082
4083_ACEOF
4084if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4085  $EGREP "free" >/dev/null 2>&1; then :
4086
4087else
4088  ac_cv_header_stdc=no
4089fi
4090rm -f conftest*
4091
4092fi
4093
4094if test $ac_cv_header_stdc = yes; then
4095  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4096  if test "$cross_compiling" = yes; then :
4097  :
4098else
4099  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4100/* end confdefs.h.  */
4101#include <ctype.h>
4102#include <stdlib.h>
4103#if ((' ' & 0x0FF) == 0x020)
4104# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4105# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4106#else
4107# define ISLOWER(c) \
4108		   (('a' <= (c) && (c) <= 'i') \
4109		     || ('j' <= (c) && (c) <= 'r') \
4110		     || ('s' <= (c) && (c) <= 'z'))
4111# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4112#endif
4113
4114#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4115int
4116main ()
4117{
4118  int i;
4119  for (i = 0; i < 256; i++)
4120    if (XOR (islower (i), ISLOWER (i))
4121	|| toupper (i) != TOUPPER (i))
4122      return 2;
4123  return 0;
4124}
4125_ACEOF
4126if ac_fn_c_try_run "$LINENO"; then :
4127
4128else
4129  ac_cv_header_stdc=no
4130fi
4131rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4132  conftest.$ac_objext conftest.beam conftest.$ac_ext
4133fi
4134
4135fi
4136fi
4137{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4138$as_echo "$ac_cv_header_stdc" >&6; }
4139if test $ac_cv_header_stdc = yes; then
4140
4141$as_echo "#define STDC_HEADERS 1" >>confdefs.h
4142
4143fi
4144
4145# On IRIX 5.3, sys/types and inttypes.h are conflicting.
4146for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4147		  inttypes.h stdint.h unistd.h
4148do :
4149  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4150ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4151"
4152if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4153  cat >>confdefs.h <<_ACEOF
4154#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4155_ACEOF
4156
4157fi
4158
4159done
4160
4161
4162
4163
4164if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
4165	if test -n "$ac_tool_prefix"; then
4166  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
4167set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
4168{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4169$as_echo_n "checking for $ac_word... " >&6; }
4170if ${ac_cv_path_PKG_CONFIG+:} false; then :
4171  $as_echo_n "(cached) " >&6
4172else
4173  case $PKG_CONFIG in
4174  [\\/]* | ?:[\\/]*)
4175  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
4176  ;;
4177  *)
4178  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4179for as_dir in $PATH
4180do
4181  IFS=$as_save_IFS
4182  test -z "$as_dir" && as_dir=.
4183    for ac_exec_ext in '' $ac_executable_extensions; do
4184  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4185    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
4186    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4187    break 2
4188  fi
4189done
4190  done
4191IFS=$as_save_IFS
4192
4193  ;;
4194esac
4195fi
4196PKG_CONFIG=$ac_cv_path_PKG_CONFIG
4197if test -n "$PKG_CONFIG"; then
4198  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4199$as_echo "$PKG_CONFIG" >&6; }
4200else
4201  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4202$as_echo "no" >&6; }
4203fi
4204
4205
4206fi
4207if test -z "$ac_cv_path_PKG_CONFIG"; then
4208  ac_pt_PKG_CONFIG=$PKG_CONFIG
4209  # Extract the first word of "pkg-config", so it can be a program name with args.
4210set dummy pkg-config; ac_word=$2
4211{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4212$as_echo_n "checking for $ac_word... " >&6; }
4213if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
4214  $as_echo_n "(cached) " >&6
4215else
4216  case $ac_pt_PKG_CONFIG in
4217  [\\/]* | ?:[\\/]*)
4218  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
4219  ;;
4220  *)
4221  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4222for as_dir in $PATH
4223do
4224  IFS=$as_save_IFS
4225  test -z "$as_dir" && as_dir=.
4226    for ac_exec_ext in '' $ac_executable_extensions; do
4227  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4228    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
4229    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4230    break 2
4231  fi
4232done
4233  done
4234IFS=$as_save_IFS
4235
4236  ;;
4237esac
4238fi
4239ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
4240if test -n "$ac_pt_PKG_CONFIG"; then
4241  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
4242$as_echo "$ac_pt_PKG_CONFIG" >&6; }
4243else
4244  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4245$as_echo "no" >&6; }
4246fi
4247
4248  if test "x$ac_pt_PKG_CONFIG" = x; then
4249    PKG_CONFIG=""
4250  else
4251    case $cross_compiling:$ac_tool_warned in
4252yes:)
4253{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4254$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4255ac_tool_warned=yes ;;
4256esac
4257    PKG_CONFIG=$ac_pt_PKG_CONFIG
4258  fi
4259else
4260  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
4261fi
4262
4263fi
4264if test -n "$PKG_CONFIG"; then
4265	_pkg_min_version=0.9.0
4266	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
4267$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
4268	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
4269		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4270$as_echo "yes" >&6; }
4271	else
4272		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4273$as_echo "no" >&6; }
4274		PKG_CONFIG=""
4275	fi
4276
4277fi
4278# Make sure we can run config.sub.
4279$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4280  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4281
4282{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4283$as_echo_n "checking build system type... " >&6; }
4284if ${ac_cv_build+:} false; then :
4285  $as_echo_n "(cached) " >&6
4286else
4287  ac_build_alias=$build_alias
4288test "x$ac_build_alias" = x &&
4289  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4290test "x$ac_build_alias" = x &&
4291  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
4292ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4293  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4294
4295fi
4296{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4297$as_echo "$ac_cv_build" >&6; }
4298case $ac_cv_build in
4299*-*-*) ;;
4300*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
4301esac
4302build=$ac_cv_build
4303ac_save_IFS=$IFS; IFS='-'
4304set x $ac_cv_build
4305shift
4306build_cpu=$1
4307build_vendor=$2
4308shift; shift
4309# Remember, the first character of IFS is used to create $*,
4310# except with old shells:
4311build_os=$*
4312IFS=$ac_save_IFS
4313case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4314
4315
4316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4317$as_echo_n "checking host system type... " >&6; }
4318if ${ac_cv_host+:} false; then :
4319  $as_echo_n "(cached) " >&6
4320else
4321  if test "x$host_alias" = x; then
4322  ac_cv_host=$ac_cv_build
4323else
4324  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4325    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4326fi
4327
4328fi
4329{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4330$as_echo "$ac_cv_host" >&6; }
4331case $ac_cv_host in
4332*-*-*) ;;
4333*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
4334esac
4335host=$ac_cv_host
4336ac_save_IFS=$IFS; IFS='-'
4337set x $ac_cv_host
4338shift
4339host_cpu=$1
4340host_vendor=$2
4341shift; shift
4342# Remember, the first character of IFS is used to create $*,
4343# except with old shells:
4344host_os=$*
4345IFS=$ac_save_IFS
4346case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4347
4348
4349{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4350$as_echo_n "checking for a sed that does not truncate output... " >&6; }
4351if ${ac_cv_path_SED+:} false; then :
4352  $as_echo_n "(cached) " >&6
4353else
4354            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4355     for ac_i in 1 2 3 4 5 6 7; do
4356       ac_script="$ac_script$as_nl$ac_script"
4357     done
4358     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4359     { ac_script=; unset ac_script;}
4360     if test -z "$SED"; then
4361  ac_path_SED_found=false
4362  # Loop through the user's path and test for each of PROGNAME-LIST
4363  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4364for as_dir in $PATH
4365do
4366  IFS=$as_save_IFS
4367  test -z "$as_dir" && as_dir=.
4368    for ac_prog in sed gsed; do
4369    for ac_exec_ext in '' $ac_executable_extensions; do
4370      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4371      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4372# Check for GNU ac_path_SED and select it if it is found.
4373  # Check for GNU $ac_path_SED
4374case `"$ac_path_SED" --version 2>&1` in
4375*GNU*)
4376  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4377*)
4378  ac_count=0
4379  $as_echo_n 0123456789 >"conftest.in"
4380  while :
4381  do
4382    cat "conftest.in" "conftest.in" >"conftest.tmp"
4383    mv "conftest.tmp" "conftest.in"
4384    cp "conftest.in" "conftest.nl"
4385    $as_echo '' >> "conftest.nl"
4386    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4387    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4388    as_fn_arith $ac_count + 1 && ac_count=$as_val
4389    if test $ac_count -gt ${ac_path_SED_max-0}; then
4390      # Best one so far, save it but keep looking for a better one
4391      ac_cv_path_SED="$ac_path_SED"
4392      ac_path_SED_max=$ac_count
4393    fi
4394    # 10*(2^10) chars as input seems more than enough
4395    test $ac_count -gt 10 && break
4396  done
4397  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4398esac
4399
4400      $ac_path_SED_found && break 3
4401    done
4402  done
4403  done
4404IFS=$as_save_IFS
4405  if test -z "$ac_cv_path_SED"; then
4406    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4407  fi
4408else
4409  ac_cv_path_SED=$SED
4410fi
4411
4412fi
4413{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4414$as_echo "$ac_cv_path_SED" >&6; }
4415 SED="$ac_cv_path_SED"
4416  rm -f conftest.sed
4417
4418
4419
4420
4421
4422if  test "x$GCC" = xyes ; then
4423    CWARNFLAGS="-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes \
4424-Wmissing-declarations -Wnested-externs -fno-strict-aliasing \
4425-Wbad-function-cast -Wformat=2"
4426    case `$CC -dumpversion` in
4427    3.4.* | 4.*)
4428	CWARNFLAGS="$CWARNFLAGS -Wold-style-definition -Wdeclaration-after-statement"
4429	;;
4430    esac
4431else
4432    ac_fn_c_check_decl "$LINENO" "__SUNPRO_C" "ac_cv_have_decl___SUNPRO_C" "$ac_includes_default"
4433if test "x$ac_cv_have_decl___SUNPRO_C" = xyes; then :
4434  SUNCC="yes"
4435else
4436  SUNCC="no"
4437fi
4438
4439    if test "x$SUNCC" = "xyes"; then
4440	CWARNFLAGS="-v"
4441    fi
4442fi
4443
4444
4445
4446# If the module's configure.ac calls AC_PROG_CC later on, CC gets set to C89
4447
4448
4449
4450# Check whether --enable-strict-compilation was given.
4451if test "${enable_strict_compilation+set}" = set; then :
4452  enableval=$enable_strict_compilation; STRICT_COMPILE=$enableval
4453else
4454  STRICT_COMPILE=no
4455fi
4456
4457if test "x$STRICT_COMPILE" = "xyes"; then
4458	ac_fn_c_check_decl "$LINENO" "__SUNPRO_C" "ac_cv_have_decl___SUNPRO_C" "$ac_includes_default"
4459if test "x$ac_cv_have_decl___SUNPRO_C" = xyes; then :
4460  SUNCC="yes"
4461else
4462  SUNCC="no"
4463fi
4464
4465	ac_fn_c_check_decl "$LINENO" "__INTEL_COMPILER" "ac_cv_have_decl___INTEL_COMPILER" "$ac_includes_default"
4466if test "x$ac_cv_have_decl___INTEL_COMPILER" = xyes; then :
4467  INTELCC="yes"
4468else
4469  INTELCC="no"
4470fi
4471
4472	if test "x$GCC" = xyes ; then
4473		STRICT_CFLAGS="-pedantic -Werror"
4474	elif test "x$SUNCC" = "xyes"; then
4475		STRICT_CFLAGS="-errwarn"
4476    elif test "x$INTELCC" = "xyes"; then
4477		STRICT_CFLAGS="-Werror"
4478	fi
4479fi
4480CWARNFLAGS="$CWARNFLAGS $STRICT_CFLAGS"
4481
4482
4483
4484
4485cat >>confdefs.h <<_ACEOF
4486#define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1`
4487_ACEOF
4488
4489	PVM=`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1`
4490	if test "x$PVM" = "x"; then
4491		PVM="0"
4492	fi
4493
4494cat >>confdefs.h <<_ACEOF
4495#define PACKAGE_VERSION_MINOR $PVM
4496_ACEOF
4497
4498	PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1`
4499	if test "x$PVP" = "x"; then
4500		PVP="0"
4501	fi
4502
4503cat >>confdefs.h <<_ACEOF
4504#define PACKAGE_VERSION_PATCHLEVEL $PVP
4505_ACEOF
4506
4507
4508
4509CHANGELOG_CMD="(GIT_DIR=\$(top_srcdir)/.git git log > \$(top_srcdir)/.changelog.tmp && \
4510mv \$(top_srcdir)/.changelog.tmp \$(top_srcdir)/ChangeLog) \
4511|| (rm -f \$(top_srcdir)/.changelog.tmp; touch \$(top_srcdir)/ChangeLog; \
4512echo 'git directory not found: installing possibly empty changelog.' >&2)"
4513
4514
4515
4516
4517macros_datadir=`$PKG_CONFIG --print-errors --variable=pkgdatadir xorg-macros`
4518INSTALL_CMD="(cp -f "$macros_datadir/INSTALL" \$(top_srcdir)/.INSTALL.tmp && \
4519mv \$(top_srcdir)/.INSTALL.tmp \$(top_srcdir)/INSTALL) \
4520|| (rm -f \$(top_srcdir)/.INSTALL.tmp; touch \$(top_srcdir)/INSTALL; \
4521echo 'util-macros \"pkgdatadir\" from xorg-macros.pc not found: installing possibly empty INSTALL.' >&2)"
4522
4523
4524
4525
4526
4527
4528if test x$APP_MAN_SUFFIX = x    ; then
4529    APP_MAN_SUFFIX=1
4530fi
4531if test x$APP_MAN_DIR = x    ; then
4532    APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)'
4533fi
4534
4535if test x$LIB_MAN_SUFFIX = x    ; then
4536    LIB_MAN_SUFFIX=3
4537fi
4538if test x$LIB_MAN_DIR = x    ; then
4539    LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)'
4540fi
4541
4542if test x$FILE_MAN_SUFFIX = x    ; then
4543    case $host_os in
4544	solaris*)	FILE_MAN_SUFFIX=4  ;;
4545	*)		FILE_MAN_SUFFIX=5  ;;
4546    esac
4547fi
4548if test x$FILE_MAN_DIR = x    ; then
4549    FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)'
4550fi
4551
4552if test x$MISC_MAN_SUFFIX = x    ; then
4553    case $host_os in
4554	solaris*)	MISC_MAN_SUFFIX=5  ;;
4555	*)		MISC_MAN_SUFFIX=7  ;;
4556    esac
4557fi
4558if test x$MISC_MAN_DIR = x    ; then
4559    MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)'
4560fi
4561
4562if test x$DRIVER_MAN_SUFFIX = x    ; then
4563    case $host_os in
4564	solaris*)	DRIVER_MAN_SUFFIX=7  ;;
4565	*)		DRIVER_MAN_SUFFIX=4  ;;
4566    esac
4567fi
4568if test x$DRIVER_MAN_DIR = x    ; then
4569    DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)'
4570fi
4571
4572if test x$ADMIN_MAN_SUFFIX = x    ; then
4573    case $host_os in
4574	solaris*)	ADMIN_MAN_SUFFIX=1m ;;
4575	*)		ADMIN_MAN_SUFFIX=8  ;;
4576    esac
4577fi
4578if test x$ADMIN_MAN_DIR = x    ; then
4579    ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)'
4580fi
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596XORG_MAN_PAGE="X Version 11"
4597
4598MAN_SUBSTS="\
4599	-e 's|__vendorversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \
4600	-e 's|__xorgversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \
4601	-e 's|__xservername__|Xorg|g' \
4602	-e 's|__xconfigfile__|xorg.conf|g' \
4603	-e 's|__projectroot__|\$(prefix)|g' \
4604	-e 's|__apploaddir__|\$(appdefaultdir)|g' \
4605	-e 's|__appmansuffix__|\$(APP_MAN_SUFFIX)|g' \
4606	-e 's|__drivermansuffix__|\$(DRIVER_MAN_SUFFIX)|g' \
4607	-e 's|__adminmansuffix__|\$(ADMIN_MAN_SUFFIX)|g' \
4608	-e 's|__libmansuffix__|\$(LIB_MAN_SUFFIX)|g' \
4609	-e 's|__miscmansuffix__|\$(MISC_MAN_SUFFIX)|g' \
4610	-e 's|__filemansuffix__|\$(FILE_MAN_SUFFIX)|g'"
4611
4612
4613
4614# Check whether --enable-silent-rules was given.
4615if test "${enable_silent_rules+set}" = set; then :
4616  enableval=$enable_silent_rules;
4617fi
4618
4619case $enable_silent_rules in
4620yes) AM_DEFAULT_VERBOSITY=0;;
4621no)  AM_DEFAULT_VERBOSITY=1;;
4622*)   AM_DEFAULT_VERBOSITY=0;;
4623esac
4624AM_BACKSLASH='\'
4625
4626
4627
4628# Checks for pkg-config packages
4629
4630pkg_failed=no
4631{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XDRIINFO" >&5
4632$as_echo_n "checking for XDRIINFO... " >&6; }
4633
4634if test -n "$XDRIINFO_CFLAGS"; then
4635    pkg_cv_XDRIINFO_CFLAGS="$XDRIINFO_CFLAGS"
4636 elif test -n "$PKG_CONFIG"; then
4637    if test -n "$PKG_CONFIG" && \
4638    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11 glproto\""; } >&5
4639  ($PKG_CONFIG --exists --print-errors "x11 glproto") 2>&5
4640  ac_status=$?
4641  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4642  test $ac_status = 0; }; then
4643  pkg_cv_XDRIINFO_CFLAGS=`$PKG_CONFIG --cflags "x11 glproto" 2>/dev/null`
4644else
4645  pkg_failed=yes
4646fi
4647 else
4648    pkg_failed=untried
4649fi
4650if test -n "$XDRIINFO_LIBS"; then
4651    pkg_cv_XDRIINFO_LIBS="$XDRIINFO_LIBS"
4652 elif test -n "$PKG_CONFIG"; then
4653    if test -n "$PKG_CONFIG" && \
4654    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11 glproto\""; } >&5
4655  ($PKG_CONFIG --exists --print-errors "x11 glproto") 2>&5
4656  ac_status=$?
4657  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4658  test $ac_status = 0; }; then
4659  pkg_cv_XDRIINFO_LIBS=`$PKG_CONFIG --libs "x11 glproto" 2>/dev/null`
4660else
4661  pkg_failed=yes
4662fi
4663 else
4664    pkg_failed=untried
4665fi
4666
4667
4668
4669if test $pkg_failed = yes; then
4670
4671if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
4672        _pkg_short_errors_supported=yes
4673else
4674        _pkg_short_errors_supported=no
4675fi
4676        if test $_pkg_short_errors_supported = yes; then
4677	        XDRIINFO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "x11 glproto" 2>&1`
4678        else
4679	        XDRIINFO_PKG_ERRORS=`$PKG_CONFIG --print-errors "x11 glproto" 2>&1`
4680        fi
4681	# Put the nasty error message in config.log where it belongs
4682	echo "$XDRIINFO_PKG_ERRORS" >&5
4683
4684	as_fn_error $? "Package requirements (x11 glproto) were not met:
4685
4686$XDRIINFO_PKG_ERRORS
4687
4688Consider adjusting the PKG_CONFIG_PATH environment variable if you
4689installed software in a non-standard prefix.
4690
4691Alternatively, you may set the environment variables XDRIINFO_CFLAGS
4692and XDRIINFO_LIBS to avoid the need to call pkg-config.
4693See the pkg-config man page for more details.
4694" "$LINENO" 5
4695elif test $pkg_failed = untried; then
4696	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4697$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4698as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
4699is in your PATH or set the PKG_CONFIG environment variable to the full
4700path to pkg-config.
4701
4702Alternatively, you may set the environment variables XDRIINFO_CFLAGS
4703and XDRIINFO_LIBS to avoid the need to call pkg-config.
4704See the pkg-config man page for more details.
4705
4706To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4707See \`config.log' for more details" "$LINENO" 5; }
4708else
4709	XDRIINFO_CFLAGS=$pkg_cv_XDRIINFO_CFLAGS
4710	XDRIINFO_LIBS=$pkg_cv_XDRIINFO_LIBS
4711        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4712$as_echo "yes" >&6; }
4713	:
4714fi
4715
4716# Checks for non-pkg-config packages (Mesa or vendor OpenGL)
4717{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing glXGetProcAddressARB" >&5
4718$as_echo_n "checking for library containing glXGetProcAddressARB... " >&6; }
4719if ${ac_cv_search_glXGetProcAddressARB+:} false; then :
4720  $as_echo_n "(cached) " >&6
4721else
4722  ac_func_search_save_LIBS=$LIBS
4723cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4724/* end confdefs.h.  */
4725
4726/* Override any GCC internal prototype to avoid an error.
4727   Use char because int might match the return type of a GCC
4728   builtin and then its argument prototype would still apply.  */
4729#ifdef __cplusplus
4730extern "C"
4731#endif
4732char glXGetProcAddressARB ();
4733int
4734main ()
4735{
4736return glXGetProcAddressARB ();
4737  ;
4738  return 0;
4739}
4740_ACEOF
4741for ac_lib in '' GL; do
4742  if test -z "$ac_lib"; then
4743    ac_res="none required"
4744  else
4745    ac_res=-l$ac_lib
4746    LIBS="-l$ac_lib $XDRIINFO_LIBS $ac_func_search_save_LIBS"
4747  fi
4748  if ac_fn_c_try_link "$LINENO"; then :
4749  ac_cv_search_glXGetProcAddressARB=$ac_res
4750fi
4751rm -f core conftest.err conftest.$ac_objext \
4752    conftest$ac_exeext
4753  if ${ac_cv_search_glXGetProcAddressARB+:} false; then :
4754  break
4755fi
4756done
4757if ${ac_cv_search_glXGetProcAddressARB+:} false; then :
4758
4759else
4760  ac_cv_search_glXGetProcAddressARB=no
4761fi
4762rm conftest.$ac_ext
4763LIBS=$ac_func_search_save_LIBS
4764fi
4765{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_glXGetProcAddressARB" >&5
4766$as_echo "$ac_cv_search_glXGetProcAddressARB" >&6; }
4767ac_res=$ac_cv_search_glXGetProcAddressARB
4768if test "$ac_res" != no; then :
4769  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
4770
4771else
4772  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4773$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4774as_fn_error $? "cannot find GL library - make sure Mesa or other OpenGL package is installed
4775See \`config.log' for more details" "$LINENO" 5; }
4776fi
4777
4778
4779ac_config_files="$ac_config_files Makefile"
4780
4781cat >confcache <<\_ACEOF
4782# This file is a shell script that caches the results of configure
4783# tests run on this system so they can be shared between configure
4784# scripts and configure runs, see configure's option --config-cache.
4785# It is not useful on other systems.  If it contains results you don't
4786# want to keep, you may remove or edit it.
4787#
4788# config.status only pays attention to the cache file if you give it
4789# the --recheck option to rerun configure.
4790#
4791# `ac_cv_env_foo' variables (set or unset) will be overridden when
4792# loading this file, other *unset* `ac_cv_foo' will be assigned the
4793# following values.
4794
4795_ACEOF
4796
4797# The following way of writing the cache mishandles newlines in values,
4798# but we know of no workaround that is simple, portable, and efficient.
4799# So, we kill variables containing newlines.
4800# Ultrix sh set writes to stderr and can't be redirected directly,
4801# and sets the high bit in the cache file unless we assign to the vars.
4802(
4803  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
4804    eval ac_val=\$$ac_var
4805    case $ac_val in #(
4806    *${as_nl}*)
4807      case $ac_var in #(
4808      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
4809$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
4810      esac
4811      case $ac_var in #(
4812      _ | IFS | as_nl) ;; #(
4813      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
4814      *) { eval $ac_var=; unset $ac_var;} ;;
4815      esac ;;
4816    esac
4817  done
4818
4819  (set) 2>&1 |
4820    case $as_nl`(ac_space=' '; set) 2>&1` in #(
4821    *${as_nl}ac_space=\ *)
4822      # `set' does not quote correctly, so add quotes: double-quote
4823      # substitution turns \\\\ into \\, and sed turns \\ into \.
4824      sed -n \
4825	"s/'/'\\\\''/g;
4826	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4827      ;; #(
4828    *)
4829      # `set' quotes correctly as required by POSIX, so do not add quotes.
4830      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
4831      ;;
4832    esac |
4833    sort
4834) |
4835  sed '
4836     /^ac_cv_env_/b end
4837     t clear
4838     :clear
4839     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
4840     t end
4841     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4842     :end' >>confcache
4843if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
4844  if test -w "$cache_file"; then
4845    if test "x$cache_file" != "x/dev/null"; then
4846      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
4847$as_echo "$as_me: updating cache $cache_file" >&6;}
4848      if test ! -f "$cache_file" || test -h "$cache_file"; then
4849	cat confcache >"$cache_file"
4850      else
4851        case $cache_file in #(
4852        */* | ?:*)
4853	  mv -f confcache "$cache_file"$$ &&
4854	  mv -f "$cache_file"$$ "$cache_file" ;; #(
4855        *)
4856	  mv -f confcache "$cache_file" ;;
4857	esac
4858      fi
4859    fi
4860  else
4861    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
4862$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
4863  fi
4864fi
4865rm -f confcache
4866
4867test "x$prefix" = xNONE && prefix=$ac_default_prefix
4868# Let make expand exec_prefix.
4869test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4870
4871DEFS=-DHAVE_CONFIG_H
4872
4873ac_libobjs=
4874ac_ltlibobjs=
4875U=
4876for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
4877  # 1. Remove the extension, and $U if already installed.
4878  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
4879  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
4880  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
4881  #    will be set to the directory where LIBOBJS objects are built.
4882  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
4883  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
4884done
4885LIBOBJS=$ac_libobjs
4886
4887LTLIBOBJS=$ac_ltlibobjs
4888
4889
4890 if test -n "$EXEEXT"; then
4891  am__EXEEXT_TRUE=
4892  am__EXEEXT_FALSE='#'
4893else
4894  am__EXEEXT_TRUE='#'
4895  am__EXEEXT_FALSE=
4896fi
4897
4898if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
4899  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
4900Usually this means the macro was only invoked conditionally." "$LINENO" 5
4901fi
4902if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
4903  as_fn_error $? "conditional \"AMDEP\" was never defined.
4904Usually this means the macro was only invoked conditionally." "$LINENO" 5
4905fi
4906if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
4907  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
4908Usually this means the macro was only invoked conditionally." "$LINENO" 5
4909fi
4910
4911: "${CONFIG_STATUS=./config.status}"
4912ac_write_fail=0
4913ac_clean_files_save=$ac_clean_files
4914ac_clean_files="$ac_clean_files $CONFIG_STATUS"
4915{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
4916$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
4917as_write_fail=0
4918cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
4919#! $SHELL
4920# Generated by $as_me.
4921# Run this file to recreate the current configuration.
4922# Compiler output produced by configure, useful for debugging
4923# configure, is in config.log if it exists.
4924
4925debug=false
4926ac_cs_recheck=false
4927ac_cs_silent=false
4928
4929SHELL=\${CONFIG_SHELL-$SHELL}
4930export SHELL
4931_ASEOF
4932cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
4933## -------------------- ##
4934## M4sh Initialization. ##
4935## -------------------- ##
4936
4937# Be more Bourne compatible
4938DUALCASE=1; export DUALCASE # for MKS sh
4939if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
4940  emulate sh
4941  NULLCMD=:
4942  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
4943  # is contrary to our usage.  Disable this feature.
4944  alias -g '${1+"$@"}'='"$@"'
4945  setopt NO_GLOB_SUBST
4946else
4947  case `(set -o) 2>/dev/null` in #(
4948  *posix*) :
4949    set -o posix ;; #(
4950  *) :
4951     ;;
4952esac
4953fi
4954
4955
4956as_nl='
4957'
4958export as_nl
4959# Printing a long string crashes Solaris 7 /usr/bin/printf.
4960as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4961as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
4962as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
4963# Prefer a ksh shell builtin over an external printf program on Solaris,
4964# but without wasting forks for bash or zsh.
4965if test -z "$BASH_VERSION$ZSH_VERSION" \
4966    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
4967  as_echo='print -r --'
4968  as_echo_n='print -rn --'
4969elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
4970  as_echo='printf %s\n'
4971  as_echo_n='printf %s'
4972else
4973  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
4974    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
4975    as_echo_n='/usr/ucb/echo -n'
4976  else
4977    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
4978    as_echo_n_body='eval
4979      arg=$1;
4980      case $arg in #(
4981      *"$as_nl"*)
4982	expr "X$arg" : "X\\(.*\\)$as_nl";
4983	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
4984      esac;
4985      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
4986    '
4987    export as_echo_n_body
4988    as_echo_n='sh -c $as_echo_n_body as_echo'
4989  fi
4990  export as_echo_body
4991  as_echo='sh -c $as_echo_body as_echo'
4992fi
4993
4994# The user is always right.
4995if test "${PATH_SEPARATOR+set}" != set; then
4996  PATH_SEPARATOR=:
4997  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
4998    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
4999      PATH_SEPARATOR=';'
5000  }
5001fi
5002
5003
5004# IFS
5005# We need space, tab and new line, in precisely that order.  Quoting is
5006# there to prevent editors from complaining about space-tab.
5007# (If _AS_PATH_WALK were called with IFS unset, it would disable word
5008# splitting by setting IFS to empty value.)
5009IFS=" ""	$as_nl"
5010
5011# Find who we are.  Look in the path if we contain no directory separator.
5012as_myself=
5013case $0 in #((
5014  *[\\/]* ) as_myself=$0 ;;
5015  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5016for as_dir in $PATH
5017do
5018  IFS=$as_save_IFS
5019  test -z "$as_dir" && as_dir=.
5020    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
5021  done
5022IFS=$as_save_IFS
5023
5024     ;;
5025esac
5026# We did not find ourselves, most probably we were run as `sh COMMAND'
5027# in which case we are not to be found in the path.
5028if test "x$as_myself" = x; then
5029  as_myself=$0
5030fi
5031if test ! -f "$as_myself"; then
5032  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
5033  exit 1
5034fi
5035
5036# Unset variables that we do not need and which cause bugs (e.g. in
5037# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
5038# suppresses any "Segmentation fault" message there.  '((' could
5039# trigger a bug in pdksh 5.2.14.
5040for as_var in BASH_ENV ENV MAIL MAILPATH
5041do eval test x\${$as_var+set} = xset \
5042  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
5043done
5044PS1='$ '
5045PS2='> '
5046PS4='+ '
5047
5048# NLS nuisances.
5049LC_ALL=C
5050export LC_ALL
5051LANGUAGE=C
5052export LANGUAGE
5053
5054# CDPATH.
5055(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
5056
5057
5058# as_fn_error STATUS ERROR [LINENO LOG_FD]
5059# ----------------------------------------
5060# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
5061# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
5062# script with STATUS, using 1 if that was 0.
5063as_fn_error ()
5064{
5065  as_status=$1; test $as_status -eq 0 && as_status=1
5066  if test "$4"; then
5067    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
5068    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
5069  fi
5070  $as_echo "$as_me: error: $2" >&2
5071  as_fn_exit $as_status
5072} # as_fn_error
5073
5074
5075# as_fn_set_status STATUS
5076# -----------------------
5077# Set $? to STATUS, without forking.
5078as_fn_set_status ()
5079{
5080  return $1
5081} # as_fn_set_status
5082
5083# as_fn_exit STATUS
5084# -----------------
5085# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
5086as_fn_exit ()
5087{
5088  set +e
5089  as_fn_set_status $1
5090  exit $1
5091} # as_fn_exit
5092
5093# as_fn_unset VAR
5094# ---------------
5095# Portably unset VAR.
5096as_fn_unset ()
5097{
5098  { eval $1=; unset $1;}
5099}
5100as_unset=as_fn_unset
5101# as_fn_append VAR VALUE
5102# ----------------------
5103# Append the text in VALUE to the end of the definition contained in VAR. Take
5104# advantage of any shell optimizations that allow amortized linear growth over
5105# repeated appends, instead of the typical quadratic growth present in naive
5106# implementations.
5107if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
5108  eval 'as_fn_append ()
5109  {
5110    eval $1+=\$2
5111  }'
5112else
5113  as_fn_append ()
5114  {
5115    eval $1=\$$1\$2
5116  }
5117fi # as_fn_append
5118
5119# as_fn_arith ARG...
5120# ------------------
5121# Perform arithmetic evaluation on the ARGs, and store the result in the
5122# global $as_val. Take advantage of shells that can avoid forks. The arguments
5123# must be portable across $(()) and expr.
5124if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
5125  eval 'as_fn_arith ()
5126  {
5127    as_val=$(( $* ))
5128  }'
5129else
5130  as_fn_arith ()
5131  {
5132    as_val=`expr "$@" || test $? -eq 1`
5133  }
5134fi # as_fn_arith
5135
5136
5137if expr a : '\(a\)' >/dev/null 2>&1 &&
5138   test "X`expr 00001 : '.*\(...\)'`" = X001; then
5139  as_expr=expr
5140else
5141  as_expr=false
5142fi
5143
5144if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
5145  as_basename=basename
5146else
5147  as_basename=false
5148fi
5149
5150if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
5151  as_dirname=dirname
5152else
5153  as_dirname=false
5154fi
5155
5156as_me=`$as_basename -- "$0" ||
5157$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
5158	 X"$0" : 'X\(//\)$' \| \
5159	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
5160$as_echo X/"$0" |
5161    sed '/^.*\/\([^/][^/]*\)\/*$/{
5162	    s//\1/
5163	    q
5164	  }
5165	  /^X\/\(\/\/\)$/{
5166	    s//\1/
5167	    q
5168	  }
5169	  /^X\/\(\/\).*/{
5170	    s//\1/
5171	    q
5172	  }
5173	  s/.*/./; q'`
5174
5175# Avoid depending upon Character Ranges.
5176as_cr_letters='abcdefghijklmnopqrstuvwxyz'
5177as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
5178as_cr_Letters=$as_cr_letters$as_cr_LETTERS
5179as_cr_digits='0123456789'
5180as_cr_alnum=$as_cr_Letters$as_cr_digits
5181
5182ECHO_C= ECHO_N= ECHO_T=
5183case `echo -n x` in #(((((
5184-n*)
5185  case `echo 'xy\c'` in
5186  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
5187  xy)  ECHO_C='\c';;
5188  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
5189       ECHO_T='	';;
5190  esac;;
5191*)
5192  ECHO_N='-n';;
5193esac
5194
5195rm -f conf$$ conf$$.exe conf$$.file
5196if test -d conf$$.dir; then
5197  rm -f conf$$.dir/conf$$.file
5198else
5199  rm -f conf$$.dir
5200  mkdir conf$$.dir 2>/dev/null
5201fi
5202if (echo >conf$$.file) 2>/dev/null; then
5203  if ln -s conf$$.file conf$$ 2>/dev/null; then
5204    as_ln_s='ln -s'
5205    # ... but there are two gotchas:
5206    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
5207    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
5208    # In both cases, we have to default to `cp -p'.
5209    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
5210      as_ln_s='cp -p'
5211  elif ln conf$$.file conf$$ 2>/dev/null; then
5212    as_ln_s=ln
5213  else
5214    as_ln_s='cp -p'
5215  fi
5216else
5217  as_ln_s='cp -p'
5218fi
5219rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
5220rmdir conf$$.dir 2>/dev/null
5221
5222
5223# as_fn_mkdir_p
5224# -------------
5225# Create "$as_dir" as a directory, including parents if necessary.
5226as_fn_mkdir_p ()
5227{
5228
5229  case $as_dir in #(
5230  -*) as_dir=./$as_dir;;
5231  esac
5232  test -d "$as_dir" || eval $as_mkdir_p || {
5233    as_dirs=
5234    while :; do
5235      case $as_dir in #(
5236      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
5237      *) as_qdir=$as_dir;;
5238      esac
5239      as_dirs="'$as_qdir' $as_dirs"
5240      as_dir=`$as_dirname -- "$as_dir" ||
5241$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5242	 X"$as_dir" : 'X\(//\)[^/]' \| \
5243	 X"$as_dir" : 'X\(//\)$' \| \
5244	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
5245$as_echo X"$as_dir" |
5246    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5247	    s//\1/
5248	    q
5249	  }
5250	  /^X\(\/\/\)[^/].*/{
5251	    s//\1/
5252	    q
5253	  }
5254	  /^X\(\/\/\)$/{
5255	    s//\1/
5256	    q
5257	  }
5258	  /^X\(\/\).*/{
5259	    s//\1/
5260	    q
5261	  }
5262	  s/.*/./; q'`
5263      test -d "$as_dir" && break
5264    done
5265    test -z "$as_dirs" || eval "mkdir $as_dirs"
5266  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
5267
5268
5269} # as_fn_mkdir_p
5270if mkdir -p . 2>/dev/null; then
5271  as_mkdir_p='mkdir -p "$as_dir"'
5272else
5273  test -d ./-p && rmdir ./-p
5274  as_mkdir_p=false
5275fi
5276
5277if test -x / >/dev/null 2>&1; then
5278  as_test_x='test -x'
5279else
5280  if ls -dL / >/dev/null 2>&1; then
5281    as_ls_L_option=L
5282  else
5283    as_ls_L_option=
5284  fi
5285  as_test_x='
5286    eval sh -c '\''
5287      if test -d "$1"; then
5288	test -d "$1/.";
5289      else
5290	case $1 in #(
5291	-*)set "./$1";;
5292	esac;
5293	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
5294	???[sx]*):;;*)false;;esac;fi
5295    '\'' sh
5296  '
5297fi
5298as_executable_p=$as_test_x
5299
5300# Sed expression to map a string onto a valid CPP name.
5301as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
5302
5303# Sed expression to map a string onto a valid variable name.
5304as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
5305
5306
5307exec 6>&1
5308## ----------------------------------- ##
5309## Main body of $CONFIG_STATUS script. ##
5310## ----------------------------------- ##
5311_ASEOF
5312test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
5313
5314cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5315# Save the log message, to keep $0 and so on meaningful, and to
5316# report actual input values of CONFIG_FILES etc. instead of their
5317# values after options handling.
5318ac_log="
5319This file was extended by xdriinfo $as_me 1.0.4, which was
5320generated by GNU Autoconf 2.68.  Invocation command line was
5321
5322  CONFIG_FILES    = $CONFIG_FILES
5323  CONFIG_HEADERS  = $CONFIG_HEADERS
5324  CONFIG_LINKS    = $CONFIG_LINKS
5325  CONFIG_COMMANDS = $CONFIG_COMMANDS
5326  $ $0 $@
5327
5328on `(hostname || uname -n) 2>/dev/null | sed 1q`
5329"
5330
5331_ACEOF
5332
5333case $ac_config_files in *"
5334"*) set x $ac_config_files; shift; ac_config_files=$*;;
5335esac
5336
5337case $ac_config_headers in *"
5338"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
5339esac
5340
5341
5342cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5343# Files that config.status was made for.
5344config_files="$ac_config_files"
5345config_headers="$ac_config_headers"
5346config_commands="$ac_config_commands"
5347
5348_ACEOF
5349
5350cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5351ac_cs_usage="\
5352\`$as_me' instantiates files and other configuration actions
5353from templates according to the current configuration.  Unless the files
5354and actions are specified as TAGs, all are instantiated by default.
5355
5356Usage: $0 [OPTION]... [TAG]...
5357
5358  -h, --help       print this help, then exit
5359  -V, --version    print version number and configuration settings, then exit
5360      --config     print configuration, then exit
5361  -q, --quiet, --silent
5362                   do not print progress messages
5363  -d, --debug      don't remove temporary files
5364      --recheck    update $as_me by reconfiguring in the same conditions
5365      --file=FILE[:TEMPLATE]
5366                   instantiate the configuration file FILE
5367      --header=FILE[:TEMPLATE]
5368                   instantiate the configuration header FILE
5369
5370Configuration files:
5371$config_files
5372
5373Configuration headers:
5374$config_headers
5375
5376Configuration commands:
5377$config_commands
5378
5379Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>."
5380
5381_ACEOF
5382cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5383ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
5384ac_cs_version="\\
5385xdriinfo config.status 1.0.4
5386configured by $0, generated by GNU Autoconf 2.68,
5387  with options \\"\$ac_cs_config\\"
5388
5389Copyright (C) 2010 Free Software Foundation, Inc.
5390This config.status script is free software; the Free Software Foundation
5391gives unlimited permission to copy, distribute and modify it."
5392
5393ac_pwd='$ac_pwd'
5394srcdir='$srcdir'
5395INSTALL='$INSTALL'
5396MKDIR_P='$MKDIR_P'
5397AWK='$AWK'
5398test -n "\$AWK" || AWK=awk
5399_ACEOF
5400
5401cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5402# The default lists apply if the user does not specify any file.
5403ac_need_defaults=:
5404while test $# != 0
5405do
5406  case $1 in
5407  --*=?*)
5408    ac_option=`expr "X$1" : 'X\([^=]*\)='`
5409    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
5410    ac_shift=:
5411    ;;
5412  --*=)
5413    ac_option=`expr "X$1" : 'X\([^=]*\)='`
5414    ac_optarg=
5415    ac_shift=:
5416    ;;
5417  *)
5418    ac_option=$1
5419    ac_optarg=$2
5420    ac_shift=shift
5421    ;;
5422  esac
5423
5424  case $ac_option in
5425  # Handling of the options.
5426  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
5427    ac_cs_recheck=: ;;
5428  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
5429    $as_echo "$ac_cs_version"; exit ;;
5430  --config | --confi | --conf | --con | --co | --c )
5431    $as_echo "$ac_cs_config"; exit ;;
5432  --debug | --debu | --deb | --de | --d | -d )
5433    debug=: ;;
5434  --file | --fil | --fi | --f )
5435    $ac_shift
5436    case $ac_optarg in
5437    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
5438    '') as_fn_error $? "missing file argument" ;;
5439    esac
5440    as_fn_append CONFIG_FILES " '$ac_optarg'"
5441    ac_need_defaults=false;;
5442  --header | --heade | --head | --hea )
5443    $ac_shift
5444    case $ac_optarg in
5445    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
5446    esac
5447    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
5448    ac_need_defaults=false;;
5449  --he | --h)
5450    # Conflict between --help and --header
5451    as_fn_error $? "ambiguous option: \`$1'
5452Try \`$0 --help' for more information.";;
5453  --help | --hel | -h )
5454    $as_echo "$ac_cs_usage"; exit ;;
5455  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
5456  | -silent | --silent | --silen | --sile | --sil | --si | --s)
5457    ac_cs_silent=: ;;
5458
5459  # This is an error.
5460  -*) as_fn_error $? "unrecognized option: \`$1'
5461Try \`$0 --help' for more information." ;;
5462
5463  *) as_fn_append ac_config_targets " $1"
5464     ac_need_defaults=false ;;
5465
5466  esac
5467  shift
5468done
5469
5470ac_configure_extra_args=
5471
5472if $ac_cs_silent; then
5473  exec 6>/dev/null
5474  ac_configure_extra_args="$ac_configure_extra_args --silent"
5475fi
5476
5477_ACEOF
5478cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5479if \$ac_cs_recheck; then
5480  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5481  shift
5482  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
5483  CONFIG_SHELL='$SHELL'
5484  export CONFIG_SHELL
5485  exec "\$@"
5486fi
5487
5488_ACEOF
5489cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5490exec 5>>config.log
5491{
5492  echo
5493  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5494## Running $as_me. ##
5495_ASBOX
5496  $as_echo "$ac_log"
5497} >&5
5498
5499_ACEOF
5500cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5501#
5502# INIT-COMMANDS
5503#
5504AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
5505
5506_ACEOF
5507
5508cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5509
5510# Handling of arguments.
5511for ac_config_target in $ac_config_targets
5512do
5513  case $ac_config_target in
5514    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
5515    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
5516    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
5517
5518  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
5519  esac
5520done
5521
5522
5523# If the user did not use the arguments to specify the items to instantiate,
5524# then the envvar interface is used.  Set only those that are not.
5525# We use the long form for the default assignment because of an extremely
5526# bizarre bug on SunOS 4.1.3.
5527if $ac_need_defaults; then
5528  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
5529  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
5530  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
5531fi
5532
5533# Have a temporary directory for convenience.  Make it in the build tree
5534# simply because there is no reason against having it here, and in addition,
5535# creating and moving files from /tmp can sometimes cause problems.
5536# Hook for its removal unless debugging.
5537# Note that there is a small window in which the directory will not be cleaned:
5538# after its creation but before its name has been assigned to `$tmp'.
5539$debug ||
5540{
5541  tmp= ac_tmp=
5542  trap 'exit_status=$?
5543  : "${ac_tmp:=$tmp}"
5544  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
5545' 0
5546  trap 'as_fn_exit 1' 1 2 13 15
5547}
5548# Create a (secure) tmp directory for tmp files.
5549
5550{
5551  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
5552  test -d "$tmp"
5553}  ||
5554{
5555  tmp=./conf$$-$RANDOM
5556  (umask 077 && mkdir "$tmp")
5557} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
5558ac_tmp=$tmp
5559
5560# Set up the scripts for CONFIG_FILES section.
5561# No need to generate them if there are no CONFIG_FILES.
5562# This happens for instance with `./config.status config.h'.
5563if test -n "$CONFIG_FILES"; then
5564
5565
5566ac_cr=`echo X | tr X '\015'`
5567# On cygwin, bash can eat \r inside `` if the user requested igncr.
5568# But we know of no other shell where ac_cr would be empty at this
5569# point, so we can use a bashism as a fallback.
5570if test "x$ac_cr" = x; then
5571  eval ac_cr=\$\'\\r\'
5572fi
5573ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
5574if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
5575  ac_cs_awk_cr='\\r'
5576else
5577  ac_cs_awk_cr=$ac_cr
5578fi
5579
5580echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
5581_ACEOF
5582
5583
5584{
5585  echo "cat >conf$$subs.awk <<_ACEOF" &&
5586  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
5587  echo "_ACEOF"
5588} >conf$$subs.sh ||
5589  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5590ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
5591ac_delim='%!_!# '
5592for ac_last_try in false false false false false :; do
5593  . ./conf$$subs.sh ||
5594    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5595
5596  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
5597  if test $ac_delim_n = $ac_delim_num; then
5598    break
5599  elif $ac_last_try; then
5600    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5601  else
5602    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
5603  fi
5604done
5605rm -f conf$$subs.sh
5606
5607cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5608cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
5609_ACEOF
5610sed -n '
5611h
5612s/^/S["/; s/!.*/"]=/
5613p
5614g
5615s/^[^!]*!//
5616:repl
5617t repl
5618s/'"$ac_delim"'$//
5619t delim
5620:nl
5621h
5622s/\(.\{148\}\)..*/\1/
5623t more1
5624s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
5625p
5626n
5627b repl
5628:more1
5629s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5630p
5631g
5632s/.\{148\}//
5633t nl
5634:delim
5635h
5636s/\(.\{148\}\)..*/\1/
5637t more2
5638s/["\\]/\\&/g; s/^/"/; s/$/"/
5639p
5640b
5641:more2
5642s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5643p
5644g
5645s/.\{148\}//
5646t delim
5647' <conf$$subs.awk | sed '
5648/^[^""]/{
5649  N
5650  s/\n//
5651}
5652' >>$CONFIG_STATUS || ac_write_fail=1
5653rm -f conf$$subs.awk
5654cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5655_ACAWK
5656cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
5657  for (key in S) S_is_set[key] = 1
5658  FS = ""
5659
5660}
5661{
5662  line = $ 0
5663  nfields = split(line, field, "@")
5664  substed = 0
5665  len = length(field[1])
5666  for (i = 2; i < nfields; i++) {
5667    key = field[i]
5668    keylen = length(key)
5669    if (S_is_set[key]) {
5670      value = S[key]
5671      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
5672      len += length(value) + length(field[++i])
5673      substed = 1
5674    } else
5675      len += 1 + keylen
5676  }
5677
5678  print line
5679}
5680
5681_ACAWK
5682_ACEOF
5683cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5684if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
5685  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
5686else
5687  cat
5688fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
5689  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
5690_ACEOF
5691
5692# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
5693# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
5694# trailing colons and then remove the whole line if VPATH becomes empty
5695# (actually we leave an empty line to preserve line numbers).
5696if test "x$srcdir" = x.; then
5697  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
5698h
5699s///
5700s/^/:/
5701s/[	 ]*$/:/
5702s/:\$(srcdir):/:/g
5703s/:\${srcdir}:/:/g
5704s/:@srcdir@:/:/g
5705s/^:*//
5706s/:*$//
5707x
5708s/\(=[	 ]*\).*/\1/
5709G
5710s/\n//
5711s/^[^=]*=[	 ]*$//
5712}'
5713fi
5714
5715cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5716fi # test -n "$CONFIG_FILES"
5717
5718# Set up the scripts for CONFIG_HEADERS section.
5719# No need to generate them if there are no CONFIG_HEADERS.
5720# This happens for instance with `./config.status Makefile'.
5721if test -n "$CONFIG_HEADERS"; then
5722cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
5723BEGIN {
5724_ACEOF
5725
5726# Transform confdefs.h into an awk script `defines.awk', embedded as
5727# here-document in config.status, that substitutes the proper values into
5728# config.h.in to produce config.h.
5729
5730# Create a delimiter string that does not exist in confdefs.h, to ease
5731# handling of long lines.
5732ac_delim='%!_!# '
5733for ac_last_try in false false :; do
5734  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
5735  if test -z "$ac_tt"; then
5736    break
5737  elif $ac_last_try; then
5738    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
5739  else
5740    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
5741  fi
5742done
5743
5744# For the awk script, D is an array of macro values keyed by name,
5745# likewise P contains macro parameters if any.  Preserve backslash
5746# newline sequences.
5747
5748ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
5749sed -n '
5750s/.\{148\}/&'"$ac_delim"'/g
5751t rset
5752:rset
5753s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
5754t def
5755d
5756:def
5757s/\\$//
5758t bsnl
5759s/["\\]/\\&/g
5760s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
5761D["\1"]=" \3"/p
5762s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2"/p
5763d
5764:bsnl
5765s/["\\]/\\&/g
5766s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
5767D["\1"]=" \3\\\\\\n"\\/p
5768t cont
5769s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
5770t cont
5771d
5772:cont
5773n
5774s/.\{148\}/&'"$ac_delim"'/g
5775t clear
5776:clear
5777s/\\$//
5778t bsnlc
5779s/["\\]/\\&/g; s/^/"/; s/$/"/p
5780d
5781:bsnlc
5782s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
5783b cont
5784' <confdefs.h | sed '
5785s/'"$ac_delim"'/"\\\
5786"/g' >>$CONFIG_STATUS || ac_write_fail=1
5787
5788cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5789  for (key in D) D_is_set[key] = 1
5790  FS = ""
5791}
5792/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
5793  line = \$ 0
5794  split(line, arg, " ")
5795  if (arg[1] == "#") {
5796    defundef = arg[2]
5797    mac1 = arg[3]
5798  } else {
5799    defundef = substr(arg[1], 2)
5800    mac1 = arg[2]
5801  }
5802  split(mac1, mac2, "(") #)
5803  macro = mac2[1]
5804  prefix = substr(line, 1, index(line, defundef) - 1)
5805  if (D_is_set[macro]) {
5806    # Preserve the white space surrounding the "#".
5807    print prefix "define", macro P[macro] D[macro]
5808    next
5809  } else {
5810    # Replace #undef with comments.  This is necessary, for example,
5811    # in the case of _POSIX_SOURCE, which is predefined and required
5812    # on some systems where configure will not decide to define it.
5813    if (defundef == "undef") {
5814      print "/*", prefix defundef, macro, "*/"
5815      next
5816    }
5817  }
5818}
5819{ print }
5820_ACAWK
5821_ACEOF
5822cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5823  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
5824fi # test -n "$CONFIG_HEADERS"
5825
5826
5827eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
5828shift
5829for ac_tag
5830do
5831  case $ac_tag in
5832  :[FHLC]) ac_mode=$ac_tag; continue;;
5833  esac
5834  case $ac_mode$ac_tag in
5835  :[FHL]*:*);;
5836  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
5837  :[FH]-) ac_tag=-:-;;
5838  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
5839  esac
5840  ac_save_IFS=$IFS
5841  IFS=:
5842  set x $ac_tag
5843  IFS=$ac_save_IFS
5844  shift
5845  ac_file=$1
5846  shift
5847
5848  case $ac_mode in
5849  :L) ac_source=$1;;
5850  :[FH])
5851    ac_file_inputs=
5852    for ac_f
5853    do
5854      case $ac_f in
5855      -) ac_f="$ac_tmp/stdin";;
5856      *) # Look for the file first in the build tree, then in the source tree
5857	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
5858	 # because $ac_f cannot contain `:'.
5859	 test -f "$ac_f" ||
5860	   case $ac_f in
5861	   [\\/$]*) false;;
5862	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
5863	   esac ||
5864	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
5865      esac
5866      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
5867      as_fn_append ac_file_inputs " '$ac_f'"
5868    done
5869
5870    # Let's still pretend it is `configure' which instantiates (i.e., don't
5871    # use $as_me), people would be surprised to read:
5872    #    /* config.h.  Generated by config.status.  */
5873    configure_input='Generated from '`
5874	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
5875	`' by configure.'
5876    if test x"$ac_file" != x-; then
5877      configure_input="$ac_file.  $configure_input"
5878      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
5879$as_echo "$as_me: creating $ac_file" >&6;}
5880    fi
5881    # Neutralize special characters interpreted by sed in replacement strings.
5882    case $configure_input in #(
5883    *\&* | *\|* | *\\* )
5884       ac_sed_conf_input=`$as_echo "$configure_input" |
5885       sed 's/[\\\\&|]/\\\\&/g'`;; #(
5886    *) ac_sed_conf_input=$configure_input;;
5887    esac
5888
5889    case $ac_tag in
5890    *:-:* | *:-) cat >"$ac_tmp/stdin" \
5891      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
5892    esac
5893    ;;
5894  esac
5895
5896  ac_dir=`$as_dirname -- "$ac_file" ||
5897$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5898	 X"$ac_file" : 'X\(//\)[^/]' \| \
5899	 X"$ac_file" : 'X\(//\)$' \| \
5900	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
5901$as_echo X"$ac_file" |
5902    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5903	    s//\1/
5904	    q
5905	  }
5906	  /^X\(\/\/\)[^/].*/{
5907	    s//\1/
5908	    q
5909	  }
5910	  /^X\(\/\/\)$/{
5911	    s//\1/
5912	    q
5913	  }
5914	  /^X\(\/\).*/{
5915	    s//\1/
5916	    q
5917	  }
5918	  s/.*/./; q'`
5919  as_dir="$ac_dir"; as_fn_mkdir_p
5920  ac_builddir=.
5921
5922case "$ac_dir" in
5923.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
5924*)
5925  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
5926  # A ".." for each directory in $ac_dir_suffix.
5927  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
5928  case $ac_top_builddir_sub in
5929  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
5930  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
5931  esac ;;
5932esac
5933ac_abs_top_builddir=$ac_pwd
5934ac_abs_builddir=$ac_pwd$ac_dir_suffix
5935# for backward compatibility:
5936ac_top_builddir=$ac_top_build_prefix
5937
5938case $srcdir in
5939  .)  # We are building in place.
5940    ac_srcdir=.
5941    ac_top_srcdir=$ac_top_builddir_sub
5942    ac_abs_top_srcdir=$ac_pwd ;;
5943  [\\/]* | ?:[\\/]* )  # Absolute name.
5944    ac_srcdir=$srcdir$ac_dir_suffix;
5945    ac_top_srcdir=$srcdir
5946    ac_abs_top_srcdir=$srcdir ;;
5947  *) # Relative name.
5948    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
5949    ac_top_srcdir=$ac_top_build_prefix$srcdir
5950    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5951esac
5952ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
5953
5954
5955  case $ac_mode in
5956  :F)
5957  #
5958  # CONFIG_FILE
5959  #
5960
5961  case $INSTALL in
5962  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
5963  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
5964  esac
5965  ac_MKDIR_P=$MKDIR_P
5966  case $MKDIR_P in
5967  [\\/$]* | ?:[\\/]* ) ;;
5968  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
5969  esac
5970_ACEOF
5971
5972cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5973# If the template does not know about datarootdir, expand it.
5974# FIXME: This hack should be removed a few years after 2.60.
5975ac_datarootdir_hack=; ac_datarootdir_seen=
5976ac_sed_dataroot='
5977/datarootdir/ {
5978  p
5979  q
5980}
5981/@datadir@/p
5982/@docdir@/p
5983/@infodir@/p
5984/@localedir@/p
5985/@mandir@/p'
5986case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
5987*datarootdir*) ac_datarootdir_seen=yes;;
5988*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
5989  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
5990$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
5991_ACEOF
5992cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5993  ac_datarootdir_hack='
5994  s&@datadir@&$datadir&g
5995  s&@docdir@&$docdir&g
5996  s&@infodir@&$infodir&g
5997  s&@localedir@&$localedir&g
5998  s&@mandir@&$mandir&g
5999  s&\\\${datarootdir}&$datarootdir&g' ;;
6000esac
6001_ACEOF
6002
6003# Neutralize VPATH when `$srcdir' = `.'.
6004# Shell code in configure.ac might set extrasub.
6005# FIXME: do we really want to maintain this feature?
6006cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6007ac_sed_extra="$ac_vpsub
6008$extrasub
6009_ACEOF
6010cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6011:t
6012/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
6013s|@configure_input@|$ac_sed_conf_input|;t t
6014s&@top_builddir@&$ac_top_builddir_sub&;t t
6015s&@top_build_prefix@&$ac_top_build_prefix&;t t
6016s&@srcdir@&$ac_srcdir&;t t
6017s&@abs_srcdir@&$ac_abs_srcdir&;t t
6018s&@top_srcdir@&$ac_top_srcdir&;t t
6019s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
6020s&@builddir@&$ac_builddir&;t t
6021s&@abs_builddir@&$ac_abs_builddir&;t t
6022s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
6023s&@INSTALL@&$ac_INSTALL&;t t
6024s&@MKDIR_P@&$ac_MKDIR_P&;t t
6025$ac_datarootdir_hack
6026"
6027eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
6028  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6029
6030test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
6031  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
6032  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
6033      "$ac_tmp/out"`; test -z "$ac_out"; } &&
6034  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6035which seems to be undefined.  Please make sure it is defined" >&5
6036$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6037which seems to be undefined.  Please make sure it is defined" >&2;}
6038
6039  rm -f "$ac_tmp/stdin"
6040  case $ac_file in
6041  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
6042  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
6043  esac \
6044  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6045 ;;
6046  :H)
6047  #
6048  # CONFIG_HEADER
6049  #
6050  if test x"$ac_file" != x-; then
6051    {
6052      $as_echo "/* $configure_input  */" \
6053      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
6054    } >"$ac_tmp/config.h" \
6055      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6056    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
6057      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
6058$as_echo "$as_me: $ac_file is unchanged" >&6;}
6059    else
6060      rm -f "$ac_file"
6061      mv "$ac_tmp/config.h" "$ac_file" \
6062	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
6063    fi
6064  else
6065    $as_echo "/* $configure_input  */" \
6066      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
6067      || as_fn_error $? "could not create -" "$LINENO" 5
6068  fi
6069# Compute "$ac_file"'s index in $config_headers.
6070_am_arg="$ac_file"
6071_am_stamp_count=1
6072for _am_header in $config_headers :; do
6073  case $_am_header in
6074    $_am_arg | $_am_arg:* )
6075      break ;;
6076    * )
6077      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
6078  esac
6079done
6080echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
6081$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6082	 X"$_am_arg" : 'X\(//\)[^/]' \| \
6083	 X"$_am_arg" : 'X\(//\)$' \| \
6084	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
6085$as_echo X"$_am_arg" |
6086    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6087	    s//\1/
6088	    q
6089	  }
6090	  /^X\(\/\/\)[^/].*/{
6091	    s//\1/
6092	    q
6093	  }
6094	  /^X\(\/\/\)$/{
6095	    s//\1/
6096	    q
6097	  }
6098	  /^X\(\/\).*/{
6099	    s//\1/
6100	    q
6101	  }
6102	  s/.*/./; q'`/stamp-h$_am_stamp_count
6103 ;;
6104
6105  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
6106$as_echo "$as_me: executing $ac_file commands" >&6;}
6107 ;;
6108  esac
6109
6110
6111  case $ac_file$ac_mode in
6112    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
6113  # Autoconf 2.62 quotes --file arguments for eval, but not when files
6114  # are listed without --file.  Let's play safe and only enable the eval
6115  # if we detect the quoting.
6116  case $CONFIG_FILES in
6117  *\'*) eval set x "$CONFIG_FILES" ;;
6118  *)   set x $CONFIG_FILES ;;
6119  esac
6120  shift
6121  for mf
6122  do
6123    # Strip MF so we end up with the name of the file.
6124    mf=`echo "$mf" | sed -e 's/:.*$//'`
6125    # Check whether this is an Automake generated Makefile or not.
6126    # We used to match only the files named `Makefile.in', but
6127    # some people rename them; so instead we look at the file content.
6128    # Grep'ing the first line is not enough: some people post-process
6129    # each Makefile.in and add a new line on top of each file to say so.
6130    # Grep'ing the whole file is not good either: AIX grep has a line
6131    # limit of 2048, but all sed's we know have understand at least 4000.
6132    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
6133      dirpart=`$as_dirname -- "$mf" ||
6134$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6135	 X"$mf" : 'X\(//\)[^/]' \| \
6136	 X"$mf" : 'X\(//\)$' \| \
6137	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
6138$as_echo X"$mf" |
6139    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6140	    s//\1/
6141	    q
6142	  }
6143	  /^X\(\/\/\)[^/].*/{
6144	    s//\1/
6145	    q
6146	  }
6147	  /^X\(\/\/\)$/{
6148	    s//\1/
6149	    q
6150	  }
6151	  /^X\(\/\).*/{
6152	    s//\1/
6153	    q
6154	  }
6155	  s/.*/./; q'`
6156    else
6157      continue
6158    fi
6159    # Extract the definition of DEPDIR, am__include, and am__quote
6160    # from the Makefile without running `make'.
6161    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
6162    test -z "$DEPDIR" && continue
6163    am__include=`sed -n 's/^am__include = //p' < "$mf"`
6164    test -z "am__include" && continue
6165    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
6166    # When using ansi2knr, U may be empty or an underscore; expand it
6167    U=`sed -n 's/^U = //p' < "$mf"`
6168    # Find all dependency output files, they are included files with
6169    # $(DEPDIR) in their names.  We invoke sed twice because it is the
6170    # simplest approach to changing $(DEPDIR) to its actual value in the
6171    # expansion.
6172    for file in `sed -n "
6173      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
6174	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
6175      # Make sure the directory exists.
6176      test -f "$dirpart/$file" && continue
6177      fdir=`$as_dirname -- "$file" ||
6178$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6179	 X"$file" : 'X\(//\)[^/]' \| \
6180	 X"$file" : 'X\(//\)$' \| \
6181	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
6182$as_echo X"$file" |
6183    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6184	    s//\1/
6185	    q
6186	  }
6187	  /^X\(\/\/\)[^/].*/{
6188	    s//\1/
6189	    q
6190	  }
6191	  /^X\(\/\/\)$/{
6192	    s//\1/
6193	    q
6194	  }
6195	  /^X\(\/\).*/{
6196	    s//\1/
6197	    q
6198	  }
6199	  s/.*/./; q'`
6200      as_dir=$dirpart/$fdir; as_fn_mkdir_p
6201      # echo "creating $dirpart/$file"
6202      echo '# dummy' > "$dirpart/$file"
6203    done
6204  done
6205}
6206 ;;
6207
6208  esac
6209done # for ac_tag
6210
6211
6212as_fn_exit 0
6213_ACEOF
6214ac_clean_files=$ac_clean_files_save
6215
6216test $ac_write_fail = 0 ||
6217  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
6218
6219
6220# configure is writing to config.log, and then calls config.status.
6221# config.status does its own redirection, appending to config.log.
6222# Unfortunately, on DOS this fails, as config.log is still kept open
6223# by configure, so config.status won't be able to write to it; its
6224# output is simply discarded.  So we exec the FD to /dev/null,
6225# effectively closing config.log, so it can be properly (re)opened and
6226# appended to by config.status.  When coming back to configure, we
6227# need to make the FD available again.
6228if test "$no_create" != yes; then
6229  ac_cs_success=:
6230  ac_config_status_args=
6231  test "$silent" = yes &&
6232    ac_config_status_args="$ac_config_status_args --quiet"
6233  exec 5>/dev/null
6234  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
6235  exec 5>>config.log
6236  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
6237  # would make configure fail if this is the last instruction.
6238  $ac_cs_success || as_fn_exit 1
6239fi
6240if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
6241  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
6242$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
6243fi
6244
6245