1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.60 for volleyball-data 0.8.5.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it.
9## --------------------- ##
10## M4sh Initialization.  ##
11## --------------------- ##
12
13# Be Bourne compatible
14if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
15  emulate sh
16  NULLCMD=:
17  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
18  # is contrary to our usage.  Disable this feature.
19  alias -g '${1+"$@"}'='"$@"'
20  setopt NO_GLOB_SUBST
21else
22  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
23fi
24BIN_SH=xpg4; export BIN_SH # for Tru64
25DUALCASE=1; export DUALCASE # for MKS sh
26
27
28# PATH needs CR
29# Avoid depending upon Character Ranges.
30as_cr_letters='abcdefghijklmnopqrstuvwxyz'
31as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
32as_cr_Letters=$as_cr_letters$as_cr_LETTERS
33as_cr_digits='0123456789'
34as_cr_alnum=$as_cr_Letters$as_cr_digits
35
36# The user is always right.
37if test "${PATH_SEPARATOR+set}" != set; then
38  echo "#! /bin/sh" >conf$$.sh
39  echo  "exit 0"   >>conf$$.sh
40  chmod +x conf$$.sh
41  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
42    PATH_SEPARATOR=';'
43  else
44    PATH_SEPARATOR=:
45  fi
46  rm -f conf$$.sh
47fi
48
49# Support unset when possible.
50if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
51  as_unset=unset
52else
53  as_unset=false
54fi
55
56
57# IFS
58# We need space, tab and new line, in precisely that order.  Quoting is
59# there to prevent editors from complaining about space-tab.
60# (If _AS_PATH_WALK were called with IFS unset, it would disable word
61# splitting by setting IFS to empty value.)
62as_nl='
63'
64IFS=" ""	$as_nl"
65
66# Find who we are.  Look in the path if we contain no directory separator.
67case $0 in
68  *[\\/]* ) as_myself=$0 ;;
69  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
70for as_dir in $PATH
71do
72  IFS=$as_save_IFS
73  test -z "$as_dir" && as_dir=.
74  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
75done
76IFS=$as_save_IFS
77
78     ;;
79esac
80# We did not find ourselves, most probably we were run as `sh COMMAND'
81# in which case we are not to be found in the path.
82if test "x$as_myself" = x; then
83  as_myself=$0
84fi
85if test ! -f "$as_myself"; then
86  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
87  { (exit 1); exit 1; }
88fi
89
90# Work around bugs in pre-3.0 UWIN ksh.
91for as_var in ENV MAIL MAILPATH
92do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
93done
94PS1='$ '
95PS2='> '
96PS4='+ '
97
98# NLS nuisances.
99for as_var in \
100  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
101  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
102  LC_TELEPHONE LC_TIME
103do
104  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
105    eval $as_var=C; export $as_var
106  else
107    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
108  fi
109done
110
111# Required to use basename.
112if expr a : '\(a\)' >/dev/null 2>&1 &&
113   test "X`expr 00001 : '.*\(...\)'`" = X001; then
114  as_expr=expr
115else
116  as_expr=false
117fi
118
119if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
120  as_basename=basename
121else
122  as_basename=false
123fi
124
125
126# Name of the executable.
127as_me=`$as_basename -- "$0" ||
128$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
129	 X"$0" : 'X\(//\)$' \| \
130	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
131echo X/"$0" |
132    sed '/^.*\/\([^/][^/]*\)\/*$/{
133	    s//\1/
134	    q
135	  }
136	  /^X\/\(\/\/\)$/{
137	    s//\1/
138	    q
139	  }
140	  /^X\/\(\/\).*/{
141	    s//\1/
142	    q
143	  }
144	  s/.*/./; q'`
145
146# CDPATH.
147$as_unset CDPATH
148
149
150if test "x$CONFIG_SHELL" = x; then
151  if (eval ":") 2>/dev/null; then
152  as_have_required=yes
153else
154  as_have_required=no
155fi
156
157  if test $as_have_required = yes && 	 (eval ":
158(as_func_return () {
159  (exit \$1)
160}
161as_func_success () {
162  as_func_return 0
163}
164as_func_failure () {
165  as_func_return 1
166}
167as_func_ret_success () {
168  return 0
169}
170as_func_ret_failure () {
171  return 1
172}
173
174exitcode=0
175if as_func_success; then
176  :
177else
178  exitcode=1
179  echo as_func_success failed.
180fi
181
182if as_func_failure; then
183  exitcode=1
184  echo as_func_failure succeeded.
185fi
186
187if as_func_ret_success; then
188  :
189else
190  exitcode=1
191  echo as_func_ret_success failed.
192fi
193
194if as_func_ret_failure; then
195  exitcode=1
196  echo as_func_ret_failure succeeded.
197fi
198
199if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
200  :
201else
202  exitcode=1
203  echo positional parameters were not saved.
204fi
205
206test \$exitcode = 0) || { (exit 1); exit 1; }
207
208(
209  as_lineno_1=\$LINENO
210  as_lineno_2=\$LINENO
211  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
212  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
213") 2> /dev/null; then
214  :
215else
216  as_candidate_shells=
217    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
218for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
219do
220  IFS=$as_save_IFS
221  test -z "$as_dir" && as_dir=.
222  case $as_dir in
223	 /*)
224	   for as_base in sh bash ksh sh5; do
225	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
226	   done;;
227       esac
228done
229IFS=$as_save_IFS
230
231
232      for as_shell in $as_candidate_shells $SHELL; do
233	 # Try only shells that exist, to save several forks.
234	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
235		{ ("$as_shell") 2> /dev/null <<\_ASEOF
236# Be Bourne compatible
237if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
238  emulate sh
239  NULLCMD=:
240  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
241  # is contrary to our usage.  Disable this feature.
242  alias -g '${1+"$@"}'='"$@"'
243  setopt NO_GLOB_SUBST
244else
245  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
246fi
247BIN_SH=xpg4; export BIN_SH # for Tru64
248DUALCASE=1; export DUALCASE # for MKS sh
249
250:
251_ASEOF
252}; then
253  CONFIG_SHELL=$as_shell
254	       as_have_required=yes
255	       if { "$as_shell" 2> /dev/null <<\_ASEOF
256# Be Bourne compatible
257if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
258  emulate sh
259  NULLCMD=:
260  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
261  # is contrary to our usage.  Disable this feature.
262  alias -g '${1+"$@"}'='"$@"'
263  setopt NO_GLOB_SUBST
264else
265  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
266fi
267BIN_SH=xpg4; export BIN_SH # for Tru64
268DUALCASE=1; export DUALCASE # for MKS sh
269
270:
271(as_func_return () {
272  (exit $1)
273}
274as_func_success () {
275  as_func_return 0
276}
277as_func_failure () {
278  as_func_return 1
279}
280as_func_ret_success () {
281  return 0
282}
283as_func_ret_failure () {
284  return 1
285}
286
287exitcode=0
288if as_func_success; then
289  :
290else
291  exitcode=1
292  echo as_func_success failed.
293fi
294
295if as_func_failure; then
296  exitcode=1
297  echo as_func_failure succeeded.
298fi
299
300if as_func_ret_success; then
301  :
302else
303  exitcode=1
304  echo as_func_ret_success failed.
305fi
306
307if as_func_ret_failure; then
308  exitcode=1
309  echo as_func_ret_failure succeeded.
310fi
311
312if ( set x; as_func_ret_success y && test x = "$1" ); then
313  :
314else
315  exitcode=1
316  echo positional parameters were not saved.
317fi
318
319test $exitcode = 0) || { (exit 1); exit 1; }
320
321(
322  as_lineno_1=$LINENO
323  as_lineno_2=$LINENO
324  test "x$as_lineno_1" != "x$as_lineno_2" &&
325  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
326
327_ASEOF
328}; then
329  break
330fi
331
332fi
333
334      done
335
336      if test "x$CONFIG_SHELL" != x; then
337  for as_var in BASH_ENV ENV
338        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
339        done
340        export CONFIG_SHELL
341        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
342fi
343
344
345    if test $as_have_required = no; then
346  echo This script requires a shell more modern than all the
347      echo shells that I found on your system.  Please install a
348      echo modern shell, or manually run the script under such a
349      echo shell if you do have one.
350      { (exit 1); exit 1; }
351fi
352
353
354fi
355
356fi
357
358
359
360(eval "as_func_return () {
361  (exit \$1)
362}
363as_func_success () {
364  as_func_return 0
365}
366as_func_failure () {
367  as_func_return 1
368}
369as_func_ret_success () {
370  return 0
371}
372as_func_ret_failure () {
373  return 1
374}
375
376exitcode=0
377if as_func_success; then
378  :
379else
380  exitcode=1
381  echo as_func_success failed.
382fi
383
384if as_func_failure; then
385  exitcode=1
386  echo as_func_failure succeeded.
387fi
388
389if as_func_ret_success; then
390  :
391else
392  exitcode=1
393  echo as_func_ret_success failed.
394fi
395
396if as_func_ret_failure; then
397  exitcode=1
398  echo as_func_ret_failure succeeded.
399fi
400
401if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
402  :
403else
404  exitcode=1
405  echo positional parameters were not saved.
406fi
407
408test \$exitcode = 0") || {
409  echo No shell found that supports shell functions.
410  echo Please tell autoconf@gnu.org about your system,
411  echo including any error possibly output before this
412  echo message
413}
414
415
416
417  as_lineno_1=$LINENO
418  as_lineno_2=$LINENO
419  test "x$as_lineno_1" != "x$as_lineno_2" &&
420  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
421
422  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
423  # uniformly replaced by the line number.  The first 'sed' inserts a
424  # line-number line after each line using $LINENO; the second 'sed'
425  # does the real work.  The second script uses 'N' to pair each
426  # line-number line with the line containing $LINENO, and appends
427  # trailing '-' during substitution so that $LINENO is not a special
428  # case at line end.
429  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
430  # scripts with optimization help from Paolo Bonzini.  Blame Lee
431  # E. McMahon (1931-1989) for sed's syntax.  :-)
432  sed -n '
433    p
434    /[$]LINENO/=
435  ' <$as_myself |
436    sed '
437      s/[$]LINENO.*/&-/
438      t lineno
439      b
440      :lineno
441      N
442      :loop
443      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
444      t loop
445      s/-\n.*//
446    ' >$as_me.lineno &&
447  chmod +x "$as_me.lineno" ||
448    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
449   { (exit 1); exit 1; }; }
450
451  # Don't try to exec as it changes $[0], causing all sort of problems
452  # (the dirname of $[0] is not the place where we might find the
453  # original and so on.  Autoconf is especially sensitive to this).
454  . "./$as_me.lineno"
455  # Exit status is that of the last command.
456  exit
457}
458
459
460if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
461  as_dirname=dirname
462else
463  as_dirname=false
464fi
465
466ECHO_C= ECHO_N= ECHO_T=
467case `echo -n x` in
468-n*)
469  case `echo 'x\c'` in
470  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
471  *)   ECHO_C='\c';;
472  esac;;
473*)
474  ECHO_N='-n';;
475esac
476
477if expr a : '\(a\)' >/dev/null 2>&1 &&
478   test "X`expr 00001 : '.*\(...\)'`" = X001; then
479  as_expr=expr
480else
481  as_expr=false
482fi
483
484rm -f conf$$ conf$$.exe conf$$.file
485if test -d conf$$.dir; then
486  rm -f conf$$.dir/conf$$.file
487else
488  rm -f conf$$.dir
489  mkdir conf$$.dir
490fi
491echo >conf$$.file
492if ln -s conf$$.file conf$$ 2>/dev/null; then
493  as_ln_s='ln -s'
494  # ... but there are two gotchas:
495  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
496  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
497  # In both cases, we have to default to `cp -p'.
498  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
499    as_ln_s='cp -p'
500elif ln conf$$.file conf$$ 2>/dev/null; then
501  as_ln_s=ln
502else
503  as_ln_s='cp -p'
504fi
505rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
506rmdir conf$$.dir 2>/dev/null
507
508if mkdir -p . 2>/dev/null; then
509  as_mkdir_p=:
510else
511  test -d ./-p && rmdir ./-p
512  as_mkdir_p=false
513fi
514
515# Find out whether ``test -x'' works.  Don't use a zero-byte file, as
516# systems may use methods other than mode bits to determine executability.
517cat >conf$$.file <<_ASEOF
518#! /bin/sh
519exit 0
520_ASEOF
521chmod +x conf$$.file
522if test -x conf$$.file >/dev/null 2>&1; then
523  as_executable_p="test -x"
524else
525  as_executable_p=:
526fi
527rm -f conf$$.file
528
529# Sed expression to map a string onto a valid CPP name.
530as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
531
532# Sed expression to map a string onto a valid variable name.
533as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
534
535
536
537exec 7<&0 </dev/null 6>&1
538
539# Name of the host.
540# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541# so uname gets run too.
542ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
543
544#
545# Initializations.
546#
547ac_default_prefix=/usr/local
548ac_clean_files=
549ac_config_libobj_dir=.
550LIBOBJS=
551cross_compiling=no
552subdirs=
553MFLAGS=
554MAKEFLAGS=
555SHELL=${CONFIG_SHELL-/bin/sh}
556
557# Identity of this package.
558PACKAGE_NAME='volleyball-data'
559PACKAGE_TARNAME='volleyball-data'
560PACKAGE_VERSION='0.8.5'
561PACKAGE_STRING='volleyball-data 0.8.5'
562PACKAGE_BUGREPORT=''
563
564ac_subst_vars='SHELL
565PATH_SEPARATOR
566PACKAGE_NAME
567PACKAGE_TARNAME
568PACKAGE_VERSION
569PACKAGE_STRING
570PACKAGE_BUGREPORT
571exec_prefix
572prefix
573program_transform_name
574bindir
575sbindir
576libexecdir
577datarootdir
578datadir
579sysconfdir
580sharedstatedir
581localstatedir
582includedir
583oldincludedir
584docdir
585infodir
586htmldir
587dvidir
588pdfdir
589psdir
590libdir
591localedir
592mandir
593DEFS
594ECHO_C
595ECHO_N
596ECHO_T
597LIBS
598build_alias
599host_alias
600target_alias
601build
602build_cpu
603build_vendor
604build_os
605host
606host_cpu
607host_vendor
608host_os
609target
610target_cpu
611target_vendor
612target_os
613INSTALL_PROGRAM
614INSTALL_SCRIPT
615INSTALL_DATA
616CYGPATH_W
617PACKAGE
618VERSION
619ACLOCAL
620AUTOCONF
621AUTOMAKE
622AUTOHEADER
623MAKEINFO
624install_sh
625STRIP
626INSTALL_STRIP_PROGRAM
627mkdir_p
628AWK
629SET_MAKE
630am__leading_dot
631AMTAR
632am__tar
633am__untar
634LIBOBJS
635LTLIBOBJS'
636ac_subst_files=''
637      ac_precious_vars='build_alias
638host_alias
639target_alias'
640
641
642# Initialize some variables set by options.
643ac_init_help=
644ac_init_version=false
645# The variables have the same names as the options, with
646# dashes changed to underlines.
647cache_file=/dev/null
648exec_prefix=NONE
649no_create=
650no_recursion=
651prefix=NONE
652program_prefix=NONE
653program_suffix=NONE
654program_transform_name=s,x,x,
655silent=
656site=
657srcdir=
658verbose=
659x_includes=NONE
660x_libraries=NONE
661
662# Installation directory options.
663# These are left unexpanded so users can "make install exec_prefix=/foo"
664# and all the variables that are supposed to be based on exec_prefix
665# by default will actually change.
666# Use braces instead of parens because sh, perl, etc. also accept them.
667# (The list follows the same order as the GNU Coding Standards.)
668bindir='${exec_prefix}/bin'
669sbindir='${exec_prefix}/sbin'
670libexecdir='${exec_prefix}/libexec'
671datarootdir='${prefix}/share'
672datadir='${datarootdir}'
673sysconfdir='${prefix}/etc'
674sharedstatedir='${prefix}/com'
675localstatedir='${prefix}/var'
676includedir='${prefix}/include'
677oldincludedir='/usr/include'
678docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
679infodir='${datarootdir}/info'
680htmldir='${docdir}'
681dvidir='${docdir}'
682pdfdir='${docdir}'
683psdir='${docdir}'
684libdir='${exec_prefix}/lib'
685localedir='${datarootdir}/locale'
686mandir='${datarootdir}/man'
687
688ac_prev=
689ac_dashdash=
690for ac_option
691do
692  # If the previous option needs an argument, assign it.
693  if test -n "$ac_prev"; then
694    eval $ac_prev=\$ac_option
695    ac_prev=
696    continue
697  fi
698
699  case $ac_option in
700  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
701  *)	ac_optarg=yes ;;
702  esac
703
704  # Accept the important Cygnus configure options, so we can diagnose typos.
705
706  case $ac_dashdash$ac_option in
707  --)
708    ac_dashdash=yes ;;
709
710  -bindir | --bindir | --bindi | --bind | --bin | --bi)
711    ac_prev=bindir ;;
712  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
713    bindir=$ac_optarg ;;
714
715  -build | --build | --buil | --bui | --bu)
716    ac_prev=build_alias ;;
717  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
718    build_alias=$ac_optarg ;;
719
720  -cache-file | --cache-file | --cache-fil | --cache-fi \
721  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
722    ac_prev=cache_file ;;
723  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
724  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
725    cache_file=$ac_optarg ;;
726
727  --config-cache | -C)
728    cache_file=config.cache ;;
729
730  -datadir | --datadir | --datadi | --datad)
731    ac_prev=datadir ;;
732  -datadir=* | --datadir=* | --datadi=* | --datad=*)
733    datadir=$ac_optarg ;;
734
735  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
736  | --dataroo | --dataro | --datar)
737    ac_prev=datarootdir ;;
738  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
739  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
740    datarootdir=$ac_optarg ;;
741
742  -disable-* | --disable-*)
743    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
744    # Reject names that are not valid shell variable names.
745    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
746      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
747   { (exit 1); exit 1; }; }
748    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
749    eval enable_$ac_feature=no ;;
750
751  -docdir | --docdir | --docdi | --doc | --do)
752    ac_prev=docdir ;;
753  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
754    docdir=$ac_optarg ;;
755
756  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
757    ac_prev=dvidir ;;
758  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
759    dvidir=$ac_optarg ;;
760
761  -enable-* | --enable-*)
762    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
763    # Reject names that are not valid shell variable names.
764    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
765      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
766   { (exit 1); exit 1; }; }
767    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
768    eval enable_$ac_feature=\$ac_optarg ;;
769
770  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
771  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
772  | --exec | --exe | --ex)
773    ac_prev=exec_prefix ;;
774  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
775  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
776  | --exec=* | --exe=* | --ex=*)
777    exec_prefix=$ac_optarg ;;
778
779  -gas | --gas | --ga | --g)
780    # Obsolete; use --with-gas.
781    with_gas=yes ;;
782
783  -help | --help | --hel | --he | -h)
784    ac_init_help=long ;;
785  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
786    ac_init_help=recursive ;;
787  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
788    ac_init_help=short ;;
789
790  -host | --host | --hos | --ho)
791    ac_prev=host_alias ;;
792  -host=* | --host=* | --hos=* | --ho=*)
793    host_alias=$ac_optarg ;;
794
795  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
796    ac_prev=htmldir ;;
797  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
798  | --ht=*)
799    htmldir=$ac_optarg ;;
800
801  -includedir | --includedir | --includedi | --included | --include \
802  | --includ | --inclu | --incl | --inc)
803    ac_prev=includedir ;;
804  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
805  | --includ=* | --inclu=* | --incl=* | --inc=*)
806    includedir=$ac_optarg ;;
807
808  -infodir | --infodir | --infodi | --infod | --info | --inf)
809    ac_prev=infodir ;;
810  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
811    infodir=$ac_optarg ;;
812
813  -libdir | --libdir | --libdi | --libd)
814    ac_prev=libdir ;;
815  -libdir=* | --libdir=* | --libdi=* | --libd=*)
816    libdir=$ac_optarg ;;
817
818  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
819  | --libexe | --libex | --libe)
820    ac_prev=libexecdir ;;
821  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
822  | --libexe=* | --libex=* | --libe=*)
823    libexecdir=$ac_optarg ;;
824
825  -localedir | --localedir | --localedi | --localed | --locale)
826    ac_prev=localedir ;;
827  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
828    localedir=$ac_optarg ;;
829
830  -localstatedir | --localstatedir | --localstatedi | --localstated \
831  | --localstate | --localstat | --localsta | --localst | --locals)
832    ac_prev=localstatedir ;;
833  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
834  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
835    localstatedir=$ac_optarg ;;
836
837  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
838    ac_prev=mandir ;;
839  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
840    mandir=$ac_optarg ;;
841
842  -nfp | --nfp | --nf)
843    # Obsolete; use --without-fp.
844    with_fp=no ;;
845
846  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
847  | --no-cr | --no-c | -n)
848    no_create=yes ;;
849
850  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
851  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
852    no_recursion=yes ;;
853
854  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
855  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
856  | --oldin | --oldi | --old | --ol | --o)
857    ac_prev=oldincludedir ;;
858  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
859  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
860  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
861    oldincludedir=$ac_optarg ;;
862
863  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
864    ac_prev=prefix ;;
865  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
866    prefix=$ac_optarg ;;
867
868  -program-prefix | --program-prefix | --program-prefi | --program-pref \
869  | --program-pre | --program-pr | --program-p)
870    ac_prev=program_prefix ;;
871  -program-prefix=* | --program-prefix=* | --program-prefi=* \
872  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
873    program_prefix=$ac_optarg ;;
874
875  -program-suffix | --program-suffix | --program-suffi | --program-suff \
876  | --program-suf | --program-su | --program-s)
877    ac_prev=program_suffix ;;
878  -program-suffix=* | --program-suffix=* | --program-suffi=* \
879  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
880    program_suffix=$ac_optarg ;;
881
882  -program-transform-name | --program-transform-name \
883  | --program-transform-nam | --program-transform-na \
884  | --program-transform-n | --program-transform- \
885  | --program-transform | --program-transfor \
886  | --program-transfo | --program-transf \
887  | --program-trans | --program-tran \
888  | --progr-tra | --program-tr | --program-t)
889    ac_prev=program_transform_name ;;
890  -program-transform-name=* | --program-transform-name=* \
891  | --program-transform-nam=* | --program-transform-na=* \
892  | --program-transform-n=* | --program-transform-=* \
893  | --program-transform=* | --program-transfor=* \
894  | --program-transfo=* | --program-transf=* \
895  | --program-trans=* | --program-tran=* \
896  | --progr-tra=* | --program-tr=* | --program-t=*)
897    program_transform_name=$ac_optarg ;;
898
899  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
900    ac_prev=pdfdir ;;
901  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
902    pdfdir=$ac_optarg ;;
903
904  -psdir | --psdir | --psdi | --psd | --ps)
905    ac_prev=psdir ;;
906  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
907    psdir=$ac_optarg ;;
908
909  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
910  | -silent | --silent | --silen | --sile | --sil)
911    silent=yes ;;
912
913  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
914    ac_prev=sbindir ;;
915  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
916  | --sbi=* | --sb=*)
917    sbindir=$ac_optarg ;;
918
919  -sharedstatedir | --sharedstatedir | --sharedstatedi \
920  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
921  | --sharedst | --shareds | --shared | --share | --shar \
922  | --sha | --sh)
923    ac_prev=sharedstatedir ;;
924  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
925  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
926  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
927  | --sha=* | --sh=*)
928    sharedstatedir=$ac_optarg ;;
929
930  -site | --site | --sit)
931    ac_prev=site ;;
932  -site=* | --site=* | --sit=*)
933    site=$ac_optarg ;;
934
935  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
936    ac_prev=srcdir ;;
937  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
938    srcdir=$ac_optarg ;;
939
940  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
941  | --syscon | --sysco | --sysc | --sys | --sy)
942    ac_prev=sysconfdir ;;
943  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
944  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
945    sysconfdir=$ac_optarg ;;
946
947  -target | --target | --targe | --targ | --tar | --ta | --t)
948    ac_prev=target_alias ;;
949  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
950    target_alias=$ac_optarg ;;
951
952  -v | -verbose | --verbose | --verbos | --verbo | --verb)
953    verbose=yes ;;
954
955  -version | --version | --versio | --versi | --vers | -V)
956    ac_init_version=: ;;
957
958  -with-* | --with-*)
959    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
960    # Reject names that are not valid shell variable names.
961    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
962      { echo "$as_me: error: invalid package name: $ac_package" >&2
963   { (exit 1); exit 1; }; }
964    ac_package=`echo $ac_package| sed 's/-/_/g'`
965    eval with_$ac_package=\$ac_optarg ;;
966
967  -without-* | --without-*)
968    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
969    # Reject names that are not valid shell variable names.
970    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
971      { echo "$as_me: error: invalid package name: $ac_package" >&2
972   { (exit 1); exit 1; }; }
973    ac_package=`echo $ac_package | sed 's/-/_/g'`
974    eval with_$ac_package=no ;;
975
976  --x)
977    # Obsolete; use --with-x.
978    with_x=yes ;;
979
980  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
981  | --x-incl | --x-inc | --x-in | --x-i)
982    ac_prev=x_includes ;;
983  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
984  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
985    x_includes=$ac_optarg ;;
986
987  -x-libraries | --x-libraries | --x-librarie | --x-librari \
988  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
989    ac_prev=x_libraries ;;
990  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
991  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
992    x_libraries=$ac_optarg ;;
993
994  -*) { echo "$as_me: error: unrecognized option: $ac_option
995Try \`$0 --help' for more information." >&2
996   { (exit 1); exit 1; }; }
997    ;;
998
999  *=*)
1000    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1001    # Reject names that are not valid shell variable names.
1002    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1003      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1004   { (exit 1); exit 1; }; }
1005    eval $ac_envvar=\$ac_optarg
1006    export $ac_envvar ;;
1007
1008  *)
1009    # FIXME: should be removed in autoconf 3.0.
1010    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1011    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1012      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1013    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1014    ;;
1015
1016  esac
1017done
1018
1019if test -n "$ac_prev"; then
1020  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1021  { echo "$as_me: error: missing argument to $ac_option" >&2
1022   { (exit 1); exit 1; }; }
1023fi
1024
1025# Be sure to have absolute directory names.
1026for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
1027		datadir sysconfdir sharedstatedir localstatedir includedir \
1028		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1029		libdir localedir mandir
1030do
1031  eval ac_val=\$$ac_var
1032  case $ac_val in
1033    [\\/$]* | ?:[\\/]* )  continue;;
1034    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1035  esac
1036  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1037   { (exit 1); exit 1; }; }
1038done
1039
1040# There might be people who depend on the old broken behavior: `$host'
1041# used to hold the argument of --host etc.
1042# FIXME: To remove some day.
1043build=$build_alias
1044host=$host_alias
1045target=$target_alias
1046
1047# FIXME: To remove some day.
1048if test "x$host_alias" != x; then
1049  if test "x$build_alias" = x; then
1050    cross_compiling=maybe
1051    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1052    If a cross compiler is detected then cross compile mode will be used." >&2
1053  elif test "x$build_alias" != "x$host_alias"; then
1054    cross_compiling=yes
1055  fi
1056fi
1057
1058ac_tool_prefix=
1059test -n "$host_alias" && ac_tool_prefix=$host_alias-
1060
1061test "$silent" = yes && exec 6>/dev/null
1062
1063
1064ac_pwd=`pwd` && test -n "$ac_pwd" &&
1065ac_ls_di=`ls -di .` &&
1066ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1067  { echo "$as_me: error: Working directory cannot be determined" >&2
1068   { (exit 1); exit 1; }; }
1069test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1070  { echo "$as_me: error: pwd does not report name of working directory" >&2
1071   { (exit 1); exit 1; }; }
1072
1073
1074# Find the source files, if location was not specified.
1075if test -z "$srcdir"; then
1076  ac_srcdir_defaulted=yes
1077  # Try the directory containing this script, then the parent directory.
1078  ac_confdir=`$as_dirname -- "$0" ||
1079$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1080	 X"$0" : 'X\(//\)[^/]' \| \
1081	 X"$0" : 'X\(//\)$' \| \
1082	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1083echo X"$0" |
1084    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1085	    s//\1/
1086	    q
1087	  }
1088	  /^X\(\/\/\)[^/].*/{
1089	    s//\1/
1090	    q
1091	  }
1092	  /^X\(\/\/\)$/{
1093	    s//\1/
1094	    q
1095	  }
1096	  /^X\(\/\).*/{
1097	    s//\1/
1098	    q
1099	  }
1100	  s/.*/./; q'`
1101  srcdir=$ac_confdir
1102  if test ! -r "$srcdir/$ac_unique_file"; then
1103    srcdir=..
1104  fi
1105else
1106  ac_srcdir_defaulted=no
1107fi
1108if test ! -r "$srcdir/$ac_unique_file"; then
1109  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1110  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1111   { (exit 1); exit 1; }; }
1112fi
1113ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1114ac_abs_confdir=`(
1115	cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1116   { (exit 1); exit 1; }; }
1117	pwd)`
1118# When building in place, set srcdir=.
1119if test "$ac_abs_confdir" = "$ac_pwd"; then
1120  srcdir=.
1121fi
1122# Remove unnecessary trailing slashes from srcdir.
1123# Double slashes in file names in object file debugging info
1124# mess up M-x gdb in Emacs.
1125case $srcdir in
1126*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1127esac
1128for ac_var in $ac_precious_vars; do
1129  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1130  eval ac_env_${ac_var}_value=\$${ac_var}
1131  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1132  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1133done
1134
1135#
1136# Report the --help message.
1137#
1138if test "$ac_init_help" = "long"; then
1139  # Omit some internal or obsolete options to make the list less imposing.
1140  # This message is too long to be a string in the A/UX 3.1 sh.
1141  cat <<_ACEOF
1142\`configure' configures volleyball-data 0.8.5 to adapt to many kinds of systems.
1143
1144Usage: $0 [OPTION]... [VAR=VALUE]...
1145
1146To assign environment variables (e.g., CC, CFLAGS...), specify them as
1147VAR=VALUE.  See below for descriptions of some of the useful variables.
1148
1149Defaults for the options are specified in brackets.
1150
1151Configuration:
1152  -h, --help              display this help and exit
1153      --help=short        display options specific to this package
1154      --help=recursive    display the short help of all the included packages
1155  -V, --version           display version information and exit
1156  -q, --quiet, --silent   do not print \`checking...' messages
1157      --cache-file=FILE   cache test results in FILE [disabled]
1158  -C, --config-cache      alias for \`--cache-file=config.cache'
1159  -n, --no-create         do not create output files
1160      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1161
1162Installation directories:
1163  --prefix=PREFIX         install architecture-independent files in PREFIX
1164			  [$ac_default_prefix]
1165  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1166			  [PREFIX]
1167
1168By default, \`make install' will install all the files in
1169\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1170an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1171for instance \`--prefix=\$HOME'.
1172
1173For better control, use the options below.
1174
1175Fine tuning of the installation directories:
1176  --bindir=DIR           user executables [EPREFIX/bin]
1177  --sbindir=DIR          system admin executables [EPREFIX/sbin]
1178  --libexecdir=DIR       program executables [EPREFIX/libexec]
1179  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
1180  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
1181  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
1182  --libdir=DIR           object code libraries [EPREFIX/lib]
1183  --includedir=DIR       C header files [PREFIX/include]
1184  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
1185  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
1186  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
1187  --infodir=DIR          info documentation [DATAROOTDIR/info]
1188  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
1189  --mandir=DIR           man documentation [DATAROOTDIR/man]
1190  --docdir=DIR           documentation root [DATAROOTDIR/doc/volleyball-data]
1191  --htmldir=DIR          html documentation [DOCDIR]
1192  --dvidir=DIR           dvi documentation [DOCDIR]
1193  --pdfdir=DIR           pdf documentation [DOCDIR]
1194  --psdir=DIR            ps documentation [DOCDIR]
1195_ACEOF
1196
1197  cat <<\_ACEOF
1198
1199Program names:
1200  --program-prefix=PREFIX            prepend PREFIX to installed program names
1201  --program-suffix=SUFFIX            append SUFFIX to installed program names
1202  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1203
1204System types:
1205  --build=BUILD     configure for building on BUILD [guessed]
1206  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1207  --target=TARGET   configure for building compilers for TARGET [HOST]
1208_ACEOF
1209fi
1210
1211if test -n "$ac_init_help"; then
1212  case $ac_init_help in
1213     short | recursive ) echo "Configuration of volleyball-data 0.8.5:";;
1214   esac
1215  cat <<\_ACEOF
1216
1217_ACEOF
1218ac_status=$?
1219fi
1220
1221if test "$ac_init_help" = "recursive"; then
1222  # If there are subdirs, report their specific --help.
1223  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1224    test -d "$ac_dir" || continue
1225    ac_builddir=.
1226
1227case "$ac_dir" in
1228.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1229*)
1230  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1231  # A ".." for each directory in $ac_dir_suffix.
1232  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1233  case $ac_top_builddir_sub in
1234  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1235  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1236  esac ;;
1237esac
1238ac_abs_top_builddir=$ac_pwd
1239ac_abs_builddir=$ac_pwd$ac_dir_suffix
1240# for backward compatibility:
1241ac_top_builddir=$ac_top_build_prefix
1242
1243case $srcdir in
1244  .)  # We are building in place.
1245    ac_srcdir=.
1246    ac_top_srcdir=$ac_top_builddir_sub
1247    ac_abs_top_srcdir=$ac_pwd ;;
1248  [\\/]* | ?:[\\/]* )  # Absolute name.
1249    ac_srcdir=$srcdir$ac_dir_suffix;
1250    ac_top_srcdir=$srcdir
1251    ac_abs_top_srcdir=$srcdir ;;
1252  *) # Relative name.
1253    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1254    ac_top_srcdir=$ac_top_build_prefix$srcdir
1255    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1256esac
1257ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1258
1259    cd "$ac_dir" || { ac_status=$?; continue; }
1260    # Check for guested configure.
1261    if test -f "$ac_srcdir/configure.gnu"; then
1262      echo &&
1263      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1264    elif test -f "$ac_srcdir/configure"; then
1265      echo &&
1266      $SHELL "$ac_srcdir/configure" --help=recursive
1267    else
1268      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1269    fi || ac_status=$?
1270    cd "$ac_pwd" || { ac_status=$?; break; }
1271  done
1272fi
1273
1274test -n "$ac_init_help" && exit $ac_status
1275if $ac_init_version; then
1276  cat <<\_ACEOF
1277volleyball-data configure 0.8.5
1278generated by GNU Autoconf 2.60
1279
1280Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
12812002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1282This configure script is free software; the Free Software Foundation
1283gives unlimited permission to copy, distribute and modify it.
1284_ACEOF
1285  exit
1286fi
1287cat >config.log <<_ACEOF
1288This file contains any messages produced by compilers while
1289running configure, to aid debugging if configure makes a mistake.
1290
1291It was created by volleyball-data $as_me 0.8.5, which was
1292generated by GNU Autoconf 2.60.  Invocation command line was
1293
1294  $ $0 $@
1295
1296_ACEOF
1297exec 5>>config.log
1298{
1299cat <<_ASUNAME
1300## --------- ##
1301## Platform. ##
1302## --------- ##
1303
1304hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1305uname -m = `(uname -m) 2>/dev/null || echo unknown`
1306uname -r = `(uname -r) 2>/dev/null || echo unknown`
1307uname -s = `(uname -s) 2>/dev/null || echo unknown`
1308uname -v = `(uname -v) 2>/dev/null || echo unknown`
1309
1310/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1311/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1312
1313/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1314/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1315/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1316/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1317/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1318/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1319/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1320
1321_ASUNAME
1322
1323as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1324for as_dir in $PATH
1325do
1326  IFS=$as_save_IFS
1327  test -z "$as_dir" && as_dir=.
1328  echo "PATH: $as_dir"
1329done
1330IFS=$as_save_IFS
1331
1332} >&5
1333
1334cat >&5 <<_ACEOF
1335
1336
1337## ----------- ##
1338## Core tests. ##
1339## ----------- ##
1340
1341_ACEOF
1342
1343
1344# Keep a trace of the command line.
1345# Strip out --no-create and --no-recursion so they do not pile up.
1346# Strip out --silent because we don't want to record it for future runs.
1347# Also quote any args containing shell meta-characters.
1348# Make two passes to allow for proper duplicate-argument suppression.
1349ac_configure_args=
1350ac_configure_args0=
1351ac_configure_args1=
1352ac_must_keep_next=false
1353for ac_pass in 1 2
1354do
1355  for ac_arg
1356  do
1357    case $ac_arg in
1358    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1359    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1360    | -silent | --silent | --silen | --sile | --sil)
1361      continue ;;
1362    *\'*)
1363      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1364    esac
1365    case $ac_pass in
1366    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1367    2)
1368      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1369      if test $ac_must_keep_next = true; then
1370	ac_must_keep_next=false # Got value, back to normal.
1371      else
1372	case $ac_arg in
1373	  *=* | --config-cache | -C | -disable-* | --disable-* \
1374	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1375	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1376	  | -with-* | --with-* | -without-* | --without-* | --x)
1377	    case "$ac_configure_args0 " in
1378	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1379	    esac
1380	    ;;
1381	  -* ) ac_must_keep_next=true ;;
1382	esac
1383      fi
1384      ac_configure_args="$ac_configure_args '$ac_arg'"
1385      ;;
1386    esac
1387  done
1388done
1389$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1390$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1391
1392# When interrupted or exit'd, cleanup temporary files, and complete
1393# config.log.  We remove comments because anyway the quotes in there
1394# would cause problems or look ugly.
1395# WARNING: Use '\'' to represent an apostrophe within the trap.
1396# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1397trap 'exit_status=$?
1398  # Save into config.log some information that might help in debugging.
1399  {
1400    echo
1401
1402    cat <<\_ASBOX
1403## ---------------- ##
1404## Cache variables. ##
1405## ---------------- ##
1406_ASBOX
1407    echo
1408    # The following way of writing the cache mishandles newlines in values,
1409(
1410  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1411    eval ac_val=\$$ac_var
1412    case $ac_val in #(
1413    *${as_nl}*)
1414      case $ac_var in #(
1415      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1416echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1417      esac
1418      case $ac_var in #(
1419      _ | IFS | as_nl) ;; #(
1420      *) $as_unset $ac_var ;;
1421      esac ;;
1422    esac
1423  done
1424  (set) 2>&1 |
1425    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1426    *${as_nl}ac_space=\ *)
1427      sed -n \
1428	"s/'\''/'\''\\\\'\'''\''/g;
1429	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1430      ;; #(
1431    *)
1432      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1433      ;;
1434    esac |
1435    sort
1436)
1437    echo
1438
1439    cat <<\_ASBOX
1440## ----------------- ##
1441## Output variables. ##
1442## ----------------- ##
1443_ASBOX
1444    echo
1445    for ac_var in $ac_subst_vars
1446    do
1447      eval ac_val=\$$ac_var
1448      case $ac_val in
1449      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1450      esac
1451      echo "$ac_var='\''$ac_val'\''"
1452    done | sort
1453    echo
1454
1455    if test -n "$ac_subst_files"; then
1456      cat <<\_ASBOX
1457## ------------------- ##
1458## File substitutions. ##
1459## ------------------- ##
1460_ASBOX
1461      echo
1462      for ac_var in $ac_subst_files
1463      do
1464	eval ac_val=\$$ac_var
1465	case $ac_val in
1466	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1467	esac
1468	echo "$ac_var='\''$ac_val'\''"
1469      done | sort
1470      echo
1471    fi
1472
1473    if test -s confdefs.h; then
1474      cat <<\_ASBOX
1475## ----------- ##
1476## confdefs.h. ##
1477## ----------- ##
1478_ASBOX
1479      echo
1480      cat confdefs.h
1481      echo
1482    fi
1483    test "$ac_signal" != 0 &&
1484      echo "$as_me: caught signal $ac_signal"
1485    echo "$as_me: exit $exit_status"
1486  } >&5
1487  rm -f core *.core core.conftest.* &&
1488    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1489    exit $exit_status
1490' 0
1491for ac_signal in 1 2 13 15; do
1492  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1493done
1494ac_signal=0
1495
1496# confdefs.h avoids OS command line length limits that DEFS can exceed.
1497rm -f -r conftest* confdefs.h
1498
1499# Predefined preprocessor variables.
1500
1501cat >>confdefs.h <<_ACEOF
1502#define PACKAGE_NAME "$PACKAGE_NAME"
1503_ACEOF
1504
1505
1506cat >>confdefs.h <<_ACEOF
1507#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1508_ACEOF
1509
1510
1511cat >>confdefs.h <<_ACEOF
1512#define PACKAGE_VERSION "$PACKAGE_VERSION"
1513_ACEOF
1514
1515
1516cat >>confdefs.h <<_ACEOF
1517#define PACKAGE_STRING "$PACKAGE_STRING"
1518_ACEOF
1519
1520
1521cat >>confdefs.h <<_ACEOF
1522#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1523_ACEOF
1524
1525
1526# Let the site file select an alternate cache file if it wants to.
1527# Prefer explicitly selected file to automatically selected ones.
1528if test -n "$CONFIG_SITE"; then
1529  set x "$CONFIG_SITE"
1530elif test "x$prefix" != xNONE; then
1531  set x "$prefix/share/config.site" "$prefix/etc/config.site"
1532else
1533  set x "$ac_default_prefix/share/config.site" \
1534	"$ac_default_prefix/etc/config.site"
1535fi
1536shift
1537for ac_site_file
1538do
1539  if test -r "$ac_site_file"; then
1540    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1541echo "$as_me: loading site script $ac_site_file" >&6;}
1542    sed 's/^/| /' "$ac_site_file" >&5
1543    . "$ac_site_file"
1544  fi
1545done
1546
1547if test -r "$cache_file"; then
1548  # Some versions of bash will fail to source /dev/null (special
1549  # files actually), so we avoid doing that.
1550  if test -f "$cache_file"; then
1551    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1552echo "$as_me: loading cache $cache_file" >&6;}
1553    case $cache_file in
1554      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1555      *)                      . "./$cache_file";;
1556    esac
1557  fi
1558else
1559  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1560echo "$as_me: creating cache $cache_file" >&6;}
1561  >$cache_file
1562fi
1563
1564# Check that the precious variables saved in the cache have kept the same
1565# value.
1566ac_cache_corrupted=false
1567for ac_var in $ac_precious_vars; do
1568  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1569  eval ac_new_set=\$ac_env_${ac_var}_set
1570  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1571  eval ac_new_val=\$ac_env_${ac_var}_value
1572  case $ac_old_set,$ac_new_set in
1573    set,)
1574      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1575echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1576      ac_cache_corrupted=: ;;
1577    ,set)
1578      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1579echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1580      ac_cache_corrupted=: ;;
1581    ,);;
1582    *)
1583      if test "x$ac_old_val" != "x$ac_new_val"; then
1584	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1585echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1586	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1587echo "$as_me:   former value:  $ac_old_val" >&2;}
1588	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1589echo "$as_me:   current value: $ac_new_val" >&2;}
1590	ac_cache_corrupted=:
1591      fi;;
1592  esac
1593  # Pass precious variables to config.status.
1594  if test "$ac_new_set" = set; then
1595    case $ac_new_val in
1596    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1597    *) ac_arg=$ac_var=$ac_new_val ;;
1598    esac
1599    case " $ac_configure_args " in
1600      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1601      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1602    esac
1603  fi
1604done
1605if $ac_cache_corrupted; then
1606  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1607echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1608  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1609echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1610   { (exit 1); exit 1; }; }
1611fi
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637ac_ext=c
1638ac_cpp='$CPP $CPPFLAGS'
1639ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1640ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1641ac_compiler_gnu=$ac_cv_c_compiler_gnu
1642
1643
1644ac_aux_dir=
1645for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1646  if test -f "$ac_dir/install-sh"; then
1647    ac_aux_dir=$ac_dir
1648    ac_install_sh="$ac_aux_dir/install-sh -c"
1649    break
1650  elif test -f "$ac_dir/install.sh"; then
1651    ac_aux_dir=$ac_dir
1652    ac_install_sh="$ac_aux_dir/install.sh -c"
1653    break
1654  elif test -f "$ac_dir/shtool"; then
1655    ac_aux_dir=$ac_dir
1656    ac_install_sh="$ac_aux_dir/shtool install -c"
1657    break
1658  fi
1659done
1660if test -z "$ac_aux_dir"; then
1661  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
1662echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
1663   { (exit 1); exit 1; }; }
1664fi
1665
1666# These three variables are undocumented and unsupported,
1667# and are intended to be withdrawn in a future Autoconf release.
1668# They can cause serious problems if a builder's source tree is in a directory
1669# whose full name contains unusual characters.
1670ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1671ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1672ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1673
1674
1675# Make sure we can run config.sub.
1676$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
1677  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
1678echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
1679   { (exit 1); exit 1; }; }
1680
1681{ echo "$as_me:$LINENO: checking build system type" >&5
1682echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
1683if test "${ac_cv_build+set}" = set; then
1684  echo $ECHO_N "(cached) $ECHO_C" >&6
1685else
1686  ac_build_alias=$build_alias
1687test "x$ac_build_alias" = x &&
1688  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
1689test "x$ac_build_alias" = x &&
1690  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1691echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1692   { (exit 1); exit 1; }; }
1693ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
1694  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
1695echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
1696   { (exit 1); exit 1; }; }
1697
1698fi
1699{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1700echo "${ECHO_T}$ac_cv_build" >&6; }
1701case $ac_cv_build in
1702*-*-*) ;;
1703*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
1704echo "$as_me: error: invalid value of canonical build" >&2;}
1705   { (exit 1); exit 1; }; };;
1706esac
1707build=$ac_cv_build
1708ac_save_IFS=$IFS; IFS='-'
1709set x $ac_cv_build
1710shift
1711build_cpu=$1
1712build_vendor=$2
1713shift; shift
1714# Remember, the first character of IFS is used to create $*,
1715# except with old shells:
1716build_os=$*
1717IFS=$ac_save_IFS
1718case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
1719
1720
1721{ echo "$as_me:$LINENO: checking host system type" >&5
1722echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
1723if test "${ac_cv_host+set}" = set; then
1724  echo $ECHO_N "(cached) $ECHO_C" >&6
1725else
1726  if test "x$host_alias" = x; then
1727  ac_cv_host=$ac_cv_build
1728else
1729  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
1730    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
1731echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
1732   { (exit 1); exit 1; }; }
1733fi
1734
1735fi
1736{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1737echo "${ECHO_T}$ac_cv_host" >&6; }
1738case $ac_cv_host in
1739*-*-*) ;;
1740*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
1741echo "$as_me: error: invalid value of canonical host" >&2;}
1742   { (exit 1); exit 1; }; };;
1743esac
1744host=$ac_cv_host
1745ac_save_IFS=$IFS; IFS='-'
1746set x $ac_cv_host
1747shift
1748host_cpu=$1
1749host_vendor=$2
1750shift; shift
1751# Remember, the first character of IFS is used to create $*,
1752# except with old shells:
1753host_os=$*
1754IFS=$ac_save_IFS
1755case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
1756
1757
1758{ echo "$as_me:$LINENO: checking target system type" >&5
1759echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
1760if test "${ac_cv_target+set}" = set; then
1761  echo $ECHO_N "(cached) $ECHO_C" >&6
1762else
1763  if test "x$target_alias" = x; then
1764  ac_cv_target=$ac_cv_host
1765else
1766  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
1767    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
1768echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
1769   { (exit 1); exit 1; }; }
1770fi
1771
1772fi
1773{ echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1774echo "${ECHO_T}$ac_cv_target" >&6; }
1775case $ac_cv_target in
1776*-*-*) ;;
1777*) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
1778echo "$as_me: error: invalid value of canonical target" >&2;}
1779   { (exit 1); exit 1; }; };;
1780esac
1781target=$ac_cv_target
1782ac_save_IFS=$IFS; IFS='-'
1783set x $ac_cv_target
1784shift
1785target_cpu=$1
1786target_vendor=$2
1787shift; shift
1788# Remember, the first character of IFS is used to create $*,
1789# except with old shells:
1790target_os=$*
1791IFS=$ac_save_IFS
1792case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
1793
1794
1795# The aliases save the names the user supplied, while $host etc.
1796# will get canonicalized.
1797test -n "$target_alias" &&
1798  test "$program_prefix$program_suffix$program_transform_name" = \
1799    NONENONEs,x,x, &&
1800  program_prefix=${target_alias}-
1801
1802am__api_version="1.9"
1803# Find a good install program.  We prefer a C program (faster),
1804# so one script is as good as another.  But avoid the broken or
1805# incompatible versions:
1806# SysV /etc/install, /usr/sbin/install
1807# SunOS /usr/etc/install
1808# IRIX /sbin/install
1809# AIX /bin/install
1810# AmigaOS /C/install, which installs bootblocks on floppy discs
1811# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1812# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1813# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1814# OS/2's system install, which has a completely different semantic
1815# ./install, which can be erroneously created by make from ./install.sh.
1816{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1817echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
1818if test -z "$INSTALL"; then
1819if test "${ac_cv_path_install+set}" = set; then
1820  echo $ECHO_N "(cached) $ECHO_C" >&6
1821else
1822  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1823for as_dir in $PATH
1824do
1825  IFS=$as_save_IFS
1826  test -z "$as_dir" && as_dir=.
1827  # Account for people who put trailing slashes in PATH elements.
1828case $as_dir/ in
1829  ./ | .// | /cC/* | \
1830  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1831  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1832  /usr/ucb/* ) ;;
1833  *)
1834    # OSF1 and SCO ODT 3.0 have their own names for install.
1835    # Don't use installbsd from OSF since it installs stuff as root
1836    # by default.
1837    for ac_prog in ginstall scoinst install; do
1838      for ac_exec_ext in '' $ac_executable_extensions; do
1839	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
1840	  if test $ac_prog = install &&
1841	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1842	    # AIX install.  It has an incompatible calling convention.
1843	    :
1844	  elif test $ac_prog = install &&
1845	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1846	    # program-specific install script used by HP pwplus--don't use.
1847	    :
1848	  else
1849	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1850	    break 3
1851	  fi
1852	fi
1853      done
1854    done
1855    ;;
1856esac
1857done
1858IFS=$as_save_IFS
1859
1860
1861fi
1862  if test "${ac_cv_path_install+set}" = set; then
1863    INSTALL=$ac_cv_path_install
1864  else
1865    # As a last resort, use the slow shell script.  Don't cache a
1866    # value for INSTALL within a source directory, because that will
1867    # break other packages using the cache if that directory is
1868    # removed, or if the value is a relative name.
1869    INSTALL=$ac_install_sh
1870  fi
1871fi
1872{ echo "$as_me:$LINENO: result: $INSTALL" >&5
1873echo "${ECHO_T}$INSTALL" >&6; }
1874
1875# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1876# It thinks the first close brace ends the variable substitution.
1877test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1878
1879test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1880
1881test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1882
1883{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1884echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
1885# Just in case
1886sleep 1
1887echo timestamp > conftest.file
1888# Do `set' in a subshell so we don't clobber the current shell's
1889# arguments.  Must try -L first in case configure is actually a
1890# symlink; some systems play weird games with the mod time of symlinks
1891# (eg FreeBSD returns the mod time of the symlink's containing
1892# directory).
1893if (
1894   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1895   if test "$*" = "X"; then
1896      # -L didn't work.
1897      set X `ls -t $srcdir/configure conftest.file`
1898   fi
1899   rm -f conftest.file
1900   if test "$*" != "X $srcdir/configure conftest.file" \
1901      && test "$*" != "X conftest.file $srcdir/configure"; then
1902
1903      # If neither matched, then we have a broken ls.  This can happen
1904      # if, for instance, CONFIG_SHELL is bash and it inherits a
1905      # broken ls alias from the environment.  This has actually
1906      # happened.  Such a system could not be considered "sane".
1907      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
1908alias in your environment" >&5
1909echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
1910alias in your environment" >&2;}
1911   { (exit 1); exit 1; }; }
1912   fi
1913
1914   test "$2" = conftest.file
1915   )
1916then
1917   # Ok.
1918   :
1919else
1920   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1921Check your system clock" >&5
1922echo "$as_me: error: newly created file is older than distributed files!
1923Check your system clock" >&2;}
1924   { (exit 1); exit 1; }; }
1925fi
1926{ echo "$as_me:$LINENO: result: yes" >&5
1927echo "${ECHO_T}yes" >&6; }
1928test "$program_prefix" != NONE &&
1929  program_transform_name="s&^&$program_prefix&;$program_transform_name"
1930# Use a double $ so make ignores it.
1931test "$program_suffix" != NONE &&
1932  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1933# Double any \ or $.  echo might interpret backslashes.
1934# By default was `s,x,x', remove it if useless.
1935cat <<\_ACEOF >conftest.sed
1936s/[\\$]/&&/g;s/;s,x,x,$//
1937_ACEOF
1938program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1939rm -f conftest.sed
1940
1941# expand $ac_aux_dir to an absolute path
1942am_aux_dir=`cd $ac_aux_dir && pwd`
1943
1944test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1945# Use eval to expand $SHELL
1946if eval "$MISSING --run true"; then
1947  am_missing_run="$MISSING --run "
1948else
1949  am_missing_run=
1950  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1951echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1952fi
1953
1954if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1955  # We used to keeping the `.' as first argument, in order to
1956  # allow $(mkdir_p) to be used without argument.  As in
1957  #   $(mkdir_p) $(somedir)
1958  # where $(somedir) is conditionally defined.  However this is wrong
1959  # for two reasons:
1960  #  1. if the package is installed by a user who cannot write `.'
1961  #     make install will fail,
1962  #  2. the above comment should most certainly read
1963  #     $(mkdir_p) $(DESTDIR)$(somedir)
1964  #     so it does not work when $(somedir) is undefined and
1965  #     $(DESTDIR) is not.
1966  #  To support the latter case, we have to write
1967  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
1968  #  so the `.' trick is pointless.
1969  mkdir_p='mkdir -p --'
1970else
1971  # On NextStep and OpenStep, the `mkdir' command does not
1972  # recognize any option.  It will interpret all options as
1973  # directories to create, and then abort because `.' already
1974  # exists.
1975  for d in ./-p ./--version;
1976  do
1977    test -d $d && rmdir $d
1978  done
1979  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1980  if test -f "$ac_aux_dir/mkinstalldirs"; then
1981    mkdir_p='$(mkinstalldirs)'
1982  else
1983    mkdir_p='$(install_sh) -d'
1984  fi
1985fi
1986
1987for ac_prog in gawk mawk nawk awk
1988do
1989  # Extract the first word of "$ac_prog", so it can be a program name with args.
1990set dummy $ac_prog; ac_word=$2
1991{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1992echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1993if test "${ac_cv_prog_AWK+set}" = set; then
1994  echo $ECHO_N "(cached) $ECHO_C" >&6
1995else
1996  if test -n "$AWK"; then
1997  ac_cv_prog_AWK="$AWK" # Let the user override the test.
1998else
1999as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2000for as_dir in $PATH
2001do
2002  IFS=$as_save_IFS
2003  test -z "$as_dir" && as_dir=.
2004  for ac_exec_ext in '' $ac_executable_extensions; do
2005  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2006    ac_cv_prog_AWK="$ac_prog"
2007    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2008    break 2
2009  fi
2010done
2011done
2012IFS=$as_save_IFS
2013
2014fi
2015fi
2016AWK=$ac_cv_prog_AWK
2017if test -n "$AWK"; then
2018  { echo "$as_me:$LINENO: result: $AWK" >&5
2019echo "${ECHO_T}$AWK" >&6; }
2020else
2021  { echo "$as_me:$LINENO: result: no" >&5
2022echo "${ECHO_T}no" >&6; }
2023fi
2024
2025
2026  test -n "$AWK" && break
2027done
2028
2029{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2030echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2031set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2032if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2033  echo $ECHO_N "(cached) $ECHO_C" >&6
2034else
2035  cat >conftest.make <<\_ACEOF
2036SHELL = /bin/sh
2037all:
2038	@echo '@@@%%%=$(MAKE)=@@@%%%'
2039_ACEOF
2040# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2041case `${MAKE-make} -f conftest.make 2>/dev/null` in
2042  *@@@%%%=?*=@@@%%%*)
2043    eval ac_cv_prog_make_${ac_make}_set=yes;;
2044  *)
2045    eval ac_cv_prog_make_${ac_make}_set=no;;
2046esac
2047rm -f conftest.make
2048fi
2049if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2050  { echo "$as_me:$LINENO: result: yes" >&5
2051echo "${ECHO_T}yes" >&6; }
2052  SET_MAKE=
2053else
2054  { echo "$as_me:$LINENO: result: no" >&5
2055echo "${ECHO_T}no" >&6; }
2056  SET_MAKE="MAKE=${MAKE-make}"
2057fi
2058
2059rm -rf .tst 2>/dev/null
2060mkdir .tst 2>/dev/null
2061if test -d .tst; then
2062  am__leading_dot=.
2063else
2064  am__leading_dot=_
2065fi
2066rmdir .tst 2>/dev/null
2067
2068# test to see if srcdir already configured
2069if test "`cd $srcdir && pwd`" != "`pwd`" &&
2070   test -f $srcdir/config.status; then
2071  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2072echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2073   { (exit 1); exit 1; }; }
2074fi
2075
2076# test whether we have cygpath
2077if test -z "$CYGPATH_W"; then
2078  if (cygpath --version) >/dev/null 2>/dev/null; then
2079    CYGPATH_W='cygpath -w'
2080  else
2081    CYGPATH_W=echo
2082  fi
2083fi
2084
2085
2086# Define the identity of the package.
2087 PACKAGE='volleyball-data'
2088 VERSION='0.8.5'
2089
2090
2091cat >>confdefs.h <<_ACEOF
2092#define PACKAGE "$PACKAGE"
2093_ACEOF
2094
2095
2096cat >>confdefs.h <<_ACEOF
2097#define VERSION "$VERSION"
2098_ACEOF
2099
2100# Some tools Automake needs.
2101
2102ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2103
2104
2105AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2106
2107
2108AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2109
2110
2111AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2112
2113
2114MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2115
2116install_sh=${install_sh-"$am_aux_dir/install-sh"}
2117
2118# Installed binaries are usually stripped using `strip' when the user
2119# run `make install-strip'.  However `strip' might not be the right
2120# tool to use in cross-compilation environments, therefore Automake
2121# will honor the `STRIP' environment variable to overrule this program.
2122if test "$cross_compiling" != no; then
2123  if test -n "$ac_tool_prefix"; then
2124  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2125set dummy ${ac_tool_prefix}strip; ac_word=$2
2126{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2127echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2128if test "${ac_cv_prog_STRIP+set}" = set; then
2129  echo $ECHO_N "(cached) $ECHO_C" >&6
2130else
2131  if test -n "$STRIP"; then
2132  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2133else
2134as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2135for as_dir in $PATH
2136do
2137  IFS=$as_save_IFS
2138  test -z "$as_dir" && as_dir=.
2139  for ac_exec_ext in '' $ac_executable_extensions; do
2140  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2141    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2142    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2143    break 2
2144  fi
2145done
2146done
2147IFS=$as_save_IFS
2148
2149fi
2150fi
2151STRIP=$ac_cv_prog_STRIP
2152if test -n "$STRIP"; then
2153  { echo "$as_me:$LINENO: result: $STRIP" >&5
2154echo "${ECHO_T}$STRIP" >&6; }
2155else
2156  { echo "$as_me:$LINENO: result: no" >&5
2157echo "${ECHO_T}no" >&6; }
2158fi
2159
2160
2161fi
2162if test -z "$ac_cv_prog_STRIP"; then
2163  ac_ct_STRIP=$STRIP
2164  # Extract the first word of "strip", so it can be a program name with args.
2165set dummy strip; ac_word=$2
2166{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2167echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2168if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2169  echo $ECHO_N "(cached) $ECHO_C" >&6
2170else
2171  if test -n "$ac_ct_STRIP"; then
2172  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2173else
2174as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2175for as_dir in $PATH
2176do
2177  IFS=$as_save_IFS
2178  test -z "$as_dir" && as_dir=.
2179  for ac_exec_ext in '' $ac_executable_extensions; do
2180  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2181    ac_cv_prog_ac_ct_STRIP="strip"
2182    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2183    break 2
2184  fi
2185done
2186done
2187IFS=$as_save_IFS
2188
2189fi
2190fi
2191ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2192if test -n "$ac_ct_STRIP"; then
2193  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2194echo "${ECHO_T}$ac_ct_STRIP" >&6; }
2195else
2196  { echo "$as_me:$LINENO: result: no" >&5
2197echo "${ECHO_T}no" >&6; }
2198fi
2199
2200  if test "x$ac_ct_STRIP" = x; then
2201    STRIP=":"
2202  else
2203    case $cross_compiling:$ac_tool_warned in
2204yes:)
2205{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2206whose name does not start with the host triplet.  If you think this
2207configuration is useful to you, please write to autoconf@gnu.org." >&5
2208echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2209whose name does not start with the host triplet.  If you think this
2210configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2211ac_tool_warned=yes ;;
2212esac
2213    STRIP=$ac_ct_STRIP
2214  fi
2215else
2216  STRIP="$ac_cv_prog_STRIP"
2217fi
2218
2219fi
2220INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
2221
2222# We need awk for the "check" target.  The system "awk" is bad on
2223# some platforms.
2224# Always define AMTAR for backward compatibility.
2225
2226AMTAR=${AMTAR-"${am_missing_run}tar"}
2227
2228am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2229
2230
2231
2232
2233
2234
2235
2236ac_config_files="$ac_config_files Makefile data/Makefile data/sounds/Makefile data/characters/Makefile data/characters/pingu/Makefile data/characters/colo/Makefile data/characters/turtle/Makefile data/characters/matar/Makefile"
2237
2238cat >confcache <<\_ACEOF
2239# This file is a shell script that caches the results of configure
2240# tests run on this system so they can be shared between configure
2241# scripts and configure runs, see configure's option --config-cache.
2242# It is not useful on other systems.  If it contains results you don't
2243# want to keep, you may remove or edit it.
2244#
2245# config.status only pays attention to the cache file if you give it
2246# the --recheck option to rerun configure.
2247#
2248# `ac_cv_env_foo' variables (set or unset) will be overridden when
2249# loading this file, other *unset* `ac_cv_foo' will be assigned the
2250# following values.
2251
2252_ACEOF
2253
2254# The following way of writing the cache mishandles newlines in values,
2255# but we know of no workaround that is simple, portable, and efficient.
2256# So, we kill variables containing newlines.
2257# Ultrix sh set writes to stderr and can't be redirected directly,
2258# and sets the high bit in the cache file unless we assign to the vars.
2259(
2260  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2261    eval ac_val=\$$ac_var
2262    case $ac_val in #(
2263    *${as_nl}*)
2264      case $ac_var in #(
2265      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
2266echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
2267      esac
2268      case $ac_var in #(
2269      _ | IFS | as_nl) ;; #(
2270      *) $as_unset $ac_var ;;
2271      esac ;;
2272    esac
2273  done
2274
2275  (set) 2>&1 |
2276    case $as_nl`(ac_space=' '; set) 2>&1` in #(
2277    *${as_nl}ac_space=\ *)
2278      # `set' does not quote correctly, so add quotes (double-quote
2279      # substitution turns \\\\ into \\, and sed turns \\ into \).
2280      sed -n \
2281	"s/'/'\\\\''/g;
2282	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2283      ;; #(
2284    *)
2285      # `set' quotes correctly as required by POSIX, so do not add quotes.
2286      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2287      ;;
2288    esac |
2289    sort
2290) |
2291  sed '
2292     /^ac_cv_env_/b end
2293     t clear
2294     :clear
2295     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2296     t end
2297     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2298     :end' >>confcache
2299if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2300  if test -w "$cache_file"; then
2301    test "x$cache_file" != "x/dev/null" &&
2302      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
2303echo "$as_me: updating cache $cache_file" >&6;}
2304    cat confcache >$cache_file
2305  else
2306    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
2307echo "$as_me: not updating unwritable cache $cache_file" >&6;}
2308  fi
2309fi
2310rm -f confcache
2311
2312test "x$prefix" = xNONE && prefix=$ac_default_prefix
2313# Let make expand exec_prefix.
2314test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2315
2316# Transform confdefs.h into DEFS.
2317# Protect against shell expansion while executing Makefile rules.
2318# Protect against Makefile macro expansion.
2319#
2320# If the first sed substitution is executed (which looks for macros that
2321# take arguments), then branch to the quote section.  Otherwise,
2322# look for a macro that doesn't take arguments.
2323ac_script='
2324t clear
2325:clear
2326s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
2327t quote
2328s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
2329t quote
2330b any
2331:quote
2332s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
2333s/\[/\\&/g
2334s/\]/\\&/g
2335s/\$/$$/g
2336H
2337:any
2338${
2339	g
2340	s/^\n//
2341	s/\n/ /g
2342	p
2343}
2344'
2345DEFS=`sed -n "$ac_script" confdefs.h`
2346
2347
2348ac_libobjs=
2349ac_ltlibobjs=
2350for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2351  # 1. Remove the extension, and $U if already installed.
2352  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2353  ac_i=`echo "$ac_i" | sed "$ac_script"`
2354  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
2355  #    will be set to the directory where LIBOBJS objects are built.
2356  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
2357  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
2358done
2359LIBOBJS=$ac_libobjs
2360
2361LTLIBOBJS=$ac_ltlibobjs
2362
2363
2364
2365: ${CONFIG_STATUS=./config.status}
2366ac_clean_files_save=$ac_clean_files
2367ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2368{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
2369echo "$as_me: creating $CONFIG_STATUS" >&6;}
2370cat >$CONFIG_STATUS <<_ACEOF
2371#! $SHELL
2372# Generated by $as_me.
2373# Run this file to recreate the current configuration.
2374# Compiler output produced by configure, useful for debugging
2375# configure, is in config.log if it exists.
2376
2377debug=false
2378ac_cs_recheck=false
2379ac_cs_silent=false
2380SHELL=\${CONFIG_SHELL-$SHELL}
2381_ACEOF
2382
2383cat >>$CONFIG_STATUS <<\_ACEOF
2384## --------------------- ##
2385## M4sh Initialization.  ##
2386## --------------------- ##
2387
2388# Be Bourne compatible
2389if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2390  emulate sh
2391  NULLCMD=:
2392  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2393  # is contrary to our usage.  Disable this feature.
2394  alias -g '${1+"$@"}'='"$@"'
2395  setopt NO_GLOB_SUBST
2396else
2397  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
2398fi
2399BIN_SH=xpg4; export BIN_SH # for Tru64
2400DUALCASE=1; export DUALCASE # for MKS sh
2401
2402
2403# PATH needs CR
2404# Avoid depending upon Character Ranges.
2405as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2406as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2407as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2408as_cr_digits='0123456789'
2409as_cr_alnum=$as_cr_Letters$as_cr_digits
2410
2411# The user is always right.
2412if test "${PATH_SEPARATOR+set}" != set; then
2413  echo "#! /bin/sh" >conf$$.sh
2414  echo  "exit 0"   >>conf$$.sh
2415  chmod +x conf$$.sh
2416  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2417    PATH_SEPARATOR=';'
2418  else
2419    PATH_SEPARATOR=:
2420  fi
2421  rm -f conf$$.sh
2422fi
2423
2424# Support unset when possible.
2425if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2426  as_unset=unset
2427else
2428  as_unset=false
2429fi
2430
2431
2432# IFS
2433# We need space, tab and new line, in precisely that order.  Quoting is
2434# there to prevent editors from complaining about space-tab.
2435# (If _AS_PATH_WALK were called with IFS unset, it would disable word
2436# splitting by setting IFS to empty value.)
2437as_nl='
2438'
2439IFS=" ""	$as_nl"
2440
2441# Find who we are.  Look in the path if we contain no directory separator.
2442case $0 in
2443  *[\\/]* ) as_myself=$0 ;;
2444  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2445for as_dir in $PATH
2446do
2447  IFS=$as_save_IFS
2448  test -z "$as_dir" && as_dir=.
2449  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2450done
2451IFS=$as_save_IFS
2452
2453     ;;
2454esac
2455# We did not find ourselves, most probably we were run as `sh COMMAND'
2456# in which case we are not to be found in the path.
2457if test "x$as_myself" = x; then
2458  as_myself=$0
2459fi
2460if test ! -f "$as_myself"; then
2461  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2462  { (exit 1); exit 1; }
2463fi
2464
2465# Work around bugs in pre-3.0 UWIN ksh.
2466for as_var in ENV MAIL MAILPATH
2467do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
2468done
2469PS1='$ '
2470PS2='> '
2471PS4='+ '
2472
2473# NLS nuisances.
2474for as_var in \
2475  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
2476  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2477  LC_TELEPHONE LC_TIME
2478do
2479  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2480    eval $as_var=C; export $as_var
2481  else
2482    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
2483  fi
2484done
2485
2486# Required to use basename.
2487if expr a : '\(a\)' >/dev/null 2>&1 &&
2488   test "X`expr 00001 : '.*\(...\)'`" = X001; then
2489  as_expr=expr
2490else
2491  as_expr=false
2492fi
2493
2494if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
2495  as_basename=basename
2496else
2497  as_basename=false
2498fi
2499
2500
2501# Name of the executable.
2502as_me=`$as_basename -- "$0" ||
2503$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2504	 X"$0" : 'X\(//\)$' \| \
2505	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2506echo X/"$0" |
2507    sed '/^.*\/\([^/][^/]*\)\/*$/{
2508	    s//\1/
2509	    q
2510	  }
2511	  /^X\/\(\/\/\)$/{
2512	    s//\1/
2513	    q
2514	  }
2515	  /^X\/\(\/\).*/{
2516	    s//\1/
2517	    q
2518	  }
2519	  s/.*/./; q'`
2520
2521# CDPATH.
2522$as_unset CDPATH
2523
2524
2525
2526  as_lineno_1=$LINENO
2527  as_lineno_2=$LINENO
2528  test "x$as_lineno_1" != "x$as_lineno_2" &&
2529  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
2530
2531  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2532  # uniformly replaced by the line number.  The first 'sed' inserts a
2533  # line-number line after each line using $LINENO; the second 'sed'
2534  # does the real work.  The second script uses 'N' to pair each
2535  # line-number line with the line containing $LINENO, and appends
2536  # trailing '-' during substitution so that $LINENO is not a special
2537  # case at line end.
2538  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
2539  # scripts with optimization help from Paolo Bonzini.  Blame Lee
2540  # E. McMahon (1931-1989) for sed's syntax.  :-)
2541  sed -n '
2542    p
2543    /[$]LINENO/=
2544  ' <$as_myself |
2545    sed '
2546      s/[$]LINENO.*/&-/
2547      t lineno
2548      b
2549      :lineno
2550      N
2551      :loop
2552      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
2553      t loop
2554      s/-\n.*//
2555    ' >$as_me.lineno &&
2556  chmod +x "$as_me.lineno" ||
2557    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
2558   { (exit 1); exit 1; }; }
2559
2560  # Don't try to exec as it changes $[0], causing all sort of problems
2561  # (the dirname of $[0] is not the place where we might find the
2562  # original and so on.  Autoconf is especially sensitive to this).
2563  . "./$as_me.lineno"
2564  # Exit status is that of the last command.
2565  exit
2566}
2567
2568
2569if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
2570  as_dirname=dirname
2571else
2572  as_dirname=false
2573fi
2574
2575ECHO_C= ECHO_N= ECHO_T=
2576case `echo -n x` in
2577-n*)
2578  case `echo 'x\c'` in
2579  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
2580  *)   ECHO_C='\c';;
2581  esac;;
2582*)
2583  ECHO_N='-n';;
2584esac
2585
2586if expr a : '\(a\)' >/dev/null 2>&1 &&
2587   test "X`expr 00001 : '.*\(...\)'`" = X001; then
2588  as_expr=expr
2589else
2590  as_expr=false
2591fi
2592
2593rm -f conf$$ conf$$.exe conf$$.file
2594if test -d conf$$.dir; then
2595  rm -f conf$$.dir/conf$$.file
2596else
2597  rm -f conf$$.dir
2598  mkdir conf$$.dir
2599fi
2600echo >conf$$.file
2601if ln -s conf$$.file conf$$ 2>/dev/null; then
2602  as_ln_s='ln -s'
2603  # ... but there are two gotchas:
2604  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2605  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
2606  # In both cases, we have to default to `cp -p'.
2607  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2608    as_ln_s='cp -p'
2609elif ln conf$$.file conf$$ 2>/dev/null; then
2610  as_ln_s=ln
2611else
2612  as_ln_s='cp -p'
2613fi
2614rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2615rmdir conf$$.dir 2>/dev/null
2616
2617if mkdir -p . 2>/dev/null; then
2618  as_mkdir_p=:
2619else
2620  test -d ./-p && rmdir ./-p
2621  as_mkdir_p=false
2622fi
2623
2624# Find out whether ``test -x'' works.  Don't use a zero-byte file, as
2625# systems may use methods other than mode bits to determine executability.
2626cat >conf$$.file <<_ASEOF
2627#! /bin/sh
2628exit 0
2629_ASEOF
2630chmod +x conf$$.file
2631if test -x conf$$.file >/dev/null 2>&1; then
2632  as_executable_p="test -x"
2633else
2634  as_executable_p=:
2635fi
2636rm -f conf$$.file
2637
2638# Sed expression to map a string onto a valid CPP name.
2639as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2640
2641# Sed expression to map a string onto a valid variable name.
2642as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2643
2644
2645exec 6>&1
2646
2647# Save the log message, to keep $[0] and so on meaningful, and to
2648# report actual input values of CONFIG_FILES etc. instead of their
2649# values after options handling.
2650ac_log="
2651This file was extended by volleyball-data $as_me 0.8.5, which was
2652generated by GNU Autoconf 2.60.  Invocation command line was
2653
2654  CONFIG_FILES    = $CONFIG_FILES
2655  CONFIG_HEADERS  = $CONFIG_HEADERS
2656  CONFIG_LINKS    = $CONFIG_LINKS
2657  CONFIG_COMMANDS = $CONFIG_COMMANDS
2658  $ $0 $@
2659
2660on `(hostname || uname -n) 2>/dev/null | sed 1q`
2661"
2662
2663_ACEOF
2664
2665cat >>$CONFIG_STATUS <<_ACEOF
2666# Files that config.status was made for.
2667config_files="$ac_config_files"
2668
2669_ACEOF
2670
2671cat >>$CONFIG_STATUS <<\_ACEOF
2672ac_cs_usage="\
2673\`$as_me' instantiates files from templates according to the
2674current configuration.
2675
2676Usage: $0 [OPTIONS] [FILE]...
2677
2678  -h, --help       print this help, then exit
2679  -V, --version    print version number, then exit
2680  -q, --quiet      do not print progress messages
2681  -d, --debug      don't remove temporary files
2682      --recheck    update $as_me by reconfiguring in the same conditions
2683  --file=FILE[:TEMPLATE]
2684		   instantiate the configuration file FILE
2685
2686Configuration files:
2687$config_files
2688
2689Report bugs to <bug-autoconf@gnu.org>."
2690
2691_ACEOF
2692cat >>$CONFIG_STATUS <<_ACEOF
2693ac_cs_version="\\
2694volleyball-data config.status 0.8.5
2695configured by $0, generated by GNU Autoconf 2.60,
2696  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
2697
2698Copyright (C) 2006 Free Software Foundation, Inc.
2699This config.status script is free software; the Free Software Foundation
2700gives unlimited permission to copy, distribute and modify it."
2701
2702ac_pwd='$ac_pwd'
2703srcdir='$srcdir'
2704INSTALL='$INSTALL'
2705_ACEOF
2706
2707cat >>$CONFIG_STATUS <<\_ACEOF
2708# If no file are specified by the user, then we need to provide default
2709# value.  By we need to know if files were specified by the user.
2710ac_need_defaults=:
2711while test $# != 0
2712do
2713  case $1 in
2714  --*=*)
2715    ac_option=`expr "X$1" : 'X\([^=]*\)='`
2716    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
2717    ac_shift=:
2718    ;;
2719  *)
2720    ac_option=$1
2721    ac_optarg=$2
2722    ac_shift=shift
2723    ;;
2724  esac
2725
2726  case $ac_option in
2727  # Handling of the options.
2728  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2729    ac_cs_recheck=: ;;
2730  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
2731    echo "$ac_cs_version"; exit ;;
2732  --debug | --debu | --deb | --de | --d | -d )
2733    debug=: ;;
2734  --file | --fil | --fi | --f )
2735    $ac_shift
2736    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
2737    ac_need_defaults=false;;
2738  --he | --h |  --help | --hel | -h )
2739    echo "$ac_cs_usage"; exit ;;
2740  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2741  | -silent | --silent | --silen | --sile | --sil | --si | --s)
2742    ac_cs_silent=: ;;
2743
2744  # This is an error.
2745  -*) { echo "$as_me: error: unrecognized option: $1
2746Try \`$0 --help' for more information." >&2
2747   { (exit 1); exit 1; }; } ;;
2748
2749  *) ac_config_targets="$ac_config_targets $1"
2750     ac_need_defaults=false ;;
2751
2752  esac
2753  shift
2754done
2755
2756ac_configure_extra_args=
2757
2758if $ac_cs_silent; then
2759  exec 6>/dev/null
2760  ac_configure_extra_args="$ac_configure_extra_args --silent"
2761fi
2762
2763_ACEOF
2764cat >>$CONFIG_STATUS <<_ACEOF
2765if \$ac_cs_recheck; then
2766  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
2767  CONFIG_SHELL=$SHELL
2768  export CONFIG_SHELL
2769  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2770fi
2771
2772_ACEOF
2773cat >>$CONFIG_STATUS <<\_ACEOF
2774exec 5>>config.log
2775{
2776  echo
2777  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2778## Running $as_me. ##
2779_ASBOX
2780  echo "$ac_log"
2781} >&5
2782
2783_ACEOF
2784cat >>$CONFIG_STATUS <<_ACEOF
2785_ACEOF
2786
2787cat >>$CONFIG_STATUS <<\_ACEOF
2788
2789# Handling of arguments.
2790for ac_config_target in $ac_config_targets
2791do
2792  case $ac_config_target in
2793    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2794    "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
2795    "data/sounds/Makefile") CONFIG_FILES="$CONFIG_FILES data/sounds/Makefile" ;;
2796    "data/characters/Makefile") CONFIG_FILES="$CONFIG_FILES data/characters/Makefile" ;;
2797    "data/characters/pingu/Makefile") CONFIG_FILES="$CONFIG_FILES data/characters/pingu/Makefile" ;;
2798    "data/characters/colo/Makefile") CONFIG_FILES="$CONFIG_FILES data/characters/colo/Makefile" ;;
2799    "data/characters/turtle/Makefile") CONFIG_FILES="$CONFIG_FILES data/characters/turtle/Makefile" ;;
2800    "data/characters/matar/Makefile") CONFIG_FILES="$CONFIG_FILES data/characters/matar/Makefile" ;;
2801
2802  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
2803echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
2804   { (exit 1); exit 1; }; };;
2805  esac
2806done
2807
2808
2809# If the user did not use the arguments to specify the items to instantiate,
2810# then the envvar interface is used.  Set only those that are not.
2811# We use the long form for the default assignment because of an extremely
2812# bizarre bug on SunOS 4.1.3.
2813if $ac_need_defaults; then
2814  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
2815fi
2816
2817# Have a temporary directory for convenience.  Make it in the build tree
2818# simply because there is no reason against having it here, and in addition,
2819# creating and moving files from /tmp can sometimes cause problems.
2820# Hook for its removal unless debugging.
2821# Note that there is a small window in which the directory will not be cleaned:
2822# after its creation but before its name has been assigned to `$tmp'.
2823$debug ||
2824{
2825  tmp=
2826  trap 'exit_status=$?
2827  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
2828' 0
2829  trap '{ (exit 1); exit 1; }' 1 2 13 15
2830}
2831# Create a (secure) tmp directory for tmp files.
2832
2833{
2834  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
2835  test -n "$tmp" && test -d "$tmp"
2836}  ||
2837{
2838  tmp=./conf$$-$RANDOM
2839  (umask 077 && mkdir "$tmp")
2840} ||
2841{
2842   echo "$me: cannot create a temporary directory in ." >&2
2843   { (exit 1); exit 1; }
2844}
2845
2846#
2847# Set up the sed scripts for CONFIG_FILES section.
2848#
2849
2850# No need to generate the scripts if there are no CONFIG_FILES.
2851# This happens for instance when ./config.status config.h
2852if test -n "$CONFIG_FILES"; then
2853
2854_ACEOF
2855
2856
2857
2858ac_delim='%!_!# '
2859for ac_last_try in false false false false false :; do
2860  cat >conf$$subs.sed <<_ACEOF
2861SHELL!$SHELL$ac_delim
2862PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
2863PACKAGE_NAME!$PACKAGE_NAME$ac_delim
2864PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
2865PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
2866PACKAGE_STRING!$PACKAGE_STRING$ac_delim
2867PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
2868exec_prefix!$exec_prefix$ac_delim
2869prefix!$prefix$ac_delim
2870program_transform_name!$program_transform_name$ac_delim
2871bindir!$bindir$ac_delim
2872sbindir!$sbindir$ac_delim
2873libexecdir!$libexecdir$ac_delim
2874datarootdir!$datarootdir$ac_delim
2875datadir!$datadir$ac_delim
2876sysconfdir!$sysconfdir$ac_delim
2877sharedstatedir!$sharedstatedir$ac_delim
2878localstatedir!$localstatedir$ac_delim
2879includedir!$includedir$ac_delim
2880oldincludedir!$oldincludedir$ac_delim
2881docdir!$docdir$ac_delim
2882infodir!$infodir$ac_delim
2883htmldir!$htmldir$ac_delim
2884dvidir!$dvidir$ac_delim
2885pdfdir!$pdfdir$ac_delim
2886psdir!$psdir$ac_delim
2887libdir!$libdir$ac_delim
2888localedir!$localedir$ac_delim
2889mandir!$mandir$ac_delim
2890DEFS!$DEFS$ac_delim
2891ECHO_C!$ECHO_C$ac_delim
2892ECHO_N!$ECHO_N$ac_delim
2893ECHO_T!$ECHO_T$ac_delim
2894LIBS!$LIBS$ac_delim
2895build_alias!$build_alias$ac_delim
2896host_alias!$host_alias$ac_delim
2897target_alias!$target_alias$ac_delim
2898build!$build$ac_delim
2899build_cpu!$build_cpu$ac_delim
2900build_vendor!$build_vendor$ac_delim
2901build_os!$build_os$ac_delim
2902host!$host$ac_delim
2903host_cpu!$host_cpu$ac_delim
2904host_vendor!$host_vendor$ac_delim
2905host_os!$host_os$ac_delim
2906target!$target$ac_delim
2907target_cpu!$target_cpu$ac_delim
2908target_vendor!$target_vendor$ac_delim
2909target_os!$target_os$ac_delim
2910INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
2911INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
2912INSTALL_DATA!$INSTALL_DATA$ac_delim
2913CYGPATH_W!$CYGPATH_W$ac_delim
2914PACKAGE!$PACKAGE$ac_delim
2915VERSION!$VERSION$ac_delim
2916ACLOCAL!$ACLOCAL$ac_delim
2917AUTOCONF!$AUTOCONF$ac_delim
2918AUTOMAKE!$AUTOMAKE$ac_delim
2919AUTOHEADER!$AUTOHEADER$ac_delim
2920MAKEINFO!$MAKEINFO$ac_delim
2921install_sh!$install_sh$ac_delim
2922STRIP!$STRIP$ac_delim
2923INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
2924mkdir_p!$mkdir_p$ac_delim
2925AWK!$AWK$ac_delim
2926SET_MAKE!$SET_MAKE$ac_delim
2927am__leading_dot!$am__leading_dot$ac_delim
2928AMTAR!$AMTAR$ac_delim
2929am__tar!$am__tar$ac_delim
2930am__untar!$am__untar$ac_delim
2931LIBOBJS!$LIBOBJS$ac_delim
2932LTLIBOBJS!$LTLIBOBJS$ac_delim
2933_ACEOF
2934
2935  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 72; then
2936    break
2937  elif $ac_last_try; then
2938    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
2939echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
2940   { (exit 1); exit 1; }; }
2941  else
2942    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
2943  fi
2944done
2945
2946ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
2947if test -n "$ac_eof"; then
2948  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
2949  ac_eof=`expr $ac_eof + 1`
2950fi
2951
2952cat >>$CONFIG_STATUS <<_ACEOF
2953cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
2954/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
2955_ACEOF
2956sed '
2957s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
2958s/^/s,@/; s/!/@,|#_!!_#|/
2959:n
2960t n
2961s/'"$ac_delim"'$/,g/; t
2962s/$/\\/; p
2963N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
2964' >>$CONFIG_STATUS <conf$$subs.sed
2965rm -f conf$$subs.sed
2966cat >>$CONFIG_STATUS <<_ACEOF
2967:end
2968s/|#_!!_#|//g
2969CEOF$ac_eof
2970_ACEOF
2971
2972
2973# VPATH may cause trouble with some makes, so we remove $(srcdir),
2974# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
2975# trailing colons and then remove the whole line if VPATH becomes empty
2976# (actually we leave an empty line to preserve line numbers).
2977if test "x$srcdir" = x.; then
2978  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
2979s/:*\$(srcdir):*/:/
2980s/:*\${srcdir}:*/:/
2981s/:*@srcdir@:*/:/
2982s/^\([^=]*=[	 ]*\):*/\1/
2983s/:*$//
2984s/^[^=]*=[	 ]*$//
2985}'
2986fi
2987
2988cat >>$CONFIG_STATUS <<\_ACEOF
2989fi # test -n "$CONFIG_FILES"
2990
2991
2992for ac_tag in  :F $CONFIG_FILES
2993do
2994  case $ac_tag in
2995  :[FHLC]) ac_mode=$ac_tag; continue;;
2996  esac
2997  case $ac_mode$ac_tag in
2998  :[FHL]*:*);;
2999  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
3000echo "$as_me: error: Invalid tag $ac_tag." >&2;}
3001   { (exit 1); exit 1; }; };;
3002  :[FH]-) ac_tag=-:-;;
3003  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
3004  esac
3005  ac_save_IFS=$IFS
3006  IFS=:
3007  set x $ac_tag
3008  IFS=$ac_save_IFS
3009  shift
3010  ac_file=$1
3011  shift
3012
3013  case $ac_mode in
3014  :L) ac_source=$1;;
3015  :[FH])
3016    ac_file_inputs=
3017    for ac_f
3018    do
3019      case $ac_f in
3020      -) ac_f="$tmp/stdin";;
3021      *) # Look for the file first in the build tree, then in the source tree
3022	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
3023	 # because $ac_f cannot contain `:'.
3024	 test -f "$ac_f" ||
3025	   case $ac_f in
3026	   [\\/$]*) false;;
3027	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3028	   esac ||
3029	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
3030echo "$as_me: error: cannot find input file: $ac_f" >&2;}
3031   { (exit 1); exit 1; }; };;
3032      esac
3033      ac_file_inputs="$ac_file_inputs $ac_f"
3034    done
3035
3036    # Let's still pretend it is `configure' which instantiates (i.e., don't
3037    # use $as_me), people would be surprised to read:
3038    #    /* config.h.  Generated by config.status.  */
3039    configure_input="Generated from "`IFS=:
3040	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
3041    if test x"$ac_file" != x-; then
3042      configure_input="$ac_file.  $configure_input"
3043      { echo "$as_me:$LINENO: creating $ac_file" >&5
3044echo "$as_me: creating $ac_file" >&6;}
3045    fi
3046
3047    case $ac_tag in
3048    *:-:* | *:-) cat >"$tmp/stdin";;
3049    esac
3050    ;;
3051  esac
3052
3053  ac_dir=`$as_dirname -- "$ac_file" ||
3054$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3055	 X"$ac_file" : 'X\(//\)[^/]' \| \
3056	 X"$ac_file" : 'X\(//\)$' \| \
3057	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3058echo X"$ac_file" |
3059    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3060	    s//\1/
3061	    q
3062	  }
3063	  /^X\(\/\/\)[^/].*/{
3064	    s//\1/
3065	    q
3066	  }
3067	  /^X\(\/\/\)$/{
3068	    s//\1/
3069	    q
3070	  }
3071	  /^X\(\/\).*/{
3072	    s//\1/
3073	    q
3074	  }
3075	  s/.*/./; q'`
3076  { as_dir="$ac_dir"
3077  case $as_dir in #(
3078  -*) as_dir=./$as_dir;;
3079  esac
3080  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
3081    as_dirs=
3082    while :; do
3083      case $as_dir in #(
3084      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
3085      *) as_qdir=$as_dir;;
3086      esac
3087      as_dirs="'$as_qdir' $as_dirs"
3088      as_dir=`$as_dirname -- "$as_dir" ||
3089$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3090	 X"$as_dir" : 'X\(//\)[^/]' \| \
3091	 X"$as_dir" : 'X\(//\)$' \| \
3092	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3093echo X"$as_dir" |
3094    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3095	    s//\1/
3096	    q
3097	  }
3098	  /^X\(\/\/\)[^/].*/{
3099	    s//\1/
3100	    q
3101	  }
3102	  /^X\(\/\/\)$/{
3103	    s//\1/
3104	    q
3105	  }
3106	  /^X\(\/\).*/{
3107	    s//\1/
3108	    q
3109	  }
3110	  s/.*/./; q'`
3111      test -d "$as_dir" && break
3112    done
3113    test -z "$as_dirs" || eval "mkdir $as_dirs"
3114  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
3115echo "$as_me: error: cannot create directory $as_dir" >&2;}
3116   { (exit 1); exit 1; }; }; }
3117  ac_builddir=.
3118
3119case "$ac_dir" in
3120.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3121*)
3122  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3123  # A ".." for each directory in $ac_dir_suffix.
3124  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
3125  case $ac_top_builddir_sub in
3126  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3127  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3128  esac ;;
3129esac
3130ac_abs_top_builddir=$ac_pwd
3131ac_abs_builddir=$ac_pwd$ac_dir_suffix
3132# for backward compatibility:
3133ac_top_builddir=$ac_top_build_prefix
3134
3135case $srcdir in
3136  .)  # We are building in place.
3137    ac_srcdir=.
3138    ac_top_srcdir=$ac_top_builddir_sub
3139    ac_abs_top_srcdir=$ac_pwd ;;
3140  [\\/]* | ?:[\\/]* )  # Absolute name.
3141    ac_srcdir=$srcdir$ac_dir_suffix;
3142    ac_top_srcdir=$srcdir
3143    ac_abs_top_srcdir=$srcdir ;;
3144  *) # Relative name.
3145    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3146    ac_top_srcdir=$ac_top_build_prefix$srcdir
3147    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3148esac
3149ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3150
3151
3152  case $ac_mode in
3153  :F)
3154  #
3155  # CONFIG_FILE
3156  #
3157
3158  case $INSTALL in
3159  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3160  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
3161  esac
3162_ACEOF
3163
3164cat >>$CONFIG_STATUS <<\_ACEOF
3165# If the template does not know about datarootdir, expand it.
3166# FIXME: This hack should be removed a few years after 2.60.
3167ac_datarootdir_hack=; ac_datarootdir_seen=
3168
3169case `sed -n '/datarootdir/ {
3170  p
3171  q
3172}
3173/@datadir@/p
3174/@docdir@/p
3175/@infodir@/p
3176/@localedir@/p
3177/@mandir@/p
3178' $ac_file_inputs` in
3179*datarootdir*) ac_datarootdir_seen=yes;;
3180*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3181  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3182echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3183_ACEOF
3184cat >>$CONFIG_STATUS <<_ACEOF
3185  ac_datarootdir_hack='
3186  s&@datadir@&$datadir&g
3187  s&@docdir@&$docdir&g
3188  s&@infodir@&$infodir&g
3189  s&@localedir@&$localedir&g
3190  s&@mandir@&$mandir&g
3191    s&\\\${datarootdir}&$datarootdir&g' ;;
3192esac
3193_ACEOF
3194
3195# Neutralize VPATH when `$srcdir' = `.'.
3196# Shell code in configure.ac might set extrasub.
3197# FIXME: do we really want to maintain this feature?
3198cat >>$CONFIG_STATUS <<_ACEOF
3199  sed "$ac_vpsub
3200$extrasub
3201_ACEOF
3202cat >>$CONFIG_STATUS <<\_ACEOF
3203:t
3204/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3205s&@configure_input@&$configure_input&;t t
3206s&@top_builddir@&$ac_top_builddir_sub&;t t
3207s&@srcdir@&$ac_srcdir&;t t
3208s&@abs_srcdir@&$ac_abs_srcdir&;t t
3209s&@top_srcdir@&$ac_top_srcdir&;t t
3210s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3211s&@builddir@&$ac_builddir&;t t
3212s&@abs_builddir@&$ac_abs_builddir&;t t
3213s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3214s&@INSTALL@&$ac_INSTALL&;t t
3215$ac_datarootdir_hack
3216" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
3217
3218test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3219  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
3220  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
3221  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3222which seems to be undefined.  Please make sure it is defined." >&5
3223echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3224which seems to be undefined.  Please make sure it is defined." >&2;}
3225
3226  rm -f "$tmp/stdin"
3227  case $ac_file in
3228  -) cat "$tmp/out"; rm -f "$tmp/out";;
3229  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
3230  esac
3231 ;;
3232
3233
3234
3235  esac
3236
3237done # for ac_tag
3238
3239
3240{ (exit 0); exit 0; }
3241_ACEOF
3242chmod +x $CONFIG_STATUS
3243ac_clean_files=$ac_clean_files_save
3244
3245
3246# configure is writing to config.log, and then calls config.status.
3247# config.status does its own redirection, appending to config.log.
3248# Unfortunately, on DOS this fails, as config.log is still kept open
3249# by configure, so config.status won't be able to write to it; its
3250# output is simply discarded.  So we exec the FD to /dev/null,
3251# effectively closing config.log, so it can be properly (re)opened and
3252# appended to by config.status.  When coming back to configure, we
3253# need to make the FD available again.
3254if test "$no_create" != yes; then
3255  ac_cs_success=:
3256  ac_config_status_args=
3257  test "$silent" = yes &&
3258    ac_config_status_args="$ac_config_status_args --quiet"
3259  exec 5>/dev/null
3260  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3261  exec 5>>config.log
3262  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3263  # would make configure fail if this is the last instruction.
3264  $ac_cs_success || { (exit 1); exit 1; }
3265fi
3266
3267